@charset "UTF-8";



body {
    font-family: "Noto Serif JP", 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', sans-serif;
    font-weight: 400;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    line-height: 2em;
    width: 100%;
    max-width: 750px;
    margin: auto;
    background: #000 url(../images/MP_pc_bg.jpg)center center /cover;
    background-attachment: fixed;
	
}

.txt-kaku {
    font-family: "Noto Sans JP", 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
    font-weight: normal;
}

.txt-yu {
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", "Noto sans JP", sans-serif;
    font-weight: normal;
}

/* 画像 */
img {
    width: 100%;
    height: auto;
    vertical-align: top;
}


/* リンク */
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/* 画面幅 */
.container {
    padding: 0 calc(60 / 750 *100%);
    background: #000;
}


.animated {
    opacity: 0;
}

/*=============================================
pc版
=============================================*/

/* header */
.header {
    width: 100%;
    position: fixed;
    max-width: 750px;
    z-index: 2;
}

.header-inner {
    position: relative;
}

.header-logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 calc(60 / 750 *100%);
}

.btn {
    position: absolute;
    right: calc(60 / 750 *100%);
    width: calc(60 / 750 *100%);
    height: calc(44 / 160 *100%);
    top: 50%;
    transform: translateY(-50%);
}

.btn-bar1 {
    position: absolute;
    height: calc(5 / 44 *100%);
    width: 100%;
    background: #fff;
    top: 0;
    transition: all 0.2s ease;
}

.btn-bar2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: calc(5 / 44 *100%);
    width: 100%;
    background: #fff;
    transition: all 0.2s ease;
}

.btn-bar3 {
    height: calc(5 / 44 *100%);
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 0;
    transition: all 0.2s ease;
}

.btn-bar1.open {
    transform: translateY(-50%)rotate(-45deg);
    top: 50%;
    transition: all 0.2s ease;
}

.btn-bar2.open {
    opacity: 0;
    transition: all 0.2s ease;
}

.btn-bar3.open {
    transform: translateY(-50%)rotate(45deg);
    top: 50%;
    transition: all 0.2s ease;
}

/* nav */
.nav-bg.open {
    width: 100%;
    height: 100%;
    max-width: 750px;
    max-height: 100vh;
    position: fixed;
    z-index: 1;
}

.nav.open {
    top: 0;
    transition: all 0.5s ease;
    animation-name: fadeDownAnime;
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
    opacity: 1;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.nav {
    position: fixed;
    width: 100%;
    max-width: 750px;
    z-index: 1;
    top: -100%;
    transition: all 0.5s ease;
    height: 100vh;
    animation-name: fadeUpAnime;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 1;
        transform: translateY(0px);
    }

    to {
        opacity: 0;
        transform: translateY(-100px);
    }
}

.nav-inner {
    padding: 0 calc(60 / 750 *100%);
    background: rgba(83, 76, 76, 0.9); 
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 30px;
    height: 100%;
}

.nav-inner>div {
    border-bottom: 1px solid #fff;
}

.nav-link {
    font-size: 1.48em;
    line-height: 3.5em;
    background: transparent;
    color: #fff;
    border: none;
    width: 100%;
    height: 100%;
    display: block;
}

.nav-inner a:active {
    opacity: 0.5;
}

.nav-link:hover {
    opacity: 0.5;
}


/* main */
.mv {
    width: 100%;
    margin-top: calc(160 / 750 *100%);
}

main {
    background: #000;
}

video {
    width: 100%;
}

.point {
    font-size: 1.3em;
    line-height: 1.6em;
}
.point.style02{
	letter-spacing: -0.05em;
}
.point-wrapper {
    position: relative
}

.point-att {
    position: absolute;
    z-index: 1;
    bottom: 12%;
    right: 0;
    font-size: 0.7em;
}

.color-title {
    font-size: 1.6em;
}

.color-subtitle {
    font-size: 1.1em;
}

.point-dsc {
    display: flex;
    justify-content: start;
    background: #000;
    text-align-last: left;
}

.point-dsc-icon {
    width: calc(337 / 750 *100%);
}

.point-dsc-copy {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.point-dsc-name {
    font-size: 0.9em;
    line-height: 2.2rem;
    margin-bottom: 1px;
}

.point-dsc-price {
    font-size: 1.00em;
}

.point-dsc-price span {
    font-size: 0.8em;
}


.shops {
    background: #F0F0ED;
    padding-bottom: 76px;
    color: #333333;
}

.shop-list {
    text-align-last: left;
    width: 86%;
    margin: auto;
    font-size: 1.5em;
    border-top: 1.5px solid #666;
    margin-bottom: 40px;
}

.shop {
    padding: 16px;
    font-weight: 500;
    border-bottom: 1.5px solid #666;
}

.shops_att {
    font-size: 0.9em;
    text-align-last: left;
    width: 86%;
    margin: auto;
    line-height: 1.6em;
    margin-bottom: 0;
}

.buy-outer {
    background: #F0F0ED;
	padding-top: 76px;
}

.buy {
    background-color: #fff;
    padding: calc(60 / 630 *100%);
    border-radius: 6%;
}

.buy-ttl {
    font-size: 1.22em;
    font-weight: 600;
    margin-bottom: 44px;
}

.buy-btn {
    width: calc(480 / 630 *100%);
    margin: auto;
    margin-bottom: 14px;
}


.footer {
    position: relative;
}

.footer-copy {
    position: absolute;
    bottom: 6px;
    font-size: 0.55em;
    left: 50%;
    transform: translateX(-50%);
    color: #4D4D4D;
    width: 100%;
}


/*=============================================
sp版
=============================================*/
@media screen and (max-width: 768px) {

    body {
        font-size: 0.9em;
        line-height: 2em;
    }

    .nav {
        height: 75vh;
    }

    .nav-link {
        font-size: 1.4em;
    }

    .header-logo {
        max-width: calc(381 / 750 *100%);
    }

    .point {
        font-size: 1.2em;
    }

    .point-dsc-copy {
        margin-bottom: 12px;
    }

    .point-dsc-name {
        margin-bottom: 1px;
        font-size: 0.96em;
        line-height: 1.4em;
    }
	.buy-outer{
		padding-top: 35px;
	}
    .shops {
        padding-bottom: 35px;
    }

    .shop-list {
        margin-bottom: 16px;
    }

    .shops_att {
        font-size: 0.85em;
        margin-bottom: 35px;
    }

    .buy-ttl {
        margin-bottom: 20px;
    }
}