html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 821px) and (max-width: 1536px) {
  html {
    font-size: 0.65vw;
  }
}

@media screen and (max-width: 820px) {
  html {
    font-size: 1.3vw;
  }
}

.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  line-height: 1;
  letter-spacing: .1em;
  list-style: none;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #282d31;
  font-weight: 400;
}

.lp_style {
  padding-bottom: 12rem;
}

@media screen and (min-width:821px),
print {
  .lp_style {
    padding-bottom: 12rem;
  }
}

.lp_style button {
  background: transparent;
  padding: 0;
  margin: 0;
}

.lp_style ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.lp_style a {
  text-decoration: none;
}

.sp_only {
  display: none !important;
}

@media screen and (min-width:641px),
print {
  .pc_only {
    display: block !important;
  }
}

@media screen and (max-width:640px),
print {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }
}

.lp_style .content {
  display: block;
}

@media screen and (min-width:821px),
print {
  .lp_style .content {
    display: block;
  }
}

.content {
  display: block;
}

@media screen and (min-width:821px),
print {
  ._inner {
    width: 120rem;
    margin: 0 auto;
  }
}

/* ---------------------------------
  Mainvisual
--------------------------------- */
#Mainvisual img {
  max-width: 100%;
  width: 100%;
}
/* ---------------------------------
  Introduction
--------------------------------- */
#Introduction {
  padding: 5.5rem 0 10rem;
  text-align: center;
}
@media screen and (min-width:821px),
print {
  #Introduction {
    padding: 6.5rem 0 10rem;
    text-align: center;
  }
}

#Introduction ._ttl {
  width: 41rem;
  margin: 0 auto;
}

@media screen and (min-width:821px),
print {
  #Introduction ._ttl {
    width: 68.1rem;
    margin: 0 auto;
  }
}

#Introduction ._paragraph {
  margin: 4rem auto 0;
}

@media screen and (min-width:821px),
print {
  #Introduction ._paragraph {
    margin: 3rem auto 0;
  }
}

#Introduction ._paragraph ._txt {
  font-size: 2.6rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width:821px),
print {
  #Introduction ._paragraph ._txt {
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
  }
}

#Introduction ._paragraph ._txt span {
  display: inline-block;
}


/* ---------------------------------
  main
--------------------------------- */
.main_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10rem;
  font-size: 4rem;
  letter-spacing: .01em;
  text-align: center;
  color: #fff;
  background: #126557;
  font-weight: bold;
}

.main .sec_ttl{
  text-align: center;
  margin:0 auto 6rem;
}

@media screen and (min-width:821px),
print {
  .main .sec_ttl{
    text-align: center;
    margin: 0 auto 8rem;
  }
}

#socks .sec_ttl img,
#stockings .sec_ttl img,
#inner .sec_ttl img,
#others .sec_ttl img{
  width: auto;
  height: 13rem;
}

@media screen and (min-width:821px),
print {
  #socks .sec_ttl img,
  #stockings .sec_ttl img,
  #inner .sec_ttl img,
  #others .sec_ttl img{
    width: auto;
    height: auto;
  }
}



.main .content {
  padding: 8rem 0 ;
}

@media screen and (min-width:821px),
print {
  .main .content {
    padding: 8rem 0 10rem;
  }
}

.main .content:nth-of-type(odd) {
  background:#e7f4f2 ;
}

.main .content:nth-of-type(even) {
  background:#d5efeb ;
}

.main .productColumn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 3rem;
}

@media screen and (min-width:821px),
print {
  .main .productColumn {
    padding: 0;
  }
}

.main .Product {
  display: flex;
  align-items: center;
}

@media screen and (min-width:821px),
print {
  .main .Product {
    display: block;
  }
}

.main .Product:nth-of-type(n+2) {
  margin-top: 3rem;
}

@media screen and (min-width:821px),
print {
.main .Product:nth-of-type(n+2) {
  margin-top: 0;
}
}

.main .productColumn:nth-of-type(n+2) {
  margin-top: 6rem;
}

@media screen and (min-width:821px),
print {
  .main .productColumn:nth-of-type(n+2) {
    margin-top: 6rem;
  }
}


@media screen and (min-width:821px),
print {
  .productColumn .Product {
    max-width: 38rem;
  }
  .productColumn .Product:not(:nth-of-type(3n+1)) {
    margin-left: 3rem;
  }
}

.productColumn ._image {
  width: 34.5rem;
  transition: opacity .6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.productColumn ._image:hover {
  opacity: 0.6;
}

@media screen and (min-width:821px),
print {
  .productColumn ._image {
    width: 38rem;
    margin-bottom: 2.8rem;
  }
}

.productColumn ._feature {
  width: calc(100% - 34.5rem);
}

@media screen and (min-width:821px),
print {
  .productColumn ._feature {
    width: 100%;
  }
}

.productColumn ._Name {
  position: relative;
  font-size: 3rem;
  padding-bottom: 2.6rem;
  margin-bottom: 2.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.productColumn ._Name::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
  height: .2rem;
  background: #126557;
}

@media screen and (min-width:821px),
print {
  .productColumn ._Name {
    padding: 0 0 2rem;
    margin-bottom: 2rem;
    font-size: 2.6rem;
    line-height: 1.5;
    text-align: center;    
    white-space: nowrap;
  }
}

.productColumn ._information {
  color: #999999;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width:821px),
print {
  .productColumn ._information {
    font-size: 2rem;
    line-height: 1.5;
    color: #999999;
  }
}

.productColumn ._information span{
  display: block;
}

@media screen and (min-width:821px),
print {
  .productColumn ._information span{
    display: inline-block;
  }
}

._ctaArea {
  margin-top: 8rem;
}

@media screen and (min-width:821px),
print {
  ._ctaArea {
    margin-top: 8rem;
  }
}

._cta {
  color: #126557 !important;
}

._cta {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 56rem;
  height: 9rem;
  border: 1px solid #126557;
  font-size: 2.8rem;
  font-weight: bold;
  color: #126557;
  letter-spacing: -.025em;
}
._cta:nth-of-type(n+2) {
  margin-top: 2rem;
}
._cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5.3rem;
  height: 1.3rem;
  background: url(./../img/arrow-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width:821px),
print {
._cta {
  width: 53rem;
  height: 8rem;
  font-size: 2.4rem;
  overflow: hidden;
}
._cta:nth-of-type(n+2) {
  margin-top: 2rem;
}

._cta::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-100%,-50%);
  left: 0;
  width: 5.3rem;
  height: 1.3rem;
  background: url(./../img/arrow-pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform .6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
._cta:hover::after {
  transform: translate(0,-50%);
}
}

.catch {
  width: 80%;
  text-align: center;
  margin: 5rem auto 0;
}

@media screen and (min-width:821px),
print {
.catch {
  width:58rem;
  text-align: center;
}
}

aside {
  padding: 10rem 0 5.6rem;
  text-align: center;
}

@media screen and (min-width:821px),
print {
aside {
  padding: 8rem 0 13rem;
  text-align: center;
}
}

aside ._txt {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media screen and (min-width:821px),
print {
  aside ._txt {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 4rem;
  }
}

._banner {
  padding: 0 3rem;
  margin: 0 auto;
}

@media screen and (min-width:821px),
print {
  ._banner {
    padding: 0;
    max-width: 128rem;
    margin: 0 auto;
  }
}

