html {
  font-size: 62.5%;
}

picture,
figure {
  display: block;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

address {
  font-style: inherit;
}

*:focus {
  outline: none;
}
/* =============================================================
    Page
============================================================= */
#breadcrumb,
.main-area {
  background-color: #f7f7f7;
}

.main-area {
  padding-bottom: calc(210 *(100vw / 750));
  color: #454545;
  letter-spacing: 0.125em;
}

.p-dryox {
  --navy: #637ba8;
  --beige: #dbb179;
}

.p-heading__mv {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.p-main-tab {
  position: sticky;
  top: var(--headerHeight);
  z-index: 5;
  margin-top: calc(65 *(100vw / 750));
  padding: calc(25 *(100vw / 750)) 0;
  background-color: #f7f7f7;
}
.p-main-tab__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: calc(10 *(100vw / 750));
  width: calc(690 *(100vw / 750));
  height: calc(120 *(100vw / 750));
  margin: 0 auto;
  padding: calc(8 *(100vw / 750)) calc(10 *(100vw / 750)) calc(12 *(100vw / 750));
  background-color: #f2f2f2;
  border-radius: 100vh;
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1), inset -5px -5px 10px #fff;
}
.p-main-tab__inner::before {
  content: "";
  transition: left 0.3s ease, transform 0.3s ease;
  position: relative;
  left: 0;
  transform: translateX(0);
  z-index: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 1/1/2/3;
  display: block;
  width: calc(325 *(100vw / 750));
  height: 100%;
  border-radius: 100vh;
  background-color: #f7f7f7;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.p-main-tab__inner.bg-right::before {
  left: 100%;
  transform: translateX(-100%);
}
.p-main-tab__inner li {
  transition: opacity 0.3s 0.15s ease;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(10 *(100vw / 750));
  flex-shrink: 0;
  width: calc(325 *(100vw / 750));
  height: 100%;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: calc(28 *(100vw / 750));
  text-align: center;
  line-height: 1.7857142857;
  border-radius: 100vh;
  opacity: 0.5;
}
.p-main-tab__inner li::before {
  content: "";
  display: block;
  background: center/100% no-repeat;
}
.p-main-tab__inner li:nth-of-type(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
.p-main-tab__inner li:nth-of-type(1)::before {
  width: calc(31.93 *(100vw / 750));
  height: calc(63.53 *(100vw / 750));
  background-image: url(../img/icon-one-piece.svg);
}
.p-main-tab__inner li:nth-of-type(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.p-main-tab__inner li:nth-of-type(2)::before {
  width: calc(37 *(100vw / 750));
  height: calc(42.29 *(100vw / 750));
  background-image: url(../img/icon-blouse.svg);
}
.p-main-tab__inner li.tab-active {
  opacity: 1;
}

.p-content {
  width: calc(690 *(100vw / 750));
  margin: calc(25 *(100vw / 750)) auto 0;
  padding: calc(73 *(100vw / 750)) 0 calc(60 *(100vw / 750));
  background-color: #f7f7f7;
  border-radius: calc(40 *(100vw / 750));
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1), -5px -5px 10px #fff;
}
.p-content__h2 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: calc(45 *(100vw / 750));
  text-align: center;
  line-height: 1.1111111111;
}
.p-content__prod {
  width: calc(590 *(100vw / 750));
  margin: calc(50 *(100vw / 750)) auto 0;
}
.p-content__prod-list {
  width: calc(590 *(100vw / 750));
}
.p-content__prod-list:nth-of-type(2) {
  margin-top: calc(160 *(100vw / 750));
}
.p-content__prod-list picture {
  position: relative;
  z-index: 1;
}
.p-content__prod-text {
  position: relative;
  margin-top: calc(-92 *(100vw / 750));
  padding: calc(102 *(100vw / 750)) 0 calc(100 *(100vw / 750));
  text-align: center;
  background-color: #fff;
  border-radius: calc(20 *(100vw / 750));
}
.p-content__prod-text[data-color=navy]::after {
  background-color: var(--navy);
}
.p-content__prod-text[data-color=beige]::after {
  background-color: var(--beige);
}
.p-content__prod-text h3 {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: calc(40 *(100vw / 750));
  line-height: 1.25;
  letter-spacing: 0.15em;
}
.p-content__prod-text h3[data-color=navy] {
  color: var(--navy);
}
.p-content__prod-text h3[data-color=beige] {
  color: var(--beige);
}
.p-content__prod-text p {
  margin-top: 2rem;
  text-align: center;
}
.p-content__prod-text span {
  display: block;
  letter-spacing: 0.05em;
}
.p-content__prod-text .prod-name {
  font-size: calc(28 *(100vw / 750));
}
.p-content__prod-text .prod-price {
  margin-top: calc(17 *(100vw / 750));
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: calc(24 *(100vw / 750));
}
.p-content__prod-text .prod-buy-icon {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 50%);
  display: block;
  width: calc(140 *(100vw / 750));
  height: calc(140 *(100vw / 750));
  border-radius: 50%;
  box-shadow: -5px -5px 10px #fff, 3px 5px 10px rgba(163, 163, 163, 0.5);
}
.p-content__prod-text .prod-buy-icon[data-color=navy] {
  background-color: var(--navy);
}
.p-content__prod-text .prod-buy-icon[data-color=beige] {
  background-color: var(--beige);
}
.p-content__detail {
  display: flex;
  flex-direction: column;
  gap: calc(70 *(100vw / 750));
  width: calc(590 *(100vw / 750));
  margin: calc(150 *(100vw / 750)) auto 0;
  padding: calc(60 *(100vw / 750)) 0;
  border-radius: calc(20 *(100vw / 750));
  background-color: #fff;
}
.p-content__sub-title {
  margin-top: calc(10 *(100vw / 750));
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: calc(40 *(100vw / 750));
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0.15em;
}
.p-content__description {
  margin-top: calc(26 *(100vw / 750));
  font-size: calc(28 *(100vw / 750));
  text-align: center;
  line-height: 1.6428571429;
  letter-spacing: 0.05em;
}
.p-content__coordinate {
  width: calc(590 *(100vw / 750));
  margin: calc(60 *(100vw / 750)) auto 0;
  padding: calc(57 *(100vw / 750)) 0 calc(70 *(100vw / 750));
  border-radius: calc(20 *(100vw / 750));
  background-color: #fff;
}
.p-content__coordinate-inner {
  display: flex;
  flex-direction: column;
  gap: calc(20 *(100vw / 750));
  width: calc(480 *(100vw / 750));
  margin: calc(25 *(100vw / 750)) auto 0;
}

.p-clickHere {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(20 *(100vw / 750));
  width: calc(690 *(100vw / 750));
  margin: calc(90 *(100vw / 750)) auto 0;
  height: calc(110 *(100vw / 750));
  font-size: calc(28 *(100vw / 750));
  line-height: 1.6428571429;
  background-color: #f8f7f7;
  border-radius: 100vh;
  box-shadow: -5px -5px 10px #fff, 5px 5px 10px rgba(0, 0, 0, 0.1), inset 0 0 0px #fff, inset 0 0 0px rgba(0, 0, 0, 0.1);
}
.p-clickHere::after {
  content: "";
  display: block;
  width: calc(50 *(100vw / 750));
  height: calc(50 *(100vw / 750));
  background: url(../img/icon-click-arrow.svg) center/100% no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10 * (100vw / 1200));
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb__list {
    padding-bottom: 1.6rem;
  }
  .main-area {
    padding-bottom: 13.6rem;
  }
  .p-heading__mv img {
    border-radius: 3rem;
  }
  .p-main-tab {
    position: static;
    margin-top: 7.7rem;
    padding: 0;
  }
  .p-main-tab__inner {
    gap: 1rem;
    width: 60rem;
    height: 8rem;
    padding: 0.8rem 1rem 1.2rem;
  }
  .p-main-tab__inner::before {
    width: 28rem;
  }
  .p-main-tab__inner li {
    gap: 1rem;
    width: 28rem;
    font-size: 1.8rem;
    line-height: 2.7777777778;
  }
  .p-main-tab__inner li:nth-of-type(1)::before {
    width: 2.467rem;
    height: 4.908rem;
  }
  .p-main-tab__inner li:nth-of-type(2)::before {
    width: 3.7rem;
    height: 4.229rem;
  }
  .p-main-tab__inner li:hover {
    cursor: pointer;
  }
  .p-content {
    width: 108rem;
    margin: 5rem auto 0;
    padding: 6.6rem 0 8rem;
    border-radius: 4rem;
  }
  .p-content__h2 {
    font-size: 3rem;
    line-height: 1.0333333333;
  }
  .p-content__prod {
    display: flex;
    justify-content: space-between;
    width: 90rem;
    margin: 4rem auto 0;
  }
  .p-content__prod-list {
    flex: 0 0 42rem;
  }
  .p-content__prod-list:nth-of-type(2) {
    margin-top: 0rem;
  }
  .p-content__prod-text {
    margin-top: -5rem;
    padding: 6rem 0 3rem;
  }
  .p-content__prod-text h3 {
    font-size: 2.2rem;
    line-height: 1.27;
    letter-spacing: 0.15em;
  }
  .p-content__prod-text p {
    margin-top: 1.6rem;
  }
  .p-content__prod-text .prod-name {
    font-size: 1.5rem;
  }
  .p-content__prod-text .prod-price {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
  .p-content__prod-text .prod-buy-icon {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
    width: 7rem;
    height: 7rem;
    font-size: 1.5rem;
  }
  .p-content__detail {
    flex-direction: row;
    gap: 2rem;
    width: 90rem;
    margin: 6.5rem auto 0;
    padding: 4rem 0;
    border-radius: 2rem;
  }
  .p-content__sub-title {
    margin-top: 1.2rem;
    font-size: 2.2rem;
    line-height: 2.5;
  }
  .p-content__description {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .p-content__coordinate {
    width: 90rem;
    margin: 5rem auto 0;
    padding: 4rem 0;
    border-radius: 2rem;
  }
  .p-content__coordinate-inner {
    flex-direction: row;
    gap: 3rem;
    width: 64.8rem;
    margin: 2rem auto 0;
  }
  .p-content__coordinate-inner picture {
    width: 30.9rem;
  }
  .p-clickHere {
    transition: box-shadow 0.1s ease;
    gap: 2rem;
    width: 40rem;
    height: 7rem;
    margin: 9rem auto 0;
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-clickHere:hover {
    opacity: 1;
    box-shadow: 0 0 0px #fff, 0 0 0px rgba(0, 0, 0, 0.1), inset -5px -5px 10px #fff, inset 5px 5px 10px rgba(0, 0, 0, 0.1);
  }
  .p-clickHere::after {
    width: 2.8rem;
    height: 2.8rem;
  }
}