/* preview */
body {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
 }

/*
 .faq p,
 .faq span,
 .faq h2,
 .faq h3,
 .faq *::before {
  color: #f00 !important;
 } */

/* common */
.faq {
  max-width: 93%;
  width: 100%;
  margin: 0 auto;

	  border-left: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
}

.faq .mv-ttl {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.faq .mv-ttl-text {
  line-height: 1.6;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  font-size: calc(43 / 1800 * 100vw);
  color: #5a322a;
  font-weight: bold;
	/*/*text-shadow: 0 0 1px #5a322a;*/*/
}

.faq .new {
  margin: calc(123.6 / 1800 * 100vw) auto 0;
}

.faq .new-ttl {
  color: #5a322a;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  font-size: calc(45 / 1800 * 100vw);
  gap: calc(10 / 1800 * 100vw);
	/*/*text-shadow: 0 0 1px #5a322a;*/*/
}

.faq .new-ttl span {
  transform: translateY(calc(-10 / 1800 * 100vw));
  width: calc( 59 / 1800 * 100vw);
}

.faq .new-ttl span img {
  width: 100%;
  height: auto;
}

.faq .new-content {
  margin: calc(75 / 1800 * 100vw) auto 0;
  width: 66%;
}

.faq .new-content-box {
  display: flex;
  flex-wrap: wrap;
}

.faq .new-content-item {
  width: 32.5%;
  margin: 0 calc((100% - 97.5%) / 2) calc((100% - 97.5%) / 2) 0;
}

.faq .new-content-item:nth-child(3n) {
  margin: 0 0 calc((100% - 97.5%) / 2) 0;
}

.faq .new-content-link {
  background-color: #f2f2f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: calc(37 / 1800 * 100vw) 0;
  text-decoration: none !important;
  color: #5a322a;
}

.faq .new-content-link:hover {
  opacity: .7;
}

.faq .new-content-title {
  font-size: calc(22 / 1800 * 100vw);
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: calc(27 / 1800 * 100vw);
	/*/*text-shadow: 0 0 1px #5a322a;*/*/
}

.faq .new-content-description {
  font-size: calc(20 / 1800 * 100vw);
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.faq .member {
  margin:calc(134 / 1800 * 100vw) auto 0;
}

.faq .member-ttl {
  color: #5a322a;
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: center;
  font-size: calc(45 / 1800 * 100vw);
  gap: calc(10 / 1800 * 100vw);
	/*/*text-shadow: 0 0 1px #5a322a;*/*/
}

.faq .member-content {
margin:calc(101.6 / 1800 * 100vw) auto 0;
  width: 66%;
}

.faq .member-content-box {
  display: flex;
  flex-wrap: wrap;
}

.faq .member-content-item {
  width: 32.5%;
  margin: 0 calc((100% - 97.5%) / 2) calc((100% - 97.5%) / 2) 0;
}

.faq .member-content-item:nth-child(3n) {
  margin: 0 0 calc((100% - 97.5%) / 2) 0;
}


.faq .member-content-link {
  background-color: #f2f2f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: calc(44 / 1800 * 100vw) 0;
  text-decoration: none !important;
  color: #5a322a;
  height: calc(215 / 1800 * 100vw);
}

.faq .member-content-title {
  font-size: calc(22 / 1800 * 100vw);
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: calc(20 / 1800 * 100vw);
}

.member-content-image {
  width: calc(140 / 1800 * 100vw);
}

.member-content-image img {
  width: 100%;
  height: auto;
}


.faq .solution {
  margin:  calc(140 / 1800 * 100vw) auto 0;
}

.faq .solution-ttl {
  color: #5a322a;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2em;
  font-size: calc(50 / 1800 * 100vw);
	/*/*text-shadow: 0 0 1px #5a322a;*/*/
}

.faq .solution-btn {
  width: 31.5%;
  margin:  calc(96.6 / 1800 * 100vw) auto 0;
}

.faq .solution-btn-link {
  position: relative;
  z-index: 0;
  aspect-ratio: 528 / 88;
  color: #5a322a;
  font-size: calc(23 / 1800 * 100vw);
  font-weight: bold;
  line-height: 1;
  letter-spacing: -.02em;
  border: 1px solid #5a322a;
  border-radius: 4px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
	/*text-shadow: 0 0 1px #5a322a;*/
}

.faq .solution-btn-link:hover {
  text-decoration: none;
  opacity: .6;
}


.faq .solution-btn-link:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #5a322a;
  top: 50%;
  right: calc(13 / 1800 * 100vw);
  transform: translateY(-50%);
  width: calc(6 / 1800 * 100vw);
  aspect-ratio: 6 / 8;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.faq .solution-attention {
  width: 31%;
  margin: 1.7% auto 0;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.footer-wrap-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.footer-txt {
  padding: 0 1%;
}

@media screen and (max-width: 768px) {
  .footer-wrap {
    flex-wrap: wrap;
  }
  .footer-wrap-logo {
    width: 100%;
    text-align: center;
  }
  .footer-wrap-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .footer-wrap-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-txt {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .faq {
    max-width: 100%;
    width: 100%;
  }
  .faq .mv-ttl {
    width: 100%;
    margin: 0 auto;
  }
  .faq .mv-ttl-text {
    font-size: calc(43 / 640 * 100vw);
  }


  .faq .new {
    margin: calc(137.7 / 640 * 100vw) auto 0;
  }
  .faq .new-ttl {
    margin: 0 auto;
    font-size: calc(35 / 640 * 100vw);
    letter-spacing: .26em;
  }

  .faq .new-ttl span {
    width: calc(44 / 640 * 100vw);
    transform: translateY(calc(-10 / 640 * 100vw));
  }
  .faq .new-content {
    margin: 15.2% auto 0;
    width: 71.5%;
  }
  .faq .new-content-box {
    display: flex;
    flex-wrap: wrap;
  }
  .faq .new-content-item {
    width: 100%;
    margin: 0 0 2% 0;
  }
  .faq .new-content-item:nth-child(3n) {
    margin: 0 0 2% 0;
  }
  .faq .new-content-link {
    padding: calc(40 / 640 * 100vw) 0;
    height: calc(190 / 640 * 100vw);
  }


  .faq .new-content-title {
    font-size: calc(22 / 640 * 100vw);
    margin-bottom: calc(26 / 640 * 100vw); ;
  }

  .faq .new-content-description {
    font-size: calc(20 / 640 * 100vw);
  }



  .faq .member {
    margin: calc(149 / 640 * 100vw) auto 0;
  }
  .faq .member-ttl {
    font-size: calc(35 / 640 * 100vw);
    letter-spacing: .26em;
  }
  .faq .member-content {
    margin:  calc(110 / 640 * 100vw) auto 0;
    width: 71.5%;
  }
  .faq .member-content-box {
    display: flex;
    flex-wrap: wrap;
  }
  .faq .member-content-item {
    width: 48%;
    margin: 0 4% 5% 0;
  }
  .faq .member-content-item:nth-child(2n) {
    margin: 0 0 2% 0;
  }
  .faq .member-content-item:nth-child(3n) {
    margin: 0 4% 5% 0;
  }
  .faq .member-content-item:nth-child(6) {
    margin: 0 0 5% 0;
  }

  .faq .member-content-link {
    aspect-ratio: 1/1;
    display: block;
    height: auto;
    text-align: center;
    padding: calc(40 / 640 * 100vw) 0;
  }

  .faq .member-content-title {
    font-size: calc(22 / 640 * 100vw);
    margin-bottom: calc(24 / 640 * 100vw);
  }

  .member-content-image {
    width: calc(145 / 640 * 100vw);
    margin-left: auto;
    margin-right: auto;
  }

  .faq .solution {
    margin: calc(180 / 640 * 100vw) auto 0;
  }
  .faq .solution-ttl {
    margin: 0 auto;
    font-size: calc(35 / 640 * 100vw);
  }
  .faq .solution-btn {
    width: 82.5%;
    margin: calc(110 / 640 * 100vw) auto 0;
  }


  .faq .solution-btn-link {
    aspect-ratio: 528 / 88;
    font-size: calc(23 / 640 * 100vw);
  }

  .faq .solution-btn-link:after {
    right: calc(13 / 640 * 100vw);
    width: calc(6 / 640 * 100vw);
    aspect-ratio: 6 / 8;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }


  .faq .solution-attention {
    width: 81%;
    margin: 4% auto 0;
  }
}


.faq {
  margin: 0 auto 0;
}

.faq-ttl {
  text-align: center;
  margin: 0 auto;
  font-size: calc(43  / 1800 * 100vw);
  letter-spacing: .07em;
  color: #5a322a;
  text-align: center;
  line-height: 1.55;
  font-weight: bold;
	/*text-shadow: 0 0 1px #5a322a;*/

  span {
    font-weight: bold;
  }
}

.faq-txt {
  text-align: center;
  font-size: calc(29  / 1800 * 100vw);
  color: #5a322a;
  margin-top: calc(42  / 1800 * 100vw);
}

.faq-content {
  margin: calc(170 / 1800 * 100vw) auto 0;
}

.faq-content-item {
  position: relative;
}

.faq-content-item .preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: .5;
}

.faq-content-item {
  padding: calc(45 / 1800 * 100vw ) calc(422 / 1800 * 100vw ) 0 calc(360 / 1800 * 100vw );
}

.faq-content-item:first-child {
  padding-top: calc(10 / 1800 * 100vw );
}

.faq-content-question {
  color: #9ac2bd;
  margin-bottom: calc(40 / 1800 * 100vw);
  position: relative;
  padding-left: calc(62 / 1800 * 100vw);
/*	text-shadow: 0 0 1px #9ac2bd;*/
}


.faq-content-question:before {
  font-weight: bold;
  font-size: calc(36 / 1800 * 100vw);
  content: "Q";
  left: calc(-1 / 1800 * 100vw);
  top: calc(12 / 1800 * 100vw);
  position: absolute;
}

.faq-content-question .text {
  font-weight: bold;
  font-size: calc(22 / 1800 * 100vw);
  letter-spacing:  0.035em;
  line-height: 2.2;

}

.faq-content-answer {
  position: relative;
  padding-left: calc(62 / 1800 * 100vw);
  color: #59332c;
  font-weight: bold;
  font-size: calc(22 / 1800 * 100vw);
  letter-spacing:  0.035em;
  margin-bottom: calc(10 / 1800 * 100vw);
  line-height: 1.8;
	/*text-shadow: 0 0 1px #59332c;*/
}

.faq-content-answer:before {
  font-weight: bold;
  font-size: calc(36 / 1800 * 100vw);
  content: "A";
  left: calc(3 / 1800 * 100vw);
  top: calc(-12 / 1800 * 100vw);
  position: absolute;
  color: #59332c;
}


.faq-content-description {
  margin-left: calc(62 / 1800 * 100vw);
  padding-bottom: calc(50 / 1800 * 100vw);
  border-bottom: 1px solid #D4CBC8;
  font-size: calc(20 / 1800 * 100vw);
  color: #59332c;
}

.faq-content-item:last-child .faq-content-description {
  border-bottom: none;
  padding-bottom: 0;
}


.faq-content-description .text {
  font-size: calc(20 / 1800 * 100vw);
  line-height: 1.785;
  color: #5a322a;
  letter-spacing: 0;
}
.faq-content-description .text.set01 {
	white-space: nowrap;
}

.faq-content-description .text a {
  text-decoration: underline;
  color: #c69c6d;
}

.faq-content-description .text + .text {
  margin-top: calc(20 / 1800 * 100vw);
}

.faq-content-answer .note,
.faq-content-description .note {
  line-height: 1.8;
  color: #c30d23;
  font-size: calc(16 / 1800 * 100vw);
  letter-spacing: 0;
  margin-bottom: calc(10 / 1800 * 100vw);
}


.faq-content-answer .note a,
.faq-content-description .note a {
  color: #c30d23;
  font-weight: bold;
  text-decoration: underline;
}

.faq-content-answer .note a:hover,
.faq-content-description .note a:hover {
  text-decoration: none;
}





.faq-content-description .list {
  margin: calc(10 / 1800 * 100vw) 0;
}

.faq-content-description .list li {
  position: relative;
  padding-left: calc(10 / 1800 * 100vw);
  margin-bottom: calc(14 / 1800 * 100vw);
  line-height: 1.65;
  font-weight: bold;
	/*text-shadow: 0 0 1px #59332c;*/

}

.faq-content-description .list li * {
  font-weight: bold;
}

.faq-content-description .list li::before {
    content: '\30FB';
    position: absolute;
    left: calc(-5 / 1800 * 100vw);
    top: 0;
}


.faq-content-description .image {
  margin-top: calc(40 / 1800 * 100vw);
}

.faq-content-description .image-caption {
  font-size: calc(20 / 1800 * 100vw);
  font-weight: bold;
  color: #59332c;
}


@media screen and (max-width:768px) {

  .faq {
    padding: 0;
    margin: 0 auto 0;
  }

  .faq-ttl {
    font-size: calc(38  / 640 * 100vw);
    letter-spacing: .2em;
    gap: .6em;
  }

  .faq-txt {
    font-size: calc(24  / 640 * 100vw);
    margin-top: calc(42  / 640 * 100vw);
  }

  .faq-content {
    margin: calc(120 / 640 * 100vw) auto 0;
  }

  .faq-content-item {
    padding: calc(42 / 640 * 100vw ) calc(60 / 640 * 100vw ) 0;
  }
  .faq-content-item:first-child {
    padding-top: calc(24 / 640 * 100vw );
  }

  .faq-content-question {
    margin-bottom: calc(42 / 640 * 100vw);
    position: relative;
    padding-left: calc(62 / 640 * 100vw);
  }

  .faq-content-question:before {
    font-size: calc(36 / 640 * 100vw);
    left: 0;
    top: calc(9 / 640 * 100vw);
  }

  .faq-content-question .text {
    font-size: calc(22 / 640 * 100vw);
    line-height: 1.9;
  }

  .faq-content-answer {
    padding-left: calc(62 / 640 * 100vw);
    font-size: calc(22 / 640 * 100vw);
    margin-bottom: calc(20 / 640 * 100vw);
  }

  .faq-content-answer:before {
    font-size: calc(36 / 640 * 100vw);
    left: calc(4 / 640 * 100vw);
    top: calc(-14 / 640 * 100vw);
  }


  .faq-content-description {
    margin-left: 0;
    padding-bottom: calc(40 / 640 * 100vw);
  }

  .faq-content-description .text {
    font-size: calc(19.5 / 640 * 100vw);
    line-height: 1.785;
	  margin-bottom:calc(10 / 640 * 100vw);

  }
  .faq-content-description .text.set01 {
	  white-space: wrap;
  }

  .faq-content-description .text + .text {
    margin-top: calc(20 / 640 * 100vw);
  }

  .faq-content-answer .note,
  .faq-content-description .note {
    font-size: calc(16 / 640 * 100vw);
    margin-top: calc(10 / 640 * 100vw);
	  margin-bottom: calc(10 / 640 * 100vw);
  }


  .faq-content-description .list {
    margin: calc(10 / 640 * 100vw) 0;
  }

  .faq-content-description .list li {
    position: relative;
    padding-left: calc(10 / 640 * 100vw);
    margin-bottom: calc(10 / 640 * 100vw);
    font-size: calc(20 / 640 * 100vw);
    letter-spacing: 0.02em;
  }

  .faq-content-description .list li * {
    font-weight: bold;
  }

  .faq-content-description .list li::before {
    left: calc(-5 / 640 * 100vw);
  }

}

/* faq accordion */


.faq-content-qa {
  margin: 0 auto;
}

.faq-content-accordion {
  padding: 3%;
  background: #f2f2f3;
}

.faq-content-accordion-block {
  position: relative;
  height: auto;
  margin: 0 auto 2%;
  background: #fff;
}

.faq-content-accordion-parent {
  position: relative;
  height: auto;
  padding: 3.7% 0 4.2% 3.6%;
  cursor: pointer;
}

.faq-content-accordion-parent span {
  width: 55%;
  display: inline-block;
}

.faq-content-accordion-parent span.faq-content-accordion-parent-item02 {
  width: 35%;
  display: inline-block;
}

.faq-content-accordion-parent span.faq-content-accordion-parent-item03 {
  width: 58.5%;
  display: inline-block;
}

.faq-content-accordion-parent:before {
  content: '';
  width: calc(23 / 1800 * 100vw);
  height: calc(2 / 1800 * 100vw);
  display: inline-block;
  background: #9ac2bd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  right: 3.5%;
  transition: .5s;
}

.faq-content-accordion-parent:after {
  content: '';
  width: calc(2 / 1800 * 100vw);
  height:  calc(23 / 1800 * 100vw);
  display: inline-block;
  background: #9ac2bd;
  position: absolute;
  top: 50%;
  right: 4.77%;
  transition: .5s;
  transform: translateY(-50%);
}

.faq-content .open:after {
  content: none;
}

.faq-content-accordion-child {
  padding: 0 0 3.5% 3.7%;
  width: 96.5%;
  position: relative;
  display: none;
  position: relative;
}

.faq-content-accordion-child::before {
}

.faq-content-item {
  position: relative;
}

.faq-content-item-link {
  margin-top: calc(20 / 1800 * 100vw);
  text-align: right;
}

.faq-content-item-link a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: calc(18 / 1800 * 100vw);
  letter-spacing: 0;
  color: #5a322a;
}



.faq-content-accordion-question {
  color: #9ac2bd;
  position: relative;
  padding-left: calc(62 / 1800 * 100vw);
  font-size: calc(22 / 1800* 100vw);
  font-weight: bold;
}

.faq-content-accordion-question:before {
  color: #9ac2bd;
  font-weight: bold;
  font-size: calc(36 / 1800 * 100vw);
  content: "Q";
  left: calc(-1 / 1800 * 100vw);
  top: calc(-2 / 1800 * 100vw);
  position: absolute;
}

.faq-content-accordion-answer {
  position: relative;
  padding-left: calc(62 / 1800 * 100vw);
  color: #59332c;
  font-weight: bold;
  font-size: calc(22 / 1800 * 100vw);
  letter-spacing:  0.035em;
  margin-bottom: calc(10 / 1800 * 100vw);
}

.faq-content-accordion-answer:before {
  font-weight: bold;
  font-size: calc(36 / 1800 * 100vw);
  content: "A";
  left: calc(2 / 1800 * 100vw);
  top: calc(-1 / 1800 * 100vw);
  position: absolute;
  color: #59332c;
}


@media screen and (max-width: 768px) {
  .faq-content-qa {
    margin: calc(-20 / 640 * 100vw ) calc(-60 / 640 * 100vw )  0;
    border-top: 1px solid #E9E5E3;
    padding-top: calc(30 / 640 * 100vw );

  }
  .faq-content-accordion {
    padding: 6.5% 3% 3%;
    background: #f2f2f3;
  }
  .faq-content-accordion-block {
    position: relative;
    height: auto;
    margin: 0 auto 10%;
    width: 87%;
    background: #fff;
  }
  .faq-content-accordion-parent {
    position: relative;
    height: auto;
    padding: 5% 0 5% 6%;
    cursor: pointer;
  }
  .faq-content-accordion-parent span {
    width: 82.5%;
    display: inline-block;
  }
  .faq-content-accordion-parent span.faq-content-accordion-parent-item02 {
    width: 62.5%;
    display: inline-block;
  }
  .faq-content-accordion-parent span.faq-content-accordion-parent-item03 {
    width: 82.5%;
    display: inline-block;
  }
/*  .faq-content-accordion-parent:before {
    content: '';
    width: 20px;
    height: 2px;
    display: inline-block;
    background: #9ac2bd;
    position: absolute;
    top: 47%;
    right: 4%;
    transition: .5s;
  }

  .faq-content-accordion-parent:after {
    content: '';
    width: 2px;
    height: 20px;
    display: inline-block;
    background: #9ac2bd;
    position: absolute;
    top: 48%;
    right: 6.0%;
    transition: .5s;
    transform: translateY(-50%);
  }
	*/




		 .price .faq-content-accordion-parent:before {
    width: calc(20  / 640 * 100vw);
    height: calc(2  / 640 * 100vw);
    right: 4%;
  }
  .price .faq-content-accordion-parent:after {
    width: calc(2  / 640 * 100vw);
    height:calc(20  / 640 * 100vw);
    right: 5.7%;
  }










  .faq-content .open:after {
    content: none;
  }


  .faq-content-accordion-child {
    padding: 0 0 6.5% 6%;
    width: 94.5%;
  }

  .faq-content-item-link {
  }

  .faq-content-accordion-question {
    font-size: calc(22 / 640 * 100vw);
    padding-left: calc(48 / 640* 100vw);
    letter-spacing: -.01em;
  }

  .faq-content-accordion-question:before {
    font-size: calc(36 / 640 * 100vw);
    left: 0;
    top: calc(-2 / 640 * 100vw);
  }

  .faq-content-accordion-answer {
    padding-left: calc(48 / 640* 100vw);
    font-size: calc(21 / 640 * 100vw);
  }

  .faq-content-accordion-answer::before {
    font-size: calc(36 / 640 * 100vw);
    left: calc(2 / 640 * 100vw);
    top: calc(-2 / 640 * 100vw);
  }

  .faq-content-item-link {
    margin-top: calc(16 / 640 * 100vw);
  }

  .faq-content-item-link a {
    font-size: calc(16 / 640 * 100vw);
  }

}


/* unity */

.faq-asterisk {
  text-indent: -1em;
  padding-left: 1em;
  font-size: calc(15 / 1800 * 100vw);
  color: #59332c;
  line-height: 1.8;
  letter-spacing: 0;
}

.faq-important {
  border: #c30d23 solid 1px;
  color: #c30d23;
  font-size: calc(19 / 1800 * 100vw);
  padding: calc(20 / 1800 * 100vw);
  border-radius: calc(5 / 1800 * 100vw);
  letter-spacing: -.025em;
  margin-top: calc(40 / 1800 * 100vw);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faq-asterisk {
    font-size: calc(16 / 640 * 100vw);
    text-indent: 0;
    padding-left: 0;
  }

  .faq-important {
    font-size: calc(21 / 640 * 100vw);
    padding: calc(20 / 640 * 100vw);
    border-radius: calc(5 / 640 * 100vw);
    margin-top: calc(20 / 640 * 100vw);
  }
}


.faq-more {
  text-align: center;
  margin-top: calc(70 / 1800 * 100vw);
  font-size: calc(22 / 1800 * 100vw);
  font-weight: bold;
  color: #59332c;
}

.faq-more a {
  text-decoration: underline;
  color: #c69c6d;
}

.faq-more a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .faq-more {
    margin-top: calc(20 / 640 * 100vw);
    font-size: calc(22 / 640 * 100vw);
    font-weight: 500;
    line-height: 1.8;
  }
}


.letter-0 {
  letter-spacing: 0;
}
.letter-50 {
  letter-spacing: .05em;
}

.letter-100 {
  letter-spacing: .1em;
}
.letter-200 {
  letter-spacing: .2em;
}

.letter-isetandoor {
}

.bold {
  font-weight: bold;
}

.sup {
  color: #c30d23;
  font-size: 80%;
  transform: translateY(10%);
  display: inline-block;
}

.inden-blanket {
  margin-left: -.5em;
}

.inden-square {
  padding-left: 1em;
  text-indent: -1em;
}