@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
    font-size: 3.4rem;
    text-align: center;
    line-height: 1;
    margin: 20px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: initial !important;
  }
  .sp-none {
    display: none;
  }
  html {
    font-size: 62.5%;
  }
  .padding {
    padding-inline: 5%;
  }
}
#fair-det {
  color: #163322;
}
#fair-det .mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}
#fair-det .gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
#fair-det .lato {
  font-family: "Lato", sans-serif;
}
#fair-det #visual {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fair-det #visual {
    margin-bottom: 30px;
  }
}
#fair-det .inner {
  max-width: 940px;
  margin: 0 auto;
}
#fair-det .links {
  text-align: center;
  max-width: 590px;
  margin: auto;
}
#fair-det .links a {
  display: inline-block;
  padding-bottom: 15px;
}
#fair-det #lineup {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup {
    margin-bottom: 60px;
  }
}
#fair-det #lineup h2 {
  color: #163322;
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup h2 {
    font-size: 6.7vw;
    padding-inline: 5%;
  }
}
#fair-det #lineup .inner {
  background-color: #DAE0E9;
  padding: 40px 40px 50px;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .inner {
    padding: 40px 5% 40px;
  }
}
#fair-det #lineup .inner .contact {
  text-align: center;
  color: #163322;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .inner .contact {
    font-size: 5vw;
    font-weight: 400;
    margin-top: 30px;
  }
}
#fair-det #lineup .lineup-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
#fair-det #lineup .lineup-item {
  width: 860px;
  max-width: 100%;
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item {
    display: block;
    padding: 25px;
  }
}
#fair-det #lineup .lineup-item.rev {
  flex-direction: row-reverse;
}
#fair-det #lineup .lineup-item.rev .image-box {
  margin-right: 0;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item.rev .image-box {
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
#fair-det #lineup .lineup-item.rev .image-box img {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item.rev .image-box img {
    margin: 0 auto;
  }
}
#fair-det #lineup .lineup-item .image-box {
  width: 210px;
  flex-shrink: 0;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item .image-box {
    margin: 0 auto;
    margin-bottom: 25px;
    width: 190px;
  }
}
#fair-det #lineup .lineup-item .image-box img {
  width: 100%;
  height: auto;
  display: block;
}
#fair-det #lineup .lineup-item .image-box .note {
  margin-top: 5px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item .image-box .note {
    text-align: center;
    font-size: 1.8rem;
  }
}
#fair-det #lineup .lineup-item .image-box .note.red {
  color: #c00;
}
#fair-det #lineup .lineup-item .text-box {
  flex: 1;
  color: #163322;
}
#fair-det #lineup .lineup-item .text-box h3.mincho {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #163322;
  margin-top: -0.2em;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item .text-box h3.mincho {
    text-align: center;
    font-size: 5vw;
  }
}
#fair-det #lineup .lineup-item .text-box .desc {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: -0.35em;
  margin-bottom: -0.35em;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item .text-box .desc {
    font-size: 3.6vw;
  }
}
#fair-det #lineup .lineup-item .text-box .note {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item .text-box .note {
    font-size: 3.5vw;
    margin-top: 1rem;
  }
}
#fair-det #lineup .lineup-item .text-box .note.red {
  color: #c00;
}
#fair-det #lineup .lineup-item .text-box .note.text-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #fair-det #lineup .lineup-item .text-box .note.text-right {
    text-align: center;
  }
}
#fair-det #lineup .lineup-item .text-box .note.block {
  display: block;
}
#fair-det .plan-block .plan-label {
  background-color: #163322;
  color: #fff;
  padding: 5px 15px;
  margin-right: 18px;
  font-family: "Crimson Text", serif;
  font-style: italic;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fair-det .plan-block .plan-label {
    font-size: 1rem;
    padding: 6px;
    text-align: center;
    margin-right: 10px;
    width: 38px;
    height: 38px;
  }
}
#fair-det .plan-block .plan-label .mini {
  font-size: 2.8rem;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #fair-det .plan-block .plan-label .mini {
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1;
  }
}
#fair-det .plan-block h3 {
  font-size: 4rem;
  font-weight: 600;
  color: #163322;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fair-det .plan-block h3 {
    font-size: 6vw;
  }
}
#fair-det #trial {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det #trial {
    width: 100%;
    margin: 0 auto;
    padding: 0 5% 30px;
  }
}
#fair-det #trial #plan1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det #trial #plan1 {
    margin-bottom: 40px;
  }
}
#fair-det #trial .trial-header {
  text-align: center;
  margin: 0 auto 80px auto;
  position: relative;
  padding-top: 30px;
  border-top: 1px solid #163322;
  width: 650px;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .trial-header {
    width: 100%;
    margin: 0 auto;
  }
}
#fair-det #trial .trial-header::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #163322;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .trial-header::before {
    width: 100%;
    margin: 0 auto;
    left: 0;
  }
}
#fair-det #trial .trial-header .bg-decoration {
  display: none;
}
#fair-det #trial .trial-header h2 {
  font-size: 4.5rem;
  font-family: serif;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #163322;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .trial-header h2 {
    font-size: 7vw;
    margin-bottom: 19px;
  }
}
#fair-det #trial .trial-header .desc {
  font-size: 2rem;
  font-family: serif;
  color: #163322;
  line-height: 1.6;
  font-weight: 600;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .trial-header .desc {
    font-size: 3.8vw;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
#fair-det #trial .plan-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
#fair-det #trial .target {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #163322;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .target {
    font-size: 4vw;
  }
}
#fair-det #trial .brand-logos {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .brand-logos {
    margin-bottom: 25px;
  }
}
#fair-det #trial .brand-logos img {
  height: auto;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .brand-logos img {
    width: 100%;
  }
}
#fair-det #trial .plan-body .images {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
#fair-det #trial .plan-body .images img {
  max-width: 100%;
  height: auto;
}
#fair-det #trial .plan-body .price-comparison {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .plan-body .price-comparison {
    display: block;
  }
}
#fair-det #trial .plan-body .price-comparison .price-left,
#fair-det #trial .plan-body .price-comparison .price-right {
  text-align: center;
}
#fair-det #trial .plan-body .price-comparison .price-left .label,
#fair-det #trial .plan-body .price-comparison .price-right .label {
  font-size: 3.6rem;
  margin-bottom: 20px;
  font-weight: 600;
  color: #163322;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .plan-body .price-comparison .price-left .label,
  #fair-det #trial .plan-body .price-comparison .price-right .label {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
#fair-det #trial .plan-body .price-comparison .price-left .price,
#fair-det #trial .plan-body .price-comparison .price-right .price {
  color: #A66700;
  font-size: 7.4rem;
  line-height: 1;
  font-family: serif;
  letter-spacing: 0;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .plan-body .price-comparison .price-left .price,
  #fair-det #trial .plan-body .price-comparison .price-right .price {
    font-size: 6rem;
    margin-bottom: 8px;
  }
}
#fair-det #trial .plan-body .price-comparison .price-left .price .currency,
#fair-det #trial .plan-body .price-comparison .price-right .price .currency {
  font-size: 0.6em;
  margin-right: 5px;
  line-height: 1;
}
#fair-det #trial .plan-body .price-comparison .price-left .price .kara,
#fair-det #trial .plan-body .price-comparison .price-right .price .kara {
  font-size: 0.5em;
  margin-left: 5px;
  line-height: 1;
}
#fair-det #trial .plan-body .price-comparison .price-left .tax,
#fair-det #trial .plan-body .price-comparison .price-right .tax {
  font-size: 3rem;
  color: #163322;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .plan-body .price-comparison .price-left .tax,
  #fair-det #trial .plan-body .price-comparison .price-right .tax {
    font-size: 2.4rem;
    margin-bottom: 45px;
  }
}
#fair-det #trial .plan-body .price-comparison .arrow {
  display: flex;
  align-items: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fair-det #trial .plan-body .price-comparison .arrow {
    display: none;
  }
}
#fair-det #trial .plan-body .price-comparison .arrow img {
  width: 35px;
}
#fair-det #plan2 {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
#fair-det #plan2 .inner {
  border-top: 1px solid #163322;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .inner {
    padding: 0 5%;
  }
}
#fair-det #plan2 .trial-content {
  text-align: center;
  margin: 65px auto 80px auto;
  max-width: 840px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .trial-content {
    margin: 30px auto 30px auto;
    width: 100%;
  }
}
#fair-det #plan2 .plan-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-header {
    margin: 0 auto 14px auto;
  }
}
#fair-det #plan2 .desc {
  font-size: 2.2rem;
  font-family: serif;
  color: #163322;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .desc {
    font-size: 3.5vw;
    margin-bottom: 20px;
  }
}
#fair-det #plan2 .desc.center {
  text-align: center;
}
#fair-det #plan2 .desc.mb30 {
  margin-bottom: 40px;
}
#fair-det #plan2 .plan-body {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body {
    padding-top: 0;
  }
}
#fair-det #plan2 .plan-body .images-row {
  display: flex;
  justify-content: center;
  gap: 80px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .images-row {
    gap: 20px;
    margin-bottom: 10px;
  }
}
#fair-det #plan2 .plan-body .images-row::after {
  position: absolute;
  content: "";
  background: url(./image/plan02-2-sub.webp) no-repeat;
  background-size: contain;
  width: 207px;
  height: 122px;
  bottom: -7%;
  right: -5%;
  top: auto;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .images-row::after {
    width: 88px;
    height: 55px;
    bottom: -10px;
    right: -3%;
  }
}
#fair-det #plan2 .plan-body .images-row .image img {
  max-width: 100%;
  width: 360px;
  height: auto;
  display: block;
  position: relative;
}
#fair-det #plan2 .plan-body .images-row .image .sub {
  position: absolute;
  bottom: -10%;
  right: -15%;
  width: 60%;
  z-index: 2;
}
#fair-det #plan2 .plan-body .images-row .image .sub img {
  width: 100%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
#fair-det #plan2 .plan-body .price-comparison {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .price-comparison {
    margin: 0 auto;
    gap: 5px;
  }
}
#fair-det #plan2 .plan-body .price-comparison .price-item {
  text-align: center;
}
#fair-det #plan2 .plan-body .price-comparison .price-item .label {
  font-size: 3.6rem;
  margin-bottom: 18px;
  font-weight: 600;
  color: #163322;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .price-comparison .price-item .label {
    font-size: 4vw;
    margin-bottom: 5px;
  }
}
#fair-det #plan2 .plan-body .price-comparison .price-item .price {
  color: #163322;
  font-size: 7.4rem;
  line-height: 1;
  font-family: serif;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .price-comparison .price-item .price {
    font-size: 9vw;
    margin-bottom: 10px;
  }
}
#fair-det #plan2 .plan-body .price-comparison .price-item .price .currency {
  font-size: 0.6em;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .price-comparison .price-item .price .currency {
    margin-right: 0;
    font-size: 6vw;
  }
}
#fair-det #plan2 .plan-body .price-comparison .price-item .price .kara {
  font-size: 0.5em;
  margin-left: 5px;
}
#fair-det #plan2 .plan-body .price-comparison .price-item .tax {
  font-size: 3rem;
  color: #163322;
  margin-top: -5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .price-comparison .price-item .tax {
    font-size: 4vw;
    margin-bottom: 8px;
  }
}
#fair-det #plan2 .plan-body .price-comparison .plus {
  font-size: 5rem;
  color: #163322;
  padding-bottom: 45px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .price-comparison .plus {
    padding-bottom: 15px;
    font-size: 8vw;
  }
}
#fair-det #plan2 .plan-body .arrow-down {
  text-align: center;
  margin: 55px 0 0 0;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .arrow-down {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
#fair-det #plan2 .plan-body .arrow-down img {
  width: 50px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .arrow-down img {
    width: 40px;
  }
}
#fair-det #plan2 .plan-body .total-price {
  text-align: center;
}
#fair-det #plan2 .plan-body .total-price .label {
  font-size: 4.2rem;
  display: inline-block;
  margin-right: 21px;
  font-weight: 500;
  color: #163322;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .total-price .label {
    margin: 0;
    font-size: 6vw;
    margin-bottom: 5px;
  }
}
#fair-det #plan2 .plan-body .total-price .price {
  display: inline-block;
  color: #A66700;
  font-size: 10rem;
  line-height: 1;
  font-family: serif;
  font-weight: 600;
}
  #fair-det #plan2 .plan-body .total-price .price .currency {
    font-size: 6rem;
  }
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .total-price .price {
    font-size: 14vw;
    display: block;
  }
  #fair-det #plan2 .plan-body .total-price .price .currency {
    font-size: 8vw;
    margin-right: 5px;
  }
}
#fair-det #plan2 .plan-body .total-price .tax {
  font-size: 4rem;
  color: #163322;
  padding-left: 200px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan2 .plan-body .total-price .tax {
    font-size: 5vw;
    display: block;
    padding-left: 0;
    padding-top: 1rem;
  }
}
#fair-det #plan3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
#fair-det #plan3 > .inner {
  border-top: 1px solid #163322;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 > .inner {
    padding: 0 5%;
  }
}
#fair-det #plan3 .trial-content {
  text-align: center;
  margin: 80px auto 80px auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .trial-content {
    margin: 60px auto 30px auto;
  }
}
#fair-det #plan3 .plan-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-header {
    margin-bottom: 30px;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
#fair-det #plan3 .plan-header h3 {
  text-align: left;
}
#fair-det #plan3 .plan-header .flag {
  width: 68px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-header .flag {
    width: 60px;
  }
}
#fair-det #plan3 .desc {
  font-size: 2.2rem;
  font-family: serif;
  color: #163322;
  margin-bottom: 40px;
  line-height: 1.4;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .desc {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
#fair-det #plan3 .desc.center {
  text-align: center;
}
#fair-det #plan3 .brand-logos-row {
  display: flex;
  /* Ensure centered */
  justify-content: center;
  max-width: 792px;
  margin: auto;
}
#fair-det #plan3 .brand-logos-row img {
  max-width: 100%;
  height: auto;
}
#fair-det #plan3 .plan-body {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body {
    margin-bottom: 40px;
  }
}
#fair-det #plan3 .plan-body .images-box-3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body .images-box-3 {
    margin: 0 auto;
  }
}
#fair-det #plan3 .plan-body .images-box-3 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body .images-box-3 img {
    margin: 0 auto;
  }
}
#fair-det #plan3 .plan-body .price-list-dual {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body .price-list-dual {
    display: block;
    text-align: center;
  }
}
#fair-det #plan3 .plan-body .price-list-dual .separator {
  width: 66px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body .price-list-dual .separator {
    text-align: center;
    margin: auto;
  }
}
#fair-det #plan3 .plan-body .price-list-dual .price-item {
  text-align: center;
}
#fair-det #plan3 .plan-body .price-list-dual .price-item .label {
  font-size: 4.6rem;
  margin-right: 15px;
  font-weight: 600;
  color: #A66700;
  font-family: "Yu Mincho", "YuMincho", serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body .price-list-dual .price-item .label {
    font-size: 7vw;
    margin-bottom: 5px;
  }
}
#fair-det #plan3 .plan-body .price-list-dual .price-item .price {
  display: inline;
  color: #A66700;
  font-size: 7rem;
  line-height: 1;
  font-family: serif;
  letter-spacing: 0;
  font-weight: 600;
}
  #fair-det #plan3 .plan-body .price-list-dual .price-item .price .currency {
    font-size: 4.3rem;
  }
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body .price-list-dual .price-item .price {
    font-size: 13vw;
  }
  #fair-det #plan3 .plan-body .price-list-dual .price-item .price .currency {
    font-size: 6vw;
    margin-right: 5px;
  }
}
#fair-det #plan3 .plan-body .price-list-dual .price-item .tax {
  font-size: 3rem;
  color: #163322;
  text-align: center;
  display: block;
  line-height: 1;
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body .price-list-dual .price-item .tax {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  #fair-det #plan3 .plan-body .price-list-dual .price-item .pc-none {
    font-size: 2rem;
  }
}

#compare {
  text-align: center;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #compare {
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  #compare .inner {
    padding: 0 5%;
  }
}
#compare .inner .compare-header h2 {
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #compare .inner .compare-header h2 {
    font-size: 4.4vw;
    margin-bottom: 20px;
  }
}
#compare .inner .compare-container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #compare .inner .compare-container {
    margin-bottom: 20px;
  }
}
#compare .inner .compare-footer {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #compare .inner .compare-footer {
    font-size: 4vw;
  }
}

#brand .inner {
  background: linear-gradient(to bottom, #6C8B6C 0%, #597F60 81%, #3D654A 100%);
  padding: 60px 90px 50px;
}
@media screen and (max-width: 768px) {
  #brand .inner {
    padding: 40px 4%;
  }
}
#brand h2 {
  color: #fff !important;
  /* Override default color */
  margin-bottom: 50px;
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #brand h2 {
    font-size: 6.7vw;
    padding-inline: 5%;
    margin-bottom: 20px;
  }
}
#brand .brand-showcase {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 756px;
}
#brand .brand-showcase .showcase-item {
  background-color: #fff;
  display: flex;
  /* Default: Image left, Text right */
  align-items: center;
  flex-direction: row-reverse;
}
#brand .brand-showcase .showcase-item.reverse {
  flex-direction: row;
}
#brand .brand-showcase .showcase-item .image-area {
  width: 336px;
  line-height: 0;
}
#brand .brand-showcase .showcase-item .image-area img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .image-area {
    width: 42%;
    height: 100%;
  }
  #brand .brand-showcase .showcase-item .image-area img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#brand .brand-showcase .showcase-item .text-area {
  width: 57%;
  padding: 0 39px 0 42px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .text-area {
    padding: 4px 15px;
    flex: 1;
  }
}
#brand .brand-showcase .showcase-item .text-area .brand-header {
  display: flex;
  align-items: center;
  margin: 0 20px 30px 27px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .text-area .brand-header {
    flex-direction: column;
    gap: 5px;
    margin: 0 auto 10px;
  }
}
#brand .brand-showcase .showcase-item .text-area .brand-header .logo-img {
  height: 36px;
  /* Adjust based on logos */
  max-width: 145px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .text-area .brand-header .logo-img {
    height: 25px;
    margin-right: 0;
  }
}
#brand .brand-showcase .showcase-item .text-area .brand-header .brand-name {
  font-size: 2.4rem;
  font-family: serif;
  color: #163322;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .text-area .brand-header .brand-name {
    font-size: 5vw;
  }
}
#brand .brand-showcase .showcase-item .text-area .brand-header .brand-name-group {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .text-area .brand-header .brand-name-group {
    align-items: center;
  }
}
#brand .brand-showcase .showcase-item .text-area .brand-header .brand-name-group .brand-name.en {
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 5px;
  font-weight: 500;
  font-family: serif;
}
#brand .brand-showcase .showcase-item .text-area .brand-header .brand-name-group .brand-kana {
  font-size: 1.2rem;
  color: #163322;
  line-height: 1;
  margin-top: 3px;
}
#brand .brand-showcase .showcase-item .text-area h3.catchy {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500;
  color: #163322;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .text-area h3.catchy {
    font-size: 2.8vw;
    margin-bottom: 10px;
  }
}
#brand .brand-showcase .showcase-item .text-area .desc {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #163322;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .text-area .desc {
    font-size: 2.6vw;
    line-height: 1.5;
  }
}
#brand .brand-showcase .showcase-item .text-area .btn-brown {
  display: inline-block;
  background-color: #3C2D0E;
  /* Dark brown roughly based on implicit design */
  color: #fff;
  text-decoration: none;
  padding: 12px 35px;
  text-align: center;
  font-size: 1.4rem;
  align-self: flex-start;
  /* Don't stretch */
  transition: opacity 0.3s;
  margin: 12px auto;
  line-height: 1;
}
#brand .brand-showcase .showcase-item .text-area .btn-brown:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #brand .brand-showcase .showcase-item .text-area .btn-brown {
    font-size: 2.6vw;
    padding: 10px 8px;
    margin-bottom: 0;
  }
}

#import {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #import {
    margin-bottom: 50px;
  }
}
#import .inner {
  background: linear-gradient(to bottom, #3C1019 0%, #3B131D 69%, #250C15 100%);
  padding: 60px 50px 65px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #import .inner {
    padding: 40px 5%;
  }
}
#import .inner .note-bottom {
  font-size: 1.1rem;
  text-align: center;
}
#import h2 {
  color: #fff !important;
  margin-bottom: 50px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  #import h2 {
    font-size: 6vw;
    margin-bottom: 20px;
  }
}
#import .import-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #import .import-list {
    display: block;
  }
  #import .import-list .text-area-layout {
    display: flex;
    gap: 15px;
  }
  #import .import-list .text-area-layout.reverse {
    flex-direction: row-reverse;
  }
  #import .import-list .text-area-layout .image-area {
    width: 40%;
  }
  #import .import-list .text-area-layout .brand-info-box {
    flex: 1;
  }
}
#import .import-item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  height: 376px;
}
@media screen and (max-width: 768px) {
  #import .import-item {
    flex-direction: column;
    height: auto;
  }
}
#import .import-item.reverse {
  flex-direction: row-reverse;
}
#import .import-item:last-child {
  margin-bottom: 0;
}
#import .import-item .image-area {
  width: 44%;
}
#import .import-item .image-area img {
  width: 336px;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
#import .import-item .text-area {
  color: #ddd;
  width: 66%;
  /* Light gray for body text for readability */
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area {
    width: 100%;
  }
}
#import .import-item .text-area .brand-logo {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  /* Specific fix for Albini/Thomas Mason logos if needed? they are white background images? 
        If they are white bg images, they won't blend.
        User image shows logos are white rectangles.
     */
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .brand-logo {
    flex-direction: column;
    align-items: center;
  }
}
#import .import-item .text-area .brand-logo .brand-name-group {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .brand-logo .brand-name-group {
    text-align: center;
  }
}
#import .import-item .text-area .brand-logo .brand-name-group .brand-name {
  font-size: 2.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .brand-logo .brand-name-group .brand-name {
    font-size: 5vw;
    margin-bottom: 5px;
  }
}
#import .import-item .text-area .brand-logo .brand-name-group .brand-kana {
  font-size: 1.2rem;
}
#import .import-item .text-area .brand-logo img {
  max-width: 163px;
  height: auto;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .brand-logo img {
    justify-self: 28px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#import .import-item .text-area .brand-logo .item-logo2 {
  width: 115px;
  height: 34px;
}
#import .import-item .text-area .brand-logo .item-logo3 {
  width: 94px;
  height: 34px;
}
#import .import-item .text-area .last-logo {
  margin-bottom: 20px;
}
#import .import-item .text-area .desc {
  font-size: 1.5rem;
  line-height: 1.9;
  margin: 0 auto 30px;
  color: #f0f0f0;
  font-weight: 300;
  width: 336px;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .desc {
    width: 100%;
    font-size: 2.6vw;
  }
}
#import .import-item .text-area .price-box {
  margin-left: 49px;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .price-box {
    margin-left: 0;
  }
}
#import .import-item .text-area .price-box .price-row {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .price-box .price-row {
    justify-content: center;
  }
}
#import .import-item .text-area .price-box .price-row .label {
  font-size: 2rem;
  color: #fff;
  margin-right: 5px;
  font-family: serif;
  /* Fixed width for alignment */
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .price-box .price-row .label {
    font-size: 3.5vw;
    margin-right: 3px;
  }
}
#import .import-item .text-area .price-box .price-row .price {
  font-size: 3.6rem;
  font-family: serif;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .price-box .price-row .price {
    font-size: 7vw;
  }
}
#import .import-item .text-area .price-box .price-row .price .currency {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .price-box .price-row .price .currency {
    font-size: 3.5vw;
  }
}
#import .import-item .text-area .price-box .price-row .tax {
  font-size: 1.6rem;
  color: #ccc;
}
@media screen and (max-width: 768px) {
  #import .import-item .text-area .price-box .price-row .tax {
    font-size: 4vw;
  }
}
#import .separator-line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 0 40px;
  width: 100%;
}

#functionality {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #functionality {
    margin-bottom: 50px;
    padding: 0 5%;
  }
}
#functionality h2 {
  color: #163322;
  text-align: center;
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #functionality h2 {
    font-size: 5.2vw;
    margin-bottom: 30px;
  }
}
#functionality .func-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #functionality .func-list {
    gap: 15px;
  }
}
#functionality .func-item {
  background-color: #f5f5f5;
  padding: 22px 21px;
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #functionality .func-item {
    flex-direction: column;
    padding: 10px;
  }
}
#functionality .func-item .image-area {
  width: 260px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #functionality .func-item .image-area {
    display: none;
    width: 100%;
  }
}
#functionality .func-item .image-area img {
  width: 100%;
  height: auto;
  display: block;
}
#functionality .func-item .text-area {
  flex: 1;
}
#functionality .func-item .text-area .func-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #functionality .func-item .text-area .func-header {
    margin-bottom: 10px;
  }
}
#functionality .func-item .text-area .func-header img {
  width: 47px;
  height: auto;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  #functionality .func-item .text-area .func-header img {
    margin-right: 10px;
    width: 40px;
  }
}
#functionality .func-item .text-area .func-header h3 {
  font-size: 3.2rem;
  color: #163322;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #functionality .func-item .text-area .func-header h3 {
    font-size: 6vw;
  }
}
#functionality .func-item .text-area .func-header h3 .sub {
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 12px;
  font-weight: 400;
  color: #163322;
  vertical-align: middle;
  transform: translateY(-3px);
  font-family: sans-serif;
  line-height: 1;
  /* "ストレッチ" looked gothic-ish in image */
}
@media screen and (max-width: 768px) {
  #functionality .func-item .text-area .func-header h3 .sub {
    font-size: 3.2vw;
  }
}
#functionality .func-item .text-area .desc {
  font-size: 1.7rem;
  line-height: 1.6;
  color: #163322;
}
@media screen and (max-width: 768px) {
  #functionality .func-item .text-area .desc {
    font-size: 3.2vw;
  }
}

#exsample {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #exsample {
    margin-bottom: 60px;
  }
}
#exsample h2 {
  color: #163322;
  text-align: center;
  margin-bottom: 50px;
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #exsample h2 {
    font-size: 5.2vw;
  }
}
#exsample .ex-group {
  margin-bottom: 45px;
}
#exsample .ex-group:last-child {
  margin-bottom: 0;
}
#exsample .ex-group h3 {
  font-size: 2.2rem;
  color: #163322;
  /* Mincho applied by class in HTML */
  margin: 0 0 12px 65px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #exsample .ex-group h3 {
    text-align: center;
    margin-left: 0;
    font-size: 4.8vw;
  }
}
#exsample .ex-group .ex-flex {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #exsample .ex-group .ex-flex {
    flex-wrap: wrap;
    gap: 3%;
  }
}
#exsample .ex-group .ex-flex img {
  width: 150px;
  display: block;
}
@media screen and (max-width: 768px) {
  #exsample .ex-group .ex-flex img {
    width: 30%;
    margin-bottom: 13px;
  }
}
#exsample .note-bottom {
  text-align: right;
  font-size: 1.1rem;
  color: #163322;
  margin: -25px 60px 0 0;
}
@media screen and (max-width: 768px) {
  #exsample .note-bottom {
    margin-right: 0;
  }
}

#other {
  text-align: center;
  margin: 90px auto 90px auto;
}
@media screen and (max-width: 768px) {
  #other {
    margin: 60px auto 30px auto;
    padding: 0 5%;
  }
}
#other img {
  margin: 0 auto;
}
#other .pc {
  display: block;
}
@media screen and (max-width: 768px) {
  #other .pc {
    display: none;
  }
}
#other .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #other .sp {
    display: block;
  }
}
#other h2 {
  font-weight: 500;
  font-size: 2.3rem;
  margin-bottom: 18px;
  color: #000000;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #other h2 {
    margin-bottom: 25px;
    font-size: 5vw;
  }
}

.reserve {
  text-align: center;
}
.reserve .gothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .reserve .gothic {
    margin-bottom: 25px;
  }
}
.reserve p {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
}
.reserve p span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
.reserve p span::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
}
.reserve p span::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 1px;
  background-color: #000;
  right: 0;
  top: 50%;
  transform: rotate(-45deg);
}
.reserve .res-btn {
  display: inline-block;
  background-color: #684A28;
  padding: 17px 70px;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .reserve .res-btn {
    padding: 25px 85px;
  }
}