@charset "utf-8";
footer[role=sitemap] {
  position: relative;
}
#page {
  background: #fafafb;
}
#page:before {
  content: "";
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 640px;
  height: 100vh;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: url("/store/techo/ja/2022/sp/about/img/index/bg.png") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
#contents {
  padding: 0;
  position: relative;
}
#contents header {
  padding: 0;
  background: #fff;
  border-bottom: #a5a3ad 1px solid;
}
#contents header > h2 {
  width: 320px;
  height: 145px;
  margin: 0 auto;
}
#contents header > h2 img {
  display: block;
  width: 100%;
}
#contents header .tab {
  border-top: 2px #1e1a33 solid;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 10px;
}
#contents header .tab a {
  display: block;
  width: calc(50% - 5px);
  max-width: 305px;
  color: #1e1a33;
  border: 1px #787585 solid;
  border-top: none;
  text-decoration: none;
  text-align: center;
  border-radius: 0 0 3px 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 36px;
}
#contents header .tab a + a {
  margin-left: 10px;
}
#contents header .tab a.current {
  border-color: #1e1a33;
  background: #1e1a33;
  color: #fff;
  pointer-events: none;
}
#contents header .tab a.current:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #fff;
  color: #1e1a33;
}
#contents header .tab a:before {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: #1e1a33;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-right: 8px;
}
#contents header .tab a span {
  display: block;
  font-size: 10px;
  line-height: 1.45;
  letter-spacing: 0.1em;
  font-weight: bold;
}
#contents header > div h2 {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 118px;
  padding-bottom: 65.63%;
}
#contents header > div h2 img {
  display: block;
}
#contents header > div h2 img:nth-child(1) {
  width: 320px;
  margin: 0 auto;
}
#contents header > div h2 img:nth-child(2) {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#contents header > div p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
  padding: 46px 20px;
  max-width: 640px;
  margin: 0 auto;
}
#contents > div {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px;
}
#contents > div section {
  padding: 40px 0 0;
}
#contents > div section h3 {
  min-height: 50px;
  background: #1e1a33;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  border-radius: 9.67px;
  padding: 11px 10px;
  position: relative;
}
#contents > div section h3:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #1e1a33 transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
#contents > div section h3 > span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.1em;
}
#contents > div section h3 > span span {
  display: inline-block;
}
#contents > div section h3 + p {
  margin-top: 26px;
}
#contents > div section h3 + figure {
  margin-top: 28px;
}
#contents > div section h4 {
  display: table;
  margin: 0 auto;
  padding: 0 36px;
  position: relative;
  min-width: 250px;
}
#contents > div section h4:before,
#contents > div section h4:after {
  content: "";
  width: 17px;
  height: 42px;
  position: absolute;
  top: 50%;
  background: url("/store/techo/ja/2022/pc/about/img/index/icon_title.svg") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
#contents > div section h4:before {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#contents > div section h4:after {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
  -moz-transform: translate(0, -50%) rotate(180deg);
  -o-transform: translate(0, -50%) rotate(180deg);
  -ms-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
#contents > div section h4 > span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 0.1em;
  text-align: center;
}
#contents > div section h4 > span span {
  display: inline-block;
}
#contents > div section h4 + h5 {
  margin-top: 26px;
}
#contents > div section h4 + figure {
  margin-top: 44px;
}
#contents > div section h5 {
  width: 55.71%;
  max-width: 208px;
  margin: 0 auto;
}
#contents > div section h5 i {
  display: table;
  margin: 0 auto;
  padding: 0 16px;
  min-width: 84px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0.1em;
  position: relative;
  white-space: nowrap;
}
#contents > div section h5 i:before,
#contents > div section h5 i:after {
  content: "";
  height: 13px;
  width: 1px;
  background: #1e1a33;
  position: absolute;
  top: 50%;
}
#contents > div section h5 i:before {
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-27deg);
  -moz-transform: translate(0, -50%) rotate(-27deg);
  -o-transform: translate(0, -50%) rotate(-27deg);
  -ms-transform: translate(0, -50%) rotate(-27deg);
  transform: translate(0, -50%) rotate(-27deg);
}
#contents > div section h5 i:after {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(27deg);
  -moz-transform: translate(0, -50%) rotate(27deg);
  -o-transform: translate(0, -50%) rotate(27deg);
  -ms-transform: translate(0, -50%) rotate(27deg);
  transform: translate(0, -50%) rotate(27deg);
}
#contents > div section h5 div {
  min-height: 37px;
  background: #1e1a33;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  border-radius: 5.46px;
  position: relative;
}
#contents > div section h5 div:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 9px 0 9px;
  border-color: #1e1a33 transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
#contents > div section h5 div span {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
#contents > div section h5 + figure {
  margin-top: 20px;
}
#contents > div section > p {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.1em;
}
#contents > div section > p strong {
  font-weight: bold;
}
#contents > div section > p + h5 {
  margin-top: 24px;
}
#contents > div section > p + figure {
  margin-top: 34px;
}
#contents > div section > p + a {
  margin-top: 34px;
}
#contents > div section > p + nav {
  margin-top: 22px;
}
#contents > div section figure {
  border-radius: 3.55px;
  border: 4px #f18e8e solid;
  position: relative;
  padding-top: 63.24%;
  overflow: hidden;
  background: #fff url("/store/techo/2022/images/loading3.gif") no-repeat 50% 50%;
  -webkit-background-size: 32px 32px;
  -moz-background-size: 32px 32px;
  background-size: 32px 32px;
}
#contents > div section figure.video {
  padding-top: 56.25% !important;
}
#contents > div section figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents > div section figure img.state-ready {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#contents > div section figure iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents > div section figure + p {
  margin-top: 18px;
}
#contents > div section figure + figure {
  margin-top: 20px;
}
#contents > div section > a {
  max-width: 374px;
  margin: 0 auto;
  padding-left: 8px;
}
#contents > div section > a:before {
  font-size: 21px;
  right: 6px;
}
#contents > div section > a + h4 {
  margin-top: 48px;
}
#contents > div section > a + p {
  margin-top: 26px;
}
#contents > div section nav {
  max-width: 374px;
  margin: 0 auto;
}
#contents > div section nav a {
  display: block;
  overflow: hidden;
  background: #fff;
  width: 100%;
  border: 3px #f18e8e solid;
  border-radius: 6.9px;
}
#contents > div section nav a + a {
  margin-top: 16px;
}
#contents > div section nav a dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
#contents > div section nav a dl dd {
  position: relative;
  width: 137px;
  padding-top: 114px;
}
#contents > div section nav a dl dd img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#contents > div section nav a dl dt {
  width: calc(100% - 137px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
#contents > div section nav a dl dt:before {
  font-size: 21px;
  top: inherit;
  bottom: 12px;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#contents > div section nav a dl dt > span {
  letter-spacing: 0;
  font-weight: bold;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.75;
  padding-left: 12px;
}
#contents > div section nav a dl dt > span small {
  font-size: 12px;
  display: block;
}
#contents > div section nav a dl dt > span small span {
  display: inline-block;
}
#contents > div section nav + h4 {
  margin-top: 40px;
}
#contents > div section nav + a {
  margin-top: 24px;
}
#contents > div section:nth-of-type(3) figure:not(:last-of-type) {
  border: 2px #f18e8e solid;
  padding-top: 63.77%;
}
#contents > div section:nth-of-type(3) nav a dl dt > span small {
  line-height: 1.75;
}
#contents > div section:nth-of-type(4) nav a dl dt > span small {
  line-height: 1.5;
  font-weight: normal;
}
#contents > div footer {
  padding: 38px 0 40px;
}
#contents > div footer .btn-wrap {
  width: 230px;
  margin: 0 auto;
  overflow: hidden;
}
#contents > div footer .btn-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  padding: 9px 0;
  height: auto;
  min-height: 40px;
}
#contents > div footer .btn-wrap a:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  color: #1e1a33;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  right: 8px;
}
#contents > div footer .btn-wrap a span {
  font-size: 14px;
  line-height: 1.5;
}
#contents > div footer > a {
  display: block;
  padding-top: 21.43%;
  position: relative;
  margin-top: 40px;
}
#contents > div footer > a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
