@charset "UTF-8";
/*=============================================================

	Date: 2021-12-16
	CSS Document ： ハッピートイズプロジェクト オンライン展示2021
	
=============================================================*/
#main_ht {
 /* 確認用 animation: fade01_ht 0.1s both;*/
 animation: fade01_ht 1.3s both;
 animation-delay: 3s;
}
.loading-box {
 text-align: center;
 display: block;
 max-width: 400px;
 margin: 0 auto;
}
/*------------------------------------

ベース

------------------------------------*/
body .pc_ht {
 display: block !important;
}
body .sp_ht {
 display: none !important;
}
#outer_ct {
 width: 100%;
 height: auto;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
 color: #000000;
 text-align: left;
 overflow-x: auto;
	font-size: 76%;
 /*-webkit-font-smoothing: antialiased;*/
}
*:focus {
  outline: none;
}
a,
ul.f_b_slider,
.swiper-button-prev, .swiper-button-next{
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
#wrapper {
 padding-top: 0;
 overflow-x: hidden;
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
h1 {
 width: 55%;
 font-size: 80%;
 padding: 15px 0 0 15px;
 float: left;
}
h1 a {
 padding-bottom: 1px;
}
h1 a, h1 a:visited {
 color: #888888 !important;
 text-decoration: none;
}
img {
 height: auto;
 border: none;
 vertical-align: bottom;
}
p {
 letter-spacing: 0.1em;
 line-height: 1.7;
}
@media (min-width: 920px) {
 a {
  transition: all 0.3s;
 }
 a:hover {
  opacity: 0.7;
 }
}
/* ヘッダー */
#headerbox_ht {
 width: 100%;
 min-width: 920px;
 min-height: 40px;
 position: relative;
 left: 0px;
 top: 0px;
 z-index: 100;
}
#header_ht {
 width: 40%;
 font-size: 80%;
 min-width: 200px;
 margin: 0;
 padding: 15px 15px 15px 0;
 white-space: nowrap;
 float: right;
}
#header_ht ul {
 text-align: right;
}
#header_ht li {
 display: inline-block;
 _display: inline;
 margin-right: 7px;
}
#header_ht li a {
 padding-bottom: 1px;
}
#headerbox_ht a:hover {
 opacity: 1.0;
}
.clearfix:after, #category_ht li:after, #category_ht li .photo_ht:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
 line-height: 0;
}
.clearfix {
 display: block;
}
/*------------------------------------

スマホ

------------------------------------*/
@media (max-width: 919px) {
 body .pc_ht {
  display: none !important;
 }
 body .sp_ht {
  display: block !important;
 }
 body {
  -webkit-text-size-adjust: 100%;
 }
 #wrapper {
  font-size: 75%;
 }
 img {
  width: 100%;
 }
 h1 {
  width: auto;
  padding: 10px 10px 10px 10px;
  float: none;
 }
 /* ヘッダー */
 #headerbox_ht {
  width: 100%;
  min-width: 10px;
  min-height: 12px;
  left: 0px;
  top: 0px;
  z-index: auto;
 }
 #header_ht {
  width: auto;
  min-width: 10px;
  padding: 10px 0 0 10px;
  white-space: normal;
  float: none;
 }
 #header_ht ul {
  text-align: left;
 }
 #header_ht li {
  display: inline-block;
  _display: inline;
  margin: 0;
  padding-right: 5px;
  font-size: 10px;
 }
}
@media (max-width: 480px) {
 #header_ht {
  /* padding: 5px 5px 5px 5px; */
 }
 #header_ht li {
  padding-right: 3px;
  font-size: 8px;
 }
}
/*------------------------------------

タイトル

------------------------------------*/
#titlearea_ht {
 width: 100%;
 margin: 0px auto 0px;
 display: block;
 position: relative;
}
#titlearea_inner_ht {
 position: absolute;
 top: 0;
 left: 0;
 z-index: 1;
 width: 100%;
 height: 100%;
}
.titlearea_box_ht {
 display: block;
 width: 100%;
 max-width: 920px;
 margin: 0 auto;
 position: relative;
}
.ttl_main_ht {
 display: block;
 width: 67%;
 padding: 7.5% 0;
 margin: 0 auto;
}
.ttl_ashirai_ht {
 display: block;
 width: 14%;
 position: absolute;
 top: 29%;
 left: 7%;
}
/* リボンあしらい */
.ttl_ribbon_ht {
 display: inline-block;
 position: absolute;
 top: 30%;
 right: 9%;
 margin: 0;
 padding: 13px 0 8px;
 z-index: 2;
 width: 104px;
 text-align: center;
 color: #000;
 background: #FFFFFF;
 font-family: 'Jost', sans-serif;
 font-weight: 400;
 font-size: 110%;
 line-height: 1.1;
 letter-spacing: 0.3em;
}
.ttl_ribbon_ht:after {
 content: '';
 position: absolute;
 left: 0;
 top: 100%;
 height: 0;
 width: 0;
 border-left: 52px solid #FFFFFF;
 border-right: 52px solid #FFFFFF;
 border-bottom: 10px solid transparent;
}
.ttl_ribbon_ht span {
 display: block;
 font-size: 290%;
 font-family: 'Jost', sans-serif;
 font-weight: 400;
 letter-spacing: 0.08em;
}
@media (min-width: 920px) {
 #titlearea_inner_ht {}
}
@media (max-height: 1200px) {
 .ttl_main_ht {
  width: 57vh;
  padding: 5vh 0;
 }
 .ttl_ashirai_ht {
  top: 25vh;
  left: 3vh;
 }
 .ttl_ribbon_ht {
  top: 28vh;
 }
}
/* SP */
@media (max-width: 919px) {
 #titlearea_ht {}
 .ttl_ribbon_ht {
  top: 30%;
  right: 3%;
  padding: 6px 0 5px;
  width: 9.8em;
  font-size: 65%;
 }
 .ttl_ribbon_ht:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 4.9em solid #FFFFFF;
  border-right: 4.9em solid #FFFFFF;
  border-bottom: 6px solid transparent;
 }
 .ttl_main_ht {
  padding: 4.5% 0;
  width: 70%;
 }
 .ttl_ashirai_ht {
  width: 17%;
  top: 26%;
  left: 3%;
 }
}
/*------------------------------------

リード

------------------------------------*/
#lead_ht {
 font-feature-settings: 'palt'1;
}
#lead_ht h2 {
 font-size: 185%;
 text-align: center;
 letter-spacing: 0.1em;
 margin: 1.9em auto 0.8em;
 font-family: "A1ゴシック M", " A1 Gothic M", "Yu Gothic Medium", "游ゴシック", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
#lead_ht p {
 max-width: 90%;
 font-size: 130%;
 text-align: center;
 line-height: 2.1;
 letter-spacing: 0.1em;
 margin: 1.3em auto 3.0em;
 font-family: "A1ゴシック R", " A1 Gothic R", "Yu Gothic Medium", "游ゴシック", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
/*------------------------------------

メインコンテンツ

------------------------------------*/
#main_ht {}
#toys_list_ht {
 margin: 0em auto 5em;
}
/* 見出し */
.cate_ttl {
 border-bottom: 1px solid #cecece;
 padding-bottom: 1.3em;
}
h3.cate_name_ht {
 font-size: 380%;
 text-align: center;
 font-family: 'Jost', sans-serif;
 font-weight: 500;
 letter-spacing: 0.14em;
}
.cate_lead_ht {
 font-size: 130%;
 text-align: center;
 font-family: "A1ゴシック R", " A1 Gothic R", "Yu Gothic Medium", "游ゴシック", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
h4.area_ttl_ht {
 font-size: 430%;
 text-align: center;
 font-family: 'Jost', sans-serif;
 font-weight: 600;
 line-height: 1.15;
 margin-bottom: 0.3em;
 letter-spacing: 0.13em;
 position: relative;
 display: inline-block;
}
h4.area_ttl_ht span {
 font-family: 'Jost', sans-serif;
 font-weight: 600;
}
.min_ht {
 font-size: 75%;
}
.area_ttl_wrap_ht {
 max-width: 920px;
 margin: 0 auto;
 text-align: center;
 position: relative;
}
/* タイトル横地図 */
h4.area_ttl_ht::before {
 content: "";
 display: block;
 width: 100px;
 height: 100%;
 min-height: 90px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 position: absolute;
 left: -140px;
 bottom: 0;
}
/* タイトル横リボン */
.area_ttl_wrap_ht::after {
 content: "";
 display: block;
 width: 100px;
 height: 100%;
 min-height: 90px;
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
 position: absolute;
 right: 10px;
 bottom: 0;
}
/* SP */
@media (max-width: 919px) {
 h4.area_ttl_ht {
  font-size: 300%;
  /* position: initial; */
 }
 /* タイトル横地図 */
 h4.area_ttl_ht::before {
  width: 14vw;
  height: 100%;
  min-height: 12vw;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -18vw;
  bottom: -1vw;
 }
 /* タイトル横リボン */
 .area_ttl_wrap_ht::after {
  width: 17vw;
  height: 100%;
  min-height: 50px;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 2%;
  bottom: 0;
 }
}
/* 個別色 */
#hokkaido h4.area_ttl_ht {
 color: #00585d;
}
#hokkaido h4.area_ttl_ht::before {
 background-image: url(../images/map_01.png);
}
#hokkaido .area_ttl_wrap_ht::after {
 background-image: url(../images/label_01.png);
}
#tokyo h4.area_ttl_ht {
 color: #a21c49;
}
#tokyo h4.area_ttl_ht::before {
 background-image: url(../images/map_02.png);
}
#tokyo .area_ttl_wrap_ht::after {
 background-image: url(../images/label_02.png);
}
#kanto h4.area_ttl_ht {
 color: #004966;
}
#kanto h4.area_ttl_ht::before {
 background-image: url(../images/map_03.png);
}
#kanto .area_ttl_wrap_ht::after {
 background-image: url(../images/label_03.png);
}
#shinsyu h4.area_ttl_ht {
 color: #a93224;
}
#shinsyu h4.area_ttl_ht::before {
 background-image: url(../images/map_04.png);
}
#shinsyu .area_ttl_wrap_ht::after {
 background-image: url(../images/label_04.png);
}
#kansai h4.area_ttl_ht {
 color: #931d5b;
}
#kansai h4.area_ttl_ht::before {
 background-image: url(../images/map_05.png);
}
#kansai .area_ttl_wrap_ht::after {
 background-image: url(../images/label_05.png);
}
#chugoku h4.area_ttl_ht {
 color: #904824;
}
#chugoku h4.area_ttl_ht::before {
 background-image: url(../images/map_06.png);
}
#chugoku .area_ttl_wrap_ht::after {
 background-image: url(../images/label_06.png);
}
/*------------------------------------

一覧

------------------------------------*/
.swiper-lazy {
 opacity: 0;
 transition: all 0.3s;
}
.swiper-lazy.swiper-lazy-loaded {
 opacity: 1;
}
.list-slider.swiper-container {
 width: 100%;
 /*overflow-x: scroll;*/
 display: flex;
 -webkit-overflow-scrolling: touch; /* スマホ対応のため必須 */
 overflow-scrolling: touch;
}
.list-slider .swiper-wrapper {
transition-duration: 8000ms;
 transition-timing-function: linear !important;
 scroll-snap-align: center;
 height: 100%;
 width: 100%;
 flex: none;
}
/************/
#toys_list_ht {}
#toys_list_ht .con_ct {
 margin-top: 150px;
}
#toys_list_ht .con_ct:first-child {
 margin-top: 65px;
}
#toys_list_ht div ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
#toys_list_ht ul li {
 /*background: #ccc;*/
 width: calc(50% - 10px);
 margin: 5px;
 box-sizing: border-box;
 cursor: pointer;
 overflow: hidden;
}

#toys_list_ht ul li.area_ttl_box {
 color: #FFF;
 text-align: center;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 font-size: 230%;
 letter-spacing: 0.1em;
}
#toys_list_ht ul li span {
 transform: skewX(-7deg);
 text-indent: -0.2em;
 margin-left: 0.5em;
 font-family: "A1ゴシック R", " A1 Gothic R", "Yu Gothic Medium", "游ゴシック", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
 line-height: 1.3;
}
#toys_list_ht ul li.max_doll {
 width: 100%;
}
#toys_list_ht div ul li img {
 width: 100%;
}

@media (min-width: 920px) {
#toys_list_ht ul li:hover {
}
#toys_list_ht ul li img {
 transition: all 0.3s;
}
#toys_list_ht ul li:hover img {
 width: 110%;
 margin: -5%;
}
}
/* SP */
@media (max-width: 919px) {
 #toys_list_ht .con_ct {
  margin-top: 100px;
 }
 #toys_list_ht .con_ct:first-child {
  margin-top: 60px;
 }
 #toys_list_ht ul li.area_ttl_box {
  font-size: 215%;
 }
}
@media (min-width: 1200px) {
 #toys_list_ht ul li.area_ttl_box {
  font-size: 250%;
 }
}
/* 北海道・東北カラー */
div#hokkaido ul li {
 background: #96d2cb;
}
div#hokkaido ul li.max_doll {
 background: #daefed;
}
div#hokkaido ul li.area_ttl_box {
 background: #00585d;
}
/* 東京カラー */
div#tokyo ul li {
 background: #dc7678;
}
div#tokyo ul li.max_doll {
 background: #f6dddd;
}
div#tokyo ul li.area_ttl_box {
 background: #a21c49;
}
/* 関東カラー */
div#kanto ul li {
 background: #95b6cf;
}
div#kanto ul li.max_doll {
 background: #e4edf3;
}
div#kanto ul li.area_ttl_box {
 background: #004966;
}
/* 信州・中部カラー */
div#shinsyu ul li {
 background: #d4913c;
}
div#shinsyu ul li.max_doll {
 background: #f4e3ce;
}
div#shinsyu ul li.area_ttl_box {
 background: #a93224;
}
/* 関西カラー */
div#kansai ul li {
 background: #b978a0;
}
div#kansai ul li.max_doll {
 background: #eddde7;
}
div#kansai ul li.area_ttl_box {
 background: #931d5b;
}
/* 中国・四国・九州・沖縄カラー */
div#chugoku ul li {
 background: #c59849;
}
div#chugoku ul li.max_doll {
 background: #f0e5d1;
}
div#chugoku ul li.area_ttl_box {
 background: #904824;
}
/*------------------------------------

バナー

------------------------------------*/
.bnrArea_ht {
 display: block;
 max-width: 920px;
 text-align: center;
 margin: 13em auto 0px;
}
.bnrArea_ht a {
 width: 600px;
 position: relative;
 background: #000;
 display: inline-block;
 margin: 0px 0 40px;
 padding: 1.6em 0;
}
span.bnr_arrow {
 position: absolute;
 z-index: 100;
 top: calc(50% - 1.3em);
 right: 10%;
 display: block;
 width: 2.8em;
 height: 2.8em;
 cursor: pointer;
 transition: all .3s;
 border-radius: 50%;
 background: #FFF;
}
span.bnr_arrow:after {
 position: absolute;
 top: 37%;
 right: 37%;
 display: block;
 width: .5em;
 height: .5em;
 content: '';
 transform: rotate(-45deg);
 border-right: 3px solid #000;
 border-bottom: 3px solid #000;
}
.bnrArea_ht a.list_bnr_ht {
 background: #FFF;
 border: 1px solid #000;
}
.bnrArea_ht a.list_bnr_ht span.bnr_arrow {
 background: #000;
}
.bnrArea_ht a.list_bnr_ht span.bnr_arrow:after {
 border-color: #FFF;
}
.bnrArea_ht a.img_bnr_ht {
 padding: 0;
 background: none;
}
@media (max-width: 919px) {
 .bnrArea_ht {
  width: 100%;
  text-align: center;
  margin: 10em auto 1em;
  font-size: 85%;
 }
 .bnrArea_ht a {
  width: 85%;
  margin: 0em 0 1.5em;
  max-width: 640px;
  padding: 1.3em 0;
 }
 .bnrArea_ht a img {
  height: auto;
  margin-right: 8%;
  width: 60%;
 }
 .bnrArea_ht a.img_bnr_ht img {
  width: 100%;
 }
}
/*------------------------------------

ページトップへ戻る

------------------------------------*/
.pageTop {
 display: none;
 position: relative;
 height: 0;
 margin: 0 auto;
 max-width: 1000px;
 width: 100%;
 z-index: 10000;
}
.pageTop a {
 position: fixed;
 bottom: 20px;
 right: 25px;
 left: auto;
 display: block;
 width: 180px;
 height: 125px;
 background-image: url(../images/pagetop.png);
 background-repeat: no-repeat;
 z-index: 10000;
}
@media (min-width: 920px) {
 .pageTop a:hover {
  bottom: 30px;
 }
}
@media (max-width: 480px) {
 .pageTop a {
  right: 15px;
  bottom: 15px;
  width: 90px;
  height: 62px;
  background-size: contain;
 }
}
/*------------------------------------

	SNS

------------------------------------*/
#sns_ht {
 text-align: center;
 display: block;
 margin: 0px auto 60px;
}
#sns_ht p {
 font-size: 135%;
 letter-spacing: 0.1em;
 margin: 0.5em auto 1em;
}
#sns_ht ul {}
#sns_ht li {
 width: 30px;
 display: inline-block;
 margin: 5px;
}
#sns_ht li.sp_ht {
 display: none;
}
#sns_ht li a {
 width: 100%;
}
#sns_ht li img {
 width: 100%;
 height: auto;
}
@media (max-width: 919px) {
 #sns_ht {
  margin: 0px auto 30px;
 }
 #sns_ht p {
  font-size: 105%;
  margin: 0.2em auto 1em;
 }
}
/* アニメーション */
#category_ht > *:not(:first-child) {
 opacity: 1;
}
.fadeIn02_ht {
 animation: fadeIn02_ht 1.4s;
 visibility: visible !important;
 opacity: 1.0;
}
.photo_ht > *, .fade_ht.report_ht .report_ttl, .report_ht ul li {
 opacity: 0;
}
.fade_ht.report_ht .report_ttl, .fade_ht.report_ht ul li {
 animation: fade_ht 0.9s both;
 animation-delay: 1.3s;
}
.fade_ht .photo_ht > *:not(.point_ht) {
 animation: fade01_ht 2.0s both;
 animation-delay: 0s;
}
.fade_ht .photo_ht .mainphoto_ht {
 animation-delay: .0s;
}
.fade_ht .photo_ht > .catch_ht {
 animation: fade_x_ht 1.5s both;
 animation-delay: 0.0s;
}
@keyframes fade_x_ht {
 0% {
  opacity: 0;
  transform: translateX(-70px);
 }
 25% {
  opacity: 0;
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
#category_ht .photo_ht .point_ht.fade_ht {
 animation: point_fade_ht 1.5s both;
 animation-delay: 0.0s;
}
@keyframes point_fade_ht {
 0% {
  transform: translateY(30px);
  opacity: 0;
 }
 20% {
  opacity: 0;
 }
 100% {
  transform: translateY(0);
  opacity: 1;
 }
}
h2 {
 /* animation: fade02_ht 2.0s both;
 animation-delay: .4s; */
}
.fade_ht {
 animation: fade01_ht 1.0s forwards;
 visibility: visible !important;
}
@keyframes fadeIn02_ht {
 0% {
  opacity: 0;
  transform: translateY(100px);
 }
 60% {
  opacity: 0;
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes fade02_ht {
 0% {
  opacity: 0;
  transform: translateX(-150px);
 }
 65% {
  opacity: 0;
 }
 100% {
  opacity: 1;
  transform: translateX(0);
 }
}
@keyframes fade_ht {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
@keyframes fade01_ht {
 0% {
  opacity: 0;
  transform: translateY(15px);
 }
 10% {
  opacity: 0;
 }
 100% {
  opacity: 1;
  transform: translateY(0);
 }
}
/* safari調整 */
.is_safari #Footer_fca {
 font-size: 105% !important;
}
/* メインスライダー */
.slider-top {
 width: 100%;
}
.slider-top li, .titlearea_box_ht {
 overflow-x: hidden;
 background-repeat: no-repeat;
 background-position: center bottom;
  background-size: auto 100%;
 height: 1120px;
}
.slider-top li.slide01 {
 background-image: url(../images/main_01.jpg?=new);
 background-color: #61c3bf;
}
.slider-top li.slide02 {
 background-color: #da6d7e;
 background-image: url(../images/main_02.jpg?=new);
}
.slider-top li.slide03 {
 background-color: #79acca;
 background-image: url(../images/main_03.jpg?=new);
}
.slider-top li.slide04 {
 background-color: #df8e62;
 background-image: url(../images/main_04.jpg?=new);
}
.slider-top li.slide05 {
 background-color: #a577af;
 background-image: url(../images/main_05.jpg?=new);
}
.slider-top li.slide06 {
 background-color: #b1822c;
 background-image: url(../images/main_06.jpg?=new);
}
@media (max-height: 1200px) {
 .slider-top li {
  height: 95vh;
  /* min-height: 850px; */
  background-position: center bottom ;
 }
}

@media (max-width: 919px) {
 .slider-top {
  width: 100%;
  max-width: 100%;
  margin: 0 0 0 0%;
 }
 .slider-top li, .titlearea_box_ht {
  height: 110vw;
  min-height: 1px;
 }
}
/* slick */
.slick-slider {
 position: relative;
 display: block;
 box-sizing: border-box;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-touch-callout: none;
 -khtml-user-select: none;
 -ms-touch-action: pan-y;
 touch-action: pan-y;
 -webkit-tap-highlight-color: transparent;
}
.slick-list {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 0;
 padding: 0;
}
.slick-list:focus {
 outline: none;
}
.slick-list.dragging {
 cursor: pointer;
 cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
 transform: translate3d(0, 0, 0);
}
.slick-track {
 position: relative;
 top: 0;
 left: 0;
 display: block;
}
.slick-track:before, .slick-track:after {
 display: table;
 content: '';
}
.slick-track:after {
 clear: both;
}
.slick-loading .slick-track {
 visibility: hidden;
}
.slick-slide {
 min-height: 1px;
 transition: all 0.3s;
}
[dir='rtl'] .slick-slide {
 float: right;
}
.slick-slide img {
 /*width:100%;*/
 display: block;
}
.slick-slide.slick-loading img {
 display: none;
}
.slick-slide.dragging img {
 pointer-events: none;
}
.slick-initialized .slick-slide {
 display: inline-block;
 vertical-align: top;
}
.slick-loading .slick-slide {
 visibility: hidden;
}
.slick-vertical .slick-slide {
 display: block;
 height: auto;
 border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
 display: none;
}
/* slick-dots */
li.dots {
 width: 100%;
 padding: 0;
 margin-top: -14px;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
 position: relative;
 z-index: 2;
}
li.dots span {
 display: block;
 transition: all 130ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
 width: 14px;
 height: 14px;
 text-align: center;
 border-radius: 20px;
 margin: 0 5px;
 background: #FFF;
 border: 1px solid #FFF;
}
ul.on li.dots span:nth-child(1) {
 background: none;
 border: 1px solid #FFF;
}
ul.on li.dots span:nth-child(2) {
 background: #FFF;
}
ul li.dots span:nth-child(2) {
 background: none;
 border: 1px solid #FFF;
}
li.dots span:hover {
 opacity: 0.7;
}