/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/destyle.css/destyle.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

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

.page-wrapper {
  position: relative;
}
.page-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #91C6AB;
  background-image: url(./img/bg_yukooshima.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  z-index: -1;
  transform: translateZ(0);
}
.page-wrapper.is-loaded::before {
  background-color: unset;
}

.mv__main {
  width: 100%;
  position: relative;
}
.mv__main #kv-bg {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.mv__main #kv-bg.is-visible {
  opacity: 1;
}
.mv__title {
  position: absolute;
  width: 72%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mv__title__text-1 {
  width: 63%;
  margin: 0 auto 40px;
  display: block;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.mv__title__text-1.is-visible {
  opacity: 1;
}
.mv__title__text-2 {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.mv__title__text-2.is-visible {
  opacity: 1;
}
.mv__scroll {
  position: relative;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.mv__scroll.is-visible {
  opacity: 1;
}
.mv__scroll.is-visible .mv__scroll-text,
.mv__scroll.is-visible .mv__scroll-arrow {
  animation: scrollBlink 2s ease-in-out infinite;
}
.mv__scroll-text {
  bottom: 20px;
  width: 100vw;
  max-width: 60px;
  animation: none;
}
.mv__scroll-arrow {
  width: 100vw;
  max-width: 10px;
  animation: none;
}

@keyframes scrollLine {
  0% {
    top: 0;
  }
  66.67% {
    top: 90px;
  }
  66.67%, 100% {
    top: 170px;
  }
}
@keyframes scrollBlink {
  0% {
    opacity: 0.2;
  }
  22.2% {
    opacity: 1;
  }
  22.21% {
    opacity: 1;
  }
  99.8% {
    opacity: 1;
  }
  99.9% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.2;
  }
}
.header {
  position: relative;
}
.header__logo {
  z-index: 1;
  width: 29%;
  position: absolute;
  top: 20px;
  left: 2.83%;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.header__logo.is-visible {
  opacity: 1;
}

.contents {
  max-width: 600px;
  margin: 0 auto;
}

.contents--inner {
  margin: 0 auto;
}

.main {
  margin-top: -40px;
}

.contents--tshirt {
  position: relative;
  padding-bottom: 40px;
  overflow-x: hidden;
}
.contents--tshirt-title {
  padding-bottom: 28px;
  position: relative;
}
.contents--tshirt-title__image {
  width: 100%;
}
.contents--tshirt-title__text {
  width: 71%;
  position: absolute;
  bottom: 60px;
  left: 40px;
}
.contents--tshirt__images {
  position: relative;
  margin: 0 auto;
}
.contents--tshirt__image {
  position: relative;
}
.contents--tshirt .image1 {
  left: 14.25%;
}
.contents--tshirt .image1 img {
  width: 81.75%;
}
.contents--tshirt .image2 {
  left: 4%;
  top: -67px;
}
.contents--tshirt .image2 img {
  width: 59.25%;
}
.contents--tshirt .image3 {
  left: 14.25%;
  top: -115px;
}
.contents--tshirt .image3 img {
  width: 82%;
}
.contents--tshirt .image4 {
  position: absolute;
  top: 12%;
  left: 4%;
  width: 100%;
}
.contents--tshirt .image4 img {
  width: 14%;
}
.contents--tshirt .image5 {
  position: absolute;
  top: 25%;
  left: 73%;
  width: 100%;
}
.contents--tshirt .image5 img {
  width: 20%;
}
.contents--tshirt .image6 {
  position: absolute;
  top: 42%;
  left: 59%;
  width: 100%;
}
.contents--tshirt .image6 img {
  width: 16.5%;
}
.contents--tshirt .image7 {
  position: absolute;
  top: 66%;
  left: 6%;
  width: 100%;
}
.contents--tshirt .image7 img {
  width: 18.5%;
}
.contents--tshirt__image img {
  width: auto;
  display: block;
}
.contents--tshirt__links-title {
  width: 62%;
  margin: 0 auto;
  padding-bottom: 42px;
}
.contents--tshirt__links {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -80px;
}
.contents--tshirt__links a {
  width: 38.5%;
  transition: opacity 0.3s ease;
  padding-bottom: 36px;
}
.contents--tshirt__links a:hover {
  opacity: 0.7;
}

.contents--tote {
  position: relative;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 40px;
  overflow-x: hidden;
  background-color: #F8F4EE;
}
.contents--tote-title {
  padding-bottom: 40px;
  position: relative;
}
.contents--tote-title__image {
  width: 100%;
}
.contents--tote-title__text {
  width: 44%;
  position: absolute;
  bottom: 80px;
  left: 52%;
}
.contents--tote__images {
  position: relative;
  margin: 0 auto;
}
.contents--tote__image {
  position: relative;
}
.contents--tote .image1 {
  left: 21%;
}
.contents--tote .image1 img {
  width: 74.25%;
}
.contents--tote .image2 {
  left: 4%;
  top: -48px;
}
.contents--tote .image2 img {
  width: 68.25%;
}
.contents--tote .image3 {
  left: 9%;
  margin-top: -115px;
  padding-bottom: 60px;
}
.contents--tote .image3 img {
  width: 86.19%;
}
.contents--tote__image img {
  width: auto;
  display: block;
}
.contents--tote__links-title {
  width: 60.75%;
  margin: 0 auto;
  padding-bottom: 56px;
}
.contents--tote__links {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents--tote__links a {
  width: 38.5%;
  transition: opacity 0.3s ease;
  padding-bottom: 48px;
}
.contents--tote__links a:hover {
  opacity: 0.7;
}
.contents--tote__links a.link1 {
  width: 62%;
}
.contents--tote__links a.link2 {
  width: 38.5%;
}

.contents--towl {
  position: relative;
  padding-bottom: 40px;
  overflow-x: hidden;
}
.contents--towl-title {
  padding-bottom: 40px;
  position: relative;
}
.contents--towl-title__image {
  width: 100%;
}
.contents--towl-title__text {
  width: 82.25%;
  position: absolute;
  bottom: 72px;
  left: 4%;
}
.contents--towl__images {
  position: relative;
  margin: 0 auto;
}
.contents--towl__image {
  position: relative;
}
.contents--towl__image-text {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}
.contents--towl .image1 {
  left: 2%;
}
.contents--towl .image1 img {
  width: 59.25%;
}
.contents--towl .image1 .image-text {
  width: 39.75%;
  left: 54%;
  width: 39.75%;
}
.contents--towl .image2 {
  left: 2%;
}
.contents--towl .image2 img {
  width: 59.25%;
}
.contents--towl .image2 .image-text {
  width: 39.75%;
  left: 54%;
  width: 31.75%;
}
.contents--towl .image3 {
  left: 2%;
  z-index: 1;
}
.contents--towl .image3 img {
  width: 59.25%;
}
.contents--towl .image3 .image-text {
  left: 54%;
  width: 27%;
}
.contents--towl .image4 {
  left: 9%;
  margin-top: -32px;
  padding-bottom: 48px;
}
.contents--towl .image4 img {
  width: 80%;
}
.contents--towl__image img {
  width: auto;
  display: block;
}
.contents--towl__links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents--towl__links a {
  width: 51.25%;
  transition: opacity 0.3s ease;
  padding-bottom: 48px;
}
.contents--towl__links a:hover {
  opacity: 0.7;
}

.contents--acrylic {
  position: relative;
  padding-top: 32px;
  padding-bottom: 40px;
  margin-bottom: 32px;
  overflow-x: hidden;
  background-color: #F8F4EE;
}
.contents--acrylic-title {
  padding-bottom: 40px;
  position: relative;
}
.contents--acrylic-title__image {
  width: 100%;
}
.contents--acrylic-title__text {
  width: 71.25%;
  position: absolute;
  bottom: 60px;
  left: 23%;
}
.contents--acrylic__images {
  position: relative;
  margin: 0 auto;
}
.contents--acrylic__image {
  position: relative;
}
.contents--acrylic .image1 {
  left: 4%;
}
.contents--acrylic .image1 img {
  width: 75%;
}
.contents--acrylic .image2 {
  left: 21%;
  top: -20px;
}
.contents--acrylic .image2 img {
  width: 75%;
}
.contents--acrylic .image3 {
  left: 4%;
  margin-top: -40px;
  padding-bottom: 52px;
}
.contents--acrylic .image3 img {
  width: 83%;
}
.contents--acrylic__image img {
  width: auto;
  display: block;
}
.contents--acrylic__links-title {
  width: 60.75%;
  margin: 0 auto;
  padding-bottom: 56px;
}
.contents--acrylic__links {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contents--acrylic__links a {
  width: 44%;
  transition: opacity 0.3s ease;
  padding-bottom: 48px;
}
.contents--acrylic__links a:hover {
  opacity: 0.7;
}

.contents--ring {
  position: relative;
  padding-bottom: 40px;
  overflow-x: hidden;
}
.contents--ring-title {
  padding-bottom: 40px;
  position: relative;
}
.contents--ring-title__image {
  width: 100%;
}
.contents--ring-title__text {
  width: 58.25%;
  position: absolute;
  bottom: 60px;
  left: 5%;
}
.contents--ring__images {
  position: relative;
  margin: 0 auto;
}
.contents--ring__image {
  position: relative;
}
.contents--ring .image1 {
  left: 12%;
}
.contents--ring .image1 img {
  width: 82.25%;
}
.contents--ring .image2 {
  left: 4%;
  top: -20px;
}
.contents--ring .image2 img {
  width: 82.25%;
}
.contents--ring .image3 {
  left: 12%;
  margin-top: -40px;
  padding-bottom: 60px;
}
.contents--ring .image3 img {
  width: 82.25%;
}
.contents--ring__image img {
  width: auto;
  display: block;
}
.contents--ring__links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents--ring__links a {
  width: 51.25%;
  transition: opacity 0.3s ease;
  padding-bottom: 48px;
}
.contents--ring__links a:hover {
  opacity: 0.7;
}

.contents--key {
  position: relative;
  padding-top: 32px;
  padding-bottom: 40px;
  overflow-x: hidden;
  background-color: #F8F4EE;
}
.contents--key-title {
  padding-bottom: 40px;
  position: relative;
}
.contents--key-title__image {
  width: 100%;
}
.contents--key-title__text {
  width: 68.25%;
  position: absolute;
  bottom: 72px;
  left: 26%;
}
.contents--key__images {
  position: relative;
  margin: 0 auto;
}
.contents--key__image {
  position: relative;
}
.contents--key .image1 {
  left: 5%;
}
.contents--key .image1 img {
  width: 71.5%;
}
.contents--key .image2 {
  left: 22%;
  top: -20px;
}
.contents--key .image2 img {
  width: 73%;
}
.contents--key .image3 {
  left: 4%;
  padding-bottom: 10px;
}
.contents--key .image3 img {
  width: 92%;
}
.contents--key .image4 {
  padding-bottom: 10px;
  left: 4%;
}
.contents--key .image4 img {
  width: 92%;
}
.contents--key .image5 {
  padding-bottom: 50px;
  left: 4%;
}
.contents--key .image5 img {
  width: 92%;
}
.contents--key__image img {
  width: auto;
  display: block;
}
.contents--key__links {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 100px;
}
.contents--key__links a {
  width: 51.25%;
  transition: opacity 0.3s ease;
  padding-bottom: 48px;
}
.contents--key__links a:hover {
  opacity: 0.7;
}
.contents--key__link {
  position: relative;
  text-align: center;
  padding-bottom: 32px;
}
.contents--key__link a {
  font-size: 16px;
  color: #8FC0A6;
  letter-spacing: 0.05em;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.contents--key__link a:hover {
  opacity: 0.7;
}

.footer {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}
.footer__logo a {
  width: 40%;
}
.footer__logo img {
  margin: 0 auto;
}
.footer__link {
  position: relative;
  text-align: center;
  padding-bottom: 80px;
}
.footer__link a {
  font-size: 12px;
  color: #ffffff;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.footer__link a:hover {
  opacity: 0.7;
}
.footer__link img {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
.footer__copyright {
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 200;
}

.for-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}

.for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sp {
    display: block;
  }
}

.w-bold {
  font-weight: bold;
}

.fade-simple {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.fade-simple.is-visible {
  opacity: 1;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px) scale(0.96);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.bound-up {
  opacity: 0;
  transform: translateY(100px);
}
.bound-up.is-visible {
  opacity: 1;
  animation: boundUpAnimation 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

@keyframes boundUpAnimation {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  30% {
    opacity: 1;
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(10px);
  }
  80% {
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

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