@charset "UTF-8";
/* Scss Document */
html:not(.responsive) {
  min-width: 1100px;
  /* viewport */
}

/*=============================================
 * body
 *=============================================*/
body {
  color: #39230f;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.1em;
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  font-weight: 400;
  background: url(../img/shared/bg.jpg) repeat top center;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 16px;
    line-height: 35px;
    min-width: 1080px;
    overflow-x: auto;
  }
}

/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.fnt-sans {
  font-family: 'Noto Sans JP', serif;
}

.fnt-shi,
.wf-hannari {
  font-family: "Hannari";
  font-family: 'Hannari', serif;
}

.fnt-play {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
}

.title-common {
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
}

@media screen and (min-width: 767px) {
  .title-common {
    font-size: 40px;
    line-height: 70px;
    letter-spacing: 0.08em;
  }
}

body.navopen {
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch;
}

body.navopen,
body.navopen *,
body.navopen *:hover,
body.navopen *:focus,
body.navopen *:active {
  pointer-events: none !important;
  -ms-touch-action: none !important;
  touch-action: none !important;
}

body.navopen .hamburger,
body.navopen .menu-toggle,
body.navopen .menu-toggle *,
body.navopen .remodal-is-opened,
body.navopen .remodal-is-opened * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.remodal-is-locked body.navopen,
.remodal-is-locked body.navopen *,
.remodal-is-locked body.navopen *:hover,
.remodal-is-locked body.navopen *:focus,
.remodal-is-locked body.navopen *:active {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.remodal-is-locked .remodal-is-opened,
.remodal-is-locked .remodal-is-opened * {
  pointer-events: visible !important;
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/*=============================================
 * header header header header header header 
 *=============================================*/
header {
  z-index: 99;
  position: relative;
  width: 100%;
  background: url(../img/shared/bg_head_sp.jpg) no-repeat top center, url(../img/shared/bg_head_bottom.jpg) no-repeat bottom center, url(../img/shared/bg_header_re.jpg) repeat-y top center;
  background-size: 100% auto;
}

header .photo {
  width: 110%;
  margin: -5vw -5% -25vw;
}

header .title-key {
  margin: 0 3%;
}

header .list {
  display: flex;
  justify-content: center;
  padding: 0 2%;
}

header .list li:nth-child(1) {
  order: 1;
}

header .list li:nth-child(2) {
  order: 4;
}

header .list li:nth-child(3) {
  order: 2;
  transform: translateY(4vw);
}

header .list li:nth-child(4) {
  order: 3;
  transform: translateY(4vw);
}

header .btn-link {
  margin: 0 12% 0vw;
  padding: 6vw 0 0;
  position: relative;
  bottom: -6vw;
}

header .btn-link a {
  display: block;
  padding: 0 30px;
  background: url(../img/shared/bg_btn.jpg) repeat;
}

header h1 {
  font-size: 11px;
  padding: 10px 90px 1px 5%;
  line-height: 20px;
  position: relative;
  z-index: 2;
}

header .logo {
  padding: 0px 20% 0;
  margin: -6vw 0 -2vw;
  position: relative;
  z-index: -1;
}

header .logo img {
  opacity: 1 !important;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 100;
  width: 58px;
  border-radius: 0;
  cursor: pointer;
}

.hamburger:after {
  display: none;
}

.hamburger.is-active:after {
  content: "close";
  display: none;
}

.navopen .hamburger {
  top: 0;
  background: url(../img/shared/close_btn.png) no-repeat center;
  background-size: 100% auto;
}

.navopen .hamburger img {
  opacity: 0;
}

header .menu-toggle {
  opacity: 1;
  visibility: hidden;
  position: fixed;
  width: 100% !important;
  top: 0;
  right: -110%;
  height: 110vh;
  z-index: 99;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1vw 0% 30vw;
  background: url(../img/shared/bg_ft.jpg) repeat;
  transition: all 0.4s ease;
  text-align: center;
  overflow-y: scroll;
}

header .menu-toggle dl {
  color: #f6f2e8;
  padding-bottom: 140px;
}

header .menu-toggle dl a {
  font-size: 20px;
}

header .menu-toggle dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

header .menu-toggle dl dt a {
  margin: 0 10px;
}

header .menu-toggle dl dd span {
  display: inline-block;
  border: 1px solid;
  padding: 5px 25px;
  margin-bottom: 60px;
}

header .menu-toggle .box {
  display: flex;
  flex-wrap: wrap;
}

header .menu-toggle .nav {
  list-style-type: none;
  list-style-position: outside;
  margin: 70px 0 30px;
  text-align: left;
}

header .menu-toggle .nav li {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

header .menu-toggle .nav li.last {
  margin-top: 35px;
}

header .menu-toggle .nav a {
  position: relative;
  font-size: 20px;
  color: #e99a9a;
  display: flex;
}

header .menu-toggle .nav a.active {
  background: url(../img/shared/i_ac.png) no-repeat center bottom;
  background-size: 12px auto;
  color: #f6f2e8;
  padding-bottom: 10px;
}

.navopen .menu-toggle {
  visibility: visible;
  pointer-events: visible;
  right: 0;
}

@media screen and (min-width: 767px) {
  header {
    z-index: 99;
    position: relative;
    width: 100%;
    height: 265px;
  }
  #key {
    position: relative;
  }
  #key::before {
    background: url(../img/shared/bg_ft.jpg) repeat;
    position: absolute;
    top: -265px;
    left: 0;
    content: "";
    z-index: -1;
    width: calc(100% + 100px);
    height: 380px;
  }
  .pc-show {
    display: flex;
    justify-content: flex-end;
    padding: 30px 100px 0 0;
    color: #f6f2e8;
  }
  .pc-show .link-us {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .pc-show .link-us dt {
    margin-right: 42px;
  }
  .pc-show .link-us dt a {
    background: url(../img/shared/btn_web.jpg) no-repeat;
    width: 218px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #7d0808;
    display: block;
    font-size: 18px;
    transition: all 0.3s ease;
  }
  .pc-show .link-us dt a:hover {
    opacity: 0.75;
  }
  .pc-show .link-us dd.lk {
    margin-right: 45px;
  }
  .pc-show .link-us dd a {
    font-size: 20px;
    transition: all 0.3s ease;
  }
  .pc-show .link-us dd a:hover {
    opacity: 0.75;
  }
  .pc-show .link-us dd span {
    border: 1px solid;
    display: inline-block;
    padding: 5px 15px;
  }
  .phone-common {
    text-align: right;
    margin-bottom: 7px;
  }
  .phone-common dt {
    font-size: 16px;
    line-height: 30px;
  }
  .phone-common dd span {
    font-size: 33px;
    padding-left: 38px;
    background: url(../img/shared/icon_tel.png) no-repeat 0 15px;
  }
  .nav-pc-head {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 10;
    width: 100%;
    margin-bottom: 30px;
  }
  .nav-pc-head li {
    margin-left: 36px;
  }
  .nav-pc-head li a {
    font-size: 20px;
    color: #e99a9a;
    padding-bottom: 12px;
  }
  .nav-pc-head li a.active, .nav-pc-head li a:hover {
    color: #f6f2e8;
    background: url(../img/shared/i_ac.png) no-repeat center bottom;
  }
  .sns-head {
    position: absolute;
    top: 402px;
    right: 32px;
    width: 37px;
  }
  .sns-head a {
    display: block;
    margin-bottom: 16px;
  }
  .pp-link {
    position: absolute;
    top: 1050px;
    left: 30px;
    z-index: 89;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .pp-link:hover {
    opacity: 0.75;
  }
.costomer_bnr {
    position: absolute;
    top: 900px;
    right: 120px;
    z-index: 89;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  header .inner {
    width: 100%;
    position: relative;
    z-index: 2;
  }
  header h1 {
    position: absolute;
    top: 570px;
    right: 40px;
    font-size: 16px;
    color: #39230f;
    padding: 0;
    height: 850px;
  }
  header h1 span {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  header .logo {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: url(../img/shared/bg.jpg) repeat;
    z-index: 10;
  }
  header .logo img {
    opacity: 1 !important;
  }
  .hamburger {
    display: none;
  }
  header .menu-toggle {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100% !important;
    top: 0;
    right: 0;
    height: 80px;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background: url(../img/shared/bg_re.jpg) repeat;
    transition: all 0.4s ease;
    text-align: center;
    overflow-y: hidden;
  }
  header .menu-toggle dl {
    padding: 0;
  }
  header .menu-toggle dl.fnt-play {
    display: flex;
  }
  header .menu-toggle dl.fnt-play dt {
    margin: 0;
  }
  header .menu-toggle dl.fnt-play dd {
    display: none;
  }
  header .menu-toggle dl.fnt-play a {
    font-size: 18px;
    color: #FFF;
    transition: all 0.4s ease;
  }
  header .menu-toggle dl.fnt-play a:hover {
    opacity: 0.75;
  }
  header .menu-toggle dl.tel {
    width: 280px;
    text-align: right;
    line-height: 25px;
  }
  header .menu-toggle dl.tel dt {
    font-size: 14px;
    margin: 0;
    display: block;
  }
  header .menu-toggle dl.tel dd i {
    font-style: normal;
    font-size: 30px;
    padding-left: 30px;
    background: url(../img/shared/icon_tel.png) no-repeat 0 15px;
    background-size: 20px;
  }
  .has-nav header .menu-toggle {
    visibility: visible;
    opacity: 1;
  }
  header .menu-toggle .box {
    display: flex;
    flex-wrap: wrap;
  }
  header .menu-toggle .nav {
    list-style-type: none;
    list-style-position: outside;
    text-align: left;
  }
  header .menu-toggle .nav li {
    display: flex;
    justify-content: center;
  }
  header .menu-toggle .nav a {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    font-weight: 400;
  }
  .navopen .menu-toggle {
    visibility: visible;
    pointer-events: visible;
    right: 0;
  }
  header .menu-toggle .header-nav {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
  header .menu-toggle .nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 630px;
    box-sizing: border-box;
    z-index: 5;
    position: relative;
    height: 80px;
  }
  header .menu-toggle .nav li {
    width: auto;
    padding-top: 0;
    margin: 0 28px 0 0;
  }
  header .menu-toggle .nav a {
    position: relative;
    font-size: 18px;
    padding: 23px 0 9px;
    transition: all 0s ease;
    display: block;
    font-weight: 400;
  }
  header .menu-toggle .nav a.active, header .menu-toggle .nav a:hover {
    background: url(../img/shared/i_ac.png) no-repeat center bottom;
    padding-left: 0;
    color: #f6f2e8;
  }
}

/*=============================================
 * <footer>
 *=============================================*/
footer {
  font-size: 16px;
  background: url(../img/shared/line.jpg) repeat-x, url(../img/shared/bg_ft.jpg) repeat;
  background-size: auto 7px, auto;
  color: #FFF;
  line-height: 38px;
  padding: 7px 0 0;
}

footer .ft-box {
  background: url(../img/shared/bg_box.jpg) no-repeat top center;
  background-size: cover;
  padding: 123px 0 80px;
}

footer .info {
  margin-left: 123px;
  display: flex;
}

footer .info .logo {
  margin-right: 153px;
}

footer .info .phone-common {
  color: #f6f2e8;
  padding-top: 15px;
}

footer .info .phone-common i {
  display: block;
  margin-top: 20px;
}

footer .info .phone-common i a {
  background: url(../img/shared/bg_btn.jpg) no-repeat top center;
  width: 248px;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  text-align: center;
  color: #7d0808;
  display: block;
  transition: all 0.3s ease;
}

footer .info .phone-common i a:hover {
  opacity: 0.75;
}

footer .link-ft {
  padding-top: 30px;
}

footer .link-ft .nav-pc-head {
  justify-content: center;
}

footer .link-ft .nav-pc-head li a {
  color: #b4b4b4;
  font-size: 18px;
}

footer .link-ft .nav-pc-head li a.active, footer .link-ft .nav-pc-head li a:hover {
  color: #efe9d6;
}

footer .link-ft .link-us {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 170px;
}

footer .link-ft .link-us a {
  color: #f6f2e8;
  font-size: 18px;
  transition: all 0.3s ease;
}

footer .link-ft .link-us a:hover {
  opacity: 0.75;
}

footer .link-ft .link-us dd {
  margin-left: 20px;
}

footer .link-ft .link-us dd a {
  border: 1px solid;
  display: block;
  padding: 4px 20px;
}

footer .text {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .text .box {
  width: 470px;
}

footer .text .box p {
  border-bottom: 1px solid #929292;
  padding: 18px 0;
}

footer .text .box dl {
  padding-top: 55px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
}

footer .text .box dl dt {
  width: 170px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 20px;
}

footer .text .box dl dt span {
  width: 100%;
  display: block;
  font-size: 20px;
  border-bottom: 1px solid #929292;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

footer .text .box dl dt a {
  display: block;
  margin: 0 9px;
}

footer .text .box dl dd {
  margin: 0 20px;
  width: 180px;
  text-align: center;
}

footer .text .box dl dd span {
  display: block;
}

footer .info-sns {
  padding: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .info-sns #socialbuttons {
  margin: 0 110px;
}

footer .info-sns .address-box {
  margin: 0 110px;
}

footer .info-sns .cookies-link a:hover {
  text-decoration: underline;
}

.navopen #pagetop {
  z-index: -1;
}

@media screen and (max-width: 767px) {
  header .menu-toggle {
    height: 110vh;
  }
  .header-nav {
    padding: 0 8%;
  }
  footer {
    font-size: 13px;
    background: url(../img/shared/line_sp.jpg) repeat-x, url(../img/shared/bg_ft.jpg) repeat;
    background-size: auto 7px, cover;
    color: #FFF;
    line-height: 26px;
    padding: 7px 0 0;
  }
  footer .ft-box {
    background: url(../img/shared/bg_box.jpg) no-repeat top center;
    background-size: cover;
    padding: 12vw 0 10vw;
  }
  footer .info {
    margin-left: 0;
    display: block;
  }
  footer .info .logo {
    margin: 0 19% 2vw;
  }
  footer .info .phone-common {
    color: #f6f2e8;
    padding-top: 15px;
    text-align: right;
    width: 248px;
    margin: auto;
  }
  footer .info .phone-common i {
    display: block;
    margin-top: 20px;
  }
  footer .info .phone-common i a {
    background: url(../img/shared/bg_btn.jpg) no-repeat top center;
    width: 248px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    text-align: center;
    color: #7d0808;
    display: block;
    transition: all 0.3s ease;
    padding: 0 !important;
  }
  footer .info .phone-common i a:hover {
    opacity: 0.75;
  }
  footer .info dd a {
    font-size: 30px;
    padding-left: 32px;
    background: url(../img/shared/icon_tel.png) no-repeat 0 15px;
    background-size: 25px auto;
  }
  footer .link-ft {
    display: none;
  }
  footer .text {
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  footer .text .box {
    width: 100%;
  }
  footer .text .box p {
    border-bottom: 1px solid #929292;
    padding: 14px 0;
  }
  footer .text .box p.ltc {
    letter-spacing: 0.05em;
  }
  footer .text .box dl {
    padding-top: 45px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  footer .text .box dl dt {
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
    justify-content: center;
  }
  footer .text .box dl dt span {
    width: 100%;
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #929292;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  footer .text .box dl dt a {
    display: block;
    margin: 0 11px;
  }
  footer .text .box dl dd {
    margin: 0 20px;
    width: 100%;
    text-align: center;
  }
  footer .text .box dl dd span {
    display: block;
    width: 200px;
    margin: 35px auto 5px;
  }
  footer .text .box dl dd a {
    display: none;
  }
  footer .text .box dl dd span a {
    display: block;
  }
  footer .info-sns {
    padding: 42px 0 24vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  footer .info-sns #socialbuttons {
    margin: 0 auto;
    order: 1;
  }
  footer .info-sns .address-box {
    margin: 20px 10px 0;
    order: 2;
    line-height: 32px;
  }
  footer .info-sns .cookies-link a:hover {
    text-decoration: underline;
  }
  #pagetop {
    width: 50px;
    bottom: 80px;
  }
}

/*====================== ft-fixed ====================== */
#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 89;
  color: #fff;
  width: 100%;
  background: url(../img/shared/bg_red.jpg) repeat;
}

.has-nav #ft-fixed {
  opacity: 1;
  visibility: visible;
}

#ft-fixed ul {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: none;
}

#ft-fixed ul li {
  margin: auto;
}

/* iPhone X */
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .has-nav footer:after {
    background: url(../img/shared/bg_ipx.jpg) repeat-y;
    background-size: 100% auto;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 80px;
  }
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  .has-nav footer:after {
    background: url(../img/shared/bg_ipx.jpg) repeat-y;
    background-size: 100% auto;
    content: '';
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft-fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 80px;
  }
}

/* iPhone 11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .has-nav footer:after {
    background: url(../img/shared/bg_ipx.jpg) repeat-y;
    background-size: 100% auto;
    content: '';
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 88;
  }
  #ft_fixed {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: 80px;
  }
}

@media screen and (min-width: 767px) {
  .has-nav footer:after {
    display: none !important;
  }
  #ft-fixed {
    display: block;
    position: fixed;
    right: 0;
    bottom: inherit;
    top: 90px;
    left: inherit;
    background: none;
    width: 70px;
  }
  #ft-fixed ul {
    display: block;
  }
  #ft-fixed ul li {
    margin-bottom: 14px;
  }
  #pagetop {
    width: 69px;
    bottom: 20px;
  }
}

/*=============================================
 * style custom
 *=============================================*/
.bg-parallax {
  position: relative;
  z-index: 0;
}

.img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}

.slick-arrow {
  position: absolute;
  background: url(../img/shopping/left.png) no-repeat center;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
  font-size: 0;
  bottom: -50px;
  z-index: 90;
}

.slick-arrow.slick-prev {
  left: 75px;
}

.slick-arrow.slick-next {
  left: 290px;
  background: url(../img/shopping/right.png) no-repeat center;
}

.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 0;
}

.slick-dots li {
  width: 60px;
  height: 5px;
  margin: 0 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slick-dots li button {
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  background: none;
  border: none;
  border-radius: 0;
  background: #efe9d6;
  cursor: pointer;
  border-radius: 0%;
}

.slick-dots li.slick-active button {
  background: #7d0808;
}

@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 35px;
    height: 4px;
    margin: 10px 6px 0px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  header .logo {
    z-index: 10;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .img-parallax img {
    height: auto !important;
    object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fadeZ {
  0% {
    transform: scale(0.8) translateZ(0);
    transition: all 3s ease;
  }
  100% {
    transform: scale(1) translateZ(0);
    transition: all 3s ease;
  }
}

@keyframes fadeZ {
  0% {
    transform: scale(0.8) translateZ(0);
    transition: all 3s ease;
  }
  100% {
    transform: scale(1) translateZ(0);
    transition: all 3s ease;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.fadeZ {
  -webkit-animation-name: fadeZ;
  animation-name: fadeZ;
}

/* .fadeIn[style] {
    opacity: 1;
} */
.animated {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@keyframes scrollUp {
  0% {
    background-position: 0 -140px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 140px;
  }
}


@media screen and (min-width: 767px) and (max-width: 1020px){

  header .menu-toggle .nav {
    width: 440px;
}
  header .menu-toggle .nav a{
font-size: 15px;
}
header .menu-toggle dl.tel {
width: 170px;}
header .menu-toggle dl.tel dd i {
  font-size: 20px;    background: url(../img/shared/icon_tel.png) no-repeat 0 5px;background-size: 20px;
}
}
