@charset "utf-8";
@media screen and (max-width:767px) {
    .pc-visible {
        display: none !important;
    }
    .sp-hide {
        display: none !important;
    }
}

@media screen and (min-width:768px) {
    .pc-hide {
        display: none !important;
    }
    .sp-visible {
        display: none !important;
    }
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#top-img_s {
    width: 1120px;
    margin: auto;
    padding-top: 5rem;
}

#top-img_s img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    pointer-events: none;
    width: 100%;
}

@media (max-width:1056px) {
    #top-img_s {
        width: calc(100% - 60px);
    }
}

@media (max-width:500px) {
    #top-img_s {
        width: 100%;
        padding-top: 0;
    }
}

.main,
.main_w {
    width: 1100px;
    margin: auto;
}

@media (max-width:1099px) {
    .main,
    .main_w {
        width: 100%;
    }
}

@media (max-width:779px) {
    .main,
    .main_w {
        width: calc(100% - 60px);
    }
}

@media (max-width:500px) {
    .main_w {
        width: calc(100% - 30px);
    }
}

#title {
    margin: 65px auto;
    text-align: center;
}

#title h2 {
    margin-bottom: 60px;
}

#title h3 {
    margin-bottom: 40px;
    line-height: 1.6em;
}

#title h5 {
    font-size: 17px;
    line-height: 2.2em;
    margin-bottom: 25px;
}

#title p {
    width: 670px;
    margin: auto;
}

@media (max-width:800px) {
    #title h2 {
        margin-bottom: 50px;
    }
    #title h3 {
        margin-bottom: 30px;
    }
    #title h5 {
        font-size: 14px;
    }
    #title p {
        width: 90%;
    }
}

@media (max-width:500px) {
    #title h2 {
        margin-bottom: 50px;
    }
    #title h3 {
        margin-bottom: 30px;
    }
    #title h5 {
        font-size: 12px;
    }
    #title p {
        width: 90%;
    }
}

.main h2 {
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: 0.2em;
    padding-bottom: 8px;
    border-bottom: thin solid #000000;
    display: inline-block;
    margin-bottom: 15px;
    font-family: 'Zen Old Mincho', serif;
}

@media (max-width:500px) {
    .main h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.main h3 {
    font-size: 2.5rem;
    padding-bottom: 8px;
    font-family: 'Poppins', sans-serif;
    color: #d3d3d3;
    text-align: center;
    font-weight: normal;
}


/* method contents */

#body-contents {
    position: relative;
    z-index: 0;
    /*
    background-image: url(../img/bg-back.svg);
    background-position: center 40px;
    background-repeat: repeat-y;
    */
    margin: 0;
    padding: 0;
}

.section {
    display: block;
    width: 100%;
    margin-bottom: 0;
}

.section:last-child {}

.section.section-border {
    border-top: 1px solid #403f3d;
}

.section:before,
.section:after {
    content: ".";
    display: block;
    clear: both;
    float: none;
    height: 0px;
    width: 100%;
    visibility: hidden;
    overflow: hidden;
}

.section>.section-charm-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.section>.section-charm-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.row {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.row.fill {
    max-width: none;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

hr {
    height: 0px;
    border: 0px solid transparent;
    border-bottom: 1px solid #8a8998;
}

@media screen and (max-width:767px) {
    #body-contents {
        background-position: center 5vw;
        background-repeat: repeat-y;
        background-size: 300vw auto;
    }
    .row {
        width: 100%;
        padding-left: 6.6vw;
        padding-right: 6.6vw;
    }
    .row.blog {
        padding-left: 6.6vw;
        padding-right: 6.6vw;
    }
    .row.fill {
        width: 100%;
        padding-left: 0vw;
        padding-right: 0vw;
    }
    .row>hr {
        margin-top: 4vw;
    }
    hr.row {
        width: auto;
        margin-left: 6.6vw;
        margin-right: 6.6vw;
    }
    .sheild {
        background-color: rgba(255, 255, 255, 0.7);
    }
    .fixed {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: rgba(0, 0, 0, 0.0);
    }
}

.tec--anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: -1.5em -1.5em;
    margin-bottom: 4em;
}

.tec--anchor>.tec--anchor-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    margin: 1.5em 1.5em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33333% - 3em);
    flex: 0 0 calc(33.33333% - 3em);
    border: 1.5px solid #d2b48c;
    border-radius: 2em;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}


/*
.tec--anchor .tec--anchor-item:after {
    content: "";
    position: absolute;
    bottom: 1.0em;
    right: 1.0em;
    display: block;
    width: 2em;
    height: 2em;
    background-image: url(../img/test/circle-arrow-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.tec--anchor>.tec--anchor-item:hover {
    text-decoration: none;
    opacity: 0.7;
}
*/

.tec--anchor>.tec--anchor-item>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100.00000%);
    flex: 0 0 calc(100.00000%);
}

.tec--anchor>.tec--anchor-item>.description {
    padding: 1.5em 1.5em 3.0em 1.5em;
}

.tec--anchor>.tec--anchor-item>.description>* {
    display: block;
}

.tec--anchor>.tec--anchor-item>.description .sub-copy {
    font-size: 1.4rem;
    line-height: 1;
    margin-bottom: 0.8em;
}

.tec--anchor>.tec--anchor-item>.description .tec-name {
    font-size: 2.4rem;
    line-height: 1.4;
}

.tec--anchor>.tec--anchor-item>.description .plan-price {
    color: #958626;
    display: block;
    font-size: 2.4rem;
    margin-top: 0.5em;
}

.tec--anchor>.tec--anchor-item>.description .plan-price>.price {
    display: block;
    font-size: 2.4rem;
    line-height: 1;
}

.tec--anchor>.tec--anchor-item>.description .plan-price>.price>.amount {
    font-size: 3.2rem;
}

.tec--anchor>.tec--anchor-item>.description .plan-price>.tax {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.25em;
}

.tec--anchor>.tec--anchor-item>.description .plan-price>.tax>.amount {
    font-size: 2.0rem;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100.00000% - 3em);
    flex: 0 0 calc(100.00000% - 3em);
    margin-bottom: 3em;
}


/*
.tec--anchor>.tec--anchor-item.tec--anchor-large>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50.00000%);
    flex: 0 0 calc(50.00000%);
}
*/

.tec--anchor>.tec--anchor-item.tec--anchor-large>* {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 505px;
    flex: 0 0 505px;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.eyecatch {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(505px);
    flex: 0 0 calc(505px);
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.eyecatch img {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    vertical-align: middle;
    max-width: 100%;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description {
    padding: 3.0em;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description .sub-copy {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 0.8em;
    font-family: 'Zen Old Mincho', serif;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description .prot-font {
    font-size: 2.3rem;
    font-family: 'Poppins', sans-serif;
    color: #d2b48c;
    margin-bottom: 0.2em;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description .tec-name {
    font-size: 3.6rem;
    line-height: 1.4;
    margin-bottom: 0.2em;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price {
    color: #958626;
    display: block;
    font-size: 3.6rem;
    margin-top: 0.5em;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price>.price {
    display: block;
    font-size: 3.6rem;
    line-height: 1;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price>.price>.amount {
    font-size: 5.2rem;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price>.tax {
    display: block;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 0.25em;
}

.tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price>.tax>.amount {
    font-size: 2.4rem;
}


/* == スマートフォンサイズ ======================================================*/

@media screen and (max-width: 750px) {
    .tec--anchor {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -0.8em -2em;
        margin-bottom: 4em;
    }
    .tec--anchor>.tec--anchor-item,
    .tec--anchor>.tec--anchor-item.tec--anchor-large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0.8em 2em;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 4em);
        flex: 0 0 calc(100% - 4em);
        border: 1px solid #000000;
        border-radius: 2em;
        overflow: hidden;
    }
    .tec--anchor>.tec--anchor-item.tec--anchor-large>*,
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.eyecatch {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100.00000%);
        flex: 0 0 calc(100.00000%);
    }
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description {
        padding: 1.5em 1.5em 3.0em 1.5em;
    }
    .tec--anchor>.tec--anchor-item>.description .sub-copy,
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description .sub-copy {
        font-size: 1.35rem;
        line-height: 1.6;
        margin-bottom: 0.5em;
    }
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description .prot-font {
        font-size: 1.85rem;
    }
    .tec--anchor>.tec--anchor-item>.description .tec-name,
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description .tec-name {
        font-size: 2.1rem;
        line-height: 1.4;
    }
    .tec--anchor>.tec--anchor-item>.description .plan-price,
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price {
        color: #958626;
        display: block;
        font-size: 2.4rem;
        margin-top: 0.8em;
    }
    .tec--anchor>.tec--anchor-item>.description .plan-price>.price,
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price>.price {
        display: block;
        font-size: 2rem;
        line-height: 1;
    }
    .tec--anchor>.tec--anchor-item>.description .plan-price>.price>.amount,
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price>.price>.amount {
        font-size: 2.5rem;
    }
    .tec--anchor>.tec--anchor-item>.description .plan-price>.tax,
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price>.tax {
        display: block;
        font-size: 1.5rem;
        line-height: 1;
        margin-top: 0.25em;
    }
    .tec--anchor>.tec--anchor-item>.description .plan-price>.tax>.amount,
    .tec--anchor>.tec--anchor-item.tec--anchor-large>.description .plan-price>.tax>.amount {
        font-size: 1.85rem;
    }
}

header .row {
    margin: auto;
}

header .primary_header .container {
    padding: 0;
}

header .primary_header .title {
    margin: 0;
}

.tec-detail {
    padding: 3em 0em;
}

.tec-detail .tec-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 3em;
    font-family: 'Zen Old Mincho', serif;
}

.tec-detail .tec-description>* {
    /*
    flex: 0 0 50%;
    */
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}

.tec-detail .tec-description>.te-head>.tec-name {
    font-size: 3.6rem;
    line-height: 1.4;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.tec-detail .tec-description>.te-head>.plan-price {
    color: #958626;
    line-height: 1;
    margin-top: 1em;
}

.tec-detail .tec-description>.te-head>.plan-price>.price {
    display: inline-block;
    font-size: 3.2rem;
}

.tec-detail .tec-description>.te-head>.plan-price>.price>.amount {
    font-size: 5.2rem;
}

.tec-detail .tec-description>.te-head>.plan-price>.tax {
    display: inline-block;
    font-size: 1.8rem;
}

.tec-detail .tec-description>.te-head>.plan-price>.tax>.amount {
    font-size: 2.4rem;
}

.tec-detail .tec-description>.te-contents {
    padding: 2.5em 3em;
    text-align: justify;
    text-justify: inter-ideograph;
    border-left: 1px solid #aaaaaa;
    font-size: 1.8rem;
}


/* == スマートフォンサイズ ======================================================*/

@media screen and (max-width: 750px) {
    .tec-detail .tec-description {
        margin-bottom: 1.5em;
    }
    .tec-detail .tec-description>* {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .tec-detail .tec-description>.te-contents {
        padding: 2em 0em 2em 0em;
        font-size: 1.65rem;
        letter-spacing: 0.1em;
        line-height: 1.5;
        border-left: 0px solid transparent;
    }
    .tec-detail .tec-description>.te-head>.tec-name {
        font-size: 2.7rem;
    }
    .tec-detail .tec-description>.te-head>.plan-price {
        color: #958626;
    }
    .tec-detail .tec-description>.te-head>.plan-price>.price {
        display: inline-block;
        font-size: 4.2rem;
    }
    .tec-detail .tec-description>.te-head>.plan-price>.price>.amount {
        font-size: 6.4rem;
    }
    .tec-detail .tec-description>.te-head>.plan-price>.tax {
        display: inline-block;
        font-size: 2.6rem;
    }
    .tec-detail .tec-description>.te-head>.plan-price>.tax>.amount {
        font-size: 3.4rem;
    }
}


/*
プラン詳細
*/

.tec-detail .tec-set {
    margin-bottom: 3em;
}

.tec-detail .tec-set>.tec-set-title {
    font-size: 2.4rem;
    margin-bottom: 1em;
}

.tec-detail .tec-set>.tec-set-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: -1em;
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 2em);
    flex: 0 0 calc(50% - 2em);
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.thumbnail {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    border-radius: 1em;
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.thumbnail img {
    border-radius: 1.0em;
    max-width: 100%;
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 1em;
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content h4::after {
    content: none;
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content>.title {
    position: relative;
    background-color: #393f4c;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5em 0.8em;
    border-radius: 0.8em;
    margin-bottom: 1em;
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'Poppins', 'Zen Kaku Gothic Antique', sans-serif;
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content>.title>.no {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: -0.3em;
    top: -2px;
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content>.title>.label {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 1.6rem;
    text-align: center;
    padding-right: 1em;
    line-height: 1;
}

.tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content>.body {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
    font-family: 'Zen Old Mincho', serif;
    line-height: 1.65;
}

.tec-detail .tec-other {
    margin-bottom: 3em;
}

.tec-detail .tec-other>.tec-other-title {
    font-size: 2.4rem;
    margin-bottom: 1em;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.tec-detail .tec-other>.tec-other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1.5em -1em;
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item {
    margin: 1.5em 1em;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 2em);
    flex: 0 0 calc(25% - 2em);
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item h4::after {
    content: none;
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.thumbanil {
    border-radius: 1.0em;
    overflow: hidden;
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.thumbanil img {
    max-width: 100%;
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.title {
    font-size: 1.6rem;
    color: #958626;
    line-height: 1;
    margin: 1em 0;
    padding-left: 0;
    color: #393f4c;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.body {
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 1.4rem;
    margin-bottom: 0.5em;
    font-family: 'Zen Old Mincho', serif;
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.link {
    display: inline;
    padding: 0.25em 0;
    border-bottom: 1px solid #000000;
    font-size: 1.3rem;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.link:hover {
    text-decoration: none;
    border-bottom: 1px solid transparent;
    opacity: 0.7;
}

.tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.link .icon-after.icon-arrow-r:after {
    width: 0.8em;
    height: 0.8em;
    background-size: contain;
}


/* == スマートフォンサイズ ======================================================*/

@media screen and (max-width: 750px) {
    .tec-detail .tec-set>.tec-set-title {
        font-size: 3.2rem;
        margin-bottom: 1em;
    }
    .tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-bottom: 0.5em;
    }
    .tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.thumbnail img {
        border-radius: 0.5em;
    }
    .tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-left: 0em;
    }
    .tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content>.title {
        border-radius: 0.5em;
    }
    .tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content>.title>.no {
        font-size: 1.45rem;
    }
    .tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content>.title>.label {
        font-size: 1.4rem;
    }
    .tec-detail .tec-set>.tec-set-list>.tec-set-list-item>.content>.body {
        font-size: 1.3rem;
    }
    .tec-detail .tec-other>.tec-other-title {
        font-size: 3.2rem;
    }
    .tec-detail .tec-other>.tec-other-list>.tec-other-list-item {
        margin: 1.5em 1em;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 2em);
        flex: 0 0 calc(50% - 2em);
    }
    .tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.title {
        font-size: 1.8rem;
    }
    .tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.body {
        font-size: 1.4rem;
    }
    .tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.link {
        display: inline;
        padding: 0.25em 0;
        border-bottom: 1px solid #000000;
        font-size: 2.2rem;
    }
    .tec-detail .tec-other>.tec-other-list>.tec-other-list-item>.link:hover {
        text-decoration: none;
        border-bottom: 1px solid transparent;
    }
}


/*
プランセット
*/

.tec-detail .plan-sumary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: -1em;
    margin-bottom: 3em;
}

.tec-detail .plan-sumary>.plan-sumary-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px;
    margin: 1.0em;
    border-radius: 80px;
    overflow: hidden;
}

.tec-detail .plan-sumary>.plan-sumary-item>.eyecatch {
    margin-bottom: 4.0em;
}

.tec-detail .plan-sumary>.plan-sumary-item>.title {
    background-color: #79756e;
    color: #FFFFFF;
    text-align: center;
    padding: 1.5em;
    line-height: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tec-detail .plan-sumary>.plan-sumary-add {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.tec-detail .plan-sumary>.plan-sumary-item>.title>.main {
    font-size: 1.8rem;
}

.tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #958626;
    color: #FFFFFF;
    padding: 3em 0 1.5em 0;
}

.tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.eyecatch {
    text-align: center;
    margin-bottom: 0.0em;
    padding: 0 2em;
}

.tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.eyecatch>.label {
    margin-top: 1.0em;
}

.tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price {
    text-align: center;
}

.tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price .price {
    font-size: 3.0rem;
    line-height: 1;
}

.tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price .price>.amount {
    font-size: 3.9rem;
}

.tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price .tax {
    font-size: 1.3rem;
    line-height: 1;
}

.tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price .tax>.amount {
    font-size: 1.5rem;
}

.tec-detail .plan-link {
    text-align: center;
    margin-bottom: 2em;
}


/* == スマートフォンサイズ ======================================================*/

@media screen and (max-width: 750px) {
    .tec-detail .plan-sumary {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: -1em;
        margin-bottom: 3em;
    }
    .tec-detail .plan-sumary>.plan-sumary-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 2em);
        flex: 0 0 calc(100% - 2em);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-line-pack: center;
        align-content: center;
        margin: 1.0em;
        border-radius: 3em;
        overflow: hidden;
    }
    .tec-detail .plan-sumary>.plan-sumary-item>.eyecatch {
        margin-bottom: 0.0em;
    }
    .tec-detail .plan-sumary>.plan-sumary-item>.title {
        background-color: #79756e;
        color: #FFFFFF;
        text-align: center;
        padding: 1.5em;
        line-height: 1;
        position: relative;
        bottom: auto;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .tec-detail .plan-sumary>.plan-sumary-add {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .tec-detail .plan-sumary>.plan-sumary-item>.title>.main {
        font-size: 2.6rem;
        line-height: 1.2
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        background-color: #958626;
        color: #FFFFFF;
        padding: 2em 2em 1.5em 2em;
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>* {
        margin: 0 0.5em;
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.eyecatch {
        text-align: center;
        width: 50%;
        padding: 0;
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.eyecatch>.label {
        margin-top: 0.0em;
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price {
        text-align: center;
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price .price {
        font-size: 3.9rem;
        line-height: 1;
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price .price>.amount {
        font-size: 5.2rem;
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price .tax {
        font-size: 1.9rem;
        line-height: 1;
    }
    .tec-detail .plan-sumary>.plan-sumary-item.plan-sumary-item-main>.plan-price .tax>.amount {
        font-size: 2.5rem;
    }
    .tec-detail .plan-link {
        text-align: center;
        margin-bottom: 0em;
    }
}

footer>.row {
    max-width: 100%;
    padding: 0;
}

.title-line-tec {
    border-bottom: 1px dotted #000;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 1.6rem;
    color: #000080;
    font-weight: bold;
}


/*-------*/

.col--1of3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

@media screen and (max-width:768px) {
    .col--1of3 {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
        max-width: 100%
    }
}

@media screen and (max-width:768px) {
    .col--1of3-sp {
        -webkit-box-flex: 0!important;
        -ms-flex: 0 0 33.33333%!important;
        flex: 0 0 33.33333%!important;
        max-width: 33.33333%!important
    }
}

.prodcutItem {
    position: relative;
    max-width: 100%;
    /*
    padding: 0 20px;
    */
    margin: 0 auto;
}

.product {
    position: relative;
    padding-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .product {
        margin: 0;
        padding-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .product:not(:first-child) {
        padding-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .product:not(:first-child) h2 {
        top: 30px;
    }
}

.product h2 {
    position: absolute;
    left: -10px;
    top: 0;
}

@media screen and (max-width: 768px) {
    .product h2 {
        top: 60px;
        left: 0;
        width: 12px;
    }
}

.product .row {
    min-width: 1024px;
    margin: 0 auto;
}

.product .row,
.row--reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media screen and (max-width: 768px) {
    .product .row {
        width: auto;
        min-width: inherit;
    }
    .product .row,
    .row--reverse {
        display: block;
        margin: 0
    }
}

.row--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media screen and (max-width:768px) {
    .row--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.row--reverse:last-child .col,
.row--reverse:last-child .col--1of2,
.row--reverse:last-child .col--1of3,
.row--reverse:last-child .col--1of4,
.row--reverse:last-child .col--1of5,
.row--reverse:last-child .col--1of6,
.row--reverse:last-child .col--2of2,
.row--reverse:last-child .col--2of3,
.row--reverse:last-child .col--2of4,
.row--reverse:last-child .col--2of5,
.row--reverse:last-child .col--2of6,
.row--reverse:last-child .col--3of3,
.row--reverse:last-child .col--3of4,
.row--reverse:last-child .col--3of5,
.row--reverse:last-child .col--3of6,
.row--reverse:last-child .col--4of4,
.row--reverse:last-child .col--4of5,
.row--reverse:last-child .col--4of6,
.row--reverse:last-child .col--5of5,
.row--reverse:last-child .col--5of6,
.row--reverse:last-child .col--6of6,
.row--reverse:last-child .col--auto,
.row:last-child .col,
.row:last-child .col--1of2,
.row:last-child .col--1of3,
.row:last-child .col--1of4,
.row:last-child .col--1of5,
.row:last-child .col--1of6,
.row:last-child .col--2of2,
.row:last-child .col--2of3,
.row:last-child .col--2of4,
.row:last-child .col--2of5,
.row:last-child .col--2of6,
.row:last-child .col--3of3,
.row:last-child .col--3of4,
.row:last-child .col--3of5,
.row:last-child .col--3of6,
.row:last-child .col--4of4,
.row:last-child .col--4of5,
.row:last-child .col--4of6,
.row:last-child .col--5of5,
.row:last-child .col--5of6,
.row:last-child .col--6of6,
.row:last-child .col--auto {
    margin-bottom: 50px
}

@media screen and (max-width:768px) {
    .row--reverse:last-child .col,
    .row--reverse:last-child .col--1of2,
    .row--reverse:last-child .col--1of3,
    .row--reverse:last-child .col--1of4,
    .row--reverse:last-child .col--1of5,
    .row--reverse:last-child .col--1of6,
    .row--reverse:last-child .col--2of2,
    .row--reverse:last-child .col--2of3,
    .row--reverse:last-child .col--2of4,
    .row--reverse:last-child .col--2of5,
    .row--reverse:last-child .col--2of6,
    .row--reverse:last-child .col--3of3,
    .row--reverse:last-child .col--3of4,
    .row--reverse:last-child .col--3of5,
    .row--reverse:last-child .col--3of6,
    .row--reverse:last-child .col--4of4,
    .row--reverse:last-child .col--4of5,
    .row--reverse:last-child .col--4of6,
    .row--reverse:last-child .col--5of5,
    .row--reverse:last-child .col--5of6,
    .row--reverse:last-child .col--6of6,
    .row--reverse:last-child .col--auto,
    .row:last-child .col,
    .row:last-child .col--1of2,
    .row:last-child .col--1of3,
    .row:last-child .col--1of4,
    .row:last-child .col--1of5,
    .row:last-child .col--1of6,
    .row:last-child .col--2of2,
    .row:last-child .col--2of3,
    .row:last-child .col--2of4,
    .row:last-child .col--2of5,
    .row:last-child .col--2of6,
    .row:last-child .col--3of3,
    .row:last-child .col--3of4,
    .row:last-child .col--3of5,
    .row:last-child .col--3of6,
    .row:last-child .col--4of4,
    .row:last-child .col--4of5,
    .row:last-child .col--4of6,
    .row:last-child .col--5of5,
    .row:last-child .col--5of6,
    .row:last-child .col--6of6,
    .row:last-child .col--auto {
        margin-bottom: 30px
    }
}

.product .col--1of3 {
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
    .product .col--1of3 {
        max-width: none;
        padding: 0;
    }
}

.product__img {
    text-align: center;
}

.product__img img {
    width: 100%;
}

.product__title {
    font-size: 20px;
    margin-bottom: 6px;
    font-family: 'Zen Old Mincho', serif;
}

.product__info {
    position: relative;
    min-height: 260px;
}

@media screen and (max-width: 768px) {
    .product__info {
        min-height: auto;
    }
}

.product__price {
    font-size: 14px;
    min-height: 44px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

@media screen and (max-width: 768px) {
    .product__price {
        font-size: 14px;
    }
}

.product__price span {
    display: inline-block;
    margin-top: 8px;
}

.product .product__more {
    content: "";
    position: relative;
    border-bottom: 1px solid #878484;
    cursor: pointer;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .product .product__more {
        margin-top: 25px;
    }
}

.product .product__more::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 12px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #777575;
    border-right: 1px solid #777575;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -10px;
}

.product .product__more.is-active {
    border: none;
}

.product .product__more.is-active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -5px;
}

.product .product__more.is-active img:first-child {
    display: inline-block;
}

.product .product__more.is-active img:last-child {
    display: none;
}

.product .product__more img:first-child {
    display: none;
}

.product .product__more img {
    width: auto;
}

.product__content {
    display: none;
    padding-top: 24px;
}

.product__subTitle {
    color: #008080;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 5px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: bold;
}

.product__subTitle+p {
    font-size: 13.5px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
}

.product__point {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .product__point {
        margin-top: 20px;
    }
}

.product__point img,
.product__point+img {
    width: 100%;
}

.product__btn {
    position: absolute;
    top: 203.6px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .product__btn {
        position: static;
        width: auto;
        margin-top: 50px;
    }
}

.product__content+.product__btn {
    position: static;
    margin-top: 30px;
    width: auto;
}

@media screen and (max-width: 768px) {
    .product__content+.product__btn {
        margin-top: 20px;
    }
}

.product__link span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 14px 0;
    text-align: center;
    position: relative;
    color: #3e3a39;
    border: 1px solid #e3e3e3;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 768px) {
    .product__link span {
        font-size: 14px;
    }
}

.product__link span:before,
.product__link span:after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -6px;
    background: #625f5e;
}

.product__link span:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.product__link span:hover {
    background: #3e3a39;
    color: #fff;
}

.product__link li:first-child span {
    color: #015cbd;
    border: 1px solid #2170c5;
}

.product__link li:first-child span:before,
.product__link li:first-child span:after {
    background: #317bc9;
}

.product__link li:first-child span:hover {
    background: #015cbd;
    color: #fff;
}

.product__link li:first-child span:hover:before,
.product__link li:first-child span:hover:after {
    background: #fff;
}

.product__link li {
    margin-bottom: 1px;
}

.product__page {
    margin: 16px auto 0;
    text-align: right;
}

.product__page a {
    display: block;
    font-size: 12px;
}

.product__page a:after {
    content: "";
    background: url(../common/images/img-icon-link.png) no-repeat;
    width: 13px;
    height: 13px;
    display: inline-block;
    margin-left: 10px;
}

.product__note {
    font-size: 10px;
    margin-top: 10px;
}

.product__txt {
    color: #ef857d;
    font-size: 12px;
}

.productModal,
.productModal--sample {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

@media screen and (max-width: 768px) {
    .productModal,
    .productModal--sample {
        margin-bottom: 0;
    }
}

.productModal__overlay {
    position: absolute;
    z-index: 10001;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.productModal__close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .productModal__close {
        width: 20px;
    }
}

.productModal__content {
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 900px;
    margin: 0 auto;
    z-index: 10002;
    padding: 60px 30px;
}

.productModal__content img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
    .productModal__content {
        padding: 15px 30px;
        width: auto;
        overflow-y: auto;
        max-height: 95%;
    }
}

@media screen and (max-width: 768px) {
    .productModal__content {
        overflow-y: scroll;
        /*スクロールバー全体*/
        /*スクロールバーの軌道*/
        /*スクロールバーの動く部分*/
    }
    .productModal__content::-webkit-scrollbar {
        width: 6px;
    }
    .productModal__content::-webkit-scrollbar-track {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
    }
    .productModal__content::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 50, 0.5);
        border-radius: 10px;
        -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
    }
}

.productModal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0;
    max-height: none;
}

@media screen and (max-width: 768px) {
    .productModal__row {
        display: block;
        padding-bottom: 30px;
        background: none;
    }
}

.productModal__col:nth-child(2) {
    width: 100%;
}

.productModal__img {
    width: 280px;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .productModal__img {
        width: auto;
        text-align: center;
        padding-right: 0;
    }
}

.productModal__img img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .productModal__img img {
        width: 90%;
    }
}

.productModal .js-productModalTab__img div,
.productModal--sample .js-productModalTab__img div {
    display: none;
}

.productModal .js-productModalTab__img div.is-show,
.productModal--sample .js-productModalTab__img div.is-show {
    display: block;
}

.productModal__comments {
    font-size: 12px;
}

.productModal .productModal__list,
.productModal--sample .productModal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 22px;
    margin-top: 12px;
    margin-bottom: 22px;
    max-width: 320px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .productModal .productModal__list,
    .productModal--sample .productModal__list {
        margin-bottom: -40px;
    }
    .productModal .productModal__list+.productModal__title,
    .productModal--sample .productModal__list+.productModal__title {
        margin-top: 10px;
    }
}

.productModal .productModal__list li,
.productModal--sample .productModal__list li {
    width: 60px;
    margin-right: 8px;
    margin-bottom: 8px;
}

.productModal .productModal__list img,
.productModal--sample .productModal__list img {
    width: 60px;
    display: block;
    border: 1px solid #fff;
}

@media screen and (max-width: 768px) {
    .productModal .productModal__list li,
    .productModal--sample .productModal__list li {
        width: calc(25% - 8px);
    }
    .productModal .productModal__list img,
    .productModal--sample .productModal__list img {
        width: 100%;
    }
}

.productModal .productModal__list span,
.productModal--sample .productModal__list span {
    border: 1px solid #1b69b1;
    color: #1b69b1;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.productModal .productModal__list .is-active img,
.productModal--sample .productModal__list .is-active img {
    border: 1px solid #1b69b1;
}

.productModal .productModal__list .is-active span,
.productModal--sample .productModal__list .is-active span {
    background: #1b69b1;
    color: #fff;
}

.productModal .productModal__title,
.productModal--sample .productModal__title {
    font-size: 20px;
    margin-bottom: 4px;
    line-height: 1.2;
}

@media screen and (max-width: 768px) {
    .productModal .productModal__title,
    .productModal--sample .productModal__title {
        margin-top: 60px;
    }
}

.productModal .productModal__title span,
.productModal--sample .productModal__title span {
    font-size: 14px;
}

@media screen and (max-width: 768px) {
    .productModal__code {
        font-size: 12px;
    }
}

.productModal__price span {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .productModal__price span {
        font-size: 18px;
    }
}

.productModal__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 22px;
}

@media screen and (max-width: 768px) {
    .productModal__btn {
        font-size: 11.5px;
        margin-top: 20px;
        white-space: nowrap;
    }
}

.productModal__btn select {
    width: 70px;
    margin: 0 10px 0 8px;
    max-width: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
}

@media screen and (max-width: 768px) {
    .productModal__btn select {
        width: 60px;
        height: 50px;
    }
}

.productModal__cart {
    background: #d9dada;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3d393a;
    display: inline-block;
    width: 280px;
    height: 40px;
    padding: 8px 0;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .productModal__cart {
        font-size: 10px;
        width: 140px;
        height: 50px;
        padding: 16px 0;
    }
}

.productModal__cart img {
    margin-right: 4px;
}

@media screen and (max-width: 768px) {
    .productModal__cart img {
        width: 16px;
        margin-top: -4px;
    }
}

.productModal--sample .productModal__content {
    width: 530px;
    padding: 60px;
}

@media screen and (max-width: 768px) {
    .productModal--sample .productModal__content {
        padding: 30px 40px 40px;
        width: auto;
    }
}

.productModal--sample .productModal__btn {
    position: static;
    margin-top: 60px;
}

.productModal__block {
    margin-top: 32px;
    border-top: 1px solid #ececec;
    padding-top: 30px;
}

@media screen and (max-width: 768px) {
    .productModal__block {
        margin-top: 25px;
    }
    .productModal__block>.productModal__title {
        margin-top: 0;
    }
}

.productModal__spec div {
    display: none;
}

.productModal__spec div.is-show {
    display: block;
}

.productModal__txt {
    color: #ef857d;
    font-size: 12px;
}

.enclosure {
    padding-top: 80px;
    padding-bottom: 90px;
    margin-top: 80px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .enclosure {
        padding-bottom: 60px;
    }
}

.enclosure .enclosure__title {
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 0;
    border-bottom: 1px solid #ececec;
    padding-bottom: 60px;
    line-height: 1.5;
}

.enclosure .enclosure__title span {
    display: block;
    margin-top: 20px;
    letter-spacing: 0.28em;
}

@media screen and (max-width: 768px) {
    .enclosure .enclosure__title span {
        margin-top: 8px;
        margin-left: 4px;
    }
}

.enclosure .container {
    padding: 0;
}

footer {
    border: none;
    margin: 0;
}

.footer {
    border: none;
}

@media screen and (max-width: 1240px) {
    .product .product__more--multi {
        margin-top: 17.6px;
    }
}

@media screen and (max-width: 768px) {
    .product .product__more--multi {
        margin-top: 50px;
    }
}

.product .product__block {
    min-height: 120px;
}

@media screen and (max-width: 768px) {
    .product .product__block {
        min-height: auto;
    }
}

@media screen and (max-width: 768px) {
    .enclosure .enclosure__title {
        margin-top: 0;
        padding-bottom: 30px;
    }
}

.enclosure__link {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 110px;
}

.enclosure__link img {
    max-width: 1040px;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .enclosure__link {
        margin-top: 20px;
        margin-bottom: 80px;
    }
}