@charset "UTF-8";
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
section {
  font-size: 0;
}

html, body {
  color: #000;
  font-weight: 400;
  font-size: 13px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Marcellus', 'Noto Sans JP', serif;
}
@media only screen and (max-width: 780px) {
  html, body {
    font-size: 12px;
  }
}

section {
  width: 100%;
}

input[type="button"], input[type="submit"] {
  -webkit-appearance: none;
}

/* ==================================================================
 *  Base
 * ================================================================== */

img {
  max-height: 100%;
  width: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a:hover {
  cursor: pointer;
}

h1 {
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
  width: 80%;
  margin: auto;
}
h2 {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 3px;
}
.off {
  display: none;
}
p {
  line-height: 23px;
  font-size: 13px;
}
a:-webkit-any-link {
  color: #000;
  text-decoration: none;
}
.scrollFade {
  /* opacity: 0; */
  transform: translateY(20px);
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 780px) {
  h2 {
    font-size: 20px;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  p {
    font-size: 12px;
  }
}

/* ==================================================================
 *  header
 * ================================================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
header .inner {
  padding: 30px;
  width: 100%;
  height: 85px;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
}
header .logo {
  height: 25px;
}
header .menu_base {
  float: right;
  display: flex;
}
header .menu_base ul {
  margin-top: 5px;
}
header .menu_base ul li {
  display: inline-block;
  color: white;
  margin-left: 20px;
  letter-spacing: 2px;
}
header .menu_base ul li a:-webkit-any-link {
  color: white;
}
@media only screen and (max-width: 780px) {
  header .inner {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 55px;
  }
  header .menu_base {
    width: 20px;
    height: 20px;
  }
  header .menu_base a {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
  }
  header .menu_base a img {
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
  }
}

/* ==================================================================
 *  #top
* ================================================================== */
#top {
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  background-color: #000;
}
#key_visual {
  margin: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#key_visual img {
  width: 100%;
  object-fit: cover;
}
#key_visual .slick-arrow {
  display: none !important;
}

/* ==================================================================
 *  #about
* ================================================================== */
#about {
  margin: 0 auto;
  padding-top: 110px;
  width: 85%;
  max-width: 1200px;
  background-color: #fff;
}
#about .first_area {
  display: flex;
  flex-wrap: wrap;
}
#about .first_area .image_area {
  width: 60%;
  position: relative;
}
#about .first_area .image_area .main_image {
  width: 100%;
}
#about .first_area .image_area .support_image {
  position: absolute;
  top: -8%;
  right: -20%;
  width: 33%;
}
#about .first_area .text_area {
  width: 40%;
  margin-top: 18%;
  padding-left: 6%;
}
#about .second_area {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
#about .second_area .text_area {
  width: 40%;
  padding-right: 20px;
  padding-top: 40px;
}
#about .second_area .image_area {
  width: 20%;
  display: flex;
  align-items: flex-start;
}
#about .second_area .image_area img {
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 780px) {
  #about {
    padding-top: 30px;
  }
  #about .first_area .image_area {
    width: 100%;
  }
  #about .first_area .text_area {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  #about .first_area .text_area h2 {
    margin-bottom: 30px;
  }
  #about .second_area {
    margin-top: 0;
  }
  #about .second_area .text_area {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  #about .second_area .image_area {
    width: 100%;
    padding-top: 30px;
  }
  #about .second_area .image_area img {
    width: 50%;
  }
  #about .second_area .image_area .first_image {
    padding-left: 30px;
    padding-right: 10px;
  }
  #about .second_area .image_area .second_image {
    padding-left: 10px;
    padding-right: 30px;
  }
}

/* ==================================================================
 *  #product
* ================================================================== */
#product {
  overflow: hidden;
  margin: 0 auto;
  margin-top: -50px;
  padding-top: 100px;
  width: 100%;
  text-align: center;
}
#product ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
#product ul li {
  width: 25%;
  font-size: 0;
}
#product ul li a {
  width: 100%;
}
#product ul li a img {
  width: 100%;
}
@media only screen and (max-width: 780px) {
  #product ul {
    margin-top: 30px;
  }
  #product ul li {
    width: 33.3%;
  }
}

/* ==================================================================
 *  #gallery
* ================================================================== */
#gallery {
  margin: 0 auto;
  padding-top: 100px;
  width: 100%;
  background-color: #fff;
  text-align: center;
}
#gellery_slide {
  width: 120%;
  margin: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
#gellery_slide img {
  width: calc(100% - 20px);
  object-fit: cover;
}
#gellery_slide .slick-arrow {
  display: none !important;
}
.instagram_area {
  text-align: center;
  margin-top: 60px;
}
.instagram_area div {
  width: 124px;
  margin: 0 auto;
  padding-bottom: 8px;
  border-bottom: 2px solid #000;
}
.instagram_area div a {
  display: flex;
  align-items: flex-start;
}
.instagram_area div img {
  width: 14px;
  height: 17px;
  display: inline-block;
  margin-right: 10px;
}
.instagram_area div p {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 780px) {
  .instagram_area div {
    width: 112px;
  }
  .instagram_area div img {
    width: 13px;
    height: 14px;
  }
  .instagram_area div p {
    font-size: 14px;
    line-height: 14px;
  }
}

/* ==================================================================
 *  #footer
* ================================================================== */
footer {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
#contact {
  position: relative;
  color: #fff;
}
#contact img {
  width: 100%;
}
#contact .pc_detail {
  position: absolute;
  width: 70%;
  height: 48%;
  top: 52%;
  left: 60%;
  transform: translate(-65%, 0);
}
#contact .pc_detail .detail_area {
  position: relative;
  width: 100%;
  height: 100%;
}
#contact .pc_detail .detail_area .detail {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
#contact .pc_detail .contact_text {
  padding: 10px 20px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 30px;
  width: 703px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  max-width: 100%;
}
#contact .footer_menu {
  font-size: 10px;
  margin-top: 80px;
}
#contact .footer_menu ul {
  display: flex;
  align-items: flex-start;
  float: left;
}
#contact .footer_menu ul li {
  margin-right: 10px;
  float: left;
}
#contact .footer_menu ul li a {
  line-height: 20px;
}
#contact .footer_menu ul li a:-webkit-any-link {
  color: #fff;
}
#contact .footer_menu .copy {
  display: inline-block;
  /* float: right; */
  font-size: 10px;
}
/* @media only screen and (max-width: 800px) {
  #contact .pc_detail {
    height: 50%;
  }
  #contact .pc_detail .detail_area h2 {
    margin-top: 0;
  }
  #contact .pc_detail .contact_text {
    margin-top: 20px;
  }
  #contact .footer_menu {
    margin-top: 30px;
  }
} */
@media only screen and (max-width: 780px) {
  #contact .sp_detail {
    position: absolute;
    width: 80%;
    height: 57%;
    top: 42%;
    left: 60%;
    transform: translate(-62%, 0);
  }
  #contact .sp_detail .detail_area {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #contact .sp_detail .detail_area .detail {
    position: absolute;
    width: 100%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #contact .sp_detail .contact_text {
    padding: 10px 20px;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
  }
  #contact .footer_menu {
    margin-top: 30px;
    text-align: center;
  }
  #contact .footer_menu ul {
    float: none;
    flex-wrap: wrap;
  }
  #contact .footer_menu ul li {
    float: none;
    width: 100%;
  }
  #contact .footer_menu ul li a {
    line-height: 20px;
  }
  #contact .footer_menu ul li a:-webkit-any-link {
    color: #fff;
  }
  #contact .footer_menu .copy {
    display: block;
    float: none;
    font-size: 10px;
    margin-top: 20px;
  }
}

/* ==================================================================
 *  sidebar
 * ================================================================== */
.sb-slidebar nav ul {
  margin-top: 40px;
}
.sb-slidebar nav ul li {
  padding: 10px 40px;
  font-size: 16px;
}
.sb-slidebar nav ul li a {
  letter-spacing: 2px;
}
.sb-slidebar img {
  width: 100%;
  margin-top: 30px;
}
.sb-slidebar .copy {
  font-size: 9px;
  padding: 10px 40px;
  margin-top: 20px;
}

@-o-keyframes colorcycle {
  0% {
      background: #a24de3;
  }
  25% {
      background: #00aeff;
  }
  50% {
      background: #ec2062;
  }
  75% {
      background: #4fd1cd;
  }
  100% {
      background: #a24de3;
  }
}

@-moz-keyframes colorcycle {
  0% {
      background: #a24de3;
  }
  25% {
      background: #00aeff;
  }
  50% {
      background: #ec2062;
  }
  75% {
      background: #4fd1cd;
  }
  100% {
      background: #a24de3;
  }
}

@-webkit-keyframes colorcycle {
  0% {
      background: #a24de3;
  }
  25% {
      background: #00aeff;
  }
  50% {
      background: #ec2062;
  }
  75% {
      background: #4fd1cd;
  }
  100% {
      background: #a24de3;
  }
}

@keyframes colorcycle {
  0% {
      background: #a24de3;
  }
  25% {
      background: #00aeff;
  }
  50% {
      background: #ec2062;
  }
  75% {
      background: #4fd1cd;
  }
  100% {
      background: #a24de3;
  }
}

@-webkit-keyframes nudgeText {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  20% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  30% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  60% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  80% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@keyframes nudgeText {
  0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  20% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  30% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  50% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  60% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
  80% {
      -webkit-transform: translateY(2px);
      transform: translateY(2px);
  }
  90% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }
}

@-webkit-keyframes colorText {
  21% {
      color: #000;
  }
  30% {
      color: #ffffff;
  }
  51% {
      color: #000;
  }
  60% {
      color: #ffffff;
  }
  81% {
      color: #555;
  }
  90% {
      color: #ffffff;
  }
}

@keyframes colorText {
  21% {
      color: #555;
  }
  30% {
      color: #ffffff;
  }
  51% {
      color: #555;
  }
  60% {
      color: #ffffff;
  }
  81% {
      color: #555;
  }
  90% {
      color: #ffffff;
  }
}