@charset "utf-8";

/*
Theme Name: SDM
*/
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
img,
figure,
a,
table,
tr,
th,
td,
address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

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

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
}

.pc_only {
    display: none;
}

.pcbr {
    display: none;
}

@media screen and (min-width: 992px) {
    [href*='tel:'] {
        pointer-events: none;
    }

    a,
    a:hover {
        transition: .2s;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}

/*==========================

ユーティリティ

===========================*/
.mt-0 {
    margin-top: 0 !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

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

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

.mb-25 {
    margin-bottom: 25px !important;
}

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

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

.mb-45 {
    margin-bottom: 45px !important;
}

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

.mb-60 {
    margin-bottom: 60px !important;
}

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

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.t-c {
    text-align: center !important;
}

.t-l {
    text-align: left !important;
}

.t-r {
    text-align: right !important;
}

@media screen and (max-width: 991px) {
    .mt-15 {
        margin-top: 10px !important;
    }

    .mt-20 {
        margin-top: 15px !important;
    }

    .mt-25 {
        margin-top: 20px !important;
    }

    .mt-30 {
        margin-top: 20px !important;
    }

    .mt-40 {
        margin-top: 30px !important;
    }

    .mt-45 {
        margin-top: 30px !important;
    }

    .mt-50 {
        margin-top: 35px !important;
    }

    .mt-60 {
        margin-top: 40px !important;
    }

    .mt-70 {
        margin-top: 50px !important;
    }

    .mt-80 {
        margin-top: 60px !important;
    }

    .mt-100 {
        margin-top: 60px !important;
    }

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

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

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

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

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

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

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

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

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

    .mb-80 {
        margin-bottom: 60px !important;
    }

    .mb-100 {
        margin-bottom: 60px !important;
    }
}

/*==========================

全体設定

===========================*/
html {
    font-size: 62.5%;
    touch-action: manipulation;
}

body {
    font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 2;
    color: #000;
    background-image: url(img/bg02.png);
}

body.top {
    background-image:
        url(img/bg.jpg),
        url(img/bg02.png);
    background-position:
        right 50%,
        left top;

    background-size:
        contain,
        auto;

    background-repeat:
        no-repeat,
        repeat;
}

.wrap {
    margin: auto;
    padding: 0 20px;
}

@media screen and (min-width: 992px) {
    body {
        font-size: 2em;
    }

    .wrap {
        max-width: 1340px;
        padding: 0 30px;
    }
}


/*==========================

フッター

===========================*/
.footer {
    background-color: #040a23;
    text-align: center;
    padding-top: 50px;
    color: #fff;
}

.footer-ttl {
    font-size: 3rem;
    font-weight: 600;
}

.footer-ttl span {
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
}

.footer .footer-address {
    font-size: 1.4rem;
    padding-top: 10px;
}

.footer-copy {
    height: 30px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-top: 80px;
}

/*==========================

404

===========================*/
main .error404 {
    text-align: center;
    line-height: 2;
    padding: 250px 20px 100px;
}

main .error404 a {
    padding-top: 1em;
    display: inline-block;
    text-decoration: underline;
}

/*==========================

お問い合わせ

===========================*/
/* フォーム部 */
.contact-en .lower-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mw_wp_form_input {
    padding-bottom: 80px;
}

.assess-form {
    width: 100%;
    max-width: 900px;
    margin: 30px auto 75px;
    padding: 40px 50px 20px;
    background-color: #fFF;
    text-align: left;
    box-shadow: 0 0 50px rgb(0 0 0 / 15%);
}

.cancel .assess-form {
    margin: 0 auto 50px;
    padding-top: 20px;
}

h2.check {
    display: none;
}

.contact-head {
    text-align: center;
    padding-top: 150px;
    font-size: 2rem;
    line-height: 1.75;
    color: #000000;
}

@media screen and (max-width: 991px) {
    .contact-head {
        font-size: 1.6rem;
        padding-top: 80px;
    }
}

@media screen and (max-width: 567px) {
    .assess-form {
        width: 100%;
        margin: 30px auto;
        padding: 20px 20px 1px;
    }
}

/* テーブル共通
------------------------------*/
.assess-form table.mw-form {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 auto 35px;
    font-size: 16px;
}

.assess-form table.mw-form th {
    width: 250px;
    text-align: left;
    padding: 15px 5px 10px 10px;
    color: #000;
}

.assess-form table.mw-form td {
    width: 75%;
    padding: 10px 0;
}

.assess-form table.mw-form th,
.assess-form table.mw-form td {
    vertical-align: top;
    margin: 0;
}

.assess-form table.mw-form th .ttl {
    display: inline-block;
}

.assess-form table.mw-form th p.txt {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    background-color: transparent;
    margin: 0;
}

.horizontal-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.address-group .horizontal-flex {
    flex-direction: column;
}

.mw-form-horizontal-item {
    display: flex;
    text-align: left;
    margin-bottom: 5px;
}

.mw-form-horizontal-item .ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    padding-right: 10px;
    color: #999999;
}

.mw-form-horizontal-item .address-ttl {
    min-width: 2em;
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    padding-right: 10px;
    color: #999999;
    display: flex;
    align-items: center;
}

.mw-form-horizontal-item select {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 50px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/select_arrow.svg), #fff;
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: right 10px center;
    color: #4D4D4D;
    border: 1px #e5e5e5 solid;
    min-height: 41px;
    font-size: 16px;
}

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

.address-group .horizontal100 {
    width: 100%;
}

.address-group .mw-form-horizontal-item {
    margin-bottom: 1em;
}

.style1-group .mw-form-horizontal-item {
    margin-bottom: 5px;
}

.small {
    font-size: 0.8em;
}

.mw-form-horizontal p {
    line-height: 1.5;
}

@media screen and (max-width: 991px) {
    .style1-group .mw-form-horizontal-item {
        margin-bottom: 1em;
    }

    .mw-form-horizontal-item.bank {
        display: block;
        margin-bottom: 1em;
    }
}

/* 必須
------------------------------*/
.assess-form table.mw-form th span.required,
.assess-form table.mw-form th span.option {
    font-size: 12px;
    display: inline-block;
    padding: 0 0 0 0.5em;
    border-radius: 20px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {

    .assess-form table.mw-form th span.required,
    .assess-form table.mw-form th span.option {
        color: #fff;
        font-size: 11px;
        display: inline-block;
        margin-left: 7px;
        margin-top: 2px;
        padding: 0 0.7em;
        line-height: 1.5;
        vertical-align: text-top;
        letter-spacing: 0;
    }
}

.assess-form table.mw-form th span.required {
    color: #c0272d;
}

.assess-form table.mw-form th span.option {
    background: #D1D1D1;
    color: #fff;
    display: none;
}

/* 見出し
------------------------------*/
.assess-form h2.mwform-ttl {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background: #000000;
    padding: .8em;
    margin: 0 0 20px;
}

.assess-form h3 {
    color: #000000 !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 20px;
}

/* ラジオボタン・チェックボックス
------------------------------*/
.assess-form table.mw-form .horizontal-item {
    margin: 0 35px 0 0;
}

.assess-form .horizontal-item label {
    display: inline;
}

.mwform-checkbox-field {
    display: block;
}

.mwform-checkbox-field-text {
    color: #000;
}

.property .horizontal-item {
    margin: 0;
    line-height: 2;
    text-align: left;
}

/* テキストボックス
------------------------------*/
.assess-form table.mw-form input[type="text"],
.assess-form table.mw-form textarea {
    max-width: 100%;
    color: #4D4D4D;
    border: none;
    border-radius: 0;
    padding: 3px 10px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}

.assess-form table.mw-form textarea.message {
    height: 150px;
    line-height: 1.7;
    padding: 10px 15px;
    vertical-align: top;
    font-size: 16px;
    border: 1px #e5e5e5 solid;
}

.assess-form table.mw-form input[type="text"] {
    width: 150px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px #e5e5e5 solid;
    min-height: 41px;
}

.assess-form table.mw-form input[type="text"]::placeholder {
    font-size: 12px;
    color: #b2b2b2;
}

/* input長さ調整
------------------------------*/
.assess-form table.mw-form input.long,
.assess-form table.mw-form textarea {
    width: 100%;
}

.assess-form table.mw-form input.short {
    max-width: 200px;
    width: 100%;
}

.assess-form table.mw-form input.tel {
    width: 250px;
}

.assess-form table.mw-form input.mail {
    width: 80%;
}

@media screen and (max-width: 991px) {
    .assess-form table.mw-form input.mid {
        width: 75%;
    }
}

/* セレクトボックス
------------------------------*/
.assess-form table.mw-form .select {
    overflow: hidden;
    width: 38%;
    position: relative;
    display: inline-table;
    z-index: 0;
}

@media screen and (max-width: 991px) {
    .assess-form table.mw-form .select {
        width: 75%;
    }
}

.assess-form table.mw-form p {
    font-size: 14px;
    padding-top: 7px;
    margin-bottom: 0;
    letter-spacing: 0.05em;
}

.assess-form table.mw-form .select select::-ms-expand {
    display: none;
}

.assess-form table.mw-form .select::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: bold;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
}

.assess-form table.mw-form .select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 40px 10px 10px;
    border: 1px solid #707070;
    border-radius: 0;
    background-color: #fff;
}

/* 同意
------------------------------*/
.assess-form .agreement {
    margin: 0 0 1.5em;
    letter-spacing: 0.05em;
}

.agreement .property {
    display: flex;
    color: #000;
    padding: 10px 0 0;
}

.assess-form table.mw-form .agreement .horizontal-item {
    margin: 0 5px 0 0;
}

/* 送信ボタン
------------------------------*/
.btn {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    /* margin-bottom: 100px; */
}

.btn input[type="submit"] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    display: table;
    margin: 0;
    border-radius: 100px;
    width: 170px;
    height: 50px;
    line-height: 30px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background: #192f60;
    appearance: none;
    -webkit-appearance: none;
}

.btn input[type="submit"]:hover {
    filter: brightness(110%);
    transition: 0.3s;
}

.mw_wp_form .error {
    font-size: 1.1rem !important;
    color: #B70000 !important;
    display: flex !important;
    line-height: 1;
    align-items: center;
    padding: 5px;
}

.agreement-link {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.agreement-link a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 30px;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    transition: .2s;
    font-size: 16px;
}

.agreement-link a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

/* 送信完了画面
------------------------------*/
.success {
    padding: 50px 0 70px;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 2;
}

.success a {
    width: 220px;
}

@media screen and (max-width: 991px) {
    .assess-form table.mw-form {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .assess-form table.mw-form input[type="text"],
    .assess-form table.mw-form textarea {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .assess-form table.mw-form .bank input[type="text"] {
        margin-bottom: 0;
    }

    .assess-form table.mw-form .select select {
        font-size: 16px;
    }

    .assess-form table.mw-form tr {
        width: 100%;
        display: block;
        list-style-type: none;
    }

    .assess-form table.mw-form th {
        padding: 15px 0 0;
    }

    .assess-form table.mw-form td {
        padding: 10px 0;
        border: 0;
        background-color: transparent;
    }

    .assess-form table.mw-form th,
    .assess-form table.mw-form td {
        width: 100%;
        display: list-item;
        box-sizing: border-box;
        text-align: left;
    }

    .assess-form .pp {
        height: 200px;
        margin: 0 auto 25px;
        padding: 1em 1em 0;
        overflow-y: scroll;
    }

    .assess-form .agreement {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .assess-form table.mw-form .property {
        display: block;
    }

    .assess-form table.mw-form .property span.mwform-radio-field.horizontal-item,
    .assess-form table.mw-form span.mwform-radio-field.horizontal-item {
        width: auto;
        display: block;
        margin: 0;
    }

    .assess-form table.mw-form .unit {
        margin: 0;
    }

    .assess-form table.mw-form .unit span.mwform-radio-field.horizontal-item {
        display: inline;
        margin-right: 20px;
    }

    .contact .thank {
        padding-top: 0;
        color: #504E4E;
        background: url(img/mail.png);
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .contact .thank h2 {
        padding-top: 2.4em;
        color: #2e2e2e !important;
        font-size: 28px;
        margin: 0;
    }

    .assess-form table.mw-form .horizontal-item {
        margin: 0 17px 0 0;
    }

    .mwform-checkbox-field input,
    .mwform-radio-field input {
        margin-right: 2px !important;
    }
}

/*==========================

トップページ

===========================*/
/*
メインビジュアル
===========================*/
.mainvisual {
    animation: fadein 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0.25s forwards;
    opacity: 0;
}

@keyframes fadein {
    100% {
        opacity: 1;
    }
}

/*
ニュース箇所（メインビジュアル直下）
===========================*/
.news-sec .wrap {
    position: relative;
    text-align: center;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news-style01 {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 50px rgb(0 0 0 / 10%);
    padding: 40px 50px;
    position: relative;
    background: #fff;
    z-index: 2;
    left: auto;
    right: auto;
    margin: auto;
    top: -100px;
}

@media (max-width: 991px) {
    .news-style01 {
        padding: 25px;
        position: relative;
        top: -20px;
        margin-bottom: 30px;
    }

    .news-style01 .h2-style {
        font-size: 2.2rem;
    }
}

.news-style01 li {
    border-bottom: 1px solid #000;
    padding: 10px 0 5px;
    display: flex;
    text-align: left;
    flex-direction: row;
}

.news-style01 li:first-child {
    padding: 0 0 5px;
}

.news-style01 li .date {
    min-width: 330px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .news-style01 li {
        padding: 15px 0 5px;
        flex-direction: column;
        font-size: 14px;
        line-height: 1.75;
    }

    .news-style01 li .date {
        min-width: auto;
        display: block;
    }
}

/*==========================

見出し

===========================*/
h2.brackets {
    position: relative;
    width: 100%;
    max-width: 340px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 40px;
    line-height: 1.5;
    margin-bottom: 70px;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-style: normal;
}

.news-sec h2.brackets {
    margin-bottom: 50px;
}

/* 左右のカット */
h2.brackets::before,
h2.brackets::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20px;
    height: 100px;
    pointer-events: none;
}

/* 左側 */
h2.brackets::before {
    left: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;

}

/* 右側 */
h2.brackets::after {
    right: 0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

h2.brackets span {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    h2.brackets {
        height: 80px;
        font-size: 24px;
        margin-bottom: 50px;
    }


    .news-sec h2.brackets {
        margin-bottom: 30px;
    }


    h2.brackets::before,
    h2.brackets::after {
        width: 15px;
        height: 80px;
    }


    h2.brackets span {
        display: block;
        font-size: 18px;
    }
}

/*==========================

自動再生動画

===========================*/
.auto-movie {
    width: 100%;
    aspect-ratio: 3 / 5;
    overflow: hidden;
    background: #000;
}

.auto-movie video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*==========================

動画埋め込み

===========================*/
.movie {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.movie-open {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.movie-thumb {
    display: block;
    width: 100%;
    height: auto;
}

.movie-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 72px;
    transform: translate(-50%, -50%);
    transition: transform 0.25s;
}

.movie-open:hover .movie-play {
    transform: translate(-50%, -50%) scale(1.08);
}

/* モーダル */
.movie-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.3s,
        visibility 0.3s;
}

.movie-modal.is-open {
    visibility: visible;
    opacity: 1;
}

.movie-modal__bg {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
}

.movie-modal__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
}

.movie-modal video {
    display: block;
    width: 100%;
    max-height: 80vh;
    background: #000;
}

.movie-modal__close {
    position: absolute;
    top: -45px;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}

.movie-modal__close span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 1px;
    background: #fff;
}

.movie-modal__close span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}

.movie-modal__close span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

body.is-modal-open {
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .movie-play {
        width: 56px;
        height: 56px;
    }

    .movie-modal {
        padding: 20px;
    }

    .movie-modal__close {
        top: -40px;
    }
}

/*==========================

龍馬タタキについて（about-sec）

===========================*/
.about-sec {
    margin-top: 80px;
}

.news-sec+.about-sec {
    margin-top: 20px;
}

.about-sec .col2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about-content span {
    display: flex;
    font-size: 18px;
    border: 1px solid #000;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "Yu Mincho", serif;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 300px;
    height: 40px;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 32px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "Yu Mincho", serif;
    font-weight: 600;
    line-height: 1.3;
}

.about-content .lead {
    font-size: 20px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "Yu Mincho", serif;
    font-weight: 600;
    line-height: calc(50/35);
    margin-bottom: 20px;
}

.about-content p {
    margin-top: 10px;
}

.about-content img {
    margin-top: 30px;
}

@media screen and (min-width: 992px) {
    .about-sec {
        margin-top: 150px;
    }

    .news-sec+.about-sec {
        margin-top: 20px;
    }

    .about-sec .col2 {
        flex-direction: row;
        align-items: center;
        gap: 80px;
    }

    .about-sec .col2>* {
        flex: 1;
        min-width: 0;
    }

    .about-content span {
        font-size: 25px;
    }

    .about-content h2 {
        font-size: 60px;
    }

    .about-content .lead {
        font-size: 35px;
    }

    .about-content img {
        margin-top: 50px;
    }
}

/*==========================

注釈ボックス（共通）

===========================*/
.note {
    border: 1px solid #000;
    font-size: 12px;
    padding: 10px 13px;
    margin-top: 30px;
    line-height: calc(30/18);
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    .note {
        margin-top: 50px;
        font-size: 18px;
    }
}

/*==========================

取り扱い商品（item-sec）

===========================*/
.item-sec {
    margin-top: 80px;
}

.item-sec .col2 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.item-sec .col2+.col2 {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #ccc;
}

.item-sec .price h3 {
    border-left: 6px solid #000;
    padding-left: 20px;
    line-height: 1.3;
    margin-bottom: 30px;
    font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "Yu Mincho", serif;

}

.item-sec .price h3 span {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.item-sec .price h3 small {
    display: block;
    font-size: 20px;
    font-weight: 600;
}

.item-sec .price dl {
    margin-top: 5px;
    border-bottom: 1px dashed #000;
    line-height: 1.75;
}

.item-sec .price dt {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin-right: 1em;
}

.item-sec .price dd {
    width: 100%;
    text-align: right;
    font-size: 22px;
}

.item-sec .price dd small {
    font-size: 14px;
}

.col2.tosamaki {
    border: none !important;
    padding-top: 0 !important;
    align-items: center !important;
    gap: 0 !important;
    position: relative;
}

.col2.tosamaki .image {
    max-width: 700px;
}

.col2.tosamaki .price {
    position: relative;
    background-color: #fff;
    padding: 20px;
    bottom: 30px;
}

.col2.tosamaki p {
    font-size: clamp(16px, 2vw, 25px);
    font-weight: 500;
    line-height: calc(40/25);
}

@media screen and (min-width: 992px) {
    .item-sec {
        margin-top: 120px;
    }

    .item-sec .col2 {
        flex-direction: row;
        align-items: flex-start;
        gap: 80px;
    }

    .item-sec .col2>* {
        flex: 1;
        min-width: 0;
    }

    .item-sec .col2:nth-of-type(2) {
        flex-direction: row-reverse;
    }

    .item-sec .col2+.col2 {
        margin-top: 110px;
        padding-top: 110px;
    }

    .item-sec .price h3 {
        border-left: 10px solid #000;
        padding-left: 30px;
        font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", YuMincho, "Yu Mincho", serif;
        font-weight: 600;
    }

    .item-sec .price h3 span {
        font-size: 45px;
    }

    .item-sec .price h3 small {
        font-size: 40px;
    }

    .item-sec .price dl {
        display: flex;
        line-height: 2;
    }

    .item-sec .price dt {
        display: flex;
        align-items: center;
        font-size: clamp(16px, 1.8vw, 25px);
        width: 65%;
    }

    .item-sec .price dd {
        font-size: clamp(16px, 2.2vw, 35px);
        width: 35%;
    }

    .item-sec .price dd small {
        font-size: clamp(14px, 1.5vw, 20px);
    }

    .col2.tosamaki .price {
        position: absolute;
        padding: 30px;
        right: 0;
        bottom: auto;
    }
}

/*==========================

美味しい食べ方

===========================*/
.item-sec+.eat-sec {
    margin-top: 100px;
}

.eat-sec .col3 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.eat-sec .col3 h3 {
    font-family: serif;
    font-size: 22px;
    margin-top: 10px;
    font-weight: 800;
    font-family: "Shippori Mincho", serif;
}

@media screen and (min-width: 992px) {
    .item-sec+.eat-sec {
        margin-top: 190px;
    }

    .eat-sec .col3 {
        flex-direction: row;
        gap: 40px;
    }

    .eat-sec .col3>li {
        flex: 1;
        min-width: 0;
    }

    .eat-sec .col3 h3 {
        font-size: 40px;
    }

    .eat-sec .col3 p {
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }

    .eat-sec .col3+.note {
        max-width: 1100px;
        margin: 70px auto 0;
        line-height: 2;
    }
}

/*==========================

ご注文はこちら（order-sec）

===========================*/
.order-sec {
    margin-top: 80px;
}

@media screen and (min-width: 992px) {
    .order-sec {
        margin-top: 120px;
    }

    .order-sec h2+p {
        text-align: center;
    }
}

/*==========================

高知のオススメのお店（store-sec）

===========================*/
.store-sec {
    margin-top: 30px;
    background: rgb(0 0 0 / 10%);
    padding: 20px 0 60px;
}

.store-sec h2 {
    font-family: serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 10px;
    font-family: "Shippori Mincho", serif;
}

.store-sec .wrap>img {
    display: block;
    margin: 30px auto 20px;
    max-width: 80%;
}

.more {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    border: none;
    display: flex;
    margin: 0;
    border-radius: 100px;
    width: 170px;
    height: 50px;
    line-height: 30px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background: #192f60;
    appearance: none;
    -webkit-appearance: none;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.more :hover {
    filter: brightness(110%);
    transition: 0.3s;
}

.store-sec .access {
    font-size: 14px;
    text-align: center;
}

.store-list {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.store-list h3 {
    font-size: 20px;
    margin-top: 10px;
    font-weight: 700;
}

.store-list .access {
    text-align: left;
    line-height: 1.5;
}

@media screen and (min-width: 992px) {
    .store-sec {
        margin-top: 80px;
        padding: 20px 0 100px;
    }

    .store-sec h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .store-sec .wrap>img {
        margin-top: 40px;
    }

    .store-sec .access {
        font-size: 20px;
    }

    .store-list {
        margin-top: 70px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 70px 0;
    }

    .store-list li:nth-child(odd) {
        border-right: 1px solid #000;
        padding-right: 80px;
    }

    .store-list li:nth-child(even) {
        padding-left: 80px;
    }

    .store-list h3 {
        font-size: 46px;
        margin-top: 15px;
    }
}

/*==========================

下層ページ ヘッダー

===========================*/
.site-header {
    background: url(img/header.jpg) no-repeat center / cover;
    padding: 20px 0;
}

.site-header-inner {
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-logo {
    display: block;
}

.site-logo img {
    display: block;
    width: 240px;
}

.global-nav ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    align-items: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.global-nav li+li::before {
    content: "｜";
    margin: 1px 5px;
}

@media screen and (min-width: 992px) {
    .site-header {
        height: 180px;
        padding: 0;
    }

    .site-header-inner {
        max-width: 1340px;
        height: 100%;
        padding: 0 30px;
        flex-direction: row;
        justify-content: space-between;
        gap: 0;
        align-items: center;
    }

    .site-logo img {
        width: 370px;
    }

    .global-nav ul {
        font-size: 18px;
    }

    .global-nav li+li::before {
        margin: 0 15px;
    }

    .global-nav a:hover {
        opacity: 0.7;
    }
}

/*==========================

下層ページ（プラポリ・特商）

===========================*/
.lower-page {
    margin-bottom: 150px;
}


.lower-page h2.brackets {
    max-width: 280px;
    font-size: 18px;
    font-family: -apple-system, "BlinkMacSystemFont", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
}

.lower-page .policy-sec {
    margin-top: 60px;
}

.policy-lead {
    font-size: 14px;
    line-height: calc(30/16);
}

.policy-list {
    margin-top: 40px;
    font-size: 16px;
    line-height: calc(30/16);
}

.policy-list dt {
    margin-top: 20px;
}

.policy-list dt:first-of-type {
    margin-top: 0;
}

@media screen and (min-width: 992px) {
    .lower-page h2.brackets {
        max-width: 400px;
        font-size: 25px;
    }

    .lower-page .policy-sec {
        margin-top: 120px;
    }

    .policy-sec+.policy-sec {
        margin-top: 100px;
    }

    .policy-lead {
        text-align: center;
        font-size: 16px;
    }

    .policy-list {
        display: grid;
        grid-template-columns: 290px 1fr;
        gap: 20px 0;
        margin-top: 20px;
        font-size: 16px;
    }

    .policy-lead+.policy-list {
        margin-top: 60px;
    }

    .policy-list dt {
        margin-top: 0;
    }
}