@charset "utf-8";
/*デフォルト
----------------------------------------------------------
----------------------------------------------------------*/

/*
[ゴシック体]
font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
[明朝体]
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
*/

* {
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    box-sizing: inherit;
}

html {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
}

body {
    height: 100%;
    width: 100%;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    letter-spacing: 0.1em;
    overflow-x: hidden;
}

@media screen and (max-width:600px) {
    body {
        font-size: 13px;
        font-size: 0.7rem;
        line-height: 1.5em;
        letter-spacing: 0em;
    }
}

img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


ul {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #666;
}

@media screen and (max-width: 640px) {
    body {
        font-size: 10px;
        line-height: 1.2em;
        letter-spacing: 0;
    }
}


/*header
----------------------------------------------------------
.Header {
    background: #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    height: 40px;
    width: calc(100% - 0px);
    top: 0;
    left: 0;
    position: fixed;
    z-index: 50;
}

.Header h1 {
    margin: 0;
    width: 100vw;
    order: 2;
    position: absolute;
    top: 5px;
    left: 0;
    height: 30px;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Header h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Header h1 img {
    height: 30px;
    width: 95px;
}

.Header ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    order: 3;
    height: 30px;
    z-index: 2;
}

.Header li {
    height: 30px;
    width: 30px;
    margin: 0 0 0 10px;
}

.Header li a {
    display: block
}

.Header nav {
    order: 1;
    width: 26px;
    height: 26px;
    z-index: 2;
    cursor: pointer;
}

.SideNav {
    overflow-y: scroll;
}

.SideNav iframe {
    background: #fff;
    position: absolute;
    top: 0;
    left: -80vw;
    height: 100vh;
    width: 80vw;
    max-width: 300px;
    z-index: 65000;
    transition: 0.2s all ease 0s;
    overflow-y: scroll;
}

.SideNav::before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: -100vw;
    opacity: 0;
    height: 100vh;
    width: 100vw;
    z-index: 60000;
}

.SideNav.--open::after {
    content: "×";
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 60002;
}

.SideNav.--open iframe,
.SideNav.--open::before {
    left: 0%;
    opacity: 1;
}
*/

/*main
----------------------------------------------------------*/
.Main {
    padding: 50px 0 0;
}

/*Gift
----------------------------------------------------------*/
.Gift {
    padding-top: 70px;
    padding-bottom: 100px;
    width: 100vw;
    text-align: center;
    background-color: #eee;
}


.Gift__Title {
    display: block;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0 0;
    color: #000;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
    font-size: 36px;
    line-height: 1.8;
}

.Gift__Title__Sub {
    margin: 0;
    padding: 0;
    font-size: 15px;
    vertical-align: top;
}

.Gift__Comment {
    width: 90%;
    margin: 0 auto;
    max-width: 700px;
    padding-bottom: 40px;
    text-align: left;
}

.Gift__Case {
    width: 90vw;
    height: 57vw;
    margin: 0 auto;
    padding: 0 0 0 5%;
    background-image: url(../image/case.jpg);
    background-size: contain;
    background-position: center;
    text-align: left;
    position: relative;
}

.Gift__Case p {
    position: absolute;
    bottom: 2%;
    line-height: 2.0;
}

.Gift__Case a {
    margin-top: 20px;
    display: block;
    width: 9em;
    text-align: center;
    color: #ccc;
    background-color: #000;
    font-size: 12px;
    letter-spacing: 0em;
    border: 1px solid #000;
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.Gift__Case a:hover {
    color: #000;
    background-color: #fff;
}

.Gift__Nouki {
    display: block;
    margin: auto;
    margin-top: 120px;
    width: 700px;
    color: #000;
    /*font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;*/
    font-size: 24px;
    font-weight: bold;
    line-height: 2.8;
    border: 1px solid #000;
}


@media screen and (max-width: 640px) {
    .Gift {
        margin-top: 0px;
        padding-top: 10px;
        padding-bottom: 50px;
        width: 100vw;
    }


    .Gift__Title {
        margin: 30px 0 0 0;
        font-size: 16px;
        line-height: 1.6;
    }

    .Gift__Title__Sub {
        font-size: 11px;
    }

    .Gift__Comment {
        width: 96%;
        margin-top: 20px;
        padding: 0 2%;
        padding-bottom: 30px;
        font-size: 11px;
        line-height: 1.6;
    }

    .Gift__Case {
        width: 100vw;
        height: 82vw;
        margin: 0 auto;
        padding: 0 0 0 5%;
        background-position: top;
    }

    .Gift__Case p {
        bottom: 2%;
        line-height: 1.8;
    }

    .Gift__Case a {
        margin-top: 16px;
        width: 9em;
        font-size: 9px;
        letter-spacing: 0em;
    }

    .Gift__Nouki {
        margin: auto;
        margin-top: 50px;
        width: 75%;
        font-size: 13px;
        font-weight: normal;
        line-height: 2.3;
    }
}


/*footer
----------------------------------------------------------*/

.Footer {
    display: none;
    width: 100vw;
    background: #000;
    color: #ddd;
    padding: 3px;
    text-align: center;
    font-size: 10px;
    margin-top: 0px;
}

@media screen and (max-width: 640px) {
    .Footer {
        display: none;
    }
}