@charset "utf-8";

.p-brand div,
.p-brand p,
.p-brand a,
.p-brnad-mv div,
.p-brnad-mv p,
.p-brnad-mv a {
    font-family: 'Noto Sans JP', 'Sulphur Point', YakuHanJP_Noto, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.p-brand img,
.p-brnad-mv img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.page-category .block-top-section {
    padding-top: 0;
    padding-bottom: 0;
}

.page-category .block-footer {
    background-color: #fff;
}

.c-brand-title {
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1.3;
    color: #003b75;
    text-align: center;
}

.p-brnad-mv {
    position: relative;
    height: 100dvh;
    min-height: 670px;
}

@media (max-width: 768px) {
    .p-brnad-mv {
        min-height: 607px;
    }
}

.p-brnad-mv>picture>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.page-category .p-brnad-mv {
    height: calc(100dvh - 140px);
    margin: 0 -5.5vw 4.92rem;
}

@media (max-width: 768px) {
    .page-category .p-brnad-mv {
        height: calc(100dvh - 60px);
    }
}

.page-goods .p-brnad-mv {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.p-brnad-mv_img1 {
    position: absolute;
    top: 50px;
    right: 55px;
    width: 278px;
}

@media (max-width: 768px) {
    .p-brnad-mv_img1 {
        top: 18px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 121px;
    }
}

.p-brnad-mv_img2 {
    position: absolute;
    bottom: 46px;
    left: 75px;
    width: 314px;
}

@media (max-width: 768px) {
    .p-brnad-mv_img2 {
        left: 50%;
        transform: translateX(-50%);
        bottom: 13px;
        width: 302px;
    }
}

.p-brand {
    position: relative;
}

.p-brand-btn {
    width: 230px;
    min-height: 50px;
    display: grid;
    place-items: center;
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
}

.p-brand_wrapper {
    position: relative;
    margin: 0 -5.5vw;
}

@media (max-width: 768px) {
    .p-brand_wrapper {
        margin: 0 -5vw;
    }
}

.p-brand_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    height: 100dvh;
    width: 100%;
    background: url(../img/brand-bg.jpg) center / cover no-repeat;
}

.page-goods .p-brand_bg {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}

.p-brand_bg.is-fixed {
    position: fixed;
}

.p-brand_bg.is-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

.p-brand_inner {
    max-width: 375px;
    width: 100%;
    margin-inline: auto;
}

.p-brand-float {
    height: 100dvh;
    position: absolute;
    top: 0;
    left: calc(50% + 240px);
    display: flex;
    align-items: start;

}

.p-brand-float.is-fixed {
    position: fixed;
}

.p-brand-float.is-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
}

.p-brand-nav_items {
    margin-top: auto;
    margin-bottom: 70px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    width: max-content;
}

.p-brand-nav_link a {
    color: #003b75;
    font-family: YakuHanJP_Noto, sans-serif;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    padding: 10px 10px 10px 20px;
    transition: background-color .3s, color .3s, padding .3s;
}

.p-brand-nav_link.is-active a {
    background-color: #003b75;
    color: #fff;
    padding: 10px 10px 10px 30px;
}

.p-brand-nav_link a::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8.4px;
    border-color: transparent transparent transparent #003b75;
    transition: border-color .3s left .3s;
}

.p-brand-nav_link.is-active a:before {
    left: 10px;
    border-color: transparent transparent transparent #fff;
}

.p-brand-goods {
    padding: 56px 0;
    background: url(../img/goods-bg.jpg) center / cover no-repeat;
}

.p-brand-goods_items {
    padding: 0 4px;
    margin-top: 42px;
}

.p-brand-goods_item+.p-brand-goods_item {
    margin-top: 52px;
}

.p-brand-goods_item {
    position: relative;
    padding: 65px 0px 15px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #0073a7;
    border-radius: 5px;
}

.p-brand-goods_item:nth-of-type(2) {
    color: #009fcb;
    padding: 77px 0px 15px;
}

.p-brand-goods_item:nth-of-type(3) {
    color: #00a4ae;
}

.p-brand-goods_item:nth-of-type(4) {
    color: #825d4a;
    padding: 72px 0px 15px;
}

.p-brand-goods_item::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -4px;
    top: 35px;
}

.p-brand-goods_item:nth-of-type(1):before {
    width: 163px;
    height: 437px;
    background: url(../img/goods1.png) center / contain no-repeat;
}

.p-brand-goods_item:nth-of-type(2):before {
    width: 163px;
    height: 462px;
    background: url(../img/goods2.png) center / contain no-repeat;
}

.p-brand-goods_item:nth-of-type(3):before {
    width: 163px;
    height: 475px;
    background: url(../img/goods3.png) center / contain no-repeat;
}

.p-brand-goods_item:nth-of-type(4):before {
    width: 163px;
    height: 411px;
    background: url(../img/goods4.png) center / contain no-repeat;
}

.p-brand-goods_title {
    width: 240px;
    margin-inline: auto;
}

.p-brand-goods_body {
    padding: 0 0px 0 20px;
    width: max-content;
    max-width: 220px;
}

.p-brand-goods_copy {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.12em;
}

.p-brand-goods_copy span {
    background-image: linear-gradient(transparent 60%, #cae2ed 60%);
    background-repeat: no-repeat;
    background-size: 100% 90%;
    background-position: 0 80%;
    padding: 0 5px;
}

.p-brand-goods_text {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 18px;
    letter-spacing: 0.05em;
}

.p-brand-goods_text2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #0073a7;
    letter-spacing: 0.05em;
}

.p-brand-goods_item:nth-of-type(2) .p-brand-goods_text2 {
    border-color: #009fcb;
}

.p-brand-goods_item:nth-of-type(3) .p-brand-goods_text2 {
    border-color: #00a4ae;
}

.p-brand-goods_item:nth-of-type(4) .p-brand-goods_text2 {
    border-color: #825d4a;
}

.p-brand-goods_text3 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
    letter-spacing: 0.05em;
}

.p-brand-goods_text3 span {
    display: block;
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-top: 5px;
}

.p-brand-goods_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-top: 7px;
}

.p-brand-goods_tag {
    background-color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    min-height: 18px;
    padding: 0.2px 6px;
}

.p-brand-goods_text4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 4px;
    padding-top: 10px;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.p-brand-goods_other {
    margin-top: 24px;
    margin-left: -5px;
}

.p-brand-goods_btn {
    width: 166px;
    min-height: 50px;
    display: grid;
    place-items: center;
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    border-radius: 25px;
}

.p-brand-goods_name {
    position: absolute;
    top: -26px;
    left: 2px;
}

.p-brand-goods_item:nth-of-type(1) .p-brand-goods_name {
    width: 236px;
}

.p-brand-goods_item:nth-of-type(2) .p-brand-goods_name {
    top: -30px;
    width: 293px;
}

.p-brand-goods_item:nth-of-type(3) .p-brand-goods_name {
    top: -12px;
    width: 255px;
}

.p-brand-goods_item:nth-of-type(4) .p-brand-goods_name {
    top: -12px;
    width: 279px;
}

.p-brand-goods_acordions {
    margin-top: 25px;
}

.p-brand-goods_acordion+.p-brand-goods_acordion {
    margin-top: 12px;
}

.p-goods-acordion {
    padding: 0 3px;
}

.p-goods-acordion_title {
    position: relative;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    min-height: 75px;
    padding: 10px 40px 10px 62px;
    border-top: 1px solid #0073a7;
    border-bottom: 1px solid #0073a7;
    display: flex;
    align-items: center;
}

.p-brand-goods_item:nth-of-type(2) .p-goods-acordion_title {
    border-color: #009fcb;
}

.p-brand-goods_item:nth-of-type(3) .p-goods-acordion_title {
    border-color: #00a4ae;
}

.p-brand-goods_item:nth-of-type(4) .p-goods-acordion_title {
    border-color: #825d4a;
    padding: 11px 40px 11px 18px;
}

.p-goods-acordion_title::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
    width: 46px;
    height: 46px;
    background: url(../img/goods-tab-icon.png) center / contain no-repeat;
}

.p-brand-goods_item:nth-of-type(4) .p-goods-acordion_title::before {
    display: none;
}

.p-goods-acordion_mark {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 18.5px;
    height: 18.5px;
}

.p-goods-acordion_mark::before,
.p-goods-acordion_mark::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #0073a7;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-brand-goods_item:nth-of-type(2) .p-goods-acordion_mark::before,
.p-brand-goods_item:nth-of-type(2) .p-goods-acordion_mark::after {
    background-color: #009fcb;
}

.p-brand-goods_item:nth-of-type(3) .p-goods-acordion_mark::before,
.p-brand-goods_item:nth-of-type(3) .p-goods-acordion_mark::after {
    background-color: #00a4ae;
}

.p-brand-goods_item:nth-of-type(4) .p-goods-acordion_mark::before,
.p-brand-goods_item:nth-of-type(4) .p-goods-acordion_mark::after {
    background-color: #825d4a;
}

.p-goods-acordion_mark::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-goods-acordion_title.is-active .p-goods-acordion_mark::after {
    display: none;
}

.p-goods-acordion_content {
    padding: 20px 0 0px;
    display: none;
}

.p-goods-acordion_img {
    padding: 0 16px;
}

.p-brand-goods_item:nth-of-type(3) .p-goods-acordion_img img {
    position: relative;
    top: 0;
    left: -4px;
    z-index: 5;
    max-width: 104%;
}

.p-goods-acordion_close {
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.p-goods-acordion_close::before,
.p-goods-acordion_close::after {
    content: "";
    display: inline-block;
    flex-grow: 1;
    width: 100%;
    height: 1px;
    background-color: #0073a7;
}

.p-brand-goods_item:nth-of-type(2) .p-goods-acordion_close::before,
.p-brand-goods_item:nth-of-type(2) .p-goods-acordion_close::after {
    background-color: #009fcb;
}

.p-brand-goods_item:nth-of-type(3) .p-goods-acordion_close::before,
.p-brand-goods_item:nth-of-type(3) .p-goods-acordion_close::after {
    background-color: #00a4ae;
}

.p-brand-goods_item:nth-of-type(4) .p-goods-acordion_close::before,
.p-brand-goods_item:nth-of-type(4) .p-goods-acordion_close::after {
    background-color: #825d4a;
}

.p-goods-acordion_close span {
    display: flex;
    align-items: center;
    padding: 0 12px;
    border: 1px solid #0073a7;
    border-radius: 999px;
    color: #0073a7;
    font-weight: bold;
    font-size: 14px;
    min-height: 24px;
}

.p-brand-goods_item:nth-of-type(2) .p-goods-acordion_close span {
    color: #009fcb;
    border-color: #009fcb;
}

.p-brand-goods_item:nth-of-type(3) .p-goods-acordion_close span {
    color: #00a4ae;
    border-color: #00a4ae;
}

.p-brand-goods_item:nth-of-type(4) .p-goods-acordion_close span {
    color: #825d4a;
    border-color: #825d4a;
}

.p-brand-howto {
    padding: 68px 0 56px;
    background: url(../img/howto-bg.jpg) center / cover no-repeat;
}

.p-brand-howto_tabs {
    margin-top: 32px;
    position: relative;
}

.p-brand-howto_tab {
    width: 50%;
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.p-brand-howto_tab:nth-of-type(1) {
    left: 0;
}

.p-brand-howto_tab:nth-of-type(2) {
    right: 0;
}

.p-brand-howto_tab.is-active {
    pointer-events: none;
}

.p-brand-howto_tabimg {
    display: none;
}

.p-brand-howto_tabimg.is-active {
    display: inline;
}

.p-brand-howto_content {
    display: none;
    padding: 50px 0 0;
}

.p-brand-howto_content.is-active {
    display: block;
}

.p-howto-tab_title {
    font-size: 26px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 1.3;
    color: #003b75;
    text-align: center;
}

.p-howto-tab_copy {
    font-size: 20px;
    letter-spacing: 0.05em;
    font-weight: 500;
    line-height: 2;
    color: #003b75;
    text-align: center;
    margin-top: 34px;
}

.p-howto-tab_img {
    margin-top: 30px;
    padding: 0 20px;
}

.p-brand-column {
    padding: 55px 0 60px;
    background-color: #f0f7ff;
}

.p-brand-column_inner {
    padding: 0 25px;
}

.p-brand-column_img {
    margin-top: 23px;
    max-width: 300px;
    width: 100%;
    margin-inline: auto;
}

.p-brand-column_body {
    margin-top: 26px;
}

.p-brand-column_title {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #003b75;
}

.p-brand-column_copy {
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #003b75;
    text-align: right;
    margin-top: 15px;
    font-weight: 500;
}

.p-brand-column_head {
    padding-bottom: 9px;
    margin-bottom: 25px;
    border-bottom: 1px solid #003b75;
}

.p-brand-column_text {
    font-size: 16px;
    letter-spacing: 0.05em;
}

.p-brand-column_other {
    margin-top: 27px;
    width: fit-content;
    margin-inline: auto;
}

.p-brand-faq {
    padding: 62px 0 57px;
    background-color: #fff;
}

.p-brand-faq_items {
    margin-top: 40px;
    padding: 0 10px;
}

.p-brand-faq_item+.p-brand-faq_item {
    margin-top: 10px;
}

.p-brand-faq_item {
    background-color: #e5ebf1;
    color: #003b75;
    border-radius: 12px;
    padding: 0 10px;
}

.p-brand-faq_title {
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    padding: 15px 48px 15px 40px;
    display: flex;
    align-items: center;
    min-height: 110px;
}

.p-brand-faq_title::before {
    content: "Q.";
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 50%;
    left: 11px;
    transform: translateY(-50%);
}

.p-brand-faq_mark {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 18.5px;
    height: 18.5px;
}

.p-brand-faq_mark::before,
.p-brand-faq_mark::after {
    display: block;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #003b75;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-brand-faq_mark::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-brand-faq_title.is-active .p-brand-faq_mark::after {
    display: none;
}

.p-brand-faq_content {
    padding: 20px 5px 20px 40px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    border-top: 1px solid #fff;
    position: relative;
    display: none;
}

.p-brand-faq_content::before {
    content: "A.";
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    top: 16;
    left: 11px;

}