@charset "utf-8";
#contents > header {
  position: relative;
  overflow: hidden;
}
#contents > header.start:before {
  content: "";
  position: absolute;
  background: url("/store/hikidashi/en/images/pocket/title_ico.svg") no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  overflow: hidden;
}
#contents > header h2 {
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-indent: -9999px;
}
#contents > div {
  background: #fff;
}
#contents > div > section:not(#lineup) > h4 {
  display: table;
  margin: 0 auto;
}
#contents > div > section:not(#lineup) > h4 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
}
#contents > div > section.sides > div dl dd:nth-child(2) {
  font-size: 16px;
  line-height: 1.63;
}
#about {
  margin: 0 auto;
}
#about h3 {
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
#about h3:after {
  content: "";
  display: block;
  background: url("/store/hikidashi/images/pocket/ico.svg") no-repeat;
}
#about > div p {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.025em;
}
#usage > div {
  margin: 0 auto;
}
#usage > div p {
  letter-spacing: 0.025em;
}
#banner a {
  display: block;
  margin: 0 auto;
}
#banner a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
}
#lineup h4 {
  display: table;
  margin: 0 auto 8px;
  color: #000;
  font-size: 18px;
  line-height: 2;
  text-decoration: underline;
  letter-spacing: 0.025em;
}
.device-pc body.v2 [role="background"] {
  background-image: url("/store/hikidashi/images/pocket/bg_pc.v2.jpg");
}
.device-pc body.v2 #contents > header h2 {
  top: 0;
  left: 0;
  right: inherit;
  -webkit-transform: translate3d(1.34%, 6.22%, 0);
  -moz-transform: translate3d(1.34%, 6.22%, 0);
  -o-transform: translate3d(1.34%, 6.22%, 0);
  -ms-transform: translate3d(1.34%, 6.22%, 0);
  transform: translate3d(1.34%, 6.22%, 0);
}
.device-pc [role="background"] {
  background-image: url("/store/hikidashi/images/pocket/bg_pc.jpg");
}
.device-pc #contents > header {
  height: calc(100vh - 5.6em);
  padding-top: 37.08%;
}
.device-pc #contents > header.start:before {
/* width round(100%*173/1200,2)
          padding-top round(100%*167/1200,2) */
  width: 13%;
  padding-top: 12.55%;
  top: 4.79%;
  left: 2.5%;
}
.device-pc #contents > header h2 {
  background-image: url("/store/hikidashi/en/images/pocket/title_pc.svg");
  width: 49.58%;
  padding-top: 18.75%;
  top: 50%;
  right: 1.67%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.device-pc #contents > div > section:not(#lineup) > h4 {
  min-height: 5.6em;
  padding: 0 2.9em;
  border: 0.1em #1a1a1a solid;
}
.device-pc #contents > div > section:not(#lineup) > h4 span {
  font-size: 18px;
  line-height: 1.56;
}
.device-pc #contents > div > section.sides {
  padding: 10em 0;
}
.device-pc #contents > div > section.sides > div {
  width: 100em;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.device-pc #contents > div > section.sides > div img {
  display: block;
  width: 100%;
}
.device-pc #contents > div > section.sides > div figure {
  width: 100%;
}
.device-pc #contents > div > section.sides > div dl {
  width: 48em;
}
.device-pc #contents > div > section.sides > div dl:nth-of-type(n+3) {
  margin-top: 6em;
}
.device-pc #contents > div > section.sides > div dl dd:nth-child(1) {
  margin-bottom: 0.4em;
}
.device-pc #about {
  width: 80em;
  padding: 7em 0 10em;
}
.device-pc #about h3 {
  font-size: 26px;
  margin-bottom: 1.23em;
}
.device-pc #about h3:after {
  font-size: 10px;
  width: 12.6em;
  height: 10.1em;
  margin: 1.6em auto 0;
}
.device-pc #about img {
  display: block;
  width: 100%;
}
.device-pc #about img + img {
  margin-top: 10em;
}
.device-pc #about > div {
  padding: 7.6em 0 0 0;
}
.device-pc #about > div p + p {
  margin-top: 2.25em;
}
.device-pc #inside {
  background: #d5dddd;
}
.device-pc #outside {
  background: #e7d8ce;
}
.device-pc #usage {
  background: #f7f1d0;
  padding: 9em 0 10em;
}
.device-pc #usage > div {
  width: 80em;
}
.device-pc #usage > div img {
  display: block;
  width: 100%;
  margin-top: 5em;
}
.device-pc #usage > div p {
  font-size: 16px;
  line-height: 1.63;
  margin-top: 0.38em;
}
.device-pc #usage > div p + img {
  margin-top: 9.8em;
}
.device-pc #banner {
  background: #f2f2f2;
  padding: 10em 0;
}
.device-pc #banner a {
  width: 80em;
}
.device-pc #banner a:before {
  padding-top: 29em;
  border-radius: 0.8em;
  background-image: url("/store/hikidashi/en/images/pocket/banner_pc.jpg");
}
.device-pc #banner a > span {
  display: none;
}
.device-pc #lineup {
  padding: 7em 0;
}
.device-pc #lineup h4 {
  padding: 0 0.11em;
}
.device-sp body.v2 [role="background"] {
  background-image: url("/store/hikidashi/images/pocket/bg_sp.v2.jpg");
}
.device-sp [role="background"] {
  background-image: url("/store/hikidashi/images/pocket/bg_sp.jpg");
}
.device-sp #contents > header {
  height: calc(100vh - 56px);
  padding-top: 68.75%;
}
.device-sp #contents > header.start:before {
  width: 27.5%;
  padding-top: 26.56%;
  bottom: 6.85%;
  left: 3.13%;
}
.device-sp #contents > header h2 {
  background-image: url("/store/hikidashi/en/images/pocket/title_sp.svg");
  width: 109.06%;
  padding-top: 57.81%;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, -5.41%, 0);
  -moz-transform: translate3d(-50%, -5.41%, 0);
  -o-transform: translate3d(-50%, -5.41%, 0);
  -ms-transform: translate3d(-50%, -5.41%, 0);
  transform: translate3d(-50%, -5.41%, 0);
}
.device-sp #contents > div > section:not(#lineup) > h4 {
  min-height: 37px;
  padding: 0 17px;
  border: 1px #1a1a1a solid;
}
.device-sp #contents > div > section:not(#lineup) > h4 span {
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.025em;
}
.device-sp #contents > div > section.sides {
  padding: 40px 20px;
}
.device-sp #contents > div > section.sides > div dl + dl {
  margin-top: 35px;
}
.device-sp #contents > div > section.sides > div dl dd:nth-child(1) {
  margin-bottom: 6px;
}
.device-sp #contents > div > section.sides > div dl dd br {
  display: none;
}
.device-sp #about {
  padding: 36px 20px 34px;
}
.device-sp #about h3 {
  font-size: 20px;
  margin-bottom: 18px;
}
.device-sp #about h3:after {
  width: 126px;
  height: 101px;
  margin: 20px auto 0;
}
.device-sp #about img + img {
  margin-top: 30px;
}
.device-sp #about > div {
  padding-top: 26px;
}
.device-sp #about > div p + p {
  margin-top: 26px;
}
.device-sp #usage {
  padding: 40px 20px 46px;
}
.device-sp #usage > div img {
  margin-top: 30px;
}
.device-sp #usage > div p {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 4px;
}
.device-sp #usage > div p + img {
  margin-top: 54px;
}
.device-sp #usage > div p br {
  display: none;
}
.device-sp #banner {
  padding: 30px 20px;
}
.device-sp #banner a {
  color: #1a1a1a;
}
.device-sp #banner a:before {
  padding-top: 50%;
  border-radius: 3px;
  background-image: url("/store/hikidashi/en/images/pocket/banner_sp.jpg");
}
.device-sp #banner a > span {
  margin-top: 6px;
  display: block;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.02em;
}
.device-sp #lineup {
  padding: 72px 0 30px;
}
.device-sp #lineup h4 {
  padding: 0 2px;
}
