@charset "UTF-8";
/*
Author: Taigo Ito
Author URI: https://qwel.design/
*/
/* Foundation
 * Normalize.css v8.0 | MIT License | github.com/necolas/normalize.css
------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  font-size: 15px;
}

@media (max-width: 599px) {
  :root {
    font-size: 13px;
  }
}

body {
  margin: 0;
  background: #ffffff;
  color: #262626;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.15;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.92;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}

ol li, ul li {
  margin-bottom: .5rem;
}

blockquote {
  margin-left: 1rem;
  padding-left: .75rem;
  border-left: 0.25rem solid #262626;
}

blockquote p, blockquote cite {
  font-style: italic;
  font-size: 87.5%;
  line-height: 2.16;
  letter-spacing: 0.04rem;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 87.5%;
  line-height: 2.16;
  letter-spacing: 0.04rem;
}

a {
  color: #4d4d4d;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover {
  color: #3399cc;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

figure {
  margin: 0;
  text-align: center;
}

figcaption {
  color: #4d4d4d;
  font-size: 87.5%;
  line-height: 2.16;
  letter-spacing: 0.04rem;
}

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

table {
  border-collapse: collapse;
}

th {
  font-weight: 500;
  text-align: left;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Layout Main
------------------------------*/
/* Section Main
------------------------------*/
.main {
  position: relative;
  height: 100%;
  min-height: 576px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  overflow: hidden;
}

.main__cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  min-height: 576px;
  background-image: url("./images/main_00.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  -webkit-filter: none;
          filter: none;
  opacity: .85;
}

@media (min-width: 768px) {
  .main {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* Component Cols
------------------------------*/
.one-col, .cols {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 600px) {
  .one-col, .cols {
    max-width: 540px;
  }
}

@media (min-width: 782px) {
  .one-col, .cols {
    max-width: 720px;
  }
}

@media (min-width: 1152px) {
  .one-col, .cols {
    max-width: 1080px;
  }
}

.one-col__container, .one-col__container--order_switched {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1152px) {
  .one-col__container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.one-col__image {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1152px) {
  .one-col__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

.one-col__textbox {
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.7);
  text-align: left;
}

@media (min-width: 1152px) {
  .one-col__textbox {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.one-col__heading {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.one-col .one-col__intro, .one-col .one-col__intro--align_left, .one-col .one-col__intro--align_center, .one-col .one-col__intro--align_right, .one-col .cols__intro, .one-col .cols__intro--align_left, .one-col .cols__intro--align_center, .one-col .cols__intro--align_right {
  margin-bottom: 2rem;
}

.one-col__intro {
  font-family: "游明朝", "Yu Mincho", serif;
  font-weight: 400;
  text-align: left;
}

.one-col__intro--align_left {
  text-align: left;
}

.one-col__intro--align_center {
  text-align: center;
}

.one-col__intro--align_right {
  text-align: right;
}

.one-col__more {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  text-align: right;
}

.one-col__more span {
  display: inline-block;
  margin-right: .5rem;
}

@media (min-width: 1152px) {
  .one-col__container--order_switched {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1152px) {
  .one-col__container--order_switched .one-col__textbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .one-col__container--order_switched .one-col__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.cols__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cols .cols__col, .cols .cols__col--size_3, .cols .cols__col--size_4, .cols .cols__col--size_5, .cols .cols__col--size_6 {
  margin-bottom: 6rem;
}

.cols__col--size_3 {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1152px) {
  .cols__col--size_3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.cols__col--size_4 {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1152px) {
  .cols__col--size_4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

.cols__col--size_5 {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1152px) {
  .cols__col--size_5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}

.cols__col--size_6 {
  position: relative;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 1152px) {
  .cols__col--size_6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.cols__image {
  margin-bottom: 2rem;
}

.cols__heading {
  margin-bottom: 1rem;
  font-size: 1.17rem;
}

.cols .one-col__intro, .cols .one-col__intro--align_left, .cols .one-col__intro--align_center, .cols .one-col__intro--align_right, .cols .cols__intro, .cols .cols__intro--align_left, .cols .cols__intro--align_center, .cols .cols__intro--align_right {
  margin-bottom: 1rem;
}

.cols__intro {
  text-align: left;
}

.cols__intro--align_left {
  text-align: left;
}

.cols__intro--align_center {
  text-align: center;
}

.cols__intro--align_right {
  text-align: right;
}

.cols__more {
  display: inline-block;
  margin: auto;
  padding: 0.75rem 6rem;
  border: none;
  background-color: #3399cc;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.cols__more:hover {
  background-color: #2b82ad;
  color: #ffffff;
  text-decoration: none;
}

/* Component Evil icons
------------------------------*/
.icon {
  position: relative;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  fill: currentColor;
}

.icon__cnt {
  width: 100%;
  height: 100%;
  background: inherit;
  fill: inherit;
  pointer-events: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -ms-transform: translate(0.5px, -0.3px);
}

.icon--m {
  width: 3rem;
  height: 3rem;
}

.icon--l {
  width: 4.5rem;
  height: 4.5rem;
}

/* Component Preloader
------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: opacity ease-in-out .5s;
  transition: opacity ease-in-out .5s;
}

#preloader:not(.show) {
  opacity: 0;
}

#spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  margin: auto;
}

#spinner > span {
  position: absolute;
  top: 18px;
  left: 22px;
  display: block;
  width: 4px;
  height: 12px;
  border-radius: 2px;
}

#spinner > span:nth-child(1) {
  background-color: rgba(38, 38, 38, 0.0714286);
  -webkit-transform: rotate(0deg) translate(0, 16px);
          transform: rotate(0deg) translate(0, 16px);
}

#spinner > span:nth-child(2) {
  background-color: rgba(38, 38, 38, 0.142857);
  -webkit-transform: rotate(30deg) translate(0, 16px);
          transform: rotate(30deg) translate(0, 16px);
}

#spinner > span:nth-child(3) {
  background-color: rgba(38, 38, 38, 0.214286);
  -webkit-transform: rotate(60deg) translate(0, 16px);
          transform: rotate(60deg) translate(0, 16px);
}

#spinner > span:nth-child(4) {
  background-color: rgba(38, 38, 38, 0.285714);
  -webkit-transform: rotate(90deg) translate(0, 16px);
          transform: rotate(90deg) translate(0, 16px);
}

#spinner > span:nth-child(5) {
  background-color: rgba(38, 38, 38, 0.357143);
  -webkit-transform: rotate(120deg) translate(0, 16px);
          transform: rotate(120deg) translate(0, 16px);
}

#spinner > span:nth-child(6) {
  background-color: rgba(38, 38, 38, 0.428571);
  -webkit-transform: rotate(150deg) translate(0, 16px);
          transform: rotate(150deg) translate(0, 16px);
}

#spinner > span:nth-child(7) {
  background-color: rgba(38, 38, 38, 0.5);
  -webkit-transform: rotate(180deg) translate(0, 16px);
          transform: rotate(180deg) translate(0, 16px);
}

#spinner > span:nth-child(8) {
  background-color: rgba(38, 38, 38, 0.571429);
  -webkit-transform: rotate(210deg) translate(0, 16px);
          transform: rotate(210deg) translate(0, 16px);
}

#spinner > span:nth-child(9) {
  background-color: rgba(38, 38, 38, 0.642857);
  -webkit-transform: rotate(240deg) translate(0, 16px);
          transform: rotate(240deg) translate(0, 16px);
}

#spinner > span:nth-child(10) {
  background-color: rgba(38, 38, 38, 0.714286);
  -webkit-transform: rotate(270deg) translate(0, 16px);
          transform: rotate(270deg) translate(0, 16px);
}

#spinner > span:nth-child(11) {
  background-color: rgba(38, 38, 38, 0.785714);
  -webkit-transform: rotate(300deg) translate(0, 16px);
          transform: rotate(300deg) translate(0, 16px);
}

#spinner > span:nth-child(12) {
  background-color: rgba(38, 38, 38, 0.857143);
  -webkit-transform: rotate(330deg) translate(0, 16px);
          transform: rotate(330deg) translate(0, 16px);
}

/* Utility Accessibilities
------------------------------*/
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
}

/* Custom
------------------------------*/
.shopLink {
  color: #262626;
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

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