<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "ss02";
    font-size: 16px;
    line-height: 1.6;
    position: relative;
    background-color: #fff;
    color: #333;
    transform: rotateZ(0.03deg);
    overflow-x: hidden;
    margin: 0 0 0 -3px;
}

.container {
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}

.container1040 {
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 970px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width:1040px) {
    .container {
        width: 100%;
        margin: 0 auto;
    }
}

/*メインビジュアル*/
.main-inner {
    background-image: url(/images/lp/lp_pal03-05s/main-bg-test.png);
    background-position: top center;
    background-repeat: repeat-x;
    height: 504px;
}

.bl01-copy {
    padding: 40px 0 0;
}

.shopping-link {
    padding: 20px 0 30px;
}

@media (max-width: 960px) {
    .bl01-copy {
        display: none;
    }

    .main-inner {
        height: auto;
        background-size: cover;
    }
}

@media (max-width: 700px) {
    .shopping-link img {
        width: 96%;
        height: auto;
        margin: 0 auto;
        display: block;
    }
}

/*block01*/
.block01 {
    padding: 70px 0 40px;
}

.title-round {
    width: 60%;
    padding: 0.7rem 0;
    border-radius: 3rem;
    margin: 0 auto 30px;
}

.wrap-3img {
    display: flex;
    flex-wrap: nowrap;
    height: 380px;
}

.link-img img {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 2;
    left: 20px;
}


.link-img {
    position: relative;
    width: 33.3%;
}

.link-img-text {
    position: absolute;
    top: 105px;
    right: 0;
    border: 1px solid #7D7D7D;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    z-index: 1;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.link-img-text::after {
    content: '';
    position: absolute;
    bottom: 10px;
    border-top: 10px solid #7D7D7D;
    border-right: 12px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 12px solid transparent;
}


.link-img-text--sample {
    color: #1D4990;
    font-size: 12px;
    font-weight: bold;
}

.link-img-text--unit {
    color: #1D4990;
    font-size: 24px;
    font-weight: bold;
}

.link-img-text--click {
    color: #7D7D7D;
    font-size: 12px;
    font-weight: bold;
}


@media (max-width:960px) {

    .link-img img {
        max-width: 160px;
        width: 100%;
        left: 50%;
        translate: -50% 0;
    }

    .link-img-text {
        top: 200px;
        left: 50%;
        right: auto;
        translate: -50% 0;
    }
}

@media (max-width:499px) {


    .link-img-text {
        top: 156px;
        width: 100px;
        height: 100px;
    }

    .link-img-text--unit {
        font-size: 20px;
    }

    .link-img-text--sample {
        font-size: 10px;
    }

    .link-img-text--click {
        font-size: 10px;
    }

    .link-img-text::after{
        bottom: 4px;
        border-top: 6px solid #7D7D7D;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }
}

@media (max-width: 970px) {
    .block01 {
        padding: 30px 0 20px;
    }

    .title-round {
        width: 80%;
        padding: 0.5rem 0;
        border-radius: 3rem;
        margin: 0 auto 30px;
    }

    .wrap-3img {
        width: 94%;
        margin: 0 auto;
    }
}

/*テキスト化*/
.product-img img {
    width: 72%;
    margin-top: 20px;
}

.atagocart-position {
    position: absolute;
    top: 0;
    left: 500px;
}

.top {
    align-items: center;
}

@media screen and (max-width:1860px) {
    .atagocart-position {
        position: absolute;
        top: 0;
        left: 10%;
    }
}

.top {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    height: 400px;
    width: 100%;
}

.top-txt {
    display: flex;
    flex-direction: column;
    color: #fff;
    justify-content: center;
}

.top-txt01 {
    font-size: 40px;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: center;
    margin-top: 80px;
    margin-right: 56px;
    text-shadow: 0 0 0.2em #515254;
}

.product-img img {
    width: 68%;
    padding-top: 70px;
}

.top-phrase-box {
    display: flex;
    justify-content: center;
    background-color: #1d4990;
}

.top-phrase {
    display: flex;
    color: #fff;
    justify-content: space-evenly;
    align-items: center;
    margin-top: -10px;
}

.top-phrase img {
    object-fit: unset;
    margin: 0;
}

.top-phrase p {
    font-size: 1.5em;
    letter-spacing: 3px;
    font-weight: bold;
}

.atagologo img {
    padding-top: 18px;
}

@media (max-width: 960px) {
    .atagologo {
        display: none;
    }
}

.trophy img {
    width: 65%;
    margin: 0 auto;
}

.no1 img {
    width: 70%;
    margin: 0 auto;
}

.d-share {
    padding-top: 18px;
}

.noto-bold {
    font-weight: 800;
    font-size: 40px;
}

.trophy {
    width: 10%;
}

.no1 {
    width: 15%;
}

@media screen and (max-width:960px) {
    .main {
        background-size: cover;
        margin-top: 60px;
    }

    .top {
        flex-direction: column;
        height: 650px;
    }

    .product-img {
        text-align: center;
    }

    .product-img img {
        margin: 0 auto;
        padding: 0;
    }

    .top-txt01 {
        margin: 10px 0;
        line-height: 1.5;
    }
}

@media screen and (max-width:499px) {
    .top {
        align-items: center;
        margin-left: unset;
        height: 350px;
    }

    .product-img {
        margin: 0 auto;
    }

    .product-img img {
        width: 40%;
    }

    .top-txt01 {
        font-size: 20px;
    }

    .no1 {
        width: 15%;
    }

    .top-phrase {
        margin: 0;
    }

    .top-phrase p {
        font-size: 0.9rem;
        letter-spacing: -1px;
        font-weight: 600;
    }

    .noto-bold {
        font-size: 1rem;
    }

    .d-share {
        padding-top: 6px;
        margin: 0 3px 0 0;
    }

    .d-share02 {
        margin: 0 3px;
    }

    .atagologo {
        margin: -30px 180px 0 0;
    }

    .atagologo img {
        width: 70%;
        padding-top: 30px;
    }
}

/*フォントまとめ*/
.utile {
    font-family: "utile-display", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.kozuka {
    font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
}

.soueikaku {
    font-family: 'HG創英角ｺﾞｼｯｸUB';
}

.noto {
    font-family: 'Noto Sans JP', sans-serif;
}

.zenmaru {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 900;
    font-style: normal;
}

/*block02-3*/
.block02-03 {
    background-image: url(/images/lp/lp_pal03-05s/bl02-03-bg.jpg);
    background-position: top 280px center;
    background-repeat: repeat-x;
    padding: 20px 0 130px 0;
    position: relative;
}

.bg-kazari-right {
    position: absolute;
    top: -120px;
    right: 0;
}

.bg-kazari-right2 {
    position: absolute;
    top: 40px;
    right: -50px;
}

.bg-kazari-right3 {
    position: absolute;
    top: -60px;
    right: -50px;
}

.bg-kazari-left {
    position: absolute;
    top: -180px;
    left: 0px;
}

.bg-kazari-left2 {
    position: absolute;
    top: 0;
    left: 0px;
}

@media (max-width:1100px) {
    .bg-kazari-right {
        display: none;
    }

    .bg-kazari-right2 {
        display: none;
    }

    .bg-kazari-right3 {
        display: none;
    }
}

.block02_inner {
    display: flex;
    text-align: left;
    justify-content: space-between;
    position: relative;
}

.bl023-cont-right {
    width: 480px;
}

.bl02-txt {
    width: 88%;
    margin: 0 auto;
}

@media (max-width: 970px) {
    .block02-03 {
        background-size: contain;
        padding: 0;
    }

    .block02_inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 0 80px 0;
    }

    .bl023-cont-right {
        width: 90%;
        margin: 0 auto;
    }

    .bl02-txt {
        width: 90%;
        margin: 0 auto;
    }

    .bl023-cont-left {
        width: 90%;
        margin: 0 auto;
    }

    .bl023-cont-left img {
        width: 96%;
        height: auto;
    }
}

/*block04-07*/
.block04-07 {
    background-image: url(/images/lp/lp_pal03-05s/bl04-05-bg.jpg);
    background-position: top center;
    background-repeat: repeat-x;
}

/*block04*/
.block04_inner {
    text-align: left;
}

.bl04-box-wrap {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0 0;
}

.bl04-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 6px gray;
    position: relative;
    width: 238px;
    padding: 30px;
}

.bl04-mark {
    position: absolute;
    top: -20px;
    left: 16px;
    filter: drop-shadow(1px 1px 2px gray);
}

.bl04-btn {
    display: block;
    margin: 40px auto 30px;
    filter: drop-shadow(1px 1px 2px gray);
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    width: fit-content;
    padding: 8px 66px 8px 20px;
    border-radius: 60px;
    position: relative;
    text-align: left;
    font-size: 14px;
}

.bl04-btn-blue {
    background-color: #1d4990;
}

.bl04-btn-green {
    background-color: #36B276;
}

.bl04-btn-brown {
    background-color: #8D6A27;
}


.bl04-btn:after {
    content: '→';
    position: absolute;
    top: 50%;
    right: 5%;
    translate: 0 -48%;
    font-size: 35px;
    font-weight: normal;
}


.bl04-link {
    position: absolute;
    bottom: 1%;
    right: 0%;
    left: 0%;
    text-align: center;
}

ul.bl04-list {
    margin: 0 0 2.5rem 0;
}

ul.bl04-list li {
    font-size: 0.95rem;
    padding: 0 0 0.6rem 1.6rem;
}

.mark01 {
    background-image: url(/images/lp/lp_pal03-05s/bl04-col01-list-mark.png);
    background-position: top 4px left;
    background-repeat: no-repeat;
}

.mark02 {
    background-image: url(/images/lp/lp_pal03-05s/bl04-col02-list-mark.png);
    background-position: top 4px left;
    background-repeat: no-repeat;
}

.mark03 {
    background-image: url(/images/lp/lp_pal03-05s/bl04-col03-list-mark.png);
    background-position: top 4px left;
    background-repeat: no-repeat;
}

.pro-link-txt {
    font-size: 0.8rem;
    color: #595959;
}

@media (max-width: 970px) {
    .block04-07 {
        background-image: none;
        background-position: top center;
        background-repeat: repeat-x;
        background-size: over;
    }

    .bl04-box-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 40px 0 0 0;
    }

    .bl04-box {
        margin: 0 7px 60px;
    }

    .txt-center-sma {
        text-align: center;
    }
}

/*block05*/
.block05_inner {
    text-align: left;
    padding: 80px 0 0 0;
    position: relative
}

.bl05-cont-wrap {
    display: flex;
    justify-content: space-between;
    margin: 40px auto;
}

.bl05-cont-left {
    width: 470px;
}

.bl05-cont-right {
    width: 426px;
}

.point-box {
    display: flex;
    justify-content: space-between;
    margin: 0 0 2rem;
}

.point-txt {
    width: 310px;
}

.midashi-round {
    border-radius: 3rem;
    font-weight: bold;
    text-align: center;
    padding: 0.3rem 1rem;
    display: inline-block;
    letter-spacing: 0.2rem;
    margin: 10px 0 10px 0;
}

@media (max-width: 970px) {
    .block05_inner {
        text-align: left;
        padding: 0;
        position: relative
    }

    .bl05-cont-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 40px 0 0 0;
    }

    .bl05-cont-left {
        width: 94%;
    }

    .bl05-cont-right {
        width: 94%;
    }

    .bl05-cont-right img {
        width: 100%;
        height: auto;
    }

    .point-box {
        justify-content: center;
    }

    .point-box img {
        width: 20%;
        height: 20%;
        margin: 0 10px 0 0;
    }

    .point-txt {
        width: 66%;
    }
}

/*block06*/
.block06_inner {
    padding: 60px 0;
    position: relative;
}

.block06_inner h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 3px;
}

.bl06-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 20px 0;
}

.bl06-box {
    background-color: #fff;
    width: 49%;
    margin: 0 0 20px 0;
    position: relative;
    text-align: left;
}

.cv-cate {
    display: inline;
    padding: 0.2rem 0.6rem;
    position: absolute;
    top: 17px;
    right: 17px;
}

.vc-box {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 17px 0 17px 17px;
}

.vc-name {
    margin: 0 0 0 50px
}

.cv-comment {
    padding: 0 17px 17px 17px;
}

.bl06-voice-btn {
    background-color: #231815;
    color: #fff;
    text-decoration: none;
    padding: 15px 50px;
    border-radius: 5px;
    letter-spacing: 2px;

    position: relative;
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.bl06-voice-btn::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    width: 13px;
    height: 13px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
}



.bl07-img {
    margin: 60px 0 0 0;
}

@media (max-width: 770px) {
    .bl06-box {
        background-color: #fff;
        width: 90%;
        margin: 0 auto 20px;
        position: relative;
        text-align: left;
    }
}

.block07_inner {
    padding: 40px 0 80px;
    position: relative;
}

@media (max-width: 970px) {
    .block07_inner {
        padding: 0 0 30px 0;
    }

    .block07_inner img {
        width: 90%;
        height: auto;
    }

    .bl07-img {
        margin: 20px 0 0 0;
    }
}

/*block08*/
.block08 {
    padding: 50px 0;
}

.col02box {
    text-align: left;
}

.bl08-wrap {
    display: flex;
    margin: 0 auto 60px;
    justify-content: space-between;
    width: 920px;
}

.bl08-img {
    width: 450px;
}

.bl08-txt {
    width: 450px;
}

.bl08-point02 {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.bl08-mark01 {
    background-image: url(/images/lp/lp_pal03-05s//bl08-point01.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 100px;
    padding: 40px 0 0 130px;
}

.bl08-mark02 {
    background-image: url(/images/lp/lp_pal03-05s//bl08-point02.png);
    background-position: top left;
    background-repeat: no-repeat;
    height: 110px;
    padding: 20px 0 0 130px;
}

.bl08-p02-adjust {
    margin: 10px 0 50px 0;
}

.bl08-txt-inner {
    margin: 0 0 0 20px;
    width: 470px;
}

.howtomeasure {
    width: 920px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.howto-box {
    width: 275px;
}

.howto-arrow {
    width: 25px;
}

.bl08-title-adjust {
    margin: 0 0 15px 20px;
}

@media (max-width: 970px) {
    .howtomeasure {
        width: 90%;
        margin: 0 auto;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .howto-arrow {
        margin: 0 7px;
    }
}

@media (max-width: 920px) {
    .bl08-p01-adjust {
        margin-left: 20px;
    }

    .bl08-wrap {
        margin: 0 auto 60px;
        flex-wrap: wrap;
        justify-content: center;
        width: 96%;
    }

    .bl08-img {
        width: 100%;
        text-align: center;
    }

    .bl08-txt {
        width: 90%;
        margin: 0 auto;
    }

    .bl08-point02 {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }

    .bl08-p02-adjust {
        margin: 10px 0 20px 0px;
    }

    .bl08-txt-inner {
        margin: 0 auto;
        width: 100%;
    }
}

/*block09*/
.block09 {
    padding: 0 0 60px
}

.block09_inner {
    width: 884px;
    margin: 0 auto;

}

.btn-cart {
    font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 50px auto;
    background-color: #B72635;
    border: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 10px;
    display: block;
    position: relative;
}

.btn-cart::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.bl09-column {
    border: 1px solid #22386C;
    padding: 20px;
}

.bl09-p {
    margin: 0 0 15px 0;
}

/*block10*/
.block10 {
    background-image: url(/images/lp/lp_pal03-05s//story_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    height: 480px;
    color: #fff;
    text-align: center;
}

h3.border01 {
    margin: 75px auto 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 1em;
    font-size: 1.6rem;
    line-height: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

h3.border01:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    /*線の上下位置*/
    display: inline-block;
    width: 116px;
    /*線の長さ*/
    height: 3.5px;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #fff;
    /*線の色*/
    border-radius: 2px;
    /*線の丸み*/
}

.btn-border {
    display: block;
    width: 186px;
    color: #1E95D4;
    margin: 0 auto;
    border: 1px solid #1E95D4;
    font-size: 0.9rem;
    border-radius: 20px;
}

a.btn-border:hover {
    display: block;
    width: 15%;
    color: #fff;
    background-color: #1E95D4;
    margin: 0 auto;
    border: 1px solid #1E95D4;
}

/*block11*/
.block11 {
    padding: 70px 0;
}

.bl11-label {
    display: inline-block;
    position: relative;
    background-color: #4a82c8;
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 20px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


.bl11-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 24px 20px;
    border-color: transparent transparent transparent #4a82c8;
}

.bl11-label::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 0 10px;
    border-color: #1E4A90 transparent transparent transparent;
}

.bl11-box-wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px auto;
}

.bl11-box {
    width: 286px;
}

.bl11-pro-name {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px 0;
}

.bl11-box-detail {
    font-weight: 500;
    color: #4D4948;
}

.spec-img {
    display: block;
    margin: 0 auto;
}

.spec-table {
    font-size: 0.8rem;
    margin: 20px 0 0 0;
    border-top: 1px solid #1A4688;
    width: 100%;
}

.spec-table th {
    width: 30%;
    color: #1D4990;
    border-bottom: 1px solid #1A4688;
    background-color: #c2ddff;
    padding: 2px;
}

.spec-table td {
    border-bottom: 1px solid #4D4948;
    color: #4D4948;
    padding: 2px;
}

.spec-table td.adjust {
    letter-spacing: -0.02rem
}

.bl09-img {
    display: flex;
    text-align: center;
}

@media (max-width: 920px) {
    .bl11-box-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 50px auto;
    }

    .bl11-box {
        width: 90%;
        margin: 0 auto 30px;
    }

    .bl11-mark-award img {
        width: 90%;
        height: auto;
    }

    .bl09-column {
        width: 80%;
        margin: 0 auto;
    }

    .bl09-img {
        display: flex;
        text-align: center;
        flex-wrap: wrap;
        justify-content: center;
    }

}

.sma-bg {
    display: none;
}

/*共通パーツ*/
/*文字*/
.big-title {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.3rem;
}

.big-title-sub {
    font-size: 1.6rem;
    line-height: 1.4rem;
    font-weight: 500;
}

.middle-title {
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

.middle-title2 {
    font-size: 1.7rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

.middle-catch {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    line-height: 1.2;
    font-weight: 700;
}

.title-sub-rubi {
    font-size: 0.8rem;
    line-height: 1.5rem;
    font-weight: 500;
}

.midashi {
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 1.6;
}

.midashi-m {
    font-weight: 500;
    font-size: 1.5rem;
}

.midashi-s {
    font-weight: 500;
    font-size: 1.25rem;
}

.honbun {
    font-size: 1rem;
    line-height: 1.6;
}

.honbun-s {
    font-size: 0.875rem;
    line-height: 1.6;
}

.honbun-dotline {
    font-size: 0.99rem;
    line-height: 2;
    display: inline;
    border-bottom: 1px dashed #ddd6d4;
    padding: 0 0 0.2rem 0;
}

.txt-space-adjust {
    letter-spacing: 0.1rem;
}

.cap {
    font-size: 0.85rem;
    line-height: 1.8;
}

.cap2 {
    font-size: 0.7rem;
    line-height: 1.2;
}

.cat-txt {
    font-size: 0.9rem;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left;
}

.bb {
    font-weight: 500;
}

.bbb {
    font-weight: 700;
}

.pro-name {
    line-height: 1;
}

/*書体*/
.font-gothic {
    font-family: 'Noto Sans JP', sans-serif, Georgia, Helvatica;
}

/*画像リンク*/
a:hover {
    opacity: 0.6;
}

.link-products {
    display: block;
    text-align: center;
    background-color: #1d4990;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 3px;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 90px 10px 30px;
    border-radius: 50px;
    position: relative;
    text-align: left;
}


.link-products:after {
    content: '→';
    position: absolute;
    top: 50%;
    right: 5%;
    translate: 0 -48%;
    font-size: 35px;
    font-weight: normal;
}

/*色*/
.blue {
    color: #1d4990;
}

.red {
    color: #bd3d3c;
}

.white {
    color: #fff;
}

.skyblue {
    color: #1e95d4;
}

.green {
    color: #36b276;
}

.bg-grey {
    background-color: #e9e9e9;
}

.bg-grey2 {
    background-color: #ddd6d4;
}

.bg-grey3 {
    background-color: #f7f9f9;
}

.bg-blue {
    background-color: #1d4990;
}

.bg-green {
    background-color: #36b276;
}

.bg-green2 {
    background-color: #5b9362;
}

.bg-brown {
    background-color: #8d6a27;
}

.bg-orange {
    background-color: #ebcc79;
}

.bg-rblue {
    background-color: #a3cae5;
}

.bg-red {
    background-color: #b72634;
}

.bg-black {
    background-color: #141413;
}

/*スマホ最適化*/
br.sp_br {
    display: none !important;
}

br.pc_br {
    display: block;
}


@media (max-width: 970px) {

    /*文字*/
    .big-title {
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: 0rem;
    }

    .big-title-sub {
        font-size: 1rem;
        line-height: 1.4;
        font-weight: 500;
    }

    /*.midashi{
    font-weight: 900;
    font-size:0.9rem;
}*/
    .middle-title {
        font-size: 1.5rem;
        letter-spacing: 0;
    }

    .middle-title2 {
        font-size: 0.9rem;
    }

    .middle-catch {
        font-size: 1.4rem;
        letter-spacing: 0.1rem;
        line-height: 1.2;
        font-weight: 700;
    }

    .midashi-s {
        font-weight: 500;
        font-size: 1rem;
    }

    .midashi-light {
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .honbun {
        font-weight: normal;
        font-size: 0.9rem;
        line-height: 1.8;
    }

    .story_movie_lead {
        font-size: 0.8rem;
        line-height: 1.8
    }

    .cap {
        font-size: 0.8rem;
        line-height: 1.8;
    }

    .bg-kazari-left {
        display: none;
    }

    .bg-kazari-left2 {
        display: none;
    }
}


/*空き*/
.mt10 {
    margin: 10px 0 0 0;
}

.mt40 {
    margin: 40px 0 0 0;
}

.mb10 {
    margin: 0 0 10px 0;
}

.mb20 {
    margin: 0 0 20px 0;
}

.mb30 {
    margin: 0 0 30px 0;
}

.mb40 {
    margin: 0 0 40px 0;
}

.mb60 {
    margin: 0 0 60px 0;
}

/*スマホ調整*/
@media screen and (max-width:499px) {
    .container {
        width: 100%;
        border: none;
    }

    .footer-txt {
        font-size: 12px;
        line-height: 1.5;
    }

    br.sp_br {
        display: block !important;
    }

    br.pc_br {
        display: none;
    }

    .point-box img {
        width: 30%;
        height: 30%;
        margin: 0 15px 0 0;
    }

    .bl08-img img {
        width: 90%;
        height: auto;
    }

    .bl08-mark01 {
        background-size: 16%;
        height: 60px;
        padding: 0 0 20px 75px;
    }

    .bl08-mark02 {
        background-size: 16%;
        height: 70px;
        padding: 0px 0 0 75px;
    }

    .howtomeasure::-webkit-scrollbar {
        height: 12px;
    }

    .howtomeasure::-webkit-scrollbar-thumb {
        background-color: #397c40;
        border-radius: 7px;
    }

    .howtomeasure::-webkit-scrollbar-track {
        background-color: #7bba81;
        border-radius: 7px;
    }

    .bl09-img img {
        width: 100%;
        height: auto
    }

    h3.border01:before {
        width: 80px;
        /*線の長さ*/
    }

    .smb20 {
        margin: 0 0 20px 0;
    }

    .sma-bg {
        display: block;
    }

    .sma-bg img {
        width: 100%;
        height: auto;
    }
}


.design__wrap {
    overflow-x: scroll;
    margin: -160px auto 0;
    width: 960px;
}

.design {

    position: relative;
    width: 960px;
}

.design__img {
    text-align: center;
}

.design__img img {
    width: 338px;
    margin-top: 33px;
}

.design__text {
    position: absolute;
    width: 311px;
}

.design__text--lead {
    border-bottom: 1px solid #000;
    color: #1D4990;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 5px 0;
}

.design__text--caption {
    padding: 5px 0 0 0;
    font-size: 14px;
}

.design__text--display {
    top: 189px;
    left: 0;
}

.design__text--start {
    top: 320px;
    left: 0;
}

.design__text--nfc {
    top: 445px;
    left: 0;
}

.design__text--sample {
    top: 0;
    right: 0;
}

.design__text--prism {
    top: 142px;
    right: 0;
}


.design__text--zero {
    top: 338px;
    right: 0;
}

.design__text--strap {
    top: 477px;
    right: 0;
}

@media (max-width: 960px) {
    .design__title {
        width: 180px;
    }

    .design__wrap {
        width: 92%;
    }

    .design {
        width: 760px;
        margin: 0 auto;
    }

    .design__text--lead {
        font-size: 16px;
    }

    .design__text--caption {
        font-size: 13px;
    }

    .design__text {
        width: 230px;
    }

    .design__img img {
        width: 300px;
        margin-top: 34px;
    }

    .design__text--display {
        top: 171px;
    }

    .design__text--start {
        top: 287px;
    }

    .design__text--nfc {
        top: 398px;
    }

    .design__text--sample {
        top: 3px;
    }

    .design__text--prism {
        top: 129px;
    }

    .design__text--zero {
        top: 303px;
    }

    .design__text--strap {
        top: 426px;
    }
}

@media (max-width: 499px) {
    .design__title {
        width: 120px;
    }

    .design__wrap {
        margin: -55px auto 0;
    }

    .design {
        width: 520px;
    }

    .design__text--lead {
        font-size: 13px;
        padding: 0 0 2px 0;
    }

    .design__text--caption {
        font-size: 10px;
        padding: 2px 0 0 0;
    }

    .design__text {
        width: 150px;
    }

    .design__img img {
        width: 220px;
        margin-top: 30px;
    }

    .design__text--display {
        top: 130px;
    }

    .design__text--start {
        top: 215px;
    }

    .design__text--nfc {
        top: 296px;
    }

    .design__text--sample {
        top: 7px;
    }

    .design__text--prism {
        top: 99px;
    }

    .design__text--zero {
        top: 227px;
    }

    .design__text--strap {
        top: 317px;
    }
}
</pre></body></html>