@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  font-size: 16px;
}

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

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

html {
  line-height: 1.6;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.6rem;
  min-width: 350px;
  width: 100%;
  text-align: justify;
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  color: #151532;
  font-size: clamp(10px, 1.8229166667vw, 14px);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  body {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 400;
  }
}

a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 520px) {
  .main {
    padding-top: 17.0666666667vw;
  }
}

.contentWidth {
  max-width: 768px;
  margin: 0 auto;
}

*[class*=-prev]:hover {
  opacity: 0.7;
  cursor: pointer;
}

*[class*=-next]:hover {
  opacity: 0.7;
  cursor: pointer;
}

/*HEADER*/
.header_container {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  display: grid;
  place-items: center;
}

.header_inner_container {
  width: 100%;
  max-width: 768px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*LOGO*/
.header_inner_logo_container {
  width: auto;
  height: 40px;
  margin-left: 10px;
}

.header_inner_logo_container img {
  width: auto;
  height: 40px;
}

/*NAVIGATION MENU*/
nav button {
  padding: 0;
  outline: none;
  border: none;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.buttonBar {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #343434;
  grid-area: 1/1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

button::before, button::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #343434;
  grid-area: 1/1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

button::before {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}

button::after {
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
}

.navigation_menu_container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  display: grid;
  place-items: center;
}

.navigation_menu_container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.navigation_menu_container ul li {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

/*OPEN CLASS*/
.open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.open .header_container .buttonBar {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.open button::before {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  z-index: 1000;
  background-color: #ffffff;
}

.open button::after {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
  z-index: 1000;
  background-color: #ffffff;
}

.open .navigation_menu_container {
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
}

@media (min-width: 768px) {
  .header_inner_container nav button {
    display: none;
  }
  .navigation_menu_container {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .navigation_menu_container ul li {
    color: #343434;
  }
  .navigation_menu_container ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/*FOOTER*/
.footer_container {
  width: 100%;
  height: 50px;
  background-color: #FEEEED;
  display: grid;
  place-items: center;
  margin-top: 50px;
}

.footer_container p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #343434;
}

@media (max-width: 350px) {
  .footer_container p {
    font-size: 12px;
  }
}
.c-cta-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(0.2604166667vw, 2px);
}
.c-cta-tel .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #036DB7;
  font-size: clamp(10px, 3.125vw, 24px);
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
.c-cta-tel .number::before {
  content: "";
  display: block;
  background-image: url(../images/common/ico-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: min(3.125vw, 24px);
  height: min(3.125vw, 24px);
  margin-right: min(1.0416666667vw, 8px);
}
.c-cta-tel .time {
  color: #151532;
  font-size: clamp(10px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.c-message {
  padding: 8px;
  background-color: #fed500;
  color: #151532;
  font-style: normal;
  font-weight: 700;
  line-height: 1.42;
  letter-spacing: 0.02em;
  text-align: center;
  font-size: clamp(10px, 1.8229166667vw, 14px);
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  .c-message {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.45;
    letter-spacing: 0em;
    font-weight: 700;
  }
}

.c-message__tel {
  display: none;
}
@media screen and (max-width: 520px) {
  .c-message__tel .c-cta-tel .number {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-message__tel .c-cta-tel .number::before {
  width: 6.4vw;
  height: 6.4vw;
  display: block;
}
@media screen and (max-width: 520px) {
  .c-message__tel .c-cta-tel .time {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.1875;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .c-message__tel {
    display: block;
  }
}

.sidebar__bnrItem:not(:last-child) {
  margin-bottom: 16px;
}

.sidebar__review {
  background-color: #EEF6FF;
  border-radius: 8px;
  overflow: clip;
  padding-bottom: 16px;
  font-weight: bold;
  font-size: 18px;
}

/* お客様のレビュー */
.reviewTitle {
  color: #fff;
  background-color: #2c4677;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  padding: 12px 0;
  font-size: clamp(10px, 2.34375vw, 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.starBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

.reviewStar {
  color: #fed500;
}

.starNumber {
  color: black;
  padding-left: 15px;
}

/* reviewItem */
.reviewItemWrap {
  padding-right: min(3.125vw, 24px);
  padding-left: min(3.125vw, 24px);
}

.reviewItem {
  position: relative;
  padding: 12px min(1.0416666667vw, 8px);
  background-color: white;
  border: 1px solid #cedcf0;
  border-radius: 8px;
  font-size: clamp(10px, 1.4322916667vw, 11px);
  line-height: 1.6363636364;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.reviewItem + .reviewItem {
  margin-top: 16px;
}

.saleIcon {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #DC3545;
  width: min(7.5520833333vw, 58px);
  color: white;
  text-align: center;
  padding: 4px min(2.0833333333vw, 16px);
  min-width: 41px;
}

.reviewItemDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.3020833333vw, 10px);
}

.reviewItemImg {
  width: 64px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.reviewItemText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(0.5208333333vw, 4px);
}

.reviewItemMaker {
  font-weight: 400;
}

.reviewItemMaker,
.reviewItemProduct,
.reviewItemReview {
  letter-spacing: 0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.reviewItemProduct {
  font-size: clamp(10px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.reviewItemReview {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-weight: 400;
  line-height: 1.18;
}

.starBlock_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  font-weight: 400;
}

.reviewStar_s {
  color: #fed500;
}

.starNumber_s {
  padding-left: 5px;
}

/* reviewListBtn */
.reviewListBtn {
  padding: 8px 0;
  max-width: 156px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fed500;
  border-radius: 4px;
  margin: 16px auto;
  text-align: center;
  font-size: clamp(10px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.reviewListBtn::after {
  content: "";
  display: block;
  width: min(1.0582010582vw, 16px);
  height: min(1.0582010582vw, 16px);
  background-image: url(../images/common/ico-triangle.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: min(1.3020833333vw, 10px);
}

.starBlock_s .rating-stars {
  margin-top: 0;
}

/* メーカーで選ぶ
------------------------------------- */
.sidebar--right__ttl {
  font-size: 18px;
  font-weight: 700;
  max-width: 190px;
  width: 100%;
  padding: clamp(12px, 1.5vw, 24px);
  border-bottom: 1px solid #151532;
  margin: 0 auto;
  text-align: center;
}

.sidebar__maker {
  margin-top: 16px;
  padding: clamp(12px, 1vw, 24px);
}

.sidebar__maker__list {
  margin-top: clamp(12px, 1.5vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: clamp(12px, 1.5vw, 24px);
}

.sidebar__maker__list__item {
  width: 100%;
}

.sidebar__maker__list__item__link {
  position: relative;
  width: 100%;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 0 8px 10px;
  background-image: -webkit-repeating-linear-gradient(left, #151532, #151532 2px, transparent 2px, transparent 4px);
  background-image: repeating-linear-gradient(90deg, #151532, #151532 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.sidebar__maker__list__item__link::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 0;
  bottom: 8px;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  background: #151532;
}

.sidebar__maker__list__item__link__imgWrap {
  width: 52px;
}

/* ランキング
------------------------------------------- */
.sidebar__ranking {
  margin-top: 16px;
  background: #fffdee;
  padding: clamp(12px, 1vw, 24px);
}

.sidebar__ranking__list {
  margin-top: clamp(12px, 1.5vw, 24px);
}

.sidebar__ranking__list__item {
  margin-top: 16px;
}

.sidebar__ranking__list__item__link__label {
  width: 95%;
  margin: 0 auto;
}

.sidebar__ranking__list__item__link__content {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.sidebar__ranking__list__item__link__content__imgWrap {
  max-width: 80px;
  width: 100%;
}

.sidebar__ranking__list__item__link__content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.sidebar__ranking__list__item__link__content__inner--name {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.sidebar__ranking__list__item__link__content__inner--ttl {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.sidebar__ranking__list__item__link__content__inner--price {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #dc3545;
}

/* レスポンシブ */
/* お客様のレビュー */
/* メーカーで選ぶ
------------------------------------- */
.c-categoryList {
  margin-top: 16px;
}
.c-categoryList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9.5px 8px;
}
.c-categoryList li a {
  padding: min(2.0833333333vw, 16px) min(3.125vw, 24px);
  max-height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  background-color: #fed500;
  border-radius: 8px;
}
.sidebar--left .c-categoryList li {
  width: 100%;
}
.sidebar--left .c-categoryList a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 520px) {
  .l-purpose .c-categoryList a {
    height: 40px;
    gap: 8px;
  }
  .l-purpose .c-categoryList .icon {
    display: block;
  }
}
.c-section-title {
  padding-bottom: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid #151532;
  font-size: clamp(10px, 3.125vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  .c-section-title {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-section-title.--size20 {
  font-size: clamp(10px, 2.6041666667vw, 20px);
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  .c-section-title.--size20 {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}

.c-section-title--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #DC3545;
  color: #fff;
  padding: 24px min(2.6041666667vw, 20px);
  font-size: clamp(10px, 3.125vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 900;
}
@media screen and (max-width: 520px) {
  .c-section-title--box {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.36;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .c-section-title--box {
    padding: 22px 5.3333333333vw;
  }
}
.c-section-title--box.--small {
  padding: 20px min(2.6041666667vw, 20px);
  font-size: clamp(10px, 3.125vw, 24px);
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  .c-section-title--box.--small {
    font-size: calc(20 / 375 * 100vw);
    line-height: 1.45;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.c-section-title--box .before {
  margin-right: min(1.3020833333vw, 10px);
  width: min(3.90625vw, 30px);
  height: min(3.90625vw, 30px);
}
@media screen and (max-width: 520px) {
  .c-section-title--box .before {
    margin-right: 2.6666666667vw;
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.c-section-title--box .before img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-product-card .category {
  margin-top: 16px;
  font-size: clamp(10px, 1.5625vw, 12px);
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .c-product-card .category {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
@media screen and (max-width: 520px) {
  .c-product-card .category {
    margin-top: 8px;
  }
}
.c-product-card .title {
  margin-top: 8px;
  font-size: clamp(10px, 1.8229166667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  .c-product-card .title {
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.4285714286;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .c-product-card .title {
    margin-top: 5px;
  }
}
.c-product-card .priceRow {
  margin-top: 8.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 520px) {
  .c-product-card .priceRow {
    margin-top: 5px;
  }
}
.c-product-card .priceBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-product-card .off-label {
  color: #fff;
  background-color: #DC3545;
  width: 40px;
  width: min(5.2083333333vw, 40px);
  height: 40px;
  height: min(5.2083333333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100vh;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: clamp(10px, 1.3020833333vw, 10px);
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  .c-product-card .off-label {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
@media screen and (max-width: 520px) {
  .c-product-card .off-label {
    width: 9.2933333333vw;
    height: 9.2933333333vw;
  }
}
.c-product-card .price-old {
  text-decoration: line-through;
  font-size: clamp(10px, 1.5625vw, 12px);
  line-height: 1.1666666667;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .c-product-card .price-old {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.1666666667;
    letter-spacing: 0.02em;
    font-weight: 400;
  }
}
.c-product-card .price {
  color: #DC3545;
  white-space: nowrap;
  font-size: clamp(10px, 2.0833333333vw, 16px);
  line-height: 1.4375;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 520px) {
  .c-product-card .price {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4375;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}

.c-back-to-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(10.8072916667vw, 83px);
  height: min(10.8072916667vw, 83px);
  position: fixed;
  bottom: min(2.0833333333vw, 16px);
  right: min(5.2083333333vw, 40px);
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 1000;
}
@media screen and (max-width: 520px) {
  .c-back-to-top {
    width: 18.1333333333vw;
    height: 18.1333333333vw;
    bottom: 4.2666666667vw;
    right: 5.3333333333vw;
  }
}
.c-back-to-top.visible {
  visibility: visible;
  opacity: 1;
}

.c-cardLink {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-cardLink:hover {
  opacity: 0.8;
}

/*FIRSTVIEW START*/
.home {
  /*DESKTOP --FIRSTVIEW--*/
  /*FIRSTVIEW END*/
  /*SHOPLIST START*/
  /*FIRST ROW*/
  /*SECOND ROW*/
  /*THIRD ROW*/
  /*FORTH ROW*/
  /*DESKTOP --SHOPLIST--*/
  /*SHOPLIST END*/
  /*HOW TO USE START*/
  /*HOW TO USE END*/
  /*CTA START*/
  /*CTA END*/
}
.home .firstView {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.home .firstView__container {
  width: 100%;
  height: 650px;
  background-image: url(../images/top/toppage_back_SP_w768_h650.jpg);
  background-size: cover;
  background-position: center;
  display: grid;
  place-items: center;
}
.home .firstView__container__text {
  width: 350px;
  height: 650px;
  position: relative;
}
.home .firstView__container__text h1 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  position: absolute;
  top: 70px;
  top: min(9.1145833333vw, 70px);
  left: 10px;
  left: min(1.3020833333vw, 10px);
  color: #343434;
  text-shadow: 3px 3px 3px rgba(255, 255, 255, 0.5);
}
.home .firstView__container__text img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 460px;
  left: 220px;
}
.home .firstView__textSmall {
  font-size: 20px;
}
.home .firstView__textMiddle {
  font-size: 36px;
}
.home .firstView__textLarge {
  font-size: 44px;
}
.home .firstView__textExSmall {
  font-size: 20px;
}
.home .firstView__container__text__ctaBtn {
  width: 350px;
  height: 40px;
  position: absolute;
  top: 415px;
  background-image: url(../images/top/btn_w649_h73.png);
  background-size: contain;
}
.home .firstView__container__text a:hover .firstView__container__text__ctaBtn {
  opacity: 0.5;
}
.home .firstView__container__text__ctaBtn p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  color: #fcfcfc;
}
.home .firstView__container__text__description {
  position: absolute;
  top: 480px;
}
.home .firstView__container__text__description h2,
.home .firstView__container__text__description p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.home .firstView__container__text__description p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3rem;
}
@media (min-width: 768px) {
  .home .firstView__container__text__description p {
    font-size: 16px;
    line-height: 1.5rem;
  }
  .home .firstView__container__text__description h2 {
    font-size: 20px;
  }
  .home .firstView__container__text__description {
    top: 430px;
  }
  .home .firstView__container__text__ctaBtn {
    top: 365px;
  }
  .home .firstView__textLarge {
    font-size: 64px;
  }
  .home .firstView__textMiddle {
    font-size: 56px;
  }
  .home .firstView__textSmall {
    font-size: 32px;
  }
  .home .firstView__textExSmall {
    font-size: 28px;
  }
  .home .firstView__container__text h1 {
    font-size: 40px;
    width: 32rem;
    line-height: 3.5rem;
    letter-spacing: 0.3rem;
    top: 130px;
  }
  .home .firstView__container__text img {
    top: 405px;
  }
  .home .firstView__container__text {
    width: 768px;
    height: 550px;
  }
  .home .firstView__container {
    background-image: url(../images/top/toppage_back_PC_w1280_h550.jpg);
    height: 550px;
  }
}
.home .shopList {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.home .shopList__container {
  width: 350px;
  max-width: 1280px;
  height: auto;
  margin-top: 50px;
}
.home .shopList__container__inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.home .shopList__container__inner__shop {
  width: 110px;
  height: 110px;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
  position: relative;
}
.home .shopList__container__inner__shop .shopList__label,
.home .shopList__container__inner__shop .shopList__category {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  background-color: #ff0000;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  top: 5px;
}
.home .shopList__container__inner__shop .shopList__label {
  right: -5px;
}
.home .shopList__container__inner__shop .shopList__category {
  top: 90px;
  color: #343434;
  background-color: #d9d9d9;
  left: -5px;
  padding-left: 5px;
  padding-right: 5px;
}
.home .shopList__container__inner__shop .category__uranai {
  background-color: #96DDE3;
}
.home .shopList__container__inner__shop .category__sejutsu {
  background-color: #EE87B4;
}
.home .shopList__container__inner__shop .category__shoku {
  background-color: #D8E698;
}
.home .shopList__container__inner__shop .category__akuse {
  background-color: #FFF67F;
}
.home .shopList__container__inner a:hover {
  cursor: pointer;
}
.home .shopList__container__inner a:hover .shopList__container__inner__shop {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home .firstRow__left {
  background-image: url(../img/taoyaka_w200_h200.jpg);
}
.home .firstRow__center {
  background-image: url(../img/himari_w240_h240.jpg);
}
.home .firstRow__right {
  background-image: url(../img/bikotsu_w240_h240.jpg);
}
.home .secondRow__left {
  background-image: url(../img/popo_w240_h240.jpg);
}
.home .secondRow__center {
  background-image: url(../img/hakoniwa_w240_h240.jpg);
}
.home .secondRow__right {
  background-image: url(../img/kamosu_w240_h240.jpg);
}
.home .thirdRow__left {
  background-image: url(../img/tenno_w240_h240.jpg);
}
.home .thirdRow__center {
  background-image: url(../img/liberta_w240_h240.jpg);
}
.home .thirdRow__right {
  background-image: url(../img/okoto_w240_h240.jpg);
}
.home .forthRow__left {
  background-image: url(../img/enlace_w240_h240.jpg);
}
.home .forthRow__center {
  background-image: url(../img/sleep_w240_h240.jpg);
}
.home .forthRow__right {
  background-image: url(../img/mano_w240_h240.jpg);
}
@media (min-width: 768px) {
  .home .shopList__container__inner__shop .shopList__label,
  .home .shopList__container__inner__shop .shopList__category {
    font-size: 20px;
  }
  .home .shopList__container__inner__shop .shopList__category {
    top: 200px;
  }
  .home .shopList__container__inner__shop {
    width: 240px;
    height: 240px;
  }
  .home .shopList__container__inner__flame p {
    margin-top: 5px;
  }
  .home .shopList__container__inner__flame {
    height: 270px;
    width: 240px;
  }
  .home .shopList__container__inner {
    height: auto;
    gap: 40px 8px;
  }
  .home .shopList__container {
    width: 768px;
  }
}
.home .howToUse {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.home .howToUse__container {
  width: 350px;
  height: auto;
  margin-top: 50px;
}
.home .howToUse__container__heading {
  width: 100%;
  height: 50px;
}
.home .howToUse__container__heading h2 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  background-color: #343434;
  color: #fcfcfc;
  padding: 10px;
}
.home .howToUse__container__inner {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .howToUse__container__inner__step {
  width: 300px;
  height: 200px;
  border: solid 1px #343434;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.7);
          box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.7);
}
.home .howToUse__container__inner__step__title {
  width: 100%;
  height: 30px;
}
.home .howToUse__container__inner__step__title h3 {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
.home .howToUse__large {
  font-size: 24px;
}
.home .howToUse__container__inner__step__image {
  width: 100%;
  height: 170px;
  display: grid;
  place-items: center;
}
.home .howToUse__container__inner__step__image img {
  width: 250px;
  height: 166px;
}
.home .howToUse__container__inner__triangle {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #F5B2AC;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .home .howToUse__container__inner__triangle {
    margin: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #F5B2AC;
    border-right: 0;
  }
  .home .howToUse__container__inner__step__image img {
    width: 230px;
    height: auto;
  }
  .home .howToUse__container__inner__step {
    width: 250px;
  }
  .home .howToUse__container__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .home .howToUse__container {
    width: 768px;
  }
}
.home .cta {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
}
.home .cta__container {
  width: 350px;
  height: auto;
  margin-top: 50px;
}
.home .cta__container__left,
.home .cta__container__right {
  width: 350px;
  height: 150px;
}
.home .cta__container__left {
  background-color: #FEECD2;
}
.home .cta__container__left p,
.home .cta__container__left h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5rem;
  margin-top: 10px;
}
.home .cta__container__left h3 {
  font-weight: 700;
}
.home .cta__container__right p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.home .cta__container__right .cta__large {
  font-size: 24px;
}
.home .cta__container__right__image {
  width: 100%;
  height: 90px;
  display: grid;
  place-items: center;
}
.home .cta__container__right__image img {
  width: auto;
  height: 90px;
}
@media (min-width: 768px) {
  .home .cta__container__left h3 {
    text-align: center;
  }
  .home .cta__container__left,
  .home .cta__container__right {
    width: 374px;
  }
  .home .cta__container {
    width: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.single-shop {
  /*FIRSTVIEW START*/
  /*SHOPLIST START*/
  /*SHOPLIST END*/
  /*INFORMATION START*/
  /*INFORMATION END*/
  /*RECOMMEND START*/
  /*RECOMMEND END*/
  /*ARTICLE START*/
  /*ARTICLE END*/
  /*PROFILE START*/
  /*PROFILE END*/
  /*CTA START*/
  /*CTA END*/
}
.single-shop .singleFv__imageList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.single-shop .singleFv__imageList__imageItem {
  width: 100%;
  height: 100%;
}
.single-shop .singleFv__imageItem.noimage {
  background-color: pink;
}
.single-shop .firstView {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.single-shop .firstView__container {
  width: 350px;
  height: 550px;
}
.single-shop .large__container {
  height: auto;
}
.single-shop .singleFv__copy {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-shop .singleFv__copyTitle {
  font-size: 42px;
  font-weight: 700;
}
.single-shop .singleFv__copyText {
  font-size: 22px;
}
.single-shop .shopList__container__outer {
  width: 100%;
  height: auto;
}
.single-shop .shopList__container__inner {
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.single-shop .fifthRow {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.single-shop .fifthRow h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 1.3rem;
  text-align: center;
  width: 24rem;
}
.single-shop .fifthRow .fifthRow__taoyaka {
  width: 18rem;
}
.single-shop .fifthRow .fifthRow__okoto {
  width: 19rem;
}
.single-shop .fifthRow .fifthRow__hakoniwa {
  width: 21rem;
}
.single-shop .fifthRow__large {
  font-size: 24px;
  color: #009944;
}
.single-shop .fifthRow__large__color {
  color: #BCBACE;
}
.single-shop .fifthRow__large__orchid {
  color: #AF0082;
  font-size: 24px;
}
.single-shop .fifthRow__large__lightgreen {
  color: #C7DC68;
}
.single-shop .fifthRow__large__green {
  color: #009944;
}
.single-shop .fifthRow__large__coffee {
  color: #562E00;
  font-size: 24px;
}
.single-shop .fifthRow p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3rem;
}
.single-shop .shopList__container__inner__shop {
  width: 110px;
  height: 110px;
  background-size: cover;
  background-position: center;
}
@media (min-width: 768px) {
  .single-shop .fifthRow__large {
    font-size: 28px;
  }
  .single-shop .fifthRow .fifthRow__okoto,
  .single-shop .fifthRow .fifthRow__hakoniwa {
    width: 100%;
  }
  .single-shop .fifthRow .fifthRow__taoyaka {
    width: 100%;
  }
  .single-shop .fifthRow h2 {
    width: 100%;
  }
  .single-shop .fifthRow {
    margin-top: 10px;
  }
  .single-shop .shopList__container__inner__shop {
    width: 160px;
    height: 160px;
  }
  .single-shop .shopList__container__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .single-shop .shopList__container__outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
  }
  .single-shop .firstView__container {
    width: 768px;
    max-width: 1280px;
  }
}
.single-shop .information {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
}
.single-shop .information__container {
  width: 350px;
  height: auto;
  margin-top: 50px;
}
.single-shop .information__container__heading {
  width: 100%;
  height: 40px;
  display: grid;
  place-items: center;
}
.single-shop .information__container__heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  border-bottom: solid 5px #FADBDA;
  width: 100%;
}
.single-shop .information__container__contents {
  width: 100%;
  height: auto;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-shop .information__container__contents__label {
  width: 150px;
  height: auto;
  border-bottom: dashed 0.5px #d9d9d9;
  text-align: right;
}
.single-shop .taoyaka__label__ver {
  width: 100px;
}
.single-shop .information__container__contents__label p,
.single-shop .information__container__contents__overview p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
.single-shop .information__container__contents__overview p a:hover {
  cursor: pointer;
  color: #0000ff;
}
.single-shop .information__container__contents__overview {
  width: 200px;
  height: auto;
  border-bottom: dashed 0.5px #d9d9d9;
}
.single-shop .taoyaka__overview__ver {
  width: 250px;
}
@media (min-width: 768px) {
  .single-shop .information__container__contents__label p,
  .single-shop .information__container__contents__overview p {
    font-size: 20px;
  }
  .single-shop .information__container__contents__label {
    width: 250px;
  }
  .single-shop .information__container__contents__overview {
    width: 100%;
  }
  .single-shop .information__container {
    width: 768px;
  }
}
.single-shop .recommend {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
}
.single-shop .recommend__container {
  width: 350px;
  height: auto;
  margin-top: 50px;
}
.single-shop .recommend__container__heading {
  width: 100%;
  height: 40px;
  display: grid;
  place-items: center;
}
.single-shop .recommend__container__heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  border-bottom: solid 5px #FADBDA;
  width: 100%;
}
.single-shop .recommend__container__contents {
  width: 100%;
  height: auto;
}
.single-shop .recommend__container__contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-shop .recommend__container__contents__inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-top: 10px;
  line-height: 2rem;
  display: inline-block;
}
.single-shop .recommend__container__contents p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-top: 10px;
  line-height: 2rem;
}
.single-shop .recommend__text__large {
  font-size: 24px;
  font-weight: 700;
}
.single-shop .recommend__container__under {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.single-shop .recommend__container__under p {
  font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  .single-shop .recommend__container__contents__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .single-shop .recommend__container__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .single-shop .recommend__container {
    width: 768px;
  }
}
.single-shop .article {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
}
.single-shop .article__container {
  width: 350px;
  height: auto;
  margin-top: 50px;
}
.single-shop .article__container__heading {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
}
.single-shop .article__container__heading h2,
.single-shop .article__container__heading p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  border-bottom: solid 5px #FADBDA;
  width: 100%;
}
.single-shop .article__container__heading p {
  font-size: 16px;
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-shop .article__container__contents {
  width: 100%;
  height: 700px;
}
.single-shop .article__container__contents__image,
.single-shop .article__container__contents__text {
  width: 350px;
  height: 350px;
}
.single-shop .article__container__contents__image img {
  width: 350px;
  height: 350px;
}
.single-shop .article__container__contents__text article h3,
.single-shop .article__container__contents__text article p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  margin-top: 10px;
}
.single-shop .article__container__contents__text article p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2rem;
}
@media (min-width: 768px) {
  .single-shop .article__reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .single-shop .article__container__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 370px;
  }
  .single-shop .article__container {
    width: 768px;
  }
}
.single-shop .profile {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
}
.single-shop .profile__container {
  width: 350px;
  height: auto;
  margin-top: 50px;
  -webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.5);
}
.single-shop .profile__container__heading {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  padding-top: 10px;
}
.single-shop .profile__container__heading h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  border-bottom: solid 5px #FADBDA;
  width: 100%;
}
.single-shop .profile__container__contents {
  width: 100%;
  height: 700px;
}
.single-shop .profile__container__contents__left,
.single-shop .profile__container__contents__right {
  width: 350px;
  height: 350px;
}
@media (min-width: 768px) {
  .single-shop .profile__container__contents__left,
  .single-shop .profile__container__contents__right {
    width: 374px;
  }
  .single-shop .profile__container__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    height: auto;
  }
  .single-shop .profile__container {
    width: 768px;
  }
}
.single-shop .profile__container__contents__left__image {
  width: 100%;
  height: 200px;
  display: grid;
  place-items: center;
}
.single-shop .profile__container__contents__left__image img {
  width: 170px;
  height: 170px;
}
.single-shop .profile__container__contents__left h3,
.single-shop .profile__container__contents__left p,
.single-shop .profile__container__contents__right p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
}
.single-shop .profile__container__contents__left h3 {
  text-align: center;
}
.single-shop .profile__container__contents__left p {
  font-weight: 400;
  margin-top: 10px;
}
.single-shop .profile__container__contents__right p {
  font-weight: 400;
  line-height: 1.3rem;
}
.single-shop .cta {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
}
.single-shop .cta__container {
  width: 350px;
  height: auto;
  margin-top: 50px;
}
.single-shop .cta__container__left,
.single-shop .cta__container__right {
  width: 350px;
  height: 150px;
}
.single-shop .cta__container__left {
  background-color: #FEECD2;
}
.single-shop .cta__container__left p,
.single-shop .cta__container__left h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5rem;
  margin-top: 10px;
}
.single-shop .cta__container__left h3 {
  font-weight: 700;
}
.single-shop .cta__container__right p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.single-shop .cta__container__right .cta__large {
  font-size: 24px;
}
.single-shop .cta__container__right__image {
  width: 100%;
  height: 90px;
  display: grid;
  place-items: center;
}
.single-shop .cta__container__right__image img {
  width: auto;
  height: 90px;
}
@media (min-width: 768px) {
  .single-shop .cta__container__left h3 {
    text-align: center;
  }
  .single-shop .cta__container__left,
  .single-shop .cta__container__right {
    width: 374px;
  }
  .single-shop .cta__container {
    width: 768px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.fv {
  background-color: #f8f8f8;
  padding: 80px 0;
  text-align: center;
}
.fv__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.fv__title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #333;
}

.lead {
  padding: 40px 0;
  text-align: center;
}
.lead__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}
.lead__text {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.6;
}

.category-list {
  background-color: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.category-list__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.category-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.category-list__item {
  margin: 0;
}
.category-list__link {
  display: inline-block;
  padding: 8px 20px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.category-list__link:hover {
  background-color: #333;
  color: #fff;
}

.shop-list {
  padding: 60px 0;
}
.shop-list__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.shop-list__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop-list__item {
  margin: 0;
}
.shop-list__link {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.shop-list__link:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.shop-list__image {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 15px;
}
.shop-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.shop-list__image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.shop-list__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 0 8px;
  color: #333;
}
.shop-list__address {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}
.shop-list__no-posts {
  text-align: center;
  color: #666;
  padding: 40px 0;
}

.pagination {
  margin-top: 40px;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 4px;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination .page-numbers:hover {
  background-color: #333;
  color: #fff;
}
.pagination .page-numbers.current {
  background-color: #333;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .fv {
    padding: 60px 0;
  }
  .fv__title {
    font-size: 2rem;
  }
  .shop-list__items {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
  }
}
.u-sp-only {
  display: none !important;
}
@media screen and (max-width: 520px) {
  .u-sp-only {
    display: block !important;
  }
}

.u-pc-only {
  display: block !important;
}
@media screen and (max-width: 520px) {
  .u-pc-only {
    display: none !important;
  }
}

.u-inline-pc {
  display: inline !important;
}
@media screen and (max-width: 520px) {
  .u-inline-pc {
    display: none !important;
  }
}
