@charset "UTF-8";
/*
	1)	初期設定
	2)	hover
	3)	header
	4)	footer
	5)	main
*/
/*============================================================================================================
	初期設定
============================================================================================================*/
body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  letter-spacing: .7px;
  position: relative;
}

div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  margin: 0;
  word-wrap: break-word;
}

p, li, td, th, dt, dd {
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  word-wrap: break-word;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.close {
  opacity: 0.5;
}

.close_enq {
  opacity: 0;
}

/*------------------------------------------
	フォント
------------------------------------------*/
body {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/*------------------------------------------
	枠 / 背景
------------------------------------------*/

div.wrap {
  margin: 0 auto;
  min-width: 1200px;
  position: relative;
  z-index: 2;
}

.inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

div#mov { 
  background-position: center top;
  display: block;
  height: 100%;
  height: 100vh;
  left: 0;
  margin: 0 auto;
  position: fixed;
  pointer-events: none;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 0;
}

div#mov::after { 
  content: "";
  background-color: rgb(0,0,0,.3);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}


/*=====================================================================================================
	header
=======================================================================================================*/

header {
  background: #ec55b4;
  height: 7.12vw;
  margin: -4.5vw 0 0 -0.5vw;
  position: absolute;
  transform: rotate(-4.5deg);
  -moz-transform: rotate(-4.5deg);
  -webkit-transform: rotate(-4.5deg);
  width: 80%;
  z-index: 999;
}

header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-end;
  padding-left: 2.5vw;
  height: 6.10vw;
  width: 100%;
}

@media (max-width: 1480px) {
  header {
    background: #ec55b4;
    height: 9.10vw;
    margin: -6.5vw 0 0 -0.5vw;
    position: absolute;
    transform: rotate(-4.5deg);
    -moz-transform: rotate(-4.5deg);
    -webkit-transform: rotate(-4.5deg);
    min-width: 80%;
    z-index: 999;
  }

  header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    padding-left: 2.5vw;
    height: 7.75vw;
    width: 100%;
  }

}

header li:nth-child(n + 2) {
  margin-left: 1.2vw;
}

header li img {
  height: 1.35vw;
  width: auto;
}

.movie {
  height: auto;
  position: absolute;
  left: 2vw;
  top: 6vw;
  width: 15.56vw;
  z-index: 1;
}

@media (max-width: 1480px) {
  .movie {
    height: auto;
    position: absolute;
    left: 2vw;
    top: 6vw;
    width: 15.56vw;
    z-index: 1;
  }
}

.movie img {
  height: auto;
  width: 100%;
}

.fix ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  bottom: 1.5vw;
  left: 2.5vw;
  margin: 0 auto;
  right: 2.5vw;
  z-index: 999;
}

.fix .enq {
  height: auto;
  width: 18.7vw;
}

.fix .pagetop {
  height: auto;
  width: 5vw;
}

.fix .pagetop img,
.fix .enq img {
  height: auto;
  width: 100%;
}

/*=====================================================================================================
	hover
=======================================================================================================*/

.fix .pagetop a,
.buy a,
footer a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

nav a:hover,
.fix .pagetop a:hover,
.buy a:hover,
footer a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

nav a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}



/*=====================================================================================================
	share
=======================================================================================================*/

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 4.5vw; 
  width: 255px;
}

.share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 15vw;
  margin-left: 15px;
}

.share li.fb .fab,
.share li.tw .fab {
  font-size: 40px;
}

.share li:nth-child(n + 2) {
  margin-left: 15px;
}


/*=====================================================================================================
	footer
=======================================================================================================*/

footer {
  background: rgba(240, 122, 196, 1);
  height: auto;
  width: 100%;
}

footer .ft-wrap {
  padding: 25px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .ft-wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .ft-wrap .box li {
  margin-right: 30px;
}

footer .ft-wrap .copy {
  height: auto;
  margin-left: auto;
  width: 37.45vw;
}

/*======================================================================================================
	contents
========================================================================================================*/

#contents .inr {
  position: relative;
  overflow: hidden;
}

#contents .scroll {
  height: auto;
  left: auto;
  margin: 0 auto;
  position: absolute;
  right: 48%;
  top: 55%;
  border: auto;
  text-align: center;
  width: 120px;
}

#contents .scroll img {
  height: auto;
  width: 100%;
}

#contents .chara {
  text-align: right;
  margin: 60px auto -150px;
}


/*=====================================================================================================
	about
=======================================================================================================*/

.about {
  background: rgba(100, 149, 208, 0.95);
  margin: -110px 0 -130px;
  padding: 130px 0 100px;
}

.about .inr {
  font-size: 16px;
  margin: 0 auto;
  width: 75vw;
}

.about h2 {
  margin-bottom: 2.5vw;
  width: 51.15vw;
}

.about .txt {
  margin-bottom: 5vw;
  width: 75vw;
}

.about h2 img,
.about .txt img {
  height: auto;
  width: 100%;
}

.about ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.about li {
  height: auto;
  width: 22.5vw;
}

.about li img {
  height: auto;
  width: 100%;
}

/*=====================================================================================================
	character
=======================================================================================================*/

.character {
  background: url(../img/chara/bg.jpg) top left;
  margin-top: 6.5vw;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0;
}

.character h2 {
  position: absolute;
  left: 0;
  top: -6vw;
  z-index: 1;
}

.character .inr {
  font-size: 16px;
  margin: 0 auto;
  padding: 12vw 0 6.25vw;
  width: 100%;
}

.character .inr .slider .slick-list{
  overflow: visible;
}

.character .inr .slider button{
  z-index: 10;
}

.character .inr .slider{
  margin: -11.65vw auto 0;
  width: 81.25vw;
  max-width: 1625px;
}
@media (min-width: 2000px) {
  .character .inr .slider{
    margin: -233px auto 0;
  }
}
.character .inr .slider img{
  display: block;
  height: auto;
  margin: 0 auto;
  margin-left: -6.65vw;
  width: auto;
}/*slick setting*/
@media (min-width: 2000px) {
  .character .inr .slider img{
    margin-left: -133px;
  }
}

.character .inr .slider .slick-slide {
  margin-right: 20vw;
}
.character .inr .slider .slick-list {
  margin-right: -20vw;  /* ガター分ネガティブマージン */
}

/*@media (min-width: 2000px) {
  .character .inr .slider .slick-slide {
    margin-right: 200px;
  }
  .character .inr .slider .slick-list {
    margin-right: -200px;
  }
}*/

.character .inr .thumb {
  margin: 0 auto;
  position: relative;
  max-width: 1372px;
  width: 68.6vw;
  z-index: 1;
}

.character .inr .thumb li img{
  height: auto;
  width: 100%;
}
.character .inr .thumb .slick-slide {
  margin-right: 3.75vw;
  width: 14.25vw !important;
  max-width: 285px !important;
}
.character .inr .thumb .slick-list {
  margin-right: -3.75vw;  /* ガター分ネガティブマージン */
  cursor: pointer;
}

@media (min-width: 2000px) {
  .character .inr .thumb .slick-slide {
    margin-right: 75px;
  }
  .character .inr .thumb .slick-list {
    margin-right: -75px;  /* ガター分ネガティブマージン */
  }
  
}

.thumb .slick-current .thumb-1 {
  background: url(../img/chara/thumb01_on.png) no-repeat top / contain;
  opacity: 1;
}

.thumb .slick-current .thumb-2 {
  background: url(../img/chara/thumb02_on.png) no-repeat top / contain;
  opacity: 1;
}

.thumb .slick-current .thumb-3 {
  background: url(../img/chara/thumb03_on.png) no-repeat top / contain;
  opacity: 1;
}

.thumb .slick-current .thumb-4 {
  background: url(../img/chara/thumb04_on.png) no-repeat top / contain;
  opacity: 1;
}

.thumb .slick-list li:hover {
  opacity: 0.75;
}

.thumb .slick-current li:hover {
  opacity: 1;
}

.thumb .slick-current .thumb-1 img,
.thumb .slick-current .thumb-2 img,
.thumb .slick-current .thumb-3 img,
.thumb .slick-current .thumb-4 img {
  opacity: 0;
  height: 100%;
  width: auto;
}


/*=====================================================================================================
	buy
=======================================================================================================*/

.buy {
  background: #e59f19;
  padding-top: 12vw;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 0;
}

.buy h2 {
  position: absolute;
  top: -6vw;
  left: 0;
  z-index: 1;
}

.buy ul.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4vw auto 0;
}

.buy ul.btn li {
  height: auto;
  width: 32vw;
}

.buy ul.btn li:nth-child(n + 2) {
  margin-left: 116px;
}

.buy ul.btn li img {
  height: auto;
  width: 100%;
}

.buy p.spec {
  height: auto;
  margin: 85px auto 25px;
  width: 37.5vw;
}

.buy ul.enq {
  height: auto;
  margin: 0 auto 4vw;
  text-align: left;
  width: 37.5vw;
}

.buy ul.enq li {
  height: 1.7vw;
  margin-left: 1vw;
}

.buy ul.enq li img {
  height: 100%;
  width: auto;
}

.buy ul.enq li:nth-child(n + 2) {
  margin-top: 1vw;
}