* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
a:hover,
a:visited {
    /* color: white; */
    text-decoration: none;
}

body {
    margin: auto;
}

.breadcrumbs {
    display: none;
}

.columns .column.main {
    padding-bottom: 0;
}

.page-ttl {
    color: #000;
    font-weight: bold;
    font-size: clamp(20px, 2vw, 30px);
    text-align: center;
    padding: 30px;
}

@media screen and (max-width:767px) {

    .page-ttl {
        padding: 15px;
    }

}

.box-241128 {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 50px;
}

.box-241128 .detail-box {
    border: 1px solid #000;
    background: #d6ffff;
    color: #0068b3;
    padding: 20px;
    margin-bottom: 30px;
}

.box-241128 .detail-box .txt {
    font-size: clamp(15px, 1.35vw, 20px);
    font-weight: bold;
    line-height: 2.5rem;
    letter-spacing: .1rem;
}

.box-241128 .detail-box .normal-size_btn,
.box-241128 .detail-box .small-size_btn {
    text-align: center;
    padding: 15px;
    border-radius: 3px;
    font-weight: bold;
}

.box-241128 .detail-box a.maskbtn,
.box-241128 .detail-box a.maskbtn {
    color: #fff;
    font-size: clamp(15px, 1.25vw, 18px);
    letter-spacing: .1rem;
}

.box-241128 .detail-box a.maskbtn:hover,
.box-241128 .detail-box a.maskbtn:hover {
    opacity: .7;
}

.box-241128 .detail-box .normal-size_btn {
    background: #4e75a3;
}

.box-241128 .detail-box .small-size_btn {
    background: #ff4500;
}

/* .box-241128 .sale-item_box {} */

.box-241128 .sale-item_box .ttl {
    font-size: clamp(15px, 1.35vw, 20px);
    position: relative;
    padding-left: 1.3em;
}

.box-241128 .sale-item_box .ttl::before {
    position: absolute;
    top: 0.35em;
    left: 0;
    content: " ";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-color: #000;
    margin-right: 0.5em;
    margin-bottom: -0.05em;
}

.box-241128 .sale-item_box .item-detail_box {
    font-size: clamp(15px, 1.25vw, 18px);
}

.box-241128 .sale-item_box .item-detail_box .mask_type {
    padding-left: 1.0em;
    margin-top: 10px;
}

.box-241128 .sale-item_box .item-detail_box .mask_size {
    padding-left: 2.3em;
    margin: 0;
}

.box-241128 .sale-item_box .item-detail_box .mask_price {
    padding-left: 3.3em;
    margin: 5px 0;
}

.box-241128 .sale-item_box .mask_shipping {
    padding-left: 0em;
    margin: 10px 0 10px 0;
    font-size: clamp(13px, 1vw, 15px);
}

.box-241128 .sale-item_box .asterisk_list li {
    padding-left: 2.3em;
    position: relative;
    margin: 5px 0;
    list-style: none;
}

.box-241128 .sale-item_box .asterisk_list li:before {
    content: "※";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 1em;
}

@media screen and (max-width:767px) {
    .box-241128 {
        padding: 15px;
    }
}

/* スライダーのためのcss */
.slider {
    max-width: 1080px;
    margin: 0 auto 50px;
}

.slider img {
    width: 100%;
    height: auto;
}

.slider .slick-slide {
    margin: 0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
/* .slick-prev,
.slick-next {
position: absolute;
絶対配置にする top: 42%;
cursor: pointer;
マウスカーソルを指マークに outline: none;
クリックをしたら出てくる枠線を消す border-top: 2px solid #666;
矢印の色 border-right: 2px solid #666;
矢印の色 height: 15px;
width: 15px;
} */

.slick-prev {
    /* 戻る矢印の位置と形状 */
    left: -3.0%;
    transform: rotate(0deg);
    background: #ddd !important;
}

.slick-next {
    /* 次へ矢印の位置と形状 */
    right: -5.0%;
    transform: rotate(0deg);
    background: #ddd !important;
}

/*ドットナビゲーションの設定*/

.slick-dots {
    margin: -25px 0 0;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 8px;
    /*ドットボタンのサイズ*/
    height: 8px;
    /*ドットボタンのサイズ*/
    display: block;
    border-radius: 50%;
    background: #ccc;
    /*ドットボタンの色*/
}

.slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

@media screen and (max-width:1200px) {

    .slider {
        max-width: 90%;
    }

    .slider .slick-slide {
        margin: 0 5px 0 0;
    }

    .slick-list.draggable {
        width: 75%;
        margin: 0 auto -25px;
    }

    .slick-prev {
        /* 戻る矢印の位置と形状 */
        left: 5.0%;
    }

    .slick-next {
        /* 次へ矢印の位置と形状 */
        right: 6.0%;
    }

    .slick-dots {
        padding: 0 0 15px 0;
    }

}

@media screen and (max-width:769px) {

    .slider {
        max-width: 100%;
    }

    .slider .slick-slide {
        margin: 0 5px 0 0;
    }

    .slick-list.draggable {
        width: 75%;
        margin: 0 auto -25px;
    }

    .slick-prev {
        /* 戻る矢印の位置と形状 */
        left: 0.25%;
    }

    .slick-next {
        /* 次へ矢印の位置と形状 */
        right: 1.0%;
    }

    .slick-dots {
        padding: 0 0 15px 0;
    }

}

.product-introduction {
    margin-top: 50px;
    font-size: clamp(15px, 1.25vw, 18px);
}

.product-introduction .intro-ttl {
    font-size: clamp(18px, 1.75vw, 25px);
    font-weight: bold;
    text-align: center;
}

.product-introduction .product_image_capt {
    font-size: clamp(15px, 1.35vw, 20px);
}

.product-introduction .title_image,
.product-introduction .product_image {
    display: flex;
    margin-bottom: 30px;
}

.product-introduction .title_image .title_image_left {
    width: 42.87890327494288%;
}

.product-introduction .title_image .title_image_right {
    width: 57.12109672505713%;
}

.product-introduction .title_image .product_image_left,
.product-introduction .title_image .product_image_right {
    width: 50%;
}

.product-introduction .catch_phrase {
    margin: 30px auto;
}

.product-introduction .catch_phrase .spec {
    position: relative;
    margin: 30px auto 10px;
    font-weight: bold;
    font-size: clamp(15px, 1.35vw, 20px);
}

.product-introduction .catch_phrase .spec::before {
    content: " ";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-color: #000;
    margin-right: 0.5em;
    margin-bottom: -0.05em;
}

.product-introduction .catch_phrase .spec::after {
    content: " ";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-color: #000;
    margin-left: 0.5em;
    margin-bottom: -0.05em;
}

.product-introduction .notice_bracket,
.product-introduction .catch_phrase .notice_bracket {
    margin: 10px auto;
}

.product-introduction .nested_list_no_dot>li {
    list-style: none;
    padding-left: 1.4em;
    position: relative;
    margin: 5px 0;
    font-weight: bold;
}

.product-introduction .nested_list_no_dot>li:before {
    content: " ";
    display: inline-block;
    border-radius: 50%;
    width: 0.6em;
    height: 0.6em;
    background-color: #000;
    position: absolute;
    top: 0.6em;
    left: 0.1em;
}

.product-introduction .nested_list_no_dot>ul>li {
    list-style: none;
    padding-left: 1.4em;
    position: relative;
    margin: 5px 0;
}

.product-introduction .catch_phrase .emphasis {
    text-decoration: underline;
}

.product-introduction .notice_bracket a {
    color: #1a0dab;
}

.product-introduction .mask_spec {
    display: flex;
    text-align: center;
}

.product-introduction .mask_spec img {
    vertical-align: top;
    margin: 0 20px auto;
    width: 40%;
}

.product-introduction .item {
    margin: 30px auto 15px;
    font-weight: bold;
    font-size: clamp(15px, 1.35vw, 20px);
    position: relative;
    padding-left: 1.3em;
}

.product-introduction .item:before {
    content: " ";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-color: #000;
    position: absolute;
    top: 0.5em;
    left: 0;
}

.product-introduction .product {
    margin: 0 auto;
    width: 100%;
}

.product-introduction .product .mask_table {
    margin: 15px 0;
    list-style: none;
}

.product-introduction .product .nested_list_no_dot>li {
    padding-left: 1.4em;
    position: relative;
    margin: 5px 0;
    font-weight: bold;
}

.product-introduction .product .nested_list_no_dot>li:before {
    content: " ";
    display: inline-block;
    border-radius: 50%;
    width: 0.6em;
    height: 0.6em;
    background-color: #000;
    position: absolute;
    top: 0.6em;
    left: 0.1em;
}

.product-introduction .product table {
    border-collapse: collapse;
    border: 0;
    width: 80%;
    margin: 0 auto;
}

.product-introduction .product td,
.product-introduction .product th,
.product-introduction .product tr {
    border: 1px solid #000;
}

.product-introduction .product th {
    text-align: center;
    font-weight: normal;
}

.product-introduction .product td,
.product-introduction .product th {
    padding: 4px 10px;
    vertical-align: middle;
}

.product-introduction .product .word_block {
    display: inline-block;
}

.product-introduction .product .key {
    text-align: center;
}

.product-introduction .product .center {
    text-align: center;
}

.product-introduction .product .wide_space {
    letter-spacing: 0.6em;
    text-indent: 0.6em;
}

.product-introduction .product .empty_row,
.product-introduction .product .empty_row td {
    border: 0px;
    height: 30px;
}

.product-introduction .product .below_notice {
    text-align: center;
    padding: 10px 0;
}

.product-introduction .product .under_table_notice {
    border: 0px;
}

.product-introduction .product .under_table_notice td {
    border: 0px;
    padding: 15px 0 0 0;
    font-size: clamp(13px, 1vw, 15px);
}

.product-introduction .product .howtouse {
    margin: 30px 0 10px 0;
    font-weight: bold;
}

.product-introduction .normal_list li {
    padding-left: 1.2em;
    position: relative;
    margin: 5px 0;
    list-style: none;
}

.product-introduction .normal_list li:before {
    content: " ";
    display: inline-block;
    border-radius: 50%;
    width: 0.4em;
    height: 0.4em;
    background-color: #000;
    position: absolute;
    top: 0.7em;
    left: 0.3em;
}

@media screen and (max-width:767px) {

    .product-introduction .nested_list_no_dot>ul>li {
        padding-left: 0;
        padding-right: 2rem;
    }

    .product-introduction .mask_spec {
        display: block;
    }

    .product-introduction .mask_spec img {
        margin: 0 20px 20px;
    }

    .product-introduction .product .mask_table {
        padding-left: 0;
    }

    .product-introduction .product table {
        width: 100%;
    }

    .product-introduction .normal_list {
        padding-left: 0;
    }
}

.information {
    font-size: clamp(15px, 1.35vw, 20px);
    margin: 50px;
}

.information .kochira {
    margin: 30px;
}

.information .kochira a {
    display: inline-block;
    display: block;
    padding: 5px 15px;
    border: 1px solid #444;
    border-radius: 5px;
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.information .kochira a:before {
    content: ">>";
    margin-right: 0.3em;
}

@media screen and (max-width:767px) {

    .information {
        margin: 50px auto;
        width: 100%;
    }
}