@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0; }

body {
  font-size: 1em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  height: 100%;
  left: 0;
  background: #000000; }

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

blockquote {
  display: block;
  margin: 0;
  padding: 0; }

[hidden],
template {
  display: none; }

/* Links
   ======================================================= */
a {
  background: transparent;
  text-decoration: none; }

a:link {
  text-decoration: underline;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

a:active, a:hover {
  outline: 0; }

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )";
  background: none !important; }

/* Text-level semantics
   ======================================================= */
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1, h2, h3, h4, p, ul, dt, dd {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: left; }

li, dd {
  list-style: none; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ======================================================= */
img {
  border: 0;
  vertical-align: bottom; }

.middle {
  vertical-align: middle; }

.rerative {
  position: relative; }

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ======================================================= */
figure {
  margin: 0; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Tables
   ======================================================= */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  vertical-align: middle; }

/* Forms
   ======================================================= */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  vertical-align: middle; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type=checkbox] {
  -ms-transform: scale(1.4, 1.4);
  -webkit-transform: scale(1.4, 1.4);
  transform: scale(1.4, 1.4); }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

/* Footer
   ========================================================================== */
#l-footer {
  padding: 4rem 0;
  text-align: center;
  border-top: solid 1px #808080; }
  @media screen and (max-width: 639px) {
    #l-footer {
      padding: 3rem 0;
      margin: 0 1.5rem; } }
  #l-footer a {
    color: #FFFFFF;
    text-decoration: none; }

#l-footer ul {
  margin: 0 0 1rem; }
  #l-footer ul li {
    font-size: 1.4rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.4;
    font-style: normal;
    text-align: center; }
    @media screen and (max-width: 639px) {
      #l-footer ul li {
        font-size: 1.2rem;
        color: #FFFFFF;
        font-weight: normal;
        line-height: 1.4;
        font-style: normal; } }

#l-footer small {
  font-size: 1.2rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-align: center; }
  @media screen and (max-width: 639px) {
    #l-footer small {
      font-size: 1rem;
      color: #FFFFFF;
      font-weight: normal;
      line-height: 1.4;
      font-style: normal; } }

/* Header
   ========================================================================== */
#l-header {
  margin-bottom: 4rem;
  line-height: 2;
  text-align: center; }
  @media screen and (max-width: 639px) {
    #l-header {
      margin-bottom: 3rem; } }
  #l-header h1 {
    text-align: center;
    display: inline-block;
    margin: 2rem auto; }
    @media screen and (max-width: 639px) {
      #l-header h1 {
        margin: 1rem auto 1.5rem; } }
    @media screen and (max-width: 639px) {
      #l-header h1 img {
        width: 75%; } }
  #l-header .l-title1 {
    text-align: center;
    font-size: 2rem;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    margin: 0 0 1rem; }
    @media screen and (max-width: 639px) {
      #l-header .l-title1 {
        font-size: 1.4rem;
        color: #000000;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal;
        margin: 0 0 0.5rem; } }
  #l-header .l-title2 {
    text-align: center;
    font-size: 2.8rem;
    color: #278be0;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      #l-header .l-title2 {
        font-size: 1.6rem;
        color: #278be0;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal; } }
  #l-header .l-update {
    text-align: right;
    font-size: 1.2rem;
    color: #808080;
    font-weight: 400;
    line-height: 1.3;
    font-style: normal;
    margin: 0 0 2rem; }
    @media screen and (max-width: 639px) {
      #l-header .l-update {
        margin: 0 1rem 1.5rem; } }

#l-headCatch {
  background: #278be0;
  padding: 2rem 1rem; }
  #l-headCatch p {
    text-align: center;
    font-size: 2rem;
    color: #fefb07;
    font-weight: bold;
    line-height: 1.3;
    font-style: normal;
    margin-bottom: 1.2rem; }

#l-mv {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 20px; }
  #l-mv img {
    width: 100%; }

#l-headUnder {
  position: relative;
  width: 100%;
  background: #278be0; }
  #l-headUnder p {
    font-size: 4.8rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
    font-style: normal; }

#l-mainVisual {
  position: relative;
  width: 100%;
  height: 640px;
  overflow: hidden; }
  @media screen and (max-width: 639px) {
    #l-mainVisual {
      height: 320px; } }

#l-mainVisual video {
  position: absolute;
  background: url("../img/l-mv.jpg") center center/cover no-repeat;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1; }

#l-mainVisual p {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 60%;
  text-align: center;
  font-size: 4.8rem;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.2;
  font-style: normal;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  z-index: 10; }
  @media screen and (max-width: 639px) {
    #l-mainVisual p {
      font-size: 2.8rem;
      color: #FFFFFF;
      font-weight: 500;
      line-height: 1.2;
      font-style: normal;
      top: 30%; } }

#l-headerNav {
  float: none;
  text-align: center;
  width: 100%;
  margin: 0; }
  @media screen and (max-width: 899px) {
    #l-headerNav {
      float: none;
      text-align: center;
      width: 100%;
      margin: 1.5rem 0 1.5rem; } }
  @media screen and (max-width: 639px) {
    #l-headerNav {
      margin: 0; } }
  #l-headerNav li {
    display: inline-block;
    border-right: solid 1px #278be0;
    font-size: 1.6rem;
    color: #278be0;
    font-weight: 400;
    line-height: 1;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      #l-headerNav li {
        font-size: 1.2rem;
        color: #278be0;
        font-weight: 400;
        line-height: 1;
        font-style: normal; } }
  #l-headerNav li:first-child {
    border-left: solid 1px #278be0; }
  #l-headerNav li a {
    padding: 0 1.5rem;
    text-decoration: none;
    color: #278be0; }
    @media screen and (max-width: 639px) {
      #l-headerNav li a {
        padding: 1rem 0.8rem; } }
  #l-headerNav li a:visited {
    color: #278be0; }

#l-gNav {
  width: 100%;
  background: #278be0;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0 0 4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/* Scss Document */
.l-wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 2rem; }
  .l-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 639px) {
    .l-wrapper {
      padding: 0 0; } }

.l-yk {
  background: #fbf9f2; }
  @media screen and (max-width: 639px) {
    .l-yk {
      padding: 2rem 0 0;
      margin-bottom: 2rem; } }

.l-ranking {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  background: #fbfae5; }
  @media screen and (max-width: 639px) {
    .l-ranking {
      padding: 2rem 0; } }
  .l-ranking p {
    text-align: center;
    font-size: 3.2rem;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .l-ranking p {
        font-size: 2rem;
        color: #ffffff;
        font-weight: bold;
        line-height: 1.5;
        font-style: normal; } }
  .l-ranking span {
    font-size: 3.2rem;
    color: #278be0;
    font-weight: bold;
    line-height: 1.5;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .l-ranking span {
        font-size: 2rem;
        color: #278be0;
        font-weight: bold;
        line-height: 1.5;
        font-style: normal; } }

.l-inner {
  position: relative;
  padding: 0 2rem; }

.l-winner {
  position: relative;
  padding: 0 1.5rem; }
  @media screen and (max-width: 639px) {
    .l-winner {
      padding: 0 1rem; } }

.l-wwinner {
  position: relative;
  padding: 0 10rem; }
  @media screen and (max-width: 639px) {
    .l-wwinner {
      padding: 0 0; } }

.l-review {
  background: url("../img/bg_review.png");
  padding: 5rem 0; }
  @media screen and (max-width: 639px) {
    .l-review {
      padding: 3rem 0 1rem; } }

.l-white {
  background: #FFFFFF !important; }

.l-last {
  background: url("../img/bk.jpg"); }
  @media screen and (max-width: 639px) {
    .l-last {
      padding-top: 20px; } }

/* Scss Document */
.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 641px) {
    .row .span-1 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 4.1666666667%; }
      .row .span-1:last-child {
        margin-right: 0; }
    .row .span-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 8.3333333333%; }
      .row .span-2:last-child {
        margin-right: 0; }
    .row .span-3 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 12.5%; }
      .row .span-3:last-child {
        margin-right: 0; }
    .row .span-4 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 16.6666666667%; }
      .row .span-4:last-child {
        margin-right: 0; }
    .row .span-5 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 20.8333333333%; }
      .row .span-5:last-child {
        margin-right: 0; }
    .row .span-6 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .row .span-6:last-child {
        margin-right: 0; }
    .row .span-7 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 29.1666666667%; }
      .row .span-7:last-child {
        margin-right: 0; }
    .row .span-8 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 33.3333333333%; }
      .row .span-8:last-child {
        margin-right: 0; }
    .row .span-9 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 37.5%; }
      .row .span-9:last-child {
        margin-right: 0; }
    .row .span-10 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 41.6666666667%; }
      .row .span-10:last-child {
        margin-right: 0; }
    .row .span-11 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 45.8333333333%; }
      .row .span-11:last-child {
        margin-right: 0; }
    .row .span-12 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .row .span-12:last-child {
        margin-right: 0; }
    .row .span-13 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 54.1666666667%; }
      .row .span-13:last-child {
        margin-right: 0; }
    .row .span-14 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 58.3333333333%; }
      .row .span-14:last-child {
        margin-right: 0; }
    .row .span-15 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 62.5%; }
      .row .span-15:last-child {
        margin-right: 0; }
    .row .span-16 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 66.6666666667%; }
      .row .span-16:last-child {
        margin-right: 0; }
    .row .span-17 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 70.8333333333%; }
      .row .span-17:last-child {
        margin-right: 0; }
    .row .span-18 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .row .span-18:last-child {
        margin-right: 0; }
    .row .span-19 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 79.1666666667%; }
      .row .span-19:last-child {
        margin-right: 0; }
    .row .span-20 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 83.3333333333%; }
      .row .span-20:last-child {
        margin-right: 0; }
    .row .span-21 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 87.5%; }
      .row .span-21:last-child {
        margin-right: 0; }
    .row .span-22 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 91.6666666667%; }
      .row .span-22:last-child {
        margin-right: 0; }
    .row .span-23 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 95.8333333333%; }
      .row .span-23:last-child {
        margin-right: 0; }
    .row .span-24 {
      width: 100%; }
    .row .offset-1 {
      margin-left: 4.1666666667%; }
    .row .offset-2 {
      margin-left: 8.3333333333%; }
    .row .offset-3 {
      margin-left: 12.5%; }
    .row .offset-4 {
      margin-left: 16.6666666667%; }
    .row .offset-5 {
      margin-left: 20.8333333333%; }
    .row .offset-6 {
      margin-left: 25%; }
    .row .offset-7 {
      margin-left: 29.1666666667%; }
    .row .offset-8 {
      margin-left: 33.3333333333%; }
    .row .offset-9 {
      margin-left: 37.5%; }
    .row .offset-10 {
      margin-left: 41.6666666667%; }
    .row .offset-11 {
      margin-left: 45.8333333333%; }
    .row .offset-12 {
      margin-left: 50%; }
    .row .offset-13 {
      margin-left: 54.1666666667%; }
    .row .offset-14 {
      margin-left: 58.3333333333%; }
    .row .offset-15 {
      margin-left: 62.5%; }
    .row .offset-16 {
      margin-left: 66.6666666667%; }
    .row .offset-17 {
      margin-left: 70.8333333333%; }
    .row .offset-18 {
      margin-left: 75%; }
    .row .offset-19 {
      margin-left: 79.1666666667%; }
    .row .offset-20 {
      margin-left: 83.3333333333%; }
    .row .offset-21 {
      margin-left: 87.5%; }
    .row .offset-22 {
      margin-left: 91.6666666667%; }
    .row .offset-22 {
      margin-left: 91.6666666667%; }
    .row .offset-23 {
      margin-left: 95.8333333333%; } }
  @media screen and (max-width: 640px) {
    .row .span-1 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 25%; }
      .row .span-1:last-child {
        margin-right: 0; }
    .row .span-2 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 50%; }
      .row .span-2:last-child {
        margin-right: 0; }
    .row .span-3 {
      float: left;
      display: block;
      margin-right: 0%;
      width: 75%; }
      .row .span-3:last-child {
        margin-right: 0; }
    .row .span-4, .row .span-5, .row .span-6, .row .span-7, .row .span-8, .row .span-9,
    .row .span-10, .row .span-12, .row .span-11, .row .span-13, .row .span-14, .row .span-15,
    .row .span-16, .row .span-17, .row .span-18, .row .span-19, .row .span-20, .row .span-21,
    .row .span-22, .row .span-23, .row .span-24 {
      float: left;
      width: 100%; }
    .row .offset-1 {
      margin-left: 25%; }
    .row .offset-2 {
      margin-left: 50%; }
    .row .offset-3, .row .offset-4, .row .offset-5, .row .offset-6, .row .offset-7,
    .row .offset-8, .row .offset-9, .row .offset-10, .row .offset-11,
    .row .offset-12, .row .offset-13, .row .offset-14, .row .offset-15,
    .row .offset-16, .row .offset-17, .row .offset-18, .row .offset-19,
    .row .offset-20, .row .offset-21, .row .offset-22, .row .offset-23 {
      margin-left: 75%; } }
  @media screen and (min-width: 641px) {
    .row .col:nth-child(24n) {
      margin-right: 0; }
    .row .col:nth-child(24n+1) {
      clear: left; } }
  @media screen and (max-width: 640px) {
    .row .col:nth-child(4n) {
      margin-right: 0; }
    .row .col:nth-child(4n+1) {
      clear: left; } }

@media screen and (min-width: 641px) {
  .col:nth-child(24n),
  .col-pad:nth-child(24n),
  .col-pad-left:nth-child(24n),
  .col-pad-right:nth-child(24n),
  .col-pad-none:nth-child(24n) {
    margin-right: 0; }
  .col:nth-child(24n+1),
  .col-pad:nth-child(24n+1),
  .col-pad-left:nth-child(24n+1),
  .col-pad-right:nth-child(24n+1),
  .col-pad-none:nth-child(24n+1) {
    clear: left; } }
@media screen and (max-width: 640px) {
  .col:nth-child(4n),
  .col-pad:nth-child(4n),
  .col-pad-left:nth-child(4n),
  .col-pad-right:nth-child(4n),
  .col-pad-none:nth-child(4n) {
    margin-right: 0; }
  .col:nth-child(4n+1),
  .col-pad:nth-child(4n+1),
  .col-pad-left:nth-child(4n+1),
  .col-pad-right:nth-child(4n+1),
  .col-pad-none:nth-child(4n+1) {
    clear: left; } }

@media screen and (min-width: 641px) {
  .col-pad {
    padding: 0 2rem 0 2rem; } }
@media screen and (max-width: 640px) {
  .col-pad {
    padding: 0 1rem 0 1rem; } }

@media screen and (min-width: 641px) {
  .col-pad-left {
    padding: 0 0 0 2rem; } }

@media screen and (min-width: 641px) {
  .col-pad-right {
    padding: 0 2rem 0 0; } }

@media screen and (min-width: 641px) {
  .col-pad-none {
    padding: 0 0.8rem 0 0.5rem; } }

/* Sass Document */
.c-btnPrimary, .p-aboutBtn {
  text-align: center; }
  .c-btnPrimary a, .p-aboutBtn a {
    display: inline-block;
    background-color: #64d500;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    padding: 2rem 10rem;
    box-shadow: 0px  3px 0px 0px #295601;
    font-size: 3.2em;
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .c-btnPrimary a, .p-aboutBtn a {
        padding: 1.5rem;
        font-size: 2.2em;
        color: #000000;
        font-weight: bold;
        line-height: 1.5;
        font-style: normal;
        width: 100%; } }
  .c-btnPrimary a:hover, .p-aboutBtn a:hover {
    background-color: #295601;
    box-shadow: none;
    color: #FFFFFF !important; }

.c-subBtn {
  text-align: center;
  margin: 0 0 2rem; }
  .c-subBtn a {
    display: inline-block;
    border: 2px solid #278be0;
    border-radius: 5px;
    font-size: 3.2em;
    color: #278be0;
    font-weight: bold;
    line-height: 1.5;
    font-style: normal;
    text-decoration: none;
    margin: 0 auto; }
    @media screen and (max-width: 639px) {
      .c-subBtn a {
        padding: 0.8em 0.5em 0.8em;
        font-size: 1.6em;
        color: #278be0;
        font-weight: bold;
        line-height: 1.5;
        font-style: normal; } }

.c-thirdBtn {
  text-align: center;
  margin: 0 0 20px; }
  .c-thirdBtn a {
    display: inline-block;
    background-color: #278be0;
    border-bottom: 2px solid #00645d;
    border-radius: 8px;
    font-size: 2em;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.5;
    font-style: normal;
    text-decoration: none;
    padding: 1em 3em 0.9em;
    margin: 0 auto; }
    @media screen and (max-width: 639px) {
      .c-thirdBtn a {
        padding: 0.8em 0.5em 0.8em;
        font-size: 1.6em;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 1.5;
        font-style: normal; } }

/* Sass Document */
/* Forms
   ======================================================= */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  width: auto;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  font-size: 0;
  line-height: 0;
  overflow: visible;
  cursor: pointer; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal;
  vertical-align: middle; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/*ラジオボタン*/
input[type="checkbox"],
input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.c-radioBtn {
  display: none; }

.c-radioBtn + label {
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  font-size: 1em;
  color: #ffffff;
  font-weight: normal;
  line-height: 2;
  font-style: normal; }
  @media screen and (max-width: 639px) {
    .c-radioBtn + label {
      margin-right: 5px; } }

.c-radioBtn + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #999;
  border-radius: 50%;
  background: #FFFFFF; }

.c-radioBtn:checked + label {
  color: #278be0; }

.c-radioBtn:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #278be0;
  border-radius: 50%; }

/*チェックボックス*/
.checkBoxinput {
  display: none; }

.checkBoxtext {
  padding-left: 15px;
  position: relative;
  margin-right: 10px;
  font-size: 1em;
  color: #ffffff;
  font-weight: normal;
  line-height: 2;
  font-style: normal; }

.checkBoxtext::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #666;
  border-radius: 4px;
  background: #808080; }

.checkBoxinput:checked + .checkBoxtext {
  color: #278be0; }

.checkBoxinput:checked + .checkBoxtext::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 3px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #278be0;
  border-right: 3px solid #278be0; }

.c-borderRoundCaption {
  background-color: #262626;
  /* 線色 */
  border-radius: 5px;
  /* 線幅の半分 */
  content: "";
  display: inline-block;
  height: 40px;
  /* 線の長さ */
  margin-right: 10px;
  /* 線右の余白 */
  vertical-align: middle;
  width: 10px;
  /* 線幅 */ }

.c-dotHeading, .p-listPrimary li:before {
  content: "・";
  color: #278be0; }

.c-headingRibbon {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  /*リボンの高さ*/
  vertical-align: middle !important;
  text-align: center !important;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto; }

.c-headingRibbon:before, .c-headingRibbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1; }

.c-headingRibbon:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #000000;
  border-style: solid; }

.c-headingRibbon:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #000000 transparent transparent;
  border-style: solid; }

.c-balloonUnder {
  position: relative;
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 7px 10px;
  min-width: 120px;
  width: 100%;
  color: #555;
  font-size: 12px; }

.c-balloonUnder:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border: 12px solid transparent;
  border-top: 12px solid #278be0; }

/* Scss Document */
.c-pagetop {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  text-align: center;
  opacity: 0;
  z-index: 20000; }

.c-pagetop img {
  width: 30px;
  transform: rotate(-90deg); }
  @media screen and (max-width: 639px) {
    .c-pagetop img {
      width: 40px;
      height: 40px; } }

.c-pagetop:hover {
  /*	-moz-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);*/ }

.c-pagetop a {
  font-size: 1.4em;
  color: #FFF;
  font-weight: 900;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  display: block;
  padding: 12px 0 0 0; }

.c-pagetop a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha( opacity=60 )"; }

/* Scss Document */
/* ==========
  breadcrumb
====================================================*/
#c-breadcrumb {
  padding: 1rem  0 0; }

#c-breadcrumb li {
  font-size: 1.4rem;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 5px 0 0;
  color: #666; }

#c-breadcrumb li a {
  color: #278be0; }

#c-breadcrumb li:after {
  content: "> "; }

#c-breadcrumb li:last-child:after {
  content: none; }

.c-snsBox {
  display: table;
  width: 60%;
  margin: 0 0 30px;
  border-collapse: separate;
  border-spacing: 5px;
  vertical-align: middle; }

.c-snsBox li {
  display: table-cell;
  width: 10%;
  text-align: center;
  vertical-align: middle; }

.c-snsBox li i {
  font-size: 2em; }

.c-snsBox li a {
  padding: 6px 4px;
  display: block;
  font-size: 1.2em;
  color: #FFF;
  font-weight: normal;
  line-height: 1.8;
  font-style: normal;
  vertical-align: middle;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center; }

.c-snsBox svg {
  padding: 10px 0 0; }

.c-snsBox .fb {
  background-color: #315096;
  background-image: url(../svg/fb.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  border-radius: 5px; }

.c-snsBox .tw {
  background-color: #55acee !important;
  background-image: url(../svg/tw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  border-radius: 5px; }

.c-snsBox .gp {
  background-color: #dd4b39;
  background-image: url(../svg/gp.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  border-radius: 5px; }

.c-snsBox .ha {
  background-color: #26a0e3;
  background-image: url(../svg/hb.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  border-radius: 5px; }

.c-snsBox .li {
  background-color: #00c300;
  background-image: url(../svg/li.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
  border-radius: 5px; }

.u-imgRounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

/* Scss Document */
.c-boxSquare, .p-boxPrimary, .p-boxSecond, .p-boxThird, .p-boxForth, .p-boxFifth {
  padding: 2rem; }
  @media screen and (max-width: 639px) {
    .c-boxSquare, .p-boxPrimary, .p-boxSecond, .p-boxThird, .p-boxForth, .p-boxFifth {
      padding: 1rem; } }

.c-boxSquareHarf {
  padding: 1rem; }
  @media screen and (max-width: 639px) {
    .c-boxSquareHarf {
      padding: 0.5rem; } }

.c-boxFlex {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-pack: distribute;
  -moz-flex-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }

.c-boxFlexHarf {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-pack: distribute;
  -moz-flex-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  @media screen and (max-width: 639px) {
    .c-boxFlexHarf {
      width: 100%;
      flex-wrap: wrap; } }

.c-boxFlexPc {
  display: -moz-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-pack: distribute;
  -moz-flex-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around; }
  @media screen and (max-width: 639px) {
    .c-boxFlexPc {
      display: block; } }

.c-boxTable {
  width: 100%;
  display: table; }
  .c-boxTable__tab {
    display: table-cell; }

/* Scss Document */
/*gNav*/
.c-globalMenu {
  width: 100%;
  display: table; }

.c-globalMenu > li {
  display: table-cell;
  width: 25%;
  position: relative;
  text-align: center; }

.c-globalMenu > li a {
  font-size: 1.8em;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
  font-style: normal;
  letter-spacing: 0.2em;
  text-decoration: none;
  padding: 2px 0 18px 0;
  display: block;
  background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF 1px, transparent 1px, transparent 1px);
  background-size: 1px 3px;
  background-position: left;
  background-repeat: repeat-y; }

.c-globalMenu li img {
  vertical-align: -50%; }

.c-globalMenu > li:last-child {
  background-image: linear-gradient(to bottom, #FFFFFF, #FFFFFF 1px, transparent 1px, transparent 1px);
  background-size: 1px 3px;
  background-position: right;
  background-repeat: repeat-y; }

.c-globalMenu > li a span {
  position: relative;
  top: 10px;
  margin-right: 10px; }

@media screen and (max-width: 639px) {
  .c-globalMenu > li a {
    font-size: 1.2em;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    font-style: normal;
    letter-spacing: 0;
    padding: 5px 0 2px 0; }

  .c-globalMenu > li a span {
    top: 0;
    margin-right: 0; }

  .c-globalMenu > li a span img {
    width: 20px; } }
.c-dlListMenu, .p-dlNavMenu {
  display: block;
  width: 100%; }
  .c-dlListMenu dt a, .p-dlNavMenu dt a {
    display: block;
    background-color: #278be0;
    background-image: url(../img/menu_arrow.png);
    background-repeat: no-repeat;
    background-position: 98% center;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1.8rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.4;
    font-style: normal;
    text-decoration: none; }
  .c-dlListMenu dt a:before, .p-dlNavMenu dt a:before {
    content: "Q.";
    font-size: 2.4rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.4;
    font-style: normal; }
  .c-dlListMenu dd a, .p-dlNavMenu dd a {
    display: block;
    background: #e9f3fc;
    padding: 1.5rem 6rem 1.5rem 2rem;
    font-size: 1.6rem;
    color: #278be0;
    font-weight: normal;
    line-height: 1.4;
    font-style: normal;
    border-bottom: 1px solid #FFFFFF;
    text-decoration: none; }
  .c-dlListMenu dd a:before, .p-dlNavMenu dd a:before {
    content: "- ";
    font-size: 1.6rem;
    color: #278be0;
    font-weight: normal;
    line-height: 1.4;
    font-style: normal; }

/*スクロール*/
.c-tabScroll {
  overflow: auto;
  white-space: nowrap; }

/*検索テーブル*/
.c-mainTab {
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #808080; }

.c-mainTab th, .c-mainTab td {
  padding: 2rem 1.5rem; }

.c-mainTab th {
  width: 25%;
  background: #262626;
  border-bottom: solid 1px #808080;
  border-left: solid 1px #808080;
  padding: 2rem 1.5rem;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.4;
  font-style: normal;
  text-align: center; }
  @media screen and (max-width: 639px) {
    .c-mainTab th {
      font-size: 1.6rem;
      color: #FFFFFF;
      font-weight: bold;
      line-height: 1.4;
      font-style: normal;
      width: 100%;
      display: block;
      padding: 1rem;
      text-align: left;
      border-bottom: none;
      border-right: solid 1px #808080; } }

.c-mainTab td {
  border-bottom: solid 1px #808080;
  border-right: solid 1px #808080;
  padding: 2rem 1.5rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 2;
  font-style: normal;
  text-align: left; }
  @media screen and (max-width: 639px) {
    .c-mainTab td {
      font-size: 1.4rem;
      color: #FFFFFF;
      font-weight: normal;
      line-height: 2;
      font-style: normal;
      display: block;
      padding: 1rem;
      border-left: solid 1px #808080; } }

.c-searchCount p {
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  margin: 2rem 0; }
  @media screen and (max-width: 639px) {
    .c-searchCount p {
      margin: 1.5rem 0; } }

.c-searchCap {
  background: #132455;
  border-radius: 10px;
  padding: 0.4rem;
  font-size: 1.6rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
  font-style: normal; }

/*検索結果テーブルpc*/
.c-searchTab {
  margin: 0 auto 8rem;
  vertical-align: middle; }

.c-searchTab th {
  background: #262626;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  padding: 1rem;
  vertical-align: middle;
  text-align: center;
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000; }

.c-searchTab th a {
  color: #FFFFFF; }

.c-searchTab td {
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
  padding: 1.5rem 1rem;
  background: #FFFFFF;
  font-size: 1.6rem;
  color: #000000;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-align: center;
  vertical-align: middle; }

.c-searchTab td a {
  display: block;
  color: #000000;
  width: 100%;
  height: 100%; }

.c-searchTab .link a {
  display: inline-block;
  background-color: #64d500;
  text-decoration: none;
  margin: 0 auto;
  border-radius: 5px;
  padding: 1rem;
  box-shadow: 0px  3px 0px 0px #295601;
  font-size: 1.6rem;
  color: #000000;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal; }

.c-searchTab .link a:hover {
  background-color: #295601;
  box-shadow: none;
  color: #FFFFFF !important; }

.c-searchName {
  font-size: 1.6rem;
  color: #000000;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  display: block; }

.c-searchTab .packimg {
  width: 110px;
  margin: 0 0 0.5rem; }
  @media screen and (max-width: 639px) {
    .c-searchTab .packimg {
      width: 80px; } }

.c-searchTab p {
  font-size: 1.4rem;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal; }

.c-searchTab a {
  text-decoration: none; }

/*検索結果テーブルsp*/
.c-spList {
  background-color: #FFFFFF;
  padding: 1rem;
  margin: 0 1.5rem 1.5rem; }
  .c-spList a {
    text-decoration: none; }
  .c-spList a:hover {
    text-decoration: none;
    color: inherit; }
  .c-spList .l-inner {
    padding: 0px; }

.c-spListImg {
  float: left;
  width: 35%;
  margin: 0 3% 0.5rem 0; }

.c-spListInfo {
  float: right;
  width: 62%; }

.c-spListTitle {
  font-size: 2em;
  color: #278be0;
  font-weight: bold;
  line-height: 1.3;
  font-style: normal;
  margin: 0 0 0.5rem; }

.c-spListPrice {
  font-size: 1.6em;
  color: #000000;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  margin: 0 0 0.5rem; }

/*スマホ並び替えリスト*/
.c-sortList {
  margin: 0 1.5rem 1.5rem;
  display: flex;
  align-items: stretch;
  justify-content: space-around; }

.c-sortList li {
  width: 31%;
  text-align: center;
  font-feature-settings: "palt"; }

.c-sortList li > a {
  border: 2px solid #FFFFFF;
  position: relative;
  display: block;
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.5em;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  font-family: "source-han-sans-japanese";
  text-decoration: none; }
  @media screen and (max-width: 639px) {
    .c-sortList li > a {
      padding: 0.5rem 1rem; } }

.c-primaryTab {
  width: 100%;
  border-top: solid 1px #808080; }
  .c-primaryTab th {
    background: #262626;
    padding: 2rem 1.5rem;
    border-bottom: solid 1px #808080;
    border-left: solid 1px #808080;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.4;
    font-style: normal;
    text-align: center; }
    @media screen and (max-width: 639px) {
      .c-primaryTab th {
        font-size: 1.6rem;
        color: #FFFFFF;
        font-weight: bold;
        line-height: 1.4;
        font-style: normal;
        width: 100%;
        display: block;
        padding: 1rem;
        text-align: left;
        border-bottom: none;
        border-right: solid 1px #808080; } }
  .c-primaryTab td {
    padding: 2rem 1.5rem;
    border-bottom: solid 1px #808080;
    border-right: solid 1px #808080;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 2;
    font-style: normal;
    text-align: left; }
    @media screen and (max-width: 639px) {
      .c-primaryTab td {
        font-size: 1.6rem;
        color: #FFFFFF;
        font-weight: normal;
        line-height: 2;
        font-style: normal;
        display: block;
        padding: 1rem;
        border-left: solid 1px #808080; } }

/* Scss Document */
.c-inlineList {
  width: 100%;
  padding: 2rem;
  margin: 0 auto 2rem;
  background: #262626; }
  @media screen and (max-width: 639px) {
    .c-inlineList {
      padding: 1.5rem;
      margin: 0 auto 1.5rem; } }

.c-inlineList li {
  list-style-type: disc;
  margin: 0 0 0 1rem;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal; }
  @media screen and (max-width: 639px) {
    .c-inlineList li {
      font-size: 1.6em;
      color: #ffffff;
      font-weight: normal;
      line-height: 2;
      font-style: normal; } }

/*fotter list*/
.c-listSide {
  text-align: center; }
  .c-listSide li {
    display: inline-block;
    text-align: center;
    font-size: 1.6em;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.6;
    font-style: normal; }

/*thumnail cat list*/
.c-listCat li, .p-listCat li {
  display: flex;
  align-content: center; }
.c-listCat li a, .p-listCat li a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*
  div {
  @include box-sizing(border-box);
  }
  */
  display: table;
  text-decoration: none; }
.c-listCat li figure, .p-listCat li figure {
  display: table-cell;
  width: 25%;
  padding: 0 5px 0 0; }
.c-listCat li div, .p-listCat li div {
  display: table-cell;
  vertical-align: middle; }

.c-ribbon {
  position: relative;
  background: #6aa7cd;
  padding: 1em; }

.c-ribbon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  border-width: 25px 15px 25px 0px; }

.c-ribbon-right {
  position: relative;
  background: #504944;
  padding: 1em; }

.c-ribbon-right:after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #007bff; }

/*------------------------------
	ボタン固定
------------------------------*/
#p_underbtn {
  display: none; }
  @media screen and (max-width: 639px) {
    #p_underbtn {
      display: block;
      z-index: 99999;
      position: fixed;
      bottom: 0;
      width: 100%;
      max-width: 100%; } }

/* 自己紹介
   ======================================================= */
.p-intro p {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 2;
  font-style: normal; }
  @media screen and (max-width: 639px) {
    .p-intro p {
      font-size: 1.6rem;
      color: #ffffff;
      font-weight: bold;
      line-height: 1.8;
      font-style: normal;
      margin-bottom: 1.5rem;
      padding: 0 0.5rem; } }

@media screen and (max-width: 639px) {
  .p-introImg {
    width: 150px; } }

/* 検索ボックス
   ======================================================= */
.p-searchBox {
  position: relative;
  margin: 0 auto 8rem; }
  @media screen and (max-width: 639px) {
    .p-searchBox {
      margin: 0 1.5rem 6rem; } }

.p-searchTitle {
  font-size: 2.2rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 0.9;
  font-style: normal;
  text-align: center;
  margin: 0 0 2rem; }

.p-searchBtn {
  display: block;
  background-color: #278be0;
  border-radius: 5px;
  font-size: 2.2rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 0.9;
  font-style: normal;
  padding: 2rem 3rem;
  margin: 0 auto; }
  @media screen and (max-width: 639px) {
    .p-searchBtn {
      font-size: 1.8rem;
      color: #FFFFFF;
      font-weight: bold;
      line-height: 0.9;
      font-style: normal;
      padding: 1.5rem 2rem; } }

.p-searchBtn:before {
  content: ' ';
  display: inline-block;
  background-image: url("../../common/svg/search.svg");
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-size: contain;
  vertical-align: middle;
  background-position: left center; }

/* ランキング前の説明
   ======================================================= */
.p-featureArea {
  margin: 0 0 8rem; }
  @media screen and (max-width: 639px) {
    .p-featureArea {
      background-size: contain;
      margin: 0 1.5rem 6rem; } }
  .p-featureArea > h2 {
    background: linear-gradient(to right, #278be0, #132455);
    padding: 2rem;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    position: relative; }
    @media screen and (max-width: 639px) {
      .p-featureArea > h2 {
        font-size: 1.8rem;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal;
        padding: 1.5rem;
        margin-bottom: 2rem; } }
  .p-featureArea > h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 20px solid #1d589a; }
  .p-featureArea > p {
    font-family: "source-han-sans-japanese";
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
    font-style: normal;
    margin-bottom: 4rem; }
    @media screen and (max-width: 639px) {
      .p-featureArea > p {
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: 400;
        line-height: 2;
        font-style: normal;
        margin-bottom: 2rem; } }
  .p-featureArea .p-comparison {
    font-size: 1.4rem;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1.3;
    font-style: normal;
    border-top: 1px solid #808080; }
  .p-featureArea th {
    padding: 2rem 1rem;
    background: #262626;
    color: #FFFFFF;
    font-weight: 800;
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    width: 16%;
    font-weight: normal; }
    @media screen and (max-width: 639px) {
      .p-featureArea th {
        padding: 1rem; } }
  .p-featureArea td {
    padding: 2rem 1rem;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080;
    text-align: center;
    width: 27%; }
    @media screen and (max-width: 639px) {
      .p-featureArea td {
        padding: 1rem; } }
  .p-featureArea .name td {
    padding: 1rem;
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    vertical-align: top; }
    @media screen and (max-width: 639px) {
      .p-featureArea .name td {
        font-size: 1.4rem;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal; } }
    .p-featureArea .name td img {
      margin: 0 0 1rem; }
  .p-featureArea .double {
    font-size: 5rem;
    color: #fefb07;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    display: block; }
    @media screen and (max-width: 639px) {
      .p-featureArea .double {
        font-size: 3.2rem;
        color: #fefb07;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal; } }
  .p-featureArea .circle {
    font-size: 5rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    display: block; }
    @media screen and (max-width: 639px) {
      .p-featureArea .circle {
        font-size: 3.2rem;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal; } }
  .p-featureArea .none {
    font-size: 5rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    display: block; }
    @media screen and (max-width: 639px) {
      .p-featureArea .none {
        font-size: 3.2rem;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal; } }
  .p-featureArea .triangle {
    font-size: 5rem;
    color: #262626;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    display: block; }
    @media screen and (max-width: 639px) {
      .p-featureArea .triangle {
        font-size: 3.2rem;
        color: #262626;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal; } }
  .p-featureArea .vote td, .p-featureArea .link td {
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .p-featureArea .vote td, .p-featureArea .link td {
        font-size: 1.6rem;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal; } }
  .p-featureArea .c-btnPrimary a, .p-featureArea .p-aboutBtn a {
    padding: 1rem;
    font-size: 2.2em;
    color: #000000;
    font-weight: bold;
    line-height: 1.3;
    font-style: normal;
    width: 100%; }
    @media screen and (max-width: 639px) {
      .p-featureArea .c-btnPrimary a, .p-featureArea .p-aboutBtn a {
        font-size: 1.4em;
        color: #000000;
        font-weight: bold;
        line-height: 1.3;
        font-style: normal; } }

.p-pointArea {
  margin: 0 0 8rem; }
  @media screen and (max-width: 639px) {
    .p-pointArea {
      margin: 0 1.5rem 6rem; } }
  .p-pointArea > h2 {
    background: linear-gradient(to right, #278be0, #132455);
    padding: 2rem;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 900;
    line-height: 1.3;
    font-style: normal;
    position: relative; }
    @media screen and (max-width: 639px) {
      .p-pointArea > h2 {
        font-size: 1.8rem;
        color: #FFFFFF;
        font-weight: 900;
        line-height: 1.3;
        font-style: normal;
        margin-bottom: 2rem;
        padding: 1.5rem; } }
  .p-pointArea > h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 20px solid #1d589a; }
  .p-pointArea h3 {
    font-size: 2.2rem;
    color: #278be0;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    margin: 0 0 2rem; }
    @media screen and (max-width: 639px) {
      .p-pointArea h3 {
        font-size: 1.8rem;
        color: #278be0;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal; } }
  .p-pointArea p {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .p-pointArea p {
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: 400;
        line-height: 2;
        font-style: normal; } }
  .p-pointArea .p-pointIcon {
    font-family: obvia-condensed, sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    margin: 4rem 0 0;
    padding: 0 2.5rem;
    display: inline-block;
    background-image: url("../img/feature_icon.png"), url("../img/feature_icon.png");
    background-position: left center, right center;
    background-repeat: no-repeat; }
    .p-pointArea .p-pointIcon span {
      background: linear-gradient(to right, #fefb07, #FFFFFF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  @media screen and (max-width: 639px) {
    .p-pointArea .u-mb40 {
      margin: 0 0 2rem !important; } }

/* ランキング
   ======================================================= */
#p-ranking h2 {
  margin: 0 0 4rem; }
  @media screen and (max-width: 639px) {
    #p-ranking h2 {
      margin: 0 0 2rem; } }

.p-infoList {
  border: dotted 1px #808080;
  padding: 2rem;
  margin: 0 auto 8rem; }
  @media screen and (max-width: 639px) {
    .p-infoList {
      padding: 1.5rem;
      margin: 0 1.5rem 6rem; } }
  .p-infoList h3 {
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    margin: 0 0 1rem;
    text-align: center; }
  .p-infoList li {
    border-bottom: dotted 1px #808080;
    margin: 0.5rem 0 0;
    padding: 0 0.5rem 0.5rem;
    font-size: 1.2rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.6;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .p-infoList li {
        font-size: 1.4rem;
        color: #FFFFFF;
        font-weight: normal;
        line-height: 1.6;
        font-style: normal;
        width: 100%; } }
  .p-infoList li:last-child {
    border-bottom: none; }

/* ランキングアイテム
   ======================================================= */
.p-item {
  margin: 0 0 8rem; }
  @media screen and (max-width: 639px) {
    .p-item {
      margin: 0 0 6rem; } }
  .p-item .p-itemHead {
    background: #132455;
    padding: 1.5rem 2rem;
    border-radius: 1rem 1rem 0 0;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 639px) {
      .p-item .p-itemHead {
        padding: 1.5rem 1.5rem;
        margin: 0 1.5rem; } }
    .p-item .p-itemHead h2 {
      font-size: 3.2rem;
      color: #FFFFFF;
      font-weight: 900;
      line-height: 1;
      font-style: normal;
      margin: 0 !important; }
      @media screen and (max-width: 899px) {
        .p-item .p-itemHead h2 {
          font-size: 4rem;
          color: #FFFFFF;
          font-weight: 900;
          line-height: 1;
          font-style: normal; } }
      @media screen and (max-width: 639px) {
        .p-item .p-itemHead h2 {
          font-size: 2.6rem;
          color: #FFFFFF;
          font-weight: 900;
          line-height: 1;
          font-style: normal; } }
    .p-item .p-itemHead img {
      width: 10%;
      margin: 0 2rem 0 0; }
      @media screen and (max-width: 639px) {
        .p-item .p-itemHead img {
          width: 15%;
          margin: 0 1.5rem 0 0; } }
  .p-item .p-itemBox {
    background: #FFFFFF;
    padding: 2rem 2rem 4rem !important; }
    @media screen and (max-width: 639px) {
      .p-item .p-itemBox {
        padding: 1.5rem 1.5rem 3rem !important;
        margin: 0 1.5rem; } }
    .p-item .p-itemBox .p-itemPhoto {
      margin: 0 0 4rem; }
      @media screen and (max-width: 639px) {
        .p-item .p-itemBox .p-itemPhoto {
          margin: 0 0 3rem; } }
    .p-item .p-itemBox .p-vote {
      margin: 0 0 4rem; }
      @media screen and (max-width: 639px) {
        .p-item .p-itemBox .p-vote {
          margin: 0 0 3rem; } }
      .p-item .p-itemBox .p-vote .p-total {
        font-size: 2.4rem;
        color: #000000;
        font-weight: 900;
        line-height: 1.4;
        font-style: normal;
        text-align: center !important; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-vote .p-total {
            font-size: 2rem;
            color: #000000;
            font-weight: 900;
            line-height: 1.4;
            font-style: normal; } }
    .p-item .p-itemBox .p-age {
      border-top: solid 4px #278be0;
      background: #e9f3fc;
      padding: 2rem; }
      @media screen and (max-width: 639px) {
        .p-item .p-itemBox .p-age {
          padding: 1.5rem 1.5rem 0.5rem; } }
      .p-item .p-itemBox .p-age h3 {
        font-size: 1.8rem;
        color: #000000;
        font-weight: 700;
        line-height: 1.4;
        font-style: normal;
        margin: 0 0 1rem;
        text-align: center; }
      .p-item .p-itemBox .p-age ul {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap; }
      .p-item .p-itemBox .p-age li {
        background: #FFFFFF;
        width: 23%;
        padding: 0.5rem;
        text-align: center; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-age li {
            width: 48%;
            margin: 0 0 1rem; } }
      .p-item .p-itemBox .p-age h4 {
        font-size: 1.4rem;
        color: #808080;
        font-weight: 700;
        line-height: 1.4;
        font-style: normal;
        text-align: center;
        background: url("../img/ranking_age.svg") no-repeat left center;
        background-size: 15px auto;
        padding: 0 0 0 2rem;
        display: inline-block;
        margin: 0 auto; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-age h4 {
            padding: 0 0 0 1.5rem; } }
      .p-item .p-itemBox .p-age p {
        text-align: center !important;
        font-size: 1.6rem;
        color: #278be0;
        font-weight: 700;
        line-height: 1.4;
        font-style: normal; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-age p {
            font-size: 1.4rem;
            color: #278be0;
            font-weight: 700;
            line-height: 1.4;
            font-style: normal; } }
    .p-item .p-itemBox .p-spec {
      border-top: solid 1px #808080;
      text-align: left;
      margin: 0 auto; }
      @media screen and (max-width: 639px) {
        .p-item .p-itemBox .p-spec {
          border-left: solid 1px #808080;
          border-right: solid 1px #808080; } }
      .p-item .p-itemBox .p-spec th {
        width: 25%;
        background: #f0f0f0;
        font-size: 1.6rem;
        color: #000000;
        font-weight: bold;
        line-height: 1.4;
        font-style: normal;
        padding: 1rem 2rem;
        border-bottom: solid 1px #808080;
        border-left: solid 1px #808080; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-spec th {
            font-size: 1.5rem;
            color: #000000;
            font-weight: bold;
            line-height: 1.4;
            font-style: normal;
            width: 100%;
            display: block;
            padding: 1rem 1.5rem;
            border-bottom: none;
            border-left: none; } }
      .p-item .p-itemBox .p-spec td {
        background: #FFFFFF;
        padding: 1rem 2rem;
        border-bottom: solid 1px #808080;
        border-right: solid 1px #808080;
        font-size: 1.5rem;
        color: #000000;
        font-weight: normal;
        line-height: 2;
        font-style: normal; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-spec td {
            font-size: 1.4rem;
            color: #000000;
            font-weight: normal;
            line-height: 2;
            font-style: normal;
            display: block;
            padding: 1rem 1.5rem;
            border-bottom: solid 1px #808080;
            border-right: none; } }
    .p-item .p-itemBox .p-reviewBox {
      margin: 4rem 0 4rem; }
      .p-item .p-itemBox .p-reviewBox h3 {
        font-size: 2.2rem;
        color: #000000;
        font-weight: 900;
        line-height: 1.5;
        font-style: normal;
        padding: 0 0 0 3rem;
        margin: 0 0 1rem;
        background: url("../img/review_icon.svg") no-repeat left center;
        background-size: 2rem auto; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-reviewBox h3 {
            font-size: 1.8rem;
            color: #000000;
            font-weight: 900;
            line-height: 1.5;
            font-style: normal; } }
      .p-item .p-itemBox .p-reviewBox p {
        font-size: 1.6rem;
        color: #000000;
        font-weight: 400;
        line-height: 1.8;
        font-style: normal;
        margin: 0 0 1rem; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-reviewBox p {
            font-size: 1.6rem;
            color: #000000;
            font-weight: 400;
            line-height: 2;
            font-style: normal; } }
      .p-item .p-itemBox .p-reviewBox .p-spec th {
        width: 30%; }
        @media screen and (max-width: 639px) {
          .p-item .p-itemBox .p-reviewBox .p-spec th {
            width: 100%; } }
    .p-item .p-itemBox .c-btnPrimary, .p-item .p-itemBox .p-aboutBtn {
      margin: 4rem auto 0; }
      @media screen and (max-width: 639px) {
        .p-item .p-itemBox .c-btnPrimary, .p-item .p-itemBox .p-aboutBtn {
          width: 3rem auto 0; } }
    .p-item .p-itemBox .p-reviewArea {
      background: #132455;
      padding: 2rem;
      margin: 4rem; }
      .p-item .p-itemBox .p-reviewArea h3 {
        font-size: 1.8rem;
        color: #132455;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal;
        margin: 0 0 2rem;
        text-align: center; }
      @media screen and (max-width: 639px) {
        .p-item .p-itemBox .p-reviewArea {
          margin: 2rem 0rem; }
          .p-item .p-itemBox .p-reviewArea h3 {
            font-size: 1.6rem;
            color: #132455;
            font-weight: 700;
            line-height: 1.3;
            font-style: normal;
            margin: 0 0 1rem; }
          .p-item .p-itemBox .p-reviewArea p {
            font-size: 1.8rem;
            color: #ffffff;
            font-weight: 400;
            line-height: 2;
            font-style: normal; } }

/* 6位以下
   ======================================================= */
.p-listCat {
  padding: 0 2rem;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  margin: 0 0 4rem; }
  .p-listCat li {
    border: 1px solid #666;
    width: 49%;
    margin: 0 0 1rem 0;
    padding: 1.2rem; }
    .p-listCat li:nth-child(odd) {
      margin: 0 2% 1rem 0; }
    @media screen and (max-width: 639px) {
      .p-listCat li {
        width: 100%;
        margin: 0 0 1rem 0;
        padding: 1.2rem; }
        .p-listCat li:nth-child(odd) {
          margin: 0 0 1rem 0; } }
  .p-listCat li .rank {
    font-size: 2.2rem;
    color: #278be0;
    font-weight: 700;
    line-height: 1;
    font-style: normal; }
  .p-listCat figure img {
    max-width: 120px;
    margin-right: 1.2rem;
    margin-bottom: 0;
    text-align: left; }
    @media screen and (max-width: 639px) {
      .p-listCat figure img {
        width: 100%;
        margin-right: 2rem;
        margin-bottom: 0; } }
  .p-listCat p {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.3;
    font-style: normal;
    margin: 1rem 0 0; }
    @media screen and (max-width: 639px) {
      .p-listCat p {
        font-size: 1.4rem;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.3;
        font-style: normal; } }
  .p-listCat p.prodTitle {
    font-size: 2.8em;
    color: #ffffff;
    font-weight: bold;
    line-height: 1.5;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .p-listCat p.prodTitle {
        font-size: 1.8em;
        color: #ffffff;
        font-weight: bold;
        line-height: 1.5;
        font-style: normal; } }

/* オススメ
   ======================================================= */
.p-recommendArea {
  margin: 0 0 4rem; }
  @media screen and (max-width: 639px) {
    .p-recommendArea {
      margin: 0 1.5rem 3rem; } }
  .p-recommendArea h2 {
    text-align: center;
    font-size: 2.2rem;
    color: #fefb07;
    font-weight: 900;
    line-height: 1.5;
    font-style: normal;
    margin: 0 0 2rem; }
    @media screen and (max-width: 639px) {
      .p-recommendArea h2 {
        font-size: 1.6rem;
        color: #fefb07;
        font-weight: 900;
        line-height: 1.5;
        font-style: normal; } }
    .p-recommendArea h2 .p-recommendTitle {
      background: linear-gradient(to right, #278be0, #FFFFFF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: 4.2rem;
      font-weight: 900; }
      @media screen and (max-width: 639px) {
        .p-recommendArea h2 .p-recommendTitle {
          font-size: 2.4rem !important; } }
  .p-recommendArea p {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .p-recommendArea p {
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: 400;
        line-height: 2;
        font-style: normal; } }
  .p-recommendArea .c-btnPrimary, .p-recommendArea .p-aboutBtn {
    margin: 4rem auto 0; }
    @media screen and (max-width: 639px) {
      .p-recommendArea .c-btnPrimary, .p-recommendArea .p-aboutBtn {
        margin: 3rem auto 0; } }
  .p-recommendArea .c-btnPrimary a, .p-recommendArea .p-aboutBtn a {
    padding: 2rem 4rem; }

/* QA
   ======================================================= */
.p-qaArea,
.p-qaBox {
  margin: 8rem 0 0; }
  @media screen and (max-width: 639px) {
    .p-qaArea,
    .p-qaBox {
      margin: 6rem 1.5rem 0; } }
  .p-qaArea h2,
  .p-qaBox h2 {
    background: linear-gradient(to right, #278be0, #132455);
    padding: 2rem;
    text-align: center;
    margin: 4rem 0;
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 900;
    line-height: 1.3;
    font-style: normal;
    position: relative; }
    @media screen and (max-width: 639px) {
      .p-qaArea h2,
      .p-qaBox h2 {
        font-size: 1.8rem;
        color: #FFFFFF;
        font-weight: 900;
        line-height: 1.3;
        font-style: normal;
        padding: 1.5rem;
        margin: 2rem 0; } }
  .p-qaArea h2:before,
  .p-qaBox h2:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top: 20px solid #1d589a; }
  .p-qaArea .p-listCat,
  .p-qaBox .p-listCat {
    padding: 0;
    margin: 0 0 8rem; }
    @media screen and (max-width: 639px) {
      .p-qaArea .p-listCat,
      .p-qaBox .p-listCat {
        margin: 0 0 4rem; } }
    .p-qaArea .p-listCat li,
    .p-qaBox .p-listCat li {
      background: #262626;
      padding: 2rem; }
      @media screen and (max-width: 639px) {
        .p-qaArea .p-listCat li,
        .p-qaBox .p-listCat li {
          padding: 1rem; } }
    .p-qaArea .p-listCat li a,
    .p-qaBox .p-listCat li a {
      display: flex;
      align-items: center; }
    .p-qaArea .p-listCat figure,
    .p-qaBox .p-listCat figure {
      width: 33% !important;
      margin: 0 3% 0 0;
      display: block; }
    .p-qaArea .p-listCat figure img,
    .p-qaBox .p-listCat figure img {
      max-width: 100%;
      height: auto;
      border: none;
      margin-right: 1.5rem;
      margin-bottom: 0;
      text-align: left; }
      @media screen and (max-width: 639px) {
        .p-qaArea .p-listCat figure img,
        .p-qaBox .p-listCat figure img {
          width: 100%;
          margin-right: 2rem;
          margin-bottom: 0; } }
    .p-qaArea .p-listCat p,
    .p-qaBox .p-listCat p {
      width: 64% !important;
      font-size: 1.6rem;
      color: #ffffff;
      font-weight: 400;
      line-height: 1.5;
      font-style: normal; }
  .p-qaArea p,
  .p-qaBox p {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.8;
    font-style: normal;
    margin: 0px; }
    @media screen and (max-width: 639px) {
      .p-qaArea p,
      .p-qaBox p {
        font-size: 1.6rem;
        color: #ffffff;
        font-weight: 400;
        line-height: 2;
        font-style: normal; } }

/* ボタン
   ======================================================= */
.p-allBtn {
  text-align: center;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 639px) {
    .p-allBtn {
      margin: 0 1.5rem; } }
  .p-allBtn a {
    border: solid 2px #fefb07;
    border-radius: 5px;
    font-size: 3.2rem;
    color: #fefb07;
    font-weight: bold;
    line-height: 1;
    font-style: normal;
    padding: 2rem 5rem;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 639px) {
      .p-allBtn a {
        font-size: 2.2rem;
        color: #fefb07;
        font-weight: bold;
        line-height: 1;
        font-style: normal;
        padding: 1.5rem;
        width: 100%; } }
  .p-allBtn a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )"; }
  .p-allBtn img {
    width: 1.5rem;
    margin: 0 0 0 1rem; }
    @media screen and (max-width: 639px) {
      .p-allBtn img {
        width: 1rem; } }

.p-moreBtn {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  background-color: #278be0;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1;
  font-style: normal;
  padding: 1.5rem 2rem;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 639px) {
    .p-moreBtn {
      display: block;
      font-size: 1.8rem;
      color: #FFFFFF;
      font-weight: bold;
      line-height: 1;
      font-style: normal;
      padding: 1.5rem 1rem; } }

.p-aboutBtn a:after {
  background-image: url(../svg/circle-right-per.svg); }

.p-aboutBtn a {
  background: #f6eef6;
  border: 1px solid #64d500;
  outline: solid 1px #64d500;
  font-size: 1.8rem;
  color: #64d500;
  font-weight: bold;
  line-height: 1;
  font-style: normal;
  padding: 1.5rem 3rem; }
  @media screen and (max-width: 639px) {
    .p-aboutBtn a {
      font-size: 1.6rem;
      color: #64d500;
      font-weight: bold;
      line-height: 1;
      font-style: normal;
      padding: 1rem 2rem; } }

.p-sideBtn {
  display: block;
  width: 100%;
  padding: 1rem 1rem 20px;
  background-color: #278be0;
  background-image: url("../img/arrow_side.png");
  background-repeat: no-repeat;
  background-position: center 80%;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center; }

.p-sideSiteBtn {
  display: block;
  width: 100%;
  padding: 1rem 1rem 20px;
  background-color: #05b801;
  background-image: url("../img/arrow_side.png");
  background-repeat: no-repeat;
  background-position: center 80%;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center; }

/*.p-sideBtn:before{
content: ' ';
display: inline-block;
background-image:url("../img/arrow_side.png");
background-repeat: no-repeat;
background-position: center 80%;
width: 46px;
height: 16px;
background-size: contain;
vertical-align: middle;
}*/
/* レビューエリア
   ======================================================= */
.p-reviewArea {
  padding: 0 4rem;
  margin: 0 0 2rem; }
  .p-reviewArea p {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.8;
    font-style: normal;
    margin: 0 0 1.5rem; }
    @media screen and (max-width: 639px) {
      .p-reviewArea p {
        font-size: 1.5rem;
        color: #ffffff;
        font-weight: normal;
        line-height: 1.6;
        font-style: normal;
        margin: 0 0 1rem; } }

/* ラスト
   ======================================================= */
.p-notes {
  border: dotted 1px #808080;
  padding: 2rem;
  margin: 8rem auto; }
  @media screen and (max-width: 639px) {
    .p-notes {
      padding: 1.5rem;
      margin: 6rem 1.5rem; } }
  .p-notes li {
    margin: 0 0 0 0.5rem;
    padding: 0 0 0 1.6rem;
    text-indent: -2rem;
    font-size: 1.6rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.6;
    font-style: normal; }
    @media screen and (max-width: 639px) {
      .p-notes li {
        font-size: 1.4rem;
        color: #FFFFFF;
        font-weight: normal;
        line-height: 1.6;
        font-style: normal;
        width: 100%; } }

/* 詳細情報エリア
   ======================================================= */
.p-aboutArea {
  background: #FFFFFF;
  margin: 0 0 4rem; }
  .p-aboutArea h2 {
    position: relative;
    /*background: url("../../common/img/line_perple.png");*/
    font-size: 2.4rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.8;
    font-style: normal;
    background: #86ddd1;
    padding: 1.2rem 0;
    text-align: center;
    margin: 0 0 2rem; }
    @media screen and (max-width: 639px) {
      .p-aboutArea h2 {
        font-size: 2rem;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 1.8;
        font-style: normal;
        padding: 1rem 0.8rem 0;
        margin: 0 0 1rem; } }
  .p-aboutArea h2 span {
    position: absolute;
    top: -10px;
    left: 0; }
    @media screen and (max-width: 639px) {
      .p-aboutArea h2 span {
        display: none; } }
  .p-aboutArea p {
    font-size: 1.4rem;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.6;
    font-style: normal;
    margin: 0 0 1.5rem; }
  .p-aboutArea li {
    font-size: 1.5rem;
    color: #000000;
    font-weight: normal;
    line-height: 1.6;
    font-style: normal; }

.p-listFeature {
  font-size: 1.6rem;
  color: #278be0;
  font-weight: normal;
  line-height: 1;
  font-style: normal; }
  @media screen and (max-width: 639px) {
    .p-listFeature {
      font-size: 1.4rem;
      color: #278be0;
      font-weight: normal;
      line-height: 1;
      font-style: normal; } }

.p-listFeature > li {
  position: relative;
  display: inline-block;
  padding: 1rem 1.8rem;
  margin: 0 1rem 1rem 0;
  border: 1px solid #278be0;
  border-radius: 20px; }
  @media screen and (max-width: 639px) {
    .p-listFeature > li {
      padding: 0.5rem;
      margin: 0 0.5rem 0.5em 0; } }
  .p-listFeature > li span {
    color: #278be0; }

.p-listService {
  font-size: 1.8rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1;
  font-style: normal; }
  @media screen and (max-width: 639px) {
    .p-listService {
      font-size: 1.4rem;
      color: #FFFFFF;
      font-weight: normal;
      line-height: 1;
      font-style: normal; } }

.p-listService > li {
  position: relative;
  display: inline-block;
  padding: 1rem 1.8rem;
  margin: 0 1rem 1rem 0;
  background: #a3a3a3; }
  @media screen and (max-width: 639px) {
    .p-listService > li {
      padding: 0.8rem 1rem;
      margin: 0 0.5rem 0.5rem 0; } }

.p-boxPrimary {
  border: 1px solid #278be0;
  margin: 0 0 2rem; }
  @media screen and (max-width: 639px) {
    .p-boxPrimary {
      margin-bottom: 1rem; } }
  .p-boxPrimary__ballon {
    background: #278be0;
    padding: 0.5rem;
    border-radius: 20px;
    font-size: 1.6em;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.4;
    font-style: normal; }
  .p-boxPrimary__text {
    font-size: 1.6em;
    color: #278be0;
    font-weight: normal;
    line-height: 1.4;
    font-style: normal; }

.p-boxSecond {
  border: 1px solid #fefb07;
  margin: 0 0 2rem; }
  @media screen and (max-width: 639px) {
    .p-boxSecond {
      margin-bottom: 1rem; } }
  .p-boxSecond__text {
    font-size: 2rem;
    color: #fefb07;
    font-weight: normal;
    line-height: 1.4;
    font-style: normal;
    text-align: center; }

.p-boxThird {
  background: #e9f3fc;
  margin: 0 0 2rem; }

.p-boxForth {
  background: #FFFFFF;
  box-shadow: 3px 3px 6px 1px rgba(0, 0, 0, 0.4) inset;
  border: 5px solid #278be0;
  margin: 0 0 2rem; }

.p-boxFifth {
  border: 1px solid #CCCCCC;
  margin: 0 0 2rem; }

.p-boxFifth > p {
  font-size: 1.4rem;
  color: #262626;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal; }

.p-contentMenu {
  font-size: 1.8em;
  color: #278be0;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  text-align: center;
  font-family: "source-han-sans-japanese";
  margin: 0 0 0.5rem; }

/* リスト
   ========================================================================== */
.p-listPrimary {
  font-size: 1.6rem;
  color: #278be0;
  font-weight: normal;
  line-height: 1.6;
  font-style: normal; }

.p-dtListPrimary dt {
  font-size: 1.6rem;
  color: #278be0;
  font-weight: bold;
  line-height: 1.5;
  font-style: normal; }

.p-dtListPrimary dd {
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal; }

/* フッターページリンク
   ========================================================================== */
.p-dlNavMenu dt a {
  background-color: #262626;
  background-image: url(../img/menu_arrow_right.png); }
.p-dlNavMenu dt a:before {
  content: "";
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal; }

.extendVoice {
  display: none; }

.p-attBox {
  border: 1px solid #262626;
  padding: 1rem;
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 1.4;
  font-style: normal;
  margin-bottom: 2rem; }

.p-headRevTitle {
  font-size: 2.4rem;
  color: #000000;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  font-family: "vdl-v7mincho";
  text-align: center;
  background: url(../img/rebtitle_bk.png) no-repeat center bottom;
  padding: 0 0 1.5rem;
  margin: 0 0 1rem; }
  @media screen and (max-width: 639px) {
    .p-headRevTitle {
      font-size: 2rem;
      color: #000000;
      font-weight: normal;
      line-height: 1.5;
      font-style: normal; } }

.p-headRevPoint {
  font-size: 2.2rem;
  color: #FFFFFF;
  font-weight: normal;
  line-height: 1.5;
  font-style: normal;
  font-family: "vdl-v7mincho";
  background: #278be0;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  padding: 1rem;
  margin: 0 0 2rem; }

.p-headCatBar {
  background: linear-gradient(to right, #278be0, #132455);
  padding: 2rem;
  text-align: left;
  margin-bottom: 4rem;
  font-size: 2.8rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  position: relative; }
  @media screen and (max-width: 639px) {
    .p-headCatBar {
      font-size: 2.2rem;
      color: #FFFFFF;
      font-weight: 700;
      line-height: 1.3;
      font-style: normal;
      padding: 1.5rem;
      margin-bottom: 2rem; } }

.p-headUnder {
  background: linear-gradient(to right, #278be0, #132455);
  padding: 2rem;
  text-align: left;
  margin-bottom: 4rem;
  font-size: 2.8rem;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 1.3;
  font-style: normal;
  position: relative; }
  @media screen and (max-width: 639px) {
    .p-headUnder {
      font-size: 2.2rem;
      color: #FFFFFF;
      font-weight: 700;
      line-height: 1.3;
      font-style: normal;
      padding: 1.5rem;
      margin-bottom: 2rem; } }

#p-fix {
  padding: 0 2rem; }
  @media screen and (max-width: 639px) {
    #p-fix {
      padding: 0 1.5rem; } }
  #p-fix section {
    margin-bottom: 2rem; }
  #p-fix h1 {
    font-size: 2.8rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.3;
    font-style: normal;
    background: #000000;
    margin: 0 2rem 2rem;
    padding: 1rem; }
    @media screen and (max-width: 639px) {
      #p-fix h1 {
        font-size: 2.2rem;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 1.3;
        font-style: normal;
        margin: 0 1.5rem 2rem; } }
  #p-fix h2 {
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 1.4;
    font-style: normal;
    padding: 0 0 0 2.5rem;
    display: inline-block;
    background: url("../img/feature_icon.png") no-repeat left center;
    margin: 0 0 2rem; }
    @media screen and (max-width: 639px) {
      #p-fix h2 {
        font-size: 1.8rem;
        color: #FFFFFF;
        font-weight: 700;
        line-height: 1.4;
        font-style: normal;
        margin: 0 0 1.5rem; } }
  #p-fix h3 {
    font-size: 1.8rem;
    color: #278be0;
    font-weight: 700;
    line-height: 1.8;
    font-style: normal;
    border-bottom: 1px dotted #278be0;
    margin: 0 0 1.5rem; }
    @media screen and (max-width: 639px) {
      #p-fix h3 {
        font-size: 1.8rem;
        color: #278be0;
        font-weight: 700;
        line-height: 1.8;
        font-style: normal; } }
  #p-fix p {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.8;
    font-style: normal;
    font-family: "source-han-sans-japanese";
    margin: 0 0 2rem; }
  #p-fix ol {
    font-size: 1.6rem;
    color: #ffffff;
    font-weight: normal;
    line-height: 1.8;
    font-style: normal;
    font-family: "source-han-sans-japanese";
    margin: 0 0 2rem;
    padding: 0; }
  #p-fix ol li:before {
    content: "●";
    margin: 0;
    padding: 0; }

.u-tLeft {
  text-align: left !important; }

.u-tCenter {
  text-align: center !important; }

.u-tRight {
  text-align: right !important; }

.u-dimg {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.u-dPc {
  display: block; }

.u-dSp {
  display: none; }

@media screen and (max-width: 639px) {
  .u-dSp {
    display: block; }

  .u-dPc {
    display: none; } }
.u-dispFixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }

.u-group:before, .u-group:after {
  content: "";
  display: table; }

.u-group:after {
  clear: both; }

.u-group {
  zoom: 1; }

.u-mb {
  margin-bottom: 0 !important; }

.u-mb5 {
  margin-bottom: 0.5rem !important; }

.u-mt10 {
  margin-top: 1rem !important; }

.u-mt20 {
  margin-top: 2rem !important; }

.u-mt40 {
  margin-top: 4rem !important; }

.u-mt50 {
  margin-top: 5rem !important; }

.u-mb10 {
  margin-bottom: 1rem !important; }

.u-mb15 {
  margin-bottom: 1.5rem !important; }

.u-mb20 {
  margin-bottom: 2rem !important; }

.u-mb25 {
  margin-bottom: 2.5rem !important; }

.u-mb30 {
  margin-bottom: 3rem !important; }

.u-mb40 {
  margin-bottom: 4rem !important; }

.u-mb60 {
  margin-bottom: 6rem !important; }

.u-pb10 {
  padding-bottom: 1rem !important; }

.u-pb15 {
  padding-bottom: 1.5rem !important; }

.u-pb20 {
  padding-bottom: 2rem !important; }

.u-pb25 {
  padding-bottom: 2.5rem !important; }

.u-pb30 {
  padding-bottom: 3rem !important; }

.u-pb40 {
  padding-bottom: 4rem !important; }

.u-pb60 {
  padding-bottom: 6rem !important; }

.u-imgR {
  float: right;
  margin: 0 0 0 10px; }
  @media screen and (max-width: 639px) {
    .u-imgR {
      float: none;
      display: block;
      text-align: center;
      margin: 0 auto 1rem; } }

.u-imgL {
  float: left;
  margin: 0 10px 0 0; }
  @media screen and (max-width: 639px) {
    .u-imgL {
      float: none;
      display: block;
      text-align: center;
      margin: 0 auto 1rem; } }

.u-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999; }

.u-imgMd {
  vertical-align: -50%; }

.l-flexPhoto {
  box-sizing: border-box;
  flex: 2;
  max-width: 300px;
  padding: 0 1.5% 0; }
  @media screen and (max-width: 639px) {
    .l-flexPhoto {
      display: block;
      max-width: auto;
      padding: 0 1.5% 10px; } }

.l-flexItem {
  box-sizing: border-box;
  flex: 1;
  padding: 0 1.5%; }
  @media screen and (max-width: 639px) {
    .l-flexItem {
      display: block; } }

.l-countTop {
  text-align: right !important; }

.u-fs-bbb {
  font-size: 9rem !important; }
  @media screen and (max-width: 639px) {
    .u-fs-bbb {
      font-size: 6rem !important; } }

.u-fs-bb {
  font-size: 4.2rem !important; }
  @media screen and (max-width: 639px) {
    .u-fs-bb {
      font-size: 2.4rem !important; } }

.u-fs-xxb {
  font-size: 2.8rem !important; }
  @media screen and (max-width: 639px) {
    .u-fs-xxb {
      font-size: 2.2rem !important; } }

.u-fs-xb {
  font-size: 2.2rem !important; }
  @media screen and (max-width: 639px) {
    .u-fs-xb {
      font-size: 1.8rem !important; } }

.u-fs-b {
  font-size: 1.8rem !important; }

.u-fs-m {
  font-size: 1.2rem !important; }

.u-fs-s {
  font-size: 1rem !important; }

.u-fs-xs {
  font-size: 0.5rem !important; }

.u-fc-b {
  color: #000000; }

.u-fc-g {
  color: #a3a3a3; }

.u-fc-w {
  color: #FFFFFF; }

.u-fc-main {
  color: #278be0 !important;
  font-weight: bold !important; }

.u-fc-sub {
  color: #132455 !important;
  font-weight: bold; }

.u-fc-third {
  color: #fefb07 !important;
  font-weight: bold; }

.u-f-line {
  background: linear-gradient(transparent 90%, #278be0 90%);
  padding: 0 0 0.5rem;
  font-weight: 700; }

strong {
  font-weight: bold; }

b {
  font-weight: bold; }

em {
  font-weight: bold;
  font-style: normal; }

time {
  display: block;
  text-align: right;
  font-size: 1.2em;
  color: #ffffff;
  font-weight: normal;
  line-height: 2;
  font-style: normal;
  margin: 0 0 5px; }

.u-attText {
  font-size: 1rem;
  color: #ffffff;
  font-weight: normal;
  line-height: 2;
  font-style: normal; }

.u-blink {
  -webkit-animation: blink 0.7s ease-in-out infinite alternate;
  -moz-animation: blink 0.7s ease-in-out infinite alternate;
  animation: blink 0.7s ease-in-out infinite alternate; }

@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.u-fadein {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 600ms; }

/* inside */
.u-fadein.u-scrollin {
  opacity: 1;
  transform: translate(0, 0); }
