@charset "UTF-8";
/*
 *
 * common.scss
 *
 */
/* ------------------------------------------------------------
 function
------------------------------------------------------------ */
/* ------------------------------------------------------------
 Foundation
------------------------------------------------------------ */
/*
 *
 * reset.scss
 *
 */
/* ------------------------------------------------------------
 reset basic
------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  line-height: 1;
}

div, p, span, object, iframe, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
table, tr, td, th, tbody, tfoot, thead {
  line-height: 1;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  padding: 0;
}

a img {
  border: none;
}

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:hover,
a:hover img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* ------------------------------------------------------------
 reset form
------------------------------------------------------------- */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input:disabled, button:disabled, textarea:disabled, select:disabled {
  opacity: .4;
}

textarea {
  resize: vertical;
  overflow: auto;
  min-height: 100px;
  max-height: 300px;
}

[type="file"] {
  line-height: 1 !important;
}

select::-ms-expand {
  display: none;
}

/*
 *
 * base.scss
 *
 */
/* ------------------------------------------------------------
 setting
------------------------------------------------------------ */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------- scrollbar ---------- */
/* ---------- base ---------- */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.0rem;
  font-weight: 400;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #2d2d2d;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: none;
}

main {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p, dt, dd, small, address, th, td {
  font-weight: 400;
}

a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

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

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

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

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: 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;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/*--------- slick-theme.css ---------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.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.25;
}

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

.slick-prev {
  left: 25px;
}

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

.slick-prev:before {
  content: "←";
}

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

.slick-next {
  right: 25px;
}

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

.slick-next:before {
  content: "→";
}

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

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.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 {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
 *
 * twentytwenty.scss
 *
 */
/* ------------------------
	twentytwenty
------------------------*/
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
}

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: #FFF;
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  text-align: center;
  color: #2d2d2d;
  vertical-align: middle;
  border-radius: 100%;
}

@media screen and (min-width: 561px) {
  .twentytwenty-before-label:before,
  .twentytwenty-after-label:before {
    width: 60px;
    height: 60px;
    font-size: 13px;
    padding: 24px 0;
  }
}

@media screen and (max-width: 560px) {
  .twentytwenty-before-label:before,
  .twentytwenty-after-label:before {
    width: 50px;
    height: 50px;
    font-size: 12px;
    padding: 20px 0;
  }
}

.twentytwenty-before-label:before {
  background: #FFF;
}

.twentytwenty-after-label:before {
  background: rgba(255, 255, 255, 0.7);
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: 20px;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twenty-list-item .twentytwenty-container {
  height: auto;
}

.twentytwenty-container img {
  position: absolute;
  max-width: 100%;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 15px;
}

@media screen and (max-width: 560px) {
  .twentytwenty-horizontal .twentytwenty-before-label:before {
    left: 8px;
  }
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 15px;
}

@media screen and (max-width: 560px) {
  .twentytwenty-horizontal .twentytwenty-after-label:before {
    right: 8px;
  }
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #FFF;
  border-radius: 1000px;
  z-index: 40;
  cursor: pointer;
}

@media screen and (min-width: 561px) {
  .twentytwenty-handle {
    height: 60px;
    width: 60px;
    margin-left: -32px;
  }
}

@media screen and (max-width: 560px) {
  .twentytwenty-handle {
    height: 50px;
    width: 50px;
    margin-left: -22px;
  }
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  background: url("../img/arrow2-1.svg") no-repeat center;
  background-size: 100%;
  left: 50%;
}

@media screen and (min-width: 561px) {
  .twentytwenty-left-arrow {
    width: 12px;
    height: 3px;
    margin-left: -32px;
  }
}

@media screen and (max-width: 560px) {
  .twentytwenty-left-arrow {
    width: 10px;
    height: 2px;
    margin-left: -28px;
  }
}

.twentytwenty-right-arrow {
  background: url("../img/arrow2-2.svg") no-repeat center;
  background-size: 100%;
  right: 50%;
}

@media screen and (min-width: 561px) {
  .twentytwenty-right-arrow {
    width: 12px;
    height: 3px;
    margin-right: -32px;
  }
}

@media screen and (max-width: 560px) {
  .twentytwenty-right-arrow {
    width: 10px;
    height: 2px;
    margin-right: -28px;
  }
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

/* ------------------------
	mailformpro
-----------------------/*
/*----------reset---------*/
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
  border: none !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: none !important;
  margin: none !important;
  vertical-align: middle;
}

/*----------共通---------*/
.dammiy {
  display: none;
}

.check_group {
  padding-left: 1rem;
}

.mailform {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 80px;
  background: #fff;
  color: #777777;
  text-align: left;
}

input::-webkit-input-placeholder {
  color: #b2b3ad;
}

input:-ms-input-placeholder {
  color: #b2b3ad;
}

input::-ms-input-placeholder {
  color: #b2b3ad;
}

input::placeholder {
  color: #b2b3ad;
}

input[type="submit"] {
  width: 100%;
  height: 100%;
  border: none;
  background: none !important;
}

.mailform input,
.mailform select,
.mailform textarea {
  padding: 15px 10px;
  background: #F1F1F1;
  border-bottom: solid 2px #2d2d2d;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.mailform .must {
  display: inline-block;
  float: none;
  color: #ad1926;
  font-size: 14px;
}

.mailform .error {
  color: #ad1926;
  display: block;
  font-size: 14px;
  padding-left: 16px;
}

/* ------------------------------------------------------------
 Component
------------------------------------------------------------ */
/*
* library.scss
*/
/* ------------------------------------
* slider
*------------------------------------ */
.js-slide li img {
  width: 100%;
}

/*
 * effect.scss
 */
/* ------------------------------------------------------------
 js-span-text
------------------------------------------------------------ */
.js-span-text {
  font-size: 20px;
  line-height: 1.4;
}

.js-span-text span {
  display: inline-block;
  opacity: 0;
}

.js-span-text span:nth-child(1) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.2s forwards;
}

.js-span-text span:nth-child(2) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.4s forwards;
}

.js-span-text span:nth-child(3) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.6s forwards;
}

.js-span-text span:nth-child(4) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 0.8s forwards;
}

.js-span-text span:nth-child(5) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1s forwards;
}

.js-span-text span:nth-child(6) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.2s forwards;
}

.js-span-text span:nth-child(7) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.4s forwards;
}

.js-span-text span:nth-child(8) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.6s forwards;
}

.js-span-text span:nth-child(9) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 1.8s forwards;
}

.js-span-text span:nth-child(10) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2s forwards;
}

.js-span-text span:nth-child(11) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.2s forwards;
}

.js-span-text span:nth-child(12) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.4s forwards;
}

.js-span-text span:nth-child(13) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.6s forwards;
}

.js-span-text span:nth-child(14) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 2.8s forwards;
}

.js-span-text span:nth-child(15) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3s forwards;
}

.js-span-text span:nth-child(16) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.2s forwards;
}

.js-span-text span:nth-child(17) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.4s forwards;
}

.js-span-text span:nth-child(18) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.6s forwards;
}

.js-span-text span:nth-child(19) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 3.8s forwards;
}

.js-span-text span:nth-child(20) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4s forwards;
}

.js-span-text span:nth-child(21) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.2s forwards;
}

.js-span-text span:nth-child(22) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.4s forwards;
}

.js-span-text span:nth-child(23) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.6s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.6s forwards;
}

.js-span-text span:nth-child(24) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.8s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 4.8s forwards;
}

.js-span-text span:nth-child(25) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5s forwards;
}

.js-span-text span:nth-child(26) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.2s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.2s forwards;
}

.js-span-text span:nth-child(27) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.4s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.4s forwards;
}

.js-span-text span:nth-child(28) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.6s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.6s forwards;
}

.js-span-text span:nth-child(29) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.8s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 5.8s forwards;
}

.js-span-text span:nth-child(30) {
  -webkit-animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6s forwards;
          animation: text 2.5s cubic-bezier(0.3, 0.72, 0.56, 0.99) 6s forwards;
}

.js-span-text.-second span {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.3);
            transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px) translateY(-10px) scale(1.3);
            transform: translateX(-20px) translateY(-10px) scale(1.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

/* ------------------------------------------------------------
 js-effect
------------------------------------------------------------ */
.js-effect {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: 300ms;
  transition: 300ms;
}

.js-effect.js-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js-fadein {
  opacity: 0;
  -webkit-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.js-fadein.js-shown {
  opacity: 1;
}

.js-fadeup {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -webkit-transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.js-fadeup.js-shown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.js-height {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  transition: 1s -webkit-clip-path cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: 1s -webkit-clip-path cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s clip-path cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s clip-path cubic-bezier(0.77, 0, 0.175, 1), 1s -webkit-clip-path cubic-bezier(0.77, 0, 0.175, 1);
}

.js-height.js-shown {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.js-width {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 4s -webkit-clip-path cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: 4s -webkit-clip-path cubic-bezier(0.23, 1, 0.32, 1);
  transition: 4s clip-path cubic-bezier(0.23, 1, 0.32, 1);
  transition: 4s clip-path cubic-bezier(0.23, 1, 0.32, 1), 4s -webkit-clip-path cubic-bezier(0.23, 1, 0.32, 1);
}

.js-width.js-shown {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.js-scale {
  opacity: 0;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 1s;
  transition: 1s;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.js-scale.js-shown {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.scroll-in {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* ------------------------------------------------------------
 js-delay
------------------------------------------------------------ */
@media screen and (min-width: 801px) {
  .js-delay-1 {
    -webkit-transition-delay: 300ms !important;
            transition-delay: 300ms !important;
  }
  .js-delay-2 {
    -webkit-transition-delay: 600ms !important;
            transition-delay: 600ms !important;
  }
  .js-delay-3 {
    -webkit-transition-delay: 900ms !important;
            transition-delay: 900ms !important;
  }
  .js-delay-4 {
    -webkit-transition-delay: 1200ms !important;
            transition-delay: 1200ms !important;
  }
  .js-delay-5 {
    -webkit-transition-delay: 1500ms !important;
            transition-delay: 1500ms !important;
  }
  .js-delay-6 {
    -webkit-transition-delay: 1800ms !important;
            transition-delay: 1800ms !important;
  }
  .js-delay-7 {
    -webkit-transition-delay: 2100ms !important;
            transition-delay: 2100ms !important;
  }
  .js-delay-8 {
    -webkit-transition-delay: 2400ms !important;
            transition-delay: 2400ms !important;
  }
  .js-delay-9 {
    -webkit-transition-delay: 2700ms !important;
            transition-delay: 2700ms !important;
  }
  .js-delay-10 {
    -webkit-transition-delay: 3000ms !important;
            transition-delay: 3000ms !important;
  }
  .js-delay-11 {
    -webkit-transition-delay: 3300ms !important;
            transition-delay: 3300ms !important;
  }
  .js-delay-12 {
    -webkit-transition-delay: 3600ms !important;
            transition-delay: 3600ms !important;
  }
  .js-delay-13 {
    -webkit-transition-delay: 3900ms !important;
            transition-delay: 3900ms !important;
  }
  .js-delay-14 {
    -webkit-transition-delay: 4200ms !important;
            transition-delay: 4200ms !important;
  }
  .js-delay-15 {
    -webkit-transition-delay: 4500ms !important;
            transition-delay: 4500ms !important;
  }
  .js-delay-16 {
    -webkit-transition-delay: 4800ms !important;
            transition-delay: 4800ms !important;
  }
  .js-delay-17 {
    -webkit-transition-delay: 5100ms !important;
            transition-delay: 5100ms !important;
  }
  .js-delay-18 {
    -webkit-transition-delay: 5400ms !important;
            transition-delay: 5400ms !important;
  }
  .js-delay-19 {
    -webkit-transition-delay: 5700ms !important;
            transition-delay: 5700ms !important;
  }
  .js-delay-20 {
    -webkit-transition-delay: 6000ms !important;
            transition-delay: 6000ms !important;
  }
}

@-webkit-keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes modal-video-inner {
  from {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video;
          animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.modal-video-close {
  opacity: 0;
}

.modal-video-close .modal-video-movie-wrap {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table;
}

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
          animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
          animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.modal-video-movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -35px;
  right: -35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
}

.modal-video-close-btn:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-video-close-btn:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal-video-close-btn:before, .modal-video-close-btn:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
}

/*
 * drawsvg.scss
 */
/* ------------------------------------------------------------
 js-drawsvg-text
------------------------------------------------------------ */
.js-svg-line {
  fill: none;
  stroke: #525252;
  stroke-miterlimit: 10;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-width: 2px;
}

/*
 * inner.scss
 */
/* ------------------------------------------------------------
 c-inner
------------------------------------------------------------ */
.c-inner-small,
.c-inner-medium,
.c-inner-large {
  margin: auto;
  width: 94%;
}

.c-inner-small {
  max-width: 800px;
}

.c-inner-medium {
  max-width: 1000px;
}

.c-inner-large {
  max-width: 1300px;
}

/*
 * btn.scss
 */
.link {
  color: #a7b76e;
  display: inline-block;
  text-decoration: underline;
}

/* ------------------------------------
* c-btn
*------------------------------------ */
.c-btn {
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  font-weight: 300;
  display: block;
  text-align: center;
  /* ------------------------------------
	* size
	*------------------------------------ */
  /* ---------- -large ---------- */
  /* ---------- -medium ---------- */
  /* ---------- -small ---------- */
  /* ------------------------------------
	* color & hover
	*------------------------------------ */
  /* ---------- -basic ---------- */
  /* ---------- -basic-large ---------- */
  /* ---------- -dark ---------- */
}

.c-btn.-large {
  width: 100%;
  max-width: 360px;
  font-size: 14px;
  padding: 15px 30px;
  text-align: left;
  letter-spacing: 0.2rem;
}

.c-btn.-medium {
  width: 100%;
  max-width: 260px;
  font-size: 14px;
  padding: 18px 30px;
  text-align: left;
  letter-spacing: 0.2rem;
}

.c-btn.-small {
  width: 150px;
  font-size: 16px;
  padding: 8px 0;
}

.c-btn.-basic {
  position: relative;
  background-color: #2d2d2d;
  color: #FFF;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-btn.-basic::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: #a7b76e;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.c-btn.-basic::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 11px;
  height: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/arrow_w.svg") no-repeat center;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-btn.-basic:hover {
  background-color: #666;
  opacity: 1;
}

.c-btn.-basic:hover::after {
  right: 4px;
}

.c-btn.-basic:hover::before {
  top: 0;
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
}

.c-btn.-basic-large {
  position: relative;
  background-color: #2d2d2d;
  color: #FFF;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-btn.-basic-large::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: #a7b76e;
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.c-btn.-basic-large::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 105px;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/arrow_long-w.svg") no-repeat center;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-btn.-basic-large:hover {
  background-color: #666;
  opacity: 1;
}

.c-btn.-basic-large:hover::after {
  right: 4px;
}

.c-btn.-basic-large:hover::before {
  top: 0;
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
}

.c-btn.-dark {
  position: relative;
  background-color: #2d2d2d;
  color: #FFF;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-btn.-dark::before {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 100%;
  height: 100%;
  background: rgba(228, 243, 204, 0.2);
  -webkit-transform: skewY(-2deg);
  transform: skewY(-2deg);
  -webkit-transition: .3s;
  transition: .3s;
  z-index: -1;
}

.c-btn.-dark::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 105px;
  height: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../img/arrow_long-w.svg") no-repeat center;
  -webkit-transition: .3s;
  transition: .3s;
}

.c-btn.-dark:hover {
  background-color: #666;
  opacity: 1;
}

.c-btn.-dark:hover::after {
  right: 16px;
}

.c-btn.-dark:hover::before {
  top: 0;
  -webkit-transform: skewY(2deg);
  transform: skewY(2deg);
}

/*
 * text.scss
 */
/* ----------------------------------
 * c-title
 * -------------------------------- */
.c-title-desc {
  font-size: inherit;
}

.c-title {
  /*--------c-title-large------*/
  /*--------c-title-middle------*/
}

.c-title-large {
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 34px;
  margin-top: 10px;
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .c-title-large {
    font-size: 28px;
  }
}

@media screen and (max-width: 560px) {
  .c-title-large {
    font-size: 24px;
  }
}

.c-title-middle {
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  font-weight: 400;
}

@media screen and (min-width: 1201px) {
  .c-title-middle {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .c-title-middle {
    font-size: 18px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 560px) {
  .c-title-middle {
    font-size: 16px;
    margin-top: 6px;
  }
}

/* ----------------------------------
 * c-title-ja
 * -------------------------------- */
.c-title-ja {
  /*--------c-title-ja-large------*/
  /*--------c-title-ja-large------*/
}

.c-title-ja-large {
  font-weight: 900;
  font-size: 30px;
  margin-top: 10px;
  line-height: 2;
  color: #2d2d2d;
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .c-title-ja-large {
    font-size: 26px;
  }
}

@media screen and (max-width: 560px) {
  .c-title-ja-large {
    font-size: 20px;
  }
}

.c-title-ja.-middle {
  font-weight: 900;
  font-size: 22px;
  line-height: 2;
  color: #2d2d2d;
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .c-title-ja.-middle {
    font-size: 20px;
  }
}

@media screen and (max-width: 560px) {
  .c-title-ja.-middle {
    font-size: 18px;
  }
}

.c-title-ja.-middle span {
  font-size: 20px;
}

/* ------------------------------------------------------------
 c-text
------------------------------------------------------------ */
.c-text {
  font-size: 16px;
  line-height: 3;
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .c-text {
    line-height: 2.5;
  }
}

@media screen and (max-width: 560px) {
  .c-text {
    line-height: 2;
  }
}

.c-text-large {
  font-weight: 500;
  line-height: 2.5;
  letter-spacing: 1.2;
}

@media screen and (min-width: 1201px) {
  .c-text-large {
    font-size: 20px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .c-text-large {
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  .c-text-large {
    font-size: 15px;
  }
}

/*
 * tab.scss
 */
/* ----------------------------------
 * c-tab
 * -------------------------------- */
.c-tab {
  width: 100%;
}

.c-tab__btn-wrap {
  background: #FFF;
  padding: 15px 0;
}

@media screen and (min-width: 1201px) {
  .c-tab__btn-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .c-tab__btn-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 0 0;
  }
}

@media screen and (max-width: 560px) {
  .c-tab__btn-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 0 0;
  }
}

.c-tab__btn {
  padding: 10px 0;
  text-align: center;
  height: auto;
  border-bottom: 2px solid #FFF;
  cursor: pointer;
}

@media screen and (min-width: 1201px) {
  .c-tab__btn {
    width: 10%;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .c-tab__btn {
    width: 25%;
    max-width: 140px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 560px) {
  .c-tab__btn {
    width: 140px;
    margin-bottom: 0;
  }
  .c-tab__btn:last-child {
    margin-bottom: none;
  }
}

.c-tab__btn.is-active {
  position: relative;
  border-bottom: 2px solid #2d2d2d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.c-tab__btn.is-active::before {
  content: '';
  position: absolute;
}

@media screen and (min-width: 561px) {
  .c-tab__btn.is-active::before {
    bottom: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7px;
    height: 15px;
    background: url("../img/arrow_under.svg") no-repeat center;
    background-size: 100%;
  }
}

@media screen and (max-width: 560px) {
  .c-tab__btn.is-active::before {
    top: 60%;
    left: 8px;
    width: 12px;
    height: 5px;
    background: url("../img/arrow.svg") no-repeat center;
    background-size: 100%;
  }
}

.c-tab__btn:nth-child(n + 2) {
  color: #9e9e9e;
}

.c-tab__btn:nth-child(n + 2) .c-title-middle {
  color: #9e9e9e;
}

.c-tab__contents {
  height: auto;
}

@media screen and (min-width: 1201px) {
  .c-tab__contents {
    margin-top: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .c-tab__contents {
    margin-top: 30px;
  }
}

.c-tab__item {
  display: none;
}

.c-tab__item.is-show {
  display: block;
  -webkit-animation: fade 1.5s ease;
          animation: fade 1.5s ease;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*
 * open-close.scss
 */
/* ------------------------
* c-open
*-----------------------*/
.c-open__content {
  height: 100%;
}

.c-open__wrap {
  position: relative;
}

.c-open__btn1, .c-open__btn2, .c-open__btn3, .c-open__btn4 {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 10px;
  right: 10px;
  border-radius: 100%;
  background: #2d2d2d;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 50;
}

.c-open__btn1 p.-open, .c-open__btn2 p.-open, .c-open__btn3 p.-open, .c-open__btn4 p.-open {
  padding: 10px 0 0;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  line-height: 1.3;
}

.c-open__btn1 p.-open span, .c-open__btn2 p.-open span, .c-open__btn3 p.-open span, .c-open__btn4 p.-open span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 3px auto 0;
  background: url("../img/arrow_under-w.svg") no-repeat center;
  background-size: 100%;
}

.c-open__btn1 p.-close, .c-open__btn2 p.-close, .c-open__btn3 p.-close, .c-open__btn4 p.-close {
  display: none;
  width: 20px;
  height: 20px;
  margin: auto;
  padding: 20px 0 0;
}

.c-open__btn1.js-active, .c-open__btn2.js-active, .c-open__btn3.js-active, .c-open__btn4.js-active {
  background: #FFF;
}

.c-open__btn1.js-active p.-open, .c-open__btn2.js-active p.-open, .c-open__btn3.js-active p.-open, .c-open__btn4.js-active p.-open {
  display: none;
}

.c-open__btn1.js-active p.-close, .c-open__btn2.js-active p.-close, .c-open__btn3.js-active p.-close, .c-open__btn4.js-active p.-close {
  display: block;
}

.c-open__box1, .c-open__box2, .c-open__box3, .c-open__box4 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
  opacity: 0;
  z-index: 49;
  /*-------- js-open -------*/
}

.c-open__box1.js-open, .c-open__box2.js-open, .c-open__box3.js-open, .c-open__box4.js-open {
  opacity: 1;
  visibility: visible;
}

/* ------------------------
	accordion
------------------------*/
.c-accordion__box {
  width: 100%;
  border-bottom: solid 1px #2d2d2d;
}

.c-accordion__header {
  position: relative;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 20px 0;
  padding-right: 50px;
}

.c-accordion__header::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 15px;
  background: url("../img/arrow_under.svg") no-repeat left top;
  background-size: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.c-accordion__header.is-active::before {
  background: url("../img/arrow_up.svg") no-repeat left top;
  background-size: 100%;
}

.c-accordion__header:hover, .c-accordion__header:active, .c-accordion__header.is-active {
  background-color: #eee;
}

.c-accordion__contents {
  overflow: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  padding: 0 50px;
}

.c-accordion__contents.is-open {
  padding: 20px 50px;
  height: auto;
  opacity: 1;
}

/*
 * sns.scss
 */
/* ------------------------
* c-insta
*-----------------------*/
.c-insta__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-insta__list li {
  height: auto;
  position: relative;
}

.c-insta__list li::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.c-insta__list li > a {
  display: block;
}

.c-insta__list li > a img {
  font-family: 'object-fit: cover;' !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------
 Layout
------------------------------------------------------------ */
/*
 *
 * body.scss
 *
 */
/* ------------------------------------------------------------
body
------------------------------------------------------------ */
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.4;
  color: #666;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

/*
 *
 * header.scss
 *
 */
/* ------------------------------------------------------------
 l-header
------------------------------------------------------------ */
.l-header {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* ---------- l-header__inner ---------- */
}

.l-header__inner {
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .l-header__inner {
    width: 100%;
  }
}

/* ----------------------------------------
 l-header__logo
---------------------------------------- */
.l-header__logo a {
  display: block;
}

@media screen and (min-width: 1201px) {
  .l-header__logo a {
    width: 180px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .l-header__logo a {
    width: 160px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 560px) {
  .l-header__logo a {
    width: 120px;
    padding-left: 10px;
  }
}

/*
 *
 * footer.scss
 *
 */
/* ------------------------------------------------------------
 l-footer
------------------------------------------------------------ */
.l-footer {
  /* ----- l-footer__inner ----- */
  /* ----- l-footer__logo ----- */
  /* ---------- l-footer__copyright ---------- */
}

@media screen and (min-width: 1201px) {
  .l-footer {
    padding: 100px 0 0;
    background: url("../img/footer_bg.jpg") no-repeat top right;
    background-size: 80%;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .l-footer {
    padding: 80px 0 0;
    background: url("../img/footer_bg.jpg") no-repeat top right;
    background-size: cover;
  }
}

@media screen and (max-width: 560px) {
  .l-footer {
    padding: 60px 0 0;
    background: url("../img/footer_bg.jpg") no-repeat top center;
    background-size: cover;
  }
}

.l-footer__inner {
  width: 90%;
  margin: auto;
}

.l-footer__contact {
  border-bottom: solid 1px #2d2d2d;
}

.l-footer__logo a {
  display: block;
}

@media screen and (min-width: 1201px) {
  .l-footer__logo a {
    width: 180px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .l-footer__logo a {
    width: 160px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 560px) {
  .l-footer__logo a {
    width: 120px;
    padding-left: 10px;
  }
}

.l-footer__copyright {
  text-align: right;
  padding: 20px 0;
}

.l-footer__copyright small {
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1.4;
  margin-right: 40px;
}

/* ------------------------------------
 l-foo-nav
-------------------------------------- */
.l-foo-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  height: 140px;
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .l-foo-nav {
    height: 90px;
  }
}

@media screen and (max-width: 560px) {
  .l-foo-nav {
    height: 80px;
  }
}

.l-foo-nav__wrap {
  background: rgba(255, 255, 255, 0.7);
  margin: 40px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

.l-foo-nav__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------------------------------------
 l-foo-nav__global
------------------------------------- */
.l-foo-nav__global {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .l-foo-nav__global {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .l-foo-nav__global {
    display: none;
  }
}

.l-foo-nav__global li a {
  display: inline-block;
  padding: 0 15px;
}

@media screen and (min-width: 1300px) {
  .l-foo-nav__global li a {
    padding: 0 20px;
  }
}

/* ----------------------------------------
 l-foo-nav__contact
---------------------------------------- */
.l-foo-nav__contact a {
  display: block;
  padding: 0 12px;
}

@media screen and (max-width: 560px) {
  .l-foo-nav__contact a {
    padding: 0;
    padding-right: 12px;
  }
}

.l-foo-nav__contact a div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-foo-nav__contact a figure {
  display: inline-block;
  width: 35px;
}

.l-foo-nav__contact a span {
  display: inline-block;
  margin-left: 8px;
}

@media screen and (max-width: 560px) {
  .l-foo-nav__contact a span {
    display: none;
  }
}

/*
 *
 * loading.scss
 *
 */
/* ------------------------------------------------------------
 l-loading
------------------------------------------------------------ */
/*
 *
 * nav.scss
 *
 */
/* ------------------------------------
 l-nav
-------------------------------------- */
.l-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .5s;
  transition: .5s;
  height: 140px;
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .l-nav {
    height: 90px;
  }
}

@media screen and (max-width: 560px) {
  .l-nav {
    height: 80px;
  }
}

.l-nav.is-animation {
  height: 60px;
}

.l-nav__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* -------------------------------------
 l-nav__global
------------------------------------- */
.l-nav__global {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 40px;
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .l-nav__global {
    display: none;
  }
}

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

.l-nav__global li a {
  display: inline-block;
  padding: 0 15px;
}

@media screen and (min-width: 1300px) {
  .l-nav__global li a {
    padding: 0 20px;
  }
}

/* ------------------------
	ハンバーガー
------------------------*/
.l-nav__content {
  height: 100%;
  min-height: 100vh;
}

.l-nav__wrapper {
  position: relative;
}

.l-nav__overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1001;
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  /*-------- js-open -------*/
}

.l-nav__overlay.js-open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

/* ----------------------------------------
 l-nav__toggle
---------------------------------------- */
.l-nav__toggle {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  top: 0;
  right: 5px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 1005;
}

@media screen and (min-width: 1201px) {
  .l-nav__toggle {
    display: none;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .l-nav__toggle {
    display: block;
  }
}

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

.l-nav__toggle span {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  width: 28px;
  height: 3px;
  right: 10px;
  background: #666;
  -webkit-transition: .5s;
  transition: .5s;
}

.l-nav__toggle span:nth-of-type(1) {
  top: 14px;
}

.l-nav__toggle span:nth-of-type(2) {
  top: 24px;
}

.l-nav__toggle span:nth-of-type(3) {
  top: 34px;
}

.l-nav__toggle.js-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  top: 13px;
}

.l-nav__toggle.js-active span:nth-of-type(2) {
  display: none;
}

.l-nav__toggle.js-active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  top: 30px;
}

/* ----------------------------------------
 l-nav__contact
---------------------------------------- */
.l-nav__contact a {
  display: block;
  padding: 0 12px;
}

@media screen and (max-width: 560px) {
  .l-nav__contact a {
    padding: 0;
    padding-right: 12px;
  }
}

.l-nav__contact a div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-nav__contact a figure {
  display: inline-block;
  width: 35px;
}

.l-nav__contact a span {
  display: inline-block;
  margin-left: 8px;
}

@media screen and (max-width: 560px) {
  .l-nav__contact a span {
    display: none;
  }
}

/* ----------------------------------------
 l-nav__menu
---------------------------------------- */
.l-nav__menu {
  position: fixed;
  top: 60px;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 400px;
  background: #FFF;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  z-index: 10000;
  /*-------- js-open -------*/
  /*-------- l-nav__menu-close -------*/
  /*-------- l-nav__menu-inner -------*/
  /*-------- l-nav__menu-logo -------*/
  /*-------- l-nav__menu-list -------*/
  /*-------- l-nav__menu-contact -------*/
  /*-------- l-nav__menu-btn -------*/
}

.l-nav__menu.js-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.l-nav__menu-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
}

.l-nav__menu-inner {
  padding: 20px 0;
}

.l-nav__menu-logo {
  width: 120px;
  margin: 0 auto 20px;
}

.l-nav__menu-list {
  width: 80%;
  margin: 0 auto 20px;
}

.l-nav__menu-list a {
  display: inline-block;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.l-nav__menu .l-nav__contact {
  width: 80%;
  margin: 0 auto 15px;
}

.l-nav__menu .l-nav__contact a {
  padding: 4px 0;
  text-align: center;
  border: solid 1px #b2b3ad;
}

@media screen and (max-width: 560px) {
  .l-nav__menu .l-nav__contact span {
    display: block !important;
  }
}

/* ------------------------------------------------------------
 Project
------------------------------------------------------------ */
/*
* view.scss
*/
/* ------------------------------------
* p-first-view
*------------------------------------ */
.p-first-view {
  background-color: #FFF;
  padding-top: 140px;
  position: relative;
}

.p-first-view__inner {
  width: 90%;
  margin: auto;
}

.p-first-view__comment {
  width: 100%;
}

@media screen and (min-width: 801px) {
  .p-first-view__comment {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70%;
  }
}

@media screen and (min-width: 1201px) {
  .p-first-view__comment {
    width: 50%;
  }
}

@media screen and (max-width: 800px) {
  .p-first-view__comment {
    margin-top: 40px;
  }
}

@media screen and (max-width: 560px) {
  .p-first-view__comment {
    margin-top: 30px;
  }
}

.p-first-view__title {
  text-align: center;
  color: #2d2d2d;
}

@media screen and (min-width: 1201px) {
  .p-first-view__title {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-first-view__title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 560px) {
  .p-first-view__title {
    margin-bottom: 20px;
  }
}

.p-first-view__title p,
.p-first-view__title p.-second {
  background: #FFF;
  padding-left: 15px;
  display: inline-block;
  font-weight: 900;
}

@media screen and (min-width: 1201px) {
  .p-first-view__title p,
  .p-first-view__title p.-second {
    font-size: 50px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-first-view__title p,
  .p-first-view__title p.-second {
    font-size: 40px;
  }
}

@media screen and (max-width: 560px) {
  .p-first-view__title p,
  .p-first-view__title p.-second {
    font-size: 28px;
  }
}

.p-first-view__title span {
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.3rem;
}

.p-first-view__title.-desc {
  letter-spacing: 0.7rem;
}

@media screen and (min-width: 1201px) {
  .p-first-view__title.-desc {
    font-size: 20px;
    margin-top: 50px;
  }
  .p-first-view__title.-desc br {
    display: none;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-first-view__title.-desc {
    font-size: 18px;
    margin-top: 40px;
  }
  .p-first-view__title.-desc br {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .p-first-view__title.-desc {
    font-size: 16px;
    margin-top: 30px;
  }
  .p-first-view__title.-desc br {
    display: block;
  }
}

@media screen and (min-width: 561px) {
  .p-first-view__title.-desc span {
    padding: 8px 20px;
    background: #FFF;
  }
}

@media screen and (max-width: 560px) {
  .p-first-view__title.-desc span {
    line-height: 2;
  }
}

.p-first-view__scroll {
  width: 120px;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .p-first-view__scroll {
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-first-view__scroll {
    margin: 60px auto 0;
  }
}

@media screen and (max-width: 560px) {
  .p-first-view__scroll {
    margin: 40px auto 0;
  }
}

.p-first-view__scroll p {
  letter-spacing: 0.2rem;
  margin-bottom: 24px;
}

.p-first-view__scroll span {
  display: block;
  position: relative;
  width: 120px;
  height: 2px;
  background: #2d2d2d;
}

.p-first-view__scroll span::before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #2d2d2d;
}

.p-first-view__scroll span::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #2d2d2d;
  -webkit-animation: sdl 4s cubic-bezier(0.5, 0.5, 1, 1) infinite;
  animation: sdl 4s cubic-bezier(0.5, 0.5, 1, 1) infinite;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  80% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
  100% {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}

/*
 * consept.scss
 */
/* ------------------------------------
* p-consept
*------------------------------------ */
@media screen and (min-width: 1201px) {
  .p-consept {
    padding: 120px 0 200px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-consept {
    padding: 80px 0 150px;
  }
}

@media screen and (max-width: 560px) {
  .p-consept {
    padding: 60px 0 100px;
  }
}

@media screen and (min-width: 1201px) {
  .p-consept__contents {
    margin-top: 60px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-consept__contents {
    margin-top: 60px;
  }
}

@media screen and (max-width: 560px) {
  .p-consept__contents {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1201px) {
  .p-consept__contents .c-title-ja-large {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-consept__contents .c-title-ja-large {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 560px) {
  .p-consept__contents .c-title-ja-large {
    margin-bottom: 20px;
  }
}

.p-consept__contents p {
  max-width: 800px;
  font-size: 16px;
  line-height: 2.2;
}

@media screen and (max-width: 560px) {
  .p-consept__contents p {
    line-height: 1.8;
  }
}

@media screen and (min-width: 1201px) {
  .p-consept__img {
    margin-top: -100px;
  }
  .p-consept__img #js_concept_bg {
    display: block;
  }
  .p-consept__img #js_concept_bg-sp {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .p-consept__img {
    margin-top: 60px;
  }
  .p-consept__img #js_concept_bg {
    display: none;
  }
  .p-consept__img #js_concept_bg-sp {
    display: block;
  }
}

/*
* product.scss
*/
/* ------------------------------------
* p-product
*------------------------------------ */
.p-product {
  position: relative;
  /* ---------- p-product__price ---------- */
}

@media screen and (min-width: 1201px) {
  .p-product {
    padding: 80px 0;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-product {
    padding: 60px 0;
  }
}

@media screen and (max-width: 560px) {
  .p-product {
    padding: 40px 0;
  }
}

.p-product::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1201px) {
  .p-product::before {
    width: 70%;
    height: 700px;
    background: url("../img/p-product_bg.jpg") no-repeat top left;
    background-size: 100%;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-product::before {
    width: 90%;
    height: 600px;
    background: url("../img/p-product_bg.jpg") no-repeat top left;
    background-size: 100%;
  }
}

@media screen and (max-width: 560px) {
  .p-product::before {
    width: 100%;
    height: 70%;
    background: url("../img/p-product_bg.jpg") no-repeat top left;
    background-size: cover;
  }
}

.p-product .c-inner-large {
  position: relative;
  z-index: 1;
}

.p-product .c-title-large,
.p-product .c-title-desc {
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .p-product .c-tab {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .p-product .c-tab {
    margin-top: 30px;
  }
}

.p-product__box {
  position: relative;
}

.p-product__item-title {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .p-product__item-title {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .p-product__item-title {
    margin-bottom: 20px;
  }
}

.p-product__img-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 94%;
}

@media screen and (min-width: 1201px) {
  .p-product__img-box {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (max-width: 1200px) {
  .p-product__img-box {
    margin: auto;
  }
}

.p-product__img-box::after {
  content: '';
  position: absolute;
  background: url("../img/arrow_long.png") no-repeat center;
  background-size: 100%;
}

@media screen and (min-width: 1201px) {
  .p-product__img-box::after {
    top: 50%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 135px;
    height: 4px;
  }
}

@media screen and (max-width: 1200px) {
  .p-product__img-box::after {
    top: 68%;
    left: 28%;
    width: 100px;
    height: 4px;
  }
}

@media screen and (min-width: 1201px) {
  .p-product__img:first-child {
    width: 35%;
  }
}

@media screen and (max-width: 1200px) {
  .p-product__img:first-child {
    width: 40%;
  }
}

@media screen and (min-width: 1201px) {
  .p-product__img:last-child {
    width: 42%;
    margin-top: 90px;
  }
}

@media screen and (max-width: 1200px) {
  .p-product__img:last-child {
    width: 50%;
    margin-top: 40px;
  }
}

.p-product__price {
  width: 100%;
  max-width: 600px;
}

@media screen and (min-width: 1201px) {
  .p-product__price {
    margin-top: -150px;
  }
}

@media screen and (max-width: 1200px) {
  .p-product__price {
    margin-top: 40px;
  }
}

.p-product__price > div {
  padding: 25px 8px;
  border-bottom: 1px solid #b2b3ad;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 560px) {
  .p-product__price > div {
    padding: 10px 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

.p-product__price dt {
  font-size: 16px;
  font-weight: bold;
}

.p-product__price dt span {
  display: inline-block;
  width: 100px;
  text-align: center;
  border: solid 1px #b2b3ad;
  padding: 6px 0;
  margin-left: 10px;
  font-weight: 400;
  font-size: 14px;
}

@media screen and (max-width: 560px) {
  .p-product__price dt {
    width: 50%;
  }
}

@media screen and (max-width: 560px) {
  .p-product__price dd {
    width: 50%;
    text-align: right;
    margin-bottom: 10px;
  }
}

/*
 * contact.scss
 */
/* ----------------------------------
 * p-contact
 * -------------------------------- */
.p-contact {
  position: relative;
}

@media screen and (min-width: 1201px) {
  .p-contact {
    padding-bottom: 180px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-contact {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 560px) {
  .p-contact {
    padding-bottom: 40px;
  }
}

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

@media screen and (min-width: 1201px) {
  .p-contact__title {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-contact__title {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 560px) {
  .p-contact__title {
    margin-bottom: 40px;
  }
}

.p-contact__title span {
  display: inline-block;
}

@media screen and (min-width: 561px) {
  .p-contact__title span {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 561px) {
  .p-contact__title span br {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .p-contact__title span br {
    display: block;
  }
}

.p-contact.-first {
  margin-top: -80px;
}

.p-contact.-first .p-contact__title span {
  background: #FFF;
  padding: 0 20px;
}

@media screen and (min-width: 1201px) {
  .p-contact__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-contact__btn {
  position: relative;
  display: block;
  max-width: 420px;
}

@media screen and (min-width: 1201px) {
  .p-contact__btn {
    width: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .p-contact__btn {
    width: 90%;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 561px) {
  .p-contact__btn {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding: 30px 0 50px;
  }
}

@media screen and (max-width: 560px) {
  .p-contact__btn {
    padding: 20px 0;
  }
}

.p-contact__btn figure {
  width: 60px;
  margin: 0 40px;
}

.p-contact__btn figure img {
  width: 100%;
}

@media screen and (max-width: 560px) {
  .p-contact__btn figure {
    width: 40px;
    margin: 0 auto;
  }
}

.p-contact__btn > p {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 561px) {
  .p-contact__btn > p {
    font-size: 22px;
    margin-top: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 560px) {
  .p-contact__btn > p {
    font-size: 20px;
    margin-top: 20px;
  }
}

.p-contact__btn > p span {
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  font-weight: 400;
  letter-spacing: 0.1rem;
  display: block;
  text-transform: uppercase;
}

@media screen and (min-width: 561px) {
  .p-contact__btn > p span {
    margin-top: 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 560px) {
  .p-contact__btn > p span {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-contact__btn-arrow {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 15px;
  height: 7px;
  background: url("../img/arrow.svg") no-repeat center;
  background-size: 100%;
  -webkit-transition: .5s;
  transition: .5s;
}

.p-contact__btn:hover .p-contact__btn-arrow {
  right: 10px;
}

.p-contact__btn.-green {
  border: solid 1px #a7b76e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 561px) {
  .p-contact__btn.-green::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -9px;
    width: 32%;
    height: 160px;
    background: url("../img/p-contact_green-bg1.svg") no-repeat top right;
    background-size: 100%;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .p-contact__btn.-green::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 32%;
    height: 10px;
    background: url("../img/p-contact_green-bg2.svg") no-repeat top right;
    background-size: 100%;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .p-contact__btn.-green:hover {
    opacity: 1;
    background-color: rgba(167, 183, 110, 0.2);
  }
  .p-contact__btn.-green:hover::before, .p-contact__btn.-green:hover::after {
    opacity: 0;
  }
}

.p-contact__btn.-green p > span {
  color: #a7b76e;
}

.p-contact__btn.-orange {
  border: solid 1px #c97b62;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 561px) {
  .p-contact__btn.-orange::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -9px;
    width: 32%;
    height: 160px;
    background: url("../img/p-contact_orange-bg1.svg") no-repeat top right;
    background-size: 100%;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .p-contact__btn.-orange::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 10px;
    width: 32%;
    height: 10px;
    background: url("../img/p-contact_orange-bg2.svg") no-repeat top right;
    background-size: 100%;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .p-contact__btn.-orange:hover {
    opacity: 1;
    background-color: rgba(201, 123, 98, 0.1);
  }
  .p-contact__btn.-orange:hover::before, .p-contact__btn.-orange:hover::after {
    opacity: 0;
  }
}

.p-contact__btn.-orange p > span {
  color: #c97b62;
}

/*
 * flow.scss
 */
/* ------------------------------------
* p-flow
*------------------------------------ */
.p-flow {
  position: relative;
}

@media screen and (min-width: 801px) {
  .p-flow {
    padding: 150px 0 300px;
  }
}

@media screen and (max-width: 800px) {
  .p-flow {
    padding: 80px 0 150px;
  }
}

@media screen and (max-width: 560px) {
  .p-flow {
    padding: 20px 0 120px;
  }
}

.p-flow::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1201px) {
  .p-flow::before {
    width: 85%;
    height: 700px;
    background: url("../img/p-flow_bg.jpg") no-repeat bottom right;
    background-size: 100%;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-flow::before {
    width: 90%;
    height: 600px;
    background: url("../img/p-flow_bg.jpg") no-repeat bottom right;
    background-size: 100%;
  }
}

@media screen and (max-width: 560px) {
  .p-flow::before {
    width: 100%;
    height: 70%;
    background: url("../img/p-flow_bg.jpg") no-repeat bottom right;
    background-size: cover;
  }
}

.p-flow__inner {
  width: 94%;
  max-width: 1400px;
  margin: auto;
}

.p-flow__contents {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-top: 120px;
}

@media screen and (min-width: 801px) {
  .p-flow__contents {
    padding-top: 120px;
  }
}

@media screen and (max-width: 800px) {
  .p-flow__contents {
    padding-top: 80px;
  }
}

@media screen and (max-width: 560px) {
  .p-flow__contents {
    padding-top: 20px;
  }
}

.p-flow__number-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 560px) {
  .p-flow__number-wrap {
    display: none;
  }
}

.p-flow__number-wrap::before {
  content: '';
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 83.5%;
  height: 1px;
  background-color: #2d2d2d;
}

.p-flow__number-wrap p {
  position: relative;
}

.p-flow__number-wrap p::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #2d2d2d;
}

.p-flow__list {
  margin-top: 60px;
}

@media screen and (min-width: 561px) {
  .p-flow__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
  }
}

.p-flow__list-item {
  background: #FFF;
  border: solid 1px #b2b3ad;
  position: relative;
}

@media screen and (min-width: 561px) {
  .p-flow__list-item {
    padding: 40px 0;
    width: 13%;
    min-height: 530px;
  }
}

@media screen and (max-width: 560px) {
  .p-flow__list-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    padding: 30px 0 20px;
    width: 100%;
    margin: 0 auto 24px;
  }
}

.p-flow__list-item h3 {
  font-weight: 900;
}

@media screen and (min-width: 561px) {
  .p-flow__list-item h3 {
    margin-top: 40px;
    font-size: 18px;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .p-flow__list-item h3 span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
  }
}

@media screen and (max-width: 560px) {
  .p-flow__list-item h3 {
    font-size: 15px;
  }
}

@media screen and (min-width: 561px) {
  .p-flow__list-item .p-flow__icon {
    width: auto;
    height: 55px;
  }
}

@media screen and (max-width: 560px) {
  .p-flow__list-item .p-flow__icon {
    width: 60px;
    height: 30px;
    margin-left: 10px;
  }
}

.p-flow__list-item .p-flow__icon img {
  width: auto;
  height: 100%;
}

@media screen and (min-width: 561px) {
  .p-flow__list-item:first-child .p-flow__icon {
    width: auto;
    height: 65px;
  }
}

@media screen and (max-width: 560px) {
  .p-flow__list-item:first-child .p-flow__icon {
    width: 60px;
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

.p-flow__step {
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  background-color: #b2b3ad;
  color: #FFF;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  display: block;
  position: absolute;
  height: auto;
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
}

@media screen and (min-width: 1201px) {
  .p-flow__step {
    bottom: -30px;
    left: 23%;
    width: 84px;
    padding: 14px 0;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-flow__step {
    bottom: -30px;
    left: 10%;
    width: 72px;
    padding: 8px 0;
  }
}

@media screen and (max-width: 560px) {
  .p-flow__step {
    top: -36px;
    left: 2%;
    width: 60px;
    padding: 6px 0;
  }
}

.p-flow__step span {
  display: block;
  letter-spacing: 0rem;
  font-weight: 400;
}

@media screen and (min-width: 1201px) {
  .p-flow__step span {
    font-size: 40px;
    margin-top: 8px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-flow__step span {
    font-size: 30px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 560px) {
  .p-flow__step span {
    font-size: 20px;
    margin-top: 4px;
  }
}

/*
 * creator.scss
 */
/* ------------------------------------
* p-creator
*------------------------------------ */
.p-creator {
  background: #7c7e76;
  color: #FFF;
  position: relative;
}

@media screen and (min-width: 1201px) {
  .p-creator {
    padding: 120px 0;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator {
    padding: 80px 0;
  }
}

@media screen and (max-width: 560px) {
  .p-creator {
    padding: 60px 0;
  }
}

.p-creator::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 98%;
  height: 700px;
  background: url("../img/p-creator_bg.png") no-repeat top right;
  background-size: 100%;
}

.p-creator::after {
  content: '';
  position: absolute;
  bottom: 30%;
  right: 0;
  width: 70%;
  height: 700px;
  background: url("../img/p-creator_bg2.png") no-repeat center right;
  background-size: 100%;
}

.p-creator__inner {
  width: 94%;
  max-width: 1400px;
  margin: auto;
}

.p-creator__inner .c-title-large {
  color: #FFF;
  font-weight: 300;
}

.p-creator__inner .c-title-ja-large {
  color: #FFF;
}

@media screen and (min-width: 1201px) {
  .p-creator__box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1201px) {
  .p-creator__contents {
    width: 63%;
    margin: 80px 0 20px;
  }
}

@media screen and (max-width: 1200px) {
  .p-creator__contents {
    width: 100%;
    margin: 40px auto;
  }
}

@media screen and (min-width: 1201px) {
  .p-creator__contents .c-title-ja-large {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .p-creator__contents .c-title-ja-large {
    margin-bottom: 20px;
  }
}

.p-creator__movie {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1201px) {
  .p-creator__movie {
    width: 35%;
    margin: 40px 0 100px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__movie {
    margin: 40px 0 80px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__movie {
    margin: 40px 0 60px;
  }
}

.p-creator__movie a:hover {
  opacity: 0.7;
}

.p-creator__movie-btn {
  display: block;
  max-width: 450px;
  width: 80%;
  position: relative;
  border: solid 1px transparent;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (min-width: 1201px) {
  .p-creator__movie-btn {
    -webkit-box-shadow: 40px 40px 0 0 rgba(228, 243, 204, 0.2);
            box-shadow: 40px 40px 0 0 rgba(228, 243, 204, 0.2);
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__movie-btn {
    -webkit-box-shadow: 30px 30px 0 0 rgba(228, 243, 204, 0.2);
            box-shadow: 30px 30px 0 0 rgba(228, 243, 204, 0.2);
    margin-left: 60px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__movie-btn {
    margin: auto;
    max-width: 320px;
    -webkit-box-shadow: 20px 20px 0 0 rgba(228, 243, 204, 0.2);
            box-shadow: 20px 20px 0 0 rgba(228, 243, 204, 0.2);
  }
}

.p-creator__movie-btn:hover {
  opacity: 1;
  border: solid 1px #a7b76e;
}

@media screen and (min-width: 1201px) {
  .p-creator .c-btn {
    margin-top: 40px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator .c-btn {
    margin-top: 60px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator .c-btn {
    margin: auto;
    margin-top: 60px;
  }
}

.p-creator__gallery {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1201px) {
  .p-creator__gallery {
    width: 80%;
  }
}

.p-creator__gallery-work {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1600px) {
  .p-creator__gallery-work {
    margin-top: -80px;
  }
}

@media screen and (min-width: 1201px) {
  .p-creator__gallery-work {
    margin-bottom: 50px;
    width: 30%;
    max-width: 440px;
    -webkit-box-shadow: 40px 40px 0 0 rgba(228, 243, 204, 0.1);
            box-shadow: 40px 40px 0 0 rgba(228, 243, 204, 0.1);
    margin-left: 100px;
    margin-bottom: -120px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__gallery-work {
    width: 40%;
    max-width: 400px;
    -webkit-box-shadow: -40px 40px 0 0 rgba(228, 243, 204, 0.1);
            box-shadow: -40px 40px 0 0 rgba(228, 243, 204, 0.1);
    margin-right: 0px;
    margin-left: auto;
    margin-bottom: -120px;
    margin-top: -50px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__gallery-work {
    width: 60%;
    max-width: 300px;
    -webkit-box-shadow: 20px 20px 0 0 rgba(228, 243, 204, 0.1);
            box-shadow: 20px 20px 0 0 rgba(228, 243, 204, 0.1);
    margin-right: 0px;
    margin-left: 10px;
    margin-bottom: -20px;
  }
}

.p-creator__title-wrap {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1201px) {
  .p-creator__title-wrap {
    margin-top: 100px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__title-wrap {
    margin-top: 80px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__title-wrap {
    margin-top: 60px;
  }
}

.p-creator__title {
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  text-align: center;
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 1201px) {
  .p-creator__title {
    font-size: 60px;
  }
  .p-creator__title br {
    display: none;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__title {
    font-size: 40px;
  }
  .p-creator__title br {
    display: none;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__title {
    font-size: 40px;
    line-height: 1.5;
  }
  .p-creator__title br {
    display: block;
  }
}

.p-creator__title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  height: 24px;
  background: url("../img/p-creator_title.svg") no-repeat bottom;
  background-size: 100%;
}

@media screen and (max-width: 560px) {
  .p-creator__title::after {
    bottom: -20px;
  }
}

.p-creator__voice {
  position: relative;
}

@media screen and (min-width: 1201px) {
  .p-creator__voice {
    padding-top: 150px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__voice {
    padding-top: 100px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__voice {
    padding-top: 80px;
  }
}

.p-creator__voice::before {
  content: '';
  position: absolute;
  top: 100px;
  right: 0;
  width: 40%;
  height: 780px;
  background-color: rgba(228, 243, 204, 0.2);
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__voice::before {
    top: 80px;
    height: 500px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__voice::before {
    top: 40px;
    width: 60%;
    height: 320px;
  }
}

@media screen and (min-width: 1201px) {
  .p-creator__voice .p-creator__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1201px) {
  .p-creator__message {
    width: 42%;
  }
}

@media screen and (min-width: 1201px) {
  .p-creator__message .c-title-ja-large {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__message .c-title-ja-large {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__message .c-title-ja-large {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1201px) {
  .p-creator__img {
    width: 48%;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-creator__img {
    width: 60%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__img {
    width: 70%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 1201px) {
  .p-creator__name {
    margin-top: 80px;
    margin-right: -50px;
  }
}

@media screen and (min-width: 561px) {
  .p-creator__name {
    margin-top: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__name {
    margin-top: 60px;
  }
}

.p-creator__name .c-title-middle {
  color: #FFF;
  font-size: 24px;
}

@media screen and (max-width: 560px) {
  .p-creator__name .c-title-middle {
    text-align: right;
  }
}

.p-creator__name .c-title-middle span {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  margin-left: 20px;
}

@media screen and (min-width: 561px) {
  .p-creator__name figure {
    width: 250px;
    height: 70px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 560px) {
  .p-creator__name figure {
    width: 200px;
    height: 70px;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: auto;
  }
}

/*
 * _result.scss
 */
/* ------------------------------------
* p-result
*------------------------------------ */
@media screen and (min-width: 1201px) {
  .p-result {
    padding: 200px 0;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-result {
    padding: 100px 0;
  }
}

@media screen and (max-width: 560px) {
  .p-result {
    padding: 60px 0;
  }
}

.p-result__inner {
  width: 94%;
  max-width: 1600px;
  margin: auto;
}

@media screen and (min-width: 1600px) {
  .p-result__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-right: 60px;
  }
}

.p-result__title {
  font-weight: 700;
  position: absolute;
}

@media screen and (min-width: 561px) {
  .p-result__title {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    top: 0;
    left: -30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 560px) {
  .p-result__title {
    top: -30px;
    font-size: 16px;
  }
}

.p-result__content {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 1600px) {
  .p-result__content {
    width: 84%;
    margin-right: 0;
  }
}

@media screen and (max-width: 800px) {
  .p-result__content {
    margin-top: 80px;
  }
}

@media screen and (max-width: 560px) {
  .p-result__content {
    margin-top: 100px;
  }
}

.p-result__list {
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 801px) {
  .p-result__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.p-result__list-item {
  width: 100%;
  max-width: 500px;
  position: relative;
}

@media screen and (max-width: 800px) {
  .p-result__list-item {
    margin: 0 auto 80px;
  }
}

@media screen and (min-width: 561px) {
  .p-result__list-item {
    margin: 0 auto 60px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 560px) {
  .p-result__list-item {
    margin: 0 auto 80px;
  }
}

@media screen and (min-width: 561px) {
  .p-result__list-item::before {
    content: '';
    position: absolute;
    top: 10px;
    right: -20px;
    width: 20px;
    height: 500px;
    background: url("../img/p-result-item_bg.svg") no-repeat top left;
    background-size: 100%;
  }
}

.p-result__list-item::after {
  content: '';
  position: absolute;
  bottom: -20px;
  right: 10px;
  width: 200px;
  height: 12px;
  background: url("../img/p-result-item_bg2.svg") no-repeat top right;
  background-size: 100%;
}

@media screen and (min-width: 801px) {
  .p-result__list-item:nth-child(odd) {
    margin-top: 160px;
  }
  .p-result__list-item:nth-child(even) {
    margin-bottom: 160px;
  }
}

@media screen and (min-width: 801px) {
  .p-result__list-item {
    width: 49%;
  }
}

@media screen and (min-width: 801px) {
  .p-result__list-item {
    margin: 0 auto;
  }
}

.p-result__price {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 10px 26px;
  min-width: 51%;
  background: #FFF;
}

.p-result__price dt, .p-result__price dd {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
}

.p-result__price dt {
  margin-right: 16px;
}

.p-result__btn {
  margin-top: 80px;
  position: relative;
  z-index: 3;
}

.p-result__btn .c-btn {
  margin: auto;
}

/*
* sns.scss
*/
/* ------------------------------------
* p-sns
*------------------------------------ */
.p-sns {
  position: relative;
  padding: 60px 0;
}

.p-sns::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 1201px) {
  .p-sns::before {
    width: 68%;
    height: 700px;
    background: url("../img/p-sns_bg.jpg") no-repeat top left;
    background-size: 100%;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-sns::before {
    width: 90%;
    height: 600px;
    background: url("../img/p-sns_bg.jpg") no-repeat bottom left;
    background-size: cover;
  }
}

@media screen and (max-width: 560px) {
  .p-sns::before {
    width: 100%;
    height: 70%;
    background: url("../img/p-sns_bg.jpg") no-repeat bottom left;
    background-size: cover;
  }
}

.p-sns__inner {
  position: relative;
  max-width: 1400px;
  width: 94%;
  margin: auto;
}

.p-sns__insta {
  margin: 80px auto 0;
}

@media screen and (max-width: 800px) {
  .p-sns__insta {
    max-width: 500px;
    margin: 40px auto 0;
  }
}

.p-sns__insta li {
  width: 19%;
  margin-bottom: 40px;
}

@media screen and (max-width: 800px) {
  .p-sns__insta li {
    width: 32%;
    margin-bottom: 10px;
  }
  .p-sns__insta li:nth-child(n + 10) {
    display: none;
  }
}

.p-sns__title-box {
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .p-sns__link {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-sns__link-line {
  display: block;
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  margin-right: 40px;
  font-size: 15px;
  padding: 8px 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1200px) {
  .p-sns__link-line p {
    text-align: center;
    margin: 0 auto;
  }
}

.p-sns__link-line:first-of-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sns__link-line:first-of-type figure {
  margin-right: 15px;
}

.p-sns__link-line:nth-child(2) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sns__link-line:nth-child(2) span {
  font-size: 8px;
  margin: 0 15px;
}

.p-sns__link-line:hover {
  opacity: 1;
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 1201px) {
  .p-sns__btn {
    min-width: 380px;
  }
}

@media screen and (max-width: 1200px) {
  .p-sns__btn {
    margin-top: 30px;
  }
  .p-sns__btn .c-btn {
    margin: auto;
  }
}

@media screen and (min-width: 1201px) {
  .p-faq {
    padding: 200px 0 80px;
  }
}

@media screen and (max-width: 800px) {
  .p-faq {
    padding: 100px 0 60px;
  }
}

@media screen and (max-width: 560px) {
  .p-faq {
    padding: 20px 0 0;
  }
}

.p-faq__inner {
  width: 94%;
  max-width: 1080px;
  margin: auto;
}

.p-faq__inner .c-title-desc,
.p-faq__inner .c-title-large {
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .p-faq__contents {
    margin: 100px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-faq__contents .c-accordion {
    width: calc( 100% - 280px);
  }
}

@media screen and (max-width: 1200px) {
  .p-faq__contents {
    margin: 80px auto 0;
  }
  .p-faq__contents .c-accordion {
    width: 100%;
    max-width: 800px;
    margin: auto;
  }
}

@media screen and (max-width: 560px) {
  .p-faq__contents {
    margin: 60px auto 0;
  }
}

.p-faq__title {
  position: relative;
  text-align: center;
  border: dashed 1px #666;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1201px) {
  .p-faq__title {
    width: 200px;
    padding: 45px 0;
  }
}

@media screen and (max-width: 1200px) {
  .p-faq__title {
    width: 200px;
    padding: 45px 0;
    margin: 0 auto 40px;
  }
}

@media screen and (max-width: 560px) {
  .p-faq__title {
    width: 180px;
    padding: 35px 0;
    margin: 0 auto 40px;
  }
}

.p-faq__title h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 560px) {
  .p-faq__title h3 {
    font-size: 18px;
  }
}

.p-faq__title::before {
  content: '';
  position: absolute;
}

@media screen and (min-width: 1201px) {
  .p-faq__title::before {
    top: 18px;
    right: -15px;
    width: 15px;
    height: 7px;
    background: url("../img/arrow.svg") no-repeat left top;
    background-size: 100%;
  }
}

.p-faq__title::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 10px;
  width: 100%;
  height: 105%;
  background-color: #eee;
  -webkit-transform: skewY(-8deg);
  transform: skewY(-8deg);
  z-index: -1;
}

.p-faq__q h4 {
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 801px) {
  .p-faq__q h4 {
    font-size: 20px;
    margin-left: 50px;
  }
}

@media screen and (max-width: 800px) {
  .p-faq__q h4 {
    font-size: 18px;
    margin-left: 45px;
  }
}

@media screen and (max-width: 560px) {
  .p-faq__q h4 {
    font-size: 16px;
  }
}

.p-faq__q h4 span {
  position: absolute;
  top: 45%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'Poppins', sans-serif;
  color: #2d2d2d;
  font-weight: 300;
}

@media screen and (min-width: 801px) {
  .p-faq__q h4 span {
    font-size: 30px;
  }
}

@media screen and (max-width: 800px) {
  .p-faq__q h4 span {
    font-size: 25px;
  }
}

.p-faq__a p {
  line-height: 2;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 1201px) {
  .p-form {
    padding: 200px 0 80px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-form {
    padding: 200px 0 80px;
  }
}

@media screen and (max-width: 560px) {
  .p-form {
    padding: 200px 0 80px;
  }
}

.p-form .c-title-desc,
.p-form .c-title-large {
  text-align: center;
}

.p-form__desc {
  text-align: center;
  margin: 40px 0 30px;
}

.p-form__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.p-form__name > div {
  width: 48%;
  margin-right: 1%;
}

.p-form__name > div input {
  width: 100% !important;
}

.p-form dt {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding-left: 30px !important;
  line-height: 2;
}

.p-form dt::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 7px;
  background: url("../img/arrow.svg") no-repeat center;
  background-size: 100%;
}

.p-form dd {
  font-size: 16px;
}

.p-form__checkbox {
  display: none;
}

.p-form__checkbox:checked + .p-form__checkbox-contens {
  color: #a7b76e;
}

.p-form__checkbox:checked + .p-form__checkbox-contens::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 10px;
  background: #a7b76e;
}

.p-form__checkbox-contens {
  position: relative;
  display: block;
  font-size: 16px;
  padding: 10px 0;
  padding-left: 30px;
}

.p-form__checkbox-contens::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #8a8a8a;
  border-radius: 100%;
}

.p-form__textbox textarea {
  width: 100% !important;
}

.p-form__text input {
  width: 100% !important;
}

.p-form__btn .c-btn {
  margin: auto;
}

.p-form__btn input[type="submit"] {
  color: #FFF;
  letter-spacing: 0.5rem;
  font-size: 16px;
}

@media screen and (min-width: 1201px) {
  .p-thanks {
    padding: 200px 0 80px;
  }
}

@media screen and (min-width: 561px) and (max-width: 1200px) {
  .p-thanks {
    padding: 200px 0 80px;
  }
}

@media screen and (max-width: 560px) {
  .p-thanks {
    padding: 200px 0 80px;
  }
}

.p-thanks .c-title-desc,
.p-thanks .c-title-large {
  text-align: center;
}

.p-thanks__desc {
  text-align: center;
  margin: 40px 0 30px;
  line-height: 2;
}

.p-thanks__btn .c-btn {
  margin: 80px auto;
}

/* ------------------------------------------------------------
 ua
------------------------------------------------------------ */
/* ------------------------------------------------------------
 utility
------------------------------------------------------------ */
/*
 * display.scss
 */
/* ------------------------------------------------------------
 display
------------------------------------------------------------ */
@media screen and (min-width: 561px) {
  .sp-up_none {
    display: none;
  }
}

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

@media screen and (min-width: 1201px) {
  .pc_none {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .pc_none {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */