@import url("../base.css");
/***************************************************************************
*
* LASTRO COMMON STYLE
*
***************************************************************************/
@font-face {
  font-family: A1Mincho;
  src: url(../../fonts/A1Mincho-Bold.otf);
}

@font-face {
  font-family: snell;
  src: url(../../fonts/SnellBT-Regular.otf);
  font-weight: normal;
}

@font-face {
  font-family: 'Baskerville BT Roman';
  font-style: normal;
  font-weight: normal;
  src: local("Baskerville BT Roman"), url(../../fonts/BaskervilleBT.woff) format("woff");
}

.mincho {
  font-family: A1Mincho, sans-serif;
}

.snell {
  font-family: snell, sans-serif;
}

.basker {
  font-family: 'Libre Baskerville', serif;
}

.baskervbt {
  font-family: 'Baskerville BT Roman';
  font-weight: normal;
}

.scrollToTop {
  position: fixed;
  right: 60px;
  bottom: 60px;
  cursor: pointer;
  opacity: 0;
  transition: all 300ms linear;
}

.scrollToTop.scroll {
  opacity: 1;
}

.inner {
  width: 1050px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

#header .inner {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 61px 0 30px;
  overflow: hidden;
  z-index: 999;
  transition: all 0.25s;
}

#header.active {
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.3);
}

#header .mainMenu .menu {
  list-style: none;
}

#header .mainMenu .menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 40px 0 0;
  position: relative;
}

#header .mainMenu .menu li:before {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0%;
  border-bottom: 1px solid #fff;
  height: 1px;
  left: 0;
  transition: all 0.25s;
}

#header .mainMenu .menu li:after {
  content: "";
  position: absolute;
  bottom: -3px;
  width: 0%;
  border-bottom: 1px solid #fff;
  height: 1px;
  right: 0;
  transition: all 0.25s;
}

#header .mainMenu .menu li.active:before, #header .mainMenu .menu li:hover:before, #header .mainMenu .menu li.active:after, #header .mainMenu .menu li:hover:after {
  width: 50%;
}

#header .mainMenu .menu li:last-child {
  margin-right: 0;
}

#header .mainMenu .menu li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  position: relative;
}

#header .mainMenu .menu li a:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 20px;
  background: url(../../images/lastro/common/arrow_down.png) no-repeat bottom center;
  bottom: -6px;
  transition: all 0.25s;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

#header .mainMenu .menu li a.active:before, #header .mainMenu .menu li a:hover:before {
  opacity: 1;
  bottom: -16px;
}

#header .sns {
  list-style: none;
}

#header .sns li {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
  margin-left: 14px;
}

#header .shop a {
  width: 200px;
  display: block;
  text-decoration: none;
  color: #fff;
  background: #ca1e1d;
  line-height: 1;
  padding: 11px 0;
  transition: .2s;
}

#header .shop a:before {
  display: inline-block;
  content: "";
  background-image: url("../../images/lastro/cart.svg");
  background-repeat: no-repeat;
  background-size: 18px 18px;
  height: 18px;
  width: 25px;
  vertical-align: -2px;
}

#header .shop a:hover {
  opacity: .8;
}

#header .shop a br {
  display: none;
}

.slider {
  position: relative;
}

.slider:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  width: 97.7%;
  height: 93.5%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.slider .bxslider li {
  line-height: 0;
}

.slider .bxslider li span {
  height: 100vh;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

.slider .bxslider li span.pc {
  display: block;
}

.slider .bxslider li span.sp {
  display: none;
}

.slider .logo_slider {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  color: #fff;
  text-align: center;
}

.slider .logo_slider .text {
  font-size: 17px;
  line-height: 2.3;
  margin-top: 35px;
}

.slider .bx-wrapper {
  padding: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}

.slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: 55px;
  z-index: 3;
}

.slider .bx-wrapper .bx-pager .bx-pager-item {
  margin: 0 9px;
}

.slider .bx-wrapper .bx-pager .bx-pager-item a {
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #fff;
}

#footer {
  background: #1f100a;
  text-align: center;
  padding: 70px 0 82px;
}

#footer .btn {
  text-align: center;
  margin-top: 25px;
}

#footer .btn li {
  display: inline-block;
  vertical-align: top;
  margin: 0 13px;
}

#footer .btn li a {
  color: #fff;
  background: #1f100a;
  font-size: 18px;
  text-align: center;
  width: 270px;
  text-decoration: none;
  display: block;
  padding: 4px 0 8px;
  letter-spacing: 1px;
  position: relative;
  border: 1px solid #fff;
  transition: all 0.25s;
}

#footer .btn li a:hover {
  box-shadow: inset 0 0 0px 2px #fff;
}

#footer .btn li a:after {
  content: "";
  position: absolute;
  width: 13px;
  height: 10px;
  bottom: 5px;
  right: 5px;
  background: url("../../images/lastro/icon_more.png") no-repeat center;
}

#copyright {
  text-align: center;
  color: #6a6a6a;
  font-size: 10px;
  letter-spacing: 2px;
  padding: 7px 0;
}

.sp {
  display: none;
}

.sp-inl {
  display: none;
}

/* STYLE SP */
@media (max-width: 896px) {
  .sp {
    display: block;
  }
  .sp-inl {
    display: inline-block;
  }
  .pc {
    display: none;
  }
  .inner {
    width: 100%;
    padding: 0 3%;
  }
  .scrollToTop {
    right: 3%;
    bottom: 5%;
    width: 60px;
  }
  #header {
    background: #fff;
    padding: 10px 0;
    height: 60px;
    overflow: visible;
  }
  #header.active {
    background: #fff;
    padding: 10px 0;
  }
  #header:after {
    content: "";
    display: table;
    clear: both;
  }
  #header .logo {
    width: 89px;
    float: left;
  }
  #header .col_right {
    float: right;
    overflow: hidden;
    margin-top: 7px;
  }
  #header .col_right .tel {
    width: 19px;
    float: left;
    margin-right: 20px;
    line-height: 0;
    position: relative;
  }
  #header .col_right .tel:after {
    width: 1px;
    content: "";
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: #dabcc0;
    height: 100%;
  }
  #header .col_right #nav-icon1 {
    float: right;
  }
  #header #nav-icon1 {
    width: 31px;
    position: relative;
    margin: 0 auto;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    /*background: #009347;*/
    /* padding: 18px 0; */
    height: 24px;
    z-index: 9992;
  }
  #header #nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #cc122c;
    opacity: 1;
    left: 0px;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
  }
  #header #nav-icon1 span:nth-child(1) {
    top: 2px;
  }
  #header #nav-icon1 span:nth-child(2) {
    top: 12px;
  }
  #header #nav-icon1 span:nth-child(3) {
    top: 22px;
  }
  #header #nav-icon1.open span:nth-child(1) {
    top: 12px;
    transform: rotate(45deg);
  }
  #header #nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
  }
  #header #nav-icon1.open span:nth-child(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
  #header .mainMenu {
    position: fixed;
    top: 60px;
    width: 100%;
    left: 0;
    height: calc(100vh - 60px);
    background: rgba(96, 55, 43, 0.95);
    margin: 0;
    overflow-y: auto;
    padding-bottom: 30px;
    display: none;
    z-index: 9999;
  }
  #header .mainMenu .menu li {
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #85655c;
  }
  #header .mainMenu .menu li:before {
    bottom: 0px;
  }
  #header .mainMenu .menu li:after {
    bottom: 0px;
  }
  #header .mainMenu .menu li a {
    padding: 15px 0;
    text-transform: capitalize;
  }
  #header .mainMenu .menu li a:before {
    content: none;
  }
  #header .sns {
    width: 100%;
    margin: 27px 0 0;
  }
  #header .sns li {
    margin: 0 13px;
    width: 36px;
  }
  #header .inner {
    align-items: flex-start;
    display: block;
  }
  #header .shop {
    position: absolute;
    right: calc(90px + 3%);
    top: 8px;
  }
  #header .shop a {
    width: 100px;
    line-height: 1.1;
    padding: 7px 0;
    font-size: 14px;
  }
  #header .shop a:before {
    display: none;
  }
  #header .shop a:hover {
    opacity: 1;
  }
  #header .shop a br {
    display: block;
  }
  .slider {
    margin-top: 60px;
  }
  .slider:before {
    height: 97.7%;
  }
  .slider .bxslider li span {
    height: auto;
  }
  .slider .bxslider li span.sp {
    display: block;
  }
  .slider .bxslider li span.pc {
    display: none;
  }
  .slider .bx-wrapper .bx-pager {
    bottom: 15px;
  }
  .slider .bx-wrapper .bx-pager .bx-pager-item {
    margin: 0 5px;
  }
  .slider .bx-wrapper .bx-pager .bx-pager-item a {
    border: 1px solid #fff;
    width: 8px;
    height: 8px;
  }
  .slider .logo_slider {
    width: 100%;
    top: auto;
    transform: translateX(-50%);
    bottom: 70px;
  }
  .slider .logo_slider .text {
    font-size: 14px;
    line-height: 1.6;
  }
  #footer {
    padding: 30px 0;
  }
  #footer .logo_footer {
    text-align: center;
  }
  #footer .logo_footer a {
    display: inline-block;
    vertical-align: top;
    width: 100px;
  }
  #footer .btn {
    margin-top: 10px;
  }
  #footer .btn li {
    margin-bottom: 15px;
  }
  #footer .btn li a {
    width: 239px;
    font-size: 16px;
    padding: 4px 0 8px;
  }
  #copyright {
    letter-spacing: 0.5px;
  }
}
/*# sourceMappingURL=common.css.map */