@charset "UTF-8";
/* ============================================================
    [FOUNDATION]
============================================================ */
/*
 * reset css
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-size: 62.5%; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 300; }

p, ul, li, dl, dt, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

img {
  vertical-align: top; }

table {
  width: 100%; }

table th {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none; }

/*
 * base [PC]
 */
html {
  font-size: 10px !important; }

body {
  min-width: 320px;
  font-family: "Noto Sans JP", "Noto Sans", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #4D4D4D;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.Open {
    height: 100vh;
    overflow: hidden; }

a {
  color: #32D212;
  outline: none;
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  a:hover {
    opacity: .7;
    text-decoration: none; }

/*
 * base [SP]
 */
@media screen and (max-width: 560px) {
  a:hover {
    opacity: 1; } }

/* ============================================================
    [LAYOUT]
============================================================ */
/*
 * Footer
 */
.footer {
  margin-top: 170px;
  padding-bottom: 24px; }
  @media screen and (max-width: 560px) {
    .footer {
      margin: 35px 0 0; } }
  .footer > .inner {
    width: 798px;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
    font-size: 1.6rem;
    color: #ccc; }
    @media screen and (max-width: 560px) {
      .footer > .inner {
        width: 100%;
        padding: 0 25px; } }

/*
 * header [PC]
 */
.header {
  width: 798px;
  margin: 0 auto;
  padding-top: 108px;
  text-align: left; }
  @media screen and (max-width: 560px) {
    .header {
      position: relative;
      width: 100%;
      padding: 20px 25px; }
      .header__logo {
        width: 60%; }
        .header__logo img {
          width: 100%; } }

/*
 * Global Navigation
 */
.header__nav {
  margin-top: 26px; }
  @media screen and (max-width: 560px) {
    .header__nav {
      margin: 0; } }
  .header__nav ul.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media screen and (max-width: 560px) {
      .header__nav ul.navigation {
        position: fixed;
        top: 87px;
        left: 100vw;
        display: block;
        width: 100vw;
        height: calc(100vh - 87px);
        padding: 40px 25px;
        text-align: center;
        background-color: #fff;
        z-index: 10;
        -webkit-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease; }
        .header__nav ul.navigation.Open {
          left: 0; } }
    .header__nav ul.navigation li {
      margin-right: 36px; }
      @media screen and (max-width: 560px) {
        .header__nav ul.navigation li {
          margin: 0 0 25px; }
          .header__nav ul.navigation li.instagram {
            margin-top: 60px; } }

@media screen and (max-width: 560px) {
  .button__nav {
    position: absolute;
    top: 37px;
    right: 20px;
    width: 42px;
    height: 25px;
    margin: 0;
    background-color: transparent;
    cursor: pointer; }
    .button__nav::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 42px;
      height: 3px;
      margin: 0;
      background-color: #040404;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .button__nav::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      width: 42px;
      height: 3px;
      margin: 0;
      background-color: #040404;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .button__nav span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 3px;
      margin: auto;
      background-color: #040404;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
    .button__nav.Open::before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .button__nav.Open::after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: 10px; }
    .button__nav.Open span {
      opacity: 0; } }

/* ============================================================
    [MODULE]
============================================================ */
/*
 * States [PC]
 */
.align--left {
  text-align: left; }

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

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

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

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

/*
 * States [SP]
 */
