:root {
    --themecolor: #711100;
    --titlefont: 'Gill Sans', sans-serif;
}

@media only screen and (min-width:600px) {
    header {
        transition: 0.8s;
    }
    .js-animation {
        transform: translateY(-150px);
    }
}

main {
    overflow: visible;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
     scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
      animation-duration: 0.01ms !important;
      animation-iteration-count: 1 !important;
      transition-duration: 0.01ms !important;
      scroll-behavior: auto !important;
    }
  }

.look-2025aw {
    background-color: #e8e3db;
}
.bg_lavender {
    background-color: #ddd7da;
}

a:hover {
	transition: all 0.5s ease;
	opacity: 0.8;
}

.fadeIn {
    opacity: 0;
    transform: translateY(10%);
    transition: all 2.5s ease;
    animation-delay: 0.5s;
}
.fadeIn.is-show {
    transform: translateY(0);
    opacity: 1;
}
.fadeIn-delay {
    opacity: 0;
    transform: translateY(10%);
    transition: all 2.5s ease;
    animation-delay: 1s;
}
.fadeIn-delay.is-show {
    transform: translateY(0);
    opacity: 1;
    transition-delay: 1s;
}

video {
    filter: drop-shadow(0px 0px rgba(0,0,0,0));
    outline: none;
    border: none;
    width: 100%;
}

/* ファーストビュー */
.fv {
    background-color: #711100;
    width: 100%;
    height: 70vh;
    display: grid;
    place-items: center;
}
.fv_wrapper {
    max-width: 1000px;
}
.fv_title {
    width: 100%;
    height: auto;
    display: grid;
    align-content: end;
    justify-content: center;
}
.fv_title h2 {
    font-family: var(--titlefont);
    text-align: center;
    font-weight: 100;
    color: #e8e3db;
    letter-spacing: .2rem;
    font-size: clamp(0.7rem, 0.64rem + 0.3vw, 1rem);
    margin-bottom: 1rem;
    transform: scaleX(1.05);
}
.fv_mark {
    filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(100, 100, 100, 0.4));
}
.fv_title img {
    width: 25vw;
}
@media only screen and (min-width:600px) {
    .fv {
        aspect-ratio: 1 / 1;
    }
    .fv_title img {
        width: 15vw;
        max-width: 250px;
    }
    .fv_title h2 {
        margin-bottom: 2rem;
    }
}
.fv_message {
    width: 100%;
    height: auto;
    display: grid;
    align-content: start;
    justify-content: center;
}
.fv_message img {
    width: 70vw;
}
@media only screen and (min-width:600px) {
    .fv_message img {
        width: 50vw;
        max-width: 1000px;
    }
}
@media only screen and (min-width:600px) {
    .fv {
        height: 100vh;
    }
    .fv_title,
    .fv_message {
        height: 50vh;
    }
}


/* メインコンテンツ */
@media only screen and (min-width:600px) {
    .main_wrapper {
        display: flex;
    }
}


/* 画面左側 */
.left_content {
    width: 100%;
    background: #f5f5f5;
    padding: 0;
    display: grid;
    background: url(../images/left_bg-01.jpg) center top no-repeat;
    background-size: cover;
    aspect-ratio: 250 / 361;
}
.left_movie {
    width: 64%;
    height: auto;
    margin-top: 20%;
    margin-left: auto;
    margin-right: 10%;
    outline: 1.1rem solid #f7f7f2;
    outline-offset: -1px;
}
@media only screen and (min-width:600px) {
    .left_content {
        background: #f5f5f5;
        padding: 0;
        display: grid;
        place-items: center;
        transition: background-image 0.5s ease-in-out;
        aspect-ratio: auto;
    }
    #js-left {
        position: sticky;
        top: 0;
        width: 50vw;
        height: 100vh;
        background-size: cover;
        background-position: center;
        background-image: url(../images/left_bg-01.jpg);
    }
    .left_content_wrapper {
        position: relative;
        top: 0;
        width: 100%;
        height: 100vh;
    }
    .left_movie {
        position: absolute;
        margin: 0;
        top: 9rem;
        right: 3rem;
        width: 62%;
        height: auto;
        z-index: 3;
    }
}
@media (orientation: landscape) {
    .left_movie {
        top: 7rem;
        right: 5rem;
    }
}


/* 画面右側 */
.right_content {
    width: 100%;
}
@media only screen and (min-width:600px) {
    .right_content {
        width: 50vw;
    }
}


.area_01,
.area_02,
.area_03,
.area_04,
.area_05,
.area_06,
.area_07,
.area_08,
.area_09,
.area_10,
.area_11,
.area_12,
.area_13 {
    p,
    a {
        font-size: clamp(0.6rem, 0.571rem + 0.14vw, 0.7rem);
        font-family: 'kozuka-gothic-pr6n', '小塚ゴシック Pro', sans-serif;
        font-weight: 300;
        font-style: normal;
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
        color: var(--themecolor);
    }
}
@media only screen and (min-width:1441px) {
    .area_01,
    .area_02,
    .area_03,
    .area_04,
    .area_05,
    .area_06,
    .area_07,
    .area_08,
    .area_09,
    .area_10,
    .area_11,
    .area_12,
    .area_13 {
        p,
        a {
            font-size: clamp(0.8rem, -0.269rem + 1.19vw, 1.2rem);
        }
    }
}


/* area 01 */
.area_01 {
    background-color: #f7f7f2;
    height: auto;
    margin: 0 auto;
}
.area_01--container {
    position: relative;
    max-width: 1000px;
    width: 80%;
    margin: 0 auto;
    padding: 15% 0;
}
.area_01--container p {
    width: 70%;
}
.area_01--image-title {
    position: absolute;
    width: 42%;
    bottom: 13%;
    right: -8%;
}
@media only screen and (min-width:600px) {
    .area_01--image-title {
        position: absolute;
        bottom: 12%;
    }
}
@media only screen and (min-width:960px) {
    .area_01--image-title {
        width: 50%;
        bottom: 9%;
    }
}


/* area 02 */
.area_02 {
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url(../images/area_02_bg.jpg) center top no-repeat;
    background-size: cover;
    aspect-ratio: 1280 / 1775;
}
.area_02--bg {
    position: relative;
    top: 0;
    z-index: 1;
    height: auto;
    aspect-ratio: 1280 / 1775;
}
.area_02_a {
    width: 42%;
    position: absolute;
    top: 12.5%;
    left: 40%;
    aspect-ratio: 260 / 330;
    z-index: 3;
}
.area_02_a-clip {
    width: 12.5%;
    position: absolute;
    top: 3.5%;
    right: 1.5%;
    z-index: 4;
}
.area_02_a-image {
    width: 100%;
    position: absolute;
    top: 0.3%;
    left: 0;
    transform: rotate(11.4deg);
    z-index: 3;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
}
.fadeIn-area_02_a,
.fadeIn-area_02_a.is-show {
    transform: rotate(11.4deg);
}
.area_02_b {
    width: 39%;
    position: absolute;
    bottom: 16.3%;
    left: 10.3%;
    transform: rotate(-8.3deg);
    z-index: 2;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
}
.fadeIn-area_02_b,
.fadeIn-area_02_b.is-show {
    transform: rotate(-8.3deg);
}
.area_02_c {
    width: 27%;
    height: auto;
    position: absolute;
    bottom: 17%;
    right: 15%;
}
@media only screen and (min-width:600px) {
    .area_02_c {
        width: 30%;
        bottom: 18%;
        right: 13%;
    }
}
@media only screen and (min-width:1280px) {
    .area_02_c {
        bottom: 20%;
        right: 11%;
    }
}
.area_02_c--text {
    transform: rotate(14deg);
    padding: 0;
}


/* area 03 */
.area_03 {
    height: auto;
    margin: 0 auto;
    padding: 0 13% 15%;
    background: url(../images/area_03_bg.svg) center 5% no-repeat,url(../images/area_03_bg-sp.svg) center 65% no-repeat;
}
.area_03--bg {
    display: grid;
    gap: 2rem;
    margin: 0 auto;
}
@media only screen and (min-width:600px) {
    .area_03 {
        background: url(../images/area_03_bg.svg) center 20% no-repeat;
        padding: 0 8% 10%;
    }
    .area_03--bg {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        justify-items: center;
        gap: 3%;
    }
    .area_03_a-img,
    .area_03_d-img {
        order: 2;
    }
    .area_03_a p,
    .area_03_d p {
        order: 1;
    }
    .area_03_a,
    .area_03_d {
        display: inline-grid;
        align-self: end;
    }
    .area_03_b {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .area_03_c {
        grid-column-start: 2;
        grid-row-start: 2;
    }
    .area_03_d p {
        margin-top: auto;
    }
}

.border_winered {
    border: 3px #782638 solid;
}


/* area 04 */
.area_04 {
    height: auto;
    margin: 0 auto;
    padding: 10% 10% 5%;
    background-color: #f7f7f2;
}
.area_04_a {
    position: relative;
}
.area_04_label {
    position: absolute;
    width: 34%;
    top: -2%;
    right: 1%;
    filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(100, 100, 100, 0.4));
    transform: translateZ(0);
    z-index: 2;
}
.area_04_a-img {
    border-radius: 2.5rem 2.5rem 0 0;
}
.area_04_b {
    margin: 1rem 0;
}
.area_04_c img {
    border-radius: 0 0 2.5rem 2.5rem;
}


/* area 05 */
.area_05 {
    height: auto;
    margin: 0 auto;
    padding: 20% 5% 5%;
}
.area_05--bg {
    position: relative;
    top: 0;
    z-index: 1;
}
.bg-a {
    padding-bottom: 64%;
}
.area_05_container-a {
    aspect-ratio: 1280 / 871;
    width: 80%;
    position: absolute;
    top: 0;
    left: 5%;
    padding: 5%;
    transform: rotate(15deg);
    background: url(../images/area_05_a_bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 3;
}
.area_05_tape {
    position: absolute;
    width: 30%;
    top: 0;
    left: -10%;
    z-index: 2;
    transform: rotate(-27deg);
}
p.area_05_a--text {
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 85%;
    font-size: clamp(0.8rem, 0.7rem + 0.5vw, 1.3rem);
    font-family: "the-seasons", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.area_05_a_image {
    display: flex;
    width: 92%;
    position: absolute;
    bottom: 6%;
}
.area_05_a_image img {
    width: 48%;
}
.bg-b {
    padding-bottom: 80%;
}
.area_05_container-b {
    aspect-ratio: 1280 / 886;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    transform: rotate(-6deg);
    background: url(../images/area_05_b_bg.png) center center no-repeat;
    background-size: contain;
    z-index: 3;
}
.area_05_b-title {
    position: absolute;
    width: 28%;
    top: 15%;
    left: 14%;
    z-index: 2;
}
.area_05_c {
    width: 40%;
    position: absolute;
    top: 7%;
    right: 5%;
    z-index: 2;
}
.area_05_b--text {
    position: absolute;
    width: 38%;
    bottom: 5%;
    left: 10%;
    z-index: 2;
}
@media only screen and (min-width:600px) {
    .area_05_b--text {
        left: 12%;
    }
}
.area_05_b--text p,
.area_05_b--text a {
    color: #f5e2d5;
    /* line-height: 1.7; */
}


/* area 06 */
.area_06 {
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.splide__pagination {
    height: 0;
}
.area_06-text-right {
    text-align: right;
    margin-right: 0.5rem;
}
.area_06-text-left {
    text-align: left;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}


/* area 07 */
.area_07 {
    height: auto;
    margin: 0 auto;
    padding: 10% 3%;
}
.area_07 img {
    width: 85%;
}


/* area_08 */
.area_08 {
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.area_08_movie {
    aspect-ratio: 640 / 360;
    width: 100%;
    object-fit: cover;
    vertical-align: bottom;
}


/* area_09 */
.area_09 {
    height: auto;
    margin: 0 auto;
    padding: 0;
}
.area_09--bg {
    position: relative;
    top: 0;
    z-index: 1;
    aspect-ratio: 1280 / 2085;
    background: url(../images/area_09_bg.jpg) center center no-repeat;
    background-size: cover;
}
.area_09_bg {
    width: 95%;
    margin: 0 auto;
}
.area_09--clip {
    position: absolute;
    top: 23.8%;
    right: 27%;
    width: 5%;
    z-index: 3;
}
.area_09_a {
    width: 29%;
    position: absolute;
    top: 15.5%;
    left: 8%;
    transform: rotate(-7deg);
    z-index: 3;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
}
.fadeIn-area_09_a,
.fadeIn-area_09_a.is-show {
    transform: rotate(-7deg);
}
.area_09_b {
    width: 32%;
    position: absolute;
    bottom: 13%;
    right: 10%;
    transform: rotate(24.5deg);
    z-index: 3;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
}
.fadeIn-area_09_b,
.fadeIn-area_09_b.is-show {
    transform: rotate(24.5deg);
}
.area_09_c {
    width: 53%;
    position: absolute;
    top: 24.5%;
    left: 25.5%;
    transform: rotate(-1.5deg);
    z-index: 2;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
}
.area_09_d {
    width: 54%;
    position: absolute;
    top: 24%;
    left: 22%;
    transform: rotate(7.5deg);
    z-index: 1;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.3));
}
.area_09--text {
    position: absolute;
    bottom: 9%;
    left: 5%;
    width: 55%;
}


/* area_10 */
.area_10 {
    margin: 0 auto;
    padding: 10% 0;
    display: flex;
    flex-direction: column;
}
.area_10_a {
    width: 57%;
    z-index: 1;
}
.area_10_b {
    width: 85%;
    margin: -10% 0 0 auto;
    z-index: 2;
}
@media only screen and (min-width:600px) {
    .area_10_b {
        width: 75%;
        margin: -10% 0 0 17%;
    }
}


/* area 11 */
.area_11 {
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: url(../images/area_11_bg.jpg) center center no-repeat;
    background-size: cover;
}
.splide_yoga-pose img {
    height: 100%;
}
.area_11_item {
    position: relative;
}
.area_11_text {
    position: absolute;
    top: 80%;
    padding: 0 0.5rem;
}
@media only screen and (min-width:600px) {
    .area_11_text {
        top: 77%;
    }
}
@media only screen and (min-width:960px) {
    .area_11_text {
        top: 81%;
    }
}
.area_11 a {
    color: #711100;
}


/* area 12 */
.area_12 {
    height: auto;
    margin: 0 auto;
    padding: 20% 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.area_12_a {
    width: 70%;
}
.area_12_b {
    width: 65%;
}
.area_12_a {
    margin-left: -20%;
}
.area_12_b {
    margin-top: 10%;
    margin-right: -25%;
}
@media only screen and (min-width:600px) {
    .area_12_a {
        width: 60%;
    }
    .area_12_b {
        width: 55%;
    }
    .area_12_a {
        margin-left: -30%;
    }
    .area_12_b {
        margin-top: -5%;
        margin-right: -40%;
    }
}

.clip-border {
    position: relative;
    display: inline-block;
    background-color: #711100;
    aspect-ratio: 1050 / 1400;
    padding: 1%;
    clip-path: ellipse(50% 50% at 50% 50%);
    box-sizing: border-box;
    z-index: 3;
}
.clip-border img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: ellipse(50% 50% at 50% 50%);
}

.with-text {
    position: relative;
}
.area_12_a-title {
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    width: 105%;
    pointer-events: none;
}
.a-title {
    fill: var(--themecolor);
    font-size: 5rem;
    font-family: "the-seasons", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.area_12_a-text {
    position: absolute;
    bottom: -0.3rem;
    right: -0.6rem;
    width: 108%;
    pointer-events: all;
}
.a-text,
.a-text a {
    fill: var(--themecolor);
    font-size: 1.8rem;
    font-weight: 100;
    font-style: normal;
}
.area_12_b-title {
    position: absolute;
    bottom: -0.5rem;
    right: -0.9rem;
    width: 108%;
    pointer-events: none;
}
.b-title {
    fill: var(--themecolor);
    font-size: 3rem;
    font-family: "the-seasons", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.2rem;
}
.area_12_b-text {
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    pointer-events: all;
}
.b-text,
.b-text a {
    fill: var(--themecolor);
    font-size: 2rem;
    font-weight: 100;
    font-style: normal;
}
svg.text-on-curve {
    overflow: visible;
}
.text-on-curve path {
    fill: none;
}
@media only screen and (min-width:400px) {
    .area_12_a-text {
        bottom: -0.4rem;
        right: -0.7rem;
    }
    .area_12_b-title {
        bottom: -0.7rem;
        right: -1.1rem;
    }
}
@media only screen and (min-width:600px) {
    .area_12_a-title {
        top: -0.6rem;
        left: -0.6rem;
        width: 108%;
    }
    .area_12_a-text {
        bottom: -0.2rem;
        right: -0.45rem;
    }
    .area_12_b-title {
        bottom: -0.4rem;
        right: -0.65rem;
    }
    .area_12_b-text {
        top: -0.3rem;
    }
}
@media only screen and (min-width:768px) {
    .area_12_a-text {
        bottom: -0.4rem;
        right: -0.6rem;
    }
    .area_12_b-title {
        bottom: -0.5rem;
        right: -0.8rem;
        width: 108%;
    }
}
@media only screen and (min-width:960px) {
    .area_12_a-title {
        top: -0.8rem;
    }
    .area_12_a-text {
        bottom: -0.5rem;
        right: -0.7rem;
    }
    .area_12_b-title {
        bottom: -0.9rem;
        right: -1.1rem;
    }
    .area_12_b-text {
        top: -0.4rem;
        left: -0.6rem;
    }
}
@media only screen and (min-width:1280px) {
    .area_12_a-text {
        bottom: -0.6rem;
        right: -0.9rem;
    }
    .area_12_b-title {
        bottom: -1.1rem;
        right: -1.3rem;
    }
}
@media only screen and (min-width:1440px) {
    .area_12_a-title {
        left: -1rem;
        width: 105%;
    }
    .area_12_a-text {
        bottom: -1rem;
        right: -1rem;
        width: 107%;
    }
    .area_12_b-title {
        width: 109%;
        bottom: -1.3rem;
        right: -1.6rem;
    }
    .area_12_b-text {
        top: -0.7rem;
        right: 1.5rem;
    }
}
@media only screen and (min-width:1920px) {
    .area_12_a-title {
        top: -1.7rem;
        left: -1.6rem;
        width: 107%;
    }
    .area_12_a-text {
        bottom: -1.7rem;
        right: -2rem;
        width: 110%;
    }
    .area_12_b-title {
        bottom: -2.3rem;
        right: -2.3rem;
    }
    .area_12_b-text {
        top: -0.7rem;
        right: 1.5rem;
    }
}


/* area 13 */
.area_13 {
    height: auto;
    margin: 0 auto;
    padding: 20% 5% 10%;
    background-color: #f7f7f2;
}
@media only screen and (min-width:600px) {
    .area_13 {
        padding: 20% 10% 10%;
    }
}
.area_13--wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    /* align-items: end; */
}


/* footer */
.area_footer {
    background-color: #711100;
    width: 100%;
}
.area_footer--decoration {
    background: linear-gradient(180deg, #ddd7da 0%, #ddd7da 50%, transparent 50%, transparent 100%);
    position: relative;
}
.area_footer_label {
    width: 30%;
    position: absolute;
    bottom: 0;
    right: 3%;
    z-index: 7;
    filter: drop-shadow(0.5rem 0.5rem 1.5rem rgba(100, 100, 100, 0.4));
    transform: translateZ(0);
}
@media only screen and (min-width:600px) {
    .area_footer_label {
        width: 17%;
        bottom: -4%;
        right: 7%;
    }
}
.area_footer_pc {
    display: none;
}
.area_footer_sp {
    display: block;
}
@media only screen and (min-width:600px) {
    .area_footer_pc {
        display: block;
        overflow: hidden;
    }
    .area_footer_sp {
        display: none;
    }
}
.area_footer--list {
    width: 500%;
}
.area_footer_item {
    padding: 2% 0 1%;
}
.area_footer_item > a:hover {
    opacity: 1;
}
@media only screen and (min-width:600px) {
    .area_footer--list {
        display: flex;
        justify-content: center;
        width: 120%;
        margin-left: -4% !important;
        aspect-ratio: 3 / 1;
        position: relative;
    }
    .area_footer_item {
        width: calc(100% / 7);
        display: inline-block;
        overflow: visible;
        padding: 7% 0 2%;
    }
}
.area_footer--list > .area_footer_item {
    flex-shrink: 0;
    position: relative;
    box-sizing: border-box;
}
@media only screen and (min-width:600px) {
    .area_footer--list > .area_footer_item {
        flex-shrink: 0;
        position: absolute;
        box-sizing: border-box;
    }
    .area_footer--list > .area_footer_item:nth-child(1) {
        z-index: 1;
        top: 0;
        left: 0;
    }
    .area_footer--list > .area_footer_item:nth-child(2) {
        z-index: 3;
        top: 10%;
        left: 12%;
    }
    .area_footer--list > .area_footer_item:nth-child(3) {
        z-index: 4;
        top: 8%;
        left: 24%;
    }
    .area_footer--list > .area_footer_item:nth-child(4) {
        z-index: 3;
        top: -3%;
        left: 37%;
    }
    .area_footer--list > .area_footer_item:nth-child(5) {
        z-index: 2;
        top: 3%;
        left: 51%;
    }
    .area_footer--list > .area_footer_item:nth-child(6) {
        z-index: 3;
        top: 8%;
        left: 64%;
    }
    .area_footer--list > .area_footer_item:nth-child(7) {
        z-index: 2;
        top: 0;
        left: 74%;
    }
}
.footer_item-a,
.footer_item-b,
.footer_item-c,
.footer_item-d,
.footer_item-e,
.footer_item-f,
.footer_item-g {
    display: block;
    transform-origin: center center;
    border: #f7f7f2 0.3rem solid;
    border-radius: 0.2rem;
}
.footer_item-a {
    transform: rotate(3.7deg);
}
.footer_item-b {
    width: 85%;
    transform: rotate(-8.8deg);
}
.footer_item-c {
    transform: rotate(11.5deg);
}
.footer_item-d {
    transform: rotate(-5deg);
}
.footer_item-e {
    transform: rotate(7.7deg);
}
.footer_item-f {
    transform: rotate(-5deg);
    width: 85%;
}
.footer_item-g {
    transform: rotate(3.7deg);
}
@media only screen and (min-width:960px) {
    .footer_item-a,
    .footer_item-b,
    .footer_item-c,
    .footer_item-d,
    .footer_item-e,
    .footer_item-f,
    .footer_item-g {
        border: #f7f7f2 0.6rem solid;
        border-radius: 0.4rem;
    }
}
.area_footer--container {
    width: 70%;
    margin: 0 auto;
    padding: 0 0 1rem;
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.1rem;
}
@media only screen and (min-width:768px) {
    .area_footer--container {
        max-width: 900px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 1rem;
        text-align: left;
    }
}
.area_footer p {
    color: #fff;
    font-size: 0.7rem;
    margin: 0 0 2rem;
}
.lb_ambassador {
    width: 100%;
    margin-bottom: 3rem;
}
@media only screen and (min-width:768px) {
    .lb_ambassador {
        margin-bottom: 0;
    }
}
.lb_ambassador li {
    list-style: none;
    margin: 0.5rem 0 0;
}
.lb_ambassador li a {
    color: #fff;
    font-size: 0.7rem;
}
.link {
    position: relative;
}
.link::after {
    content: "";
    position: absolute;
    background-image: url("../../../common/images/instagram-icon_white.svg");
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    right: -1rem;
    bottom: 0;
    top: 0;
}
@media only screen and (min-width:768px) {
    .link::after {
        right: -2rem;
    }
}
.area_footer--ambassador_image {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    margin: 3rem 0;
}
@media only screen and (min-width:768px) {
    .area_footer--ambassador_image {
        justify-content: flex-end;
    }
}
.area_footer--ambassador_image img {
    width: 30%;
    margin: 0;
}
.area_footer--staff {
    grid-row-start: 2;
}
.area_footer--staff li {
    color: #fff;
    font-size: 0.7rem;
    list-style: none;
    margin: 0.5rem 0 0;
}


/* footer */
footer {
    background-color: #711100;
    color: #fff;
    font-weight: 100;
    min-height: auto;
    text-align: left;
    margin: 0;
    padding: 0;
}
.lb_footer {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
    letter-spacing: 0.1rem;
}
.lb_footer p {
    font-size: 0.7rem;
    text-align: center;
}
@media only screen and (min-width:768px) {
    .lb_footer p {
        text-align: left;
    }
}