@charset "UTF-8";
/* loading */
.pace {
  width: 80%;
  height: 6px;
  border: none;
  background: #e9e9e9;
}

.pace .pace-progress {
  background: #1dbee5;
  max-width: none;
}

#loading {
  display: none;
  text-align: center;
  margin: auto;
  height: 220px;
  position: fixed;
  top: 17px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
}

#loading p {
  margin-top: 55px;
}

#loading p img {
  width: 80px;
}

/*  Top Contents
-----------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

#container:after {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: .5s ease all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
}

#container.done:after {
  opacity: 0;
  visibility: hidden;
}

.sec_inner {
  padding: 0 23px;
}

.sec_inner02 {
  padding: 0 7px;
}

.sec_inner03 {
  padding: 0 11px;
}

.sec_title {
  color: #cccccc;
  font-family: 'Cardo', serif;
  font-size: 18px;
  font-weight: normal;
  display: block;
  text-align: center;
}

.sec_title.white {
  color: #fff;
}

.sec_title .title_en {
  display: block;
  margin-bottom: 10px;
}

.sec_title .title_jp {
  font-size: 21px;
  line-height: 1.2;
  display: inline-block;
}

#top .sec_title .title_jp {
  color: #000;
  font-family: ' メイリオ', Meiryo, " ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  border-left: 6px solid #1dbee5;
  padding-left: 11px;
}

#top .sec_title .title_jp.white {
  color: #fff;
}

#top.contents {
  width: 100%;
  overflow-x: hidden;
}

.btn_more {
  margin-top: 30px;
}

.btn_more a {
  text-decoration: none;
  color: #666;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 6px;
  width: 242px;
  height: 42px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.btn_more a:after {
  content: '＞';
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

#mainv {
  width: calc(100% - 12px);
  height: 136.67vw;
  max-height: 670px;
  margin: 0 auto;
  border-radius: 8px;
  background: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#mainv img {
  width: 100%;
}

#mainv_slide {
  position: relative;
  height: 100%;
}

#mainv_slide:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../../sp/img/top/mainv_dot.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
}

#mainv_slide .slide_item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  animation-name: image;
  animation-duration: 36s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#mainv_slide .slide_item img {
  width: auto;
  height: 100%;
}

#mainv_slide .slide_item:first-of-type {
  animation-delay: 0s;
}

#mainv_slide .slide_item:nth-of-type(2) {
  animation-delay: 9s;
}

#mainv_slide .slide_item:nth-of-type(3) {
  animation-delay: 18s;
}

#mainv_slide .slide_item:nth-of-type(4) {
  animation-delay: 27s;
}

@keyframes image {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  5% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  40% {
    transform: translateX(-40%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 0;
  }
}

#mainv h2 {
  font-size: 21px;
  font-weight: normal;
  color: #1dbee5;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30%;
  margin: 0;
}

#mainv h2 img {
  width: 259px;
  display: block;
  margin: 0 auto 12px;
  transform: translateX(10px);
}

#mainv .mainv_btm {
  width: calc(100% - 24px);
  position: absolute;
  left: 12px;
  bottom: 13px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#mainv .mainv_btm .btn_biginner {
  width: 63px;
  height: 63px;
}

#mainv .mainv_btm .mainv_account_link {
  height: 86px;
}

#mainv .mainv_btm .mainv_account_link a {
  width: 86px;
  height: 86px;
  display: inline-block;
}

#whatsnew {
  margin: 15px 9px 23px;
}

#whatsnew dt {
  color: #fff;
  font-size: 12px;
  background: #1dbee5;
  display: inline-block;
  padding: 3px 9px;
  margin-right: 7px;
  border-radius: 15px;
  float: left;
}

#whatsnew dd {
  line-height: 1.8;
}

#whatsnew dd a {
  color: #333;
  font-size: 15px;
  line-height: 1.8;
  text-decoration: none;
  padding: 6 0 0 57px;
  display: block;
}

#bigbanner {
  padding: 0 16px;
}

#bigbanner div {
  margin-top: 6px;
  width: 100%;
}

#bigbanner .fr, #bigbanner .fl {
  float: none;
}

#bigbanner div:first-of-type {
  margin-top: 0;
}

#bigbanner div a {
  display: block;
}

#bigbanner a img {
  width: 100%;
}

/* sec_lead
----------------------------------------------*/
#sec_lead {
  margin-top: 45px;
}

#sec_lead .inner {
  padding: 0 23px;
}

#sec_lead h3, #sec_lead p {
  color: #1dbee5;
}

#sec_lead h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
}

#sec_lead p {
  font-size: 15px;
  line-height: 1.95;
  margin-top: 35px;
}

#sec_lead p+p {
  margin-top: 2em;
}

#sec_lead .lead_img {
  width: 100%;
  margin-top: 10px;
}

/* sec_live
----------------------------------------------*/
#sec_live {
  padding: 30px 0;
}

#sec_live .inner {
  padding: 0 16px;
}

#sec_live .live_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec_live .live_list li {
  font-size: 13px;
  width: 48%;
  text-align: center;
  margin-top: 30px;
}

#sec_live .live_list li:nth-child(-n+2) {
  margin-top: 0;
}

#sec_live .live_list li a {
  text-decoration: none;
}

#sec_live .live_list li a .status_online,
#sec_live .live_list li a .status_working,
#sec_live .live_list li a .status_offline,
#sec_live .live_list li a .status_close,
#sec_live .live_list li a .status_event {
  margin: 0 auto -45px;
  transform: translateX(-60px);
}

#sec_live .live_list li .img_wrap {
  border-radius: 10px;
  width: 135px;
  margin: 0 auto;
  position: relative;
}

#sec_live .live_list li .img_wrap img {
  border-radius: 8px;
}

#sec_live .live_list li.new_message .img_wrap:after {
  content: '';
  display: block;
  background: url(../../../sp/img/icon_message.png) right top no-repeat;
  background-size: contain;
  width: 32px;
  height: 24px;
  position: absolute;
  right: 5px;
  bottom: 4px;
  transform: scale(1, -1);
}

#sec_live .live_list li strong {
  font-size: 17px;
  font-weight: normal;
  margin-right: 4px;
}

#sec_live .live_list li .teller_name {
  margin-top: 12px;
}

#sec_live .live_list li .teller_comment {
  margin-top: 7px;
}

#sec_live .live_list li .teller_name span.new {
  color: #1dbee5;
  font-size: 10px;
  font-weight: bold;
  margin-right: 7px;
}

#sec_live .live_list li .link_review {
  color: #1dbee5;
  margin-top: 7px;
  display: block;
}

#sec_live .live_list li .link_review:before {
  content: '';
  width: 24px;
  height: 16px;
  background: url(../../../sp/img/top/icon_comment.gif) no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 2px;
  vertical-align: middle;
  transform: translateY(-2px);
}

#sec_live .btn_more {
  margin-top: 42px;
}

/* sec_navigator
----------------------------------------------*/
#sec_navigator {
  padding: 45px 0 50px;
  background: url(../../../sp/img/common/bg_bdr_gray.gif) repeat;
  position: relative;
}

#sec_navigator:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_navigator:after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -1px;
  background: url(../../../sp/img/top/bg_giza.png) repeat-x;
}

#sec_navigator .inner {
  padding: 0 7px;
}

#sec_navigator .mainimage {
  margin-top: 45px;
  position: relative;
}

#sec_navigator .mainimage .pic {
  position: absolute;
  bottom: 165px;
}

#sec_navigator .mainimage .pic img {
  width: 130px;
}

#sec_navigator .mainimage .pic ul {
  position: relative;
}

#sec_navigator .mainimage .pic li {
  height: 165px;
  top: 0;
  overflow: hidden;
  position: absolute;
}

#sec_navigator .mainimage .pic li span {
  width: 75px;
  height: 39px;
  top: 0;
  display: block;
  position: absolute;
}

#sec_navigator .mainimage .pic li .eye01 {
  background: url(../../../img/navigator/chara01_eye.png) no-repeat;
  background-size: 130px auto;
}

#sec_navigator .mainimage .pic li .eye02 {
  background: url(../../../img/navigator/chara02_eye.png) no-repeat;
  background-size: 130px auto;
}

#sec_navigator .mainimage .pic li .eye03 {
  background: url(../../../img/navigator/chara03_eye.png) no-repeat;
  background-size: 130px auto;
}

#sec_navigator .mainimage .pic span.name {
  z-index: 3;
  left: 13px;
  bottom: -160px;
  display: block;
  position: absolute;
}

#sec_navigator .mainimage .pic span.name img {
  width: 107px;
  height: auto;
}

#sec_navigator .bubble {
  padding-bottom: 55px;
  min-height: 115px;
  line-height: 24px;
}

#sec_navigator .bubble>div {
  margin-left: 125px;
}

#sec_navigator .bubble div>span+dl {
  margin-top: 13px;
}

#sec_navigator .bubble dt {
  display: inline-block;
}

#sec_navigator .bubble dd {
  font-size: 18px;
  display: inline-block;
}

#sec_navigator .bubble dd strong {
  font-size: 22px;
  font-weight: normal;
}

#sec_navigator .bubble .can dd {
  color: #66cc00;
}

#sec_navigator .bubble .not dd {
  color: #ff0000;
}

#sec_navigator .bubble .time {
  font-size: 12px;
  color: #999;
  line-height: 1em;
  float: right;
  margin-top: 7px;
}

#sec_navigator .cont_bubble {
  border-radius: 12px;
  box-shadow: 3px 2px 5px 0px rgba(153, 153, 153, 0.5);
  position: relative;
}

#sec_navigator .cont_bubble:before,
#sec_navigator .cont_bubble:after {
  content: '';
  display: block;
  width: 46px;
  height: 60px;
  background: #fff;
  transform: skew(17deg, 27deg);
  position: absolute;
  top: -12px;
  left: 42%;
}

#sec_navigator .cont_bubble:before {
  box-shadow: 0px 1px 4px 0px rgba(153, 153, 153, 0.3)
}

#sec_navigator .cont_bubble:after {
  z-index: -1;
}

#sec_navigator .cont_bubble>div {
  display: none;
}

#sec_navigator .cont_bubble>div.current {
  display: block;
}

#sec_navigator .cont_bubble #navigator01,
#sec_navigator .cont_bubble #navigator02 {
  padding: 20px 22px 21px;
  border-radius: 12px;
  background: #fff;
  position: relative;
}

#sec_navigator .cont_bubble p.text {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 15px 2px;
}

#sec_navigator .ft_detail .detail {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  padding-bottom: 20px;
}

#sec_navigator .ft_detail .detail p {
  padding-bottom: 12px;
}

#sec_navigator .cont_bubble p.text strong {
  font-weight: bold;
  color: #ff4075;
}

#sec_navigator .fortune_teller dt, #sec_navigator .ft_detail dt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}

#sec_navigator .ft_detail .pic {
  margin: 0 5px 5px 0;
  float: left;
}

#sec_navigator .ft_detail .pic img {
  width: 80px;
}

#sec_navigator .cont_bubble .btn_area div {
  margin-bottom: 5px;
  border-spacing: 5px 0;
  border-collapse: separate;
  width: 100%;
  display: table;
  table-layout: fixed;
}

#sec_navigator .answer .btn_backarea {
  padding: 20px 0 0;
}

#sec_navigator .fortune_teller dt, #sec_navigator .ft_detail dt strong {
  font-weight: bold;
  color: #1dbee5;
}

#sec_navigator .cont_bubble #btn_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#sec_navigator .cont_bubble #btn_type li {
  width: 47.5%;
  margin-top: 12px;
}

#sec_navigator .cont_bubble #btn_type li:nth-child(-n+2) {
  margin-top: 0;
}

#sec_navigator .cont_bubble #btn_type li a {
  font-family: 'M PLUS 1p', sans-serif;
  border-radius: 12px;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  padding: 10px;
  width: 100%;
  height: 80px;
  background: #1dbee5;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec_navigator .cont_bubble #btn_type li .new {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  line-height: 16px;
  display: block;
}

#sec_navigator #step02 .btn_area div.colspan {
  width: 50%;
}

#sec_navigator .cont_bubble .btn_category ul {
  width: 100%;
  display: table;
}

#sec_navigator .cont_bubble .btn_category li {
  width: 33%;
  display: table-cell;
}

#sec_navigator .cont_bubble .btn_category ul li:nth-child(2) a {
  margin: 0 5px;
}

#sec_navigator .cont_bubble .btn_category li a {
  border-radius: 5px;
  border-radius: 12px;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 5px;
  padding: 20px 0;
  display: block;
  background: #ff4075;
}

#sec_navigator .cont_bubble .btn_backarea div {
  float: left;
}

#sec_navigator .cont_bubble .btn_backarea div:nth-child(odd) {
  width: 60%;
}

#sec_navigator .cont_bubble .btn_backarea div:nth-child(even) {
  width: 40%;
}

#sec_navigator .cont_bubble .btn_backarea {
  overflow: hidden;
}

#sec_navigator .cont_bubble .btn_backarea a, #sec_navigator .answer a.btn_select {
  border-radius: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  display: block;
  background: #1dbee5;
}

#sec_navigator .cont_bubble .btn_backarea .btn_back {
  font-size: 16px;
  margin-left: 10px;
  padding: 12px 10px;
  background: #ccc;
  position: relative;
}

#sec_navigator .cont_bubble .btn_backarea .btn_back:before {
  font: normal normal normal 16px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  color: #fff;
  margin-right: 8px;
  content: "\f112";
}

#sec_navigator .btn_profile {
  border-radius: 25px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  padding: 12px 0;
  width: 100%;
  display: block;
  background: #1dbee5;
}

/* sec_message
----------------------------------------------*/
#sec_message {
  padding: 45px 0;
}

#sec_message .inner {
  padding: 0 7px;
}

#sec_message .new_message {
  padding: 9px 10px 17px;
}

/* sec_ranking
----------------------------------------------*/
#sec_ranking {
  background: url(../../../sp/img/top/bg_hishigata.gif) repeat;
  padding: 37px 0 59px;
  position: relative;
}

#sec_ranking:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_ranking .inner {
  padding: 0 7px;
}

#sec_ranking .note_text {
  color: #999;
  font-size: 12px;
  text-align: center;
  margin-top: 18px;
}

#sec_ranking .ranking_slide {
  margin-top: 28px;
  display: flex;
}

#sec_ranking .slide_item {
  width: 25%;
  margin-right: 8px;
}

#sec_ranking .slide_item:last-of-type {
  margin-right: 0;
}

#sec_ranking .slide_item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#sec_ranking .slide_item a>img {
  width: 42px;
  height: auto;
  display: block;
  margin: 0 auto;
}

#sec_ranking .slide_item .img_box {
  margin-top: 15px;
  position: relative;
}

#sec_ranking .slide_item .img_wrap {
  border-radius: 7px;
  overflow: hidden;
}

#sec_ranking .slide_item .img_wrap img {
  width: 100%;
  height: auto;
}

#sec_ranking .slide_item p {
  font-size: 12px;
  margin: 6px 0 3px;
}

#sec_ranking .slide_item p em {
  font-size: 12px;
  margin-right: 3px;
}

#sec_ranking .slide_item p+div {
  margin: auto auto 0;
}

/* sec_voice
----------------------------------------------*/
#sec_voice {
  background: url(../../../sp/img/common/bg_bdr_black.gif) repeat;
  padding: 44px 0 45px;
  position: relative;
}

#sec_voice:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #f8f8f8 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_voice:after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -1px;
  background: url(../../../sp/img/top/bg_giza_aqua.png) repeat-x;
}

#sec_voice .inner {
  padding: 0 11px;
}

#sec_voice .voice_list {
  margin-top: 29px;
}

#sec_voice .voice_list li {
  background: #fff;
  border-radius: 8px;
  padding: 14px 10px 17px;
  margin-top: 13px;
}

#sec_voice .voice_list li:first-child {
  margin-top: 0;
}

#sec_voice .voice_list .voice_item_head {
  width: 100%;
  margin-bottom: 14px;
}

#sec_voice .voice_list .voice_item_head a {
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

#sec_voice .voice_list .voice_item_head a:after {
  content: '';
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, #f1f1f1, #f1f1f1 1px, #c4c4c4 2px, #e2e2e2 3px, transparent 4px, transparent 6px);
  background-size: 6px 3px;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

#sec_voice .voice_list .voice_item_head img {
  width: 48px;
  margin-right: 15px;
}

#sec_voice .voice_list .teller_name {
  font-weight: bold;
  font-size: 12px;
  margin-right: 15px;
  max-width: calc(100% - 133px);
}

#sec_voice .voice_list .teller_name em {
  font-size: 14px;
  margin-right: 4px;
}

#sec_voice .user_comment {
  padding: 0 7px;
  line-height: 1.6;
}

#sec_voice .user_comment>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sec_voice .user_comment dt {
  font-size: 12px;
  padding-left: 40px;
  min-height: 30px;
  background: url(../../../sp/img/voice_icon.png) no-repeat 4px 0;
  background-size: 21px 28px;
  flex: 1;
}

#sec_voice .user_comment>div dd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #999;
  text-align: right;
  width: 180px;
  font-size: 13px;
}

#sec_voice .user_comment>dd {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #333;
  margin-top: 15px;
}

/* sec_campain
----------------------------------------------*/
#sec_campain {
  background: url(../../../sp/img/common/bg_bdr_aqua.gif) repeat;
  padding: 35px 0;
}

#sec_campain .inner {
  padding: 0 14px;
}

#sec_campain .campain_list {
  margin-top: 35px;
}

#sec_campain .campain_list li {
  width: 96%;
  margin: 0 auto;
}

#sec_campain .campain_list a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

#sec_campain .campain_list .img_wrap {
  border-radius: 5px;
  margin-bottom: 13px;
}

#sec_campain .campain_list img {
  width: 100%;
  height: auto;
}

#sec_campain .btn_more {
  margin-top: 50px;
}

/* sec_news
----------------------------------------------*/
#sec_news {
  padding: 50px 0 30px;
  position: relative;
}

#sec_news:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #d3f3f8 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_news .inner {
  padding: 0 17px;
}

#sec_news .news_list {
  margin-top: 35px;
}

#sec_news .news_list li {
  margin-top: 25px;
}

#sec_news .news_list li:first-child {
  margin-top: 0;
}

#sec_news .news_list li a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#sec_news .news_list li a:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg) skew(-8deg, -8deg);
  position: absolute;
  right: 3px;
}

#sec_news .news_list li a .category {
  font-size: 13px;
  font-weight: bold;
  width: 53px;
  height: 53px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#sec_news .news_list li a .text {
  font-size: 16px;
  width: calc(100% - 68px);
  line-height: 1.6;
  padding-right: 30px;
}

#sec_news .news_list li a .text span {
  display: block;
}

#sec_news .news_list li a .category._blog {
  color: #000;
  background: #ebebeb;
}

#sec_news .news_list li a .category._update {
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.1em;
  background: #999;
}

#sec_news .btn_more {
  margin-top: 20px;
}

#top #sns ul {
  text-align: center;
  margin-top: 40px;
}

#top #sns li {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

#top #sns li a {
  border-radius: 30px;
  color: #fff;
  width: 48px;
  height: 48px;
  display: block;
  display: block;
  position: relative;
}

#top #sns li a {
  text-decoration: none;
}

#top #sns li i {
  position: absolute;
}

#top #sns li .facebook {
  background: #4963a4;
}

#top #sns li .twitter {
  background: #00b5f0;
}

#top #sns li .facebook i {
  font-size: 20px;
  top: 15px;
  left: 13px;
}

#top #sns li .twitter i {
  font-size: 26px;
  top: 12px;
  left: 7px;
}

#top #sns li .insta img {
  width: 100%;
}

/* sec_media
----------------------------------------------*/
#sec_media {
  background: url(../../../sp/img/common/bg_bdr_gray.gif) repeat;
  padding: 45px 0 33px;
  position: relative;
}

#sec_media:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_media .media_img {
  margin-top: 18px;
  width: 100%;
  height: auto;
}

#sec_media .inner {
  padding: 0 19px;
}

#sec_media .media_list {
  margin-top: 25px;
}

#sec_media .media_list li {
  margin-top: 20px;
}

#sec_media .media_list li:first-child {
  margin-top: 0;
}

#sec_media .media_list li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

#sec_media .media_list li a:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(45deg) skew(-8deg, -8deg);
  position: absolute;
  right: 3px;
}

#sec_media .media_list li a .img_wrap {
  width: 46px;
  height: 49px;
  border-radius: 5px;
}

#sec_media .media_list li a .img_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec_media .media_list li a .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 15px;
  color: #333;
  width: calc(100% - 63px);
  line-height: 1.6;
  padding-right: 30px;
}

#sec_media .btn_more {
  margin-top: 25px;
}

/* sec_scene
----------------------------------------------*/
#sec_scene {
  padding: 50px 0 43px;
  position: relative;
}

#sec_scene:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #f2f2f2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_scene .inner {
  padding: 0 13px;
}

#sec_scene .scene_links {
  margin-top: 33px;
}

#sec_scene .scene_links ul {
  display: none;
}

#sec_scene .scene_links ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#sec_scene .scene_links li {
  width: 47%;
  margin-bottom: 27px;
}

#sec_scene .scene_links li a {
  text-decoration: none;
}

#sec_scene .scene_links li img {
  width: 100%;
  border-radius: 6px;
}

#sec_scene .scene_links h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 6px;
  text-align: center;
}

#sec_scene .scene_links li p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}

#sec_scene .btn_more {
  margin-top: 20px;
}

/* sec_reason
----------------------------------------------*/
#sec_reason {
  padding: 45px 0;
  background: url(../../../sp/img/top/bg_line_yellow.gif) no-repeat;
  background-size: cover;
  position: relative;
}

#sec_reason:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_reason .inner {
  padding: 0 23px;
}

#sec_reason .reason_list {
  max-width: 400px;
  margin: 34px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

#sec_reason .reason_list>a {
  width: 46%;
  max-width: 152px;
  text-decoration: none;
}

#sec_reason .reason_list>a:nth-of-type(even) {
  margin-left: 8%;
}

#sec_reason .reason_list>a:last-of-type {
  width: 50%;
  max-width: 190px;
  margin-top: 45px;
}

#sec_reason dt {
  font-size: 18px;
  color: #1dbee5;
  text-align: center;
  white-space: nowrap;
}

#sec_reason dd {
  line-height: 1.5;
  color: #333;
  margin-top: 8px;
}

#sec_reason dd img {
  width: 140px;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

#sec_reason dd p {
  margin-top: 12px;
}

/* sec_genre
----------------------------------------------*/
#sec_genre {
  padding: 50px 0 40px;
}

#sec_genre .inner {
  padding: 0 14px;
}

#sec_genre .genre_list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#sec_genre .genre_list li {
  width: 21%;
  margin-top: 18px;
}

#sec_genre .genre_list li:nth-child(-n+4) {
  margin-top: 0;
}

#sec_genre .genre_list li a {
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* sec_introduce
----------------------------------------------*/
#sec_introduce {
  background: #666;
  padding: 35px 0 45px;
  position: relative;
}

#sec_introduce:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_introduce:after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -1px;
  background: url(../../../sp/img/top/bg_giza.png) repeat-x;
}

#sec_introduce .inner {
  padding: 0 27px;
}

#sec_introduce .introduce_list {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#sec_introduce .introduce_list li {
  width: 30%;
  margin-top: 30px;
}

#sec_introduce .introduce_list li:nth-child(-n+3) {
  margin-top: 0;
}

#sec_introduce .introduce_list a {
  text-decoration: none;
}

#sec_introduce .introduce_list .img_wrap {
  height: 25.5vw;
  max-height: 164px;
  border-radius: 50%;
  overflow: hidden;
}

#sec_introduce .introduce_list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#sec_introduce .introduce_list p {
  font-size: 16px;
  color: #fff;
  margin-top: 13px;
  line-height: 1.25;
  text-align: center;
}

/* sec_qole
----------------------------------------------*/
#sec_qole {
  padding: 35px 0;
}

#sec_qole .inner {
  padding: 0 20px;
}

#sec_qole .text {
  font-size: 16px;
  color: #333;
  margin-top: 40px;
  line-height: 1.8;
}

#sec_qole .text2 {
  font-size: 16px;
  color: #333;
  margin-top: 18px;
  line-height: 1.8;
}

#sec_qole img {
  width: 100%;
  margin-top: 40px;
}

/* sec_about
----------------------------------------------*/
#sec_about {
  padding: 25px 0 48px;
}

#sec_about .inner {
  padding: 0 20px;
}

#sec_about .text {
  font-size: 16px;
  color: #333;
  margin-top: 25px;
  line-height: 1.8;
}

#sec_about .text2 {
  font-size: 16px;
  color: #333;
  margin-top: 18px;
  line-height: 1.8;
}

#sec_about .text:first-of-type {
  margin-top: 40px;
}

#sec_about .note {
  font-size: 12px;
  color: #999;
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}

#sec_about img {
  width: 100%;
  margin-top: 20px;
}

/* sec_entry
----------------------------------------------*/
#sec_entry {
  padding: 50px 0 55px;
  background: url(../../../sp/img/common/bg_bdr_gray.gif) repeat;
  position: relative;
}

#sec_entry:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_entry:after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -1px;
  background: url(../../../sp/img/top/bg_giza_aqua.png) repeat-x;
}

#sec_entry .inner {
  padding: 0 43px;
}

#sec_entry .entry_list {
  margin: 25px -20px 30px;
  display: flex;
  justify-content: center;
}

#sec_entry .entry_list li {
  font-size: 18px;
  color: #ccc;
  width: 125px;
  height: 125px;
  text-align: center;
  border-radius: 50%;
  background: #999;
  border: 3px solid #999;
  position: relative;
  cursor: pointer;
}

#sec_entry .entry_list li:first-of-type {
  margin-right: 8%;
}

#sec_entry .entry_list li.net {
  padding-top: 60px;
}

#sec_entry .entry_list li.net:before {
  content: '';
  display: block;
  width: 29px;
  height: 46px;
  background: url(../../../sp/img/top/icon_phone_sprite.png) bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 13px;
  left: calc(50% - 14px);
}

#sec_entry .entry_list li.net.active:before {
  background-position: top;
}

#sec_entry .entry_list li.tel {
  padding-top: 56px;
}

#sec_entry .entry_list li.tel:before {
  content: '';
  display: block;
  width: 59px;
  height: 51px;
  background: url(../../../sp/img/top/icon_headset_sprite.png) bottom no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 10px;
  left: calc(50% - 30px);
}

#sec_entry .entry_list li.tel.active:before {
  background-position: top;
}

#sec_entry .entry_list li.active {
  color: #000;
  background: #fff;
  border-color: #1fbee5;
}

#sec_entry .entry_list li span {
  display: block;
  line-height: 1.3;
}

#sec_entry .entry_list li.net span {
  font-size: 15px;
}

#sec_entry .entry_list li.tel span {
  font-size: 12px;
}

#sec_entry .entry_list li.active span {
  color: #999;
}

#sec_entry .entry_flow ol {
  display: none;
}

#sec_entry .entry_flow ol.is-show {
  display: block;
}

#sec_entry .entry_flow li {
  list-style: none;
  margin: 25px 0;
}

#sec_entry .entry_flow li .num {
  font-size: 22px;
  color: #fff;
  background: #333;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

#sec_entry .entry_flow li p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  padding-left: 60px;
}

#sec_entry .entry_flow .btn_apply {
  color: #fff;
  background: #1dbee5;
  height: 53px;
  margin: 10px 0;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

#sec_entry .entry_flow .btn_apply:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) skew(-20deg, -20deg);
  position: absolute;
  right: 15px;
}

#sec_entry .entry_flow .btn_sample {
  margin: 6px 0;
  display: block;
}

#sec_entry .entry_flow .btn_tel {
  border-radius: 0;
  margin: 8px 0;
}

#sec_entry .entry_flow li p em {
  font-weight: bold;
}

#sec_entry .btn_more {
  margin-top: 23px;
}

/* sec_closeup
----------------------------------------------*/
#sec_closeup {
  padding: 33px 0 35px;
  background: url(../../../sp/img/common/bg_bdr_aqua.gif) repeat;
}

#sec_closeup .inner {
  padding: 0 18px 0 22px;
}

#sec_closeup .lead_text {
  color: #333;
  margin-top: 30px;
}

#sec_closeup .column {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#sec_closeup .img_wrap {
  width: 54%;
  max-width: 178px;
  position: relative;
}

#sec_closeup .img_wrap img {
  width: 100%;
}

#sec_closeup .img_wrap div {
  position: absolute;
  top: -19px;
  left: -15px;
}

#sec_closeup .about {
  width: calc(100% - 193px);
}

#sec_closeup .about h4 {
  font-size: 16px;
  font-weight: normal;
}

#sec_closeup .about h4 span {
  font-size: 13px;
  display: block;
  margin-top: 3px;
}

#sec_closeup .about dl {
  color: #333;
  margin-top: 25px;
  line-height: 1.8;
}

#sec_closeup .about dl dt {
  color: #666;
  margin-right: 10px;
  float: left;
}

#sec_closeup .reputation_list {
  margin-top: 22px;
}

#sec_closeup .reputation_list dt {
  color: #666;
  font-size: 15px;
}

#sec_closeup .reputation_list div {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#sec_closeup .reputation_list dd {
  font-size: 10px;
  font-weight: bold;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 1.3;
}

#sec_closeup .reputation_list dd span {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

/* system.cssより */
.reputation .circle01 {
  border: 4px solid #ECD9EC;
}

.reputation .circle02 {
  border: 4px solid #F4EDD2;
}

.reputation .circle03 {
  border: 4px solid #F7FCD1;
}

.reputation .circle04 {
  border: 4px solid #FAF3A7;
}

.reputation .circle05 {
  border: 4px solid #E7F8F4;
}

.reputation .circle06 {
  border: 4px solid #D8F3ED;
}

.reputation .circle07 {
  border: 4px solid #EBFBBF;
}

.reputation .circle08 {
  border: 4px solid #F2C6CB;
}

.reputation .circle09 {
  border: 4px solid #FCF8C5;
}

.reputation .circle10 {
  border: 4px solid #F8D8DB;
}

.reputation .circle11 {
  border: 4px solid #F3E9F3;
}

.reputation .circle12 {
  border: 4px solid #FBCACC;
}

.reputation .circle13 {
  border: 4px solid #F0FAAD;
}

.reputation .circle14 {
  border: 4px solid #DAC9DA;
}

.reputation .circle15 {
  border: 4px solid #E9DCE9;
}

.reputation .circle16 {
  border: 4px solid #ECDFA2;
}

.reputation .circle17 {
  border: 4px solid #DAEDE8;
}

.reputation .circle18 {
  border: 4px solid #E4CBE4;
}

.reputation .circle19 {
  border: 4px solid #FDF2F4;
}

.reputation .circle20 {
  border: 4px solid #E8F782;
}

.reputation .circle21 {
  border: 4px solid #FDE6E7;
}

.reputation .circle22 {
  border: 4px solid #EBF5F2;
}

.reputation .circle23 {
  border: 4px solid #F9F3E1;
}

.reputation .circle24 {
  border: 4px solid #FCDCDE;
}

.reputation .circle25 {
  border: 4px solid #FDFBDD;
}

/* system.cssより ここまで */
#sec_closeup .text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-top: 22px;
}

/* sec_faq
----------------------------------------------*/
#sec_faq {
  padding: 50px 0 25px;
  position: relative;
}

#sec_faq:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #d3f3f8 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_faq .inner {
  padding: 0 19px;
}

#sec_faq .inner p {
  color: #333;
  line-height: 1.8;
}

#sec_faq .faq_box {
  margin-top: 24px;
}

#sec_faq .movie {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#sec_faq .movie img {
  width: 100%;
  height: auto;
}

#sec_faq .inner dt span {
  font-size: 16px !important;
}

/* sec_price
----------------------------------------------*/
#sec_price {
  padding: 32px 0 76px;
}

#sec_price .inner {
  padding: 0 25px;
}

#sec_price p {
  font-size: 16px;
  color: #333;
  margin-top: 27px;
  line-height: 1.8;
}

#sec_price .text2 {
  font-size: 16px;
  color: #333;
  margin-top: 18px;
  line-height: 1.8;
}

#sec_price p:first-of-type {
  margin-top: 35px;
}

#sec_price p+img {
  width: 100%;
  margin-top: 25px;
}

/* sec_event
----------------------------------------------*/
#sec_event {
  background: url(../../../sp/img/top/bg_hishigata.gif) repeat;
  padding: 45px 0 50px;
  position: relative;
}

#sec_event:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_event .inner {
  padding: 0 13px;
}

#sec_event .lead_text {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin: 40px 7px 0;
}

#sec_event .event_list {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#sec_event .event_list li {
  width: 30%;
  margin-top: 20px;
}

#sec_event .event_list li:nth-child(-n+3) {
  margin-top: 0;
}

#sec_event .event_list a {
  text-decoration: none;
}

#sec_event .event_list img {
  width: 100%;
  height: 27.83vw;
  max-height: 172px;
  border-radius: 50%;
}

#sec_event .event_list p {
  font-size: 12px;
  color: #333;
  margin-top: 6px;
  line-height: 1.5;
}

#sec_event .btn_more {
  margin-top: 22px;
}

/* sec_dispatch
----------------------------------------------*/
#sec_dispatch {
  background: #666;
  padding: 45px 0 50px;
  position: relative;
}

#sec_dispatch:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 20px 0 20px;
  border-color: #f8f8f8 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
}

#sec_dispatch:after {
  content: '';
  display: block;
  width: 100%;
  height: 11px;
  position: absolute;
  bottom: -1px;
  background: url(../../../sp/img/top/bg_giza.png) repeat-x;
}

#sec_dispatch .inner {
  padding: 0 13px;
}

#sec_dispatch .lead_text {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  margin: 40px 7px 0;
}

#sec_dispatch .dispatch_list {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#sec_dispatch .dispatch_list li {
  width: 30%;
  margin-top: 20px;
}

#sec_dispatch .dispatch_list li:nth-child(-n+3) {
  margin-top: 0;
}

#sec_dispatch .dispatch_list a {
  text-decoration: none;
}

#sec_dispatch .dispatch_list img {
  width: 100%;
  height: 27.83vw;
  max-height: 172px;
  border-radius: 50%;
}

#sec_dispatch .dispatch_list p {
  font-size: 12px;
  color: #fff;
  margin-top: 6px;
  line-height: 1.5;
}

#sec_dispatch .text2 {
  font-size: 16px;
  color: #FFF;
  margin-top: 18px;
  line-height: 1.8;
}

/* sec_option
----------------------------------------------*/
#sec_option {
  padding: 38px 0 30px;
}

#sec_option .inner {
  padding: 0 6px;
}

#sec_option .option_list {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#sec_option .option_list li {
  width: 31.5%;
}

#sec_option .option_list li a {
  text-decoration: none;
}

#sec_option .option_list img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

#sec_option .option_list p {
  color: #333;
  margin-top: 11px;
}

