@charset "UTF-8";
/* ==========================================================================
   Foundation
   ========================================================================== */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

/* Base
   ----------------------------------------------------------------- */
/* ==========================================================================
   Global
   ========================================================================== */
/* ==========================================================================
   Global
   ========================================================================== */
/* Mixin
   ----------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  text-align: left;
  background: #fff;
}
@media screen and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}
/* Noto Sans使用時 IEはメイリオに変更 */
/* stylelint-disable-next-line selector-type-no-unknown, selector-pseudo-class-no-unknown */
_:input-placeholder,
:root body {
  font-family: Meiryo, "メイリオ", sans-serif;
}

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

table {
  border-collapse: collapse;
}

a {
  color: #000;
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
}

::-moz-selection {
  color: #000;
  text-shadow: none;
}

::selection {
  color: #000;
  text-shadow: none;
}

.legacy-ie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background: #eee;
}

.legacy-ie a {
  text-decoration: none;
}

.noscript {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  padding: 100px 0;
  text-align: center;
}

/* ==========================================================================
   Pages
   ========================================================================== */
/* Base
   ----------------------------------------------------------------- */
.head {
  position: fixed;
  z-index: 999;
  padding: 14px 32px;
}
.head .header-logo {
  width: 140px;
}
.head .header-logo img {
  width: 100%;
}

.page-front {
  margin: 0;
  padding: 0;
  z-index: 9999;
  position: relative;
}
.page-front .loading {
  background-color: black;
  height: 100vh;
  width: 100%;
  position: fixed;
}
.page-front .loading #logo {
  position: absolute;
  width: 150px;
  /* 好きなサイズに変更OK */
  display: inline;
}
.page-front .loading #logo svg {
  width: 100%;
  height: auto;
  transition: fill 1s;
}
.page-front .content-title {
  font-weight: 700;
  font-size: 64px;
  text-align: center;
  font-style: italic;
  -webkit-text-stroke: 2px #1c6aa6;
  text-stroke: 2px #1c6aa6;
  color: rgba(0, 0, 0, 0);
  margin-bottom: 32px;
}
.page-front .item {
  max-width: 762px;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 80px;
}
@media screen and (min-width: 768px) {
  .page-front .item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-front .item .item-wrap {
  display: block;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (min-width: 768px) {
  .page-front .item .item-wrap {
    display: flex;
  }
}
.page-front .item .item-wrap .item-item {
  aspect-ratio: 1;
  width: 100%;
  display: block;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .page-front .item .item-wrap .item-item {
    width: 47.5%;
  }
}
.page-front .item .item-wrap .item-item .item-image {
  border: solid 1px #000;
  border-radius: 8px;
  overflow: hidden;
}
.page-front .item .item-wrap .item-item .item-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
}
.page-front .item .item-wrap .item-item .item-detail .name {
  font-size: 16px;
}
.page-front .item .item-wrap .item-item .item-detail .name .new {
  font-size: 12px;
  background-color: #D9D9D9;
  border-radius: 32px;
  padding: 0 8px 2px;
  margin-right: 8px;
  font-weight: 700;
}
.page-front .item .item-wrap .item-item .item-detail .number {
  font-size: 12px;
  background-color: #D9D9D9;
  border-radius: 8px;
  padding: 2px 14px 0;
}
.page-front .item .item-wrap .item-item .price {
  font-size: 12px;
}
.page-front .contact-area {
  background-color: #D6D6D6;
  text-align: center;
  padding: 80px 0 120px;
}
.page-front .contact-area .mail {
  font-size: 24px;
  border: solid 1px #000;
  padding: 8px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-style: italic;
  background-color: #fff;
  opacity: 1;
}
.page-front .contact-area .mail:hover {
  opacity: 0.7;
}

#loading {
  opacity: 1;
  transition: all 0.5s ease;
}

/* 付与されるクラス */
.active {
  opacity: 0 !important;
  transition: all 0.5s ease;
  pointer-events: none;
}

.center-infomation {
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center-infomation .page-title {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 18px;
}
.center-infomation .please {
  color: #fff;
  font-size: 12px;
}

/* クラスごとの例 */
.class1 {
  background-color: red;
}

.class2 {
  background-color: blue;
}

.class3 {
  background-color: green;
}

.class4 {
  background-color: yellow;
}

.class5 {
  background-color: orange;
}

.class6 {
  background-color: pink;
}

.class7 {
  background-color: purple;
}

.class8 {
  background-color: brown;
}

.class9 {
  background-color: gray;
}

.class10 {
  background-color: teal;
}

.class11 {
  background-color: navy;
}

.class12 {
  background-color: lime;
}

.class13 {
  background-color: aqua;
}

.class14 {
  background-color: maroon;
}

.class15 {
  background-color: olive;
}

.class16 {
  background-color: silver;
}

.infomation {
  position: fixed;
  top: 10px;
  left: 10px;
  color: #fff;
  font-family: monospace;
  font-style: italic;
  z-index: 1000;
}
.infomation #position {
  font-size: 12px;
}
.infomation #now {
  font-size: 12px;
}

/* 外枠バー */
.xp-bar {
  width: 200px;
  height: 20px;
  background: initial;
  /* XP風グレー */
  border: 1px solid #808080;
  border-radius: 4px;
  margin: 0 auto 20px;
  overflow: hidden;
  position: relative;
  box-shadow: inset 0 0 2px #fff;
}

/* にゅるにゅる動くブロック */
.block {
  width: 50px;
  height: 100%;
  background: linear-gradient(to bottom, #3a9bdc, #1c6aa6);
  position: absolute;
  left: -60px;
  animation: xp-slide 1.2s linear infinite;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* ブロックが左から右へ流れるアニメーション */
@keyframes xp-slide {
  0% {
    left: -60px;
  }
  100% {
    left: 300px;
  }
}
/* クラス追加対象のスタイル */
#target {
  opacity: 0.6;
  transition: all 0.4s ease;
}

#target.active {
  opacity: 1;
  color: darkgreen;
  font-weight: bold;
}

/* 震えるアニメーション */
.shake {
  animation: shake 0.5s;
}

/* キーフレーム：左右にぶるぶる動く */
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
footer {
  text-align: center;
  font-size: 12px;
  padding: 4px;
  color: #1c6aa6;
}

/* ==========================================================================
   Plugin
   ========================================================================== *//*# sourceMappingURL=style.css.map */