@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Hind:wght@400;500;600&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: YakuHanJP, "Zen Kaku Gothic New", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0em;
  font-size: 14px;
  color: #222;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .kerning{
    letter-spacing: 0.5333vw;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

body {
  color: #504068;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.mask-slide {
  position: relative;
  overflow: hidden;
}
.mask-slide.animation:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.mask-slide:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbf1f7;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.42, 0, 1, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.42, 0, 1, 1);
  transition: transform 0.75s cubic-bezier(0.42, 0, 1, 1);
  transition: transform 0.75s cubic-bezier(0.42, 0, 1, 1), -webkit-transform 0.75s cubic-bezier(0.42, 0, 1, 1);
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
header h1 {
  position: absolute;
  top: 24px;
  left: 72px;
  width: 160px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
header h1.show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  header h1 {
    top: 14px;
    left: 16px;
    width: 116px;
  }
}
header h1 a {
  display: block;
  width: 100%;
}
header h1 a img {
  width: 100%;
  height: auto;
}
header nav.nav-sp {
  position: absolute;
  top: 0;
  right: 0;
  width: 514px;
  height: 0vh;
  overflow: hidden;
  background: rgba(80, 64, 104, 0.95);
  text-align: left;
  -webkit-transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Hind", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  header nav.nav-sp {
    width: 100%;
  }
}
header nav.nav-sp.open {
  height: 100vh;
}
header nav.nav-sp .container {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
header nav.nav-sp .container > ul > li {
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
  header nav.nav-sp .container > ul > li {
    font-size: 17px;
  }
}
header nav.nav-sp .container > ul > li:nth-child(n+2) {
  margin-top: 24px;
}
header nav.nav-sp .container > ul > li.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
header nav.nav-sp .container > ul > li p.ttl {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  header nav.nav-sp .container > ul > li p.ttl {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header nav.nav-sp .container > ul > li p.ttl:hover {
    color: #e62087;
  }
  header nav.nav-sp .container > ul > li p.ttl:hover span:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    background: #e62087;
  }
}
header nav.nav-sp .container > ul > li p.ttl span {
  position: relative;
}
header nav.nav-sp .container > ul > li p.ttl span:before {
  position: absolute;
  content: "";
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e62087;
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
header nav.nav-sp .container > ul > li ul.projects {
  margin-left: 36px;
}
header nav.nav-sp .container > ul > li ul.projects li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  letter-spacing: 0.15em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header nav.nav-sp .container > ul > li ul.projects li {
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  header nav.nav-sp .container > ul > li ul.projects li {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header nav.nav-sp .container > ul > li ul.projects li:hover {
    color: #e62087;
  }
  header nav.nav-sp .container > ul > li ul.projects li:hover:before {
    background: #e62087;
  }
  header nav.nav-sp .container > ul > li ul.projects li:hover:after {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
header nav.nav-sp .container > ul > li ul.projects li.comingsoon {
  opacity: 0.2;
  pointer-events: none;
}
header nav.nav-sp .container > ul > li ul.projects li:before {
  position: absolute;
  top: 13px;
  left: calc(50% - 18px);
  content: "";
  width: 36px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  header nav.nav-sp .container > ul > li ul.projects li:before {
    top: 11px;
    width: 30px;
    left: calc(50% - 15px);
  }
}
header nav.nav-sp .container > ul > li ul.projects li:after {
  position: absolute;
  content: "";
  top: 11px;
  right: -15px;
  background: url("../img/icon_arrow.png") center center no-repeat;
  width: 9px;
  height: 8px;
  background-size: contain;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
header nav.nav-sp .container > ul > li ul.projects li:nth-child(n+2) {
  margin-top: 6px;
}
header nav.nav-sp .container > ul > li ul.projects li span {
  display: block;
  text-align: left;
  width: 44px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  header nav.nav-sp .container > ul > li ul.projects li span {
    width: 36px;
  }
}
header nav.nav-sp .container > ul > li ul.projects li span.kerning {
  letter-spacing: 0.25em;
}
header .btnNavi {
  position: absolute;
  top: 26px;
  right: 32px;
  width: 57px;
  height: 57px;
  padding: 9px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
}
@media screen and (max-width: 768px) {
  header .btnNavi {
    top: 12px;
    right: 15px;
    padding: 13px 0;
    width: 40px;
    height: 40px;
  }
}
header .btnNavi span {
  position: relative;
  display: block;
  width: 57px;
  height: 1px;
  background: #504068;
  -webkit-transition: all 250ms cubic-bezier(0.645, 0.045, 0.155, 1);
  transition: all 250ms cubic-bezier(0.645, 0.045, 0.155, 1);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  header .btnNavi span {
    width: 40px;
    height: 1px;
  }
}
header .btnNavi span:nth-child(n+2) {
  margin: 18px auto 0;
}
@media screen and (max-width: 768px) {
  header .btnNavi span:nth-child(n+2) {
    margin: 11px auto 0;
  }
}
header .btnNavi.active span {
  background: #fff;
}
header .btnNavi.active span:nth-child(1) {
  -webkit-transform: translate(0px, 10px) rotate(45deg);
          transform: translate(0px, 10px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  header .btnNavi.active span:nth-child(1) {
    -webkit-transform: translate(0px, 6px) rotate(45deg);
            transform: translate(0px, 6px) rotate(45deg);
  }
}
header .btnNavi.active span:nth-child(2) {
  -webkit-transform: translate(0px, -10px) rotate(-45deg);
          transform: translate(0px, -10px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  header .btnNavi.active span:nth-child(2) {
    -webkit-transform: translate(0px, -6px) rotate(-45deg);
            transform: translate(0px, -6px) rotate(-45deg);
  }
}

#wrap {
  position: relative;
  width: 100%;
}
#wrap main {
  position: relative;
  display: block;
  width: 100%;
}
#wrap main .sec-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap main .sec-main .video-container {
  position: relative;
  width: 100%;
}
#wrap main .sec-main .video-container .video {
  position: relative;
  width: 100%;
}
#wrap main .sec-main .video-container .video img, #wrap main .sec-main .video-container .video video {
  width: 100%;
  height: auto;
}
#wrap main .sec-main .video-container .video:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/img_main_pc.jpg") center center no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-main .video-container .video:before {
    background: url("../img/img_main_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#wrap main .sec-main .video-container .video.error:before {
  opacity: 1;
}
#wrap main .sec-title {
  position: relative;
  top: 0;
  width: 100%;
  height: 46.42vw;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-title {
    height: 140.625vw;
  }
}
#wrap main .sec-title .logo {
  position: absolute;
  bottom: 13.2%;
  left: 7%;
  width: 25.142%;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap main .sec-title .logo.show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-title .logo {
    bottom: auto;
    top: 10%;
    left: 6%;
    width: 40.3125%;
  }
}
#wrap main .sec-title .logo img {
  width: 100%;
  height: auto;
}
#wrap main .sec-about {
  position: relative;
  width: 100%;
  padding: 120px 0 120px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about {
    padding: 56px 0 72px;
  }
}
#wrap main .sec-about h2 {
  position: relative;
  width: 541px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about h2 {
    max-width: 296px;
    width: 80%;
  }
}
#wrap main .sec-about h2 img {
  width: 100%;
  height: auto;
}
#wrap main .sec-about .statement-box {
  position: relative;
  width: 610px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .statement-box {
    width: 81.333%;
  }
}
#wrap main .sec-about .statement-box .p-box p {
  line-height: 2.5;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .statement-box .p-box p {
    font-size: clamp(12px, 4vw, 15px);
    line-height: 1.95;
    letter-spacing: -0.02em;
  }
}
#wrap main .sec-about .statement-box .p-box p:nth-child(n+2) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .statement-box .p-box p:nth-child(n+2) {
    margin-top: 30px;
  }
}
#wrap main .sec-about .statement-box .p-box span {
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .statement-box .p-box span {
    display: inline;
    white-space: normal;
  }
}
#wrap main .sec-about .arrow-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#wrap main .sec-about .arrow-box article {
  position: absolute;
}
#wrap main .sec-about .arrow-box article:nth-child(1) {
  top: 17%;
  right: 0;
  width: 19.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .arrow-box article:nth-child(1) {
    top: 28.5%;
    width: 39%;
  }
}
#wrap main .sec-about .arrow-box article:nth-child(2) {
  top: 10%;
  right: 0;
  width: 15.8%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .arrow-box article:nth-child(2) {
    top: 25.5%;
    width: 25.5%;
  }
}
#wrap main .sec-about .arrow-box article:nth-child(3) {
  top: 55.5%;
  left: 0;
  width: 24.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .arrow-box article:nth-child(3) {
    top: 92.5%;
    width: 53%;
  }
}
#wrap main .sec-about .arrow-box article:nth-child(4) {
  top: 54.75%;
  left: 0;
  width: 19.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .arrow-box article:nth-child(4) {
    top: 89.8%;
    width: 53.5%;
  }
}
#wrap main .sec-about .arrow-box article:nth-child(5) {
  top: 78%;
  right: 0;
  width: 15%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-about .arrow-box article:nth-child(5) {
    top: 80.5%;
    width: 22.9%;
  }
}
#wrap main .sec-about .arrow-box article img {
  width: 100%;
  height: auto;
  opacity: 0;
}
#wrap main .sec-project {
  position: relative;
  width: 100%;
  background: #fbf1f7;
  padding: 132px 0 90px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project {
    padding: 66px 0 56px;
  }
}
#wrap main .sec-project h2 {
  position: relative;
  width: 699px;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project h2 {
    max-width: 330px;
    width: 88%;
  }
}
#wrap main .sec-project h2 img {
  width: 100%;
  height: auto;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
#wrap main .sec-project .lead {
  width: 700px;
  margin: 56px auto 0;
  line-height: 2.1;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .lead {
    margin: 36px auto 0;
    width: 88%;
    font-size: clamp(12px, 4vw, 15px);
    line-height: 1.95;
    letter-spacing: 0.06em;
  }
}
#wrap main .sec-project .project-box {
  position: relative;
  width: 1024px;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box {
    width: 88%;
    margin: 34px auto 0;
  }
}
#wrap main .sec-project .project-box .container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#wrap main .sec-project .project-box .container article {
  position: relative;
  width: calc(25% - 32px);
  margin-bottom: 45px;
  cursor: pointer;
  border-radius: 18px;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article {
    width: calc(50% - 8px);
    border-radius: 10px;
    margin-bottom: 16px;
  }
}
#wrap main .sec-project .project-box .container article.comingsoon {
  cursor: default;
}
#wrap main .sec-project .project-box .container article.comingsoon .btn-more .txt {
  opacity: 0;
}
#wrap main .sec-project .project-box .container article:not(:nth-child(4n+1)) {
  margin-left: 42px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article:not(:nth-child(4n+1)) {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article:not(:nth-child(2n+1)) {
    margin-left: 16px;
  }
}
#wrap main .sec-project .project-box .container article:nth-child(8n+1) .volume {
  color: #eaa4c3;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+1) .btn-more .txt {
  color: #eaa4c3;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+1) .btn-more svg {
  fill: #eaa4c3;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-project .project-box .container article:nth-child(8n+1):not(#wrap main .sec-project .project-box .container article:nth-child(8n+1).comingsoon) {
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-project .project-box .container .color-type1:hover {
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px 0px rgba(234, 164, 195, 0.25);
  }
}
#wrap main .sec-project .project-box .container article:nth-child(8n+2) .volume {
  color: #aa8ac1;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+2) .btn-more .txt {
  color: #aa8ac1;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+2) .btn-more svg {
  fill: #aa8ac1;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-project .project-box .container article:nth-child(8n+2):not(#wrap main .sec-project .project-box .container article:nth-child(8n+2).comingsoon) {
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-project .project-box .container .color-type2:hover {
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px 0px rgba(170, 138, 193, 0.25);
  }
}
#wrap main .sec-project .project-box .container article:nth-child(8n+3) .volume {
  color: #f3adb9;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+3) .btn-more .txt {
  color: #f3adb9;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+3) .btn-more svg {
  fill: #f3adb9;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-project .project-box .container article:nth-child(8n+3):not(#wrap main .sec-project .project-box .container article:nth-child(8n+3).comingsoon) {
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-project .project-box .container .color-type3:hover {
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px 0px rgba(243, 173, 185, 0.25);
  }
}
#wrap main .sec-project .project-box .container article:nth-child(8n+4) .volume {
  color: #a8bde9;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+4) .btn-more .txt {
  color: #a8bde9;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+4) .btn-more svg {
  fill: #a8bde9;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-project .project-box .container article:nth-child(8n+4):not(#wrap main .sec-project .project-box .container article:nth-child(8n+4).comingsoon) {
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-project .project-box .container .color-type4:hover {
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px 0px rgba(168, 189, 233, 0.25);
  }
}
#wrap main .sec-project .project-box .container article:nth-child(8n+5) .volume {
  color: #fcafaf;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+5) .btn-more .txt {
  color: #fcafaf;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+5) .btn-more svg {
  fill: #fcafaf;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-project .project-box .container article:nth-child(8n+5):not(#wrap main .sec-project .project-box .container article:nth-child(8n+5).comingsoon) {
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-project .project-box .container .color-type5:hover {
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px 0px rgba(252, 175, 175, 0.25);
  }
}
#wrap main .sec-project .project-box .container article:nth-child(8n+6) .volume {
  color: #faabd2;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+6) .btn-more .txt {
  color: #faabd2;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+6) .btn-more svg {
  fill: #faabd2;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-project .project-box .container article:nth-child(8n+6):not(#wrap main .sec-project .project-box .container article:nth-child(8n+6).comingsoon) {
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-project .project-box .container .color-type6:hover {
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px 0px rgba(250, 171, 210, 0.25);
  }
}
#wrap main .sec-project .project-box .container article:nth-child(8n+7) .volume {
  color: #e9a5e2;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+7) .btn-more .txt {
  color: #e9a5e2;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+7) .btn-more svg {
  fill: #e9a5e2;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-project .project-box .container article:nth-child(8n+7):not(#wrap main .sec-project .project-box .container article:nth-child(8n+7).comingsoon) {
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-project .project-box .container .color-type7:hover {
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px 0px rgba(250, 171, 210, 0.25);
  }
}
#wrap main .sec-project .project-box .container article:nth-child(8n+8) .volume {
  color: #bfa8ef;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+8) .btn-more .txt {
  color: #bfa8ef;
}
#wrap main .sec-project .project-box .container article:nth-child(8n+8) .btn-more svg {
  fill: #bfa8ef;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-project .project-box .container article:nth-child(8n+8):not(#wrap main .sec-project .project-box .container article:nth-child(8n+8).comingsoon) {
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-project .project-box .container .color-type8:hover {
    transform: translate(-10px, -10px);
    box-shadow: 10px 10px 0px 0px rgba(191, 168, 239, 0.25);
  }
}
#wrap main .sec-project .project-box .container article .inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 0 24px;
  background: #fff;
  border-radius: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .inner {
    border-radius: 11px;
    padding: 0 0 14px;
  }
}
#wrap main .sec-project .project-box .container article .head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1;
  padding: 16px 18px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .head {
    padding: 12px 12px 0;
  }
}
#wrap main .sec-project .project-box .container article .head .date {
  font-size: 13px;
  letter-spacing: 0.03em;
  padding-top: 18px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .head .date {
    font-size: 10px;
    padding-top: 9px;
  }
}
#wrap main .sec-project .project-box .container article .head .volume {
  font-family: "Hind", sans-serif;
  font-size: 36px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .head .volume {
    font-size: 25px;
  }
}
#wrap main .sec-project .project-box .container article .thumb {
  width: 100%;
  margin: 0 auto;
  padding: 0 18px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .thumb {
    padding: 0 12px 0;
    margin: -1px auto 0;
  }
}
#wrap main .sec-project .project-box .container article .thumb img {
  width: 100%;
  height: auto;
}
#wrap main .sec-project .project-box .container article .ttl {
  position: relative;
  padding: 8px 18px 0;
  min-height: 58px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .ttl {
    padding: 6px 12px 0;
    min-height: 40px;
  }
}
#wrap main .sec-project .project-box .container article .ttl h3 {
  font-size: 18.8px;
  font-weight: bold;
  line-height: 1.35;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .ttl h3 {
    font-size: 3.6vw;
    line-height: 1.35;
    letter-spacing: -0.02em;
  }
}
#wrap main .sec-project .project-box .container article .btn-more {
  position: relative;
  margin-top: auto;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 10px;
  letter-spacing: 0.03em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .btn-more {
    padding: 0 8px 0;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .btn-more p.txt {
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
#wrap main .sec-project .project-box .container article .btn-more p.arrow {
  position: absolute;
  top: 13px;
  left: 0px;
  width: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .container article .btn-more p.arrow {
    top: 8px;
    width: calc(100% - 7px);
  }
}
#wrap main .sec-project .project-box .more-loading {
  position: relative;
  width: 240px;
  margin: 50px auto 0;
  font-family: "Didact Gothic", sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
#wrap main .sec-project .project-box .more-loading.hide {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .more-loading {
    font-size: 12px;
    margin: 40px auto 0;
  }
}
#wrap main .sec-project .project-box .more-loading .icon svg {
  width: 86px;
  height: auto;
  fill: #504068;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-project .project-box .more-loading .icon svg {
    width: 80px;
  }
}
#wrap main .sec-project .project-box .more-loading p {
  position: relative;
  margin-top: 8px;
  letter-spacing: 0.08em;
}
#wrap footer {
  position: relative;
  background: #fff;
  padding: 72px 0 32px;
}
@media screen and (max-width: 768px) {
  #wrap footer {
    padding: 60px 0 12px;
  }
}
#wrap footer .banner-box {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap footer .banner-box {
    width: 72%;
  }
}
#wrap footer .banner-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap footer .banner-box ul {
    display: block;
  }
}
#wrap footer .banner-box ul li {
  position: relative;
  width: calc(33.333% - 40px);
}
@media screen and (max-width: 768px) {
  #wrap footer .banner-box ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #wrap footer .banner-box ul li:nth-child(n+2) {
    margin-top: 40px;
  }
}
#wrap footer .banner-box ul li h4 {
  position: relative;
  text-align: center;
  width: 240px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  #wrap footer .banner-box ul li h4 {
    font-size: clamp(15px, 4.8vw, 18px);
    line-height: 1.3;
    width: 80%;
  }
}
#wrap footer .banner-box ul li h4:before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  background: url("../img/icon_baloon_left.png") center center no-repeat;
  width: 21px;
  height: 53px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap footer .banner-box ul li h4:before {
    background: url("../img/icon_baloon_left_sp.png") center center no-repeat;
    top: 2px;
    width: 18px;
    height: 45px;
    background-size: contain;
  }
}
#wrap footer .banner-box ul li h4:after {
  position: absolute;
  content: "";
  top: 4px;
  right: 0;
  background: url("../img/icon_baloon_right.png") center center no-repeat;
  width: 21px;
  height: 53px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap footer .banner-box ul li h4:after {
    background: url("../img/icon_baloon_right_sp.png") center center no-repeat;
    top: 2px;
    width: 18px;
    height: 45px;
    background-size: contain;
  }
}
#wrap footer .banner-box ul li .image-box {
  position: relative;
  margin: 12px auto 0;
  width: 100%;
}
#wrap footer .banner-box ul li .image-box a {
  display: block;
  width: 100%;
  border: 1px solid #504068;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #504068;
}
@media screen and (min-width: 769px) {
  #wrap footer .banner-box ul li .image-box a {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap footer .banner-box ul li .image-box a:hover {
    opacity: 0.6;
  }
}
#wrap footer .banner-box ul li .image-box a .image {
  width: 100%;
}
#wrap footer .banner-box ul li .image-box a .image img {
  width: 100%;
  height: auto;
}
#wrap footer .banner-box ul li .image-box a .text-box {
  position: relative;
  height: 54px;
  background: #fff;
  line-height: 54px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap footer .banner-box ul li .image-box a .text-box:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #f46296;
}
#wrap footer .banner-box ul li .image-box a .text-box span {
  position: relative;
  display: block;
  font-size: 18px;
  letter-spacing: 0.03em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#wrap footer .banner-box ul li .image-box a .text-box span.icon {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 23px;
}
#wrap footer .banner-box ul li .image-box a .text-box span.icon svg {
  width: 100%;
  height: auto;
  fill: #f46395;
}
#wrap footer .footer-bottom {
  position: relative;
  width: 1024px;
  margin: 60px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap footer .footer-bottom {
    width: 100%;
    margin: 44px auto 0;
    display: block;
  }
}
#wrap footer .footer-bottom .l-box .logo a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #wrap footer .footer-bottom .l-box .logo a {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap footer .footer-bottom .l-box .logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  #wrap footer .footer-bottom .l-box .logo a {
    text-align: center;
  }
}
#wrap footer .footer-bottom .l-box .logo a img {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap footer .footer-bottom .l-box .logo a img {
    width: 120px;
  }
}
#wrap footer .footer-bottom .l-box .logo a span.text {
  position: relative;
  top: 11px;
  margin-left: 20px;
  font-size: 16px;
  color: #504068;
  font-weight: bold;
  letter-spacing: 0.08em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  #wrap footer .footer-bottom .l-box .logo a span.text {
    margin-left: 10px;
    font-size: 12px;
    letter-spacing: 0.03em;
    top: 6px;
    padding-right: 15px;
  }
}
#wrap footer .footer-bottom .l-box .logo a span.text:after {
  position: absolute;
  content: "▶︎";
  top: 4px;
  right: -22px;
  line-height: 1;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #wrap footer .footer-bottom .l-box .logo a span.text:after {
    font-size: 12px;
    right: 0px;
    top: 3px;
  }
}
#wrap footer .footer-bottom .copyright {
  position: relative;
  top: 14px;
}
@media screen and (max-width: 768px) {
  #wrap footer .footer-bottom .copyright {
    top: 0px;
    text-align: center;
    letter-spacing: 0em;
  }
}
#wrap footer .footer-bottom .copyright small {
  font-size: 14px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #wrap footer .footer-bottom .copyright small {
    font-size: 10px;
    text-align: center;
  }
}

#modal {
  display: none;
  position: absolute;
  width: 100%;
  min-height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
}
#modal .cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #7d6785;
  opacity: 0.4;
  z-index: 0;
}
#modal .wrap {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 5000px;
          perspective: 5000px;
  overflow: hidden;
  width: 1024px;
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  #modal .wrap {
    margin: 50px auto;
    width: calc(100% - 40px);
  }
}
#modal .container {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 38px;
  padding: 20px 0 20px;
  opacity: 0;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  z-index: 100;
  overflow: hidden;
}
#modal .container:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  -webkit-transition: opacity 5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 5s cubic-bezier(0.19, 1, 0.22, 1);
  pointer-events: none;
}
#modal .container.open {
  -webkit-animation: slidein 0.8s 1 0.25s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slidein 0.8s 1 0.25s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#modal .container.open:after {
  -webkit-animation: slideinner 0.8s 1 0.25s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideinner 0.8s 1 0.25s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
#modal .container.close {
  -webkit-animation: slideout 0.8s 1 0s cubic-bezier(0.83, 0, 0.17, 1) forwards;
          animation: slideout 0.8s 1 0s cubic-bezier(0.83, 0, 0.17, 1) forwards;
}
#modal .container.close:after {
  -webkit-animation: slideinnerout 0.8s 1 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: slideinnerout 0.8s 1 0s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@-webkit-keyframes slidein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.25) rotateY(-180deg);
            transform: scale(0.25) rotateY(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
}
@keyframes slidein {
  from {
    opacity: 0;
    -webkit-transform: scale(0.25) rotateY(-180deg);
            transform: scale(0.25) rotateY(-180deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
}
@-webkit-keyframes slideout {
  from {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.5) rotateY(-180deg);
            transform: scale(0.5) rotateY(-180deg);
  }
}
@keyframes slideout {
  from {
    opacity: 1;
    -webkit-transform: scale(1) rotateY(0deg);
            transform: scale(1) rotateY(0deg);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.5) rotateY(-180deg);
            transform: scale(0.5) rotateY(-180deg);
  }
}
@-webkit-keyframes slideinner {
  0%, 25% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideinner {
  0%, 25% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideinnerout {
  0% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
@keyframes slideinnerout {
  0% {
    opacity: 0;
  }
  75%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #modal .container {
    width: 100%;
    margin: 0 auto;
    border-radius: 22px;
    padding: 40px 0 40px;
  }
}
#modal .container .project-box {
  position: relative;
  width: 100%;
}
#modal .container .project-box article {
  position: relative;
  width: 100%;
}
#modal .container .project-box article:nth-child(8n+1) .volume {
  color: #eaa4c3;
}
#modal .container .project-box article:nth-child(8n+1) .btn-close svg {
  fill: #eaa4c3;
}
#modal .container .project-box article:nth-child(8n+1) .arrow svg {
  fill: #eaa4c3;
}
#modal .container .project-box article:nth-child(8n+2) .volume {
  color: #aa8ac1;
}
#modal .container .project-box article:nth-child(8n+2) .btn-close svg {
  fill: #aa8ac1;
}
#modal .container .project-box article:nth-child(8n+2) .arrow svg {
  fill: #aa8ac1;
}
#modal .container .project-box article:nth-child(8n+3) .volume {
  color: #f3adb9;
}
#modal .container .project-box article:nth-child(8n+3) .btn-close svg {
  fill: #f3adb9;
}
#modal .container .project-box article:nth-child(8n+3) .arrow svg {
  fill: #f3adb9;
}
#modal .container .project-box article:nth-child(8n+4) .volume {
  color: #a8bde9;
}
#modal .container .project-box article:nth-child(8n+4) .btn-close svg {
  fill: #a8bde9;
}
#modal .container .project-box article:nth-child(8n+4) .arrow svg {
  fill: #a8bde9;
}
#modal .container .project-box article:nth-child(8n+5) .volume {
  color: #fcafaf;
}
#modal .container .project-box article:nth-child(8n+5) .btn-close svg {
  fill: #fcafaf;
}
#modal .container .project-box article:nth-child(8n+5) .arrow svg {
  fill: #fcafaf;
}
#modal .container .project-box article:nth-child(8n+6) .volume {
  color: #faabd2 ;
}
#modal .container .project-box article:nth-child(8n+6) .btn-close svg {
  fill: #faabd2 ;
}
#modal .container .project-box article:nth-child(8n+6) .arrow svg {
  fill: #faabd2 ;
}
#modal .container .project-box article:nth-child(8n+7) .volume {
  color: #e9a5e2 ;
}
#modal .container .project-box article:nth-child(8n+7) .btn-close svg {
  fill: #e9a5e2;
}
#modal .container .project-box article:nth-child(8n+7) .arrow svg {
  fill: #e9a5e2;
}
#modal .container .project-box article:nth-child(8n+8) .volume {
  color: #bfa8ef;
}
#modal .container .project-box article:nth-child(8n+8) .btn-close svg {
  fill: #bfa8ef
}
#modal .container .project-box article:nth-child(8n+8) .arrow svg {
  fill: #bfa8ef;
}
.color-type1 .volume, .color-type1 svg, .effect.color-type1 .btn-more .txt{
  color: #eaa4c3 !important;
  fill: #eaa4c3 !important;
}
.color-type2 .volume, .color-type2 svg, .effect.color-type2 .btn-more .txt{
  color: #aa8ac1 !important;
  fill: #aa8ac1 !important;
}
.color-type3 .volume, .color-type3 svg, .effect.color-type3 .btn-more .txt{
  color: #f3adb9 !important;
  fill: #f3adb9 !important;
}
.color-type4 .volume, .color-type4 svg, .effect.color-type4 .btn-more .txt{
  color: #a8bde9 !important;
  fill: #a8bde9 !important;
}
.color-type5 .volume, .color-type5 svg, .effect.color-type5 .btn-more .txt{
  color: #fcafaf !important;
  fill: #fcafaf !important;
}
.color-type6 .volume, .color-type6 svg, .effect.color-type6 .btn-more .txt{
  color: #faabd2 !important;
  fill: #faabd2 !important;
}
.color-type7 .volume, .color-type7 svg, .effect.color-type7 .btn-more .txt{
  color: #e9a5e2 !important;
  fill: #e9a5e2 !important;
}
.color-type8 .volume, .color-type8 svg, .effect.color-type8 .btn-more .txt{
  color: #bfa8ef !important;
  fill: #bfa8ef !important;
}
#modal .container .project-box article .head {
  position: relative;
  margin: 0 auto 0 0;
  text-align: right;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .head {
    padding: 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .head p.date {
    font-size: 12px;
    letter-spacing: 0em;
    padding-top: 24px;
  }
}
#modal .container .project-box article .head p.volume {
  font-family: "Hind", sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: #a8bde9;
  letter-spacing: 0.06em;
}
#modal .container .project-box article .head .btn-close {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 30px;
  height: 30px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .head .btn-close {
    top: -18px;
  }
}
#modal .container .project-box article .head .btn-close img, #modal .container .project-box article .head .btn-close svg {
  width: 100%;
  height: auto;
}
#modal .container .project-box article .image-main {
  position: relative;
  width: 100%;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .image-main {
    width: 100%;
    padding: 0 24px;
  }
}
#modal .container .project-box article .image-main img {
  width: 100%;
  height: auto;
}
#modal .container .project-box article .text-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px 0 84px;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .text-box {
    display: block;
    padding: 16px 24px 0;
  }
}
#modal .container .project-box article .text-box .arrow {
  position: absolute;
  top: -27px;
  left: 48px;
  width: 17px;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .text-box .arrow {
    width: calc(100% - 20px);
    top: auto;
    bottom: -52px;
    left: 0;
  }
}
#modal .container .project-box article .text-box .arrow svg {
  width: 100%;
  height: auto;
  fill: #a8bde9;
}
#modal .container .project-box article .text-box .ttl-box {
  position: relative;
  padding: 58px 0 0;
  width: 420px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .text-box .ttl-box {
    width: 100%;
    padding: 0 0 0;
  }
}
#modal .container .project-box article .text-box .ttl-box p.date {
  font-size: 16px;
  letter-spacing: 0.03em;
}
#modal .container .project-box article .text-box .ttl-box h2 {
  font-size: 32px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.4;
  letter-spacing: 0em;
  margin-top: 8px;
  min-height: 80px;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .text-box .ttl-box h2 {
    font-size: 24px;
    min-height: 0px;
  }
}
#modal .container .project-box article .text-box .ttl-box h3 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .text-box .ttl-box h3 {
    font-size: 18px;
  }
}
#modal .container .project-box article .text-box .desc {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 56px 0 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  line-height: 1.68;
}
@media screen and (max-width: 768px) {
  #modal .container .project-box article .text-box .desc {
    width: 100%;
    padding: 16px 0 0;
    font-size: 15px;
    line-height: 1.5;
  }
}
#modal .container .project-box article .text-box .desc a {
  color: #504068;
}
@media screen and (min-width: 769px) {
  #modal .container .project-box article .text-box .desc a {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #modal .container .project-box article .text-box .desc a:hover {
    opacity: 0.7;
  }
}
#modal .container .close-box {
  position: relative;
  margin: 28px auto 0;
  text-align: center;
  width: 160px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #modal .container .close-box {
    -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #modal .container .close-box:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #modal .container .close-box {
    width: 100%;
    margin: 12px auto 0;
  }
}
#modal .container .close-box p {
  position: relative;
  color: #424242;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #modal .container .close-box p {
    font-size: 12px;
  }
}
#modal .container .close-box p span.icon {
  position: relative;
  top: -1px;
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #modal .container .close-box p span.icon {
    top: 0px;
    margin-right: 4px;
  }
}
#modal .container .close-box p span.icon svg {
  width: 10px;
  height: auto;
  fill: #424242;
}
@media screen and (max-width: 768px) {
  #modal .container .close-box p span.icon svg {
    width: 9px;
  }
}
#modal .btn-close {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  opacity: 0;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #modal .btn-close {
    -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #modal .btn-close:hover {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#modal .btn-close.color-1 svg {
  fill: #eaa4c3;
}
#modal .btn-close.color-1 svg {
  fill: #eaa4c3;
}
#modal .btn-close.color-2 svg {
  fill: #eaa4c3;
}
#modal .btn-close.color-3 svg {
  fill: #eaa4c3;
}
#modal .btn-close.color-4 svg {
  fill: #eaa4c3;
}
#modal .btn-close.color-5 svg {
  fill: #eaa4c3;
}
#modal .btn-close.color-6 svg {
  fill: #eaa4c3;
}
#modal .btn-close.color-7 svg {
  fill: #eaa4c3;
}
#modal .btn-close.color-8 svg {
  fill: #eaa4c3;
}
#modal .btn-close img, #modal .btn-close svg {
  width: 100%;
  height: auto;
  fill: #a8bde9;
}/*# sourceMappingURL=style.css.map */