@charset "utf-8";
/*
	top.css
*/


/* ==========================================================
  PC表示 @media screen and (min-width: 670px)
========================================================== */


/* 大枠
============================================= */
#top .page {
  width: 926px;
  margin: 0 auto 155px;
  background: transparent;
  z-index: 0;
}

/* @MAIN
============================================= */
@media screen and (min-width: 670px) {
  .main {
    background: url(../images/top/bg_main.jpg) repeat-x center 0;
    height: 670px;
    width: 100%;
  }
  .bg_layer01 {
    background: url(../images/top/bg_rainbow.png) no-repeat center 0;
    height: 670px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -500px;
    width: 1000px;
  }
  .bg_layer02 {
    background: url(../images/top/bg_circle.png) no-repeat;
    height: 670px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -500px;
    width: 1000px;
    opacity: 0;
  }
  .bg_layer03 {
    background: url(../images/top/bg_kirakira.png) no-repeat center 0;
    height: 670px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -500px;
    width: 1000px;
    opacity: 0;
  }
  .main .main-inner {
      width: 1000px;
      height: 670px;
      margin: 0 auto;
      position: relative;
  }
  .main .logo{
    position: absolute;
    left: 50%;
    margin: 0 0 0 -169px;
    width: 338px;
    height: 223px;
    top: 293px;
    z-index: 102;
  }
  .main .date{
    position: absolute;
    left: 50%;
    margin: 0 0 0 -197px;
    bottom: 70px;
    width: 395px;
    z-index: 103;
  }
  .main .logo img,
  .main .date img { 
    position: relative;
    opacity: 0;
  }
}

header .main-character {
  overflow: hidden;
  margin: auto;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -500px;
  top: 0;
  width: 1000px;
}
header .main-character .main-character-inner {
  background: url(../images/top/main-character.png) no-repeat center 0;
  height: 670px;
  position: relative;
  top: 0;
  opacity: 0;
}

/* SNSボタン
------------------ */
.main .sns {
  *zoom: 1;
  position: absolute;
  z-index: 100;
  bottom: 50px;
  left: 427px;
}
.main .sns:before, .main .sns:after {
  content: "";
  display: table;
}
.main .sns:after {
  clear: both;
}
.main .sns li {
  float: left;
}
.main .sns li .fb-like span {
  vertical-align: top !important;
}


/* @GLOBAL NAVI
============================================= */
@media screen and (min-width: 670px) {
  .global-navi {
    background: url(../images/top/bg-navi.png) no-repeat center 0;
    position: relative;
  }
}


/* @CONTAINER
============================================= */
.container {
  *zoom: 1;
  margin-bottom: 10px;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

/* @TITLE
============================================= */

h2.title,
h2.title-s {
  margin: 0 0 6px 2px;
}
h2.title {
  width: 600px;
  background: url(../images/top/bg_titlePurple.png) no-repeat;
}

h2.title-s {
  width: 300px;
  background: url(../images/top/bg_titlePink.png) no-repeat;
}


/* @LEFT-AREA
============================================= */
.left-area {
  float: left;
}
/* TOPICS
------------------ */
.topics {
  width: 306px;
  margin-bottom: 10px;
}
.topics .topics-contents {
  background: url(../images/top/bg_topics.png) no-repeat;
  height: 366px;
}
.topics .topics-contentsSP {
  padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 5px #ff9cc1;
    -moz-box-shadow: 0px 0px 5px #ff9cc1;
    box-shadow: 0px 0px 5px #ff9cc1;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    border-radius: 5px 5px;
    border: #ff9cc1;
    background-color: #fff;
}
.topics .topics-contentsSP {
  display: none;
}

.topics .topics-contentsSP .topics-scroll {
    padding-bottom: 19px;
}
.topics .topics-contentsSP .topics-scroll dl {
  height: auto;
}
.topics .topics-scroll {
  padding: 8px 0 4px 12px;
}
.topics dl {
  height: 350px;
}
.topics dl dt {
  color: #e95098;
  line-height: 1.2;
  margin: 10px 0 5px;
  padding: 0 0 0 5px;
}
.topics dl dt:first-child {
  margin-top: 10px;
}
.topics dl dd {
  color: #7851e2;
  margin-right: 10px;
  padding: 0 0 25px 5px;
  background: url(../images/top/line_repeat.jpg) repeat-x left bottom;
}
.topics dl dd a{
  color: #7851e2;
}

/* @RIGHT-AREA
============================================= */
.right-area {
  width: 606px;
  float: left;
  margin-left: 12px;
}
.right-area .next-contents {
  background: url(../images/top/bg_nextContents.png) no-repeat;
  height: 586px;
}

.right-area h3 {
  color: #7851e2;
  font-size: 24px;
  text-align: center;
  margin-bottom: 14px;
  line-height: 1.3;
}
.right-area h3 em {
  display: block;
}
.right-area .next-inner {
  height: 535px;
  padding: 20px 30px 15px;
}
.right-area .next-inner div {
  text-align: center;
  margin-bottom: 12px;
}
.right-area p {
  line-height: 1.8;
}
@media screen and (max-width: 670px) {
  .right-area .next-inner .soon img {
    width: 100%;
    height: auto;
  }
}


/* @EVENT
============================================= */
  .event {
    text-align: center;
    background: url(../images/top/img_eventRepeat.png) repeat-y;
  }
  .event .title-top {
    background: url(../images/top/img_eventTop.jpg) no-repeat center top;
    height: 73px;
    padding: 35px 0 0;
      color: #fff;
      font-size: 17px;
  }
  .event h2.title-event {    
    margin: -30px 0 0;
      color: #7851e2;
      font-size: 28px;
      line-height: 1.3;
  }
  .event .title-bottom {
    background: url(../images/top/img_eventLine.jpg) no-repeat center bottom;
    height: 50px;
  }
  .event h3 {
    display: block;
    text-align: left;
    font-size: 20px;
    color: #ea458d;
    padding: 15px 0 35px 0;
    background: url(../images/top/event_detail.jpg) repeat-x center bottom;
  }
  .event h3 span {
    background: url(../images/top/h3_icon.png) no-repeat left;
    display: block;
    padding-left: 42px;
  }
  @media screen and (max-width: 670px) {
   .event h3 span {
    background-size: 20px 15px;
    padding-left: 25px;    
  }
}

  .event .event-bottom {
    background: url(../images/top/img_eventBottom.jpg) no-repeat center bottom;
    height: 20px;
  }
  .event .contents {
    padding: 20px 30px 15px;
    text-align: left;
    color: #6a3619;
    font-size: 14px;
    line-height: 1.57;
  }
  .event .event-img {
    margin: 30px 0;
  }
  .event .pink {
    color: #ea458d;
  }
  
.event .pink2 {
    color: #ea458d;
    padding: 10px;
    border-radius: 5px 5px;
    background-color: #F8E1F7;
    font-size: 1.25em;
    text-align: center;
    margin: 5px 0;
}

.event .pink3 {
    color: #ea458d;
    padding: 10px;
    border-radius: 5px 5px;
    background-color: #F8E1F7;
    font-size: 1.25em;
    margin: 15px 0;
}
  
  
  .event .purple {
    color: #7851e2;
  }

/* 小見出し2カラムパターン */

dl.dtColumn1{width:100%;margin:15px 0 50px 0;}
dl.dtColumn1 dt{width:55%;display:block;margin:0 auto 10px auto;}
dl.dtColumn1 dt img{width:100%;}
dl.dtColumn1 dd{width:100%;display:block;}
dl.dtColumn1 dd strong.pink{color:#EA458D;font-weight:bold;margin-bottom:5px;font-size:1.1em;display:block;}

dl.dtColumn2{width:100%;overflow:hidden;margin:15px 0 50px 0;}
dl.dtColumn2 dt{width:38%;margin-right:1%;float:left;display:block;}
dl.dtColumn2 dt img{width:100%;}
dl.dtColumn2 dd{width:61%;float:left;display:block;}
dl.dtColumn2 dd strong.pink{color:#EA458D;font-weight:bold;margin-bottom:5px;font-size:1.1em;display:block;}

dl.dtColumn2b{width:100%;overflow:hidden;margin:15px 0 50px 0;}
dl.dtColumn2b dt{width:30%;margin-right:3%;float:left;display:block;}
dl.dtColumn2b dt img{width:100%;}
dl.dtColumn2b dd{width:67%;float:left;display:block;}
dl.dtColumn2b dd strong.pink{color:#EA458D;font-weight:bold;margin-bottom:5px;font-size:1.1em;display:block;}

.column480Img{width:480px;margin:0 auto;display:block;}
.column640Img{width:640px;margin:0 auto;display:block;}


/* ==========================================================
  SP表示 @media screen and (max-width: 670px)
========================================================== */


/* 大枠
============================================= */

@media screen and (max-width: 670px) {
  #top .page {
    width: auto;
    padding: 25px 10px 0;
    margin: 0 auto 60px;
    background: transparent;
  }
  #top .page .text-center img {
    width: 100%;
    height: auto;
  }
  
}
/* @MAIN
============================================= */
@media screen and (max-width: 670px) {
  .main, .bg_layer01, .bg_layer02, .bg_layer03 {
    display: none;
  }
}

/* SNSボタン
------------------ */
@media screen and (max-width: 670px) {
  .title-sp .sns {
    display: block;
    position: absolute;
    z-index: 100;
    bottom: 6.5%;
    width: 160px;
    left: 50%;
    margin: 0 0 0 -80px;
  }
  .title-sp .sns:before, .title-sp .sns:after {
  content: "";
  display: table;
  }
  .title-sp .sns:after {
    clear: both;
  }
  .title-sp .sns li {
    float: left;
  }
  .title-sp .sns li .fb-like span {
    vertical-align: top !important;
  }
}

/* @TITLE
============================================= */
@media screen and (max-width: 670px) {
  h2.title {
    width: 100%;
    height: 42px;
    margin: 0 0 18px;
    box-sizing: border-box;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    border-radius: 5px 5px;
    border: 2px solid #b18ef5;
    background-color: #e3d3ff;
    background-image: url(../images/common/bg_stripePurple.gif);
    background-repeat: repeat;
  }
  h2.title img{
    margin: -10px 0 0;
  }
}

@media screen and (max-width: 670px) {
  h2.title-s {
    width: 100%;
    height: 42px;
    margin: 0 0 18px;
    box-sizing: border-box;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    border-radius: 5px 5px;
    border: 2px solid #ff86bf;
    background-color: #ffd8f0;
    background-image: url(../images/common/bg_stripePink.gif);
    background-repeat: repeat;
  }
  h2.title-s img{
    margin: -10px 0 0;
  }
}

/* @LEFT-AREA
============================================= */

@media screen and (max-width: 670px) {
  .left-area {
    float: none;
    margin-bottom: 20px;
  }
}

/* TOPICS
------------------ */

@media screen and (max-width: 670px) {
  .topics {
    width: 100%;
    margin: 0 0 22px;
  }
  .topics .topics-contents {
    display: none;
  }
  .topics .topics-contentsSP {
    display: block;
  }
}

/* @RIGHT-AREA
============================================= */
@media screen and (max-width: 670px) {
  .right-area {
    width: 100%;
    float: none;
    margin: 20px 0;
  }
  .right-area .next-contents {
  background: url(../images/top/bg_nextTop_sp.png) no-repeat center 0,
  url(../images/top/bg_nextBottom_sp.png) no-repeat center bottom;
  background-size: contain;
  width: auto;
  height: auto;
  padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 6px #ceb4ff;
    -moz-box-shadow: 0px 0px 5px #ceb4ff;
    box-shadow: 0px 0px 5px #ceb4ff;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    border-radius: 5px 5px;
    border: #ceb4ff;
    background-color: #fff;
  }
  .right-area h3 {
    font-size: 20px;
  }
  .right-area .next-inner {
    height: auto;
    padding: 20px 15px 15px;
  }
  .right-area .next-inner .movie-commingSoon img {
    width: 100%;
    height: auto;
  }
  .right-area .next-inner div iframe {
    max-width: 100%;
  }






}


/* @EVENT
============================================= */
@media screen and (max-width: 670px) {
  .event {
  background: url(../images/top/img_eventTop_sp.png) no-repeat center 0;
  background-size: contain;
  width: auto;
  height: auto;
  padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 6px #ffc0d9;
    -moz-box-shadow: 0px 0px 6px #ffc0d9;
    box-shadow: 0px 0px 6px #ffc0d9;
    -webkit-border-radius: 5px 5px;
    -moz-border-radius: 5px 5px;
    -ms-border-radius: 5px 5px;
    -o-border-radius: 5px 5px;
    border-radius: 5px 5px;
    border: #ffc0d9;
    background-color: #fff;
  }
  .event .title-top {
    background: none;
    width: auto;
    color: #fff;
    font-size: 11px;
    padding: 4.8% 0 0;
  }
  .event h2.title-event {      
    margin: -30px 0 0;
    padding: 0 10px;
    color: #7851e2;
    font-size: 20px;
    line-height: 1.3;
  }
  .event .title-bottom {
    background: url(../images/top/img_eventLine_sp.png) no-repeat center bottom; 
    background-size: contain;
    width: auto;   
  }
  .event .event-bottom {
    display: none;
  }
  .event h3 {
    display: block;
    text-align: left;
    font-size: 19px;
    color: #ea458d;
    padding: 15px 0 8% 0;
    background: url(../images/top/event_detail.jpg) no-repeat left bottom;
    background-size: contain;
    width: auto;
  }
  .event .contents {
    padding: 20px 15px 15px;
    text-align: left;
    color: #6a3619;
    font-size: 14px;
    line-height: 1.57;
  }
  .event .event-img {
    margin: 15px 0;
  }


/* 小見出しカラムパターン */



dl.dtColumn1{width:100%;margin:15px 0 50px 0;}
dl.dtColumn1{width:100%;margin:15px 0 50px 0;}
dl.dtColumn1 dt{width:95%;margin:0 2.5% 10px 2.5%;display:block;}
dl.dtColumn1 dt img{width:100%;}
dl.dtColumn1 dd{width:90%;margin:0 auto;display:block;}
dl.dtColumn1 dd strong.pink{color:#EA458D;font-weight:bold;margin-bottom:5px;font-size:1em;display:block;}


dl.dtColumn2{width:100%;margin:15px 0 50px 0;}
dl.dtColumn2 dt{width:95%;margin:0 2.5% 10px 2.5%;display:block;}
dl.dtColumn2 dt img{width:100%;}
dl.dtColumn2 dd{width:90%;margin:0 auto;display:block;}
dl.dtColumn2 dd strong.pink{color:#EA458D;font-weight:bold;margin-bottom:5px;font-size:1em;display:block;}

dl.dtColumn2b{width:100%;margin:15px 0 50px 0;}
dl.dtColumn2b dt{width:95%;margin:0 2.5% 10px 2.5%;display:block;}
dl.dtColumn2b dt img{width:100%;}
dl.dtColumn2b dd{width:90%;margin:0 auto;display:block;}
dl.dtColumn2b dd strong.pink{color:#EA458D;font-weight:bold;margin-bottom:5px;font-size:1em;display:block;}

.column480Img{width:100%;margin:0 auto;display:block;}
.column640Img{width:90%;margin:0 auto;display:block;}

}


/* @bnr-area
============================================= */
@media screen and (max-width: 670px) {
  .bnr-area {
    width: 100%;
  }
}
  .bnr-area {
    margin-bottom: 20px;
  }
  .bnr-area div {
    float: left;
  }
  .bnr-area div:nth-child(odd){
    padding-right: 10px;
}
@media screen and (max-width: 670px) {
  .bnr-area div:nth-child(odd){
    padding-right: 0px;
  }
}