@charset "utf-8";

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex {
    box-sizing: border-box;
    display: flex;
}

/* #top */
body {
    width: 100%;
    height: 100vh;
}

/* header */
.header {
    width: 100%;
    max-width: 980px;
    height: 0;
    padding-bottom: 68.63%;
    box-sizing: border-box;
    margin: auto;
    background: url(../img/top.jpg) no-repeat center/cover;
}

.header_wrap {
    width: 100%;
    background-color: #fcfbf7;
}

.top_text_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 20px 100px;
    background: #ddf0f9;
    box-sizing: border-box;
}
.top_text_wrap h2 {
    text-align:center;
    margin-bottom:20px;
}

.top_text_wrap .flex {
    justify-content: center;
    box-sizing: border-box;
}

.top_text {
    line-height: 1.8;
    font-size: 16px;
}

.top_back {
    max-width: 980px;
    background: url(../img/top_back.png) no-repeat center/cover;
    height: 0;
    padding-bottom: 28.57%;
    margin: -57px auto 0;
}

/* .con_wrap */

.padding_wrap {
    padding: 0 20px;
    box-sizing: border-box;
}

.con_wrap {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 150px;
    border: 1px solid #000;
    border-radius: 20px;
    box-shadow: 10px 10px #000;
}

.con_wrap_ttl {
    padding: 20px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #000;
    font-weight: bold;
    letter-spacing: 1px;
}

.con_ttl {
    font-size: 36px;
    margin-bottom: 38px;
}

.con_ttl .ttl_sub {
    font-size: 16px;
    margin: 0 0 0 20px;
    letter-spacing: 2px;
}

.con_ttl img {
    max-width:100px;
    margin-bottom: -10px;
}

.sikaku:before {
    white-space: pre;
    content: ' ';
    border: 1px solid #737373;
    border-radius: 1px;
    margin: 0 10px 0 -25px;
    font-size: 0.9em;
}

.line {
    width: 100%;
    max-width: 780px;
    height: 25px;
    background: url(../img/icon_border.png) no-repeat center/contain;
    margin: 0 auto 150px;
    box-sizing: border-box;
}

.line:last-child {
    margin-bottom: 100px;
}

.line_wrap {
    padding: 0 20px;
}

/* tokutyo */
.tokutyo,
.youto,
.jouhou {
    width: 100%;
    max-width: 700px;
    margin: auto;
    padding: 100px 20px;
    box-sizing: border-box;
}

.border {
    width: 100%;
    border-bottom: 1px solid #000;
}

.tokutyo_list,
.youto_list {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.tokutyo_gyou,
.youto_gyou {
    padding-left: 1em;
}

.tokutyo_gyou li,
.youto_gyou li {
    line-height: 1.6;
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}

.tokutyo_gyou li::before,
.youto_gyou li::before {
    content: '・';
    display: block;
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    margin: auto;
    left: -1.2em;
    top: 0;
}

/* .info */

.jouhou .table_wrap {
    padding: 0 20px;
}

.jouhou table {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
    max-width: 750px;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid #000;
}

.jouhou th,
.jouhou td {
    padding: 10px;
    line-height: 1.8;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: 1px;
    border-right: 1px solid #000;
}

.jouhou th:last-child,
.jouhou td:last-child {
    border-right: none;
}

.jouhou th {
    border-bottom: 1px solid #000;
}

.jouhou th:nth-child(1) {
    width: 20%;
}

.jouhou th:nth-child(2) {
    width: 30%;
}

.jouhou th:nth-child(3) {
    width: 20%;
}

.jouhou th:nth-child(4) {
    width: 40%;
}


.jouhou .t_big {
    font-size: 24px;
}

.jouhou .t_small {
    font-size: 10px;
    text-align: center;
}

.jouhou .t_small2 {
    font-size: 16px;
}

.jouhou .t_left_wrap {
    display: flex;
    justify-content: center;
}

.jouhou .t_left_wrap span {
    line-height: 1.4;
}

.jouhou .t_center {
    text-align: center;
}

.jouhou .sp_off td:nth-child(1) {
    width: 13.68%;
}

.jouhou .sp_off td:nth-child(2) {
    width: 24.14%;
}

.jouhou .sp_off td:nth-child(3) {
    width: 14.99%;
}

.jouhou .sp_off td:nth-child(4) {
    /*width:26.14%;*/
}

.jouhou .sp_off td:nth-child(5) {
    width: 13.03%;
}



/* .color */
.color {
    margin: 0 auto 90px;
}

.color .con_ttl {
    max-width: 750px;
    margin: 0 auto 80px;
    padding: 0 20px;
    box-sizing: border-box;
}

.color_list {
    margin: auto;
    width: 100%;
    max-width: 750px;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: flex-start;
}

.color_list li.color_text {
    width: 100%;
    padding: 20px;
    margin: 0 auto 30px;
    border: 1px solid #000;
    border-radius: 8px;
    box-shadow: 5px 5px #000;
    font-size: 1.2em;
}
.color_list li.color_text p {
    line-height:1.4;
}
.color_list li.color_icon {
    width: calc((100% - 120px) / 2);
    padding: 0 10px;
    margin: 0 auto 60px;
}
.color_list li.color_icon:nth-child(2),.color_list li.color_icon:nth-child(5),.color_list li.color_icon:nth-child(8),.color_list li.color_icon:nth-child(1) {
    margin: 0 auto 10px;
}

.color_list figure {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 20px;
}

.color_name {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.color_name_iro {
    color: #a9a8a8;
    font-size: 0.9em;
}

.color_text {
    line-height: 1.8;
    font-size: 14px;
}

.color_list .flex {}



/* .scheme */
.color_scheme {
    width: 100%;
    max-width: 780px;
    margin: 0 auto 150px;
}

.color_scheme .con_ttl {
    width: 100%;
    max-width: 780px;
    padding: 0 20px;
    box-sizing: border-box;
}

.scheme {
    margin: 0 auto 80px;
    width: 100%;
    max-width: 780px;
    padding: 0 20px;
    box-sizing: border-box;
}
.scheme .icon_right {
    max-width:100px;
    margin:0 0 0 auto;
}

.bigimg {
    margin-bottom: 15px;
}

.subimg {
    border: 1px solid #737373;
    border-radius: 10px;
    padding: 20px;
    justify-content: flex-start;
    align-items: center;
}

.subimg .btn {
    max-width: 130px;
    margin-right: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.subimg .btn:hover {
    opacity: 0.3;
}

.subimg .btn_buy {
    max-width: 170px;
    transition: 0.3s;
    margin-left: auto;
}

.subimg .btn_buy:hover {
    opacity: 0.3;
}

.btn_click {
    margin-top: -20px;
    max-width: 80px;
    display: block;
    margin-left: 160px;
}

/* .item_link */
.egao_text {
    font-size: 28px;
    letter-spacing: 4px;
    text-align: center;
    color: #c5dbf2;
    margin: 0 auto 100px;
}

.item_link {
    width: 100%;
    max-width: 600px;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto 100px;
    padding: 0 20px;
    box-sizing: border-box;
}

.item_link .item,
.item_link .link {}

.item_link .item {
    width: 50%;
    max-width: 250px;
}

.item_link .right {
    width: 50%;
    max-width: 250px;
    margin: 0 0 0 30px;
}

.kounyu_text {
    font-size: 20px;
    color: #dd3c13;
    margin-bottom: 20px;
    text-align: center;
}

.link a {
    display: block;
    max-width: 220px;
    transition: 0.3s;
    margin: auto;
}

.link a {}

.link a:hover {
    opacity: 0.3;
}

/* footer */
footer {
    text-align: center;
    padding-bottom: 20px;
}

footer ul {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

footer a {
    display: block;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    border-radius: 3px;
    transition: 0.3s;
}

footer a:hover {
    opacity: 0.3;
}

footer .link_fb {
    background: url(../img/icon_fb.png) no-repeat center/contain;
}

footer .link_ig {
    margin-right: 30px;
    background: url(../img/icon_ig.png) no-repeat center/contain;
}

footer .link_yt {
    background: url(../img/icon_yt.png) no-repeat center/contain;
    margin-right: 30px;
}

footer .foo_text {
    font-size: 12px;
    margin-bottom: 10px;
    color: #727171;
}

footer .last_text {
    font-size: 10px;
    color: #727171;
}

footer .nho_t {
    font-size: 12px;
    margin: 30px 0 10px;
    color: #727171;
}

footer .nho_link a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 34px;
    max-width: 300px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

footer .pw_link a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 58px;
    max-width: 240px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

/* topへ */
#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    opacity: 0.6;
    z-index: 900;
}

#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #000;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: '';
    font-size: 13px;
    position: absolute;
    top: 35px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #000;
}

.sp_on {
    display: none;
}

/*.sp_off {
  display:block;
}*/



@media screen and (min-width: 980px) {
    .header {
        height: 670px;
        padding: 0;
    }

    .top_back {
        height: 280px;
        padding: 0;
    }
}

/* サイズ別設定 */
@media screen and (max-width: 850px) {}

@media screen and (max-width: 768px) {

    .sp_off_text {
        display: none;
    }

    .con_ttl {
        padding-left: 20px;
    }
}

@media screen and (max-width: 574px) {
    .sp_on {
        display: block;
    }

    .sp_off {
        display: none;
    }

    .jouhou td {
        border-bottom: 1px solid #000;
    }

    .color_list li {
        width: 100%;
    }

    .item_link img,
    .link_wrap {
        width: 100%;
        margin: auto;
    }

    footer .flex {
        display: flex;
    }

    .subimg {
        flex-wrap: wrap;
    }

    .subimg .btn {
        width: 50%;
        max-width: 100%;
        margin: 0 0 40px 0;
    }

    .subimg .btn_buy {
        width: 50%;
    }

    .btn_click {
        margin: -10px 20px 0 auto;
    }

    .subimg .line {
        margin-bottom: 50px;
    }

    .item_link {
        flex-wrap: wrap;
    }

    .item_link .item {
        margin: 0 auto 20px;
        width: 100%;
    }

    .item_link .right {
        width: 100%;
        margin: auto;
    }

    .link {
        margin: auto;
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 420px) {
    .color_list li.color_icon {
        width:100%;
    }
    .subimg .btn {
        width:100%;
    padding: 0;
    }
    .color_list figure {
        max-width:100%;
    }
}