@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
.ov {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  text-decoration: none; }

.ov:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }
  @media screen and (max-width: 768px) {
    .ov:hover {
      opacity: 1;
      filter: alpha(opacity=100);
      -ms-filter: "alpha(opacity=100)"; } }

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: bottom;
  background: transparent;
  font-family: 'Open Sans', 'Roboto', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: normal;
  box-sizing: border-box; }

sub {
  vertical-align: bassline !important;
  font-size: 12px !important; }

html, body {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%; }

header img {
  width: 100%;
  display: block; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #0e0e0e; }

ol,
ul {
  list-style: none; }

@font-face {
  font-family: 'GerTTmedium';
  src: url("./font/GerTT Medium.otf") format("opentype"), url("./font/GerTT Medium.woff") format("woff"); }
@font-face {
  font-family: 'GerTTlight';
  src: url("./font/gerttlightweb.otf") format("opentype"), url("./font/gerttlightweb.woff") format("woff"); }
.sp {
  display: block !important; }

.pc {
  display: none !important; }

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important; }

  .pc {
    display: block !important; }

  .inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 30px; } }
@media only screen and (max-width: 768px) {
  html,
  body {
    height: 100%;
    min-width: 320px; } }
/*========================================================
▼ヘッダー
========================================================*/
header {
  width: 100%;
  height: calc(41.25px + 1vw);
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #0e0e0e;
  z-index: 9999; }

.header-inner {
  width: 100%;
  position: relative;
  height: calc(41.25px + 1vw);
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  align-items: center; }

.header-inner .logo {
  width: 12.67vw;
  max-width: 70px; }

/*SNSアイコン*/
.header-inner .sns {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.header-inner .sns a {
  display: block;
  text-align: center;
  padding: 0 1em;
  color: #fff; }

.header-inner .sns a:nth-child(1) img {
  width: 32px; }
  @media screen and (max-width: 768px) {
    .header-inner .sns a:nth-child(1) img {
      width: 27px; } }

.header-inner .sns a:last-of-type {
  padding-right: 0; }

.header-inner .sns a:hover,
.header-inner .logo:hover {
  opacity: 0.8; }

.header-inner .sns a i {
  font-size: calc(2rem + 1vw);
  vertical-align: middle; }

@media only screen and (min-width: 769px) {
  header {
    width: 100%;
    height: 90px; }

  .header-inner {
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto; }

  .header-inner .logo {
    max-width: 102px;
    max-height: 56px; }

  .header-inner .sns a {
    padding: 0 1.5em; }

  .header-inner .sns a:hover,
  .header-inner .logo:hover {
    opacity: 0.8; }

  .header-inner .sns a i {
    font-size: 3.5rem;
    vertical-align: middle; } }
/*========================================================
▼メイン
========================================================*/
#main {
  width: 100%;
  position: relative;
  background-color: #fff; }

@media only screen and (min-width: 769px) {
  #main {
    width: 100%;
    margin: 0 auto; } }
/*========================================================
▼メインビジュアル
========================================================*/
#mv {
  position: relative;
  z-index: 9996;
  width: 100%; }

#mv .mv-inner {
  width: 100%;
  margin: 0 auto;
  height: calc(100vw * 0.74);
  max-height: 520px;
  position: relative;
  background-image: url(../images/mv.jpg);
  background-position: 50% 50%;
  background-size: cover;
  padding-top: 9.33%; }

#mv .mv-video {
  width: 100%;
  padding: 0 4%;
  margin: 0 auto;
  position: relative; }

.play-btn {
  color: #fff;
  font-size: 2vw;
  position: absolute;
  bottom: 1.2em;
  left: 4%;
  padding-left: 1.4em; }

.fa-play {
  font-size: 1.8em;
  margin-right: 0.3em;
  vertical-align: middle; }

@media only screen and (min-width: 769px) {
  #mv {
    background-color: #444; }

  #mv .mv-inner {
    width: 100%;
    max-width: 1800px;
    max-height: 750px;
    margin: auto; }

  #mv .mv-video {
    width: 100%;
    max-width: 750px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative; }

  .play-btn {
    font-size: 1.6rem;
    padding-left: 1em; }

  .play-btn:hover {
    opacity: 0.6; }

  .fa-play {
    font-size: 1.3em;
    margin-right: 0.3em; } }
/*スクロールボタン*/
.scroll_down {
  position: absolute;
  bottom: 4.3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9998; }

.scroll_down a {
  font-size: 2vw;
  font-weight: 600;
  color: #333;
  position: relative;
  display: block;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

.scroll_down a span {
  position: absolute;
  bottom: 38px;
  left: 67%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 15px;
  height: 15px;
  margin-left: -12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0; } }
@media only screen and (min-width: 769px) {
  .scroll_down a {
    font-size: 14px; } }
/*========================================================
▼コンテンツ
========================================================*/
#main img {
  max-width: 100%; }

.hero {
  height: 710px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url(../images/bg_main.jpg) no-repeat center center/cover; }
  @media screen and (max-width: 768px) {
    .hero {
      height: 300px;
      background: url(../images/bg_main.jpg) no-repeat center right/cover; } }
  .hero h1 {
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      .hero h1 {
        width: 90%;
        padding: 0 5%; } }

#mainNav {
  background-color: #e81c3d; }
  #mainNav ul {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0; }
    @media screen and (max-width: 900px) {
      #mainNav ul {
        padding: 10px 20px; } }
    @media screen and (max-width: 768px) {
      #mainNav ul {
        padding: 0; } }
    #mainNav ul li a {
      color: #ffffff;
      font-size: 18px;
      display: block;
      background-color: #e81c3d;
      position: relative;
      padding: 0 20px 0 0; }
      #mainNav ul li a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        top: 50%;
        margin: -7px 0 0 9px; }
    @media screen and (max-width: 768px) {
      #mainNav ul li {
        text-align: center;
        width: 50%;
        padding: 10px 0; }
        #mainNav ul li:nth-child(1) {
          border-right: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff; }
        #mainNav ul li:nth-child(2) {
          border-left: 1px solid #ffffff;
          border-bottom: 1px solid #ffffff; }
        #mainNav ul li:nth-child(3) {
          border-top: 1px solid #ffffff;
          border-right: 1px solid #ffffff; }
        #mainNav ul li:nth-child(4) {
          border-top: 1px solid #ffffff;
          border-left: 1px solid #ffffff; } }

#wrapper {
  width: 100%;
  text-align: center; }

.inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 80px 0; }
  @media screen and (max-width: 900px) {
    .inner {
      padding: 80px 20px; } }
  @media screen and (max-width: 768px) {
    .inner {
      padding: 50px 5%; } }

.video {
  background: url(../images/bg_movie.jpg) no-repeat center center/cover;
  height: 698px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .video {
      height: 250px; } }
  .video p {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.75); }
  .video .btn {
    cursor: pointer; }

.iziModal {
  max-width: 600px; }
  .iziModal .video {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 56.25%; }
    .iziModal .video iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%; }

/*
video{
    width: 600px;
    height:480px;
    @include break{
        max-width:100%;
        width: auto;
        height:auto;
    }
}
*/
#story {
  background: url(../images/bg_story.jpg) no-repeat center center/cover; }
  @media screen and (max-width: 768px) {
    #story h2 {
      max-width: 160px;
      margin: 0 auto; } }
  #story .lead {
    font-size: 18px;
    margin-top: 40px;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      #story .lead {
        font-size: 15px; } }
  #story ul li .img {
    margin-top: 30px; }
  #story ul li .ttl {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      #story ul li .ttl {
        font-size: 15px; } }
  #story ul li .txt {
    font-size: 16px;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      #story ul li .txt {
        font-size: 14px; } }

#point ul li {
  height: 700px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    #point ul li {
      height: auto; } }
  #point ul li h2 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      #point ul li h2 {
        font-size: 30px;
        line-height: 1.3; } }
    @media screen and (max-width: 768px) {
      #point ul li h2 img {
        display: block;
        max-width: 150px;
        margin: 0 auto; } }
  #point ul li p {
    color: #ffffff;
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      #point ul li p {
        font-size: 15px; } }
  #point ul li:nth-child(1) {
    background: url(../images/bg_point01.jpg) no-repeat center center/cover; }
  #point ul li:nth-child(2) {
    background: url(../images/bg_point02.jpg) no-repeat center center/cover; }
  #point ul li:nth-child(3) {
    background: url(../images/bg_point03.jpg) no-repeat center center/cover; }
    @media screen and (max-width: 768px) {
      #point ul li:nth-child(3) h2 {
        text-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2); } }

#product {
  background: url(../images/bg_product.jpg) no-repeat center center/cover; }
  @media screen and (max-width: 768px) {
    #product h2 {
      max-width: 230px;
      margin: 0 auto; } }
  #product .img {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #product .img {
        max-width: 300px;
        margin: 40px auto 0;
        padding: 0 5%; } }
  #product .ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      #product .ttl {
        font-size: 15px; } }
  #product .txt {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      #product .txt {
        font-size: 14px; } }

@media screen and (max-width: 768px) {
  #shop h2 {
    max-width: 130px;
    margin: 0 auto; } }
#shop h3 {
  font-size: 18px;
  margin: 40px auto 50px; }
  @media screen and (max-width: 768px) {
    #shop h3 {
      font-size: 16px;
      margin: 30px auto; } }
#shop ul {
  border-top: 1px solid #646464; }
  #shop ul li {
    border-bottom: 1px solid #646464;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left; }
    @media screen and (max-width: 768px) {
      #shop ul li {
        display: block; } }
    #shop ul li dl dt {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        #shop ul li dl dt {
          font-size: 17px; } }
    #shop ul li dl dd {
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        #shop ul li dl dd {
          margin-bottom: 30px;
          font-size: 14px; } }
    @media screen and (max-width: 768px) {
      #shop ul li .btn {
        margin-top: 20px; } }
    #shop ul li .btn a {
      color: #ffffff;
      font-size: 18px;
      width: 100%;
      height: 100%;
      display: block;
      padding: 10px 40px 10px 30px;
      background-color: #e81c3d;
      position: relative; }
      @media screen and (max-width: 768px) {
        #shop ul li .btn a {
          font-size: 16px;
          display: inline; } }
      #shop ul li .btn a:after {
        content: '';
        width: 10px;
        height: 10px;
        border: 0px;
        border-top: solid 2px #ffffff;
        border-right: solid 2px #ffffff;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        margin: -4px 0 0 6px; }
#shop .pagetop {
  max-width: 900px;
  margin: 0 auto;
  text-align: right; }
  @media screen and (max-width: 900px) {
    #shop .pagetop {
      padding-right: 20px; } }
  @media screen and (max-width: 768px) {
    #shop .pagetop {
      padding-right: 5%; } }

/*========================================================
▼フッター
========================================================*/
footer {
  text-align: center; }

footer small {
  width: 100%;
  background: #000;
  color: #fff;
  display: block;
  font-size: 2.6vw;
  line-height: 1.2;
  padding: 10px 0; }

@media only screen and (min-width: 769px) {
  footer small {
    font-size: 1.4rem;
    padding: 12px 0; } }
/*========================================================
▼モーダル
========================================================*/
.modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0e0e0e; }

a.modal-close {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 8%;
  max-width: 40px; }

.modal_logo {
  width: 30%;
  margin: 0 auto 6%;
  text-align: center; }

.modal_logo img {
  display: inline-block; }

.modal-btn {
  width: 100%;
  list-style: none;
  padding: 0 5%; }

.modal-btn li {
  width: 100%;
  margin-bottom: 4%; }

.modal-btn li a {
  color: #fff;
  font-size: 1.6rem;
  background-color: #e1352b;
  display: block;
  text-align: center;
  padding: 0.3em 0; }

@media only screen and (min-width: 769px) {
  a.modal-close {
    width: 50px; }

  a.modal-close:hover {
    cursor: pointer;
    opacity: 0.75; }

  .modal-btn {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0; }

  .modal-btn li {
    width: 157.5px; }

  .modal-btn li:first-of-type {
    padding-left: 0; }

  .modal-btn li a {
    position: relative;
    z-index: 2; }

  .modal-btn li a::before,
  .modal-btn li a::after {
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }

  .modal-btn li a,
  .modal-btn li a::before,
  .modal-btn li a::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }

  .modal-btn li a:hover {
    background-color: #fff;
    color: #e1352b; }

  .modal-btn li a::before,
  .modal-btn li a::after {
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #e1352b; }

  .modal-btn li a::before {
    right: 0; }

  .modal-btn li a::after {
    left: 0; }

  .modal-btn li a:hover::before,
  .modal-btn li a:hover::after {
    width: 0;
    background-color: #e1352b; }

  .modal_logo {
    width: 100%; } }
/*モーダル動画部分
-------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .modal_content {
    width: 100%;
    margin: 0 auto;
    position: fixed !important;
    top: 30px !important;
    left: 0 !important;
    display: none;
    z-index: 99999; }

  .modal_movie {
    width: 100%;
    padding: 0 5%;
    height: 45vh;
    margin-bottom: 3%; } }
@media only screen and (min-width: 769px) {
  .modal_content {
    width: 750px;
    margin: 0 auto;
    position: fixed;
    display: none;
    z-index: 99999; }

  .modal_movie {
    width: 100%;
    height: 421px;
    margin: 0 auto 30px; }

  .modal_logo {
    width: 150px; } }

/*# sourceMappingURL=style.css.map */
