@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* { -webkit-box-sizing: border-box; box-sizing: border-box; }

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

body { line-height: 1; }

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

nav ul { list-style: none; }

blockquote, q { quotes: none; }

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

a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }

/* change colours to suit your needs */
ins { background-color: #ff9; color: #000; text-decoration: none; }

/* change colours to suit your needs */
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

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

/* change border colour to suit your needs */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }

body { position: relative; }

li { list-style: none; }

a { text-decoration: none; }

br { display: inherit; line-height: 0; height: 0; }

img { width: 100%; }

.spOnly { display: none; }

@media screen and (max-width: 599px) { .pcOnly { display: none; }
  .spOnly { display: block; } }

/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; border: none; outline: none; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }

[dir="rtl"] .slick-prev { left: auto; right: -25px; }

.slick-prev:before { content: "←"; }

[dir="rtl"] .slick-prev:before { content: "→"; }

.slick-next { right: -25px; }

[dir="rtl"] .slick-next { left: -25px; right: auto; }

.slick-next:before { content: "→"; }

[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -25px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0px; font-size: 0px; color: transparent; padding: 5px; cursor: pointer; }

.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

.header { padding: 0 5%; }

@media screen and (max-width: 599px) { .header { padding: 0 4%; position: relative; } }

.header__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 40px 0; }

@media screen and (max-width: 599px) { .header__inner { padding: 20px 0; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } }

.header__inner > div:nth-of-type(1) { width: 100%; max-width: 160px; }

@media screen and (max-width: 1024px) { .header__inner > div:nth-of-type(1) { max-width: 140px; } }

@media screen and (max-width: 599px) { .header__inner > div:nth-of-type(1) { max-width: 100px; position: absolute; top: 20px; left: 4%; } }

.header__inner > div:nth-of-type(2) { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-pack: right; -ms-flex-pack: right; justify-content: right; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 599px) { .header__inner > div:nth-of-type(2) { -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.header__inner > div:nth-of-type(2) p { font-size: 12px; font-size: 0.75rem; margin-right: 20px; color: #f2f2f2; }

@media screen and (max-width: 800px) { .header__inner > div:nth-of-type(2) p { font-size: 11px; font-size: 0.6875rem; } }

@media screen and (max-width: 599px) { .header__inner > div:nth-of-type(2) p { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; margin-right: 0; width: 100%; text-align: right; font-size: 10px; font-size: 0.625rem; margin-top: 10px; } }

.header__inner > div:nth-of-type(2) img { max-width: 80px; }

@media screen and (max-width: 1024px) { .header__inner > div:nth-of-type(2) img { max-width: 70px; } }

@media screen and (max-width: 599px) { .header__inner > div:nth-of-type(2) img { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; max-width: 60px; } }

.footer { margin-top: 80px; padding: 0 4%; text-align: center; font-size: 12px; font-size: 0.75rem; line-height: 2.5; color: #f2f2f2; }

.footer::before { display: block; width: 0; height: 0; margin-top: calc((1 - 2.5) * 0.5em); content: ""; }

.footer::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 2.5) * 0.5em); content: ""; }

.footer__inner { padding-bottom: 60px; margin-top: 60px; }

.footer__inner.pc { display: block; }

.footer__inner.sp { display: none; }

@media screen and (max-width: 599px) { .footer { margin-top: 60px; padding: 0 4%; font-size: 10px; font-size: 0.625rem; }
  .footer__inner { padding-bottom: 40px; -webkit-transition: 0.3s all; transition: 0.3s all; }
  .footer__inner.space { padding-bottom: 100px; }
  .footer__inner.pc { display: none; }
  .footer__inner.sp { display: block; } }

::-moz-selection { background-color: #736035; }

::selection { background-color: #736035; }

body { background-color: #000; font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; overflow-x: hidden; word-wrap: break-word; overflow-wrap: break-word; -webkit-text-size-adjust: 100%; }

.bgArea { background-image: url(../images/bg.jpg); background-size: 1920px; background-color: rgba(0, 0, 0, 0.85); background-blend-mode: darken; background-position: top -300px left -450px; }

@media screen and (max-width: 599px) { .bgArea { background-image: none; } }

.bgArea__inner { background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), to(#000)); background: linear-gradient(transparent 0%, transparent 80%, #000 100%); }

@media screen and (max-width: 599px) { .bgArea__inner { background: none; } }

h1 { color: #f2f2f2; font-size: 22px; font-size: 1.375rem; line-height: 2; -webkit-animation: clip 3.5s; animation: clip 3.5s; -webkit-transition: all 1.5s ease; transition: all 1.5s ease; }

h1::before { display: block; width: 0; height: 0; margin-top: calc((1 - 2) * 0.5em); content: ""; }

h1::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 2) * 0.5em); content: ""; }

@media screen and (max-width: 1024px) { h1 { font-size: 20px; font-size: 1.25rem; } }

@media screen and (max-width: 959px) { h1 { font-size: 18px; font-size: 1.125rem; } }

@media screen and (max-width: 599px) { h1 { text-align: center; } }

@media screen and (max-width: 599px) { h1 { font-size: 18px; font-size: 1.125rem; line-height: 1.8; }
  h1::before { display: block; width: 0; height: 0; margin-top: calc((1 - 1.8) * 0.5em); content: ""; }
  h1::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 1.8) * 0.5em); content: ""; } }

h2 { color: #a78c4d; font-size: 60px; font-size: 3.75rem; line-height: 1.8; font-family: adobe-garamond-pro, serif; font-weight: 400; letter-spacing: 4px; text-align: center; margin-top: 120px; }

h2::before { display: block; width: 0; height: 0; margin-top: calc((1 - 1.8) * 0.5em); content: ""; }

h2::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 1.8) * 0.5em); content: ""; }

@media screen and (max-width: 1024px) { h2 { font-size: 50px; font-size: 3.125rem; margin-top: 100px; } }

@media screen and (max-width: 599px) { h2 { margin-top: 80px; font-size: 40px; font-size: 2.5rem; } }

h2 + h3 { margin-top: 80px; }

@media screen and (max-width: 1024px) { h2 + h3 { margin-top: 70px; } }

@media screen and (max-width: 599px) { h2 + h3 { margin-top: 60px; } }

h2 + p { margin-top: 80px; }

@media screen and (max-width: 1024px) { h2 + p { margin-top: 70px; } }

@media screen and (max-width: 599px) { h2 + p { margin-top: 60px; } }

h3 { display: inline-block; color: #a78c4d; font-size: 18px; font-size: 1.125rem; font-family: adobe-garamond-pro, serif; font-weight: 400; letter-spacing: 2px; border: 1px solid #a78c4d; border-radius: 4px; padding: 10px 15px; }

@media screen and (max-width: 599px) { h3 { font-size: 14px; font-size: 0.875rem; } }

h3 + h4 { margin-top: 40px; }

@media screen and (max-width: 599px) { h3 + h4 { margin-top: 30px; } }

h4 { color: #f2f2f2; font-size: 24px; font-size: 1.5rem; line-height: 1.8; }

h4::before { display: block; width: 0; height: 0; margin-top: calc((1 - 1.8) * 0.5em); content: ""; }

h4::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 1.8) * 0.5em); content: ""; }

@media screen and (max-width: 599px) { h4 { font-size: 18px; font-size: 1.125rem; line-height: 1.8; }
  h4::before { display: block; width: 0; height: 0; margin-top: calc((1 - 1.8) * 0.5em); content: ""; }
  h4::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 1.8) * 0.5em); content: ""; } }

h4 + p { margin-top: 60px; }

@media screen and (max-width: 599px) { h4 + p { margin-top: 40px; } }

h5 { color: #f2f2f2; font-size: 20px; font-size: 1.25rem; font-family: adobe-garamond-pro, serif; font-weight: 400; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 40px; left: 40px; }

@media screen and (max-width: 959px) { h5 { display: block; position: static; } }

h5 span { font-size: 14px; font-size: 0.875rem; display: inline-block; }

h5 span:nth-of-type(1) { background-color: #a78c4d; border-radius: 4px; padding: 5px 8px; margin-right: 25px; letter-spacing: 2px; }

@media screen and (max-width: 959px) { h5 span:nth-of-type(1) { margin-bottom: 20px; } }

h5 span:nth-of-type(2) { line-height: 1.8; font-size: 20px; font-size: 1.25rem; }

@media screen and (max-width: 599px) { h5 span:nth-of-type(2) { font-size: 18px; font-size: 1.125rem; } }

@media screen and (max-width: 419px) { h5 span:nth-of-type(2) { font-size: 16px; font-size: 1rem; } }

h5 span:nth-of-type(3) { margin-top: 3px; }

@media screen and (max-width: 959px) { h5 span:nth-of-type(3) { margin: 15px 0 10px; } }

h5 + p { margin-top: 40px; }

@media screen and (max-width: 599px) { h5 + p { margin-top: 30px; } }

p, .lead { color: #f2f2f2; font-size: 16px; font-size: 1rem; line-height: 2; }

p::before, .lead::before { display: block; width: 0; height: 0; margin-top: calc((1 - 2) * 0.5em); content: ""; }

p::after, .lead::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 2) * 0.5em); content: ""; }

@media screen and (max-width: 599px) { p, .lead { font-size: 14px; font-size: 0.875rem; } }

p + h3, .lead + h3 { margin-top: 100px; }

@media screen and (max-width: 599px) { p + h3, .lead + h3 { margin-top: 60px; } }

p + p, .lead + p { margin-top: 30px; }

p + figure, .lead + figure { margin-top: 60px; }

@media screen and (max-width: 599px) { p + figure, .lead + figure { margin-top: 60px; } }

p + div, .lead + div { margin-top: 60px; }

@media screen and (max-width: 599px) { p + div, .lead + div { margin-top: 40px; } }

a { color: #f2f2f2; -webkit-transition: 0.3s all; transition: 0.3s all; }

a:hover { opacity: 0.7; }

figure figcaption { margin-top: 40px; color: #f2f2f2; font-size: 12px; font-size: 0.75rem; line-height: 1.8; }

figure figcaption::before { display: block; width: 0; height: 0; margin-top: calc((1 - 1.8) * 0.5em); content: ""; }

figure figcaption::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 1.8) * 0.5em); content: ""; }

@media screen and (max-width: 599px) { figure figcaption { margin-top: 15px; } }

figure + h3 { margin-top: 80px; }

div + h3 { margin-top: 100px; }

@media screen and (max-width: 599px) { div + h3 { margin-top: 60px; } }

div + p { margin-top: 60px; }

@media screen and (max-width: 599px) { div + p { margin-top: 40px; } }

.mv__inner { position: relative; }

.slider { width: 60%; margin-left: auto; }

@media screen and (max-width: 599px) { .slider { width: 100%; } }

.slider + div { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); left: calc(96 / 1920 * 100%); }

@media screen and (max-width: 599px) { .slider + div { position: static; -webkit-transform: none; transform: none; background-image: url(../images/bg.jpg); background-size: cover; background-color: rgba(0, 0, 0, 0.85); background-blend-mode: darken; /*background-position: top -330px left -430px;*/ padding: 60px 4% 60px; } }

.slider + div img { max-width: 50%; margin-bottom: 60px; }

@media screen and (max-width: 1024px) { .slider + div img { max-width: 40%; } }

@media screen and (max-width: 599px) { .slider + div img { display: block; margin: 0 auto 30px; } }

@media screen and (max-width: 599px) { .slider + div img { max-width: 80%; } }

.slider + div span { font-size: 18px; font-size: 1.125rem; font-family: adobe-garamond-pro, serif; font-weight: 400; letter-spacing: 3px; display: block; margin-top: 40px; }

@media screen and (max-width: 959px) { .slider + div span { font-size: 16px; font-size: 1rem; } }

@media screen and (max-width: 599px) { .slider + div span { margin-top: 20px; font-size: 14px; font-size: 0.875rem; } }

.main { padding: 0 10%; margin-top: 100px; position: relative; }

@media screen and (max-width: 599px) { .main { padding: 0 4%; margin-top: 0; } }

.main__inner { width: 100%; max-width: 1000px; margin: 0 auto; }

.main__inner > figure { width: calc(800 / 1000 * 100%); margin-left: auto; margin-right: auto; }

@media screen and (max-width: 599px) { .main__inner > figure { width: 100%; } }

.main__inner > figure.w70 { width: 70%; }

.column2__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.column2__inner > div { width: calc(470 / 1000 * 100%); }

@media screen and (max-width: 599px) { .column2__inner > div { width: 100%; } }

.column2__inner > div:nth-of-type(n + 3) { margin-top: 80px; }

@media screen and (max-width: 1024px) { .column2__inner > div:nth-of-type(n + 3) { margin-top: 70px; } }

@media screen and (max-width: 599px) { .column2__inner > div:nth-of-type(n + 3) { margin-top: 60px; } }

@media screen and (max-width: 599px) { .column2__inner > div:nth-of-type(n + 2) { margin-top: 40px; } }

.collection { margin-top: 80px; }

@media screen and (max-width: 1024px) { .collection { margin-top: 70px; } }

@media screen and (max-width: 599px) { .collection { margin-top: 60px; } }

.collection figure img { max-width: 50%; margin: 0 auto; display: block; }

@media screen and (max-width: 959px) { .collection figure img { max-width: 70%; } }

@media screen and (max-width: 599px) { .collection figure img { max-width: 80%; } }

.collection figure figcaption { font-size: 18px; font-size: 1.125rem; line-height: 1.8; text-align: center; }

.collection figure figcaption::before { display: block; width: 0; height: 0; margin-top: calc((1 - 1.8) * 0.5em); content: ""; }

.collection figure figcaption::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 1.8) * 0.5em); content: ""; }

@media screen and (max-width: 599px) { .collection figure figcaption { margin-top: 30px; font-size: 14px; font-size: 0.875rem; } }

.collection figure figcaption span:nth-of-type(1) { display: block; }

.collection figure figcaption span:nth-of-type(2) { font-size: 14px; font-size: 0.875rem; display: inline-block; margin: 20px 0 10px; }

@media screen and (max-width: 599px) { .collection figure figcaption span:nth-of-type(2) { font-size: 10px; font-size: 0.625rem; line-height: 1.8; display: block; margin: 20px 0 0; }
  .collection figure figcaption span:nth-of-type(2)::before { display: block; width: 0; height: 0; margin-top: calc((1 - 1.8) * 0.5em); content: ""; }
  .collection figure figcaption span:nth-of-type(2)::after { display: block; width: 0; height: 0; margin-bottom: calc((1 - 1.8) * 0.5em); content: ""; } }

.collection figure figcaption span:nth-of-type(3) { font-size: 12px; font-size: 0.75rem; }

.collection + div { margin-top: 60px; font-size: 14px; font-size: 0.875rem; color: #fff; text-align: center; }

@media screen and (max-width: 599px) { .collection + div { margin-top: 40px; font-size: 12px; font-size: 0.75rem; } }

@media screen and (max-width: 599px) { .collection .column2__inner > div { width: calc(375 / 750 * 100%); }
  .collection .column2__inner > div:nth-of-type(n + 3) { margin-top: 60px; } }

@media screen and (max-width: 599px) and (max-width: 599px) { .collection .column2__inner > div:nth-of-type(2) { margin-top: 0; } }

.box { margin-top: 80px; }

@media screen and (max-width: 599px) { .box { margin-top: 60px; margin-bottom: 80px; } }

.box__inner { border: 1px solid #a78c4d; border-radius: 4px; padding: 80px 40px 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

@media screen and (max-width: 959px) { .box__inner { padding: 40px; display: block; } }

@media screen and (max-width: 599px) { .box__inner { padding: 30px 20px; display: block; } }

.box__inner > div:nth-of-type(1) { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }

.box__inner > div:nth-of-type(2) { max-width: 240px; margin-left: 10px; }

.box p:nth-of-type(n + 2) { font-size: 14px; font-size: 0.875rem; margin-top: 40px; }

@media screen and (max-width: 959px) { .box p:nth-of-type(n + 2) { margin-top: 30px; } }

@media screen and (max-width: 599px) { .box p:nth-of-type(n + 2) { font-size: 11px; font-size: 0.6875rem; } }

@media screen and (max-width: 959px) { .box p + figure { width: 80%; margin: 40px auto; } }

@media screen and (max-width: 599px) { .box p + figure { width: 100%; margin: 30px auto; } }

@media screen and (max-width: 959px) { .box .spOnly { display: block; }
  .box .pcOnly { display: none; } }

.buttonArea { margin-top: 80px; }

@media screen and (max-width: 1024px) { .buttonArea { margin-top: 70px; } }

@media screen and (max-width: 599px) { .buttonArea { margin-top: 60px; margin-bottom: 80px; } }

.buttonArea__inner { width: 100%; max-width: 740px; margin: 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

@media screen and (max-width: 599px) { .buttonArea__inner { display: block; } }

.buttonArea__inner > a { width: 300px; height: 50px; border: 1px solid #f2f2f2; border-radius: 4px; display: -ms-grid; display: grid; place-content: center; font-size: 14px; font-size: 0.875rem; }

@media screen and (max-width: 959px) { .buttonArea__inner > a { width: 46%; } }

@media screen and (max-width: 599px) { .buttonArea__inner > a { margin: 0 auto; width: 100%; }
  .buttonArea__inner > a:nth-of-type(2) { margin-top: 40px; } }

.buttonArea__inner > a span { position: relative; padding-right: 30px; margin-left: 20px; }

.buttonArea__inner > a span::after { content: "〉"; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); right: 0; -webkit-transition: 0.3s all; transition: 0.3s all; }

.buttonArea__inner > a:hover span::after { right: -5px; }

.contact { font-size: 16px; font-size: 1rem; color: #f2f2f2; text-align: center; margin-top: 80px; }

@media screen and (max-width: 1024px) { .contact { margin-top: 70px; } }

@media screen and (max-width: 599px) { .contact { font-size: 14px; font-size: 0.875rem; margin-top: 60px; } }

.share { width: 30px; top: 0; left: 5%; z-index: 3; -webkit-transform: translate3d(-200px, 0, 0); transform: translate3d(-200px, 0, 0); }

@media screen and (max-width: 1024px) { .share { width: 203px; margin: 60px auto; -webkit-transform: translate3d(0, 60px, 0); transform: translate3d(0, 60px, 0); } }

.share__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

@media screen and (max-width: 1024px) { .share__inner { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.share__inner > div { color: #a78c4d; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; font-size: 18px; font-size: 1.125rem; padding-right: 5px; font-family: adobe-garamond-pro, serif; letter-spacing: 3px; }

@media screen and (max-width: 1024px) { .share__inner > div { -webkit-writing-mode: initial; -ms-writing-mode: initial; writing-mode: initial; font-size: 14px; font-size: 0.875rem; } }

.share__inner a { color: #a78c4d; font-size: 30px; font-size: 1.875rem; margin-top: 30px; }

@media screen and (max-width: 1024px) { .share__inner a { margin-top: 0; } }

.share__inner a:nth-of-type(1) { padding-right: 3px; }

@media screen and (max-width: 1024px) { .share__inner a:nth-of-type(1) { padding-right: 0; } }

.banner { width: 300px; right: 0; z-index: 3; -webkit-transform: translate3d(380px, 0, 0); transform: translate3d(380px, 0, 0); height: -webkit-fit-content; height: -moz-fit-content; height: fit-content; }

@media screen and (max-width: 599px) { .banner { position: fixed; bottom: 0; width: 100%; height: 60px; -webkit-transform: translate3d(0, 60px, 0); transform: translate3d(0, 60px, 0); }
  .banner__inner { display: -webkit-box; display: -ms-flexbox; display: flex; } }

.banner button { background-color: #736035; border-radius: 4px 0 0 0; display: block; margin-left: auto; width: 75px; text-align: center; padding: 10px 0; border: none; font-size: 14px; font-size: 0.875rem; color: #f2f2f2; font-family: adobe-garamond-pro, serif; letter-spacing: 2px; cursor: pointer; margin-bottom: 0; }

@media screen and (max-width: 599px) { .banner button { border-radius: 0; width: 20%; height: 60px; } }

.banner a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #a78c4d; border-radius: 4px 0 0 0; width: 100%; height: 120px; padding: 25px 50px 25px 35px; font-size: 12px; font-size: 0.75rem; }

@media screen and (max-width: 599px) { .banner a { border-radius: 0; height: 60px; padding: 0 50px 0 30px; } }

.banner a:hover { opacity: 1 !important; }

.banner a > div:nth-of-type(1) { max-width: 168px; }

@media screen and (max-width: 599px) { .banner a > div:nth-of-type(1) { max-width: auto; min-width: 210px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

.banner a > div:nth-of-type(1) img { margin-bottom: 15px; }

@media screen and (max-width: 599px) { .banner a > div:nth-of-type(1) img { max-width: 120px; margin-bottom: 0; margin-right: 15px; } }

.banner a > div:nth-of-type(2) { max-width: 35px; -webkit-animation: arrow 2.5s infinite; animation: arrow 2.5s infinite; }

@media screen and (max-width: 599px) { .banner a > div:nth-of-type(2) { max-width: 30px; } }

.toTop { margin-top: 120px; }

@media screen and (max-width: 599px) { .toTop { margin-top: 60px; } }

.toTop a { width: 60px; display: block; margin: 0 auto; }

@media screen and (max-width: 599px) { .toTop a { width: 50px; } }

@-webkit-keyframes arrow { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  60% { -webkit-transform: translate(30px, 0); transform: translate(30px, 0); }
  0%, 60%, 100% { opacity: 0; }
  30% { opacity: 1; } }

@keyframes arrow { 0% { -webkit-transform: translate(0, 0); transform: translate(0, 0); }
  60% { -webkit-transform: translate(30px, 0); transform: translate(30px, 0); }
  0%, 60%, 100% { opacity: 0; }
  30% { opacity: 1; } }

@-webkit-keyframes clip { 0% { -webkit-clip-path: inset(0 100% 100% 0); clip-path: inset(0 100% 100% 0); }
  100% { -webkit-clip-path: inset(0); clip-path: inset(0); } }

@keyframes clip { 0% { -webkit-clip-path: inset(0 100% 100% 0); clip-path: inset(0 100% 100% 0); }
  100% { -webkit-clip-path: inset(0); clip-path: inset(0); } }

@media screen and (max-width: 599px) { .verticalImg { width: 80% !important; margin-right: auto; margin-left: auto; } }

.slide-animation { -webkit-animation: fadezoom 8s 0s forwards; animation: fadezoom 8s 0s forwards; }

@-webkit-keyframes fadezoom { 0% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }

@keyframes fadezoom { 0% { -webkit-transform: scale(1.2); transform: scale(1.2); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }
/*# sourceMappingURL=style.css.map */