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

	トップページ＆共通レイアウト定義

*****************************************************************/
/* ====== BASE Module SET ===== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  background: #1e1c2e url("../images/bg.png"); }

html {
  overflow-y: scroll; }

h1, h2, h3, h4, h5, h6,
p, ul, ol, dl, dt, dd, li,
table, td, th,
address,
blockquote, form, fieldset, legend, div, hr, pre {
  margin: 0;
  padding: 0;
  font-style: normal;
  text-align: left;
  font-size: 100%;
  line-height: 1.2; }

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

body {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.head-award,
.head-item,
.head-group,
.main-head,
.page-link,
.main-title {
  font-family: "Noto Serif JP", serif; }

.head-item-toggle {
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","meiryo","MS P Gothic","ＭＳ Ｐゴシック","Osaka", sans-serif; }

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

th, td {
  vertical-align: top; }

img,
object,
embed {
  border: 0;
  vertical-align: top;
  outline: none;
  max-width: 100%;
  height: auto; }

object:focus {
  outline: none; }

embed:focus {
  outline: none; }

img,
input,
select,
textarea {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 12px; }

input[type="button"],
input[type="text"],
input[type="submit"] {
  -webkit-appearance: none; }

button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

::-webkit-input-placeholder {
  color: #ccc; }

::-moz-placeholder {
  color: #ccc; }

:-moz-placeholder {
  color: #ccc; }

:-ms-input-placeholder {
  color: #ccc; }

abbr,
acronym,
fieldset {
  border: 0; }

hr {
  margin: 2em 0;
  display: block;
  border: 0;
  border-bottom: 1px solid #ddd;
  clear: both; }

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  vertical-align: top;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none; }

iframe {
  display: block;
  vertical-align: top; }

i,
em {
  font-style: normal; }

a {
  color: #000;
  background: transparent;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

a:hover,
a:focus {
  color: #666; }

ul li {
  list-style: none; }

.clr {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both; }

.cf {
  width: 100%;
  overflow: hidden; }

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

::selection {
  background-color: #e5c16e;
  color: #000; }

::-moz-selection {
  background-color: #e5c16e;
  color: #000; }

input::selection,
textarea::selection {
  background-color: #b6d6fd;
  color: #000; }

input::-moz-selection,
textarea::-moz-selection {
  background-color: #b6d6fd;
  color: #000; }

div,
ul,
section,
article {
  width: auto;
  zoom: 1; }

aside,
li,
dd,
ul,
section,
article {
  zoom: 1; }

aside:after,
div:after,
ul:after,
li:after,
dd:after,
section:after,
article:after {
  display: block;
  clear: both;
  content: ""; }

h1, h2, h3, h4, h5, h6,
table, th, td, ul, ol, li,
dd, dt, dl, p {
  background: url(../images/aki.png); }

.return {
  display: block;
  width: 0;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.tel_dis {
  cursor: default; }

.sp_i {
  display: none; }

.sp_b {
  display: none; }

.pc_i {
  display: inline; }

.pc_b {
  display: block; }

.sp_ib {
  display: none; }

.pc_ib {
  display: inline-block;
  zoom: 1; }

.txt_c {
  text-align: center; }

.txt_r {
  text-align: right; }

/*============================================================
	TopContentsStyle
============================================================*/
/*============================================================
	Page / column
============================================================*/
#page {
  width: 100%;
  margin: 0 auto;
  text-align: left; }

.inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  padding: 0 10px;
  text-align: left;
  margin: 0 auto;
  position: relative; }

/*============================================================
	Header
============================================================*/
#page-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8); }
  #page-header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    max-width: 1280px;}
    #page-header .inner:after {
      content: normal; }
  #page-header span {
    position: relative; }
  #page-header:after {
    display: block;
    clear: both;
    content: ""; }

.menu,
.share-area {
  position: absolute;
  top: 80px;
  right: 0;
  background: #262339;
  padding: 10px;
  display: none; }
  .menu img,
  .share-area img {
    width: 40px;
    margin: 0 5px;
    vertical-align: middle; }

.share-on .btn-share {
  opacity: 0.5; }
.share-on .share-area {
  display: block; }

.menu {
  top: 70px;
  width: 100%;
  max-width: 510px;
  padding: 0;
  background: #fff;
  border: 1px solid #1e1c2e;
  display: none; }
  .menu a {
    display: block;
    text-decoration: none; }
  .menu li {
    line-height: 1; }
    .menu li a {
      padding: 15px;
      border-bottom: 2px dotted #1e1c2e;
      position: relative; }
      .menu li a:hover {
        background: rgba(30, 28, 46, 0.1); }
      .menu li a:after {
        display: block;
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        right: 10px;
        top: 50%;
        margin-top: -5px;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        transform: rotate(45deg); }
    .menu li:last-child a {
      border-bottom: 0; }
    .menu li ul {
      justify-content: flex-start;
      flex-wrap: wrap;
      font-size: 78%;
      display: none; }
    .menu li .on + ul {
      display: flex; }
    .menu li li {
      width: 50%; }
      .menu li li a {
        padding: 10px 15px;
        border-bottom: none; }
        .menu li li a:after {
          content: normal; }
  .menu .menu-parent > a:after {
    display: block;
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    right: 7px;
    top: 50%;
    margin-top: -5px;
    border: none;
    transform: none;
    background: url("../images/btn_plis.png") no-repeat left center;
    background-size: 100% auto; }
  .menu .menu-parent > .on:after {
    background-image: url("../images/btn_minus.png"); }
  .menu .menu-parent span {
    display: block;
    padding: 15px;
    position: relative;
    line-height: 1;
    cursor: pointer; }
    .menu .menu-parent span:after {
      display: block;
      position: absolute;
      content: "";
      width: 15px;
      height: 15px;
      right: 7px;
      top: 50%;
      margin-top: -5px;
      border: none;
      transform: none;
      background: url("../images/btn_plis.png") no-repeat left center;
      background-size: 100% auto; }
  .menu .menu-parent .on:after {
    background-image: url("../images/btn_minus.png"); }
  .menu .menu-parent div {
    background: #f1e8d1;
    overflow: auto;
    max-height: 50vh;
    display: none; }
  .menu .menu-parent .on + div {
    display: block; }
  .menu .menu-parent section:nth-of-type(even) {
    background: #f8f3e7; }

.menu-on .btn-sp-menu {
  background-image: url("../images/btn_menu_on.svg"); }
.menu-on .menu {
  display: block; }

/*============================================================
	Nav
============================================================*/

.itr a img {
  width: 140px; }

.logo {
  width: 190px; }

.btn-share,
.btn-sp-menu {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/btn_menu.svg") no-repeat center top;
  background-size: auto 100%; }

.btn-share {
  margin-right: 10px;
  background-image: url("../images/btn_share.svg"); }

#menu ul {
  overflow: hidden;
  max-height: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease; }

/*============================================================
	Content
============================================================*/
#content {
  width: 100%; }
  #content:after {
    display: block;
    clear: both;
    content: ""; }

/*============================================================
	Main
============================================================*/
#main {
  width: 100%;
  padding-top: 120px;
  color: #fff;
  /* default */
  /* top */
  /* detail*/
  /* group */
  /* スコア */
  /* アイコンとバッジ */
  /*受賞*/
  /*その他の受賞*/
  /*色変え*/ }
  #main:after {
    display: block;
    clear: both;
    content: ""; }
  #main p,
  #main ul,
  #main dl,
  #main ol,
  #main blockquote,
  #main pre,
  #main td,
  #main th {
    line-height: 2;
    font-size: 88%;
    margin-bottom: 1em; }
  #main table {
    margin-bottom: 1em; }
  #main td,
  #main th {
    margin-bottom: 0; }
  #main h1,
  #main h2,
  #main h3,
  #main h4,
  #main h5,
  #main h6 {
    font-size: 100%;
    line-height: 1.75;
    margin-bottom: 1em; }
  #main ul ul,
  #main ul p,
  #main ul blockquote,
  #main ul pre,
  #main ul dl,
  #main dl dl,
  #main dl p,
  #main dl ul,
  #main dl ol,
  #main blockquote p,
  #main blockquote ul,
  #main blockquote dl,
  #main blockquote ol,
  #main ol blockquote,
  #main ol pre,
  #main ol p,
  #main td p,
  #main td ul,
  #main td dl {
    font-size: 100%; }
  #main *:last-child {
    margin-bottom: 0; }
  #main .change {
    margin: 0;
    text-align: center; }
  #main .top-title {
    text-align: center;
    margin-bottom: 70px; }
    #main .top-title img {
      width: 80%;
      max-width: 940px; }
  #main .main-title {
    max-width: 600px;
    width: 50%;
    padding: 25px 60px;
    margin: 0 auto 50px auto;
    background-image: url("../images/main_left.png"), url("../images/main_right.png");
    background-repeat: no-repeat,no-repeat;
    background-position: left top,right top;
    background-size: contain,contain;
    text-align: center;
    color: #f8d689;
    font-size: 40px;
    line-height: 1.2; }
  #main .page-link {
    margin: 0 auto 50px auto;
    display: flex;
    justify-content: center; }
    #main .page-link a {
      display: inline-block;
      min-width: 200px;
      margin: 0 1%;
      padding: 10px;
      border: 1px solid #e5c16e;
      border-radius: 5px;
      text-align: center;
      text-decoration: none;
      line-height: 1;
      color: #e5c16e;
      background: rgba(229, 193, 110, 0.2); }
      #main .page-link a:hover {
        background: #63533f; }
    #main .page-link .btn_leader {
      border: 1px solid #42c9e5;
      color: #42c9e5;
      background: rgba(66, 201, 229, 0.2); }
    #main .page-link .btn_high {
      border: 1px solid #e18175;
      color: #e18175;
      background: rgba(225, 129, 117, 0.2); }
  #main .top-title + .page-link {
    margin-bottom: 100px; }
  #main .section-top {
    padding-top: 60px;
    margin-bottom: 50px; }
  #main .menu-category {
    padding: 15px 0  15px  15px; }
    #main .menu-category ul {
      margin: 0;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      font-weight: bold; }
    #main .menu-category li {
      width: 25%;
      padding-right: 10px;
      margin-bottom: 1em; }
    #main .menu-category a {
      display: block;
      padding: 0;
      text-decoration: none; }
      #main .menu-category a:before {
        content: "★";
        color: #f8d689; }
  #main .pickup-menu {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    line-height: 1.5; }
    #main .pickup-menu a {
      display: block;
      text-align: center;
      text-decoration: none;
      color: #fff;
      margin: 0 2%; }
    #main .pickup-menu img {
      width: 80px;
      margin-bottom: 10px; }
  #main .pickup {
    padding: 20px; }
    #main .pickup .pickup-txt {
      border-bottom: 2px dotted #e5c16e;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      #main .pickup .pickup-txt img {
        width: 80px;
        margin-right: 10px;
        float: left; }
  #main .section-top-backnum ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  #main .section-top-backnum ul:after{
    content: "";
    width: 24%;
    height: 0;
  }
  #main .section-top-backnum ul:before{
    content: "";
    width: 24%;
    height: 0;
    order: 1;
  }
  #main .section-top-backnum li {
    width: 24%;
    margin-bottom: 1em; }
  #main .section-top-backnum .btn-prev {
    display: block; }
    #main .section-top-backnum .btn-prev:hover {
      background-color: #43404e; }
  #main .section-main {
    border-radius: 20px;
    background: #fff;
    padding: 30px 40px;
    margin-bottom: 50px;
    color: #000;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8); }
    #main .section-main .txt {
      float: left; }
    #main .section-main .txt-top {
      width: 60%; }
    #main .section-main .grp {
      width: 285px;
      float: right;
      margin-left: 5%; }
      #main .section-main .grp img {
        width: 100%; }
    #main .section-main .grp-top {
      width: 38%;
      margin-left: 0;
      padding-top: 2%; }
  #main .about-area li {
    text-align: center;
    float: left;
    width: 49%; }
    #main .about-area li p {
      background: rgba(221, 94, 140, 0.2);

    }
    #main .about-area li + li {
      float: right; }
      #main .about-area li + li p {
        background: rgba(30, 111, 209, 0.2);
      }
  #main .about-area img {
    height: 110px;
    display: inline-block;
    z-index: 1;
    position: relative; }
  #main .about-area p {
    position: relative;
    margin-top: -55px;
    padding: 60px 10px 15px 10px;
    text-align: center;
    line-height: 1.5; }
  #main .main-head {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 1em;
    text-align: center; }
    #main .main-head:after, #main .main-head:before {
      display: inline-block;
      content: "";
      width: 20px;
      height: 20px;
      font-size: 1px;
      vertical-align: middle;
      background: no-repeat;
      background-size: contain;
      background-image: url("../images/ico_star.png"); }
    #main .main-head:after {
      margin-left: 20px; }
    #main .main-head:before {
      margin-right: 20px; }
  #main .section-read {
    margin-bottom: 120px; }
    #main .section-read h3 {
      color: #f8d689;
      font-size: 20px;
      margin-bottom: 0; }
    #main .section-read p {
      margin-bottom: 50px; }
    #main .section-read a {
      color: #fff; }
  #main .section-group {
    padding: 100px 0;
    border-top: 10px solid #ccc; }
    #main .section-group .group-item + .group-item {
      border-top: 2px dotted #ccc; }
  #main .head-group {
    font-size: 40px;
    text-align: center;
    line-height: 1;
    margin-bottom: 1em;
    color: #f8d689;
    text-align: center; }
    #main .head-group:after, #main .head-group:before {
      display: inline-block;
      content: "★";
      font-size: 20px; }
    #main .head-group:after {
      margin-left: 20px; }
    #main .head-group:before {
      margin-right: 20px; }
  #main .section-item {
    border-radius: 20px;
    background: #fff;
    border: 5px solid #bbb;
    color: #000;
    overflow: hidden;
    margin-bottom: 50px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.8); }
    #main .section-item .section-award-item-link {
      text-decoration:none !important;}
    #main .section-item .head-item {
      background: #bbb; }
  #main .section-item-gold {
    border: 5px solid #e5c16e; }
    #main .section-item-gold .head-item {
      background: #e5c16e; }
    #main .section-item-gold .head-item-toggle {
      text-align: left;
      background-image: url("../images/ico_oukan.png");
      background-position: 5px 50%;
      background-repeat: no-repeat;
      background-size: auto 30px;
      padding-left: 55px;
      padding-right: 45px;
      position: relative; }
    #main .section-item-gold .group-item + .group-item {
      border-top: 2px dotted #e5c16e; }
  #main .head-item {
    font-size: 30px;
    padding: 15px 0 20px 0;
    text-align: center;
    line-height: 1;
    margin-bottom: 0;
    text-align: center; }
    #main .head-item:after, #main .head-item:before {
      display: inline-block;
      content: "★"; }
  #main .head-item-nostar:after, #main .head-item-nostar:before {
    content: ""; }
  #main .head-item-toggle {
    cursor: pointer; }
    #main .head-item-toggle:after, #main .head-item-toggle:before {
      content: ""; }
    #main .head-item-toggle span {
      font-weight: normal; }
    #main .head-item-toggle i {
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -18px;
      right: 10px;
      width: 36px;
      height: 36px;
      background: no-repeat 0 50% url("../images/btn_plis.png");
      background-size: 100% auto; }
  #main .menu-category {
    display: none; }
  #main .head-item-toggle-on i {
    background-image: url("../images/btn_minus.png"); }
  #main .head-item-toggle-on + .menu-category {
    display: block; }
  #main .read {
    text-align: center;
    margin-bottom: 50px; }
  #main .ico-badge {
    text-align: center; }
    #main .ico-badge img {
      width: 210px; }
  #main .status-score {
    display: inline-block;
    position: relative;
    color: #bbb;
    font-size: 18px; }
    #main .status-score i {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      color: #e5c16e; }
  #main .status-score-txt {
    color: #e5c16e;
    font-size: 18px; }
  #main .group-item-spec {
    display: flex;
    justify-content: flex-start;
    width: 40%; }
    #main .group-item-spec:after {
      content: normal; }
  #main .group-item {
    padding: 30px 20px 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    #main .group-item:after {
      content: normal; }
    #main .group-item > .change {
      margin-top: 3em;
      width: 100%; }
  #main .group-item-badge {
    display: inline-block;
    width: 126px; }
  #main .group-item-pic {
    margin-left: 7px;
    display: inline-block;
    width: 110px;
    height: 110px;
    min-width: 110px;
    flex-basis: 110px;
    border: 1px solid #bbb; }
    #main .group-item-pic img {
      width: 100%;
      height: 100%;
      transform: scale(0.9);
      object-fit: contain; }
  #main .group-item-continue-award-data {
    width: 40%;
  }
  #main .group-item-data {
      margin-left: 15px; }
    #main .group-item-data h3, #main .group-item-data p {
      margin: 0 0 0.25em 0;
      line-height: 1.5;
      font-size: 100%; }
    #main .group-item-data h3 + p {
      margin-bottom: 0.5em; }
  #main .group-item-review {
    border: 1px solid #ccc;
    padding: 20px;
    width: 58%; }
  #main .group-item-review a {
      text-decoration: none; }
    #main .group-item-review h4, #main .group-item-review p {
      margin: 0;
      font-size: 88%;
      line-height: 1.5;
      overflow: hidden; }
    #main .group-item-review .status-score {
      font-size: 100%; }
  #main .group-item-review-profile {
    width: 32%;
    margin-right: 2%;
    float: left; }
  #main .group-item-review-pic {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 10px; }
    #main .group-item-review-pic img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  #main .group-item-review-txt {
    overflow: hidden; }
    #main .group-item-review-txt h5 {
      line-height: 1.5;
      margin: 0 0 0.5em 0;
      font-size: 88%;
      color: #aaa; }
    #main .group-item-review-txt p {
      line-height: 1.5;
      margin: 0; }
  #main .status-comment {
    background: url("../images/ico_comment.png") no-repeat center left;
    background-size: 25px auto;
    padding-left: 30px;
    font-size: 100%; }
  #main .section-award {
    margin-top: 100px;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.8)); }
    #main .section-award h4 {
      padding-bottom: 10px; }
    #main .section-award > .change {
      margin-top: 50px; }
    #main .section-award .tab-link {
      margin: 0;
      display: flex;
      justify-content: space-between;
      font-size: 20px;
      font-weight: bold; }
      #main .section-award .tab-link:after {
        content: normal; }
      #main .section-award .tab-link li {
        line-height: 1;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px; }
        #main .section-award .tab-link .tab-5 {
          width: 19%;
        }
        #main .section-award .tab-link .tab-4 {
          width: 24%;
        }
        #main .section-award .tab-link .tab-3 {
          width: 32%;
        }
        #main .section-award .tab-link .tab-2 {
          width: 48%;
        }
        #main .section-award .tab-link .tab-1 {
          width: 100%;
        }
      #main .section-award .tab-link a {
        display: block;
        padding: 20px 0 40px 0;
        text-align: center;
        text-decoration: none;
        background: #aaa; }
        #main .section-award .tab-link a.on {
          background: #fff; }
    #main .section-award .tab-item {
      position: relative;
      padding: 20px;
      background: #fff;
      color: #000;
      border-radius: 20px;
      overflow: hidden;
      margin-top: -20px; }
  #main .section-award-grp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #main .section-award-grp:after {
      content: normal;
      content: "";
      width: 32%;
      height: 0;}
      #main .section-award-grp:before{
      content: "";
      width: 32%;
      height: 0;
      order: 1;
      
    }
  #main .section-award-item {
    position: relative;
    padding: 30px 10px;
    margin-bottom: 1em;
    width: 32%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    #main .section-award-item:before {
      content: "";
      display: block;
      padding-top: 50%; /* 1:1 */
    }
    #main .section-award-item .section-award-item-link:before {
      padding-top: 100%; /* 1:1 */
    }
    #main .section-award-item .section-award-item-link {
      text-decoration:none !important;
      position: absolute;
      top: 10px;
    }
    #main .section-award-item .group-item-badge {
      width: 35px;
      position: absolute;
      top: 0;
      left: 0; 
      z-index: 9999;}
    #main .section-award-item .group-item-pic {
      margin: 2px 10px 0 10px;
      float: left; }
    #main .section-award-item .group-item-data {
      overflow: hidden;
      margin: 0;
      padding-bottom: 1.5em; }
    #main .section-award-item .change {
      clear: both;
      position: absolute;
      bottom: 0;
    }
    #main .section-award-item .btn-review {
      display: block;
      width: 150%; }
  #main .head-award {
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 1.5em; }
    #main .head-award i {
      display: inline-block;
      position: relative; }
      #main .head-award i:before, #main .head-award i:after {
        display: block;
        content: "";
        height: 10px;
        position: absolute;
        top: 50%;
        width: 100%;
        margin-top: -5px;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff; }
      #main .head-award i:before {
        left: -105%; }
      #main .head-award i:after {
        right: -105%; }
  #main .section-group-leader {
    border-color: #42c9e5; }
    #main .section-group-leader .head-award {
      color: #42c9e5; }
      #main .section-group-leader .head-award i:before,
      #main .section-group-leader .head-award i:after {
        border-color: #42c9e5; }
  #main .section-group-highperformer {
    border-color: #e18175; }
    #main .section-group-highperformer .head-award {
      padding-bottom: 6px;
      color: #e18175; }
      #main .section-group-highperformer .head-award i:before,
      #main .section-group-highperformer .head-award i:after {
        border-color: #e18175; }
  #main .section-footer {
    border-top: 5px solid #e5c16e;
    padding: 80px 0; }
    #main .section-footer p {
      text-align: center; }
      #main .section-footer p img {
        width: 200px; }
      #main .section-footer p + p {
        margin-top: 40px; }

/*common*/
.btn-prev {
  display: inline-block;
  padding: 15px 2em;
  text-decoration: none;
  border: 1px dotted #fff;
  border-radius: 5px;
  line-height: 1;
  color: #fff;
  text-align: center; }
  .btn-prev:hover {
    color: #fff; }

.btn-more {
  display: inline-block;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 10px 2em;
  background: #bcbcc1;
  border: 1px solid #fff;
  border-radius: 5px; }
  .btn-more:hover {
    color: #000;
    background: #ccc; }

.btn-more-l {
  display: block;
  padding: 20px 0;
  max-width: 380px;
  width: 100%;
  margin: auto; }

.btn-review {
  line-height: 1;
  text-align: center;
  text-decoration: none;
  padding: 10px 2em;
  background: #7d7b88;
  border: 1px solid #7d7b88;
  border-radius: 5px;
  color: #fff; }
  .btn-review:hover {
    background: #999;
    border: 1px solid #999;
    color: #fff; }

.point {
  color: #f8d689; }

/*============================================================
	TOP
============================================================*/
/* ===== XXXXX ===== */
/* ===== XXXXX ===== */
/* ===== XXXXX ===== */
/* ===== XXXXX ===== */
/* ===== XXXXX ===== */
/* ===== XXXXX ===== */
/* ===== XXXXX ===== */
/* ===== XXXXX ===== */
/*============================================================
	Footer
============================================================*/
#page-footer {
  width: 100%;
  position: relative;
  text-align: center;
  margin-top: 2rem;
  padding: 0;
}
#page-footer:after {
  display: block;
  clear: both;
  content: "";
}

#page-footer .footer-link-wrap {
  background: #29263E;
  color: #fff;
  padding: 20px;
}

#page-footer .footer-link-wrap .footer-link-list {
  display: flex;
  justify-content: center;
  width: 990px;
  margin: 0 auto;
}

#page-footer .footer-link-wrap .footer-link-list .footer-link-container {
  width: 29%;
  transform: translateX(22%);
}

#page-footer .footer-link-wrap .footer-link-list .footer-link-container .footer-link {
  margin-bottom: 8px;
}

#page-footer .footer-link-wrap .footer-link-list .footer-link-container .footer-link a {
  font-size: .75rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

#page-footer .footer-link-wrap .footer-logo-wrap {
  text-align: center;
}

#page-footer .footer-link-wrap .footer-logo-wrap .footer-logo {
  text-align: center;
}

#page-footer .footer-link-wrap .footer-logo-wrap .footer-logo img {
  margin-top: 10px;
}

#page-footer .footer-link-wrap .footer-logo-wrap .footer-logo-line {
  padding: 2px;
  width: 80px;
  margin: 20px auto 0 auto;
}

#page-footer .footer-link-wrap .footer-logo-wrap .footer-logo a {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 31px;
  height: 31px;
  text-align: center;
  vertical-align: middle;
  width: 154px;
}

#page-footer .footer-copyright {
  color: #555;
  display: block;
  padding-bottom: 20px;
  padding-top: 30px;
  text-align: center;
  background: #fff;
}