


@charset "UTF-8";
* {
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 12px;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1rem;
}

p {
  margin: 0;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
}

a {
  color: #333333;
}

a:hover, a:target, a:visited, a:active, a:focus {
  color: #333333;
}

@media screen and (max-width: 640px) {
  iframe {
    max-width: 100%;
  }
}

.layout {
  min-width: 1024px;
}

@media screen and (max-width: 640px) {
  .layout {
    min-width: 100%;
  }
}

.layout__inner {
  width: 900px;
  max-width: 900px;
  margin: 0 auto;
}

.layout__inner--top {
  width: 1024px;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .layout__inner--top {
    width: 100%;
    max-width: 100%;
  }
}
box--mainTopics

  .layout__inner {
    width: 100%;
    max-width: 100%;
  }
}

.layout__main {
  width: 670px;
  max-width: 670px;
  min-height: 100px;
}

@media screen and (max-width: 640px) {
  .layout__main {
    width: 100%;
    max-width: 100%;
  }
}

.layout__side {
  width: 330px;
  max-width: 330px;
  min-height: 100px;
}

@media screen and (max-width: 640px) {
  .layout__side {
    width: 100%;
    max-width: 100%;
  }
}

.table {
  padding: 20px 5px;
}

.table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table--storedetail {
  float: right;
  max-width: 500px;
}

@media screen and (max-width: 640px) {
  .table--storedetail {
    max-width: 100%;
    padding:10px 0;
  }
}

.table--storedetail .table__item {
  line-height: 1.7;
}

@media screen and (max-width: 640px) {
  .table--storedetail .table__item {
    width: 100%;
    font-size: 0.935em;
  }
}

.btn--movie img {
  width: 100%;
}

.btn--store {
  padding: 35px 0 75px;
}

@media screen and (max-width: 640px) {
  .btn--store {
    padding: 0 0 6.719%;
  }
}

@media screen and (max-width: 640px) {
  .btn--store img {
    width: 88.75%;
  }
}


  .btn--newsdetail {border-radius:20px;}
  
  .btn--newsdetail a:hover{opacity:0.6;}  

@media screen and (max-width: 640px) {
  .btn--newsdetail {
    width: 86px;
    height: 32px;
  }
}

@media screen and (max-width: 640px) {
  .btn--newsdetail img {
    width: 100%;
    max-width: 100%;
  }
}

.icon--new:after {
  content: '';
  display: inline-block;
  width: 56px;
  height: 16px;
  background: url("../images/common/icon__deco--new.png") no-repeat;
}

@media screen and (max-width: 640px) {
  .icon--new:after {
    width: 28px;
    height: 8px;
    background-size: contain;
  }
}

.header {
  position: relative;
  z-index: 9;
}

.header__inner {
  position: relative;
}

.header__description {
  min-width: 1024px;
  background: url("../images/common/bg__ptn--stripe01_pc.png");
  background-color: #ed4284;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .header__description {
    min-width: 100%;
    font-size: 12px;
  }
  .header__description img {
    max-width: 98%;
  }
}

.header__description__inner {
  width: 1024px;
  max-width: 1024px;
  height: 40px;
  margin: 0 auto;
  padding-left: 200px;
}

@media screen and (max-width: 640px) {
  .header__description__inner {
    width: 100%;
    max-width: 100%;
    height: 28px;
    padding: 0 0 0 82px;
  }
}

.header__title__inner {
  position: relative;
  width: 1024px;
  max-width: 1024px;
  height: 0;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .header__title__inner {
    width: 100%;
    max-width: 100%;
  }
}

.header__title img {
  position: absolute;
  top: 0;
  left: -53px;
}

@media screen and (max-width: 640px) {
  .header__title img {
    left: 0;
    width: 84px;
  }
}

.header__navi {
  background: url("../images/common/bg__ptn--border02_pc.png");
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.06);
}

.header__navi__inner {
  width: 1024px;
  max-width: 1024px;
  margin: 0 auto;
  padding-left: 200px;
}

@media screen and (max-width: 640px) {
  .header__navi__inner {
    width: 100%;
    max-width: 100%;
    padding: 0 1% 0 62px;
  }
}

.footer {
  position: relative;
}

.footer--precureall {
  position: relative;
  top: 8px;
  margin-top: -90px;
  height: 60px;
  width: 100%;
  background-image: url("../images/common/img__footer--precureall_pc.png");
  background-repeat: repeat no-repeat;
  background-position: top center;
}

@media screen and (max-width: 640px) {
  .footer--precureall {
    top: 5px;
    height: 40px;
    margin-top: -14.06%;
    background-image: url("../images/common/img__footer--precureall_sp.png");
    background-size: 314px 40px;
  }
}

.footer__series {

  background-color: #fbe4ef;
  padding: 30px 0 35px;
}

@media screen and (max-width: 640px) {
  .footer__series {
    background: none;
    padding: 0;
    min-width: 100%;
  }
}

.footer__series__inner {
  width: 900px;

  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .footer__series__inner {
    width: 100%;
    max-width: 100%;
  }
}

.footer__link__item dt {
  padding-left: 10px;
  margin-bottom: 10px;
  font-size: 1.25em;
  color: #db0a5b;
}

.footer__link__item ul {
  padding-left: 10px;
}

.footer__link__item ul li {
  background-image: url("../images/common/icon__footer__list--heart_pc.png");
  background-repeat: no-repeat;
  background-position: left 6px;
  padding-left: 18px;
  margin-bottom: 12px;
  line-height: 1.25;
}

.footer__link__item ul li a {
  font-size: 0.825em;
}

.footer__link__item--menu {
  -webkit-box-flex: 1.20;
      -ms-flex: 1.20 1;
          flex: 1.20 1;
}

.footer__link__item--tv {
  -webkit-box-flex: 1.75;
      -ms-flex: 1.75 1;
          flex: 1.75 1;
}

.footer__link__item--movie {
  -webkit-box-flex: 2.5;
      -ms-flex: 2.5 1;
          flex: 2.5 1;
}

.footer__copylight {
  width: 900px;

  margin: 0 auto;
  padding: 35px 0 75px;
  text-align: center;
  color: #666666;
  font-size: 0.825em;
  line-height: 2.5em;
}

@media screen and (max-width: 640px) {
  .footer__copylight {
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 30px;
  font-size: 0.625em;
  line-height:1.5em;
  color:#999;
  }
  .footer__copylight br {
    display: none;
  }
}

.gnavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -12px;
}

@media screen and (max-width: 640px) {
  .gnavi {
    margin: 0;
    width: 100%;
  }
}

.gnavi__item {
  position: relative;
  padding: 0 14px 0 10px;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .gnavi__item {
    margin-left: 0;
    padding: 0;
  }
  .gnavi__item img {
    max-width: 100%;
  }
}

.gnavi__item:first-of-type {
  margin-left: 0px;
}

@media screen and (max-width: 640px) {
  .gnavi__item:last-of-type a:before {
    display: none;
  }
}

.gnavi__item:hover:after, .gnavi__item.active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #ee518e;
}

@media screen and (max-width: 640px) {
  .gnavi__item:hover:after, .gnavi__item.active:after {
    height: 3px;
  }
}

.gnavi__item a {
  position: relative;
  display: block;
  text-align: center;
  padding: 13px 0 0;
}

@media screen and (max-width: 640px) {
  .gnavi__item a {
    padding: 5px 0 8px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76px 32px;
  }
  .gnavi__item a:before {
    content: '.';
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    background: url("../images/common/bg__ptn--border03_sp.png") no-repeat;
    background-position: right center;
    background-size: 2px;
  }
}

@media screen and (max-width: 640px) {
  .gnavi__item img {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .gnavi__item--news {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6 1;
            flex: 1.6 1;
  }
  .gnavi__item--news a {
    background-image: url("../images/common/gnavi__item--news_sp.png");
  }
}

@media screen and (max-width: 640px) {
  .gnavi__item--deco {
    -webkit-box-flex: 1.8;
        -ms-flex: 1.8 1;
            flex: 1.8 1;
  }
  .gnavi__item--deco a {
    background-image: url("../images/common/gnavi__item--deco_sp.png");
  }
}

@media screen and (max-width: 640px) {
  .gnavi__item--store {
    -webkit-box-flex: 1.6;
        -ms-flex: 1.6 1;
            flex: 1.6 1;
  }
  .gnavi__item--store a {
    background-image: url("../images/common/gnavi__item--store_sp.png");
  }
}






.pagetop {
  display: none;
	position: fixed;
  bottom: 100px;
  right: 10%;
  z-index: 999;
  width: 100px;
}

.pagetop img{width:100%;}


@media screen and (max-width: 640px) {
  .pagetop {
width: 22%;
bottom: 5%;
right: 5%;
position: fixed;
z-index: 1000;
  }
  .pagetop img {
    width: 100%;

  }
}

.sns__inner {
  position: relative;

  border-radius: 5px;
  padding: 6px 10px;
  margin: 5px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.sns__inner li:nth-child(2){
margin-top:2px;
}

@media screen and (max-width: 640px) {
.sns__inner li:nth-child(2){
margin-top:0x;
}
}

.sns__inner li:nth-child(3){
margin-top:0x;
}

@media screen and (max-width: 640px) {
.sns__inner li:nth-child(3){
margin-top:-7px;
}


}

@media screen and (max-width: 640px) {
  .sns__inner {
    padding: 15px 26%;
    margin: 0;
    background: #ffe8f1;
    border-bottom: 1px solid #ffcbe5;
    border-radius: 0;
  }
  .sns__inner img {
    max-width: 32px;
  }
  
  
}

.sns__item {
  padding-left: 10px;
}

@media screen and (max-width: 640px) {
  .sns__item {
    padding-left: 3%;
  }
}

.sns__item:first-of-type {
  padding-left: 0;
}

.sns--newsdetail .sns__inner {
  background: transparent;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
	  padding:0px;
}
.sns--newsdetail ul.sns__inner {
	margin-top:-5px;
}

.sns--newsdetail ul.sns__inner li:nth-child(1){
	margin-top:5px;
}


@media screen and (max-width: 640px) {
  .sns--newsdetail .sns__inner {
    border-bottom: none;
      padding: 0 0 25px 0;
  }
}

.sns--footer .sns__inner {
  margin: 0;
  padding: 0;
  height: 0;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .sns--footer .sns__inner {
    height: auto;
    padding:25px 6%;
    display:block;
  }
}

.box {
  position: relative;
  width: 100%;
  background-color: #fff;
  border: 3px solid #fedee8;
  border-radius: 10px;
}

.boxMain {
  position: relative;
  width: 96.2%;
  background-color: #fff;
  border: 5px solid #ffc6d7 !important;
  border-radius: 10px;
}



@media screen and (max-width: 640px) {
.boxMain {
	width: 95%;
	margin:15px 2.5%;
    box-shadow: 0px 0px 4px 2px #ececec;
    -moz-box-shadow: 0px 0px 4px 2px #ececec;
    -webkit-box-shadow: 0px 0px 4px 2px #ececec;
    border-radius: 7px 7px 7px 7px;
    -moz-border-radius: 7px 7px 7px 7px;
    -webkit-border-radius: 7px 7px 7px 7px;
    border: 3px solid #ffe0e9;
    }
}

@media screen and (max-width: 640px) {
  .box {
/* box-shadow */
box-shadow:0px 0px 2px 1px #ececec;
-moz-box-shadow:0px 0px 2px 1px #ececec;
-webkit-box-shadow:0px 0px 2px 1px #ececec;

/* border-radius */
border-radius:7px 7px 7px 7px ;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;

/* border */
border:3px solid #ffe0e9;
  }
}

.box__title {
  position: relative;
  padding: 10px 17px;
}

@media screen and (max-width: 640px) {
  .box__title {
    background-color: #fff;
    padding: 1.563% 2.563% 2.563%;
  }
  .box__title img {
    max-width: 100%;
    width: 290px;
  }
}

.box__title:after {
  background: url("../images/common/bg__ptn--stripe03_pc.png");
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}

.box__title--top {
  top: -8px;
  left: -5px;
  margin: -36px 0 0;
  padding: 0;
  height: 36px;
}

@media screen and (max-width: 640px) {
  .box__title--top {
    top: 0;
    left: 0;
    margin: 0;
    padding: 1.563% 2.563% 2.563%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
}

.box__title--top:after {
  display: none;
}

@media screen and (max-width: 640px) {
  .box__title--top:after {
    display: block;
  }
}

.box__title--movielist img {
  position: relative;
  top: -8px;
  left: -24px;
  z-index: 9;
}

@media screen and (max-width: 640px) {
  .box__title--movielist {
    border-radius: 8px 8px 0 0;
  }
  .box__title--movielist img {
    top: 0;
    left: -1.25%;
    max-width: 100%;
  }
}

.box__boxhead {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .box__boxhead {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.box__boxhead--topics {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .box__boxhead--topics {
    background-image: url("../images/top/text__top--topics_sp.png");
    width: 137.5px;
padding: 20px;
background-size: 90%;
  }
}

.box__boxhead--topstore {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .box__boxhead--topstore {
    background-image: url("../images/top/text__top--topstore_sp.png");
    width: 190px;
padding: 20px;
background-size: 90%;
  }
}

.box__boxhead--seriestv {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .box__boxhead--seriestv {
    background-image: url("../images/top/text__top--seriestv_sp.png");
    width: 250px;
padding: 20px;
background-size: 90%;
  }
}

.box__boxhead--seriesmovie {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .box__boxhead--seriesmovie {
    background-image: url("../images/top/text__top--seriesmovie_sp.png");
    width: 226px;
padding: 20px;
background-size: 90%;
  }
}

.box__boxhead--pickup {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .box__boxhead--pickup {
    background-image: url("../images/top/text__top--pickup_sp.png");
    width: 212px;
    height: 56px;
  }
}

.box__boxhead--newslist {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .box__boxhead--newslist {
    background: url("../images/news/text__news--newslist_sp.png")no-repeat center center;
    width: 100%;
    height: 35px;
    background-size: 35%;
}
  }
}

.box__boxhead--updatenews {
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .box__boxhead--updatenews {
    background-image: url("../images/news/text__news--updatenews_sp.png");
    height: 45px;
    width: 50%;
    margin: 0 25%;
  }
}

.box__boxhead--storenews {
  text-align: left;
}

@media screen and (max-width: 640px) {
  .box__boxhead--storenews {
    background-image: url("../images/store/text__store--storenews_sp.png");
width: 130px;
padding: 20px;
background-size: 100%;
  }
}

@media screen and (max-width: 640px) {
  .box__boxhead--storeinfo {
    background-image: url("../images/store/text__store--store.png");
    width: 54px;
    height: 18px;
    margin: 0 auto;
  }
}

.box__content {
  padding: 12px 0px;
}

.box__content__title {
  position: relative;
  padding: 10px 17px;
}

@media screen and (max-width: 640px) {
  .box__content__title {
    background-color: #fff;
    padding: 1.563% 2.563%;
    position: static;
  }
  .box__content__title img {
    max-width: 100%;
    width: 290px;
  }
}

.box__content__title--top {
  top: -8px;
  left: -5px;
  margin: -36px 0 0;
  padding: 0;
  height: 36px;
}

@media screen and (max-width: 640px) {
  .box__content__title--top {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 2.5%;
    height: auto;
  }
}

.box__content--series {
  padding: 7px;
  border-radius: 7px;
  background: url("../images/common/bg__ptn--stripe04_pc.png");
}

@media screen and (max-width: 640px) {
  .box__content--series {
    padding: 4.0625%;
  }
}

.box--main {
  margin: 0 0 24px;
}

.box--mainTopics {




}


@media screen and (max-width: 640px) {
  .box--main {
    margin: 0px 2.5%;
    overflow: hidden;
    width:95%;
    
  }
}

.box--top {
  margin: 0 0 61px;
}

@media screen and (max-width: 640px) {
  .box--top {
  margin: 25px 2.5% 35px;
    overflow: hidden;
  }
}

.box--in {
  overflow: hidden;
}

.box--series {
  margin: 0 0 24px;
}

@media screen and (max-width: 640px) {
  .box--series {
    margin: 25px 2.5% 35px;
  }
}

.card__box {
  display: block;
  background-color: #fff;
}

.card__box:first-of-type {
  border-radius: 7px 7px 0 0;
}

@media screen and (max-width: 640px) {
  .card__box:first-of-type {
    border-radius: 0;
  }
}

.card__box:nth-of-type(even) {
  background-color: #fff3f7;
}

@media screen and (max-width: 640px) {
  .card__box:nth-of-type(even) {
    background: #fff3f7;
  }
}

.card__box--storenews:nth-of-type(2n -1) {
 background-color: #ffe3ec;
}

.card__box--storenews:nth-of-type(2n) {
  background: none; 
}

@media screen and (max-width: 640px) {
  .card__box--storenews:nth-of-type(2n) {
    background: #ffecf6;
  }
}

.card__image--topics img {
  width: 92px;
  border: 2px solid #ffa8ca;
}

@media screen and (max-width: 640px) {
  .card__image--topics {
    width: 30%;
  }
  .card__image--topics img {
    width: 100%;
  }
}

.card__stacked {
  width: 100%;
  padding: 0 20px;
  font-size:0.935em;
}

@media screen and (max-width: 640px) {
  .card__stacked {
    padding: 0 3.125%;
     font-size:0.935em; 
  }
}

@media screen and (max-width: 640px) {
  .card__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2px;
    
    font-size:0.875em;line-height:0.935em;
  }
}

.card__date {
  color: #999999;
}

@media screen and (max-width: 640px) {
  .card__date {
    font-size: 12px;
  }
}

.card__category {
  width: 145px;
  height: 22px;
  margin: 1px 0 4px;
  background-repeat: no-repeat;
}

@media screen and (max-width: 640px) {
  .card__category {
    width: 74px;
    height: 11px;
    margin: 0 8px;
    background-size: contain;
  }
}

.card__category:before {
  display: block;
  text-indent: -9999px;
}

.card__category--deco {
  background-image: url("../images/common/icon__category--deco_pc.png");
}

.card__category--deco:before {
  content: 'デコってプリキュア';
}

.card__category--news {
  background-image: url("../images/common/icon__category--news_pc.png");
}

.card__category--news:before {
  content: 'ニュース';
}

.card__category--store {
  background-image: url("../images/common/icon__category--store_pc.png");
}

.card__category--store:before {
  content: 'プリティストア';
}



.card__text {
    font-size: 1.125em;
}


@media screen and (max-width: 640px) {
  .card__text {
    font-size: 1.125em;
    line-height: 1.7;
  }
}

.card__icon--new:after {
  content: 'NEW';
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ff63c2;
  padding: 0 5px;
}

@media screen and (max-width: 640px) {
  .card__icon--new:after {
    font-size: 10px;
  }
}

.card--topics {
  position: relative;
  background: none;
  border: none;
  border-radius: 0;
  padding: 20px 30px;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .card--topics {
    padding: 20px;
  }
}

.card--topics:after {
  content: url("../images/common/icon_arrow01_pc.png");
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.card--store .card__category {
  width: 100%;
  font-weight: bold;
  color: #ff6c99;
}

@media screen and (max-width: 640px) {
  .card--store .card__category {
    display: block;

    margin: 7px 0 2px;
    padding: 0;
    font-size:1em;
  }
}

@media screen and (max-width: 640px) {
  .card--store .card__meta {
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .card--store .card__text {
    display: block;
    margin: 0;
    font-size: 1em;
    line-height:1.25 !important;
    padding:0 0 10 0;
  }
}

.mainvisual {
  background: url("../images/common/bg__ptn--dot_pc.png");
  border-bottom: 7px solid #ffe5ed;
}

@media screen and (max-width: 640px) {
  .mainvisual {
    border-bottom: 3px solid #ffe5ed;
  }
}

@media screen and (max-width: 640px) {
  .mainvisual__inner {
    display: block;
  }
}

.mainvisual__image {
  position: relative;
width:1036px;
margin:0 auto;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .mainvisual__image {
	width:100%;
    background-repeat: no-repeat;
  }
  
    .mainvisual__image img{

    width:100%;
  }
  
}

@media screen and (max-width: 640px) {
  .mainvisual__image img {
    width: 100%;

    margin: 0;
  }
}

.mainvisual__image--top {
  height: 520px;
}

.mainvisual__image--top img {
  margin-left: -50px;
  margin-top: -8px;
}

@media screen and (max-width: 640px) {
  .mainvisual__image--top {
    height: 0;
    border: none;
    padding-top: 76.56%;
    background-size: contain;
    background-image: url("../images/top/img__mv_sp.png");
  }
  .mainvisual__image--top img {
    display: none;
  }
}

.mainvisual__movie {
  margin: 0 0 15px;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .mainvisual__movie {
    margin: 0;
    border: none;
    background: none;
    box-shadow: none;
  }
}

.mainvisual__movie .this__title {
  background: url("../images/common/bg__ptn--stripe02_pc.png");
  border-radius: 10px 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 640px) {
  .mainvisual__movie .this__title {
    background: none;
  }
}

.mainvisual__movie .this__title:after {
  display: none;
}

.mainvisual__movie .this__title img {
  margin-left: -36px;
  margin-top: -18px;
}

@media screen and (max-width: 640px) {
  .mainvisual__movie .this__title img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 640px) {
  .mainvisual__movie .this__content {
    padding: 0;
  }
}

.mainvisual__movie .this__content__item {
  margin-bottom: 8px;
}

.mainvisual__movie .this__content__item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .mainvisual__movie .this__content__item {
    text-align: center;
  }
}

.mainvisual__announce {
  padding: 0;
}

.mainvisual--top {
  position: relative;
  background-color: #fdb5cb;
  border-bottom: 4px solid #eaeaea;
}

@media screen and (max-width: 640px) {
  .mainvisual--top {
    border-bottom: none;
  }
}

.mainvisual--top:before {
  content: '';
  position: absolute;
  top: 0;
  background-image: url("../images/common/bg__texture--splash_pc.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 520px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .mainvisual--top:before {
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .movielist {
 	width:95%;
    margin: 0 2.5% 60px;
    overflow: visible;
  }
}

.movielist__title img {
  position: relative;
  top: -8px;
  left: -24px;
  z-index: 9;
}

@media screen and (max-width: 640px) {
  .movielist__title {
    border-radius: 8px 8px 0 0;
  }
  .movielist__title img {
    top: 0;
    left: -1.25%;
    max-width: 100%;
  }
}

.movielist__content {
  padding: 30px 43px;
}

@media screen and (max-width: 640px) {
  .movielist__content {
    padding: 3.125% 9.844%;
  }
}

.movielist__content .movie {
  margin: 0;
}

.movielist__content .movie__item {
  padding: 0 7px;
}

.movielist__content .movie__item img {
  width: 100%;
  max-width: 100%;
}

.movielist__content .movie__item span {
  display: block;
  padding: 4px 0;
  font-size: 12px;
  line-height: 1.25;
}

.slick-prev:before, .slick-next:before {
  color: #848484;
}

.slick-dots {
  bottom: -85px;
}

@media screen and (max-width: 640px) {
  .slick-dots {
    bottom: -35%;
  }
}

@media screen and (max-width: 640px) {
  .slick-dots li {
    margin: 0 1.5%;
    width: 15px;
    height: 15px;
  }
}

@media screen and (max-width: 640px) {
  .slick-dots li button {
    width: 15px;
    height: 15px;
  }
}

.slick-dots li button:before {
  font-size: 16px;
  color: #fb3380;
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .slick-dots li button:before {
    font-size: 12px;
    width: 15px;
    height: 15px;
  }
}

.slick-dots li.slick-active button:before {
  color: #d2d2d2;
  opacity: 1;
}

.article__boxhead {
  padding: 18px 17px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .article__boxhead {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.article__boxhead:after {
  display: none;
}

.article__heading {
    background-color: #f85795;
    background-image: url(../images/common/bg__ptn--stripe01_pc.png);
    margin: 24px 0 0;
    padding: 15px 20px;
    width: 100%;
}



.article__heading-online {
    background-color: #f85795;
    background-image: url(../images/common/bg__ptn--stripe01_pc.png);
    margin: 24px 0 0;
    padding: 15px 20px;
    width: 100%;
}

@media screen and (max-width: 640px) {
  .article__heading {
    margin:15px 0 0 -5%;
    padding: 15px;
    display: block;
    
    width:110%;
  }
}

.article__heading:after {
  display: none;
}

.article__heading p {
  color: #fff;
}

.article__title {
    background: url(../images/common/icon__title--newsdetaile_pc.png) no-repeat center left;
    padding: 10px 0 10px 41px;
    font-size: 1.5em;
    line-height: 1.3em;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
}

@media screen and (max-width: 640px) {
.article__title {
    background: none;
    padding: 0px 15px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
}
}

.article__date {
    background: url(../images/common/icon__newsdetail__date--heart.png) no-repeat;
    background-position: 88.5% 3px;
    padding: 0 0 8px 20px;
    font-size: 1em;
    width: auto;
    text-align: right;
    font-weight: normal;
}

@media screen and (max-width: 640px) {
  .article__date {
    background: none;
    padding: 5px 20px 0 0 !important;
    font-size:0.785em !important;
  }
}

.article__detail {
  padding: 20px 40px 60px;
}

@media screen and (max-width: 640px) {
  .article__detail {
    padding: 3.125% 3.125% 9.375%;
  }
}

.article__caption {
  color: #e3398d;
  font-size: 20px;
  padding: 10px 0 0;
}

@media screen and (max-width: 640px) {
  .article__caption {
  font-size:1.25em;
  color: #e3398d;
  padding: 0 0 3px 0;
  font-weight:bold;
  }
}

.article__caption--in {
  font-size: 16px;
  font-weight: bold;
  color: #593a3a;
  line-height: 1.4;
  padding: 0 0 10px;
}

@media screen and (max-width: 640px) {
  .article__caption--in {
    width: 90%;
    margin: 0 auto;
    font-size: 1em;
    padding: 3.975% 0 3.975%;
  }
}

.article__contents {
/*
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
*/
  padding: 10px 0 0;
}

@media screen and (max-width: 640px) {
  .article__contents {
    display: block;
    margin-top:-25px;
  }
  .article__contents img {
    max-width: 100%;
  }
}

.article__image img{border: solid 7px #ffe7f0;}

@media screen and (max-width: 640px) {
  .article__image img {border: solid 3px #ffe7f0;}
 
}

.article__text {
  -webkit-box-flex: 3;
      -ms-flex: 3 1;
          flex: 3 1;
  width: 100%;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 640px) {
  .article__text {
    font-size: 10px;
    padding: 0;
  }
}

.article__controll {
  padding: 0 0 120px;
}

@media screen and (max-width: 640px) {
  .article__controll {
	padding: 7px 2.5% 50px;
  }
}

box--main .article__icon--new:after {
  content: '';
  display: none;
  width: 56px;
  height: 16px;
  background: url("../images/common/icon--new.png") no-repeat;
}

@media screen and (max-width: 640px) {
  .article__icon--new:after {
    width: 28px;
    height: 8px;
    background-size: contain;
  }
}

.article--newsdetail {
  background-color: #fffff8;
}

.article--newsdetail .article__detail {
/*  background: url("../images/news/bg__news--character.png") no-repeat;*/
  background-position: right bottom 20px;
}

.article--decodetail {
  background-color: #fffff8;
}

.article--decodetail .article__caption--in {
  background: url("../images/common/icon__caption_pc.png") no-repeat;
  background-position: left top;
  padding-left: 44px;
}

@media screen and (max-width: 640px) {
  .article--decodetail .article__caption--in {
    background: url("../images/common/icon__caption_sp.png") no-repeat;
    background-size: 30px 30px;
    background-position: 0 48%;
    padding-left: 38px;
  }
}

.article--decodetail .article__text {
  padding: 0 0 0 30px;
}

@media screen and (max-width: 640px) {
  .article--decodetail .article__text {
    padding: 0;
  }
}

.article--decodetail .article__sizelist li {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .article--decodetail .article__sizelist li {
    width: 48%;
    margin-bottom: 2.34%;
  }
}

.article--storedetail {
  background-color: #fff;
}

@media screen and (max-width: 640px) {
  .article--storedetail .article__boxhead--storeinfo {
background: url("../images/store/text__store--store.png") no-repeat center 15px;
width: 80%;
height: 40px;
background-size: 30%;
display: block;
margin: 0 10%;
  }
}

.article--storedetail .article__heading {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 0;
}




@media screen and (max-width: 640px) {
  .article--storedetail .article__heading {
margin: 15px 0 0 -2%;
padding: 15px;
  }
}

.article--storedetail .article__heading:before {
  content: '';
  position: absolute;
  left: 25px;
  top: -18px;
  width: 72px;
  height: 88px;
  background-image: url("../images/store/icon__store--character01.png");
  background-repeat: no-repeat;
  background-position: left center;
}

.article--storedetail .article__heading-online:before {
  content: '';
  position: absolute;
  left: 25px;
  top: -18px;
  width: 72px;
  height: 88px;

  background-repeat: no-repeat;
  background-position: left center;
}

.article--storedetail .article__heading_00:before {
  content: '';
  position: absolute;
  left: 25px;
  top: -18px;
  width: 72px;
  height: 88px;

  background-repeat: no-repeat;
  background-position: left center;
}



@media screen and (max-width: 640px) {
  .article--storedetail .article__heading:before {
    left: 3.906%;
    top: -10px;
    background-size: contain;
    width: 36px;
    height: 44px;
  }
}

.article--storedetail .article__heading--tokyo:before {
  background: url("../images/store/icon__store--character02.png") no-repeat left -2px;
  background-size:45%;
width: 15%;
height: 80px;

}

.article--storedetail .article__heading--osaka:before {
  background: url("../images/store/icon__store--character01.png") no-repeat left -2px;
  background-size:45%;
width: 15%;
height: 90px;
}

.article--storedetail .article__heading--yokohama:before {
  background: url("../images/store/icon__store--character03.png") no-repeat left -2px;
  background-size:45%;
width: 15%;
height: 90px;
}

.article--storedetail .article__heading--chiba:before {
  background: url("../images/store/icon__store--character04.png") no-repeat left 0px;
  background-size:45%;
width: 15%;
height: 90px;
}

@media screen and (max-width: 640px) {

.article--storedetail .article__heading--tokyo:before {
  background: url("../images/store/icon__store--character02.png") no-repeat left 10px;
  background-size:95%;
width: 15%;
height: 80px;

}

.article--storedetail .article__heading--osaka:before {
  background: url("../images/store/icon__store--character01.png") no-repeat left 10px;
  background-size:95%;
width: 15%;
height: 90px;
}

.article--storedetail .article__heading--yokohama:before {
  background: url("../images/store/icon__store--character03.png") no-repeat left 10px;
  background-size:95%;
width: 15%;
height: 90px;
}

.article--storedetail .article__heading--chiba:before {
  background: url("../images/store/icon__store--character04.png") no-repeat left 1px;
  background-size:95%;
width: 15%;
height: 90px;
}

}

.article--storedetail .article__title {
  background: none;
  background-size: contain;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .article--storedetail .article__title--tokyo {
    background: url("../images/store/text__store--tokyo_sp.png")no-repeat 10% center ;
    background-size:70%; 
    width: 90%;
    height: 30px;
    margin:0 15%;
  }
  .article--storedetail .article__title--osaka {
    background: url("../images/store/text__store--osaka_sp.png")no-repeat 10% center;
    background-size:70%; 
    width: 90%;
    height: 30px;
    margin:0 15%;
  }
  .article--storedetail .article__title--yokohama {
    background: url("../images/store/text__store--yokohama_sp.png")no-repeat 10% center;
    background-size:70%; 
    width: 90%;
    height: 30px;
    margin:0 15%;
  }
  .article--storedetail .article__title--online {
   
  }
}

@media screen and (max-width: 640px) {
  .article--storedetail .article__detail {
    
  }
}

.article--storedetail .article__caption--in {
  position: relative;
  float: right;
  max-width: 500px;
  background: url("../images/common/icon__caption--deco_pc.png") no-repeat;
  background-position: left top;
  padding-left: 44px;
  padding-bottom: 23px;
}

@media screen and (max-width: 640px) {
  .article--storedetail .article__caption--in {
    background: none;
    padding: 0 0 0 1.5%;
    width: 63.5%;
    font-size:1.125em;
  }
}

.article--storedetail .article__caption--in:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: url("../images/common/bg__ptn--dashed.png");
}

@media screen and (max-width: 640px) {
  .article--storedetail .article__caption--in:after {
    display: none;
  }
}


.article--storedetail .article__contents {
  display: block;
}

.article--storedetail .article__image {
  float: left;
}

.article--storedetail .article__image--detail {
  float: right;
}

.article--storedetail .article__image--detail img{
width:85%;
}

@media screen and (max-width: 640px) {
  .article--storedetail .article__image--detail {
    width: 100%;margin:-15px 0 0;
  }
  .article--storedetail .article__image--detail img {
    max-width:100%;
  }
}

@media screen and (max-width: 640px) {
  .article--storedetail .article__image {
    width:35%;
  }
  .article--storedetail .article__image img {
    width: 100%;
  }
}

.article--storedetail .article__text {
  padding: 0 0 0 30px;
}

@media screen and (max-width: 640px) {
  .article--storedetail .article__text {
    padding: 0;
  }
}

.newslist {
  padding: 30px;
  background-color: #fff4f4;
}

.newslistTop {
    padding: 25px 0px;
    background-color: #fff4f4;
}


@media screen and (max-width: 640px) {
  .newslist {
    padding: 3.125% 3.438%;
  }
  .newslistTop {
    padding:0 0 15px ;
  }  
}

.newslist__title {
  text-align: center;
}


ul.newslist__content li:nth-child(1){
	margin-top:-15px;
}
@media screen and (max-width: 640px) {

ul.newslist__content {
	padding:12px 0 0px;
}
}

.newslist__item {
    background: url(../images/common/icon__list--heart_pc.png) no-repeat 3.5% center;
    font-size: 16px;
    color: #684c4c;
}

.newslist__item p.date {
 font-size:0.875em;margin-right:15px;
 color:#666;
}

@media screen and (max-width: 640px) {
.newslist__item p.date {
 font-size:0.875em;margin-right:15px;
 color:#999;
}
}



@media screen and (max-width: 640px) {
  .newslist__item {
    background-size: 5%;
    background-position: left 12px;
    padding: 0 35px 0 20px;
    font-size: 1em;
    background: url(../images/common/icon_arrow03_pc.png) no-repeat 94% center;
    background-size: 2.2%;
  }
}


.newslist__item:last-of-type {
  margin-bottom: 0;
}


.newslist__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .newslist__item a {
    display: block;
  }
}

.newsdetail {
  background-color: #fffff8;
}

.newsdetail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #f85795;
  background-image: url("../images/common/bg__ptn--stripe01_pc.png");
  margin: 24px 0 0;
  padding: 7px 50px 3px;
  min-height: 50px;
}

@media screen and (max-width: 640px) {
.newsdetail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  background-color: #f85795;
  background-image: url("../images/common/bg__ptn--stripe01_pc.png");
  margin: 15px 0 0 0;
  padding: 15px;
  min-height: 50px;
  overflow:hidden;
  
}
}

.newsdetail__title:after {
  display: none;
}

.newsdetail__title p {
  color: #fff;
}

.newsdetail__text {
  background: url("../images/common/icon__title--newsdetaile_pc.png") no-repeat;
  background-position: left 1px;
  padding: 8px 0 4px 40px;
  font-size: 24px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 640px) {
  .newsdetail__text {
    background: none;
    padding: 0px 0px 5px 0px ;
    font-size: 1.125em;
    line-height:1.25em;
    font-weight:700;
  }
}

.newsdetail__date {
  -ms-flex-item-align: end;
      align-self: flex-end;
  background: url("../images/common/icon__newsdetail__date--heart.png") no-repeat;
  background-position: left ;
  padding:20px;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .newsdetail__date {
    display:block;
    padding:0;
    font-size:0.785em;
  	background: url("../images/common/icon__newsdetail__date--heart.png") no-repeat;
  	float:right;
  	padding:0 0 0 15px;
  	margin-top:-5px;
  }
}

.newsdetail__contents {
  padding: 20px 40px 60px;
 /* background: url("../images/news/bg__news--character.png") no-repeat;*/
  background-position: right bottom 20px;
}

@media screen and (max-width: 640px) {
  .newsdetail__contents {
    padding: 15px;
    color:#333;
    font-size:1.125em;
    line-height:1.8em;
  }
}

.newsdetail__contents__title {
  color: #e3398d;
  font-size: 20px;
  padding: 10px 0;
}

@media screen and (max-width: 640px) {
  .newsdetail__contents__title {
    font-size: 1em;
    margin-top:-25px;
  }
}

.newsdetail__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 640px) {
  .newsdetail__content {
    display: block;
  }
  .newsdetail__content img {
    max-width: 100%;
  }
}

.newsdetail__content__text {
  -webkit-box-flex: 3;
      -ms-flex: 3 1;
          flex: 3 1;
  padding: 0 0 0 10px;
}

@media screen and (max-width: 640px) {
  .newsdetail__content__text {
    font-size: 10px;
    padding: 0;
  }
}

.newsdetail__content__image {
  -webkit-box-flex: 2;
      -ms-flex: 2 1;
          flex: 2 1;
}

@media screen and (max-width: 640px) {
  .newsdetail__content__image {
    padding: 0 0 3.125%;
  }
}

.newsdetail__controll {
  padding: 0 0 50px;
}

@media screen and (max-width: 640px) {
  .newsdetail__controll {
    padding: 0 1% 8.125%;
  }
}

@media screen and (max-width: 640px) {
  .decodetail__contents {
    padding: 4.125% 4.125% 9.375%;
  }
}

.decodetail__contents__title {
  padding: 0 0 10px 44px;
  font-size: 16px;
  font-weight: bold;
  color: #593a3a;
  background: url("../images/common/icon__deco--heart_pc.png") no-repeat;
  background-position: left top;
}

@media screen and (max-width: 640px) {
  .decodetail__contents__title {
    width: 90%;
    margin: 0 auto;
    padding: 3.975% 0 3.975% 38px;
    font-size: 12px;
    line-height: 1.4;
    background: url("../images/common/icon__deco--heart_sp.png") no-repeat;
    background-size: 30px 30px;
    background-position: 0 48%;
  }
}

.decodetail__content__text {
  width: 100%;
  padding: 0 0 0 30px;
}

@media screen and (max-width: 640px) {
  .decodetail__content__text {
    padding: 0;
  }
}

@media screen and (max-width: 640px) {
  .decodetail__content__image {
    padding: 0;
  }
}

.decodetail__content--sizelist li {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .decodetail__content--sizelist li {
    width: 48%;
    margin-bottom: 2.34%;
  }
}

.banner li {
  border-radius: 10px;
  border: 3px solid #ffc6d7;
  overflow: hidden;
}

.banner--main {
  margin: 0;
}

@media screen and (max-width: 640px) {
  .banner--main {
    margin:20px 0 40px;
    display:block;
  }
}

.banner--main li {
  margin: 8px 0;
}

@media screen and (max-width: 640px) {
  .banner--main li {
   width:90%;
   margin:20px 5% 0 5%;
   display:block;
  }
}

@media screen and (max-width: 640px) {
  .banner--main img {
    width: 100%;
  }
}

.banner--footer {
  display: none;
}

@media screen and (max-width: 640px) {
  .banner--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ffcbe5;
    padding: 20px 0 30px;
  }
}

@media screen and (max-width: 640px) {
  .banner--footer li {
    width: 45%;
  }
  .banner--footer li img {
    width: 100%;
  }
}

.main {
  overflow: hidden;
  min-width: 1024px;
  padding: 0 0 130px;
}

@media screen and (max-width: 640px) {
  .main {
    min-width: 100%;
      padding: 0 0 30%;
  }
}

.main--top {
  min-width: 1024px;
  background: url("../images/common/bg__ptn--border_pc.png");
}

@media screen and (max-width: 640px) {
  .main--top {
    min-width: 100%;
  }
}

.maincontent {
  padding: 30px 0;
  margin: 0 auto 10px;
}

@media screen and (max-width: 640px) {
  .maincontent {
    padding: 0px !important;
    margin: 0px !important;
  }
}

.maincontent--top {
  padding: 52px 0;
}

@media screen and (max-width: 640px) {
  .maincontent--top {
    display: block;
    padding:0px;
    margin: 0 auto;
  }
}

.maincontent__subtitle {
  padding-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .maincontent__subtitle{
    width: 90%;
    margin:12px 5% -12px;
    font-size:0.785em;

  }
  .maincontent__subtitle img {
    width: 100%;

  }
}

.topics {
  border-width: 3px;
  padding: 0 0 20px;
}

@media screen and (max-width: 640px) {
  .topics {
    background-color: #fff;
    padding: 0;
  }
}

.storenews {
  margin-bottom: 24px;
}

@media screen and (max-width: 640px) {
  .storenews {
    margin: 0 0 4.688%;
  }
}

.store {
  border-width: 3px;
}

.store__content {
  padding: 10px 28px 28px;
}

@media screen and (max-width: 640px) {
  .store__content {
    padding: 3.125% 3.438%;
  }
}

@media screen and (max-width: 640px) {
  .store__content .this__title img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .store__content .this__content p {
    width: 31.563%;
  }
  .store__content .this__content img {
    width: 100%;
  }
}

.series li {
  width: 103px;
  margin: 0 0 0;
  padding: 3px;
}

@media screen and (max-width: 640px) {
  .series li {
    width: 33.33%;

  }
}

.series li img {
  width: 100%;
}
/*# sourceMappingURL=maps/style.css.map */

.pink{color:#e3398d;}
.subcap{font-size:0.875em;}
disNone{display:none;}

strong.caption{font-size:1.25em;display:block;margin-bottom:10px;}
.column240{width:180px;margin: 0 auto 10px;}
.column320{width:320px;margin: 0 auto 10px;}
.column360{width:360px;margin: 0 auto 10px;}
.column400{width:400px;margin: 0 auto 10px;}
.column480{width:480px;margin: 0 auto 10px;}
.column540{width:540px;margin: 0 auto 10px;}
.column600{width:600px;margin: 0 auto 10px;}
.column640{width:640px;margin: 0 auto 10px;}
.column80p{width:80%;margin: 0 auto 10px;}
.column100p{width:100%;margin: 0 auto 10px;}

.column240b{width:180px;margin: 0 0 10px;}
.column320b{width:320px;margin: 0 0 10px;}
.column480b{width:480px;margin: 0 0 10px;}
.column640b{width:640px;margin: 0 0 10px;}


.column2news{width:100%;display:flex;justify-content: space-between;flex-wrap:wrap;}
.column2news div{width:48%;}



.column2a{width:100%;overflow:hidden;margin-bottom:20px;}
.column2a div:nth-child(1){width:43%;margin-right:2%;float:left;}
.column2a div:nth-child(2){width:55%;float:left;}

.column2a2{width:100%;overflow:hidden;margin-bottom:20px;}
.column2a2 div:nth-child(1){width:43%;margin-right:2%;float:left;}
.column2a2 div:nth-child(2){width:43%;float:left;}



.column2b{width:100%;overflow:hidden;}
.column2b div{width:48%;margin-right:4%;float:left;margin-bottom:35px;}
.column2b div:nth-last-child(1){margin-right:0%;}

.column2b2{width:100%;overflow:hidden;margin-bottom:20px;}
.column2b2 div{width:48%;margin-right:1%;float:left;white-space:nowrap;}
.column2b2 div:nth-last-child(1){margin-right:0%;}
.column2b2 div img{width:100%;}

.column2c{width:100%;overflow:hidden;margin-bottom:20px;}
.column2c div{width:65%;margin-right:2%;float:left;}
.column2c div:nth-last-child(1){width:23%;margin-right:0%;}


.column2d{width:100%;overflow:hidden;margin-bottom:20px;}
.column2d span:nth-child(1){display:none}
.column2d span:nth-last-child(1){width:100%;}

.column2e{width:100%;overflow:hidden;margin-bottom:20px;}
.column2e div,.column2e p{width:49%;margin-right:2% !important;float:left;}
.column2e div:nth-child(2),.column2e p:nth-child(2){margin-right:0% !important;}

.column2f{width:100%;overflow:hidden;margin-bottom:20px;}
.column2f div,.column2f p{width:49%;margin-right:2% !important;float:left;}
.column2f div:nth-child(2),.column2f p:nth-child(2){margin-right:0% !important;}

.column2g{width:100%;overflow:hidden;margin-bottom:50px;}
.column2g div,.column2g p{width:66.5%;margin:0 1% 5px 0 !important;float:left;}
.column2g div:nth-child(2),.column2g p:nth-child(2){width:32.5%;margin-right:0% !important;}
.column2g div:nth-child(2) img:nth-child(1),.column2g p:nth-child(2) img:nth-child(1){display:block;margin-bottom:10px;}

.column3{width:100%;overflow:hidden;margin-bottom:50px;}
.column3 div{width:32.3%;margin-right:1%;float:left;}
.column3 div:nth-last-child(1){margin-right:0%;}

.column3b{width:100%;overflow:hidden;margin-bottom:50px;}
.column3b div{width:32.3%;margin-right:1%;float:left;}
.column3b div:nth-last-child(1){margin-right:0%;}

ul.column2{width:100%;overflow:hidden;margin-bottom:20px;}
.column2 li{width:49%;margin-right:2%;float:left;}
.column2 li:nth-last-child(1){margin-right:0%;}

ul.column3{width:100%;overflow:hidden;margin-bottom:20px;}
.column3 li{width:32%;margin-right:2%;float:left;}
.column3 li:nth-last-child(1){margin-right:0%;}

.column4{width:100%;overflow:hidden;margin-bottom:20px;}
.column4 div{width:23.5%;margin-right:2%;float:left;}
.column4 div:nth-last-child(1){margin-right:0%;}

ul.column4b{width:100%;overflow:hidden;margin-bottom:20px;}
ul.column4b li{width:23.5%;margin-right:2%;float:left;}
ul.column4b li:nth-last-child(1){margin-right:0%;}

.disPc{display:block;}
.disSp{display:none;}

.buyButton a{width: 45%;border-radius: 30px;font-size: 0.935em;color: #FFF;background-color: #999;padding: 10px 35px;
display: block;text-align: center;margin: 10px 0 15px 0;}
.buyButton a:hover{opacity:0.6;}


.nButton a{width: 100%;
    border-radius: 30px;
    font-size: 0.825em;
    color: #FFF;
    padding: 10px 35px;
    display: block;
    text-align: center;
    margin: 10px 0 15px 0;
    background: url(../images/common/icon_arrow04.png)no-repeat 92% center;
    background-color: #ee518e;
    background-size: 8%;}
    
.nButton a:hover{opacity:0.6;}


.pButton a{width: 100%;
    border-radius: 30px;
    font-size: 0.825em;
    color: #FFF;
    padding: 10px 35px;
    display: block;
    text-align: center;
    margin: 10px 0 15px 0;
    background: url(../images/common/icon_arrow05.png)no-repeat 8% center;
    background-color: #ee518e;
    background-size: 8%;}
.pButton a:hover{opacity:0.6;}

.lButton a{width: 25%;
    border-radius: 30px;
    font-size: 0.825em;
    color: #FFF;
    padding: 10px 35px;
    display: block;
    text-align: center;
    margin: 10px 37.5% 15px ;
    background-color: #ee518e;
    background-size: 8%;}
    
    
.lButton a:hover{opacity:0.6;}


.lTopButton a{width: 65%;
    border-radius: 30px;
    font-size: 1.125em;
    color: #FFF;
    padding: 12px 35px;
    display: block;
    text-align: center;
    margin: 10px 17.5% 15px ;
    background: url(../images/common/icon_arrow04.png)no-repeat 92% center;
    background-color: #ee518e;
    background-size: 4%;}
    
    
.lTopButton a:hover{opacity:0.6;}

.newslistTop ul li{     display: block;
    padding: 25px 15px 25px 55px;
}

@media screen and (max-width: 640px) {
.newslistTop ul li{    
 display: block;
    padding: 15px 45px 15px 25px;
}
}

.newslistTop ul li:nth-child(even){ 
    background-color: #FFF;
}

.newslist ul li{display:none;}
.newslist ul li:nth-child(-n+3) {display:block;}

.article__sizelist{
	width:100%;
	margin:10px 0;
	overflow:hidden;
	display:block;	
}

.article__sizelist li{	width:48.5%;margin-right:3%;display:block;float:left;}

.article__sizelist li a{
    border: solid 5px #faadca;
    border-radius:10px;
    font-size:1.25em;
    text-align:center;
    font-weight:700;
    padding:17px 0;
    color:#666;
	background: url("../images/common/icon_arrow03_pc.png")no-repeat 92% center;
	background-size:5.5%;
	background-color:#FFF;
	width:100%;
	display:block;
	
}

.article__sizelist li a:hover{
opacity:0.6;
}

.article__sizelist li:nth-child(even){
	margin-right:0%;
}

.footerSns{display:none;}
a:hover{opacity:0.6;}


@media screen and (max-width: 640px) {
.column240{width:35%;margin: 0 32.5% 10px;}
.column320{width:45%;margin: 0 auto 10px;}
.column360{width:90%;margin: 0 5% 10px;}
.column400{width:70%;margin: 0 5% 10px;}
.column480{width:90%;margin: 0 5% 10px;}
.column540{width:90%;margin: 0 5% 10px;}
.column600{width:90%;margin: 0 5% 10px;}
.column640{width:90%;margin: 0 5% 10px;}
.column80p{width:90%;margin: 0 auto 10px;}
.column100p{width:100%;margin: 10px auto;}

.column240b{width:25%;margin: 0 37.5% 10px;}
.column320b{width:70%;margin: 0 15% 10px;}
.column480b{width:90%;margin: 0 5% 10px;}
.column640b{width:90%;margin: 0 5% 10px;}

.column2a,.column2a2{width:100%;}
.column2a div:nth-child(1),.column2a2 div:nth-child(1){width:90%;margin: 0 5% 15px;}
.column2a div:nth-child(2),.column2a2 div:nth-child(2){width:90%;margin: 0 5% 15px;}
.column2b{width:100%;}
.column2b div{width:90%;margin: 0 5% 20px;}

.column2b2{width:100%;}
.column2b2 div{width:90%;margin: 0 5% 3px;}
.column2b2 div:nth-child(2){width:45%;margin: 0 5% 35px;}
.column2b2 div img{width:95%;}


.column2c{width:100%;}
.column2c div{width:90%;margin: 0 5% 15px;}


.column2d{width:100%;overflow:hidden;margin-bottom:20px;}
.column2d span:nth-child(1){width:32%;margin-right:5%;float:left;display:block;}
.column2d span:nth-last-child(1){width:63%;margin-right:0%;}


.column2e{width:100%;overflow:hidden;margin-bottom:20px;}
.column2e div,.column2e p{width:49%;margin-right:2% !important;float:left;}
.column2e div:nth-child(2),.column2e p:nth-child(2){margin-right:0% !important;}

.column2f{width:100%;overflow:hidden;margin-bottom:20px;}
.column2f div,.column2f p{width:95%;margin:0 2.5% 10px; }


.column3{width:100%;margin:0px;}
.column3 div{width:90%;margin: 0 5% 30px !important;}
.column3 div:nth-last-child(1){margin-bottom: 0px;}

.column3b{width:100%;margin:0px;}
.column3b div{width:70%;margin: 0 15% 30px !important;}
.column3b div:nth-last-child(1){margin-bottom: 0px;}

ul.column3{width:100%;overflow:hidden;margin-bottom:30px;}
.column3 li{width:32%;margin-right:2%;float:left;}
.column3 li:nth-last-child(1){margin-right:0%;}

ul.column2{width:100%;overflow:hidden;margin:-20px 0 10px;}
.column2 li{width:49%;margin-right:2%;float:left;}
.column2 li:nth-last-child(1){margin-right:0%;}


.column2g{width:90% !important;margin:0px 5% 30px !important;overflow:hidden;}
.column2g div,.column2g p{width:100% !important;margin:0 auto 3px;overflow:hidden;}
.column2g div:nth-child(2) img:nth-child(1),.column2g p:nth-child(2) img:nth-child(1){width:49.5% !important;margin:0 1% 0 0;float:left;}
.column2g div:nth-child(2) img:nth-child(2),.column2g p:nth-child(2) img:nth-child(2){width:49.5% !important;margin:0 0 0 0;float:left;}


.column4{width:100%;}
.column4 div{width:70%;margin: 0 15% 15px;}

ul.column4b{width:100%;overflow:hidden;margin-bottom:20px;}
ul.column4b li{width:49%;margin-right:2%;float:left;margin-bottom:20px;}
ul.column4b li:nth-child(even){margin-right:0%;}


.layout__inner{width:100%;}
.buyButton a{width: 45%;border-radius: 30px;font-size: 0.935em;color: #FFF;background-color: #999;padding: 10px 25px;
display: block;text-align: center;margin: 10px 0 15px 0;}
.buyButton a:hover{opacity:0.6;}

.lButton a{width: 55%;
    border-radius: 30px;
    font-size: 0.935em;
    color: #FFF;
    padding: 15px 35px;
    display: block;
    text-align: center;
    margin: 20px 22.5%  ;
    background-color: #ee518e;
    background-size: 8%;}
    
    
.lButton a:hover{opacity:0.6;}
.box--mainTopics{height:auto;}
.box--mainTopics a{display:none;}
.box--mainTopics a:nth-child(-n+4){display:block;}

.footerSns{display:block;}


.disPc{display:none;}
.disSp{display:block;}
}


.prbold{
color: #e3398d;
font-weight:700;
display:block;
margin:10px 0 5px;
font-size:1.125em;
line-height: 1.375em;
}


span.indent{    background-color: #e3398d;
    padding: 3px 15px;
    border-radius: 30px;
    color: #FFF;
    font-size: 0.935em;

    }

.newsDetaile{
    color: #666;
    font-size: 0.825em;line-height:1.5em ;margin-top:5px;}
.tcenter{text-align:center;}
.infoText01{display:block;font-size:0.935em;color:#333;}
.infoText02{display:block;font-size:0.935em;color:#666;}


.font-middle {
    font-size: 1.125em !important;
}

.font-big {
    font-size: 1.25em !important;
}

.storeTop{
    border-radius: 15px;
    border: 5px solid #ff91b3;}
    
ol.decimal{display: block;padding:0px;list-style: decimal;}
ol.decimal li{margin-left:30px;padding:0px;list-style-type: unset;}
ol.decimal li.list-none{list-style: none;margin-left:0px;}
    