@charset "UTF-8";
/* CSS Reset */
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, menu, nav, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img, object, embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.clickable, label, input[type=button], input[type=submit], input[type=file], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button, input[type=button] {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*----------------------------------------------------
common
----------------------------------------------------*/
@font-face {
  font-family: "Telugu Sangam MN";
  src: local("Telugu Sangam MN"), url("../font/telugu-sangam-mn.ttf") format("truetype");
  font-weight: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4em;
  line-height: 1.85714286;
  color: #000000;
  font-family: "helvetica-lt-pro", hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow: hidden;
}

main {
  width: 100%;
}

section {
  margin-bottom: 15rem;
}

[class$="--wrap"] {
  max-width: 800px;
  width: 100%;
  margin: auto;
  position: relative;
}

[class$="--block"] {
  max-width: 520px;
  width: 94%;
  margin: auto;
  position: relative;
}

h2 {
  font-family: "Telugu Sangam MN", sans-serif;
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
  line-height: 1.44444444;
}
h2 span {
  display: block;
  font-size: 1.1rem;
}

@media (min-width: 769px) {
  body {
    font-size: 1.6em;
    line-height: 2;
  }
  h2 {
    font-size: 2.8rem;
    letter-spacing: 0;
  }
  h2 span {
    font-size: 1.6rem;
  }
}
h3 {
  font-family: "Telugu Sangam MN", sans-serif;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.9;
  letter-spacing: 0.06em;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  h3 {
    font-size: 2.1rem;
  }
}
h3 span {
  display: block;
  font-size: 0.7em;
  letter-spacing: 0.22em;
  font-weight: bold;
}

h4 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  opacity: 0.8;
}

.red {
  color: #b80000;
}

.aln-c {
  text-align: center !important;
}

@media (max-width: 768px) {
  .pcv {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .spv {
    display: none !important;
  }
}
/***Button***/
.linkBtn {
  margin: 4em auto;
  text-align: center;
}
.linkBtn a {
  font-size: 1.2rem;
  background: #e13546;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  margin: auto;
  border-radius: 30px;
  text-align: left;
  height: 38px;
  line-height: 38px;
  position: relative;
  text-align: center;
  width: 258px;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
header {
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 50px;
}
header .header--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 3%;
}
header .logo {
  width: 56px;
}
header .logo a {
  display: flex;
  align-items: center;
}
header .logo img.headerLogoScroll.-before {
  display: none;
}
header .logo img.headerLogoScroll.-after {
  display: block;
}
header .logo img.-after {
  display: none;
}
header .linkBtn {
  margin: 0;
}
header .linkBtn a {
  width: 168px;
}

@media (min-width: 769px) {
  header .header--inner {
    margin: 1rem;
  }
}
/*----------------------------------------------------
mv
----------------------------------------------------*/
#mv {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1080/1920;
  margin-bottom: 0;
}
#mv picture {
  height: 100%;
  aspect-ratio: 1080/1920;
}
#mv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mv h1 {
  width: 73vw;
  height: auto;
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
#mv h1 img {
  width: 100%;
  margin: auto;
}

@media (min-width: 769px) {
  #mv {
    aspect-ratio: 1920/1080;
  }
  #mv picture {
    aspect-ratio: 1920/1080;
  }
  #mv picture img {
    width: 100%;
    height: auto;
  }
  #mv h1 {
    width: 20vw;
  }
}
/*----------------------------------------------------
video
----------------------------------------------------*/
.video {
  margin: 0.5rem 0 5rem;
}
.video video {
  width: 100%;
}

@media (min-width: 769px) {
  .video--wrap {
    aspect-ratio: 16/9;
  }
  .video video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
/*----------------------------------------------------
lead
----------------------------------------------------*/
.lead h2 {
  margin: 0 5% 5%;
}
.lead--slide--item video {
  width: 100%;
}
.lead--text {
  max-width: 520px;
  width: 90%;
  margin: 3rem auto;
}

@media (min-width: 769px) {
  .lead h2 {
    margin: 0 0 1rem;
    letter-spacing: 0.09em;
  }
  .lead--slide {
    display: grid;
    grid-template-columns: 52.5% repeat(2, 1fr);
    grid-column-gap: 1%;
    grid-row-gap: 1%;
  }
  .lead--slide .lead--slide--item img {
    width: 100%;
  }
  .lead--slide .lead--slide--item video {
    width: 100%;
    aspect-ratio: 420/560;
  }
  .lead--slide .lead--slide--item:first-child {
    grid-area: 1/1/3/2;
  }
  .lead--slide .lead--slide--item:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .lead--slide .lead--slide--item:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .lead--slide .lead--slide--item:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .lead--slide .lead--slide--item:nth-child(5) {
    grid-area: 2/3/3/4;
  }
  .lead--slide--item--text {
    font-size: 1.1rem;
    line-height: 2.3;
  }
  .lead--text {
    width: 100%;
  }
  .lead--text p {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    line-height: 2;
  }
  .lead--text.first {
    margin-top: 10rem;
    margin-bottom: 5rem;
    max-width: 540px;
  }
}
/*----------------------------------------------------
detail
----------------------------------------------------*/
.detail h2 {
  margin: 0 5% 5%;
}
.detail--cont {
  margin-bottom: 3rem;
}
.detail--cont ul {
  padding: 0 1.25rem;
}
.detail--cont ul li {
  margin-bottom: 1em;
  display: flex;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}
.detail--cont ul li::before {
  content: "";
  display: block;
  font-size: 1em;
  margin-right: 0.5em;
}
.detail--cont.first ul li:first-child::before {
  content: "①";
}
.detail--cont.first ul li:nth-child(2)::before {
  content: "②";
}
.detail--cont.second ul li:first-child::before {
  content: "③";
}
.detail--cont.third ul li:first-child::before {
  content: "④";
}
.detail--cont.third ul li:nth-child(2)::before {
  content: "⑤";
}

@media (min-width: 769px) {
  .detail h2 {
    max-width: 520px;
    margin: 0 auto 2rem;
  }
  .detail--block {
    display: flex;
    max-width: 800px;
    width: 100%;
    justify-content: space-between;
    gap: 1rem;
  }
  .detail--cont {
    width: calc((100% - 1rem) / 2);
  }
  .detail--cont img {
    width: 100%;
  }
  .detail .third {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 1rem;
    width: 100%;
    margin-top: 3rem;
  }
  .detail .third img {
    width: calc((100% - 1rem) / 2);
    max-width: 395px;
  }
  .detail .third ul {
    max-width: calc(100% - 395px + 0.5rem);
  }
}
/*----------------------------------------------------
 hiking
----------------------------------------------------*/
.hiking h2,
.hiking h3 {
  margin: 0 5% 5%;
}
.hiking--block p {
  margin: 1em 0 2em;
}

@media (min-width: 769px) {
  .hiking h2,
  .hiking h3 {
    max-width: 520px;
    margin: 0 auto 2rem;
  }
}
/*----------------------------------------------------
 product
----------------------------------------------------*/
.product p.price {
  font-size: 1.6rem;
}
.product span.tax {
  font-size: 0.64em;
}
.product .slider-thumbnail {
  margin-bottom: 3rem;
}
.product .slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}
.product .slider-thumbnail .swiper-slide img {
  height: auto;
  width: 100%;
}
.product .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.product--link > div > div {
  display: none;
}
.product--link > div > div:first-child {
  display: block;
}
.product--thumblink > div {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}

@media (min-width: 769px) {
  h2 {
    margin-bottom: 0;
  }
  .product p.price {
    font-size: 2.1rem;
  }
  .product--slide-wear .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .product--slide-wear .swiper-wrapper > div:first-child {
    grid-area: 1/1/2/2;
  }
  .product--slide-wear .swiper-wrapper > div:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .product--slide-wear .swiper-wrapper > div:nth-child(3) {
    grid-area: 2/1/3/2;
  }
  .product--slide-wear .swiper-wrapper > div:nth-child(4) {
    grid-area: 2/2/3/3;
  }
}
/*----------------------------------------------------
spec
----------------------------------------------------*/
.spec {
  font-size: 1.2rem;
}
.spec--block {
  margin-bottom: 3rem;
  border-bottom: 1px solid black;
}
.spec summary {
  font-size: 1.4rem;
}

.sizechart {
  border-collapse: collapse;
  line-height: 2.1;
}
.sizechart th {
  min-width: 12rem;
  text-align: left;
}
.sizechart th:nth-child(1) {
  min-width: 4rem;
}

@media (min-width: 769px) {
  .spec {
    font-size: 1.6rem;
  }
  .spec summary {
    font-size: 1.6rem;
  }
  .sizechart th {
    min-width: 12rem;
  }
  .sizechart th:nth-child(1) {
    min-width: 4rem;
  }
}
.specchart {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1em;
}
.specchart dt {
  width: 4em;
}
.specchart dd {
  width: calc(100% - 4em);
}

/*----------------------------------------------------
 details summary
----------------------------------------------------*/
summary::-webkit-details-marker {
  display: none;
}

.details {
  margin-top: 30px;
  overflow: clip;
  cursor: pointer;
}
.details[open] .summary::before {
  opacity: 0;
}
.details[open] .summary::after {
  transform: rotate(0);
}
.details[open] .details-content {
  height: auto;
}
.details[open] .details-content-inner {
  padding: 1rem 1rem 5rem;
}

.summary {
  display: grid;
  padding: 1rem;
  position: relative;
  grid-template-columns: 1fr auto;
}
.summary::before, .summary::after {
  content: "";
  display: block;
  background-color: black;
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1px;
  right: 1rem;
}
.summary::after {
  transform: rotate(90deg);
  transition-duration: 0.3s;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer {
  background: #efefef;
  padding: 30px 0;
}
footer .fLogo {
  width: 78px;
  height: auto;
  margin: 0 auto 23px;
}
footer .fLogo img {
  width: 100%;
}
footer .fText {
  color: #838383;
  text-align: center;
  font-size: 0.8666666667rem;
  line-height: 1.77;
  margin: 0 40px;
}/*# sourceMappingURL=style.css.map */