@charset "UTF-8";

* {
    font-size: 16px;
}

/* リセット */
img {
    vertical-align: top;
}

ol,
ul {
    list-style: none;
}

a {
    color: unset;
    text-decoration: none;
}

/* メインコンテンツ */

.contents {
    font-family: 'Roboto', 'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro';
    letter-spacing: 0.05em;
    color: #4D4D4D;
    font-size: 1.6rem;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}



/* TOP */
.pcimg {
    display: block !important;
}

.spimg {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .pcimg {
        display: none !important;
    }

    .spimg {
        display: block !important;
    }
}

.main_visual {
    padding-bottom: 7%;
}

.top_text {
    margin: 0 auto;
    width: 60%;
    text-align: center;
    padding-bottom: 7%;
    line-height: 23px;
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .top_text {
        width: 100%;
        font-size: 14px;
    }
}


.top_text2 {
    width: 100%;
    padding: 30px 2%;
    text-align: justify;
}

.top_text2 p {

    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .top_text2 {
        width: 100%;
        padding: 20px 6% 20px;
    }
}

@media only screen and (max-width: 768px) {
    .top_text2 p {
        font-size: 14px;

    }
}


/*ラッピングボタン*/
a.wrpg_btn {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 60%;
    margin: auto;
    padding: 15px;
    font-weight: bold;
    letter-spacing: 0.12em;
    border: 2px solid #526183;
    border-radius: 3px;
    color: #526183;
    box-shadow: 0 2px 8px rgba(82, 97, 131, 0.12);
    transition: background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    margin-bottom: 7%;
}

a.wrpg_btn:hover {
    color: #fff;
    background: #526183;
    box-shadow: 0 4px 16px rgba(82, 97, 131, 0.25);
    transform: translateY(-2px);
}

@media only screen and (max-width: 768px) {
    a.wrpg_btn {
        width: 100%;
    }
}


/* 目次 */
.index_color_area {
    margin: 0 auto;
    width: 60%;
    background-color: #f4f4f4;
    padding: 40px 0 20px 0;
    margin-bottom: 2%;
    display: block;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .index_color_area {
        width: 100%;
    }
}

.index_title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 20px;
}

.index_color_area ul {
    display: inline-block;
    padding-left: 0;
    padding-bottom: 10px;
}

.index_color_area ul li {
    text-align: left;
}

.index_text li a {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 1;
}

.index_contents {
    padding-bottom: 7%;
}

.index_text li {
    transition: opacity 0.3s ease;
}

.index_text li:hover {
    opacity: 0.6;
}




/* メニューボタン */
.botan_title {
    margin: 0 auto;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 3%;
}

.menu_botan ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 800px;
    padding-bottom: 7%;
}

@media only screen and (max-width: 768px) {
    .menu_botan ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        padding-bottom: 10%;
    }
}


.menu_botan li {
    width: 180px;
    padding: 15px;
    text-align: center;
    border-radius: 3px;
    background: #526183;
    transition: opacity 0.3s ease, transform 0.2s ease;
}

@media only screen and (max-width: 768px) {
    .menu_botan li {
        width: 100%;
    }
}

.menu_botan li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.menu_botan li:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}




/* メインコンテンツ */
.main_contents_bgc {
    background-color: #EDF0F5;
    padding: 0% 3%;
    padding-bottom: 25px;
}

@media only screen and (max-width: 768px) {
    .main_contents_bgc {
        padding-bottom: 5px;
    }
}

.main_contents_bgc2 {
    background-color: #f0f0ff;
    padding: 0% 3%;
    padding-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .main_contents_bgc2 {
        padding-bottom: 5px;
    }
}

.main_contents_bgc3 {
    background-color: #ffeef1;
    padding: 0% 3%;
    padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .main_contents_bgc3 {
        padding-bottom: 5px;
    }
}

.main_contents_bgc4 {
    background-color: #F1FEEE;
    padding: 0% 3%;
    padding-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .main_contents_bgc4 {
        padding-bottom: 5px;
    }
}


.contents_block {
    padding-top: 100px;
}

@media only screen and (max-width: 768px) {
    .contents_block {
        padding-top: 50px;
    }
}

.main_contents {
    padding-top: 50px;
}



.contents_text_area {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}


.contents_block_sub_title {
    display: block;
    font-size: 13px;
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    margin-bottom: 2%;
}


.contents_block_main_title {
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 3%;
    color: #526183;
    line-height: normal;
}

@media only screen and (max-width: 768px) {
    .contents_block_main_title {
        margin: 4%;
        line-height: 28px;
        font-size: 19px;
    }
}

.title_br {
    display: none;
}

@media screen and (max-width: 768px) {
    .title_br {
        display: block;
    }
}


.contents_block_text {
    margin-bottom: 5%;
    font-size: 15px;
    line-height: 27px;
}

@media screen and (max-width: 768px) {
    .contents_block_text {
        font-size: 13px;
        line-height: 23px;
    }
}

.contents_sales_area ul {
    padding: 0;
    margin-bottom: 5%;

}

.contents_sales_area img {
    display: block;
    width: 100%;
}

.contents_sales_area h4 {
    font-size: 14px;
    line-height: 30px;

}

@media only screen and (max-width: 768px) {
    .contents_sales_area h4 {
        line-height: 25px;
        margin-bottom: 14px;
    }
}

.contents_sales_area_text h4 {
    font-size: 16px;
    line-height: 27px;

}

/* PC: 画像左・テキスト右 (1:1) */
@media only screen and (min-width: 769px) {
    .contents_sales_area ul li {
        display: flex;
        align-items: flex-start;
        gap: 32px;
        margin-bottom: 40px;
    }

    .contents_sales_area ul li>a {
        flex: 1;
        min-width: 0;
    }

    .contents_sales_area ul li>a img {
        width: 100%;
        display: block;
    }

    .contents_sales_area_text {
        flex: 1;
        min-width: 0;
        padding: 4px 0 0;
        line-height: 25px;
    }

    .contents_sales_area_text h4 {
        margin: 0 0 14px 0;
    }
}

/* SP: 画像上・テキスト下 */
@media only screen and (max-width: 768px) {
    .contents_sales_area ul li {
        display: block;
        margin-bottom: 32px;
        padding-bottom: 32px;
        border-bottom: 1px solid #e0e0e0;
    }

    .contents_sales_area ul li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .contents_sales_area ul li>a {
        display: block;
    }

    .contents_sales_area ul li>a img {
        width: 100%;
        display: block;
    }
}

.contents_sales_area_text {
    padding: 14px 0 8%;
    line-height: 25px;
}

@media only screen and (max-width: 768px) {
    .contents_sales_area_text p {
        margin-bottom: 20px;
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    .contents_sales_item {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.contents_sales_item {
    border-bottom: 1px solid #c8c8c8;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.contents_sales_item {
    transition: opacity 0.3s ease;
}

.contents_sales_item:hover {
    opacity: 0.6;
}

.contents_sales_item_mini {
    transition: opacity 0.3s ease;
}

.contents_sales_item_mini:hover {
    opacity: 0.6;
}



.itemlist_ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

@media only screen and (max-width: 768px) {
    .itemlist_ul {
        gap: 10px;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 768px) {
    .itemlist_li {
        width: 48%;
    }
}

@media only screen and (min-width: 768px) {
    .itemlist_li {
        width: 23%;
    }
}

@media only screen and (min-width: 768px) {
    .itemlist_li img {
        width: 200px;
    }
}

.contents_hover img {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.contents_hover img:hover {
    opacity: 0.75;
    transform: scale(1.015);
}

.main_contents img {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.main_contents img:hover {
    opacity: 0.75;
    transform: scale(1.015);
}


.sp_price {
    color: #fff;
    background-color: #ABA049;
    padding: 3px;
}


/*予算別*/
.price_itemlist {
    margin-bottom: 100px;
}

.itemlist_li img {
    padding-bottom: 3%;
}

.itemlist_li p {
    line-height: 20px;
    margin-bottom: 7px;
}

.price_title1 {
    background: #EDF0DF;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    padding: 18px;
    margin-bottom: 15px;
}

.price_title2 {
    background: #E1EFF0;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    padding: 18px;
    margin-bottom: 15px;
}

.price_title3 {
    background: #EBEAFA;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    border-radius: 3px;
    padding: 18px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 768px) {
    .price_title1 {
        background: #EDF0DF;
        line-height: 1;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px;
        padding: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .price_title2 {
        background: #E1EFF0;
        line-height: 1;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px;
        padding: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .price_title3 {
        background: #EBEAFA;
        line-height: 1;
        font-size: 14px;
        font-weight: bold;
        border-radius: 3px;
        padding: 15px;
        margin-bottom: 15px;
    }
}


/* セクションタイトル下線アクセント */
.contents_block_main_title {
    padding-bottom: 14px;
}

.contents_block_main_title::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background-color: #526183;
    margin: 10px auto 0;
}

/* 予算タイトルバー左アクセント */
.price_title1 {
    border-left: 4px solid #9aad5a;
    padding-left: 14px;
}

.price_title2 {
    border-left: 4px solid #5a9aad;
    padding-left: 14px;
}

.price_title3 {
    border-left: 4px solid #7a72c8;
    padding-left: 14px;
}

/* NEW / RENEWAL バッジ */
.badge_new {
    display: inline-block;
    background-color: #d4667a;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 7px;
    border-radius: 2px;
    letter-spacing: 0.08em;
    vertical-align: middle;
    margin-left: 6px;
    line-height: 1.6;
}

.badge_renewal {
    display: inline-block;
    background-color: #526183;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 7px;
    border-radius: 2px;
    letter-spacing: 0.08em;
    vertical-align: middle;
    margin-left: 6px;
    line-height: 1.6;
}


/* ===== 新柄フィーチャーセクション ===== */
.pattern_feature {
    padding: 50px 0 56px;
}

@media only screen and (max-width: 768px) {
    .pattern_feature {
        padding: 40px 0 44px;
    }
}

.pattern_feature_header {
    text-align: center;
    margin-bottom: 32px;
}

.pattern_feature_eyebrow {
    display: block;
    font-size: 10px;
    letter-spacing: 0.38em;
    color: #c0c0c0;
    margin-bottom: 10px;
}

.pattern_feature_title {
    font-size: 21px;
    font-weight: bold;
    color: #526183;
    letter-spacing: 0.1em;
}

/* 各柄の別枠 */
.pattern_section {
    padding: 40px 28px 32px;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 8px;
}

.pattern_section:last-child {
    margin-bottom: 0;
}

.pattern_section_dog {
    background-color: #fdf7f0;
}

.pattern_section_cotton {
    background-color: #f1f3ed;
}

/* アイコン横並び */
.pattern_icons_row {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 22px;
}

@media only screen and (max-width: 768px) {
    .pattern_icons_row {
        gap: 12px;
    }
}

.pattern_icons_row img {
    width: 62px;
    height: auto;
}

.pattern_icons_row img.picon_lg {
    width: 90px;
}

@media only screen and (max-width: 768px) {
    .pattern_icons_row img {
        width: 50px;
    }

    .pattern_icons_row img.picon_lg {
        width: 72px;
    }
}

.pattern_section_name {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.08em;
    color: #526183;
    margin-bottom: 8px;
}

.pattern_section_desc {
    font-size: 13px;
    line-height: 1.9;
    color: #999;
}


/* ===== ホバー・ボタン改善 ===== */

.contents_block_main_title::after {
    content: '';
    display: block;
    width: 36px;
    height: 2px;
    background-color: #526183;
    margin: 10px auto 0;
}


/* ===== 新柄フィーチャー (newpattern) ===== */

.newpattern {
    width: 100%;
    overflow: hidden;
    font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'YuMincho', 'Noto Serif JP', serif;
    background-color: #f0eeeb;
}

.newpattern *,
.newpattern *::before,
.newpattern *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.newpattern .header {
    background: #f0eeeb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
}

.newpattern .header-rule {
    width: 1px;
    height: 48px;
    background: #3a3a3a;
    margin-bottom: 20px;
}

.newpattern .header-title {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    align-items: flex-start;
}

.newpattern .header-title>span {
    writing-mode: vertical-rl;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.14em;
    color: #222;
}

.newpattern .pattern-section {
    position: relative;
    overflow: hidden;
}

.newpattern .dummy-photo {
    position: absolute;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.newpattern .text-card {
    position: absolute;
    background: #3d5668;
    color: #fff;
    padding: 22px 24px 28px;
    z-index: 2;
}

.newpattern .text-card .subtitle {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    opacity: 0.85;
}

.newpattern .text-card .pattern-name {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.15;
}

.newpattern .illust {
    position: absolute;
    object-fit: contain;
    z-index: 3;
}

.newpattern .sec-inu {
    aspect-ratio: 80 / 63;
}

.newpattern .sec-inu .dummy-photo {
    left: 0;
    top: 0;
    width: 63%;
}

.newpattern .sec-inu .text-card {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 54%;
}

.newpattern .sec-inu .il1 {
    top: 2.5%;
    right: 1.5%;
    width: 15%;
}

.newpattern .sec-inu .il2 {
    top: 7%;
    right: 19%;
    width: 14.5%;
}

.newpattern .sec-inu .il3 {
    bottom: 16%;
    right: 17.5%;
    width: 15%;
}

.newpattern .sec-inu .il4 {
    bottom: 3%;
    right: 1%;
    width: 16%;
}

.newpattern .sec-wata {
    aspect-ratio: 80 / 63;
}

.newpattern .sec-wata .dummy-photo {
    right: 0;
    top: 0;
    width: 63%;
}

.newpattern .sec-wata .text-card {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 54%;
}

.newpattern .sec-wata .il1 {
    top: 2.5%;
    left: 1.5%;
    width: 11%;
}

.newpattern .sec-wata .il2 {
    top: 7%;
    left: 19%;
    width: 12.5%;
}

.newpattern .sec-wata .il3 {
    bottom: 16%;
    left: 17.5%;
    width: 11%;
}

.newpattern .sec-wata .il4 {
    bottom: 3%;
    left: 1%;
    width: 9%;
}

/* アニメーション */
.newpattern [data-anim] {
    opacity: 0;
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.newpattern .header-rule[data-anim] {
    transform: scaleY(0);
    transform-origin: top center;
}

.newpattern .header-rule[data-anim].in-view {
    opacity: 1;
    transform: scaleY(1);
}

.newpattern .header-title[data-anim] {
    transform: translateY(14px);
}

.newpattern .header-title[data-anim].in-view {
    opacity: 1;
    transform: translateY(0);
}

.newpattern .sec-inu .dummy-photo[data-anim] {
    transform: translateX(-28px);
}

.newpattern .sec-inu .dummy-photo[data-anim].in-view {
    opacity: 1;
    transform: translateX(0);
}

.newpattern .sec-wata .dummy-photo[data-anim] {
    transform: translateX(28px);
}

.newpattern .sec-wata .dummy-photo[data-anim].in-view {
    opacity: 1;
    transform: translateX(0);
}

.newpattern .sec-inu .text-card[data-anim] {
    transform: translateY(-50%) translateX(28px);
}

.newpattern .sec-inu .text-card[data-anim].in-view {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.newpattern .sec-wata .text-card[data-anim] {
    transform: translateY(-50%) translateX(-28px);
}

.newpattern .sec-wata .text-card[data-anim].in-view {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.newpattern .illust[data-anim] {
    transform: translateY(18px);
}

.newpattern .illust[data-anim].in-view {
    opacity: 1;
    transform: translateY(0);
}