@charset "UTF-8";
html {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 1.8;
  color: #555;
  background: #fff;
}

body {
  position: relative;
  overflow-x: hidden;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

p {
  font-size: min(0.8vw, 12px);
}

.small {
  font-size: 0.83em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

main.main {
  overflow-x: hidden;
  width: 100%;
}
main > .swiper {
  margin: 1em auto 0;
  width: 475px;
}

/* フェードイン表示 */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in.active {
  opacity: 1;
}

.fade-in01 {
  transition-delay: 1s;
}

.fade-in02 {
  transition-delay: 0.3s;
}

.fade-in03 {
  transition-delay: 0.45s;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-left {
  transform: translate(-30px, 0);
}

.fade-in-right {
  transform: translate(80px, 0);
}

.scrollFx {
  clip-path: inset(0 100% 0 0);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: clip-path;
  transition-duration: 1.5s;
  transition-timing-function: linear;
}
.scrollFx.active {
  clip-path: inset(-70px 0 -70px 0);
}

/* fadeIn */
.fadeIn01,
.fadeIn02,
.fadeIn03,
.fadeUp01,
.fadeUp02,
.fadeUp03,
.fadeDown01,
.fade-in-left,
.fade-in-right {
  opacity: 0;
}

.fadeIn01.active {
  animation: fadeIn 1.5s ease 0.2s forwards;
}

.fadeIn02.active {
  animation: fadeIn 1.5s ease 0.7s forwards;
}

.fadeIn03.active {
  animation: fadeIn 1.5s ease 1.2s forwards;
}

.fadeUp01,
.fadeUp02,
.fadeUp03 {
  transform: translateY(40px);
}

.fadeDown01 {
  transform: translateY(-40px);
}

.fadeUp01.active {
  animation: fadeUp 1.3s ease 0.5s forwards;
}

.fadeUp02.active {
  animation: fadeUp 1.3s ease 1s forwards;
}

.fadeUp03.active {
  animation: fadeUp 1.3s ease 1.5s forwards;
}

.fadeDown01.active {
  animation: fadeDown 1.3s ease 0.5s forwards;
}

.fade-in-left.active {
  animation: fadeLeft 1.5s ease 0.5s forwards;
}

.fade-in-right.active {
  animation: fadeRight 1.5s ease 0.5s forwards;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
section ul li[class^=img] a {
  overflow: hidden;
}
section ul li[class^=img] a img {
  height: auto;
  transition: transform 0.6s ease;
}
section ul li[class^=img]:hover a img {
  transform: scale(1.1);
}

header.header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.556vw;
}
header.header .logo {
  width: 34.722vw;
  max-width: 500px;
  margin: auto;
}

.fv {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto 10em;
  width: 80%;
}
.fv h2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  font-family: benton-modern-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(7rem, 90px);
  color: #fff;
  font-weight: 100;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 0.5;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}
.fv h2 em {
  font-size: 35%;
  font-style: normal;
}
.fv + .mov {
  width: 80%;
  max-width: 1440px;
}

main {
  position: relative;
  padding-bottom: 3rem;
  background: #fff;
}

.c-inner,
.c-inner_s {
  position: relative;
  margin: auto;
  width: 89.712vw;
  max-width: 1440px;
}

.c-inner_s {
  width: 62.3vw;
  max-width: 1000px;
}

nav {
  margin: 10rem auto 5rem;
  width: 89.712vw;
  max-width: 940px;
  font-family: benton-modern-display, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
}
nav h2 {
  margin-bottom: 1em;
  font-weight: 700;
  font-size: min(2.4vw, 35px);
  letter-spacing: 0.1em;
  line-height: 1.2;
}
nav h2 small {
  font-size: 0.8em;
  font-weight: 400;
}
nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
nav ul li {
  position: relative;
  z-index: 0;
  margin: 0 0 5em;
  list-style: none;
  width: 30%;
  height: 25rem;
}
nav ul li em {
  position: relative;
  display: block;
  font-size: min(1.8vw, 25px);
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  text-align: center;
  letter-spacing: 0.1em;
}
nav ul li em::after {
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  content: "";
  width: 36px;
  height: 1px;
  background: #000;
}
nav ul li a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
nav ul li:after {
  position: absolute;
  content: "";
  z-index: -1;
  inset: 0;
  opacity: 0;
  transition: all 1.4s ease;
}
nav ul li:hover:after {
  opacity: 1;
}
nav ul li:nth-child(1) {
  background: url(/cms/img/acurez/2025AW/nav01_1.webp) center;
  background-size: cover;
}
nav ul li:nth-child(1):after {
  background: url(/cms/img/acurez/2025AW/nav01_2.webp);
  background-size: cover;
}
nav ul li:nth-child(2) {
  margin-right: 3.5em;
  margin-left: 3.5em;
  background: url(/cms/img/acurez/2025AW/nav02_1.webp) center;
  background-size: cover;
}
nav ul li:nth-child(2):after {
  background: url(/cms/img/acurez/2025AW/nav02_2.webp);
  background-size: cover;
}
nav ul li:nth-child(3) {
  background: url(/cms/img/acurez/2025AW/nav03_1.webp) center;
  background-size: cover;
}
nav ul li:nth-child(3):after {
  background: url(/cms/img/acurez/2025AW/nav03_2.webp);
  background-size: cover;
}
nav ul li:nth-child(4) {
  margin-right: 3.5em;
  background: url(/cms/img/acurez/2025AW/nav04_1.webp) center;
  background-size: cover;
}
nav ul li:nth-child(4):after {
  background: url(/cms/img/acurez/2025AW/nav04_2.webp);
  background-size: cover;
}
nav ul li:nth-child(5) {
  background: url(/cms/img/acurez/2025AW/nav05_1.webp) center;
  background-size: cover;
}
nav ul li:nth-child(5):after {
  background: url(/cms/img/acurez/2025AW/nav05_2.webp);
  background-size: cover;
}
nav ul li:nth-child(n+3) em {
  color: #fff;
}

.cat {
  text-align: center;
}
.cat h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 0.8em;
  font-size: min(4.7rem, 75px);
  font-family: benton-modern-display, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  border-top: 1px solid;
}

.in_img {
  display: flex;
  justify-content: center;
  margin-bottom: 15rem;
}
.in_img02 {
  margin-bottom: 20rem;
  align-items: flex-end;
}
.in_img02 figure:nth-child(1) {
  position: relative;
  z-index: 2;
  margin-bottom: -5rem;
  margin-right: -6rem;
}
.in_img03 {
  margin-left: 0;
}

.mov {
  position: relative;
  z-index: 3;
  margin: auto;
  width: 62.3vw;
  max-width: 1000px;
}

.hacobune-univideo .hacobune-app-container {
  margin: auto !important;
  padding: 0 !important;
  width: 100% !important;
}
.hacobune-univideo .hacobune-app-container .hacobune-unit-video {
  margin: 0 !important;
}

.hacobune-unit-video-outline {
  display: none !important;
}

section {
  position: relative;
  margin-bottom: 10vw;
}
section h3 {
  position: relative;
  z-index: 5;
  display: inline-flex;
  flex-direction: column;
  font-optical-sizing: auto;
  font-size: min(6vw, 80px);
  font-family: benton-modern-display, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.05em;
}
section a {
  display: inline-block;
  margin-top: 0.5em;
  color: #555;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1rem;
  transition: all 0.5s ease 0s;
}
section a:hover {
  text-decoration: underline;
}
section .logo {
  position: absolute;
  z-index: 5;
  display: inline-block;
  font-family: "adventures-unlimited", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: min(3.5rem, 50px);
  letter-spacing: 0.3rem;
  line-height: 1rem;
  mix-blend-mode: multiply;
}
section ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
  width: 100%;
  list-style: none;
}
section ul li .txt {
  margin-top: 1.5rem;
}
section .bg {
  position: absolute;
  top: 0;
  z-index: 0;
}
section .goretex {
  margin-top: 1rem;
  width: 80px;
}
section.product01 {
  position: relative;
}
section.product01 h3 {
  position: absolute;
  top: 18rem;
  right: 29%;
}
section.product01 .logo {
  position: absolute;
  bottom: 33%;
  left: 18%;
}
section.product01 ul {
  justify-content: space-between;
  align-items: center;
  padding: 8em 0;
}
section.product01 li {
  position: relative;
}
section.product01 li.img01 {
  margin-top: -8rem;
  margin-bottom: auto;
  width: 27.8%;
  max-width: 400px;
}
section.product01 li.img02 {
  width: 35%;
  max-width: 600px;
}
section.product01 li.img03 {
  margin-top: auto;
  margin-bottom: -8rem;
  width: 27.8%;
  max-width: 400px;
}
section.product02 h3 {
  position: absolute;
  top: -4rem;
  left: 33%;
}
section.product02 .logo {
  writing-mode: vertical-rl;
  top: 20%;
  right: 29%;
}
section.product02 .txt {
  width: 80%;
}
section.product02 li.img01 {
  margin: 0 30% 3rem;
  width: 38%;
  max-width: 550px;
}
section.product02 li.img02 {
  margin-right: 1.5rem;
  width: 30%;
  max-width: 470px;
}
section.product02 li.img03 {
  margin-left: 1.5rem;
  width: 30%;
  max-width: 470px;
}
section.product03 .swiper {
  margin-bottom: 3rem;
}
section.product03 h3 {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%);
}
section.product03 .logo {
  position: absolute;
  bottom: 7.5rem;
  right: 30rem;
}
section.product04 h3 {
  position: absolute;
  top: -2.5rem;
  left: -3rem;
}
section.product04 .logo {
  writing-mode: vertical-rl;
  top: 5rem;
  left: 56%;
}
section.product04 ul {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  grid-template-rows: auto auto;
  grid-template-areas: "left-top right" "left-bottom right";
  gap: 2.5rem;
}
section.product04 li.img01 {
  grid-area: left-top;
  margin-right: 20%;
}
section.product04 li.img02 {
  grid-area: right;
}
section.product04 li.img03 {
  grid-area: left-bottom;
  margin-left: 10rem;
}
section.product05 h3 {
  position: absolute;
  top: -2rem;
  right: 3rem;
}
section.product05 .logo {
  left: 39%;
  top: 5%;
  writing-mode: vertical-rl;
}
section.product05 ul {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "left right-top" "left right-bottom";
  gap: 2.5rem;
}
section.product05 li.img01 {
  grid-area: left;
  margin-top: 10rem;
}
section.product05 li.img02 {
  grid-area: right-top;
}
section.product05 li.img03 {
  grid-area: right-bottom;
}
section.product06 h3 {
  top: -1rem;
  left: 30%;
}
section.product06 .logo {
  writing-mode: vertical-rl;
  top: 30%;
  right: 0;
}
section.product06 .c-inner_s {
  z-index: 1;
}
section.product06 .bg {
  overflow: hidden;
  margin-top: 2%;
  width: 60%;
  height: 890px;
}
section.product06 ul {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "left-top right" "left-bottom right";
  gap: 2.5rem;
}
section.product06 li.img01 {
  grid-area: left-top;
}
section.product06 li.img02 {
  grid-area: left-bottom;
  margin-left: 14%;
}
section.product06 li.img03 {
  margin-top: 10rem;
  grid-area: right;
}
section.product06 li .txt {
  margin-top: 9rem;
}
section.product07 h3 {
  position: absolute;
  top: 4rem;
  right: 23%;
}
section.product07 .img03 {
  margin-top: -4rem;
}
section.product07 li .logo {
  bottom: 13%;
  right: 2%;
  writing-mode: vertical-rl;
}
section.product07 li.img01 {
  margin-right: 1.5rem;
  width: 44%;
  max-width: 440px;
}
section.product07 li.img02 {
  margin-top: 7rem;
  margin-left: 1.5rem;
  width: 44%;
  max-width: 440px;
}
section.product08 h3 {
  top: 8rem;
  left: 50%;
  transform: translate(-50%);
}
section.product08 .logo {
  top: -0.5rem;
  left: 15%;
}
section.product08 .txt {
  margin: 2rem auto 0;
  width: 500px;
}
section.product08 ul {
  margin-bottom: 7rem;
  align-items: center;
}
section.product08 li.img01 {
  width: 30%;
}
section.product08 li.img02 {
  margin: 8rem 5% 0;
  width: 30%;
}
section.product08 li.img03 {
  width: 30%;
}
section.product09 h3 {
  position: absolute;
  top: 20%;
  left: -4rem;
}
section.product09 .logo {
  right: -1rem;
  top: 10%;
  writing-mode: vertical-rl;
}
section.product09 ul {
  align-items: center;
}
section.product09 li {
  z-index: 1;
}
section.product09 li.img01 {
  position: relative;
  margin: 0 30%;
  width: 100%;
  max-width: 540px;
}
section.product09 li.img02 {
  margin-top: 10rem;
  width: 46%;
  max-width: 467px;
}
section.product09 li.img03 {
  margin-top: 2rem;
  width: 50%;
  max-width: 500px;
}
section.product09 li .goretex {
  position: relative;
  z-index: 3;
  margin-top: -3rem;
  margin-left: 2rem;
}
section.product09 li .txt {
  margin-left: 2rem;
}
section.product10 h3 {
  position: absolute;
  top: 1rem;
  right: 23%;
}
section.product10 .logo {
  bottom: 11rem;
  right: 0;
  writing-mode: vertical-rl;
}
section.product10 .goretex {
  position: absolute;
  z-index: 2;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
}
section.product10 .bg {
  z-index: 1;
  width: 430px;
  max-width: 30%;
}
section.product10 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "left right-top" "left right-bottom";
  gap: 1.5rem;
  width: 62.3vw;
  max-width: 1000px;
}
section.product10 li.img01 {
  z-index: 2;
  margin-top: 10rem;
  grid-area: left;
}
section.product10 li.img02 {
  margin-top: 5rem;
  grid-area: right-top;
}
section.product10 li.img03 {
  grid-area: right-bottom;
}
section.product11 h3 {
  top: 0.5em;
  left: 30%;
}
section.product11 .logo {
  top: 30%;
  left: 50%;
  transform: translate(-50%);
  writing-mode: vertical-rl;
}
section.product11 .goretex {
  position: absolute;
  left: 46%;
  bottom: 7rem;
}
section.product11 .txt {
  margin-left: 10%;
}
section.product11 .bg {
  overflow: hidden;
  top: 20%;
  height: 1000px;
}
section.product11 .c-inner_s {
  z-index: 2;
}
section.product11 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "left-top right" "left-bottom right";
  gap: 1.5rem;
  margin-top: 5rem;
}
section.product11 li.img01 {
  grid-area: left-top;
  margin-left: 20%;
}
section.product11 li.img02 {
  z-index: 3;
  grid-area: right;
  margin-top: 5rem;
}
section.product11 li.img03 {
  grid-area: left-bottom;
}
section.product12 h3 {
  position: absolute;
  top: -3rem;
  right: 3rem;
}
section.product12 .logo {
  top: 10rem;
  left: 5rem;
}
section.product12 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "left right-top" "left right-bottom";
  gap: 1.5rem;
}
section.product12 li.img01 {
  grid-area: left;
  margin-top: 10rem;
}
section.product12 li.img02 {
  grid-area: right-top;
}
section.product12 li.img03 {
  grid-area: right-bottom;
}

footer.footer {
  position: relative;
  margin: 0 auto 3em;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: min(1.8vw, 27px);
  text-align: center;
  background-color: #fff;
}
footer.footer .c-inner_s {
  display: flex;
  justify-content: center;
}
footer.footer a {
  display: block;
  padding: 1em 0;
  width: 45%;
  color: #333;
  text-decoration: none;
  line-height: 1;
  background: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  transition: all 0.5s;
}
footer.footer a:hover {
  color: #999;
}
footer.footer a i {
  margin-right: 1rem;
  font-size: 1.5rem;
}

.pagelink {
  position: sticky;
  bottom: 2em;
  z-index: 100;
}

.topbtn,
.indexbtn {
  position: absolute;
  bottom: 4em;
  right: -1rem;
  display: inline-block;
  width: 10rem;
  transform: rotate(90deg);
  color: #555;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: min(1.8vw, 17px);
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: all 0.5s;
}
.topbtn:hover,
.indexbtn:hover {
  opacity: 0.4;
}
.topbtn:after,
.indexbtn:after {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #000;
  transform: translateY(-50%);
}

.indexbtn {
  bottom: 13em;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

/* iPad */
@media screen and (max-width: 1024px) {
  header.header {
    height: 50px;
  }
  header.header .logo img {
    margin-top: 0.5em;
  }
  .fv {
    width: 100%;
  }
  .fv h2 {
    font-weight: 400;
  }
  .fv + .mov {
    width: 90%;
  }
  .c-inner,
  .c-inner_s {
    width: 90vw;
  }
  .c-inner_s {
    width: 80vw;
  }
  p {
    font-size: 1vw;
  }
  nav {
    margin: 5rem auto;
    width: 90%;
  }
  nav h2 {
    font-weight: 400;
  }
  nav ul li:nth-child(2) {
    margin-right: 2rem;
    margin-left: 2rem;
  }
  nav ul li em {
    margin-bottom: 1rem;
    font-size: min(2.2vw, 25px);
    font-weight: 400;
    line-height: 1.2;
  }
  nav ul li em::after {
    bottom: -1.2em;
  }
  .cat h3 {
    font-weight: 300;
  }
  .mov {
    width: 80%;
  }
  section ul li[class^=img]:hover a img {
    transform: none;
  }
  section h3 {
    font-size: 5em;
    font-weight: 300;
  }
  section .logo {
    font-size: 4vw;
  }
  section.product10 h3 {
    top: 3rem;
    right: 19%;
  }
  section.product10 .logo {
    bottom: 21rem;
    writing-mode: horizontal-tb;
  }
  section.product10 .txt {
    width: 90%;
  }
  .topbtn,
  .indexbtn {
    right: 0;
    width: 8.7rem;
  }
}
/* SP */
@media screen and (max-width: 780px) {
  .fadeIn01,
  .fadeIn02,
  .fadeIn03 {
    transition-delay: 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  p {
    font-size: 0.95em;
  }
  .small {
    font-size: 2.67vw;
  }
  main.main a {
    font-size: 3.2vw;
  }
  header.header {
    width: 100%;
    height: 4rem;
  }
  header.header .logo {
    width: 69.33vw;
    max-width: 69.33vw;
  }
  header.header .logo img {
    vertical-align: baseline;
  }
  .fv {
    margin-bottom: 0;
    width: 100%;
  }
  .fv h2 {
    top: auto;
    bottom: 4rem;
    width: 80%;
    font-size: 15vw;
    letter-spacing: 0.03em;
  }
  .fv + .mov {
    width: 100%;
  }
  nav {
    margin-top: 6rem;
    width: 90vw;
    max-width: 100vw;
  }
  nav h2 {
    font-size: min(5vw, 35px);
    line-height: 1.5;
  }
  nav ul {
    justify-content: space-between;
  }
  nav ul li {
    margin: 0 0 3em;
    padding-bottom: 0.3rem;
    width: 30%;
    height: 15rem;
  }
  nav ul li em {
    font-size: min(3vw, 25px);
  }
  nav ul li em:after {
    bottom: -1em;
    width: 18px;
  }
  nav ul li:nth-child(2) {
    margin: 0 auto;
  }
  nav ul li:nth-child(4) {
    margin: 0 1.7em 0 0;
  }
  nav ul li:nth-child(5) {
    margin-right: auto;
  }
  nav ul li::after {
    content: none;
  }
  .cat h3 {
    font-size: min(10vw, 90px);
  }
  .in_img.c-inner, .in_img.c-inner_s {
    width: 100%;
  }
  .in_img03 {
    margin-left: 0;
  }
  .mov {
    width: 90%;
    aspect-ratio: 9/16;
  }
  section {
    margin-bottom: 30vw;
  }
  section h3 {
    font-size: min(4rem, 40px);
  }
  section h3:after {
    margin: 0.2em auto 0;
  }
  section .c-inner,
  section .c-inner_s {
    width: 100vw;
  }
  section .logo {
    font-size: min(9vw, 35px);
  }
  section .txt {
    margin: 1em auto 0;
    width: 90vw !important;
    max-width: 100% !important;
  }
  section ul:not(section.product08 ul) {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right-top" "right-bottom";
    gap: 0 !important;
  }
  section .goretex {
    margin-top: 1em;
    width: 100px;
  }
  section.product01 h3 {
    top: 0;
    right: 2rem;
  }
  section.product01 .logo {
    top: 5rem;
    right: 8rem;
    bottom: auto;
    left: auto;
    writing-mode: vertical-rl;
  }
  section.product01 ul {
    padding: 0 0 8rem;
  }
  section.product01 .txt {
    position: absolute;
    bottom: 0;
  }
  section.product01 li.img01 {
    margin-top: 0;
    margin-right: auto;
    width: 40%;
    z-index: 3;
  }
  section.product01 li.img02 {
    position: static;
    margin-top: -3rem;
    width: 80%;
    z-index: 2;
  }
  section.product01 li.img03 {
    margin-top: -3rem;
    margin-left: auto;
    margin-bottom: 0;
    width: 40%;
    z-index: 1;
  }
  section.product02 h3 {
    top: -1.5rem;
    left: 4rem;
  }
  section.product02 .logo {
    top: auto;
    right: auto;
    left: 45%;
    bottom: 10rem;
  }
  section.product02 .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  section.product02 ul {
    margin: auto;
    padding-bottom: 9rem;
    width: 90%;
  }
  section.product02 li.img01 {
    margin: 0;
    width: 100%;
  }
  section.product02 li.img02 {
    margin: 1rem auto 1rem 0;
    width: 70%;
  }
  section.product02 li.img03 {
    margin-left: auto;
    width: 50%;
  }
  section.product03 .swiper {
    margin-bottom: 1rem;
  }
  section.product03 h3 {
    top: -2rem;
    left: 80%;
    transform: none;
  }
  section.product03 .logo {
    writing-mode: vertical-rl;
    bottom: 7.5rem;
    right: 2rem;
  }
  section.product04 h3 {
    top: 8%;
    left: auto;
    right: 22%;
  }
  section.product04 .logo {
    writing-mode: horizontal-tb;
    top: 23%;
    left: 0;
    width: 100%;
    text-align: center;
  }
  section.product04 .txt {
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  section.product04 ul {
    display: flex;
    padding-bottom: 7rem;
  }
  section.product04 li.img01 {
    margin-right: auto;
    width: 70%;
  }
  section.product04 li.img02 {
    position: static;
    margin: 1rem auto;
    width: 80%;
  }
  section.product04 li.img03 {
    margin-left: auto;
    width: 70%;
  }
  section.product05 h3 {
    top: 2rem;
    right: 3rem;
  }
  section.product05 .logo {
    left: 18%;
    top: 40%;
  }
  section.product05 .txt {
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  section.product05 ul {
    display: flex;
    padding-bottom: 10rem;
  }
  section.product05 li.img01 {
    margin-top: 0;
    width: 50%;
  }
  section.product05 li.img02 {
    margin: -6rem 0 1rem auto;
    width: 80%;
  }
  section.product05 li.img03 {
    margin-left: auto;
    width: 80%;
  }
  section.product06 h3 {
    left: 15%;
  }
  section.product06 .logo {
    writing-mode: vertical-rl;
    top: 30%;
    right: 7%;
  }
  section.product06 .c-inner_s {
    z-index: 1;
  }
  section.product06 .txt {
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  section.product06 .bg {
    width: 90%;
    height: auto;
  }
  section.product06 ul {
    display: flex;
    padding-bottom: 10rem;
  }
  section.product06 li.img01 {
    margin: auto;
    width: 70%;
  }
  section.product06 li.img02 {
    margin: 1rem auto 1rem 0;
    width: 60%;
  }
  section.product06 li.img03 {
    margin: auto;
    width: 60%;
  }
  section.product06 li .txt {
    margin-top: 2rem;
  }
  section.product07 {
    padding-bottom: 9rem;
  }
  section.product07 h3 {
    top: -1rem;
    right: 10%;
  }
  section.product07 .txt {
    position: absolute;
    bottom: 0;
  }
  section.product07 .img03 {
    position: relative;
    top: -2rem;
    overflow: hidden;
  }
  section.product07 .img03 img {
    margin-left: -7rem;
    width: 200%;
  }
  section.product07 ul,
  section.product07 .c-inner_s {
    position: static;
  }
  section.product07 li .logo {
    bottom: 23%;
    right: auto;
    left: -4%;
  }
  section.product07 li.img01 {
    margin: auto;
    width: 90%;
  }
  section.product07 li.img02 {
    margin: 1rem 5% 0 auto;
    width: 55%;
    z-index: 2;
  }
  section.product08 h3 {
    top: 2rem;
    left: 3rem;
    transform: none;
  }
  section.product08 .logo {
    top: -0.5rem;
    left: 3rem;
  }
  section.product08 .txt {
    margin: 2rem auto 0;
    width: 500px;
  }
  section.product08 ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "left-top right" "left-bottom right";
    gap: 1rem;
    margin: 0 auto 3rem;
    width: 90%;
  }
  section.product08 li.img01 {
    grid-area: left-top;
    width: 100%;
  }
  section.product08 li.img02 {
    grid-area: right;
    width: 100%;
  }
  section.product08 li.img03 {
    grid-area: left-bottom;
    width: 100%;
  }
  section.product09 h3 {
    top: -2rem;
    left: auto;
    right: 4rem;
  }
  section.product09 .logo {
    right: 8.5rem;
    top: 50%;
    transform: translate(-50%);
  }
  section.product09 ul {
    padding-bottom: 13rem;
  }
  section.product09 li {
    position: static !important;
  }
  section.product09 li.img01 {
    z-index: 2;
    margin: auto;
    width: 90%;
  }
  section.product09 li.img02 {
    margin: 1rem auto 1rem 0;
    width: 70%;
  }
  section.product09 li.img03 {
    margin-left: auto;
    width: 70%;
  }
  section.product09 li .goretex {
    margin-top: -10rem;
    margin-left: -6rem;
  }
  section.product09 li .txt {
    position: absolute;
    left: 5%;
    bottom: 0;
    margin: 0;
  }
  section.product10 h3 {
    top: -2rem;
    right: auto;
    left: 5rem;
  }
  section.product10 .logo {
    bottom: 30%;
    right: 28%;
    writing-mode: vertical-rl;
  }
  section.product10 .goretex {
    left: 65%;
    bottom: auto;
    top: 42%;
    transform: none;
  }
  section.product10 .txt {
    position: absolute;
    left: 5%;
    bottom: 0;
    width: 100%;
  }
  section.product10 .bg {
    width: 100%;
    max-width: 100%;
  }
  section.product10 ul {
    padding-bottom: 8rem;
    width: 100%;
  }
  section.product10 li.img01 {
    margin: 2rem 0 0 auto;
    width: 80%;
  }
  section.product10 li.img02 {
    margin: 1rem 0;
    width: 70%;
  }
  section.product10 li.img03 {
    margin-left: auto;
    width: 70%;
  }
  section.product11 h3 {
    position: absolute;
    top: -2rem;
    left: auto;
    right: 4rem;
  }
  section.product11 .logo {
    top: auto;
    left: auto;
    right: 2%;
    bottom: 34%;
    transform: none;
    writing-mode: horizontal-tb;
  }
  section.product11 .goretex {
    z-index: 2;
    left: 50%;
    bottom: 37%;
    transform: none;
  }
  section.product11 .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
  }
  section.product11 .bg {
    overflow: hidden;
    top: auto;
    bottom: 26%;
    height: auto;
  }
  section.product11 ul {
    display: flex;
    margin: 5rem auto 0;
    padding-bottom: 10rem;
    width: 90%;
  }
  section.product11 li.img01 {
    margin-left: auto;
    width: 60%;
  }
  section.product11 li.img02 {
    margin: 1rem 0;
    width: 60%;
  }
  section.product11 li.img03 {
    margin: auto;
    width: 70%;
  }
  section.product12 h3 {
    top: -1.5rem;
    right: 3rem;
  }
  section.product12 .logo {
    top: auto;
    bottom: 16%;
    left: 59%;
    writing-mode: vertical-rl;
  }
  section.product12 ul {
    display: flex;
    margin: auto;
    padding-bottom: 13rem;
    width: 90%;
  }
  section.product12 .txt {
    position: absolute;
    bottom: 0;
  }
  section.product12 li.img01 {
    margin: -5rem 0 0 0;
    order: 3;
    width: 60%;
  }
  section.product12 li.img02 {
    order: 1;
  }
  section.product12 li.img03 {
    order: 2;
    margin: 1rem 0 1rem auto;
    width: 60%;
    z-index: 2;
  }
  .topbtn,
  .indexbtn {
    margin-right: -2.3rem;
    width: 8rem;
    font-size: 3vw;
  }
  .topbtn:after,
  .indexbtn:after {
    top: 0.2rem;
    left: -1rem;
    height: 25px;
  }
  footer.footer {
    margin: 0 auto 8em;
  }
  footer.footer .c-inner_s {
    flex-direction: column;
    justify-content: center;
  }
  footer.footer .c-inner_s a {
    margin: 0 auto;
    padding: 1em 3em;
    width: 80%;
    font-size: 4vw;
    line-height: 1.2;
  }
  footer.footer .c-inner_s a:nth-child(1) {
    border-bottom: 0;
  }
}