@charset "UTF-8";

@media screen and (max-width: 640px) {
	
  body* {
    box-sizing: border-box;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    width: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../img/frame_decoration.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #666666;
  }

  .wrapper .title img {
    display: block;
    margin: 0 auto;
    padding: 40px 0 0;
  }

  /*============================
#fv
============================*/
  .fv-area {
    background-image: none;
  }

  .fv-area .inner {
    width: 100%;
  }

  .fv-area .visual_icon img {
    width: 90%;
    padding: 20px 0 0;
    z-index: 2;
  }

  .fv-area .release {
    display: block;
    position: absolute;
    top: 71%;
    left: 6%;
    width: 24vw;
  }

  .fv-area .catch_copy01 {
    display: block;
    position: absolute;
    top: 9.6%;
    left: 5%;
    width: 55%;
  }

  .fv-area .bnr {
    width: 35%;
    top: 10%;
    right: 5%
  }

  .fv-area .visual {
    margin: 10px 0;
  }

  .fv-area .author {
    display: block;
    position: absolute;
    bottom: 3%;
    left: 26%;
    margin: 0;
    text-align: center;
    width: 50vw;
  }

  .fv-area .title {
    display: block;
    position: absolute;
    bottom: 8%;
    left: 4%;
    margin: 0;
    text-align: center;
    width: 92vw;
  }

  /*============================
nav
============================*/
  header {
    background-size: 100%;
    overflow: hidden;	  
}	
  nav a:hover {
    opacity: 1;
  }

  nav {
    width: 100%;
    margin: 0 auto;
  }

  nav ul {
    text-align: center;
    margin-bottom: 15px;
  }

  nav ul li:nth-child(1) {
    margin-right: -20px;
  }

  nav ul li:nth-child(2) {
    margin-right: -20px;
  }

  nav ul li:nth-child(3) {
    margin-right: 0px;
  }

  nav .btn img {
    width: 70%;
  }

  /*============================
#gnav under
============================*/
  .gnav-area {
    background-color: #fff;
    margin-top: 10px;
    padding: 0 0 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .1);
    display: block;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
  }

  .gnav-area nav {
    width: 92%;
    margin: 0 auto;
    padding: 0 0 0;
    animation: fadein 0s ease-out 0s forwards;
    -webkit-animation: fadein 0s ease-out 0s forwards;
  }

  .gnav-area nav ul {
    text-align: center;
    margin-bottom: 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
  }

  .gnav-area nav .btn img {
    width: 70%;
  }

  .gnav-area nav ul li:nth-child(1) {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 -10px 0 -10px;
  }

  .gnav-area nav ul li:nth-child(2) {
    margin: 0 -10px 0 -10px;
  }

  .gnav-area nav ul li:nth-child(3) {
    margin: 0 -10px 0 -10px;
  }

  .gnav-area nav ul li:nth-child(4) {
    margin: 0 -10px 0 -10px;
  }

  /*============================
#latest_volume
============================*/
  .latest_volume-area {
    background-image: url(../img/bg_latest_volume_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f3f5f7;
    width: 100%;
    background-size: 100%;
  }

  .latest_volume-area h2 {
    width: 40%;
    margin: 0 auto;
  }

  .latest_volume-area .wrapper {
    width: 100%;
  }

  .latest_volume-area .inner {
    display: inline-block;
    margin: 30px 15px 30px;
  }
  .latest_volume-area .comics {
    margin: 0 15px 30px;
  }	

  .latest_volume-area .inner p {
    text-align: center;
  }

  .latest_volume-area .box-left {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }

  .latest_volume-area .box-left img {
    display: block;
    width: 50vw;
    margin: 0 auto;
  }

  .latest_volume-area .box-right {
    clear: both;
  }

  .latest-ttl {
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.5em;
  }

  .latest-catch {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0em;
  }

  .latest-author {
    margin-top: 10px;
  }

  /*============================
ボタン
============================*/
  .btns {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    margin-bottom: 10px;
  }

  .btns .buy-box,
  .btns .trial-box,
  .btns .buy-box-off,
  .btns .trial-box-off {
    width: 43vw;
  }

  .btns .buy-box,
  .btns .buy-box-off {
    margin-right: 10px;
  }

  .buy-box::before,
  .buy-box-off::before {
    left: calc(50% + 50px);
  }

  .buy-box::after,
  .buy-box-off::after {
    right: calc(50% + 50px);
  }

  .trial-box::before,
  .trial-box-off::before {
    left: calc(50% + 50px);
  }

  .trial-box::after,
  .trial-box-off::after {
    right: calc(50% + 50px);
  }


  /*============================
#bonus
============================*/
  .bonus-area .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .bonus-area .wrapper h2 {
    width: 60%;
    margin: 0 auto;
  }

  .bonus-area .inner {
    margin-bottom: 20px;
    margin-top: 30px;
  }
	
  .bonus-area h3 {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .bonus-area h3 img{
	width:76%;
    margin: 0 auto;
  }

  .bonus-area .latest_bonus ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

.bonus-area .latest_bonus ul:first-of-type {
    width: 100%;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

  .bonus-area .latest_bonus ul.bonus-att {
    display: block;
    margin: 0 15px;
    line-height: 1.4;
  }

  .bonus-area .latest_bonus ul.bonus-att li {
    padding-left: 1em;
    text-indent: -1em;
    padding-bottom: 5px;
  }

  /*============================
#news
============================*/
  .news-area {
    background-image: url(../img/bg_news_sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
  }

  .news-area h2 {
    width: 40%;
    margin: 0 auto;
  }

  .news-area .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .news-area .inner {
    margin: 30px 20px 45px;
	padding-right:10px;  
    height: 150px;
    overflow: scroll;		  
  }

  .news-area p {
    text-align: left;
    margin-bottom: 5px;
  }

  .news-area span {
    color: #58c6ff;
    font-weight: bold;
  }

  /*============================
#pv
============================*/
  .pv-area {
    background-color: #e1f7ff;
    padding: 52px 0;
  }

  /*============================
#story
============================*/
  .story-area {
    background-image: url(../img/bg_latest_volume_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f3f5f7;
    background-size: 100%;
  }

  .story-area h2 {
    width: 40%;
    margin: 0 auto;
  }

  .story-area h3 {
    margin: 0 0 20px;
  }

  .story-area h3 img {
    width: 70%;
    text-align: center;
  }

  .story-area .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .story-area .wrapper .inner {
    margin: 0 20px 30px;
  }

  .story-area .story-box .txt {
    margin-bottom: 30px;
  }

  /*============================
#books
============================*/
  .books-area {
    background-image: url(../img/bg_books_sp.png);
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: 40px;
    background-size: 100%;

  }

  .books-area h3 img {
    width: 40%;
    display: block;
  }	
	
  .books-area h4 {
    margin: 0 auto 20px;
    padding-top:20px; 
    text-align: center;	
  }
  .books-area h4 img{
	 width:40%; 
    margin: 0 auto;
  }	
  .books-area .wrapper {
    width: 100%;
  }

  .books-area .wrapper .inner {
    border-bottom: #c1c9cc 2px dotted;
    margin: 30px 15px 30px;
  }

  .books-area .wrapper .inner p {
    text-align: center;
  }

  .books-area .wrapper .inner:nth-last-child(1) {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;

  }

  .books-area .books-box {
    width: 100%;
    display: block;
    margin: 0 auto;
  }

  .books-area .box-left {
    display: inline-block;
    width: 100%;
    clear: both;
    margin-bottom: 20px;
  }

  .books-area .box-left img {
    display: block;
    width: 50vw;
    margin: 0 auto;
  }

  .books-area .box-right {
    clear: both;
  }

  /*============================
#character
============================*/
  .character-area {
    background-image: url(../img/bg_latest_volume.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f3f5f7;
  }

  .character-area h2 {
    width: 40%;
    margin: 0 auto;
  }

  .character-area .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .character-area .wrapper .inner {
    margin: 30px 20px 20px;
  }

  .character-area .character-box ul li {
    margin-bottom: 10px;
  }

  /*============================
#gallery
============================*/
  .gallery-area {
    background-image: url(../img/bg_latest_volume_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f3f5f7;
    width: 100%;
    background-size: 100%;
  }

  .gallery-area h2 {
    width: 40%;
    margin: 0 auto;
  }

  .gallery-area .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 2;
  }

  .gallery-area .wrapper .inner {
    margin: 40px 20px 50px;

  }

  .gallery-box ul {
    display: grid;
    margin: 0 0 0 0;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.7rem;
    grid-template-rows: minmax(100px, auto);
  }

  .gallery-box ul li {
    background-color: #ffbec6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }

  .gallery-box ul li a img {
    border: #ffbec6 2px solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    /*width: 159px;*/
    height: 159px;
    object-fit: cover;
    display: block;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  .gallery-box ul li a img:hover {
    border: #ffbec6 5px solid;
    transition: all 0.5s;
  }

  /*============================
#twitter
============================*/
  .twitter-area {
    background-color: #abe2ff;
  }

  .twitter-area .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  .twitter-area .inner {
    padding: 20px 25px;
  }

  .twitter-area .inner a {
    max-width: 80%;
  }

  /*============================
footer
============================*/
  footer {
    padding: 10px 0 10px;
    background-image: url(../img/frame_decoration.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    overflow: hidden;
  }

  footer .wrapper {
    background: url(../img/footer_decoration.png), #fff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 90%;
    width: 100%;
  }

  footer .wrapper .sns-box {
    margin-top: 17px;
    padding-bottom: 20px;
  }

  footer .wrapper .inner .sns-box .title-sab img {
    padding: 40px 0 24px;
  }

  .page-top {
    width: 6vh;
    height: 6vh;
    right: 10px;
    bottom: 20px;
  }

  /*============================
shoplist
============================*/
  .shoplist .contents-inner {
    width: 100%;
  }

  .shoplist table {
    overflow: hidden;
    width: 92%;
    font-size: 1.4rem !important;
  }

  .shoplist table td {
    padding: 1% 2%;
  }

  .footer-shoplist footer {
    width: 100%;
  }
  
  /*============================
.anniv
============================*/
  .anniv {
    background-image: none;
  } 
  
  .anniv-fv-area .inner {
    width: 100%;
  }
  
  .anniv-fv-area .visual_icon img {
    width: 90%;
    padding: 20px 0 0;
    z-index: 2;
  } 
  
  .anniv-fv-area .catch_copy {
    top: calc( 142 / 750*100vw);
    left: calc( 88 / 750*100vw);
    width: calc( 578 / 750*100vw);
  }
  
  .anniv-fv-area .visual {
    width: calc( 714 / 750*100vw);
    margin: calc( 20 / 750*100vw) auto 0;
  }
  
  .anniv-fv-area .title {
    bottom: calc( 338 / 750*100vw);
    left: calc( 11 / 750*100vw);
    width: calc( 728 / 750*100vw);
  }
  
  .anniv-fv-area .read {
    bottom: calc( 41 / 750*100vw);
    left: calc( 33 / 750*100vw);
    width: calc( 688 / 750*100vw);
  }
  
  .message-area .wrapper {
    width: calc(720 / 750*100vw);
    padding-top: calc(30 / 750*100vw);
  }
  
  .message-area .message_text {
    width: calc(283 / 750*100vw);
  }
  
  .message-area .wrapper .inner {
    margin-top: calc(23 / 750*100vw);
  }
  
  .message-box ul {
    margin-bottom: calc(20 / 750*100vw);
  }
  
  .message-box ul li a img {
    width: calc(720 / 750*100vw);
    height: calc(378 / 750*100vw);
    margin-bottom: calc(10 / 750*100vw);
  }
	
  .message-box ul li:first-of-type {
    margin:0;
  }
  .message-box ul li:first-of-type a img {
    width: calc(720 / 750*100vw);
    height: calc(378 / 750*100vw);
  }
	
  .message-area .wrapper .copyright {
    font-size: 1.2rem;
    margin-bottom: calc(40 / 750*100vw);
  }
  
  .annivlink-area {
    background-image: url(../img/bg_latest_volume_sp.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #f3f5f7;
    width: 100%;
    background-size: 100%;
}
.annivlink-area .wrapper {
    width: calc(720 / 750*100vw);
	margin: 0 auto;	
    padding-bottom: calc(40 / 750*100vw);
}
.annivlink-area h2 img{
	width: calc(449 / 750*100vw);
    margin: 0 auto;
    padding: calc(40 / 750*100vw) 0 calc(30 / 750*100vw);
} 
.annivlink-area h3 img{
	width: calc(717 / 750*100vw);
    margin: 0 auto;
    padding: 0 0 calc(10 / 750*100vw);
} 	
  .annivlink-box ul li a img {
    width: calc(230 / 750*100vw);
    height: calc(325 / 750*100vw);
    margin-bottom: calc(10 / 750*100vw);
  }
.annivlink-box ul li a img:hover {
  border: #45c0ff 1px solid;
}
.annivlink-box ul li.comics a img:hover {
  border: #ff59ab 1px solid;
}	
	
}