@charset "UTF-8";
body {
  font-family: 'Open Sans','Noto Sans JP', 'Roboto', sans-serif;
  font-size: 14px;
  padding-top: 76px;
  background-color: #313131;
  color: #fff; }
  @media screen and (max-width: 991px) {
    body {
      padding-top: 60px; } }
  body li {
    list-style-type: none; }
  body h1, body h2, body h3, body h4 {
    color: #fff; }
  body section {
    padding-bottom: 80px; }
  body a {
    color: #fff;
    text-decoration: none; }
  body a:hover {
    color: #fff;
    text-decoration: none; }

.container-xl {
  padding: 0; }

.masonry-container .grid-item {
  padding: 3px;
  width: 25%;
  box-sizing: border-box; }
  .masonry-container .grid-item img {
    width: 100%;
    height: 100%; }
.masonry-container .grid-item.x2 img {
  width: 100%;
  height: 150%; }
@media screen and (max-width: 576px) {
  .masonry-container .grid-item {
    width: 50%; } }

.card-group {
  background-color: rgba(255, 255, 255, 0); }

.card {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0; }

.card-body {
  padding: 20px 0 60px; }

.card-img {
  border-top-left-radius: calc(0);
  border-top-right-radius: calc(0); }

.card-title {
  line-height: 40px;
  border-bottom: solid 1px #7a7a7a;
  position: relative; }

.card-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 1px #ffffff;
  bottom: -1px;
  width: 30%; }

nav ul li > a {
  line-height: 76px;
  vertical-align: middle; }
nav ul li > a::after {
  content: " ・"; }
nav ul li:last-child > a::after {
  content: ""; }

#product01 img {
  width: 100%; }

#product02 h5 {
  font-size: 1.2em; }

#lineup {
  background-color: #fff; }
  #lineup h1, #lineup h2, #lineup h3, #lineup h4, #lineup p, #lineup ul {
    color: #333; }
  #lineup img {
    width: 100%; }

footer {
  background-color: #141618; }
  footer ul li a::before {
    content: ""; }
  footer .copy {
    background: #000; }

.delay01, .delay02, .delay03 {
  opacity: 0; }

@keyframes appear {
  0% {
    opacity: 0;
    left: 100px; }
  100% {
    opacity: 1;
    left: 0; } }
.appear {
  animation: 0.5s appear forwards; }

.side {
  position: relative;
  display: inline-block;
  padding: 0 55px; }

.side:before, .side:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #fff; }

.side:before {
  left: 0; }

.side:after {
  right: 0; }

.sidebk {
  position: relative;
  display: inline-block;
  padding: 0 55px; }

.sidebk:before, .sidebk:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #000; }

.sidebk:before {
  left: 0; }

.sidebk:after {
  right: 0; }

.fine {
  font-weight: 300;
  font-size: 0.8em; }

.bold {
  font-weight: 700; }

.bolder {
  display: inline-block;
  font-size: 3.2em;
  line-height: 3.2rem;
  padding-right: 20px; }

.gold {
  color: #DA8E00;
  background: -webkit-linear-gradient(90deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.daisy {
  font-size: 2em;
  font-weight: 700; }

.carousel-item .img-fluid {
  width: 100%;
  height: auto; }

.carousel-item {
  height: auto; }

.carousel-item a {
  display: block;
  width: 100%; }

.carousel-item .show-image {
  display: block;
  width: 100%; }

b {
  color: #333;
  display: inline-block;
  width: 100%;
  text-align: center; }

.f-big {
  font-size: 120%; }

/*youtube*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }

.movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
