@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Usage Examples/

.logo {
  background-image: img-url('logo.svg');
}

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

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

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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: 1em;
  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  margin: 0;
  /* 2 */
  border-radius: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

select {
  line-height: 1;
}

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  align-items: normal;
  padding: 0;
  background: transparent;
  text-align: start;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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.
 */
legend {
  box-sizing: border-box;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 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.
 */
[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.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  min-height: 100%;
  overflow-x: hidden;
  background: #EAE6E0;
  color: #2D2D2D;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  line-height: 1.5;
}

::selection {
  background: #2D2D2D;
  color: #EAE6E0;
}

* {
  -webkit-appearance: none;
  box-sizing: inherit;
}

*::before, *::after {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p, dl, dd, blockquote, figure, pre, ol, ul, li {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style-type: none;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: #EA6542;
  text-decoration: none;
  transition: all .8s ease;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  opacity: .5;
}

img {
  max-width: 100%;
  vertical-align: top;
}

button {
  border-style: none;
  color: #EA6542;
}

input:focus, button:focus, select:focus, textarea:focus {
  outline: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: calc(100% + 96px);
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: white;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
}

.slick-prev {
  left: 12px;
}

[dir="rtl"] .slick-prev {
  right: 12px;
  left: auto;
}

.slick-prev:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-top: solid 2px #D9D9D9;
  border-left: solid 2px #D9D9D9;
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 12px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: 12px;
}

.slick-next:before {
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 24px;
  height: 24px;
  transform: translate(50%, -50%) rotate(45deg);
  border-top: solid 2px #D9D9D9;
  border-right: solid 2px #D9D9D9;
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 4px;
  height: 4px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
  transition: all .4s ease;
}

.slick-dots li button {
  display: block;
  width: 4px;
  height: 4px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer;
  transition: all .4s ease;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 8px;
  background: #000;
  font-family: "slick";
  font-size: 6px;
  text-align: center;
  content: "•";
  opacity: 0.5;
  transition: all .4s ease;
}

.slick-dots li.slick-active {
  width: 8px;
  height: 8px;
}

.slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
}

.slick-dots li.slick-active button:before {
  width: 8px;
  height: 8px;
  background: #000;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ----------
  common
----------  */
.l-clearfix {
  display: block;
  clear: both;
  content: "";
}

.l-wrapper {
  width: 100%;
  padding-top: 136px;
  padding-bottom: 80px;
  transition: all .8s ease;
}

.l-footer {
  width: 100%;
}

.l-loading, .l-page_transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-btn {
  display: block;
  width: 100%;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0;
  border: none;
  background: #2D2D2D;
  color: #fff;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  transition: all .4s ease;
}

.c-btn:hover {
  opacity: 1;
}

.c-btn:active {
  opacity: .5;
}

.c-mainContentsList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.c-mainContentsList .c-mainContentsItem {
  width: 100%;
  margin: 0 0 56px;
}

.c-mainContentsList .c-mainContentsItem:nth-last-child(1) {
  margin-bottom: 0;
}

.c-mainContentsItem {
  opacity: 0;
  transition: all .8s ease;
}

.c-mainContentsItem .c-mainContentsItem__thum {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.c-mainContentsItem .c-mainContentsItem__thum::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: all .8s ease .4s;
}

.c-mainContentsItem .c-mainContentsItem__thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -30%) scale(1.4);
  filter: brightness(2) blur(4px);
  transition: filter 2.4s ease;
}

.c-mainContentsItem .c-mainContentsItem__info {
  position: relative;
  overflow: hidden;
}

.c-mainContentsItem .c-mainContentsItem__info::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  transition: all .8s ease .8s;
}

.c-mainContentsItem .c-mainContentsItem__tag {
  margin-bottom: 8px;
  padding: 0 32px;
  color: #A0A0A0;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .03em;
  line-height: 1;
}

.c-mainContentsItem .c-mainContentsItem__title {
  padding: 0 32px;
  color: #2D2D2D;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.4;
}

.c-mainContentsItem.is-show {
  opacity: 1;
}

.c-mainContentsItem.is-show .c-mainContentsItem__thum::after {
  left: 100%;
}

.c-mainContentsItem.is-show .c-mainContentsItem__thum img {
  filter: brightness(1) blur(0);
}

.c-mainContentsItem.is-show .c-mainContentsItem__info::after {
  left: 100%;
}

.c-mainContentsItem:hover {
  opacity: .7;
}

.c-worksContentsList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.c-worksContentsList .c-worksContentsItem {
  width: 100%;
  margin: 0 0 56px;
}

.c-worksContentsList .c-worksContentsItem:nth-last-child(1) {
  margin-bottom: 0;
}

.c-worksContentsItem {
  position: relative;
  opacity: 0;
  transition: all .8s ease;
}

.c-worksContentsItem:nth-child(3n+2) {
  transition: all .8s ease .2s;
}

.c-worksContentsItem:nth-child(3n+3) {
  transition: all .8s ease .4s;
}

.c-worksContentsItem .c-worksContentsItem__thum {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.c-worksContentsItem .c-worksContentsItem__thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%) scale(1.05);
  filter: brightness(2) blur(4px);
  transition: all 2.4s ease;
}

.c-worksContentsItem .c-worksContentsItem__tag {
  margin-bottom: 8px;
  padding: 0 32px;
  color: #A0A0A0;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .03em;
  line-height: 1;
}

.c-worksContentsItem .c-worksContentsItem__title {
  padding: 0 32px;
  color: #2D2D2D;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.4;
}

.c-worksContentsItem:hover {
  opacity: 1;
}

.c-worksContentsItem.is-show {
  opacity: 1;
}

.c-worksContentsItem.is-show .c-worksContentsItem__thum img {
  transform: translate(-50%, -50%) scale(1);
  filter: brightness(1) blur(0);
}

.c-newsContentsList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.c-newsContentsList .c-newsContentsItem {
  width: 100%;
  margin: 0 0 56px;
}

.c-newsContentsList .c-newsContentsItem:nth-last-child(1) {
  margin-bottom: 0;
}

.c-newsContentsItem {
  position: relative;
  opacity: 0;
  transition: all .8s ease;
}

.c-newsContentsItem.is-show {
  opacity: 1;
}

.c-newsContentsItem .c-newsContentsItem__thum {
  position: relative;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.c-newsContentsItem .c-newsContentsItem__thum img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.c-newsContentsItem .c-newsContentsItem__title {
  margin-bottom: 8px;
  padding: 0 32px;
  color: #2D2D2D;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 1.4;
}

.c-newsContentsItem .c-newsContentsItem__tag {
  padding: 0 32px;
  color: #A0A0A0;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  letter-spacing: .03em;
  line-height: 1;
}

.c-newsContentsItem .c-newsContentsItem__tag time, .c-newsContentsItem .c-newsContentsItem__tag span {
  position: relative;
}

.c-newsContentsItem .c-newsContentsItem__tag span::before {
  margin-left: 4px;
  content: "/ ";
}

.c-contentsItem {
  display: block;
  margin-bottom: 16px;
}

.c-contentsItem .c-contentsItem__time, .c-contentsItem .c-contentsItem__title {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.c-contentsItem .c-contentsItem__time {
  margin-bottom: 8px;
}

.c-contentsItem .c-contentsItem__title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
  font-size: 1.2rem;
  word-break: break-all;
}

.c-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

.c-row--start {
  justify-content: flex-start;
}

.c-row--center {
  justify-content: center;
}

.c-row--end {
  justify-content: flex-end;
}

.c-row--around {
  justify-content: space-around;
}

.c-row--between {
  justify-content: space-between;
}

.c-row--top {
  align-items: flex-start;
}

.c-row--middle {
  align-items: center;
}

.c-row--bottom {
  align-items: flex-end;
}

.c-row--reverse {
  flex-direction: row-reverse;
}

.c-row--noGutters {
  margin-right: 0;
  margin-left: 0;
}

.c-row--noGutters > .c-col,
.c-row--noGutters > [class*="c-col-"] {
  padding-right: 0;
  padding-left: 0;
}

.c-col,
[class*="c-col-"] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.c-order-first {
  order: -1;
}

.c-order-last {
  order: 13;
}

.c-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.c-col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.c-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.c-col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.c-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.c-col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.c-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.c-col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.c-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-offset-1 {
  margin-left: 8.33333%;
}

.c-offset-2 {
  margin-left: 16.66667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.33333%;
}

.c-offset-5 {
  margin-left: 41.66667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.33333%;
}

.c-offset-8 {
  margin-left: 66.66667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.33333%;
}

.c-offset-11 {
  margin-left: 91.66667%;
}

.c-hidden--sm {
  display: none;
}

.c-hidden--md {
  display: block;
}

.c-hidden--lg {
  display: block;
}

.c-visible--sm {
  display: block;
}

.c-visible--md {
  display: none;
}

.c-visible--lg {
  display: none;
}

.c-formGroup {
  margin-bottom: 40px;
}

.c-formLabel {
  display: block;
  position: relative;
  margin-bottom: 16px;
  font-size: 1.2rem;
  line-height: 1;
}

.c-formLabel--required::after {
  position: absolute;
  right: 0;
  color: #EE0707;
  content: "※必須";
}

.c-formText, .c-formTextArea {
  display: block;
  width: 100%;
  padding: 7px 8px;
  border: solid 1px #2D2D2D;
  background: #fff;
  color: #2D2D2D;
  font-size: 1.6rem;
  line-height: 1;
}

.c-radioGroup {
  display: block;
  margin-bottom: 4px;
}

.c-radioGroup input.c-formRadio {
  clip: rect(0 0 0 0);
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.c-radioGroup input.c-formRadio:checked + .c-formRadioLabel::after {
  opacity: 1;
}

.c-radioGroup .c-formRadioLabel {
  position: relative;
  padding-left: 28px;
}

.c-radioGroup .c-formRadioLabel::before, .c-radioGroup .c-formRadioLabel::after {
  display: block;
  position: absolute;
  content: "";
}

.c-radioGroup .c-formRadioLabel::before {
  top: calc(50% - 10px);
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 1px #2D2D2D;
  border-radius: 20px;
}

.c-radioGroup .c-formRadioLabel::after {
  top: calc(50% - 5px);
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #2D2D2D;
  opacity: 0;
  transition: all .4s ease;
}

.c-formSelect {
  position: relative;
}

.c-formSelect select {
  display: block;
  width: 100%;
  padding: 7px 32px;
  border: solid 1px #2D2D2D;
  background: #fff;
  color: #2D2D2D;
  font-size: 1.6rem;
  line-height: 1;
}

.c-formSelect::after {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  left: 14px;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-right: solid 2px #2D2D2D;
  border-bottom: solid 2px #2D2D2D;
  content: "";
}

.c-formTextArea {
  height: 240px;
  resize: none;
}

.p-comingSoon {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
}

.p-comingSoon .p-comingSoon__text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 100;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  filter: blur(16px);
  opacity: 0;
  transition: all 1.6s ease .8s;
}

.is-loaded .p-comingSoon .p-comingSoon__text {
  filter: blur(0);
  opacity: 1;
}

.p-comingSoon .p-comingSoon__contact {
  display: block;
  position: absolute;
  top: 75%;
  left: 50%;
  width: 320px;
  padding: 16px 0;
  transform: translate(-50%, -50%);
  background: #2D2D2D;
  color: #fff;
  line-height: 1;
  text-align: center;
  filter: blur(16px);
  opacity: 0;
  transition: all 1.6s ease .8s;
}

.p-comingSoon .p-comingSoon__contact span {
  display: inline-block;
  color: #EAE6E0;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 1;
  transition: all .8s ease;
}

.p-comingSoon .p-comingSoon__contact:hover {
  opacity: 1;
}

.p-comingSoon .p-comingSoon__contact:hover span {
  transform: scale(1.05);
}

.is-loaded .p-comingSoon .p-comingSoon__contact {
  filter: blur(0);
  opacity: 1;
}

.p-mainContents .p-mainContents__main {
  position: relative;
  margin-bottom: 96px;
  padding: 0 92px;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__prev, .p-mainContents .p-mainContents__main .p-mainContents__main__next {
  position: absolute;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  border-top: solid 1px #2D2D2D;
  cursor: pointer;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__prev {
  left: 16px;
  transform: rotate(-45deg);
  border-left: solid 1px #2D2D2D;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__next {
  right: 16px;
  transform: rotate(45deg);
  border-right: solid 1px #2D2D2D;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__contents {
  position: relative;
  height: 0;
  padding-top: 150%;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__contents img {
  inset: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  cursor: pointer;
  transition: all .8s ease;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__contents .p-mainContents__main__contents__caption {
  position: absolute;
  top: calc(100% + 4px);
  width: 100%;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__contents .p-mainContents__main__contents__caption p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  word-break: break-all;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__contents .p-mainContents__main__contents__caption a.c-link {
  display: none;
  margin-top: 4px;
  color: #2D2D2D;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  text-decoration: underline;
}

.p-mainContents .p-mainContents__main .p-mainContents__main__contents .p-mainContents__main__contents__caption a.c-link.is-show {
  display: block;
}

.p-mainContents .p-mainContents__sub {
  grid-gap: 8px;
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 16px;
}

.p-mainContents .p-mainContents__sub .p-mainContents__sub__contents {
  width: calc(100%/6 - 6.66667px);
  cursor: pointer;
}

.p-mainContents .p-mainContents__sub .p-mainContents__sub__contents .p-mainContents__sub__contents__box {
  position: relative;
  height: 0;
  padding-top: 150%;
  overflow: hidden;
}

.p-mainContents .p-mainContents__sub .p-mainContents__sub__contents .p-mainContents__sub__contents__box img {
  inset: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: contain;
  transition: all .8s ease;
}

.p-mainContents .p-mainContents__sub .p-mainContents__sub__contents .p-mainContents__sub__contents__box::before {
  inset: 0;
  display: block;
  z-index: -1;
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 16px;
  background: #2D2D2D;
  animation: dots_loading .8s ease infinite;
  content: "";
}

.p-mainContents .p-mainContents__sub .p-mainContents__sub__contents .p-mainContents__sub__contents__box::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 230, 224, 0);
  content: "";
  transition: all .8s ease;
  transition: all .8s ease;
}

.p-mainContents .p-mainContents__sub .p-mainContents__sub__contents .p-mainContents__sub__contents__box:hover img {
  transform: scale(1.05);
}

.p-mainContents .p-mainContents__sub .p-mainContents__sub__contents .p-mainContents__sub__contents__box.is-active img {
  transform: scale(1.05);
}

.p-mainContents .p-mainContents__sub .p-mainContents__sub__contents .p-mainContents__sub__contents__box.is-active::after {
  background: rgba(234, 230, 224, 0.7);
}

@keyframes dots_loading {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.p-modal {
  visibility: hidden;
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 64px 0;
  overflow: scroll;
  background: rgba(234, 230, 224, 0.7);
  opacity: 0;
  transition: all .8s ease;
}

.p-modal.is-show {
  visibility: visible;
  opacity: 1;
}

.p-modal .p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.p-modal .p-modal__wrap {
  position: relative;
  width: calc(100% - 32px);
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  cursor: pointer;
}

.p-modal .p-modal__wrap .p-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background: #EAE6E0;
  cursor: pointer;
}

.p-modal .p-modal__wrap .p-modal__close::before, .p-modal .p-modal__wrap .p-modal__close::after {
  inset: 0;
  position: absolute;
  width: 20px;
  height: 1px;
  margin: auto;
  background: #2D2D2D;
  content: "";
}

.p-modal .p-modal__wrap .p-modal__close::before {
  transform: rotate(45deg);
}

.p-modal .p-modal__wrap .p-modal__close::after {
  transform: rotate(-45deg);
}

.p-modal .p-modal__wrap img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.p-aboutContents {
  margin-bottom: 64px;
  padding: 32px 16px 0 24px;
}

.p-aboutContents .p-aboutContents__title {
  margin-bottom: 40px;
}

.p-aboutContents .p-aboutContents__title h2 {
  margin-bottom: 16px;
  font-size: 2.4rem;
  font-weight: 100;
  line-height: 1;
}

.p-aboutContents .p-aboutContents__title h3 {
  color: #A0A0A0;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
}

.p-aboutContents .p-aboutContents__body {
  padding-left: 48px;
}

.p-aboutContents .p-aboutContents__body p {
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.8;
}

.p-contact {
  padding: 0 72px;
}

.p-footer {
  padding: 24px 16px;
}

.p-footer .p-footer__copy {
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-align: right;
}

.p-header {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  background: transparent;
  mix-blend-mode: multiply;
}

.p-header h1 {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translate(0, -50%);
  color: #2D2D2D;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}

.p-header h1 span {
  position: absolute;
  border: 0;
  background-color: transparent;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}

.p-header .p-header__snsList {
  grid-gap: 8px;
  gap: 8px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 24px;
  flex-wrap: wrap;
  transform: translate(0, -50%);
}

.p-header .p-header__snsList .p-header__snsItem {
  display: block;
}

.p-header .p-header__snsList .p-header__snsItem svg {
  display: block;
  width: 16px;
  height: auto;
}

.p-loading {
  z-index: 800;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EAE6E0;
  transition: all .8s ease;
}

.is-loaded .p-loading {
  visibility: hidden;
  opacity: 0;
}

.is-loaded.is-transition .p-loading {
  visibility: visible;
  opacity: 1;
}

.p-nav {
  z-index: 900;
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  padding: 0 0 28px;
  mix-blend-mode: multiply;
}

.p-nav .p-nav__menuList {
  display: flex;
  justify-content: center;
}

.p-nav .p-nav__menuList .p-nav__menuItem {
  display: block;
  margin: 0 12px;
  color: #2D2D2D;
  font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}

.p-nav .p-nav__menuList .p-nav__menuItem.is-active {
  color: #A0A0A0;
}

.p-nav .p-nav__snsList, .p-nav .p-nav__contact {
  display: none;
}

.p-nav .p-nav__snsList {
  margin-bottom: 20px;
}

.p-nav .p-nav__snsList a.p-nav__snsItem {
  display: block;
  line-height: 0;
}

.p-nav .p-nav__snsList a.p-nav__snsItem svg {
  width: 20px;
  height: auto;
}

.u-vaBase {
  vertical-align: baseline;
}

.u-vaTop {
  vertical-align: top;
}

.u-vaMiddle {
  vertical-align: middle;
}

.u-vaBottom {
  vertical-align: bottom;
}

.u-vaTxtBottom {
  vertical-align: text-bottom;
}

.u-vaTxtTop {
  vertical-align: text-top;
}

.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.u-dsNone {
  display: none;
}

.u-dsInline {
  display: inline;
}

.u-dsInlineBlock {
  display: inline-block;
}

.u-dsBlock {
  display: block;
}

.u-dsTable {
  display: table;
}

.u-dsTableCell {
  display: table-cell;
}

.u-dsFlex {
  display: flex;
}

.u-dsInlineFlex {
  display: inline-flex;
}

.u-floatLleft {
  float: left;
}

.u-floatRight {
  float: right;
}

.u-floatNone {
  float: none;
}

@media screen and (min-width: 375px) {
  /* sm */
  .c-container {
    padding-right: 32px;
    padding-left: 32px;
  }
  .c-row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .c-row--noGutters {
    margin-right: 0;
    margin-left: 0;
  }
  .c-col,
  [class*="c-col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-row-sm--start {
    justify-content: flex-start;
  }
  .c-row-sm--center {
    justify-content: center;
  }
  .c-row-sm--end {
    justify-content: flex-end;
  }
  .c-row-sm--around {
    justify-content: space-around;
  }
  .c-row-sm--between {
    justify-content: space-between;
  }
  .c-row-sm--top {
    align-items: flex-start;
  }
  .c-row-sm--middle {
    align-items: center;
  }
  .c-row-sm--bottom {
    align-items: flex-end;
  }
  .c-row-sm--reverse {
    flex-direction: row-reverse;
  }
  .c-order-sm-first {
    order: -1;
  }
  .c-order-sm-last {
    order: 13;
  }
  .c-order-sm-reset {
    order: initial;
  }
  .c-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .c-offset-sm-2 {
    margin-left: 16.66667%;
  }
  .c-offset-sm-3 {
    margin-left: 25%;
  }
  .c-offset-sm-4 {
    margin-left: 33.33333%;
  }
  .c-offset-sm-5 {
    margin-left: 41.66667%;
  }
  .c-offset-sm-6 {
    margin-left: 50%;
  }
  .c-offset-sm-7 {
    margin-left: 58.33333%;
  }
  .c-offset-sm-8 {
    margin-left: 66.66667%;
  }
  .c-offset-sm-9 {
    margin-left: 75%;
  }
  .c-offset-sm-10 {
    margin-left: 83.33333%;
  }
  .c-offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media screen and (min-width: 768px) {
  /* md */
  .l-wrapper {
    padding-top: 192px;
  }
  .c-btn {
    padding: 16px 0;
    font-size: 1.8rem;
  }
  .c-mainContentsList .c-mainContentsItem {
    margin: 0 24px 96px;
  }
  .c-mainContentsList .c-mainContentsItem:nth-child(4n+1), .c-mainContentsList .c-mainContentsItem:nth-child(4n) {
    width: calc(70% - 24px);
  }
  .c-mainContentsList .c-mainContentsItem:nth-child(4n+2), .c-mainContentsList .c-mainContentsItem:nth-child(4n+3) {
    width: calc(30% - 24px);
  }
  .c-mainContentsList .c-mainContentsItem:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-mainContentsList .c-mainContentsItem:nth-child(2n) {
    margin-right: 0;
  }
  .c-mainContentsItem .c-mainContentsItem__thum {
    margin-bottom: 24px;
  }
  .c-mainContentsItem .c-mainContentsItem__tag {
    margin-bottom: 8px;
    padding: 0;
  }
  .c-mainContentsItem .c-mainContentsItem__title {
    padding: 0;
  }
  .c-worksContentsList .c-worksContentsItem {
    width: calc(33.333% - 21.33333px);
    margin: 0 16px 80px;
  }
  .c-worksContentsList .c-worksContentsItem:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-worksContentsList .c-worksContentsItem:nth-child(3n) {
    margin-right: 0;
  }
  .c-worksContentsItem .c-worksContentsItem__thum {
    margin-bottom: 0;
  }
  .c-worksContentsItem .c-worksContentsItem__thum::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.7);
    content: "";
    opacity: 0;
    transition: all .8s ease;
  }
  .c-worksContentsItem .c-worksContentsItem__info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 48px);
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .8s ease;
  }
  .c-worksContentsItem .c-worksContentsItem__tag {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
  }
  .c-worksContentsItem .c-worksContentsItem__title {
    padding: 0;
    color: #fff;
    font-size: 1.6rem;
  }
  .c-worksContentsItem:hover .c-worksContentsItem__thum::after {
    opacity: 1;
  }
  .c-worksContentsItem:hover .c-worksContentsItem__info {
    opacity: 1;
  }
  .c-newsContentsList .c-newsContentsItem {
    width: calc(50% - 40px);
    margin: 0 40px 80px;
  }
  .c-newsContentsList .c-newsContentsItem:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-newsContentsList .c-newsContentsItem:nth-child(2n) {
    margin-right: 0;
  }
  .c-newsContentsItem .c-newsContentsItem__title {
    padding: 0;
  }
  .c-newsContentsItem .c-newsContentsItem__tag {
    padding: 0;
  }
  .c-contentsItem {
    display: flex;
    align-items: center;
  }
  .c-contentsItem .c-contentsItem__time {
    margin-right: 32px;
    margin-bottom: 0;
  }
  .c-container {
    padding-right: 64px;
    padding-left: 64px;
  }
  .c-row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .c-row--noGutters {
    margin-right: 0;
    margin-left: 0;
  }
  .c-col,
  [class*="c-col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-row-md--start {
    justify-content: flex-start;
  }
  .c-row-md--center {
    justify-content: center;
  }
  .c-row-md--end {
    justify-content: flex-end;
  }
  .c-row-md--around {
    justify-content: space-around;
  }
  .c-row-md--between {
    justify-content: space-between;
  }
  .c-row-md--top {
    align-items: flex-start;
  }
  .c-row-md--middle {
    align-items: center;
  }
  .c-row-md--bottom {
    align-items: flex-end;
  }
  .c-row-md--reverse {
    flex-direction: row-reverse;
  }
  .c-order-md-first {
    order: -1;
  }
  .c-order-md-last {
    order: 13;
  }
  .c-order-md-reset {
    order: initial;
  }
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-offset-md-1 {
    margin-left: 8.33333%;
  }
  .c-offset-md-2 {
    margin-left: 16.66667%;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-offset-md-4 {
    margin-left: 33.33333%;
  }
  .c-offset-md-5 {
    margin-left: 41.66667%;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-offset-md-7 {
    margin-left: 58.33333%;
  }
  .c-offset-md-8 {
    margin-left: 66.66667%;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-offset-md-10 {
    margin-left: 83.33333%;
  }
  .c-offset-md-11 {
    margin-left: 91.66667%;
  }
  .c-hidden--sm {
    display: block;
  }
  .c-hidden--md {
    display: none;
  }
  .c-visible--sm {
    display: none;
  }
  .c-visible--md {
    display: block;
  }
  .p-comingSoon .p-comingSoon__text {
    font-size: 6rem;
  }
  .p-comingSoon .p-comingSoon__contact span {
    font-size: 2.4rem;
  }
  .p-mainContents .p-mainContents__main {
    margin-bottom: 128px;
    padding: 0 96px;
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__prev, .p-mainContents .p-mainContents__main .p-mainContents__main__next {
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__prev {
    left: 96px;
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__next {
    right: 96px;
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__contents {
    width: 66.666%;
    margin: 0 auto;
    padding-top: 100%;
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__contents .p-mainContents__main__contents__caption {
    top: calc(100% + 24px);
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__contents .p-mainContents__main__contents__caption p {
    font-size: 1.4rem;
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__contents .p-mainContents__main__contents__caption a.c-link {
    font-size: 1.4rem;
  }
  .p-mainContents .p-mainContents__sub {
    grid-gap: 16px;
    gap: 16px;
    padding: 0 96px;
  }
  .p-mainContents .p-mainContents__sub .p-mainContents__sub__contents {
    width: calc(100%/6 - 13.33333px);
  }
  .p-modal .p-modal__wrap {
    width: calc(100% - 192px);
  }
  .p-modal .p-modal__wrap .p-modal__close {
    width: 48px;
    height: 48px;
  }
  .p-modal .p-modal__wrap .p-modal__close::before, .p-modal .p-modal__wrap .p-modal__close::after {
    width: 30px;
  }
  .p-aboutContents {
    display: flex;
    padding: 32px 48px 0;
  }
  .p-aboutContents .p-aboutContents__title {
    width: 25%;
    margin: 0;
  }
  .p-aboutContents .p-aboutContents__title h2 {
    font-size: 2.8rem;
  }
  .p-aboutContents .p-aboutContents__title h3 {
    font-size: 2.4rem;
  }
  .p-aboutContents .p-aboutContents__body {
    width: 75%;
    padding: 8px 0 0;
  }
  .p-aboutContents .p-aboutContents__body p {
    font-size: 1.4rem;
  }
  .p-header {
    height: 96px;
  }
  .p-header h1 {
    top: 64px;
    left: 48px;
    font-size: 3.6rem;
  }
  .p-header .p-header__snsList {
    display: none;
  }
  .p-nav {
    z-index: 1100;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    padding: 48px 48px 0 0;
    mix-blend-mode: multiply;
  }
  .p-nav .p-nav__menuList {
    display: block;
    margin-bottom: 20px;
  }
  .p-nav .p-nav__menuList .p-nav__menuItem {
    margin: 0 0 20px;
    font-size: 1.6rem;
    font-weight: 300;
  }
  .p-nav .p-nav__menuList .p-nav__menuItem:nth-last-child(1) {
    margin-bottom: 0;
  }
  .p-nav .p-nav__snsList, .p-nav .p-nav__contact {
    display: block;
  }
  .p-nav .p-nav__contact {
    color: #2D2D2D;
    font-family: "Josefin Sans", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1;
  }
}

@media screen and (min-width: 1024px) {
  /* lg */
  .c-container {
    max-width: 1240px;
    padding-right: 64px;
    padding-left: 64px;
  }
  .c-row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .c-row--noGutters {
    margin-right: 0;
    margin-left: 0;
  }
  .c-col,
  [class*="c-col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-row-lg--start {
    justify-content: flex-start;
  }
  .c-row-lg--center {
    justify-content: center;
  }
  .c-row-lg--end {
    justify-content: flex-end;
  }
  .c-row-lg--around {
    justify-content: space-around;
  }
  .c-row-lg--between {
    justify-content: space-between;
  }
  .c-row-lg--top {
    align-items: flex-start;
  }
  .c-row-lg--middle {
    align-items: center;
  }
  .c-row-lg--bottom {
    align-items: flex-end;
  }
  .c-row-lg--reverse {
    flex-direction: row-reverse;
  }
  .c-order-lg-first {
    order: -1;
  }
  .c-order-lg-last {
    order: 13;
  }
  .c-order-lg-reset {
    order: initial;
  }
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-offset-lg-1 {
    margin-left: 8.33333%;
  }
  .c-offset-lg-2 {
    margin-left: 16.66667%;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-offset-lg-4 {
    margin-left: 33.33333%;
  }
  .c-offset-lg-5 {
    margin-left: 41.66667%;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-offset-lg-7 {
    margin-left: 58.33333%;
  }
  .c-offset-lg-8 {
    margin-left: 66.66667%;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-offset-lg-10 {
    margin-left: 83.33333%;
  }
  .c-offset-lg-11 {
    margin-left: 91.66667%;
  }
  .c-hidden--md {
    display: block;
  }
  .c-hidden--lg {
    display: none;
  }
  .c-visible--md {
    display: none;
  }
  .c-visible--lg {
    display: block;
  }
  .p-mainContents .p-mainContents__main {
    padding: 0 128px;
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__prev {
    left: 128px;
  }
  .p-mainContents .p-mainContents__main .p-mainContents__main__next {
    right: 128px;
  }
  .p-mainContents .p-mainContents__sub {
    grid-gap: 24px;
    gap: 24px;
    padding: 0 128px;
  }
  .p-mainContents .p-mainContents__sub .p-mainContents__sub__contents {
    width: calc(100%/6 - 20px);
  }
  .p-modal .p-modal__wrap {
    width: calc(100% - 256px);
  }
  .p-modal .p-modal__wrap .p-modal__close {
    width: 64px;
    height: 64px;
  }
  .p-modal .p-modal__wrap .p-modal__close::before, .p-modal .p-modal__wrap .p-modal__close::after {
    width: 40px;
  }
  .p-aboutContents {
    padding: 32px 128px 0;
  }
  .p-aboutContents .p-aboutContents__title h2 {
    font-size: 3.2rem;
  }
  .p-aboutContents .p-aboutContents__title h3 {
    font-size: 2.8rem;
  }
  .p-header h1 {
    top: 72px;
    left: 64px;
    font-size: 4.8rem;
  }
  .p-nav {
    padding: 56px 48px 0 0;
  }
  .p-nav .p-nav__menuList .p-nav__menuItem {
    font-size: 2.2rem;
  }
  .p-nav .p-nav__snsList a.p-nav__snsItem svg {
    width: 24px;
  }
  .p-nav .p-nav__contact {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 1200px) {
  /* xl */
  .c-container {
    max-width: 1240px;
    padding-right: 64px;
    padding-left: 64px;
  }
  .c-row {
    margin-right: -16px;
    margin-left: -16px;
  }
  .c-row--noGutters {
    margin-right: 0;
    margin-left: 0;
  }
  .c-col,
  [class*="c-col-"] {
    padding-right: 16px;
    padding-left: 16px;
  }
  .c-row-xl--start {
    justify-content: flex-start;
  }
  .c-row-xl--center {
    justify-content: center;
  }
  .c-row-xl--end {
    justify-content: flex-end;
  }
  .c-row-xl--around {
    justify-content: space-around;
  }
  .c-row-xl--between {
    justify-content: space-between;
  }
  .c-row-xl--top {
    align-items: flex-start;
  }
  .c-row-xl--middle {
    align-items: center;
  }
  .c-row-xl--bottom {
    align-items: flex-end;
  }
  .c-row-xl--reverse {
    flex-direction: row-reverse;
  }
  .c-order-xl-first {
    order: -1;
  }
  .c-order-xl-last {
    order: 13;
  }
  .c-order-xl-reset {
    order: initial;
  }
  .c-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .c-col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .c-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .c-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .c-col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .c-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .c-col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .c-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-offset-xl-1 {
    margin-left: 8.33333%;
  }
  .c-offset-xl-2 {
    margin-left: 16.66667%;
  }
  .c-offset-xl-3 {
    margin-left: 25%;
  }
  .c-offset-xl-4 {
    margin-left: 33.33333%;
  }
  .c-offset-xl-5 {
    margin-left: 41.66667%;
  }
  .c-offset-xl-6 {
    margin-left: 50%;
  }
  .c-offset-xl-7 {
    margin-left: 58.33333%;
  }
  .c-offset-xl-8 {
    margin-left: 66.66667%;
  }
  .c-offset-xl-9 {
    margin-left: 75%;
  }
  .c-offset-xl-10 {
    margin-left: 83.33333%;
  }
  .c-offset-xl-11 {
    margin-left: 91.66667%;
  }
}

/*# sourceMappingURL=../../_style-map/assets/styles/main.css.map */
