@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");
body {
  height: 100%;
}
body h1 {
  position: relative;
}
body h1 div img {
  display: block;
}
#page {
  padding-top: 0 !important;
}
#lead {
  background: rgba(255, 255, 255, 0.9);
}
#lead h2 {
  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;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#lead h2 img {
  display: block;
}
#lead p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
#overview {
  background: #fff;
}
#overview figure {
  display: block;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  margin: 0 auto;
}
#overview figure:before {
  content: "";
  display: block;
}
#overview figure img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#hikidashi {
  background: #f0f3dd;
}
#hikidashi h3 {
  margin: 0 auto;
}
#hikidashi img {
  display: block;
  width: 100%;
}
#hikidashi > div {
  margin: 0 auto;
}
#hikidashi > div figure figcaption {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
#hikidashi > div p {
  background-image: url("/store/hikidashi/ja/articles/images/design202112/dot_1.svg");
  background-repeat: repeat-x;
  background-position: top center;
}
#hikidashi > div p span {
  letter-spacing: 0.05em;
  font-size: 16px;
  line-height: 1.75;
}
#itsu {
  background: #fff0e1;
}
#itsu h3 {
  margin: 0 auto;
}
#itsu img {
  display: block;
  width: 100%;
}
#itsu > div {
  margin: 0 auto;
}
#itsu > div + div {
  background-image: url("/store/hikidashi/ja/articles/images/design202112/dot_2.svg");
  background-repeat: repeat-x;
  background-position: top center;
}
#itsu > div h4 {
  margin: 0 auto;
}
#itsu > div figure figcaption {
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#itsu > div p span {
  letter-spacing: 0.05em;
}
#itsu > div h5 {
  display: table;
  margin: 0 auto;
  padding: 0 3.2em 3.6em;
  overflow: hidden;
}
#itsu > div h5 div {
  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;
  background: #fff;
  color: #ff8e1f;
  position: relative;
  background: #fff;
  padding: 0.9em 0;
  min-height: 4.8em;
}
#itsu > div h5 div:before, #itsu > div h5 div:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("/store/hikidashi/en/articles/images/design202112/circle.svg") no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
  position: absolute;
}
#itsu > div h5 div:before {
  background-position: 0 50%;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(90deg) translate3d(0, -50%, 0);
  -moz-transform: rotate(90deg) translate3d(0, -50%, 0);
  -o-transform: rotate(90deg) translate3d(0, -50%, 0);
  -ms-transform: rotate(90deg) translate3d(0, -50%, 0);
  transform: rotate(90deg) translate3d(0, -50%, 0);
}
#itsu > div h5 div:after {
  background-position: 100% 50%;
  right: 0;
  top: 0;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: rotate(90deg) translate3d(0, 50%, 0);
  -moz-transform: rotate(90deg) translate3d(0, 50%, 0);
  -o-transform: rotate(90deg) translate3d(0, 50%, 0);
  -ms-transform: rotate(90deg) translate3d(0, 50%, 0);
  transform: rotate(90deg) translate3d(0, 50%, 0);
}
#itsu > div h5 div > span {
  text-align: center;
  display: block;
  margin: 0 -0.8em;
}
#itsu > div h5 div > span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.14em 1.23em 0 1.23em;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  -o-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
#itsu > div h5 div > span span {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
#itsu > div > a {
  display: table;
  margin: 0 auto;
}
#itsu dl {
  margin: 0 auto;
}
#itsu dl dt {
  margin: 0 auto;
}
#itsu dl dd {
  font-weight: bold;
}
#itsu dl dd a {
  color: #ff8e1f;
  text-decoration: underline;
}
#products {
  background: #fff;
}
#products h4 {
  display: table;
  margin: 0 auto;
  color: #000;
  font-size: 18px;
  line-height: 2;
  text-decoration: underline;
  letter-spacing: 0.025em;
}
.device-pc [role="background"] {
  background-image: url("/store/hikidashi/ja/articles/images/design202112/bg_pc.jpg");
  background-position: center bottom;
}
.device-pc body > h1 {
  height: calc(100% - 5.6em);
  padding-top: calc(167px + 5.33%);
  margin-top: 5.6em;
}
.device-pc body > h1 div {
  position: absolute;
  width: 74em;
  top: 0;
  left: 49.67%;
  -webkit-transform: translate3d(-50%, 18.71%, 0);
  -moz-transform: translate3d(-50%, 18.71%, 0);
  -o-transform: translate3d(-50%, 18.71%, 0);
  -ms-transform: translate3d(-50%, 18.71%, 0);
  transform: translate3d(-50%, 18.71%, 0);
}
.device-pc body > h1 div img {
  width: 100%;
}
.device-pc #lead {
  padding: 5.6em 0 7em;
}
.device-pc #lead h2 {
  font-size: 10px;
  margin-bottom: 3.2em;
}
.device-pc #lead h2 img:nth-child(1) {
  width: 10.6em;
}
.device-pc #lead h2 img:nth-child(2) {
  width: 14.8em;
  margin-left: 6.4em;
}
.device-pc #lead p {
  width: 44.44em;
  margin: 0 auto;
}
.device-pc #overview {
  padding: 3.2em 0 4.4em;
}
.device-pc #overview figure {
  width: 95.2em;
  background-image: url("/store/hikidashi/en/articles/images/design202112/overview_pc.svg");
}
.device-pc #overview figure:before {
  padding-top: 111.5em;
}
.device-pc #hikidashi {
  padding: 10em 0 9.2em;
}
.device-pc #hikidashi h3 {
  width: 59.5em;
}
.device-pc #hikidashi > div {
  width: 70em;
}
.device-pc #hikidashi > div figure {
  margin-top: 5.2em;
}
.device-pc #hikidashi > div figure + figure {
  margin-top: 9em;
}
.device-pc #hikidashi > div figure img {
  margin-bottom: 1.4em;
}
.device-pc #hikidashi > div figure figcaption {
  font-size: 16px;
  line-height: 2.19;
}
.device-pc #hikidashi > div p {
  margin-top: 7.6em;
  padding: 7.6em 5em 0;
  -webkit-background-size: auto 0.3em;
  -moz-background-size: auto 0.3em;
  background-size: auto 0.3em;
}
.device-pc #itsu {
  padding: 10em 0;
}
.device-pc #itsu h3 {
  width: 70.1em;
}
.device-pc #itsu > div {
  width: 100em;
  padding: 0 15em;
  margin-top: 6em;
}
.device-pc #itsu > div + div {
  margin-top: 12em;
  padding-top: 10em;
  -webkit-background-size: auto 0.4em;
  -moz-background-size: auto 0.4em;
  background-size: auto 0.4em;
}
.device-pc #itsu > div h4 {
  width: 26.5em;
}
.device-pc #itsu > div > img {
  margin-top: 4.8em;
}
.device-pc #itsu > div > img + img {
  margin-top: 6.8em;
}
.device-pc #itsu > div figure + figure {
  margin-top: 9em;
}
.device-pc #itsu > div figure img {
  margin-bottom: 1.4em;
}
.device-pc #itsu > div figure figcaption {
  font-size: 16px;
  line-height: 2.19;
  text-align: center;
}
.device-pc #itsu > div p {
  padding: 7.2em 5em 9.2em;
}
.device-pc #itsu > div p span {
  display: table;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
}
.device-pc #itsu > div > a {
  width: 23em;
  margin-top: 7.2em;
}
.device-pc #itsu dl {
  width: 70em;
  margin-top: 12em;
  padding: 5.9em 5.9em 5.4em;
  border: 0.1em #1a1a1a solid;
}
.device-pc #itsu dl dt {
  width: 22.2em;
  margin-bottom: 2em;
}
.device-pc #itsu dl dd {
  font-size: 16px;
  line-height: 2.19;
  letter-spacing: 0.05em;
}
.device-pc #products {
  padding-bottom: 7em;
}
.device-pc #products h4 {
  padding: 3.56em 0.11em 0.44em;
}
.device-sp [role="background"] {
  background-image: url("/store/hikidashi/ja/articles/images/design202112/bg_sp.jpg");
}
.device-sp body > h1 {
  height: calc(100% - 56px);
  padding-top: 68.44%;
  margin-top: 56px;
}
.device-sp body > h1 div img {
  position: absolute;
  left: 0;
  width: 100%;
}
.device-sp body > h1 div img:nth-child(1) {
  top: 0;
  -webkit-transform: translate3d(0, 11.94%, 0);
  -moz-transform: translate3d(0, 11.94%, 0);
  -o-transform: translate3d(0, 11.94%, 0);
  -ms-transform: translate3d(0, 11.94%, 0);
  transform: translate3d(0, 11.94%, 0);
}
.device-sp body > h1 div img:nth-child(2) {
  bottom: 0;
}
.device-sp #lead {
  padding: 35px 6.25% 30px;
}
.device-sp #lead h2 {
  margin-bottom: 10px;
}
.device-sp #lead h2 img:nth-child(1) {
  width: 76px;
}
.device-sp #lead h2 img:nth-child(2) {
  width: 108px;
  margin-left: 28px;
}
.device-sp #overview {
  padding: 10px 0 24px;
}
.device-sp #overview figure {
  width: 100%;
  max-width: 414px;
  background-image: url("/store/hikidashi/en/articles/images/design202112/overview_sp.svg");
}
.device-sp #overview figure:before {
  padding-top: 322.81%;
}
.device-sp #hikidashi {
  padding: 32px 6.25% 25px;
}
.device-sp #hikidashi h3 {
  width: 268px;
}
.device-sp #hikidashi > div {
  max-width: 374px;
}
.device-sp #hikidashi > div figure {
  margin-top: 32px;
}
.device-sp #hikidashi > div figure + figure {
  margin-top: 30px;
}
.device-sp #hikidashi > div figure img {
  margin-bottom: 0;
}
.device-sp #hikidashi > div figure figcaption {
  font-size: 15px;
  line-height: 1.67;
  margin-top: 4px;
}
.device-sp #hikidashi > div p {
  margin-top: 25px;
  padding-top: 25px;
  -webkit-background-size: auto 3px;
  -moz-background-size: auto 3px;
  background-size: auto 3px;
}
.device-sp #hikidashi > div p span br {
  display: none;
}
.device-sp #itsu {
  padding: 28px 6.25% 40px;
}
.device-sp #itsu h3 {
  width: 245px;
}
.device-sp #itsu > div {
  max-width: 374px;
  margin-top: 32px;
}
.device-sp #itsu > div + div {
  margin-top: 48px;
  padding-top: 40px;
  -webkit-background-size: auto 4px;
  -moz-background-size: auto 4px;
  background-size: auto 4px;
}
.device-sp #itsu > div h4 {
  width: 210px;
}
.device-sp #itsu > div > img {
  margin-top: 28px;
}
.device-sp #itsu > div figure + figure {
  margin-top: 30px;
}
.device-sp #itsu > div figure img {
  margin-bottom: 0;
}
.device-sp #itsu > div figure figcaption {
  font-size: 15px;
  line-height: 1.67;
  margin-top: 4px;
}
.device-sp #itsu > div p {
  padding: 24px 0;
}
.device-sp #itsu > div p span {
  font-size: 15px;
  line-height: 2;
}
.device-sp #itsu > div p span br {
  display: none;
}
.device-sp #itsu > div h5 {
  width: 200px;
}
.device-sp #itsu > div > a {
  width: 250px;
  margin-top: 35px;
}
.device-sp #itsu dl {
  max-width: 374px;
  margin-top: 48px;
  padding: 32px 7.14% 24px;
  border: 1px #1a1a1a solid;
}
.device-sp #itsu dl dt {
  width: 178px;
  margin-bottom: 16px;
}
.device-sp #itsu dl dd {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0;
}
.device-sp #products {
  padding-bottom: 30px;
}
.device-sp #products h4 {
  padding: 32px 2px 8px;
}