@charset "utf-8";
/* CSS Document */

/* base-link
====================================*/
#pageTop {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
}
#pageTop a .fa.fa-angle-up:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 12px 14px;
  font-size: calc(18px + 0.25%);
  line-height: 1rem;
  border-radius: 100px;
  background: rgba(183, 162, 83, 0.7);
  z-index: 20;
  color: #fff;
  text-decoration: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* animation　module
====================================*/
.animeated-block span.animated,
.arrow-box span.animated {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  height: 0;
  width: 0;
  text-align: center;
  box-sizing: border-box;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
  font-size: calc(40px + 0.25vw);
  color: #7e8d99;
  z-index: 10;
}
.animeated-block span.animated {
  padding: 20px 0 0;
}
.animeated-block .animated {
  animation-duration: 1.5s;
}
.animated.animation-delay {
  animation-delay: .3s;
}
.animated.bounce.infinit {
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}

/* scrollevent 関連
-------------------------*/
.scroll-one {
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 30px 0 50px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f9ff+0,cbebff+47,a1dbff+100;Blue+3D+%2313 */
  background: rgb(240,249,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg,  rgba(240,249,255,1) 0%, rgba(203,235,255,1) 47%, rgba(161,219,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg,  rgba(240,249,255,1) 0%,rgba(203,235,255,1) 47%,rgba(161,219,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scroll-two {
  position: relative;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  padding: 50px 20px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.scroll-one h1,
.scroll-two h1 {
  display: block;
  text-align: center;
  font-size: calc(40px + 0.25vw);
  line-height: 1em;
  letter-spacing: 1.5px;
  color: #7e8d99;
}

.scroll-one .animated,
.scroll-two .animated {
  opacity: 0;
}

.scroll-one .animated.bounceInDown,
.scroll-one .animated.bounceInLeft,
.scroll-one .animated.fadeInLeft,
.scroll-two .animated.fadeInRight,
.scroll-one h1 span.animated,
.scroll-two h1 span.animated {
  opacity: 1;
  animation-duration: 2.5s;
}
/* モーダルウィンドウページ
===================================*/
.mordal-box {
  box-sizing: border-box;
  padding: 20px;
  text-align: left;
}
.close {
  text-align:right;
  padding: 10px;
}


/* スライダーカスタマー
===================================*/
.slider-pro h3.sp-layer.h3-slide {
  width: 350px;
  font-size: calc(16px + 0.25%);
  line-height: 1.5em;
  letter-spacing: 1.5px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.slider-pro p.sp-layer {
  font-size: calc(13px + 0.25%);
  line-height: 1.5em;
  margin: 0;
  text-align: justify; /* 両端揃え(均等割り付け) */
}
span.makura {
  font-size: calc(12px + 0.25%);
  letter-spacing: 1px;
  line-height: 1.5rem;
}

/* タイトル周り　デザイン
-------------------------*/
.h1-main-title {
  position: absolute;
  top: 10%;
  left: 4%;
  z-index: 20;
  -webkit-transform: translate(0%, -50%); /* Safari用 */
  transform: translate(0%, -50%);
  color: #534741;
  font-size: calc(36px + 0.25%);
  font-weight: bold;
  text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}
.title-ruby {
  position: absolute;
  top: 14%;
  left: 4%;
  z-index: 10;
  color: #534741;
  font-size: calc(20px + 0.25%);
  font-weight: bold;
  text-shadow:1px 1px 2px rgba(0,0,0,0.3);
}


/* wrap 関連
-------------------------*/

/* レイアウト 関連
-------------------------*/
.head-block {
  width: 100%;
  max-height: 420px;
  margin: 0 0 50px 0;
  position: relative;
  background: #052226;
  display: block;
}
.sp-slides-container {
  background: #333;
  /* box-shadow 
  box-shadow:0px 4px 10px 0px rgba(105,105,105,0.48);
  -moz-box-shadow:0px 4px 10px 0px rgba(105,105,105,0.48);
  -webkit-box-shadow:0px 4px 10px 0px rgba(105,105,105,0.48);*/
  /*box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1),
              0 1px 6px rgba(0, 0, 0, 0.05),
              0 8px 8px rgba(0, 0, 0, 0.1),
              0 16px 16px rgba(0, 0, 0, 0.1),
              8px 32px 32px rgba(0, 0, 0, 0.15),
              8px 64px 64px rgba(0, 0, 0, 0.15);*/
}
#main-visual {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.h1-lottery-title {
  font-size: calc(24px + 0.25vw);
  line-height: 2.0rem;
  letter-spacing: 1.5px;
  box-sizing: border-box;
  padding: 20px 0 10px;
}
.lottery-list {
  display: flex;
  flex-wrap: wrap;
}
.lottery-number {
  font-family: 'Asap', sans-serif;
  font-size: calc(48px + 0.25vw);
  line-height: 2.4rem;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: justify;
}
.customers-number {
  font-size: calc(24px + 0.25vw);
  font-weight: bold;
  margin: 0 0 0 20px;
}
.lottery-block {
  display: flex;
  align-items: center;
}
.pre-box {
  border-top: dashed 1px #333;
  margin: 20px 0 0;
  box-sizing: border-box;
  padding: 30px 0 0;
}


/* カート 関連
-------------------------*/

.shop-bt.point-lottery a {
  max-width: 320px;
  width: 100%;
  margin: 10px 0 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e87a90+0,e16b8c+44,db4d6d+100 */
  background: rgb(232,122,144); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(232,122,144,1) 0%, rgba(225,107,140,1) 44%, rgba(219,77,109,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(232,122,144,1) 0%,rgba(225,107,140,1) 44%,rgba(219,77,109,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(232,122,144,1) 0%,rgba(225,107,140,1) 44%,rgba(219,77,109,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e87a90', endColorstr='#db4d6d',GradientType=0 ); /* IE6-9 */
}
.shop-bt.shop a,
.shop-bt.lottery a {
  max-width: 520px;
  width: 100%;
  margin: 50px auto;
}
.cart-bt a,
.shop-bt a {
  display: block;
  box-sizing: border-box;
  padding: 15px 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  font-size: calc(26px + 0.25vw);
  font-weight: bold;
  line-height: 1.0em;
  letter-spacing: 1.5px;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
  background: rgb(181,189,200); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
  /*shadow関連*/
  text-shadow: 1px 1px 1px rgba(3,3,3,0.7);
  box-shadow:0px -1px 1px 0px rgba(0, 0, 0, 0.5) inset,0px 2px 6px 0px rgba(102,102,102,0.3);
  -moz-box-shadow:0px -1px 1px 0px rgba(0, 0, 0, 0.5) inset,0px 2px 6px 0px rgba(102,102,102,0.3);
  -webkit-box-shadow:0px -1px 1px 0px rgba(0, 0, 0, 0.5) inset,0px 2px 6px 0px rgba(102,102,102,0.3);
}
.cart-bt a:hover,
.shop-bt a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b5bdc8+0,828c95+36,28343b+100;Grey+Black+3D */
  background: rgb(181,189,200); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
  transition: .5s;
  box-shadow:0px -1px 1px 0px rgba(0,0,0,0.3) inset;
  -moz-box-shadow:0px -1px 1px 0px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow:0px -1px 1px 0px rgba(0,0,0,0.3) inset;
}
.cart-bt a span,
.shop-bt a span {
  margin-right: 10px;
  font-size: calc(30px + 0.25vw);
}

/* スライダーカスタマー
===================================*/
.slider-pro h3.sp-layer.h3-slide {
  width: 350px;
  font-size: calc(16px + 0.25%);
  line-height: 1.5em;
  letter-spacing: 1.5px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.slider-pro p.sp-layer {
  font-size: calc(13px + 0.25%);
  line-height: 1.5em;
  margin: 0;
  text-align: justify; /* 両端揃え(均等割り付け) */
}
span.makura {
  font-size: calc(12px + 0.25%);
  letter-spacing: 1px;
  line-height: 1.5rem;
}

/* フッターメニュー
-------------------------*/


/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1076px) {

/* レイアウト 関連
-------------------------*/
.lottery-number {
  font-size: calc(46px + 0.25vw);
  line-height: 1.8rem;
}
.customers-number {
  font-size: calc(22px + 0.25vw);

/* wrap 関連
-------------------------*/

/* カート 関連
-------------------------*/

}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
/* レイアウト 関連
-------------------------*/

/* wrap 関連
-------------------------*/

/* カート 関連
-------------------------*/
.cart-bt a,
.shop-bt a {
  margin: 20px 20px 0;
}

}
@media screen and (max-width: 768px) {
/* レイアウト 関連
-------------------------*/
.lottery-number {
  font-size: calc(30px + 0.25vw);
  line-height: 1.8rem;
}
.customers-number {
  font-size: calc(18px + 0.25vw);
}
/* カート 関連
-------------------------*/



}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {

/* wrap 関連
-------------------------*/

/* レイアウト 関連
-------------------------*/
.h1-lottery-title {
  font-size: calc(20px + 0.25vw);
  line-height: 1.5rem;
}
.lottery-block {
  display: block;
  margin: 0 20px 0 0;
}
.lottery-number {
  font-size: calc(34px + 0.25vw);
  line-height: 1.5rem;
  padding: 0 0 10px;
}
.customers-number {
  font-size: calc(16px + 0.25vw);
  line-height: 0.5rem;
  margin: 0;
}
/* カート 関連
-------------------------*/
.cart-bt a,
.shop-bt a {
  margin: 10px 0 0;
  font-size: calc(22px + 0.25vw);
}
.shop-bt.lottery a {
  font-size: calc(18px + 0.25vw);
}
.cart-bt a span,
.shop-bt a span {
  font-size: calc(28px + 0.25vw);
}


/* フッターメニュー
-------------------------*/
}
@media screen and (max-width: 375px) {

.shop-bt.lottery a {
  font-size: calc(16px + 0.25vw);
}
.h1-lottery-title {
  font-size: calc(14px + 0.25vw);
  line-height: 1.0rem;
}
.lottery-number {
  font-size: calc(32px + 0.25vw);
}
.customers-number {
  font-size: calc(14px + 0.25vw);
}


}

