@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

.techo-items {
  font: 10px/1.75 "-apple-system", "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
}

header {
  position: fixed;
  z-index: 100;
  width: 100%;
}
header a {
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media (max-width: 1279px) {
  header a {
    font-size: 14px;
  }
}

#fixed-header {
  top: -74px;
  transition: 0.5s;
  opacity: 0;
}

#fixed-header.is-show {
  top: 0;
  opacity: 1;
}

.menu-sp {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100vw;
  z-index: 1000;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s;
}
.menu-sp.view {
  opacity: 1;
  pointer-events: all;
}
.menu-sp.view nav {
  transform: translateY(0);
}
.menu-sp nav {
  background: rgb(255, 255, 255);
  height: 100%;
  width: calc(100% - 60px);
  transform: translateX(-100%);
  transition: transform 0.6s;
  font-size: 14px;
  line-height: 32px;
  padding-left: 40px;
  padding-bottom: 34px;
  padding-top: 4px;
  display: flex;
  flex-direction: column;
}
.menu-sp button {
  padding: 1em;
  display: inline-flex;
  margin-left: auto;
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  .menu-sp .lang {
    gap: 16px;
    padding-top: 7px;
  }
}
@media (max-width: 1279px) {
  .menu-sp .lang li + li::before {
    top: 5px;
    left: -21px;
  }
}
.menu-sp__list {
  margin-bottom: 8px;
}
.menu-sp__list li {
  padding-top: 1em;
  padding-bottom: 1em;
}
.menu-sp__logo {
  margin-top: auto;
  width: 44.358vw;
}

.menu-pc {
  background-color: rgb(255, 255, 255);
  font-size: 12px;
}
.menu-pc ul {
  display: none;
}
@media (min-width: 1280px) {
  .menu-pc ul {
    display: flex;
  }
}
.menu-pc__list {
  gap: 2em;
}
@media (min-width: 1280px) {
  .menu-pc__list {
    padding: 0 0 0 14%;
  }
}
.menu-pc .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 599px) {
  .menu-pc .container > a {
    width: 46.153vw;
  }
  .menu-pc .container > a img {
    width: 100% !important;
  }
}
.menu-pc button {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .menu-pc button {
    display: none;
  }
}

.lang {
  color: #fff;
  display: flex;
  gap: 10px;
}
@media (max-width: 1279px) {
  .lang li img {
    display: block;
  }
}
.lang li:first-of-type img {
  vertical-align: text-top !important;
}
.lang li + li {
  position: relative;
}
.lang li + li::before {
  content: "";
  position: absolute;
  border-top: 1px solid #172344;
  transform: rotate(115deg);
  width: 25px;
  top: 11px;
  left: -17px;
}
.lang li + li img {
  vertical-align: bottom !important;
}

body {
  opacity: 0;
  transition: opacity 0.8s;
}
body.on {
  opacity: 1 !important;
}

#page {
  padding: 0 !important;
  background: #ffffdc;
  /* 吹き出し（左）用 */
  /* 吹き出し（右）用 */
  /* ----------------------------------------------
   * Generated by Animista on 2023-8-3 14:44:28
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info. 
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */
  /**
   * ----------------------------------------
   * animation shake-left
   * ----------------------------------------
   */
}
#page .font-B {
  font-weight: 800 !important;
}
#page .font-B2 {
  font-weight: 700 !important;
}
#page .font-M {
  font-weight: 500 !important;
}
#page header a, #page #contents a {
  color: #172344;
}
#page img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
}
#page small {
  line-height: 1.7;
  display: inline-block;
}
#page .hidden {
  visibility: hidden;
}
@media (max-width: 599px) {
  #page .hidden {
    display: none !important;
  }
}
#page .balloon_left.is-animated {
  transform-origin: left center;
  animation: balloonAnime 5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s infinite normal both;
}
#page .balloon_left2.is-animated {
  transform-origin: left center;
  animation: balloonAnime 5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s infinite normal both;
}
#page .balloon_right.is-animated {
  transform-origin: right center;
  animation: balloonAnime 5s cubic-bezier(0.39, 0.575, 0.565, 1) 0s infinite normal both;
}
#page .balloon_right2.is-animated {
  transform-origin: right center;
  animation: balloonAnime 5s cubic-bezier(0.39, 0.575, 0.565, 1) 1s infinite normal both;
}
@keyframes shake-left {
  0%, 10%, 100% {
    transform: rotate(0deg);
    transform-origin: 50% 100%;
  }
  2%, 6% {
    transform: rotate(4deg);
  }
  4%, 8% {
    transform: rotate(-4deg);
  }
}
@keyframes balloonAnime {
  0% {
    transform: scale(1);
  }
  8% {
    transform: scale(1.05);
  }
  16% {
    transform: scale(1);
  }
  24% {
    transform: scale(1.02);
  }
  36% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
#page > #top {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page > #top h1 {
  content: "";
  display: block;
  background: url(/store/techo/en/magazine/hon/images/v5/logo_top.svg) no-repeat;
  background-size: contain;
  position: absolute;
  overflow: hidden;
  height: 0;
  text-indent: -99999px;
  width: 46.406vw;
  padding-top: 5.8%;
  transition: opacity 1s;
  opacity: 0;
}
#page > #top h1.on {
  opacity: 1 !important;
}

.info {
  max-width: 480px;
  width: 92.3vw;
  margin: 0 auto;
  border: 2px #172344 solid;
  border-radius: 15px;
  background-color: #fff;
  padding: 24px 10px;
  text-align: center;
  margin-top: 50px;
  font-size: 13px;
  line-height: 22px;
}
.info span {
  font-size: 22px;
  position: relative;
  z-index: 0;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: rgb(255, 245, 99);
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.info strong {
  line-height: 2;
}

#yodogawa {
  display: flex;
  justify-content: center;
  padding: 20px 0 70px;
  color: #172344;
  font-family: Roboto, sans-serif;
}
#yodogawa h2 {
  content: "";
  display: block;
  background: url(/store/techo/en/magazine/hon/images/v5/title_main.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  width: 421px;
  height: 59px;
  text-indent: -99999px;
  margin: 45px 0 36px 50px;
}
#yodogawa h2 + div {
  font-size: 18px;
  line-height: 155%;
  font-weight: 500;
  position: relative;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  #yodogawa p {
    position: absolute;
    top: -25px;
    right: -120px;
  }
}
#yodogawa p img {
  width: 170px;
}

#s3 > div > div:nth-of-type(2) div dl dt img {
  vertical-align: -2.5px;
}

#contents {
  width: auto !important;
  padding: 0 !important;
  color: #021d49;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}
#contents a.btn-round {
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 160px;
  height: 25px;
  text-decoration: none;
  color: #fff !important;
  border-radius: 17.5px;
  background: #021d49;
  -o-box-pack: center;
  justify-content: center;
  -o-box-align: center;
  align-items: center;
}
#contents a.btn-round > span {
  font-size: 14px;
}
#contents a.btn-round > span::after {
  content: "";
  display: inline-block;
  vertical-align: 3px;
  width: 21px;
  padding-top: 7px;
  margin-left: 7px;
  background: url(/store/techo/en/magazine/hon/images/v5/arrow_right.svg) no-repeat;
  background-size: 100% 100%;
}
#contents a.btn-banner {
  position: relative;
  display: block;
  margin: 0 auto;
}
#contents a.btn-banner:before {
  display: block;
  padding-top: 37.5%;
  content: "";
}
#contents a.btn-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents #s4 > div > dl dd a, #contents #s5 > div > dl dd a {
  justify-content: initial;
  padding-left: 54px;
}
#contents #s4 > div > dl dd a span::after, #contents #s5 > div > dl dd a span::after {
  margin-left: 23px;
}
#contents > footer {
  background: #fef079;
}
#contents > footer ul {
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin: 0 auto;
  border: 1px #ccc solid;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  flex-wrap: wrap;
  -o-box-pack: center;
  justify-content: center;
}
#contents > footer ul:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  content: "この記事をシェアする";
  text-align: center;
  color: #666;
}
#contents > footer ul li + li {
  margin-left: 40px;
}
#contents > footer ul li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#contents > footer ul li a img {
  display: block;
  width: 100%;
}
#contents > footer p {
  font-size: 12px;
  text-align: center;
}
#contents > section {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#contents > section > h3 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
#contents > section > h3 img {
  display: block;
  width: 77px;
  height: 52px;
}
#contents > section > h3 span {
  position: relative;
  z-index: 0;
  background: linear-gradient(transparent 60%, #FFF563 10%);
}

#s2 ul {
  display: flex;
  flex-wrap: wrap;
}
#s2 ul li {
  width: 120px;
  text-align: center;
}
#s2 ul li dl dt {
  font-size: 3.58vw;
  line-height: 142.857%;
  padding-top: 10px;
  white-space: nowrap;
  display: inline-block;
}
#s2 ul li dl dt.dummy-left {
  margin-left: -4vw;
}
#s2 ul li dl dd {
  position: relative;
}
#s2 ul li dl dd img {
  width: auto;
}
#s2 ul li dl dd img.is-animated {
  animation: shake-left 5s infinite;
}
#s2 ul li dl dd img.is-animated.baloon1 {
  animation-delay: 1.5s;
}
#s2 ul li dl dd img.is-animated.baloon2 {
  animation-delay: 2.5s;
}
#s2 ul li dl dd img.is-animated.baloon3 {
  animation-delay: 3.5s;
}
#s2 ul li dl dd img.is-animated.baloon4 {
  animation-delay: 4s;
}
#s2 ul li dl dd img:last-of-type {
  position: absolute;
  left: 0;
  top: -50px;
}

#s3 h4 {
  text-align: center;
}
#s3 h4 img {
  margin: 0 auto -20px;
}
@media (max-width: 599px) {
  #s3 h4 img {
    margin: 0 auto -25px;
  }
}
#s3 h4 + .a6 {
  display: block;
  max-width: 720px;
  margin: 0 auto;
}
#s3 > div > div:nth-of-type(1) dl:not(:nth-child(6)) dd {
  position: relative;
  padding-top: 66.4%;
}
#s3 > div > div:nth-of-type(1) dl:not(:nth-child(6)) dd img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#s3 > div > div:nth-of-type(1) dl:nth-child(6) {
  border-radius: 20px;
  background: #fff;
}
#s3 > div > div:nth-of-type(2) figure {
  position: relative;
}
#s3 > div > div:nth-of-type(2) figure img {
  position: absolute;
  left: 0;
  width: 100%;
}
#s3 > div > div:nth-of-type(2) figure img:nth-child(1), #s3 > div > div:nth-of-type(2) figure img:nth-child(2) {
  top: 0;
}
#s3 > div > div:nth-of-type(2) figure img:nth-child(3) {
  bottom: 0;
}
#s3 > div > div:nth-of-type(2) div {
  border-radius: 10px;
  background: rgba(207, 249, 154, 0.8);
  position: relative;
  z-index: 1;
}
#s3 > div > div:nth-of-type(2) div.a5 {
  background: rgba(168, 229, 229, 0.8);
  margin-top: -120px;
  margin-bottom: 60px;
}
#s3 > div > div:nth-of-type(2) a.btn-round {
  width: 370px;
  margin: 0 auto;
}
#s3 > div > div:nth-of-type(2) a.btn-round > span small {
  font-size: 12px;
}
#s3 > div > div:nth-of-type(3) dl dd:nth-of-type(1), #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(3) {
  position: relative;
}
#s3 > div > div:nth-of-type(3) dl dd:nth-of-type(1):before, #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(3):before {
  display: block;
  content: "";
}
#s3 > div > div:nth-of-type(3) dl dd:nth-of-type(1) img, #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(3) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#s3 > div > div:nth-of-type(3) p {
  border-radius: 20px;
  background: #fff;
  border: 2px solid #172344;
}
#s3 > div > div:nth-of-type(3) p strong {
  display: block;
  font-size: 16px;
  list-style: 26px;
  font-weight: normal;
}
#s3 > div > div:nth-of-type(3) p span {
  display: block;
  font-size: 12px;
  line-height: 21px;
}
#s3 a.btn-round {
  height: 36px;
}
#s3 a.btn-round > span {
  font-size: 14px;
}

#s4 > div > dl dt strong, #s5 > div > dl dt strong {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
}

#s4 > div > dl dd:nth-of-type(2) small, #s5 > div > dl dd:nth-of-type(2) small {
  color: #FF4C34;
}

#s4 > div.opm {
  max-width: 1000px !important;
  width: 94.871vw;
  margin: 0 auto;
  border-radius: 15px;
  background-color: #FDCB69;
  padding: 40px 35px 30px;
  position: relative;
  gap: 50px !important;
}
#s4 > div.opm::after {
  content: "";
  display: inline-block;
  width: 109px;
  padding-top: 108px;
  background: url(/store/techo/en/magazine/hon/images/v5/contents_s4_icon.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -20px;
  right: 0;
}
#s4 > div.opm div {
  width: 42%;
}
#s4 > div.opm div:first-of-type {
  width: 485px;
}
#s4 > div.opm div:last-of-type p:first-of-type span {
  display: block;
}
#s4 > div.opm div:last-of-type p:first-of-type span:nth-of-type(1) {
  font-size: 18px;
}
@media (max-width: 599px) {
  #s4 > div.opm div:last-of-type p:first-of-type span:nth-of-type(1) {
    font-size: 4.61vw;
  }
}
#s4 > div.opm div:last-of-type p:first-of-type span:nth-of-type(2) {
  font-size: 30px;
  line-height: 1.22;
}
@media (max-width: 599px) {
  #s4 > div.opm div:last-of-type p:first-of-type span:nth-of-type(2) {
    font-size: 7.69vw;
  }
}
#s4 > div.opm div:last-of-type p:first-of-type span:nth-of-type(3) {
  font-size: 14px;
}
@media (max-width: 599px) {
  #s4 > div.opm div:last-of-type p:first-of-type span:nth-of-type(3) {
    font-size: 3.58vw;
  }
}
#s4 > div.opm div:last-of-type p:last-of-type {
  font-size: 14px;
  line-height: 20px;
  padding-top: 1.5em;
}
#s4 > div.opm a {
  width: 370px;
  margin-top: 2em;
  padding: 1.8em 0;
}
#s4 > div.opm a span {
  font-size: 14px;
}

#s6 > div:not(.howto) > div figure {
  position: relative;
}
#s6 > div:not(.howto) > div figure::after {
  content: "";
  display: block;
  background: url(../images/v5/icon_zoom.png) no-repeat;
  background-size: contain;
  width: 23px;
  height: 23px;
  z-index: 2;
  position: absolute;
  bottom: 8px;
  right: 8px;
}
#s6 > div:not(.howto) > div figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#s6 > div:not(.howto) > div div {
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
#s6 .howto {
  margin-top: 40px;
}
#s6 .howto h4 {
  text-align: center;
  margin-bottom: 30px;
}
#s6 .howto h4 img {
  margin: 0 auto;
}
#s6 .howto .slide-items li {
  margin: 0 15px;
  position: relative;
}
#s6 .howto .slide-items li a::after {
  content: "";
  display: block;
  background: url(../images/v5/icon_zoom.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 4px;
}
#s6 .howto .slide-items .slick-dots {
  bottom: -40px;
}
#s6 .howto .slide-items .slick-dots li {
  margin: 0 5px;
}
#s6 .howto .slide-items .slick-dots li.slick-active button {
  background-color: #172344;
}
#s6 .howto .slide-items .slick-dots li button {
  color: #172344;
  opacity: 1;
  background-color: #fff;
  border: 1px #172344 solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#s6 .howto .slide-items .slick-dots li button::before {
  display: none;
}
#s6 .howto .swiper-slide a {
  position: relative;
  display: block;
}
#s6 .howto .swiper-slide a::before {
  content: "";
  display: block;
  background: url(../images/v5/icon_zoom.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  z-index: 2;
  position: absolute;
  bottom: 5px;
  right: 4px;
}
#s6 .howto .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
#s6 .howto .swiper-pagination .swiper-pagination-bullet {
  color: #172344;
  opacity: 1;
  background-color: #fff;
  border: 1px #172344 solid;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
#s6 .howto .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #172344;
}

.pswp__counter {
  display: none;
}

#s7 > div div h4 {
  border-bottom: 1px #021d49 solid;
}
#s7 > div div h4:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  content: "";
  background: #FFF563;
  border-radius: 50%;
  margin-top: -2px;
}
#s7 > div div p a {
  text-decoration: none;
  color: #3f9feb !important;
}
#s7 > div div p small {
  display: block;
}

#s8 {
  max-width: 1000px;
  width: 94.871vw;
  margin: 0 auto;
  border-top: 2px #172344 solid;
  padding-top: 0 !important;
}
#s8 > div {
  text-align: center;
}
#s8 > div p {
  font-size: 12px;
  padding-top: 30px;
}
#s8 > div p:first-of-type {
  display: inline-block;
  position: relative;
}
#s8 > div p:first-of-type::after {
  content: "";
  display: block;
  background: url(../images/v5/contents_s8.png) no-repeat;
  background-size: contain;
  width: 53px;
  height: 53px;
  position: absolute;
  top: 10px;
  right: -45px;
}
#s8 > div p.date {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", meiryo, "M+ 1p", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 641px) {
  #page .device-sp {
    display: none;
  }
  .btn-permeate {
    transition: opacity 0.3s;
  }
  .btn-permeate:hover {
    opacity: 0.4;
  }
  body {
    min-width: 1000px;
  }
  .spOnly {
    display: none;
  }
  #page > #top {
    background-image: url(/store/techo/en/magazine/hon/images/v5/mv_pc.jpg);
    background-size: cover;
    background-position: center center;
  }
  #contents a.btn-banner {
    width: 400px;
  }
  #contents > footer {
    padding: 32px 0;
  }
  #contents > footer ul {
    width: 560px;
    padding: 20px 0 35px;
  }
  #contents > footer ul:before {
    margin-bottom: 15px;
  }
  #contents > footer p {
    margin-top: 32px;
  }
  #contents > section {
    padding: 0 0 80px;
  }
  #contents > section > h3 img {
    margin: -20px auto 20px;
  }
  #contents > section > h3 > span {
    font-size: 28px;
    line-height: 1.38;
    display: table;
    margin: 0 auto;
    padding: 0 5px;
  }
  #contents > section > h3 > span:before {
    left: -0.33em;
    width: calc(100% + 0.66em);
    content: "";
  }
  #contents > section > h3 + p {
    font-size: 16px;
    display: table;
    margin: 9px auto 0;
  }
  #contents > section > div {
    margin-right: auto;
    margin-left: auto;
  }
  #s1 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s1_pc.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 250px;
  }
  #s1 > div {
    position: relative;
  }
  #s1 > div.bg {
    max-width: 1280px;
  }
  #s1 > div div {
    position: absolute;
  }
  #s1 > div div:nth-of-type(1) {
    top: 0;
    left: 13vw;
    width: 30.54vw;
  }
  #s1 > div div:nth-of-type(2) {
    width: 24.375vw;
    top: 21px;
    right: 2vw;
    animation-delay: 0.5s;
  }
  #s1 > div div:nth-of-type(3) {
    width: 24.375vw;
    top: 322px;
    left: 3vw;
  }
  #s1 > div div:nth-of-type(4) {
    width: 22vw;
    top: 331px;
    right: 27vw;
  }
  #s1 > div div:nth-of-type(5) {
    width: 25vw;
    bottom: 25px;
    left: 30vw;
  }
  #s1 > div div:nth-of-type(6) {
    width: 24.21vw;
    bottom: 5px;
    right: 2vw;
  }
  #s1 > div div p {
    display: none;
  }
  #s2 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s2_pc.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 250px;
  }
  #s2 > div {
    width: 830px;
    margin-top: 100px;
  }
  #s2 > div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #s2 > div ul li {
    width: 136px;
    text-align: center;
  }
  #s2 > div ul li dl dt {
    font-size: 14px;
    line-height: 142.857%;
    padding-top: 10px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
  }
  #s2 > div ul li dl dt.dummy-left {
    margin-left: -1.5em;
  }
  #s3 {
    padding: 0 0 100px !important;
  }
  #s3 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s3_pc.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 250px;
  }
  #s3 > div {
    margin-top: 60px;
  }
  #s3 > div > div:nth-of-type(1) {
    display: -ms-flexbox;
    display: box;
    display: flex;
    width: 810px;
    margin: 0 auto 35px;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -o-box-align: start;
    align-items: flex-start;
    gap: 22px 30px;
  }
  #s3 > div > div:nth-of-type(1) dl {
    width: 390px;
  }
  #s3 > div > div:nth-of-type(1) dl dt {
    font-size: 14px;
    margin-top: 8px;
    line-height: 142.857%;
  }
  #s3 > div > div:nth-of-type(2) {
    width: 1000px;
    margin: 0 auto 60px;
  }
  #s3 > div > div:nth-of-type(2) figure {
    padding-top: 900px;
  }
  #s3 > div > div:nth-of-type(2) figure img:nth-child(2), #s3 > div > div:nth-of-type(2) figure img:nth-child(3) {
    display: none;
  }
  #s3 > div > div:nth-of-type(2) div {
    max-width: 890px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: box;
    display: flex;
    gap: 20px;
    margin-top: -76px;
    margin-bottom: 30px;
    padding: 24px 16px;
    -o-box-pack: justify;
    justify-content: space-between;
  }
  #s3 > div > div:nth-of-type(2) div dl {
    width: 418px;
  }
  #s3 > div > div:nth-of-type(2) div dl dt {
    font-size: 16px;
  }
  #s3 > div > div:nth-of-type(2) div dl dd {
    font-size: 14px;
    line-height: 162.5%;
    padding-bottom: 0.3em;
  }
  #s3 > div > div:nth-of-type(2) p {
    font-size: 16px;
    display: table;
    margin: 24px auto;
  }
  #s3 > div > div:nth-of-type(3) {
    width: 705px;
    margin: 0 auto;
  }
  #s3 > div > div:nth-of-type(3) dl {
    position: relative;
    display: -ms-flexbox;
    display: box;
    display: flex;
    flex-direction: column;
    min-height: 350px;
    padding-left: 365px;
    -o-box-orient: vertical;
  }
  #s3 > div > div:nth-of-type(3) dl + dl {
    margin-top: 30px;
  }
  #s3 > div > div:nth-of-type(3) dl dt {
    font-size: 20px;
    line-height: 1.7;
    margin-top: -0.35em;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    padding-top: 350px;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(2) {
    font-size: 14px;
    line-height: 21px;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(3) {
    width: 247px;
    margin-top: auto;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(3):before {
    padding-top: 150px;
  }
  #s3 > div > div:nth-of-type(3) p {
    font-size: 14px;
    width: 580px;
    margin: 60px auto 0;
    padding: 24px 0 24px 38px;
  }
  #s4 {
    padding: 0 0 100px !important;
  }
  #s4 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s4_pc.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 250px;
  }
  #s4 > div:not(.parallax, .info), #s5 > div:not(.parallax) {
    max-width: 1240px;
    min-width: 1000px;
    width: 96.875vw;
    margin: 60px auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 48px 28px;
  }
  #s4 > div > dl, #s5 > div > dl {
    position: relative;
  }
  #s4 > div > dl dt, #s5 > div > dl dt {
    padding-top: 1.7em;
  }
  #s4 > div > dl dt strong, #s5 > div > dl dt strong {
    font-size: 18px;
    font-weight: 800;
  }
  #s4 > div > dl dt span, #s5 > div > dl dt span {
    font-size: 12px;
    line-height: 2;
    display: inline-block;
    padding-left: 0.4em;
  }
  #s4 > div > dl dt span small, #s5 > div > dl dt span small {
    font-size: 12px;
    line-height: 2;
  }
  #s4 > div > dl, #s5 > div > dl {
    width: calc((100% - 56px) / 3);
  }
  #s4 > div > dl dd:nth-of-type(1) img:nth-child(2), #s5 > div > dl dd:nth-of-type(1) img:nth-child(2) {
    display: none;
  }
  #s4 > div > dl dd:nth-of-type(2), #s5 > div > dl dd:nth-of-type(2) {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 30px;
  }
  #s4 > div > dl dd:nth-of-type(3), #s5 > div > dl dd:nth-of-type(3) {
    display: flex;
    justify-content: center;
    gap: 20px;
    position: absolute;
    bottom: -1em;
    right: 0;
    left: 0;
  }
  #s4 > div > p {
    font-size: 12px;
    margin: 26px 0 -4px;
  }
  #s5 {
    padding: 0 0 55px !important;
  }
  #s5 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s5_pc.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 250px;
  }
  #s5 > div:not(.parallax) {
    justify-content: center;
  }
  #s5 > div > ul {
    margin: -80px 0 0;
  }
  #s5 > div > a {
    margin-top: 30px;
  }
  #s6 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s6_pc.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 250px;
  }
  #s6 > div:not(.howto) {
    margin-top: 60px;
  }
  #s6 > div:not(.howto) > div {
    max-width: 1075px;
    min-width: 1000px;
    display: -ms-flexbox;
    display: box;
    display: flex;
    margin: 0 auto;
    -o-box-pack: justify;
    justify-content: space-between;
    -o-box-align: center;
    align-items: center;
  }
  #s6 > div:not(.howto) > div + div {
    margin-top: 30px;
  }
  #s6 > div:not(.howto) > div:nth-child(2n+1) {
    flex-direction: row-reverse;
    -o-box-direction: reverse;
    -o-box-orient: horizontal;
  }
  #s6 > div:not(.howto) > div:nth-child(2n) div:before {
    right: 13px;
    transform: translate3d(100%, -50%, 0) rotate(180deg);
  }
  #s6 > div:not(.howto) > div figure {
    width: 655px;
    padding-top: 478px;
  }
  #s6 > div:not(.howto) > div figure::after {
    width: 36px;
    height: 36px;
  }
  #s6 > div:not(.howto) > div div {
    width: 420px;
    padding: 0;
  }
  #s7 {
    padding: 0 0 40px !important;
  }
  #s7 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s7_pc.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 250px;
  }
  #s7 > div {
    margin-top: 60px;
  }
  #s7 > div div {
    width: 450px;
    margin: 0 auto;
  }
  #s7 > div div h4 {
    display: -ms-flexbox;
    display: box;
    display: flex;
    -o-box-align: center;
    align-items: center;
  }
  #s7 > div div h4:before {
    margin-right: 10px;
  }
  #s7 > div div h4 span {
    font-size: 18px;
    line-height: 1.6;
  }
  #s7 > div div h4 span small {
    font-size: 14px;
    line-height: 2;
  }
  #s7 > div div p {
    font-size: 14px;
    line-height: 22px;
    padding: 4px 0 30px;
  }
  #s7 > div div p a {
    display: inline-block;
  }
  #s7 > div div p small {
    font-size: 11px;
    padding: 1em 0;
  }
  #s7 > div > ul {
    margin: -55px auto 60px;
  }
  #s7 > div > a {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1280px) {
  #s1 > div div:nth-of-type(1) {
    width: auto;
    left: 160px;
  }
  #s1 > div div:nth-of-type(2) {
    width: auto;
    right: 23px;
    animation-delay: 0.5s;
  }
  #s1 > div div:nth-of-type(3) {
    width: auto;
    left: 37px;
  }
  #s1 > div div:nth-of-type(4) {
    width: auto;
    right: 346px;
  }
  #s1 > div div:nth-of-type(5) {
    width: auto;
    left: 376px;
  }
  #s1 > div div:nth-of-type(6) {
    width: auto;
    right: 25px;
  }
  #s4 > div > dl, #s5 > div > dl {
    width: 394px;
  }
}
@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  #page > #top {
    background-image: url(/store/techo/en/magazine/hon/images/v5/mv_sp.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh;
    height: 100svh;
  }
  #page > #top h1 {
    width: 84.615vw;
    padding-top: 24%;
    background: url(/store/techo/en/magazine/hon/images/v5/logo_top_sp.svg) no-repeat;
    background-size: contain;
  }
  .info {
    margin-top: 50px;
    padding: 24px 0;
    font-size: 3vw;
  }
  .info span {
    font-size: 5.2vw;
  }
  .info strong {
    font-size: 3.2vw;
  }
  #contents > footer {
    padding: 32px 16px;
  }
  #contents > footer ul {
    padding: 20px 0 25px;
  }
  #contents > footer ul:before {
    margin-bottom: 10px;
  }
  #contents > footer p {
    margin-top: 32px;
  }
  #contents > section {
    padding: 0 0 75px;
  }
  #contents > section > h3 {
    margin-bottom: 30px;
  }
  #contents > section > h3 img {
    margin: -20px auto 10px;
  }
  #contents > section > h3 > span {
    font-size: 23px;
    line-height: 1.38;
    margin: 0 auto;
    padding: 0 15px;
  }
  #contents > section > h3 > span:before {
    left: 0;
    width: 100%;
    content: "";
  }
  #contents > section > h3 + p {
    font-size: 16px;
    line-height: 1.63;
    margin: 20px 10px 0;
  }
  #yodogawa {
    padding: 40px 0 100px;
  }
  #yodogawa div {
    width: 84.615vw;
    margin: 0 auto;
  }
  #yodogawa div h2 {
    width: 87.69vw;
    height: 0;
    padding-top: 27.1%;
    background: url(/store/techo/en/magazine/hon/images/v5/title_main_sp.svg) no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  #yodogawa div h2 + div {
    width: 87.69vw;
    padding-top: 14px;
  }
  #yodogawa div p {
    width: 41vw;
    margin: 0 auto 12.8vw;
  }
  #yodogawa div.info {
    width: 94.37vw;
    margin-left: -4.84vw;
  }
  #s1 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s1_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 100px;
  }
  #s1 .bg {
    padding-top: 20px;
  }
  #s1 .bg > p {
    display: none;
  }
  #s1 .bg > div img {
    width: auto;
  }
  #s1 .bg > div:nth-of-type(1) > picture img {
    margin-left: 8.54vw;
  }
  #s1 .bg > div:nth-of-type(1) p {
    width: 54.871vw;
    margin-top: -21vw;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
  }
  #s1 .bg > div:nth-of-type(2) {
    text-align: right;
  }
  #s1 .bg > div:nth-of-type(2) > picture img {
    margin-left: 11.794vw;
    margin-bottom: -3vw;
  }
  #s1 .bg > div:nth-of-type(2) p {
    width: 91.794vw;
    margin: 10px auto 15px;
  }
  #s1 .bg > div:nth-of-type(3) > picture img {
    margin-left: 16.923vw;
  }
  #s1 .bg > div:nth-of-type(3) p {
    width: 79.287vw;
    margin: 0 auto 30px;
  }
  #s1 .bg > div:nth-of-type(4) > picture img {
    margin-left: 9.743vw;
  }
  #s1 .bg > div:nth-of-type(4) p {
    width: 74.871vw;
    margin: 0 auto 30px;
  }
  #s1 .bg > div:nth-of-type(5) {
    text-align: right;
  }
  #s1 .bg > div:nth-of-type(5) > picture img {
    margin-left: 13.2vw;
  }
  #s1 .bg > div:nth-of-type(5) p {
    width: 92.307vw;
    margin: 15px auto 30px;
  }
  #s1 .bg > div:nth-of-type(6) > picture img {
    margin-left: 2.84vw;
    margin-bottom: -9vw;
    z-index: 1;
    position: relative;
  }
  #s1 .bg > div:nth-of-type(6) p {
    width: 59.743vw;
    margin-top: -5vw;
    margin-left: 30vw;
  }
  #s2 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s2_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 100px;
  }
  #s2 > h3 + div {
    width: 94.871vw;
    margin: 0 auto;
    padding-top: 50px;
  }
  #s2 > h3 + div ul {
    width: 86.15vw;
    margin: 0 auto;
    gap: 20vw 0;
    justify-content: space-between;
  }
  #s2 > h3 + div ul li {
    width: 34.871vw;
  }
  #s3 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s3_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 100px;
  }
  #s3 img {
    width: auto;
    display: inline-block;
  }
  #s3 h4 {
    padding-bottom: 10px;
  }
  #s3 h4 + .a6 {
    margin-bottom: -5vw;
  }
  #s3 h4 + .a6 img {
    width: 100vw;
  }
  #s3 a.btn-round span {
    font-size: 14px;
  }
  #s3 > div > div:nth-of-type(1) {
    margin-bottom: 30px;
  }
  #s3 > div > div:nth-of-type(1) dl:nth-child(n+2) {
    margin-top: 20px;
  }
  #s3 > div > div:nth-of-type(1) dl dt {
    font-size: 14px;
    line-height: 1.63;
    padding: 0 2.5vw;
    margin-top: 5px;
  }
  #s3 > div > div:nth-of-type(2) {
    margin: 0 0 30px;
  }
  #s3 > div > div:nth-of-type(2) figure {
    padding: 300% 0 30px;
  }
  #s3 > div > div:nth-of-type(2) figure img:nth-child(1) {
    display: none;
  }
  #s3 > div > div:nth-of-type(2) div {
    width: 94.871vw;
    margin: 10px auto 30px;
    padding: 15px 15px 10px 15px;
  }
  #s3 > div > div:nth-of-type(2) div.a5 {
    margin: -8vw auto 30px;
  }
  #s3 > div > div:nth-of-type(2) div dl dt {
    font-size: 16px;
    line-height: 1.39;
    display: inline-block;
  }
  #s3 > div > div:nth-of-type(2) div dl dd {
    font-size: 14px;
    line-height: 1.56;
    display: inline;
  }
  #s3 > div > div:nth-of-type(2) div dl dd::after {
    content: "";
    display: block;
    height: 0.5em;
  }
  #s3 > div > div:nth-of-type(2) p {
    font-size: 16px;
    line-height: 1.63;
    margin: 15px 10px;
  }
  #s3 > div > div:nth-of-type(3) {
    padding: 0 20px;
  }
  #s3 > div > div:nth-of-type(3) dl + dl {
    margin-top: 30px;
  }
  #s3 > div > div:nth-of-type(3) dl dt {
    font-size: 20px;
    line-height: 1.5;
    display: table;
    margin: 0 auto 15px;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(1) {
    padding-top: 100%;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(2) {
    font-size: 14px;
    line-height: 1.57;
    margin: 15px 0 30px;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(2) div {
    padding: 0 0 10px;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(3) {
    width: 70.42%;
    margin: 0 auto;
  }
  #s3 > div > div:nth-of-type(3) dl dd:nth-of-type(3):before {
    padding-top: 66.42%;
  }
  #s3 > div > div:nth-of-type(3) p {
    font-size: 14px;
    margin-top: 14px;
    padding: 19px 10px;
  }
  #s4 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s4_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 100px;
  }
  #s4 > div dl {
    padding: 0 10px;
  }
  #s4 > div dl dt {
    margin-top: 15px;
  }
  #s4 > div dl dd:last-of-type {
    display: flex;
    padding-top: 20px;
  }
  #s4 > div.opm {
    padding: 40px 15px 30px;
    margin-top: 70px;
  }
  #s4 > div.opm a {
    width: 87.179vw;
  }
  #s4 > div.opm a span {
    font-size: 13px;
  }
  #s4 > div.opm div {
    width: 100% !important;
  }
  #s4 > div.opm div:last-of-type p:first-of-type {
    padding-top: 15px;
  }
  #s4 > div.opm div:last-of-type p:first-of-type span:nth-of-type(2) {
    font-size: 25px;
  }
  #s4 > div.opm::after {
    width: 100px;
    top: -35px;
    right: -10px;
  }
  #s4 > div > dl + dl, #s5 > div > dl + dl {
    margin-top: 30px;
  }
  #s4 > div > dl dt strong, #s5 > div > dl dt strong {
    font-size: 18px;
    line-height: 1.75;
    font-weight: 800;
  }
  #s4 > div > dl dt span, #s5 > div > dl dt span {
    font-size: 12px;
    line-height: 2;
  }
  #s4 > div > dl dt span small, #s5 > div > dl dt span small {
    font-size: 14px;
    line-height: 2;
  }
  #s4 > div > dl dd:nth-of-type(2), #s5 > div > dl dd:nth-of-type(2) {
    font-size: 14px;
    line-height: 22px;
  }
  #s4 > div > dl dd:nth-of-type(3) a, #s5 > div > dl dd:nth-of-type(3) a {
    margin: 0 auto;
  }
  #s4 > div > p {
    font-size: 12px;
    margin: 26px 0 -4px;
  }
  #s5 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s5_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 100px;
  }
  #s5 h3 + div dl {
    padding: 0 10px;
  }
  #s5 h3 + div dl dd {
    padding-bottom: 15px;
  }
  #s5 .techo-items {
    margin: 10px auto 0;
    width: 92vw;
  }
  #s6 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s6_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 100px;
  }
  #s6 > div:not(.howto) {
    margin-top: 25px;
  }
  #s6 > div:not(.howto) > div figure {
    padding-top: 72.71%;
  }
  #s6 > div:not(.howto) > div div {
    width: 94.871vw;
    margin: 0 auto -1.5vw;
  }
  #s6 > div:not(.howto) > div div:before {
    bottom: 20px;
    left: 50%;
    transform: translate3d(-50%, 100%, 0) rotate(-90deg);
  }
  #s6 > div:not(.howto) > div div dl dt {
    font-size: 20px;
    line-height: 1.5;
  }
  #s6 > div:not(.howto) > div div dl dd {
    font-size: 14px;
    line-height: 1.64;
  }
  #s6 .howto {
    margin-top: 30px;
  }
  #s6 .howto h4 {
    width: 93.07vw;
    margin: 0 auto 40px;
  }
  #s6 .howto .slide-items li {
    margin: 0 10px;
  }
  #s6 .howto .slide-items .slick-dots {
    bottom: -30px;
  }
  #s6 .howto .slide-items .slick-dots li {
    width: 9px;
    height: 9px;
  }
  #s7 {
    padding: 0 0 60px !important;
  }
  #s7 .parallax {
    background: url(/store/techo/en/magazine/hon/images/v5/bg_s7_sp.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 0%;
    padding-top: 100px;
  }
  #s7 > div div {
    margin: 0 2.56vw;
  }
  #s7 > div div + div {
    margin-top: 30px;
  }
  #s7 > div div h4 {
    padding: 4px 0;
    position: relative;
  }
  #s7 > div div h4:before {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 12px;
  }
  #s7 > div div h4 span {
    font-size: 18px;
    line-height: 1.4;
    padding-left: 5vw;
    display: inline-block;
  }
  #s7 > div div h4 span small {
    font-size: 18px;
  }
  #s7 > div div p {
    font-size: 14px;
    line-height: 22px;
    padding-top: 4px;
  }
  #s7 > div div p small {
    font-size: 10px;
    padding: 1em 0;
  }
  #s7 > div > ul {
    margin: 0 auto 30px;
    width: 92vw;
  }
  #s7 > div > a {
    margin-top: 24px;
  }
  #s8 {
    padding: 0 0 50px !important;
  }
}/*# sourceMappingURL=hon.v3.css.map */