@charset "utf-8";

/*===================================
　   　common
=====================================*/

*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: auto;
  min-height: 100vh;
  box-sizing: border-box;
  overflow-y: scroll;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-feature-settings: 'palt';
  line-height: 1.8em;
  letter-spacing: 0.15em;
  font-size: 1.0rem;
  /* 10px */
  color: #6c6c6c;
  overflow-x: hidden;
  min-width: 360px;
  position: relative;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

li {
  list-style: none;
}

a:link, a:visited, a:active {
  color: #0191dc;
}

p, h1, h2 {
  font-family: "游明朝", YuMincho, serif;
  font-weight: bold;
  font-feature-settings: 'palt';
  color: #6c6c6c;
  line-height: 1.8em;
  letter-spacing: 0.15em;
  margin: 0;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  transform: rotate(0.028deg);
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

#noscript {
  width: 100vw;
  height: 100vh;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 9999;
}

#load {
  width: 100vw;
  height: 100vh;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background: #fff;
  z-index: 998;
  pointer-events: none;
}

#load_area {
  width: 312px;
  height: 64px;
  position: relative;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  z-index: 999;
  pointer-events: none;
  flex-direction: column;
}

#load_area img {
  position: relative;
  left: -5px;
}

#loader {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  max-width: 320px;
  z-index: 1000;
  background: #56b2e5;
}

.animated {
  opacity: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.none {
  opacity: 0;
  pointer-events: none;
  height: 0;
}

#wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  background: url(../img/bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
  z-index: -1;
}

.head {
  max-width: calc(100% - 20px);
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 60px;
  position: relative;
  z-index: 1;
}


/*    particles.js  */

#bubble {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
}

#bubble.active {
  z-index: 100;
}

.sp-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}

.menu-trigger {
  position: absolute;
  width: 100px;
  height: 80px;
  top: 0px;
  right: 0px;
  z-index: 101;
  pointer-events: auto;
}

.menu-trigger span {
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #fff;
  right: 30px;
  margin-top: 25px;
  border-radius: 30px;
  box-shadow: 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff;
}

.menu-trigger span:nth-of-type(1) {
  top: 13%;
  z-index: 1;
}

.menu-trigger span:nth-of-type(2) {
  top: 37%;
  z-index: 2;
}

.menu-trigger span:nth-of-type(3) {
  top: 13%;
  box-shadow: none;
  z-index: 3;
}

.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    top: 26%;
    transform: rotate(45deg);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 13%;
    transform: rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    top: 26%;
    transform: rotate(45deg);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 13%;
    transform: rotate(0);
  }
}

.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

.menu-trigger span:nth-of-type(2) {
  animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar02 {
  0% {
    top: 26%;
    transform: rotate(-45deg);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 37%;
    transform: rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    top: 26%;
    transform: rotate(-45deg);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 37%;
    transform: rotate(0);
  }
}

.menu-trigger span:nth-of-type(3) {
  animation: menu-bar03 .75s forwards;
}

@-webkit-keyframes menu-bar03 {
  0% {
    top: 26%;
    transform: rotate(45deg);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 13%;
    transform: rotate(0);
  }
}

@keyframes menu-bar03 {
  0% {
    top: 26%;
    transform: rotate(45deg);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 13%;
    transform: rotate(0);
  }
}

.active .menu-trigger span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    top: 13%;
    transform: rotate(0);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 26%;
    transform: rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    top: 13%;
    transform: rotate(0);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 26%;
    transform: rotate(45deg);
  }
}

.active .menu-trigger span:nth-of-type(2) {
  animation: active-menu-bar02 .75s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  0% {
    top: 37%;
    transform: rotate(0);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 26%;
    transform: rotate(-45deg);
  }
}

@keyframes active-menu-bar02 {
  0% {
    top: 37%;
    transform: rotate(0);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 26%;
    transform: rotate(-45deg);
  }
}

.active .menu-trigger span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    top: 13%;
    transform: rotate(0);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 26%;
    transform: rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    top: 13%;
    transform: rotate(0);
  }
  50% {
    top: 26%;
    transform: rotate(0);
  }
  100% {
    top: 26%;
    transform: rotate(45deg);
  }
}

#overlay {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  align-items: center;
  animation: fadeIn .5s ease-in-out forwards;
  opacity: 0;
}

.active #overlay {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

#overlay .sp-menu {
  width: calc(100% - 60px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90vh;
  justify-content: space-around;
  max-height: 850px;
}

#overlay .sp-menu a {
  transition: 0.2s ease-in-out;
}

#overlay .sp-menu a:hover {
  opacity: 0.65;
}

#overlay .sp-menu div.sns-bt {
  background: #0191dccc;
  padding: 11px 20px 12px;
  display: flex;
  align-items: center;
  align-content: center;
  width: 70vw;
  justify-content: space-around;
  border-radius: 30px;
  max-width: 240px;
  margin-top: 20px;
}

#overlay p.share {
  color: #fff;
}


/* アニメーション */

.fade1, .fade2, .fade3, .fadeleft, .faderight, .textin, .popin {
  opacity: 0;
}

.fadein {
  opacity: 0;
  animation: fadeIn .5s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeup {
  opacity: 0;
  animation: fadeUp .8s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadedown {
  opacity: 0;
  animation: fadeDown .8s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeleft {
  opacity: 0;
  animation: fadeLeft .5s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.faderight {
  opacity: 0;
  animation: fadeRight .5s ease-in-out .3s forwards;
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(15px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.textin {
  opacity: 0;
  animation: textIn 1.2s ease-in-out .3s forwards;
}

@-webkit-keyframes textIn {
  0% {
    letter-spacing: -0.4em;
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    letter-spacing: 0.12em;
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes textIn {
  0% {
    letter-spacing: -0.4em;
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    letter-spacing: 0.12em;
    opacity: 1;
    filter: blur(0px);
  }
}


/*===============
imgのポップアップ設定 
==================*/

.mfp-zoom-out-cur .img {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out-cur .img.mfp-ready {
  opacity: 1;
}

.mfp-zoom-out-cur .img.mfp-ready.mfp-removing {
  opacity: 0;
}


/*スクロールバーのズレ調整*/

.mfp-zoom-out-cur #wrapper, .mfp-zoom-out-cur .sp-nav, .mfp-zoom-out-cur #bubble, .mfp-zoom-out-cur #bg {
  overflow-y: scroll;
}

.mfp-bg {
  background: #ffffff80;
}

.mfp-wrap img {
  border: solid 1px #fff;
}

img.mfp-img {
  padding: 0;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: -35px;
  color: #00aaff;
}

.mfp-counter {
  top: 45px;
  color: #fff;
}

.mfp-figure:after {
  top: 0px;
  bottom: 0px;
  background: #fff;
}

.mfp-arrow-left:before {
  border-right: 27px solid #00aaff;
}

.mfp-arrow-right:before {
  border-left: 27px solid #00aaff;
}

.mfp-arrow-left:after, .mfp-arrow-right:after {
  border: none;
}

.mfp-iframe-scaler iframe {
  background: #fff;
}
/*モーダル設定*/
.mfp-container.mfp-s-ready.mfp-inline-holder{
  padding: 0;
}
.mfp-close-btn-in .mfp-close {
    color: #00aaff;
    right: 1vw;
}
.notice {
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: scroll;
}
.notice_inner {
  width: calc(100% - 160px);
    background: rgba(255,255,255,1);
    padding: 50px;
    max-width: 940px;
    margin: 130px auto 80px;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 25%);
}
.notice p,
.notice h1{
  text-align: center;
    line-height: 1.7em;
    letter-spacing: 0.07em;
    font-weight: 500;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
}
.notice p{
  font-size: 1.6rem;
}
.notice p span span{
  display:inline-block;
}
.notice p span.border_line{
  font-size: 1.8rem;
  border-bottom:#63190e solid 1px;
}
.notice h1 {
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 100px auto 80px;
}
.notice p.left_text{
  text-align: left;
}
.notice p.right_text{
  text-align: right;
}
.box {
    display: flex;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
    border-top: solid 1px #6c6c6c;
    border-left: solid 1px #6c6c6c;
}
.box_item1, .box_item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: calc(100% / 3);
    border-right: solid 1px #6c6c6c;
    border-bottom: solid 1px #6c6c6c;
    padding: 10px;
}
.box_item1{
  background: #0096e4b0;
}
.box_item1 p{
  color: #fff;
}
/*==================
   mainvizual
===================*/

.mainvizual {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #fff;
}

.pc_main {
  width: 100%;
  height: 100vh;
  min-height: 830px;
  margin: 0 auto;
  position: relative;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: center;
}

#main {
  position: absolute;
  top: -20px;
  right: -90px;
  animation-duration: 1s;
}

img.main_vizual {
  width: 70vw;
  pointer-events: none;
}

.cs_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  max-width: 270px;
  width: 26%;
  z-index: 1;
}

.logo {
  width: 50%;
  position: absolute;
  top: 23.5%;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 1;
  animation-duration: 1s;
  animation-delay: 1s;
}

.logo img {
  z-index: 5;
  animation-delay: 1.9s;
  max-width: 40vw;
}

.sale {
  width: 50%;
  position: absolute;
  top: 61%;
  left: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  z-index: 1;
  animation-duration: 1s;
  animation-delay: 1.3s;
}

.sale img {
  z-index: 5;
  animation-delay: 2.1s;
  max-width: calc(100% - 60px);
}

.catch {
  position: absolute;
  top: 10vh;
  right: 8%;
  z-index: 5;
  height: 80vh;
}

.catch img {
  max-height: 80vh;
}

@media screen and (max-width:1479px) {
  .pc_main {
    height: auto;
  }
  #main {
    position: relative;
    top: -15px;
    right: 0;
  }
  img.main_vizual {
    width: auto;
    min-width: 1120px;
  }
  .logo {
    width: 100%;
    top: 40%;
  }
  .logo img {
    width: 55vw;
    min-width: 500px;
  }
  .sale {
    width: 100%;
    position: absolute;
    top: 60%;
  }
  .catch {
    top: 110px;
    max-width: 9%;
    right: 9.5%;
  }
  .catch img {
    max-height: max-content;
  }
  .pickup {
    margin: 0 auto 0;
  }
}


/*----------------------------------
 pickup
------------------------------------*/

.pickup {
  margin: 0 auto;
  text-align: center;
  background: #fff;
}

@media screen and (max-width:1479px) {
  .pickup {
    margin: -25vw auto 0;
  }
}

.head_text {
  width: 100%;
  text-align: center;
  padding: 40px 0 30px;
  position: relative;
  z-index: 1;
}

.bn_area {
  margin: 0 auto;
  width: calc(100% - 60px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 920px;
  position: relative;
  z-index: 1;
}

.pickup_bn {
  width: calc(50% - 20px);
  box-shadow: 0px 3px 18px rgb(0 0 0 / 15%);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}

.pickup_bn img {
  transition: .2s ease-in-out;
}

.pickup_bn img:hover {
  opacity: 0.65;
}


/*----------------------------------
 news
------------------------------------*/

.news {
  margin: 0 auto;
  padding: 40px 0 20px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}

.news p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.info_area {
  width: calc(100% - 60px);
  max-width: 920px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.info {
  border-radius: 10px;
  background: rgb(255 255 255 / 60%);
  padding: 30px;
  margin: 0 auto 30px;
  display: flex;
  align-items: flex-start;
  align-content: center;
  justify-content: center;
  animation-delay: 0s;
  box-shadow: 0px 3px 18px rgb(0 0 0 / 15%);
}

.info_icon {
  border-radius: 10px;
  overflow: hidden;
  min-width: 125px;
  transition: .2s ease-in-out;
  opacity: 1;
  border: solid 1px #e7e7e7;
}

.info_icon:hover {
  opacity: 0.65;
}

.info_text {
  text-align: left;
  width: 100%;
  margin-left: 30px;
}

.info_text p {
  font-size: 1.6rem;
  line-height: 1.6em;
  color: #7a7a7a;
}

.data {
  border-bottom: solid 1px #dcdcdc;
  margin-bottom: 8px;
  padding-bottom: 5px;
}

.data p {
  font-size: 1.7rem;
}

.info_bt {
  padding: 10px 0px 11px 0px;
  border-radius: 30px;
  margin: 30px auto;
  width: 30%;
  color: #fff;
  font-size: 1.4rem;
  display: none;
  max-width: 200px;
  background: #0191dccc;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.info_bt:hover {
  opacity: 0.65;
}

.info_bt.active {
  display: block;
}

.hide .info:nth-child(n + 2) {
  display: none;
}


/*===================================
      story
=====================================*/

#intro {
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.story_text {
  text-align: center;
  line-height: 6rem;
  position: relative;
  padding: 0 0 100px;
  width: calc(100% - 60px);
  margin: 0 auto;
  z-index: 1;
}

.st p {
  opacity: 0;
  font-size: 2rem;
  line-height: 2em;
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.st .st1 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 2em;
}

.st .st2 {
  font-weight: bold;
  color: #ff67ab;
}

.st .st3 {
  font-weight: bold;
  color: #0191dc;
}

span.dash {
  transform: scale(1, 0.6);
  transform-origin: bottom center;
  display: inline-block;
  font-size: 4rem;
  margin-top: -40px;
}


/*===================================
      point
=====================================*/

.point_con1 {
  position: relative;
  z-index: 1;
  margin: 30px auto 80px;
}

.point_text1 {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 900px;
}

.point_con1 p {
  text-align: center;
  margin: 30px auto;
  width: calc(100% - 60px);
  max-width: 960px;
  font-size: 1.8rem;
  text-shadow: 0 0 0 #6c6c6c, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.point_img {
  position: relative;
  z-index: 1;
}

.point_imgview {
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 3;
}

.point_img_f {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: 0.2s ease-in-out;
  opacity: 1;
}

.point_img a:hover .point_img_f {
  opacity: 0;
}

.point_con2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  width: calc(100% - 60px);
  margin: 0 auto;
  max-width: 850px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.point_con2.rev {
  flex-direction: row-reverse;
}

.point_con2 p {
  text-align: left;
  margin: 10px 0px 0px 5px;
  font-size: 1.6rem;
  text-shadow: 0 0 0 #6c6c6c, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.point_img {
  position: relative;
  z-index: 2;
}

.point_text {
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .point_con1 {
    margin: 30px auto 60px;
    padding-left: 20px;
  }
  .point_text1 {
    text-align: left;
  }
  .point_con1 p {
    text-align: left;
    font-size: 2rem;
  }
  #point .point_con2 {
    flex-direction: column;
    margin: 0 auto 50px;
    padding-left: 20px;
  }
  .point_con2 p {
    font-size: 2rem;
  }
}


/*===================================
      character
=====================================*/

#character {
  position: relative;
  min-height: 1650px;
  overflow: hidden;
}

.change_tab {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: -20px auto 10px;
  position: relative;
  z-index: 1;
}

.tab_main, .tab_sub {
  filter: grayscale(1);
  transition: 0.2s ease-in-out;
  width: 30%;
  padding: 8px 8px 7px;
  border-radius: 30px;
  text-align: center;
  font-size: 1.6rem;
  margin: 0 15px 5px;
  max-width: 300px;
  border: solid 1px #fb83ba;
  cursor: pointer;
}

.tab_main p, .tab_sub p {
  color: #ff83bb;
  text-shadow: 0 0 0 #ff83bb, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.tab_main.active, .tab_main:hover, .tab_sub.active, .tab_sub:hover {
  filter: grayscale(0);
}

.chara_icon img {
  transition: 0.2s ease-in-out;
  opacity: 1;
}

.chara_icon img:hover {
  opacity: 0.8;
}

.sub_chara {
  display: none;
}

.chara_tab {
  position: relative;
  z-index: 1;
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  width: calc(100% - 40px);
  max-width: 1000px;
  min-height: 157px;
}

.chara_area {
  margin: 0 auto;
  position: relative;
  display: none;
  z-index: 3;
  width: calc(100% - 40px);
  max-width: 1000px;
}

.chara_area.active {
  display: block;
}

.chara_text, .chara_stand, .chara_catch {
  position: absolute;
  opacity: 0;
  animation-duration: 0.4s;
}

.chara_text {
  z-index: 4;
  width: calc(100% - 40px);
  max-width: 500px;
  top: 40px;
  left: 0;
  animation-delay: .5s;
}

.chara_text p {
  text-shadow: 0 0 0 #6c6c6c, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.chara_text_head {
  width: 100%;
  background: #fa65a9cc;
  padding: 10px 15px;
  border-radius: 44px 4px 44px 4px;
  box-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff;
}

.chara_text .chara_text_head p {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 3px;
  text-shadow: none;
  font-family: "游ゴシック", Yu Gothic, Meiryo UI, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: 700;
}

#character4 .chara_text_head p {
  letter-spacing: 2px;
}

.chara_text_head p span {
  display: inline-block;
  vertical-align: bottom;
}

.chara_text_name {
  margin: 25px 0px 5px;
}

.chara_text_name rt {
  font-size: 1.4rem;
  text-align: center;
  transform: translateY(-0.5rem);
}

p.name {
  color: #ff83bb;
  font-size: 5.2rem;
  letter-spacing: 0.04em;
  line-height: 1.2em;
  text-shadow: 0 0 0 #ff83bb, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

p.name span.cv {
  color: #6c6c6c;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  display: inline-block;
  text-shadow: 0 0 0 #6c6c6c, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.chara_profile, .chara_status {
  border-top: solid 1px #ff83bc;
  padding: 20px 0;
}

.chara_profile p {
  font-size: 1.4rem;
  line-height: 2em;
}

.status {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: center;
  margin-bottom: 8px;
}

.status:last-child {
  margin: 0;
}

.status p {
  font-size: 1.4rem;
  line-height: 1.8em;
}

.status p.con {
  color: #ff83bb;
  width: 100px;
  text-shadow: 0 0 0 #ff83bb, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.status p.con2 {
  flex: 1;
}

span.small {
  font-size: 1.2rem;
}

.chara_img {
  border-top: solid 1px #ff83bc;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.chara_img a {
  transition: .2s ease-in-out;
  width: calc(50% - 10px);
  box-shadow: 5px 5px 0 rgb(132 225 237 / 50%);
  position: relative;
  top: 0;
  left: 0;
}

.chara_img a:hover {
  top: 5px;
  left: 5px;
  opacity: 0.85;
  filter: brightness(1.05);
  box-shadow: 0 0 0 rgb(132 225 237 / 50%);
}

.chara_stand {
  top: 0px;
  right: 0px;
  z-index: 2;
  text-align: center;
  pointer-events: none;
  animation-delay: .4s;
}

.chara_catch {
  top: 30px;
  right: 20px;
  z-index: 3;
  max-width: 20vw;
  animation-delay: .1s;
}

#character10 .chara_text_head, #character11 .chara_text_head {
  background: #0191dccc;
}

#character10 p.name, #character10 .status p.con, #character11 p.name, #character11 .status p.con {
  color: #0191dc;
  text-shadow: 0 0 0 #0191dc, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

#character10 .chara_profile, #character10 .chara_status, #character11 .chara_profile, #character10 .chara_status {
  border-top: solid 1px #0191dc;
}

@media (min-width: 960px) {
  .sub_chara {
    width: 12.5%;
    margin: 0 10px;
  }
}

@media (max-width: 959px) {
  /*character*/
  .tab {
    width: calc(100% - 60px);
    justify-content: center;
    flex-wrap: wrap;
  }
  .chara_area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(100% - 60px);
    margin-top: 20px;
  }
  .chara_text {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 100px;
    top: 20px;
  }
  .chara_stand {
    position: relative;
    margin: 0px auto;
  }
  .chara_catch {
    top: 0px;
  }
}


/*===================================
      special
=====================================*/

#special {
  padding: 0 0 160px;
  position: relative;
  z-index: 1;
}

.sp_bn_area {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.sp_bn {
  transition: 0.2s ease-in-out;
  max-width: calc(50% - 20px);
  min-width: 360px;
  margin: 0 auto 20px;
}

.sp_bn img {
  transition: .2s ease-in-out;
}

.sp_bn img:hover {
  opacity: 0.65
}


/*===================================
      premium
=====================================*/

#premium {
  position: relative;
  z-index: 1;
}

.premium_con {
  width: calc(100% - 60px);
  margin: 0 auto 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  max-width: 960px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.premium_con.rev {
  flex-direction: row;
}

.premium_img {
  position: relative;
  z-index: 2;
  margin: 10px auto;
}

@media (max-width: 999px) {
  #premium .premium_con {
    flex-direction: column;
  }
}

.premium_text {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}

.sakura {
  position: absolute;
  top: -60px;
  left: -64px;
  z-index: -1;
  transform: translate(-80px, 0) rotate(-180deg);
  opacity: 0;
}

.slide {
  animation: sakuraIn .8s ease-in-out .4s forwards;
}

@-webkit-keyframes sakuraIn {
  0% {
    transform: translate(-80px, 0) rotate(-180deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
    ;
    opacity: 1;
  }
}

@keyframes sakuraIn {
  0% {
    transform: translate(-80px, 0) rotate(-180deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
    ;
    opacity: 1;
  }
}


/*===================================
      set　event
=====================================*/

#set {
  position: relative;
  z-index: 1;
}

.con_box_img {
  width: calc(100% - 60px);
  margin: 0 auto;
  text-align: center;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.con_box_text {
  text-align: center;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1000px;
  position: relative;
  z-index: 1;
}

.con_box_text p {
  font-size: 1.6rem;
  text-shadow: 0 0 0 #6c6c6c, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2em;
  margin: 40px auto;
  max-width: 900px;
}

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

.con_box_text .kome {
  font-size: 1.2rem;
}

.link {
  margin: 40px auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.link a {
  text-decoration: none;
}

.link p {
  width: calc(100% - 60px);
  text-align: center;
  padding: 15px 10px;
  margin: 40px auto;
  max-width: 800px;
  font-size: 2.2rem;
  font-family: "游ゴシック", Yu Gothic, Meiryo UI, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, sans-serif;
  font-weight: 700;
  transition: .2s ease-in-out;
  border: solid 1px #fff;
  background-color: #0191dccc;
  color: #fff;
}

.link p:hover {
  color: #0191dccc;
  border: solid 1px #0191dccc;
  background: none;
}

.link span {
  display: inline-block;
}

.link img {
  transition: .2s ease-in-out;
}

.link img:hover {
  opacity: 0.65;
}

/*event*/
.con_box_text.event_text p.con_head{
  width: 100%;
    background: #0096e4b0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    min-height: 50px;
    border-radius: 5px;
    padding: 3px 15px 4px;
    color: #fff;
    text-shadow: none;
    margin: 10px auto;
}
.event_text{
    width: calc(100% - 60px);
    margin: 40px auto;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    background: #00d7ff17;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #43b4ec61;
    max-width: 800px;
}
.event_img img {
  border: solid 1px #58b3ea;
}

.con_box_text.event_text p{
  margin:10px auto 30px; 
  text-align: left;
  padding: 0 15px;
}
.map{
    border: solid 1px #48b5ec;
    border-radius: 5px;
    margin: -20px auto 30px;
}

@media (max-width: 768px) {
  .con_box_text p span.pc {
    display: none;
  }
}

/*===================================
      shop
=====================================*/

.shop_area {
  margin: 0 auto;
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: center;
  max-width: 1000px;
}

.shop_area p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.shop_head {
  width: 100%;
  margin: 40px auto 10px;
  text-align: center;
}

.shop_sp {
  width: calc(50% - 15px);
  margin: 15px 0;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #00d7ff17;
  padding: 20px;
  border-radius: 10px;
  border: solid 1px #43b4ec61;
}

.shop_sp.sp2 {
  width: 100%;
}

.shop_sp.sp3 {
  width: calc(33.333% - 10px);
}

.shop_name {
  width: 100%;
  background: #0096e4b0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  min-height: 50px;
  border-radius: 5px;
  padding: 3px 10px 4px;
}

.shop_name p {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}

.sp_img, .shop_text {
  width: calc(50% - 8px);
  overflow: hidden;
  margin-top: 20px;
  position: relative;
  border-radius: 5px;
}

.shop_sp.sp2 .sp_img, .shop_sp.sp2 .shop_text {
  width: calc(33.333% - 10px);
}

.shop_sp.sp2 .sp_img.img2 {
  background: none;
}

.shop_sp.sp2 .sp_img.img2 a {
  width: 100%;
  padding-bottom: 56.25%;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background: #fff;
  margin-bottom: 15px;
}

.shop_sp.sp2 .sp_img.img2 a img {
  position: absolute;
  top: 0;
  left: 0;
}

.shop_sp.sp3 .sp_img, .shop_sp.sp3 .shop_text {
  width: 100%;
}

.sp_img {
  background-color: #fff;
}

.sp_img img {
  transition: .3s ease-in-out;
}

.sp_img img:hover {
  opacity: 0.65;
}

.bonus_head {
  background: #0096e4b0;
}

.bonus_head, .bonus_name, .link_bt {
  padding: 7px 10px 8px;
  border-radius: 5px;
}

.link_bt {
  text-align: center;
  transition: .3s ease-in-out;
  background: #fe82ba;
  border: solid 1px #fe82ba;
  border-radius: 30px;
  margin-top: 10px;
}

.link_bt a {
  text-decoration: none;
}

.link_bt:hover {
  background: none;
}

.link_bt p {
  transition: .3s ease-in-out;
}

.link_bt:hover p {
  color: #fe82ba;
  text-shadow: none;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.link_bt p {
  font-size: 1.4rem;
  color: #fff;
}

.bonus_head p {
  color: #fff;
  font-size: 1.3rem;
}

.bonus_name p {
  color: #33a7e3;
  font-size: 1.6rem;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

p.small {
  font-size: 1rem;
  color: #ff3391;
}

@media (max-width: 960px) {
  .shop_sp.sp2.sp_01b .sp_img, .shop_sp.sp2.sp_06b .sp_img, .shop_sp.sp2.sp_05b .sp_img, .shop_sp.sp3 {
    width: calc(50% - 10px);
  }
  .shop_sp.sp2.sp_01b .shop_text, .shop_sp.sp2.sp_06b .shop_text, .shop_sp.sp2.sp_05b .shop_text, .sp_img, .shop_text {
    width: 100%;
  }
}

@media (max-width: 642px) {
  .shop_area .shop_sp.sp1, .shop_sp.sp3 {
    width: 100%;
  }
  .shop_area .shop_sp.sp2 .sp_img, .shop_sp.sp2 .shop_text {
    width: 100%;
  }
  .shop_name p {
    font-size: 2.6rem;
  }
  .bonus_head p, .bonus_name p, .link_bt p {
    font-size: 1.8rem;
  }
  p.small {
    font-size: 1.2rem;
  }
}

.last {
  margin: 40px auto;
  width: 100%;
  max-width: 810px;
  position: relative;
  z-index: 1;
}

.shop_notice {
  margin: 20px auto;
  width: 100%;
  max-width: 900px;
  position: relative;
  z-index: 1;
  background: #00d7ff17;
  padding: 20px 30px;
  border-radius: 10px;
  border: solid 1px #43b4ec61;
}

.last p {
  text-align: center;
  font-size: 1.6rem;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.shop_notice p {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.1em;
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.shop_sp span.s {
  position: relative;
  top: 0.25em;
  margin-right: 3px;
}


/*===================================
   trial
=====================================*/
#trial{  
    position: relative;
    z-index: 1;
}
.swiper-container {
    width: 100%;
}
.swiper-wrapper {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}
.slider-img .swiper-wrapper{
    align-items: center;

}
.slider-img img {
    filter: brightness(0.65);
    box-shadow:0px 3px 18px rgb(0 0 0 / 15%);
    transform: translateZ(0);
}
.slider-img .swiper-slide.swiper-slide-active img {
    filter: brightness(1);
}
.slider-nav .swiper-wrapper{
  justify-content: center;
    text-align: center;
}
.slider-nav .swiper-slide{
    max-width: 180px;
    margin: 5px 0px;
}
.slider-nav .swiper-slide img{
    width: 80%;
    padding: 2px;
    cursor: pointer;
}
.slider-nav .swiper-slide img:hover{
   filter: brightness(0.9);

}
.slider-nav .swiper-slide.swiper-slide-thumb-active img{
    border: solid 2px #33a7e3;
    padding: 0;
}
.trial_text {
    margin: 40px auto;
    text-align: center;
}
.link.dl_link p{
	margin: 30px auto;
}

/*===================================
      movie
=====================================*/
.movie_area {
    margin: 0px auto;
    max-width: 900px;
    position: relative;
    z-index: 1
}
.movie_area .inner {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    box-shadow:0px 3px 18px rgb(0 0 0 / 15%);
}
.movie_area .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.movie_text{
    width: calc(100% - 60px);
    margin: 40px auto;
    max-width: 900px;
    text-align: center;
    position: relative;
    z-index: 1
}
/*===================================
      product
=====================================*/

#product {
  position: relative;
  z-index: 1;
}

#product p {
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff, 0 0 3px #fff, 0 0 5px #fff;
  letter-spacing: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}


#product #product_area .product_text p {
  font-size: 1.6rem;
  line-height: 2em;
}

.product_logo {
  text-align: center;
  margin: 0px auto 40px;
  padding: 0 15px;
}

.pake_img {
  width: calc(100% - 60px);
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-end;
}

.pake_img div {
  width: calc(50% - 10px);
  text-align: center;
}

#product .pake_img1 p, #product .pake_img2 p {
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
  padding: 7px 10px 11px;
  margin: 20px auto;
  background: #0096e4b0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-shadow: none;
}

.pake_text {
  font-size: 1.4rem;
  text-align: center;
  width: 100%;
}

#product_area .product_text {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 50px;
  color: #fff;
}

#product_area .head_spec, #product_area .head_staff {
  margin: 100px auto 70px;
  text-align: center;
}

#product_area .item {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  text-align: right;
}

#product_area p.item_head {
  width: 100%;
  max-width: 200px;
  color: #0191dc;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

#product_area .line {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  margin-left: 40px;
  flex-direction: column;
  align-content: flex-start;
}
.line p span{
    display: inline-block;
}

#product_area .line a {
  text-decoration: none;
}

#product #product_area .product_text p span.tax {
  font-size: 1.6rem;
}

#product #product_area .product_text p.kome {
  font-size: 1.4rem;
}

#product #product_area .product_text p.kome.set {
  border-bottom: solid 1px #3aaae4;
}


/*===================================
      footer
=====================================*/

footer {
  width: 100%;
  padding: 20px 0 30px;
  margin: 0 auto;
  background: rgb(78 191 255 / 70%);
  position: relative;
  z-index: 1;
  border-top: solid 1px #d2f0ff;
  box-shadow: 0 -1px 0 #6dd0ff;
}

.links {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 420px;
  height: 40px;
  margin: 40px auto;
  position: relative;
  z-index: 1;
}

.footer_logo {
  margin: 40px auto;
  text-align: center;
  max-width: calc(100% - 60px);
}

.footer_text, .copyright_text {
  padding: 0px 30px;
  text-align: center;
  color: #fff;
}

.footer_text p, .copyright_text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 1.2rem;
  letter-spacing: 1.4px;
  margin: 40px auto;
}

.footer_text img {
  vertical-align: baseline;
  transform: rotate(-0.028deg);
}

.sns_bt {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.sns_bt img {
  margin: 0 15px;
}

.pageup-bt {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
  width: 20vw;
  height: 20vw;
  max-width: 80px;
  max-height: 80px;
}

.pageup-bt a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.pageup-bt a span {
  width: 42px;
  height: 4px;
  background-color: #fff;
  border-radius: 30px;
  position: absolute;
  top: 37px;
}

.pageup-bt a span:nth-of-type(1) {
  right: 5px;
  transform: rotate(45deg);
  box-shadow: 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff;
  z-index: 1;
}

.pageup-bt a span:nth-of-type(2) {
  right: 33px;
  transform: rotate(-45deg);
  box-shadow: 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff, 0px 0px 7px #45b2ff;
  z-index: 2;
}

.pageup-bt a span:nth-of-type(3) {
  right: 5px;
  transform: rotate(45deg);
  z-index: 3;
}


/*===================================
      response
=====================================*/

@media (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .mainvizual {
    min-height: inherit;
    padding-top: 0px;
  }
  /*pickup_bn*/
  .bn_area {
    flex-wrap: wrap;
  }
  .head-pickup, .head-news {
    text-align: center;
    margin-bottom: 30px;
  }
  .head-pickup {
    margin-top: 30px;
  }
  .right_box {
    width: 90%;
    max-width: 614px;
  }
  .pickup {
    margin: 0 auto
  }
  .pickup_bn {
    margin: 0 auto 30px;
    width: 100%;
    height: auto;
  }
  /*story*/
  .story_text {
    text-align: left;
  }
  .st p {
    font-size: 2.4rem;
  }
  .st p.st1 {
    font-size: 2.4rem;
  }
  span.dash {
    font-size: 5.4rem;
  }
  /*character*/
  li.chara_icon {
    max-width: 33%;
  }
  li.chara_icon.sub_chara {
    width: 33%;
    text-align: center;
  }
  .chara_text_head p {
    font-size: 2.2rem;
  }
  p.ruby {
    font-size: 1.6rem;
  }
  p.name {
    font-size: 6.2rem;
  }
  p.name span.cv {
    font-size: 2rem;
  }
  .chara_profile p {
    font-size: 2rem;
  }
  .status p {
    font-size: 1.8rem;
  }
  .status p.con {
    width: 140px;
  }
  span.small {
    font-size: 1.6rem;
  }
  .chara_text, .chara_stand, .chara_catch {
    animation-delay: 0s;
  }
  /*special*/
  .con_box_text p {
    text-align: left;
  }
  /*product*/
  .pake_img div {
    width: 100%;
    margin: 20px auto;
    max-width: 510px;
  }
  #product_area .item {
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin-bottom: 15px;
  }
  #product #product_area .product_text h1 {
    font-size: 7rem;
    letter-spacing: 8px;
  }
  #product #product_area .product_text p {
    font-size: 2.2rem;
  }
  #product_area .product_text {
    max-width: 100%;
  }
  #product_area p.item_head {
    max-width: calc(100% - 60px);
    margin: 15px auto;
    justify-content: flex-start;
    padding: 8px 20px 9px;
    color: #fff;
    border: none;
    background: #0096e4b0;
    text-shadow: none;
  }
  #product_area .line {
    margin: 0;
    max-width: calc(100% - 80px);
  }
  #product #product_area .product_text p span.tax {
    font-size: 1.8rem;
  }
  #product #product_area .product_text p.kome {
    font-size: 1.6rem;
  }
  /*footer*/
  .footer_text p {
    text-align: left;
    font-size: 1.8rem;
  }
  .copyright_text p {
    text-align: center;
    font-size: 1.8rem;
  }
  /*notice*/
 .notice p{
  font-size: 1.6vw;
}
}