﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  overflow: auto;
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
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;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
a:hover {
  text-decoration: none;
}
/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}
.history-right {
  display: none !important;
}
/* ▼パンくず */
/* ----------------------------------------------------- */
#pankuzu {
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left;
  padding: 5px !important;
  font-size: 11px !important;
  background-color: transparent;
}
#pankuzu a:link { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:visited { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:hover { /* パンくずのリンク */
  text-decoration: underline;
}
/*#pankuzu {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: -5px !important;
}*/

/* ▼共通デザイン */
/* ----------------------------------------------------- */
#pointup img {
  max-width: 100%;
  height: auto;
}
#pointup {
  width: 100%;
}
#pointup p {
  font-size: 15px;
  line-height: 1.8;
}
.greengray{
background-color: #9bd1cd;
	  color: #198481 !important;
}
.green {
  background-color: #60b2b2;
  color: #fff !important;
}
.mh2 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 42px;
  letter-spacing: 4px;
  font-weight: normal;
  text-align: center;
}
.cap_h2 {
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 1px;
}
.mh2_cover {
  padding: 100px 0 70px 0;
}
.cover_all_1200 {
  width: 1200px;
  margin: 0 auto;
}
.ic_cover {
  padding-bottom: 150px;
}

/* ▼main */
/* ----------------------------------------------------- */
.main_v_cover {
  width: 100%;
  height: calc(77vh) !important;
  position: relative;
  background-color: #34a8ad;
  display: flex;
  align-items: center;
}
.main_v {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
.logo_title {
  width: 440px;
/*  width: 470px;	*/
  padding-bottom: 40px;
  margin: 0 auto;
  z-index: 1;
}
.date {
/*    width: 467px;*/
    /* width: 300px; */
	width: 490px;
    margin: 0 auto;
}
.tx_all {
  background-color: #079696;
  border-radius: 50%;
  width: 147px;
  height: 147px;
  position: absolute;
  top: -59px;
  left: 23px;	
/*  left: 32px;*/
  z-index: 0;
}

.tx_all h3 {
  color: #fff;
  font-size: 31px!important;
  line-height: 1.1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
  height: 67px;
}

.main_v_l {
  width: 60%;
/*  width: 56%;	*/
  display: flex;
  flex-direction: column;
  position: relative;
}
.main_v_r {
/*  width: 40%;*/
  width: 44%;
}
.main_v_r .date {
  display: none;
}
.point_5 {
  width: 375px;
  margin: 0 auto;
}
.tx_shinki {
  font-size: 24px;
  padding: 0 32px;
}

.shinki_box {
  display: flex;
  justify-content: center;
  padding-bottom: 38px;
  align-items: center;
}
.shinki_box img {
  height: 24px !important;
  width: auto;
}

/* ▼caption */
/* ----------------------------------------------------- */

.caption p {
  line-height: 2.3 !important;
  letter-spacing: 0.5px !important;
}

.caption {
  padding-bottom: 130px;
  padding-top: 120px;
}
.caption br {
  display: none;
}

/* ▼pointup */
/* ----------------------------------------------------- */

.rank_4 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.rank_p {
  padding-bottom: 65px;
}
.perbox {
  width: 680px;
  margin: 0 auto;
  background-color: #e0e2e2;
  color: #111;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  align-items: center;	
}
.perbox img {
  width: 280px;
}
.perbox p {
  text-align: center;
  margin: 0 auto;
}
.rank_box {
  background-color: #fff;
  width: 24%;
  position: relative;
}
.rank_m {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
}
.mh_3 {
  font-family: garamond-premier-pro, serif !important;
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: lighter;
}
.cap_rank {
  display: block;
  font-size: 12px;
}
.point_mark {
  font-family: garamond-premier-pro, serif !important;
  font-size: 150px !important;
  letter-spacing: 1px;
  font-weight: lighter;
  margin-bottom: -44px;
  margin-top: -20px;
}
.cap_per {
  font-size: 30px;
}
.reg .rank_m {
  background-color: #c9b6a1;
}
.sil .rank_m {
  background-color: #bbbcbc;
}
.gol .rank_m {
  background-color: #d3c19c;
}
.pla .rank_m {
  background-color: #a6cacc;
}
.reg .rank_h {
  color: #c9b6a1;
}
.sil .rank_h {
  color: #bbbcbc;
}
.gol .rank_h {
  color: #d3c19c;
}
.pla .rank_h {
  color: #a6cacc;
}
.point_sub {
  color: #999;
  padding-bottom: 10px;
}
.shinki_mark {
  position: absolute;
  color: #111;
  top: -30px;
  background-image: url("../img/bg_new_mark.png");
  background-size: cover;
  width: 50px;
  height: 58px;
  left: 20px;
}
.shinki_mark p {
  line-height: 1.2 !important;
  padding-top: 7px;
}

/* ▼shop */
/* ----------------------------------------------------- */

.shop_official {
  width: 430px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.mh4 span {
  display: block;
  opacity: 0.6;
}
.mh4 {
  text-align: center;
  padding-top: 20px;
}
.shop_real {
  display: flex;
  justify-content: space-between;
}
.sr_box {
  width: 19%;
}
.sr_box a:visited {
  color: #198481 !important;
}

/* ▼point */
/* ----------------------------------------------------- */

.point_4 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60px;
}
.point_p {
  padding-bottom: 65px;
}
.point_box {
  width: 24%;
  position: relative;
}
.point_box p {
  text-align: justify;
}
.mh_3_2 {
  padding: 20px 0;
  line-height: 1.5;
  text-align: center;
}
.point_box img {
  padding-bottom: 10px;
}
.bt_touroku {
  width: 600px;
  display: block;
  margin: 0 auto;
  background-color: #efe984;
  padding: 30px;
  border-radius: 9px;
  font-size: 20px;
  color: #58a5a3 !important;
  font-weight: bold;
  position: relative;
}
.bt_touroku::before {
  content: "";
  position: absolute;
  top: 0;
  right: 22px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #58a5a3;
  border-right: 2px solid #58a5a3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}

/* ▼ranking */
/* ----------------------------------------------------- */
.ranking_area {
  padding-top: 100px;
}
.ranking_area .pass {
  display: none !important;
}
.ranking_area .i-list::after {
  content: "POINT UP";
  display: block;
  background-color: rgba(52,168,173,0.8);
  position: absolute;
  bottom: 10rem;
  color: #fff;
  padding: 2%;
  font-size: 1rem;
  opacity: 1;
}

/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
  .main_v_cover {
    height: calc(100vh - 1000px) !important;
  }
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v_cover {
    height: calc(100vh - 300px) !important;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1440px) {}