@charset "UTF-8";
:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* m-plus-2-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/m-plus-2-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-2-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/m-plus-2-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* .l-container
================================================ */
#contents_foryou_maibotsu .l-container {
  padding-top: 0;
}

/* 共通
================================================ */
@media all and (min-width: 768px) {
  .c-case01 + .c-note01 {
    width: 780px;
    margin-inline: auto;
  }
}

.balloon {
  color: #fff;
  background-color: rgb(var(--red));
  line-height: 1;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto 0;
  padding: 0.3em 0.6em;
  position: relative;
  border-radius: 100vmax;
}
@media all and (min-width: 768px) {
  .balloon {
    padding: 10px;
  }
}

/* .contents_foryou_maibotsu__head
================================================ */
.contents_foryou_maibotsu__head01 {
  color: #fff;
  background-color: #d4958d;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 20px;
  padding: 0.6em 0;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu__head01 {
    font-size: 3.8rem;
    margin-bottom: 40px;
  }
}
.contents_foryou_maibotsu__head01-sub {
  font-size: 1.4rem;
  font-weight: normal;
  display: block;
  margin-bottom: 0.3em;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu__head01-sub {
    font-size: 2.2rem;
  }
}
.contents_foryou_maibotsu__head02 {
  text-align: center;
}
.contents_foryou_maibotsu__head02-inner {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.4rem;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu__head02-inner {
    font-size: 3.8rem;
  }
}
.contents_foryou_maibotsu__head02-sub {
  color: #fff;
  background-color: #bc0753;
  font-size: 1.6rem;
  border-radius: 9999px;
  padding: 0.4em 1em;
  margin-bottom: 1em;
  display: inline-block;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu__head02-sub {
    font-size: 2rem;
  }
}
.contents_foryou_maibotsu__head02-img {
  width: 37.6vw;
  display: block;
  margin-inline: auto;
  margin-top: 0.2em;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu__head02-img {
    width: 100%;
  }
}

/* .contents_foryou_maibotsu-mainimg
================================================ */
.contents_foryou_maibotsu-mainimg {
  background: #c4a49d;
}

/* .contents_foryou_maibotsu-campaign
================================================ */
.contents_foryou_maibotsu-campaign {
  text-align: center;
}
.contents_foryou_maibotsu-campaign img {
  filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.3));
}

/* .contents_foryou_maibotsu-about
================================================ */
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-about .c-note01 {
    width: 690px;
    margin-inline: auto;
  }
}

/* .contents_foryou_maibotsu-merit
================================================ */
.contents_foryou_maibotsu-merit {
  background-color: #d4958d;
  padding: 10px 0 20px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-merit {
    padding: 20px 0 40px;
  }
}
.contents_foryou_maibotsu-merit__head {
  width: 59.86vw;
  margin-inline: auto;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-merit__head {
    width: 100%;
  }
}
.contents_foryou_maibotsu-merit__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-merit__list {
    width: 690px;
    margin-inline: auto;
    gap: 40px;
  }
}
.contents_foryou_maibotsu-merit__item {
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-merit__item {
    padding: 30px;
  }
}
.contents_foryou_maibotsu-merit__item-head {
  font-size: 2rem;
  padding-left: 35px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-merit__item-head {
    font-size: 2.6rem;
    padding-left: 44px;
  }
}
.contents_foryou_maibotsu-merit__item-head::before {
  width: 28px;
  height: 28px;
  font-size: 1.6rem;
  background-color: #d4958d;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-merit__item-head::before {
    font-size: 2.4rem;
    width: 36px;
    height: 36px;
  }
}

/* .contents_foryou_maibotsu-recommend
================================================ */
.contents_foryou_maibotsu-recommend {
  background: #f4f0eb;
  padding: 20px 0;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-recommend {
    padding: 40px 0;
  }
}
.contents_foryou_maibotsu-recommend .c-recommend02 {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-recommend .c-recommend02 {
    margin-top: 35px;
  }
}

/* .contents_foryou_maibotsu-method
================================================ */
.contents_foryou_maibotsu-method__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, max-content);
  justify-content: center;
  gap: 15px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-method__list {
    grid-template-columns: repeat(2, 330px);
    gap: 30px;
  }
}
.contents_foryou_maibotsu-method__item {
  background-color: rgb(var(--bg));
  border: 1px solid #c5c5c5;
}
.contents_foryou_maibotsu-method__item-img {
  border: 4px solid #fff;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-method__item-img {
    border: 6px solid #fff;
  }
}
.contents_foryou_maibotsu-method__item-txt {
  border-top: 1px solid #c5c5c5;
  padding: 15px;
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-method__item-txt {
    padding: 20px;
    font-size: 1.8rem;
  }
}
.contents_foryou_maibotsu-method__item-head {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.8rem;
  color: #bc0753;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  line-height: 1;
  margin-bottom: 0.2em;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-method__item-head {
    font-size: 4.2rem;
  }
}
.contents_foryou_maibotsu-method__item-head-sub {
  font-size: 1.8rem;
  margin-right: 0.2em;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-method__item-head-sub {
    font-size: 2.4rem;
  }
}

/* .contents_foryou_maibotsu-difference
================================================ */
.contents_foryou_maibotsu-difference thead th {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  border-radius: 9999px;
  padding: 0.5em 0;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-difference thead th {
    font-size: 2.6rem;
    padding: 0.7em 0;
  }
}
.contents_foryou_maibotsu-difference thead th.is-sekkai {
  background-color: #716669;
}
.contents_foryou_maibotsu-difference thead th.is-maibotsu {
  background-color: #bc0753;
}
.contents_foryou_maibotsu-difference thead td {
  text-align: center;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-difference thead td {
    font-size: 2.2rem;
  }
}
.contents_foryou_maibotsu-difference tbody tr {
  border-bottom: 1px solid #dbdbdb;
}
.contents_foryou_maibotsu-difference tbody td {
  width: 40%;
  font-size: 1.4rem;
  padding: 10px;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-difference tbody td {
    font-size: 1.8rem;
    padding: 30px;
  }
}
.contents_foryou_maibotsu-difference tbody td:nth-child(2) {
  width: 20%;
  font-size: 1.2rem;
  text-align: center;
  vertical-align: middle;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-difference tbody td:nth-child(2) {
    font-size: 1.6rem;
  }
}

/* .contents_foryou_maibotsu-combination
================================================ */
.contents_foryou_maibotsu-combination__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(2rem + 0.1em + 20px);
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__list {
    gap: calc(3.6rem + 0.1em + 40px);
  }
}
.contents_foryou_maibotsu-combination__item {
  position: relative;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__item {
    width: 684px;
  }
}
.contents_foryou_maibotsu-combination__item:not(:first-child)::before {
  content: "＋";
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  background-color: #8b5e56;
  border-radius: 9999px;
  padding: 0.1em;
  display: inline-block;
  position: absolute;
  top: calc((2rem + 0.1em + 10px) * -1);
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__item:not(:first-child)::before {
    font-size: 3.6rem;
    top: calc((3.6rem + 0.1em + 20px) * -1);
  }
}
.contents_foryou_maibotsu-combination__item-inner {
  border: 3px solid #8b5e56;
  border-radius: 10px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__item-inner {
    border: 5px solid #8b5e56;
  }
}
.contents_foryou_maibotsu-combination__item-txt {
  color: #fff;
  background-color: #8b5e56;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 0;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__item-txt {
    font-size: 2.4rem;
  }
}
.contents_foryou_maibotsu-combination__item-img img {
  border-radius: 0 0 7px 7px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__item-img img {
    border-radius: 0 0 6px 6px;
  }
}
.contents_foryou_maibotsu-combination__sublist {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__sublist {
    gap: 30px;
  }
}
.contents_foryou_maibotsu-combination__subitem {
  width: 100%;
}
.contents_foryou_maibotsu-combination__subitem-inner {
  border: 3px solid #8b5e56;
  background-color: #8b5e56;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__subitem-inner {
    border: 5px solid #8b5e56;
    background-color: #fff;
  }
}
.contents_foryou_maibotsu-combination__subitem-img {
  background-color: #fff;
  border-radius: 7px 7px 0 0;
  margin-inline: auto;
  padding: 15px 0;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__subitem-img {
    border-radius: 6px 6px 0 0;
    padding: 30px 0;
  }
}
.contents_foryou_maibotsu-combination__subitem-txt {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  padding: 0.6em 0 0.4em;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__subitem-txt {
    font-size: 2rem;
    background-color: #8b5e56;
  }
}
.contents_foryou_maibotsu-combination__subitem-txt::after {
  content: "▶";
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-combination__subitem-txt::after {
    font-size: 1.6rem;
  }
}

/* .contents_foryou_maibotsu-price
================================================ */
.contents_foryou_maibotsu-price-balloon {
  text-align: center;
  margin-bottom: 20px;
}
.contents_foryou_maibotsu-price-balloon__txt {
  position: relative;
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  background: #a70d15;
  border-radius: 9999px;
  padding: 10px;
}
.contents_foryou_maibotsu-price-balloon__txt::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 10px solid #a70d15;
  border-bottom: 0;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-price-balloon {
    margin-bottom: 40px;
  }
  .contents_foryou_maibotsu-price-balloon__txt {
    display: inline-block;
    font-size: 2.6rem;
    padding: 15px 100px;
  }
  .contents_foryou_maibotsu-price-balloon__txt::after {
    bottom: -20px;
    border-right: 11px solid transparent;
    border-left: 11px solid transparent;
    border-top: 20px solid #a70d15;
  }
}
.contents_foryou_maibotsu-price__sub {
  position: relative;
  margin-bottom: 15px;
}
.contents_foryou_maibotsu-price__sub::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #a70d15;
  border-bottom: 0;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-price__sub {
    margin-bottom: 0;
  }
  .contents_foryou_maibotsu-price__sub::after {
    bottom: 50%;
    left: 105%;
    transform: translateY(50%);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #a70d15;
    border-right: 0;
  }
}
.contents_foryou_maibotsu-price__txt-normal {
  font-size: 0.85em;
}
.contents_foryou_maibotsu-price__txt-cancel {
  position: relative;
}
.contents_foryou_maibotsu-price__txt-cancel::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(var(--black));
}
.contents_foryou_maibotsu-price__main {
  color: #a70d15;
}
.contents_foryou_maibotsu-price__txt-monitor {
  position: relative;
  top: 8px;
}
.contents_foryou_maibotsu-price__txt-monitor::before {
  position: absolute;
  top: 0;
  transform: translateY(-80%);
  left: 0;
  content: "モニター価格";
  font-size: 0.6em;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-price__txt-monitor {
    top: 12px;
  }
}
.contents_foryou_maibotsu-price-note {
  position: relative;
}
.contents_foryou_maibotsu-price-note::before {
  position: absolute;
  top: -15px;
  left: -10px;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/ico_note01.png) 0 0 no-repeat;
  background-size: contain;
}
@media all and (min-width: 768px) {
  .contents_foryou_maibotsu-price-note::before {
    top: -25px;
    left: -25px;
    width: 64px;
    height: 64px;
  }
}