@charset "UTF-8";
/* ========================================
   Reset
======================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  padding: 0;
  border: 0;
  background: none;
  color: inherit;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* ========================================
   Mixin
======================================== */
/* Tablet以上 */
/* PC */
/* Tabletのみ */
/* SP */
/* Flex中央寄せ */
/* 横幅中央寄せ */
/* 画像を幅いっぱいに */
/* 1行省略 */
/* 複数行省略 */
/* ========================================
   02 通常デザイン
======================================== */
.c-page-fade02 {
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: #d5d2cf;
  pointer-events: none;
  animation: page-fade-out 3s ease forwards;
}

@keyframes page-fade-out {
  10% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-fv02 {
  padding: 30px 0 60px;
  background: url("../../assets/images/bg-fv02.jpg") no-repeat;
  background-size: 100% 100%;
}
.c-fv02__inner {
  position: relative;
}
.c-fv02__main {
  position: relative;
  display: grid;
  grid-template-columns: 58% 40%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv02__main {
    grid-template-columns: 58% 40%;
  }
}
.c-fv02__content {
  position: relative;
  z-index: 3;
  padding-top: 25px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv02__content {
    padding-top: 15px;
  }
}
.c-fv02__catch {
  width: 100%;
  max-width: 650px;
  margin-bottom: 25px;
}
.c-fv02__heading {
  margin: 0;
}
.c-fv02__description {
  margin: 0 0 20px;
  font-size: 26px;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv02__description {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  .c-fv02__description {
    font-size: 12.5px !important;
  }
}
.c-fv02__review {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 3;
  width: 28%;
  max-width: 330px;
}
.c-fv02__items {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.c-fv02__items img {
  max-width: 104%;
}
.c-fv02__features {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 10px;
}
.c-fv02__results {
  position: relative;
  margin-top: 25px;
  padding: 30px 40px 20px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv02__results {
    margin-top: 10px;
    padding: 20px 40px 15px;
  }
}
.c-fv02__results::before {
  position: absolute;
  top: 34%;
  left: 3%;
  width: 7%;
  height: 100%;
  background: url("../../assets/images/fv-results01.png") no-repeat;
  background-size: 100%;
  content: "";
}
.c-fv02__results::after {
  position: absolute;
  top: 34%;
  right: 3%;
  width: 7%;
  height: 100%;
  background: url("../../assets/images/fv-results02.png") no-repeat;
  background-size: 100%;
  content: "";
}
.c-fv02__results-title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 25px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv02__results-title {
    margin: 0 0 10px;
    font-size: 26px;
  }
}
.c-fv02__results-title::before, .c-fv02__results-title::after {
  height: 1px;
  background: #ccc;
  content: "";
  flex: 1;
}
.c-fv02__results-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.c-fv02__result {
  position: relative;
  padding: 0 35px 28px 35px;
  text-align: center;
}
.c-fv02__result + .c-fv02__result {
  padding-top: 10px;
  border-left: 1px dotted #bbb;
}
.c-fv02__result-label {
  margin: 0;
  color: #333;
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv02__result-label {
    font-size: 24px;
  }
}
.c-fv02__result-number {
  margin: 8px 0 0;
}
.c-fv02__result-number strong {
  color: #d7a03b;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv02__result-number strong {
    font-size: 40px;
  }
}
.c-fv02__result-number span {
  margin-left: 5px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv02__result-number span {
    font-size: 22px;
  }
}
.c-fv02__result-rating {
  color: #333;
  font-size: 26px;
  font-weight: 700;
}
.c-fv02__result-rating span {
  color: #d7a03b;
}
.c-fv02__result-note {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  color: #555;
  font-size: 13px;
}

@media (max-width: 767px) {
  .c-fv02 {
    padding: 20px 0;
    background-size: 100% 100%;
  }
  .c-fv02 .inner {
    width: 96%;
  }
  .c-fv02__review {
    right: 2%;
    width: 31%;
  }
  .c-fv02__main {
    grid-template-columns: 60% 40%;
  }
  .c-fv02__content {
    padding-top: 10px;
  }
  .c-fv02__catch {
    margin-bottom: 12px;
  }
  .c-fv02__heading {
    position: relative;
    z-index: 3;
  }
  .c-fv02__lead {
    margin-bottom: 12px;
    font-size: 34px;
  }
  .c-fv02__lead small {
    margin-left: 3px;
    font-size: 20px;
  }
  .c-fv02__watch {
    top: -15px;
    width: 41%;
  }
  .c-fv02__description {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }
  .c-fv02__features {
    margin-top: 12px;
  }
  .c-fv02__results {
    margin-top: 8px;
    padding: 10px;
  }
  .c-fv02__results::before {
    top: 29%;
    left: 2%;
    width: 9%;
  }
  .c-fv02__results::after {
    top: 29%;
    right: 2%;
    width: 9%;
  }
  .c-fv02__results-title {
    gap: 12px;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .c-fv02__result {
    padding: 0 17px 16px;
  }
  .c-fv02__result-label {
    font-size: 14px;
  }
  .c-fv02__result-number {
    margin-top: 3px;
  }
  .c-fv02__result-number strong {
    font-size: 22px;
  }
  .c-fv02__result-number span {
    margin-left: 2px;
    font-size: 13px;
  }
  .c-fv02__result-rating {
    font-size: 14px;
  }
  .c-fv02__result-note {
    font-size: 8px;
  }
}
@media (max-width: 375px) {
  .c-fv02__results {
    margin-top: 5px;
  }
}
.c-cta02-txt {
  margin-top: 40px;
  text-align: center;
}
.c-cta02-txt__main {
  margin: 0;
  color: #948b68;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.55;
}
.c-cta02-txt__main span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.c-cta02-txt__main span::after {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 3px;
  z-index: -1;
  height: 10px;
  background: #f0ecd8;
  content: "";
}
.c-cta02-txt__sub {
  margin: 20px 0 0;
  color: #4d4d4d;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .c-cta02-txt {
    margin-top: 30px;
  }
  .c-cta02-txt__main {
    font-size: 20px;
    line-height: 1.55;
  }
  .c-cta02-txt__main span::after {
    left: -5px;
    right: -5px;
    bottom: 2px;
    height: 7px;
  }
  .c-cta02-txt__sub {
    margin-top: 8px;
    font-size: 16px;
  }
}
.c-results02 {
  padding: 60px 0 20px;
}
.c-results02__inner_ {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-results02__ttl {
  margin-bottom: 20px;
  text-align: center;
}
.c-results02__label {
  position: relative;
  display: inline-block;
  margin: 0 auto 28px;
  padding: 12px 45px;
  border-radius: 10px;
  background: #d1caac;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.c-results02__label::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 20px solid #d1caac;
  transform: translateX(-50%);
  content: "";
}
.c-results02 h2 {
  font-size: 50px;
  line-height: 1.3;
}
.c-results02 h2 span {
  font-size: 56px;
  color: #988238;
  transform: rotate(-15deg);
}
.c-results02__slider {
  position: relative;
  overflow: hidden;
}
.c-results02__item {
  width: 100%;
}
.c-results02__product {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 340px;
  gap: 30px;
}
.c-results02__product-info {
  width: auto;
}
@media (min-width: 768px) {
  .c-results02__product-info {
    min-width: 210px;
  }
}
.c-results02__product-name {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-results02__product-name {
    font-size: 24px;
  }
}
.c-results02__product-name span {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  padding: 6px 35px;
  border-bottom: 2px solid #988238;
  font-size: 28px;
  font-weight: 700;
  color: #988238;
  text-align: center;
}
.c-results02__product-image {
  width: 30%;
  max-width: 200px;
}
.c-results02__product-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-results02__prices {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  width: 75%;
  margin: 0 auto;
  align-items: end;
  gap: 3px;
}
.c-results02__prices::after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #ebd7d9;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.c-results02__price {
  border: 1px solid #999;
  background: #fff;
  text-align: center;
}
.c-results02__price--winqle {
  border: 3px solid #a2404a;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.c-results02__price--winqle .c-results02__price-company {
  background: #a2404a;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.c-results02__price--winqle .c-results02__price-value {
  padding: 10px;
  color: #a2404a;
  line-height: 1.5;
}
.c-results02__price--winqle .c-results02__price-value b {
  font-size: 54px;
  font-weight: 700;
}
.c-results02__price--winqle span {
  position: relative;
}
.c-results02__price--winqle i {
  position: absolute;
  top: -38px;
  right: -5px;
  width: 40px;
  height: auto;
  transform: rotate(8deg);
}
.c-results02__price-company {
  margin: 0;
  padding: 12px 10px;
  background: #999;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.c-results02__price-value {
  margin: 0;
  padding: 20px 10px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.c-results02__price-value b {
  font-size: 30px;
  font-weight: 600;
}
.c-results02__up {
  width: 75%;
  margin: 45px auto 0;
  padding: 25px;
  border: 3px solid #a2404a;
  background: #fff;
  text-align: center;
}
.c-results02__up-label {
  margin: 0;
  color: #444;
  font-size: 28px;
  font-weight: 700;
}
.c-results02__up-value {
  color: #a2404a;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 3px;
}
.c-results02__up-value b {
  font-size: 72px;
  line-height: 1;
}
.c-results02__up-value i {
  display: inline;
  padding: 0 8px;
  background: linear-gradient(transparent 72%, #f2ef35 72%, #f2ef35 92%, transparent 92%);
}
.c-results02__points {
  width: 75%;
  margin: 30px auto;
  border: 2px solid #a2404a;
}
.c-results02__point {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 30px;
  background: #fff;
}
.c-results02__point + .c-results02__point {
  border-top: 2px solid #a2404a;
}
.c-results02__check {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: #a2404a;
}
.c-results02__check::after {
  position: absolute;
  top: 1px;
  right: 4px;
  width: 11px;
  height: 21px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: "";
  transform: rotate(45deg);
}
.c-results02__point-text {
  margin: 0;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.c-results02 .c-cta-txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-results02 {
    padding: 30px 0 20px;
  }
  .c-results02__ttl {
    margin-bottom: 5px;
  }
  .c-results02__label {
    margin-bottom: 20px;
    padding: 9px 30px;
    font-size: 18px;
  }
  .c-results02__label::after {
    bottom: -16px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #d1caac;
  }
  .c-results02 h2 {
    font-size: 38px;
    line-height: 1.2;
  }
  .c-results02 h2 span {
    font-size: 48px;
  }
  .c-results02__product {
    min-height: 220px;
    gap: 15px;
  }
  .c-results02__product-name {
    font-size: 18px;
  }
  .c-results02__product-name span {
    margin-bottom: 18px;
    padding: 5px 20px;
    font-size: 18px;
  }
  .c-results02__product-image {
    width: 40%;
    max-width: 130px;
  }
  .c-results02__prices {
    width: 100%;
  }
  .c-results02__prices::after {
    bottom: -16px;
    border-top: 16px solid #ebd7d9;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .c-results02__price-company {
    padding: 8px 5px;
    font-size: 14px;
  }
  .c-results02__price-value {
    padding: 20px 3px;
    font-size: 11px;
  }
  .c-results02__price-value b {
    font-size: 19px;
  }
  .c-results02__price--winqle .c-results02__price-company {
    font-size: 18px;
  }
  .c-results02__price--winqle .c-results02__price-value b {
    font-size: 35px;
  }
  .c-results02__price--winqle i {
    top: -30px;
    width: 30px;
  }
  .c-results02__up {
    width: 100%;
    margin-top: 20px;
    padding: 12px 10px;
  }
  .c-results02__up-label {
    font-size: 20px;
  }
  .c-results02__up-value {
    font-size: 26px;
  }
  .c-results02__up-value b {
    font-size: 50px;
  }
  .c-results02__points {
    width: 100%;
    margin-top: 15px;
  }
  .c-results02__point {
    gap: 10px;
    padding: 15px;
  }
  .c-results02__check {
    width: 18px;
    height: 18px;
  }
  .c-results02__check::after {
    top: 0px;
    right: 3px;
    width: 8px;
    height: 15px;
    border-width: 0 3px 3px 0;
  }
  .c-results02__point-text {
    font-size: 15px;
  }
  .c-results02 .c-campaign {
    width: 100%;
  }
}
.c-reason02 {
  padding: 0 0 40px 0;
}
.c-reason02__img {
  position: relative;
  min-height: 220px;
  margin-bottom: 80px;
  overflow: hidden;
}
.c-reason02__img::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../../assets/images/reason02-img.webp") no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
}
.c-reason02__inner.inner {
  max-width: 600px;
}
.c-reason02__ttl {
  margin-bottom: 60px;
}
.c-reason02__ttl-main {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.c-reason02__logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-reason02__logo img {
  display: block;
  width: 220px;
  height: auto;
}
.c-reason02__logo-kana {
  position: absolute;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 800;
  top: -38%;
}
.c-reason02 h2 {
  margin: 0 0 14px 10px;
  color: #8f8662;
  font-size: 42px;
  font-weight: 700;
}
.c-reason02 .lead {
  font-size: 20px;
  font-weight: 600;
}
.c-reason02 .lead p + p {
  margin-top: 10px;
}
.c-reason02 .lead b {
  font-weight: 700;
  color: #8f8662;
}
.c-reason02__list {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.c-reason02__item {
  position: relative;
  overflow: visible;
  border: 1px solid #aaa17c;
  background: #fff;
}
.c-reason02__number {
  position: absolute;
  top: -31px;
  left: 28px;
  z-index: 2;
  display: block;
  padding: 0 14px;
  background: #fff;
  color: #99906d;
  font-family: "Times New Roman", serif;
  font-size: 58px;
  font-style: italic;
  font-weight: 400;
  line-height: 1;
}
.c-reason02__body {
  padding: 58px 55px 34px;
}
.c-reason02__heading {
  margin: 0 0 14px;
  color: #9d9472;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}
.c-reason02__text {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.c-reason02__text p {
  margin: 0;
}
.c-reason02__text p + p {
  margin-top: 14px;
}
.c-reason02__text b {
  font-size: 22px;
  font-weight: 700;
  color: #8f8662;
}
.c-reason02__image {
  width: 100%;
  overflow: hidden;
}
.c-reason02__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .c-reason02 {
    padding: 0 0 30px 0;
  }
  .c-reason02__img {
    min-height: 150px;
    margin-bottom: 40px;
  }
  .c-reason02__ttl {
    margin-bottom: 40px;
  }
  .c-reason02__logo img {
    width: 130px;
  }
  .c-reason02 .lead {
    font-size: 16px;
  }
  .c-reason02__logo-kana {
    top: -50%;
    font-size: 17px;
  }
  .c-reason02 h2 {
    margin: 0 0 10px 5px;
    font-size: 26px;
  }
  .c-reason02__list {
    gap: 48px;
  }
  .c-reason02__number {
    top: -23px;
    left: 16px;
    padding: 0 10px;
    font-size: 44px;
  }
  .c-reason02__body {
    padding: 33px 28px 16px;
  }
  .c-reason02__heading {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1.4;
  }
  .c-reason02__text {
    font-size: 15px;
    line-height: 1.55;
  }
  .c-reason02__text p + p {
    margin-top: 5px;
  }
  .c-reason02__text b {
    font-size: 15px;
  }
}
.c-purchase-method02 {
  padding: 60px 20px;
  background: #fefcf4;
}
.c-purchase-method02__ttl {
  margin: 0 auto 50px;
  text-align: center;
}
.c-purchase-method02__label {
  position: relative;
  display: inline-block;
  margin: 0 auto 28px;
  padding: 12px 45px;
  border-radius: 10px;
  background: #d1caac;
  color: #454545;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.c-purchase-method02__label::after {
  position: absolute;
  left: 50%;
  bottom: -20px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 20px solid #d1caac;
  transform: translateX(-50%);
  content: "";
}
.c-purchase-method02__title {
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}
.c-purchase-method02__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  gap: 24px;
}
.c-purchase-method02__item {
  padding: 32px 30px;
  border: 1px solid #d1ab6c;
  border-radius: 6px;
  background: #fff;
}
.c-purchase-method02__head {
  display: flex;
  align-items: flex-start;
  gap: 28px;
}
.c-purchase-method02__step {
  flex: 0 0 86px;
  width: 86px;
  height: 86px;
  margin: 0;
  border-radius: 50%;
  background: #d1ab6c;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Times New Roman", serif;
  line-height: 1;
}
.c-purchase-method02__step span {
  display: block;
  margin-bottom: 4px;
  font-size: 17px;
  letter-spacing: 0.05em;
}
.c-purchase-method02__step strong {
  display: block;
  font-size: 38px;
  font-weight: 400;
}
.c-purchase-method02__heading {
  flex: 1;
  padding-top: 3px;
}
.c-purchase-method02__heading h3 {
  margin: 0 0 10px;
  color: #d1ab6c;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.c-purchase-method02__heading p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
.c-purchase-method02__method {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 22px;
  align-items: center;
  padding: 26px 0;
}
.c-purchase-method02__method + .c-purchase-method02__method {
  padding-bottom: 0;
  border-top: 2px dotted #e4d3ac;
}
.c-purchase-method02__method-side {
  text-align: center;
}
.c-purchase-method02__method-side img {
  display: block;
  width: 58px;
  height: 58px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto 8px;
}
.c-purchase-method02__method-side p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.c-purchase-method02__method-body h4 {
  margin: 0 0 6px;
  color: #d1ab6c;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.c-purchase-method02__method-body p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}
.c-purchase-method02__payment {
  margin-top: 28px;
}
.c-purchase-method02__payment p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
}
.c-purchase-method02__payment p + p {
  margin-top: 8px;
}
.c-purchase-method02__payment p img {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-purchase-method02__payment p span {
  font-size: 18px;
  line-height: 1.5;
}
.c-purchase-method02__payment p b {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-purchase-method02 {
    padding: 40px 0;
  }
  .c-purchase-method02__ttl {
    margin-bottom: 30px;
  }
  .c-purchase-method02__label {
    margin-bottom: 22px;
    padding: 12px 45px;
    font-size: 16px;
  }
  .c-purchase-method02__label::after {
    bottom: -16px;
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 16px;
  }
  .c-purchase-method02__title {
    width: 88%;
    margin-bottom: 32px;
  }
  .c-purchase-method02__list {
    gap: 15px;
  }
  .c-purchase-method02__item {
    padding: 20px 16px;
  }
  .c-purchase-method02__head {
    gap: 16px;
  }
  .c-purchase-method02__step {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
  }
  .c-purchase-method02__step span {
    margin-bottom: 0;
    font-size: 13px;
  }
  .c-purchase-method02__step strong {
    font-size: 30px;
  }
  .c-purchase-method02__heading h3 {
    margin-bottom: 3px;
    font-size: 17px;
  }
  .c-purchase-method02__heading p {
    font-size: 14px;
  }
  .c-purchase-method02__methods {
    margin-top: 0;
    padding-left: 0;
  }
  .c-purchase-method02__method {
    grid-template-columns: 88px 1fr;
    gap: 8px;
    padding: 20px 0;
  }
  .c-purchase-method02__method:last-child {
    padding-bottom: 0;
  }
  .c-purchase-method02__method-side img {
    width: 44px;
    height: 44px;
    margin-bottom: 5px;
  }
  .c-purchase-method02__method-side p {
    font-size: 15px;
  }
  .c-purchase-method02__method-body h4 {
    margin-bottom: 4px;
    font-size: 15px;
  }
  .c-purchase-method02__method-body p {
    font-size: 14px;
  }
  .c-purchase-method02__payment {
    margin-top: 22px;
  }
  .c-purchase-method02__payment p {
    align-items: flex-start;
    gap: 8px;
  }
  .c-purchase-method02__payment p img {
    flex-basis: 26px;
    width: 26px;
    height: 26px;
  }
  .c-purchase-method02__payment p span {
    font-size: 14px;
  }
}
.c-condition02 {
  width: 85%;
  margin: 20px auto 40px;
}
.c-condition02__title {
  margin: 0 auto;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-condition02__title-small, .c-condition02__title-main {
  display: block;
}
.c-condition02__title-small {
  margin-bottom: 25px;
  font-size: 50px;
}
.c-condition02__title-main {
  font-size: 55px;
}
.c-condition02__title-main > span {
  position: relative;
  display: inline-block;
  color: #d1ab6c;
}
.c-condition02__title-main > span::before {
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 0.14em;
  height: 0.14em;
  border-radius: 50%;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}
.c-condition02__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px auto 0;
}
.c-condition02__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 35px;
}
.c-condition02__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
  border: 1px solid #555;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-condition02__item:nth-child(1), .c-condition02__item:nth-child(2), .c-condition02__item:nth-child(3) {
  grid-column: span 2;
}
.c-condition02__item:nth-child(4) {
  grid-column: span 3;
}
.c-condition02__item:nth-child(5) {
  grid-column: span 3;
}

@media (max-width: 767px) {
  .c-condition02 {
    width: 100%;
    margin: 30px auto;
  }
  .c-condition02__title {
    text-align: center;
    letter-spacing: 2px;
  }
  .c-condition02__title-small {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .c-condition02__title-main {
    font-size: 28px;
  }
  .c-condition02__title-main strong {
    font-size: 38px;
  }
  .c-condition02__images {
    gap: 10px;
    margin-top: 15px;
  }
  .c-condition02__list {
    gap: 6px;
    margin-top: 20px;
  }
  .c-condition02__item {
    min-height: 48px;
    padding: 6px 3px;
    font-size: 13px;
  }
}
.c-bundle02 {
  padding: 10px 0;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-bundle02 {
    padding: 10px 0 50px;
  }
}
.c-bundle02__ttl {
  text-align: center;
}
.c-bundle02 h2 {
  width: 80%;
  max-width: 650px;
  margin: 0 auto 30px;
}
.c-bundle02 .lead {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}
.c-bundle02 .lead b {
  color: #d3aa65;
  font-size: 27px;
  font-weight: 700;
}
.c-bundle02__text {
  margin: 25px 0 0;
  color: #555;
  font-size: 20px;
  line-height: 1.7;
}
.c-bundle02__image {
  width: 80%;
  margin: 35px auto 0;
}
.c-bundle02__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .c-bundle02 {
    padding: 0;
  }
  .c-bundle02 h2 {
    margin-bottom: 20px;
  }
  .c-bundle02 .lead {
    font-size: 18px;
  }
  .c-bundle02 .lead b {
    font-size: 20px;
  }
  .c-bundle02__image {
    width: 100%;
    margin-top: 20px;
  }
}
.c-voice-02 {
  padding: 0 0 80px 0;
  background: #f9f7f4;
}
.c-voice-02__img {
  position: relative;
  min-height: 220px;
  margin-bottom: 40px;
  overflow: hidden;
}
.c-voice-02__img::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url("../../assets/images/voice02-img.webp") no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
}
.c-voice-02__ttl {
  margin-bottom: 10px;
  text-align: center;
}
.c-voice-02__ttl h2 {
  font-size: 48px;
  font-weight: 800;
}
.c-voice-02__ttl .sub {
  color: #8f8662;
  font-size: 22px;
  font-weight: 600;
}
.c-voice-02__summary {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.c-voice-02__summary img {
  display: block;
  width: 100%;
  height: auto;
}
.c-voice-02__google {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 25px 35px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.c-voice-02__google::before {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 0.8px solid #8f8662;
  content: "";
}
.c-voice-02__google-logo {
  line-height: 1.1;
  text-align: center;
}
.c-voice-02__google-name {
  margin: 0;
  color: #8f8662;
  font-size: 38px;
}
.c-voice-02__google-label {
  margin: 5px 0 0;
  color: #8f8662;
  font-size: 20px;
}
.c-voice-02__google-rating {
  text-align: center;
}
.c-voice-02__google-score {
  margin: 0;
  color: #8f8662;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 42px;
  line-height: 1;
}
.c-voice-02__stars {
  display: flex;
  gap: 2px;
  margin-top: 5px;
  color: #d9a03b;
  font-size: 25px;
  line-height: 1;
}
.c-voice-02__google-count {
  color: #8f8662;
  text-align: center;
}
.c-voice-02__google-count-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.c-voice-02__google-count-number {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.c-voice-02__google-count-number span {
  font-size: 20px;
}
.c-voice-02__google-note {
  margin: 2px 0 0;
  font-size: 12px;
}
.c-voice-02__list {
  max-width: 800px;
  margin: 20px auto 0;
  font-weight: 600;
}
.c-voice-02__item {
  position: relative;
  padding: 30px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.c-voice-02__item::before {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 0.8px solid #8f8662;
  content: "";
}
.c-voice-02__item + .c-voice-02__item {
  margin-top: 20px;
}
.c-voice-02__rating {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-voice-02__score {
  color: #444;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.c-voice-02__text {
  margin: 15px 0 0;
  color: #444;
  font-size: 15px;
}
.c-voice-02__source {
  margin: 10px 10px 0;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 767px) {
  .c-voice-02 {
    padding: 0 0 40px 0;
  }
  .c-voice-02__img {
    min-height: 150px;
    margin-bottom: 20px;
  }
  .c-voice-02__ttl {
    margin-bottom: 0;
  }
  .c-voice-02__ttl h2 {
    font-size: 34px;
  }
  .c-voice-02__ttl .sub {
    font-size: 17px;
  }
  .c-voice-02__google {
    padding: 15px 4px;
  }
  .c-voice-02__google::before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .c-voice-02__google-name {
    font-size: 24px;
  }
  .c-voice-02__google-label {
    font-size: 12px;
  }
  .c-voice-02__google-score {
    font-size: 28px;
  }
  .c-voice-02__stars {
    margin-top: 4px;
    font-size: 16px;
  }
  .c-voice-02__google-count-label {
    font-size: 12px;
  }
  .c-voice-02__google-count-number {
    font-size: 25px;
  }
  .c-voice-02__google-count-number span {
    font-size: 12px;
  }
  .c-voice-02__google-note {
    font-size: 9px;
  }
  .c-voice-02__list {
    margin-top: 10px;
  }
  .c-voice-02__item {
    padding: 20px;
  }
  .c-voice-02__item::before {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
  }
  .c-voice-02__item + .c-voice-02__item {
    margin-top: 10px;
  }
  .c-voice-02__score {
    font-size: 20px;
  }
  .c-voice-02__text {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
  }
  .c-voice-02__source {
    font-size: 10px;
  }
  .c-store {
    padding-bottom: 30px !important;
  }
}
/* ========================================
   01 男性向けデザイン
======================================== */
.c-page-fade {
  position: fixed;
  z-index: 99999;
  inset: 0;
  background: #b9bdc7;
  pointer-events: none;
  animation: page-fade-out 3s ease forwards;
}

@keyframes page-fade-out {
  10% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.c-fv01 {
  padding: 50px 0 60px;
  background: url("../../assets/images/bg-fv-01.jpg") no-repeat;
  background-size: 100% 100%;
}
.c-fv01__main {
  position: relative;
  margin: 0 auto 22px;
  width: 100%;
  max-width: 960px;
}
.c-fv01__content {
  position: relative;
  width: 68%;
}
.c-fv01__catch {
  width: 100%;
  padding-top: 15px;
}
.c-fv01__description {
  width: 90%;
  max-width: 540px;
  margin: 20px 0 35px 4%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__description {
    width: 85%;
    margin: 15px 0 25px 4%;
  }
}
.c-fv01__description-title {
  margin: 0;
  padding: 0 0 10px;
  border-bottom: 1px solid #14183c;
  color: #18204f;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", serif;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__description-title {
    font-size: 26px;
  }
}
.c-fv01__description-text {
  margin: 18px 0 0 10px;
  color: #18204f;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__description-text {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .c-fv01__description-text {
    font-size: 11.5px !important;
  }
}
.c-fv01__watch {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 0;
  max-width: 365px;
  width: 40%;
}
.c-fv01__features {
  position: relative;
  z-index: 3;
  width: 100%;
  margin-top: 10px;
}
.c-fv01__results {
  position: relative;
  margin-top: 25px;
  padding: 30px 40px 20px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__results {
    margin-top: 10px;
    padding: 20px 40px 15px;
  }
}
.c-fv01__results::before {
  position: absolute;
  top: 34%;
  left: 3%;
  width: 7%;
  height: 100%;
  background: url("../../assets/images/fv-results01.png") no-repeat;
  background-size: 100%;
  content: "";
}
.c-fv01__results::after {
  position: absolute;
  top: 34%;
  right: 3%;
  width: 7%;
  height: 100%;
  background: url("../../assets/images/fv-results02.png") no-repeat;
  background-size: 100%;
  content: "";
}
.c-fv01__results-title {
  display: flex;
  align-items: center;
  gap: 25px;
  margin: 0 0 25px;
  color: #333;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__results-title {
    margin: 0 0 10px;
    font-size: 26px;
  }
}
.c-fv01__results-title::before, .c-fv01__results-title::after {
  height: 1px;
  background: #ccc;
  content: "";
  flex: 1;
}
.c-fv01__results-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.c-fv01__result {
  position: relative;
  padding: 0 35px 28px 35px;
  text-align: center;
}
.c-fv01__result + .c-fv01__result {
  padding-top: 10px;
  border-left: 1px dotted #bbb;
}
.c-fv01__result-label {
  margin: 0;
  color: #333;
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__result-label {
    font-size: 24px;
  }
}
.c-fv01__result-number {
  margin: 8px 0 0;
}
.c-fv01__result-number strong {
  color: #d7a03b;
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__result-number strong {
    font-size: 40px;
  }
}
.c-fv01__result-number span {
  margin-left: 5px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__result-number span {
    font-size: 22px;
  }
}
.c-fv01__result-rating {
  color: #333;
  font-size: 26px;
  font-weight: 700;
}
.c-fv01__result-rating span {
  color: #d7a03b;
}
.c-fv01__result-note {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  color: #555;
  font-size: 13px;
}
.c-fv01__campaign {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 25px auto 0;
  border: 1px solid #c4b271;
  overflow: hidden;
  background: url("../../assets/images/bg-cp02.webp") right/cover no-repeat;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__campaign {
    margin-top: 15px;
  }
}
.c-fv01__campaign-period {
  position: relative;
  display: flex;
  padding: 10px 25px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3c3c3c;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__campaign-period {
    padding: 10px 5px 10px 15px;
  }
}
.c-fv01__campaign-period::after {
  position: absolute;
  top: 0;
  right: -79px;
  width: 80px;
  height: 105%;
  background: #3c3c3c;
  clip-path: polygon(0 0, 50% 0, 0 100%);
  content: "";
}
.c-fv01__campaign-label {
  position: relative;
  margin-bottom: 4px;
  z-index: 1;
  color: #e8cd68;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__campaign-label {
    font-size: 15px;
  }
}
.c-fv01__campaign-date {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__campaign-date {
    font-size: 18px;
  }
}
.c-fv01__campaign-copy {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0;
  padding: 10px 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: italic;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__campaign-copy {
    font-size: 30px;
  }
}
.c-fv01__campaign-copy b {
  margin-right: 4px;
  font-size: 56px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-fv01__campaign-copy b {
    font-size: 45px;
  }
}
.c-fv01__campaign-copy span {
  margin-top: 1.5%;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .c-fv01 {
    padding: 25px 0;
    background-size: 100% 100%;
  }
  .c-fv01 .inner {
    width: 96%;
  }
  .c-fv01__main {
    min-height: auto;
    margin-bottom: 18px;
  }
  .c-fv01__content {
    width: 100%;
  }
  .c-fv01__catch {
    position: relative;
    width: 68%;
    padding: 0;
  }
  .c-fv01__watch {
    top: -15px;
    width: 41%;
  }
  .c-fv01__description {
    width: 60%;
    margin: 10px 0 5px 3%;
  }
  .c-fv01__description-title {
    padding-bottom: 5px;
    font-size: 16px;
  }
  .c-fv01__description-text {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .c-fv01__features {
    margin-top: 20px;
  }
  .c-fv01__results {
    margin-top: 8px;
    padding: 10px;
  }
  .c-fv01__results::before {
    top: 29%;
    left: 2%;
    width: 9%;
  }
  .c-fv01__results::after {
    top: 29%;
    right: 2%;
    width: 9%;
  }
  .c-fv01__results-title {
    gap: 12px;
    margin-bottom: 6px;
    font-size: 16px;
  }
  .c-fv01__result {
    padding: 0 17px 16px;
  }
  .c-fv01__result-label {
    font-size: 14px;
  }
  .c-fv01__result-number {
    margin-top: 3px;
  }
  .c-fv01__result-number strong {
    font-size: 22px;
  }
  .c-fv01__result-number span {
    margin-left: 2px;
    font-size: 13px;
  }
  .c-fv01__result-rating {
    font-size: 14px;
  }
  .c-fv01__result-note {
    font-size: 8px;
  }
  .c-fv01__campaign {
    margin-top: 8px;
    background-position: center;
  }
  .c-fv01__campaign-period {
    width: 28%;
    padding: 7px 5px;
  }
  .c-fv01__campaign-period::after {
    right: -41px;
    width: 42px;
  }
  .c-fv01__campaign-label {
    margin-bottom: 2px;
    font-size: 10px;
  }
  .c-fv01__campaign-date {
    font-size: 13px;
  }
  .c-fv01__campaign-copy {
    padding: 5px 0px 5px 10px;
  }
  .c-fv01__campaign-copy b {
    margin-right: 4px;
    font-size: 32px;
  }
  .c-fv01__campaign-copy span {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  .c-fv01__results {
    margin-top: 5px;
  }
  .c-fv01__campaign-label {
    font-size: 11px;
  }
  .c-fv01__campaign-date {
    font-size: 12px;
  }
  .c-fv01__campaign {
    margin-top: 8px;
  }
  .c-fv01__campaign-copy {
    padding: 4px 0px 4px 10px;
  }
  .c-fv01__campaign-copy b {
    margin-right: 4px;
    font-size: 32px;
  }
  .c-fv01__campaign-copy span {
    font-size: 16px;
  }
}
.c-cta-txt {
  text-align: center;
  line-height: 1.4;
}
.c-cta-txt__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-cta-txt__title {
  margin: 0;
  color: #14183c;
  font-size: 38px;
  font-weight: 700;
}
.c-cta-txt__txt01 {
  margin: 15px 0 0;
  color: #14183c;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
.c-cta-txt__txt02 {
  margin: 15px 0 0;
  color: #4854c1;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-cta-txt__title {
    font-size: 22px;
  }
  .c-cta-txt__txt01 {
    margin-top: 10px;
    font-size: 18px;
  }
  .c-cta-txt__txt02 {
    margin-top: 8px;
    font-size: 18px;
  }
}

.c-results01 {
  padding: 80px 0 60px;
  background: url("../../assets/images/bg-results.webp") no-repeat;
  background-size: cover;
}
.c-results01__inner_ {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-results01__ttl {
  margin-bottom: 45px;
  text-align: center;
}
.c-results01__label {
  display: inline-block;
  margin: 0 0 25px;
  padding: 12px 60px;
  background: linear-gradient(90deg, #667287 0%, #8e98aa 50%, #667287 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.c-results01 h2 {
  font-size: 50px;
  line-height: 1.3;
}
.c-results01 h2 span {
  font-size: 56px;
  color: #4055cf;
  transform: rotate(-15deg);
}
.c-results01__slider {
  position: relative;
  overflow: hidden;
}
.c-results01__item {
  width: 100%;
}
.c-results01__product {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  gap: 30px;
}
.c-results01__product-info {
  width: auto;
}
@media (min-width: 768px) {
  .c-results01__product-info {
    min-width: 210px;
  }
}
.c-results01__product-name {
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-results01__product-name {
    font-size: 24px;
  }
}
.c-results01__product-name span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 6px 35px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #4b4a48 0%, #8e98aa 50%, #4b4a48 100%);
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.c-results01__product-image {
  width: 24%;
  max-width: 180px;
}
.c-results01__product-image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-results01__prices {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1.6fr;
  width: 75%;
  margin: 0 auto;
  align-items: end;
  gap: 3px;
}
.c-results01__prices::after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 40px solid #c3c7dc;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.c-results01__price {
  border: 1px solid #999;
  background: #fff;
  text-align: center;
}
.c-results01__price--winqle {
  border: 3px solid #2233cb;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.c-results01__price--winqle .p-rolex-results__price-company {
  background: #2233cb;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.c-results01__price--winqle .p-rolex-results__price-value {
  padding: 10px;
  color: #263bd8;
  line-height: 1.5;
}
.c-results01__price--winqle .p-rolex-results__price-value b {
  font-size: 54px;
  font-weight: 700;
}
.c-results01__price--winqle span {
  position: relative;
}
.c-results01__price--winqle i {
  position: absolute;
  top: -38px;
  right: -5px;
  width: 40px;
  height: auto;
  transform: rotate(8deg);
}
.c-results01__price-company {
  margin: 0;
  padding: 12px 10px;
  background: #999;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.c-results01__price-value {
  margin: 0;
  padding: 20px 10px;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}
.c-results01__price-value b {
  font-size: 30px;
  font-weight: 600;
}
.c-results01__up {
  width: 75%;
  margin: 45px auto 0;
  padding: 25px;
  border: 3px solid #2233cb;
  background: #fff;
  text-align: center;
}
.c-results01__up-label {
  margin: 0;
  color: #444;
  font-size: 28px;
  font-weight: 700;
}
.c-results01__up-value {
  color: #2233cb;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 45px;
  font-weight: 900;
  letter-spacing: 3px;
}
.c-results01__up-value b {
  font-size: 72px;
  line-height: 1;
}
.c-results01__up-value i {
  display: inline;
  padding: 0 8px;
  background: linear-gradient(transparent 72%, #f2ef35 72%, #f2ef35 92%, transparent 92%);
}
.c-results01__prev, .c-results01__next {
  position: absolute;
  z-index: 10;
  top: 20%;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.c-results01__prev::before, .c-results01__next::before {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #121945;
  border-left: 5px solid #121945;
  content: "";
}
.c-results01__prev {
  left: 12%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-results01__prev {
    right: 8%;
  }
}
.c-results01__prev::before {
  transform: rotate(-45deg);
}
.c-results01__next {
  right: 12%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-results01__next {
    right: 6%;
  }
}
.c-results01__next::before {
  transform: rotate(135deg);
}
.c-results01__points {
  width: 75%;
  margin: 30px auto;
  border: 2px solid #3348dc;
}
.c-results01__point {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 20px 30px;
  background: #fff;
}
.c-results01__point + .c-results01__point {
  border-top: 2px solid #3348dc;
}
.c-results01__check {
  position: relative;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  background: #3348dc;
}
.c-results01__check::after {
  position: absolute;
  top: 1px;
  right: 4px;
  width: 11px;
  height: 21px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  content: "";
  transform: rotate(45deg);
}
.c-results01__point-text {
  margin: 0;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.c-results01 .c-cta-txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-results01 {
    padding: 30px 0 40px;
  }
  .c-results01__ttl {
    margin-bottom: 5px;
  }
  .c-results01__label {
    margin-bottom: 10px;
    padding: 9px 30px;
    font-size: 18px;
  }
  .c-results01 h2 {
    font-size: 38px;
    line-height: 1.2;
  }
  .c-results01 h2 span {
    font-size: 48px;
  }
  .c-results01__product {
    min-height: 240px;
    gap: 15px;
  }
  .c-results01__product-name {
    font-size: 19px;
  }
  .c-results01__product-name span {
    padding: 5px 25px;
    font-size: 15px;
  }
  .c-results01__product-image {
    width: 33%;
    max-width: 150px;
  }
  .c-results01__prices {
    width: 100%;
  }
  .c-results01__prices::after {
    bottom: -16px;
    border-top: 16px solid #c3c7dc;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
  }
  .c-results01__price-company {
    padding: 8px 5px;
    font-size: 14px;
  }
  .c-results01__price-value {
    padding: 20px 3px;
    font-size: 11px;
  }
  .c-results01__price-value b {
    font-size: 19px;
  }
  .c-results01__price--winqle .p-rolex-results__price-company {
    font-size: 18px;
  }
  .c-results01__price--winqle .p-rolex-results__price-value b {
    font-size: 35px;
  }
  .c-results01__price--winqle i {
    top: -30px;
    width: 30px;
  }
  .c-results01__up {
    width: 100%;
    margin-top: 20px;
    padding: 12px 10px;
  }
  .c-results01__up-label {
    font-size: 20px;
  }
  .c-results01__up-value {
    font-size: 26px;
  }
  .c-results01__up-value b {
    font-size: 50px;
  }
  .c-results01__prev, .c-results01__next {
    width: 25px;
    height: 25px;
  }
  .c-results01__prev::before, .c-results01__next::before {
    width: 15px;
    height: 15px;
    border-width: 4px;
  }
  .c-results01__prev {
    left: 2%;
  }
  .c-results01__next {
    right: 0;
  }
  .c-results01__points {
    width: 100%;
    margin-top: 15px;
  }
  .c-results01__point {
    gap: 10px;
    padding: 15px;
  }
  .c-results01__check {
    width: 18px;
    height: 18px;
  }
  .c-results01__check::after {
    top: 0px;
    right: 3px;
    width: 8px;
    height: 15px;
    border-width: 0 3px 3px 0;
  }
  .c-results01__point-text {
    font-size: 15px;
  }
  .c-results01 .c-campaign {
    width: 100%;
  }
}
.c-latest01 {
  padding: 80px 0 60px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-latest01 {
    padding: 60px 0 40px;
  }
}
.c-latest01__inner_ {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-latest01__ttl {
  text-align: center;
}
.c-latest01__ttl h2 {
  font-size: 50px;
  line-height: 1.3;
}
.c-latest01__ttl h2 span {
  font-size: 56px;
  color: #4055cf;
  transform: rotate(-15deg);
}
.c-latest01__label {
  display: inline-block;
  margin: 0 0 25px;
  padding: 12px 60px;
  background: linear-gradient(90deg, #667287 0%, #8e98aa 50%, #667287 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}
.c-latest01 .lead {
  margin: 25px 0 0;
  color: #151d50;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.7;
}
.c-latest01__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.c-latest01__item {
  display: grid;
  grid-template-columns: auto 60%;
  overflow: hidden;
  border: 1px solid #999;
  border-radius: 3px;
  background: #fff;
}
.c-latest01__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-latest01__image img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-latest01__body {
  display: flex;
  padding: 15px 10px;
  flex-direction: column;
  justify-content: center;
}
.c-latest01__name {
  padding: 0 0 10px 10px;
  color: #212757;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-latest01__name {
    font-size: 14px;
  }
}
.c-latest01__name span {
  display: block;
  font-size: 17px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-latest01__name span {
    font-size: 16px;
  }
}
.c-latest01__price {
  padding: 10px 0 0 10px;
  border-top: 1px solid #aaa;
}
.c-latest01__price-label {
  margin: 0;
  color: #18204f;
  font-size: 14px;
  font-weight: 600;
}
.c-latest01__price-value {
  margin: 4px 0 0;
  color: #bd801d;
  line-height: 1;
}
.c-latest01__price-value strong {
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 48px;
  font-weight: 600;
}
.c-latest01__price-value span {
  margin-left: 3px;
  font-size: 18px;
  font-weight: 700;
}
.c-latest01 .p-rolex-condition {
  width: 85%;
  margin: 60px auto 40px;
}
.c-latest01 .p-rolex-condition__title {
  margin: 0 auto;
  color: #444;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-latest01 .p-rolex-condition__title-small, .c-latest01 .p-rolex-condition__title-main {
  display: block;
}
.c-latest01 .p-rolex-condition__title-small {
  margin-bottom: 25px;
  font-size: 50px;
}
.c-latest01 .p-rolex-condition__title-main {
  font-size: 55px;
}
.c-latest01 .p-rolex-condition__title-main > span {
  position: relative;
  display: inline-block;
  color: #2233cb;
}
.c-latest01 .p-rolex-condition__title-main > span::before {
  position: absolute;
  top: -0.2em;
  left: 50%;
  width: 0.14em;
  height: 0.14em;
  border-radius: 50%;
  background: currentColor;
  content: "";
  transform: translateX(-50%);
}
.c-latest01 .p-rolex-condition__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 50px auto 0;
}
.c-latest01 .p-rolex-condition__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin-top: 35px;
}
.c-latest01 .p-rolex-condition__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 15px;
  border: 1px solid #555;
  color: #444;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-latest01 .p-rolex-condition__item:nth-child(1), .c-latest01 .p-rolex-condition__item:nth-child(2), .c-latest01 .p-rolex-condition__item:nth-child(3) {
  grid-column: span 2;
}
.c-latest01 .p-rolex-condition__item:nth-child(4) {
  grid-column: span 3;
}
.c-latest01 .p-rolex-condition__item:nth-child(5) {
  grid-column: span 3;
}
.c-latest01 .c-cta-txt {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .c-latest01 {
    padding: 40px 0 30px;
  }
  .c-latest01__label {
    margin-bottom: 15px;
    padding: 9px 30px;
    font-size: 18px;
  }
  .c-latest01__ttl h2 {
    font-size: 32px;
  }
  .c-latest01 .lead {
    margin-top: 15px;
    font-size: 15px;
    line-height: 1.7;
  }
  .c-latest01__list {
    gap: 8px;
    margin-top: 15px;
  }
  .c-latest01__item {
    grid-template-columns: auto 65%;
  }
  .c-latest01__body {
    padding: 10px 4px 10px;
  }
  .c-latest01__name {
    padding: 0 0 6px 6px;
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 600;
  }
  .c-latest01__name span {
    margin-bottom: 3px;
    font-size: 11px;
  }
  .c-latest01__price {
    padding: 6px 0 0 6px;
  }
  .c-latest01__price-label {
    font-size: 11px;
  }
  .c-latest01__price-value strong {
    font-size: 24px;
  }
  .c-latest01__price-value span {
    margin-left: 1px;
    font-size: 11px;
  }
  .c-latest01 .p-rolex-condition {
    width: 100%;
    margin: 30px auto 0;
  }
  .c-latest01 .p-rolex-condition__title {
    text-align: center;
    letter-spacing: 2px;
  }
  .c-latest01 .p-rolex-condition__title-small {
    margin-bottom: 15px;
    font-size: 24px;
  }
  .c-latest01 .p-rolex-condition__title-main {
    font-size: 28px;
  }
  .c-latest01 .p-rolex-condition__title-main strong {
    font-size: 38px;
  }
  .c-latest01 .p-rolex-condition__images {
    gap: 10px;
    margin-top: 15px;
  }
  .c-latest01 .p-rolex-condition__list {
    gap: 6px;
    margin-top: 20px;
  }
  .c-latest01 .p-rolex-condition__item {
    min-height: 48px;
    padding: 6px 3px;
    font-size: 13px;
  }
  .c-latest01 .c-campaign {
    width: 100%;
  }
}
@media (max-width: 375px) {
  .c-latest01__item {
    grid-template-columns: auto 70%;
  }
  .c-latest01__body {
    padding: 9px 4px 7px;
  }
}
.c-reason01 {
  padding: 80px 0 50px;
  background: #d2d7e1;
}
.c-reason01__ttl {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.c-reason01__ttl-main {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-reason01__logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-reason01__logo img {
  display: block;
  width: 220px;
  height: auto;
}
.c-reason01__logo-kana {
  position: absolute;
  margin-bottom: 5px;
  color: #101838;
  font-size: 22px;
  font-weight: 800;
  top: -38%;
}
.c-reason01 h2 {
  margin: 0 0 14px 10px;
  color: #101838;
  font-size: 42px;
  font-weight: 700;
}
.c-reason01__item {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.c-reason01__item + .c-reason01__item {
  margin-top: 60px;
}
.c-reason01__number {
  position: absolute;
  z-index: 3;
  top: -8px;
  left: 30px;
  width: 90px;
  height: auto;
}
.c-reason01__item-heading {
  position: relative;
  min-height: 145px;
  padding-left: 145px;
  overflow: hidden;
}
.c-reason01__item-title {
  position: relative;
  z-index: 2;
  padding: 30px 0 20px;
}
.c-reason01__item-title p {
  margin: 0 0 5px;
  color: #c99b3d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.c-reason01__item-title h3 {
  margin: 0;
  color: #101838;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
.c-reason01__photo {
  position: absolute;
  top: 0;
  right: 0;
  width: 230px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-reason01__body {
  padding: 30px 50px 35px;
}
.c-reason01__text {
  margin: 0;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.c-reason01__text + .c-reason01__text {
  margin-top: 4px;
}
.c-reason01__text b {
  color: #4854c1;
  font-weight: 700;
}
.c-reason01__points {
  display: flex;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}
.c-reason01__point {
  display: flex;
  width: 33.3333333333%;
  padding: 0 15px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.c-reason01__point + .c-reason01__point {
  border-left: 1px dotted #ccc;
}
.c-reason01__point img {
  display: block;
  width: auto;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.c-reason01__point p {
  margin: 10px 0 0;
  color: #18234e;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}
.c-reason01 .c-cta-txt {
  margin: 50px 0 0;
}
.c-reason01 .c-cta-txt__ttl {
  margin: 0;
  font-size: 32px;
}
.c-reason01 .c-cta-txt__txt01 {
  font-size: 26px;
}
.c-reason01 .c-cta-txt__txt02 {
  font-size: 26px;
}

@media (max-width: 767px) {
  .c-reason01 {
    padding: 50px 0 40px;
  }
  .c-reason01__ttl {
    margin-bottom: 30px;
  }
  .c-reason01__logo img {
    width: 130px;
  }
  .c-reason01__logo-kana {
    top: -50%;
    font-size: 17px;
  }
  .c-reason01 h2 {
    margin: 0 0 10px 5px;
    font-size: 26px;
  }
  .c-reason01__item + .c-reason01__item {
    margin-top: 30px;
  }
  .c-reason01__number {
    top: -5px;
    left: 15px;
    width: 65px;
  }
  .c-reason01__item-heading {
    min-height: 100px;
    padding-left: 95px;
  }
  .c-reason01__item-title {
    padding: 20px 0 15px;
  }
  .c-reason01__item-title p {
    margin-bottom: 2px;
    font-size: 14px;
  }
  .c-reason01__item-title h3 {
    font-size: 24px;
  }
  .c-reason01__photo {
    width: 25%;
  }
  .c-reason01__body {
    padding: 20px;
  }
  .c-reason01__text {
    font-size: 16px;
  }
  .c-reason01__points {
    margin-top: 20px;
  }
  .c-reason01__point {
    padding: 0 5px;
  }
  .c-reason01__point img {
    height: 38px;
  }
  .c-reason01__point p {
    margin-top: 8px;
    font-size: 11px;
  }
  .c-reason01 .c-cta-txt {
    margin: 40px 0 0;
  }
  .c-reason01 .c-cta-txt__ttl {
    margin: 0;
    font-size: 22px;
  }
  .c-reason01 .c-cta-txt__txt01 {
    font-size: 18px;
  }
  .c-reason01 .c-cta-txt__txt02 {
    font-size: 18px;
  }
}
.c-purchase-method01 {
  padding: 40px 0;
}
.c-purchase-method01__inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.c-purchase-method01__ttl {
  margin-bottom: 40px;
  text-align: center;
}
.c-purchase-method01__ttl h2 {
  font-size: 48px;
  font-weight: 800;
}
.c-purchase-method01__ttl .lead {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}
.c-purchase-method01__item + .c-purchase-method01__item {
  margin-top: 50px;
}
.c-purchase-method01__recommend {
  width: 92%;
  max-width: 450px;
  margin: 0 auto 25px;
  padding: 12px 20px;
  background: #69758d;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
.c-purchase-method01__content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.c-purchase-method01__image {
  width: 250px;
  flex-shrink: 0;
}
.c-purchase-method01__image img {
  display: block;
  width: 100%;
  height: auto;
}
.c-purchase-method01__body {
  width: 330px;
}
.c-purchase-method01__name {
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #4d8745;
  color: #4d8745;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.c-purchase-method01__text {
  color: #333;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-purchase-method01 {
    padding: 30px 0;
  }
  .c-purchase-method01__inner {
    width: 92%;
  }
  .c-purchase-method01__ttl {
    margin-bottom: 22px;
  }
  .c-purchase-method01__ttl h2 {
    font-size: 34px;
  }
  .c-purchase-method01__ttl .lead {
    font-size: 16px;
  }
  .c-purchase-method01__list {
    margin-bottom: 35px;
  }
  .c-purchase-method01__item + .c-purchase-method01__item {
    margin-top: 30px;
  }
  .c-purchase-method01__recommend {
    margin-bottom: 20px;
    padding: 8px;
    font-size: 16px;
  }
  .c-purchase-method01__content {
    gap: 20px;
  }
  .c-purchase-method01__image {
    width: 36%;
  }
  .c-purchase-method01__body {
    width: auto;
  }
  .c-purchase-method01__name {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .c-purchase-method01__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.c-bundle01 {
  padding: 30px 0 60px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-bundle01 {
    padding: 10px 0 50px;
  }
}
.c-bundle01__heading {
  text-align: center;
}
.c-bundle01__title {
  position: relative;
  margin: 0 0 20px;
  padding-bottom: 50px;
  font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", "Yu Mincho", "YuMincho", serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.45;
}
.c-bundle01__title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  aspect-ratio: 963/68;
  background: url("../../assets/images/bundle-02.png") center bottom/contain no-repeat;
  content: "";
  transform: translateX(-50%);
}
.c-bundle01__title-blue {
  color: #263bd8;
}
.c-bundle01__lead {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}
.c-bundle01__lead b {
  color: #2233cb;
  font-size: 27px;
  font-weight: 700;
}
.c-bundle01__text {
  margin: 25px 0 0;
  color: #555;
  font-size: 20px;
  line-height: 1.7;
}
.c-bundle01__image {
  width: 80%;
  margin: 35px auto 0;
}
.c-bundle01__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .c-bundle01 {
    padding: 30px 0 0;
  }
  .c-bundle01__title {
    padding-bottom: 40px;
    font-size: 32px;
  }
  .c-bundle01__title::after {
    width: 90%;
  }
  .c-bundle01__lead {
    font-size: 18px;
  }
  .c-bundle01__lead b {
    font-size: 20px;
  }
  .c-bundle01__image {
    width: 100%;
    margin-top: 30px;
  }
}
.c-voice01 {
  padding: 80px 0;
  background: #6780af;
}
.c-voice01__ttl {
  margin-bottom: 10px;
  text-align: center;
}
.c-voice01__ttl h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}
.c-voice01__ttl .sub {
  color: #fff17a;
  font-size: 22px;
  font-weight: 600;
}
.c-voice01__summary {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.c-voice01__summary img {
  display: block;
  width: 100%;
  height: auto;
}
.c-voice01__google {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  padding: 25px 35px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  font-weight: 700;
}
.c-voice01__google-logo {
  line-height: 1.1;
  text-align: center;
}
.c-voice01__google-name {
  margin: 0;
  color: #405a82;
  font-size: 38px;
}
.c-voice01__google-label {
  margin: 5px 0 0;
  color: #405a82;
  font-size: 20px;
}
.c-voice01__google-rating {
  text-align: center;
}
.c-voice01__google-score {
  margin: 0;
  color: #405a82;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 42px;
  line-height: 1;
}
.c-voice01__stars {
  display: flex;
  gap: 2px;
  margin-top: 5px;
  color: #d9a03b;
  font-size: 25px;
  line-height: 1;
}
.c-voice01__google-count {
  color: #405a82;
  text-align: center;
}
.c-voice01__google-count-label {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.c-voice01__google-count-number {
  margin: 0;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}
.c-voice01__google-count-number span {
  font-size: 20px;
}
.c-voice01__google-note {
  margin: 2px 0 0;
  font-size: 12px;
}
.c-voice01__list {
  margin-top: 20px;
  font-weight: 600;
}
.c-voice01__item {
  padding: 30px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.c-voice01__item + .c-voice01__item {
  margin-top: 20px;
}
.c-voice01__rating {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-voice01__score {
  color: #444;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-size: 24px;
  line-height: 1;
}
.c-voice01__text {
  margin: 15px 0 0;
  color: #444;
  font-size: 15px;
}
.c-voice01__source {
  margin: 10px 0 0;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

@media (max-width: 767px) {
  .c-voice01 {
    padding: 40px 0;
  }
  .c-voice01__ttl {
    margin-bottom: 0;
  }
  .c-voice01__ttl h2 {
    font-size: 34px;
  }
  .c-voice01__ttl .sub {
    font-size: 17px;
  }
  .c-voice01__google {
    padding: 15px 4px;
  }
  .c-voice01__google-name {
    font-size: 24px;
  }
  .c-voice01__google-label {
    font-size: 12px;
  }
  .c-voice01__google-score {
    font-size: 28px;
  }
  .c-voice01__stars {
    margin-top: 4px;
    font-size: 16px;
  }
  .c-voice01__google-count-label {
    font-size: 12px;
  }
  .c-voice01__google-count-number {
    font-size: 25px;
  }
  .c-voice01__google-count-number span {
    font-size: 12px;
  }
  .c-voice01__google-note {
    font-size: 9px;
  }
  .c-voice01__list {
    margin-top: 10px;
  }
  .c-voice01__item {
    padding: 13px;
  }
  .c-voice01__item + .c-voice01__item {
    margin-top: 10px;
  }
  .c-voice01__score {
    font-size: 20px;
  }
  .c-voice01__text {
    margin-top: 8px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
  }
  .c-voice01__source {
    font-size: 10px;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4b4a48;
  font-feature-settings: "half";
}
@media (max-width: 767px) {
  body {
    font-feature-settings: "palt" 1;
    letter-spacing: 0.02em;
  }
}

.inner {
  margin: 0 auto;
  width: 92%;
  max-width: 960px;
}

.l-header {
  width: 100%;
  background: #fff;
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 960px;
  height: 80px;
  padding: 0 4px;
}
.l-header__logo {
  display: block;
  width: 16%;
  max-width: 150px;
  padding-top: 10px;
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header__ttl {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .l-header__inner {
    height: 50px;
    gap: 10px;
  }
  .l-header__logo {
    width: 22%;
    padding-top: 7px;
  }
  .l-header__ttl {
    font-size: 14px;
  }
}
.l-footer {
  background: #fff;
}
.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 70px 20px 80px;
}
.l-footer__logo {
  display: block;
  width: 320px;
  margin-bottom: 40px;
}
.l-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  min-height: 100px;
  border: 2px solid #000;
  border-radius: 4px;
  color: #000;
  font-size: 28px;
  font-weight: 700;
  transition: background-color 0.3s, color 0.3s;
}
.l-footer__btn:hover {
  background: #000;
  color: #fff;
}
.l-footer__copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: #000;
  color: #fff;
}
.l-footer__copyright small {
  font-size: 14px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .l-footer__logo {
    width: 260px;
  }
  .l-footer__btn {
    max-width: 520px;
    min-height: 90px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .l-footer__inner {
    padding: 40px 20px 50px;
  }
  .l-footer__logo {
    width: 200px;
    margin-bottom: 10px;
  }
  .l-footer__btn {
    max-width: 100%;
    min-height: 70px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
.c-ttl {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", serif;
  font-weight: 600;
  color: #14183c;
}

.fv-campaign {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin: 25px auto 0;
  border: 1px solid #c4b271;
  overflow: hidden;
  background: url("../../assets/images/bg-cp02.webp") right/cover no-repeat;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 959px) {
  .fv-campaign {
    margin-top: 15px;
  }
}
.fv-campaign__period {
  position: relative;
  display: flex;
  padding: 10px 25px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #3c3c3c;
  color: #fff;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .fv-campaign__period {
    padding: 10px 5px 10px 15px;
  }
}
.fv-campaign__period::after {
  position: absolute;
  top: 0;
  right: -79px;
  width: 80px;
  height: 105%;
  background: #3c3c3c;
  clip-path: polygon(0 0, 50% 0, 0 100%);
  content: "";
}
.fv-campaign__label {
  position: relative;
  margin-bottom: 4px;
  z-index: 1;
  color: #e8cd68;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .fv-campaign__label {
    font-size: 15px;
  }
}
.fv-campaign__date {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 959px) {
  .fv-campaign__date {
    font-size: 18px;
  }
}
.fv-campaign__copy {
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0;
  padding: 10px 0;
  flex: 1;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-style: italic;
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 768px) and (max-width: 959px) {
  .fv-campaign__copy {
    font-size: 30px;
  }
}
.fv-campaign__copy b {
  margin-right: 4px;
  font-size: 56px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}
@media (min-width: 768px) and (max-width: 959px) {
  .fv-campaign__copy b {
    font-size: 45px;
  }
}
.fv-campaign__copy span {
  margin-top: 1.5%;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .fv-campaign {
    margin-top: 8px;
    background-position: center;
  }
  .fv-campaign__period {
    width: 28%;
    padding: 7px 5px;
  }
  .fv-campaign__period::after {
    right: -41px;
    width: 42px;
  }
  .fv-campaign__label {
    margin-bottom: 2px;
    font-size: 10px;
  }
  .fv-campaign__date {
    font-size: 13px;
  }
  .fv-campaign__copy {
    padding: 5px 0px 5px 10px;
  }
  .fv-campaign__copy b {
    margin-right: 4px;
    font-size: 32px;
  }
  .fv-campaign__copy span {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  .fv-campaign {
    margin-top: 8px;
  }
  .fv-campaign__label {
    font-size: 11px;
  }
  .fv-campaign__date {
    font-size: 12px;
  }
  .fv-campaign__copy {
    padding: 4px 0px 4px 10px;
  }
  .fv-campaign__copy b {
    margin-right: 4px;
    font-size: 32px;
  }
  .fv-campaign__copy span {
    font-size: 16px;
  }
}
.c-campaign {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 40px auto;
  background: url("../images/bg-cp01.webp") center/100% 100% no-repeat;
}
.c-campaign::before {
  position: absolute;
  z-index: 1;
  top: 13px;
  right: 13px;
  bottom: 13px;
  left: 13px;
  border: 2px solid #fff;
  content: "";
  pointer-events: none;
}
.c-campaign__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.c-campaign__period {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 30px 2px 10px;
  color: #fff;
  background-color: #3c3c3c;
}
.c-campaign__label {
  padding: 4px 2%;
  background: #d5c47e;
  color: #3c3c3c;
  font-size: 25px;
  font-weight: 700;
}
.c-campaign__date {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
.c-campaign__date span {
  font-size: 22px;
}
.c-campaign__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 30px 30px 20px;
  color: #fff;
}
.c-campaign__rate {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-style: italic;
}
.c-campaign__rate b {
  margin-right: 4px;
  font-size: 122px;
  font-weight: 800;
  letter-spacing: -0.06em;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.35);
}
.c-campaign__rate span {
  margin-bottom: 12px;
  font-size: 50px;
  font-weight: 700;
  text-shadow: 3px 4px 3px rgba(0, 0, 0, 0.35);
}
.c-campaign__copy {
  font-weight: 800;
  line-height: 0.8;
  text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.35);
}
.c-campaign__up {
  margin: 0;
  font-size: 60px;
}
.c-campaign__title {
  margin: 10px 0 0;
  font-size: 45px;
  letter-spacing: -2px;
}
.c-campaign__note {
  margin: 0;
  padding: 0 0 25px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 767px) {
  .c-campaign {
    width: 100%;
    max-width: 500px;
    margin: 25px auto;
  }
  .c-campaign::before {
    top: 8px;
    right: 8px;
    bottom: 8px;
    left: 8px;
    border: 1px solid #fff;
  }
  .c-campaign__period {
    padding: 20px 2px 10px;
    gap: 8px;
  }
  .c-campaign__label {
    font-size: 15px;
  }
  .c-campaign__date {
    font-size: 16px;
  }
  .c-campaign__date span {
    font-size: 14px;
  }
  .c-campaign__rate b {
    font-size: 80px;
  }
  .c-campaign__rate span {
    font-size: 30px;
  }
  .c-campaign__main {
    gap: 8px;
    padding: 20px 10px 10px;
  }
  .c-campaign__up {
    font-size: 40px;
  }
  .c-campaign__title {
    font-size: 26px;
  }
  .c-campaign__note {
    padding-bottom: 12px;
    font-size: 10px;
  }
}
.c-cta {
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 0;
  gap: 15px;
}
.c-cta__item {
  display: block;
  width: calc((100% - 30px) / 3);
  transition: opacity 0.3s;
}
.c-cta__item:hover {
  opacity: 0.8;
}
.c-cta__item img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .c-cta {
    gap: 5px;
    margin-top: 10px;
  }
  .c-cta__item {
    width: calc((100% - 10px) / 3);
  }
}
.c-fixed-cta {
  width: 100%;
}
.c-fixed-cta.is-fixed {
  position: fixed;
  z-index: 1000;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-fixed-cta__inner {
  display: flex;
}
.c-fixed-cta__item {
  position: relative;
  width: 33.3333333333%;
  padding: 10px 8px;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.c-fixed-cta__item::before {
  position: absolute;
  content: "";
  top: -80%;
  left: -10%;
  width: 120%;
  height: 130%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.c-fixed-cta__item--line {
  background: #359d35;
}
.c-fixed-cta__item--tel {
  background: #b16945;
}
.c-fixed-cta__item--store {
  background: #485d7d;
}
.c-fixed-cta__main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.c-fixed-cta__icon {
  width: 35px;
  height: 35px;
}
.c-fixed-cta__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
}
.c-fixed-cta__sub {
  margin-top: 5px;
  padding: 2px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
}
.c-fixed-cta__item--line .c-fixed-cta__sub {
  color: #359d35;
}
.c-fixed-cta__item--tel .c-fixed-cta__sub {
  color: #b16945;
}
.c-fixed-cta__item--store .c-fixed-cta__sub {
  color: #485d7d;
}

@media (max-width: 767px) {
  .c-fixed-cta__inner {
    width: 100%;
  }
  .c-fixed-cta__item {
    padding: 10px 5px 5px;
  }
  .c-fixed-cta__main {
    gap: 7px;
  }
  .c-fixed-cta__title {
    font-size: 17px;
  }
  .c-fixed-cta__sub {
    font-size: 9.5px;
  }
}
@media (max-width: 375px) {
  .c-fixed-cta__sub {
    font-size: 9px;
  }
}
.c-results__prev,
.c-results__next {
  position: absolute;
  z-index: 10;
  top: 20%;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.c-results__prev::before,
.c-results__next::before {
  display: block;
  width: 20px;
  height: 20px;
  border-top: 5px solid #121945;
  border-left: 5px solid #121945;
  content: "";
}

.c-results__prev {
  left: 12%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-results__prev {
    right: 8%;
  }
}
.c-results__prev::before {
  transform: rotate(-45deg);
}

.c-results__next {
  right: 12%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-results__next {
    right: 6%;
  }
}
.c-results__next::before {
  transform: rotate(135deg);
}

@media (max-width: 767px) {
  .c-results__prev,
  .c-results__next {
    width: 25px;
    height: 25px;
  }
  .c-results__prev::before,
  .c-results__next::before {
    width: 15px;
    height: 15px;
    border-width: 4px;
  }
  .c-results__prev {
    left: 2%;
  }
  .c-results__next {
    right: 0;
  }
}
.c-store {
  padding: 80px 0;
  background: #fff;
}
.c-store__ttl {
  margin-bottom: 50px;
  text-align: center;
}
.c-store__ttl h2 {
  font-size: 48px;
  font-weight: 800;
}
.c-store__ttl .lead {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}
.c-store__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
  margin-bottom: 70px;
}
.c-store__nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 85px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #628dcb;
  box-shadow: 0 6px 0 #385b8d;
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
  transition: 0.2s;
}
.c-store__nav-item:hover {
  transform: translateY(3px);
  box-shadow: 0 3px 0 #385b8d;
}
.c-store__arrow {
  width: 13px;
  height: 13px;
  margin-top: 3px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}

.c-store-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}
.c-store-card + .c-store-card {
  margin-top: 60px;
}
.c-store-card__main-image {
  width: 100%;
}
.c-store-card__main-image img {
  width: 100%;
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-store-card__body {
  display: grid;
  grid-template-columns: 42% 58%;
}
@media (min-width: 768px) {
  .c-store-card__sub-image {
    height: 500px;
  }
}
.c-store-card__sub-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-store-card__info {
  padding: 50px 35px 35px;
}
.c-store-card__en {
  color: #a58b55;
  font-size: 16px;
  font-weight: 600;
}
.c-store-card__name {
  margin-bottom: 15px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", serif;
  color: #444;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: 0.07em;
}
.c-store-card__address {
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}
.c-store-card__detail {
  font-size: 16px;
  font-weight: 500;
}
.c-store-card__detail > dl {
  display: flex;
  gap: 10px;
}
.c-store-card__detail > dl + dl {
  margin-top: 12px;
}
.c-store-card__detail > dl:nth-of-type(1) {
  position: relative;
  padding-left: 22px;
}
.c-store-card__detail > dl:nth-of-type(1)::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../images/i-c02.png") no-repeat;
  background-size: cover;
  content: "";
}
.c-store-card__detail > dl:nth-of-type(2) {
  position: relative;
  padding-left: 22px;
}
.c-store-card__detail > dl:nth-of-type(2)::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 18px;
  background: url("../images/i-c03.png") no-repeat;
  background-size: cover;
  content: "";
}
.c-store-card__detail dt {
  flex-shrink: 0;
}
.c-store-card__detail dd {
  margin: 0;
}
.c-store-card__detail dd p {
  margin-bottom: 4px;
}
.c-store-card__map {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 94%;
  min-height: 55px;
  margin-top: 40px;
  border: 2px solid #000;
  font-size: 20px;
  font-weight: 600;
  transition: 0.2s;
}
.c-store-card__map span {
  font-size: 14px;
}
.c-store-card__map:hover {
  background: #000;
  color: #fff;
}

@media (max-width: 767px) {
  .c-store {
    padding: 40px 0 0;
  }
  .c-store__ttl {
    margin-bottom: 30px;
  }
  .c-store__ttl h2 {
    font-size: 34px;
  }
  .c-store__ttl .lead {
    font-size: 16px;
  }
  .c-store__nav {
    gap: 15px 10px;
    margin-bottom: 45px;
  }
  .c-store__nav-item {
    min-height: 60px;
    padding: 8px 5px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 0 4px 0 #385b8d;
  }
  .c-store-card + .c-store-card {
    margin-top: 30px;
  }
  .c-store-card:not(:has(~ .c-store-card)) {
    margin-bottom: 40px;
  }
  .c-store-card__main-image img {
    height: auto;
  }
  .c-store-card__body {
    grid-template-columns: 33% 67%;
  }
  .c-store-card__info {
    padding: 15px 2px 15px 14px;
    line-height: 1.4;
  }
  .c-store-card__en {
    font-size: 10px;
  }
  .c-store-card__name {
    margin-bottom: 8px;
    font-size: 24px;
  }
  .c-store-card__address {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .c-store-card__detail {
    font-size: 12.5px;
  }
  .c-store-card__detail dl {
    gap: 6px;
  }
  .c-store-card__detail dl + dl {
    margin-top: 8px;
  }
  .c-store-card__detail dl:nth-of-type(1)::before {
    width: 16px;
    height: 16px;
  }
  .c-store-card__detail dl:nth-of-type(2)::before {
    width: 14px;
    height: 15px;
  }
  .c-store-card__detail dl:nth-of-type(2) dt {
    display: none;
  }
  .c-store-card__map {
    margin-top: 10px;
    font-size: 14px;
  }
}
.c-id {
  padding: 80px 0;
  background: #faf7f0;
}
.c-id__ttl {
  margin-bottom: 45px;
  text-align: center;
}
.c-id h2 {
  font-size: 48px;
  line-height: 1.2;
}
.c-id .lead {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 600;
}
.c-id__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .c-id__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.c-id .c-id-card {
  position: relative;
  min-height: 290px;
  padding: 32px 20px 24px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: center;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-id .c-id-card {
    min-height: 240px;
    padding: 15px;
  }
}
.c-id .c-id-card::after {
  position: absolute;
  bottom: 8%;
  left: 50%;
  width: 26px;
  height: 2px;
  background: #e96872;
  transform: translateX(-50%);
  content: "";
}
.c-id .c-id-card__icon {
  width: 140px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-id .c-id-card__icon {
    width: 128px;
  }
}
.c-id .c-id-card__name {
  padding-bottom: 22px;
  font-weight: 700;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width: 959px) {
  .c-id .c-id-card__name {
    font-size: 13px;
  }
}
.c-id__notes {
  margin-top: 24px;
  padding: 34px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.c-id__note {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
}
.c-id__note::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #e96872;
  content: "";
}
.c-id__note + .c-id__note {
  margin-top: 0;
}
.c-id__sub-list {
  margin: 6px 0 10px 20px;
}
.c-id__sub-list li {
  font-size: 15px;
}
.c-id__sub-list li::before {
  content: "・";
}
.c-id__privacy {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
  padding: 20px 28px;
  background: #fbe0e2;
  border-radius: 4px;
}
.c-id__privacy p {
  margin: 0;
  font-weight: 600;
}
.c-id__privacy b {
  color: #e45d67;
}
.c-id__privacy-icon {
  width: 52px;
  flex-shrink: 0;
}
.c-id__privacy-icon img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .c-id {
    padding: 40px 0;
  }
  .c-id__ttl {
    margin-bottom: 20px;
  }
  .c-id h2 {
    font-size: 34px;
  }
  .c-id .lead {
    margin-top: 10px;
    font-size: 16px;
  }
  .c-id__notes {
    padding: 20px;
  }
  .c-id__privacy {
    gap: 10px;
    margin-top: 14px;
    padding: 15px 12px;
    font-size: 14px;
    line-height: 1.3;
  }
  .c-id__privacy-icon {
    width: 34px;
  }
  .c-id .c-id-card {
    min-height: auto;
    padding: 14px 8px;
    font-size: 14px;
  }
  .c-id .c-id-card::after {
    bottom: 7%;
  }
  .c-id .c-id-card__icon {
    width: 120px;
    margin-bottom: 10px;
  }
  .c-id .c-id-card__name {
    padding-bottom: 16px;
  }
  .c-id__note {
    font-size: 13px;
  }
  .c-id__sub-list li {
    font-size: 13px;
  }
}/*# sourceMappingURL=common.css.map */