<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.p-sub-category {
margin: 30px 10px;
padding: 0;
list-style-type: none;
}

.p-sub-category::after {
display: block;
clear: both;
content: '';
}

.p-sub-category__item {
float: left;
box-sizing: border-box;
width: 50%;
padding: 10px 5px;
}

.p-sub-category__image {
display: block;
margin-bottom: 10px;
}

.p-sub-category__link {
display: block;
transition: opacity .2s;
text-decoration: none;
color: #333;
}

.p-sub-category__link:hover {
opacity: .66;
}

.p-sub-category__link:active {
opacity: 1;
}

.p-sub-category__name {
line-height: 1.3;
position: relative;
display: block;
padding-left: .8em;
}

.p-sub-category__name::before {
position: absolute;
top: 0;
left: 0;
content: '-';
}

@media screen and (min-width: 600px) {
.p-sub-category {
    margin-right: 0;
    margin-left: 0;
}

.p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
}

.p-sub-category__item:nth-child(4n + 1) {
    clear: both;
}
}

@media screen and (max-width: 599px) {
.p-sub-category__item:nth-child(2n + 1) {
    clear: both;
}
}

/* プーカ株式会社2022年改修追加style↓ */

/* カテゴリ共通 */
.category h3.border-ttl {
    border-bottom: 1px solid #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 1rem;
}
.category .arrow__button {
    text-align: center;
    position: relative;
    padding: 10px 50px;
}
.category .arrow__button svg {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 25%;
    fill: currentColor;
}
.category .feature {
    margin-bottom: 70px;
}
.category .feature ul {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.category .feature ul li {
    text-align: center;
    width: 30%;
}
.category .feature ul li p br {
    display: none;
}
.category .feature ul li img {
    background: #eaeaea;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 150px;
    width: 100%;
}
.category .feature h4 {
    margin-bottom: 30px;
    font-size: 1rem;
}
.category .feature .arrow__button {
    display: block;
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
}
.category .outline {
    margin-bottom: 70px;
}
.category .outline .pat1_table {
    border-top: 1px solid #aeaeae;
    width: 100%;
    margin-bottom: 40px;
}
.category .outline .pat1_table th,
.category .outline .pat1_table td {
    border-bottom: 1px solid #aeaeae;
    padding: 20px;
    display: block;
}
.category .outline .pat1_table th {
    background: #eaeaea;
}
.category .outline .pat1_table .cell-img {
    text-align: center;
}
.category .outline .pat1_table .cell-img img {
    max-height: 90px;
}
.category .outline .outline_inner {
    display: block;
}
.category .outline .outline_inner:after{
    content: "";
    clear: both;
    display: block;
}
.category .outline .outline_inner div {
    text-align: center;
    margin-bottom: 40px;
}
.category .outline .outline_inner div img {
    margin-bottom: 20px;
    max-width: 700px;
    width: 100%;
}
.category .outline .arrow__button {
    margin: 0 auto;
    display: block;
    width: 90%;
    max-width: 600px;
}
.category .season ul {
    display: flex;
    flex-wrap: wrap;
    background: #eaeaea;
    justify-content: space-between;
    padding: 3% 3% 0;
    margin-bottom: 70px;
}
.category .season ul li {
    width: 100%;
    position: relative;
    margin-bottom: 3%;
    cursor: pointer;
}
.category .season ul li a {
text-decoration: none;
display: flex;
flex-wrap: wrap;
}
.category .season ul li:hover .arrow__button,
.category .season ul li:focus .arrow__button {
    color: #fff;
    border-color: #333;
    outline: none;
    background: #333;
}
.category .season ul li div {
    background: #fff;
    padding: 20px;
    width: 100%;
    margin: 0;
    text-align: left;
}
.category .season ul li img {
    position: absolute;
    width: 48%;
    max-width: 180px;
    right: 2vw;
    left: 0;
    display: block;
    margin: 0 0 0 auto;
    bottom: 2.2vw;
}
.category .season ul li img.pc_img {
    display: none;
    max-width: 450px;
}
.category .season ul li p {
    color: #333;
    width: 45%;
    margin-bottom: 15px;
}
.category .season ul li p:first-child {
    font-weight: bold;
}
.category .season ul .arrow__button {
    margin-bottom: 5px;
    width: 45%;
    padding: 10px;
}
@media screen and (min-width: 600px) {
    .category .feature ul li {
        margin-right: 20px;
        width: auto;
    }
    .category .feature ul li:last-child {
        margin-right: 0;
    }
    .category .season ul li p:first-child {
        font-size: 1.1rem;
    }
    .category .season ul li div {
        padding: 30px 20px;
    }
}
@media screen and (min-width: 960px) {
    .category h3.border-ttl {
        font-size: 1.6rem;
    }
    .category .feature h4 {
        font-size: 1.2rem;
    }
    .category .feature ul li p br {
        display: inline;
    }
    .category .feature ul li img {
        padding: 25px;
    }
    .category .feature .arrow__button {
        width: 80%;
    }
    .category .outline .outline_inner div {
        float: right;
        width: 49%;
    }
    .category .outline .outline_inner table {
        float: left;
        width: 46%;
    }
    .category .outline .arrow__button {
        width: auto;
        display: inline-block;
    }
    .category .outline .pat1_table th,
    .category .outline .pat1_table td {
        display: table-cell;
    }
    .category .outline .pat1_table th {
        width: 25%;
    }
    .category .season ul li {
        width: 48%;
    }
    .category .season ul li img {
        width: 95%;
        margin: 0 auto;
        bottom: 150px;
    }
    .category .season ul li img.pc_img {
        display: block;
    }
    .category .season ul li img.sp_img {
        display: none;
    }
    .category .season ul li div {
        width: 100%;
        margin-top: 31%;
        padding: 150px 30px 20px;
        text-align: center;
        height: auto;
    }
    .category .season ul li p {
        width: auto;
        margin-bottom: 30px;
    }
    .category .season ul .arrow__button {
        width: 100%;
        padding: 10px 50px;
    }
}
/* レリーバーシュラフ */
#r-schlaf .main-img {
    margin-bottom: 70px;
}
#r-schlaf .type_area .border-link:last-child {
    margin-bottom: 70px;
}
#r-schlaf .type_area .point_area {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 20px;
}
#r-schlaf .type_area .point_area .column-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#r-schlaf .type_area .point_area .column-2 div {
    width: 100%;
    max-width: 500px;
}
#r-schlaf .type_area .point_area .column-2 div img {
    margin-bottom: 10px;
    width: 100%;
}
#r-schlaf .type_area h5 {
    font-size: 1rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
}
#r-schlaf .type_area .point_area .column-2 div:last-child h5 {
    margin-bottom: 0;
}
#r-schlaf .type_area h5 .point {
    display: block;
    font-weight: normal;
    color: #c5020a;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#r-schlaf .border-link {
    border: 5px solid #eaeaea;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}
#r-schlaf .border-link .border_inner {
    margin-bottom: 30px;
}
#r-schlaf .border-link h4 {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 30px 0;
}
#r-schlaf .border-link .arrow__button {
    width: 90%;
    margin-bottom: 20px;
    max-width: 700px;
    padding: 15px;
    color: #fff;
    background: #c5020a;
}
#r-schlaf .border-link .arrow__button svg {
    top:30%;
}
#r-schlaf .border-link .arrow__button:hover {
    color: #c5020a;
    background: #fff;
    border: 1px solid #c5020a;
}
#r-schlaf .feature .af {
    margin-bottom: 20px;
    display: block;
}
#r-schlaf .feature .af img {
    height: 100%;
    margin: 0;
    width: 100%;
}
#r-schlaf .feature .af .logo {
    display: flex;
    justify-content: center;
}
#r-schlaf .feature .af div img {
    width: auto;
    margin: 0 10px 30px;
}
@media screen and (min-width: 600px) {
    #r-schlaf .border-link {
        padding: 20px;
    }
    #r-schlaf .feature .af {
        display: flex;
    }
    #r-schlaf .feature .af .txt_area {
        margin-right: 40px;
    }
    #r-schlaf .feature .af div img {
        height: 9vw;
    }
    #r-schlaf .feature .af img {
        width: 45%;
    }
}
@media screen and (min-width: 960px) {
    #r-schlaf .type_area .point_area {
        padding: 3%;
    }
    #r-schlaf .type_area .point_area .column-2 {
        flex-wrap: initial;
        justify-content: space-around;
    }
    #r-schlaf .type_area .point_area .column-2 div {
        width: 24%;
    }
    #r-schlaf .type_area h5 {
        margin-bottom: 0;
    }
    #r-schlaf .border-link h4 {
        font-size: 1.5rem;
    }
    #r-schlaf .border-link .border_inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 20px 20px 40px;
        text-align: left;
    }
    #r-schlaf .border-link .txt_area {
        margin-right: 50px;
    }
    #r-schlaf .border-link img {
        width: 50%;
    }
}
/* エシカルダウン */
    @media screen and (min-width: 960px) {
    #E-down .season ul li div {
        padding-top: 310px;
        margin-top: 3%;
    }
}
/* エシカルダウン・リッチ */
#E-downR .season ul li img {
    max-width: 210px;
}
#E-downR .feature .column-2 {
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
#E-downR .feature .column-2 div {
    width: 100%;
}
#E-downR .feature .column-2 h4 {
    margin: 20px 0 10px;
}
@media screen and (min-width: 600px) {
    #E-downR .feature .column-2 {
        display: flex;
    }
    #E-downR .feature .column-2 div {
        width: 48%;
        max-width: 500px;
        margin-bottom: 30px;
    }
    #E-downR .feature .column-2 div:after {
        content: "";
        display: block;
        width: 48%;
    }
}
@media screen and (min-width: 960px) {
#E-downR .season ul li img {
    width: 95%;
    max-width: 450px;
}
#E-downR .season ul li div {
    padding-top: 230px;
    margin-top: 3%;
}
}
/* ガーゼケット */
#g-bucket .main-img {
    margin-bottom: 70px;
}
#g-bucket .type_area .border-link:last-child {
    margin-bottom: 70px;
}
#g-bucket .type_area .point_area {
    margin-bottom: 30px;
    background: #f7f7f7;
    padding: 20px;
}
#g-bucket .type_area .point_area .column-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#g-bucket .type_area .point_area .column-2 div {
    width: 100%;
    max-width: 500px;
}
#g-bucket .type_area .point_area .column-2 div img {
    margin-bottom: 10px;
    width: 100%;
}
#g-bucket .type_area h5 {
    font-size: 1rem;
    text-align: left;
    font-weight: normal;
    margin-bottom: 30px;
}
#g-bucket .border-link {
    border: 5px solid #eaeaea;
    padding: 10px;
    margin-bottom: 30px;
    text-align: center;
}
#g-bucket .border-link h4 {
    font-size: 1.3rem;
    font-weight: normal;
    margin: 30px 0;
}
#g-bucket .border-link .arrow__button,
#g-bucket .item_btn {
    width: 90%;
    margin-bottom: 20px;
    max-width: 700px;
    padding: 15px;
    color: #fff;
    background: #ff7623;
}
#g-bucket .border-link .arrow__button svg,
#g-bucket .item_btn.arrow__button svg {
    top:30%;
}
#g-bucket .border-link .arrow__button:hover,
#g-bucket .item_btn:hover {
    color: #ff7623;
    background: #fff;
    border: 1px solid #ff7623;
}
#g-bucket .outline .item_btn {
    margin: 0 auto 20px;
    display: block;
}
#g-bucket .column-2 {
    justify-content: space-evenly;
}
#g-bucket .column-2 div {
    width: 100%;
}
#g-bucket .feature .column-2 {
    justify-content: space-between;
}
#g-bucket .feature .column-2 div {
    width: 100%;
}
#g-bucket .feature .column-2 h4 {
    margin: 20px 0 10px;
}
#g-bucket .feature .column-2 div img {
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
#g-bucket .wasarashi {
    padding: 3%;
    background: #f4f4f4;
    border-radius: 7px;
    margin-bottom: 70px;
}
#g-bucket .wasarashi .af div img {
    width: auto;
    margin: 0 10px 30px;
}
#g-bucket .wasarashi .af h4 {
    font-size: 1.2rem;
    margin: 15px 0 30px;
}
.pat1_table .cell-img a {
    color: #000;
    margin-top: 10px;
    display: block;
    font-size: .9rem;
    transition: opacity .2s;
}
.pat1_table .cell-img a:hover {
    opacity: .8;
}
@media screen and (min-width: 600px) {
    #g-bucket .border-link {
        padding: 20px;
    }
    #g-bucket .wasarashi .af {
        display: block;
    }
    #g-bucket .wasarashi .af img {
        width: 100%;
    }
    #g-bucket .wasarashi .af .txt_area {
        margin-right: 40px;
    }
    #g-bucket .feature .column-2 div {
        width: 31%;
        max-width: 395px;
    }
}
@media screen and (min-width: 960px) {
    #g-bucket .border-link h4 {
        font-size: 1.5rem;
    }
    #g-bucket .border-link .border_inner {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 20px 0 40px;
        text-align: left;
    }
    #g-bucket .border-link .txt_area {
        margin-right: 50px;
    }
    #g-bucket .border-link img {
        width: 50%;
    }
    #g-bucket .wasarashi .af {
        display: flex;
    }
    #g-bucket .wasarashi .af img {
        width: 35%;
        height: 100%;
    }
}</pre></body></html>