@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&display=swap');
    
/* *****共通***** */
*, *::after ,*::before {
box-sizing: border-box;
margin: 0;
padding: 0;
font-family: 'Zen Kaku Gothic New', sans-serif;
}

li {
list-style: none;
}

a {
text-decoration: none;
color: #fff;
}

h2, h3 {
font-family: 'Shippori Mincho', serif !important;
}

table th {
height: 3em;
}

table td {
height: 2.5em;
}

.charm_container h3 {
font-family: 'Kaisei Tokumin', serif;
}

.font1 {
font-family: 'Great Vibes', cursive;
text-align: center;
}

/* *****SP***** */
@media only screen and (max-width:560px) {
    body {
        width: 100%;
        height: 100%;
    }

    img {
        width: 100%;
    }

    .mv {
        height: 100vh;
        background-image: url(/dauna/images/202112fix/mv_fix_sp.jpg);
        background-position: 23% 45%;
        background-repeat: no-repeat;
        background-size: auto;
        overflow: hidden;
    }

    .mv .logo {
        width: 25%;
        margin: 10px 0 0 10px;
    }

    .mv .dauna_logo {
        display: block;
        margin: 17% auto 0;
        width: 100%;
        transform: scale(1.4);
    }

    .sp_tablet_container {
        width: 100%;
    }

    .sp_tablet_container .caption {
        width: 80%;
        margin: 2rem auto;
    }

    .sp_tablet_container .caption p {
        font-family: 'Shippori Mincho', serif;
        font-size: 1.3em;
        font-weight: 500;
        line-height: 1.8;
        text-align: center;
    }

    .sp_tablet_container .caption span {
        font-family: 'Shippori Mincho', serif;
        display: block;
    }

    .down_type {
        width: 80%;
        margin: 2rem auto;
    }

    .down_type div:not(:first-of-type) {
        margin-top: 3.5em;
    }

    .down_type table {
        margin: 1em auto 0;
        width: 100%;
        text-align: center;
    }

    .down_type table td {
        background: #fcf3d2c4;
    }

    .down_type table .bgGold {
        color: #fff;
        background: #bba041;
    }

    .down_type table .font_design {
        color: #9c8635;
    }

    .down_type a {
        width: 80%;
        text-align: center;
        color: #333;
        display: block;
        margin: 1.5em auto 0;
        padding: 1.3em;
        border: #bba041 solid 1px;
        font-weight: bold;
    }

    .down_type a::after {
        content: "▲";
        display: inline-block;
        margin-left: 0.3em;
        transform: rotate(90deg);
    }

    .down_read {
        display: block;
        width: 80%;
        margin: 1rem auto;
    }

    .down_read h2 {
        padding: 1.7em 0 .4em;
    }

    .down_read .spec_area {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .down_read .spec_area .spec_text {
        width: calc(50% - 1em);
        margin-top: 2em;
    }

    .down_read .spec_area .spec_text:nth-of-type(odd) {
        margin-right: 2em;
    }

    .down_read .spec_area .spec_text li {
        font-size: .9em;
    }

    .down_read .spec_area .spec_text li span {
        display: block;
    }

    .down_read .spec_text h3 {
        position: relative;
        margin: 0.6em;
    }

    .down_read .spec_text h3::before {
        content: "";
        display: inline-block;
        background: #333;
        width: 3px;
        height: 100%;
        position: absolute;
        left: -0.6em;
    }

    .charm_container {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 2rem auto 0;
    }

    .charm_container h2 {
        width: 100%;
        font-size: 1em;
        background: #bba041;
        color: #fff;
        text-align: center;
        line-height: 4em;
        margin: 3.4em auto 0;
    }

    .charm_container .charm_area {
        position: relative;
        height: 100vh;
        background: #fffefac4;
    }

    .charm_container .charm_area .charm_img img {
        height: 50vh;
        object-fit: cover;
    }

    .charm_container .charm_area:nth-of-type(1) .charm_img img {
        object-position: 72%;
    }

    .charm_container .charm_area:nth-of-type(5) .charm_img img {
        object-position: 33%;
    }

    .charm_container .charm_area:nth-of-type(6) .charm_img img {
        object-position: 0 90%;
    }

    .charm_container .charm_area:nth-of-type(7) .charm_img img {
        object-position: 45%;
    }

    .charm_container .charm_area .charm_img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 51vh;
        background: linear-gradient(180deg, rgba(255,255,255,0), rgba(255,255,255,1))
    }

    .charm_container .charm_area .charm_text_detail_wrap {
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: column;
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_text h3 {
        font-size: 1.1em;
        margin: 1em auto 1em;
        border-bottom: 1px solid #333;
        width: 80%;
        text-align: center;
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_text p {
        width: 80%;
        margin: 0 auto;
        line-height: 1.7em;
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_detail_img img {
        display: block;
        width: 80%;
        margin: 1em auto;
    }
}

/* *****tablet***** */
@media only screen and (min-width:561px) and (max-width:1024px) {
    body {
        width: 100%;
    }

    img {
        width: 100%;
    }

    .mv {
        height: 100vh;
        background-image: url(/dauna/images/202112fix/mv_fix.jpg);
        background-position: 23% 45%;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .mv .logo {
        width: 20%;
        margin: 10px 0 0 10px;
    }

    .mv .dauna_logo {
        display: block;
        margin: 10% auto 0;
        width: 95%;
    }

    .sp_tablet_container {
        width: 100%;
    }

    .sp_tablet_container .caption {
        width: 80%;
        margin: 4rem auto;
    }

    .sp_tablet_container .caption p {
        font-family: 'Shippori Mincho', serif;
        font-size: 1.3em;
        font-weight: 500;
        line-height: 1.8;
        text-align: center;
    }

    .sp_tablet_container .caption span {
        font-family: 'Shippori Mincho', serif;
        display: block;
    }

    .down_type {
        width: 80%;
        margin: 2rem auto;
    }

    .down_type div:not(:first-of-type) {
        margin-top: 3.5em;
    }

    .down_type table {
        margin: 1em auto 0;
        width: 100%;
        text-align: center;
    }

    .down_type table td {
        background: #fcf3d2c4;
    }

    .down_type table .bgGold {
        color: #fff;
        background: #bba041;
    }

    .down_type table .font_design {
        color: #9c8635;
    }

    .down_type a {
        width: 80%;
        text-align: center;
        color: #333;
        display: block;
        margin: 1.5em auto 0;
        padding: 1.3em;
        border: #bba041 solid 1px;
        font-weight: bold;
    }

    .down_type a::after {
        content: "▲";
        display: inline-block;
        margin-left: 0.3em;
        transform: rotate(90deg);
    }

    .down_read {
        display: block;
        width: 80%;
        margin: 1rem auto;
    }

    .down_read h2 {
        padding: 1.7em 0 .4em;
    }

    .down_read .spec_area {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .down_read .spec_area .spec_text {
        width: 50%;
        margin-top: 2em;
    }

    .down_read .spec_area .spec_text li {
        font-size: .9em;
    }

    .down_read .spec_area .spec_text li span {
        display: block;
    }

    .down_read .spec_text h3 {
        position: relative;
        margin: 0.6em;
    }

    .down_read .spec_text h3::before {
        content: "";
        display: inline-block;
        background: #333;
        width: 3px;
        height: 100%;
        position: absolute;
        left: -0.6em;
    }

    .charm_container {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto ;
        font-size: 0.9em;
    }

    .charm_container h2 {
        width: 100%;
        font-size: 1em;
        background: #bba041;
        color: #fff;
        text-align: center;
        line-height: 4em;
        margin: 3.4em auto 0;
    }

    .charm_container .charm_area {
        position: relative;
        width: 100%;
        height: 100vh;
    }

    .charm_container .charm_area .charm_img img {
        position: relative;
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .charm_container .charm_area .charm_text_detail_wrap {
        position: absolute;
        bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 60%;
        height: 100%;
        background: rgba(255,255,255,.6);
    }

    .charm_container .charm_area:nth-of-type(odd) .charm_text_detail_wrap {
        right: 0;
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_text h3 {
        font-size: 1.1em;
        margin: 0 auto 1em;
        border-bottom: 1px solid #333;
        width: 80%;
        text-align: center;
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_text p {
        width: 80%;
        margin: 0 auto;
        line-height: 1.7em;
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_detail_img img {
        display: block;
        width: 80%;
        margin: 1em auto 0;
    }

    .shoplist_wrap {
        z-index: -1;
        padding: 5em 2em 7em;
        background: #222;
        color: #fff;
    }
}

/* *****pc***** */
@media only screen and (min-width:1025px) {
    body {
        width: 100%;
        overflow-x: hidden;
    }

    img {
        width: 100%;
    }

    .mv {
        height: 100vh;
        position: relative;
        object-fit: cover;
        background-image: url(/dauna/images/202112fix/mv_fix.jpg);
        background-position: 45% 41%;
        background-repeat: no-repeat;
        background-size: auto;
    }

    .mv .logo {
        position: absolute;
        top: 2em;
        left: 2em;
        width: 14%;
        margin: 10px 0 0 10px;
    }

    .mv .dauna_logo {
        position: absolute;
        top: 20%;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 70%;
    }

    .pc_flex_box {
        display: flex;
        width: 100vw;
        justify-content: space-around;
        flex-flow: row-reverse;
        align-items: center;
        margin: 2em auto;
        background: linear-gradient(180deg, #fff 80%, rgba(189, 167, 3, .2));
    }

    .pc_flex_box .down_img {
        width: 50%;
        padding: 1.2em;
    }
    .pc_flex_box .caption {
        width: 45%;
        padding: 0 1.4em;
    }

    .pc_flex_box .caption p {
        font-family: 'Shippori Mincho', serif;
        font-weight: 500;
        font-size: 2vw;
        line-height: 2em;
    }

    .pc_flex_box .caption span {
        font-family: 'Shippori Mincho', serif;
    }

    .pc_flex_box .caption span.pc_paragraph {
        display: block;
    }

    .down_type {
        display: flex;
        width: 90%;
        margin: 5em auto;
        justify-content: space-between;
    }

    .down_type img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .down_type table {
        margin: 1em auto 0;
        width: 90%;
        text-align: center;
    }

    .down_type table td {
        background: #fcf3d2c4;
    }

    .down_type table .bgGold {
        color: #fff;
        background: #bba041;
    }

    .down_type table .font_design {
        color: #9c8635;
    }

    .down_type a {
        width: 80%;
        text-align: center;
        color: #333;
        display: block;
        margin: 3.5em auto 0;
        padding: 1.3em;
        border: #bba041 solid 1px;
        font-weight: bold;
        transform-origin: left;
        position: relative;
    }
    .down_type a:hover {
        color: #fff;
    }

    .down_type a::before {
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #bba041;
        transform: scaleX(0);
        transform-origin: right;
        transition: all .5s ease-in-out;
        transition-property: transform;
    }

    .down_type a:hover::before {
        transform: scaleX(1);
        transform-origin: left;
    }

    .down_type a::after {
        content: "▲";
        display: inline-block;
        margin-left: 0.3em;
        transform: rotate(90deg);
    }

    .down_type span {
        position: relative;
    }

    .down_read {
        display: block;
        width: 87%;
        margin: 2rem auto;
        font-size: 1.1em;
    }

    .down_read h2 {
        padding: 0.5em 0 .4em;
        font-size: 1.2em;
    }

    .down_read .spec_area {
        display: flex;
        width: 100%;
    }

    .down_read .spec_area .spec_text {
        width: calc(100%/4);
    }

    .down_read .spec_text:not(:first-of-type) {
        margin-left: 1em;
    }

    .down_read .spec_text li {
        font-size: .9em;
    }

    .down_read .spec_text li span {
        display: block;
    }

    .down_read .spec_text h3 {
        position: relative;
        margin: 0.6em;
        font-size: 1em;
    }

    .down_read .spec_text h3::before {
        content: "";
        display: inline-block;
        background: #333;
        width: 3px;
        height: 100%;
        position: absolute;
        left: -0.6em;
    }

    .charm_container {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 4.5em auto 0;
    }

    .charm_container div:nth-of-type(even) {
        flex-direction: row-reverse;
    }

    .charm_container h2 {
        width: 100%;
        font-size: 1.3em;
        background: #bba041;
        color: #fff;
        text-align: center;
        line-height: 4em;
    }

    .charm_container .charm_area {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        height: 100vh;
    }

    .charm_container .charm_area .charm_img {
        position: relative;
        height: 100vh;
        overflow: hidden;
    }

    .charm_container .charm_area .charm_img img {
        position: relative;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }

    .charm_container .charm_area:nth-of-type(2) .charm_img img,
    .charm_container .charm_area:nth-of-type(5) .charm_img img {
        transform: scale(-1, 1);
    }

    .charm_container .charm_area:nth-of-type(6) .charm_img img {
        object-position: 0 74%;
    }

    .charm_container .charm_area:nth-of-type(7) .charm_img img {
        transform: translateX(21%)
    }

    .charm_container .charm_area .charm_img::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,1))
    }

    .charm_container .charm_area:nth-of-type(odd) .charm_img::after {
        background: linear-gradient(240deg, rgba(255,255,255,0), rgba(255,255,255,1))
    }

    .charm_container .charm_area:nth-of-type(7) .charm_img::after {
        background: linear-gradient(240deg, rgba(255,255,255,0), rgba(255,255,255,1)58.5%)
    }

    .charm_container .charm_area .charm_text_detail_wrap {
        position: absolute;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
        height: 100%;
    }

    .charm_container .charm_area:nth-of-type(odd) .charm_text_detail_wrap {
        left: 0;
    }

    @-moz-document url-prefix() {
        .charm_container .charm_area:nth-of-type(even) .charm_text_detail_wrap {
            right: 0;
        }
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_text h3 {
        font-size: 1.7em;
        margin: 1em auto 1em;
        padding-bottom: 0.5rem;
        border-bottom: 1px solid #333;
        width: 80%;
        text-align: center;
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_text p {
        width: 80%;
        margin: 0 auto;
        line-height: 2.2em;
    }

    .charm_container .charm_area .charm_text_detail_wrap .charm_detail_img img {
        display: block;
        width: 60%;
        margin: 2.2em auto 0;
    }

    .shoplist_wrap {
        z-index: -1;
        padding: 5em 2em 7em;
        background: #222;
        color: #fff;
    }

    .shoplist_wrap {
        z-index: -1;
        padding: 5em 6em 7em;
        background: #222;
        color: #fff;
    }
}


.snsicon_wrap {
    padding: 1rem 0 0rem !important;
	background: #fff !important;
}

.footer {
    background: #fff !important;
    color: #222 !important;
}

.footer img {
    width: 10% !important;
    margin-top: 3em !important;
    filter: brightness(0.3) !important;
}

@media only screen and (max-width: 600px){
    .footer img {
        width: 40% !important;
    }
}