/*
Theme name:heart-beat
Author:heartbeat
Version:1/0
*/
/*==PC画面==*/
*{
  margin:0;
  padding:0;
}
li{
  list-style: none;
}
a{
  text-decoration: none;
}
img{
  width:100%;
}
.sp-header,.sp-top,.sp-characters{
    display:none;
}
body{
    overflow-x: hidden;
    background:#fff;
    font-family:'ヒラギノ角ゴシック';
}
.content{
    max-width: 1200px;
    margin: 0 auto;
    }
.pc-header{
    height: 65px;
    display: flex;
    align-items: center;
    padding-top: 40px;
    border-bottom:1px solid #c4ceff;
    padding-bottom:15px;
    justify-content: space-evenly;
    margin-bottom:50px;
}
.header-left{
    width: 19%;
    padding:0% 3%;
}
    .header-right{
      padding: 0 72px;
    }
    .logo{
        width:100%;
    }
    .btn-header{
      width:18%;
    }
    .btn-header img{
      width:90%;
    }
    .menu-list{
        display:flex;
        font-family: 'Meiryo UI';
        color:#303A5C;
        font-size:14px;
        padding: 0 1rem;
        transition:all 0.5s;
    }
    .menu-list li{
        margin-right:41px;
    }
    .menu-list li:hover{
        color:#a21c3e;
    }
/*====トップスライダー====*/
.pc-top{
  position:relative;
  z-index:0;
}
.pc-top::before{
  background-image:linear-gradient(135deg,#ffbed0,#aa95fd);
  opacity:.6;
  z-index:-1;
  content:"";
  position:absolute;
  inset:0;
  clip-path: polygon(0 0,50% max(100px,5.2083333333vw),100% 0,100% 100%,50% calc(100% - max(100px,5.2083333333vw)),0 100%);
}

.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:3% auto 1%;
}
.slider img {
    width:40vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
    border:1px solid #b7b7b7;
    opacity:1;
    filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));
}

.slider .slick-slide {
    transform: scale(0.8);/*左右の画像のサイズを80%に*/
    transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
    transform: scale(1);/*中央の画像のサイズだけ等倍に*/
    opacity: 1;/*透過なし*/
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
    margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
    margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
    border:none;
}

.slick-dots .slick-active button{
    background:rgb(179, 22, 77);/*ドットボタンの現在地表示の色*/
}
/*====お知らせ（NEWS）部分====*/
.news {
  padding: 2rem 0 0px 0;
  font-family: sans-serif;
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:0;
}
.news::before{
  content:"";
  position:absolute;
  inset:0;
  background:url(../img/bg-deco.png) no-repeat,url(../img/bg_deco_app_01.png)no-repeat,url(../img/bg_deco_information_01.png) no-repeat,url(../img/bg-deco.png) no-repeat;
  background-position:top left, top right, bottom right, bottom left;
  background-size:20% auto;
  pointer-events: none;
  z-index:-1;
}
.news-title {
   font-size: 2rem;
  font-weight: bold;
  padding:0 2rem;
  max-width:1200px;
  margin:0 auto;
}
.wrapper{
  text-align: center;
}
.news-section{
  margin-top:-4%;
}
.sub {
  font-size: 1rem;
  color: #555;
  margin-left: 0.5rem;
  vertical-align:middle;
}
.dot{
  background: linear-gradient(135deg,#ffbed0,#aa95fd);
  width:12px;
  height:12px;
  border-radius:50%;
  display:inline-block;
  margin:0 6px;
  vertical-align: middle;
}
.news-list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 1.5rem;
  background:none;
  padding: 2rem;
  border-radius: 2rem;
  justify-content: space-between;
}
.blog-wrapper{
        background: #fff;
        box-shadow: 3px 3px #ffc1ec;
        margin: 7%;
        border:2px solid #000;
    }
    .blog-title-index{
        text-align:left;
        padding:0;
        font-size:30px;
        margin-bottom:5px;
    }
    .blog-content{
        padding:15px;
    }
    .blog-body{
        margin-top:5px;
        font-size:12px;
    }
    .blog-content a{
        font-size:13px;
    }
    .blog-fotter a{
        font-size:16px;
        margin-top:10%;
        float:right;
    }
    .blog-footer a:hover{
        text-decoration:underline;
    }
.news-item {
  flex: 1;
  color: #fff;
}

.thumbnail {
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  margin-bottom: 0.5rem;
}
.thumbnail img{
  width:100%;
  height:auto;
}

.news-item time {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.news-item p {
  font-size: 0.95rem;
  line-height: 1.4;
}

.news-more {
  margin-bottom: 3rem;
	text-align: center;
}

.news-more a {
  display: inline-block;
  background: #1a1a40; /* 濃紺ボタン */
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 1.2rem;
  text-decoration: none;
  font-weight: bold;
}
.news-more a:hover {
  opacity: 0.85;
}
 .item{
  padding:3%;
 }
 .item p{
  font-size:10px;
 }
  .pagination {
    margin: 4rem 0;
    text-align: center;
  }
   
  .pagination ul {
    font-size: 0;
  }
   
  .pagination ul li {
    font-size: 1rem;
    display: inline-block;
    margin-right: .75rem;
  }
   
  .pagination ul li:last-child {
    margin-right: 0;
    border: 0;
  }
   
  .pagination ul li a,
  .pagination ul li .current {
    font-weight: 600;
    line-height: 1;
    display: block;
    padding: .75rem .875rem;
    border: 1px solid #ddd;
  }
   
  .pagination ul li a {
    text-decoration: none;
    color: #555;
  }
   
  .pagination ul li .current {
    color: #fff;
    background-color: #1d2d43;
  }
   
  .pagination ul li .prev,
  .pagination ul li .next {
    padding: .75rem .5rem;
    border: 0;
  }
   
  .pagination ul li i {
    font-size: 1rem;
    color: #1d2d43;
  }
/*======キャラクター（characters）====*/
.characters {
  font-family: sans-serif;
  position:relative;
  z-index:0;
  padding:2px 0;
  margin:2% 0 4% 0;
}

.character-title {
  font-size: 2rem;
  font-weight: bold;
  padding:0 2rem;
  max-width:1200px;
  margin:0 auto 1rem;
}

.character-title span {
  font-size: 1rem;
  color: #555;
  margin-left: 0.5rem;
}
.c-content{
  width:100%;
  margin:0 auto;
  background: #edecff;
  padding:3% 0;
     }
.character-wrapper{ 
  max-width:1200px;
  text-align:center;
  margin:0% auto;
}

/*.character-list::before{
  content:"";
  position:absolute;
  background-image: linear-gradient(0deg,#ffa978,#ff738c);
  opacity:.6;
  z-index:-1;
  inset:0;
  clip-path: polygon(0 0,50% max(100px,5.2083333333vw),100% 0,100% 100%,50% calc(100% - max(100px,5.2083333333vw)),0 100%);
}*/
/*.character-list::after{
  content:"";
  position:absolute;
  background-image: linear-gradient(0deg,#ffa978,#ff738c);
  opacity:.3;
  z-index:-2;
  inset:0;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0% 25%);
}*/
.character-list img{
  width:15vw;
  border:none;
}
.character-list{
  display:grid;
  grid-template-columns: repeat(3, auto);
  width:fit-content;
  margin:0 auto;
}
.character-more {
  text-align: center;
  padding:0 2rem;
  max-width: 1200px;
  margin:1rem auto;
}

.character-more a {
  display: inline-block;
  background: #1a1a40; /* 濃紺ボタン */
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 1.2rem;
  text-decoration: none;
  font-weight: bold;
}
.character-more a:hover {
  opacity: 0.8;
}

/*======ログイン部分======*/
.btn-area{
    margin:1rem auto 2rem;
    text-align:center;
    max-width:1200px;
}
.login-btn img{
    width:65%;
    padding-top:13px;
}
/*====SNSエリア=====*/
.sns-area{
  background:#313131;
  padding: 5% 7% 1%;
  text-align: center;
}
.sns-list ul{
  display:flex;
  justify-content: space-between;
  max-width: 1200px;
  margin:0 auto;
}
.sns-area img{
  width:53%;
}
footer{
  margin-top:4%;
  color:#fff;
  opacity:0.8;
}
/*=====About=====*/
.intro,.system{
  max-width:1200px;
  margin:0 auto;
}
.intro{
  text-align: center;
  position:relative;
  z-index:0;
}
.intro::before{
  position:absolute;
  content:"";
  inset:0;
  background:url(../img/bg-deco.png) no-repeat,url(../img/bg_deco_app_01.png)no-repeat,url(../img/bg_deco_information_01.png) no-repeat,url(../img/bg_deco_information_01.png) no-repeat;
  background-position:top left, top right, bottom right,bottom left;
  background-size:20% auto;
  z-index:-1;
  margin-bottom:-3px;
}
.intro h3{
  padding-top:2%;
}
.intro h1{
  font-size:3rem;
  padding-top:2%;
}
.gakuin_image{
  margin:4% 0 5% 0;
}
.intro img{
  width:80%;
}
.system-list01{
  display:flex;
  justify-content: space-between;
  margin:5%;
  position:relative;
  z-index:0;
}
.system-list01::before{
  position:absolute;
  content:"";
  inset:0;
  background:url(../img/bg-deco.png) no-repeat,url(../img/bg_deco_app_01.png)no-repeat,url(../img/bg_deco_information_01.png) no-repeat,url(../img/bg_deco_information_01.png) no-repeat;
  background-position:top left, top right, bottom right,bottom left;
  background-size:20% auto;
  z-index:-1;
  margin-bottom:-3px;
}
.system-list01 .system-thumb{
  margin-left:10%;
}
.system-list01 p{
  margin-top:2%;
}
.system-title{
  text-align: center;
  font-size: 2rem;
}
.about{
  padding-left:7%;
}
.sub_title{
  width:73%;
}
.sub h3{
  padding:6% 0 2%;
  font-size:1.5rem;
}
.sub p{
  line-height: 2.23;
}
.main-story{
  text-align:center;
  margin-top:-5%;
}
.main-story img{
  width:80%;
}
.system-list02{
  display:flex;
  justify-content: space-between;
  margin:8%;
  position:relative;
  z-index:0;
}
.system-list02::before{
  position:absolute;
  content:"";
  inset:0;
  background:url(../img/bg-deco.png) no-repeat,url(../img/bg_deco_information_01.png) no-repeat,url(../img/bg_deco_information_01.png) no-repeat;
  background-position:top left, bottom right,bottom left;
  background-size:15% auto;
  z-index:-1;
  margin-bottom:-3px;
}
.system-list02 .system-thumb{
  margin-left:8%;
}
.system-list02 .sub_title{
  width:50%;
  padding-bottom:2%;
  padding-left:5%;
}
.system-list02 p{
  width:80%;
  padding-left: 5%;;
}
/*=====CHARACTERS=====*/
.character-content{
  display: grid;
  width: fit-content;
  grid-template-columns: repeat(2, auto);
  margin:3% auto 8%;
  position:relative;
  z-index:0;
}
.character-content::before{
  position:absolute;
  content:"";
  inset:0;
  background:url(../img/bg-deco.png) no-repeat,url(../img/bg_deco_information_01.png) no-repeat,url(../img/bg_deco_information_01.png) no-repeat;
  background-position:top left, bottom right,bottom left;
  background-size:15% auto;
  z-index:-1;
  margin-bottom:-3px;
}
.c-box{
  margin:2% 2% 0 2%;
  border:solid 1px #868686;
  transition:all.5S;
}
.c-box img{
  vertical-align: top;
  width:80%;
}
.c-box:hover{
  opacity: 0.6;
}
.text-area{
  text-align:center;
  font-size:1.1rem;
  position:relative;
  z-index: 0;
}
.text-area::before{
  position:absolute;
  content:"";
  inset:0;
  background:url(../img/bg-deco.png) no-repeat,url(../img/bg_deco_information_01.png) no-repeat,url(../img/bg_deco_information_01.png) no-repeat;
  background-position:top left, bottom right,bottom left;
  background-size:13% auto;
  z-index:-1;
  margin-bottom:-3px;
}
/*=====フェードイン=====*/
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/*=============スマホ============*/
@media (max-width: 767px){
  .pc-header,.pc-top,.pc-characters{
    display:none;
  }
  .content{
    width:100%;
    margin:0 auto;
  }
.sp-header{
  width:100%;
  height:65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.logo{
  width: 254%;
  margin-left: 58px;
}
.header-right a{
  font-family: 'ヒラギノ角ゴシック';
}
.header-right{
  padding:0;
}
.header-left{
  text-align: center;
}
/*ハンバーガーメニュー*/
#g-nav{
  position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
  /*ナビの位置と形状*/
  top:0;
  width:100%;
  height: 100vh;/*ナビの高さ*/
  background:linear-gradient(to right,#cfdeef,#fec5e3);
  /*動き*/
  transition: all 0.3s;
}
#g-nav.panelactive{
  opacity: 1;
  z-index:999;
}
    
#g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 100%;
  height: 100vh;/*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/*ナビゲーション*/
#g-nav ul {
  display: none;
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
#g-nav.panelactive ul {
  display: block;
}
/*リストのレイアウト設定*/
#g-nav li{
  text-align: center; 
}
#g-nav li a{
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding:10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  opacity: 1;
}
#g-nav a:hover{
  opacity:0.8;
  display: block;
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
  position:relative;
  z-index: 9999;/*ボタンを最前面に*/
  left: 10px;
  width: 40px;
  height:40px;
  background:pink;
  border-radius: 8px;
}
    .openbtn .openbtn-area{
        transition:all .6s;
        width:40px;
        height:40px;
    }
    .openbtn span{
        display:inline-block;
        transition:all .4s;
        position:absolute;
        left:11px;
        height:3px;
        border-radius:2px;
        background:#fff;
        width:45%;
    }
    .openbtn span:nth-of-type(1) {
        top:11px;	
    }
    
    .openbtn span:nth-of-type(2) {
        top:19px;
    }
    
    .openbtn span:nth-of-type(3) {
        top:27px;
    }
    .openbtn.active .openbtn-area{
        transform: rotate(360deg);
    }
    .openbtn.active span:nth-of-type(1) {
        top: 14px;
        left: 13px;
        transform: translateY(6px) rotate(-45deg);
        width: 40%;
    }
    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }
    
    .openbtn.active span:nth-of-type(3){
        top: 26px;
        left: 13px;
        transform: translateY(-6px) rotate(45deg);
        width: 40%;
    }
.resister{
  width: 83%;
  text-align: right;
  margin-right:11px;
}
.button a{
  padding: 12px 11px;
  background:#413c66;
  border-radius: 18px;
  font-size: 12px;
  color:#fff;
  font-weight: bold;
  font-family:'ヒラギノ角ゴシック';
}
.sp-top{
    display: block;
}
.slider img{
  width:67vw;
}
/*=====お知らせ======*/
.news{
  margin-top:-8%;
  margin-bottom:3%;
}
.news-list{
  display: block;
  width:fit-content;
  padding:0 1.5rem;
  background:none;
}
.news-item p{
  font-size:10px;
}
.news-title{
  font-size:30px;
  padding:0 22px 0;
}
.news-more{
  text-align: center;
}
/*====キャラクター======*/
.sp-characters{
  display: block;
}
.character-list{
  display: grid;
  width:fit-content;
  grid-template-columns: repeat(2,auto);
  margin:0 4%;
  text-align: center;
}
.character-more{
  text-align: center;
}
.login-btn img{
  width:89%;
}
.character-title{
  font-size:24px;
}
.character-list img{
  width:80%;
}
.btn-area{
  margin-bottom:1rem;
}
footer p{
  font-size:9px;
}
/*=====About=====*/
h2{
  font-size:18px;
}
.intro h1{
  font-size:24px;
}
.intro h3{
  font-size:14px;
}
.intro p{
  width:83%;
  margin:0 auto;
  font-size:10px;
}
.intro{
  margin-top:4%;
}
.system-title{
  font-size:24px;
}
.system-list01{
  display:block;
}
.system-thumb{
  text-align:center;
}
.system-list01 .system-thumb{
  margin:0;
}
.system-list01 .system-thumb img{
  width:41%;
  margin:0 auto;
}
.about{
  padding:0;
}
.sub_title{
  margin:0 auto;
}
.sub h3{
  padding: 1% 0 2%;
  font-size: 16px;
  text-align: center;
}
.sub p{
  font-size: 12px;
  text-align: center;
}
.main-story img{
  width:95%;
}
.system-list02{
  display: block;
}
.system-list02 .system-thumb img{
  width:50%;
  margin:0 auto;
}
.system-list02 .system-thumb{
  margin:0;
}
.system-list02 .sub_title{
 padding:0;
 width: 59%;
}
.system-list02 p{
  width:100%;
  padding:0;
}
.system-list01::before{
  background-size:31% auto;
}
.system-list02::before{
  background-size:31% auto;
}
/*=====お知らせ一覧======*/
.news-section .news{
  padding:0;
}
.news-list01{
 display: grid;
 width: fit-content;
 grid-template-columns: repeat(2, auto);
 margin:3% auto 0;
 width:80%;
 background:linear-gradient(135deg,#85c2ff,#a289fd);
 padding: 8%;
 border-radius: 2rem;
 justify-content: space-between;
 margin:0 auto;
 }
 .news-section .item{
  padding:2%;
  margin:2%;
 }
 .news-section .item p{
  font-size:10px;
 }
 .news-section .news-title{
  font-size:25px;
  margin: 1rem;
}
/*=====キャラクターリスト======*/
.character-section .character-title{
  font-size:19px;
  margin: 1rem;
}
.text-area{
  font-size:11px;
  width:80%;
  margin:0 auto;
}
.character-content{
  display: block;
}
/*追加分（index.php）*/
.article-list{
  display:block;
}
.blog-wrapper{
  display:flex;
}
}


/*=====フルスクリーン===*/
