@charset "utf-8";

/* CSS Document */


/* ------------------------------------------
  reset
--------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
main,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

abbr {
    text-decoration: none;
}

mark {
    background: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

img {
    vertical-align: top;
}

hr {
    height: 0;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-size: 16px;
    line-height: 1.75;
    font-family: 'Noto Sans JP', sans-serif;
    color: #212121;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-all;
    letter-spacing: 1px;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

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

/*a:not(.btn):hover {
    opacity: 0.75;
    transition: all 0.1s 0s ease;
}*/

button:focus {
    outline: none;
}


/*a[href^="tel"] {
    color: #fff;
    pointer-events: none;
}*/

.select:focus,
input:focus {
    outline: none;
}

.pc-hide {
    display: none !important;
}

.sp-hide {
    display: block !important;
}

.strong {
    font-weight: 700;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left !important;
}


/* ------------------------------------------
  common
--------------------------------------------- */

/*footer*/

.footer {
    margin: 0 auto;
    padding: 20px 0;
    background: #fff;
    font-size: 12px;
    text-align: center;
}


/*block*/

.block {
    width: 100%;
    padding: 80px 0 100px;
    position: relative;
}


/* ------------------------------------------
  mv
--------------------------------------------- */

.mv {
    width: 100%;
    height: calc(100vh - 125px);
    background: url(../images/mv.webp) no-repeat center center;
    background-size: cover !important;
    display: flex;
    align-items: flex-end;
}

@media screen and (min-width: 1367px) {
    .mv {
        background: url(../images/mv-xl.webp) no-repeat center center;
    }
}

.mv-title {
    width: 80vw;
    max-width: 1110px;
    padding: 0 0 40px 40px;
}

/* ------------------------------------------
  campaign
--------------------------------------------- */
.campaign {
    width: 100%;
    padding: 40px 30px 60px;
    text-align: center;
    background: url(../images/osusume-bg.webp) repeat;
    color: #fff;
}

.campaign-title {
    padding-bottom: 20px;
}


/* ------------------------------------------
  story
--------------------------------------------- */
.story {
    display: flex;
}

.story:nth-child(odd) {
    background: url(../images/sec-bg01.webp) repeat;
}

.story:nth-child(even) {
    background: url(../images/sec-bg02.webp) repeat;
    flex-direction: row-reverse;
}

.story-img {
    width: 50%;
}

.story-img img {
    width: 100%;
}

.story-text {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5.5vw 5.5vw 9.5vw;
}

.story-title {
    font-family: "Noto Serif JP", serif;
    padding-bottom: 40px;
    font-weight: 500;
    font-size: 130%;
    letter-spacing: 4px;
}

.story p {
    line-height: 1.75;
    letter-spacing: 3px;
}


/* ------------------------------------------
  purchase 
--------------------------------------------- */
.purchase {
    width: 100%;
    padding: 50px 0 60px;
    background: url(../images/sec-bg02.webp) repeat;
    background-size: cover;
}

.purchase-title {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    padding-bottom: 40px;
    padding-bottom: 60px;
    font-weight: 500;
    font-size: 130%;
    letter-spacing: 4px;
}

.purchase-list {
    width: 1110px;
    margin: 0 auto;
}

.slick-slide {
    width: 255px;
}

.purchase-items-box {
    display: block;
    margin: 0 15px;
}

.purchase-text {}

.item-name {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 11px;
}

.purchase-image {
    margin-bottom: 10px;
}

.purchase-text p {
    padding-bottom: 10px;
}

.purchase-slider-prev,
.purchase-slider-next {
    position: absolute;
    top: 50%;

}

.purchase-slider-prev {
    left: -30px;
}

.purchase-slider-next {
    right: -30px;
}

.purchase .item-price span span {
    border: 1px solid;
    display: inline-block;
    line-height: 1;
    font-size: 10px;
    height: 100%;
    padding: 2px;
    margin: 3px 4px 0 0;
}

.purchase .item-price span {
    display: flex;
    align-items: center;
    line-height: 1;
}

.purchase .item-price {
    display: flex;
    align-items: center;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
    0% {
        -webkit-transform: translate(0, -15px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, 15px);
        opacity: 0;
    }
}

@-moz-keyframes ca3_fade_move_down {
    0% {
        -moz-transform: translate(0, -15px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translate(0, 15px);
        opacity: 0;
    }
}

@keyframes ca3_fade_move_down {
    0% {
        transform: translate(0, -15px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translate(0, 15px);
        opacity: 0;
    }
}


/* ------------------------------------------
  loading
--------------------------------------------- */

#lead-fadeIn {
    opacity: 0;
    transform: translate(0, 30px);
    transition: all 1000ms;
}

r #lead-fadeIn.lead-fadeIn-active {
    opacity: 1;
    transform: translateY(0);
}

#loading {
}

#kv-lead {
    opacity: 0;
    -webkit-transition: all 2s;
    transition: all 2s;
    transform: translateY(15px);
}

#kv-lead.kv-lead-loaded {
    opacity: 1;
    transform: translateY(0);
}

/*fadein*/
.fadein {
    opacity: 0;
    transform: translate(0, 50px);
    transition: all 1500ms;
}

.fadein-active {
    opacity: 1;
    transform: translate(0, 0);
}

/* ========================================================
   for SP
===========================================================*/

@media screen and (max-width: 768px) {

    /*common*/
    html {
        overflow-x: hidden;
    }

    body {
        font-size: 12px;
        min-width: 0;
    }

    a:hover,
    a:not(.btn):hover {
        opacity: 1;
    }

    .btn-wrap {
        padding-top: 30px;
    }

    .btn {
        width: 260px;
        height: 50px;
        font-size: 14px;
    }

    .btn:after {
        top: 48%;
        right: 20px;
        width: 8px;
        height: 8px;
    }

    .pc-hide {
        display: block !important;
    }

    .sp-hide {
        display: none !important;
    }

    .block {
        padding: 30px 20px 50px;
    }

    .inner {
        width: 100%;
    }

    /*header*/
    .header .logo {
        padding-top: 3px;
    }

    .header a:hover {
        opacity: 1;
    }

    .header .header-inner {
        padding: 0 20px;
    }

    .footer {
        width: 100%;
        padding: 20px;
        font-size: 10px;
    }

    /* ------------------------------------------
      mv
    --------------------------------------------- */
    .mv-sp {
        position: relative;
        padding-top: 126.5%;
    }

    .mv-sp > img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .mv-inner {
        position: absolute;
        padding: 0 4vw;
        text-align: center;
        bottom: 7vw;
    }

    .mv-inner img {
        width: 70vw;
        height: auto;
    }


    /* ------------------------------------------
      story
    --------------------------------------------- */
    .story {
        display: block;
        padding: 7.3vw 7.3vw 12vw;
    }

    .story-img {
        width: 100%;
    }

    .story-text {
        width: 100%;
        padding: 8vw 0 0;
    }

    .story-title {
        padding-bottom: 4vw;
        letter-spacing: 1px;
    }

    .story p {
        letter-spacing: 1px;
    }

    .story-title small {
        font-size: 4.8vw;
    }

    .story-title span {
        font-size: 4.8vw;
    }


    /* ------------------------------------------
      purchase
    --------------------------------------------- */
    .purchase {
        padding: 6.7vw 7.3vw 10vw;
    }

    .purchase-title {
        padding-bottom: 20px;
    }

    .purchase-title img {
        width: 30vw;
        height: auto;
    }

    .purchase-title span {
        font-size: 4.2vw;
        line-height: 1.5;
        padding-top: 3.2vw;
    }

    .purchase-list {
        width: 100%;
        margin: 0 auto;
    }

    .purchase-items-box {
        margin: 0 2vw;
    }

    .purchase-list img {}

    .purchase-text {
        width: 100%;
    }

    .purchase-image {
        margin-bottom: 10px;
    }

    .item-name {
        font-size: 14px;
    }

    .item-price {
        font-size: 12px;
        font-weight: 700;
    }

    .item-price small {
        font-size: 10px;
    }

    .purchase-slider-prev,
    .purchase-slider-next {
        width: 20px;
    }

    .purchase-slider-prev {
        left: -20px;
    }

    .purchase-slider-next {
        right: -20px;
    }

    .purchase .item-price span span {
        padding: 1px;
        margin: 1px 4px 0 0;
    }


    /* ------------------------------------------
      campaign
    --------------------------------------------- */
    .campaign {
        padding: 6vw 6vw 8vw;
        text-align: center;
        background: url(../images/osusume-bg.webp) repeat;
        color: #fff;
    }

    .campaign-title {
        padding-bottom: 3vw;
        letter-spacing: 1px;
    }

    .campaign img {
        width: 100%;
        height: auto;
    }


}
