@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Sans+JP&family=Shippori+Mincho:wght@500&display=swap');
/*------ ガイドライン削除 ------ */
/*.gnav-menu-list li:last-child{
   display: none;
}
  .gnav-menu-list li:nth-child(5) {
       padding-right:0px;
       margin-right:0px;
  }*/
/*------ common ------ */
.loading {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
}
html, body {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  color: #252a80;
}
html {
  overflow-x: hidden;
}
a {
  transition: 0.3s;
  text-decoration: none;
}
a:link {
  color: #4d74ff;
}
a:visited {
  color: #4d74ff;
}
a:hover {
  color: #ffd33b;
  text-decoration: underline
}
a:active {
  color: #ffd33b;
  text-decoration: underline
}
h3 {
  font-family: 'Montserrat', sans-serif;
  color: #3a54d9;
  font-size: 14px;
  margin-bottom: 10px;
}
.gnav-menu {
  font-family: 'Montserrat', sans-serif;
}
.gnav-menu-list a {
  transition: 0.3s;
  text-decoration: none;
}
.gnav-menu-list a:link {
  color: #252a80;
}
.gnav-menu-list a:visited {
  color: #252a80;
}
.gnav-menu-list a:hover {
  color: #ffd33b;
}
.gnav-menu-list a:active {
  color: #ffd33b;
}
.gnav-menu-list li span {
  display: block;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: -5px;
}
.link-btn {
  transition: all 0.3s ease;
}
.link-btn:hover {
  transform: scale(1.03, 1.03);
}
* {
  box-sizing: border-box;
}
img {
  vertical-align: top;
}
.obj {
  position: absolute;
}
/*------ header ------ */
header {
  z-index: 400;
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
}
header a:hover, header a:active {
  text-decoration: none;
}
.header-inner {
  padding: 0px 25px;
}
.header-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu .title-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.header-menu .title-logo img {
  width: calc(280 / 1920 * 100vw);
  height: auto;
}
.language ul {
  display: flex;
  justify-content: center;
  list-style: none;
  font-size: 10px;
}
.language ul li {
  color: #252a80;
  padding: 0px 3px;
}
.language ul li i {
  padding-right: 2px;
}
.guideline-modal {
  background: linear-gradient(to right, #63b4ff, #7d83ff, #3a54d9);
  font-size: calc(20 / 1920 * 100vw);
  padding: 4px 15px;
  box-shadow: 0px 7px 8px rgba(122, 190, 255, 0.4);
  display: block;
  cursor: pointer;
  margin-top: 5px;
}
a.guideline-modal {
  color: #fff;
}
a.guideline-modal:hover {
  color: #fff;
}
a.guideline-modal:active {
  color: #fff;
}
/*------ mv ------ */
.mv-area {
  position: relative;
  overflow: hidden;
  z-index: 12;
  background-color: #d8e4ff;
}
#particles-js {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: absolute;
}
.platform-logo {
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
  justify-content: flex-start;
  z-index: 10;
}
.platform-logo span {
  display: inline-block;
  margin-right: 10px;
}
.platform-logo img {
  width: 100%;
  height: auto;
}
.mv-area img {
  width: 100%;
}
.yuge01 {
  animation-name: yuge;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.yuge02 {
  animation-name: yuge;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes yuge {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
.mv-catch {
  opacity: 0;
  animation: fadeIn 3s ease 2s 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(8px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
    transform: translateY(0px);
  }
}
.mv-logo {
  width: 100%;
  height: 92%;
  max-height: 1100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.mv-logo img {
  max-width: 35%;
  height: auto;
}
/*------ dl ------ */
#dl-area {
  background: #d8e4ff;
  padding-bottom: 0px;
  position: relative;
  z-index: 12;
}
.dl-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.dl-list div {
  width: 100%;
  text-align: center;
}
.dl-list a img {
  width: 100%;
  max-width: 550px;
  border-radius: 2px;
  box-shadow:
    0px 5px 10px rgba(122, 190, 255, 0.5);
}
.dl-bg {
  background-color: #d8e4ff;
  padding-bottom: 20px;
}
.dl-list .coming {
  opacity: 30%;
  pointer-events: none;
}
/*------ main ------ */
main {
  transition: all 0.6s;
  position: relative;
  overflow: hidden;
}
/*------ section共通 ------ */
section {
  padding: 60px 0px 90px 0px;
  position: relative;
  z-index: 10;
}
.section-inner {
  width: 90%;
  margin: 0 auto;
}
section h2 {
  text-align: center;
  margin-bottom: 30px;
}
section h2 img {
  max-width: 100%;
  height: 100%;
}
/*------ story ------ */
#story {
  background: url("../images/story/story_bg.png");
  background-size: 1920px 600px;
  background-position: center bottom;
  background-repeat: repeat-x;
}
#story .horoscope {
  top: -200px;
  right: -200px;
  animation: 30s linear infinite rotation;
}
#story h2 {
  text-align: center;
}
#story .section-inner {
  position: relative;
}
.card {
  filter: drop-shadow(0 1rem 1rem rgba(122, 190, 255, 0.4));
}
.story-card-left {
  top: -100px;
  left: -200px;
  transform: rotate(-20deg);
}
.story-card-right {
  top: 500px;
  right: -200px;
  transform: rotate(35deg);
  z-index: 14;
}
.story-txt {
  text-align: left;
  font-size: 16px;
  line-height: 2.5;
}
.story-txt p {
  margin-bottom: 20px;
}
.story-txt p:last-child {
  margin-bottom: 0px;
}
.story-txt img {
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
.story-txt-first, .story-txt-end {
  font-family: YakuHanJP, 'Shippori Mincho', serif;
  color: #3a54d6;
}
.story-txt-first {
  font-size: 26px;
  line-height: 1.8;
}
.story-txt-end {
  font-size: 36px;
  line-height: 1.8;
}
.story-txt-first::before {
  content: "";
  display: block;
  background: url("../images/story/story_txt_obj.png");
  background-size: 1001px 23px;
  background-repeat: no-repeat;
  width: 100%;
  height: 23px;
}
.story-txt-first::after {
  content: "";
  display: block;
  background: url("../images/story/story_txt_obj.png");
  background-size: 1001px 23px;
  background-repeat: no-repeat;
  width: 100%;
  height: 23px;
  transform: scale(-1, 1);
}
.story-photo01 {
  top: 0;
  right: -200px;
}
.story-photo02 {
  top: 370px;
  right: -100px;
}
/*------ character ------ */
#character {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #c0e7f9, #9fc2fb);
}
#character .horoscope {
  top: -300px;
  left: -300px;
  animation: 30s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
section#character {
  padding: 0;
  margin: 0;
}
/*#character .footer-bg {
  position: absolute;
  height: 310px;
  width: 100%;
  background: url("../images/tile_bg.png");
  background-size: 60px 60px;
  bottom: 0;
  z-index: -1;

}*/
.character-white-bg {
  margin: 20px;
  background: #fff;
  border-radius: 10px;
}
#character h3 {
  background-image: url("../images/character/character_midashi_line.png");
  background-size: 667px 9px;
  background-repeat: no-repeat;
  background-position: bottom right;
  padding-bottom: 10px;
}
.chara-btn {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: -20px;
  position: relative;
  z-index: 10;
}
.chara-btn li {
  list-style: none;
  text-align: center;
  padding: 5px;
  max-width: 105px;
}
.chara-btn li img {
  width: 100%;
  height: auto;
  max-width: 125px;
}
.chara-btn li:last-child {
  margin-right: 0;
}
.chara-btn li:hover {
  cursor: pointer;
  color: #000080;
}
.chara-hide {
  display: none;
}
.chara-box {
  position: relative;
  margin: 0 auto;
}
.chara-box img {
  max-width: 100%;
  height: 100%;
}
.chara-illust-space {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: 100%;
}
.chara-txt-space {
  position: relative;
  z-index: 10;
}
.chara-txt-space h3 {
  margin-top: 25px;
}
.character-card-left {
  top: 100px;
  left: 30px;
  transform: rotate(45deg);
}
.character-card-right {
  top: 50px;
  right: 30px;
  transform: rotate(-45deg);
}
.character-card-right02 {
  top: 900px;
  right: 30px;
  transform: rotate(45deg);
  z-index: 14;
}
.chara-name-sub {
  font-family: 'Montserrat', sans-serif;
  margin-top: 10px;
}
.chara-cv-title {
  padding-left: 30px;
  color: #3a54d9;
  background-image: url("../images/character/character_cv_icon.png");
  background-size: 13px 13px;
  background-position: 8px center;
  background-repeat: no-repeat;
}
.chara-cv {
  padding-left: 5px;
  font-size: 20px;
  font-weight: bold;
}
.chara-voicecos-box .row-box {
  display: flex;
  position: relative;
}
.sample_voice {
  margin-right: 10px;
}
.sample_voice:last-child {
  margin-right: 0px;
}
.sample_voice img {
  border-radius: 50px;
  box-shadow:
    0px 5px 10px rgba(122, 190, 255, 0.4);
}
.chara-costume div {
  display: flex;
  position: relative;
}
.costume-modal-btn {
  margin-right: 10px;
  position: relative;
}
.costume-modal-btn:last-child {
  margin-right: 0px;
}
.chara-costume span {
  position: absolute;
  bottom: -5px;
  left: -5px;
  z-index: 10;
}
.costume-btn-base {
  border-radius: 50px;
  box-shadow:
    0px 5px 10px rgba(122, 190, 255, 0.4);
}
.costume-blank {
  width: 80px;
}
.character-status-list {
  display: flex;
  flex-wrap: wrap;
}
.character-status dl {
  display: flex;
  margin-right: 30px;
}
.character-status dl dt {}
.character-status dl dd::before {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #252a80;
  width: 40px;
  display: inline-block;
  margin-right: 10px;
}
.character-status dl dt::after {}
.character-status dl dd {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
/*------ gallery ------ */
#gallery {
  background: url("../images/gallery/bg_gallery.png");
  background-size: 1920px 600px;
  background-position: center bottom;
}
.gallery-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery-list a {
  cursor: pointer;
}
.gallery-list li {
  text-align: center;
  position: relative;
}
.gallery-list li img {
  width: 100%;
  box-shadow:
    0px 7px 20px rgba(122, 190, 255, 0.4);
}
.modal-Area {
  width: 95%;
  font-size: 8px;
  font-weight: bold;
}
.cg-change {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.cg-change-area {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-mark {
  position: absolute;
  top: -40px;
  left: -25px;
  z-index: 3;
}
.gallery-list li .new-mark img {
  box-shadow: none;
}
.gallery-card-right {
  top: -80px;
  left: 50px;
  transform: rotate(-50deg);
  z-index: 14;
}
.gallery-list li .link-btn {
  border: solid 4px #fff;
}
/*------ product ------ */
#information {
  position: relative;
  font-size: 13px;
}
#information dl {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #dee3f1;
  margin: 1em auto;
}
#information dl dt {
  display: table-cell;
  width: 140px;
  vertical-align: middle;
  color: #2697ff;
}
#information dl dd {
  display: table-cell;
  font-feature-settings: "palt";
}
#information dl dd i {
  padding: 0px 3px 0px 15px;
}
#information .section-inner > div {
  padding: 0 40px;
  border-right: 1px solid #dee3f1;
}
#information .section-inner div:first-child {
  padding-left: 0;
}
#information .section-inner div:last-child {
  border-right: none;
  padding-right: 0;
}
/*------ event ------ */
#event-area{
    position: relative;
   z-index:100;

    margin:0;
    padding: 0;
}
#event {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom, #c0e7f9, #9fc2fb);
  margin: 0;
  padding: 0;
}
.event-white-bg {
  margin: 20px;
  padding: 30px;
  background: url("../images/gallery/bg_gallery.png");
  background-size: 960px 300px;
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: center bottom;
  border-radius: 10px;
}
#event h3 {
  margin: -25px auto 0px auto;
}
.event-contents {
  position: relative;
  z-index: 10;
}
#event .section-inner {
  text-align: center;

}
.event-voice {
  text-align: center;
  display: inline-block;
  box-shadow:
    0px 5px 10px rgba(122, 190, 255, 0.5);
}
.event-obj div {
  position: absolute;
  left: 50%;
  
}
.event-tachie {
  margin-left: 450px;
  top: 0;
    transform: translateX(-50%);
}
.event-tachie_left {
  margin-left: -450px;
  top: 0;
    transform: translateX(-50%);
}
.event-sd {
 top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -470px;
}
#event .horoscope {
 top: 50%;
  margin-left: -470px;


  animation: 30s linear infinite rotation-event;
}
@keyframes rotation-event {
  0% {
    transform: rotate(0) translate(-50%, -50%);
      transform-origin:0% 0%
    
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
        transform-origin:0% 0%
    
  }
}
/*------ footer ------ */
footer {
  position: relative;
  padding: 30px 0px 20px 0px;
  text-align: center;
  font-size: .6rem;
  width: 100%;
  background: #3a54d9;
  color: #fff;
}
footer p {
  position: relative;
  z-index: 1;
  padding: 0 20px;
}
footer a {
  position: relative;
  z-index: 1;
  padding-bottom: 5px;
  display: inline-block;
}
footer a:hover {
  opacity: 0.5;
}
/*------ メニューの切り替え ハンバーガー ------ */
@media (max-width: 959px) {
  /*------ header ------ */
  header {
    position: fixed;
  }
  .header-inner {
    margin: 10px 0px;
    padding-top: 3px;
  }
  /*------ nav ------ */
  .menu-trigger {
    display: block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    z-index: 999;
  }
  .menu-trigger-bg {
    position: relative;
    background: #4d74ff;
    padding: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    z-index: 100;
    right: -10px;
  }
  .menu-trigger span {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 6px;
    background-color: #fff;
    transition: all .5s;
  }
  .menu-trigger.menu-active span {
    background-color: #252a80;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 4px;
  }
  .menu-trigger.menu-active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  .menu-trigger.menu-active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }
  .menu-trigger.menu-active span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
  .menu-trigger {
    transform: translateX(0);
  }
  .gnav-menu {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.6s;
  }
  .gnav-menu.gnav-menu-open {
    right: 0;
  }
  .menu-open-blur {
    filter: blur(8px);
  }
  .gnav-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .gnav-menu-list li {
    text-align: center;
    padding: 10px 0;
    font-size: 20px;
  }
  .gnav-menu-list li span {
    margin-top: -5px;
  }
  .gnav-menu-list li:first-child {
    padding-bottom: 30px;
  }
  .guideline-modal {
    font-size: 16px;
    margin: 0 auto;
    max-width: 70%;
  }
}
/*------ メニューの切り替え PC版 ------ */
@media (min-width: 960px) {
  .menu-sp-only {
    display: none;
  }
  .gnav-menu {
    display: flex;
  }
  .gnav-menu-list {
    display: flex;
  }
  .gnav-menu-list li {
    padding: 15px 10px 0 70px;
    text-align: center;
    font-size: calc(20 / 1920 * 100vw);
    background: url("../images/gnav_icon.png") no-repeat;
    background-size: 62px 6px;
    background-position: 0px 25px;
  }
  .gnav-menu-list li:nth-child(2) {
    padding-left: 0px;
    background: none;
  }
  .gnav-menu-list li.guidelineNav:last-child {
    padding: 14px 0px 0 15px;
    background: none;
  }
  .language {
    position: absolute;
    top: 3px;
    right: 20px;
    font-size: 12px;
  }
}
/*------ スマホ版 ------ */
@media (max-width: 959px) {
  .card {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .platform-logo {
    top: 10px;
    left: 10px;
    width: calc(100vw - 65%);
  }
  h2 img {
    max-width: 100px;
  }
  /*------ dl-area ------ */
  #dl-area {
    padding-top: 20px;
  }
  /*------ mv ------ */
  .mv-area .dl-link ul {
    display: flex;
    list-style: none;
    justify-content: center;
    text-align: center;
    margin: 0px 0px 0px 0px;
    width: 1000px;
  }
  /*------ story ------ */
  section#story {
    padding-left: 20px;
    padding-right: 20px;
  }
  #story .story-txt .obj {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  #story .story-txt .obj img {
    width: 100%;
    height: auto;
  }
  .story-txt-first {
    font-size: 20px;
    line-height: 1.8;
    width: 100%;
  }
  .story-txt-end {
    font-size: 30px;
    line-height: 1.5;
  }
  #story .horoscope img {
    width: calc(500px);
    height: auto;
  }
  /*------ character ------ */
  section#character {
    padding-bottom: 0px;
  }
  #character h2 {
    padding-top: 40px;
  }
  .chara-illust-space {
    width: 100%;
    position: relative;
  }
  .chara-illust {
    width: calc(300 / 375 * 100vw);
    position: relative;
    z-index: 2;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .chara-illust-bg {
    width: calc(300 / 375 * 100vw);
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    height: 800px;
  }
  .chara-illust-bg img {
    height: auto;
  }
  .chara-name, .chara-name-sub {}
  .chara-txt-space {
    margin-top: 20px;
  }
  .chara-prof {
    text-align: left;
  }
  .chara-words {
    position: absolute;
    top: 20px;
    right: calc(10 / 375 * 100vw);
    z-index: 3;
    width: calc(65 / 375 * 100vw);
  }
  .chara-btn-sp {
    background-color: #edf3ff;
    padding: 35px 10px 20px 10px;
    margin-top: 30px;
  }
  .chara-btn-sp ul {
    flex-wrap: wrap;
  }
  .chara-btn-sp li {
    max-width: 200px;
  }
  .chara-btn-sp li img {
    min-width: 120px;
  }
  .chara-voice {
    justify-content: center;
  }
  .sample_voice {
    margin-right: 10px;
    ;
  }
  .chara-costume {
    margin-right: 10px;
  }
  #character .horoscope img {
    width: calc(600px);
    height: auto;
  }
  /*------ gallery ------ */
  .gallery-list {
    width: 100%;
    margin: 0 auto;
  }
  .gallery-list li {
    margin: 0 auto;
  }
  .gallery-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  /*------ information ------ */
  #information .section-inner div {
    padding: 0px;
    border-right: none;
    margin-bottom: 60px;
  }
  #information .section-inner div:last-child {
    margin-bottom: 0px;
  }
 /*------ event ------ */
    #event .event-contents img{
        max-width:100%;
        height:auto;
    }
    .event-obj {
   display: none;
  }
    .event-contents .sp-only{
        position:relative;
       
        
    }
    .event-sd-sp{margin-bottom:20px;}
    .event-contents .horoscope-sp{
        position:absolute;
        top:-30px;
        right:0;
        left:0;
        z-index: -1;
        animation: 30s linear infinite rotation;
    }
    
}
/*------ PC版 ------ */
@media (min-width: 960px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
  .logo-area {
    margin: 0px 0px;
  }
  header {
    position: sticky;
    top: 0;
    background: #fff;
  }
  .platform-logo {
    width: 19vw;
    min-width: 150px;
    max-width: 300px;
  }
  /*------ section ------ */
  .section-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  /*------ dl-area ------ */
  #dl-area {
    padding-top: 30px;
  }
  .dl-bg {
    padding-bottom: 30px;
  }
  /*------ story ------ */
  .story_photo01 {
    left: 50%;
    transform: translateX(-50%);
    margin-left: -520px;
    top: 40px;
  }
  .story_photo02 {
    right: 50%;
    bottom: 30px;
    transform: translateX(50%);
    margin-right: -520px;
  }
  .story-txt {
    width: 700px;
  }
  .story-txt-first {
    width: 700px;
  }
  /*------ character ------ */
  #character {
    height: 1310px;
  }
  .character-white-bg {
    height: 1270px;
    padding: 60px 0px 90px 0px;
  }
  .chara-btn {
    display: flex;
    margin-top: 20px;
  }
  .chara-box {
    max-width: 1200px;
  }
  .chara-txt-space {
    padding-top: 60px;
    max-width: 560px;
  }
  .chara-illust {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .chara-words {
    position: absolute;
    top: 80px;
    right: 0px;
  }
  .chara-voicecos-box {
    display: flex;
    justify-content: space-between;
  }
  .chara-voicecos-box > div {
    margin: 0 20px;
  }
  .chara-voicecos-box > div:first-child {
    margin-left: 0;
  }
  .chara-voicecos-box > div:last-child {
    margin-right: 0;
  }
  .chara-illust-bg {
    position: absolute;
    top: 100px;
    left: 80px;
    width: 577px;
    height: 741px;
    /*  background-image: url("../images/character/character_tachie_bg.png");
  background-size: 557px 741px;
  background-repeat: no-repeat;*/
  }
  /*------ gallery ------ */
  .gallery-list li {
    flex-basis: calc((100% - 40px) / 4);
  }
  /*------ information ------ */
  /*------ product ------ */
  #product h3:not(:first-child) {
    margin-top: 30px;
  }
  .twitter-timeline {
    width: 100%;
    height: 100%;
  }
  #information .section-inner {
    display: flex;
    justify-content: space-between;
  }
  #information .section-inner > div {
    flex-basis: calc((100% - 50px) / 2);
    max-width: calc((100% - 50px) / 2);
  }
}
@media (min-width:960px) and (max-width:1300px) {
  body {}
  #information {
    position: relative;
    font-size: calc(13 / 1300 * 100vw);
  }
  .story-txt {
    font-size: calc(16 / 1300 * 100vw);
  }
  .story-txt-first, .story-txt-end {
    font-size: calc(28 / 1300 * 100vw);
  }
  .story-txt-first {
    width: calc(740 / 1300 * 100vw);
  }
  .story-photo01 {
    top: 0;
    right: calc(-200 / 1300 * 100vw);
  }
  .story-photo02 {
    top: 370px;
    right: calc(-100 / 1300 * 100vw);
  }
  .story-photo01 img {
    width: calc(581 / 1300 * 100vw);
    height: auto
  }
  .story-photo02 img {
    width: calc(672 / 1300 * 100vw);
    height: auto
  }
  .chara-illust-bg {
    position: absolute;
    top: 40px;
    left: 0px;
    width: 577px;
    height: 741px;
  }
  .chara-txt-space {
    max-width: calc(550 / 1300 * 100vw);
    font-size: calc(14 / 1300 * 100vw);
  }
  .chara-illust-space {
    max-width: calc(530 / 1300 * 100vw);
  }
  .chara-illust-bg img {
    width: calc(577 / 1300 * 100vw);
    height: auto;
  }
  .character-status dl {
    font-size: calc(12 / 1300 * 100vw);
  }
  #character {
    height: auto;
    min-height: 1200px;
  }
  .character-white-bg {
    height: auto;
    min-height: 1150px;
  }
  /*------イベント ------ */
  .event-voice img {
    width: calc(513 / 1300 * 100vw);
    height: auto;
  }
  .event-tachie {
    margin-left: calc(450 / 1300 * 100vw);
    top: 0;
  }
  .event-tachie_left {
    margin-left: calc(-450 / 1300 * 100vw);
    top: 0;
  }
  .event-tachie img, .event-tachie_left img {
    width: calc(650 / 1300 * 100vw);
    height: auto;
  }
  .event-sd {
    margin-left: calc(-470 / 1300 * 100vw);
  }
  .event-sd img {
    width: calc(327 / 1300 * 100vw);
    height: auto;
  }
  #event .horoscope {
    margin-left: calc(-480 / 1300 * 100vw);
  }
  #event .horoscope img {
    width: calc(380 / 1300 * 100vw);
    height: auto;
  }
  #event h3 img {
    width: calc(650 / 1300 * 100vw);
    height: auto;
  }
}
@media (min-width:960px) and (max-width:1100px) {
  #character {
    height: auto;
    min-height: auto;
  }
  .character-white-bg {
    height: auto;
    min-height: auto;
  }
}
/*------ガイドライン ------ */
.guideline-txt-area {
  line-height: 1.5;
  max-height: 600px;
  overflow: auto;
}
.guideline-txt-area > div {
  margin: 40px;
}
.guideline-txt-area h2 {
  padding: 15px 20px 15px 40px;
  background: #4d74ff;
  color: #fff;
  margin: 50px auto 20px auto;
  border-radius: 5px;
  font-size: 18px;
}
.guideline-txt-area h3 {
  position: relative;
  padding: 15px 20px 15px 35px;
  background: #d6e5ff;
  margin: 50px auto 20px auto;
  border-radius: 5px;
}
.guideline-txt-area h3::before {
  position: absolute;
  left: 20px;
  width: 6px;
  height: calc(100% - 30px);
  content: '';
  border-radius: 1px;
  background: #4d74ff;
}
.guideline-txt-area p {
  margin-bottom: 20px;
}
.guideline-txt-area ul {
  margin-left: 30px;
}
.guideline-txt-area li {
  margin-bottom: 10px;
}
.guideline-txt-area span {
  font-size: 12px;
}
.guideline-txt-area blockquote {
  padding: 15px 20px 15px 40px;
  background: #f7faff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.guideline-txt-area p + blockquote {
  margin-top: -10px;
}
.guideline-txt-area blockquote p:last-child {
  margin-bottom: 0px;
}
.guideline-txt-area .guide {
  margin-bottom: 30px;
}