html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'Shuei Nijimi Go Gin B';
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 2;
  color: #231815;
}

body::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(/store/haramaki/2022_winter/img/towelin/bg-mv.jpg) top center no-repeat;
  background-size: cover;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: .8;
}

img {
  width: 100%;
  vertical-align: bottom;
}

ul, li {
  list-style: none;
}

.pc {
  display: block;
}

.pc-inline {
  display: inline-block;
}

.sp {
  display: none;
}

.wrap {
  overflow: hidden;
  transition: 1s;
}

.wrap.dark {
  background-color: rgba(0, 0, 0, 0.6);
}

.mv {
  position: relative;
  height: 100vh;
}

.mv img {
  position: absolute;
  left: 62.5%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 360px;
  transition: 3s;
  transition-delay: 1.3s;
  opacity: 0;
}

.mv img.active {
  opacity: 1;
}

.act-ttl {
  max-width: 960px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 15px;
  margin: auto;
  background-color: transparent;
  z-index: 1;
  display: none;
}

.act-ttl.act1over {
  background-color: #1C1F28;
}

.act-ttl-logo img {
  display: none;
  height: 21px;
  width: auto;
}

.act-ttl-logo img.active {
  display: block;
}

.act-ttl-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.act-ttl-txt img {
  display: none;
  height: 21px;
  width: auto;
}

.act-ttl-txt img.active {
  display: block;
}

.yodogawa {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.actWrap {
  background-color: #000;
}

.act {
  max-width: 960px;
  margin: 150px auto 0;
}

.act > div {
  position: relative;
}

.act > div p {
  position: absolute;
}

.act > div p.last {
  top: 50%;
  right: 7.5%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 1.6;
}

.act > div p.last span {
  display: block;
  margin: 10px 0;
}

.act > div p.last small {
  font-size: 90%;
}

.act > div p.last a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 35px;
  background-color: #181718;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  margin: 16px auto 0;
}

.act--1 {
  margin-top: 0;
}

.act--1 > div:nth-of-type(1) p {
  left: 5%;
  top: 24%;
}

.act--1 > div:nth-of-type(2) p {
  left: 51%;
  top: 8%;
  transform: translateX(-50%);
}

.act--1 > div:nth-of-type(4) p {
  left: 9%;
  top: 25%;
}

.act--2 {
  color: #00B7F1;
}

.act--2 > div:nth-of-type(1) p {
  left: 15%;
  top: 40%;
}

.act--2 > div:nth-of-type(2) p {
  left: 15%;
  top: 33%;
}

.act--2 > div:nth-of-type(3) p {
  color: #fff;
  background-color: rgba(0, 183, 241, 0.7);
  left: 7%;
  bottom: 10%;
  padding: 10px 15px;
}

.act--2 > div:nth-of-type(4) p {
  left: 10%;
  top: 31%;
}

.act--2 > div:nth-of-type(5) {
  color: #fff;
}

.act--3 {
  color: #FFB4B4;
}

.act--3 > div:nth-of-type(1) p {
  left: 50%;
  top: 46%;
  transform: translateX(-50%);
}

.act--3 > div:nth-of-type(2) p {
  left: 4%;
  top: 28%;
}

.act--3 > div:nth-of-type(3) p {
  left: 64%;
}

.act--3 > div:nth-of-type(3) p:nth-of-type(1) {
  top: 20%;
}

.act--3 > div:nth-of-type(3) p:nth-of-type(2) {
  top: 41%;
}

.act--3 > div:nth-of-type(4) {
  color: #fff;
}

.act--4 {
  color: #68849E;
}

.act--4 > div:nth-of-type(1) p:nth-of-type(1) {
  left: 7.5%;
  top: 34%;
}

.act--4 > div:nth-of-type(1) p:nth-of-type(2) {
  right: 3%;
  bottom: 10%;
}

.act--4 > div:nth-of-type(1) p:nth-of-type(2) span:nth-of-type(1) {
  color: #fff;
}

.act--4 > div:nth-of-type(2) p {
  left: 6%;
  top: 29%;
}

.act--4 > div:nth-of-type(3) p {
  right: 4%;
  top: 19%;
}

.act--4 > div:nth-of-type(4) p:nth-of-type(1) {
  color: #fff;
  right: 16%;
  top: 19%;
}

.act--4 > div:nth-of-type(4) p:nth-of-type(2) {
  left: 6.5%;
  right: initial;
  top: 45%;
}

.act--5 {
  color: #fff;
}

.act--5 > div:nth-of-type(1) p {
  right: 4%;
  top: 30%;
}

.act--5 > div:nth-of-type(2) p {
  left: 7%;
  top: 41%;
}

.act--5 > div:nth-of-type(3) p {
  right: 5.5%;
  top: 27%;
}

.act--5 > div:nth-of-type(4) p:nth-of-type(1) {
  right: 54%;
}

.act--5 > div:nth-of-type(4) p:nth-of-type(2) {
  left: 54%;
  right: initial;
}

.staff {
  min-height: 105vh;
  padding: 70px 0 40px;
  color: #fff;
  background-image: url(/store/haramaki/2022_winter/img/towelin/bg-staff.jpg?v2);
  background-size: cover;
  background-position: top center;
}

.staff .btns {
  max-width: 230px;
  margin: 60px auto;
}

.staff .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  background-color: rgba(37, 43, 63, 0.7);
  border-radius: 100px;
  height: 40px;
  width: 230px;
  color: #fff;
}

.staff .bnr {
  display: block;
  max-width: 360px;
  margin: auto;
}

.staff-member .ttl {
  max-width: 51px;
  margin: 0 auto 15px;
}

.staff-member .table {
  display: flex;
}

.staff-member .table .left {
  width: 50%;
  text-align: right;
  padding-right: 30px;
}

.staff-member .table .right {
  width: 50%;
  padding-left: 35px;
}

.share {
  display: flex;
  justify-content: space-between;
  width: 153px;
  margin: 60px auto 25px;
}

.share div.twitter {
  width: 33.98px;
}

.share div.facebook {
  width: 27.97px;
}

.share div.line {
  width: 30.82px;
}

.send {
  text-align: center;
}

.send a {
  color: #fff;
}

.end {
  position: relative;
  min-height: 111vh;
  background-image: url(/store/haramaki/2022_winter/img/towelin/bg-end.jpg);
  background-size: cover;
  background-position: bottom center;
}

.end-logo {
  position: absolute;
  bottom: 14%;
  left: 50.8%;
  transform: translateX(-50%);
  width: 87px;
}

footer {
  background-color: #fff;
  text-align: center;
  padding: 40px 0;
}

.footer-inner a {
  color: #231815;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  body::before {
    background: url(/store/haramaki/2022_winter/img/towelin/bg-mv-sp.jpg) top center no-repeat;
    background-size: cover;
  }
  .mv img {
    left: 54%;
    transform: translateX(-50%);
    top: initial;
    bottom: 13%;
  }
  .yodogawa {
    padding: 0 15px;
    line-height: 2.14;
  }
  .act-ttl {
    padding: 17px 15px;
  }
  .act-ttl-logo img {
    height: 16px;
  }
  .act-ttl-txt img {
    height: 17px;
  }
  .act {
    margin-top: 100px;
  }
  .act > div p {
    font-size: 4.1vw;
  }
  .act > div p.last {
    right: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .act--1 {
    margin-top: 0;
  }
  .act--1 > div:nth-of-type(1) p {
    left: 3%;
    top: 56%;
  }
  .act--1 > div:nth-of-type(2) p {
    transform: initial;
    top: initial;
    left: 0;
    bottom: 14.5%;
    width: 100%;
    padding: 3vw 7vw;
    background-color: rgba(253, 254, 249, 0.7);
  }
  .act--1 > div:nth-of-type(3) p {
    left: 8%;
    top: 10%;
  }
  .act--1 > div:nth-of-type(4) p {
    left: 4%;
    top: 8%;
  }
  .act--2 > div:nth-of-type(1) p {
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
  }
  .act--2 > div:nth-of-type(2) p {
    left: 11%;
    top: 17%;
  }
  .act--2 > div:nth-of-type(3) p {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    padding: 2vw 3vw;
  }
  .act--2 > div:nth-of-type(4) p {
    left: 7%;
    top: 13%;
  }
  .act--3 > div:nth-of-type(1) p {
    width: 93%;
    top: 44%;
  }
  .act--3 > div:nth-of-type(2) p {
    top: initial;
    bottom: 10%;
    left: 10%;
  }
  .act--3 > div:nth-of-type(3) p:nth-of-type(1) {
    top: 4%;
    left: 8%;
  }
  .act--3 > div:nth-of-type(3) p:nth-of-type(2) {
    left: 8%;
    top: initial;
    bottom: 18%;
  }
  .act--4 > div:nth-of-type(1) p:nth-of-type(1) {
    width: 60%;
    left: 8%;
    top: 6%;
  }
  .act--4 > div:nth-of-type(1) p:nth-of-type(2) {
    right: initial;
    left: 8%;
    bottom: 3%;
  }
  .act--4 > div:nth-of-type(2) p {
    top: initial;
    left: 6%;
    bottom: 8%;
  }
  .act--4 > div:nth-of-type(3) p {
    right: initial;
    left: 8%;
    top: 13%;
  }
  .act--4 > div:nth-of-type(4) p:nth-of-type(1) {
    color: #fff;
    left: 17%;
    top: 12.5%;
    right: initial;
  }
  .act--4 > div:nth-of-type(4) p:nth-of-type(2) {
    color: #fff;
    right: initial;
    left: 50%;
    top: initial;
    transform: translateX(-50%);
    bottom: 8%;
  }
  .act--5 > div:nth-of-type(1) p {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    top: initial;
    bottom: 22%;
  }
  .act--5 > div:nth-of-type(2) p {
    top: 54%;
  }
  .act--5 > div:nth-of-type(3) p {
    right: initial;
    left: 9%;
    top: 46%;
  }
  .act--5 > div:nth-of-type(4) p:nth-of-type(1) {
    top: 27%;
    width: 100%;
  }
  .act--5 > div:nth-of-type(4) p:nth-of-type(2) {
    top: 71%;
    left: 50%;
    width: 100%;
  }
  .staff {
    background-image: url(/store/haramaki/2022_winter/img/towelin/bg-staff-sp.jpg);
    padding: 20px 15px;
  }
  .staff .btns {
    margin: 50px auto 60px;
  }
  .staff .btns a {
    margin-top: 20px;
  }
  .staff-member .ttl {
    margin-bottom: 20px;
  }
  .send a {
    color: #231815;
  }
  .end {
    background-image: url(/store/haramaki/2022_winter/img/towelin/bg-end-sp.jpg);
    min-height: 173vw;
  }
  footer {
    padding: 30px 0;
  }
  .footer-inner {
    margin-top: 20px;
    font-size: 13px;
    padding: 0 15px;
  }
  .share {
    margin: 0 auto 20px;
  }
}
