@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";
    min-width: 1366px;
}

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
--------------------------------------------- */
/*header*/

.header {
    background: #fff;
}

.header-inner {
    max-width: 1000px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.header .logo {
    display: flex;
    align-items: center;
}

.header a {
    -webkit-transition: opacity .4s 0s ease;
    transition: opacity .4s 0s ease;
}

.header a:hover {
    opacity: 0.5;
}


/*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;
}

.footer-nav {
    display: none !important;
}


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

.mv {
    width: 100%;
    height: 600px;
    background: url(../images/mv.webp) no-repeat;
    background-position: center;
}

.mv-inner {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 40px;
}

.mv-title {
    padding-top: 4vw;
    width: 430px;
    text-align: center;
}


/* ------------------------------------------
  introduction
--------------------------------------------- */
.introduction-block {
    padding: 85px 0;
    position: relative;
    overflow: hidden;
}

.introduction-inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.introduction-title {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
}

.introduction-text {
    width: 620px;
}

.introduction-text p + p {
    padding-top: 20px;
}

/* ------------------------------------------
  kodawari
--------------------------------------------- */
.kodawari-title {
    width: 100%;
    height: 360px;
    background: url(../images/para.webp) no-repeat center;
    /* background-size: cover; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
}

.kodawari-title-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.85);
    padding: 50px 60px 90px;
    font-family: 'Noto Serif JP', serif;
    line-height: 2.25;
    letter-spacing: 2px;
    position: relative;
}

.kodawari-title-scroll {
    cursor: pointer;
    height: 29px;
    width: 35px;
    margin: 0px 0 0 -24px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    z-index: 2;
    text-decoration: none;
    -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
    -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}

.kodawari-title h2 {
    color: #fff;
    text-align: center;
    line-height: 1;
    border: 2px solid;
    padding: 15px 30px;
}

.kodawari-title h2 small {
    display: block;
    font-size: 18px;
    letter-spacing: 5px;
    font-weight: 500;
    padding-bottom: 10px;
}

.kodawari-title h2 span {
    display: block;
    font-size: 32px;
    letter-spacing: 6px;
    font-weight: 500;
}

/*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;
    }
}

.kodawari-list {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0 30px;
}

.kodawari-list-item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

.kodawari-list-text {
    width: 575px;
}

.kodawari-list-title {
    border-bottom: 2px solid;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.kodawari-list-title small {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

.kodawari-list-title span {
    display: block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 4px;
}

/* ------------------------------------------
  gallery
--------------------------------------------- */
.gallery-block {
    padding-bottom: 30px;
}

.gallery-top {
    background: #f3ede1;
    position: relative;
    padding: 60px 0 170px;
}

.gallery-title {
    position: absolute;
    left: 50%;
    margin-left: -152px;
    top: -25px;
}

.gallery-lead {
    text-align: center;
    padding-bottom: 50px;
}

.gallery-slide {
    width: 1000px;
    margin: 0 auto;
}

.gallery-bottom {
    background: #fff;
}

.gallery-bottom-inner {
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gallery-bottom-text {
    padding: 70px;
    width: 625px;
}

/* ------------------------------------------
  purchase
--------------------------------------------- */
.purchase-block {
    padding: 40px 0 80px;
    border-top: 1px solid #ccc;
}

.purchase-title {
    text-align: center;
    padding-bottom: 40px;
}

.purchase-title small {
    display: block;
}

.purchase-title span {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 5px;
}

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

.purchase-text {
    width: 270px;
    margin: 0 auto;
}

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

.purchase-image img {
    margin: 0 auto;
}

.item-name {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 2px;
}

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

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


/* ------------------------------------------
  loading
--------------------------------------------- */
#loading-bg {
    width: 100vw;
    height: 100vh;
    transition: all 1s;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.loaded {
    opacity: 0;
    visibility: hidden;
}

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

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

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    text-align: center;
}

#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);
}

/*introduction*/
.introduction-title.fadein-active {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

.introduction-lead.fadein-active {
    -moz-transition-delay: 400ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}

.introduction-img.fadein-active {
    -moz-transition-delay: 600ms;
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
}

.introduction-title.fadein-active {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
}

/*kodawari*/
.kodawari-list-item div:last-child.fadein-active {
    -moz-transition-delay: 200ms;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
}



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

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

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

    body {
        font-size: 3.8vw;
        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 {
        height: auto;
        position: relative;
        overflow: hidden;
        background: #fff;
    }

    .mv-img {
    }

    .mv-img img {
        width: 100%;
        height: auto;
    }

    .mv-inner {
        width: 100%;
        height: auto;
        height: auto;
        position: absolute;
        left: 4vw;
        bottom: 4vw;
        display: block;
        padding-bottom: 0;
        
    }

    .mv-title {
        width: 65vw;
    }

    .mv-title img {
        width: 100%;
        height: auto;
    }

    .mv-inner p {
        font-size: 11px;
    }

    .mv-inner p span {
        background: none;
    }


    /* ------------------------------------------
      introduction
    --------------------------------------------- */
    .introduction-block {
        padding: 7vw 7vw 10vw;
        position: relative;
        background: #fff;
    }
    
    .introduction-img img{
        width: 100%;
        height: auto;
    }

    .introduction-inner {
        width: 100%;
        margin: 0;
    }

    .introduction-text {
        width: 100%;
    }
    
    .introduction-text p + p {
      padding-top: 5vw;
    }

    .introduction-title {
        font-size: 5.5vw;
        font-weight: 700;
        letter-spacing: 2px;
        padding-bottom: 4vw;
    }

    .introduction-lead {
        padding: 0;
        font-size: 11px;
    }

    /* ------------------------------------------
      kodawari
    --------------------------------------------- */
    .kodawari-title {
        width: 100%;
        height: 40vw;
        background: none;
    }
    
    .kodawari-title img {
        position: fixed;
        top: 0;
        left: 0;
        z-index:-1;
        width: 100%;
        height: auto;
    }

    .kodawari-title-inner {
        padding: 7vw;
        line-height: 2.25;
        letter-spacing: 1px;
        font-size: 11px;
    }

    .kodawari-title-scroll {
        bottom: 30px;
    }

    .kodawari-title-scroll img {
        width: 22px;
    }

    .kodawari-title h2 {
        border: 2px solid;
        padding: 3vw 7vw;
    }

    .kodawari-title h2 small {
        font-size: 3.6vw;
        letter-spacing: 3px;
        padding-bottom: 2vw;
    }

    .kodawari-title h2 span {
        font-size: 5vw;
        letter-spacing: 4px;
    }


    .kodawari-list {
        width: 100%;
        margin: 0 auto;
        padding: 7vw;
        background: #fff;
    }

    .kodawari-list-item {
        flex-wrap: wrap;
        padding-bottom: 10vw;
    }

    .kodawari-list-text {
        width: 100%;
        order: 2;
    }

    .kodawari-list-title {
        border-bottom: 1px solid;
        padding-bottom: 5vw;
        margin-bottom: 6vw;
    }

    .kodawari-list-title small {
        font-size: 4.5vw;
    }

    .kodawari-list-title span {
        font-size: 5vw;
        letter-spacing: 3px;
    }

    .kodawari-list-img {
        order: 1;
        margin-bottom: 6vw;
    }

    .kodawari-list-img img {
        width: 100%;
        height: auto;
    }

    /* ------------------------------------------
      gallery
    --------------------------------------------- */
    .gallery-block {
        padding-bottom: 30px;
        background: #fff;
    }

    .gallery-title {
        margin-left: -110px;
        top: -15px;
    }

    .gallery-title img {
        width: 220px;
        height: auto;
    }

    .gallery-lead {
        padding-bottom: 20px;
    }

    .gallery-top {
        padding: 40px 25px 60px;
    }

    .gallery-slide {
        width: 100%;
        margin: 0 auto;
    }

    .gallery-slide img {
        width: 100%;
        height: auto;
    }

    .gallery-bottom {
        padding: 0 25px;
    }

    .gallery-bottom-inner {
        width: 100%;
        top: -40px;
        display: flex;
        flex-wrap: wrap;
    }

    .gallery-bottom-image {
        order: 2;
    }

    .gallery-bottom-image img {
        width: 100%;
        height: auto;
    }

    .gallery-bottom-text {
        width: 100%;
        padding: 25px;
        order: 1;
    }

    /* ------------------------------------------
      purchase
    --------------------------------------------- */
    .purchase-block {
        padding: 5vw 10vw;
        background: #fff;
    }

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

    .purchase-title img {
        width: 120px;
        height: auto;
    }

    .purchase-title span {
        font-size: 22px;
    }

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

    .purchase-list img {
        width: 100%;
        height: auto;
    }

    .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;
    }
}
