@charset "UTF-8";
/*center*/
/*MEDIA QUERY*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
/* line 7, ../sass/_reset.scss */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-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.
 */
/* line 24, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  color: #000;
  box-sizing: border-box;
}

/* line 50, ../sass/_reset.scss */
html {
  font-size: 62.5%;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* line 56, ../sass/_reset.scss */
body {
  width: 100%;
  font-size: 1.4rem;
  min-height: 100vh;
  position: relative;
}

/**
 * Render the `main` element consistently in IE.
 */
/* line 66, ../sass/_reset.scss */
main {
  display: block;
}

/* line 71, ../sass/_reset.scss */
img {
  width: 100%;
}

/* Vertical rhythm */
/* ============================================ */
/* line 78, ../sass/_reset.scss */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
/* line 93, ../sass/_reset.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* line 108, ../sass/_reset.scss */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
/* line 118, ../sass/_reset.scss */
dt {
  font-weight: bold;
}

/* line 122, ../sass/_reset.scss */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 134, ../sass/_reset.scss */
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.
 */
/* line 149, ../sass/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/* line 154, ../sass/_reset.scss */
address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 165, ../sass/_reset.scss */
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.
 */
/* line 176, ../sass/_reset.scss */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 185, ../sass/_reset.scss */
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.
 */
/* line 195, ../sass/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 206, ../sass/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 215, ../sass/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 223, ../sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 227, ../sass/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
/* line 238, ../sass/_reset.scss */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
/* line 252, ../sass/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/* line 274, ../sass/_reset.scss */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

/* line 279, ../sass/_reset.scss */
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 289, ../sass/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 300, ../sass/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 310, ../sass/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

/* line 319, ../sass/_reset.scss */
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 330, ../sass/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 342, ../sass/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* remember to define focus styles! */
/* line 349, ../sass/_reset.scss */
:focus {
  outline: 0;
}

/**
 * Remove arrow in IE10 & IE11
 */
/* line 356, ../sass/_reset.scss */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
/* line 364, ../sass/_reset.scss */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
/* line 372, ../sass/_reset.scss */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 385, ../sass/_reset.scss */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 405, ../sass/_reset.scss */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
/* line 422, ../sass/_reset.scss */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 430, ../sass/_reset.scss */
[type="search"]::-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.
 */
/* line 439, ../sass/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
/* line 448, ../sass/_reset.scss */
label[for] {
  cursor: pointer;
}

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

/*
 * Add the correct display in all browsers.
 */
/* line 467, ../sass/_reset.scss */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
/* line 475, ../sass/_reset.scss */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
/* line 482, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 487, ../sass/_reset.scss */
caption {
  text-align: left;
}

/* line 491, ../sass/_reset.scss */
td,
th {
  vertical-align: top;
  padding: 0;
}

/* line 497, ../sass/_reset.scss */
th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
/* line 509, ../sass/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 517, ../sass/_reset.scss */
[hidden] {
  display: none;
}

/* line 521, ../sass/_reset.scss */
::selection {
  background: #0000EE;
}

/* line 526, ../sass/_reset.scss */
::-moz-selection {
  background: #0000EE;
}

/* line 2, ../sass/_Header.scss */
.Header {
  background-color: #ddd;
  position: relative;
  height: 45px;
  width: 100%;
}
/* line 7, ../sass/_Header.scss */
.Header__heading {
  width: 100px;
  position: absolute;
  top: 12px;
  left: 10px;
}
/* line 13, ../sass/_Header.scss */
.Header__subitem {
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  text-align: right;
  position: absolute;
  top: 14px;
  right: 10px;
}

/* line 24, ../sass/_Header.scss */
.page-template-page-shop .Header__subitem {
  font-size: 1.3rem;
  top: 19px;
}

/* line 19, ../sass/_project.scss */
.project__article {
  margin-bottom: 100px;
}
/* line 21, ../sass/_project.scss */
.project__article:last-child {
  margin-bottom: 0;
}
/* line 26, ../sass/_project.scss */
.project__article__main__meta {
  display: block;
  margin-bottom: 16px;
}
/* line 29, ../sass/_project.scss */
.project__article__main__meta__title {
  display: block;
  font-size: 1.7rem;
  margin-bottom: 6px;
  color: #808080;
}
/* line 34, ../sass/_project.scss */
.project__article__main__meta__title--head {
  font-size: 1.7rem;
}
/* line 38, ../sass/_project.scss */
.project__article__main__meta__content {
  font-size: 2.4rem;
}
/* line 42, ../sass/_project.scss */
.project__article__main__heading {
  margin-bottom: 16px;
  font-size: 4rem;
}
/* line 46, ../sass/_project.scss */
.project__article__main__content {
  margin-bottom: 16px;
}
/* line 48, ../sass/_project.scss */
.project__article__main__content__para {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 30px;
}
/* line 53, ../sass/_project.scss */
.project__article__main__content a:hover {
  color: #0000EE;
}
@media screen and (min-width: 920px) {
  /* line 60, ../sass/_project.scss */
  .project__article {
    margin-bottom: 160px;
    display: flex;
  }
  /* line 63, ../sass/_project.scss */
  .project__article__main {
    width: 50%;
    padding: 0 20px;
  }
  /* line 67, ../sass/_project.scss */
  .project__article__main__meta__title {
    font-size: 1.7rem;
  }
  /* line 69, ../sass/_project.scss */
  .project__article__main__meta__title--head {
    font-size: 1.7rem;
  }
  /* line 73, ../sass/_project.scss */
  .project__article__main__meta__content {
    font-size: 3rem;
  }
  /* line 77, ../sass/_project.scss */
  .project__article__main__heading {
    font-size: 5rem;
  }
  /* line 82, ../sass/_project.scss */
  .project__article__main__content__para {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  /* line 89, ../sass/_project.scss */
  .project__article__figure {
    width: 50%;
    padding: 0 20px;
  }
}

/* line 2, ../sass/_Form.scss */
.page-template-page-form {
  background-color: #f6f6f6;
}

/* line 5, ../sass/_Form.scss */
.Form {
  margin: 40px auto 100px;
  padding: 0 10px;
  max-width: 600px;
}
/* line 9, ../sass/_Form.scss */
.Form__heading {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 1px solid #c03;
  padding: 0 0 8px;
  margin-bottom: 30px;
}
/* line 16, ../sass/_Form.scss */
.Form__required {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .2px;
  color: #d93025;
  margin-top: 8px;
  margin-bottom: 20px;
}
/* line 24, ../sass/_Form.scss */
.Form__text {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: .2px;
}

/* line 33, ../sass/_Form.scss */
.Form-group {
  margin: 14px auto;
  border: 1px solid #616161;
  border-radius: 6px;
  padding: 30px 18px;
  background-color: #fff;
}
/* line 39, ../sass/_Form.scss */
.Form-group.-nodisplay {
  display: none;
}
/* line 42, ../sass/_Form.scss */
.Form-group:first-child {
  margin-top: 0;
}
/* line 45, ../sass/_Form.scss */
.Form-group__label {
  margin: 0 0 26px;
  display: block;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -.02em;
}
/* line 52, ../sass/_Form.scss */
.Form-group__label.-required {
  position: relative;
}
/* line 54, ../sass/_Form.scss */
.Form-group__label.-required:after {
  content: '*';
  color: #d93025;
}
/* line 60, ../sass/_Form.scss */
.Form-group input[type="text"] {
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  font-size: 1.6rem;
  padding: 8px 10px;
}
/* line 67, ../sass/_Form.scss */
.Form-group__select {
  font-size: 1.6rem;
  width: 100%;
  padding: 17px 50px 17px 11px;
  border: 1px solid #ddd;
  position: relative;
}
/* line 74, ../sass/_Form.scss */
.Form-group__select-wrapper {
  position: relative;
  max-width: 300px;
  min-width: 162px;
  width: 70%;
}
/* line 79, ../sass/_Form.scss */
.Form-group__select-wrapper:after {
  content: '▼';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
/* line 85, ../sass/_Form.scss */
.Form-group.IsNotSelect.IsError {
  border: 2px solid #f50000;
}
/* line 89, ../sass/_Form.scss */
.Form-group__errotext {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .2px;
  color: #d93025;
  margin-top: 8px;
  margin-bottom: 17px;
  display: none;
}

/* line 100, ../sass/_Form.scss */
.Form-group.IsNotSelect.IsError .Form-group__errotext.IsShow {
  display: block;
}

/* line 104, ../sass/_Form.scss */
.Form-radio-label, .Form-check-label {
  display: block;
  margin: 17px 0;
  font-size: 1.6rem;
  padding-left: 28px;
  line-height: 1.5;
  position: relative;
}
/* line 111, ../sass/_Form.scss */
.Form-radio-label:last-child, .Form-check-label:last-child {
  margin-bottom: 0;
}
/* line 114, ../sass/_Form.scss */
.Form-radio-label__radio {
  width: 0px;
  position: absolute;
  left: 0;
}
/* line 118, ../sass/_Form.scss */
.Form-radio-label__radio:checked + .Form-radio-label__icon {
  border: 1px solid #c03;
  transition: .1s;
}
/* line 121, ../sass/_Form.scss */
.Form-radio-label__radio:checked + .Form-radio-label__icon:after {
  opacity: 1;
  transition: .2s;
  transform: translate(-50%, -50%) scale(1);
}
/* line 128, ../sass/_Form.scss */
.Form-radio-label__icon {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  transition: .1s;
}
/* line 138, ../sass/_Form.scss */
.Form-radio-label__icon:after {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #c03;
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  transition: .2s;
}

/* line 156, ../sass/_Form.scss */
.Form-check-label:last-child {
  margin-bottom: 0;
}
/* line 159, ../sass/_Form.scss */
.Form-check-label__check {
  display: none;
}
/* line 161, ../sass/_Form.scss */
.Form-check-label__check:checked + .Form-check-label__icon {
  border: 1px solid #c03;
  transition: .1s;
}
/* line 164, ../sass/_Form.scss */
.Form-check-label__check:checked + .Form-check-label__icon:after {
  opacity: 1;
  transition: .2s;
  transform: translate(-50%, -50%) scale(1);
}
/* line 171, ../sass/_Form.scss */
.Form-check-label__icon {
  width: 20px;
  height: 20px;
  border: 1px solid #333;
  border-radius: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  transition: .1s;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* line 184, ../sass/_Form.scss */
.Form-check-label__icon:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #c03;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(0.1);
  opacity: 0;
  transition: .2s;
}
/* line 199, ../sass/_Form.scss */
.Form-check-label__icon__inner {
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 209, ../sass/_Form.scss */
.Form-btn {
  margin: 40px auto 0;
  width: 200px;
  position: relative;
  overflow: hidden;
  transition: .4s;
}
/* line 215, ../sass/_Form.scss */
.Form-btn input {
  width: 200px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #c03;
  color: #fff;
  padding: 21px 20px 24px;
  border-radius: 4px;
  font-weight: 500;
}
/* line 225, ../sass/_Form.scss */
.Form-btn__anim {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
/* line 234, ../sass/_Form.scss */
.Form-btn:active .Form-btn__anim::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  content: "";
  background: #f9507b;
  border-radius: 100%;
  opacity: 0;
  animation: ripple 0.3s 1 ease-out;
  pointer-events: none;
}

@keyframes ripple {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}
/* line 2, ../sass/_Submit-section.scss */
.Submit-section {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  min-height: 80vh;
  background-color: #fff;
  padding: 50px 20px;
  transition: .4s;
  display: none;
}
/* line 11, ../sass/_Submit-section.scss */
.Submit-section__container {
  max-width: 500px;
  margin: 0 auto;
}
/* line 15, ../sass/_Submit-section.scss */
.Submit-section__heading {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
/* line 22, ../sass/_Submit-section.scss */
.Submit-section__copy__count {
  font-size: 1.7rem;
  font-weight: 500;
  padding: 40px 10px;
  border: 1px solid;
  text-align: center;
  margin-bottom: 16px;
}
/* line 29, ../sass/_Submit-section.scss */
.Submit-section__copy__count span {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.6;
}
/* line 35, ../sass/_Submit-section.scss */
.Submit-section__para {
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: center;
}
/* line 40, ../sass/_Submit-section.scss */
.Submit-section__scratch {
  margin: 26px auto 40px;
}

/* line 46, ../sass/_Submit-section.scss */
#FORM-CONTAINER.-hidden {
  display: none;
}

/* line 50, ../sass/_Submit-section.scss */
#FINISH.-visible {
  opacity: 1;
  display: block;
  pointer-events: auto;
}

/* line 2, ../sass/_Mng.scss */
.Mng {
  max-width: 800px;
  padding: 0 30px 40px;
  margin: 40px auto;
}
/* line 6, ../sass/_Mng.scss */
.Mng__heading {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 40px;
  font-weight: 500;
}
/* line 12, ../sass/_Mng.scss */
.Mng__container {
  display: flex;
  flex-wrap: wrap;
  align-items: space-between;
}
/* line 16, ../sass/_Mng.scss */
.Mng__container__item {
  width: 50%;
  padding: 0 15px;
  margin: 15px auto;
}
/* line 20, ../sass/_Mng.scss */
.Mng__container__item a {
  display: block;
  font-size: 1.8rem;
  color: #fff;
  background-color: #1a73e8;
  padding: 24px 6px;
  border-radius: 3px;
  text-align: center;
}

/* line 72, ../sass/style.scss */
.main {
  position: relative;
}
