@charset "UTF-8";

/* default sp
----------------------------------------------- */
* { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
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, 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, section, summary, time, mark, audio, video { padding: 0; margin: 0; font: inherit; word-wrap: break-word; border: 0; vertical-align: baseline; outline: none; }
body { padding: 0; margin: 0; color: #222; font-size: 3.6vw; font-family: var(--gothic); -webkit-text-size-adjust: 100%; font-style: normal; line-height: 1; }
article, aside, canvas, details, figcaption, figure, header, footer, hgroup, main, menu, nav, section, summary { display: block; }
blockquote, q { quotes: none; }
strong, b { font-weight: bold; }
ul, ol, li { list-style: none; }
table { border-spacing: 0; border-collapse: collapse; }
img, video, object { height: auto; border: none; display: block; }
ins { background: none; color: #222; text-decoration: none; }
mark { background-color: #ff9; color: #222; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
hr { height: 1px; padding: 0; margin: 1em 0; border: 0; border-top: 1px solid #ccc; display: block; }
*:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
a { color: #333; text-decoration: none; display: block; -moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1); -o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1); -webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1); transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1); }
a:hover { opacity: 0.6; }
.clearfix:after { content: ''; display: block; clear: both; }
.pc { display: none; }
.sp { display: block; }

.wrapper { width: 100%; overflow: hidden; z-index: 1; position: relative; }
.fade { opacity: 0; -moz-transition: all 1.5s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 1.5s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 1.5s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 1.5s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.fade-left { -moz-transform: translateX(-10px); -ms-transform: translateX(-10px); -webkit-transform: translateX(-10px); transform: translateX(-10px); }
.fade-right { -moz-transform: translateX(10px); -ms-transform: translateX(10px); -webkit-transform: translateX(10px); transform: translateX(10px); }
.fade-bottom { -moz-transform: translateY(10px); -ms-transform: translateY(10px); -webkit-transform: translateY(10px); transform: translateY(10px); }
.fade-active { opacity: 1; -moz-transform: translate(0); -ms-transform: translate(0); -webkit-transform: translate(0); transform: translate(0); }

/* font
----------------------------------------------- */
:root {
--mincho:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", serif; /* font-family: var(--mincho); */
--gothic:游ゴシック体, YuGothic, 'Yu Gothic', "游ゴシック Medium", "Yu Gothic Medium", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; /* font-family: var(--gothic); */
}
.montserrat {font-family: montserrat; font-weight: 500;}


/* main-color
----------------------------------------------- */
:root {
--black:#222; /* color: var(--gray); */
--blue:#f1f2f3; 
--blue02:#c9cdd0; 
--blue03:#677480; 
}


/* common sp
----------------------------------------------- */
.midashi01 {margin-bottom: 6vw;text-align: center;position: relative;line-height: 1.4;line-height: 1;}
.midashi01 .en {margin-bottom: 1vw;font-size: 10vw;letter-spacing: .06em;display: block;font-family: "Slabo 27px", serif;font-weight: 400;font-style: normal;}
.midashi01 .jp {font-size: 3.4vw;display: block;}

.midashi02{margin-bottom: 10vw;}
.midashi02 .en{font-family: "Slabo 27px", serif;font-weight: 400;font-style: normal;display: block;text-align: center;font-size: 10vw;letter-spacing: 0.08em;margin-bottom: 1vw;}
.midashi02 .jp{padding: 0;display: block;text-align: center;}

.more01 {width: 60vw;padding: 5vw 0;margin: auto;font-size: 3.8vw;font-family: paganini;font-weight: 400;text-align: center;letter-spacing: .04em;background: #fff url(../images/arrow01.png) no-repeat center right 5vw;position: relative;display: table;line-height: 1;background: #333;color: #fff;}
.more01:after {content: '\f105';font-family: 'icon';position: absolute;top: 50%;right: 5vw;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}

p.ast { font-size: 88% !important; padding-left: 1em;text-indent: -1em; text-align:justify; text-justify:auto;}
ul.ast li { font-size: 88% !important; padding-left: 1em;text-indent: -1em; text-align:justify; text-justify:auto; margin-bottom: 2%; line-height: 1.6;}
ul.ast li a{display: inline-block;padding-left: 10px;}
span.ast{font-size: 88%;}

.marker {background: linear-gradient(transparent 0%, #f0eddb 0%);display: inline;background-repeat: no-repeat;background-size: 0% 100%;transition: background-size 1.5s;font-weight: bold;color: #aa7878;}
.marker.on {background-size: 100% 100%;}


/* header
----------------------------------------------- */
.header {width: 100%;z-index: 10;position: absolute;}
.header-logo {width: 46vw;margin: 0;position: relative;display: none;}
.header-logo img { width: 100%; }
.header.active .top-hero-logo{display: block;}

.header-navi-button {width: 15vw;height: 15vw;background: #000;cursor: pointer;z-index: 11;position: fixed;top: 4px;right: 4px;background: var(--blue03);}
.header-navi-button .line { width: 8vw; height: 1px; background: #fff; position: absolute; left: 3.5vw; -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.header-navi-button .line-top { top: 5vw; }
.header-navi-button .line-middle { top: 7.5vw; }
.header-navi-button .line-bottom { top: 10vw; }

.header-navi {width: 100%;height: 100%;background: var(--blue03);background-size: cover;z-index: 10;opacity: 0;visibility: hidden;position: fixed;top: 0;left: 0;-moz-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97);-o-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97);-webkit-transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97);transition: all 0.2s cubic-bezier(0.05, 0.05, 0.31, 0.97);}

.header-navi-inner { width: 100%; height: 100%; overflow-y: auto; -ms-overflow-style: none; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.header-navi-inner::-webkit-scrollbar { display: none; }

.header-navi-scroll {width: 100%;height: 100%;padding: 30vw 9vw 0;overflow-y: auto;position: relative;-ms-overflow-style: none;scrollbar-width: none;-webkit-overflow-scrolling: touch;}
.header-navi-scroll::-webkit-scrollbar { display: none; }

.header-navi-logo {width: 40vw;position: absolute;top: 6vw;left: calc(50% - 22vw);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.header-navi-logo img { width: 100%; }

.header-navi-items {display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.header-navi-item {width: 46%;margin-bottom: 6vw;font-family: montserrat;font-weight: 400;letter-spacing: 0.06em;border-bottom: 1px solid #dddddd87;padding-bottom: 6vw;}
.header-navi-item .title{font-family: "Slabo 27px", serif;font-weight: 400;font-style: normal;color: #fff;display: block;font-size: 5vw;margin-bottom: 1vw;}
.header-navi-item .mini{font-size: 3.5vw;color: var(--blue02);font-family: var(--gothic);}

.header-navi-mail{padding: 5vw 4vw;background: #fff;text-align: center;font-weight: bold;font-size: 4vw;margin-bottom: 6vw;}
.header-navi-mailafter {content: '\f105';font-family: 'icon';position: absolute;top: 50%;right: 5vw;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}

.header-navi-banner-items { width: 90vw; margin: 0 auto 5vw; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.header-navi-banner-items li { width: 48%; margin-bottom: 4%; }
.header-navi-banner-items img { width: 100%; }

.header-navi-social02-items { width: 80vw; margin: 0 auto 4vw; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.header-navi-social02-items li { width: 48%; height: 14vw; font-size: 4.47vw; font-family: montserrat; font-weight: 400; letter-spacing: 0.2vw; }
.header-navi-social02-items li:nth-child(1) a { background: #9e6e90; }
.header-navi-social02-items li:nth-child(2) a { background: #6da16d; }
.header-navi-social02-items a { width: 100%; height: 100%; padding-top: 0.5vw; color: #fff; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; }
.header-navi-social02-items .image { width: 55%; }
.header-navi-social02-items .icon { margin-right: 1vw; font-size: 5.92vw; }

.header-navi-tel { margin: 0 auto 8vw; font-size: 6.84vw; font-family: montserrat; font-weight: 500; letter-spacing: 0.4vw; display: table; }
.header-navi-tel span {font-size: 70%;}

.header-navi-sub-items {width: 100%;margin: 0 auto;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: center;justify-content: center;}
.header-navi-sub-items li {font-size: 3.2vw;letter-spacing: 0.4vw;font-family: "Slabo 27px", serif;font-weight: 400;font-style: normal;color: #fff;}
.header-navi-sub-items li:first-child:before { display: none; }
.header-navi-sub-items li:before { content: '|'; margin: 0 2.5vw 0 3.5vw; }
.header-navi-sub-items a {display: inline-block;color: #ffff;}

.header-navi-contact li{margin-bottom: 3vw;}
.header-navi-contact a{padding: 6vw 4vw;text-align: center;color: #fff;font-weight: bold;letter-spacing: 0.06em;font-size: 4vw;}
.header-navi-contact .line {background: #71966f;}
.header-navi-contact .tel {background: #333;}

.animation { opacity: 0; visibility: hidden; -moz-transform: translateY(5px); -ms-transform: translateY(5px); -webkit-transform: translateY(5px); transform: translateY(5px); -moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97); }

.header-navi-open { width: 100%; height: 100%; position: fixed; }
.header-navi-open .line-top { top: 7.5vw; -moz-transform: rotate(30deg); -ms-transform: rotate(30deg); -webkit-transform: rotate(30deg); transform: rotate(30deg); }
.header-navi-open .line-middle { opacity: 0; }
.header-navi-open .line-bottom { top: 7.5vw; -moz-transform: rotate(-30deg); -ms-transform: rotate(-30deg); -webkit-transform: rotate(-30deg); transform: rotate(-30deg); }
.header-navi-open .header-navi { opacity: 1; visibility: visible; }
.header-navi-open .animation { opacity: 1; visibility: visible; -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
.header-navi-open .animation01 { -moz-transition-delay: 0.2s; -o-transition-delay: 0.2s; -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.header-navi-open .animation02 { -moz-transition-delay: 0.3s; -o-transition-delay: 0.3s; -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.header-navi-open .animation03 { -moz-transition-delay: 0.4s; -o-transition-delay: 0.4s; -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
.header-navi-open .animation04 { -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }
.header-navi-open .animation05 { -moz-transition-delay: 0.6s; -o-transition-delay: 0.6s; -webkit-transition-delay: 0.6s; transition-delay: 0.6s; }
.header-navi-open .animation06 { -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; -webkit-transition-delay: 0.7s; transition-delay: 0.7s; }
.header-navi-open .animation07 { -moz-transition-delay: 0.8s; -o-transition-delay: 0.8s; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; }
.header-navi-open .animation08 { -moz-transition-delay: 0.9s; -o-transition-delay: 0.9s; -webkit-transition-delay: 0.9s; transition-delay: 0.9s; }
.header-navi-open .animation09 { -moz-transition-delay: 1s; -o-transition-delay: 1s; -webkit-transition-delay: 1s; transition-delay: 1s; }
.header-navi-open .animation10 { -moz-transition-delay: 1.1s; -o-transition-delay: 1.1s; -webkit-transition-delay: 1.1s; transition-delay: 1.1s; }
.header-navi-open .animation11 { -moz-transition-delay: 1.2s; -o-transition-delay: 1.2s; -webkit-transition-delay: 1.2s; transition-delay: 1.2s; }
.header-navi-open .animation12 { -moz-transition-delay: 1.3s; -o-transition-delay: 1.3s; -webkit-transition-delay: 1.3s; transition-delay: 1.3s; }

/* hero sp
----------------------------------------------- */
.hero {width: 100%;z-index: 1;position: relative;}

.top-hero-items {width: 100%;background: #000;}
.top-hero-item {width: 100vw;opacity: 0.8;}
.top-hero-item img { width: 100%; }
.top-hero-item.slick-active img {  animation: zoomDown 10s linear 0s normal both; }
@keyframes zoomDown { 0% { transform: scale(1.2); }100% { transform: scale(1); } }

.top-hero-logo{-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);top: 50%;left: 50%;position: absolute;z-index: 2;width: 50%;}
.top-hero-logo img{width: 100%;filter: drop-shadow(0px 0px 70px rgb(81 29 0));}

.second-hero { height: 54vw; background:url(../images/second-pc.jpg) top center no-repeat; background-size: cover; }
.second-hero-title { width: 100%; text-align: center; position: absolute; top: 50%; left: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.second-hero-title .en {margin-bottom: 2.5vw;font-size: 10vw;letter-spacing: 0.2vw;display: block;font-family: "Slabo 27px", serif;font-weight: 400;font-style: normal;}
.second-hero-title .jp { font-size: 3.68vw; display: block; }


/* bread sp
----------------------------------------------- */
.breadcrumb { padding: 4vw 0; z-index: 1; position: relative; }
.breadcrumb-items { width: 90vw; margin: 0 auto; font-size: 0; }
.breadcrumb-items li {font-size: 3.6vw;position: relative;display: inline-block;margin-bottom: 2vw;}
.breadcrumb-items li:after { content: "\f105"; margin: 0 2.5vw 0 1.5vw; font-weight: normal; font-family: 'icon'; display: inline-block; }
.breadcrumb-items li:last-child { font-weight: bold; }
.breadcrumb-items li:last-child:after { display: none; }
.breadcrumb-items a { display: inline-block; }

/* footer sp
----------------------------------------------- */
.footer {width: 100%;background: #fcfbfb;z-index: 1;position: relative;background: var(--blue);padding: 12vw 6vw 22vw;}
.footer-contact { padding: 18vw 0 6vw; background: url(../images/footer-contact-bg.jpg) no-repeat top center; background-size: cover; }
.footer-contact-title { margin-bottom: 6vw; text-align: center; }
.footer-contact-title .en { width: 42vw; margin: 0 auto 4vw; }
.footer-contact-title .jp { color: #fff; font-size: 3.5vw; font-family: var(--mincho); display: block; }
.footer-content {position: relative;}
.footer-logo {width: 56vw;margin: 0 auto 8vw;}
.footer-logo img {width: 100%;padding-right: 3vw;}

.footer-navi-items {display: grid;grid-auto-flow: column;grid-template-rows: repeat(4, auto);-webkit-justify-content: space-between;justify-content: space-between;margin-bottom: 4vw;}
.footer-navi-items li {width: 47vw;margin-bottom: 6vw;letter-spacing: 0.04em;position: relative;font-weight: bold;}
.footer-navi-items a:before { content: ''; width: 8vw; height: 1px; margin: 2vw 2vw 0 0; vertical-align: top; background: #9f9c9f; display: inline-block; }

.footer-sub-items { width: 100%; margin: 0 auto 4vw; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
.footer-sub-items li { font-size: 3.4vw; font-family: "sofia-pro"; font-weight: 400; letter-spacing: 0.4vw; }
.footer-sub-items li:first-child:before { display: none; }
.footer-sub-items li:before { content: '|'; margin: 0 2vw 0 3vw; display: inline-block; }
.footer-sub-items a { display: inline-block; }

.copyright {width: 100%;font-size: 3.2vw;display: block;line-height: 1.5;}

.pagetop {color: #615c61;font-size: 3.8vw;z-index: 1;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;position: absolute;bottom: 0;right: 0;padding: 3vw 7vw;background: #fff;font-family: "Slabo 27px", serif;font-weight: 400;font-style: normal;letter-spacing: 0.06em;}
.pagetop:before {content: '\f106';font-family: 'icon';pointer-events: none;margin-right: 2vw;}


.footer-fixed {width: 100%;opacity: 0;visibility: hidden;z-index: 11;position: fixed;bottom: 0;left: 0;-moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);-o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);-webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.footer-fixed li{width:50%;}
.footer-fixed a{padding: 6vw 4vw;text-align: center;color: #fff;font-weight: bold;letter-spacing: 0.06em;font-size: 4vw;}
.footer-fixed.active { opacity: 1; visibility: visible; }

.footer-fixed .line {background: #71966f;}
.footer-fixed .tel {background: #333;}

/* second sp
----------------------------------------------- */
.second {min-height: 100vw;margin: 0 auto;position: relative;font-size: 3.5vw; line-height: 1.8;font-feature-settings: "palt";letter-spacing: .06em;text-align: justify;text-justify: auto; z-index: 1; }
.second p { margin-bottom: 4vw; }
/* .second p:last-child { margin-bottom: 0; } */
.second-text {padding: 6vw 0 10vw;width: 90vw;margin: 0 auto;}
/* .second-text:nth-last-of-type(1){padding-bottom: 12vw;} */

/* =============================================
pc-size
================================================*/
@media screen and (min-width: 769px) {
body { font-size: 16px; }
.sp { display: none; }
.pc { display: block; }

/* common pc 
----------------------------------------------- */
.container {padding-top: 220px;position: relative;z-index: 2;}
.midashi01 { margin-bottom: 30px; }
.midashi01 .en { margin-bottom: 12px; font-size: 60px; letter-spacing: 2px; }
.midashi01 .jp { font-size: 15px; }

.midashi02{margin-bottom: 60px;}
.midashi02 .en{font-size: 60px;margin-bottom: 6px;}

.more01, .more02 {width: 240px;padding: 24px 0;font-size: 16px;letter-spacing: 2px;background-position: center right 18px;background-size: 14px;}
.more01:after {right: 20px;}

ul.ast li { margin-bottom: 8px;}

.tbl td {width: 77%;padding: 18px 0;}
.tbl th {text-align:center;width: 20%;padding: 18px 10px;position: relative;}
.tbl td a {font-size: 26px;}

.tbl tr.access-text ul{margin-bottom: 26px;}
.tbl tr.access-text li {font-size: 14px;}
.tbl tr.access-text li:first-child{padding: 10px 10px 10px 12px;margin-bottom: 8px;text-align: left;}


/* header pc 
----------------------------------------------- */
.header {position: fixed;background: #fff;padding-bottom: 30px;border-top: 7px solid var(--blue03);}
.header-logo-pc {width: 230px;margin: 40px auto;-moz-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);-o-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);-webkit-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97);}
.header-logo-pc img{width: 100%;}
.header.active .header-logo-pc{width: 150px;margin: 20px auto 20px;}

.pc-header-navi-items{display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;}
.pc-header-navi-items li{padding: 0;display: flex;margin: 0 1.5vw;}
.pc-header-navi-items a{padding: 0;}
.pc-header-navi-items .title{font-family: "Slabo 27px", serif;font-weight: 400;font-style: normal;display: block;font-size: 20px;text-align: center;margin-bottom: 5px;letter-spacing: 0.06em;}
.pc-header-navi-items .mini{text-align: center;display: block;color: #444;font-size: 13px;}

/* hero pc 
----------------------------------------------- */
.hero{/* margin-top: 95px; */}
.top-hero-items {margin-bottom: 20px;background: #fff;}
.top-hero-item {width: 100vw;max-width: 1200px;margin: 0 10px;opacity: 1;}
.top-hero-item.slick-active img {  animation: none; }

.top-hero-logo{width: 230px;}
.top-hero-logo img{width: 100%;filter: drop-shadow(0px 0px 70px rgb(81 29 0));}

.top-hero-contact{position: absolute;bottom: -70px;right: 2vw;width: 170px;z-index: 2;}
.top-hero-contact img{width: 100%;}
.top-hero-contact.active{right: 20px;bottom: 20px;position: fixed;left: auto;right: 20px;-moz-transform: translateX(0);-ms-transform: translateX(0);-webkit-transform: translateX(0);transform: translateX(0);}

.top-hero .slick-dots{bottom: 0;right: 0;left: 40px;top: auto;bottom: 30px;-moz-transform: translate(0);-ms-transform: translate(0);-webkit-transform: translate(0);transform: translate(0);width: 1200px;margin: 0 auto;}
.top-hero .slick-dots li{width:10px;height:10px;margin: 0 10px;}

.second-hero {height: 300px;}
.second-hero-title .en { margin-bottom: 5px; font-size: 60px; letter-spacing: 5px; }
.second-hero-title .jp { font-size: 14px; }


/* bread pc 
----------------------------------------------- */
.breadcrumb {padding: 20px 0;}
.breadcrumb-items {width: clamp(730px, 90%, 1200px);}
.breadcrumb-items li {font-size: 14px;margin-bottom: 0;}
.breadcrumb-items li:after { margin: 0 12px 0 10px; }

/* footer pc 
----------------------------------------------- */
.footer {padding: 0;position: relative;z-index: 1;}
.footer-content {padding: 0;}
.footer-flex{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;/* width: clamp(730px, 90%, 1200px); */margin: 0 auto;}
.footer-logo {width: 230px;margin: 0 0 60px;}
.footer-navi {/* width: auto; */padding: 0;margin: 0;border: none;}
.footer-navi-inner { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
.footer-navi-box { width: 160px; margin-left: 50px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-start; align-items: flex-start; }
.footer-navi-box:first-child { width: 480px; }
.footer-navi-title { width: 100%; padding: 0; margin-bottom: 18px; font-size: 20px; letter-spacing: 2px; border: none; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.footer-navi-title:after { content: ''; height: 1px; margin-left: 10px; background: #c0a0a0; flex: 1; }

.footer-navi-items li:after { display: none; }
.footer-navi-items a { padding: 0; }
.footer-foot { padding: 20px 0 40px; border-top: 1px solid #c0a0a0; }
.footer-text{width: 50%;padding: 140px 40px;max-width: 600px;margin: 0 0 0 auto;position: relative;}
.footer-map{width: 50%;}

.footer-link{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;margin: 0 auto 40px;}
.footer-link li{width: 49%;}
.footer-link li a{padding: 20px 20px;text-align: center;color: #FFF;}
.footer-link .line {background: #71966f;}
.footer-link .tel {background: #333;}


.footer-navi-items {margin-bottom: 0;display: -webkit-flex;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;-webkit-align-items: center;align-items: center;margin-bottom: 30px;}
.footer-navi-items li {width: 48%;margin-bottom: 20px;}
.footer-navi-items a:before {width: 20px;margin: 8px 10px 0 0;}

.pagetop {width: 120px;height: 32px;padding: 18px 0;font-size: 14px;letter-spacing: 1px;right: 0;left: 0;position: relative;width: 100%;border: 1px solid #9c9c9c;background: none;}
.copyright {margin: 0 auto 20px;font-size: 14px;letter-spacing: 1px;border-top: none;}


/* second pc 
----------------------------------------------- */
.second {min-height: 700px;font-size: 14px;}
.second p { margin-bottom: 24px;}
.second-text {width: clamp(730px, 90%, 1200px);padding: 90px 0 80px;}
/* .second-text:last-of-type{padding-bottom: 100px;} */
}

/* 
@media screen and (min-width: 1000px) { 
.hero{margin-top: 90px;}

} */


@media screen and (min-width: 1200px) { 
.top-hero-contact{bottom: -70px;right: 0;left: 50%;-moz-transform: translateX(218%);-ms-transform: translateX(218%);-webkit-transform: translateX(218%);transform: translateX(218%);-moz-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);-o-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);-webkit-transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);transition: all 0.3s cubic-bezier(0.76, 0, 0.24, 1);}
.top-hero-contact img{width: 100%;}
}


/* =============================================
pc-size
================================================*/
@media screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 769px) and (min-resolution: 2dppx) { 
.second-hero {background-image:url(../images/second-pc@2x.jpg) }

}
