
@charset "utf-8";
/* 
STOREINFO
FOR TRAVEL AGENT
HOW TO USE 
SHOOTING
*/

/* STORE INFO */
main.storeinfo {}

main.storeinfo .mainvisual {
    position: relative;
    margin-bottom: 5rem;
    width: 100%;
    height: 780px;
}

main.storeinfo .mainvisual .mv_logo {
    position: absolute;
    width: 23.5rem;
    height: 16.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
}

main.storeinfo .mainvisual .mv_main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    position: relative;
}

main.storeinfo .mainvisual:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #00000017;
    position: absolute;
    top: 0;
    z-index: 2;
}

/* サブページタイトル */
h2.subtitle {
    width: 100%;
    height: 100px;
    background: var(--red);
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 2.625rem;
    position: relative;
    bottom: 100px;
    z-index: 3;
}



/* SP */
@media (max-width: 768px) {
    main.storeinfo .mainvisual {
        width: 100%;
        height: auto;
        aspect-ratio: 400 / 290;
        margin-bottom: 3rem;
    }


    main.storeinfo .mainvisual .mv_main {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        position: relative;
    }
    main.storeinfo .mainvisual .mv_logo {
        width: 50%;
        top: 42%;
        height: auto;
    }

    h2.subtitle {
        height: 75px;
        font-size: 1.5rem;
        bottom: 0;
    }
}



.contents_wrap:not(.reasons_for_choosing .contents_wrap,.gallery .contents_wrap) {
    padding: 3rem 2rem;
    margin-bottom: 3rem;
}

/* SP */
@media (max-width: 768px) {
    .contents_wrap:not(.reasons_for_choosing .contents_wrap,.gallery .contents_wrap) {
        padding: 2rem 0.8rem;
    }
}

.exp h3 {
    font-size: 2.625rem;
    color: var(--red);
    margin-bottom: 1rem;

}

.exp h3 small {
    font-size: 1.5rem;
    display: block;
}

.exp p {
    font-size: 1.5rem;
}

.exp .img_area {
    gap: 1.2rem;
    margin-top: 3rem;
}

.exp .img_area img {
    width: calc((100% - 3.6rem) / 4);
    border-radius: 0.9375rem;
}


/* SP */
@media (max-width: 768px) {
    .exp h3 {
        font-size: 2rem;
    }
    .exp h3 small {
font-size: 1.25rem;
    }
.exp p {
    font-size: 1rem;
}

.exp .img_area {
    gap: 1rem;
    margin-top: 1.5rem;
    width: 100%;
    flex-wrap: wrap;
}

.exp .img_area img {
    width: calc(50% - 0.5rem);
    border-radius: 0.9375rem;
}

}



.si_main h3 {
    width: fit-content;
    padding: 0.2rem 1.5rem;
    background-color: var(--red);
    border-radius: 9999px;
    color: #ffffff;
    font-size: 2.625rem;
    margin-bottom: 2rem;
}

/* SP */
@media (max-width: 768px) {
    .si_main h3 {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        padding: 0.7rem 1rem;
    }

}


.si_main .img_area {
    gap: 1rem;
    align-items: stretch;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.si_main .img_area img {
    border-radius: 0.9375rem;
    display: block;
    width: 100%;
    object-fit: cover;
}

.one_img {
    width: calc(70% - 1rem);
}

.two_img {
    width: 30%;
    gap: 1rem;
}

.two_img img {
    height: calc(50% - 0.5rem);
    width: 100%;
}

/* SP */
@media (max-width: 768px) {
    .img_area {
    max-height: fit-content;
    }
    .one_img,
    .two_img {
    width: 100%;
    }
    .si_main .img_area .two_img img {
        width: calc(50% - 0.5rem);
    }

}

ul.sns {
    justify-content: center;
    gap: 2rem;
    margin-bottom: 5rem;
}    

ul.sns li {
    width:185px ;
    height: 65px;
}

ul.sns li a {
    width: 100%;
    height: 100%;
    background-color: #CFB278;
    border-radius: 9999px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-size: 1.5rem;
}

ul.sns li a img {
    width: 30px;
    height: auto;
}


/* SP */
@media (max-width: 768px) {
    ul.sns {
        gap: 1rem;
        margin-bottom: 3rem;
    }
ul.sns li {
    width: calc(50% - 0.5rem);
}

}


.store_area {
    border: solid 1px #000000;
    padding: 1.5rem 2rem;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

.store_area dl {
    /* width: 60%; */
}

.store_area dl dt {
    font-size: 1rem;
}
.store_area dl dd {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}

.store_area iframe {
    width: 60%;
    height: 350px;
}

/* SP */
@media (max-width: 768px) {
    .store_area {
        padding: 1rem;
        flex-direction: column-reverse;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    .store_area iframe {
        width: 100%;
        aspect-ratio: 332 / 222;
        height: auto;
    }
    .store_area dl {
        width: 100%;
    }
    .store_area dl dt {
        color: var(--red);
    }
    .store_area dl dd {
        font-size: 0.9375rem;
        margin-bottom: 0.5rem; 
    }


}


img.map_img {
    margin-bottom: 3rem;
    cursor: zoom-in;
}

.map_zoom_trigger {
    display: block;
}

/* SP */
@media (max-width: 768px) {
img.map_img {
    margin-bottom: 1.5rem;
}
}

a.seemore {
    background: var(--red);
    max-width: 300px;
}


.fta_exp {
        border: solid 1px #000000;
    padding: 1.5rem ;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}

/* SP */
@media (max-width: 768px) {
    .fta_exp {
        padding: 0;
        margin-bottom: 1rem;
        border: none;
    }
}

.fta_exp div {
    gap: 2rem;
    margin-bottom: 1rem;
}

.fta_exp p {
    margin-bottom: 2rem;
        font-size: 1.5rem;
    line-height: 1.3;
}

.fta_exp div.art_right {
    flex-direction: row-reverse;
}

.fta_exp div img {
    border-radius: 0.9375rem;
    width: 342px;
    height: 240px;
    object-fit: cover;
}

/* SP */
@media (max-width: 768px) {
.fta_exp div,
.fta_exp div.art_right  {
    gap: 1rem;
    flex-direction: column;
}


.fta_exp div img {
    width: 90%;
    height: auto;
    aspect-ratio: 342 / 250;
    margin: 0 auto 1rem;
}

.fta_exp p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

}




/* HOWTOUSE */
.howto_top {
    margin-bottom: 2rem;
} 

.howto_top h3 {
    color: var(--red);
    font-size: 2.625rem;
    margin-bottom: 1rem;
}

.howto_top p {
    font-size: 1.5rem;
}

/* SP */
@media (max-width: 768px) {
.howto_top h3 {
    font-size: 1.5rem;
}
.howto_top p {
    font-size: 1rem;
}
}

.howto_list {
    background: none;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 0rem;
    flex-wrap: wrap;
        padding: 0 2rem;
}

.howto_list dl {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #ffffff;
    width: calc((100% - 3rem) / 4);

}
.howto_list dl dt {
    background: var(--red);
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 1.5rem;
    height: 3.4375rem;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1;
    justify-content: center;
}

.howto_list dl dd {
    height: 6.25rem;
    padding: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
} 
.howto_list dl dd img {
    height: 100%;
    width: fit-content;
        max-height: 55px;
    object-fit: contain;
}
.howto_list dl dd.kids img {
    height: 80%;
    width: fit-content;
}
/* SP */
@media (max-width: 768px) {
    .howto_list {
        padding: 0 0.8rem!important;
    }
    .howto_list dl {
        width: calc(50% - 0.5rem);
    }
    .howto_list dl dt {
        height: 3rem;
        font-size: 1rem;
    }
    .howto_list dl dd {
        height: 5.5rem;
        padding: 1rem;
    }

}

section.howto_main {
    background: none;
    padding: 0!important;
}

section.howto_main article {
    background: #ffffff;
    border:solid 2px var(--red);
    padding: 2rem;
    margin-bottom: 3rem;
}


section.howto_main article h3 {
    color: var(--red);
    align-items: last baseline;
    border-bottom: solid 1px #000000;
    margin-bottom: 1rem;
}

section.howto_main article h3 span { 
    font-size: 2rem;
    padding-right: 0.5rem;
}
section.howto_main article h3 strong {
    font-size: 3rem;
    padding-right: 0.7rem;
}
section.howto_main article h3 small {
    font-size: 2rem;
}


/* SP */
@media (max-width: 768px) {

section.howto_main article {
    padding: 1rem;
    margin-bottom: 1.5rem;
}
section.howto_main article h3 {
    gap: 0.5rem;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
}

section.howto_main article h3 img {
    width: 30%;
    border-radius: 15px;
}

section.howto_main article h3 div {
    width: 70%;
    height: fit-content;
    display: flex;
    align-items: last baseline;
    margin-bottom: auto;
    flex-wrap: wrap;
    line-height: 1;
}

section.howto_main article h3 span { 
    font-size: 1.5rem;
    padding-right: 0.5rem;
}
section.howto_main article h3 strong {
    font-size: 2.25rem;
    padding-right: 0.7rem;
}
section.howto_main article h3 small {
    font-size: 1.25rem;
    display: block;
    width: 100%;
}

}

section.howto_main article p {
    font-size: 1.25rem;
}
p.hw_exp {
    margin-bottom: 1rem;
}

/* SP */
@media (max-width: 768px) {
section.howto_main article p {
    font-size: 0.875rem;
}

}

.howto_main article .txt_area {
    gap: 1rem;
}

.howto_main article .txt_area img {
    width: 360px;
    height: 360px;
}

.howto_main article .txt_area div {
    padding-top: 0.8rem;
    width: calc(100% - 360px - 1rem);
}

.howto_main article .txt_area div .txt_line {
    width: 100%;
    display: block;
    padding-bottom: 1rem;
    border-bottom: solid 1px #000000;
    margin-bottom: 1rem;
}

.howto_main article .txt_area div span {
    background: var(--red);
    border-radius: 9999px;
    padding: 0.3rem 0.7rem;
    color: #ffffff;
    font-weight: 500;
    width: fit-content;
    margin: 0 0 0.7rem;
    font-size: 1.25rem;
}

.howto_main article .txt_area div span.orange {
    background: #FF5E00;
}

/* SP */
@media (max-width: 768px) {
    .howto_main article .txt_area div {
        padding: 0;
        width: 100%;
    }
    .howto_main article .txt_area div span {
        max-width: 80%;
        margin: 0 auto 0.7rem;
        font-weight: 700;
        text-align: center;
    }
}

.howto_main article .txt_area div dl {
    flex-wrap: wrap;
    font-size: 1.25rem;
    margin-bottom: 1rem;

}
.howto_main article .txt_area div dl dt {
    font-weight: 700;

}
.howto_main article .txt_area div dl dt:after {
    content: "：";
}
.howto_main article .txt_area div dl dd {
    margin-bottom: 0.3rem;
}

.howto_main article .txt_area div a.tellink {
    color: #ffffff;
    background: #000000;
    padding: 0.7rem;
    border-radius: 5px;
    margin: 0 auto;
    width: fit-content;
    align-items: center;
    gap: 1rem;
}

.howto_main article .txt_area div a.tellink.rp {
    background: var(--red);
    font-weight: 500;
}

.howto_main article .txt_area div a.tellink img {
    width: 35px;
    height: auto;
    padding: 0 0 0 0.5rem;
}

.howto_main article .txt_area div a.tellink strong {
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
}
.howto_main article .txt_area div a.tellink strong small {
    display: block;
    font-size: 0.9rem;
    font-weight: 400;
}

.howto_main article .txt_area div a.tellink.rp strong {
    font-weight: 400;
}

/* SP */
@media (max-width: 768px) {
    .howto_main article .txt_area div dl {
    font-size: 0.875rem;
    }
}



section.faq {
    padding: 0 0 3rem!important;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);

}

section.faq h3 {
    background: var(--red);
    color: #ffffff;
    height: 10.125rem;
    align-items: center;
    justify-content: center;
    font-size: 2.625rem;
    font-weight: 700;
}


section.faq .qa_list {
    padding :2rem;
    display: grid;
    gap: 12px;
}

section.faq .qa_item {
    border: 2px solid #1f1f1f;
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
    /* padding-bottom: 1rem; */
}

section.faq .qa_question {
    width: calc(100% - 2rem);
    border: 0;
    background: none;
    color: #1a1a1a;
    padding: 0;
    margin: 1rem 1rem 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

section.faq .qa_head {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-width: 0;
    flex: 1 1 auto;
    padding-bottom: 0.7rem;
}

section.faq .qa_type {
    line-height: 1;
    font-weight: 700;
    margin-top: -3px;
    flex-shrink: 0;
}

section.faq .qa_type_q {
    color: var(--red);
    font-size: 3rem;
    padding: 0;
}

section.faq .qa_type_a {
    color: #0061a8;
    font-size: 3rem;
}

section.faq .qa_mark {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    color: transparent;
    font-size: 0;
    line-height: 0;
    margin-top: 2px;
    flex-shrink: 0;
}

section.faq .qa_mark::before,
section.faq .qa_mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--red);
    border-radius: 9999px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

section.faq .qa_mark::before {
    width: 24px;
    height: 2px;
    transform: translate(-50%, -50%);
}

section.faq .qa_mark::after {
    width: 2px;
    height: 24px;
    transform: translate(-50%, -50%);
}

section.faq .qa_item.is-open .qa_mark::after {
    opacity: 0;
    transform: translate(-50%, -50%) scaleY(0.3);
}

section.faq .qa_q {
    /* padding-top: 0.5rem; */
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.02em;
    display: block;
    min-width: 0;
    overflow-wrap: anywhere;
}

section.faq .qa_answer {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
    will-change: height;
}

section.faq .qa_answer_inner {
    margin: 0 16px;
    padding:  1rem 0;
    border-top: solid 1px #000000;
}

section.faq .qa_answer_row {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

section.faq .qa_answer p {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 500;
}

/* SP */
@media (max-width: 768px) {
    section.faq {
        width: 100%;
    }
    section.faq h3 {
        height: fit-content;
        padding: 1rem;
        font-size: 1.5rem;
    }
    section.faq .qa_list {
        padding: 2rem 1rem;

    }
    section.faq .qa_type_q {
        margin-bottom: auto;
    }
    section.faq .qa_q {
        font-size: 1rem;
    }
    section.faq .qa_answer p {
        font-size: 1rem;
    }

    
}

section.faq .seemore {
    background: var(--red);
}




/* SHOOTING PLAN */
main.shooting {}

.shooting .mainvisual {}
.shooting .mainvisual div {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    z-index: 3;
}

.shooting .mainvisual div strong {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    justify-content: flex-start;
    font-size: 6rem;
    line-height: 1;
}

.shooting .mainvisual div p {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 1.5rem;
    padding-bottom: 3rem;
}

.shooting .mainvisual div h2.subtitle {
    position: relative;
    bottom: 0;
}


/* SP */
@media (max-width: 768px) {
    main.storeinfo.shooting .mainvisual {
        width: 100%;
        height: fit-content;
        aspect-ratio: unset;
        margin-bottom: calc(75px + 2rem);
    }

    .shooting .mainvisual div {
        bottom: -74px;
        

    }

    .shooting .mainvisual div strong {
        font-size: 2rem;
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }
    .shooting .mainvisual div p {
        font-size: 0.8125rem;
        /* padding-bottom: 2rem; */
        text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    }

}



.shooting .location {
    border: solid 3px var(--red);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 3rem;
    padding: 2rem;
    gap: 3rem;
    align-items: stretch;
}

.shooting .location h3 {
    color: var(--red);
    font-size: 2.25rem;
}

.shooting .location .txt_area {
    height: auto;
    justify-content: space-between;

}
.shooting .location .txt_area p {
    font-size: 1rem;
}

.shooting .location .txt_area div {
    align-items: center;
    margin-top: auto;
    flex-wrap: wrap;
}

.shooting .location .txt_area div div {
    font-size: 2.5rem;
    font-weight: 400;
}

.shooting .location .txt_area div div span {
    text-decoration: line-through;

}

.shooting .location .txt_area div small {
        font-size: 2.5rem;
    font-weight: 400;
    margin-right: 0.5rem;
}

.shooting .location .txt_area div span.ds_price {
    color: var(--red);
    font-size: 2.5rem;
    font-weight: 500;
    margin-right: 1rem;

}


.shooting .location {}

.shooting .location {}


/* SP */
@media (max-width: 768px) {
.shooting .location {
    border: solid 2px var(--red);
    box-shadow: none;
    padding: 1.5rem 0!important;
    gap: 1rem;
}
.shooting .location h3 {
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
}
.shooting .location .txt_area {
    align-items: center;
    padding:0 1rem;
}
.shooting .location .txt_area p {
    margin-bottom: 1.5rem;
}

.shooting .location .txt_area span.days {
    background: var(--red);
    color: #ffffff;
    font-size: 1.25rem;
    justify-content: center;
    align-items: center;
    padding: 0.3rem;
    width: 50%;
    border-radius: 9999px;
    margin-bottom: 1rem;
}

.shooting .location .txt_area div div { 
    font-size: 1.25rem;
    font-weight: 500;
}

.shooting .location .txt_area div div span {
    font-size: 1.5rem;
}

.shooting .location .txt_area div span.ds_price {
    margin-bottom: 1rem;
    display: block;
}

}





/* SP */
@media (max-width: 768px) {
    
}


.shooting .location .slide_area {
    width: 380px;
}

.shooting .location .slide_area .shooting_main_slider {
    position: relative;
}

.shooting .location .slide_area .shooting_main_slider .slick-list {
    border: 2px solid var(--red);
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
}

.shooting .location .slide_area .shooting_slide {
    border: none;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
}

.shooting .location .slide_area .shooting_slide img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

.shooting .location .slide_area .shooting_arrow {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 52px;
    border-radius: 9999px;
    border: 1px solid #2b2b2b;
    background: #ffffff;
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));

}

.shooting .location .slide_area .shooting_prev {
    left: -22px;
}

.shooting .location .slide_area .shooting_next {
    right: -22px;
}

.shooting .location .slide_area .shooting_arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #1a1a1a;
    border-right: 3px solid #1a1a1a;
    margin: 0 auto;
}

.shooting .location .slide_area .shooting_prev span {
    transform: rotate(-135deg);
}

.shooting .location .slide_area .shooting_next span {
    transform: rotate(45deg);
}

.shooting .location .slide_area .shooting_thumb_list {
    margin-top: 14px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 5px;
}

.shooting .location .slide_area .shooting_thumb {
    border: 0;
    padding: 0;
    background: none;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.shooting .location .slide_area .shooting_thumb::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    pointer-events: none;
    transition: border-color 0.2s ease;
}

.shooting .location .slide_area .shooting_thumb.is-active::after {
    border-color: var(--red);
}

.shooting .location .slide_area .shooting_thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}

.shooting .location .slide_area .shooting_main_slider .slick-dots {
    position: static;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    transform: none;
}

.shooting .location .slide_area .shooting_main_slider .slick-dots li {
    line-height: 0;
    margin: 0;
}

.shooting .location .slide_area .shooting_main_slider .slick-dots li button {
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid var(--red);
    border-radius: 50%;
    background: #ffffff;
    font-size: 0;
    padding: 0;
}

.shooting .location .slide_area .shooting_main_slider .slick-dots li button:before {
    content: none;
}

.shooting .location .slide_area .shooting_main_slider .slick-dots li.slick-active button {
    background: var(--red);
}

/* SP */
@media (max-width: 768px) {
    .shooting .location .slide_area .shooting_main_slider {
        overflow: hidden;
        padding: 0 1rem;
        box-sizing: border-box;
    }
    .shooting .location .slide_area {
        width: 100%;
    }

    .shooting .location .slide_area .shooting_main_slider .slick-list {
        border: none;
        border-radius: 0;
        overflow: visible;
    }

    .shooting .location .slide_area .shooting_slide {
        width: min(76vw, 320px);
        border: none;
        border-radius: 12px;
        margin: 0 6px;
    }

    .shooting .location .slide_area .shooting_thumb_list {
        display: none;
    }
}





.contents_wrap.creators {
    background: var(--red);
    margin-bottom: 3rem;
    position: relative;
    padding: 4rem 3.5rem 2.5rem!important;
    overflow: hidden;
}

.creators .hg {
    position: absolute;
    height: 130px;
    width: auto;
    z-index: 2;
}

.creators .hg_top {
    right: -7rem;
    top: 1.5rem;
}
.creators .hg_middle {
    left: -5rem;
    top: 30%;
}

.creators .hg_bottom {
    right: -5rem;
    bottom: 2rem;
}



.creators h3 {
    color: var(--red);
    background: #ffffff;
    width: fit-content;
    padding: 0.4rem 1.5rem;
    border-radius: 9999px;
    font-size: 2.625rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 3;
}

.creators p.exp {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    max-width: 90%;
    display: block;
    margin-bottom: 3rem;
    position: relative;
    z-index: 3;
}

.creators .main_photo {
    gap: 1.2rem;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 7rem;
    position: relative;
    z-index: 3;
}
.creators .main_photo img {
    width: calc((100% - 3.6rem) / 4);
    border-radius: 0.9375rem;
}


/* SP */
@media (max-width: 768px) {
    .contents_wrap.creators {
        width: 100%;
        padding: 2rem 1rem!important;
    }
    .creators h3 {
        font-size: 1.25rem;
    padding: 1.1rem 1.5rem;
    }
    .creators p.exp {
        font-size: 1rem;
    }

    .creators .main_photo {
        gap: 1rem;
        margin-bottom: 3rem;
    }
    .creators .main_photo img {
        width: calc(50% - 0.5rem);
    }

}


.creators article {
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
    padding: 1.5rem 1.5rem 2.5rem;
    position: relative;
    z-index: 3;
    margin-bottom: 3rem;
}


/* SP */
@media (max-width: 768px) {
    .creators article {
        padding: 0 0 2rem;
    }
}

.creators article .profile {
    background: #ffffff;
    border: solid 1px #000000;
    padding: 2rem 1.5rem;
    align-items: center;
    gap: 1rem;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 3rem;
}

.creators article .profile img.pro_img {
    width: 130px;
    height: 130px;
    border-radius:50%;
    margin: auto 0;
}

.creators article .profile .pro_main {
    width: 40%;
}

.creators article .profile small {
    font-weight: 400;
    font-size: 1rem;
    display: block;
}

.creators article .profile span {
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    margin-bottom: 1rem;
}

.creators article .profile p {
    font-size: 1.25rem;
}

.creators article img.pro_gallery {
    width: 113px;
    height: 113px;
    margin-bottom: 2rem;
}
/* SP */
@media (max-width: 768px) {
    .creators article .profile {
        border-radius: 0;
        border: none;
        border-bottom: solid 1px #000000;
        align-items: center;
        margin-bottom: 2rem;

    }

    .creators article .profile .pro_main,
    .creators article .profile .pro_ca {
        width: 80%;
        margin: 0 10% ;
    }
.creators article .profile small  {
    font-size: 0.875rem
}
    .creators article .profile span { 
        margin: 0;
        font-size: 1rem;
    }
    .creators article .profile p {
        font-size: 1rem;
    }
    .creators article img.pro_gallery {
        width: 6.3125rem;
        height: 6.3125rem;
    }

}




/* クリエイター写真スライダー（SPのみ） */
.creator_photos_slider {
    display: flex;
    gap: 0;
    margin-bottom: 2rem;
}
.creator_photo_slide {
    width: min(76vw, 320px);
    margin: 0 6px;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.creator_photo_slide img {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: block;
    object-fit: cover;
}
.creator_photos_slider .slick-dots {
    position: static;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    transform: none;
}
.creator_photos_slider .slick-dots li {
    line-height: 0;
    margin: 0;
}
.creator_photos_slider .slick-dots li button {
    width: 0.75rem;
    height: 0.75rem;
    border: 1px solid var(--red);
    border-radius: 50%;
    background: #ffffff;
    font-size: 0;
    padding: 0;
}
.creator_photos_slider .slick-dots li button:before {
    content: none;
}
.creator_photos_slider .slick-dots li.slick-active button {
    background: var(--red);
}

/* PC */
@media (min-width: 769px) {
    .creator_photos_slider {
        display: flex !important;
        gap: 1.3rem;
        flex-wrap: wrap;
        max-width: 760px;
        margin: 0 auto 3rem;
    }
    .creator_photo_slide {
        width: calc((100% - 3.9rem) / 4);
        margin: 0;
        border-radius: 12px;
    }
    .creator_photos_slider .slick-dots {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .creator_photos_slider {
        overflow: hidden;
        /* padding: 0 1rem; */
        box-sizing: border-box;
    }
    .creator_photo_slide {
        width: min(76vw, 320px);
        margin: 0 6px;
    }
}

.creators h4 {
    font-size: 1.25rem;
    font-weight: 700;
    padding: 0 4rem;
}

.creators p.last_txt {
    font-size: 1rem;
    padding: 0 4rem;
    margin-bottom: 3rem;
}



/* SP */
@media (max-width: 768px) {
    .creators h4 {
        padding: 0 1rem;
    }
    .creators p.last_txt {
        padding: 0 1rem;

    }
}