@charset "UTF-8";
/*リセット
--------------------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*メディアクエリー
---------------------------------------------*/
/*color
---------------------------------------------*/
/* margin
---------------------------------------------*/
/* width
---------------------------------------------*/
/* border-radius
---------------------------------------------*/
/* common
---------------------------------------------*/
body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #313131;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background-color: #ebe7e1;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
}

.wrapper {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  display: block;
}

dt {
  font-weight: normal;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

.btn {
  margin-left: auto;
  margin-right: auto;
  border-radius: 110px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .btn {
    width: 100%;
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 160px;
  }
}
.btn i {
  margin-left: 3px;
}
.btn a {
  display: block;
}
@media screen and (min-width: 769px) {
  .btn:hover {
    opacity: 0.7;
  }
}

/* animation
---------------------------------------------*/
@-webkit-keyframes slide1-x {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide1-x {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes slide2-x {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes slide2-x {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes slide1-y {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide1-y {
  0% {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes slide2-y {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes slide2-y {
  0% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
/* .top
---------------------------------------------*/
.top {
  background-color: #ebe7e1;
  width: 100%;
  overflow: hidden;
}
.top .top-inner {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .top .top-inner {
    max-width: 1440px;
    min-height: 800px;
  }
}
@media screen and (max-width: 768px) {
  .top .top-inner {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
}
@media screen and (min-width: 769px) {
  .top .top-inner::after {
    content: "";
    display: block;
    width: 100%;
    background: linear-gradient(transparent, #ebe7e1);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    height: 50px;
  }
}
.top .top-title {
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .top .top-title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .top-title {
    width: auto;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.top .top-title .top-title__main {
  margin-left: auto;
  margin-right: auto;
  transform: scale(0.5);
  opacity: 0;
  transition: transform 0.6s, opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .top .top-title .top-title__main {
    width: 26%;
    min-width: 285px;
  }
}
@media screen and (max-width: 768px) {
  .top .top-title .top-title__main {
    height: 36%;
    width: auto;
  }
}
.top .top-title .top-title__main.on {
  transform: scale(1);
  opacity: 1;
}
.top .top-title .top-title__sub {
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  transform: translateY(15px);
  transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 769px) {
  .top .top-title .top-title__sub {
    width: 30%;
    min-width: 280px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top .top-title .top-title__sub {
    height: 7%;
    margin-top: 13%;
    width: auto;
  }
}
.top .top-title .top-title__sub.on {
  opacity: 1;
  transform: translateY(0px);
}
.top .top-slide {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s;
}
@media screen and (min-width: 769px) {
  .top .top-slide {
    top: 0;
    width: 18%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide {
    display: flex;
    left: 0;
    width: auto;
    height: 20%;
  }
}
.top .top-slide.on {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--left {
    left: 6%;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--left {
    top: 2%;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--left .top-slide__block:first-child {
    -webkit-animation: slide1-y 80s -40s linear infinite;
            animation: slide1-y 80s -40s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--left .top-slide__block:first-child {
    -webkit-animation: slide1-x 80s -40s linear infinite;
            animation: slide1-x 80s -40s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--left .top-slide__block:last-child {
    -webkit-animation: slide2-y 80s linear infinite;
            animation: slide2-y 80s linear infinite;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--left .top-slide__block:last-child {
    -webkit-animation: slide2-x 80s linear infinite;
            animation: slide2-x 80s linear infinite;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--right {
    right: 6%;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--right {
    bottom: 2%;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--right .top-slide__block:first-child {
    animation: slide1-y 80s -40s linear infinite reverse;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--right .top-slide__block:first-child {
    animation: slide1-x 80s -40s linear infinite reverse;
  }
}
@media screen and (min-width: 769px) {
  .top .top-slide.top-slide--right .top-slide__block:last-child {
    animation: slide2-y 80s linear infinite reverse;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide.top-slide--right .top-slide__block:last-child {
    animation: slide2-x 80s linear infinite reverse;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide .top-slide__block {
    display: flex;
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide .top-slide__block .top-slide__item {
    height: 100%;
    width: auto;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .top-slide .top-slide__block .top-slide__item img {
    height: 100%;
    width: auto;
  }
}

/* .lead
---------------------------------------------*/
.lead {
  border: 1px solid #313131;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
  margin-top: 100px;
  color: #313131;
}
@media screen and (min-width: 769px) {
  .lead {
    max-width: 700px;
    width: 100%;
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    width: 90%;
    padding: 60px 7.5%;
  }
}

.lead-title {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .lead-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .lead-title {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

.lead-text {
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .lead-text {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lead-text {
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .lead-text:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

/* .loop-title-area
---------------------------------------------*/
.loop-title-area {
  position: relative;
  margin-bottom: 70px;
}
.loop-title-area .loop-title {
  display: flex;
}
.loop-title-area .loop-title .loopslide {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
}
@media screen and (min-width: 769px) {
  .loop-title-area .loop-title .loopslide li {
    margin-right: 50px;
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .loop-title-area .loop-title .loopslide li {
    margin-right: 40px;
    font-size: 60px;
  }
}
.loop-title-area .loop-title .loopslide:first-child {
  -webkit-animation: slide1-x 160s -80s linear infinite;
          animation: slide1-x 160s -80s linear infinite;
}
.loop-title-area .loop-title .loopslide:last-child {
  -webkit-animation: slide2-x 160s linear infinite;
          animation: slide2-x 160s linear infinite;
}
.loop-title-area .title {
  color: #313131;
  display: flex;
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
  .loop-title-area .title span {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .loop-title-area .title span {
    margin-right: 20px;
  }
}

/* .ranking
---------------------------------------------*/
.ranking {
  width: 100%;
}
.ranking .loop-title-area {
  margin-bottom: 80px;
}

.ranking-block-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .ranking-block-wrap {
    max-width: 1040px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
    flex-direction: row;
  }
}
@media screen and (max-width: 768px) {
  .ranking-block-wrap {
    width: 100%;
  }
}

.ranking-block {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 130px;
}
@media screen and (min-width: 769px) {
  .ranking-block {
    width: calc((100% - 20px) / 2);
    padding: 60px 60px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .ranking-block {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    padding: 40px 7%;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block:nth-of-type(n+3) {
    padding: 60px 60px 80px;
  }
}
@media screen and (max-width: 768px) {
  .ranking-block:nth-of-type(n+3) {
    padding: 40px 7% 60px;
  }
}
.ranking-block:last-child {
  margin-bottom: 80px;
}

.ranking-maru {
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .ranking-grow {
    flex-grow: 1;
  }
}

.ranking-num {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.ranking-num .ranking-num-wrap {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 22px;
}
.ranking-num .ranking-num-num {
  line-height: 1;
  font-size: 44px;
  margin: 0 3px -8px;
}
.ranking-num span {
  color: #d5a445;
}

.ranking-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 1px solid #313131;
  background-color: #eee;
  border-radius: 370px 370px 0 0;
}
@media screen and (min-width: 769px) {
  .ranking-img {
    max-width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .ranking-img {
    width: 220px;
  }
}
.ranking-img a {
  display: block;
}
@media screen and (min-width: 769px) {
  .ranking-img a:hover {
    opacity: 0.7;
  }
}
.ranking-img img {
  border-radius: 370px 370px 0 0;
}

.votenum-btn {
  margin-bottom: 25px;
  cursor: auto;
  border-top: 1px solid #313131;
  border-bottom: 1px solid #313131;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  .votenum-btn {
    font-size: 18px;
    line-height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .votenum-btn {
    font-size: 16px;
    line-height: 40px;
  }
}

.ranking-name {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 3px;
}
@media screen and (min-width: 769px) {
  .ranking-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .ranking-name {
    font-size: 20px;
  }
}

.ranking-price {
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .ranking-price {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ranking-price {
    font-size: 18px;
  }
}

.buy-btn {
  background-color: #d5a445;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .buy-btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .buy-btn {
    font-size: 20px;
  }
}

.review,
.styling {
  margin-top: 70px;
}

.review-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.review-title span {
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .review-title span {
    font-size: 18px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .review-title span {
    font-size: 16px;
    margin-right: 15px;
  }
}
.review-title::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #313131;
}

.review-list .review-list__item {
  display: flex;
  flex-direction: column;
}
.review-list .review-list__item:not(:last-child) {
  margin-bottom: 30px;
}
.review-list .review-list__item dt {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .review-list .review-list__item dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .review-list .review-list__item dt {
    font-size: 13px;
  }
}
.review-list .review-list__item dt img {
  width: 40px;
  margin-right: 10px;
}
.review-list .review-list__item dd {
  background-color: #eee;
  border-radius: 10px;
  word-break: break-all;
  position: relative;
  width: 100%;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .review-list .review-list__item dd {
    font-size: 13px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .review-list .review-list__item dd {
    font-size: 12px;
    padding: 15px;
  }
}
.review-list .review-list__item dd::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 12px solid #eee;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  left: 20px;
  transform: translate(-50%, -100%);
}

.styling-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .styling-list {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .styling-list {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .styling-list .styling-list__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 768px) {
  .styling-list .styling-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.styling-list .styling-list__link {
  display: block;
}
@media screen and (min-width: 769px) {
  .styling-list .styling-list__link:hover .styling-list__img {
    opacity: 0.7;
  }
}
.styling-list .styling-list__img {
  margin-bottom: 10px;
}
.styling-list .styling-list__name {
  margin-bottom: 7px;
}
@media screen and (min-width: 769px) {
  .styling-list .styling-list__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .styling-list .styling-list__name {
    font-size: 13px;
  }
}
.styling-list .styling-list__name span {
  display: block;
}
@media screen and (min-width: 769px) {
  .styling-list .styling-list__name span {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .styling-list .styling-list__name span {
    font-size: 11px;
  }
}
.styling-list .styling-list__come {
  word-break: break-all;
}
@media screen and (min-width: 769px) {
  .styling-list .styling-list__come {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .styling-list .styling-list__come {
    font-size: 12px;
  }
}

/* .ranking-block_1
---------------------------------------------*/
.ranking-block_1 {
  position: relative;
}
@media screen and (min-width: 769px) {
  .ranking-block_1 {
    width: 100%;
    padding: 80px 70px;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .ranking-maru {
    width: 160px;
    height: 160px;
  }
}
.ranking-block_1 .ranking-no1 {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 105%;
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .ranking-num-wrap {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .ranking-num-num {
    font-size: 57px;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .block-flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .block-left {
    width: 40%;
  }
}
.ranking-block_1 .block-left .ranking-img {
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .block-left .ranking-img {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .block-right {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 50px;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .ranking-img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .review-title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .ranking-block_1 .review-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.ranking-block_1 .ranking-price {
  margin-bottom: 25px;
}
.ranking-block_1 .vote-fukidashi {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 15px 10px;
  border: 1px solid #707070;
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  position: relative;
}
.ranking-block_1 .vote-fukidashi::before, .ranking-block_1 .vote-fukidashi::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5em;
  border-top: 1.5em solid #707070;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.ranking-block_1 .vote-fukidashi::after {
  bottom: calc(2px - 1.5em);
  border-top: solid 1.5em #fff;
}

/* .footer
---------------------------------------------*/
.footer .footer-color {
  padding-bottom: 80px;
}

/* .load
---------------------------------------------*/
.load {
  position: fixed;
  z-index: 999999999;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ebe7e1;
}
.load__text {
  display: inline-block;
  font-family: Helvetica, Arial, "sans-serif";
  -webkit-animation: loadingfade 1s ease-in-out infinite none alternate;
          animation: loadingfade 1s ease-in-out infinite none alternate;
  letter-spacing: 0.08em;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
}
@-webkit-keyframes loadingfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadingfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .load__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .load__text {
    font-size: 18px;
  }
}/*# sourceMappingURL=ranking.css.map */