@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:wght@400;500&display=swap");
html {
    overflow-y: scroll
}

body,
div,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    color: #505050
}

ul,
ol {
    margin: 0;
    padding: 0
}

ul li,
ol li {
    margin: 0;
    padding: 0;
    list-style-type: none
}

h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
section,
nav,
article,
aside,
hgroup,
header,
address,
figure,
figcaption {
    margin: 0;
    padding: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

object,
embed {
    vertical-align: top
}

legend {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal
}

img,
abbr,
acronym,
fieldset {
    border: 0
}

img {
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    box-shadow: #000 0 0 0;
    width: 100%;
    max-width: 100%;
    height: auto
}

a,
button,
input,
textarea {
    outline: none
}

x:-moz-any-link,
x:default {
    box-shadow: #000 0 0 0
}

a {
    color: #505050;
    text-decoration: none;
    transition: opacity .3s ease
}

* {
    box-sizing: border-box
}

html {
    font: 62.5%/1.231 "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

body {
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.05em;
    line-height: 1.8;
    -webkit-text-size-adjust: 100%
}

select,
input,
button,
textarea,
table {
    font: 1rem "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

pre,
code,
kbd,
samp,
tt {
    font-family: "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1
}

.js-fadeup {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 1.5s, transform 1.5s
}

.js-fadeup.is-visible {
    opacity: 1;
    transform: translateY(0)
}

.js-fadeup-row-child {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 1.5s, transform 1.5s
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
    opacity: 1;
    transform: translateY(0)
}

.m-heading-01 {
    color: #a78d6e;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(24 / 375 * 100vw)
}

.m-heading-02 {
    position: relative;
    margin-bottom: calc(40 / 327 * 100%);
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(18 / 375 * 100vw);
    font-weight: 500;
    text-align: center
}

.m-heading-02 .is-large {
    display: block;
    margin-top: calc(5 / 327 * 100%);
    color: #a78d6e;
    font-size: calc(23 / 375 * 100vw)
}

.m-heading-02::before {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(50 / 327 * 100%);
    height: 1px;
    background: #a78d6e;
    content: ""
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff
}

.l-header__inr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(343 / 375 * 100%);
    margin: 10px auto
}

.l-header__logo {
    display: block;
    width: calc(202 / 343 * 100%);
    line-height: 1
}

.l-header__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(119 / 343 * 100%)
}

.l-header__nav {
    width: calc(388 / 565 * 100%)
}

.l-header__menu {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.l-header__menu li a {
    font-size: clamp(1.2rem, 1.56vw, 1.4rem)
}

.l-header__menu li:last-child a {
    padding: 8px 24px;
    border-radius: 4px;
    background: #a78d6e;
    color: #fff
}

.l-header__bnr {
    width: calc(79 / 119 * 100%)
}

.l-header__hamburger {
    display: inline-block;
    position: relative;
    aspect-ratio: 1 / 1;
    width: calc(24 / 119 * 100%);
    height: auto;
    padding: 0;
    border: none;
    background-color: transparent;
    outline: none;
    cursor: pointer
}

.l-header__hamburger-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.l-header__hamburger-inner,
.l-header__hamburger-inner::before,
.l-header__hamburger-inner::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #a78d6e;
    content: "";
    transition: transform .5s ease-in-out, background-color .5s ease-in-out
}

.l-header__hamburger-inner::before {
    transform: translateY(-6px)
}

.l-header__hamburger-inner::after {
    transform: translateY(6px)
}

.l-header__hamburger.is-active .l-header__hamburger-inner {
    background-color: transparent
}

.l-header__hamburger.is-active .l-header__hamburger-inner::before {
    transform: translateY(0) rotate(45deg)
}

.l-header__hamburger.is-active .l-header__hamburger-inner::after {
    transform: translateY(0) rotate(-45deg)
}

.l-contents {
    width: calc(327 / 375 * 100%);
    margin: 0 auto
}

.l-footer {
    padding: calc(30 / 375 * 100%) 0 calc(10 / 375 * 100%)
}

.l-footer__inr {
    display: flex;
    align-items: center
}

.l-footer__logo {
    display: block;
    width: calc(225 / 327 * 100%)
}

.l-footer__copy {
    font-size: calc(10 / 375 * 100vw)
}

.mv__inr {
    position: relative;
    width: calc(355 / 375 * 100%);
    margin: 0 auto
}

.mv__ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: calc(333 / 355 * 100%)
}

.mv__icon {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: calc(16 / 355 * 100%);
    bottom: calc(16 / 355 * 100%);
    z-index: 2;
    width: calc(122 / 355 * 100%)
}

.mv__icon li {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: calc(60 / 122 * 100%);
    border-radius: 50%;
    background: #fff;
    color: #a78d6e;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1
}

.intro {
    padding: calc(40 / 375 * 100%) 0 calc(30 / 375 * 100%);
    background: url(../../../../img/usr/freepage/premium_753/bg_intro_sp.jpg) no-repeat center center/cover
}

.intro__inr {
    width: calc(338 / 375 * 100%);
    margin: 0 auto
}

.intro__ttl {
    margin-bottom: calc(32 / 338 * 100%)
}

.intro__txt {
    line-height: 2
}

.intro__txt:not(:last-of-type) {
    margin-bottom: calc(35 / 338 * 100%)
}

.intro__img {
    width: calc(328 / 338 * 100%);
    margin: 0 auto
}

.features {
    padding-bottom: calc(50 / 375 * 100%);
    background: #f5f8f8
}

.features__intro-box {
    width: 90%;
    margin: 0 auto;
    padding: calc(50 / 375 * 100%) 0 0
}

.features__intro-ttl {
    margin-bottom: calc(20 / 375 * 100%)
}

.features__intro-lead {
    margin-bottom: calc(20 / 375 * 100%);
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(18 / 375 * 100vw);
    font-weight: 500
}

.features__intro-txt {
    margin-bottom: calc(16 / 375 * 100%)
}

.features__intro-note {
    font-size: calc(11 / 375 * 100vw)
}

.features__ex {
    margin-bottom: calc(50 / 375 * 100%);
    padding: calc(30 / 327 * 100%) 0;
    border: 1px solid #a78d6e;
    background: #fff;
    text-align: center
}

.features__ex-ttl {
    display: inline-block;
    position: relative;
    margin-bottom: calc(32 / 327 * 100%);
    padding: 0 24px;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(18 / 375 * 100vw);
    font-weight: 500
}

.features__ex-ttl::before,
.features__ex-ttl::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 1px;
    background: #b1b1b1;
    content: ""
}

.features__ex-ttl::before {
    left: 0
}

.features__ex-ttl::after {
    right: 0
}

.features__ex-season {
    width: calc(258 / 327 * 100%);
    margin: 0 auto
}

.features__ex-lead {
    margin-bottom: calc(24 / 258 * 100%);
    padding: 3px 0;
    border-radius: 100vw;
    font-size: calc(16 / 375 * 100vw);
    text-align: center
}

.is-01 .features__ex-lead {
    background: linear-gradient(to right, #f8e1e5 0%, #f8e1e5 50%, #f7e2b4 50%, #f7e2b4 100%)
}

.is-02 .features__ex-lead {
    background: #e2efcf
}

.is-03 .features__ex-lead {
    background: #e2edf7
}

.features__ex-img {
    width: calc(235 / 258 * 100%);
    margin: 0 auto calc(21 / 258 * 100%)
}

.features__ex-weight {
    font-family: "Roboto", sans-serif;
    font-size: calc(20 / 375 * 100vw);
    text-align: center;
    font-weight: 500
}

.features__combo {
    padding: calc(64 / 375 * 100%) 0;
    border-radius: calc(32 / 375 * 100vw);
    box-shadow: 0 0 18px #e1e6e6;
    background: #fff
}

.features__combo-ttl {
    margin-bottom: calc(min(64px, 64 / 1100 * 100%));
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(18 / 375 * 100vw);
    font-weight: 500;
    text-align: center
}

.features__combo-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 2px;
    column-gap: 2px;
    margin: 0 auto;
    border-bottom: 1px solid #a78d6e;
    background: #fff
}

.features__combo-tabs input[name="features__combo-item"] {
    display: none
}

.features__combo-tabs input[name="features__combo-item"]:checked+.features__combo-heading .features__combo-item {
    background-color: #a78d6e
}

.features__combo-tabs input[name="features__combo-item"]:checked+.features__combo-heading .features__combo-item span {
    color: #fff
}

.features__combo-tabs input[name="features__combo-item"]:checked#pattern01~#pattern01_content {
    display: block
}

.features__combo-tabs input[name="features__combo-item"]:checked#pattern02~#pattern02_content {
    display: block
}

.features__combo-heading {
    width: calc(150 / 327 * 100%)
}

.features__combo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: calc(11 / 150 * 100%) 0;
    border-radius: calc(8 / 375 * 100vw) calc(8 / 375 * 100vw) 0 0;
    background: #ededed;
    cursor: pointer;
    transition: all .2s ease
}

.features__combo-item span {
    color: #939393;
    font-size: calc(16 / 375 * 100vw);
    font-weight: 500;
    line-height: 1.44;
    text-align: center
}

.features__combo-item span:first-of-type {
    font-family: "Roboto", sans-serif;
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.68
}

.features__combo-content {
    display: none;
    justify-content: space-between;
    clear: both;
    width: 100%;
    padding: calc(32 / 327 * 100%) 0;
    overflow: hidden;
    border-top: 1px solid #a78d6e
}

.features__combo-img01 {
    width: 100%
}

.features__combo-detail {
    width: 100%;
    padding-top: calc(24 / 327 * 100%)
}

.features__combo-lead {
    margin-bottom: calc(14 / 327 * 100%);
    font-size: calc(16 / 375 * 100vw)
}

.features__combo-lead::before {
    display: inline-block;
    margin-right: 5px;
    color: #a78d6e;
    content: "●"
}

.features__combo-list li {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.features__combo-list li:not(.is-04) {
    margin-bottom: calc(16 / 327 * 100%)
}

.features__combo-season {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 36 / 73;
    width: calc(36 / 327 * 100%);
    height: auto;
    border-radius: calc(3 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw)
}

.features__combo-season::before {
    display: inline-block;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    bottom: calc(10 / 73 * 100% * -1);
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 3 / 2;
    width: calc(6 / 36 * 100%);
    height: auto;
    background: #505050;
    content: ""
}

.is-04 .features__combo-season::before {
    display: none
}

.is-01 .features__combo-season {
    background: #e2efcf
}

.is-02 .features__combo-season {
    background: #f7e2b4
}

.is-03 .features__combo-season,
.is-04 .features__combo-season {
    background: #e2edf7
}

.features__combo-box {
    width: calc(135 / 327 * 100%)
}

.features__combo-label {
    display: inline-block;
    padding: 0 8px;
    margin-bottom: 8px;
    border-radius: 100vw;
    border: 1px solid #1b2571;
    color: #1b2571
}

.features__combo-txt {
    line-height: 1.5
}

.features__combo-img02 {
    width: calc(130 / 327 * 100%)
}

.features__points {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: calc(50 / 375 * 100%)
}

.features__points li {
    width: 100%;
    text-align: center
}

.features__points-ttl {
    position: relative;
    margin-bottom: calc(40 / 327 * 100%);
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(16 / 375 * 100vw);
    font-weight: 500
}

.features__points-ttl span {
    display: block;
    color: #a78d6e;
    font-size: calc(22 / 375 * 100vw)
}

.features__points-ttl::after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(50 / 327 * 100%);
    height: 1%;
    background: #a78d6e;
    content: ""
}

.features__points-img {
    margin-bottom: calc(15 / 327 * 100%)
}

.features__points-txt {
    text-align: left
}

.tech {
    padding: calc(60 / 375 * 100%) 0 calc(60 / 375 * 100%);
    border: 7px solid #a78d6e
}

.tech__intro {
    margin-bottom: calc(27 / 327 * 100%);
    text-align: center
}

.tech__intro-ttl {
    margin-bottom: calc(20 / 327 * 100%);
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(18 / 375 * 100vw);
    font-weight: 500;
    text-align: center
}

.tech__intro-ttl .is-large {
    display: block;
    color: #a78d6e;
    font-size: calc(18 / 375 * 100vw)
}

.tech__acc .js-accordion {
    border-bottom: 1px solid #a78d6e
}

.tech__acc .js-accordion:first-of-type {
    border-top: 1px solid #a78d6e
}

.tech__acc-ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: calc(24 / 327 * 100%) calc(56 / 327 * 100%) calc(24 / 327 * 100%) 0
}

.tech__acc-ttl::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    aspect-ratio: 1 / 1;
    width: calc(40 / 327 * 100%);
    height: auto;
    background: url(../../../../img/usr/freepage/premium_753/icon_02.svg) no-repeat center/auto 100%;
    content: ""
}

.open .tech__acc-ttl::after {
    background: url(../../../../img/usr/freepage/premium_753/icon_01.svg) no-repeat center/auto 100%
}

.tech__acc-ttl:hover {
    cursor: pointer
}

.tech__acc-icon {
    position: relative;
    width: calc(61 / 271 * 100%);
    height: auto;
    aspect-ratio: 1 / 1
}

.tech__acc-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #a78d6e;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    font-weight: 500
}

.tech__acc-txt span.is-small {
    font-size: calc(11 / 375 * 100vw)
}

.tech__acc-txt span.is-large {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.23
}

.tech__acc-lead {
    width: calc(190 / 271 * 100%)
}

.tech__acc-lead .is-ttl {
    margin-bottom: calc(8 / 190 * 100%);
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(18 / 375 * 100vw);
    font-weight: 500;
    line-height: 1.4
}

.tech__acc-lead .is-color {
    color: #a78d6e
}

.tech__acc-lead .is-txt {
    display: block
}

.tech__acc-circle {
    width: 100%;
    height: 100%;
    background: #F7F5ED;
    border-radius: 50%;
    filter: blur(9px)
}

.tech__acc-content {
    padding: calc(8 / 327 * 100%) 0 calc(24 / 327 * 100%)
}

.tech__desc {
    margin-bottom: calc(35 / 327 * 100%);
    padding: calc(24 / 327 * 100%);
    background: #fcfbfa
}

.tech__desc-ttl {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: calc(16 / 280 * 100%)
}

.tech__desc-large {
    margin-bottom: calc(5 / 280 * 100%);
    color: #a78d6e;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(16 / 375 * 100vw);
    font-weight: 500
}

.tech__desc-small {
    color: #d0c4b6;
    font-family: "Roboto", sans-serif;
    font-size: calc(10 / 375 * 100vw)
}

.tech__desc-icon {
    padding: 2px 16px;
    border-radius: 100vw;
    background: #a78d6e;
    color: #fff;
    font-size: calc(13 / 375 * 100vw)
}

.tech__block:not(:last-of-type) {
    margin-bottom: calc(35 / 327 * 100%)
}

.tech__block-ttl {
    display: flex;
    align-items: center;
    margin-bottom: calc(24 / 327 * 100%)
}

.tech__block-ttl.is-unique {
    align-items: flex-start
}

.tech__block-num {
    padding-right: calc(16 / 327 * 100%);
    color: #a78d6e;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(40 / 327 * 100vw);
    font-weight: 500;
    line-height: 1
}

.tech__block-lead {
    padding-left: calc(16 / 327 * 100%);
    border-left: 1px solid #a78d6e;
    font-weight: 500
}

.tech__block-lead .is-large {
    display: block;
    color: #a78d6e;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(18 / 375 * 100vw);
    line-height: 1.65
}

.tech__block-txt {
    margin-bottom: calc(24 / 327 * 100%)
}

.is-type02 .tech__block-txt {
    margin-bottom: 0
}

.is-type04 .tech__block-txt {
    margin-bottom: 0;
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.5
}

.is-type04 .tech__block-img01 {
    margin-bottom: calc(10 / 157 * 100%)
}

.tech__block-note li {
    font-size: calc(10 / 375 * 100vw);
    letter-spacing: 0
}

.is-type01 .tech__block-note {
    margin-top: calc(4 / 327 * 100%);
    text-align: right
}

.is-type02 .tech__block-note {
    margin-top: calc(8 / 327 * 100%)
}

.is-type03 .tech__block-note {
    width: 100%;
    max-width: 724px;
    margin-top: calc(8 / 327 * 100%)
}

.is-type03 .tech__block-note li {
    padding-left: 1em;
    text-indent: -1em
}

.tech__block-inspection {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px
}

.tech__block-inspection li {
    width: calc(232 / 940 * 100%)
}

.tech__block-step {
    display: flex;
    align-items: baseline;
    -moz-column-gap: 8px;
    column-gap: 8px;
    margin-bottom: 8px;
    font-weight: 500;
    line-height: 1
}

.tech__block-step .is-num {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
    width: calc(22 / 157 * 100%);
    height: auto;
    background: #a78d6e;
    color: #fff;
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(14 / 375 * 100vw)
}

.tech__note {
    margin-bottom: calc(20 / 327 * 100%);
    padding: calc(15 / 327 * 100%);
    background: #f2f2f2
}

.tech__note-icon {
    width: calc(70 / 298 * 100%)
}

.tech__note-txt {
    margin-bottom: calc(min(8px, 8 / 892 * 100%))
}

.tech__note-txt sup {
    font-size: .8rem
}

.tech__note-note {
    font-size: calc(10 / 375 * 100vw);
    letter-spacing: 0
}

.about {
    padding: calc(48 / 375 * 100%) 0;
    background: url(../../../../img/usr/freepage/premium_753/bg_about_sp.jpg) no-repeat center/cover;
    text-align: center
}

.about__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(327 / 375 * 100%);
    margin: 0 auto calc(32 / 327 * 100%)
}

.about__logo {
    width: calc(146 / 327 * 100%)
}

.about__desc {
    color: #fff;
    text-align: left
}

.about__ttl {
    margin-bottom: calc(24 / 327 * 100%);
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: calc(22 / 375 * 100vw);
    font-weight: 500
}

.about__btn {
    display: inline-block;
    position: relative;
    padding: calc(16 / 375 * 100%) 0;
    border-radius: 100vw;
    background: #292929;
    color: #fff
}

.about__btn::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: calc(24 / 301 * 100%);
    transform: translateY(-50%);
    aspect-ratio: 6 / 10;
    width: calc(6 / 301 * 100%);
    height: auto;
    background: url(../../../../img/usr/freepage/premium_753/icon_03.svg) no-repeat center/contain;
    content: ""
}

.lineup {
    padding: calc(100 / 375 * 100%) 0 calc(50 / 375 * 100%)
}

.lineup__desc {
    text-align: center
}

.lineup__table {
    display: grid;
    grid-template-columns: 70px repeat(5, 190px);
    grid-template-rows: auto;
    margin-top: calc(50 / 375 * 100%);
    overflow-x: auto
}

.lineup__type {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-right: 1px solid #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center
}

.lineup__type:nth-child(2) {
    background: #f1ece1
}

.lineup__type:nth-child(3) {
    background: #d8cdae
}

.lineup__type:nth-child(4) {
    background: #bba871;
    color: #fff
}

.lineup__type:nth-child(5) {
    background: #9f8336;
    color: #fff
}

.lineup__type:nth-child(6) {
    background: #695623;
    color: #fff
}

.lineup__weight {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column: 1;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center
}

.lineup__weight.is-blu {
    grid-row: 2 / 5;
    background: #759bb1
}

.lineup__weight.is-grn {
    grid-row: 5 / 8;
    background: #71a2a0
}

.lineup__weight.is-ppl {
    grid-row: 8 / 11;
    background: #8d7c9b
}

.lineup__thumb {
    padding: 10px;
    border-right: 1px solid #a7a7a7
}

.lineup__code {
    margin-top: 8px;
    font-size: 1.2rem
}

.lineup__code .is-strong {
    font-weight: 500
}

.lineup__info {
    padding: 10px;
    border-right: 1px solid #a7a7a7
}

.lineup__info.is-blu {
    background: #edf5fa
}

.lineup__info.is-grn {
    background: #edf4f3
}

.lineup__info.is-ppl {
    background: #f2edf5
}

.lineup__price {
    margin-bottom: 16px;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0
}

.lineup__price .is-large {
    font-family: "Roboto", sans-serif;
    font-size: 2rem
}

.lineup__page {
    display: block;
    position: relative;
    margin-bottom: 8px;
    padding: 8px 0 8px 40px;
    border-radius: 100vw;
    background: #fff;
    font-size: 1.2rem
}

.lineup__page::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    width: 6px;
    height: 10px;
    content: ""
}

.is-blu .lineup__page {
    border: 1px solid #759bb1;
    color: #759bb1
}

.is-blu .lineup__page::after {
    background: url(../../../../img/usr/freepage/premium_753/icon_05.svg) no-repeat center/contain
}

.is-grn .lineup__page {
    border: 1px solid #71a2a0;
    color: #71a2a0
}

.is-grn .lineup__page::after {
    background: url(../../../../img/usr/freepage/premium_753/icon_06.svg) no-repeat center/contain
}

.is-ppl .lineup__page {
    border: 1px solid #8d7c9b;
    color: #8d7c9b
}

.is-ppl .lineup__page::after {
    background: url(../../../../img/usr/freepage/premium_753/icon_07.svg) no-repeat center/contain
}

.lineup__cart {
    display: block;
    position: relative;
    padding: 8px 0 8px 40px;
    border-radius: 100vw;
    color: #fff;
    font-size: 1.2rem
}

.lineup__cart::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 22px;
    height: 18px;
    background: url(../../../../img/usr/freepage/premium_753/icon_08.svg) no-repeat center/contain;
    content: ""
}

.is-blu .lineup__cart {
    background: #759bb1
}

.is-grn .lineup__cart {
    background: #71a2a0
}

.is-ppl .lineup__cart {
    background: #8d7c9b
}

.lineup__detail {
    padding: 10px;
    border-right: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    font-size: 1.2rem;
    line-height: 1.5
}

.lineup__detail-ttl {
    margin-bottom: 8px;
    font-weight: 500
}

.is-blu .lineup__detail-ttl {
    color: #759bb1
}

.is-grn .lineup__detail-ttl {
    color: #71a2a0
}

.is-ppl .lineup__detail-ttl {
    color: #8d7c9b
}

.lineup__detail-lead {
    margin-bottom: 3px;
    padding-left: 4px;
    font-weight: 500
}

.is-blu .lineup__detail-lead {
    border-left: 4px solid #759bb1
}

.is-grn .lineup__detail-lead {
    border-left: 4px solid #71a2a0
}

.is-ppl .lineup__detail-lead {
    border-left: 4px solid #8d7c9b
}

.lineup__detail-txt {
    margin-bottom: 8px;
    padding-left: 8px
}

.recommend {
    padding: calc(50 / 375 * 100%) 0 calc(100 / 375 * 100%)
}

.recommend__desc {
    text-align: center
}

.recommend__case {
    display: flex;
    justify-content: space-between;
    margin: calc(30 / 327 * 100%) auto 0
}

.recommend__case li {
    display: flex;
    flex-flow: column;
    padding: calc(30 / 327 * 100%);
    border-radius: calc(8 / 327 * 100vw);
    background: #f5f8f8
}

.recommend__ttl {
    margin-bottom: calc(10 / 213 * 100%);
    padding: calc(5 / 213 * 100%) 0;
    border-radius: 100vw;
    background: #e2e8e8;
    font-size: calc(14 / 375 * 100vw);
    font-weight: 500;
    text-align: center
}

.recommend__lead {
    margin-bottom: calc(12 / 213 * 100%);
    font-size: calc(18 / 375 * 100vw);
    font-weight: 500;
    text-align: center
}

.recommend__img {
    margin-bottom: calc(12 / 213 * 100%)
}

.recommend__txt {
    margin-bottom: calc(12 / 213 * 100%)
}

.recommend__btn {
    display: block;
    position: relative;
    padding: calc(7 / 213 * 100%) 0 calc(7 / 213 * 100%) calc(20 / 213 * 100%);
    border-radius: 100vw;
    background: #a78d6e;
    color: #fff;
    font-size: calc(13 / 375 * 100vw)
}

.recommend__btn::after {
    position: absolute;
    top: 50%;
    right: calc(24 / 276 * 100%);
    transform: translateY(-50%);
    aspect-ratio: 28 / 22;
    width: calc(28 / 276 * 100%);
    height: auto;
    background: url(../../../../img/usr/freepage/premium_753/icon_08.svg) no-repeat center/contain;
    content: ""
}

.cover {
    padding: calc(50 / 327 * 100%) 0;
    background: #faf8f5
}

.cover__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 40px
}

.cover__item li {
    display: flex;
    flex-flow: column;
    width: calc(155 / 327 * 100%)
}

.cover__img {
    margin-bottom: calc(8 / 155 * 100%)
}

.cover__name {
    flex-grow: 1;
    margin-bottom: 3px;
    font-size: calc(12 / 375 * 100vw);
    font-weight: 500
}

.cover__price {
    margin-bottom: calc(5 / 155 * 100%);
    font-size: calc(12 / 375 * 100vw);
    font-weight: 500
}

.cover__price .is-large {
    font-family: "Roboto", sans-serif;
    font-size: calc(20 / 375 * 100vw)
}

.cover__btn {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: calc(8 / 155 * 100%) 0;
    border: 1px solid #a78d6e;
    border-radius: 100vw;
    background: #fff;
    color: #a78d6e;
    font-size: calc(12 / 375 * 100vw);
    text-align: center
}

.cover__btn::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: calc(10 / 155 * 100%);
    transform: translateY(-50%);
    aspect-ratio: 6 / 10;
    width: calc(6 / 155 * 100%);
    height: auto;
    background: url(../../../../img/usr/freepage/premium_753/icon_09.svg) no-repeat center/contain;
    content: ""
}

.page-top {
    position: fixed;
    z-index: 99
}

.page-top.is-absolute {
    position: absolute
}

@media screen and (min-width: 769px) {
    a:hover {
        text-decoration: none;
        opacity: .7
    }
    a[href^=tel]:hover {
        opacity: 1
    }
    body {
        font-size: clamp(1.2rem, 1.56vw, 1.6rem)
    }
    .pc-none {
        display: none
    }
    .m-heading-01 {
        font-size: clamp(2.8rem, 3.64vw, 4rem)
    }
    .m-heading-02 {
        margin-bottom: calc(min(80px, 80 / 1100 * 100%));
        font-size: clamp(2rem, 2.6vw, 2.2rem)
    }
    .m-heading-02 .is-large {
        margin-top: calc(min(15px, 15 / 1100 * 100%));
        font-size: clamp(2.3rem, 3vw, 2.8rem)
    }
    .m-heading-02::before {
        bottom: -16px;
        width: calc(64 / 1100 * 100%)
    }
    .l-header__inr {
        width: calc(1200 / 1280 * 100%);
        margin: 16px auto
    }
    .l-header__logo {
        width: calc(368 / 1200 * 100%);
        max-width: 368px
    }
    .l-header__box {
        width: 60%;
        max-width: 565px
    }
    .l-header__bnr {
        width: calc(137 / 565 * 100%)
    }
    .l-header__hamburger {
        display: none
    }
    .l-contents {
        width: 90%;
        max-width: 1100px
    }
    .l-footer {
        padding: calc(min(24px, 24 / 1280 * 100%)) 0
    }
    .l-footer__inr {
        justify-content: space-between;
        align-items: flex-end
    }
    .l-footer__logo {
        width: calc(332 / 1100 * 100%)
    }
    .l-footer__copy {
        font-size: clamp(1.1rem, 1.43vw, 1.2rem)
    }
    .mv__inr {
        width: calc(1232 / 1280 * 100%);
        margin: 0 auto calc(24 / 1280 * 100%)
    }
    .mv__ttl {
        width: calc(640 / 1232 * 100%)
    }
    .mv__icon {
        right: calc(min(32px, 32 / 1232 * 100%));
        bottom: calc(min(32px, 32 / 696 * 100%));
        width: calc(196 / 1232 * 100%);
        max-width: 196px
    }
    .mv__icon li {
        width: calc(96 / 196 * 100%);
        font-size: clamp(1.4rem, 1.8vw, 2rem)
    }
    .intro {
        padding: calc(min(116px, 116 / 1280 * 100%)) 0 calc(min(263px, 263 / 1280 * 100%));
        overflow: hidden;
        background: url(../../../../img/usr/freepage/premium_753/bg_intro_pc.jpg) no-repeat center center/cover
    }
    .intro__inr {
        position: relative;
        width: 90%;
        max-width: 939px
    }
    .intro__desc {
        width: calc(543 / 939 * 100%);
        max-width: 543px
    }
    .intro__ttl {
        margin-bottom: calc(min(64px, 64 / 543 * 100%))
    }
    .intro__txt:not(:last-of-type) {
        margin-bottom: calc(min(40px, 40 / 543 * 100%))
    }
    .intro__img {
        position: absolute;
        top: calc(17 / 656 * 100%);
        right: calc(192 / 939 * 100% * -1);
        width: calc(621 / 939 * 100%)
    }
    .features {
        padding-bottom: calc(min(120px, 120 / 1280 * 100%))
    }
    .features__intro {
        position: relative
    }
    .features__intro-inr {
        margin-bottom: calc(min(16px, 16 / 1100 * 100%));
        padding: calc(min(114px, 114 / 1100 * 100%)) 0 calc(min(105px, 105 / 1100 * 100%))
    }
    .features__intro-box {
        width: calc(410 / 1280 * 100vw);
        margin: 0;
        padding: 0
    }
    .features__intro-ttl {
        margin-bottom: calc(min(80px, 80 / 410 * 100%))
    }
    .features__intro-lead {
        margin-bottom: calc(min(24px, 24 / 410 * 100%));
        font-size: clamp(2rem, 2.6vw, 2.2rem)
    }
    .features__intro-txt {
        margin-bottom: calc(min(16px, 16 / 410 * 100%))
    }
    .features__intro-note {
        font-size: clamp(1.1rem, 1.43vw, 1.2rem)
    }
    .features__intro-img {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: calc(min(731px, 731 / 1280 * 100%))
    }
    .features__ex {
        margin-bottom: calc(min(120px, 120 / 1100 * 100%));
        padding: calc(min(50px, 50 / 1100 * 100%)) 0
    }
    .features__ex-ttl {
        margin-bottom: calc(32 / 1100 * 100%);
        padding: 0 32px;
        font-size: clamp(2rem, 2.6vw, 2.2rem)
    }
    .features__ex-season {
        display: flex;
        justify-content: space-between;
        width: calc(940 / 1100 * 100%)
    }
    .features__ex-season li {
        width: calc(300 / 940 * 100%)
    }
    .features__ex-lead {
        margin-bottom: calc(min(24px, 24 / 300 * 100%));
        padding: 5px 0;
        font-size: clamp(1.8rem, 2.35vw, 2rem)
    }
    .features__ex-img {
        width: calc(274 / 300 * 100%);
        margin: 0 auto calc(min(24px, 24 / 300 * 100%))
    }
    .features__ex-weight {
        font-size: clamp(2.1rem, 2.73vw, 2.4rem)
    }
    .features__combo {
        padding: calc(min(120px, 120 / 1280 * 100%)) 0;
        border-radius: calc(72 / 1280 * 100vw)
    }
    .features__combo-ttl {
        font-size: clamp(2.3rem, 3vw, 2.8rem)
    }
    .features__combo-tabs {
        -moz-column-gap: 4px;
        column-gap: 4px
    }
    .features__combo-tabs input[name="features__combo-item"]:checked+.features__combo-heading .features__combo-item span:first-of-type {
        border-right: 1px solid #fff
    }
    .features__combo-tabs input[name="features__combo-item"]:checked#pattern01~#pattern01_content {
        display: flex
    }
    .features__combo-tabs input[name="features__combo-item"]:checked#pattern02~#pattern02_content {
        display: flex
    }
    .features__combo-heading {
        width: 48%;
        max-width: 343px
    }
    .features__combo-item {
        align-items: baseline;
        padding: 15px 0;
        border-radius: calc(8 / 1280 * 100vw) calc(8 / 1280 * 100vw) 0 0
    }
    .features__combo-item span {
        font-size: clamp(1.8rem, 2.35vw, 2rem)
    }
    .features__combo-item span:first-of-type {
        margin-right: calc(min(24px, 24 / 343 * 100%));
        padding-right: calc(min(24px, 24 / 343 * 100%));
        border-right: 1px solid #939393;
        font-size: clamp(1.4rem, 1.8vw, 1.6rem)
    }
    .features__combo-content {
        padding: calc(min(40px, 40 / 1100 * 100%)) 0
    }
    .features__combo-img01 {
        width: calc(400 / 1100 * 100%)
    }
    .features__combo-detail {
        width: calc(591 / 1100 * 100%);
        padding-top: calc(min(25px, 25 / 591 * 100%))
    }
    .features__combo-lead {
        margin-bottom: calc(min(28px, 28 / 591 * 100%));
        font-size: clamp(2rem, 2.6vw, 2.2rem)
    }
    .features__combo-list li:not(.is-04) {
        margin-bottom: calc(min(22px, 22 / 591 * 100%))
    }
    .features__combo-season {
        aspect-ratio: 48 / 96;
        width: calc(48 / 591 * 100%);
        border-radius: calc(3 / 1280 * 100vw);
        font-size: clamp(1.4rem, 1.8vw, 1.6rem)
    }
    .features__combo-season::before {
        bottom: calc(14 / 96 * 100% * -1);
        width: calc(9 / 48 * 100%)
    }
    .features__combo-box {
        width: calc(300 / 591 * 100%)
    }
    .features__combo-label {
        padding: 0 24px
    }
    .features__combo-img02 {
        width: calc(171 / 591 * 100%)
    }
    .features__points {
        margin-top: calc(min(120px, 120 / 1100 * 100%))
    }
    .features__points::before {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: calc(476 / 493 * 100%);
        background: #d8dce3;
        content: ""
    }
    .features__points li {
        width: calc(460 / 1100 * 100%)
    }
    .features__points-ttl {
        margin-bottom: calc(57 / 460 * 100%);
        font-size: clamp(2rem, 2.6vw, 2.2rem)
    }
    .features__points-ttl span {
        font-size: clamp(2.3rem, 3vw, 2.8rem)
    }
    .features__points-ttl::after {
        bottom: -16px;
        width: calc(64 / 460 * 100%)
    }
    .features__points-img {
        margin-bottom: calc(min(24px, 24 / 460 * 100%))
    }
    .tech {
        padding: calc(min(142px, 142 / 1280 * 100%)) 0 calc(min(120px, 120 / 1280 * 100%))
    }
    .tech__intro {
        margin-bottom: calc(min(80px, 80 / 1100 * 100%))
    }
    .tech__intro-ttl {
        margin-bottom: calc(min(49px, 49 / 1100 * 100%));
        font-size: clamp(2rem, 2.6vw, 2.2rem)
    }
    .tech__intro-ttl .is-large {
        font-size: clamp(2.3rem, 3vw, 2.8rem)
    }
    .tech__acc-ttl {
        align-items: center;
        padding: calc(min(38px, 38 / 1100 * 100%)) calc(170 / 1100 * 100%) calc(min(29px, 29 / 1100 * 100%)) calc(69 / 1100 * 100%)
    }
    .tech__acc-ttl::after {
        right: calc(64 / 1100 * 100%);
        width: calc(56 / 1100 * 100%)
    }
    .tech__acc-icon {
        width: calc(84 / 861 * 100%)
    }
    .tech__acc-txt span.is-small {
        font-size: clamp(1.4rem, 1.8vw, 1.6rem)
    }
    .tech__acc-txt span.is-large {
        font-size: clamp(2.9rem, 3.77vw, 3.2rem)
    }
    .tech__acc-lead {
        width: calc(686 / 861 * 100%)
    }
    .tech__acc-lead .is-ttl {
        margin-bottom: calc(min(16px, 16 / 686 * 100%));
        font-size: clamp(2.3rem, 3vw, 2.8rem)
    }
    .tech__acc-circle {
        filter: blur(14px)
    }
    .tech__acc-content {
        padding: calc(min(24px, 24 / 1100 * 100%)) calc(80 / 1100 * 100%) calc(min(80px, 80 / 1100 * 100%))
    }
    .tech__desc {
        margin-bottom: calc(min(64px, 64 / 1100 * 100%));
        padding: calc(min(48px, 48 / 940 * 100%)) calc(min(64px, 64 / 940 * 100%))
    }
    .tech__desc-ttl {
        margin-bottom: calc(min(24px, 812 * 100%))
    }
    .tech__desc-large {
        margin-bottom: calc(min(8px, 8 / 812 * 100%));
        font-size: clamp(2.1rem, 2.73vw, 2.4rem)
    }
    .tech__desc-small {
        font-size: clamp(1.1rem, 1.43vw, 1.2rem)
    }
    .tech__desc-icon {
        font-size: clamp(1.2rem, 1.56vw, 1.4rem)
    }
    .tech__block:not(:last-of-type) {
        margin-bottom: calc(min(80px, 80 / 1100 * 100%))
    }
    .tech__block-ttl {
        margin-bottom: calc(min(40px, 40 / 1100 * 100%))
    }
    .tech__block-num {
        padding-right: calc(32 / 940 * 100%);
        font-size: clamp(3.6rem, 4.68vw, 6rem)
    }
    .is-type02 .tech__block-num {
        padding-right: calc(32 / 450 * 100%)
    }
    .tech__block-lead {
        padding-left: calc(32 / 940 * 100%)
    }
    .is-type02 .tech__block-lead {
        padding-left: calc(32 / 450 * 100%)
    }
    .tech__block-lead .is-large {
        font-size: clamp(2.1rem, 2.73vw, 2.4rem)
    }
    .tech__block-txt {
        margin-bottom: calc(min(40px, 40 / 940 * 100%))
    }
    .is-type04 .tech__block-txt {
        width: calc(217 / 232 * 100%);
        font-size: clamp(1.2rem, 1.56vw, 1.4rem)
    }
    .tech__block-group {
        display: flex;
        justify-content: space-between
    }
    .is-type01 .tech__block-img01 {
        width: calc(468 / 940 * 100%)
    }
    .is-type02 .tech__block-img01 {
        width: calc(450 / 940 * 100%)
    }
    .is-type04 .tech__block-img01 {
        margin-bottom: 16px
    }
    .tech__block-note li {
        font-size: clamp(1.1rem, 1.43vw, 1.2rem)
    }
    .is-type01 .tech__block-note {
        margin-top: 12px
    }
    .is-type02 .tech__block-note {
        margin-top: 16px
    }
    .is-type03 .tech__block-note {
        margin-top: 16px
    }
    .tech__block-desc {
        width: calc(450 / 940 * 100%)
    }
    .tech__block-inspection {
        row-gap: 40px
    }
    .tech__block-step {
        width: calc(217 / 232 * 100%)
    }
    .tech__block-step .is-num {
        width: calc(24 / 232 * 100%);
        font-size: clamp(1.2rem, 1.56vw, 1.4rem)
    }
    .tech__note {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: calc(min(40px, 40 / 940 * 100%));
        padding: calc(min(24px, 24 / 940 * 100%)) calc(24 / 940 * 100%)
    }
    .tech__note-icon {
        width: calc(92 / 892 * 100%)
    }
    .tech__note-caption {
        width: calc(776 / 892 * 100%)
    }
    .tech__note-note {
        font-size: clamp(1.1rem, 1.43vw, 1.2rem)
    }
    .about {
        padding: calc(min(120px, 120 / 1280 * 100%)) 0;
        background: url(../../../../img/usr/freepage/premium_753/bg_about_pc.jpg) no-repeat center/cover
    }
    .about__block {
        width: 90%;
        max-width: 949px;
        margin: 0 auto calc(min(80px, 80 / 949 * 100%))
    }
    .about__logo {
        width: calc(240 / 949 * 100%)
    }
    .about__desc {
        width: calc(670 / 949 * 100%)
    }
    .about__ttl {
        margin-bottom: calc(24 / 670 * 100%);
        font-size: clamp(2.3rem, 3vw, 2.8rem)
    }
    .about__btn {
        padding: calc(min(16px, 16 / 1280 * 100%)) calc(min(60px, 60 / 1280 * 100%)) calc(min(16px, 16 / 1280 * 100%)) calc(min(48px, 48 / 1280 * 100%))
    }
    .about__btn::after {
        right: calc(24 / 383 * 100%);
        width: calc(6 / 383 * 100%)
    }
    .lineup {
        padding: calc(min(120px, 120 / 1280 * 100%)) 0 calc(min(60px, 60 / 1280 * 100%))
    }
    .lineup__table {
        grid-template-columns: 90px repeat(5, 234px);
        margin-top: calc(min(40px, 40 / 1100 * 100%))
    }
    .lineup__type {
        font-size: 1.6rem
    }
    .lineup__weight {
        font-size: 1.6rem
    }
    .lineup__thumb {
        padding: 16px
    }
    .lineup__code {
        font-size: 1.4rem
    }
    .lineup__info {
        padding: 16px
    }
    .lineup__price {
        font-size: 1.4rem
    }
    .lineup__price .is-large {
        font-size: 2.2rem
    }
    .lineup__page {
        font-size: 1.4rem
    }
    .lineup__cart {
        font-size: 1.4rem
    }
    .lineup__detail {
        padding: 16px;
        font-size: 1.4rem
    }
    .recommend {
        padding: calc(min(60px, 60 / 1100 * 100%)) 0 calc(min(120px, 120 / 1100 * 100%))
    }
    .recommend__case {
        margin: calc(min(40px, 40 / 1100 * 100%)) 0 0
    }
    .recommend__case li {
        width: calc(340 / 1100 * 100%);
        padding: calc(min(40px, 40 / 1100 * 100%)) calc(32 / 1100 * 100%);
        border-radius: 8px
    }
    .recommend__ttl {
        margin-bottom: calc(min(16px, 16 / 276 * 100%));
        padding: 5px 0;
        font-size: clamp(1.3rem, 1.69vw, 1.8rem)
    }
    .recommend__lead {
        margin-bottom: calc(min(25px, 25 / 276 * 100%));
        font-size: clamp(1.5rem, 1.9vw, 2.2rem)
    }
    .recommend__img {
        margin-bottom: calc(min(24px, 24 / 276 * 100%))
    }
    .recommend__txt {
        flex-grow: 1;
        margin-bottom: calc(min(24px, 24 / 276 * 100%))
    }
    .recommend__btn {
        padding: calc(min(10px, 10 / 276 * 100%)) 0 calc(min(10px, 10 / 276 * 100%)) calc(40 / 276 * 100%);
        font-size: clamp(1.3rem, 1.69vw, 1.7rem)
    }
    .cover {
        padding: calc(min(120px, 120 / 1280 * 100%)) 0
    }
    .cover__item li {
        width: calc(257 / 1100 * 100%)
    }
    .cover__img {
        margin-bottom: calc(min(8px, 8 / 257 * 100%))
    }
    .cover__name {
        font-size: clamp(1.2rem, 1.56vw, 1.4rem)
    }
    .cover__price {
        margin-bottom: calc(min(16px, 16 / 257 * 100%));
        font-size: clamp(1.2rem, 1.56vw, 1.4rem)
    }
    .cover__price .is-large {
        font-size: clamp(2rem, 2.6vw, 2.2rem)
    }
    .cover__btn {
        max-width: 202px;
        padding: calc(min(8px, 8 / 202 * 100%)) 0;
        font-size: clamp(1.2rem, 1.56vw, 1.4rem)
    }
    .cover__btn::after {
        right: calc(22 / 202 * 100%);
        width: 6px
    }
}

@media screen and (max-width: 768px) {
    .sp-none {
        display: none
    }
    .l-header__nav {
        display: block;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        z-index: -1;
        width: 100%;
        padding: calc(100 / 375 * 100%) 0 calc(56 / 375 * 100%);
        background: #f5f8f8;
        opacity: 0;
        transition: opacity .5s ease, visibility .5s ease
    }
    .l-header__nav.is-active {
        visibility: visible;
        opacity: 1
    }
    .l-header__menu {
        flex-flow: column;
        width: calc(280 / 375 * 100%);
        margin: 0 auto
    }
    .l-header__menu li {
        width: 100%;
        padding: calc(24 / 280 * 100%) 0;
        border-top: 1px solid #dfe6e6;
        text-align: center
    }
    .l-header__menu li a {
        color: #a78d6e;
        font-size: calc(18 / 375 * 100vw)
    }
    .l-header__menu li:last-child {
        padding: calc(48 / 280 * 100%) 0 0
    }
    .l-header__menu li:last-child a {
        display: block;
        width: 100%;
        padding: calc(15 / 280 * 100%) 0;
        text-align: center
    }
    .l-footer__inr {
        flex-flow: column
    }
    .l-footer__logo {
        margin-bottom: calc(25 / 327 * 100%)
    }
    .intro__txt {
        margin-bottom: calc(14 / 338 * 100%)
    }
    .features__intro .l-contents {
        display: contents
    }
    .features__ex-season li:not(:last-child) {
        margin-bottom: calc(32 / 258 * 100%)
    }
    .features__combo-item {
        flex-flow: column
    }
    .features__combo-label {
        font-size: calc(12 / 375 * 100vw)
    }
    .features__points {
        flex-flow: column
    }
    .features__points li {
        position: relative
    }
    .features__points li:first-child {
        padding-bottom: calc(50 / 327 * 100%)
    }
    .features__points li:first-child::after {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 70%;
        height: 1px;
        background: #d8dce3;
        content: ""
    }
    .features__points li:last-child {
        padding-top: calc(50 / 327 * 100%)
    }
    .tech__inr {
        width: calc(327 / 361 * 100%)
    }
    .tech__acc-icon {
        margin: calc(18 / 271 * 100%) 0 0
    }
    .tech__desc-ttl {
        flex-flow: column
    }
    .tech__desc-icon {
        margin-top: calc(8 / 280 * 100%)
    }
    .is-type01 .tech__block-img01:first-of-type {
        margin-bottom: calc(8 / 327 * 100%)
    }
    .is-type02 .tech__block-img01 {
        margin-top: calc(24 / 327 * 100%)
    }
    .tech__block-inspection li {
        width: calc(157 / 327 * 100%)
    }
    .tech__note-icon {
        margin: 0 auto calc(10 / 298 * 100%)
    }
    .about__block {
        flex-flow: column;
        row-gap: 32px
    }
    .about__ttl {
        text-align: center
    }
    .about__btn {
        width: calc(302 / 375 * 100%)
    }
    .about__btn span {
        display: block;
        width: calc(202 / 302 * 100%);
        margin: 0 auto;
        line-height: 1.5;
        text-align: left
    }
    .recommend__case {
        flex-flow: column;
        row-gap: 20px;
        width: calc(300 / 327 * 100%)
    }
}

@media (any-hover: hover) {
    .features__combo-item:hover {
        opacity: .75
    }
}