@charset "UTF-8";
/* Scss Document */
body {
  overflow: visible; }
  body.show {
    overflow: hidden; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all .5s;
  z-index: 10; }
  #header h1 {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 120px;
    transition: all .5s; }
    #header h1 a img {
      width: 100%;
      height: auto; }
    #header h1.smp {
      position: fixed;
      top: -10%;
      left: 12%;
      width: 48px; }
  #header .menu {
    position: fixed;
    top: 20px;
    right: 20px;
    display: none;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100; }
    #header .menu span {
      background-color: #FFF;
      content: "";
      display: block;
      width: 40px;
      height: 2px;
      opacity: 1;
      position: absolute;
      box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.35); }
      #header .menu span::before, #header .menu span::after {
        background-color: #FFF;
        content: "";
        display: block;
        width: 40px;
        height: 2px;
        position: absolute;
        box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.35);
        transition: all .25s; }
      #header .menu span::before {
        top: 12px; }
      #header .menu span::after {
        bottom: 12px; }
    #header .menu.show span {
      background: transparent;
      box-shadow: none; }
      #header .menu.show span::before, #header .menu.show span::after {
        background: #FFF;
        box-shadow: none; }
      #header .menu.show span::before {
        transform: translateY(-12px) rotate(45deg); }
      #header .menu.show span::after {
        transform: translateY(12px) rotate(-45deg); }
  #header .nav {
    position: absolute;
    top: 40px;
    right: 40px;
    transition: all .5s; }
    #header .nav ul {
      color: #FFF;
      display: flex; }
      #header .nav ul li {
        margin-right: 3rem; }
        #header .nav ul li:last-child {
          margin-right: 0; }
        #header .nav ul li a {
          color: #FFF;
          position: relative; }
          #header .nav ul li a::after {
            background: #FFF;
            content: '';
            width: 0%;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: all .25s; }
          #header .nav ul li a:hover::after {
            width: 100%; }
  #header.scrollin {
    background: rgba(32, 30, 28, 0.5);
    height: 72px; }
    #header.scrollin h1 {
      top: 5px;
      width: 48px; }
    #header.scrollin .nav {
      top: 20px; }
  #header.inquiry {
    padding-top: 5rem;
    position: relative;
    top: auto;
    left: auto; }
    #header.inquiry h1 {
      margin: 0 auto;
      position: relative;
      top: auto;
      left: auto; }

#footer {
  background: #201e1c;
  color: #FFF; }
  #footer a {
    color: #FFF;
    display: block; }
  #footer ul.sns {
    display: flex;
    justify-content: center;
    padding-top: 6em; }
    #footer ul.sns li {
      width: 50px;
      margin-right: 5em; }
      #footer ul.sns li:last-child {
        margin-right: 0; }
  #footer .logoBox {
    text-align: center;
    padding: 5em 0; }
    #footer .logoBox h2 {
      margin: 0 auto;
      width: 120px; }
    #footer .logoBox p {
      margin-top: 1em; }
  #footer .copyBox {
    border-top: 1px solid #FFF;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 5%; }
    #footer .copyBox a {
      cursor: pointer;
      padding: 2em 0; }
    #footer .copyBox .copy {
      order: 1; }
    #footer .copyBox ul {
      display: flex;
      order: 2; }
      #footer .copyBox ul li {
        margin-right: 3em; }
        #footer .copyBox ul li:last-child {
          margin-right: 0; }
  #footer .note {
    font-size: 10px;
    text-align: right;
    margin: 0 1rem 0.5rem 0; }
  #footer.inquiry .copyBox {
    border: none;
    display: block;
    margin: 0 auto;
    padding: 0 5%;
    text-align: center; }

.kv {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-image: url("../images/kv_bg01.jpg");
  background-position: center center;
  background-size: cover; }
  .kv .scroll {
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all .25s;
    z-index: 20; }
    .kv .scroll.show {
      z-index: 0; }
    .kv .scroll:hover {
      bottom: 5%; }
    .kv .scroll a {
      color: #FFF;
      font-size: 114.28%;
      letter-spacing: 0.02em; }
      .kv .scroll a span {
        position: absolute;
        top: 100%;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        box-sizing: border-box; }

.contWrap .content {
  padding-bottom: 10%; }
  .contWrap .content .titleBox {
    display: flex;
    align-items: center;
    padding: 6% 5% 8%;
    box-sizing: border-box;
    width: 100%; }
    .contWrap .content .titleBox h3 {
      font-family: 'Roboto', sans-serif;
      font-size: 171.42%;
      margin-right: 1.5rem; }
    .contWrap .content .titleBox p {
      font-weight: 500;
      line-height: 1em; }
  .contWrap .content .inner {
    margin: 0 auto; }
.contWrap #about.content {
  padding-bottom: 0; }
.contWrap #about .catch {
  text-align: center;
  padding-bottom: 8%; }
  .contWrap #about .catch .inner h3 {
    font-size: 171.42%;
    font-weight: 500;
    margin-bottom: 3rem;
    line-height: 2em; }
  .contWrap #about .catch .inner p {
    font-size: 142.85%;
    font-weight: 500;
    line-height: 2em; }
.contWrap #about .profile {
  background: #201e1c;
  color: #FFF;
  padding: 5rem 0; }
  .contWrap #about .profile .inner {
    width: 980px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .contWrap #about .profile .inner .nameBox p.post {
      font-size: 92.85%; }
    .contWrap #about .profile .inner .nameBox p.name {
      font-size: 121.42%; }
    .contWrap #about .profile .inner .nameBox p span {
      font-size: 85.71%;
      margin-left: 1rem; }
    .contWrap #about .profile .inner .txt h3 {
      margin-bottom: 0.5em; }
    .contWrap #about .profile .inner.corp {
      display: block;
      margin-top: 2.5rem; }
      .contWrap #about .profile .inner.corp .titleBox {
        padding: 0 0 1rem; }
.contWrap #merchandise.content {
  padding-bottom: 0; }
  .contWrap #merchandise.content .titleBox {
    padding-bottom: 6%; }
.contWrap #merchandise .works {
  background: #201e1c;
  color: #FFF; }
  .contWrap #merchandise .works .inner {
    box-sizing: border-box;
    padding: 0 2% 2%; }
    .contWrap #merchandise .works .inner ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .contWrap #merchandise .works .inner ul li {
        margin-top: 2%;
        text-align: center;
        width: 49%; }
        .contWrap #merchandise .works .inner ul li a {
          color: #FFF;
          cursor: pointer;
          position: relative; }
          .contWrap #merchandise .works .inner ul li a::after {
            background: rgba(0, 0, 0, 0.5);
            content: "";
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 5;
            transition: all .25s; }
          .contWrap #merchandise .works .inner ul li a:hover::after {
            background: rgba(0, 0, 0, 0); }
        .contWrap #merchandise .works .inner ul li img {
          width: 100%; }
        .contWrap #merchandise .works .inner ul li h3 {
          font-family: 'Noto Serif JP', serif;
          font-size: 171.42%;
          font-weight: 600;
          width: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          text-shadow: 1px 1px 2px #000;
          transform: translateY(-50%) translateX(-50%);
          -webkit-transform: translateY(-50%) translateX(-50%);
          z-index: 6; }
.contWrap #history .inner,
.contWrap #company .inner {
  width: 800px; }
  .contWrap #history .inner dl,
  .contWrap #company .inner dl {
    border-bottom: 1px solid #d1d1d1;
    display: flex;
    flex-wrap: wrap; }
    .contWrap #history .inner dl dt, .contWrap #history .inner dl dd,
    .contWrap #company .inner dl dt,
    .contWrap #company .inner dl dd {
      border-top: 1px solid #d1d1d1;
      box-sizing: border-box;
      padding: 1em 1.5em; }
    .contWrap #history .inner dl dt,
    .contWrap #company .inner dl dt {
      font-size: 107.14%;
      font-weight: 500;
      width: 20%; }
    .contWrap #history .inner dl dd,
    .contWrap #company .inner dl dd {
      width: 80%; }
.contWrap #history {
  border-bottom: 1px solid #d1d1d1; }
  .contWrap #history .inner dl dt, .contWrap #history .inner dl dd {
    display: none;
    padding: 1.5em 1.5em; }
    .contWrap #history .inner dl dt.show, .contWrap #history .inner dl dd.show {
      display: block; }
  .contWrap #history .inner .btn {
    background: #201e1c;
    border: 1px solid #201e1c;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    font-size: 107.14%;
    font-weight: 700;
    text-align: center;
    margin: 3em auto 0;
    padding: 1em;
    width: 240px;
    position: relative;
    transition: all .25s; }
    .contWrap #history .inner .btn::after {
      content: '';
      position: absolute;
      width: .6em;
      height: .6em;
      border-top: 2px solid #FFF;
      border-right: 2px solid #FFF;
      position: absolute;
      top: 45%;
      right: 2em;
      transition: all .25s;
      transform: rotate(135deg) translateX(-50%);
      -webkit-transform: rotate(135deg) translateX(-50%); }
    .contWrap #history .inner .btn:hover {
      background: transparent;
      border: 1px solid #201e1c;
      color: #201e1c; }
      .contWrap #history .inner .btn:hover::after {
        border-color: #201e1c;
        top: 50%; }
    .contWrap #history .inner .btn.show::after {
      top: 40%;
      transform: rotate(-45deg) translateX(-50%);
      -webkit-transform: rotate(-45deg) translateX(-50%); }
    .contWrap #history .inner .btn.show:hover::after {
      top: 35%; }
.contWrap #contact {
  background: #5b5b5b;
  color: #FFF; }
  .contWrap #contact .inner {
    width: 640px; }
  .contWrap #contact form label, .contWrap #contact form input, .contWrap #contact form textarea {
    display: block;
    width: 100%; }
  .contWrap #contact form label {
    font-size: 92.85%;
    margin: 1.5em 0 0.5em; }
  .contWrap #contact form input, .contWrap #contact form textarea {
    background: #fff;
    border: 1px solid #FFF;
    box-sizing: border-box;
    padding: 1em; }
  .contWrap #contact form textarea {
    min-height: 12em; }
  .contWrap #contact form .submitBtnBox {
    margin-top: 3em;
    text-align: center; }
    .contWrap #contact form .submitBtnBox input {
      color: #FFF;
      cursor: pointer; }
    .contWrap #contact form .submitBtnBox .Submit {
      margin: 0 auto;
      width: 240px;
      position: relative; }
      .contWrap #contact form .submitBtnBox .Submit::after {
        content: '';
        position: absolute;
        width: .6em;
        height: .6em;
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF;
        position: absolute;
        top: 45%;
        right: 1.5em;
        transition: all .25s;
        transform: rotate(45deg) translateX(-50%);
        -webkit-transform: rotate(45deg) translateX(-50%); }
      .contWrap #contact form .submitBtnBox .Submit:hover::after {
        right: 1em;
        border-color: #5b5b5b; }
      .contWrap #contact form .submitBtnBox .Submit input {
        background: transparent;
        font-weight: 700;
        letter-spacing: 1em;
        text-indent: 1em;
        position: relative;
        transition: all .25s; }
      .contWrap #contact form .submitBtnBox .Submit:hover input {
        background: #FFF;
        color: #5b5b5b; }
    .contWrap #contact form .submitBtnBox .Cancel {
      display: inline-block; }
      .contWrap #contact form .submitBtnBox .Cancel input {
        background: transparent;
        border: none; }
.contWrap #inquiry .titleBox {
  display: block;
  margin: 0 auto;
  padding: 6% 5% 4%;
  text-align: center;
  width: 100%; }
  .contWrap #inquiry .titleBox h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 171.42%;
    font-weight: 600;
    margin-right: 0;
    margin-bottom: 1rem; }
  .contWrap #inquiry .titleBox p {
    font-weight: 500;
    line-height: 1.5em; }
.contWrap #inquiry .inner {
  width: 640px; }
  .contWrap #inquiry .inner .contactError {
    text-align: center; }
    .contWrap #inquiry .inner .contactError .error_messe span {
      color: #d9272b;
      font-weight: 600; }
.contWrap #inquiry ul {
  text-align: center; }
  .contWrap #inquiry ul li button {
    background: #201e1c;
    border: 1px solid #201e1c;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    font-size: 107.14%;
    font-weight: 700;
    text-align: center;
    margin: 5em auto 0;
    padding: 1em;
    width: 240px;
    position: relative;
    transition: all .25s; }
    .contWrap #inquiry ul li button::after {
      content: '';
      position: absolute;
      width: .6em;
      height: .6em;
      border-top: 2px solid #FFF;
      border-left: 2px solid #FFF;
      position: absolute;
      top: 32%;
      left: 1.5em;
      transition: all .25s;
      transform: rotate(-45deg) translateX(-50%);
      -webkit-transform: rotate(-45deg) translateX(-50%); }
    .contWrap #inquiry ul li button:hover::after {
      left: 1em;
      border-color: #5b5b5b; }
  .contWrap #inquiry ul li.send button::after {
    content: '';
    position: absolute;
    width: .6em;
    height: .6em;
    border-top: 2px solid #FFF;
    border-left: none;
    border-right: 2px solid #FFF;
    position: absolute;
    top: 45%;
    left: auto;
    right: 1.5em;
    transition: all .25s;
    transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%); }
  .contWrap #inquiry ul li.send button:hover::after {
    left: auto;
    right: 1em;
    border-color: #5b5b5b; }
  .contWrap #inquiry ul li.back {
    display: inline-block; }
    .contWrap #inquiry ul li.back button {
      background: transparent;
      border: none;
      color: #201e1c;
      font-size: 100%;
      font-weight: 400;
      margin: 0 auto; }
      .contWrap #inquiry ul li.back button::after {
        border: none; }
  .contWrap #inquiry ul.error li.back button {
    background: #201e1c;
    border: 1px solid #201e1c;
    color: #FFF;
    font-size: 107.14%;
    margin: 5em auto 0; }
    .contWrap #inquiry ul.error li.back button::after {
      border-top: 2px solid #FFF;
      border-left: 2px solid #FFF; }
    .contWrap #inquiry ul.error li.back button:hover::after {
      left: 1em;
      border-color: #5b5b5b; }
  .contWrap #inquiry ul.done li a {
    background: #201e1c;
    border: 1px solid #201e1c;
    box-sizing: border-box;
    color: #FFF;
    cursor: pointer;
    font-size: 107.14%;
    font-weight: 700;
    text-align: center;
    margin: 5em auto 0;
    padding: 1em;
    width: 240px;
    position: relative;
    transition: all .25s; }
    .contWrap #inquiry ul.done li a::after {
      content: '';
      position: absolute;
      width: .6em;
      height: .6em;
      border-top: 2px solid #FFF;
      border-left: none;
      border-right: 2px solid #FFF;
      position: absolute;
      top: 48%;
      left: auto;
      right: 1.5em;
      transition: all .25s;
      transform: rotate(45deg) translateX(-50%);
      -webkit-transform: rotate(45deg) translateX(-50%); }
    .contWrap #inquiry ul.done li a:hover::after {
      left: auto;
      right: 1em;
      border-color: #5b5b5b; }
.contWrap #inquiry dl {
  border: 1px solid #d1d1d1; }
  .contWrap #inquiry dl dt, .contWrap #inquiry dl dd {
    box-sizing: border-box;
    padding: 1rem;
    width: 100%; }
  .contWrap #inquiry dl dt {
    background: #f2f2f2;
    padding: 0.5rem 1rem; }
.contWrap #mizuho.content,
.contWrap #seitankai.content {
  color: #FFF; }
  .contWrap #mizuho.content .titleBox,
  .contWrap #seitankai.content .titleBox {
    padding-bottom: 6%; }
  .contWrap #mizuho.content .bnr .inner,
  .contWrap #seitankai.content .bnr .inner {
    margin: 0 auto; }
    .contWrap #mizuho.content .bnr .inner a,
    .contWrap #seitankai.content .bnr .inner a {
      display: block;
      margin: 0 auto; }
.contWrap #mizuho.content {
  background: no-repeat url("../images/mizuho_bg.jpg") 50% 50%;
  background-size: cover;
  padding-bottom: 7.5%;
  position: relative;
  z-index: 0; }
  .contWrap #mizuho.content::after {
    background: rgba(0, 0, 0, 0.45);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .contWrap #mizuho.content .titleBox {
    padding-bottom: 4%;
    position: relative;
    z-index: 5; }
    .contWrap #mizuho.content .titleBox p {
      margin-right: 1.5rem; }
    .contWrap #mizuho.content .titleBox h3 {
      margin-right: 0; }
  .contWrap #mizuho.content .bnr {
    position: relative;
    z-index: 5; }
    .contWrap #mizuho.content .bnr .inner {
      margin: 0 auto;
      text-align: center; }
      .contWrap #mizuho.content .bnr .inner a {
        width: 45%;
        max-width: 360px; }
      .contWrap #mizuho.content .bnr .inner .txtBox {
        margin-top: 3em;
        padding: 0 7.5%; }
        .contWrap #mizuho.content .bnr .inner .txtBox h4 {
          font-size: 16px;
          margin-bottom: 0.5em; }
.contWrap #seitankai.content {
  background: #020e1a; }
  .contWrap #seitankai.content .bnr .inner {
    margin: 0 auto; }
    .contWrap #seitankai.content .bnr .inner a {
      width: 50%;
      max-width: 480px; }

.remodal-overlay {
  background: rgba(0, 0, 0, 0.9); }

.remodal {
  background: #201e1c;
  color: #FFF;
  padding: 0;
  max-width: 90%; }
  .remodal .remodal-close {
    color: #201e1c;
    width: 48px;
    height: 48px;
    opacity: 0.75;
    z-index: 10; }
    .remodal .remodal-close:hover {
      opacity: 1; }
    .remodal .remodal-close:before, .remodal .remodal-close:after {
      background: #000;
      content: '';
      width: 36px;
      height: 1.5px;
      position: absolute;
      top: 24px;
      left: 6px; }
    .remodal .remodal-close:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .remodal .remodal-close:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .remodal.works01 .remodal-close:before, .remodal.works01 .remodal-close:after {
    background: #FFF; }
  .remodal .inner {
    display: block;
    width: 100%; }
  .remodal .image img {
    width: 100%;
    height: auto; }
  .remodal .txt {
    box-sizing: border-box;
    padding: 5%;
    width: 100%;
    text-align: left; }
    .remodal .txt h3 {
      font-size: 128.57%;
      margin-bottom: 1rem; }
    .remodal .txt h4 {
      font-weight: 500; }
  .remodal.terms, .remodal.privacy {
    background: #FFF;
    color: #201e1c;
    max-width: 720px; }
    .remodal.terms .inner, .remodal.privacy .inner {
      box-sizing: border-box;
      padding: 15% 10%;
      text-align: left; }
      .remodal.terms .inner .title, .remodal.privacy .inner .title {
        font-size: 171.42%;
        font-weight: 700;
        text-align: center;
        margin-bottom: 3rem; }
      .remodal.terms .inner h3, .remodal.privacy .inner h3 {
        font-size: 128.57%;
        font-weight: 500;
        margin-top: 3rem;
        margin-bottom: 1rem; }
      .remodal.terms .inner ul, .remodal.privacy .inner ul {
        margin-top: 1rem; }
        .remodal.terms .inner ul li, .remodal.privacy .inner ul li {
          list-style: disc inside; }
      .remodal.terms .inner .txt, .remodal.privacy .inner .txt {
        margin-top: 5rem;
        padding: 0; }
        .remodal.terms .inner .txt .signature, .remodal.privacy .inner .txt .signature {
          margin-bottom: 5rem;
          text-align: right; }
        .remodal.terms .inner .txt h4, .remodal.privacy .inner .txt h4 {
          margin-bottom: 0.5rem; }
        .remodal.terms .inner .txt .addr, .remodal.privacy .inner .txt .addr {
          margin-top: 0.5rem; }

.slick-prev {
  left: 10px; }
  .slick-prev:before {
    content: "＜"; }

.slick-next {
  right: 10px; }
  .slick-next:before {
    content: "＞"; }

.slick-prev,
.slick-next {
  width: 28px;
  height: 28px;
  z-index: 10; }
  .slick-prev:before,
  .slick-next:before {
    color: #201e1c;
    font-family: 'Roboto', sans-serif !important;
    font-size: 28px;
    font-weight: 100; }

.is-eventNone {
  pointer-events: none; }

.image img {
  width: 100%;
  height: auto; }

.smp {
  display: none; }

.tab-none {
  display: block; }

.tab {
  display: none; }
