@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600&display=swap');


main {
  background: #fff;
}
.lp_inner {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) { /* pc */

  .lp_inner {
    width: 96%;
    max-width: 1280px;
  }

}


/* cv_wrap */
.cv_wrap {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.cv_wrap .cv_inner {
  display: block;
  margin-right: auto;
  margin-left: auto;
  background: rgba(255,255,255,.6);
  box-shadow: 0 0 20px 1px rgb(0 0 0 / 30%);
  text-align: center;
  max-width: 1280px;
  width: 96%;
}
.cv_inner strong {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .07em;
}
.cv_inner a {
  color: #fff;
  background: #C40012;
  display: block;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cv_inner a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/kanta_lp/arrow_horizontal.svg) 50% 50% / contain no-repeat;
}

@media screen and (max-width: 767px) { /* sp */
  
  .cv_wrap {
    background-image: url(../img/kanta_lp/contact_bg_sp.jpg);
    background-position: 100% 100%;
    padding: 9% 0;
  }
  .cv_wrap .cv_inner {
    padding: 8.2% 0 9.4%;
    width: 89.33%;
    background: rgba(255,255,255,.4);
  }
  .cv_inner strong {
    font-size: 1.7rem;
    line-height: 1.6;
  }
  .cv_inner p {
    font-size: 1.4rem;
    margin: 4.4% auto 6%;
  }
  .cv_wrap.height .cv_inner p {
    margin-top: 16px;
  }
  .cv_inner a {
    font-size: 1.4rem;
    line-height: 60px;
    max-width: 540px;
    width: 86.56%;
  }
  .cv_inner a:after {
    width: 20px;
    height: 4px;
    right: 3%;
  }

}

@media screen and (min-width: 768px) { /* pc */

  .cv_wrap {
    padding: 80px 0;
    background-image: url(../img/kanta_lp/contact_bg_pc.jpg);
    background-size: auto 590px;
  }
  .cv_wrap .cv_inner {
    padding: 66px 0 80px;
  }
  .cv_inner strong {
    font-size: 28px;
    line-height: 2;
  }
  .cv_inner p {
    font-size: 16px;
    margin: 12px auto 28px;
  }
  .cv_wrap.height .cv_inner {
    padding-bottom: 100px;
  }
  .cv_wrap.height .cv_inner p {
    margin-top: 16px;
  }
  .cv_inner a {
    font-size: 22px;
    line-height: 80px;
    max-width: 540px;
  }
  .cv_inner a:after {
    width: 42px;
    height: 10px;
    right: 28px;
  }
  
}



/* cap_wrap */
.cap_wrap {
  text-align: center;
}
.cap_wrap h2 {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .05em;
}
.cap_wrap h2:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 2px solid #C40012;
}

@media screen and (max-width: 767px) { /* sp */

  .cap_wrap h2 {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 5.2%;
    padding-bottom: 5%;
  }
  .cap_wrap h2:after {
    width: 40px;
  }
  .cap_wrap h2 + p {
    font-size: 1.4rem;
    line-height: 1.92;
    padding: 0 8%;
  }

}

@media screen and (min-width: 768px) { /* pc */

  .cap_wrap h2 {
    font-size: 40px;
    line-height: 1.72;
    margin-bottom: 37px;
    padding-bottom: 22px;
  }
  .cap_wrap h2:after {
    width: 80px;
  }
  .cap_wrap h2 + p {
    font-size: 16px;
    line-height: 2.64;
  }

}



/* mv_wrap */
.mv_wrap {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.mv_wrap h1 {
  margin: 0 auto;
}
.mv_wrap + .cap_wrap {
  background-color: #fff;
  background-image: url(../img/kanta_lp/lead_bg.jpg);
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) { /* sp */

  .mv_wrap {
    /* background-image: url(../img/kanta_lp/mv_bg_sp.jpg); */
    background-image: url(../img/kanta_lp/mv_bg_summer_sp.jpg);
    background-size: 100% auto;
    padding: 42px 0 30px;
  }
  .mv_wrap .mv_haed {
    max-width: 246px;
    width: 70%;
  }
  .mv_wrap + .cap_wrap {
    background-size: 100% auto;
    padding-bottom: 25%;
  }
 
}

@media screen and (min-width: 768px) { /* pc */

  .mv_wrap {
    padding-top: 88px;
    /* background-image: url(../img/kanta_lp/mv_bg_pc.jpg); */
    background-image: url(../img/kanta_lp/mv_bg_summer_pc.jpg);
  }
  .mv_wrap .mv_haed {
    margin: 0 auto;
    max-width: 1172px;
  }
  .mv_wrap + .cap_wrap {
    padding-top: 68px;
    padding-bottom: 178px;
  }

}



/* anc_list */
.anc_list_wrap {
  background: #cdcbcb;
  margin: auto;
  width: 100%;
}
.anc_list_wrap .anc_list {} 
.anc_list li a {
  position: relative;
  color: #fff;
  display: block;
  background-repeat: no-repeat;
  position: relative;
} 
.anc_list li a:after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/kanta_lp/arrow_vertical.svg);
} 
.anc_list li a span {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  display: block;
}
.anc_list li a p {
  margin: 0;
  letter-spacing: .07em;
}

@media screen and (max-width: 767px) { /* sp */

  .anc_list li:nth-child(n+2) {
    border-top: 1px solid #000;
  }
  .anc_list li a {
    background-position: 50% 50%;
    background-size: cover;
    padding: 4.2% 5% 2%;
  }
  .anc_list li a:after {
    width: 5px;
    height: 26px;
    right: 3.8%;
    bottom: 17%;
    background-size: cover;
  }
  .anc_list li:nth-child(1) a {
    background-image: url(../img/kanta_lp/point_01_link_sp.jpg);
  }
  .anc_list li:nth-child(2) a {
    background-image: url(../img/kanta_lp/point_02_link_sp.jpg?t=2111261219);
  }
  .anc_list li:nth-child(3) a {
    background-image: url(../img/kanta_lp/point_03_link_sp.jpg);
  }
  .anc_list li:nth-child(4) a {
    background-image: url(../img/kanta_lp/point_04_link_sp.jpg);
  }
  .anc_list li a div {
    letter-spacing: .08em;
  }
  .anc_list li a span {
    font-size: 1rem;
  }
  .anc_list li a p {
    font-size: 1.6rem;
    margin-top: 1.2%;
  }

}


@media screen and (min-width: 768px) and (max-width: 960px) { /* tab */

  .point_item .point_cap {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .point_item .point_cap:before {
    content: none !important;
  }
  .point_wrap > img {
    display: block !important;
    width: 100%;
    margin: -50px auto 30px;
  }


}

@media screen and (min-width: 768px) { /* pc */

  .anc_list_wrap {
    max-width: 1920px;
  }
  .anc_list_wrap .anc_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .anc_list li {
    width: 25%;
  }
  .anc_list li a {
    transition: all .5s;
    background-position: 50% 50%;
    background-size: auto 100%;
    height: 280px;
  }
  .anc_list li a:hover {
    background-size: auto 108%;
  }
  .anc_list li a:after {
    width: 10px;
    height: 52px;
    right: 16px;
    bottom: 18px;
  }
  .anc_list li:nth-child(1) a {
    background-image: url(../img/kanta_lp/point_01_link_pc.jpg);
  }
  .anc_list li:nth-child(2) a {
    background-image: url(../img/kanta_lp/point_02_link_pc.jpg);
  }
  .anc_list li:nth-child(3) a {
    background-image: url(../img/kanta_lp/point_03_link_pc.jpg);
  }
  .anc_list li:nth-child(4) a {
    background-image: url(../img/kanta_lp/point_04_link_pc.jpg);
  }
  .anc_list li a div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    max-width: 316px;
  }
  .anc_list li a span {
    font-size: 16px;
    margin-top: 1.7%;
  }
  .anc_list li a p {
    font-size: 2.33vw;
    margin-top: 2.2%;
  }

}

@media screen and (min-width: 1200px) { /* pc */

  .anc_list li a p {
    font-size: 28px;
  }

}



/* point */
.point_wrap {}
.point_wrap .point_item {
  position: relative;
}
.point_item .point_cap > strong {
  color: #C40012;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  display: block;
  line-height: 1;
  letter-spacing: .07em;
  letter-spacing: .1em;
}
.point_item .point_cap > strong:before {
  content: "";
  position: absolute;
  top: 100%;
  border-bottom: 2px solid #C40012;
}
.point_item h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .06em;
}
.source_list_wrap {}
.source_list {}
.source_list li {
  text-indent: -1em;
  padding-left: 1em;
}
.source_border_wrap {
  border: 1px dotted #C5C5C5;
}
.source_border_wrap strong {
  display: inline-block;
  border-bottom: 2px solid #000;
}
.comparison_list li {
  border-width: 1px;
  border-style: solid;
  border-color: #527080;
}
.comparison_list dl {
  margin: 0;
}
.comparison_list dt {
  color: #fff;
  background-color: #527080;
}
.comparison_list dt strong {
  display: inline-block;
  line-height: 1;
}
.comparison_list li:last-child {
  border-color: #C40012;
}
.comparison_list li:last-child dt {
    background-color: #C40012;
}
#anc_03 dl {
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
  margin: 0;
}
#anc_03 dt {
  background-color: #EDEDED;
  display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
  margin: 0;
}
#anc_03 dd {
  font-weight: bold;
  color: #BC0012;
  flex: 1;
  margin: 0;
}
#anc_03 dd i {
  font-weight: 500;
  font-style: normal;
  color: #333333;
}
#anc_04 .point_cap > img {
  display: block;
}

@media screen and (max-width: 767px) { /* sp */

  .point_wrap {  }
  .point_wrap > img {
    margin-top: 8.8%;
    width: 100%;
    height: auto;
  }
  .point_wrap .point_item {
    width: 89.33%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 13%;
  }
  .point_item .point_cap > strong {
    text-align: center;
    font-size: 1.3rem;
    padding-bottom: 2.6%;
    margin-bottom: 2.8%;
  }
  .point_item .point_cap > strong:before {
    left: 50%;
    width: 3em;
    transform: translateX(-50%);
  }
  .point_item .point_cap h3 {
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.72;
    margin-bottom: 5.6%;
  }
  .point_item h3 + p {
    font-size: 1.4rem;
    line-height: 1.86;
    margin-bottom: 7.2%;
  }
  .point_item p.source {
    font-size: 1rem;
    line-height: 2.14;
  }

  #anc_01 .point_cap img {
    margin: 2% 0 1.2%;
  }
  #anc_02 .source_list_wrap {
    margin-top: 1%;
  }
  #anc_02 .source_list_wrap p {
    margin: 7.4% 0 .4%;
    text-indent: -1em;
    padding-left: 1em;
  }
  #anc_02 .source_list li {
    font-size: 1rem;
    line-height: 1.92;
    margin-bottom: 1.2%;
  }
  #anc_03 .source_border_wrap {
    margin-top: 9%;
    padding: 4.4% 10% 2% 5%;
  }
  .source_border_wrap strong {
    font-size: 1.1rem;
    padding-bottom: 1%;
    margin-bottom: 1.4%;
  }
  .source_border_wrap strong + p {
    font-size: 1.1rem;
    line-height: 2;
  }
  #anc_03 dl {
    margin: 32px 0 20px;
  }
  #anc_03 dt {
    width: 130px;
    height: 65px;
    margin-right: 17px;
    font-size: 1.4rem;
    line-height: 1.64;
    letter-spacing: 0.1em;
    text-align: center;
  }
  #anc_03 dd {
    font-size: min(12.53vw, 4.7rem);
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #anc_03 dd span {
    font-size: 1.38em;
  }
  #anc_04 .point_cap {
    margin-bottom: 17%;
  }
  #anc_04 .point_cap > img {
    margin: 9.4% auto 9.6%;
  }
  .source_comparison_wrap {
    margin-bottom: 3.6%;
  }
  .comparison_list li {
    margin-bottom: 1.6%;
    overflow: hidden;
  }
  .comparison_list dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem;
  }
  .comparison_list dt {
    width: 36.5%;
    min-height: 78px;
    padding-left: 3%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  .comparison_list dt:after {
    content: "";
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    height: 200%;
    background-color: #527080;
  }
  .comparison_list li:last-child dt:after {
    background-color: #C40012;
  }
  .comparison_list dt strong {
    font-size: 1.6rem;
    margin-right: 0.7em;
  }
  .comparison_list dt > * {
    position: relative;
    z-index: 1;
  }
  .comparison_list dd {
    padding: 0 1.8em;
    width: 63%;
    margin: 0;
  }

}

@media screen and (min-width: 768px) { /* pc */

  .point_wrap {  
    margin-top: 118px;
  }
  .point_wrap .point_item {
    padding-top: 20px;
  }
  .point_item .point_cap {
    width: 600px;
    position: relative;
    margin-bottom: 140px;
  }
  .point_wrap .point_item#anc_01 .point_cap,
  .point_wrap .point_item#anc_03 .point_cap {
    margin-right: 0;
    margin-left: auto;
  }
  .point_wrap .point_item#anc_02 .point_cap,
  .point_wrap .point_item#anc_04 .point_cap {
    margin-right: auto;
    margin-left: 0;
  }
  .point_item .point_cap:before {
    content: "";
    /* background-size: contain; */
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: 50% 50%; */
    background-position: 50% 0;
    position: absolute;
    top: 0;
    width: 920px;
    height: 100%;
  }
  .point_wrap .point_item#anc_01 .point_cap {
    min-height: 780px;
  }
  .point_wrap .point_item#anc_02 .point_cap {
    min-height: 590px;
  }
  .point_wrap .point_item#anc_03 .point_cap {
    min-height: 720px;
  }
  .point_wrap .point_item#anc_04 .point_cap {
    min-height: 870px;
  }
  .point_wrap .point_item#anc_01 .point_cap:before {
    background-image: url(../img/kanta_lp/point_01_pc.jpg);
  }
  .point_wrap .point_item#anc_02 .point_cap:before {
    background-image: url(../img/kanta_lp/point_02_pc.jpg);
  }
  .point_wrap .point_item#anc_03 .point_cap:before {
    background-image: url(../img/kanta_lp/point_03_pc.jpg);
  }
  .point_wrap .point_item#anc_04 .point_cap:before {
    background-image: url(../img/kanta_lp/point_04_pc.jpg);
  }
  .point_wrap .point_item#anc_01 .point_cap:before,
  .point_wrap .point_item#anc_03 .point_cap:before {
    right: calc(100% + 80px);
  }
  .point_wrap .point_item#anc_02 .point_cap:before,
  .point_wrap .point_item#anc_04 .point_cap:before {
    left: calc(100% + 80px);
  }
  .point_item .point_cap > strong {
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 26px;
  }
  .point_item .point_cap > strong:before {
    left: 0;
    width: 60px;
  }
  .point_item h3 {
    font-size: 32px;
    margin-bottom: 22px;
  }
  .point_item h3 + p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1em;
  }
  .point_item p.source {
    font-size: 12px;
  }
  #anc_01 .point_cap img {
    margin: 17px 0 5px;
  }
  #anc_02 .source_list_wrap {
    margin-top: 47px;
  }
  #anc_02 .source_list_wrap p {
    margin: 21px 0 3px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #anc_02 .source_list li {
    font-size: 12px;
    line-height: 1.68;
    margin-bottom: 4px;
  }
  #anc_03 .source_border_wrap {
    margin-top: 40px;
    padding: 34px 76px 22px 40px;
  }
  .source_border_wrap strong {
    font-size: 14px;
    padding-bottom: 5px;
    margin-bottom: 4px;
  }
  .source_border_wrap strong + p {
    font-size: 14px;
    letter-spacing: .03em;
  }
  #anc_03 dl {
    margin: 26px 0 19px;
  }
  #anc_03 dt {
    width: 230px;
    height: 58px;
    margin-right: 20px;
    font-size: 1.6rem;
    line-height: 1.64;
    letter-spacing: 0.1em;
  }
  #anc_03 dd {
    font-size: 5.4rem;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  #anc_03 dd span {
    font-size: 1.29em;
  }
  #anc_04 .point_cap {
    margin-bottom: 136px;
  }
  #anc_04 .point_cap > img {
    margin: 30px auto 40px;
  }
  .source_comparison_wrap {
    margin-bottom: 16px;
  }
  .comparison_list li {
    margin-bottom: 5px;
  }
  .comparison_list dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }
  .comparison_list dt {
    width: 210px;
    line-height: 78px;
    padding-left: 3%;
    box-sizing: border-box;
  }
  .comparison_list dt strong {
    font-size: 24px;
    transform: translateY(0.15em);
    margin-right: 0.7em;
  }
  .comparison_list dd {
    margin-left: 5.6%;
  }

}



/* type */
.type_list_wrap {
  border-top: 1px dotted #C5C5C5;
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px;
}
.type_cap > strong,
.detail_cap > strong {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
}
.type_list_wrap h3,
.type_dx_wrap h3 {
  color: #527080;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: .07em;
}
.type_list_wrap .type_list .type_item img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.type_list_wrap .type_list .type_cap {
  margin-right: auto;
  margin-left: auto;
}
.type_list .type_cap > strong {
  display: block;
}
.type_cap p.price,
.detail_cap p.price {
  /* font-family: 'Noto Sans JP Black','Noto Sans JP'; */
  font-family: 'Noto Sans JP Regular', 'Noto Sans JP';
  font-weight: bold;
  color: #B31B20;
  line-height: 1;
}
.price span {
  color: #000;
  font-weight: normal;
}
.price i,
.price em {
  font-style: normal;
}
.type_inner ul.spec {
  border-top: 1px dotted #C5C5C5;
}
.type_inner .spec li {
  border-bottom: 1px dotted #C5C5C5;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.type_dx_wrap {}
.detail_cap dl {
  border: 1px solid #527080;
}
.detail_cap dl dt {
  color: #fff;
  background: #527080;
}
.detail_cap dd li:before {
  content: "■";
  color: #527080;
}
#type div[class$="_cap"] a {
  border: 2px solid #000;
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  display: block;
  box-sizing: border-box;
}
#type div[class$="_cap"] a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/kanta_lp/arrow_horizontal_k.svg);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.dx_table_wrap h4 {
  background: #527080;
  color: #fff;
  text-align: center;
}
.dx_table_wrap .table_outer {}
.dx_table_wrap table {
  border-right: 1px solid #C5C5C5;
  border-bottom: 1px solid #C5C5C5;
  border-collapse: collapse;
}
.dx_table_wrap table tr:nth-child(even) {
  background: #F7F7F7;
}
.dx_table_wrap table tr th:not(:first-child) {
  background: #000;
  color: #fff;
  border-top: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  border-left: 1px solid #C5C5C5;
  font-weight: normal;
}
.dx_table_wrap table tr:nth-child(2) td:first-child {
  border-top: 1px solid #C5C5C5;
}
.dx_table_wrap table tr td {
  border-left: 1px solid #C5C5C5;
}
.dx_table_wrap table tr *:not(:first-child) {
  text-align: center;
}
.function_accordion dt {
  background: #000;
  color: #fff;
  text-align: center;
  position: relative;
}
.function_accordion dt div {
  position: absolute;
  top: 50%;
  right: 2%;
  width: 5%;
  padding-top: 5%;
  transform: translateY(-50%);
}
.function_accordion dt div:before,
.function_accordion dt div:after {
  content: "";
  position: absolute;
  width: 2px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s;
}
.function_accordion dt div:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.function_accordion dt.open div:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
ul.function_list li {
  border: 1px dotted #C5C5C5;
}
.function_list li strong {
  display: block;
  text-align: center;
  font-family: 'Noto Serif JP',serif;
  font-weight: 500;
  letter-spacing: .07em;
}
.function_list li img {
  display: block;
}

@media screen and (max-width: 767px) { /* sp */

  #type .cap_wrap {
    margin: 11.6% auto 9%;
  }
  .type_list_wrap .type_list .type_item {
    margin-bottom: 18%;
  }
  .type_list_wrap,
  .type_dx_wrap {
    width: 89.33%;
    margin-right: auto;
    margin-left: auto;
  }
  .type_list_wrap h3,
  .type_dx_wrap h3 {
    font-size: 1.8rem;
    margin: 12.6% auto 8%;
  }
  .type_list .type_cap > strong,
  .dx_detail_wrap .detail_cap > strong {
    text-align: center;
    display: block;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 7%;
  }
  .type_list_wrap .type_list .type_item img,
  .dx_detail_wrap img {
    width: 100%;
    margin-bottom: 4.2%;
  }
  .type_inner ul.spec * {
    font-size: 1.4rem;
    line-height: 4.56;
    margin: 0;
  }
  .type_inner ul.spec,
  #type div[class$="_cap"] a {
    width: 86.56%;
    margin-right: auto;
    margin-left: auto;
  }
  .type_cap p.price,
  .detail_cap p.price {
    font-size: 1.4rem;
    text-align: center;
    margin: 7% auto 0;
  }
  .price span {
    padding-right:.5em;
  }
  .price strong {
    font-size: 1.9rem;
    letter-spacing: .1em;
  }
  .price strong em {
    /* padding-left:.5em; */
    letter-spacing: .1em;
    font-size: 1.4rem;
  }
  #type div[class$="_cap"] a {
    border: 1px solid #000;
    font-size: 1.4rem;
    line-height: 4.2;
    margin-top: 12.6%;
  }
  #type div[class$="_cap"] a:after {
    width: 2em;
    height: 0.5em;
    right: 2%;
  }

  .type_dx_wrap h3 {
    margin: 0 auto 8%;
  }
  .detail_cap dl {
    margin: 0 auto 7.6%;
    text-align: center;
    width: 86.56%;
  }
  .detail_cap dl dt {
    font-size: 1.4rem;
    /* line-height: 2.92; */
    height: 40px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .detail_cap dl dd {
    margin: 0 auto;
    padding: 14px 13px;
  }
  .detail_cap dd li {
    display: inline-block;
    font-size: 1.1rem;
    padding: 0 .5em;
  }
  .type_dx_wrap .capacity {
    margin: 0 6.72%;
    width: 94px;
    height: 24px;
    background-color: #C00012;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .type_dx_wrap .fl_box + .capacity {
    margin-top: 49px;
  }
  .type_dx_wrap .capacity div {
    padding-bottom: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .type_dx_wrap .capacity span {
    font-size: 9px;
    margin-right: 0.5em;
    font-weight: normal;
  }
  .type_dx_wrap .spec {
    margin-top: 14px;
  }
  .type_dx_wrap dd ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .detail_cap .fl_box p.price {
    text-align: left;
    margin: 24px 6.72% 0;
    letter-spacing: 0.1em;
  }
  .detail_cap .fl_box p.price .price_list,
  .detail_cap .fl_box p.price .price_list span {
    color: inherit;
    padding-right: 0;
  }
  .detail_cap .fl_box p.price .price_list {
    margin-top: 15px;
    display: block;
  }
  .detail_cap .fl_box p.price .price_list_item {
    display: block;
  }
  .detail_cap .fl_box p.price .price_list_item + .price_list_item {
    margin-top: 9px;
  }
  .detail_cap .fl_box p.price .price_list_desc {
    display: inline-block;
    /* margin-right: 0.5em; */
    font-size: 1.4rem;
  }
  #type div[class$="_cap"] .fl_box a {
    margin-top: 11.8%;
}
  .dx_table_wrap {
    margin-top: 17.6%;
  }
  .dx_table_wrap h4 {
    font-size: 1.6rem;
    line-height: 50px;
    margin-bottom: 8%;
  }
  .dx_table_wrap h4 + p {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin: -0.5em auto 8.6%;
  }
  .dx_table_wrap h4 + p img {
    display: inline-block;
    width: auto;
    height: 1.8em;
    margin-right: 0.5em;
  }
  .table_outer {
    overflow: scroll;
    margin-bottom: 14.8%;
  }
  .dx_table_wrap table {
    width: 200%;
  }
  .dx_table_wrap th,
  .dx_table_wrap td {
    width: 8%;
    vertical-align: middle;
  }
  .dx_table_wrap table tr th {
    line-height: 1.414;
    padding: 1.5em 1em;
  }
  .dx_table_wrap table tr td {
    padding: 1.1em 1em;
  }
  .dx_table_wrap table tr *:first-child {
    width: 6%;
    position: sticky;
    left: 0;
    background: #fff;
    font-size: .8rem;
    padding: 1.1em 0em 1.1em .5em;
  }
  .dx_table_wrap table tr:nth-child(even) *:first-child {
    background: #F7F7F7;
  }
  .dx_table_wrap table tr:nth-child(2) *:first-child:before {
    border-top: 1px solid #C5C5C5;
  }
  .dx_table_wrap table tr *:first-child:not(th):before {
    border-left: 1px solid #C5C5C5;
    border-right: 1px solid #C5C5C5;
  }
  .dx_table_wrap table tr th:first-child:before {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .dx_table_wrap table tr *:first-child:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
  }
  .function_accordion dt {
    font-size: 1.4rem;
    line-height: 35px;
    margin-bottom: 6%;
  }
  .function_accordion dt div:before,
  .function_accordion dt div:after {
    height: 1.1em;
  }
  .function_accordion dd {
    margin: auto;
  }
  .function_accordion dd:last-child {
    margin-top: 6%;
  }
  .function_accordion dd.acc {
    display: none;
  }
  .function_text_list {
    width: 83.3%;
    margin: 0 auto 13%;
  }
  .function_text_list li {
    font-size: 1.4rem;
    line-height: 1.66;
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: .84%;
  }
  .function_list {
    margin-bottom: 15%; 
  }
  .function_list li {
    padding: 7% 6% 4.6%;
    margin-bottom: 11.8%;
  }
  .function_list li strong {
    font-size: 1.6rem;
  }
  .function_list li img {
    display: block;
    margin: 6.6% auto 4.4%;
  }
  .function_list li p {
    font-size: 1.4rem;
    line-height: 1.86;
  }

}

@media screen and (min-width: 768px) { /* pc */

  #type .cap_wrap {
    margin: 125px auto 86px;
  }
  .type_list_wrap {
    margin-bottom: 146px;
  }
  .type_list_wrap h3 {
    font-size: 30px;
    margin: 66px auto 70px;    
  }
  .type_list_wrap .type_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .type_list_wrap .type_list .type_item {
    width:  calc(100% / 3);
  }
  .type_list_wrap .type_list .type_item img {
    max-width: 356px;
    width: 96%;
  }
  .type_list_wrap .type_list .type_cap {
    max-width: 310px;
    width: 90%;
  }
  .type_list .type_cap > strong {
    text-align: center;
    font-size: 1.83vw;
    line-height: 2;
    margin-bottom: 38px;
  }
  .type_dx_wrap .capacity {
    width: 180px;
    height: 42px;
    background-color: #C00012;
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .type_dx_wrap .fl_box + .capacity {
    margin-top: 80px;
  }
  .type_dx_wrap .capacity div {
    padding-bottom: 3px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .type_dx_wrap .capacity span {
    font-size: 16px;
    margin-right: 0.5em;
    font-weight: normal;
  }
  .type_inner ul.spec * {
    font-size: 1.33vw;
    line-height: 56px;
    margin: 0;
  }
  .type_dx_wrap {
    margin-bottom: 139px;    
  }
  .type_dx_wrap h3 {
    font-size: 30px;
    margin-bottom: 70px;
  }
  .type_dx_wrap .dx_detail_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  .dx_detail_wrap img {
    max-width: 550px;
    width: 45.83%;
  }
  .dx_detail_wrap .detail_cap {
    max-width: 550px;
    width: 54%;
  }
  .dx_detail_wrap .detail_cap > strong {
    font-size: 22px;
    line-height: 2;
  }
  .detail_cap dl {
    margin: 28px auto 50px;
  }
  .detail_cap dl dt {
    font-size: 1.33vw;
    width: 100%;
    min-height: 28px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .detail_cap dl dd {
    margin: 0 auto;
    padding: 14px 13px 17px;
    line-height: 1.71;
  }
  .detail_cap dd li {
    display: inline-block;
    font-size: 14px;
    padding: 0 .5em;
  }
  .type_dx_wrap .spec {
    margin-top: 20px;
  }
  .type_dx_wrap .spec li {
    padding: 0 5% 0 3%;
  }
  .type_dx_wrap .spec li * {
    line-height: 58px;
  }
  .type_cap p.price {
    font-size: 16px;
    text-align: center;
    margin: 26px auto 0;
    line-height: 1.4;
  }
  .price span {
    padding-right: 1em;
  }
  .price strong {
    font-size: 22px;
    display: inline-block;
    letter-spacing: .1em;
  }
  .price strong em {
    letter-spacing: .1em;
    font-size: 14px;
  }
  #type div[class$="_cap"] a {
    font-size: 1.16vw;
    max-width: 310px;
    width: 100%;
    line-height: 56px;
    margin-top: 43px;
  }
  #type div[class$="_cap"] a:after {
    width: 26px;
    height: 6px;
    right: 10px;
  }
  .detail_cap .fl_box {
    /* display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; */
    padding: 0 3%;
  }
  .detail_cap .fl_box p.price {
    margin: 16px auto 0 0;
    font-size: 16px;
    line-height: 1.4;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .detail_cap .fl_box p.price .price_list,
  .detail_cap .fl_box p.price .price_list span {
    color: inherit;
    padding-right: 0;
  }
  .detail_cap .fl_box p.price .price_list {
    margin-top: -3px;
    text-align: right;
    flex: 1;
  }
  .detail_cap .fl_box p.price .price_list_item {
    display: block;
  }
  .detail_cap .fl_box p.price .price_list_desc {
    display: inline-block;
    margin-right: 0.5em;
    font-size: 16px;
  }
  #type div[class$="_cap"] .fl_box a {
    margin-top: 48px;
  }


  .dx_table_wrap {
    margin-top: 76px;
  }
  .dx_table_wrap h4 {
    font-size: 22px;
    line-height: 70px;
    margin-bottom: 40px;
  }
  .table_outer {
    max-width: 1200px;
    margin: 0 auto 60px;
    width: 96%;
  }
  .table_outer table {
    width: 100%;
  }
  .dx_table_wrap table tr th {
    font-size: 20px;
    font-size: 1.66vw;
    line-height: 1.4;
    padding: 2.6% 0;
  }
  .dx_table_wrap table tr td {
    font-size: 16px;
    font-size: 1.33vw;
    line-height: 1.4;
    vertical-align: middle;
    height: 78px;
  }
  .dx_table_wrap table tr *:not(:first-child) {
    width: 16.64%;
  }
  .dx_table_wrap table tr *:first-child {
    padding-left: 1em;
  }
  .function_accordion {
    max-width: 1200px;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
  }
  .function_accordion dt {
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 32px;
    cursor: pointer;
    transition: all .5s;
}
  .function_accordion dt:hover {
    background: #484848;
  }

  .function_accordion dt div:before,
  .function_accordion dt div:after {
    height: 20px;
  }
  .function_accordion dd {
    margin: auto;
  }
  .function_accordion dd:last-child {
    margin-top: 92px;
  }
  .function_accordion dd.acc {
    display: none;
  }
  .function_text_list {}
  .function_text_list li {
    font-size: 16px;
    line-height: 2;
  }
  .function_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .function_list li {
    width: 46.6%;
    padding: 30px 0 24px;
  }
  .function_list li strong {
    font-size: 22px;
  }
  .function_list li img {
    display: block;
  }
  .function_list li img {
    width: 85.72%;
    margin: 30px auto 22px;
  }
  .function_list li p {
    font-size: 16px;
    text-align: center;
    line-height: 2;
  }

}

@media screen and (min-width: 1200px) { /* pc */

  .type_list .type_cap > strong {
    font-size: 22px;
  }
  .type_inner ul.spec * {
    font-size: 16px;
  }
  .detail_cap dl dt {
    font-size: 16px;
  }
  .detail_cap dd li {
    font-size: 14px;
  }
  .dx_table_wrap table tr th {
    font-size: 20px;
  }
  .dx_table_wrap table tr td {
      font-size: 16px;
  }
  #type div[class$="_cap"] a {
    font-size: 14px;
  }
}



/* area */
.area_wrap {}
.area_list_wrap strong {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; 
}
.area_wrap .area_attention {
  border: 2px dotted #C5C5C5;
}
.area_attention dt span {
  border-bottom: 1px solid #000;
  display: inline-block;
}
.area_construction h2,
.area_construction strong {
  font-family: 'Noto Serif JP', serif;
  font-weight: 500; 
}
.area_construction .const_cap .img_wrap {
  border: 1px dotted #C5C5C5;
}
.const_cap .img_wrap img {
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) { /* sp */

  #area .cap_wrap {
    margin: 11.6% auto 9%;
  }
  .area_wrap {
    width: 89.33%;
    margin-right: auto;
    margin-left: auto;
  }

  .area_list_wrap {
  }
  .area_list_wrap .area_item {
    margin-bottom: 13.6%;
  }
  .area_item strong {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2;
    margin: 8% auto 4%;
  }
  .area_item p {
    font-size: 1.4rem;
    line-height: 1.88;
  }
  .area_wrap .area_attention {
    font-size: 1.1rem;
    padding: 4.8% 5%;
    margin: 0 auto;
  }
  .area_attention dt {
    margin-bottom: 4.5%;
  }
  .area_attention dt span {
    padding-bottom: 1.4%;
  }
  .area_attention dd {
    margin: 0;
  }
  .area_attention dd p {
    margin: 0 auto 3%;
  }
  .area_attention dd ul + p {
    margin: 3% auto 0;
  }
  .area_attention dd ul {}
  .area_attention dd ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
  .area_construction {    
    margin: 15% 0;
  }
  .area_construction h2 {
    font-size: 2.1rem;
    margin-bottom: 4%;
  }
  .area_construction .const_detail_wrap {}
  .const_detail_wrap .const_cap {}
  .const_cap strong {
    font-size: 1.9rem;
    display: block;
    line-height: 1.68;
    margin-bottom: 4.8%;
  }
  .const_cap p {
    font-size: 1.4rem;
    line-height: 1.85;
    margin-bottom: 7.4%;
  }
  .const_cap .img_wrap {
    padding: 6% 0 3.8%;
  }
  .const_cap .img_wrap img {
    width: 68.65%;
    margin: auto;
  }


}

@media screen and (min-width: 768px) { /* pc */

  #area .cap_wrap {
    margin: 125px auto 86px;
  }
  .area_list_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1200px;
    width: 96%;
    margin: 0 auto 0;
  }
  .area_list_wrap .area_item {
    width: 30%;
  }
  .area_item strong {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 2;
    margin: 38px auto 32px;
  }
  .area_item p {
    font-size: 16px;
    line-height: 1.8;
  }
  .area_wrap .area_attention {
    width: 96%;
    max-width: 1200px;
    margin: 64px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    padding: 33px 0 31px;
  }
  .area_attention dt {
    max-width: 242px;
    text-align: right;
    width: 27%;
  }
  .area_attention dd {
    width: 76.2%;
    max-width: 914px;
    margin: 0;
    padding-left: 4%;
  }
  .area_attention dd p {
    margin: 0 auto 8px;
  }
  .area_attention dd ul + p {
    margin: 8px auto 0;
  }
  .area_attention dd ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 794px;
  }
  .area_attention dd ul li {
    min-width: calc(100% / 3);
    padding-right: 1em;
  }
  .area_attention dd ul li:nth-child(2) {
    min-width: calc(100% / 3.8);
  }
  .area_attention dd ul li:nth-child(5) {
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
  }
  .area_construction {    
    margin: 122px 0;
  }
  .area_construction h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 60px;
  }
  .area_construction .const_detail_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .const_detail_wrap > img {
    width: 46.88%;
    max-width: 600px;
  }
  .const_detail_wrap .const_cap {
    width: 46.88%;
    max-width: 600px;
  }
  .const_cap strong {
    font-size: 2.66vw;
    transform: translateY(-0.3em);
    display: block;
  }
  .const_cap p {
    font-size: 1.33vw;
    line-height: 2;
    margin-bottom: 28px;
  }
  .const_cap .img_wrap {
    padding: 4.6% 0;
  }
  .const_cap .img_wrap img {
    width: 90%;
    max-width: 324px;
    margin: auto;
  }

}

@media screen and (min-width: 1200px) { /* pc */

  .const_cap strong {
    font-size: 32px;
  }
  .const_cap p {
    font-size: 16px;
  }

}


/* 2505 キャンペーン */
.campaign_inner {
  margin-inline: auto;
}
.campaign_content {
  position: relative;
}
.campaign_content :is(picture, img) {
  display: block;
  width: 100%;
}
.campaign_content a {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.campaign_conditions {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  border: 1px solid #333333;
}

@media screen and (max-width: 767px) {
  .campaign_wrap {
    padding: 30px 0 80px;
  }
  .campaign_inner {
    width: 90%;
  }
  .campaign_content {
    box-shadow: 0 0 3px rgba(0,0,0,.5);
  }
  .campaign_content a {
    width: 77.5vw;
    bottom: 87.5vw;
  }
  .campaign_conditions {
    width: 80vw;
    aspect-ratio: 320 / 290;
    overflow-y: scroll;
    bottom: 4vw;
    padding: 0.4vw 5vw;
  }
  .campaign_conditions p {
    font-size: 4vw;
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}

@media screen and (min-width: 768px) {
  .campaign_wrap {
    padding: 50px 0 100px;
  }
  .campaign_inner {
    max-width: calc(960px + 40px);
    padding: 0 20px;
  }
  .campaign_content {
    box-shadow: 0 0 5px rgba(0,0,0,.5);
  }
  .campaign_content a {
    width: min(54vw, 540px);
    bottom: min(38vw, 380px);
  }
  .campaign_conditions {
    width: min(75vw, 750px);
    aspect-ratio: 750 / 290;
    overflow-y: scroll;
    bottom: min(4vw, 40px);
    padding: min(0.4vw, 4px) min(2vw, 20px);
  }
  .campaign_conditions p {
    font-size: min(1.6vw, 16px);
    line-height: 1.75;
    letter-spacing: 0.06em;
  }
}