@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:400,700&subset=latin");
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: source-han-sans-japanese, sans-serif;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 MESSAGE-CONTENT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.message-content {
  overflow: hidden;
  margin: 0 0 0px 0;
}
.message-content .wrapper {
  display: block;
  width: 100%;
  background: #000;
  position: relative;
  padding: 100px 0 80px 0;
}
.message-content .wrapper .text {
  padding: 0px 5% 0 5%;
  position: relative;
  z-index: 4;
  width: 100%;
}
.message-content .wrapper .text h2 {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 12px;
  font-size: 72px;
}
.message-content .wrapper .text h3 {
  margin: 45px 0 0 5px;
}
.message-content .wrapper .text h3 .cover {
  display: flex;
  align-items: center;
}
.message-content .wrapper .text h3 .cover .catch {
  color: #fff;
  line-height: 1.8;
  letter-spacing: 10px;
  font-size: 28px;
  margin: 0 30px 0 0;
}
.message-content .wrapper .text h3 .cover .symbol-shadow {
  filter: drop-shadow(0 0 14px hsla(330, 100%, 70.6%, 0.4));
}
.message-content .wrapper .text h3 .cover .symbol-shadow .symbol {
  position: relative;
  overflow: hidden;
  width: 10rem;
  height: 7.5rem;
  -webkit-clip-path: polygon(50% 0%, 50% 25%, 19% 88%, 81% 88%, 50% 25%, 50% 0, 100% 100%, 0% 100%);
          clip-path: polygon(50% 0%, 50% 25%, 19% 88%, 81% 88%, 50% 25%, 50% 0, 100% 100%, 0% 100%);
  z-index: 2;
}
.message-content .wrapper .text h3 .cover .symbol-shadow .symbol::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  inset: -35% -50%;
  background-image: conic-gradient(at 50% 50%, rebeccapurple, rebeccapurple, hotpink, rebeccapurple);
  will-change: transform;
  animation: rot 8s linear infinite;
  z-index: 1;
}
@keyframes rot {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.message-content .wrapper #app-message-content {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: -25%;
  z-index: 1;
}
.message-content .wrapper #app-message-content canvas {
  width: 100%;
  height: 100vh;
  height: auto;
}
.message-content .wrapper .content {
  width: 100%;
  padding: 0 5% 0 40%;
}
.message-content .wrapper .content .sentence {
  margin: 125px 0 0 0;
}
.message-content .wrapper .content .sentence .cover p {
  font-weight: 400;
  color: #fff;
  letter-spacing: 4px;
  line-height: 2.2;
  font-weight: 700;
  padding: 20px 0 20px 0;
  font-size: 19px;
}
.message-content .wrapper .content .author {
  color: #fff;
  width: 100%;
  margin: 30px 0 0 0;
}
.message-content .wrapper .content .author .main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.message-content .wrapper .content .author .main .logo {
  font-family: "Iceberg", cursive;
  letter-spacing: 2px;
  font-size: 28px;
  margin: 0 20px 0 0;
}
.message-content .wrapper .content .author .main .official-post {
  font-family: "Syncopate", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 22px;
}
.message-content .wrapper .content .author .sub {
  display: flex;
  align-items: end;
  justify-content: flex-end;
  margin: 5px 0 0 0;
}
.message-content .wrapper .content .author .sub .jp {
  font-weight: 500;
  letter-spacing: 5px;
  font-size: 22px;
  margin: 0 20px 0 0;
}
.message-content .wrapper .content .author .sub .en {
  font-family: "Syncopate", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
}
.message-content .seperator-wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
  margin: 0 auto 0;
  overflow: hidden;
}
.message-content .seperator-wrapper .seperator {
  width: 3000px;
  height: 6px;
  animation: rotate 3s infinite linear;
}
@keyframes rotate {
  from {
    background-position: -3000px;
  }
  to {
    background-position: 0px;
  }
}
.message-content .gradient {
  background: rgb(48, 255, 144); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to right, rgb(48, 255, 144) 0%, rgb(237, 45, 237) 25%, rgb(201, 152, 38) 50%, rgb(48, 255, 230) 75%, rgb(48, 255, 144) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#30ff90", endColorstr="#30ff90",GradientType=1 ); /* IE6-9 */
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .message-content {
    overflow: hidden;
    margin: 0 0 0px 0;
  }
  .message-content .wrapper {
    display: block;
    width: 100%;
    background: #000;
    position: relative;
    padding: 0px 0 80px 0;
  }
  .message-content .wrapper .text {
    padding: 0px 5% 0 5%;
    position: relative;
    z-index: 4;
    width: 100%;
    margin: -120px 0 0 0;
  }
  .message-content .wrapper .text h2 {
    letter-spacing: 12px;
    font-size: 6vw;
  }
  .message-content .wrapper .text h3 {
    margin: 45px 0 0 5px;
  }
  .message-content .wrapper .text h3 .cover {
    display: flex;
    align-items: center;
  }
  .message-content .wrapper .text h3 .cover .catch {
    line-height: 1.8;
    letter-spacing: 10px;
    font-size: 2.8vw;
    margin: 0 30px 0 0;
  }
  .message-content .wrapper .text h3 .cover .symbol-shadow {
    filter: drop-shadow(0 0 14px hsla(330, 100%, 70.6%, 0.4));
  }
  .message-content .wrapper .text h3 .cover .symbol-shadow .symbol {
    position: relative;
    overflow: hidden;
    width: 16vw;
    height: 12vw;
    -webkit-clip-path: polygon(50% 0%, 50% 25%, 19% 88%, 81% 88%, 50% 25%, 50% 0, 100% 100%, 0% 100%);
            clip-path: polygon(50% 0%, 50% 25%, 19% 88%, 81% 88%, 50% 25%, 50% 0, 100% 100%, 0% 100%);
    z-index: 2;
  }
  .message-content .wrapper .text h3 .cover .symbol-shadow .symbol::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    inset: -35% -50%;
    background-image: conic-gradient(at 50% 50%, rebeccapurple, rebeccapurple, hotpink, rebeccapurple);
    will-change: transform;
    animation: rot 8s linear infinite;
    z-index: 1;
  }
  @keyframes rot {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .message-content .wrapper #app-message-content {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    top: -20%;
    right: 0%;
    z-index: 1;
    margin: 0 auto 0;
  }
  .message-content .wrapper #app-message-content canvas {
    width: 100%;
    height: auto;
  }
  .message-content .wrapper .content {
    width: 100%;
    padding: 0 5% 0 30%;
    position: relative;
    z-index: 2;
  }
  .message-content .wrapper .content .sentence {
    margin: 125px 0 0 0;
  }
  .message-content .wrapper .content .sentence .cover p {
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 2.2;
    font-weight: 700;
    padding: 20px 0 20px 0;
    font-size: 1.9vw;
  }
  .message-content .wrapper .content .author {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .message-content .wrapper .content .author .main {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .message-content .wrapper .content .author .main .logo {
    letter-spacing: 2px;
    font-size: 2.8vw;
    margin: 0 20px 0 0;
  }
  .message-content .wrapper .content .author .main .official-post {
    letter-spacing: 2px;
    font-size: 2.2vw;
  }
  .message-content .wrapper .content .author .sub {
    margin: 5px 0 0 0;
  }
  .message-content .wrapper .content .author .sub .jp {
    letter-spacing: 5px;
    font-size: 2.2vw;
    margin: 0 20px 0 0;
  }
  .message-content .wrapper .content .author .sub .en {
    letter-spacing: 2px;
    font-size: 1.6vw;
  }
  .message-content .seperator-wrapper {
    width: 100%;
    position: relative;
    z-index: 3;
    margin: 0 auto 0;
    overflow: hidden;
  }
  .message-content .seperator-wrapper .seperator {
    width: 3000px;
    height: 6px;
    animation: rotate 3s infinite linear;
  }
  @keyframes rotate {
    from {
      background-position: -3000px;
    }
    to {
      background-position: 0px;
    }
  }
  .message-content .gradient {
    background: rgb(48, 255, 144); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to right, rgb(48, 255, 144) 0%, rgb(237, 45, 237) 25%, rgb(201, 152, 38) 50%, rgb(48, 255, 230) 75%, rgb(48, 255, 144) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#30ff90", endColorstr="#30ff90",GradientType=1 ); /* IE6-9 */
  }
} /* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .message-content .wrapper {
    display: block;
    width: 100%;
    padding: 5px 0 50px 0;
  }
  .message-content .wrapper #app-message-content {
    overflow: hidden;
    width: 100% !important;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    margin: -15vh auto 0;
  }
  .message-content .wrapper #app-message-content canvas {
    width: 100%;
    height: auto !important;
  }
  .message-content .wrapper .text {
    padding: 0px 5% 0 6%;
    margin: -15vh auto 0;
  }
  .message-content .wrapper .text h2 {
    letter-spacing: 12px;
    font-size: 9vw;
  }
  .message-content .wrapper .text h3 {
    margin: 25px 0 0 5px;
  }
  .message-content .wrapper .text h3 .cover {
    display: flex;
    align-items: center;
  }
  .message-content .wrapper .text h3 .cover .catch {
    line-height: 1.8;
    letter-spacing: 6px;
    font-size: 5.25vw;
    margin: 0 10px 0 0;
  }
  .message-content .wrapper .text h3 .cover .symbol-shadow {
    filter: drop-shadow(0 0 14px hsla(330, 100%, 70.6%, 0.4));
  }
  .message-content .wrapper .text h3 .cover .symbol-shadow .symbol {
    position: relative;
    overflow: hidden;
    width: 5rem;
    height: 3.75rem;
    -webkit-clip-path: polygon(50% 0%, 50% 25%, 19% 88%, 81% 88%, 50% 25%, 50% 0, 100% 100%, 0% 100%);
            clip-path: polygon(50% 0%, 50% 25%, 19% 88%, 81% 88%, 50% 25%, 50% 0, 100% 100%, 0% 100%);
    z-index: 2;
  }
  .message-content .wrapper .text h3 .cover .symbol-shadow .symbol::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    inset: -35% -50%;
    background-image: conic-gradient(at 50% 50%, rebeccapurple, rebeccapurple, hotpink, rebeccapurple);
    will-change: transform;
    animation: rot 8s linear infinite;
    z-index: 1;
  }
  @keyframes rot {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .message-content .wrapper .content {
    width: 100%;
    padding: 0 5% 0 25%;
  }
  .message-content .wrapper .content .sentence {
    margin: 55px 0 0 0;
  }
  .message-content .wrapper .content .sentence .cover p {
    letter-spacing: 4px;
    line-height: 2.2;
    padding: 20px 0 20px 0;
    font-size: 3.75vw;
  }
  .message-content .wrapper .content .author {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 0 5% 0 0;
  }
  .message-content .wrapper .content .author .main {
    display: block;
  }
  .message-content .wrapper .content .author .main .logo {
    letter-spacing: 2px;
    font-size: 6.5vw;
    margin: 0 0px 0 0;
    text-align: right;
  }
  .message-content .wrapper .content .author .main .official-post {
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 4.5vw;
    text-align: right;
    margin: 20px 0 0 0;
  }
  .message-content .wrapper .content .author .sub {
    display: block;
    margin: 1px 0 0 0;
  }
  .message-content .wrapper .content .author .sub .jp {
    letter-spacing: 5px;
    font-size: 4.5vw;
    margin: 0 0px 0 0;
    text-align: right;
  }
  .message-content .wrapper .content .author .sub .en {
    letter-spacing: 2px;
    font-size: 3vw;
    text-align: right;
  }
  .message-content .seperator-wrapper {
    width: 100%;
    position: relative;
    z-index: 3;
    margin: 0 auto 0;
    overflow: hidden;
  }
  .message-content .seperator-wrapper .seperator {
    width: 3000px;
    height: 6px;
    animation: rotate 3s infinite linear;
  }
  @keyframes rotate {
    from {
      background-position: -300%;
    }
    to {
      background-position: 0px;
    }
  }
  .message-content .gradient {
    background: rgb(48, 255, 144); /* Old browsers */ /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
    background: linear-gradient(to right, rgb(48, 255, 144) 0%, rgb(237, 45, 237) 25%, rgb(201, 152, 38) 50%, rgb(48, 255, 230) 75%, rgb(48, 255, 144) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#30ff90", endColorstr="#30ff90",GradientType=1 ); /* IE6-9 */
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */