@charset "UTF-8";

:root {
  --viewport: 750;

  --mainColor: #081138;
  --black: #111;
  --gray: #D9D9D9;
  --lightGray: #EEF0F5;
  --blue: #20396F;
  --lightBlue: #71B1FF;
  --yellow: #FFE347;
  --lightYellow: #FFF9D5;
  --orange: #FF740F;
  --lightOrange: #F9B90F;
  --higeBlue: #486691;
  --lightHigeBlue: #4E88B6;
}

.shippori-antique-regular {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lh2 {
  line-height: 2;
}
.font-oswald {
  font-weight: normal !important;
  transform: skew(0deg);
}
.font_lightBlue {
  color: var(--lightBlue);
}
.font_yellow {
  color: var(--yellow);
}
.font_lightYellow {
  color: var(--lightYellow);
}
.font_orange {
  color: var(--orange);
}
.pb0 {
  padding-bottom: 0 !important;
}

.inner {
  padding: 0 calc(100vw / var(--viewport) * 32);
}
@media screen and (min-width:768px) {
  .inner {
    padding: 0;
  }
}

.priceBox .count {
  font-size: 16px;
  margin-right: 10px;
}
.priceBox .count .num {
  font-size: 24px;
}
.priceBox .price {
  font-size: 64px;
  margin-right: 5px;
}
.priceBox .yen {
  font-size: 20px;
}
.priceBox .yen .tax:after {
  font-size: 8px;
}
.priceBox .caution {
  font-size: 8px;
  right: 16px;
  bottom: 10px;
}

.separator {
  text-align: center;
  position: relative;
  margin-top: calc(100vw / var(--viewport) * 64);
  margin-bottom: calc(100vw / var(--viewport) * 44);
}
.separator:before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--blue);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.separator span {
  background: var(--lightGray);
  position: relative;
  z-index: 1;
  padding: 0 1em;
}
.arrow {
  text-align: center;
}
.arrow span {
  font-weight: bold;
  text-align: center;
  position: relative;
}
.arrow span:before,
.arrow span:after {
  content: "";
  background: #333;
  width: 2px;
  height: calc(100vw / var(--viewport) * 57);
  position: absolute;
  top: auto;
}
.arrow span:before {
  left: -1em;
  transform: rotate(-32deg);
  transform-origin: top left;
}
.arrow span:after {
  right: -1em;
  transform: rotate(32deg);
  transform-origin: top right;
}
.ttl_aco {
  cursor: pointer;
}
.body_aco {
  display: none;
}
.modal_content {
  display: none;
}
.bodys .flex {
  display: none;
}
.bodys .flex.active {
  display: flex;
  animation: fadeIn 0.4s ease-out forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width:768px) {
  .separator {
    margin-top: 30px;
    margin-bottom: 22px;
  }
  .arrow span:before, .arrow span:after {
    height: 28px;
  }
}

h2,
h3 {
  line-height: 1.25;
}

body {
  color: var(--mainColor);
  font-size: calc(100vw / var(--viewport) * 28);
  font-family: "Noto Sans JP", serif;
}
@media screen and (min-width:768px) {
  body {
    font-size: 14px;
  }
}

/* breadcrumb */
.breadcrumb {
  color: #fff;
  background: #000;
  padding: calc(100vw / var(--viewport) * 64) 0;
}
.breadcrumb ul {
  margin: 0 calc(100vw / var(--viewport) * 32);
}
.breadcrumb ul li{
  padding: 0;
}
.breadcrumb ul li a:after {
  content: ">";
  background: none;
}
.breadcrumb a {
  color: #fff !important;
  font-size: calc(100vw * (10 / 375));
}
.breadcrumb h1 {
  font-size: calc(100vw * (10 / 375));
}
@media screen and (min-width:768px) {
  .breadcrumb {
    padding: 15px 0 28px;
  }
  .breadcrumb ul {
    width: 800px;
    margin: 0 auto;
  }
  .breadcrumb a,
  .breadcrumb h1 {
    font-size: 12px;
  }
}

/* skipLink */
.skipLink {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  line-height: 1.25;
  background: var(--higeBlue);
  padding: calc(100vw / var(--viewport) * 40) 0;
}
.skipLink ul {
  flex-wrap: wrap;
}
.skipLink li {
  width: 32.55%;
  position: relative;
  box-sizing: border-box;
}
.skipLink a {
  color: var(--blue);
  display: block;
  text-align: center;
  height: calc(100vw / var(--viewport) * 162);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(100vw / var(--viewport) * 10);
  padding-top: calc(100vw / var(--viewport) * 38);
}
.skipLink li:before {
  content: "";
  width: calc(100vw / var(--viewport) * 40);
  height: calc(100vw / var(--viewport) * 40);
  position: absolute;
  top: calc(100vw / var(--viewport) * 20);
  left: 0;
  right: 0;
  margin: 0 auto;
  pointer-events: none;
}
.skipLink li.icon_about:before {
  background: url(/img/price/needle/skipLink/icon_about.png) center center no-repeat;
  background-size: 100% auto;
}
.skipLink li.icon_merit:before {
  background: url(/img/price/needle/skipLink/icon_merit.png) center center no-repeat;
  background-size: 100% auto;
}
.skipLink li.icon_versus:before {
  background: url(/img/price/needle/skipLink/icon_versus.png) center center no-repeat;
  background-size: 100% auto;
}
.skipLink li.icon_case:before {
  background: url(/img/price/needle/skipLink/icon_case.png) center center no-repeat;
  background-size: 100% auto;
}
.skipLink li.icon_diff:before {
  background: url(/img/price/needle/skipLink/icon_diff.png) center center no-repeat;
  background-size: 100% auto;
}
.skipLink li.icon_price:before {
  background: url(/img/price/needle/skipLink/icon_price.png) center center no-repeat;
  background-size: 100% auto;
}
.skipLink li:after {
  content: '';
  width: calc(100vw / var(--viewport) * 20);
  height: calc(100vw / var(--viewport) * 12);
  background: var(--higeBlue);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * 10);
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .skipLink li:nth-child(n+4) {
    margin-top: calc(100vw / var(--viewport) * 40);
  }
}
@media screen and (min-width:768px) {
  .skipLink {
    font-size: 12px;
    padding: 20px 0;
  }
  .skipLink a {
    width: 130px;
    height: 81px;
    border-radius: 5px;
    padding-top: 15px;
  }
  .skipLink ul {
    width: 800px;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .skipLink li:before {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .skipLink li:after {
    width: 10px;
    height: 6px;
    bottom: 5px;
  }
}

/* about */
#about {
  color: #eee;
  background: var(--black);
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#about h2 {
  color: var(--yellow);
  font-size: calc(100vw / var(--viewport) * 56);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#about .hiddenBox {
  color: var(--mainColor);
  background: var(--lightGray);
  max-height: calc(100vw / var(--viewport) * 1360);
  padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 16) 0;
  margin-top: calc(100vw / var(--viewport) * 80);
  /*transition: max-height 0.4s ease-in-out;*/
  overflow: hidden;
  position: relative;
}
#about .hiddenBox h3 {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#about .hiddenBox h3 .sub {
  font-size: calc(100vw / var(--viewport) * 32);
}
#about .hiddenBox h3 .big {
  font-size: calc(100vw / var(--viewport) * 50); /* 52 */
}
#about .hiddenBox .hiddenBoxWrapper {
  padding-bottom: calc(100vw / var(--viewport) * 202);
}
#about .hiddenBox:after {
  content: "";
  width: 100%;
  height: calc(100vw / var(--viewport) * 202);
  background: linear-gradient(rgba(238,240,245,0), var(--lightGray));
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#about .hiddenBox .button {
  width: calc(100vw / var(--viewport) * 424);
  height: calc(100vw / var(--viewport) * 82);
  background: #fff;
  border-radius: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 calc(100vw / var(--viewport) * 8) calc(100vw / var(--viewport) * 8) rgba(0,0,0,.25);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * 60);
  margin: 0 auto;
  z-index: 6;
  cursor: pointer;
}
#about .hiddenBox .button span {
  padding-right: calc(100vw / var(--viewport) * 60);
  position: relative;
}
#about .hiddenBox .button span:after {
  content: "";
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 14);
  height: calc(100vw / var(--viewport) * 14);
  position: absolute;
  top: calc(50% - calc(100vw / var(--viewport) * 5));
  right: 0;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
#about .hiddenBox.active .button {
  background: none;
  box-shadow: none;
}
#about .hiddenBox.active .button span:after {
  top: calc(50% - calc(100vw / var(--viewport) * -5));
  transform: translateY(-50%) rotate(-45deg);
}
#about .hiddenBox .hiddenBoxWrapper ul {
  gap: 1px;
}
#about .hiddenBox .hiddenBoxWrapper ul li {
  font-size: calc(100vw / var(--viewport) * 20);
  text-align: center;
  line-height: 1.5;
  background: #fff;
  width: 50%;
  padding-bottom: calc(100vw / var(--viewport) * 40);
}
#about .hiddenBox .hiddenBoxWrapper ul li .midashi {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  line-height: 1.25;
  padding: calc(100vw / var(--viewport) * 12);
}
#about .hiddenBox .hiddenBoxWrapper ul li.mens .midashi {
  color: #fff;
  background: var(--lightHigeBlue);
}
#about .hiddenBox .hiddenBoxWrapper ul li.other .midashi {
  background: var(--gray);
}
#about .hiddenBox .hiddenBoxWrapper ul li .big {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: bold;
  line-height: 1;
  margin-top: calc(100vw / var(--viewport) * 40);
}
#about .hiddenBox .hiddenBoxWrapper ul li .text {
  margin-top: calc(100vw / var(--viewport) * 20);
}
#about .hiddenBox .hiddenBoxWrapper .caution {
  font-size: calc(100vw / var(--viewport) * 16);
  margin-top: calc(100vw / var(--viewport) * 20);
}
@media screen and (max-width:767px) {
  #about .hiddenBox h3 {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    align-items: center;
  }
}
@media screen and (min-width:768px) {
  #about {
    padding: 80px 0;
  }
  #about h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #about .pc_flex {
    width: 900px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
  #about .pc_flex img {
    width: 430px;
  }
  #about .pc_flex > div {
    width: 430px;
  }
  #about .hiddenBox {
    width: 1100px;
    max-height: 560px;
    padding: 40px;
    margin: 40px auto 0;
    box-sizing: border-box;
  }
  #about .hiddenBox:after {
    height: 101px;
  }
  #about .hiddenBox .pc_flex {
    width: 100%;
  }
  #about .hiddenBox .pc_flex .left {
    width: 410px;
    padding-top: 125px;
    padding-left: 40px;
  }
  #about .hiddenBox .pc_flex .right {
    width: 490px;
  }
  #about .hiddenBox h3 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
  #about .hiddenBox h3 > span {
    display: block;
  }
  #about .hiddenBox h3 .sub {
    font-size: 16px;
  }
  #about .hiddenBox h3 .big {
    font-size: 30px;
  }
  #about .hiddenBox .button {
    width: 212px;
    height: 41px;
    box-shadow: 0 4px 4px rgba(0,0,0,.25);
    left: initial;
    right: 178px;
    bottom: 70px;
  }
  #about .hiddenBox .button span {
    padding-right: 30px;
  }
  #about .hiddenBox .button span:after {
    width: 7px;
    height: 7px;
    top: 5px;
  }
  #about .hiddenBox.active .button span:after {
    top: calc(50% + 3px);
  }
  #about .hiddenBox .hiddenBoxWrapper {
    padding-bottom: 170px;
  }
  #about .hiddenBox .hiddenBoxWrapper .separator:nth-child(1) {
    margin-top: 0;
  }
  #about .hiddenBox .hiddenBoxWrapper ul li {
    font-size: 12px;
    padding-bottom: 20px;
  }
  #about .hiddenBox .hiddenBoxWrapper ul li .midashi {
    font-size: 12px;
    padding: 6px;
  }
  #about .hiddenBox .hiddenBoxWrapper ul li .big {
    font-size: 32px;
    margin-top: 20px;
  }
  #about .hiddenBox .hiddenBoxWrapper ul li .text {
    margin-top: 10px;
  }
  #about .hiddenBox .hiddenBoxWrapper .caution {
    font-size: 10px;
    margin-top: 10px;
  }
}

/* merit */
#merit {
  color: #eee;
  background: var(--higeBlue);
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#merit h2 {
  color: var(--yellow);
  font-size: calc(100vw / var(--viewport) * 56);
  text-align: center;
  line-height: 1.25;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#merit h3 {
  color: var(--yellow);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  border-left: calc(100vw / var(--viewport) * 6) solid var(--yellow);
  padding-top: calc(100vw / var(--viewport) * 10);
  padding-left: calc(100vw / var(--viewport) * 40);
  padding-bottom: calc(100vw / var(--viewport) * 10);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#merit .text {
  margin-top: calc(100vw / var(--viewport) * 40);
}
#merit h3:before {
  content: "";
}
#merit .pc_grid:nth-child(n+2) {
  margin-top: calc(100vw / var(--viewport) * 80);
}
@media screen and (min-width:768px) {
  #merit {
    padding: 80px 0;
  }
  #merit h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #merit h3 {
    font-size: 20px;
    border-left: 3px solid var(--yellow);
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  #merit .text {
    margin-top: 0;
  }
  #merit h3:before {
    content: "";
  }
  #merit .pc_grid:nth-child(n+2) {
    margin-top: 40px;
  }
  #merit .pc_grid {
    width: 1100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 40px;
    grid-template-areas:
      "item1 item2"
      "item3 item2";
    align-items: start;
    margin: 0 auto;
  }
  #merit .item1 { grid-area: item1; }
  #merit .item2 { grid-area: item2; }
  #merit .item3 { grid-area: item3; }
}

/* versus */
#versus {
  color: #fff;
  background: var(--black);
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#versus h2 {
  color: var(--yellow);
  font-size: calc(100vw / var(--viewport) * 32);
  text-align: center;
  line-height: 2;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#versus h2 .square {
  border: calc(100vw / var(--viewport) * 2) solid var(--yellow);
  padding: 0.5em;
}
#versus h2 .big {
  font-size: calc(100vw / var(--viewport) * 56);
}
#versus .hiddenBox {
  max-height: calc(100vw / var(--viewport) * 1360);
  transition: max-height 0.4s ease-in-out;
  position: relative;
  overflow: hidden;
}
#versus .hiddenBox .hiddenBoxWrapper {
  padding-bottom: calc(100vw / var(--viewport) * 202);
}
#versus .hiddenBox:after {
  content: "";
  width: 100%;
  height: calc(100vw / var(--viewport) * 202);
  background: linear-gradient(rgba(0,0,0,0), #000);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
#versus .hiddenBox .button {
  color: var(--mainColor);
  width: calc(100vw / var(--viewport) * 424);
  height: calc(100vw / var(--viewport) * 82);
  background: #fff;
  border-radius: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 calc(100vw / var(--viewport) * 8) calc(100vw / var(--viewport) * 8) rgba(0,0,0,.25);
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * 60);
  margin: 0 auto;
  z-index: 6;
  cursor: pointer;
}
#versus .hiddenBox .button span {
  padding-right: calc(100vw / var(--viewport) * 60);
  position: relative;
}
#versus .hiddenBox .button span:after {
  content: "";
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 14);
  height: calc(100vw / var(--viewport) * 14);
  position: absolute;
  top: calc(50% - calc(100vw / var(--viewport) * 5));
  right: 0;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
#versus .hiddenBox.active .button {
  color: #fff;
  background: none;
  box-shadow: none;
}
#versus .hiddenBox.active .button span:after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: calc(50% - calc(100vw / var(--viewport) * -5));
  transform: translateY(-50%) rotate(-45deg);
}
#versus .hiddenBoxWrapper ul {
  gap: 1px;
}
#versus .hiddenBoxWrapper ul li {
  color: var(--mainColor);
  font-size: calc(100vw / var(--viewport) * 20);
  text-align: center;
  line-height: 1.5;
  background: #fff;
  width: 50%;
  padding-bottom: calc(100vw / var(--viewport) * 40);
}
#versus .hiddenBoxWrapper ul li.needle {
  background: var(--lightYellow);
}
#versus .hiddenBoxWrapper ul li .midashi {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  line-height: 1.25;
  padding: calc(100vw / var(--viewport) * 12);
}
#versus .hiddenBoxWrapper ul li.needle .midashi {
  background: var(--yellow);
}
#versus .hiddenBoxWrapper ul li.laser .midashi {
  background: var(--gray);
}
#versus .separator:before {
  background: #fff;
}
#versus .separator span {
  color: #fff;
  background: var(--black);
}
#versus .hiddenBoxWrapper ul li .big {
  font-size: calc(100vw / var(--viewport) * 64);
  font-weight: bold;
  line-height: 1;
  margin-top: calc(100vw / var(--viewport) * 40);
}
#versus .hiddenBoxWrapper ul li .text {
  margin-top: calc(100vw / var(--viewport) * 20);
}
#versus .hiddenBoxWrapper .caution {
  font-size: calc(100vw / var(--viewport) * 16);
  margin-top: calc(100vw / var(--viewport) * 20);
}
.hiddenBoxWrapper ul.thin li .text {
  margin-top: calc(100vw / var(--viewport) * 40) !important;
}
#versus #recommend .box {
  color: var(--mainColor);
  background: var(--lightGray);
  padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 16) calc(100vw / var(--viewport) * 50);
  margin-top: calc(100vw / var(--viewport) * 80);
}
#versus #recommend h3 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#versus #recommend h3 .big {
  font-size: calc(100vw / var(--viewport) * 52);
}
#versus #recommend .text {
  margin: calc(100vw / var(--viewport) * 40) auto 0;
}
#versus #recommend .text .moreText {
  display: none;
}
#versus #recommend .more {
  font-size: calc(100vw / var(--viewport) * 24);
  text-align: center;
  display: block;
  margin-top: calc(100vw / var(--viewport) * 20);
  cursor: pointer;
}
#versus #recommend .more span {
  padding-right: calc(100vw / var(--viewport) * 60);
  position: relative;
}
#versus #recommend .more span:after {
  content: "";
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 14);
  height: calc(100vw / var(--viewport) * 14);
  position: absolute;
  top: calc(50% - calc(100vw / var(--viewport) * 5));
  right: 0;
  transform: translateY(-50%) rotate(135deg);
  pointer-events: none;
}
#versus #recommend .more.active span {
  padding-right: 0;
}
#versus #recommend .more.active span:after {
  content: "　×";
  border: none;
  transform: none;
  position: relative;
}

#versus #recommend .each {
  padding: calc(100vw / var(--viewport) * 80) 0 0;
}
#versus #recommend .each h3 .big {
  font-size: calc(100vw / var(--viewport) * 40);
}
#versus #recommend .each .roundBox {
  background: #fff;
  border-radius: calc(100vw / var(--viewport) * 20);
  overflow: hidden;
}
#versus #recommend .each .roundBox .midashi {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  text-align: center;
  padding: calc(100vw / var(--viewport) * 12);
}
#versus #recommend .each .roundBox.first .midashi {
  color: var(--mainColor);
  background: var(--yellow);
}
#versus #recommend .each .roundBox.second .midashi {
  color: #fff;
  background: var(--higeBlue);
}
#versus #recommend .each .roundBox .list {
  color: var(--mainColor);
  font-size: calc(100vw / var(--viewport) * 24);
  line-height: 2;
  padding: calc(100vw / var(--viewport) * 32) calc(100vw / var(--viewport) * 16);
}
#versus #recommend .each .roundBox .list li:before {
  content: "・";
}
@media screen and (max-width:767px) {
  #versus #recommend .each .roundBox.second {
    margin-top: calc(100vw / var(--viewport) * 40);
  }
}
@media screen and (min-width:768px) {
  #versus {
    padding: 80px 0;
  }
  #versus h2 {
    font-size: 20px;
    width: 530px;
    margin: 192px auto 0;
  }
  #versus h2 .square {
    border: 2px solid var(--yellow);
  }
  #versus h2 .big {
    font-size: 36px;
  }
  #versus .pc_flex {
    display: flex;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto;
  }
  #versus .hiddenBox {
    width: 530px;
    max-height: 560px;
  }
  #versus .hiddenBox .hiddenBoxWrapper {
    padding-bottom: 170px;
  }
  #versus .hiddenBox:after {
    height: 101px;
  }
  #versus .hiddenBox .button {
    width: 212px;
    height: 41px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    left: initial;
    right: 178px;
    bottom: 70px;
  }
  #versus .hiddenBox .button span {
    padding-right: 30px;
  }
  #versus .hiddenBox .button span:after {
    width: 7px;
    height: 7px;
    top: 5px;
  }
  #versus .hiddenBox.active .button span:after {
    top: calc(50% + 3px);
  }
  #versus .hiddenBoxWrapper ul li {
    font-size: 12px;
    padding-bottom: 20px;
  }
  #versus .hiddenBoxWrapper ul li .midashi {
    font-size: 12px;
    padding: 6px;
  }
  #versus .hiddenBoxWrapper ul li .big {
    font-size: 32px;
    margin-top: 20px;
  }
  #versus .hiddenBoxWrapper ul li .text {
    margin-top: 10px;
  }
  #versus .hiddenBoxWrapper .caution {
    font-size: 10px;
    margin-top: 10px;
  }
  .hiddenBoxWrapper ul.thin li .text {
    margin-top: 20px !important;
  }
  #versus #recommend {
    width: 1100px;
    margin: 40px auto 0;
  }
  #versus #recommend .box {
    padding: 40px;
    margin-top: 0;
  }
  #versus #recommend .pc_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    gap: 0 40px;
    grid-template-areas:
      "item1 item2"
      "item3 item2";
    align-items: start;
  }
  #versus #recommend .item1 { grid-area: item1; }
  #versus #recommend .item2 { grid-area: item2; }
  #versus #recommend .item3 { grid-area: item3; }
  #versus #recommend h3 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 40px;
  }
  #versus #recommend h3 .big {
    font-size: 26px;
  }
  #versus #recommend .text {
    margin: calc(100vw / var(--viewport) * 40) auto 0;
  }
  #versus #recommend .more {
    display: none;
  }
  #versus #recommend .moreIcon {
    display: none;
  }
  #versus #recommend .text {
    margin: 0;
  }
  #versus #recommend .text .moreText {
    display: inline;
  }
  #versus #recommend .each {
    width: 800px;
    padding: 40px 0 0;
    margin: 0 auto;
  }
  #versus #recommend .each h3 {
    font-size: 16px;
    text-align: center;
  }
  #versus #recommend .each h3 .big {
    font-size: 20px;
  }
  #versus #recommend .each .pc_flex {
    width: 800px;
    margin: 0 auto;
  }
  #versus #recommend .each .roundBox {
    width: 380px;
    border-radius: 10px;
  }
  #versus #recommend .each .roundBox .midashi {
    font-size: 16px;
    padding: 6px;
  }
  #versus #recommend .each .roundBox .list {
    font-size: 12px;
    padding: 16px;
  }
}

/* case */
#case {
  background: var(--lightGray);
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#case h2 {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#case h2 .big {
  font-size: calc(100vw / var(--viewport) * 56);
  line-height: 1.25;
}
#case .box {
  background: #fff;
  padding: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 16);
}
#case .box .midashi {
  color: var(--higeBlue);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#case .balloon {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: var(--higeBlue);
  display: table;
  border-radius: calc(100vw / var(--viewport) * 20);
  padding: calc(100vw / var(--viewport) * 20);
  margin: 0 auto calc(100vw / var(--viewport) * 68);
  position: relative;
}
#case .balloon .big {
  font-size: calc(100vw / var(--viewport) * 36);
}
#case .balloon:after {
  content: "";
  border: calc(100vw / var(--viewport) * 40) solid transparent;
  border-bottom: calc(100vw / var(--viewport) * 40) solid var(--higeBlue);
  position: absolute;
  left: calc(50% - calc(100vw / var(--viewport) * 28));
  transform: translateX(-50%) rotate(-45deg);
  bottom: -15px;
}
#case .bodys .flex {
  gap: 1px;
}
#case .bodys ul li {
  width: 50%;
  height: calc(100vw / var(--viewport) * 366);
  position: relative;
}
#case .bodys .swiper-slide {
  padding-bottom: calc(100vw / var(--viewport) * 41);
}
#case .bodys ul li img,
#case .bodys .swiper-slide img {
  width: auto;
  height: 100%;
}
#case .bodys ul li a,
#case .bodys ul li figure,
#case .bodys .swiper-slide a,
#case .bodys .swiper-slide figure {
  display: block;
  width: 100%;
  height: 100%;
}
#case .bodys ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#case .bodys ul li a,
#case .bodys .swiper-slide a {
  color: var(--higeBlue);
}
#case .bodys ul li figcaption,
#case .bodys .swiper-slide figcaption {
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: bold;
  text-align: center;
  width: 100%;
  bottom: calc(100vw / var(--viewport) * -41);
  height: calc(100vw / var(--viewport) * 41);
  background: var(--lightGray);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
}
#case .bodys .swiper-slide figcaption {
  bottom: 0;
}
#case .tabs {
  justify-content: center;
  gap: calc(100vw / var(--viewport) * 40);
  margin-top: calc(100vw / var(--viewport) * 81);
}
#case .tabs.swiper-bottom {
  margin-top: calc(100vw / var(--viewport) * 40);
}
#case .tabs li {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  width: calc(100vw / var(--viewport) * 267);
  height: calc(100vw / var(--viewport) * 54);
  border: calc(100vw / var(--viewport) * 2) solid var(--higeBlue);
  border-radius: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#case .tabs li.active {
  color: #fff;
  background: var(--higeBlue);
}
#case .detail {
  margin-top: calc(100vw / var(--viewport) * 40);
}
#case .detail table {
  border-bottom: 1px solid #000;
}
#case .detail table tr {
  border-top: 1px solid #000;
}
#case .detail table tr th,
#case .detail table tr td {
  font-size: calc(100vw / var(--viewport) * 20);
  line-height: 1.5;
}
#case .detail table tr th {
  text-align: left;
  width: calc(100vw / var(--viewport) * 192);
  padding: calc(100vw / var(--viewport) * 10);
  padding-left: calc(100vw / var(--viewport) * 16);
  box-sizing: border-box;
}
#case .detail table tr td {
  padding: calc(100vw / var(--viewport) * 10);
}
#case .zoom {
  position: relative;
}
#case .zoom:after {
  content: "";
  width: calc(100vw / var(--viewport) * 40);
  height: calc(100vw / var(--viewport) * 40);
  background: url(/img/price/needle/case/icon_zoom.svg) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: calc(100vw / var(--viewport) * 20);
  right: calc(100vw / var(--viewport) * 20);
  pointer-events: none;
}
#case .swiper-slide:after {
  bottom: calc(100vw / var(--viewport) * 61);
}
@media screen and (max-width:767px) {
  #case .box:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 80);
  }
}
@media screen and (min-width:768px) {
  #case {
    padding: 80px 0;
  }
  #case h2 {
    margin-bottom: 40px;
  }
  #case h2 .big {
    font-size: 32px;
  }
  #case .pc_flex {
    display: flex;
    justify-content: space-between;
    width: 1070px;
    margin: 0 auto;
  }
  #case .box {
    width: 343px;
    padding: 20px 8px;
    box-sizing: border-box;
  }
  #case .box .midashi {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #case .balloon {
    font-size: 12px;
    border-radius: 10px;
    padding: 20px 10px;
    margin: 0 auto 34px;
  }
  #case .box:nth-child(3) .balloon {
    padding: 11px 8px;
  }
  #case .balloon .big {
    font-size: 18px;
  }
  #case .balloon:after {
    border: 20px solid transparent;
    border-bottom: 20px solid var(--higeBlue);
    position: absolute;
    left: calc(50% - 14px);
    bottom: -15px;
  }
  #case .bodys ul li {
    height: 184px;
  }
  #case .bodys .swiper-slide {
    padding-bottom: 20px;
  }
  #case .bodys ul li img,
  #case .bodys .swiper-slide img {
    width: auto;
    height: 184px;
    object-fit: cover;
  }
  #case .bodys ul li a,
  #case .bodys ul li figure,
  #case .bodys .swiper-slide a,
  #case .bodys .swiper-slide figure {
    display: block;
    width: 100%;
    height: 100%;
  }
  #case .bodys ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  #case .bodys ul li a,
  #case .bodys .swiper-slide a {
    color: var(--higeBlue);
  }
  #case .bodys ul li figcaption,
  #case .bodys .swiper-slide figcaption {
    font-size: 10px;
    bottom: -20px;
    height: 20px;
  }
  #case .bodys .swiper-slide figcaption {
    bottom: 0;
  }
  #case .tabs {
    gap: 20px;
    margin-top: 40px;
  }
  #case .tabs.swiper-bottom {
    margin-top: 20px;
  }
  #case .tabs li {
    font-size: 12px;
    width: 133px;
    height: 27px;
    border: 2px solid var(--higeBlue);
  }
  #case .tabs li.active {
    color: #fff;
    background: var(--higeBlue);
  }
  #case .detail {
    margin-top: 20px;
  }
  #case .detail table tr th,
  #case .detail table tr td {
    font-size: 10px;
  }
  #case .detail table tr th {
    width: 96px;
    padding: 5px;
    padding-left: 8px;
  }
  #case .detail table tr td {
    padding: 5px;
  }
  #case .zoom:after {
    width: 20px;
    height: 20px;
    bottom: 10px;
    right: 10px;
  }
  #case .swiper-wrapper {
    height: 204px;
  }
  #case .swiper-slide:after {
    bottom: 30px;
  }
}

/* modal & swiper */
.pswp__top-bar {
  display: none !important;
}
.pswp .pswp__custom-caption,
.pswp .pswp__custom-close,
.pswp .pswp__custom-btn {
  opacity: 1 !important;
  visibility: visible !important;
  display: flex !important;
}
.pswp__zoom-wrap {
  width: calc(100vw / var(--viewport) * 686);
}
.pswp__content {
  pointer-events: none !important;
}
.pswp__img {
  object-fit: cover;
  cursor: default;
  margin: auto !important;
}
.pswp__zoom-wrap .pswp__button--close {
  width: calc(100vw / var(--viewport) * 32);
  height: calc(100vw / var(--viewport) * 32);
  background: #fff;
  border-radius: 100%;
  position: absolute;
  top: calc(100vw / var(--viewport) * 20);
  right: calc(100vw / var(--viewport) * 0);
  cursor: pointer;
  z-index: 1010;
}
.pswp__zoom-wrap .pswp__button--close:before,
.pswp__zoom-wrap .pswp__button--close:after {
  content: " ";
  width: calc(100vw / var(--viewport) * 2);
  height: calc(100vw / var(--viewport) * 23);
  display: block;
  background: var(--blue);
  position: absolute;
  top: 50%;
  left: 50%;
}
.pswp__zoom-wrap .pswp__button--close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.pswp__zoom-wrap .pswp__button--close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pswp__custom-caption,
.pswp__custom-close,
.pswp__custom-btn {
  pointer-events: auto !important;
}
.pswp__custom-caption {
  color: var(--higeBlue);
  font-size: calc(100vw / var(--viewport) * 20);
  font-weight: bold;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--lightGray);
  width: calc(100vw / var(--viewport) * 686);
  height: calc(100vw / var(--viewport) * 41);
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -74.2vw;
}
.button--arrow--prev,
.button--arrow--next {
  display: none;
}
.pswp__custom-btn {
  text-align: center;
  position: absolute;
  top: calc(74vw - calc(100vw / var(--viewport) * -38)) !important;
  width: calc(100vw / var(--viewport) * 280) !important;
  height: calc(100vw / var(--viewport) * 60) !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50vw;
  z-index: 100;
}
.pswp__button--arrow--prev,
.pswp__button--arrow--next {
  font-size: calc(100vw / var(--viewport) * 24);
  position: absolute !important;
  top: calc(100vw / var(--viewport) * 692);
  transform: none !important;
  width: calc(100vw / var(--viewport) * 280) !important;
  height: calc(100vw / var(--viewport) * 60) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  border-radius: 50vw;
  z-index: 1006;
}
.pswp__button--arrow--prev {
  left: calc(100vw / var(--viewport) * 49);
}
.pswp__button--arrow--next {
  right: calc(100vw / var(--viewport) * 49);
}
.pswp__button--arrow--prev span,
.pswp__button--arrow--next span {
  line-height: 1;
  position: relative;
}
.pswp__button--arrow--prev span {
  padding-left: 1em;
}
.pswp__button--arrow--next span {
  padding-right: 1em;
}
.pswp__button--arrow--prev span:before,
.pswp__button--arrow--next span:after {
  content: "";
  border-right: 2px solid var(--mainColor);
  border-top: 2px solid var(--mainColor);
  border-radius: 2px;
  display: inline-block;
  width: calc(100vw / var(--viewport) * 14);
  height: calc(100vw / var(--viewport) * 14);
  position: absolute;
  top: calc(50% - 0.2vw);
}
.pswp__button--arrow--prev span:before {
  transform: translateY(-50%) rotate(225deg);
  left: 0;
}
.pswp__button--arrow--next span:after {
  transform: translateY(-50%) rotate(45deg);
  right: 0;
}
.pswp__button--arrow--prev::before,
.pswp__button--arrow--next::before,
.pswp__button--arrow--prev svg,
.pswp__button--arrow--next svg {
  display: none !important;
}
.pswp .pswp__custom-caption,
.pswp .pswp__custom-close,
.pswp__button--arrow--prev,
.pswp__button--arrow--next {
  opacity: 1 !important;
  visibility: visible !important;
}
.pswp__button--arrow--prev {
  left: 20px !important;
}
.pswp__button--arrow--next {
  right: 20px !important;
}
@media screen and (min-width:768px) {
  .pswp__zoom-wrap {
    width: 686px;
  }
  .pswp__zoom-wrap .pswp__button--close {
    width: 32px;
    height: 32px;
    top: 20px;
    right: 20px;
  }
  .pswp__zoom-wrap .pswp__button--close:before,
  .pswp__zoom-wrap .pswp__button--close:after {
    width: 2px;
    height: 11px;
  }
  .pswp__custom-caption {
    font-size: 20px;
    width: 686px;
    height: 40px;
    bottom: -514px;
    margin: 0;
  }
  .pswp__custom-btn {
    top: calc(74vw - calc(100vw / var(--viewport) * -38)) !important;
    width: calc(100vw / var(--viewport) * 280) !important;
    height: calc(100vw / var(--viewport) * 60) !important;
  }
  .pswp__button--arrow--prev {
    left: 49px;
  }
  .pswp__button--arrow--next {
    right: 49px;
  }
  .pswp__button--arrow--prev span:before,
  .pswp__button--arrow--next span:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 1px);
  }
  .pswp__button--arrow--prev,
  .pswp__button--arrow--next {
    font-size: 24px;
    top: 593px;
    width: 224px !important;
    height: 50px !important;
    opacity: 1 !important;
  }
  .pswp__button--arrow--prev {
    left: 50px !important;
  }
  .pswp__button--arrow--next {
    right: 50px !important;
  }
}

.modal-swiper .swiper-button-prev,
.modal-swiper .swiper-button-next {
  width: calc(100vw / var(--viewport) * 48) !important;
  height: calc(100vw / var(--viewport) * 24) !important;
  background: #fff !important;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.modal-swiper .swiper-slide {
  width: 62% !important;
  box-sizing: border-box;
  border-right: 2px solid #fff;
}
.modal-swiper .swiper-button-prev {
  transform: rotate(90deg);
  left: 0;
  right: initial !important;
}
.modal-swiper .swiper-button-next {
  transform: rotate(-90deg);
  left: initial;
  right: 0 !important;
}
@media screen and (max-width:767px) {
  .modal-swiper .swiper-slide img {
    width: auto !important;
    height: calc(100vw / var(--viewport) * 366) !important;
    object-fit: cover !important;
  }
}
@media screen and (min-width:768px) {
  .modal-swiper .swiper-button-prev,
  .modal-swiper .swiper-button-next {
    width: 24px !important;
    height: 12px !important;
  }
}

/* caution */
#caution {
  background: var(--higeBlue);
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#caution h2 {
  color: var(--yellow);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#caution .box {
  background: #fff;
  border-radius: calc(100vw / var(--viewport) * 20);
  width: 100%;
  min-height: calc(100vw / var(--viewport) * 128);
}
#caution .box:nth-child(n+2) {
  margin-top: calc(100vw / var(--viewport) * 40);
}
#caution .box .ttl_aco {
  height: calc(100vw / var(--viewport) * 128);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: calc(100vw / var(--viewport) * 40);
  box-sizing: border-box;
  position: relative;
}
#caution .box .ttl_aco:after {
  content: "";
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 14);
  height: calc(100vw / var(--viewport) * 14);
  position: absolute;
  top: calc(50% - calc(100vw / var(--viewport) * 5));
  right: calc(100vw / var(--viewport) * 45);
  transform: translateY(-50%) rotate(135deg);
}
#caution .box .ttl_aco.active:after {
  top: calc(50% - calc(100vw / var(--viewport) * -5));
  transform: translateY(-50%) rotate(-45deg);
}
#caution .box .body_aco {
  padding: calc(100vw / var(--viewport) * 40);
  padding-top: 0;
}
@media screen and (min-width:768px) {
  #caution {
    padding: 80px 0;
  }
  #caution h2 {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 40px;
  }
  #caution .box {
    border-radius: 10px;
    width: 700px;
    min-height: 64px;
    margin: 0 auto;
  }
  #caution .box:nth-child(n+2) {
    margin-top: 20px;
  }
  #caution .box .ttl_aco {
    font-size: 16px;
    height: 64px;
    padding-left: 20px;
  }
  #caution .box .ttl_aco:after {
    width: 7px;
    height: 7px;
    top: calc(50% - 2px);
    right: 20px;
  }
  #caution .box .ttl_aco.active:after {
    top: calc(50% + 2px);
  }
  #caution .box .body_aco {
    padding: 20px;
    padding-top: 0;
  }
}

/* diff */
#diff {
  color: #fff;
  background: #111;
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#diff h2 {
  color: var(--yellow);
  font-size: calc(100vw / var(--viewport) * 56);
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#diff h2 .sub {
  font-size: calc(100vw / var(--viewport) * 32);
}
#diff img {
  width: calc(100vw / var(--viewport) * 240);
  height: auto;
  display: block;
  margin: 0 auto;
}
#diff h3 {
  font-size: calc(100vw / var(--viewport) * 40);
  text-align: center;
  line-height: 1.5;
  margin-top: calc(100vw / var(--viewport) * 40);
}
#diff .text {
  margin: calc(100vw / var(--viewport) * 40) auto 0;
}
#diff .text .moreText {
  display: none;
}
#diff .more {
  font-size: calc(100vw / var(--viewport) * 24);
  text-align: right;
  display: block;
  cursor: pointer;
}
#diff .more.active {
  text-align: center;
  margin-top: calc(100vw / var(--viewport) * 20);
}
#diff .more.active:after {
  content: "×";
}
#diff .cta {
  margin-top: calc(100vw / var(--viewport) * 80);
}
@media screen and (max-width:767px) {
  #diff ul li:nth-child(n+2) {
    margin-top: calc(100vw / var(--viewport) * 80);
  }
}
@media screen and (min-width:768px) {
  #diff {
    padding: 80px 0;
  }
  #diff h2 {
    font-size: 32px;
    margin-bottom: 80px;
  }
  #diff h2 .sub {
    font-size: 16px;
  }
  #diff .pc_flex {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #diff .pc_flex li {
    width: 245px;
  }
  #diff img {
    width: 120px;
  }
  #diff h3 {
    font-size: 20px;
    margin-top: 20px;
  }
  #diff .text {
    margin: 20px 0 0;
  }
  #diff .more {
    font-size: 12px;
  }
  #diff .more.active {
    margin-top: 10px;
  }
  #diff .cta {
    margin-top: 80px;
  }
}

/* price */
#price {
  background: var(--lightGray);
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#price h2 {
  font-size: calc(100vw / var(--viewport) * 56);
  text-align: center;
  line-height: 1.25;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#price h2 .sub {
  font-size: calc(100vw / var(--viewport) * 32);
}
#price .box {
  color: var(--higeBlue);
  font-weight: bold;
  background: #fff;
  padding: calc(100vw / var(--viewport) * 40) 0;
}
#price .box .priceBox {
  border: none;
  margin-top: calc(100vw / var(--viewport) * 20);
}
#price .box .priceBox .flex {
  width: calc(100vw / var(--viewport) * 526);
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
#price .box .priceBox .count {
  font-size: calc(100vw / var(--viewport) * 32);
  margin-right: auto;
}
#price .box .priceBox .count .num {
  font-size: calc(100vw / var(--viewport) * 48);
}
#price .box .priceBox .right-price-group {
  display: flex;
  align-items: baseline;
}
#price .box .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 128);
  margin-right: calc(100vw / var(--viewport) * 10);
}
#price .box .item4 .priceBox .price {
  font-size: calc(100vw / var(--viewport) * 96);
}
#price .box .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 40);
  width: auto;
  margin: 0;
}
#price .box .priceBox .yen.tax {
  position: relative;
}
#price .box .priceBox .yen.tax:after {
  content: "（税込）";
  font-size: calc(100vw / var(--viewport) * 16);
  white-space: nowrap;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
}
#price .caution {
  font-size: calc(100vw / var(--viewport) * 16);
  line-height: 1.5;
  margin-top: calc(100vw / var(--viewport) * 20);
}
#price .example {
  margin-top: calc(100vw / var(--viewport) * 80);
}
#price .example .lead {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
#price .example .box {
  color: #fff;
  background: var(--higeBlue);
  padding: calc(100vw / var(--viewport) * 20) 0;
  margin-top: calc(100vw / var(--viewport) * 20);
}
#price .example .box .midashi {
  font-size: calc(100vw / var(--viewport) * 24);
  text-align: center;
}
#price .example .box .priceBox .flex {
  width: auto;
  justify-content: center;
}
#price .example .box .priceBox .count {
  margin-right: calc(100vw / var(--viewport) * 20);
}
#price .example .box .priceBox .price {
  color: var(--lightOrange);
}
#price .example .box .priceBox .right-price-group .caution {
  font-weight: normal;
  margin-left: 0.5em;
}
#price .example .separator {
  margin-top: calc(100vw / var(--viewport) * 80);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#price .example .separator:before {
  background: var(--mainColor);
}
#price .example .separator span {
  font-size: calc(100vw / var(--viewport) * 32);
  border: calc(100vw / var(--viewport) * 2) solid var(--mainColor);
  border-radius: 50vw;
  padding: calc(100vw / var(--viewport) * 20) calc(100vw / var(--viewport) * 40);
}
#price .parts .pc_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: calc(100vw / var(--viewport) * 40) calc(100vw / var(--viewport) * 20);
  grid-template-areas:
    "item1 item2"
    "item3 item4";
  align-items: start;
}
#price .parts .item1 { grid-area: item1; }
#price .parts .item2 { grid-area: item2; }
#price .parts .item3 { grid-area: item3; }
#price .parts .item4 { grid-area: item4; }
#price .parts .pc_grid figcaption {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  height: calc(100vw / var(--viewport) * 54);
  background: var(--higeBlue);
  border-radius: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(100vw / var(--viewport) * 20);
}
#price .clinic .midashi {
  font-size: calc(100vw / var(--viewport) * 32);
  font-weight: bold;
  margin-top: calc(100vw / var(--viewport) * 40);
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
#price .clinic ul {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: calc(100vw / var(--viewport) * 20);
}
#price .clinic ul li a {
  color: #fff;
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: var(--higeBlue);
  border-radius: 50vw;
  padding: calc(100vw / var(--viewport) * 12) calc(100vw / var(--viewport) * 54) calc(100vw / var(--viewport) * 12) calc(100vw / var(--viewport) * 24);
  position: relative;
}
#price .clinic ul li a:after {
  content: "";
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 11);
  height: calc(100vw / var(--viewport) * 11);
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: calc(100vw / var(--viewport) * 24);
}
#price .clinic ul li a .sup {
  font-size: calc(100vw / var(--viewport) * 18);
  margin-left: 0.2em;
}
@media screen and (max-width:767px) {
  #price .box .item1 .priceBox {
    margin-top: 0;
  }
}
@media screen and (min-width:768px) {
  #price {
    padding: 80px 0;
  }
  #price h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #price h2 .sub {
    font-size: 16px;
  }
  #price .box {
    width: 800px;
    padding: 20px 40px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #price .box .pc_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px 80px;
    grid-template-areas:
      "item1 item2"
      "item3 item4";
    align-items: start;
  }
  #price .box .item1 { grid-area: item1; }
  #price .box .item2 { grid-area: item2; }
  #price .box .item3 { grid-area: item3; }
  #price .box .item4 { grid-area: item4; }
  #price .box .priceBox {
    margin-top: 0;
  }
  #price .box .priceBox .flex {
    width: 320px;
  }
  #price .box .priceBox .count {
    font-size: 16px;
  }
  #price .box .priceBox .count .num {
    font-size: 24px;
  }
  #price .box .priceBox .price {
    font-size: 64px;
    margin-right: 5px;
  }
  #price .box .item4 .priceBox .price {
    font-size: 48px;
  }
  #price .box .priceBox .yen {
    font-size: 20px;
  }
  #price .box .priceBox .yen.tax:after {
    font-size: 8px;
    top: -1.1em;
  }
  #price .caution {
    font-size: 10px;
    width: 800px;
    margin: 10px auto 0;
  }
  #price .example {
    margin-top: 40px;
  }
  #price .example .lead {
    font-size: 16px;
  }
  #price .example .box {
    width: 640px;
    padding: 10px 40px;
    margin: 20px auto 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #price .example .box .midashi {
    font-size: 12px;
    text-align: left;
  }
  #price .example .box .priceBox {
    margin-top: 0;
  }
  #price .example .box .priceBox .flex {
    width: auto;
    justify-content: center;
  }
  #price .example .box .priceBox .count {
    margin-right: 12px;
  }
  #price .example .box .priceBox .price {
    color: var(--lightOrange);
    font-size: 48px;
  }
  #price .example .box .priceBox .right-price-group .caution {
    font-weight: normal;
    width: auto;
    margin-left: 0.5em;
  }
  #price .example .parts {
    width: 800px;
    margin: 0 auto;
  }
  #price .parts .pc_grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    gap: 40px;
    grid-template-areas:
      "item1 item2 item3 item4";
    align-items: start;
  }
  #price .example .separator {
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #price .example .separator span {
    font-size: 16px;
    border: 1px solid var(--mainColor);
    padding: 10px 20px;
  }
  #price .parts .pc_grid figcaption {
    font-size: 12px;
    height: 27px;
    margin-top: 10px;
  }
  #price .clinic {
    width: 800px;
    margin: 0 auto;
  }
  #price .clinic .midashi {
    font-size: 16px;
    width: 700px;
    margin: 20px auto 10px;
  }
  #price .clinic ul {
    width: 700px;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
    margin: 0 auto;
  }
  #price .clinic ul li a {
    font-size: 12px;
    padding: 6px 33px 6px 12px;
  }
  #price .clinic ul li a:after {
    width: 6px;
    height: 6px;
    right: 12px;
  }
  #price .clinic ul li a .sup {
    font-size: 8px;
    margin-left: 0.2em;
  }
  #price .clinic .caution {
    width: 700px;
    margin: 20px auto 0;
  }
}

/* cta */
#cta {
  color: #fff;
  background: url(/img/price/needle/cta/bg_sp.jpg) top center no-repeat;
  background-size: cover;
  padding: calc(100vw / var(--viewport) * 80) calc(100vw / var(--viewport) * 32);
}
#cta .priceBox {
  margin-top: calc(100vw / var(--viewport) * 40);
}
#cta .priceBox .flex {
  justify-content: flex-start;
  align-items: baseline;
}
#cta .priceBox .price {
  color: var(--lightOrange);
  font-size: calc(100vw / var(--viewport) * 160);
}
#cta .priceBox .yen {
  font-size: calc(100vw / var(--viewport) * 56);
  font-weight: bold;
  width: auto;
  margin: 0;
}
#cta .priceBox .yen.tax {
  position: relative;
}
#cta .priceBox .yen.tax:after {
  content: "（税込）";
  font-size: calc(100vw / var(--viewport) * 16);
  white-space: nowrap;
  position: absolute;
  top: -1.6em;
  left: -4%;
}
#cta .right {
  margin-top: calc(100vw / var(--viewport) * 80);
}
#cta .right .arrow {
  margin-bottom: calc(100vw / var(--viewport) * 20);
}
#cta .right .arrow span {
  font-size: calc(100vw / var(--viewport) * 40);
  text-align: center;
}
#cta .right .arrow span:before,
#cta .right .arrow span:after {
  background: #fff;
}
@media screen and (min-width:768px) {
  #cta {
    background: url(/img/price/needle/cta/bg_pc.jpg) top center no-repeat, #000;
    background-size: 800px 310px;
    padding: 40px;
  }
  #cta .pc_flex {
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
  #cta .left {
    margin-left: 40px;
  }
  #cta .left img {
    width: 330px;
  }
  #cta .priceBox {
    margin-top: 20px;
  }
  #cta .priceBox .price {
    font-size: 80px;
  }
  #cta .priceBox .yen {
    font-size: 28px;
  }
  #cta .priceBox .yen.tax:after {
    font-size: 8px;
    top: -1.6em;
    left: -4%;
  }
  #cta .right {
    margin-top: 0;
    margin-right: 62px;
  }
  #cta .right .arrow {
    margin-bottom: 10px;
  }
  #cta .right .arrow span {
    font-size: 20px;
  }
}

/* flow */
#flow {
  padding: calc(100vw / var(--viewport) * 80) 0;
}
#flow h2 {
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-bottom: calc(100vw / var(--viewport) * 80);
}
#flow h2 .sub {
  font-size: calc(100vw / var(--viewport) * 32);
}
#flow .swiper-slide {
  height: auto;
  padding-top: calc(100vw / var(--viewport) * 80);
  padding-bottom: calc(100vw / var(--viewport) * 50);
}
#flow .swiper-slide .box {
  height: 100%;
  background: var(--lightGray);
  border-radius: calc(100vw / var(--viewport) * 20);
  padding: 0 calc(100vw / var(--viewport) * 20) calc(100vw / var(--viewport) * 20);
  filter: drop-shadow(0 calc(100vw / var(--viewport) * 8) calc(100vw / var(--viewport) * 8) rgba(0, 0, 0, .25));
}
#flow .swiper-slide .box:before {
  content: "";
  background: var(--lightGray);
  width: calc(100vw / var(--viewport) * 160);
  height: calc(100vw / var(--viewport) * 160);
  position: absolute;
  top: calc(100vw / var(--viewport) * -80);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}
#flow .swiper-slide .num {
  color: var(--higeBlue);
  font-size: calc(100vw / var(--viewport) * 80);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(100vw / var(--viewport) * -40);
  left: 0;
  right: 0;
}
#flow .swiper-slide .title {
  color: var(--higeBlue);
  font-size: calc(100vw / var(--viewport) * 40);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  height: calc(100vw / var(--viewport) * 104);
  padding-top: calc(100vw / var(--viewport) * 60);
  position: relative;
  z-index: 11;
}
#flow .swiper-slide .box .time {
  height: calc(100vw / var(--viewport) * 105);
  position: relative;
}
#flow .swiper-slide .box .time span {
  font-size: calc(100vw / var(--viewport) * 24);
  font-weight: normal;
  width: calc(100vw / var(--viewport) * 326);
  height: calc(100vw / var(--viewport) * 44);
  background: #fff;
  border-radius: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw / var(--viewport) * 40);
  margin: 0 auto;
}
#flow .swiper-slide .under {
  color: #000;
  margin-top: calc(100vw / var(--viewport) * 40);
}
#flow .swiper-slide .under .text {
  font-size: calc(100vw / var(--viewport) * 24);
  line-height: 1.8;
}
#flow .swiper-slide .under .text .small {
  font-size: calc(100vw / var(--viewport) * 20);
  line-height: 1.5;
  display: inline-block;
}
#flow .swiper-button-next,
#flow .swiper-button-prev {
  width: calc(100vw / var(--viewport) * 80);
  height: calc(100vw / var(--viewport) * 80);
  background: var(--higeBlue);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#flow .swiper-button-prev {
  left: calc(100vw / var(--viewport) * 52);
}
#flow .swiper-button-next {
  right: calc(100vw / var(--viewport) * 32);
}
#flow .swiper-button-next:after,
#flow .swiper-button-prev:after {
  content: "";
  display: block;
  border-right: calc(100vw / var(--viewport) * 4) solid #fff;
  border-top: calc(100vw / var(--viewport) * 4) solid #fff;
  border-radius: 2px;
  width: calc(100vw / var(--viewport) * 28);
  height: calc(100vw / var(--viewport) * 28);
  position: absolute;
  top: calc(100vw / var(--viewport) * 25);
}
#flow .swiper-button-prev:after {
  transform: rotate(-135deg);
  left: calc(100vw / var(--viewport) * 32);
}
#flow .swiper-button-next:after {
  transform: rotate(45deg);
  right: calc(100vw / var(--viewport) * 32);
}
@media screen and (min-width:768px) {
  #flow {
    padding: 80px 0;
  }
  #flow h2 {
    font-size: 28px;
    margin-bottom: 45px;
  }
  #flow h2 .sub {
    font-size: 16px;
  }
  #flow .swiper-slide {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }
  #flow .swiper-slide .box {
    border-radius: 20px;
    padding: 0 15px 10px;
    filter: drop-shadow(0 8px 8px rgba(0, 0, 0, .25));
  }
  #flow .swiper-slide .box:before {
    width: 120px;
    height: 120px;
    top: -60px;
  }
  #flow .swiper-slide .num {
    font-size: 60px;
    top: -40px;
  }
  #flow .swiper-slide .title {
    font-size: 24px;
    height: 63px;
    padding-top: 45px;
  }
  #flow .swiper-slide .box .time {
    height: 75px;
    position: relative;
  }
  #flow .swiper-slide .box .time span {
    font-size: 18px;
    width: 245px;
    height: 33px;
    bottom: 30px;
  }
  #flow .swiper-slide .under {
    margin-top: 20px;
  }
  #flow .swiper-slide .under .text {
    font-size: 16px;
  }
  #flow .swiper-slide .under .text .small {
    font-size: 14px;
  }
  #flow .buttons {
    width: 1440px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
  }
  #flow .swiper-button-next,
  #flow .swiper-button-prev {
    width: 60px;
    height: 60px;
  }
  #flow .swiper-button-prev {
    left: 0;
  }
  #flow .swiper-button-next {
    right: 0;
  }
  #flow .swiper-button-next:after,
  #flow .swiper-button-prev:after {
    border-right: 4px solid #fff;
    border-top: 4px solid #fff;
    width: 21px;
    height: 21px;
    top: 17px;
  }
  #flow .swiper-button-prev:after {
    left: 22px;
  }
  #flow .swiper-button-next:after {
    right: 22px;
  }
}

/* faq */
#faq {
  color: var(--lightYellow);
  background: var(--higeBlue);
  padding: calc(100vw / var(--viewport) * 80) 0 calc(100vw / var(--viewport) * 40);
}
#faq h2 {
  color: var(--yellow);
  font-size: calc(100vw / var(--viewport) * 48);
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-bottom: calc(100vw / var(--viewport) * 170);
}
#faq h2 .sub {
  font-size: calc(100vw / var(--viewport) * 32);
}
#faq .q_box {
  font-size: calc(100vw / var(--viewport) * 32);
  position: relative;
  padding-left: calc(100vw / var(--viewport) * 45);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#faq .q_box:before {
  content: "Q";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#faq .a_box {
  color: #fff;
  padding-bottom: calc(100vw / var(--viewport) * 40);
  border-bottom: 1px solid var(--lightYellow);
  margin-bottom: calc(100vw / var(--viewport) * 40);
}
#faq .text {
  margin: calc(100vw / var(--viewport) * 40) auto 0;
}
#faq .text a {
  color: #fff;
  text-decoration: underline;
}
#faq .text .moreText {
  display: none;
}
#faq .more {
  font-size: calc(100vw / var(--viewport) * 24);
  text-align: right;
  display: block;
  cursor: pointer;
}
#faq .more.active {
  text-align: center;
  margin-top: calc(100vw / var(--viewport) * 20);
}
#faq .more.active:after {
  content: "×";
}
@media screen and (min-width:768px) {
  #faq {
    padding: 80px 0;
  }
  #faq h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  #faq h2 .sub {
    font-size: 16px;
  }
  #faq .inner {
    width: 800px;
    margin: 0 auto;
  }
  #faq .q_box {
    font-size: 16px;
    padding-left: 22px;
    margin-bottom: 20px;
  }
  #faq .a_box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #faq .text {
    margin: 20px auto 0;
  }
  #faq .text a:hover {
    text-decoration: none;
  }
  #faq .more {
    font-size: 12px;
    text-align: center;
  }
  #faq .more.active {
    margin-top: 0;
  }
}