@charset "UTF-8";
/* CSS Document */
/* Default -------------- */
/* reset */
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

hr {
  border: none;
}

/* Global */
selector {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  font: normal;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #666666;
  background-image: url("../img/bg_border.png");
  background-color: #FFFFFF;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h4, h3, h2, li, dd, dt {
  -webkit-transform: rotate(0.001deg);
}

ul {
  list-style: none;
}

:link, :visited, :active {
  text-decoration: none;
}

a {
  color: #00c8b2;
  outline: none;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  text-decoration: none;
  color: #eaf378;
}

#pageTop {
  background: rgba(255, 159, 0, 0.8);
}

#pageTop a {
  color: #FFFFFF;
}

#pageTop a:hover {
  color: #b6b6b6;
}

a img, :link img, :visited img {
  border: none;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin: 0;
  padding: 0;
}

figure:hover img {
  opacity: .7;
}

h1 {
  font-family: "mplus1p", cursive;
  font-size: 100px;
}

.comingsoon p {
  font-size: 20px;
}

h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: dotted 3px #f1f7ee;
  font-family: "Mplus 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 10px 0;
  padding: 0 10px;
  border-bottom: none;
  font-family: "Mplus 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 20px 0;
  border-bottom: none;
  font-family: "Mplus 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

h5 {
  font-size: 1rem;
  font-weight: bold;
  margin: 20px 0;
  font-family: "Satisfy", cursive;
}

h3.wandH {
  color: #FFFFFF;
  background: #4dcaef;
  padding: 5px;
}

h3.cupH {
  color: #FFFFFF;
  background: #56dc88;
  padding: 5px;
}

h3.swordH {
  color: #FFFFFF;
  background: #e15353;
  padding: 5px;
}

h3.coinH {
  color: #FFFFFF;
  background: #be74d4;
  padding: 5px;
}

h3.otherH {
  color: #FFFFFF;
  background: #cccccc;
  padding: 5px;
}

h4.wand {
  padding: 0 10px;
  border-left: 5px solid #4dcaef;
}

h4.cup {
  padding: 0 10px;
  border-left: 5px solid #56dc88;
}

h4.sword {
  padding: 0 10px;
  border-left: 5px solid #e15353;
}

h4.coin {
  padding: 0 10px;
  border-left: 5px solid #be74d4;
}

h4.other {
  padding: 0 10px;
  border-left: 5px solid #cccccc;
}

hr {
  border-top: 1px dashed #cccccc;
  margin-bottom: 15px;
}

/* Layout -------------- */
html {
  width: 100%;
  overflow-Y: scroll;
  text-align: center;
  font-size: 100%;
}

nav ul li {
  font-family: "Mplus 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
nav ul li span {
  font-size: 0.7rem;
  font-family: "Satisfy", cursive;
}
@media screen and (min-width: 1024px) {
  nav ul li span {
    display: none;
  }
}

a.drawer-menu-item {
  font-size: 0.9rem;
}

#container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  font-size: 0.9rem;
}

article {
  padding: 10px;
}

span.comment {
  font-size: 0.8rem;
  color: #999999;
  clear: both;
  float: right;
}

/* topPage */
div#headerImg {
  width: 100%;
}
div#headerImg img {
  width: 100%;
}

div.topPage h4 {
  margin: 30px 0 5px 0;
}
div.topPage ul.topBnr {
  display: table;
  table-layout: fixed;
}
div.topPage ul.topBnr li {
  display: table-cell;
  padding: 10px;
}
div.topPage section {
  margin: 20px 0 50px 0;
  border-bottom: 2px dotted #f1f7ee;
}
div.topPage section p {
  margin: 20px 0;
}
div.topPage img {
  width: 100%;
}
div.topPage section#about {
  line-height: 1.5;
}
div.topPage section#about p {
  text-align: left;
}
div.topPage section#about ul li {
  margin: 10px 0;
}

/* all index */
div.allIndex {
  text-align: left;
}
div.allIndex section {
  margin: 50px 0;
  clear: both;
}
div.allIndex ul {
  float: left;
  margin-right: 5%;
  width: 15%;
  min-width: 140px;
  min-height: 350px;
  font-size: 0.8rem;
}
div.allIndex ul li {
  margin: 10px 0;
}
div.allIndex ul li span {
  font-weight: bold;
  font-size: 0.8rem;
  margin-right: 10px;
}

/* arcana list */
div.arcanaList {
  padding: 10px 0;
}
div.arcanaList section.column4 ul li {
  width: 25.5%;
}
div.arcanaList section.column5 ul li {
  width: 18.8%;
}
div.arcanaList section.column4 ul li.number {
  width: 6%;
}
div.arcanaList section.column5 ul li.number {
  width: 6%;
}
div.arcanaList ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  position: relative;
}
div.arcanaList ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 1px solid #dbd5cb;
  border-top: 1px solid #dbd5cb;
  padding: 10px 0;
  font-size: 0.78rem;
  position: relative;
}
div.arcanaList ul li img {
  width: 100%;
}
div.arcanaList ul li:last-child {
  border-right: 1px solid #dbd5cb;
}
div.arcanaList ul li.number {
  width: 6%;
  border: none;
  font-family: "Satisfy", cursive;
  font-weight: bold;
}
div.arcanaList ul li.suitWand, div.arcanaList ul li.suitCup, div.arcanaList ul li.suitSword, div.arcanaList ul li.suitCoin, div.arcanaList ul li.suitAngel, div.arcanaList ul li.suitDevil, div.arcanaList ul li.suitTwelve, div.arcanaList ul li.suitTen, div.arcanaList ul li.suitTrans {
  border: none;
  font-family: "Mplus 1p", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0.9rem;
}
div.arcanaList ul li.suitWand:before {
  background: url(../img/ico_suitWand.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li.suitCup:before {
  background: url(../img/ico_suitCup.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li.suitSword:before {
  background: url(../img/ico_suitSword.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li.suitCoin:before {
  background: url(../img/ico_suitCoin.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li.suitAngel:before {
  background: url(../img/ico_suitAngel.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li.suitDevil:before {
  background: url(../img/ico_suitDevil.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li.suitTwelve:before {
  background: url(../img/ico_suitTwelve.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li.suitTen:before {
  background: url(../img/ico_suitTen.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li.suitTrans:before {
  background: url(../img/ico_suitTrans.png);
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-size: contain;
  margin-right: 5px;
}
div.arcanaList ul li figure.rankC:before {
  background: url(../img/ico_rankC.png) no-repeat;
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  left: 5px;
  z-index: 9999;
}
div.arcanaList ul li figure.rankB:before {
  background: url(../img/ico_rankB.png) no-repeat;
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  left: 5px;
  z-index: 9999;
}
div.arcanaList ul li figure.rankA:before {
  background: url(../img/ico_rankA.png) no-repeat;
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  left: 5px;
  z-index: 9999;
}
div.arcanaList ul li figure.rankS:before {
  background: url(../img/ico_rankS.png) no-repeat;
  content: '';
  display: block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  left: 5px;
  z-index: 9999;
}
div.arcanaList ul li figure.dayMon:after {
  background: url(../img/ico_dayMon.png) no-repeat;
  content: '';
  display: inline-block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
div.arcanaList ul li figure.dayTue:after {
  background: url(../img/ico_dayTue.png) no-repeat;
  content: '';
  display: inline-block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
div.arcanaList ul li figure.dayWed:after {
  background: url(../img/ico_dayWed.png) no-repeat;
  content: '';
  display: inline-block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
div.arcanaList ul li figure.dayThu:after {
  background: url(../img/ico_dayThu.png) no-repeat;
  content: '';
  display: inline-block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
div.arcanaList ul li figure.dayFri:after {
  background: url(../img/ico_dayFri.png) no-repeat;
  content: '';
  display: inline-block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
div.arcanaList ul li figure.daySat:after {
  background: url(../img/ico_daySat.png) no-repeat;
  content: '';
  display: inline-block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
div.arcanaList ul li figure.daySun:after {
  background: url(../img/ico_daySun.png) no-repeat;
  content: '';
  display: inline-block;
  width: 15%;
  height: 15%;
  background-size: contain;
  position: absolute;
  right: 5%;
  bottom: 20%;
}
div.arcanaList ul:last-of-type li {
  border-bottom: 1px solid #dbd5cb;
}
div.arcanaList ul:last-of-type li.number {
  border-bottom: none;
}

/* arcana detail */
div.arcanaDetail {
  line-height: 1.5;
  text-align: left;
}
div.arcanaDetail section {
  margin: 40px 0;
}
div.arcanaDetail h2.dayMon:after {
  background: url(../img/ico_dayMon.png);
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-left: 10px;
  background-size: contain;
}
div.arcanaDetail h2.dayTue:after {
  background: url(../img/ico_dayTue.png);
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-left: 10px;
  background-size: contain;
}
div.arcanaDetail h2.dayWed:after {
  background: url(../img/ico_dayWed.png);
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-left: 10px;
  background-size: contain;
}
div.arcanaDetail h2.dayThu:after {
  background: url(../img/ico_dayThu.png);
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-left: 10px;
  background-size: contain;
}
div.arcanaDetail h2.dayFri:after {
  background: url(../img/ico_dayFri.png);
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-left: 10px;
  background-size: contain;
}
div.arcanaDetail h2.daySat:after {
  background: url(../img/ico_daySat.png);
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-left: 10px;
  background-size: contain;
}
div.arcanaDetail h2.daySun:after {
  background: url(../img/ico_daySun.png);
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
  margin-left: 10px;
  background-size: contain;
}
div.arcanaDetail h3 {
  border-bottom: dashed 1px #cccccc;
}
div.arcanaDetail #illust {
  max-width: 400px;
  float: left;
  padding-top: 50px;
  margin-bottom: 10px;
}
div.arcanaDetail #illust ul.slider li div {
  text-align: center;
  background: #f1f7ee;
  margin-top: 50px;
}
@media screen and (max-width: 865px) {
  div.arcanaDetail #illust {
    float: none;
    margin: 0 auto;
  }
}
div.arcanaDetail #text {
  font-size: 0.8rem;
}
div.arcanaDetail #text dd {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.arcanaDetail #text dd span {
  display: contents;
  font-weight: bold;
  color: #7FB5AF;
}
div.arcanaDetail #text dt {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.arcanaDetail #text dt.dt_C:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankC.png);
}
div.arcanaDetail #text dt.dt_B:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankB.png);
}
div.arcanaDetail #text dt.dt_A:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankA.png);
}
div.arcanaDetail #text dt.dt_S:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankS.png);
}
div.arcanaDetail #text dt.dt_SS:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankSS.png);
}
div.arcanaDetail #text dt.dt_S3:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankS3.png);
}
div.arcanaDetail #text dt.dt_S4:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankS4.png);
}
div.arcanaDetail #text dt.dt_S5:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankS5.png);
}
div.arcanaDetail #text dt.dt_S6:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankS6.png);
}
div.arcanaDetail #text dt.dt_Sp:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankSp.png);
}
div.arcanaDetail #text dt.dt_Cp:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankCp.png);
}
div.arcanaDetail #text dt.dt_StV:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankStV.png);
}
div.arcanaDetail #text dt.dt_Grad:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
  background-image: url(../img/ico_rankGrad.png);
}
div.arcanaDetail #closeLink {
  clear: both;
  margin-top: 50px;
}
div.arcanaDetail #closeLink ul li {
  margin: 5px 0;
}
div.arcanaDetail #closeLink ul li span {
  font-size: 0.8rem;
  font-weight: bold;
}

/* status */
div.status {
  text-align: left;
  vertical-align: 2rem;
  font-size: 0.8rem;
}
div.status section {
  padding: 30px 0;
}
div.status dl {
  margin: 20px 0;
}
div.status dl dt {
  float: left;
}
div.status ul {
  margin: 10px 20px 10px 0;
  float: left;
}
div.status ul li {
  padding: 5px;
}
div.status ul li span {
  font-weight: bold;
  margin-right: 5px;
}

/* note */
div.note {
  line-height: 1.5;
  clear: both;
}
div.note p {
  margin-bottom: 10px;
}
div.note h2 {
  margin-bottom: 10px;
  text-align: left;
}
div.note section {
  text-align: left;
  border-bottom: 1px dashed #cccccc;
  padding: 30px 0;
}
div.note section div#example ul li.wand:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  vertical-align: -10%;
  background: #4dcaef;
}
div.note section div#example ul li.cup:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  vertical-align: -10%;
  background: #56dc88;
}
div.note section div#example ul li.sword:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  vertical-align: -10%;
  background: #e15353;
}
div.note section div#example ul li.coin:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  vertical-align: -10%;
  background: #be74d4;
}
div.note section div#example ul li.other:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  vertical-align: -10%;
  background: #cccccc;
}
div.note section img.wand {
  width: 85px;
  border: 1px solid;
  border-radius: 50%;
  border-color: #4dcaef;
}
div.note section img.cup {
  width: 85px;
  border: 1px solid;
  border-radius: 50%;
  border-color: #56dc88;
}
div.note section img.sword {
  width: 85px;
  border: 1px solid;
  border-radius: 50%;
  border-color: #e15353;
}
div.note section img.coin {
  width: 85px;
  border: 1px solid;
  border-radius: 50%;
  border-color: #be74d4;
}
div.note section img.other {
  width: 85px;
  border: 1px solid;
  border-radius: 50%;
  border-color: #cccccc;
}
div.note section ul li {
  float: left;
  font-size: 0.7rem;
  text-align: center;
  margin: 3px;
  height: 11.2em;
  line-height: 1.2;
}
div.note section div#example ul li {
  max-width: none;
  height: auto;
  margin: 0 10px 10px 0;
}
div.note section#noborder {
  border: none;
}

/* story */
div.story {
  line-height: 1.5;
  text-align: left;
}
div.story p {
  margin-bottom: 10px;
}
div.story ul.link {
  display: table;
  table-layout: fixed;
  max-width: 400px;
  margin: 20px auto;
}
div.story ul.link li {
  display: table-cell;
  text-align: center;
  padding: 10px;
}
div.story ul.link li img {
  width: 100%;
}
div.story section {
  padding: 20px 0 70px 0;
}
div.story section a {
  float: right;
}
div.story section a.open {
  display: block;
  margin-bottom: 10px;
  background: #00c8b2;
  color: #FFFFFF;
  min-width: 110px;
  text-align: center;
  padding: 2px 0;
}
div.story section a.totop {
  margin-top: 10px;
}
div.story section dl dt {
  margin-top: 10px;
  clear: both;
  font-weight: bold;
}
div.story section dl dt span {
  margin-right: 10px;
  font-weight: bold;
}
div.story section dd {
  font-size: 0.8rem;
  color: #999999;
  display: none;
}

.open {
  cursor: pointer;
}

/* footer */
footer {
  min-hight: 150px;
  margin-top: 30px;
  padding: 10px 0;
  font-size: 0.7rem;
  clear: both;
  background: #00c8b2;
}
footer a {
  color: #FFFFFF;
}
footer #footerNav {
  margin: 20px auto;
  text-align: center;
}
footer ul {
  margin: 10px auto;
  display: table;
}
footer ul li {
  display: table-cell;
  padding: 0 5px;
}
footer p {
  margin-bottom: 20px;
}
footer p a:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../img/Twitter_Logo_WhiteOnImage.png);
  background-size: contain;
  vertical-align: -40%;
  margin-right: 2px;
}

/* slick */
.slider {
  margin: 0 auto;
  width: 80%;
}

.slider img {
  height: auto;
  width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots li {
  margin: 0 4px;
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
  color: #7FB5AF;
}

.slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* drawer */
.drawer-container {
  max-width: 1200px;
}

/* clear */
.fclear {
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.ss h4 {
  margin-top: 50px;
}
.ss p {
  text-align: left;
  line-height: 1.7rem;
  margin: 10px 20px;
}
.ss a.open {
  display: block;
  margin-bottom: 20px;
  background: #00c8b2;
  color: #FFFFFF;
  min-width: 110px;
  text-align: center;
  padding: 2px 0;
}
.ss ul.fta-list li {
  display: none;
  margin: 10px 0;
}
