@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

/* ----------base---------- */
html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #1A1C1E;
  font-size: 16px;
  font-family: -apple-system, blinkMacSystemFont, Meiryo, "Segoe UI", "Hiragino Kaku Gothic ProN", YuGothicM, YuGothic, sans-serif;
  line-height: 1.5;
}

a {
  color: #1D6194;
  transition: 0.2s;
}

@media(hover: hover) {
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
}

footer, header, nav, picture {
  display: block;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  line-height: 0;
  max-width: 100%;
}

p {
  margin: 0;
}

.u-pc {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-pc {
    display: block;
  }
}

.u-sp {
  display: block;
}
@media screen and (min-width: 600px) {
  .u-sp {
    display: none !important;
  }
}

.u-color-red {
  color: #f00;
}

.list-disc li {
  list-style: disc;
  margin-left: 1.5em;
  margin-bottom: 5px;
}

.list-nomark li {
  list-style: none;
}

/* ----------misc.---------- */
.clear {
  zoom: 1;
}

.clear:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.is-hidden {
  display: none;
}

.is-serif {
  font-family: "Noto Serif JP", Times New Roman, "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: text-bottom;
}

.sp-inner {
  margin: 0 auto;
  padding: 0 16px;
  width: min(100%,980px);
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .sp-inner {
    padding: 0;
  }
}

/* ----------project---------- */
.section-title {
  font-family: "Noto Serif JP", Times New Roman, "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: clamp(20px, 4.167vw, 32px);
  text-align: center;
  color: #103957;
}

.main {
  padding: 0;
  background: #ffffff url(../images/main-background.png) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 600px) {
  .main {
    background: #ffffff url(../images/main-background.png) no-repeat center top;
    background-size: cover;
  }
}

.main .sp-inner {
  position: relative;
  padding: 0;
}

.main-airweave_logo {
  /* position: absolute;
  top: clamp(10px, 2.083vw, 20px);
  left: 10px; */
  margin: 0 auto;
  padding: 8px;
  position: sticky;
        top: 0;
        z-index: 10;
        background: rgba(255, 255, 255, 0.8);
}

.main-airweave_logo img {
  width: min(35vw,190px);

  display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
    padding: 5px;
}

.main-title {
  margin: 0;
  padding: 0;
}

.main-title picture {
  margin: 0 0 0 auto;
  padding-top: min(5vw,27px);
  width: 96%;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .main-title picture {
    margin: 0 auto;
    width: 100%;
  }
}

.main-content{
  position: relative;
  display: flex;
  top: -15px;
}

@media screen and (min-width: 600px) {
  .main-content {
    padding: 0 16px 20px;
    margin-top: -15px;
  }
}
@media screen and (min-width: 1025px) {
  .main-content {
    padding: 0 0 20px;
  }
}

.main-content > div a {
  position: relative;
  display: block;
}
.main-content .main-content-coupon {
  width: 50%;
  padding: 0 5px 0 10px;
  position: relative;
  text-align: center;
}
.main-content .main-content-product {
  width: 50%;
  padding: 0 10px 0 5px;
  position: relative;
  text-align: center;
}
.main-content .main-content-coupon span,
.main-content .main-content-product span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #ef8500;
}
@media screen and (min-width:600px) {
  .main-content .main-content-coupon span,
  .main-content .main-content-product span {
    display: block;
    bottom: 40px;
  }
}
.main-content .main-content-product .icon_arrow {
  position: absolute;
  width: 25%;
  bottom: -22px;
  left: 74%;
  transform: translateX(-50%);
}

.main-content a::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  border: 30px solid transparent;
  border-top: 20px solid #ff9919;
  transform: translateX(-50%);
  transition: 0.2s;
}

@media screen and (min-width: 600px) {
  .main-content a::after {
    bottom: -70px;
    border: 50px solid transparent;
    border-top: 40px solid #ff9919;
    opacity: 1 !important;
  }

  .main-content a:hover {
    opacity: 1;
  }
  .main-content a:hover::after {
    bottom: -80px;
  }
}


.main-content-text {
  position: absolute;
  width: 60px;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.lead {
  margin: 30px 0 0;
}

.lead-copy {
  margin: 10px 0;
  color: #595959;
  font-size: clamp(16px, 3.333vw, 20px);
  text-align: center;
}

.lead-title {
  margin: 8px auto;
  width: 80%;
}
@media screen and (min-width: 600px) {
  .lead-title {
    text-align: center;
  }
}

.lead .section-title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.lead .image {
  margin: 20px 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .lead .image img {
    width: 500px;
    height: 240px;
  }
}

.lead .image_core {
  background: #fafafa;
  padding: 10px 20px;
  box-sizing: border-box;
}
.lead .image_core p {
  text-align: center;
  margin-bottom: 10px;
}

.lead .image_core picture {
  margin: 0 auto;
  width: 90%;
  font-size: 12px;
}

.icon-normal {
  display: inline-block;
  background: #bfe4f9;
  border: 1px solid #b3b3b3;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
.icon-soft {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #b3b3b3;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}
@media screen and (min-width: 600px) {
  .lead .image_core {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
  }
  .lead .image_core p {
    font-size: 20px;
    text-align: left;
  }
  
  .lead .image_core picture {
    width: 50%;
    font-size: 16px;
    margin: initial;
  }
  .icon-normal {
    width: 16px;
    height: 16px;
  }
  .icon-soft {
    width: 16px;
    height: 16px;
  }
  }

.product-name {
  margin-top: 20px;
  font-size: clamp(20px, 3.75vw, 35px);
  font-family: "Noto Serif JP", Times New Roman, "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  font-weight: bold;
}

.product-price {
  font-size: clamp(18px, 3.75vw, 25px);
  font-family: "Noto Serif JP", Times New Roman, "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

.product-price strong {
  font-weight: 700;
}

.product-price .tax {
  font-size: clamp(14px, 2.917vw, 14px);
}

.lead-text {
  margin-bottom: 20px;
  font-size: clamp(16px, 3.333vw, 18px);
}

.price {
  margin: 10px 0 0;
  color: #595959;
  font-size: clamp(14px, 3.333vw, 18px);
  text-align: center;
  line-height: 1.8;
}

.product .price {
  margin: 10px 0 0;
  color: #595959;
  font-size: clamp(14px, 3.333vw, 18px);
  line-height: 2;
  text-align: left;
}

.s-price {
  font-size: clamp(30px, 3.75vw, 42px)
}

.s-price-s {
  font-size: clamp(8px, 3.75vw, 16px);
  margin-right: 0.5rem;
}

.s-price-bg {
  margin-right: 1rem;
  width: min(100%, 124px);
  box-sizing: border-box;
  vertical-align: bottom;
}
@media screen and (max-width: 600px) {
  .s-price-bg {
    width: min(90%, 96px);
  }
}

.s-price-bg-box {
  display: flex;
  justify-content: center;
  align-items: center;
  /* flex-direction: column; */
  padding: 0 4rem;
  margin: 1.8rem 0;
  box-sizing: border-box;
  background-color: #fefefe;
}
@media screen and (max-width: 600px) {
  .s-price-bg-box {
    display: block;
    margin: 0.9rem 0;
    padding: 0;
  }
}

.s-price-bg-box-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .s-price-bg-box-2 {
    display: block;
    margin: 0.9rem 0;
  }
}

.i-tax {
  color: #6c7f90;
    line-height: 1.8;
    font-size: clamp(8px, 3.75vw, 16px);
}
@media screen and (max-width: 600px) {
  .i-tax {
    display: none;
  }
}

.i-tax-block {
  color: #6c7f90;
    line-height: 1.8;
    font-size: clamp(8px, 3.75vw, 16px);
    text-align: center;
    margin-top: -20px;
}
@media screen and (max-width: 600px) {
  .i-tax-block {
    margin-top: -30px;
    margin-left: 1rem;
  }
}

.i-tax-block-1 {
  color: #6c7f90;
    line-height: 1.8;
    font-size: clamp(8px, 3.75vw, 16px);
    text-align: center;
    margin-top: -20px;
}
@media screen and (max-width: 600px) {
  .i-tax-block-1 {
    margin-top: -14px;
        margin-left: 2rem;
  }
}

.p-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 140px;
  height: 338px;
  padding: 0 4rem;
  box-sizing: border-box;
  background-color: #fefefe;
}

strong .s-price {
  margin-bottom: 0.2rem;
  padding: 1rem;
  border-bottom: 5px solid;
  background-color: #353535;
  color: #ddd4b3;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .lead-text {
    margin-bottom: 50px;
    text-align: center;
    line-height: 2;
  }
}

.lead-image {
  margin: 40px 0 32px;
}
@media screen and (min-width: 600px) {
  .lead-image {
    margin: 100px auto 32px;
    width: 80%;
  }
}

.img-t_line {
  background: #0d0e2d;
}

.img-t_line picture {
  margin: 0 auto 20px;
  width: 90%;
  line-height: 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .img-t_line picture {
    width: 70%;
  }
}

.term {
  margin: 10px auto -10px;
  padding: 8px 16px;
  width: fit-content;
  /* border: 1px solid #9c9fa1; */
  box-sizing: border-box;
  font-size: clamp(13px, 2.708vw, 16px);
  text-align: center;
  color: #f00;
}

.term div {
  position: absolute;
  right: -40px;
  bottom: 15px;
}

.term div img {
  width: 50px;
}

.term strong {
  font-size: 100%;
  font-weight: 400;
}

.section-price {
  padding: 10vw 0;
  background: #f6f6f6;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .section-price {
    padding: 72px 16px 88px 16px;
  }
}

.section-price h2 + p {
  text-align: center;
  margin: 3vw 0 0 0;
}

.section-price table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: min(5vw,32px) auto 0 auto;
}

.section-price tr td {
  padding: 2vw 2vw;
  text-align: center;
  background: #FFF;
  border-collapse: collapse;
  border: 1px solid #ededed;
  box-sizing: border-box;
}

.section-price strong {
  font-size: clamp(18px, 3.75vw, 22px);
}

.section-price th {
  padding: 2vw 2vw;
  text-align: center;
  background: #FFF;
  border-collapse: collapse;
  border: 1px solid #ededed;
  box-sizing: border-box;
}

.section-price .installments td {
  background: #e6edf7;
  position: relative;
}

.section-price .installments td div {
  position: absolute;
  top: -10vw;
  left: -12vw;
}

.section-price .installments td div img {
  width: 15vw;
}

.section-price .regular_price {
  font-size: 80%;
  text-decoration: line-through;
}

.section-price .special_price {
  color: #F33;
  margin: 0 0 0 0;
}

.sp-features {
  padding: 10vw 5vw;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .sp-features {
    padding: 72px 16px;
  }
}

.sp-features-list {
  margin: min(10vw,64px) 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.sp-features-list li {
  width: 100%;
  padding: 0 0 10vw 0;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .sp-features-list li {
    width: 50%;
    padding: 0 24px 64px 24px;
  }
}

.sp-features-list-title {
  display: flex;
  align-items: center;
  margin-top: 16px;
  padding: 8px 0;
  font-size: 18px;
}

.sp-features-list-title::before {
  margin-right: 10px;
  font-family: "Noto Serif JP", Times New Roman, "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 40px;
  font-weight: 400;
}

.sp-features-list li:nth-child(1) .sp-features-list-title::before {
  content: "1";
}

.sp-features-list li:nth-child(2) .sp-features-list-title::before {
  content: "2";
}

.sp-features-list li:nth-child(3) .sp-features-list-title::before {
  content: "3";
}

.sp-features-list li:nth-child(4) .sp-features-list-title::before {
  content: "4";
}

.sp-features-list li:nth-child(5) .sp-features-list-title::before {
  content: "5";
}

.sp-features-list li:nth-child(6) .sp-features-list-title::before {
  content: "6";
}

.sp-features-list .image {
  margin: 16px 0 0 0;
}

.sp-features-list-text {
  color: #6c7f90;
  margin: 8px 0 0 0;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .sp-features-list-text {
    margin: 24px 0 0 0;
  }
}

.btn {
  margin: 20px;
}
@media screen and (min-width: 600px) {
  .btn {
    margin: 20px auto;
    text-align: center;
  }
}

.c-btn {
  display: block;
  font-weight: 700;
  color: #FFF;
  padding: 10px 20px;
  line-height: 1.4;
  margin: 0;
  border-radius: 30px;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .c-btn {
    display: inline-block;
    padding: 15px 40px;
    font-size: 20px;
    border-radius: 50px;
  }
}

.btn-primary {
  background: #103957;
}

.c-btn span {
  display: inline-block;
  padding: 0 20px 0 0;
  background: url(../images/bullet.png) no-repeat right center;
  background-size: 6px auto;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .c-btn span {
    padding: 0 30px 0 0;
    background-size: 10px auto;
  }
}

.btn-disable {
  user-select: none;
  cursor: default;
  background: #DCDEE1;
  color: #72777F;
}

.howto {
  background: #e8e5e4 url(../images/howto_bg_sp.jpg) no-repeat center top;
  background-size: 100% auto;
  padding: 90vw 0 10vw 0;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .howto {
    background: url(../images/howto_bg.png) no-repeat right bottom;
    padding: 88px 0 44px 44px;
    background-size: cover;
  }
}

.howto .section-title {
  text-align: left;
}

.howto-title {
  position: relative;
  display: inline-block;
}

.howto-title span {
  display: inline-block;
  position: absolute;
  top: -16vw;
  right: 6vw;
}
@media screen and (min-width: 600px) {
  .howto-title span {
    top: -100px;
    right: -80px;
  }
}

.howto-title span img {
  width: min(15vw,95px);
}

.howto p {
  margin: 5vw 0;
}
@media screen and (min-width: 600px) {
  .howto p {
    width: 50%;
    margin: 32px 0 0 0;
  }
}

.howto ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media screen and (min-width: 600px) {
  .howto ul {
    margin: 48px 0 0 0;
  }
}

@media screen and (min-width: 600px) {
  .howto li {
    width: 18vw;
  }
}

.howto li:first-child {
  margin-right: 20px;
}
@media screen and (min-width: 600px) {
  .howto li:first-child {
    margin-right: 16px;
  }
}

.howto li img {
  width: 100%;
}

.case {
  padding: 10vw 0 0 0;
}
@media screen and (min-width: 600px) {
  .case {
    padding: 72px 16px 88px 16px;
  }
}

.case h2 + p {
  text-align: center;
  margin: 3vw 0 0 0;
  line-height: 2;
}

.case p.notice {
  text-align: right;
  font-size: 14px;
  margin: 5vw 0 10vw 0;
  color: #6c7f90;
}

.customer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.customer-list li {
  text-align: center;
  width: 47%;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .customer-list li {
    width: 33%;
  }
}

.customer-list_info_title {
  font-size: clamp(14px, 2.917vw, 16px);
  font-weight: 400;
}

.product {
  background-color: #f7f8fa;
}
@media screen and (max-width: 599px) {
  .product {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 600px) {
  .product .sp-inner {
    display: flex;
    align-items: center;
  }
}

.product .image {
  padding: 10vw 0;
}
@media screen and (min-width: 600px) {
  .product .image {
    padding: 120px 0;
    width: 50%;
  }
}

.product .image img {
  width: min(100%,594px);
}

.product .product_info {
  padding: 0;
}

.product .product_info_box {
  padding: 14px;
}

@media screen and (min-width: 600px) {
  .product .product_info {
    margin: 0 0 0 40px;
    width: 50%;
  }
}

.product .tagline {
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .product .tagline {
    font-size: 20px;
  }
}

.product h3 {
  font-size: clamp(18px, 3.75vw, 22px);
  font-weight: 700;
  margin: 16px 0 0 0;
}

.product .installments {
  margin: 5vw 0 0 0;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .product .installments {
    margin: 32px 0 0 0;
  }
}

.product .price {
  margin: 3vw 0 0 0;
  font-size: 3.5vw;
}
@media screen and (min-width: 600px) {
  .product .price {
    margin: 16px 0 0 0;
    font-size: 16px;
  }
}

.product strong {
  font-size: 220%;
}

.product strong span {
  font-size: 55%;
}

.product-btn {
  text-align: inherit;
}

.support {
  background-color: #0e3a58;
  color: #FFF;
  padding: 10vw 0 5vw;
}
@media screen and (min-width: 600px) {
  .support {
    padding: 72px 16px 88px 16px;
  }
}

.support .section-title {
  color: #fff;
}

.support p.lead {
  text-align: center;
  margin: 24px 0 0 0;
  line-height: 1.6;
}

.support ul {
  margin: 10vw -12px 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .support ul {
    margin: 30px -12px 0 -12px;
  }
}

.support li {
  width: 50%;
  padding: 0 12px 32px 12px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .support li {
    width: 33%;
  }
}

.support li .image {
  background: #FFF;
  display: table-cell;
  width: inherit;
  text-align: center;
  vertical-align: middle;
  padding: 0 24px;
  height: 88px;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .support li .image {
    height: 104px;
  }
}

.support li img {
  width: 80px;
}
@media screen and (min-width: 600px) {
  .support li img {
    width: 100px;
  }
}

.support h3 {
  margin: 16px 0 0 0;
}

.support li p {
  color: #9dbdd3;
  line-height: 1.4;
  margin: 8px 0 0 0;
  font-size: clamp(14px, 2.917vw, 14px);
}

.matome {
  text-align: center;
  padding: 10vw 4vw;
  border-top: 1px solid #DDD;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .matome {
    padding: 72px 0 0 0;
  }
}

.matome p {
  font-size: 5vw;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .matome p {
    font-size: 26px;
  }
}

footer {
  padding: 32px 0 32px 0;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  footer {
    padding: 88px 0;
  }
}

footer .logo a {
  width: 80px;
  height: 73px;
  display: block;
  margin: 0 auto;
  background: url(../images/logo.png) no-repeat center center;
  background-size: 80px auto;
  text-indent: -9999px;
}
@media screen and (min-width: 600px) {
  footer .logo a {
    width: 100px;
    height: 73px;
    background-size: 100% auto;
  }
}

footer p {
  text-align: center;
  font-size: 10px;
  margin: 16px 0 0 0;
}
@media screen and (min-width: 600px) {
  footer p {
    margin: 24px 0 0 0;
  }
}

.btn_pagetop {
  position: fixed;
  right: 16px;
  bottom: 16px;
}

.btn_pagetop a {
  width: 48px;
  height: 48px;
  display: block;
}

.btn_pagetop a img {
  width: 48px;
  height: 48px;
}

.uservoice {
  background-color: #eaf2ff;
  margin: 0 0;
  padding: 10vw 5vw;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .uservoice {
    padding: 72px 40px;
  }
}

.uservoice-text {
  text-align: center;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 599px) {
  .uservoice-title {
    background: url(../images/voice.png) no-repeat 10vw top;
    padding: 5vw 0 0 0;
    background-size: 16vw auto;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 600px) {
  .uservoice-title span {
    background: url(../images/voice.png) no-repeat left top;
    padding: 12px 0  18px 100px;
    background-size: 80px auto;
  }
}

.uservoice-list {
  margin: 10vw 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 600px) {
  .uservoice-list {
    margin: 64px 0 0 0;
  }
}

.uservoice-list li {
  background: #FFF;
  padding: 5vw;
  border-radius: 8px;
  margin: 0 0 5vw 0;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .uservoice-list li {
    width: 50%;
    padding: 24px;
    border-radius: 8px;
  }
}

@media screen and (min-width: 600px) {
  .uservoice-list li:nth-child(2n+1) {
    width: 49%;
    margin: 0 1% 2% 0;
  }
}

@media screen and (min-width: 600px) {
  .uservoice-list li:nth-child(2n) {
    width: 49%;
    margin: 0 0 2% 1%;
  }
}

.uservoice-sex {
  display: inline;
  font-weight: 700;
  margin: 0 0 0 8px;
}

.uservoice-age {
  display: inline;
  font-weight: 700;
  font-size: clamp(12px, 2.5vw, 14px);
}

.uservoice-age strong {
  font-size: clamp(18px, 3.75vw, 24px);
}

.uservoice-list li h3 {
  margin: 16px 0 0 0;
  font-size: clamp(16px, 3.333vw, 20px);
  font-weight: 400;
}

.uservoice-list li p {
  line-height: 1.8;
  color: #333;
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  font-size: clamp(14px, 2.917vw, 16px);
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .uservoice-list li p {
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
  }
}

.uservoice-male .uservoice-note {
  font-size: 14px;
  margin: 8px 0 0 0;
  border: none;
}

.uservoice-male p {
  border-top: 2px solid #53b9dc;
}

.uservoice-female p {
  border-top: 2px solid #fa96c3;
}

/*table*/
.price-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: min(5vw,32px) auto 0 auto;
}

.price-table tr td {
  padding: 2vw 2vw;
  text-align: center;
  background: #FFF;
  border-collapse: collapse;
  border: 1px solid #ededed;
  box-sizing: border-box;
}

.price-table strong {
  font-size: clamp(18px, 3.75vw, 22px);
}

.price-table th {
  padding: 2vw 2vw;
  text-align: center;
  background: #FFF;
  border-collapse: collapse;
  border: 1px solid #ededed;
  box-sizing: border-box;
}

.p-lineup__caption {
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-lineup__caption {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}



.c-title {
  display: inline-block;
  min-width: 21.6875rem;
  padding: 0.75rem 1.1875rem 1.0625rem;
  background-color: #fff;
  border: 1px solid #707070;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-title {
    min-width: 20.1875rem;
  }
}

.c-title::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: absolute;
  right: -0.25rem;
  bottom: -0.3125rem;
}

.p-lineup__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-lineup__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
    margin-top: 2.5rem;
    justify-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-lineup__item {
    margin-left: -1.125rem;
  }
}

.p-lineup__item a {
  display: inline-block;
  color: inherit;
}

.p-lineup__img {
  width: 25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineup__img {
    width: 18.9375rem;
  }
}

.p-lineup__img::before {
  content: "";
  display: block;
  width: 25rem;
  height: 17.5rem;
  background-color: #E3E3D8;
  position: absolute;
  top: -1.375rem;
  left: 1.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-lineup__img::before {
    width: 18.9375rem;
    height: 12.75rem;
    top: -1.25rem;
    left: 1.25rem;
  }
}

.p-lineup__img img {
  aspect-ratio: 460/280;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .p-lineup__img img {
    aspect-ratio: 335/203;
  }
}

.p-lineup__btn {
  margin-top: -2rem;
  margin-left: 0.625rem;
}

.p-lineup__title {
  font-size: 1.3125rem;
  line-height: 1.3333333333;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-lineup__title {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}

.p-lineup__title::after {
  content: "";
  display: block;
  width: 1.375rem;
  height: 0.6875rem;
  background-image: url(../images/icon-arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
}

.p-lineup__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.027em;
}
@media screen and (max-width: 767px) {
  .p-lineup__text {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media(hover: hover) {
.p-lineup__item a:hover {
  opacity: 1;
}

.p-lineup__item a:hover .p-lineup__title::after {
  right: 0;
  -webkit-transform: translate(200%, -50%);
          transform: translate(200%, -50%);
}
}

@media screen and (max-width: 767px) {
  .p-lineup__item a:hover .p-lineup__title::after {
    -webkit-transform: translate(150%, -50%);
            transform: translate(150%, -50%);
  }
}

.p-lineup__item a:hover .p-lineup__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .p-lineup__item a:hover .p-lineup__img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.coupon .lead {
  text-align: center;
  font-size: 110%;
}

.coupon .section-title {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.coupon_box {
  margin: 30px auto;
  padding: 20px;
  width: 300px;
  border: 4px double #000000;
  background: #bcf0ff;
  text-align: center;
}
.coupon_box p {
  font-size: 150%;
  font-weight: bold;
}
.coupon_box p strong {
  font-size: 150%;
}
.coupon_detail {
  margin-top: 50px;
}