@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "laicaa-regular";
  font-style: normal;
  src: url("../fonts/laicaa-regular.eot");
  src: url("../fonts/laicaa-regular.woff") format("woff"), url("../fonts/laicaa-regular.ttf") format("truetype");
}
@font-face {
  font-family: "laicaa-medium";
  font-style: normal;
  src: url("../fonts/laicaa-medium.eot");
  src: url("../fonts/laicaa-medium.woff") format("woff"), url("../fonts/laicaa-medium.ttf") format("truetype");
}
@font-face {
  font-family: "mostranuova-regular";
  font-style: normal;
  src: url("../fonts/mostranuova-regular.eot");
  src: url("../fonts/mostranuova-regular.woff") format("woff"), url("../fonts/mostranuova-regular.ttf") format("truetype");
}
/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
  scroll-snap-type: y mandatory;
}
@media screen and (min-width: 1000px) {
  body {
    background-color: #f0e5df;
  }
}
@media screen and (max-width: 999px) {
  body {
    background-color: #fff;
  }
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

img {
  width: 100%;
  vertical-align: bottom;
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}

@media screen and (max-width: 999px) {
  .spNone {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .pcNone {
    display: none;
  }
}

#wrapper {
  color: #333;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  #wrapper {
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 999px) {
  #wrapper {
    width: 100%;
    margin: 0 auto 80px;
    text-align: left;
  }
}

div#mainArea {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1000px) {
  div#mainArea {
    margin: 5% auto 0;
    z-index: 1;
  }
}
div#mainArea p.description {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  div#mainArea p.description {
    position: absolute;
    top: 57%;
    left: 33%;
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  div#mainArea p.description {
    position: absolute;
    top: 63%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 11px;
    width: 100%;
  }
}

@media screen and (min-width: 1000px) {
  div#trend {
    margin-top: -50px;
    z-index: 2;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  div#trend {
    width: 90%;
    margin: 20px auto 60px;
  }
}
@media screen and (min-width: 1000px) {
  div#trend h2 {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  div#trend h2 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1000px) {
  div#trend p {
    width: 80%;
    margin: 30px auto;
  }
}
div#select {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  div#select {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1000px) {
  div#select h2 {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  div#select h2 {
    width: 90%;
    margin: 20px auto 0;
  }
}
div#select ul {
  display: flex;
  /* Safari etc. */
  /* IE10        */
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  div#select ul {
    width: 780px;
    box-sizing: border-box;
    margin: 30px auto 70px;
  }
}
@media screen and (max-width: 999px) {
  div#select ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 70px;
  }
}
@media screen and (min-width: 1000px) {
  div#select li.select_bt {
    width: 120px;
    height: 120px;
    padding: 10px;
    margin: 0 5px 10px;
    border-radius: 50%;
    border: 2px dotted #595959;
    box-sizing: border-box;
  }
  div#select li.select_bt .target {
    transition: 0.5s;
    transform: rotateZ(0deg);
  }
  div#select li.select_bt a:hover .target {
    transform: rotateZ(360deg);
  }
}
@media screen and (max-width: 999px) {
  div#select li.select_bt {
    width: 100px;
    height: 100px;
    padding: 10px;
    margin: 0 5px 10px;
    border-radius: 50%;
    border: 2px dotted #595959;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1000px) {
  div#select p {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  div#select p {
    font-size: 10px;
  }
}

@media screen and (min-width: 1000px) {
  div#horoscope .box01 {
    text-align: center;
    width: 780px;
    margin: 0 auto 60px;
    border-radius: 30px;
    border: 5px solid #f0e5df;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .box01 {
    width: 90%;
    margin: 0 auto 60px;
    border-radius: 30px;
    border: 5px solid #f0e5df;
    box-sizing: border-box;
  }
}
div#horoscope .box01 h3 {
  margin: 60px auto 5px;
}
@media screen and (min-width: 1000px) {
  div#horoscope .box01 h3 {
    width: 138px;
    height: 26px;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .box01 h3 {
    width: 138px;
    height: 26px;
  }
}
div#horoscope .box01 p.date {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  div#horoscope .box01 p.date {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1000px) {
  div#horoscope .box01 .horoscope_img {
    width: 30%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .box01 .horoscope_img {
    width: 70%;
    margin: 10px auto;
  }
}
@media screen and (min-width: 1000px) {
  div#horoscope .box01_1 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .box01_1 {
    width: 90%;
    margin: 0 auto 40px;
  }
}
div#horoscope .box01_1 h4 {
  margin: 60px auto 10px;
}
@media screen and (min-width: 1000px) {
  div#horoscope .box01_1 h4 {
    width: 321px;
    height: 20px;
  }
}
@media screen and (min-width: 1000px) {
  div#horoscope .box01_1 p.result_txt {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .box01_1 p.result_txt {
    width: 100%;
    margin: 0 auto;
    font-size: 12px;
  }
}
div#horoscope .color_box {
  /* p.color01 {
     color: #d40708;
   }
   p.color02{
     color: #019b7c;
   }
   p.color03 {
     color: #fff220;
   }
   p.color04 {
     color: #753e07;
   }
   p.color05 {
     color: #fe9c02;
   }
   p.color06 {
     color: #c791d5;
   }
   p.color07 {
     color: #c5d065;
   }
   p.color08 {
     color: #333;
   }
   p.color09 {
     color: #c3c3c3;
   }
   p.color10 {
     color: #f22170;
   }
   p.color11 {
     color: #8616c0;
   }
   p.color12 {
     color: #0b27cd;
   }*/
}
@media screen and (min-width: 1000px) {
  div#horoscope .color_box img {
    width: 7%;
    margin: 0 auto;
    padding-top: 5px;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .color_box img {
    width: 20%;
    margin: 0 auto;
    padding-top: 5px;
  }
}
div#horoscope .color_box p.color_name {
  text-align: center;
  padding-top: 5px;
}
@media screen and (min-width: 1000px) {
  div#horoscope .color_box p.color_name {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .color_box p.color_name {
    font-size: 14px;
    font-weight: bold;
  }
}
@media screen and (min-width: 1000px) {
  div#horoscope .color_box p.color_txt {
    display: inline-block;
    margin: 15px auto 40px;
    background-color: #f7f2ee;
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .color_box p.color_txt {
    width: 80%;
    margin: 15px auto 40px;
    background-color: #f7f2ee;
    padding: 15px;
    border-radius: 10px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1000px) {
  div#horoscope .item_box {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1000px) {
  div#horoscope .item_box h5 {
    width: 73px;
    height: 15px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .item_box h5 {
    width: 73px;
    height: 15px;
    margin: 0 auto;
  }
}
div#horoscope .item_box ul {
  display: flex;
  /* Safari etc. */
  /* IE10        */
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  div#horoscope .item_box ul {
    width: 90%;
    justify-content: center;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .item_box ul {
    width: 100%;
    margin: 0 auto 40px;
    justify-content: space-between;
  }
}
div#horoscope .item_box li.item {
  padding: 20px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1000px) {
  div#horoscope .item_box li.item {
    width: 25%;
  }
}
@media screen and (max-width: 999px) {
  div#horoscope .item_box li.item {
    width: 50%;
  }
}
div#horoscope .item_box li.item img {
  border: 1px solid #ccc;
}
div#horoscope .item_box li.item p.item_credit {
  text-align: left;
  font-size: 10px;
  padding: 5px 0;
}

div#luckycolor {
  margin-top: 80px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  div#luckycolor {
    width: 90%;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1000px) {
  div#luckycolor h2 {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  div#luckycolor p {
    width: 80%;
    margin: 30px auto 80px;
    text-align: center;
  }
}
@media screen and (max-width: 999px) {
  div#luckycolor p {
    margin: 15px auto 80px;
  }
}

div#supervision {
  background-color: #f7f2ee;
  border-radius: 30px;
}
@media screen and (min-width: 1000px) {
  div#supervision {
    width: 60%;
    margin: 0 auto 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
  }
}
@media screen and (max-width: 999px) {
  div#supervision {
    width: 90%;
    margin: 0 auto 80px;
    box-sizing: border-box;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
div#supervision img {
  object-fit: cover;
  border-radius: 50%;
  border: 2px dotted #595959;
}
@media screen and (min-width: 1000px) {
  div#supervision img {
    width: 140px;
    height: 140px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 999px) {
  div#supervision img {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
  }
}
div#supervision p {
  font-size: 12px;
}
div#supervision span {
  display: block;
}
@media screen and (min-width: 1000px) {
  div#supervision span {
    font-size: 18px;
  }
}
@media screen and (max-width: 999px) {
  div#supervision span {
    font-size: 14px;
    text-align: center;
  }
}

div.btn_box {
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: auto;
}

#footer {
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  #footer {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 999px) {
  #footer {
    margin-bottom: 20px;
  }
}

#page-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px dotted #595959;
}
#page-top a {
  color: #fff;
  text-decoration: none;
  /*width: 100%;*/
  box-sizing: border-box;
  display: block;
  text-align: center;
  font-size: 20px;
}
#page-top span {
  display: block;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  margin-top: 5px;
}

@media screen and (min-width: 1000px) {
  .item_btn {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 999px) {
  .item_btn {
    padding: 5px 10px;
  }
}

@media screen and (min-width: 1000px) {
  .item_another_btn {
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 16px;
  }
}
@media screen and (max-width: 999px) {
  .item_another_btn {
    padding: 10px 20px;
    margin: 0 auto;
    font-size: 16px;
  }
}

.btn {
  background-color: #7d7d7d;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.btn::before,
.btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.item_h,
.btn,
.btn::before,
.btn::after {
  box-sizing: border-box;
  transition: all 0.3s;
}

.btn:hover {
  opacity: 0.7;
}

.item_h:hover {
  opacity: 0.7;
}

/*1.フェードインアニメーションの指定*/
.scrollanime {
  opacity: 0;
}

/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}

/*横スクロールバーを隠す*/
.slide-right {
  transform: translateX(200px);
}