@charset "UTF-8";
/*----------------------------------------------------------------------------------------
rest.scss
----------------------------------------------------------------------------------------*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  /*margin: 0;*/
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  /*margin: 0;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  /*margin: 0;*/
}

/*ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

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

template {
  display: none;
}

[hidden] {
  display: none;
}

.font_n {
  font-family: TsukuGoPr5-M, Hiragino Sans, Meiryo, sans-serif;
}

.font_m {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
}

.font_b {
  font-family: TsukuGoPro-B, Hiragino Sans, Meiryo, sans-serif;
}

.font_min {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-weight: 500;
  font-size: 62.5%;
}

body {
  position: relative;
  color: #e3e3e3;
  background: #000;
  font-family: TsukuGoPr5-M, Hiragino Sans, Hiragino Kaku Gothic ProN, Arial, Yu Gothic, Meiryo, sans-serif;
  width: 100%;
  overflow-x: hidden;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

a, span {
  display: inline-block;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  /*border-radius: 5px;*/
  padding: 5px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) inset;
  margin: 1% auto;
  max-width: 100%;
}

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

input::-moz-placeholder {
  color: #BCBCBC;
}

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

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

input::placeholder {
  color: #BCBCBC;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}

label {
  font-weight: 600;
}

summary {
  list-style: none;
  background: #dedede;
  padding: 5px 1rem;
}

summary::-webkit-details-marker,
summary::marker {
  display: none;
}

/*----------------------------------------------------------------------------------------
header.scss
----------------------------------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 24px 30px;
  height: 88px;
}
.l-header.fixed {
  /*background: #000;*/
}
.l-header__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.l-header .logo {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 30px;
}
.l-header .contact {
  position: absolute;
  top: 4px;
  right: 120px;
}
.l-header .contact a {
  font-size: 1.3rem;
  padding: 5px 10px;
  border: 1px solid #707070;
}
.l-header .contact a:hover {
  background: #707070;
  color: #fff;
}

#g-nav {
  position: fixed;
  z-index: 998;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  min-height: 560px;
  /*ナビの高さ*/
  background: #000;
  /*動き*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /*padding: 60px 49px;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#g-nav.panelactive {
  right: 0;
}
#g-nav .nav-flex {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#g-nav .nav-flex .nav-title {
  position: relative;
  width: calc(100% - 375px);
  max-width: 66.6%;
  height: 100vh;
}
#g-nav .nav-flex .nav-title-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
}
#g-nav .nav-flex .nav-title-txt p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  color: #919181;
  font-size: 3.2rem;
}
#g-nav .nav-flex .nav-title-txt img {
  width: 646px;
}
#g-nav .nav-flex #g-nav-list {
  background: #333;
  width: 375px;
  position: relative;
  top: 0;
  bottom: 0;
}
#g-nav #g-nav-list .menu {
  width: 100%;
  max-width: 257px;
  margin: 160px auto 0;
  text-align: center;
}
#g-nav #g-nav-list .menu ul li {
  margin: 0 auto;
  padding: 10px 0 5px;
  color: #fff;
}
#g-nav #g-nav-list .menu ul li:nth-child(4) {
  border-bottom: 1px solid #707070;
  padding: 5px 0 0;
}
#g-nav #g-nav-list .menu ul li a {
  font-family: TsukuGoPr5-D, Hiragino Sans, Meiryo, sans-serif;
  color: #fff;
  font-size: 2.4rem;
  width: 100%;
}
#g-nav #g-nav-list .menu ul:first-child li a:hover {
  opacity: 0.6;
}
#g-nav #g-nav-list .menu p {
  font-size: 1.4rem;
  margin: 10px auto 30px;
}
#g-nav .page_top {
  text-align: center;
}
#g-nav .page_top a {
  margin: 20px auto;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  display: block;
  position: absolute;
  z-index: 9999;
  /*ボタンを最前面に*/
  top: 8px;
  right: 30px;
  cursor: pointer;
  width: 72px;
  height: 24px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.openbtn:hover {
  width: 40px;
  right: 46px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*×に変化*/
.openbtn span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  width: 100%;
}
.openbtn span:nth-of-type(1) {
  top: 0;
}
.openbtn span:nth-of-type(2) {
  top: 12px;
}
.openbtn span:nth-of-type(3) {
  bottom: 0;
}

.openbtn.is-active span {
  background: #fff;
}

.openbtn.is-active span:nth-of-type(1) {
  top: 7px;
  -webkit-transform: translateY(0px) rotate(-195deg);
          transform: translateY(0px) rotate(-195deg);
}

.openbtn.is-active span:nth-of-type(2) {
  display: none;
}

.openbtn.is-active span:nth-of-type(3) {
  top: 14px;
  -webkit-transform: translateY(-7px) rotate(15deg);
          transform: translateY(-7px) rotate(15deg);
}

@media screen and (max-width: 768px) {
  #g-nav.panelactive {
    right: 0;
  }
}
@media screen and (max-width: 480px) {
  .l-header {
    padding: 10px;
    height: 64px;
  }
  .l-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .l-header .logo .mh {
    width: 100px;
  }
  .l-header .logo .mf {
    width: 120px;
  }
  .l-header #g-nav .nav-title {
    display: none;
  }
  .l-header #g-nav #g-nav-list {
    width: 100%;
  }
  .l-header .openbtn {
    width: 46px;
    top: 8px;
    right: 5px;
  }
}
/*----------------------------------------------------------------------------------------
footer.scss
----------------------------------------------------------------------------------------*/
.l-footer {
  position: relative;
  background: #333;
  padding: 25px 0;
}
.l-footer__inner {
  width: 96%;
  max-width: 992px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  margin: 10px 0;
}
.l-footer__main ul li {
  margin-bottom: 10px;
  /*&:nth-child(1),
  &:nth-child(4) {
      a {
          padding-left: 0;
      }
  }*/
}
.l-footer__main ul li a {
  font-size: 1.3rem;
  padding: 0 5px;
  /*border-right: 1px solid #333;*/
}
.l-footer__main ul li:nth-child(3) a, .l-footer__main ul li:nth-child(6) a {
  border: none;
}
.l-footer__main .logo img {
  width: 142px;
}
.l-footer small {
  font-size: 1.2rem;
  padding: 0 5px;
}

@media screen and (max-width: 480px) {
  .l-footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .l-footer__main ul {
    width: 100%;
    margin: 10px 0;
  }
  .l-footer__main ul li {
    width: 100%;
    margin: 10px auto;
  }
  .l-footer__main ul li a {
    font-size: 1.4rem;
    padding: 0 5px;
    border-right: none;
    line-height: 1;
  }
  .l-footer__main .logo {
    width: 100%;
  }
  .l-footer__main .logo img {
    width: 142px;
  }
  .l-footer small {
    display: block;
    text-align: center;
    margin: 50px auto 0;
  }
}
/*----------------------------------------------------------------------------------------
container.scss
----------------------------------------------------------------------------------------*/
.l-inner01 {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.l-inner02 {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

/*----------------------------------------------------------------------------------------
project.scss
----------------------------------------------------------------------------------------*/
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: 9000;
  overflow: hidden;
}
.start .black_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 9010;
  /* 背景より上、文字や画像より下 */
}
.start .intro_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  z-index: 9020;
  display: none;
}
.start .intro_title {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: none;
  z-index: 9020;
  width: 100%;
  max-width: 1526px;
  display: none;
}
.start p {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9020;
  display: none;
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  color: #fff;
  font-size: 41px;
  font-size: clamp(2.5rem, 1.224vw + 2.041rem, 4rem);
}

.p-mainvisual {
  position: relative;
}
.p-mainvisual__flex {
  position: relative;
}
.p-mainvisual__flex ul.slick01 {
  width: 75%;
}
.p-mainvisual__title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 64.7%;
  margin: 0 auto 0 21%;
  text-align: right;
  /*p {
  	font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  	color: #919181;
  	font-size: 5rem;
  	font-size: clamp(3rem, 1.633vw + 2.388rem, 5rem);
  	text-align: right;
  }*/
}
.p-mainvisual__copy {
  position: absolute;
  left: 84%;
  bottom: 15%;
  width: 1.4%;
  min-width: 14px;
}

.p-making {
  margin: 0 auto;
}
.p-making .p-making__fade {
  margin: 180px auto 160px;
  position: relative;
}
.p-making .p-making__fade h2 {
  width: 64%;
  max-width: 638px;
  position: absolute;
  top: 27%;
  margin: 0 auto 0 20%;
  z-index: 2;
}
.p-making .p-making__fade .p-making__image {
  width: 80%;
  max-width: 1275px;
  margin: 0 0 0 auto;
}
.p-making .p-making__fade02 {
  position: relative;
}
.p-making .p-making__fade02-bg {
  width: 50%;
  max-width: 645px;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: -1;
}
.p-making .p-making__fade02 .p-making__txt {
  position: absolute;
  left: 10%;
}
.p-making .p-making__fade02 .p-making__txt h2 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 4rem;
  font-size: clamp(2.5rem, 1.224vw + 2.041rem, 4rem);
  margin-bottom: 50px;
}
.p-making .p-making__fade02 .p-making__txt p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 0.082vw + 1.469rem, 1.6rem);
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.p-making .p-making__fade02 .p-making__image {
  position: relative;
  padding-top: 250px;
}

.p-realization {
  margin: 230px auto 70px;
}
.p-realization__title {
  text-align: center;
  margin-bottom: 50px;
}
.p-realization__title h2 {
  width: 66%;
  max-width: 660px;
  margin: 0 auto 50px;
}
.p-realization__title h3 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 4rem;
  font-size: clamp(2.5rem, 1.224vw + 2.041rem, 4rem);
  margin-bottom: 40px;
}
.p-realization__title p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 0.082vw + 1.469rem, 1.6rem);
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.p-realization .p-realization__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-realization .p-realization__flex .p-realization__flex-title {
  position: relative;
  width: 50%;
}
.p-realization .p-realization__flex-bdr01 {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: right;
}
.p-realization .p-realization__flex-bdr01 img {
  width: 50%;
}
.p-realization .p-realization__flex-bdr01 .bdr_01 {
  display: block;
  border-bottom: 1px solid #919181;
  width: 78%;
  /*max-width: 540px;*/
  position: absolute;
  right: -18%;
  bottom: 0;
}
.p-realization .p-realization__flex-bdr02 {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: left;
}
.p-realization .p-realization__flex-bdr02 img {
  width: 50%;
}
.p-realization .p-realization__flex-bdr02 .bdr_02 {
  display: block;
  border-bottom: 1px solid #919181;
  width: 78%;
  /*max-width: 540px;*/
  position: absolute;
  left: -18%;
  bottom: 0;
}
.p-realization .p-realization__flex .p-realization__flex-img {
  position: relative;
  z-index: 5;
  width: 50%;
  text-align: center;
}
.p-realization .p-realization__flex .p-realization__flex-img img {
  width: 65%;
  max-width: 520px;
  margin-bottom: 10px;
}
.p-realization .p-realization__flex .p-realization__flex-img p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 0.163vw + 1.339rem, 1.6rem);
}

.p-bgimg03 {
  position: relative;
  text-align: center;
  height: 440px;
}
.p-bgimg03__clip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}
.p-bgimg03 .bg_03 {
  z-index: -1;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  position: fixed;
  background-image: url(../images/bg_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-bgimg03 .btn {
  width: 90%;
  max-width: 960px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-bgimg03 .btn p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 2.8rem;
  font-size: clamp(1.6rem, 0.98vw + 1.233rem, 2.8rem);
  margin-bottom: 10px;
}

.p-commit {
  margin: 145px auto;
}
.p-commit__title {
  text-align: center;
  margin-bottom: 50px;
}
.p-commit__title h2 {
  width: 66%;
  max-width: 660px;
  margin: 0 auto 50px;
}
.p-commit__title h3 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 4rem;
  font-size: clamp(2.5rem, 1.224vw + 2.041rem, 4rem);
  margin-bottom: 40px;
}
.p-commit__title p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 0.082vw + 1.469rem, 1.6rem);
  line-height: 2.5;
  letter-spacing: 0.1em;
}

.p-bgimg04 {
  position: relative;
  height: 470px;
  background-image: url(../images/bg_04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.p-bgimg04 .btn {
  width: 80%;
  max-width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-craft {
  margin: 180px auto 0;
}
.p-craft__title {
  text-align: center;
  margin-bottom: 100px;
}
.p-craft__title h2 {
  width: 66%;
  max-width: 660px;
  margin: 0 auto 50px;
}
.p-craft__bg {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #333));
  background: linear-gradient(to right, transparent 50%, #333 50%);
  margin-top: 100px;
}
.p-craft__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.p-craft__flex-fixed {
  width: 50%;
  position: sticky;
  top: 100px;
  height: 100vh;
}
.p-craft__flex-scroll {
  width: 50%;
  position: relative;
  padding: 8% 6% 9%;
}
.p-craft__flex-scroll h3 {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 4rem;
  font-size: clamp(2.5rem, 1.224vw + 2.041rem, 4rem);
  margin-bottom: 40px;
}
.p-craft__flex-scroll p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 0.082vw + 1.469rem, 1.6rem);
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.p-craft__flex-image {
  margin: 70px auto 0;
}
.p-craft__flex-image img {
  max-height: 206px;
}
.p-craft__flex-image picture:nth-child(2) {
  position: relative;
  top: -30px;
}
.p-craft__flex-image picture:nth-child(2) img {
  margin-right: 11%;
}
.p-craft__flex-image picture:nth-child(3) {
  position: relative;
  top: -60px;
}
.p-craft__flex-image picture:nth-child(3) img {
  margin-right: 4%;
}

.p-plan {
  background-image: url(../images/bg_05.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 130px 0 90px;
}
.p-plan__title {
  text-align: center;
  margin-bottom: 80px;
}
.p-plan__title h2 {
  position: relative;
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 6rem;
  font-size: clamp(4.4rem, 1.306vw + 3.91rem, 6rem);
  line-height: 1;
  margin-bottom: 70px;
}
.p-plan__title h2 img {
  width: 50%;
  max-width: 232px;
}
.p-plan__title h2::after {
  display: block;
  content: "";
  width: 1em;
  border-bottom: 1px solid #DDDDDD;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
}
.p-plan__title p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 2.8rem;
  font-size: clamp(1.8rem, 0.816vw + 1.494rem, 2.8rem);
}

.p-special {
  margin: 60px auto;
}
.p-special__bg {
  background-image: url(../images/bg_06.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 96%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 8% 5% 5%;
}
.p-special__title {
  text-align: center;
  margin-bottom: 50px;
}
.p-special__title h2 {
  color: #AAA084;
  font-size: 4rem;
  font-size: clamp(2.8rem, 0.98vw + 2.433rem, 4rem);
  margin-bottom: 30px;
}
.p-special__title p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  font-size: 1.6rem;
  font-size: clamp(1.5rem, 0.082vw + 1.469rem, 1.6rem);
  line-height: 2.5;
  letter-spacing: 0.1em;
}
.p-special__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p-special__flex img {
  width: 48.5%;
  max-width: 485px;
}
.p-special__btn {
  margin: 70px auto 0;
  text-align: center;
}
.p-special__btn a {
  width: 80%;
  max-width: 540px;
  margin: 0 auto;
}

.p-float-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100px;
  z-index: 990;
}

@media screen and (max-width: 768px) {
  .p-making .p-making__fade {
    margin: 90px auto 80px;
  }
  .p-realization {
    margin: 100px auto 70px;
  }
  .p-commit {
    margin: 70px auto;
  }
  .p-craft {
    margin: 90px auto 0;
  }
  .p-craft__bg {
    background: none;
    margin-top: 100px;
  }
  .p-craft__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-craft__flex-fixed {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
  }
  .p-craft__flex-scroll {
    width: 100%;
    background: #333;
    text-align: center;
  }
  .p-craft__flex-image {
    width: 100%;
    max-width: 560px;
  }
  .p-plan {
    padding: 70px 0 90px;
  }
}
@media screen and (max-width: 480px) {
  .start .intro_title {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
  .start p {
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    font-size: 1.8rem;
    text-align: center;
  }
  .p-mainvisual {
    padding-bottom: 100px;
  }
  .p-mainvisual__flex ul.slick01 {
    width: 80%;
  }
  .p-mainvisual__title {
    width: 80%;
    margin: 0 4% 0 auto;
  }
  .p-mainvisual__copy {
    position: absolute;
    left: 84%;
    bottom: 35%;
  }
  .p-making {
    margin: 0 auto;
  }
  .p-making .p-making__fade {
    margin: 50px auto;
  }
  .p-making .p-making__fade h2 {
    width: 48%;
    top: 0;
    margin: 0 auto 0 14%;
  }
  .p-making .p-making__fade .p-making__image {
    width: 100%;
  }
  .p-making .p-making__fade02-bg {
    width: 90%;
    right: 0;
    top: 65%;
    z-index: -1;
  }
  .p-making .p-making__fade02 .p-making__txt {
    position: relative;
    left: 7%;
    width: 90%;
  }
  .p-making .p-making__fade02 .p-making__txt h2 {
    margin-bottom: 30px;
  }
  .p-making .p-making__fade02 .p-making__txt p {
    line-height: 2;
    letter-spacing: 0;
  }
  .p-making .p-making__fade02 .p-making__image {
    padding-top: 50px;
  }
  .p-realization__title h2 {
    width: 90%;
  }
  .p-realization__title h3 {
    margin-bottom: 30px;
  }
  .p-realization__title p {
    line-height: 2;
    letter-spacing: 0;
  }
  .p-realization .p-realization__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-realization .p-realization__flex .p-realization__flex-title {
    width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-realization .p-realization__flex-bdr01 {
    top: 0;
    bottom: 0;
    text-align: center;
  }
  .p-realization .p-realization__flex-bdr01 img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-realization .p-realization__flex-bdr01 .img-wrap01 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .p-realization .p-realization__flex-bdr01 .bdr_01 {
    display: block;
    border-bottom: none;
    border-right: 1px solid #919181;
    width: 1px;
    position: absolute;
    right: 20%;
    bottom: 0;
    height: 100%;
  }
  .p-realization .p-realization__flex-bdr02 {
    top: 0;
    bottom: 0;
    text-align: center;
  }
  .p-realization .p-realization__flex-bdr02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-realization .p-realization__flex-bdr02 .img-wrap02 {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  .p-realization .p-realization__flex-bdr02 .bdr_02 {
    display: block;
    border-bottom: none;
    border-right: 1px solid #919181;
    width: 1px;
    position: absolute;
    right: 20%;
    left: auto;
    bottom: 0;
    height: 100%;
  }
  .p-realization .p-realization__flex .p-realization__flex-img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    top: -30px;
  }
  .p-realization .p-realization__flex .p-realization__flex-img img {
    width: 96%;
  }
  .p-commit {
    margin: 70px auto;
  }
  .p-commit__title h2 {
    width: 90%;
  }
  .p-commit__title h3 {
    margin-bottom: 30px;
  }
  .p-commit__title p {
    line-height: 2;
    letter-spacing: 0;
  }
  .p-craft {
    margin: 50px auto 0;
  }
  .p-craft__title {
    margin-bottom: 30px;
  }
  .p-craft__title h2 {
    width: 90%;
  }
  .p-craft__bg {
    background: none;
    margin-top: 30px;
  }
  .p-craft__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-craft__flex-fixed {
    width: 100%;
    position: relative;
    top: 0;
    height: auto;
  }
  .p-craft__flex-scroll {
    width: 100%;
    background: #333;
    text-align: center;
  }
  .p-craft__flex-scroll h3 {
    margin-bottom: 30px;
  }
  .p-craft__flex-scroll p {
    line-height: 2;
    letter-spacing: 0;
  }
  .p-craft__flex-image {
    width: 330px;
    text-align: left;
    margin: 30px auto 0;
  }
  .p-craft__flex-image picture img {
    height: 130px;
    margin-right: 0;
  }
  .p-craft__flex-image picture:nth-child(2) {
    position: relative;
    top: -20px;
  }
  .p-craft__flex-image picture:nth-child(3) {
    position: relative;
    top: -40px;
  }
  .p-plan {
    padding: 70px 0 50px;
  }
  .p-plan__title {
    margin-bottom: 50px;
  }
  .p-plan__title h2 {
    margin-bottom: 50px;
  }
  .p-special {
    margin: 50px auto;
  }
  .p-special__bg {
    width: 100%;
    padding: 50px 5% 10px;
  }
  .p-special__title {
    margin-bottom: 30px;
  }
  .p-special__title h2 {
    margin-bottom: 30px;
  }
  .p-special__title p {
    line-height: 2;
    letter-spacing: 0;
  }
  .p-special__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-special__flex img {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-special__btn {
    margin: 20px auto;
    text-align: center;
  }
  .p-special__btn a {
    width: 100%;
    margin: 0 auto;
  }
}
/* -------------------- カスタムバー (左側) -------------------- */
.custom-scroll-indicator {
  width: 1px;
  height: 100%;
  /* バー全体の高さ (100px) */
  position: absolute;
  background-color: #707070;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 5px;
  height: 100px;
  margin-left: 5%;
  bottom: 30px;
}

.indicator-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 440px;
  background-color: #707070;
  /* アニメーション設定 */
  -webkit-animation: grow-instant-reset 2s infinite;
          animation: grow-instant-reset 2s infinite;
  -webkit-transform-origin: top;
          transform-origin: top;
}
.indicator-thumb p {
  font-family: TsukuMinPr6-M, YuMincho, MS PMincho, serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.5rem;
  margin: 30px 5px;
}

/* -------------------- キーフレームアニメーション -------------------- */
/* 上部50px固定、下に向かって伸びて、瞬時に50pxに戻る動き */
@-webkit-keyframes grow-instant-reset {
  0% {
    height: 100px;
  }
  100% {
    height: 440px;
  }
}
@keyframes grow-instant-reset {
  0% {
    height: 100px;
  }
  100% {
    height: 440px;
  }
}
@media screen and (max-width: 480px) {
  .custom-scroll-indicator {
    bottom: 0;
    height: 80px;
  }
  .indicator-thumb {
    height: 300px;
  }
  .indicator-thumb p {
    margin: 20px 5px;
  }
  @-webkit-keyframes grow-instant-reset {
    0% {
      height: 80px;
    }
    100% {
      height: 300px;
    }
  }
  @keyframes grow-instant-reset {
    0% {
      height: 80px;
    }
    100% {
      height: 300px;
    }
  }
}
.js-fadeUp {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeUp.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeLeft {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeLeft.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translatex(0);
          transform: translatex(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

.js-fadeRight {
  opacity: 0;
  /* 最初は非表示 */
  -webkit-transform: translateX(300px);
          transform: translateX(300px);
  /* 下に30pxの位置から */
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
  /* 透過率と縦方向の移動を0.8秒 */
}

/* フェードイン(スクロールした後) */
.js-fadeRight.is-inview {
  opacity: 1;
  /* 表示領域に入ったら表示 */
  -webkit-transform: translatex(0);
          transform: translatex(0);
  /* 30px上に移動する */
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  /* フェード開始を0.5秒遅らせる */
}

@media screen and (max-width: 480px) {
  .js-fadeUp-sp {
    opacity: 0;
    /* 最初は非表示 */
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    /* 下に30pxの位置から */
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
    /* 透過率と縦方向の移動を0.8秒 */
  }
  /* フェードイン(スクロールした後) */
  .js-fadeUp-sp.is-inview {
    opacity: 1;
    /* 表示領域に入ったら表示 */
    -webkit-transform: translateY(0);
            transform: translateY(0);
    /* 30px上に移動する */
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
    /* フェード開始を0.5秒遅らせる */
  }
}
.up02.is-inview {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.up03.is-inview {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.up04.is-inview {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

/*----------------------------------------------------------------------------------------
slide.scss
----------------------------------------------------------------------------------------*/
.js-zoom-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-bottom: 50px;
}

.js-zoom-animation {
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  width: 260px;
  height: 168px;
}
.js-zoom-animation img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.slide02 {
  position: relative;
  overflow-x: hidden;
}

/* ---------------- PC ---------------- */
.slide02 .container {
  width: 490px;
  height: 450px;
  margin: 0 auto;
  position: relative;
  -webkit-perspective: 3500px;
          perspective: 3500px;
}

.slide02 .slide_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px auto;
}
.slide02 .slide_btn .prev,
.slide02 .slide_btn .next {
  margin: 0 3%;
}

.slide02 .carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  left: 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.slide02 .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 490px;
  height: 400px;
  border-radius: 10px;
  overflow: hidden;
  background: #000;
}

.slide02 .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* PC: 幅490 + 間隔50 = translateZ(540px) */
.slide02 .a {
  -webkit-transform: rotateY(0deg) translateZ(540px);
          transform: rotateY(0deg) translateZ(540px);
}

.slide02 .b {
  -webkit-transform: rotateY(60deg) translateZ(540px);
          transform: rotateY(60deg) translateZ(540px);
}

.slide02 .c {
  -webkit-transform: rotateY(120deg) translateZ(540px);
          transform: rotateY(120deg) translateZ(540px);
}

.slide02 .d {
  -webkit-transform: rotateY(180deg) translateZ(540px);
          transform: rotateY(180deg) translateZ(540px);
}

.slide02 .e {
  -webkit-transform: rotateY(240deg) translateZ(540px);
          transform: rotateY(240deg) translateZ(540px);
}

.slide02 .f {
  -webkit-transform: rotateY(300deg) translateZ(540px);
          transform: rotateY(300deg) translateZ(540px);
}

/* ---------------- Tablet 768px以下 ---------------- */
@media (max-width: 768px) {
  .slide02 .container {
    width: 360px;
    height: 295px;
  }
  .slide02 .item {
    width: 360px;
    height: 295px;
  }
  /* 幅360 + 間隔30 = translateZ(390px) */
  .slide02 .a {
    -webkit-transform: rotateY(0deg) translateZ(390px);
            transform: rotateY(0deg) translateZ(390px);
  }
  .slide02 .b {
    -webkit-transform: rotateY(60deg) translateZ(390px);
            transform: rotateY(60deg) translateZ(390px);
  }
  .slide02 .c {
    -webkit-transform: rotateY(120deg) translateZ(390px);
            transform: rotateY(120deg) translateZ(390px);
  }
  .slide02 .d {
    -webkit-transform: rotateY(180deg) translateZ(390px);
            transform: rotateY(180deg) translateZ(390px);
  }
  .slide02 .e {
    -webkit-transform: rotateY(240deg) translateZ(390px);
            transform: rotateY(240deg) translateZ(390px);
  }
  .slide02 .f {
    -webkit-transform: rotateY(300deg) translateZ(390px);
            transform: rotateY(300deg) translateZ(390px);
  }
  .slide02 .slide_btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 80px auto 0;
  }
  .slide02 .slide_btn .prev,
  .slide02 .slide_btn .next {
    margin: 0 3%;
  }
}
/* ---------------- Mobile 375px以下 ---------------- */
@media (max-width: 480px) {
  .slide02 .container {
    width: 180px;
    height: 147px;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
  }
  .slide02 .carousel {
    width: 180px;
    /* アイテム幅 */
    height: 147px;
    position: absolute;
    left: 0;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
  }
  .slide02 .item {
    width: 180px;
    height: 147px;
    overflow: hidden;
    border-radius: 10px;
  }
  .slide02 .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slide02 .a {
    -webkit-transform: rotateY(0deg) translateZ(165px);
            transform: rotateY(0deg) translateZ(165px);
  }
  .slide02 .b {
    -webkit-transform: rotateY(60deg) translateZ(165px);
            transform: rotateY(60deg) translateZ(165px);
  }
  .slide02 .c {
    -webkit-transform: rotateY(120deg) translateZ(165px);
            transform: rotateY(120deg) translateZ(165px);
  }
  .slide02 .d {
    -webkit-transform: rotateY(180deg) translateZ(165px);
            transform: rotateY(180deg) translateZ(165px);
  }
  .slide02 .e {
    -webkit-transform: rotateY(240deg) translateZ(165px);
            transform: rotateY(240deg) translateZ(165px);
  }
  .slide02 .f {
    -webkit-transform: rotateY(300deg) translateZ(165px);
            transform: rotateY(300deg) translateZ(165px);
  }
  .slide02 .slide_btn {
    margin: 60px auto 0;
  }
  .slide02 .slide_btn .prev,
  .slide02 .slide_btn .next {
    margin: 0 10%;
  }
}
/*----------------------------------------------------------------------------------------
component.scss
----------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------
none.scss
----------------------------------------------------------------------------------------*/
@media (min-width: 769px) {
  .u-tab-appea {
    display: none;
  }
}
@media (max-width: 768px) {
  .u-tab-none {
    display: none;
  }
}
@media (min-width: 481px) {
  .u-sp-appea {
    display: none;
  }
}
@media (max-width: 480px) {
  .u-sp-none {
    display: none;
  }
}