@charset "UTF-8";
/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
font-size: 14px;
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.container{
  width: 100%;
}
@media (min-width: 0){
  .container{
    max-width: 0;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
@media (min-width: 1601px){
  .container{
    max-width: 1601px;
  }
}
@media (min-width: 1729px){
  .container{
    max-width: 1729px;
  }
}
.static{
  position: static;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-14{
  right: 3.5rem;
}
.top-0{
  top: 0px;
}
.top-10{
  top: 10px;
}
.top-48{
  top: 12rem;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.order-1{
  order: 1;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-5{
  margin-bottom: 5px;
}
.mb-50{
  margin-bottom: 50px;
}
.ml-auto{
  margin-left: auto;
}
.mr-30{
  margin-right: 30px;
}
.mr-auto{
  margin-right: auto;
}
.mt-10{
  margin-top: 10px;
}
.mt-20{
  margin-top: 20px;
}
.mt-40{
  margin-top: 40px;
}
.mt-5{
  margin-top: 5px;
}
.mt-50{
  margin-top: 50px;
}
.mt-80{
  margin-top: 80px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-100\%{
  height: 100%;
}
.h-90px{
  height: 90px;
}
.w-10\%{
  width: 10%;
}
.w-100\%{
  width: 100%;
}
.w-100px{
  width: 100px;
}
.w-17\%{
  width: 17%;
}
.w-20\%{
  width: 20%;
}
.w-25\%{
  width: 25%;
}
.w-30\%{
  width: 30%;
}
.w-33\%{
  width: 33%;
}
.w-40\%{
  width: 40%;
}
.w-437px{
  width: 437px;
}
.w-50\%{
  width: 50%;
}
.w-57\%{
  width: 57%;
}
.w-80\%{
  width: 80%;
}
.w-\[calc\(50\%-10px\)\]{
  width: calc(50% - 10px);
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-scroll{
  overflow-x: scroll;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.border{
  border-width: 1px;
}
.border-x{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-y{
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-solid{
  border-style: solid;
}
.border-teal-300{
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-y-black{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-15{
  padding: 15px;
}
.p-1rem{
  padding: 1rem;
}
.px-5{
  padding-left: 5px;
  padding-right: 5px;
}
.py-10{
  padding-top: 10px;
  padding-bottom: 10px;
}
.pb-60{
  padding-bottom: 60px;
}
.pl-10{
  padding-left: 10px;
}
.pl-1rem{
  padding-left: 1rem;
}
.pl-20{
  padding-left: 20px;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-10{
  font-size: 10px;
}
.text-12{
  font-size: 13px;
}
.text-14{
  font-size: 14px;
}
.text-18{
  font-size: 18px;
}
.text-22{
  font-size: 22px;
}
.text-26{
  font-size: 26px;
}
.text-40{
  font-size: 40px;
}
.text-60{
  font-size: 60px;
}
.font-bold{
  font-weight: 700;
}
.leading-\[1\.6\]{
  line-height: 1.6;
}
.leading-\[1\]{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-green-300{
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
  text-decoration-line: underline;
}
/** unmounting in html5 */
/**************************************/
address,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[hidden],
command,
datalist,
menu[type=context],
rp {
  display: none;
}

/** document */
/**************************************/
body {
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

/** h1 h2 h3 h4 h5 */
/**************************************/
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/** ul ol dl */
/**************************************/
ul,
ol,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin: 0;
}

/** p */
/**************************************/
p {
  line-height: 1.75;
  margin: 0;
  padding: 0;
}

/** tables */
/**************************************/
table {
  border-spacing: 0;
  border-collapse: collapse;
  font-size: inherit;
}
table > caption {
  text-align: left;
}
table th {
  text-align: left;
  margin: 0;
  padding: 0;
}
table td {
  margin: 0;
  padding: 0;
}

/** form */
/**************************************/
form {
  margin: 0;
  padding: 0;
}

input,
select,
textarea,
button {
  border: none;
  border-radius: 0;
  background: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  appearance: none;
  outline: none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/** images */
/**************************************/
img,
picture,
svg {
  border: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
  backface-visibility: hidden;
}

picture {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/** anchor */
/**************************************/
a {
  outline: none;
}

/** iframe */
/**************************************/
iframe {
  border: none;
  display: block;
  outline: none;
}

/** pre */
/**************************************/
pre {
  border: 1px solid #bfbfbf;
  padding: 5px;
}

* {
  box-sizing: border-box;
}

html {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
  border-radius: 5px;
  scrollbar-width: thin;
  scrollbar-color: #05ff00 #B2C7B9;
}

body {
  background-color: #A49099;
}
body img {
  width: 100%;
  height: auto;
}

.introduction {
  padding: 1rem;
  cursor: pointer;
}
.introduction .intoroduction__text:nth-child(2) {
  display: none;
}
.introduction.is-green {
  color: #05ff00;
}

.window {
  min-width: unset !important;
}
.window .title {
  font-size: 15px;
}
@media only screen and (max-width: 1023px) {
  .window {
    margin: 15px 0 0 0;
  }
}
.window .window-pane {
  font-size: 14px;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
}
.window .window-pane::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .window .window-pane {
    padding: 15px;
  }
}
.window .window-pane .text-small {
  font-size: 10px;
}
.window--parent {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.window--parent::-webkit-scrollbar {
  display: none;
}
.window--gelchop, .window--mooneyes {
  background-color: #D7F8EE;
  min-height: 480px;
  height: calc(100% - 2rem);
}
@media only screen and (max-width: 767px) {
  .window--gelchop, .window--mooneyes {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .window--gelchop, .window--mooneyes {
    height: 700px;
  }
}
.window--gelchop img, .window--mooneyes img {
  width: 100%;
}
_::-webkit-full-page-media .moon-shade img, _:future .moon-shade img, :root .window--gelchop .moon-shade img, :root .window--mooneyes .moon-shade img {
  width: 50%;
}

.window--gelchop .tikatika__link, .window--mooneyes .tikatika__link {
  animation: tikatika 1s step-end infinite;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  font-size: 16px;
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .window--toolbox #defaultCanvas0 {
    width: 200px;
    height: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  .window .window__block {
    width: 33.3333333333%;
  }
  .window .window__block--toolbox {
    width: 83.3333333333%;
  }
}
.window .window__block--toolbox .window {
  margin-bottom: 0;
}
.window .window__block--toolbox .snap_to_think {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1025px) {
  .window .window__block--toolbox .snap_to_think {
    top: 80%;
  }
}
@media only screen and (min-width: 1025px) {
  .window .chop-moon__block {
    width: 66.6666666667%;
  }
  .window .chop-moon__block .window__block {
    width: 50%;
  }
  .standard-dialog {
    margin: 1rem 1rem 1rem 0;
    width: calc(16.6666666667% - 1rem);
  }
}

.sea .scanning__wrapper {
  background-image: url("../img/sea/sea.png");
  background-size: cover;
}
.sea .text__wrapper {
  background: rgba(0, 0, 0, 0.5);
}
.black__block {
  background-color: black;
  width: 100%;
  border-top: 5px solid #A49099;
  border-bottom: 5px solid #A49099;
}
@media only screen and (max-width: 767px) {
  .black__block {
    height: 100vh;
    width: 8%;
  }
  .black__block--head {
    top: 0;
    right: 0;
  }
  .black__block--bottom {
    top: 0;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .black__block {
    height: 120px;
  }
}
@media only screen and (min-width: 1440px) {
  .black__block {
    height: 150px;
  }
}
.black__block--bottom {
  bottom: 0;
  left: 0;
}

.img__container {
  height: 100vh;
  background-image: url("../img/sea/tataki.jpg");
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center;
}
.img__container .img__wrapper .color-code__block {
  width: 36px;
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper .color-code__block {
    width: 25px;
  }
}
.img__container .img__wrapper .color-code__block .color-code {
  width: 100%;
  height: 62px;
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper .color-code__block .color-code {
    height: 45px;
  }
}
.img__container .img__wrapper .color-code__block .color-code__name {
  transform: rotate(-90deg);
}
.img__container .img__wrapper--houseinhouse_at_goshogawara {
  left: 0;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--houseinhouse_at_goshogawara {
    width: 300px;
    top: 150px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--houseinhouse_at_goshogawara {
    width: 200px;
    top: 120px;
  }
}
.img__container .img__wrapper--houseinhouse_at_goshogawara .color-code__block {
  margin-left: 50px;
}
.img__container .img__wrapper--houseinhouse_at_goshogawara .color-code {
  background-color: #727C73;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--busstop_at_goshogawara2 {
    top: 150px;
    left: 330px;
  }
  .img__container .img__wrapper--busstop_at_goshogawara2 .img__block {
    width: 324px;
    height: 416px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--busstop_at_goshogawara2 {
    width: 224px;
    top: 120px;
    left: 230px;
  }
}
.img__container .img__wrapper--busstop_at_goshogawara2 .color-code__block {
  margin-left: 10px;
  margin-top: 176px;
}
.img__container .img__wrapper--busstop_at_goshogawara2 .color-code {
  background-color: #637270;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--busstop_at_goshogawara {
    top: 300px;
    left: 730px;
  }
  .img__container .img__wrapper--busstop_at_goshogawara .img__block {
    width: 250px;
    height: auto;
  }
  .img__container .img__wrapper--busstop_at_goshogawara .color-code__block {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--busstop_at_goshogawara {
    width: 150px;
    top: 120px;
    left: 520px;
  }
}
.img__container .img__wrapper--busstop_at_goshogawara .color-code {
  background-color: #918D84;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--scanned_ink {
    top: 440px;
    left: 730px;
  }
  .img__container .img__wrapper--scanned_ink .img__block {
    width: 150px;
    height: auto;
  }
  .img__container .img__wrapper--scanned_ink .color-code__block {
    margin-left: 10px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--scanned_ink {
    width: 100px;
    top: 120px;
    left: 520px;
  }
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--kugenumahouse_grass {
    width: 300px;
    top: 414px;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--kugenumahouse_grass {
    width: 200px;
    top: 357px;
    left: 0;
  }
}
.img__container .img__wrapper--kugenumahouse_grass .color-code__block {
  margin-left: 50px;
}
.img__container .img__wrapper--kugenumahouse_grass .color-code {
  background-color: #9EACA6;
}
.img__container .img__wrapper--gelchop_sink {
  right: 24%;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--gelchop_sink {
    width: 175px;
    top: 360px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--gelchop_sink {
    width: 120px;
    top: 230px;
  }
}
.img__container .img__wrapper--gelchop_sink .color-code {
  background-color: #90877C;
}
.img__container .img__wrapper--lightedup_wood {
  left: 50px;
  top: 45%;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--lightedup_wood {
    width: 200px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--lightedup_wood {
    width: 200px;
    top: 38%;
  }
}
.img__container .img__wrapper--lightedup_wood .color-code__block {
  margin-left: 50px;
}
.img__container .img__wrapper--lightedup_wood .color-code {
  background-color: #8AA793;
}
.img__container .img__wrapper--curtain_at_nakano {
  left: 15%;
  top: 44%;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--curtain_at_nakano {
    width: 350px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--curtain_at_nakano {
    width: 250px;
    top: 37%;
    left: 26%;
  }
}
.img__container .img__wrapper--curtain_at_nakano .color-code__block {
  margin-left: 10px;
}
.img__container .img__wrapper--curtain_at_nakano .color-code--1 {
  background-color: #CFEDCB;
}
.img__container .img__wrapper--curtain_at_nakano .color-code--2 {
  background-color: #87B56D;
}
.img__container .img__wrapper--curtain_at_nakano .color-code--3 {
  background-color: #284331;
}
.img__container .img__wrapper--order_tsurito_acrylic {
  top: 52%;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--order_tsurito_acrylic {
    left: 780px;
  }
  .img__container .img__wrapper--order_tsurito_acrylic .img__block {
    width: 350px;
    height: auto;
  }
  .img__container .img__wrapper--order_tsurito_acrylic .color-code__block {
    margin-left: 180px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--order_tsurito_acrylic {
    width: 250px;
    top: 42%;
    right: 200px;
  }
}
.img__container .img__wrapper--order_tsurito_acrylic .color-code {
  background-color: #918D84;
}
.img__container .img__wrapper--mejistudy {
  left: 5%;
  top: 68%;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--mejistudy {
    width: 350px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--mejistudy {
    width: 250px;
    top: 55%;
    left: 15%;
  }
}
.img__container .img__wrapper--mejistudy .color-code__block {
  margin-left: 10px;
}
.img__container .img__wrapper--mejistudy .color-code--1 {
  background-color: #A49099;
}
.img__container .img__wrapper--mejistudy .color-code--2 {
  background-color: #7B5555;
}
.img__container .img__wrapper--repeatacrylic {
  left: 20%;
  top: 66%;
}
@media only screen and (min-width: 1440px) {
  .img__container .img__wrapper--repeatacrylic {
    width: 700px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .img__container .img__wrapper--repeatacrylic {
    width: 500px;
    top: 53%;
    left: 36%;
  }
}
.img__container .img__wrapper--repeatacrylic .color-code__block {
  margin-left: 10px;
}
.img__container .logos__block {
  top: 150px;
}
@media only screen and (max-width: 767px) {
  .img__container .logos__block {
    opacity: 0.7;
  }
}

.wrapper {
  overflow: hidden;
  background: #1d2327;
  color: #c3c4c7;
  height: 32px;
  border-top: 5px solid #A49099;
}

.loop {
  animation: loop 25s linear infinite;
  width: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(200%);
  }
}
@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main {
  width: calc(100% - 2rem);
  margin: 1rem auto;
}
@media only screen and (min-width: 1025px) {
  main {
    margin: 3rem;
    width: 90%;
    margin: 3rem auto;
  }
}
@media only screen and (min-width: 1601px) {
  main {
    width: 60%;
  }
}

.grid-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .grid-wrapper {
    flex-flow: row wrap;
  }
}
@media only screen and (max-width: 767px) {
  .grid-wrapper {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .grid-wrapper .grid-col--1 {
    width: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .grid-wrapper .grid-col--1 {
    width: 427px;
  }
}
.grid-wrapper .grid-col--1 .col1-item--btt {
  right: 0;
  bottom: 0;
  z-index: 2;
}
.grid-wrapper .grid-col--1 .col1-item--stt {
  width: 427px;
}
.grid-wrapper .grid-col--1 .col1-item--stt:hover {
  opacity: 0.8;
}
.grid-wrapper .grid-col--1 .col1-item--stt1 {
  bottom: 0;
  right: 32%;
  width: 5%;
}
.grid-wrapper .grid-col--1 .col1-item--stt1 .instagram-embed-wrapper {
  transform: scale(0.8);
  /* 0.5などにすればもっと小さくなる */
  transform-origin: top left;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .grid-wrapper .grid-col--2 {
    width: 40%;
  }
}

.description {
  position: relative;
  cursor: url("../img/index/icon2.png"), auto;
}

.folder {
  position: relative;
  width: 100px;
  height: 80px;
  background-image: url("../img/index/folder3.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.folder a {
  display: block;
  width: 100%;
  height: 100%;
}
.folder .folder-title {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.folder .folder-tag {
  border: 1px solid;
  border-radius: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  height: 20px;
}

.about__content {
  display: none;
}

input {
  width: 50px;
  height: 20px;
  position: absolute !important;
  left: 0;
  top: 0;
  cursor: url("../img/index/icon2.png"), auto;
}

input:checked + .about__content {
  display: block;
}

.about__content {
  position: absolute;
  height: auto;
  top: 20px;
  right: 0;
  width: 345px;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .about__content {
    width: 500px;
    left: 0;
  }
}

.update__container .standard-dialog {
  width: 100%;
}

.note__container .note__item {
  margin-bottom: 20px;
}

.zine__container {
  left: 50%;
}
.zine__container .standard-dialog {
  width: 100%;
}

.iframe__wrapper {
  bottom: -150px;
  right: 50px;
}

.note__list li a:hover {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.note__list li .note__list__date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.note__list li .note__list__title span:first-child {
  margin-bottom: 10px;
  width: 85%;
}
@media only screen and (min-width: 1601px) {
  .note__list li .note__list__title span:first-child {
    width: 90%;
  }
}

.scratch {
  position: relative;
}
.scratch:hover {
  cursor: pointer;
}
.scratch canvas:hover {
  cursor: pointer;
}
.scratch button {
  transform: translate(-50%, -50%);
  right: 50%;
  top: 50%;
}
.scratch .scratch__under-image {
  height: 240px;
}
.scratch .scratch__under-image:hover {
  cursor: url("../img/index/cloth_remover.png"), auto;
}
.scratch .scratch__under-image img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .scratch .scratch__under-image img {
    width: 80%;
  }
  .scratch .scratch__under-image {
    width: 400px;
    height: 300px;
  }
}
.scratch canvas {
  width: 80%;
  height: auto;
  aspect-ratio: 1/0.76;
}
@media only screen and (min-width: 1025px) {
  .scratch canvas {
    width: 400px;
    height: 300px;
  }
}

.item-btt {
  left: -20%;
}
@media only screen and (min-width: 1025px) {
  .item-btt {
    width: 120%;
  }
}
.item-btt iframe {
  width: 100%;
}

.osp__container {
  position: relative;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 40px 0 20px;
}
.osp__container .shop__tag {
  position: absolute;
  top: -20px;
  border-color: #fff100;
  border-width: 2px;
  background-color: #fff;
  padding: 3px 5px;
  width: 270px;
  text-align: center;
}
.osp__container .osp-list {
  position: relative;
  flex-flow: row;
}
.osp__container .osp-list .osp-item {
  width: 33%;
}
.osp__container .osp-list .osp-item:hover {
  opacity: 0.8;
}
.osp__container .osp-list .kasamatsu {
  object-fit: cover;
  transform: rotate(180deg);
}
.osp__container .osp-list .kasamatsu:hover {
  opacity: 0.8;
}
.osp__container .collage-image--pc {
  width: 100px;
  height: auto;
}
.osp__container .collage-image--pc img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .osp__container .collage-image--pc {
    z-index: 2;
  }
}
@media only screen and (min-width: 1601px) {
  .osp__container .collage-image--pc {
    width: 150px;
    left: -50%;
    top: 40%;
  }
}

.sttbtt_cycle {
  position: absolute;
  width: 200px;
  top: 250px;
  transform: translateY(-50%);
  left: -300px;
}

.txt-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  /* 任意の行数を指定 */
}

.sea-header {
  background-color: transparent;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 767px) {
  .sea-header {
    overflow-x: scroll;
  }
}
.sea-header .logo a {
  padding-right: 20px;
  padding-left: 15px;
}
.sea-header .logo:hover {
  background-color: #000;
}
.sea-header .menu-bar li:nth-child(2) {
  width: 115px;
}
.sea-header .menu-bar li a {
  color: #000;
  display: block;
}

.back {
  margin-left: 30px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .back.back--arrow {
    margin-left: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .collage-image--gelchop {
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .collage-image--gelchop {
    width: 200px;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .collage-image--gelchop {
    width: 50%;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1601px) {
  .collage-image--gelchop {
    top: 0;
    width: 90%;
  }
}
.collage-image--pensee1 {
  width: 30px;
  height: auto;
  right: 20px;
}
@media only screen and (min-width: 1025px) {
  .collage-image--pensee1 {
    width: 80px;
    height: 80px;
    right: -20%;
    top: 20%;
  }
}
.collage-image--pensee2 {
  width: 30px;
  height: auto;
  right: 280px;
}
@media only screen and (min-width: 1025px) {
  .collage-image--pensee2 {
    width: 80px;
    height: 80px;
    right: -30%;
    top: 30%;
  }
}
.collage-image--pensee3 {
  width: 30px;
  height: auto;
  right: 320px;
}
@media only screen and (min-width: 1025px) {
  .collage-image--pensee3 {
    width: 80px;
    height: 80px;
    right: -20%;
    top: 40%;
  }
}

.breadcrumb {
  position: relative;
}
.breadcrumb .bc-item {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
}
.breadcrumb .bc-item--toolbox:hover {
  cursor: pointer;
  text-decoration: underline;
}

.rotatingz-y {
  margin: 100px auto;
  transform-style: preserve-3d;
  animation: rotateYLoop 5s linear infinite;
}

.rotating-z {
  animation: rotateZLoop 20s linear infinite;
}

@keyframes rotateYLoop {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
@keyframes rotateZLoop {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
.iframe__container {
  height: 200px;
  margin-top: 40px;
}
.iframe__container iframe {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .iframe__container {
    height: 700px;
  }
}
@media only screen and (min-width: 1025px) {
  .iframe__container {
    width: 75%;
    margin-top: 0;
  }
  .iframe__container iframe {
    height: 90vh;
  }
}

.btt__container {
  flex-direction: column;
  width: calc(100% - 2rem);
  margin: 0 auto;
}
@media only screen and (min-width: 1025px) {
  .btt__container {
    flex-direction: row;
  }
  .desc__container {
    width: 25%;
    padding-right: 20px;
  }
}
.desc__container a {
  word-break: break-all;
}

.desktop-ui__header {
  display: none !important;
}

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:underline:hover{
  text-decoration-line: underline;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

@media (max-width: 767px){
  .sp\:order-1{
    order: 1;
  }
  .sp\:order-2{
    order: 2;
  }
  .sp\:order-3{
    order: 3;
  }
  .sp\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sp\:mb-20{
    margin-bottom: 20px;
  }
  .sp\:mt-40{
    margin-top: 40px;
  }
  .sp\:hidden{
    display: none;
  }
  .sp\:w-100\%{
    width: 100%;
  }
  .sp\:w-60\%{
    width: 60%;
  }
  .sp\:w-80\%{
    width: 80%;
  }
  .sp\:flex-col{
    flex-direction: column;
  }
  .sp\:text-10{
    font-size: 10px;
  }
  .sp\:leading-7{
    line-height: 1.75rem;
  }
}

@media (max-width: 1023px){
  .u_tab\:h-600px{
    height: 600px;
  }
  .u_tab\:h-90\%{
    height: 90%;
  }
  .u_tab\:w-50\%{
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1023px){
  .md\:w-\[calc\(50\%-24px\)\]{
    width: calc(50% - 24px);
  }
}

@media (min-width: 1024px) and (max-width: 1600px){
  .lg\:w-22\%{
    width: 22%;
  }
  .lg\:w-272px{
    width: 272px;
  }
}

@media (min-width: 1601px){
  .xl\:w-300px{
    width: 300px;
  }
}

@media (min-width: 768px){
  .tab\:absolute{
    position: absolute;
  }
  .tab\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .tab\:mb-10{
    margin-bottom: 10px;
  }
  .tab\:mb-40{
    margin-bottom: 40px;
  }
  .tab\:mb-50{
    margin-bottom: 50px;
  }
  .tab\:mr-20{
    margin-right: 20px;
  }
  .tab\:mt-35{
    margin-top: 35px;
  }
  .tab\:mt-40{
    margin-top: 40px;
  }
  .tab\:mt-60{
    margin-top: 60px;
  }
  .tab\:flex{
    display: flex;
  }
  .tab\:h-200px{
    height: 200px;
  }
  .tab\:w-100\%{
    width: 100%;
  }
  .tab\:w-200px{
    width: 200px;
  }
  .tab\:w-30\%{
    width: 30%;
  }
  .tab\:w-40\%{
    width: 40%;
  }
  .tab\:w-50\%{
    width: 50%;
  }
  .tab\:w-60\%{
    width: 60%;
  }
  .tab\:w-70\%{
    width: 70%;
  }
  .tab\:w-80\%{
    width: 80%;
  }
  .tab\:flex-col{
    flex-direction: column;
  }
  .tab\:items-start{
    align-items: flex-start;
  }
  .tab\:justify-between{
    justify-content: space-between;
  }
  .tab\:text-16{
    font-size: 16px;
  }
  .tab\:text-20{
    font-size: 20px;
  }
}

@media (min-width: 1024px){
  .pc\:absolute{
    position: absolute;
  }
  .pc\:h-2000px{
    height: 2000px;
  }
  .pc\:h-290px{
    height: 290px;
  }
  .pc\:w-100\%{
    width: 100%;
  }
  .pc\:w-17\%{
    width: 17%;
  }
  .pc\:w-22\%{
    width: 22%;
  }
  .pc\:w-427px{
    width: 427px;
  }
  .pc\:w-50\%{
    width: 50%;
  }
  .pc\:cursor-pointer{
    cursor: pointer;
  }
  .pc\:flex-row{
    flex-direction: row;
  }
  .pc\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1600px){
  .max\:h-600px{
    height: 600px;
  }
}