<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------------
	common
------------------------------------------------------ */
body {
  min-width: initial !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.common__title1 {
  display: block;
  margin: 0 auto;
  font-size: 1.25em;
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3em;
}
.common__title1::before {
  content: "";
  background: url(../images/top/title_icon.png) no-repeat center top/contain;
  width: 2.7em;
  height: 2.7em;
  position: absolute;
  top: -0.6em;
  left: -0.5em;
}

@media screen and (max-width: 767px) {
  .common__title1 {
    font-size: 2.1em;
    padding-left: 2em;
    line-height: 1.25;
  }
  .common__title1::before {
    width: 2.25em;
    height: 2.25em;
    top: 0.1em;
    left: -0.5em;
  }
  .common__title1.common__title1--type2::before {
    top: -0.4em;
  }
  .common__title1 span {
    font-weight: 500;
    letter-spacing: -0.1em;
  }
}
/* ---------------------------------------------------
	header
------------------------------------------------------ */
#header .header__inner {
  position: relative;
  padding-top: 13px;
}

@media screen and (max-width: 767px) {
  #header .header__inner {
    position: initial;
    padding-top: 0px;
  }
}
/* ---------------------------------------------------
	main visual
------------------------------------------------------ */
.mv {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  font-size: 1rem;
}
.mv .mv__block {
  position: relative;
}
.mv .mv__block img {
  width: 100%;
}
.mv .mv__scroll {
  display: inline-block;
  position: absolute;
  right: 4em;
  bottom: -2.8em;
  z-index: 10;
  animation: barAnime 1.8s infinite;
  margin: auto;
  width: 1.2em;
  height: auto;
}

@keyframes mv_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes barAnime {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.mv__img {
  -webkit-clip-path: polygon(40% 35%, 60% 35%, 60% 50%, 40% 50%);
  clip-path: polygon(40% 35%, 60% 35%, 60% 50%, 40% 50%);
  animation: main-clip-path01 1s 0.2s cubic-bezier(0.66, 0.46, 0.4, 1) forwards;
}
.mv__img img {
  transform-origin: center center;
  animation: main-img-fade 1s 0.2s ease-in forwards;
  width: 100%;
}
@keyframes main-clip-path01 {
  0% {
    -webkit-clip-path: polygon(40% 35%, 60% 35%, 60% 50%, 40% 50%);
    clip-path: polygon(40% 35%, 60% 35%, 60% 50%, 40% 50%);
  }
  30% {
    -webkit-clip-path: polygon(30% 30%, 65% 30%, 65% 55%, 30% 55%);
    clip-path: polygon(30% 30%, 65% 30%, 65% 55%, 30% 55%);
  }
  40% {
    -webkit-clip-path: polygon(30% 30%, 65% 30%, 65% 55%, 30% 55%);
    clip-path: polygon(30% 30%, 65% 30%, 65% 55%, 30% 55%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes main-img-fade {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@media screen and (max-width: 767px) {
  .mv {
    position: relative;
    width: 100%;
    min-width: inherit;
    font-size: 2.2vw;
    margin-bottom: 0em;
    margin-top: -4.5em;
  }
  .mv .mv__scroll {
    width: 1.3em;
    right: 1.5em;
    bottom: -2em;
  }
}
.contents_wrapper {
  background: url(../images/top/back.png) no-repeat center top/100% 100%;
}

@media screen and (max-width: 767px) {
  .contents_wrapper {
    background: url(../images/top/back_sp1.png) no-repeat center top/100%, url(../images/top/back_sp2.png) no-repeat center bottom/100%;
  }
}
/* ---------------------------------------------------
	lead
------------------------------------------------------ */
.lead {
  position: relative;
  padding: 8em 0 8em;
}
.lead .lead__block {
  display: flex;
  justify-content: space-between;
}
.lead .lead__block &gt; div:nth-of-type(1) {
  flex-basis: 45%;
}
.lead .lead__block &gt; div:nth-of-type(2) {
  flex-basis: 51.5%;
  z-index: 1;
}
.lead .lead__block .lead__title {
  margin-top: -1.2em;
  margin-bottom: 2em;
}
.lead .lead__block .lead__title span {
  font-size: 5.15em;
  font-weight: 600;
  font-style: italic;
  transform: scaleY(1.1);
  line-height: 1.1;
  padding-right: 0.15em;
  margin-left: -0.15em;
}
.lead .lead__block .lead__subtitle {
  margin-left: 2.7em;
  margin-bottom: 2em;
  font-size: 1.2em;
  line-height: 1.4;
  position: relative;
}
.lead .lead__block .lead__subtitle::after {
  content: "";
  background: url(../images/top/lead_deco.png) no-repeat center top/contain;
  width: 30em;
  height: 5em;
  position: absolute;
  top: -0.2em;
  left: -2.5em;
}
.lead .lead__block .lead__subtitle span {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.lead .lead__block p {
  font-size: 1.1em;
}
.lead .lead__block p:nth-of-type(1) {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 0.6em;
}
.lead .lead__block p:nth-of-type(2) {
  font-size: 0.75em;
}
.lead .lead__block p:nth-of-type(2) span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
@keyframes ani_popout {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 #41C3E1;
    color: black;
  }
  30% {
    transform: translate3d(0, 0, 0);
    text-shadow: 0em 0em 0 #41C3E1;
    color: black;
  }
  70% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em #41C3E1;
    color: black;
  }
  100% {
    transform: translate3d(0.08em, -0.08em, 0);
    text-shadow: -0.08em 0.08em #41C3E1;
    color: black;
  }
}
.popout span {
  position: relative;
  display: inline-block;
  animation: ani_popout 1s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.popout span:nth-last-child(1n) {
  animation-delay: -0.1666666667s;
}
.popout span:nth-last-child(2n) {
  animation-delay: -0.3333333333s;
}
.popout span:nth-last-child(3n) {
  animation-delay: -0.5s;
}

@media screen and (min-width: 768px) and (max-width: 1225px) {
  .lead {
    font-size: 1.31vw;
  }
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 3.5vw;
    padding: 2.2em 0 1.6em;
  }
  .lead .lead__block {
    flex-direction: column-reverse;
  }
  .lead .lead__block &gt; div:nth-of-type(2) {
    margin-bottom: 4em;
  }
  .lead .lead__block .lead__title {
    margin-top: -1.2em;
    margin-bottom: 2em;
  }
  .lead .lead__block .lead__title span {
    font-size: 4.9em;
  }
  .lead .lead__block .lead__subtitle {
    margin-left: 1.5em;
    margin-bottom: 2em;
    font-size: 1.2em;
    line-height: 1.5;
  }
  .lead .lead__block .lead__subtitle::after {
    content: "";
    background: url(../images/top/lead_deco_sp.png) no-repeat center top/contain;
    width: 23em;
    height: 5em;
    top: -0.2em;
    left: -1.5em;
  }
  .lead .lead__block p {
    padding: 0 0.5em;
    font-size: 1.17em;
    line-height: 1.6;
  }
  .lead .lead__block p:nth-of-type(2) {
    font-size: 0.73em;
  }
  .lead .lead__block p:nth-of-type(2) span {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
  }
}
/* ---------------------------------------------------
	merit
------------------------------------------------------ */
.merit {
  position: relative;
  padding: 2.5em 0 8em;
}
.merit .merit__title {
  margin-bottom: 3.7em;
}
.merit .merit__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5em 0;
}
.merit .merit__block &gt; div {
  flex-basis: 44.5%;
}
.merit .merit__block img {
  margin-bottom: 0.8em;
}
.merit .merit__block p {
  font-size: 0.94em;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .merit {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 767px) {
  .merit {
    font-size: 3.5vw;
    padding: 2.5em 0 6em;
  }
  .merit .merit__title {
    margin-bottom: 1.4em;
  }
  .merit .merit__block {
    flex-direction: column;
    padding: 0 0.7em;
    gap: 2em 0;
  }
  .merit .merit__block &gt; div {
    flex-basis: 44.5%;
  }
  .merit .merit__block img {
    margin-bottom: 0.7em;
  }
  .merit .merit__block p {
    font-size: 1.14em;
  }
}
/* ---------------------------------------------------
	manual
------------------------------------------------------ */
.manual {
  position: relative;
  padding: 0em 0 4.8em;
}
.manual .manual__title {
  margin-bottom: 1.2em;
}
.manual .manual__block {
  margin-bottom: 2.8em;
}
.manual .manual__block img {
  width: 94%;
  margin-bottom: 1.3em;
}
.manual .manual__block .line {
  text-decoration: underline;
  text-decoration-color: #FF5D2E;
  text-decoration-thickness: 0.15em;
  text-underline-offset: 0.5em;
}
.manual .manual__block div:nth-of-type(1) {
  text-align: center;
  font-weight: 500;
  font-size: 0.94em;
}
.manual .manual__block div:nth-of-type(1) span {
  font-weight: 500;
}
.manual .manual__block div:nth-of-type(1) span span {
  color: #FF5D2E;
  font-size: 1.4em;
  font-weight: 600;
  vertical-align: -0.05em;
}
.manual .manual__block div:nth-of-type(2) {
  font-size: 0.75em;
  margin-top: 0.8em;
  margin-left: 6em;
}
.manual .manual__block:nth-of-type(2) img {
  width: 88.5%;
}
.manual .manual__block:nth-of-type(2) p:nth-of-type(1) {
  text-decoration-color: #F5A100;
  text-align: left;
}
.manual .manual__block:nth-of-type(2) p:nth-of-type(1) span span {
  color: #F5A100;
}
.manual .manual__block.block_2 div {
  text-align: left;
  margin-bottom: 8px;
}
.manual .manual__block.block_2 div .manual__line span {
  color: #FF5D2E;
}
.manual .manual__block.block_2 div .line {
  text-decoration-color: #F5A100;
}
.manual .manual__block.block_2 div .line .manual__line span {
  color: #F5A100;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .manual {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 767px) {
  .manual {
    font-size: 3.5vw;
    padding: 0em 0 2.4em;
  }
  .manual .manual__title {
    margin-bottom: 1.9em;
  }
  .manual .manual__block {
    margin-bottom: 3.5em;
  }
  .manual .manual__block img {
    width: 100%;
    margin-bottom: 2em;
  }
  .manual .manual__block div:nth-of-type(1) {
    text-align: center;
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
  }
  .manual .manual__block div:nth-of-type(1) &gt; span {
    font-weight: 500;
    text-decoration: underline;
    text-decoration-color: #FF5D2E;
    text-decoration-thickness: 0.1em;
    text-underline-offset: 0.2em;
    font-size: 1.3em;
  }
  .manual .manual__block div:nth-of-type(1) &gt; span &gt; span {
    color: #FF5D2E;
    font-size: 1.1em;
    font-weight: 600;
    vertical-align: -0.05em;
  }
  .manual .manual__block div:nth-of-type(1) .manual__small {
    font-size: 0.94em;
    text-decoration: none;
  }
  .manual .manual__block div:nth-of-type(2) {
    font-size: 0.75em;
    margin-top: 1.2em;
    margin-left: 0em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .manual .manual__block:nth-of-type(2) img {
    width: 100%;
  }
  .manual .manual__block:nth-of-type(2) div:nth-of-type(1) {
    text-decoration-color: #F5A100;
  }
  .manual .manual__block:nth-of-type(2) div:nth-of-type(1) span span {
    color: #F5A100;
  }
  .manual .manual__block.block_2 div {
    text-align: center;
    line-height: 2.2em;
  }
  .manual .manual__block.block_2 div .line {
    margin-top: 10px;
  }
}
/* ---------------------------------------------------
	shop
------------------------------------------------------ */
.shop {
  position: relative;
  padding: 0em 0 11.3em;
}
.shop .shop__title {
  margin-bottom: 2.8em;
}
.shop .shop__block {
  position: relative;
  margin-bottom: 4.5em;
}
.shop .shop__block .shop__box {
  position: absolute;
  top: 18em;
  left: 19.4em;
  width: 36.9em;
  padding: 1.5em 2em 1.2em;
  border-radius: 1em;
  background-color: #F5CC00;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.shop .shop__block .shop__box &gt; div:nth-of-type(1) {
  flex-basis: 60%;
}
.shop .shop__block .shop__box &gt; div:nth-of-type(2) {
  flex-basis: 35%;
  font-size: 1.12em;
  font-weight: 500;
  line-height: 2.6;
}
.shop .shop__block .shop__box &gt; div:nth-of-type(2) span {
  display: inline-block;
  font-size: 0.88em;
  font-weight: 500;
  background-color: #fff;
  padding: 0.35em 0;
  line-height: 1;
  margin-right: 1em;
  width: 4.5em;
  height: 1.8em;
  text-align: center;
}
.shop .shop__block .shop__box &gt; div:nth-of-type(3) {
  flex-basis: 100%;
  font-size: 0.75em;
}
.shop .shop__block .shop__box .shop__subtitle {
  font-size: 1.56em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.shop .shop__block .shop__box p {
  font-size: 1.12em;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
.shop .shop__block .shop__box a {
  font-size: 1.05em;
  font-weight: 500;
  line-height: 1.4;
}
.shop .shop__msg {
  text-align: center;
  font-size: 1.12em;
  font-weight: 500;
}

@media screen and (min-width: 768px) and (max-width: 950px) {
  .shop {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 767px) {
  .shop {
    font-size: 3.5vw;
    padding: 0em 0 4em;
  }
  .shop .shop__title {
    margin-bottom: 2em;
  }
  .shop .shop__block {
    margin-bottom: 3.7em;
  }
  .shop .shop__block img {
    margin-bottom: 1.5em;
  }
  .shop .shop__block .shop__box {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 1.2em 1.1em 1em;
    border-radius: 0.5em;
    flex-direction: column;
  }
  .shop .shop__block .shop__box &gt; div:nth-of-type(2) {
    display: flex;
    gap: 0 1.5em;
    font-size: 1.15em;
  }
  .shop .shop__block .shop__box &gt; div:nth-of-type(2) span {
    display: inline-block;
    font-size: 1em;
    font-weight: 500;
    background-color: #fff;
    padding: 0.25em 0.3em;
    line-height: 1;
    margin-right: -0.8em;
    width: inherit;
    height: 1.6em;
    text-align: center;
    margin-top: 0.45em;
  }
  .shop .shop__block .shop__box &gt; div:nth-of-type(3) {
    flex-basis: 100%;
    font-size: 0.75em;
    padding-left: 1em;
    text-indent: -1em;
  }
  .shop .shop__block .shop__box .shop__subtitle {
    font-size: 1.85em;
  }
  .shop .shop__block .shop__box p {
    font-size: 1.23em;
  }
  .shop .shop__block .shop__box a {
    font-size: 1.05em;
    font-weight: 500;
    line-height: 1.4;
  }
  .shop .shop__msg {
    font-size: 1.14em;
  }
}
/* ---------------------------------------------------
	life
------------------------------------------------------ */
.life {
  position: relative;
  padding: 0em 0 6.5em;
}

@media screen and (min-width: 768px) and (max-width: 1225px) {
  .life {
    font-size: 1.31vw;
  }
}
@media screen and (max-width: 767px) {
  .life {
    font-size: 3.5vw;
    padding: 0em 0 3.4em;
  }
  .life .container--wide {
    width: 100%;
  }
}
/* ---------------------------------------------------
	etoyota
------------------------------------------------------ */
.etoyota {
  position: relative;
  padding: 0em 0 7.5em;
}
.etoyota .etoyota__title {
  text-align: center;
  margin-bottom: 7.5em;
}
.etoyota .etoyota__title img {
  width: 30em;
}
.etoyota .etoyota__block {
  margin: 0 auto 7.1em;
  position: relative;
}
.etoyota .etoyota__block::before {
  content: "";
  background: url(../images/top/etoyota_side1.png) no-repeat center top/contain;
  width: 3.875em;
  height: 49.4375em;
  position: absolute;
  top: 0;
  left: -3.875em;
}
.etoyota .etoyota__block:nth-of-type(2)::before {
  background: url(../images/top/etoyota_side2.png) no-repeat center top/contain;
}
.etoyota .etoyota__block .etoyota__subtitle {
  text-align: center;
  margin-bottom: -1em;
  margin-left: 2em;
}
.etoyota .etoyota__block .etoyota__subtitle img {
  width: auto;
  height: 3.8em;
}
.etoyota .etoyota__block .etoyota__img {
  margin: 0 auto;
  margin-bottom: 2.5em;
  width: 39em;
}
.etoyota .etoyota__block .etoyota__img .etoyota__item {
  padding: 0 0.8em;
}
.etoyota .etoyota__block .etoyota__img .etoyota__item.etoyota__item--type2 {
  width: 19em;
  margin: 0 auto;
  display: block;
  margin-top: 0.2em;
}
.etoyota .etoyota__block .etoyota__wrap {
  padding: 0 3.125em 0 5.5em;
  margin-bottom: 4em;
}
.etoyota .etoyota__block .etoyota__waku {
  display: inline-block;
  padding: 0.15em 0 0.3em 0.7em;
  font-size: 1.125em;
  color: #fff;
  background-color: #41C3E1;
  line-height: 1;
  margin-bottom: 1em;
}
.etoyota .etoyota__block .etoyota__text {
  font-size: 1.06em;
  line-height: 1.6;
  margin-bottom: 2.5em;
}
.etoyota .etoyota__block .etoyota__fig {
  display: flex;
  justify-content: space-between;
  gap: 0 1.2em;
}
.etoyota .etoyota__block .etoyota__btn {
  display: block;
  width: 19.56em;
  margin: 0 auto;
}
.etoyota .etoyota__block .etoyota__btn:hover {
  opacity: 0.7;
}
.etoyota .etoyota__block p {
  margin-top: 2em;
  font-size: 0.75em;
  padding: 0 3.125em 0 5.5em;
}
.etoyota .etoyota__btn3 {
  display: block;
  width: 12.5em;
  margin: 10.8em auto 0;
}

/* slick
----------------------------------------------------- */
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(../images/top/arrow2.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-prev:before {
  background: url(../images/top/arrow1.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.slick-arrow {
  font-size: 15px !important;
  z-index: 2 !important;
  width: 2.8em !important;
  height: 2.8em !important;
}

.slick-next {
  top: 6.5em !important;
  right: -7em !important;
}

.slick-prev {
  top: 6.5em !important;
  left: -5.5em !important;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .etoyota .etoyota__block::before {
    content: "";
    background: url(../images/top/etoyota_side1.png) no-repeat center top/contain;
    width: 3.875em;
    height: 49.4375em;
    position: absolute;
    top: 0;
    left: 0;
  }
  .etoyota .etoyota__block:nth-of-type(2)::before {
    background: url(../images/top/etoyota_side2.png) no-repeat center top/contain;
  }
  .slick-next {
    right: -4.5em !important;
  }
  .slick-prev {
    left: -3.5em !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .etoyota {
    font-size: 1.68vw;
  }
}
@media screen and (max-width: 767px) {
  .etoyota {
    font-size: 3.5vw;
    padding: 0em 0 5.5em;
  }
  .etoyota .container--narrow {
    width: 100%;
  }
  .etoyota .etoyota__title {
    margin-bottom: 4.5em;
  }
  .etoyota .etoyota__title img {
    width: 24.5em;
  }
  .etoyota .etoyota__block {
    margin: 0 auto 8.5em;
    position: relative;
    padding-left: 4em;
  }
  .etoyota .etoyota__block::before {
    content: "";
    background: url(../images/top/etoyota_side1_sp.png) no-repeat center top/contain;
    width: 3.93em;
    height: 110em;
    position: absolute;
    top: 0;
    left: 0em;
  }
  .etoyota .etoyota__block:nth-of-type(2)::before {
    background: url(../images/top/etoyota_side2_sp.png) no-repeat center top/contain;
  }
  .etoyota .etoyota__block .etoyota__subtitle {
    margin-bottom: -1.5em;
    margin-left: 2em;
  }
  .etoyota .etoyota__block .etoyota__subtitle img {
    height: 2.9em;
  }
  .etoyota .etoyota__block .etoyota__img {
    margin: 0 auto;
    margin-bottom: 1.8em;
    width: 18em;
  }
  .etoyota .etoyota__block .etoyota__img .etoyota__item {
    padding: 0 0.8em;
  }
  .etoyota .etoyota__block .etoyota__img .etoyota__item.etoyota__item--type2 {
    width: 18em;
    margin: 0 auto;
    display: block;
    margin-top: 0.9em;
  }
  .etoyota .etoyota__block .etoyota__wrap {
    padding: 0 1.8em 0 1.8em;
    margin-bottom: 4em;
  }
  .etoyota .etoyota__block .etoyota__waku {
    display: inline-block;
    padding: 0.25em 0 0.3em 0.7em;
    font-size: 1.23em;
    line-height: 1.4;
    margin-bottom: 1em;
  }
  .etoyota .etoyota__block .etoyota__text {
    line-height: 1.6;
    margin-bottom: 2.5em;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .etoyota .etoyota__block .etoyota__fig {
    flex-direction: column;
    gap: 2em 0;
  }
  .etoyota .etoyota__block .etoyota__btn {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .etoyota .etoyota__block p {
    margin-top: 1em;
    font-size: 0.75em;
    padding: 0 2.125em 0 2.5em;
  }
  .etoyota .etoyota__btn3 {
    width: 12.5em;
    margin: -2.5em auto 0;
  }
  /* slick
  ----------------------------------------------------- */
  .slick-arrow {
    width: 2.1em !important;
    height: 2.1em !important;
  }
  .slick-next {
    top: 5.3em !important;
    right: -2.5em !important;
  }
  .slick-prev {
    top: 5.3em !important;
    left: -1.5em !important;
  }
}</pre></body></html>