@charset "UTF-8";
@-webkit-keyframes clip-text {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@keyframes clip-text {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
  }
}

@-webkit-keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  60%, to {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

@keyframes text-revealer {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
  }
  60%, to {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
  }
  60% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  to {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
  }
}

.lp-full {
  max-width: none;
  padding: 0;
  margin: 0
}

.lp-full .fs-l-pageMain {
  max-width: none
}

html {
  font-size: 10px;
  line-height: 1.7;
  word-break: break-all;
  letter-spacing: 0.1em;
  font-family: heisei-kaku-gothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  font-family: heisei-kaku-gothic-std, "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif
}

body {
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.08em;
  font-weight: 500
}

@media only screen and (min-width:768px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  p {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.txt {
  font-size: 14px;
  font-size: 1.4rem
}

.txt:not(:first-child) {
  margin-top: 15px
}

@media only screen and (min-width:768px) {
  .txt:not(:first-child) {
    margin-top: 22px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .txt:not(:first-child) {
    margin-top: 20px
  }
}

@media only screen and (min-width:768px) {
  .txt {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .txt {
    font-size: 18px;
    font-size: 1.8rem
  }
}

.column {
  padding: 50px 0
}

@media only screen and (min-width:768px) {
  .column {
    padding: 100px 0
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .column {
    padding: 150px 0
  }
}

.row {
  margin-top: 35px
}

@media only screen and (min-width:768px) {
  .row {
    margin-top: 55px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .row {
    margin-top: 90px
  }
}

.row.row00 {
  margin-top: 0
}

.outer-block {
  min-width: 100%
}

.inner {
  width: 90%;
  margin: auto;
  position: relative
}

@media only screen and (min-width:768px) {
  .inner {
    width: 86%;
    max-width: 1000px
  }
}

.en, .spell, .ve-spell {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-weight: 400;
  letter-spacing: 0.05em
}

.c-bgTxt {
  -webkit-animation: c-bgTxt 20s linear infinite;
  animation: c-bgTxt 20s linear infinite;
  font-size: 75px;
  font-size: 7.5rem;
  white-space: nowrap;
  top: -3rem;
  position: absolute;
  right: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Avenir", "Noto Sans JP", sans-serif;
  font-weight: 500
}

@media only screen and (min-width:768px) {
  .c-bgTxt {
    font-size: 140px;
    font-size: 14rem;
    line-height: 1.1
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-bgTxt {
    font-size: 250px;
    font-size: 25rem
  }
}

@-webkit-keyframes c-bgTxt {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

@keyframes c-bgTxt {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}

.p-gloveRecommend, .p-gloveWhy {
  overflow: hidden;
  position: relative;
  width: 100%
}

.box>.img {
  margin-top: 25px
}

@media only screen and (min-width:768px) {
  .box>.img {
    margin-top: 20px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .box>.img {
    margin-top: 25px
  }
}

figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 500;
  margin-top: 5px;
  line-height: 1.5
}

@media only screen and (min-width:768px) {
  figcaption {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  figcaption {
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 10px
  }
}

@media only screen and (min-width:1024px) {
  .row-ve {
    padding-left: 60px;
    overflow: hidden;
    position: relative
  }
}

@media only screen and (min-width:1024px) {
  .row-ve .ve-spell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
  }
  .row-ve .ve-spell:after {
    content: "";
    height: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background-color: rgba(255, 255, 255, 0.3);
    margin-top: 2rem;
    width: 1px
  }
}

.c-btnPurchase {
  border: 1px solid #A99485;
  border-radius: 50%;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10
}

@media only screen and (min-width:768px) {
  .c-btnPurchase {
    border-width: 2px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-btnPurchase {
    right: 20px;
    bottom: 20px
  }
}

.c-btnPurchase__inner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #3E3A39;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

@media only screen and (min-width:768px) {
  .c-btnPurchase__inner {
    width: 140px;
    height: 140px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-btnPurchase__inner {
    width: 170px;
    height: 170px
  }
}

.c-btnPurchase__inner:before {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 3px;
  position: absolute
}

@media only screen and (min-width:768px) {
  .c-btnPurchase__inner:before {
    border-width: 6px;
    bottom: 12px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-btnPurchase__inner:before {
    bottom: 20px
  }
}

.c-btnPurchase__inner .en {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  white-space: nowrap;
  color: #A99485
}

@media only screen and (min-width:768px) {
  .c-btnPurchase__inner .en {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.c-btnPurchase__inner .ja {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #fff;
  font-weight: bold;
  margin-bottom: 4px
}

@media only screen and (min-width:768px) {
  .c-btnPurchase__inner .ja {
    margin-top: 6px;
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-btnPurchase__inner .ja {
    font-size: 18px;
    font-size: 1.8rem
  }
}

@media only screen and (min-width:768px) {
  .fl-box {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (min-width:768px) {
  .fl-box .img {
    width: 40%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .fl-box .img {
    width: 35%
  }
}

@media only screen and (max-width:767px) {
  .fl-box .txt-area {
    margin-top: 20px
  }
}

@media only screen and (min-width:768px) {
  .fl-box .txt-area {
    width: 56%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .fl-box .txt-area {
    width: 63%
  }
}

.fl-box .txt-area .txt {
  color: #3E3A39;
  font-size: 12px;
  font-size: 1.2rem
}

@media only screen and (min-width:768px) {
  .fl-box .txt-area .txt {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .fl-box .txt-area .txt {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.c-bgMark {
  background: rgba(169, 148, 133, 0.4);
  color: #3E3A39;
  font-weight: bold;
  padding: 0 4px;
  margin: 0 2px
}

.c-ttl01 {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  margin-bottom: 20px
}

@media only screen and (min-width:768px) {
  .c-ttl01 {
    margin-bottom: 25px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl01 {
    margin-bottom: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.c-ttl01 .img {
  width: 26px
}

@media only screen and (min-width:768px) {
  .c-ttl01 .img {
    width: 34px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl01 .img {
    width: 55px
  }
}

.c-ttl01 .ja {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2
}

@media only screen and (min-width:768px) {
  .c-ttl01 .ja {
    font-size: 29px;
    font-size: 2.9rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl01 .ja {
    font-size: 36px;
    font-size: 3.6rem
  }
}

.c-ttl02 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  font-weight: bold
}

@media only screen and (min-width:768px) {
  .c-ttl02 {
    font-size: 45px;
    font-size: 4.5rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl02 {
    font-size: 60px;
    font-size: 6rem
  }
}

.c-ttl03 {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: 20px;
  color: #A99485
}

@media only screen and (min-width:768px) {
  .c-ttl03 {
    margin-bottom: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl03 {
    margin-bottom: 30px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
  }
}

.c-ttl03 .numb {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  border: 1px solid #A99485;
  width: 25px;
  height: 25px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0em
}

@media only screen and (min-width:768px) {
  .c-ttl03 .numb {
    font-size: 18px;
    font-size: 1.8rem;
    width: 40px;
    height: 40px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl03 .numb {
    font-size: 24px;
    font-size: 2.4rem;
    width: 50px;
    height: 50px
  }
}

.c-ttl03 .ja {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.2
}

@media only screen and (min-width:768px) {
  .c-ttl03 .ja {
    font-size: 29px;
    font-size: 2.9rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl03 .ja {
    font-size: 36px;
    font-size: 3.6rem
  }
}

.c-ttl04 {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

@media only screen and (min-width:768px) {
  .c-ttl04 {
    margin-bottom: 30px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl04 {
    margin-bottom: 40px
  }
}

.c-ttl04 .en {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: -0.5em;
  color: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.02em;
  line-height: 1;
  white-space: nowrap
}

@media only screen and (min-width:768px) {
  .c-ttl04 .en {
    font-size: 70px;
    font-size: 7rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl04 .en {
    font-size: 100px;
    font-size: 10rem
  }
}

.c-ttl04 .ja {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff
}

@media only screen and (min-width:768px) {
  .c-ttl04 .ja {
    font-size: 40px;
    font-size: 4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ttl04 .ja {
    font-size: 50px;
    font-size: 5rem
  }
}

.ve-spell {
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  margin-bottom: 6px
}

@media only screen and (min-width:768px) {
  .ve-spell {
    font-size: 12px;
    font-size: 1.2rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .ve-spell {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.c-ulDots li {
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding-left: 15px;
  line-height: 1.4;
  color: #fff;
  font-weight: 500
}

@media only screen and (min-width:768px) {
  .c-ulDots li {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 15px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ulDots li {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 20px
  }
}

.c-ulDots li:not(:first-child) {
  margin-top: 5px
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ulDots li:not(:first-child) {
    margin-top: 8px
  }
}

.c-ulDots li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  background: #A99485;
  left: 0;
  top: 6px
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-ulDots li:before {
    width: 8px;
    height: 8px;
    top: 10px
  }
}

.c-acoList {
  background: #fff;
  color: #121212;
  margin-top: 25px;
  padding: 0 20px
}

@media only screen and (min-width:768px) {
  .c-acoList {
    margin-top: 20px;
    padding: 0 30px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-acoList {
    margin-top: 25px;
    padding: 0 40px
  }
}

.c-acoList dt {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px 0;
  position: relative
}

@media only screen and (min-width:768px) {
  .c-acoList dt {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 15px 0
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-acoList dt {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 20px 0
  }
}

.c-acoList dt:after, .c-acoList dt:before {
  content: "";
  position: absolute;
  background: #A99485;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 1px;
  right: 0
}

@media only screen and (min-width:768px) {
  .c-acoList dt:after, .c-acoList dt:before {
    width: 18px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-acoList dt:after, .c-acoList dt:before {
    width: 22px
  }
}

.c-acoList dt.is-active:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.c-acoList dd {
  border-top: 1px solid #3E3A39;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 20px 0;
  line-height: 1.8
}

@media only screen and (min-width:768px) {
  .c-acoList dd {
    padding: 30px 0 40px;
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-acoList dd {
    padding: 40px 0 50px;
    font-size: 16px;
    font-size: 1.6rem
  }
}

body.is-open {
  overflow-y: hidden
}

.p-lpHeader {
  padding: 25px 5% 25px;
  position: fixed;
  top: 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: rgba(169, 148, 133, 0.8);
  right: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-lpHeader {
    padding: 0;
    position: relative;
    background: transparent
  }
  .p-lpHeader.scroll {
    padding: 0
  }
}

.p-lpHeader.scroll {
  padding: 15px 5%
}

@media only screen and (min-width:1024px) {
  .p-lpHeader.scroll {
    padding: 0
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-lpHeader .logo {
    position: absolute;
    left: 25px;
    top: 30px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
  .p-lpHeader .logo {
    left: 80px;
    top: 80px
  }
}

.p-lpHeader .logo a {
  display: block
}

.p-lpHeader .logo img {
  height: 16px
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-lpHeader .logo img {
    height: 20px
  }
}

.p-lpHeader .menu-toggle {
  width: 25px;
  height: 15px;
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer
}

@media only screen and (min-width:1024px) {
  .p-lpHeader .menu-toggle {
    width: 37px;
    height: 20px;
    position: fixed;
    left: 2%;
    bottom: 0;
    top: 0;
    margin: auto
  }
}

@media only screen and (min-width:1024px) and (min-width:1200px) {
  .p-lpHeader .menu-toggle {
    left: 40px
  }
}

@media only screen and (min-width:1024px) and (min-width:1200px) and (min-width:1400px) {
  .p-lpHeader .menu-toggle {
    left: 80px
  }
}

.p-lpHeader .menu-toggle.is-open {
  z-index: 100
}

.p-lpHeader .menu-toggle.is-open div span {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.p-lpHeader .menu-toggle.is-open div span:first-child {
  top: 0px;
  left: 0;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-lpHeader .menu-toggle.is-open div span:nth-child(2) {
  top: 0;
  left: 0;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.p-lpHeader .menu-toggle.is-open div span:nth-child(3) {
  display: none
}

.p-lpHeader .menu-toggle div {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer
}

.p-lpHeader .menu-toggle div span {
  width: 20px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-lpHeader .menu-toggle div span {
    width: 29px;
    height: 2px
  }
}

.p-lpHeader .menu-toggle div span:first-child {
  top: 1px
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-lpHeader .menu-toggle div span:first-child {
    top: 0
  }
}

.p-lpHeader .menu-toggle div span:nth-child(2) {
  width: 25px
}

@media only screen and (min-width:1024px) {
  .p-lpHeader .menu-toggle div span:nth-child(2) {
    width: 37px
  }
}

.p-lpHeader .menu-toggle div span:nth-child(3) {
  top: 12px;
  width: 15px
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-lpHeader .menu-toggle div span:nth-child(3) {
    top: 20px;
    width: 22px
  }
}

.p-gnav {
  z-index: 95;
  background: url(https://trion.itembox.design/item/glove/bg-nav.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: hidden;
  display: none
}

.p-gnav .inside {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90%;
  height: 100%;
  margin: auto
}

.p-gnav .c-gnavCloseBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  cursor: pointer
}

@media only screen and (min-width:768px) {
  .p-gnav .c-gnavCloseBtn {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gnav .c-gnavCloseBtn {
    left: 40px;
    right: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
  .p-gnav .c-gnavCloseBtn {
    left: 80px
  }
}

.p-gnav .c-gnavCloseBtn .ico {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative
}

.p-gnav .c-gnavCloseBtn .ico:before {
  content: "";
  width: 12px;
  background: #3E3A39;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto
}

.p-gnav .c-gnavCloseBtn .ja {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem
}

@media only screen and (min-width:768px) {
  .p-gnav .c-gnavCloseBtn .ja {
    font-size: 15px;
    font-size: 1.5rem
  }
}

.p-gnav .p-gnavList {
  margin: auto;
  position: relative
}

.p-gnav .p-gnavList__item {
  counter-increment: num
}

.p-gnav .p-gnavList__item:not(:first-child) {
  margin-top: 20px
}

@media only screen and (min-width:768px) {
  .p-gnav .p-gnavList__item:not(:first-child) {
    margin-top: 25px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gnav .p-gnavList__item:not(:first-child) {
    margin-top: 35px
  }
}

.p-gnav .p-gnavList__item>a {
  color: #fff;
  padding-left: 20px;
  display: block;
  position: relative
}

@media only screen and (min-width:768px) {
  .p-gnav .p-gnavList__item>a {
    padding-left: 25px
  }
}

.p-gnav .p-gnavList__item>a:before {
  content: counter(num, decimal-leading-zero);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-size: 1.2rem;
  top: 0;
  left: 0;
  position: absolute;
  color: #A99485;
  letter-spacing: 0.01em
}

@media only screen and (min-width:768px) {
  .p-gnav .p-gnavList__item>a:before {
    font-size: 14px;
    font-size: 1.4rem
  }
}

.p-gnav .p-gnavList__item .ja {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3
}

@media only screen and (min-width:768px) {
  .p-gnav .p-gnavList__item .ja {
    font-size: 24px;
    font-size: 2.4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gnav .p-gnavList__item .ja {
    font-size: 30px;
    font-size: 3rem
  }
}

.p-gnav .p-gnavList__item .en {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  color: rgba(255, 255, 255, 0.7)
}

@media only screen and (min-width:768px) {
  .p-gnav .p-gnavList__item .en {
    font-size: 12px;
    font-size: 1.2rem
  }
}

@media only screen and (max-width:1023px) {
  .p-gnav .js-cont {
    display: none
  }
}

.p-gnav .p-pagesLink {
  width: 90%;
  margin: 50px auto 0
}

.p-mvArea {
  background: #A99485;
  padding-top: 68px;
  overflow: hidden
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-mvArea {
    padding-top: 0
  }
}

@media only screen and (max-width:1023px) {
  .p-mvArea .p-mvScroll {
    display: none
  }
}

@media only screen and (min-width:1024px) {
  .p-mvArea .p-mvScroll {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
  }
  .p-mvArea .p-mvScroll a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: block;
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    padding-left: 30px;
    padding-top: 5px;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    margin-left: 130px
  }
}

@media only screen and (min-width:768px) {
  .p-mvArea__inner {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (max-width:767px) {
  .p-mvArea .txt-area {
    width: 90%;
    margin: auto
  }
}

@media only screen and (min-width:768px) {
  .p-mvArea .txt-area {
    width: 50%;
    padding: 0 2%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-mvArea .txt-area {
    padding: 0;
    padding-left: 7%
  }
  .p-mvArea .txt-area .box {
    max-width: 500px;
    margin-left: auto
  }
}

.p-mvArea .txt-area .ttl {
  line-height: 1.2;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: #fff
}

@media only screen and (min-width:768px) {
  .p-mvArea .txt-area .ttl {
    line-height: 1.3;
    color: #fff;
    font-size: 40px;
    font-size: 4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
  .p-mvArea .txt-area .ttl {
    font-size: 45px;
    font-size: 4.5rem
  }
}

.p-mvArea .txt-area .spell {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 14px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5
}

@media only screen and (min-width:768px) {
  .p-mvArea .txt-area .spell {
    margin-top: 24px;
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-mvArea .txt-area .spell {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width:767px) {
  .p-mvArea .img {
    margin: 35px -6% 0;
    overflow: hidden
  }
  .p-mvArea .img img {
    aspect-ratio: 75/67;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media only screen and (min-width:768px) {
  .p-mvArea .img {
    width: 50%
  }
  .p-mvArea .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
  .p-mvArea .img {
    height: 100vh
  }
}

.p-gloveWhy {
  background: #3E3A39;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .p-gloveWhy .inside:not(:first-child){
    margin-top: 100px !important;
  }
}

.p-gloveWhy .inside:not(:first-child){
  margin-top: 50px;
}

@media only screen and (min-width:1024px) {
  .p-gloveWhy .inside {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: -5%
  }
}

@media only screen and (min-width:1024px) and (min-width:1200px) {
  .p-gloveWhy .inside {
    margin-right: -70px
  }
}

@media only screen and (min-width:1024px) and (min-width:1200px) and (min-width:1400px) {
  .p-gloveWhy .inside {
    margin-right: -150px
  }
}

@media only screen and (min-width:1024px) {
  .p-gloveWhy .inside .img {
    width: 53%
  }
}

@media only screen and (min-width:1024px) {
  .p-gloveWhy .inside .txt-area {
    width: 43%
  }
}

.p-gloveWhy .ttl {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4
}

@media only screen and (min-width:768px) {
  .p-gloveWhy .ttl {
    font-size: 45px;
    font-size: 4.5rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gloveWhy .ttl {
    font-size: 50px;
    font-size: 5rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
  .p-gloveWhy .ttl {
    font-size: 40px;
    font-size: 4rem
  }
}

.p-gloveWhy .txt {
  color: #fff
}

.p-gloveWhy .img {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 6px;
  -moz-column-gap: 6px;
  column-gap: 6px;
  row-gap: 6px
}

@media only screen and (min-width:768px) {
  .p-gloveWhy .img {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px
  }
}

.p-gloveWhy .img figure {
  width: calc((100% - 6px) / 2)
}

@media only screen and (min-width:768px) {
  .p-gloveWhy .img figure {
    width: calc((100% - 10px) / 2)
  }
}

.p-gloveWhy .img figure:first-child {
  width: 100%
}

.p-gloveWhy .img figure img {
  width: 100%
}

@media only screen and (max-width:1023px) {
  .p-gloveWhy .img {
    margin-top: 35px
  }
}

.p-gloveStr {
  background: #A99485;
  overflow: hidden
}

.p-gloveStr .ve-spell {
  margin-left: 30px
}

@media only screen and (min-width:768px) {
  .p-gloveStr .ve-spell {
    margin-left: 45px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gloveStr .ve-spell {
    margin-left: 0
  }
}

.p-gloveStr .txt {
  color: #fff
}

.p-gloveStr .box {
  position: relative
}

.p-gloveStr .box .spell-img {
  width: 120px;
  position: absolute
}

@media only screen and (min-width:768px) {
  .p-gloveStr .box .spell-img {
    width: 180px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gloveStr .box .spell-img {
    width: 240px
  }
}

.p-gloveStr .row.row-ve {
  overflow: visible
}

.p-gloveStr .row:first-child .spell-img {
  right: 0;
  top: -50px;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg)
}

@media only screen and (min-width:768px) {
  .p-gloveStr .row:first-child .spell-img {
    right: 10%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gloveStr .row:first-child .spell-img {
    top: -40px;
    right: 15%
  }
}

.p-gloveStr .row:nth-child(2) .spell-img {
  right: 0;
  top: 45%;
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg)
}

@media only screen and (min-width:768px) {
  .p-gloveStr .row:nth-child(2) .spell-img {
    top: 27%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gloveStr .row:nth-child(2) .spell-img {
    top: 23%;
    right: -60px
  }
}

.p-gloveStr .row:nth-child(3) .spell-img {
  left: 0;
  bottom: -40px;
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg)
}

@media only screen and (min-width:768px) {
  .p-gloveStr .row:nth-child(3) .spell-img {
    left: 5%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gloveStr .row:nth-child(3) .spell-img {
    bottom: -80px
  }
}

.p-gloveRecommend {
  background: #3E3A39;
  padding-bottom: 300px
}

@media only screen and (min-width:768px) {
  .p-gloveRecommend {
    padding-bottom: 220px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-gloveRecommend {
    padding-bottom: 300px
  }
}

.p-gloveRecommend .txt {
  color: #fff
}

.p-gloveRecommend .ve-spell {
  color: #A99485
}

.p-gloveRecommend .ve-spell:before {
  background: #A99485
}

.c-gloveAfter {
  background: url(https://trion.itembox.design/item/glove/aftercare.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px
}

@media only screen and (max-width:767px) {
  .c-gloveAfter {
    background-image: url(https://trion.itembox.design/item/glove/aftercare-sp.jpg)
  }
}

.c-goodsAfter {
  background: url(https://trion.itembox.design/item/goods/aftercare.jpg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px
}

@media only screen and (max-width:767px) {
  .c-goodsAfter {
    background-image: url(https://trion.itembox.design/item/goods/aftercare_sp.jpg)
  }
}

@media only screen and (min-width:768px) {
  .c-gloveAfter, .c-goodsAfter {
    padding-bottom: 100px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-gloveAfter, .c-goodsAfter {
    padding-bottom: 150px
  }
}

.c-gloveAfter .inner,
.c-goodsAfter .inner {
  position: relative;
  z-index: 2
}

.c-gloveAfter__ttl,
.c-goodsAfter__ttl {
  color: #fff;
  text-align: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 25px
}

@media only screen and (min-width:768px) {
  .c-gloveAfter__ttl,
  .c-goodsAfter__ttl {
    margin-top: 100px;
    margin-bottom: 30px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-gloveAfter__ttl,
  .c-goodsAfter__ttl {
    margin-top: 150px;
    margin-bottom: 50px
  }
}

.c-gloveAfter__ttl .ja-min,
.c-goodsAfter__ttl .ja-min {
  font-size: 12px;
  font-size: 1.2rem
}

@media only screen and (min-width:768px) {
  .c-gloveAfter__ttl .ja-min,
  .c-goodsAfter__ttl .ja-min {
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-gloveAfter__ttl .ja-min,
  .c-goodsAfter__ttl .ja-min {
    font-size: 24px;
    font-size: 2.4rem
  }
}

.c-gloveAfter__ttl .ja,
.c-goodsAfter__ttl .ja {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.4
}

@media only screen and (min-width:768px) {
  .c-gloveAfter__ttl .ja,
  .c-goodsAfter__ttl .ja {
    font-size: 35px;
    font-size: 3.5rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-gloveAfter__ttl .ja,
  .c-goodsAfter__ttl .ja {
    font-size: 50px;
    font-size: 5rem
  }
}

.c-gloveAfter .txt,
.c-goodsAfter .txt {
  color: #fff
}

.p-giftCharm {
  margin-top: -250px;
  background: #fff;
  position: relative;
  z-index: 2
}

@media only screen and (min-width:768px) {
  .p-giftCharm {
    margin-top: -200px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-giftCharm {
    margin-top: -190px
  }
}

@media only screen and (min-width:768px) {
  .p-giftCharm .img {
    width: 50%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .p-giftCharm .img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-giftCharm .img {
    width: 40%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
  .p-giftCharm .img {
    width: 37%
  }
}

.p-giftCharm .txt-area {
  padding: 20px
}

@media only screen and (min-width:768px) {
  .p-giftCharm .txt-area {
    width: 50%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-giftCharm .txt-area {
    width: 60%;
    padding: 20px 40px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
  .p-giftCharm .txt-area {
    width: 63%
  }
}

.p-giftCharm .txt-area .ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4
}

@media only screen and (min-width:768px) {
  .p-giftCharm .txt-area .ttl {
    font-size: 22px;
    font-size: 2.2rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-giftCharm .txt-area .ttl {
    font-size: 25px;
    font-size: 2.5rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
  .p-giftCharm .txt-area .ttl {
    font-size: 30px;
    font-size: 3rem
  }
}

.p-giftCharm .txt-area .txt {
  color: #3E3A39;
  font-size: 12px;
  font-size: 1.2rem;
  margin-top: 10px
}

@media only screen and (min-width:768px) {
  .p-giftCharm .txt-area .txt {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-giftCharm .txt-area .txt {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.p-giftCharm .txt-area .charm-img {
  margin-top: 10px
}

@media only screen and (min-width:768px) {
  .p-giftCharm .txt-area .charm-img {
    margin-top: 15px
  }
}

.c-gloveVoice {
  background: #A99485
}

.p-voiceList__item {
  padding: 15px;
  background: #fff;
  position: relative
}

@media only screen and (min-width:768px) {
  .p-voiceList__item {
    min-height: 140px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-voiceList__item {
    min-height: 120px;
    padding: 30px
  }
}

.p-voiceList__item:before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #fff;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto
}

@media only screen and (min-width:768px) {
  .p-voiceList__item:before {
    border-width: 10px;
    left: -20px
  }
}

.p-voiceList__item:not(:first-child) {
  margin-top: 20px
}

@media only screen and (min-width:768px) {
  .p-voiceList__item:not(:first-child) {
    margin-top: 30px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-voiceList__item:not(:first-child) {
    margin-top: 40px
  }
}

.p-voiceList .txt {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.9
}

@media only screen and (min-width:768px) {
  .p-voiceList .txt {
    font-size: 14px;
    font-size: 1.4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-voiceList .txt {
    font-size: 16px;
    font-size: 1.6rem
  }
}

.p-benefitsList__item {
  background: white;
  padding: 25px;
  counter-increment: numb;
  position: relative
}

@media only screen and (min-width:768px) {
  .p-benefitsList__item {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0
  }
}

.p-benefitsList__item:before {
  content: "特典.0" counter(numb);
  font-size: 13px;
  font-size: 1.3rem;
  padding: 4px 8px;
  line-height: 1;
  border: #A99485 solid 1px;
  color: #A99485;
  border-radius: 50px;
  position: absolute;
  margin: auto;
  display: inline-block;
  left: 50%;
  background: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  font-weight: bold
}

@media only screen and (min-width:768px) {
  .p-benefitsList__item:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    left: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 4px 10px;
    top: -12px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-benefitsList__item:before {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 12px
  }
}

.p-benefitsList__item:not(:first-child) {
  margin-top: 25px
}

@media only screen and (min-width:768px) {
  .p-benefitsList__item:not(:first-child) {
    margin-top: 35px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-benefitsList__item:not(:first-child) {
    margin-top: 45px
  }
}

@media only screen and (min-width:1024px) {
  .p-benefitsList__item:nth-child(3) .txt-area {
    border-right: 1px solid #FFF
  }
}

@media only screen and (min-width:768px) {
  .p-benefitsList .txt-area {
    width: 62%;
    padding: 30px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-benefitsList .txt-area {
    width: calc(100% - 240px);
    padding: 20x 20px 20px 40px
  }
}

.p-benefitsList .txt-area .ttl {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold
}

@media only screen and (min-width:768px) {
  .p-benefitsList .txt-area .ttl {
    font-size: 24px;
    font-size: 2.4rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-benefitsList .txt-area .ttl {
    font-size: 28px;
    font-size: 2.8rem
  }
}

.p-benefitsList .txt-area .txt {
  font-size: 13px;
  font-size: 1.3rem
}

@media only screen and (min-width:768px) {
  .p-benefitsList .txt-area .txt {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-benefitsList .txt-area .txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem
  }
}

@media only screen and (max-width:767px) {
  .p-benefitsList .img {
    margin-top: 20px
  }
}

@media only screen and (min-width:768px) {
  .p-benefitsList .img {
    width: 38%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-benefitsList .img {
    width: 250px
  }
}

.c-gloveLineup {
  background: #3E3A39
}

.c-lineupList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 20px
}

@media only screen and (min-width:768px) {
  .c-lineupList {
    -webkit-column-gap: 4%;
    -moz-column-gap: 4%;
    column-gap: 4%;
    row-gap: 40px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-lineupList {
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    row-gap: 60px
  }
  
  .c-lineupList::after {
    display: block;
    content: "";
    width: 30%;
  }
}

.c-lineupList__item {
  width: calc((100% - 20px) / 2);
  gap: 10px;
}

@media only screen and (min-width:768px) {
  .c-lineupList__item {
    width: 48%
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-lineupList__item {
    width: 30%
  }
}

.c-lineupList .img a {
  display: block
}

.c-lineupList .img img {
  width: 100%
}

.c-lineupList .c-item__colorlist {
  margin: 15px 0
}

@media only screen and (min-width:768px) {
  .c-lineupList .c-item__colorlist {
    margin: 18px 0
  }
}

.c-lineupList .txt-area {
  color: #fff;
  text-align: center
}

.c-lineupList .txt-area .copy {
  color: #A99485;
  letter-spacing: 0.05em;
  font-size: 12px;
  font-size: 1.2rem
}

br.sp {
  display: none;
}
 
@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-lineupList .txt-area .copy {
    font-size: 13px;
    font-size: 1.3rem
  }

  br.sp {
    display: inline;
  }
   
}

.c-lineupList .txt-area .item-name {
  font-size: 16px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.25;
  margin-top: 6px
}

.c-lineupList .txt-area .item-name a {
  color: #fff;
  display: block
}

@media only screen and (min-width:768px) {
  .c-lineupList .txt-area .item-name {
    font-size: 16px;
    font-size: 1.6rem;
    margin-top: 10px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-lineupList .txt-area .item-name {
    font-size: 17px;
    font-size: 1.7rem
  }
}

.c-lineupList .txt-area .price {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  margin-top: 5px
}

@media only screen and (min-width:768px) {
  .c-lineupList .txt-area .price {
    margin-top: 8px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-lineupList .txt-area .price {
    margin-top: 10px
  }
}

.c-lineupList .txt-area .price .num {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em
}

.c-lineupList .txt-area .price .tax {
  font-size: 10px;
  font-size: 1rem
}

.p-lpFooter {
  background: #3E3A39;
  padding-bottom: 25px;
  color: #A99485;
  text-align: center;
  font-size: 10px;
  font-size: 1rem
}

@media only screen and (min-width:768px) {
  .p-lpFooter {
    padding-bottom: 35px;
    font-size: 12px;
    font-size: 1.2rem
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-lpFooter {
    padding-bottom: 50px
  }
}

.p-panelHeader {
  background: #f4f1ea
}

@media only screen and (min-width:1024px) {
  .p-panelHeader {
    background: transparent
  }
}

.p-panelHeader .menu-toggle div span {
  background: #A99485
}

.p-mvPanel {
  background: #f4f1ea
}

.p-mvPanel .txt-area .ttl {
  color: #3c3a39
}

.p-mvPanel .txt-area .spell {
  color: #3c3a39
}

.p-panelRecommend {
  padding-bottom: 50px;
  background: #f4f1ea
}

@media only screen and (min-width:768px) {
  .p-panelRecommend {
    padding-bottom: 100px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-panelRecommend {
    padding-bottom: 150px
  }
}

.p-panelRecommend .c-ttl02 {
  color: #3c3a39
}

.p-panelRecommend .c-ttl03 .numb {
  color: #3c3a39;
  border-color: #3c3a39
}

.p-panelRecommend .c-ttl03 .ja {
  color: #3c3a39
}

.p-panelRecommend .c-bgTxt {
  color: rgba(60, 58, 57, 0.1)
}

.p-panelRecommend .ve-spell {
  color: #3c3a39
}

.p-panelRecommend .ve-spell:after {
  background: #3c3a39
}

.p-panelRecommend .c-ulDots {
  margin-bottom: 5px
}

@media only screen and (min-width:768px) {
  .p-panelRecommend .c-ulDots {
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-panelRecommend .c-ulDots {
    margin-bottom: 15px
  }
}

.p-panelRecommend .c-ulDots__item:before {
  background: #3c3a39
}

.p-panelRecommend .c-acoList {
  color: #3c3a39
}

.p-panelRecommend figcaption {
  color: #3c3a39
}

.p-panelRecommend .c-ulDots__item {
  color: #3c3a39;
  padding-left: 0
}

.p-panelRecommend .c-ulDots__item:before {
  content: none
}

.p-panelStr {
  padding-bottom: 300px;
  background: #3E3A39;
  position: relative
}

@media only screen and (min-width:768px) {
  .p-panelStr {
    padding-bottom: 220px;
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .p-panelStr {
    padding-bottom: 300px!important;
  }
}

.c-divide {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4%;
  -moz-column-gap: 4%;
  column-gap: 4%;
  margin-bottom: 15px
}

@media only screen and (min-width:768px) {
  .c-divide {
    margin-bottom: 25px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-divide {
    margin-bottom: 35px
  }
}

.c-divide:last-child {
  margin-bottom: 0
}

.c-divide__item {
  width: 48%
}

.c-divide__item img {
  width: 100%
}

.c-fullImg {
  margin-bottom: 15px
}

@media only screen and (min-width:768px) {
  .c-fullImg {
    margin-bottom: 25px
  }
}

@media only screen and (min-width:768px) and (min-width:1024px) {
  .c-fullImg {
    margin-bottom: 35px
  }
}

.c-fullImg img {
  width: 100%
}

.p-panelVoice {
  background: #f4f1ea
}

.p-panelVoice .c-ttl04 .en {
  color: rgba(60, 58, 57, 0.1)
}

.p-panelVoice .c-ttl04 .ja {
  color: #3c3a39
}

/* ranking */

/* スマホ */

.slider-wrapper {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
  padding: 0 0 40px 0;
  background-color: #F4F1EA;
}

.slider {
  width: 3000px;
}

.slider > * {
  -webkit-transform: translateZ(0px);
}

.slider-wrapper::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

.slider-wrapper::-webkit-scrollbar-thumb {
  background: #c8c2b8;
  border-radius: 10px;
}

.slider-wrapper::-webkit-scrollbar-track {
  background: #E1DED8;
  border-radius: 10px;
}

.unit {
  float: left;
  padding: 0 12px;
}
.unit:first-child {
  margin: 0;
  padding: 0 12px 0 0;
}
.unit .img_rank {
  text-align: center;
}

.img_rank img {
  width: 250px;
  height: 250px;
  margin-bottom: 10px; 
}
	
.caption_name {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 10px;
}

.caption_price {
  text-align: center;
  font-size: 1.5rem;
}

.caption_price .tax {
  font-size: 10px;
  font-size: 1rem;
}

.caption_color {
  text-align: center;
  font-size: 1.5rem;
  color: #A99485;
}

.caption_rank {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

/* タブレットパソコン */

@media only screen and (min-width:768px) and (min-width:1024px) {

.slider-wrapper {
  width: 1000px;  
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
  padding: 0 0 40px 0;
  background-color: #F4F1EA;
}

.slider {
  width: 2990px;
  -webkit-overflow-scrolling: touch;
}

.slider > * {
  -webkit-transform: translateZ(0px);
}

.slider-wrapper::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
.unit {
  float: left;
  padding: 0 15px;
}
.unit:first-child {
  margin: 0;
  padding: 0 15px 0 0;
}
.unit:last-child {
  margin: 0;
  padding: 0 0 0 15px;
}

.unit .img_rank {
  text-align: center;
}

.img_rank img{
  margin-bottom: 10px;
}
	
.caption_name {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 10px;
}
	
.caption_price {
  text-align: center;
  font-size: 1.5rem;
}
.caption_price .tax {
  font-size: 10px;
  font-size: 1rem
}
.caption_rank {
  text-align: center;
  font-size: 1.8rem;
}
  }


/* =======================

PANEL　一部ここから 

======================= */

.p-gnav.panel-bg {
    background: url(https://trion.itembox.design/item/panel/bg-nav.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


/* =======================

DOCUMENT　ここから 

======================= */


.sec-document .p-gnav {
    background: url(https://trion.itembox.design/item/document/bg-nav.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* 色調整 ここから */
    .sec-document {
        letter-spacing: 2px!important;
    }

    .p-documentHeader{
        background: #FFF;
    }
    .sec-document .p-mvArea {
        background: #FFF;
        color: #3C3A39;      
    }
    .sec-document .ttl,
    .sec-document .c-ttl01,
    .sec-document .c-ttl01 .ja,
    .sec-document .c-ttl02,
    .sec-document .c-ttl03,
    .sec-document .c-ttl03 .ja,
    .sec-document .c-ttl04,
    .sec-document .c-ttl04 .ja,
    .sec-document .c-gloveAfter__ttl {
        font-weight: 300!important;
    }
    .sec-document .p-documentpoint,
    .sec-document .p-panelStr,
    .sec-document .c-gloveVoice{
        background: #EEF0F0;
        color: #3C3A39;
    }

    .sec-document .p-mvArea .txt-area .spell,
    .sec-document .ve-spell{
        color: #959595;
    }

    .sec-document .row-ve .ve-spell:after {
        background-color: rgba(60, 58, 57, 0.3);
    }

    .sec-document .p-gloveWhy,
    .sec-document .p-documentRecommend {
        background: #FFF;
        color: #3C3A39;
    }

    .sec-document .c-ttl01 .ja,
    .sec-document .c-ttl02,
    .sec-document .p-gloveWhy .txt,
    .sec-document .p-gloveStr .txt{
        color: #3C3A39;
    }

    .sec-document .c-gloveLineup {
        background: #3A3A3A;
    }

    .sec-document .p-benefitsList__item:before {
        border: #3E3A39 solid 1px;
        color: #3E3A39;
    }

    @media only screen and (min-width:1024px) {
      .sec-document .p-benefitsList__item:nth-child(3) .txt-area {
        border-right: 0;
      }
    }
    .sec-document .c-bgMark {
        background: rgba(149,149,149,0.3);
    }

    .sec-document .c-btnPurchase {
        border: 1px solid #f4f1ea;
    }
    .sec-document .c-lineupList .txt-area .copy,
    .sec-document .c-btnPurchase__inner .en {
        color: #f4f1ea;
    }



/* 色調整 ここまで */

/* 文字サイズ調整 */

    @media only screen and (min-width:768px) and (min-width:1024px) and (min-width:1200px) {
      .sec-document .p-gloveWhy .ttl {
        font-size: 50px;
        font-size: 5rem
      }
    }

/*
    .sec-document .ttl,
    .sec-document .c-ttl02,
    .sec-document .c-gloveAfter__ttl .ja {
        font-size: 2rem;
    }

    .sec-document .c-ttl01 .ja,
    .sec-document .c-ttl03 .ja,
    .sec-document .c-ttl04,
    .sec-document .c-ttl04 .ja,
    .sec-document .p-giftCharm .txt-area .ttl {
        font-size: 2rem;
    }

    @media only screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1200px) {
        .sec-document .ttl,
        .sec-document .c-ttl02,
        .sec-document .c-ttl04,
        .sec-document .c-ttl04 .ja,
        .sec-document .c-gloveAfter__ttl .ja{
            font-size: 60px;
            font-size: 3.5rem;
        }
        .sec-document .c-ttl01 .ja,
        .sec-document .c-ttl03 .ja,
        .sec-document .p-giftCharm .txt-area .ttl {
            font-size: 2.8rem;
        }

    }

    .sec-document .txt,
    .sec-document .c-ulDots li {
        font-size: 1.5rem!important;
    }

    @media only screen and (min-width: 768px) and (min-width: 1024px) {
        .sec-document .txt,
        .sec-document .c-ulDots li {
            font-size: 1.6rem!important;
        }
    }


    @media only screen and (min-width: 768px) and (min-width: 1024px) {
        .sec-document .c-ttl03 .numb {
            font-size: 24px;
            font-size: 2rem;
            width: 45px;
            height: 45px;
        }
    } 

    @media only screen and (min-width:768px) and (min-width:1024px) {
      .c-ttl01 .img {
        width: 40px;
      }
    }
*/

/* 文字サイズ調整ここまで */

/* 見出し背景 */
    .sec-document .p-documentpoint.column,
    .sec-document .p-documentpoint.column {
        padding-top: 0;
    }

    .sec-document .p-documentpoint .c-ttl02,
    .sec-document .p-documentRecommend .c-ttl02 {
        padding: 45px 0;
        color: #FFF;
    }

    .sec-document .p-documentpoint.column,
    .sec-document .p-documentRecommend.column {
        padding: 0 0 50px;
    }
    @media only screen and (min-width:768px) and (min-width:1024px) {
        .sec-document .p-documentpoint.column,
        .sec-document .p-documentRecommend.column {
            padding: 0 0 100px;
        }
        .sec-document .column,
        .sec-document .p-documentpoint .c-ttl02,
        .sec-document .p-documentRecommend .c-ttl02 {
            padding: 100px 0;
        }
    }

    .sec-document .p-documentpoint .c-ttl02 {
        background: url(https://trion.itembox.design/item/document/bg01.jpg) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .sec-document .p-documentRecommend .c-ttl02{
        background: url(https://trion.itembox.design/item/document/bg02.jpg) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
    }

    /* アフターケア */
    .sec-document .c-gloveAfter {
        background: url(https://trion.itembox.design/item/document/aftercare.jpg) no-repeat;
        background-repeat: no-repeat;
        background-size: cover;
    }

    @media only screen and (max-width:767px) {
      .sec-document .c-gloveAfter {
        background-image: url(https://trion.itembox.design/item/document/aftercare-sp.jpg)
      }
    }
/* 見出し背景ここまで */


	
/* グラブレザーについて */
	
@media only screen and (min-width:768px) {
  #gl_detail {
    margin: 40px 0;
    padding: 20px 40px 80px 40px;
    text-align: center;
    background-color: #FFF;
  }
  .gl_title {
    font-size: 26px;
    padding: 30px 0 20px 0;
    border-bottom: solid 1px #000;
    font-weight: bold;
  }
  .gl_title_02 {
    font-size: 23px;
    padding: 60px 0 20px 0;
    font-weight: bold;
  }
  .gl_main_image img {
    width: 100%;
    margin-top: 20px;
  }
  .gl_text {
    font-size: 1.8rem;
    line-height: 1.8em;
    margin: 0 auto;
    margin-top: 20px;
    width: 80%;
    font-weight: 500;
  }
  .gl_image img {
    float: left;
    width: 50%;
  }  
  .gl_text02 {
    font-size: 1.8rem;
    line-height: 1.8em;
    text-align: left;
    padding-left: 20px;
    font-weight: 500;
    display: flex;
    width: 50%;
  }
  .gl_content01 .gl_content02 .gl_content03 {
    margin: 0 auto;
  }
  .gl_content03 {
    height: auto;
    overflow: hidden;
  }
  .gl_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    width: 80%;
    margin: 0 auto;
  }
  .gl_wrap .gl_item {
    border-radius: 100%;
    font-size: 25px;
    padding: 16px;
    margin: 20px;
    color: #fff;
    background-color: #a99485;
    /* 以下のFlexboxで文字を中央寄せ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gl_wrap .gl_item::before {
    /* 擬似要素で正円を作る */
    display: block;
    content: '';
    padding-top: 100%;
  }
/* アフターケアについて */
  #after {
    text-align: center;
  }
  .care_back {
    background-color: #f4f1ea;
  }
  .afterc_special {
    text-align: left;
    margin-top: 30px;
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
  }
  .afterc_special img {
    float: right;
    width: 35%;
  }
  .afterc_back {
    padding-bottom: 100px;
  }
  .afterc_main {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .afterc-min {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .afterc {
    font-size: 5rem;
    font-weight: bold;
  }
  .afterc_01 {
    width: 60%;
    padding-top: 5%;
  }
  .afterc_title {
    font-size: 3.5rem;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .afterc_title span {
    font-size: 4rem;
    margin-right: 20px;
  }
  .afterc_text {
    font-size: 1.8rem;
    line-height: 1.9em;
  }
/* グラブシリーズランキング */
  #glove_ranking .slider-wrapper {
    background-color: #A99485;
  }
  #glove_ranking .unit {
    color: #fff;
  }
  #glove_ranking .caption_rank {
    margin: 10px 0;
  }
  #glove_ranking .caption_color {
    color: #F4F1EA;
  }
  #glove_ranking .caption_name {
    margin-top: 10px;
  }
  #glove_ranking p {
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
  }
  #glove_ranking h3 {
    margin: 0 auto;
    padding: 0;
  }
}

@media only screen and (min-width:768px) and (max-width:1024px) {	
/* グラブレザーについて */
  .gl_text {
    font-size: 1.8rem;
    line-height: 1.8em;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    font-weight: 500;
  }
  .gl_wrap .gl_item {
    border-radius: 100%;
    font-size: 20px;
    padding: 15px;
    margin: 10px;
    color: #fff;
    background-color: #a99485;
    /* 以下のFlexboxで文字を中央寄せ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
	
/* アフターケアについて */
  .afterc {
    font-size: 4rem;
    font-weight: bold;
  }
  .afterc_01 {
    width: 60%;
    padding-top: 5%;
  }
  .afterc_title {
    font-size: 2.5rem;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .afterc_title span {
    font-size: 3rem;
    margin-right: 20px;
  }
  .afterc_text {
    font-size: 1.5rem;
    line-height: 1.9em;
  }
}
	
@media only screen and (max-width: 768px) {
	
/* グラブレザーについて */
  #gl_detail {
    margin: 40px 0;
    padding: 20px 20px 50px 20px;
    text-align: center;
    background-color: #FFF;
  }
  .gl_title {
    font-size: 18px;
    padding: 15px 0;
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .gl_title_02 {
    font-size: 18px;
    padding: 30px 0 20px 0;
    font-weight: bold;
  }
  .gl_main_image {
    margin-top: 10px;
  }
  .gl_main_image img {
    margin: 0 auto;
    width: 100%;
  }
  .gl_text {
    font-size: 14px;
    line-height: 1.6em;
    margin: 0 auto;
    margin-top: 15px;
    font-weight: 500;
    width: 100%;
  }
  .gl_image img {
    width: 100%;
  }
  
  .gl_text02 {
    font-size: 12px;
    line-height: 1.8em;
    text-align: left;
    margin-top: 20px;
  }
  .gl_content01 .gl_content02 .gl_content03 {
    margin: 0 auto;
  }
  .gl_content03 {
    height: auto;
  }
  .gl_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    width: 100%;
    margin: 0 auto;
  }
  .gl_wrap .gl_item {
    border-radius: 100%;
    font-size: 18px;
    padding: 16px;
    margin: 5px;
    color: #fff;
    background-color: #a99485;
    /* 以下のFlexboxで文字を中央寄せ */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .gl_wrap .gl_item::before {
    /* 擬似要素で正円を作る */
    display: block;
    content: '';
    padding-top: 100%;
  }
/* アフターケアについて */
  #after {
    text-align: center;
  }
  .care_back {
    background-color: #f4f1ea;
    padding-bottom: 20px;
  }
  .afterc_special {
    text-align: left;
    margin-top: 15px;
    padding-bottom: 30px;
    height: auto;
    overflow: hidden;
  }
  .afterc_special img {
    float: right;
    width: 35%;
  }
  .afterc_main {
    padding-top: 60px;
    padding-bottom: 25px;
  }
  .afterc-min {
    font-size: 1.4rem;
    font-weight: bold;
  }
  .afterc {
    font-size: 3rem;
    font-weight: bold;
  }
  .afterc_01 {
    width: 60%;
  }
  .afterc_title {
    font-size: 1.6rem;
    margin: 0 auto 10px;
  }
  .afterc_title span {
    font-size: 1.6rem;
    margin-right: 5px;
  }
  .afterc_text {
    font-size: 1.2rem;
    line-height: 1.9em;
  }

/* グラブシリーズランキング */
  #glove_ranking .slider-wrapper {
    background-color: #A99485;
  }
  #glove_ranking .unit {
    color: #fff;
  }
  #glove_ranking .caption_rank {
    margin: 10px 0;
  }
  #glove_ranking .caption_color {
    color: #F4F1EA;
  }
  #glove_ranking .caption_name {
    margin-top: 10px;
  }
  #glove_ranking p {
    margin: 0 auto;
    padding: 0;
    font-weight: 500;
  }
  #glove_ranking h3 {
    margin: 0 auto;
    padding: 0;
  }
}


/*PANELシリーズ リンクバナー*/



.l-footer {
	background: #3E3A39;
	padding-bottom: 150px;
	margin-top: -60px;
}

.link__series {
	display: flex;
	flex-direction: row;
	text-decoration: none;
	margin: 0 auto;
	align-items: center;
	background-color: #F4F1EA;
	max-width: 1000px;
}

.link__series--inner {
	padding: 30px;
	width: 50%;
	font-size: 2rem;
	font-weight: 600;
	align-items: center;
	color: #3E3A39;
}

.link__series--btn {
	text-align: center;
	background: #3E3A39;
	font-size: 1.7rem;
	font-weight: 500;
	color: #fff;
	padding: 20px;
	margin-top: 20px;
}

.link__series--thumb img {
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {

.l-footer {
	background: #3E3A39;
	padding-bottom: 70px;
	margin-top: 0;
}
	
.link__series {
	display: flex;
	flex-direction: column-reverse;
	text-decoration: none;
	margin: 0 auto;
	align-items: center;
	background-color: #F4F1EA;
	width: 90%;
}

.link__series--inner {
	padding: 15px;
	width: 100%;
	font-size: 1.3rem;
	font-weight: 600;
	align-items: center;
	color: #3E3A39;
	text-align: center;
}

.link__series--btn {
	text-align: center;
	background: #3E3A39;
	font-size: 1.5rem;
	font-weight: 500;
	color: #fff;
	padding: 15px;
	margin-top: 15px;
}	

.link__series--thumb img {
	margin: 0 auto;
	width: 800px;
	
}
	
}

/*THE GLOVE メイン画像*/

@media screen and (max-width: 767px) { 

    .glove .box {
        margin-top: -45px!important;
    }
    .glove .p-mvArea__inner {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 35px;
    }
    .p-mvArea.glove .txt-area .ttl {
        position: relative;
        z-index: 2;
        line-height: 1.4!important;
        font-size: 2.1rem!important;
        text-shadow: 4px 4px 4px #A28D80;
        font-weight: 700;
        color: #fff;
    }
    .p-mvArea.glove .img {
        margin: 0 -20% 0 0 !important;
        overflow: hidden!important;
    }
    .p-mvArea.glove .txt-area .spell {
        color: rgba(255, 255, 255, 0.5);
        margin-top: 14px;
        font-size: 13px;
        font-size: 1.3rem!important;
        line-height: 1.6!important;
    }
}


/*QAコーナー*/

.accordion {
  color: #fff; 
  background-color: #A99485;
}
.product-acd-title {
  padding: 20px;
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.product-acd-con {
  display: none;
  padding: 20px 20px 40px;
  width: 95%;
}
.product-acd-con p {
  font-size: 1.8rem;
  font-weight: 400;
}
.toggle-btn {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .product-acd-title {
  padding: 20px 10px;
  font-size: 1.3rem;
  }
  .product-acd-con p {
  font-size: 1.3rem;
  font-weight: 400;
  }
  .product-acd-con {
  padding: 20px 10px;
  }
}

/*QAコーナー PANEL*/
.p-panelVoice.accordion {
  color: #3E3A39;
  background-color: #f4f1ea;
}
.p-panelVoice .product-acd-title {
  border-bottom: 1px solid #3E3A39;
  font-weight: 500;
}
.p-panelVoice .product-acd-con p {
  font-weight: 500;
}

/*QAコーナー DOCUMENT*/
.sec-document.accordion {
  color: #3E3A39;
  background-color: #EEF0F0;
}
.sec-document .product-acd-title {
  border-bottom: 1px solid #3E3A39;
  font-weight: 500;
}
.sec-document .product-acd-con p {
  font-weight: 500;
}