@charset "utf-8";

.slick-dots button{
  -webkit-appearance: none;
  padding:0;
  margin: 0;
  width: 10px;
  height: 10px;
  background: rgb(51, 47, 45);
  opacity: 0.5;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 10px;
  border:none;
}
.slick-dots{position: absolute;left: 50%;bottom:10px;margin-left: -20px; text-align: center;}
.slick-dots li{display: inline-block;margin: 0 5px;}
.slick-dots .slick-active button{opacity: 1}

html,body {width: 100%;height:100%;min-height:100%;}
body{
	position: relative;
	word-wrap : break-word;
	overflow-wrap : break-word;
	background: #ffa000;
	color: #fff;
}
/*body:after {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  content: "";
	background: -moz-linear-gradient(-45deg, rgba(235,121,48,1) 0%, rgba(255,220,110,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(235,121,48,1) 0%,rgba(255,220,110,1) 100%);
	background: linear-gradient(135deg, rgba(235,121,48,1) 0%,rgba(255,220,110,1) 100%);
}*/
body.pink{background:#f19fb7;}
body.red{background:#e45780;}
body.purple{background:#8d92cf;}
img { 
width: 100%;
max-width: 100%;
line-height:0;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.gradient{
	background: #ff6975;
	background: -webkit-linear-gradient(-80deg, #ffa000 40%, #004884 50%, #35357e 80%);
	background: linear-gradient(170deg, #ffa000 40%, #004884 50%, #35357e 80%);

	z-index: 2;
	position: relative;
}


/* link */
a {color:#fff;text-decoration:none;outline: none;}

/* Utility */

.bold {font-weight: bold;}

.text, .kikan{
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}
.kikan { margin-bottom: 25px;}
#wrap .kikan .sml { font-weight: normal;}

.text p{
  padding:0 0 10px;
}
.subTxt {font-size: 0.8em;line-height: 1.4em;}
.center {text-align: center;}
.clear {clear: both;}
.clearfix:after,
.clearfix:before {display: table;content: " ";}
.clearfix:after {clear: both;}
.spinning{
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.event,
.item,
.itailer,
.links,
.summary{-webkit-transition:all 0.5s 0.5s;transition:all 0.5s 0.5s;-webkit-transform: translate3d(0, 40px, 0);transform: translate3d(0, 40px, 0);opacity: 0;}
.current{-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;}


#loading img,
.spinning img{
position: absolute;
top: 50%;
left: 50%;
max-width: initial;
-webkit-animation: spin 10s linear infinite ;
animation: spin 10s linear infinite; 
}
@-webkit-keyframes spin {
0% {-webkit-transform:translate(-50%,-50%) rotate(0deg);}
100% {-webkit-transform:translate(-50%,-50%) rotate(360deg);}
}
@keyframes spin {
0% {-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);}
100% {-webkit-transform:translate(-50%,-50%) rotate(360deg);transform:translate(-50%,-50%) rotate(360deg);}
}

#wrap{ display: none;overflow-y: hidden;
}

#loading {
position: fixed;
width: 100%;
height: 100%;
z-index: 99;
top: 0;
left: 0;
overflow: hidden;
}
#loading svg{
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 73px;
margin: -40px 0 0 -36px;
fill:#fff;
-webkit-animation: logoanim 1s linear infinite;
animation: logoanim 1s linear infinite;
}
@-webkit-keyframes logoanim {
0% {-webkit-transform: rotateY(-0deg);}
100% {-webkit-transform: rotateY(360deg);}
}
@keyframes logoanim {
0% {-webkit-transform: rotateY(-0deg);transform: rotateY(-0deg);}
100% {-webkit-transform: rotateY(360deg);transform: rotateY(360deg);}
}
.section{ position: relative;z-index: 100;}
.sectionTit{
  min-height: 115px;
  padding-top: 30px;
  margin-bottom: 50px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1;
  font-size: 90px;
  font-weight: 700;
  font-family: 'Ramaraja', serif;
  letter-spacing: 10px;
  background:url("../images/bg_kk.png") no-repeat scroll center center / auto 115px;
}

#message ul{
  text-align:center;
}
#message ul li{
position:static;
float:left;
  width : 33.33333% ;
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
}

#message ul li a{
  position: relative;
  display:block;
line-height:0;
}
#message ul li a .name{
  font-family: 'Ramaraja', serif;
}



/* keyVisual
================================ */
#keyVisual {
  position: relative;
	width: 100%;
	height: 100vh;
	padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#keyVisual .inner {
	max-width: none;
	height: 100%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
  z-index:10;
}
#keyVisual h1 {
  position: fixed;
  top: 25%;
  left:0;
  width:100%;
  color:#fff;
  font-size:60px;
  font-weight: 700;
  text-align:center;
  letter-spacing: 0.03em;
}
#keyVisual h1 img{
  position: relative;
  margin: 0 auto;
  width:90%;
  max-width:1400px;
  -webkit-transition:all 0.3s;transition:all 0.3s;
}
#keyVisual ul li{
  opacity: 0;
}
#keyVisual ul li:nth-child(2), #keyVisual ul li:nth-child(3){
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#keyVisual ul li:nth-child(1) {
  -webkit-animation: hover 1.5s ease 1s 1 forwards;
  animation: hover 1.5s ease 1s 1 forwards;
}
#keyVisual ul li:nth-child(2) {
  -webkit-animation: hover 1.5s ease 2s 1 forwards;
  animation: hover 1.5s ease 2s 1 forwards;
}
#keyVisual ul li:nth-child(3) {
  -webkit-animation: hover 1.5s ease 3s 1 forwards;
  animation: hover 1.5s ease 3s 1 forwards;
}
@-webkit-keyframes hover {
  100% {
    opacity: 1;
  }
}
@keyframes hover {
  100% {
    opacity: 1;
  }
}

@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:0 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: 0;}
    to {background-position:10000px 0;}
}

/*.stars{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  display:block;
  z-index: 10;
}

.stars {
  background:transparent url(../images/bg_kk_l_a.png) no-repeat top center / cover;
  -webkit-animation: blink 0.5s ease 0.3s infinite alternate;
  animation: blink 0.5s ease 0.3s infinite alternate;
}
.stars.starsB{
  background:transparent url(../images/bg_kk_l_b.png) no-repeat top center / cover;
  -webkit-animation: blink 0.5s ease 0.6s infinite alternate;
  animation: blink 0.5s ease 0.6s infinite alternate;
}
.stars.starsC{
  content:"";
  background:transparent url(../images/bg_kk_l_c.png) no-repeat top center / cover;
  -webkit-animation: blink 0.5s ease 0.3s infinite alternate;
  animation: blink 0.5s ease 0.3s infinite alternate;
}

.stars.starsD{
  background:transparent url(../images/bg_kk_l_d.png) no-repeat top center / cover;
  -webkit-animation: blink 0.5s ease 0.6s infinite alternate;
  animation: blink 0.5s ease 0.6s infinite alternate;
}
.stars.starsE{
  background:transparent url(../images/bg_kk_l_e.png) no-repeat top center / cover;
  -webkit-animation: blink 0.5s ease 1s infinite alternate;
  animation: blink 0.5s ease 16s infinite alternate;
}

@-webkit-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  100% {opacity:1;}
}*/


/* scroll */
#keyVisual .scroll {
	width: 1px;
	height: 50px;
	color: #fff;
	margin: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 0;
}
#keyVisual .scroll::after {
	content: '';
	width: 1px;
	height: 6px;
	background: #fff;
	border-radius: 2px;
	position: absolute;
	left: 0;
	top: 6px;
	animation: scroll 1.2s ease-out 0s infinite;
}
@keyframes scroll {
	0% { height: 10%; top: 10%; }
	30% { height: 100%; top: 10%; }
	60% { height: 20%; top: 90% }
	80% { height: 10%; top: 10% }
}

/* links */
.links{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.links a {
	display: inline-block;
	padding: 6px 12px 6px 0;
	position: relative;
}
.links a:after{
	content: '';
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	display: inline-block;
	transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
}
.links a .small {
	font-size: 10px;
	display: inline-block;
	vertical-align: baseline;
}
.logo{ margin: 0 auto 20px; width:110px;}

/* trailer */
.youtube {position: relative;width: 100%;padding-top: 56.25%;}
.youtube iframe {position: absolute;top: 0;right: 0;width: 100% !important;height: 100% !important;}

/* ボタン */
.btn a{
display: block;
padding: 15px 0;
margin: 0 auto;
max-width: 400px;
border-radius: 60px;
text-align: center;
font-weight: bold;
}
.btn .main{background: #fff;color: #ff6975;}
.btn .sub{color: #fff;border: 2px solid #fff;}

@keyframes animScale {
0% { transform: scale(0.8, 0.8); }
5% { transform: scale(1.2, 1.2); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}

/* モーダル */

.mfp-iframe-holder .mfp-close{
width: 60px;
height: 60px;
top:-80px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.mfp-iframe-holder .mfp-close:hover{
-moz-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.mfp-close span{
position: absolute;
display: block;
background:#fff;
height: 2px;
width: 100%;
}
.mfp-close span.top{top:30px;transform: rotate(45deg);-webkit-transform: rotate(45deg);}
.mfp-close span.bottom{top:30px;transform: rotate(-45deg);-webkit-transform: rotate(-45deg);}
.mfp-bg{background: rgba(0,0,0,0.8)!important}
.mfp-fade.mfp-bg {
opacity: 0;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {opacity: 1;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
.mfp-fade.mfp-wrap .mfp-content {opacity: 0;-webkit-transition: all 0.15s ease-out;-moz-transition: all 0.15s ease-out;transition: all 0.15s ease-out;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}
.mfp-iframe-holder .mfp-close{
width: 60px;
height: 60px;
top:-80px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.mfp-iframe-holder .mfp-close:hover{-moz-transform: rotate(90deg);-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.modal{
content:'';
position: fixed;
top:0;
left:0;
width: 100%;
height: 100%;
}
.modal .box{
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform : translate(-50%,-50%);
transform : translate(-50%,-50%);
}
.modal .btn{ margin-bottom: 15px;}
.mfp-image-holder .mfp-close,
.modal .close{
position:absolute;
right:10px;
top:-100px;
width:60px;
height:60px;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor:pointer;
z-index: 999;
}
.mfp-image-holder .mfp-close{ top:-30px;right:0;}
.mfp-image-holder .mfp-close:hover,
.modal .close:hover{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.modal .close span{
top:30px;
width:60px;
height:2px;
position:absolute;
background:#fff;
}
.modal .close .top{position:absolute;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}
.modal .close .bottom{position:absolute;-webkit-transform: rotate(45deg);transform: rotate(45deg);}

/*summary*/
.summary{background: #6bbbd5;}
.summary .inner{ border:3px solid #fff;padding: 50px 0;}


/* trailer */
.trailer{
	background: rgba(255,125,0,0.8);
}
.trailer .video{
  max-width:1230px;
  width:100%;
  margin: 0 auto;
}
.trailer .video .fa{
  display: inline;
  margin: 0 0 0 3px;
  font-size: 19px;
}
.trailer .video ul{
  text-align:center;
}
.trailer .video ul li{
  display:inline-block;
  line-height: 0;
}
.trailer .video ul li .btn{
  width:90%;
}
.trailer .video ul li a{
  margin-top:15px;
  line-height: 1em;
}

.movThumb {
	line-height: 0;
	margin-bottom: 50px;
}

.trailer .lead p { margin-bottom: 20px;}


#message dl{
  text-align:left
}
#message dl dt, #message dl dd{
  display:inline-block;
  width:50%;
  vertical-align: top;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
#message dl dd{
  padding:0 0 0 30px;
}
#message dl dd a{
  margin: 30px auto;
}

#present .sectionTit {
  margin-bottom: 50px;
}
#present dl, #goods ul{
  text-align:left
}
#present dl{
  padding:20px 0 0;
}
#present dl dt, #present dl dd,
#goods ul li{
  display:inline-block;
  width:50%;
  vertical-align: top;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
#present dl dd{
  padding:0 0 0 30px;
}
#present .text p {
  color: #fff;
}

#present h5 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}
#present .btn {
	margin-bottom: 10px;
}
#present .btn a {
	font-size: 20px;
    line-height: 1.2;
}
#present .btn a span {
	font-size: 12px;
}

#goods .sectionTit {
  margin-bottom: 50px;
}
#goods a{
  margin-top:30px;
}
#goods .ico{
  display: inline-block;
  height: 22px;
  padding: 8px 10px 0;
  margin: 0 10px 8px 0;
  font-size: 14px;
  letter-spacing: 3px;
  background: #ff5fa2;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
}
#goods ul {
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
#goods ul .price span{
  font-size:12px;
}

#goods ul li {
  width: 48.5%;
	margin-bottom: 40px;
}
#goods ul li .detail {
  padding: 20px 0 0;
}
#goods ul li .detail .tit {
	font-size:20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.lead{
  color:#fff;
}
.lead p{
  padding:0 0 10px;
	margin-bottom: 40px;
}
#wrap .sml{
    font-size: 12px;
}
.kikan{
  margin: 0 0 30px;
  font-size: 16px;
  text-align: center;
  width: 100%;
  background: #fff;
  color: #4D4D4D;
}
.kikan tr, .kikan tr th, .kikan tr td{
  display: block;
}
.kikan tr{
  padding: 15px;
}

.kikan tr th{
  margin:0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #004884;
}

  .loaded #keyVisual{
    opacity:0;
    z-index:-1;
    content-visibility: hidden;
  }

/* footer */
footer{
  padding: 20px 0 50px;
  color:#fff;
   text-align: center;font-size: 11px;
z-index: 10;
position: relative;
}
footer small{
  color:#fff;
}

/* PC
=================================== */
@media screen and (min-width: 960px){
.sp{ display: none;}
.pc{ display: block;}
body {
font-family: Avenir ,"游ゴシック", "Yu Gothic","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
font-size:14px;
line-height: 1.8;
letter-spacing:0.05em;
}
::selection {background: #57dfe4;color: #fff; /* Safari */}
::-moz-selection {background: #57dfe4;color: #fff; /* Firefox */}

a{-webkit-transition:all 0.3s;transition:all 0.3s;}

/* base */
.section{ padding: 80px 10% 90px;-webkit-box-sizing: border-box;box-sizing: border-box;}
.section.links{
  padding: 60px 10% 50px;
}
.section.trailer{
  padding: 100px 0;
}
.trailer .video ul li{
  width : 35% ;
  padding:0 0 60px;
  vertical-align: top;
  box-sizing:border-box;
  -wevkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
}
.trailer .video ul li:nth-child(1){
  width: 70% ;
  font-size:18px;
}
.trailer .video ul li:nth-child(2){
  padding:0 15px 0 0;
}
.trailer .video ul li:nth-child(3){
  padding:0 0 0 15px;
}

.movThumb {
    margin-bottom: 35px;
}
.trailer .video ul li a{
	font-size: 15px;
    padding: 20px 0;
}
.lead{ margin-bottom: 3px; font-size: 1.7vw;line-height: 1.4em;text-align: center;font-weight: bold}
.trailer .lead{font-size: 20px;}
.lead span{ display: block; font-size: 22px;line-height: 2em}
.subTit{ margin-bottom: 20px;font-size: 24px; line-height: 1.4em;font-weight: bold;}

/* btn */
.btn { width:80%; margin: 0 auto;}
.btn .main:hover{ box-shadow: 0px 3px 10px rgba(0,0,0,.2);}
.btn .sub:hover{ background: #fff; color: #000}


/* keyvisual */
.keyvisual{ width: 90%; max-width: 1200px; margin: 0 auto; padding: 50px 0 0;line-height: 0}

.keyvisual .pc{
-webkit-transition:all 0.2s;
transition:all 0.2s;
-webkit-transform: scale(0);
transform: scale(0);
}
#message ul li a{
  position:relative;
}
#message ul li a::before{
  content:"";
		opacity: 0;
		position: absolute;
		z-index: 2;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		background: rgba(253,160,158,0.8);
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
}
#message ul li a:hover::before{opacity: 1;}

.item{ 
  position: relative;
  margin: 0 auto 120px;
  box-sizing: border-box;
}
.item .inner{
  padding: 7% 8%;
	background-color: rgba(255,255,255,0.30);
}

/* link */
.links a:hover{ opacity: 0.5}

  /* modal */
  .modal{ position: relative; width: 60%;margin: 0 auto;}
  
 
  #message ul li a .name{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    line-height: 1.7;
    justify-content: center;
    color:#fff;
    font-size: 25px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 10;
    transition: all .25s ease;
    -moz-transition: all .25s ease;
    -webkit-transition: all .25s ease;
  }
  #message ul li a:hover .name{
    opacity: 1;
  }
  
  
}

/* SP
=================================== */
@media screen and (max-width: 960px){
.sp{ display: block;}
.pc{ display: none;}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Montserrat', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
font-size: 14px;
line-height: 1.8;
letter-spacing: 0.01em;
}

/* base */
.section{ padding: 40px 5%;-webkit-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}
.sectionTit{
  min-height: 50px;
  padding-top: 13px;
  margin-bottom: 25px !important;
  font-size: 40px;
  margin: 0;
  letter-spacing: 5px;
  background-size: auto 50px;
}
.lead{ margin-bottom: 20px; font-size: 22px;line-height: 1.4em;text-align: center;font-weight: bold}
.lead span{ display: block; font-size: 16px;line-height: 1.8em}
.subTit{ margin-bottom: 20px;font-size: 18px; line-height: 1.4em;font-weight: bold;}
.btn { width:80%; margin: 0 auto;}

/* keyvisual */
.keyvisual{min-height: 90vh;}
  #keyVisual h1{
    top: 30%;
  }
#keyVisual h1 img{
  width:100%;
}
.item{
  margin: 0 0 60px;
}
#goods.item{
  margin: 0;
}
.trailer .video {
    width: 100%;
}
.trailer .video ul li{
  padding:0 0 40px;
}
.trailer .video ul li:nth-child(1){
  width: 100% ;
}
.trailer .video ul li:last-child{
  padding:0 0 10px;
}
.trailer .video .fa{
  font-size: 18px;
}
.lead {
  margin:0;
  font-size: 18px;
}
.lead p {
    margin-bottom: 0;
    font-size: 3.6vw;
    line-height: 1.7;
}
.trailer .lead p {
    margin-bottom: 1vw;
    line-height: 1.6;
}
	
.movThumb {
    margin-bottom: 10vw;
}
	
#message ul li a .name{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(253,160,158,0.8);
    line-height: 1em;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#present dl dt, #present dl dd, #goods ul dt, #goods ul li,
#message dl dt, #message dl dd{
  width: 100%;
}
#present dl dt img, #present dl dd img, #message dl dt img{
  display:block;
  width: 80%;
  margin:0 auto;
}
	
#present .btn a {
    font-size: 4.8vw;
    line-height: 1.1;
	padding: 12px 0;
}
#present .btn a span {
    font-size: 2.8vw;
}
  
#goods .ico {
  height: 20px;
  padding: 4px 7px 0;
  margin: 0 10px 5px 0;
  font-size: 12px;
  line-height:1.3em;
}
#goods ul {
  display: block;
}
#goods ul li {
  width: auto;
}
#goods ul li .detail{
  padding:10px 0 0;
}
#goods ul li .detail .tit {
  font-size:14px;
}
  
#present dl dt, #message dl dt{
  padding:0 0 10px;
}
#present dl dd, #message dl dd{
  padding: 0;
}
#message.item {
    margin: 0 0 40px;
}
#message dl dd .btn{
  width:100%;
}
#message dl dd a {
    margin: 20px auto;
}

.text, .kikan {
  font-size: 14px;
  line-height: 1.5em;
}
.kikan {
  margin: 10px 0 20px;
  font-size: 14px;
}
	#wrap .kikan .sml { font-size: 10px;}
#goods ul li .tit{
  padding: 0 0 5px;
  font-size: 18px;
}

#goods ul li{
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #fff;
}
#goods ul li:last-of-type{
  margin: 0 0 10px;
}
#goods a {
  margin-top: 10px;
}
#goods ul dt a {
  margin-top: 20px;
}
.pageTit{
position: absolute;
top: 6%;
left: 0;
width: 100%;
margin: 0 auto 10px;
z-index: 9;
-webkit-transition:all 0.2s;
transition:all 0.2s;
-webkit-transform: scale(0);
transform: scale(0);
}
.pageTit img{ width: 77%;}
.member {
position: absolute;
z-index: 10;
width: 100%;
bottom: -10px;
left:0;
-webkit-transition:all 0.2s;
transition:all 0.2s;
-webkit-transform: scale(0);
transform: scale(0);
text-align: center;
}
.member img{ width: 92%;}
.anchorEvent{
position: absolute;
bottom: 10px;
right: 5px;
width: 120px;
z-index: 11;
-webkit-transition:all 0.2s;
transition:all 0.2s;
-webkit-transform: scale(0);
transform: scale(0);
}
.pageTit.inview,
.member.inview{-webkit-animation: animScale 3s forwards;animation: animScale 3s forwards;}
.anchorEvent.inview{-webkit-animation: animScale 3s infinite;animation: animScale 3s infinite;}


.accordion a{ position: relative;}
.accordion a:before,
.accordion a:after{
position: absolute;
content:'';
display: block;
background: #fff;
height: 2px;
width: 20px;
top: 50%;
left:20px;
}
.accordion a:before{-webkit-transition:all 0.2s;transition:all 0.2s;-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.accordion.close a:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);opacity: 0;}

/* trailer */
.trailer { overflow: visible; padding: 30px 5% 40px;}

  .slick-dots{
    bottom: -5px;
    margin-left: -18px;
  }
#goods ul dt .slick-dots{margin-left: -36px;}
  .slick-dots button{
    width: 8px;
    height: 8px;
  }
  
  .links {
    font-size: 15px;
    white-space: nowrap;
  }
  .logo {
    width: 50px;
  }

}



.star {
    animation: kirakira 10s linear, kirakira2 0.3s ease infinite;
    display: inline-block;
	/*height: 10px;
	width: 10px;*/
    position: fixed;
	line-height: 1;
    top: -1em;
    z-index: 1;
	background: url(../images/shine01.png) no-repeat center center;
	background-size: contain;
	
	opacity: 0;
}
.snow {
    animation: kirakira 16s linear, kirakira2 1s ease infinite;
    display: inline-block;
	/*height: 10px;
	width: 10px;*/
    position: fixed;
	line-height: 1;
    top: -1em;
    z-index: 1;
	background: url(../images/snow01.png) no-repeat center center;
	background-size: contain;
	opacity: 0;
}

@keyframes kirakira {
    0% { transform: translateY(0); opacity: 1;}
    100% { transform: translateY(calc(100vh + 1em)); opacity: 1;}
}
@keyframes kirakira2 {
    0% { opacity: 1;}
    100% { opacity: 0.2;}
}
