﻿
:root {
  --color-main: red;
  --font: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    meiryo, sans-serif;
  --font-size: 62.5%;
}

.p-case {
  padding-bottom: 27px;
}
.p-case_mainContainer {
  padding-top: 30px;
}
.p-case_head {
  margin-bottom: 24px;
}
.p-case h1 {
  margin-bottom: 30px;
  font-size: 2.2rem;
}
.p-case_section {
  margin-bottom: 40px;
}
.p-case_section.hasMarginTop {
  margin-top: 40px;
}
.p-case_section.-shop_repair {
  margin-top: 20px;
}
.p-case_section h2 {
  background-color: #D9E9ED;
  padding: 20px;
  font-size: 1.9rem;
  margin: 0 -20px 25px;
}
.p-case_narrowDown {
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-case_narrowDown_select {
  height: 100%;
  flex: 1;
  display: flex;
  gap: 5px;
}
.p-case_narrowDown_select > div {
  position: relative;
}
.p-case_narrowDown_select > div::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../image/icon-arrow-b.svg);
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.p-case_narrowDown_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 40px;
  background-color: #fff;
  color: inherit;
  font-size: 1.5rem;
  text-overflow: ellipsis;
  display: none;
}
.p-case_narrowDown_select select.is-active {
  display: block;
}
.p-case_narrowDown_select select[disabled] {
  color: #888;
  background-color: #ECECEC;
  border-color: #ECECEC;
}
.p-case_narrowDown button {
  width: 40px;
  height: 100%;
  border-radius: 4px;
  background-color: #4CB1C8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-case_count {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 21px;
}
.p-case_count span {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 4px;
}
.p-case .hidden {
  display: none;
}
.p-case_none {
  text-align: center;
  padding-bottom: 20px;
}
.p-case .pager {
  margin-top: 24px;
}
.p-case_cv {
  margin-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #FAF7EE;
  padding: 28px 20px;
}
.p-case_cv ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-case_cv_ballon {
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 8px;
}
li:first-child > .p-case_cv_ballon {
  color: #AF1F24;
}
li:nth-child(2) > .p-case_cv_ballon {
  color: #3B90A3;
}
.p-case_cv_online {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.p-case_cv_online span {
  font-size: 1.3rem;
}
.p-case_cv_online::before {
  content: "";
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background-image: url(../image/icon-online.svg);
  background-size: cover;
}
.p-case_cv_online.-small {
  font-size: 1.3rem;
  padding: 14px 15px;
}
.p-case_cv_online.-small span, .p-case_cv_online.-small::before, .p-case_cv_online.-small::after {
  display: none;
}
.p-case_cv_shop {
  background: #4CB1C8;
  box-shadow: 0 3px 0 #3B90A3;
}
.p-case_cv_shop::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/icon-search.svg);
  background-size: cover;
}
.p-case_cv_shop.-small {
  padding: 14px 15px;
  font-size: 1.3rem;
}
.p-case_cv_shop.-small::before, .p-case_cv_shop.-small::after {
  display: none;
}
.p-case_list {
  margin-top: 40px;
}
.p-case_list + .p-case_list {
  margin-top: 30px;
  border-top: 1px dashed #ddd;
  padding-top: 30px;
}
.p-case_list h2 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.p-case_list ul {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-case_list ul a {
  display: block;
  background-color: #ECECEC;
  padding: 10px 24px;
  font-size: 1.3rem;
  border-radius: 28px;
  line-height: 1;
}
.p-case_movie {
  margin-top: 40px;
}
.p-case_movie_wrap {
  display: grid;
  gap: 12px;
}
.p-case_movie_wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.p-case_movie .link-normal {
  margin-top: 20px;
}
.p-case_movie .link-normal::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url(../image/icon-blank.svg);
  transform: translateY(2px);
}

.p-caseCat_head {
  margin-right: -20px;
  margin-left: -20px;
  background: #EDF5F7;
  margin-bottom: 30px;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.p-caseCat_head_img {
  width: 240px;
  height: 160px;
}
.p-caseCat_head_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-caseCat_head_text {
  flex: 1;
}

.p-caseDetail_head {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-caseDetail_head time {
  font-size: 1.3rem;
  color: #888;
}
.p-caseDetail_head h1 {
  margin-top: 4px;
  font-size: 1.9rem;
  line-height: 1.5;
}
.p-caseDetail_category {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 10px;
  font-size: 1.3rem;
  color: #888;
}
.p-caseDetail_category span {
  font-weight: 500;
  color: #333;
}
.p-caseDetail_tag {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.p-caseDetail_tag li {
  font-size: 1.2rem;
  font-weight: 500;
  color: #4cb1c8;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.p-caseDetail_img {
  width: 100%;
  height: 144px;
  overflow: hidden;
  display: flex;
}
.p-caseDetail_img li {
  flex-basis: 50%;
  position: relative;
}
.p-caseDetail_img li::before {
  content: "before";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 12px;
  text-transform: uppercase;
  background: #999;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
}
.p-caseDetail_img li:nth-child(2)::before {
  content: "after";
  background-color: #b01f24;
}
.p-caseDetail_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-caseDetail_table {
  margin-top: 40px;
}
.p-caseDetail_table dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.p-caseDetail_table dl dt,
.p-caseDetail_table dl dd {
  flex-basis: 100%;
  padding: 16px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.4;
}
.p-caseDetail_table dl dt {
  background: #faf7ee;
}
.p-caseDetail_table .list-disc > li:before {
  top: -0.3rem;
}
.p-caseDetail_imgSet {
  margin-top: 40px;
  background-color: #f1f1f1;
  padding: 20px;
}
.p-caseDetail_imgSet + .p-caseDetail_imgSet {
  margin-top: 12px;
}
.p-caseDetail_imgSet_head {
  font-weight: 500;
  line-height: 10px;
}
.p-caseDetail_imgSet_head::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #4cb1c8;
  margin-right: 8px;
}
.p-caseDetail_imgSet ul {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.p-caseDetail_imgSet ul li {
  height: 80px;
}
.p-caseDetail_imgSet ul li > button {
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-caseDetail_imgSet ul li > button:hover {
  opacity: 0.7;
}
.p-caseDetail_imgSet ul img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-caseDetail_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.p-caseDetail_modal.is-active {
  opacity: 1;
  visibility: visible;
}
.p-caseDetail_modalContents {
  position: relative;
  background: #fff;
  width: 89%;
  max-width: 335px;
  padding: 14px 16px;
}
.p-caseDetail_modalContents > button {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #00597a;
  transition: opacity 0.3s;
  cursor: pointer;
}
.p-caseDetail_modalContents > button:hover {
  opacity: 0.7;
}
.p-caseDetail_modalContents > button::before, .p-caseDetail_modalContents > button::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.p-caseDetail_modalContents > button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-caseDetail_modalContents > button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-caseDetail_movie {
  margin-top: 40px;
}
.p-caseDetail_movie h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-caseDetail_review {
  margin-top: 40px;
}
.p-caseDetail_review h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-caseDetail_related {
  margin-top: 40px;
}

.p-review_desc {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-reviewPager {
  margin-top: 24px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.p-reviewPager_arrow {
  position: absolute;
  top: 0;
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.p-reviewPager_arrow.-prev {
  left: 0;
}
.p-reviewPager_arrow.-prev::before {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("../image/icon-arrow-b.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-reviewPager_arrow.-next {
  right: 0;
}
.p-reviewPager_arrow.-next::before {
  content: "";
  display: block;
  width: 9px;
  height: 7px;
  background-image: url("../image/icon-arrow-b.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.p-reviewPager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.p-reviewPager ul a {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #ddd;
  border-radius: 50%;
}
.p-reviewPager ul li.isCurrent a {
  background-color: #4CB1C8;
}

.p-reviewBtn {
  margin-top: 20px;
}

.p-caseCardWrap {
  display: grid;
  gap: 20px;
}

.p-caseCard {
  display: block;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.4;
  height: 100%;
}
.p-caseCard_img {
  width: 100%;
  height: 144px;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  display: flex;
}
.p-caseCard_img li {
  flex-basis: 50%;
  position: relative;
}
.p-caseCard_img li::before {
  content: "before";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 12px;
  text-transform: uppercase;
  background: #999;
  color: #fff;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
}
.p-caseCard_img li:nth-child(2)::before {
  content: "after";
  background-color: #B01F24;
}
.p-caseCard_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-caseCard_inner {
  padding: 16px;
  background: #fff;
}
.p-caseCard_category {
  color: #888;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  line-height: 9px;
}
.p-caseCard_category span {
  color: #333;
  font-weight: 500;
}
.p-caseCard_box {
  background-color: #F7F7F7;
  padding: 16px;
}
.p-caseCard_title {
  font-size: 1.4rem;
  margin-bottom: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-caseCard_title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../image/icon-repair.svg") no-repeat;
  background-size: cover;
  margin-right: 8px;
}
.p-caseCard_item {
  font-weight: 500;
}
.p-caseCard_item span {
  color: #888;
  margin-right: 4px;
}
.p-caseCard_item + .p-caseCard_item {
  margin-top: 4px;
}
.p-caseCard_text {
  margin-top: 12px;
  border-top: 1px dashed #C4C1B7;
  color: #666;
  padding-top: 7px;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-caseCard_tag {
  display: flex;
  gap: 4px;
  margin-top: 16px;
  flex-wrap: wrap;
}
.p-caseCard_tag li {
  display: flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #4CB1C8;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.p-caseCard_review {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #CEA173;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.7;
}
.p-caseCard_review::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../image/icon-review-brown.svg") no-repeat;
  background-size: cover;
  margin-right: 4px;
}

.c-fixedCVWrap.is-none {
  display: none;
}

.c-fixedCV {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #00597A;
  padding: 15px 20px 20px;
  z-index: 100;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.c-fixedCV ul {
  display: flex;
  gap: 9px;
  height: 45px;
  justify-content: center;
}
.c-fixedCV ul li {
  flex-basis: 50%;
}

.c-fixedCV-area {
  height: 80px;
}

.footer-nav_title i {
  margin-left: 12px;
}

.header-btn.v2 {
  width: 48%;
}
.header-btn.v2 .header-btn-item {
  flex-basis: 33.33%;
}
.header-btn.v2 .header-btn-item:first-child a {
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-howToUse {
  padding: 50px 0;
  background-color: #EDF5F7;
}
.c-howToUse h2 {
  font-weight: 500;
  font-size: 2.2rem;
  text-align: center;
  line-height: 16px;
}
.c-howToUse_cards {
  margin-top: 25px;
  display: grid;
  gap: 16px;
}
.c-howToUse_card {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
}
.c-howToUse_card h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 12px;
}
.c-howToUse_card p {
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.c-howToUse_card.-big {
  position: relative;
}
.c-howToUse_card.-big::before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background-size: cover;
}
.c-howToUse_card.-big > .btn {
  margin-top: 20px;
  max-width: 250px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.c-howToUse_card.-shop h3 {
  margin-top: 14px;
}
.c-howToUse_card.-shop p {
  margin-top: 22px;
}
.c-howToUse_card.-shop::before {
  background-image: url("../image/icon-shop.svg");
}
.c-howToUse_card_tag {
  background: #AF1F24;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1;
  display: inline-flex;
  padding: 4.5px 7px 4.5px 9px;
  margin-bottom: 8px;
}
.c-howToUse_card.-mitsumori p {
  margin-top: 10px;
}
.c-howToUse_card.-mitsumori::before {
  background-image: url("../image/icon-phone.svg");
}
.c-howToUse_card.-small {
  padding-right: 50px;
  position: relative;
}
.c-howToUse_card.-small::after {
  display: block;
  font-family: icon;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
  content: "\e900";
  color: #4cb1c8;
}

.c-mitsumoriPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s;
}
.c-mitsumoriPopup.is-active {
  visibility: visible;
  opacity: 1;
}
.c-mitsumoriPopup_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
}
.c-mitsumoriPopup_inner button {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -36px;
  right: 0;
}
.c-mitsumoriPopup_inner button::before, .c-mitsumoriPopup_inner button::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.c-mitsumoriPopup_inner button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-mitsumoriPopup_inner button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-mitsumoriPopup_inner button.-brown::before, .c-mitsumoriPopup_inner button.-brown::after {
  background-color: #422800;
}

.c-mitsumoriPopupLink {
  display: block;
  background-color: #E7E5E0;
  padding: 34px 28px 33px 30px;
  border: 1px solid #422800;
  border-radius: 10px;
  position: relative;
  font-weight: bold;
}
.c-mitsumoriPopupLink::before {
  content: "";
  display: block;
  width: 56px;
  height: 53px;
  background: url("../image/popup-mitsumori-new.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 14px;
}
.c-mitsumoriPopupLink_rect {
  background-color: #422800;
  color: #E7E5E0;
  font-size: 1.2rem;
  padding-left: 46px;
  letter-spacing: 0.07em;
  line-height: 24px;
  margin-right: -10px;
}
.c-mitsumoriPopupLink_rect.-v2 {
  margin-right: 3px;
  font-size: 1.3rem;
  padding-left: 10px;
}
.c-mitsumoriPopupLink_head {
  margin-top: 18px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  color: #422800;
  margin-right: -10px;
  margin-bottom: 5px;
}
.c-mitsumoriPopupLink_head.-v2 {
  margin-top: 7px;
  font-size: 2.9rem;
  margin-bottom: 11px;
}
.c-mitsumoriPopupLink_btn {
  margin-top: -7px;
  background: #422800;
  color: #E7E5E0;
  font-family: "Noto Serif JP", serif;
  height: 48px;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  padding: 0 16px;
  position: relative;
  transition: background-color 0.5s;
}
.c-mitsumoriPopupLink_btn span {
  background: #E7E5E0;
  color: #422800;
  font-size: 1.1rem;
  margin-right: 11px;
  width: 28px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.5s;
}
.c-mitsumoriPopupLink_btn::after {
  content: "";
  display: block;
  width: 5.5px;
  height: 6.7px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../image/popup-mitsumori-arrow.svg");
  background-size: cover;
}
.c-mitsumoriPopupLink_btn.-v2 {
  margin-top: 16px;
}

.c-mitsumoriPopupLink2 {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.c-mitsumoriPopupLink2::before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: -20px;
  left: -11px;
  background: url("../image/popup-mitsumori-new2.png") no-repeat;
  background-size: cover;
}
.c-mitsumoriPopupLink2_head {
  height: 42px;
  display: flex;
  align-items: center;
  padding-left: 50px;
  background-color: #422800;
  color: #D9D9D9;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.03em;
}
.c-mitsumoriPopupLink2_body {
  padding: 24px 30px;
  background-color: #E7E5E0;
  font-weight: bold;
  color: #422800;
}

.c-reviewCards {
  display: grid;
  gap: 20px;
}

.c-reviewCard {
  background-color: #f7f7f7;
  padding: 24px 16px;
}
.c-reviewCard_category {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.c-reviewCard_category li {
  color: #888;
  font-size: 1.2rem;
  line-height: 9px;
}
.c-reviewCard_category li span {
  color: #333;
  font-weight: 500;
}
.c-reviewCard_star {
  margin-top: 16px;
  display: flex;
  gap: 4px;
  align-items: center;
  height: 20px;
}
.c-reviewCard_star > div {
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("../image/icon-star-none.svg");
}
.c-reviewCard_star > div.-star {
  background-image: url("../image/icon-star.svg");
}
.c-reviewCard_star > span {
  font-weight: bold;
  margin-left: 8px;
}
.c-reviewCard_title {
  margin-top: 16px;
  font-weight: 700;
  font-size: 1.5rem;
}
.c-reviewCard_text {
  margin-top: 8px;
  font-size: 1.3rem;
}
.c-reviewCard_bottom {
  margin-top: 8px;
  font-size: 1.2rem;
  color: #888;
  display: flex;
  justify-content: space-between;
}
.c-reviewCard_tag {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  line-height: 9px;
}
.c-reviewCard_tag li {
  font-size: 1.2rem;
  padding: 4px 8px;
  border-radius: 20px;
  color: #666;
  background-color: #ECECEC;
  border: 1px solid #ddd;
}
.c-reviewCard_case {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.c-reviewCard_case > a {
  color: #4CB1C8;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.c-reviewCard_case > a::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: cover;
  background-image: url("../image/icon-repair.svg");
  margin-right: 8px;
}
.c-reviewCard_case > a span {
  text-decoration: underline;
}
@media screen and (min-width: 768px){
  .p-case {
    padding-bottom: 100px;
  }
  .p-case_mainContainer {
    padding-top: 60px;
  }
  .p-case_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .p-case h1 {
    margin-bottom: 0;
    font-size: 3.4rem;
  }
  .p-case_section {
    margin-bottom: 60px;
  }
  .p-case_section.hasMarginTop {
    margin-top: 90px;
  }
  .p-case_section.-shop_repair {
    margin-top: 60px;
  }
  .p-case_section h2 {
    margin: 0 0 30px;
    padding: 12px 20px;
    font-size: 2.6rem;
    line-height: 1.53;
  }
  .p-case_narrowDown::before {
    content: "絞り込む";
    font-size: 1.3rem;
    margin-right: 3px;
  }
  .p-case_narrowDown_select {
    gap: 8px;
  }
  .p-case_narrowDown_select > div {
    width: 163px;
  }
  .p-case_narrowDown button {
    width: 112px;
    cursor: pointer;
  }
  .p-case_narrowDown button::after {
    content: "絞り込み";
    margin-left: 8px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .p-case_narrowDown button img {
    width: 16px;
  }
  .p-case_count {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
  .p-case_count span {
    font-size: 2.4rem;
  }
  .p-case_none {
    padding-bottom: 0px;
  }
  .p-case_none .ttl-md-v2 {
    font-size: 2.4rem;
  }
  .p-case .pager {
    margin-top: 60px;
  }
  .p-case_cv {
    margin: 60px 0 0;
    padding: 32px 0 48px;
  }
  .p-case_cv ul {
    margin: 0 auto;
    width: 616px;
    gap: 16px;
    flex-direction: row-reverse;
  }
  .p-case_cv ul li {
    flex-basis: 50%;
  }
  .p-case_cv_online.-small::before {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -9px;
  }
  .p-case_cv_online.-small span {
    display: inline;
    font-size: 1.2rem;
  }
  .p-case_cv_online.-small::after {
    margin-top: -5px;
    display: block;
    font-size: 1rem;
    right: 23px;
  }
  .p-case_cv_online.-shopsearch {
    margin-right: auto;
    margin-left: auto;
    max-width: 300px;
    margin-bottom: 23px;
  }
  .p-case_cv_shop.-small::before {
    display: block;
    width: 16px;
    height: 16px;
    margin-top: -8px;
  }
  .p-case_cv_shop.-small::after {
    margin-top: -5px;
    display: block;
    font-size: 1rem;
    right: 23px;
  }
  .p-case_list {
    margin-top: 80px;
  }
  .p-case_list + .p-case_list {
    margin-top: 40px;
    padding-top: 40px;
  }
  .p-case_list h2 {
    font-size: 2.2rem;
    line-height: 1.45;
  }
  .p-case_list ul {
    gap: 8px;
  }
  .p-case_list ul a {
    padding: 7px 20px;
    font-size: 1.4rem;
  }
  .p-case_movie {
    margin-top: 80px;
    padding-bottom: 30px;
  }
  .p-case_movie_wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
  }
  .p-case_movie .link-normal {
    margin-top: 30px;
  }
  .p-case_movie .link-normal a {
    text-decoration: underline;
  }
  .p-caseCat_head {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 48px;
    padding: 40px;
    flex-direction: row;
    align-items: flex-start;
    gap: 32px;
  }
  .p-caseCat_head_text {
    line-height: 1.86;
  }
  .p-caseDetail_head {
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .p-caseDetail_head > div {
    flex: 1;
  }
  .p-caseDetail_head time {
    font-size: 1.4rem;
  }
  .p-caseDetail_head h1 {
    font-size: 3rem;
  }
  .p-caseDetail_category {
    margin-top: 28px;
  }
  .p-caseDetail_tag {
    margin-top: 16px;
  }
  .p-caseDetail_img {
    flex-basis: 440px;
    height: 190px;
  }
  .p-caseDetail_img li::before {
    font-size: 1.3rem;
    padding: 6px 16px;
  }
  .p-caseDetail_table dl dt,
.p-caseDetail_table dl dd {
    padding: 20px;
  }
  .p-caseDetail_table dl dt {
    flex-basis: 190px;
  }
  .p-caseDetail_table dl dd {
    flex-basis: calc(100% - 190px);
  }
  .p-caseDetail_imgSet {
    padding: 40px;
  }
  .p-caseDetail_imgSet + .p-caseDetail_imgSet {
    margin-top: 16px;
  }
  .p-caseDetail_imgSet_head {
    font-size: 1.8rem;
    line-height: 13px;
  }
  .p-caseDetail_imgSet ul {
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }
  .p-caseDetail_imgSet ul li {
    height: 125px;
  }
  .p-caseDetail_modalContents {
    max-width: 500px;
    padding: 20px;
  }
  .p-caseDetail_modalContents > button::before, .p-caseDetail_modalContents > button::after {
    width: 17px;
  }
  .p-caseDetail_modalContents > button {
    width: 48px;
    height: 48px;
  }
  .p-caseDetail_movie {
    margin-top: 80px;
  }
  .p-caseDetail_movie h2 {
    font-size: 2.2rem;
  }
  .p-caseDetail_review {
    margin-top: 80px;
  }
  .p-caseDetail_review h2 {
    font-size: 2.2rem;
  }
  .p-caseDetail_related {
    margin-top: 80px;
  }
  .p-review_desc {
    margin-bottom: 60px;
  }
  .p-reviewPager {
    height: 36px;
    width: 216px;
    margin-right: auto;
    margin-left: auto;
  }
  .p-reviewPager_arrow {
    width: 36px;
    height: 36px;
  }
  .p-reviewPager ul {
    gap: 8px;
  }
  .p-reviewPager ul a {
    width: 8px;
    height: 8px;
  }
  .p-reviewBtn {
    margin-top: 40px;
  }
  .p-caseCardWrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 26px;
  }
  .p-caseCard_img {
    height: 136px;
  }
  .c-fixedCV {
    display: none;
    padding: 16px 0;
  }
  .inCasePage .c-fixedCV {
    display: block;
  }
  .c-fixedCV ul {
    margin: 0 auto;
    width: 536px;
    height: 44px;
    gap: 16px;
  }
  .c-fixedCV-area {
    display: none;
    height: 76px;
  }
  .inCasePage .c-fixedCV-area {
    display: block;
  }
  .header-nav--recruit.v2 {
    margin-right: 14px;
  }
  .home .low .header-nav--recruit.v2 {
    margin-right: 7px;
  }
  .header-nav--shopsearch.v2 {
    display: flex;
    align-items: center;
  }
  .header-nav--shopsearch.v2 + .header-nav--shopsearch.v2 {
    margin-left: 4px;
    margin-right: 16px;
  }
  .header-nav--shopsearch.v2 a.header-nav_title {
    width: 140px;
    height: 52px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00597A;
    color: #fff;
    border-radius: 6px;
  }
  .header-nav--shopsearch.v2 a.header-nav_title > img {
    margin-right: 5px;
  }
  .header-nav--shopsearch.v2 a.header-nav_title.-mitsumori {
    background-color: #AF1F24;
  }
  .header-nav--shopsearch.v2 a.header-nav_title.-mitsumori > img {
    margin-right: 8px;
  }
  .header-nav--shopsearch.v2 a.header-nav_title.-mitsumori.-notHome {
    height: 100%;
    border-radius: 0;
  }
  .home .low .header-nav--shopsearch.v2 a.header-nav_title.-mitsumori {
    background-color: #AF1F24;
  }
  .home .low .header-nav--shopsearch.v2 a.header-nav_title {
    padding: 0;
  }
  .c-howToUse {
    padding: 80px 0;
  }
  .c-howToUse h2 {
    font-size: 3.2rem;
    line-height: 1;
  }
  .c-howToUse_cards {
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 20px;
  }
  .c-howToUse_card {
    padding: 32px 40px;
  }
  .c-howToUse_card h3 {
    font-size: 2rem;
    line-height: 15px;
  }
  .c-howToUse_card p {
    margin-top: 16px;
  }
  .c-howToUse_card.-big {
    padding-top: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .c-howToUse_card.-big::before {
    top: 24px;
    right: 50%;
    transform: translateX(50%);
    width: 100px;
    height: 100px;
  }
  .c-howToUse_card.-big > .btn {
    margin-top: 24px;
    max-width: 260px;
  }
  .c-howToUse_card.-shop h3 {
    margin-top: 0px;
  }
  .c-howToUse_card.-shop p {
    margin-top: 16px;
  }
  .c-howToUse_card_tag {
    font-size: 1.3rem;
    padding: 5px 10px;
    margin-bottom: 0;
  }
  .c-howToUse_card_head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .c-howToUse_card.-mitsumori p {
    margin-top: 16px;
  }
  .c-mitsumoriPopup_inner button {
    cursor: pointer;
  }
  .c-mitsumoriPopupLink:hover {
    opacity: 1;
  }
  .c-mitsumoriPopupLink:hover .c-mitsumoriPopupLink_btn {
    color: #b6ac9d;
  }
  .c-mitsumoriPopupLink:hover .c-mitsumoriPopupLink_btn span {
    background: #b6ac9d;
  }
  .c-reviewCards {
    gap: 26px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px){
  .p-case .service-other {
    display: none;
  }
}