@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    /* All browsers without overlaying scrollbars */
    -webkit-text-size-adjust: 100%;
    /* iOS 8+ */
}

*,
::before,
::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
    display: none;
    height: 0;
}

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

summary {
    display: list-item;
    /* Add the correct display in all browsers */
}

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
    display: none;
    /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: 1px dotted;
    /* Add a bordered underline effect in all browsers */
    text-decoration: none;
    /* Remove text decoration in Firefox 40+ */
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
    -webkit-text-decoration-skip: objects;
    /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

b,
strong {
    font-weight: bolder;
    /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
    font-style: italic;
    /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
    background-color: #ff0;
    color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
    border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default;
}

[type="number"] {
    width: auto;
    /* Firefox 36+ */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Safari 8 */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule. */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: 0;
    padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit;
}

/* Style select like a standard input */
select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS and Safari */
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
    vertical-align: baseline;
}

svg:not(:root) {
    overflow: hidden;
    /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
    display: inline-block;
    /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */

::selection {
    background-color: #b3d4fc;
    /* Required when declaring ::selection */
    color: #000;
    text-shadow: none;
}

.pc {
    display: none;
}

html {
    width: 100%;
    font-size: 62.5%;
    line-height: 1;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
    width: 100%;
    font-size: 1.6rem;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

.header {
    background: url('../img/bg_mv_sp.png') no-repeat center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.header .heading {
    position: absolute;
    top: 2%;
    left: 2%;
    width: 30%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.header .heading:hover {
    opacity: 0.7;
}

.header .heading .img {
    width: 100%;
    display: block;
}

.header .catch {
    position: absolute;
    width: 20%;
    top: 10%;
    right: 10%;
}

.header .catch .img {
    display: block;
    width: 100%;
}

.header .mv_ss {
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
}

.header .mv_ss .img {
    display: block;
    width: 100%;
}

.header .caption {
    position: absolute;
    bottom: 3%;
    left: 45%;
    width: 40%;
}

.header .caption .img {
    display: block;
    width: 100%;
}

.header .nav {
    position: absolute;
    bottom: 5%;
    left: 10%;
}

.header .nav .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .nav .list {
    width: 24px;
}

.header .nav .list:not(:last-child) {
    margin-right: 20px;
}

.header .nav .img {
    display: block;
    width: 100%;
}

.float {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000;
    width: 20%;
}

.float img {
    width: 100%;
}

.parallax {
    height: 130px;
    overflow: hidden;
    position: relative;
}

.parallax .img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.about {
    background: url('../img/bg_about_sp.png') no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    height: 100vh;
    font-family: "Sawarabi Gothic";
    position: relative;
}

.about .heading {
    letter-spacing: .1em;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.77);
}

.about .txt {
    line-height: 2.1;
    text-align: center;
    font-size: 1.4rem;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.77);
}

.about .note {
    position: absolute;
    bottom: 2%;
    left: 2%;
    font-size: 1rem;
}

.tenchijin {
    position: relative;
    height: 100vh;
}

.tenchijin:after {
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.tenchijin .heading {
    position: absolute;
    z-index: 10;
    width: 60%;
    bottom: 2%;
    right: 5%;
}

.tenchijin .heading .img {
    width: 100%;
}

.tenchijin .box {
    height: calc(100vh / 3);
}

.tenchijin .box.ten {
    background: url('../img/bg_ten_sp.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.tenchijin .box.ten .head {
    position: absolute;
    top: 5%;
    left: 10%;
    z-index: 10;
    width: 40%;
}

.tenchijin .box.ten .head .img {
    display: block;
    width: 100%;
}

.tenchijin .box.ten .txt {
    position: absolute;
    bottom: 40%;
    right: 10%;
    z-index: 10;
    width: 40%;
}

.tenchijin .box.chi {
    background: url('../img/bg_chi_sp.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.tenchijin .box.chi .head {
    position: absolute;
    top: -10%;
    left: 50%;
    z-index: 10;
    width: 40%;
}

.tenchijin .box.chi .head .img {
    display: block;
    width: 100%;
}

.tenchijin .box.chi .txt {
    position: absolute;
    bottom: 30%;
    left: 35%;
    z-index: 10;
    width: 30%;
}

.tenchijin .box.jin {
    background: url('../img/bg_jin_sp.png') no-repeat center bottom;
    background-size: cover;
    position: relative;
}

.tenchijin .box.jin .head {
    position: absolute;
    top: -5%;
    left: 20%;
    z-index: 10;
    width: 40%;
}

.tenchijin .box.jin .head .img {
    display: block;
    width: 100%;
}

.tenchijin .box.jin .txt {
    position: absolute;
    top: 5%;
    right: 10%;
    z-index: 10;
    width: 45%;
}

.about_after-sp {
    background: url('../img/bg_about_after_sp.png') no-repeat center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    height: 100vh;
    font-family: "Sawarabi Gothic";
    position: relative;
}

.about_after {
    display: none;
}

.about_after .heading {
    letter-spacing: .1em;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.77);
}

.about_after .txt {
    line-height: 2.1;
    text-align: center;
    font-size: 1.4rem;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.77);
}

.about_after .note {
    position: absolute;
    bottom: 2%;
    left: 2%;
    font-size: 1rem;
}

.intro {
    background: url('../img/bg_intro_sp.png') no-repeat center bottom;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    height: 100vh;
    font-family: "Sawarabi Gothic";
}

.intro .heading {
    letter-spacing: .1em;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.77);
}

.intro .txt {
    line-height: 2.1;
    text-align: center;
    font-size: 1.4rem;
    text-shadow: 2px 4px 8px rgba(0, 0, 0, 0.77);
}

.flow {
    height: 125vh;
    background: url('../img/bg_flow.png') no-repeat center bottom, black;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flow .img_wrap {
    width: 85%;
}

.flow .img_wrap .img {
    width: 100%;
}

.ninety_nine {
    height: 100vh;
    position: relative;
    background: url('../img/bg_99_sp.png') no-repeat center;
    background-size: cover;
}

.ninety_nine .catch {
    position: absolute;
    width: 25%;
    top: 10%;
    right: 35%;
}

.ninety_nine .catch .img {
    display: block;
    width: 100%;
}

.ninety_nine .mv_ss {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 35%;
}

.ninety_nine .mv_ss .img {
    display: block;
    width: 100%;
}

.shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 0;
}

.shop .heading {
    margin: 0 auto 20px;
    width: 90%;
}

.shop .heading .img {
    width: 100%;
}

.shop .item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2% 8%;
}

.shop .item_box {
    width: 47%;
}

.shop .item_box .raw {
    color: red;
    font-weight: bold;
}

.shop .item_box:first-child {
    margin-bottom: 15px;
}

.shop .item {
    height: 100px;
    margin-bottom: 10px;
}

.shop .item .img {
    display: block;
    margin: 0 auto;
    height: 100%;
}

.shop .txt {
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
    font-size: 1.1rem;
    white-space: nowrap;
}

.shop .txt .mini {
    font-size: 1rem;
}

.shop .link {
    display: block;
    margin: 0 auto;
    width: 75%;
}

.shop .link.ama {
    margin-bottom: 5px;
}

.shop .link .img {
    display: block;
    width: 100%;
}

.shop .note {
    width: 50%;
    margin: 0 auto;
}

.shop .note .img {
    display: block;
    width: 100%;
}

.shop .num {
    font-size: 1.3rem;
    font-weight: bold;
}

.fb {
    background: url('../img/bg_facebook_sp.png') no-repeat center;
    background-size: cover;
    height: 55vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fb .txt {
    width: 60%;
    margin-bottom: 40px;
}

.fb .txt .img {
    width: 100%;
    display: block;
}

.fb .pos {
    width: 80% !important;
    margin: 0 auto;
}

.fb .pos .fb-page {
    display: block !important;
    width: 100% !important;
}

.fb iframe {
    position: relative;
    z-index: 1000;
    border: 1px solid #666 !important;
}

.footer {
    position: relative;
}

.footer .head {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 20%;
}

.footer .head .logo {
    width: 100%;
    display: block;
}

.footer .img {
    display: block;
    width: 100%;
}

.footer .img.pc {
    height: 0;
}

.footer .copy {
    background: black;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    height: 30px;
}

@media screen {
    [hidden~="screen"] {
        display: inherit;
    }

    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}

@media only screen and (min-width: 769px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

    body {
        min-width: 1000px;
    }

    .header {
        background: url('../img/bg_mv.png') no-repeat center;
        background-size: cover;
    }

    .header .heading {
        width: auto;
        top: 30px;
        left: 47px;
    }

    .header .catch {
        width: 15%;
        top: 15%;
        right: 13%;
        max-width: 180px;
    }

    .header .mv_ss {
        width: 15%;
		min-width: 230px;
		top: 52%;
		left: 54%;
    }

    .header .caption {
        width: 25%;
        bottom: 15%;
        left: 28%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        max-width: 600px;
    }

    .header .nav {
        bottom: 20%;
        left: 3%;
    }

    .header .nav .list {
        width: 50px;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .header .nav .list:hover {
        opacity: 0.7;
    }

    .parallax {
        height: 400px;
    }

    .about {
        background: url('../img/bg_about.png') no-repeat center;
        background-size: cover;
        height: 420px;
    }

    .about .heading {
        line-height: 1.5;
        font-size: 3.6rem;
        margin-bottom: 50px;
    }

    .about .txt {
        font-size: 2.4rem;
    }

    .about .note {
        font-size: 1.2rem;
    }

    .tenchijin .heading {
        width: 50%;
        top: 50px;
        bottom: auto;
        right: 5%;
    }

    .tenchijin .box_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .tenchijin .box {
        height: 100vh;
        width: calc(100% / 3);
    }

    .tenchijin .box.ten {
        background: url('../img/bg_ten.png') no-repeat center;
        background-size: cover;
    }

    .tenchijin .box.ten .head {
        top: 10%;
        left: 50%;
        width: 70%;
    }

    .tenchijin .box.ten .txt {
        bottom: 5%;
        right: 5%;
        width: 50%;
    }

    .tenchijin .box.chi {
        background: url('../img/bg_chi.png') no-repeat center;
        background-size: cover;
    }

    .tenchijin .box.chi .head {
        top: 25%;
        left: 40%;
        width: 70%;
    }

    .tenchijin .box.chi .txt {
        bottom: 5%;
        left: 30%;
        width: 35%;
    }

    .tenchijin .box.jin {
        background: url('../img/bg_jin.png') no-repeat center;
    }

    .tenchijin .box.jin .head {
        top: 15%;
        left: 15%;
        width: 70%;
    }

    .tenchijin .box.jin .txt {
        top: auto;
        bottom: 5%;
        right: 15%;
        width: 55%;
    }

    .about_after-sp {
        display: none;
    }

    .about_after {
        background: url('../img/bg_about_after.png') no-repeat center;
        height: 634px;
        color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

    .about_after .heading {
        line-height: 1;
        font-size: 3.6rem;
        margin-bottom: 83px;
    }

    .about_after .txt {
        font-size: 2.4rem;
    }

    .about_after .note {
        font-size: 1.2rem;
    }

    .intro {
        background: url('../img/bg_intro.png') no-repeat center;
        background-size: cover;
        height: 634px;
    }

    .intro .heading {
        line-height: 1;
        font-size: 3.6rem;
        margin-bottom: 83px;
    }

    .intro .txt {
        font-size: 2.4rem;
    }

    .flow {
        height: 1400px;
        padding: 80px 0;
    }

    .flow .img_wrap {
        width: 60%;
        min-width: 960px;
    }

    .ninety_nine {
        background: url('../img/bg_99.png') no-repeat center;
        background-size: cover;
        height: 90vh;
    }

    .ninety_nine .catch {
        width: 15%;
        top: 130px;
        right: 20%;
    }

    .ninety_nine .mv_ss {
        width: 15%;
        max-width: 220px;
        top: 50%;
    }

    .shop {
        padding: 80px 0;
    }

    .shop .heading {
        margin: 0 auto 40px;
        width: 75%;
    }

    .shop .item_wrap {
        margin: 0 auto 40px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .shop .item_box {
        width: 22%;
        margin: 0 30px;
    }

    .shop .item_box:first-child {
        margin-bottom: 0;
    }

    .shop .item {
        height: 300px;
    }

    .shop .txt {
        margin-bottom: 15px;
        font-size: 1.7rem;
    }

    .shop .txt .mini {
        font-size: 1.3rem;
    }

    .shop .link {
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .shop .link:hover {
        opacity: 0.6;
    }

    .shop .link.ama {
        margin-bottom: 10px;
    }

    .shop .note {
        width: 80%;
        width: 400px;
    }

    .shop .num {
        font-size: 2.1rem;
    }

    .fb {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        background: url('../img/bg_facebook.png') no-repeat top center;
        background-size: cover;
        height: 450px;
    }

    .fb .txt {
        width: 25%;
        margin-right: 90px;
        margin-bottom: 0;
    }

    .fb .pos {
        margin: 0;
        width: auto !important;
    }

    .footer .head {
        top: 50px;
        width: 10%;
    }

    .footer .img.sp {
        height: 0;
    }

    .footer .img.pc {
        height: auto;
    }

    .footer .copy {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        font-size: 1.2rem;
        height: 60px;
        padding-right: 2%;
    }

    .float {
        width: auto;
    }

    .float img {
        width: auto;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .header .mv_ss {
        width: 25%;
    }

    .header .caption {
        width: 25%;
        bottom: 5%;
        left: 45%;
    }

    .header .nav .list {
        width: 30px;
    }

    .parallax {
        height: 250px;
    }

    .about {
        height: 80vh;
    }

    .about .heading {
        line-height: 1.8;
        font-size: 3rem;
        margin-bottom: 80px;
    }

    .about .txt {
        font-size: 2rem;
    }

    .about .inner {
        text-align: center;
    }

    .about img {
        width: 80%;
    }

    .about_after .heading {
        line-height: 1.8;
        font-size: 3rem;
        margin-bottom: 83px;
    }

    .about_after .txt {
        font-size: 2rem;
    }

    .about_after-sp {
        height: 80vh;
    }

    .about_after-sp img {
        width: 80%;
    }

    .intro {
        height: 100vh;
        text-align: center;
    }

    .intro img {
        width: 80%;
    }

    .intro .heading {
        line-height: 1.8;
        font-size: 3rem;
        margin-bottom: 83px;
    }

    .intro .txt {
        font-size: 2rem;
    }

    .flow {
        height: 150vh;
    }

    .flow .img_wrap {
        width: 70%;
    }

    .ninety_nine .catch {
        width: 25%;
        top: 5%;
        right: 35%;
    }

    .ninety_nine .mv_ss {
        width: 25%;
        top: 70%;
    }

    .shop .heading {
        margin: 0 auto 20px;
        width: 60%;
    }

    .shop .item {
        height: 180px;
    }

    .shop .txt {
        font-size: 2rem;
    }

    .shop .txt .mini {
        font-size: 1.5rem;
    }

    .shop .num {
        font-size: 2.1rem;
    }

    .fb .txt {
        width: 60%;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .fb iframe {
        width: 90% !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1600px) {
	.header .caption {
		bottom: 45%;
	}
	.header .nav {
    	left: 16%;
    	bottom: 10%;
	}
}

.attention{
    margin: 20px;
    line-height: 1.6;
    text-align: center;
}
@media only screen and (max-width: 450px) {
    .attention{
    text-align: left;
}
}
.txt_shop{
    margin: auto;   
    width: 400px;
    text-align: center;
    font-size: 14px;
}
@media only screen and (max-width: 450px) {
    .txt_shop{
    margin: 20px; 
    width: calc(100% - 40px);
}
}
.txt_shop span{
    border: 2px solid #000;
    display: block;
    padding: 6px 0;
    font-size: 20px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 4px;
}
@media only screen and (max-width: 450px) {
    .txt_shop span{
    font-size: 16px;
}
}