a:hover {
    text-decoration: none;
}

.product-list .img-wrapper {
    position: relative;
}

.product-list .category {
    padding: 2px 5px;
    color: #fff;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
}

.product-list .category:before {
    content: "\f07b";
    margin-right: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.product-list .title {
    font-weight: 700;
    font-size: 20px;
}

.category-list .title {
    font-weight: 500;
    font-size: 18px;
}

.category-list .item {
    border-bottom: 1px solid #ddd;
}

.category-list .item a {
    display: block;
    padding: 12px;
}

.category-list .item a:before {
    content: "\f054";
    margin-right: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.page-nation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-nation .item+.item {
    margin-left: 8px;
}

.page-nation .item a {
    display: block;
    padding: 8px 12px;
    border: 1px solid #d2d2d2;
    background-color: #fff;
}

.page-nation .item.prev a:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.page-nation .item.next a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.page-nation .item.current a {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

.title01 {
    padding: 8px 10px;
    font-weight: 500;
    font-size: 24px;
    position: relative;
}

.title01:before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #000 0%, #000 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.category01 {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 2px 8px;
    color: #fff;
    background-color: #000;
}

.category01:before {
    content: "\f07b";
    margin-right: 7px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.heading01 {
    position: relative;
}

.heading01 .wrapper {
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 24px 0;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.heading01:after {
    content: "";
    width: 900px;
    height: 1px;
    display: block;
    background-color: #2f2f2f;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
}

.heading01 .annotation {
    display: block;
    font-weight: 100;
    font-size: 0.75rem;
}

.heading02 {
    margin-bottom: 20px;
    padding-bottom: 7px;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: center;
    position: relative;
}

.heading02:after {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #2f2f2f;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
}

@media (max-width: 768px) {
    .heading01 {
        width: 100%;
        padding: 16px 10px;
        font-size: 1.3rem;
        background: none;
    }
}

.heading03 {
    margin-bottom: 2%;
    padding-top: 2%;
    text-align: center;
}

.heading03 .title {
    display: block;
    font-weight: bold;
    font-size: 1.6rem;
}

.heading03 .sub {
    display: block;
    font-weight: 100;
    font-size: 0.75rem;
}

.heading04 {
    position: relative;
}

.heading04 .wrapper {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding: 24px 0;
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.heading04 .sub {
    display: block;
    font-weight: 100;
    font-size: 0.75rem;
}

.heading04::after {
    content: "";
    width: 900px;
    height: 1px;
    display: block;
    background-color: #2f2f2f;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.product-detail {
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.product-detail h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 10px 0 10px 20px;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    position: relative;
}

.product-detail h1:before {
    content: "";
    width: 6px;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}

.product-detail h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
}

.product-detail h3 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
}

.detail-main-wrapper.white,
.detail-main-wrapper.white .base-color {
    background-color: #ebfcff;
}

.detail-main-wrapper.yellow,
.detail-main-wrapper.yellow .base-color {
    background-color: #fffceb;
}

.detail-main-wrapper.pink,
.detail-main-wrapper.pink .base-color {
    background-color: #ffebf1;
}

.detail-main-wrapper.blue,
.detail-main-wrapper.blue .base-color {
    background-color: #f1ebff;
}

.product-section-list .section+.section {
    margin-top: 30px;
}

.product-section-list .name {
    margin-top: 10px;
}

.btn-special {
    margin-top: 48px !important;
}

.btn-special a {
    width: 50%;
    padding: 1%;
    font-size: 1.25em;
    background-color: #fdb1ab;
}

/* 見たまま編集画面 */

[data-element-id] header.fixed {
    position: absolute;
}

[data-element-id] header.fixed h1 {
    height: auto;
}

[data-element-id] header.fixed .headnavi {
    padding: 24px 16px 0;
}
