@charset "UTF-8";

.mv p.badge{
  position: absolute;
  bottom:10px;
  right:10px;
  width:30%;
  max-width:200px;
  padding:0px;
  z-index: 3;
}
.mv p.badge a{
 display:block;
 line-height:0px;
}
html {
  text-size-adjust: 100%;
  font: 10px/2 YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
body {
  font: 1.4rem/3rem YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"1;
}
body {
  min-width: 1040px;
}
@media screen and (max-width: 750px) {
  body {
    min-width: initial;
  }
}
h1 {
  float: left;
  width: 200px;
}
h2 {
  line-height: 5rem;
  font-size: 3rem;
}
h2.ttl {
  font-size: 2.4rem;
  margin: 0px auto 60px;
  text-align: center;
  display: block;
  padding-bottom: 5px;
  padding-top: 60px;
  position: relative;
  font-weight: bold;
  line-height: 2.4rem;
}
h2.ttl::before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 100px);
  width: 200px;
  height: 1px;
  content: '';
  background: #000;
}
h2.ttl::after {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 100px);
  width: 200px;
  height: 1px;
  content: '';
  background: #000;
}
h3 {
  font-size: 3rem;
  line-height: 3.6rem;
  margin-bottom: 40px;
  font-weight: bold;
}
h3 span {
  font-weight: bold;
}
img {
  height: auto;
  width: 100%;
}
a:hover {
  opacity: 0.7;
}
header {
  height: 60px;
  padding: 15px;
  width: 100%;
  background-color: #000;
}
header img {
  width: auto;
  max-height: 30px;
}
.footer-nav-wrap {
  background-color: #FFFFFF;
}
.footer-nav-wrap.engimono-foot {
  background-color: #FFFDEA;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
.footer-nav p {
  margin-bottom: 20px;
}
.footer-nav a {
  margin: 0px 10px 20px;
  position: relative;
  display: inline-block;
}
.footer-nav p a.contact-btn::after {
  content: url('../images/contact-btn.png');
  width: 30px;
  display: inline-block;
  position: absolute;
  right: -30px;
  top: 2px;
}
footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000000;
  color: #FFFFFF;
  font-size: 1.1rem;
}
footer span {
  font-size: 120%;
  font-weight: bold;
}
footer p {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
}
.mv {
  height: 70vh;
  position: relative;
}
.video-wrap {
  position: fixed;
  right: 0;
  top: 0;
  height: 75vh;
  width: 100%;
  z-index: -100;
}
#bg-video {
  min-height: 75vh;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
.mv .mv-ttl {
  position: relative; /*必ず必要*/
  z-index: 2; /*必ず必要*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  height: 100%;
  width: 100%;
}
.mv .mv-ttl img {
  max-width: 300px;
}
section {
  padding-bottom: 100px;
  background-color: #FFFFFF;
}
a.more-btn {
  display: inline-block;
  padding: 10px 20px 10px 10px;
  color: #FFFFFF;
  background-color: #000000;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  margin-top: 40px;
}
a.more-btn::after {
  content: " >";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%)
}
.slick-slide {
  text-align: left;
  line-height: 2rem;
}
.online-shop {
  background-color: #fffdea;
  padding-top: 60px;
}
.inr {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.online-shop .online-rogo {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.online-shop h2 {
  font-size: 3rem;
  width: auto;
  padding: 0px;
  margin: 0px auto 40px;
}
.online-shop .online-text {
  font-size: 1.8rem;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  display: inline-block;
  line-height: 2rem;
}
.online-shop .online-text::before {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  left: 0px;
}
.online-shop .online-text::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0px;
}
.online-shop a.more-btn {
  background-color: #E30509;
  padding-left: 50px;
  padding-right: 30px;
  font-size: 1.8rem;
}
.online-shop a.more-btn::after {
  content: url(../images/icon-cart.png);
  position: absolute;
  left: 10px;
  width: 30px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%)
}
.online-shop .section-img {
  margin-top: 60px;
  margin-bottom: 60px;
}
.voice {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background-color: #FFFFFF;
  border: thin solid #000000;
  margin: 0px auto 60px;
  width: 1000px;
}
.modal {
  display: none;
}
.voice-modal {
  width: 90%;
  border-style: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  margin-bottom: 0px;
}
.voice-modal  h3{
    margin-bottom: 20px;    
}
.modal-contents {
  display: table;
  text-align: left;
  margin-top: 20px;
}
.modal-contents p {
  display: table-cell;
  vertical-align: top;
  line-height: 2rem;
}
.ttl-modal {
  text-align: left;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-top: 20px;
}
.modal-contents .text {
  width: 60%;
  padding-right: 20px;
  line-height: 3rem;
}
.voice-ttl img {
  max-width: 200px;
}
.voice h3 {
  font-size: 2rem;
}
.voice-btn {
  display: flex;
}
.voice-btn p {
  padding-left: 20px;
  padding-right: 20px;
}
.item {
  background-color: #E60114;
}
.item h2 {
  color: #FFFFFF;
  font-size: 3rem;
  padding-top: 60px;
}
.item img {
  width: 100%;
  height: auto;
}
.item-img {
  display: flex;
  width: 1000px;
}
.item-img img {
  width: 25%;
}
.slick-track {
  letter-spacing: normal;
}
.pcn {
  display: none
}
.breadcrumbs {
  position: absolute;
  left: 15px;
  top: 15px;
}
.breadcrumbs li, .breadcrumbs li a {
  display: inline-block;
  color: #FFFFFF;
}
.breadcrumbs li::after {
  content: ' > ';
  display: inline-block;
  padding: 0 10px; /*左右に余白*/
}
.breadcrumbs li:last-child::after {
  display: none;
}
.lb-data .lb-number {
  display: none;
}
@media screen and (max-width: 750px) {
  .mv {
    height: 50vh;
    margin-top: 50px;
    overflow-x: hidden;
    width: 100%;
  }
  .video-wrap {
    width: 100%;
    overflow-x: hidden;
    margin-top: 50px;
    height: 50vh;
  }
  #bg-video {
    height: 50vh;
  }
  header img {
    height: auto;
    width: 60%;
  }
  .mv .mv-ttl img {
    width: 45%;
  }
  nav ul, .voice, .item-img {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .inr {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  section {
    padding-bottom: 40px;
  }
  .footer-nav {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 20px;
  }
  .footer-nav p {
    display: flex;
    padding: 0px;
    margin: 0px;
    border-top: thin solid #CCCCCC;
  }
  .footer-nav a {
    width: 50%;
    text-align: center;
    display: block;
    padding: 10px;
    margin: 0px;
    border-right: thin solid #CCCCCC;
  }
  a.more-btn {
    padding: 10px;
    width: 90%;
  }
  h2.ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  h3 span {
    margin-left: 0.5rem;
    font-weight: bold;
  }
  p {
    text-align: justify;
    padding-left: 5%;
    padding-right: 5%;
  }
  p#pagetop {
    width: 50px;
    padding: 0px;
    bottom: 60px;
  }
  p.section-img {
    padding: 0px;
    width: 100%;
  }
  p br {
    display: none;
  }
  p.voice-ttl {
    text-align: center;
  }
  .item h2 {
    font-size: 2.4rem;
    line-height: 3rem;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .item p {
    padding: 0px;
  }
  .item-img {
    display: block;
    font-size: 0px;
    line-height: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    letter-spacing: -1em;
  }
  .item-img img {
    width: 50%;
    display: inline-block;
  }
  .online-shop {
    padding-bottom: 60px;
  }
  .voice {
    padding: 15px;
  }
  .voice-btn {
    display: block;
  }
  .voice h3 {
    margin-bottom: 15px;
  }
  .voice-btn p {
    padding: 0px;
  }
  .pcn {
    display: block
  }
  .footer-nav p a.contact-btn::after {
    content: none;
  }
  .breadcrumbs {
    position: static;
    margin-top: 50px;
    text-align: left;
    margin-left: 10px;
  }
  .breadcrumbs li, .breadcrumbs li a {
    color: #000;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    overflow-x: hidden;
  }
  .modal-contents {
    display: block;
  }
    .modal-contents .text,.modal-contents p{
    display: block;
    width: 100%;
}
}