@charset "utf-8";
/*
	Author: 
*/

/* Web Fonts */
@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);

/* Reset & Base
------------------------------------------------------------------ */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input,
textarea,
select {
  font-size: 100%;
}
legend {
  color: #000;
}
img {
  vertical-align: top;
}

body {
  font: 13px/1.231 "PT Sans", "Cutive Mono", Courier, Monaco, Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  color: #fff;
  letter-spacing: 0.05emm;
}
select,
input,
button,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  font-size: 108%;
  line-height: 100%;
}
a {
  outline: none;
  text-decoration: none;
}
a:link,
a:visited {
  color: #fff;
}
a:hover {
  text-decoration: underline;
}
::-moz-selection {
  background: #eee;
  color: #fff;
}
::selection {
  background: #eee;
  color: #fff;
}
a::-moz-selection {
  background: #281002;
  color: #fff;
}
a::selection {
  background: #fff;
  color: #fff;
}

/* @Clear */
.clear {
  clear: both;
}
.outlinefix {
  overflow: hidden;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}

/* Slick Carousel Background Container */
.wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* 背景用で最背面に */
}
.wrap,
.wrap .slick-list,
.wrap .slick-track,
.wrap .slick-slide {
  height: 100%;
}
.wrap .slick-slide {
  will-change: opacity;
}
.wrap .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.45 !important; /* 写真を暗くする */

  transform: scale(1);
  animation: none;
  will-change: transform;
}
@keyframes bgZoomLinear {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
.zooming {
  animation: bgZoomLinear 20s linear forwards;
}
@media (max-width:767px) {
  .zooming {
    animation-duration: 15s;
  }
}

/* Structure
------------------------------------------------------------------ */
/* PC */
html {
  background-color: #000;
}
body {
  overflow: hidden;
  height: 100%;
  width: 100%;
  margin: 0;
  color: #fff;
  /* 黒のフォールバック色 */
  background-color: #000;

  /* SVGで生成したノイズをタイル状に重ねる */
  background-image: url("data:image/svg+xml;utf8,\<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'>\<filter id='noise'>\<feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' result='turb'/>\<feComponentTransfer in='turb'>\<!-- αを 0.0～0.5 の範囲に調整 -->\<feFuncA type='linear' slope='0.2'/>\</feComponentTransfer>\</filter>\<rect width='100%' height='100%' filter='url(%23noise)' fill='black'/>\</svg>");
  background-repeat: repeat;
}
#wrap {
  top: 0;
  left: 0;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  overflow: hidden;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main h1 {
  font-size: 2rem;
}
#main p.onlineshop {
  margin: 35px auto 0;
  width: 150px;
  padding: 6px 12px 5px;
  border: #fff solid 1px;
}
#Fullscreen {
  position: absolute;
  top: 0;
  right: 110px;
}
#Fullscreen p {
  position: absolute;
  margin-top: 20px;
  padding: 6px 12px 5px;
  border: #fff solid 1px;
  cursor: pointer;
  color: #fff;
  line-height: 1.2em;
  font-size: 15px;
  width: max-content;
}
#footer p {
  position: fixed;
  bottom: 10px;
  width: 50%;
  color: #fff;
}
#footer #address {
  left: 10px;
}
#footer #copyrights {
  right: 10px;
  text-align: right;
}
#footer #illustration-credit {
  display: none;
  bottom: 40px;
  right: 10px;
  width: max-content;
}
.spShow {
  display: none;
}

/* SP */
@media screen and (max-width: 767px) {
  #wrap {
    align-items: start;
    padding: .5rem;
    width: auto;
    height: auto;
  }

  #container {
    display: flex;
    flex-direction: row;
    justify-content: center;   /* 縦方向中央 */
    align-items: center;       /* 横方向中央 */
    height: 100svh;
    height: 100dvh;
    transform: translateY(-5px); /* 縦方向微調整 */
    box-sizing: border-box;
  }
  /* iOS Chrome のみ上書き */
  .ios-chrome #container {
    transform: translateY(-10px) !important; /* 縦方向微調整 */
  }
  #content {
    width: 100%;               /* 横幅いっぱい */
  }
  #main {
    display: flex;
    text-align: center;
    gap: 0.5rem;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }

  #main h1 {
    line-height: 2.6rem;
  }
  #main h1 span {
    display: none;
  }
  #main p {
    text-align: left;
  }
  #main .under-construction {
    transform: translateY(10px); /* 縦方向微調整 */
  }
  #Fullscreen {
    display: none;
  }
  #footer p {
    font-size: 1.4rem;
    text-align: left;
  }
  #footer p a {
    text-decoration: underline;
  }
  #footer #address {
    bottom: 4.5rem;
  }
  #footer #address a:first-of-type {
    display: none;
  }
  #footer #illustration-credit,
  #footer #copyrights {
    bottom: .5rem;
    left: .5rem;
    font-size: .8rem;
    text-align: left;
    width: -webkit-fill-available;
  }
  #footer #illustration-credit {
    bottom: 2rem;
  }
  .spShow {
    display: inline !important;
  }
}
