:root {
  --color-pink: #f2587b;
}


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: .025em;
  list-style: none;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #111111;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
}

.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 img {
  max-width: 100%;
  height: auto;
}


._inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ---------------------------------
 heroarea
-------------------------------------*/
.heroarea {
  text-align: center;
}

#wrapping {
  background: #e6dcd2;
  display: block;
  padding-top: 9.5rem;
}

@media screen and (max-width: 820px) {
  #wrapping {
    padding: 7rem 2rem 0;
  }
}

#wrapping ._box {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  background: #fff;
  padding: 8rem 5rem 10rem;
  border-radius: 3rem;
}

@media screen and (max-width: 820px) {
  #wrapping ._box {
    position: relative;
    padding: 26rem 3.6rem 6.6rem;
    border-radius: 3rem;
  }
}

#wrapping ._left,
#wrapping ._right {
  width: calc(50% - 1rem);
}

#wrapping ._left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}

#wrapping ._thumbnail img {
  width: 32.3rem;
}

@media screen and (max-width: 820px) {
  #wrapping ._thumbnail img {
    width: 18.6rem;
  }
}

#wrapping ._right {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: wrap;
  margin-left: 1rem;
}

@media screen and (max-width: 820px) {
  #wrapping ._right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#wrapping ._catch {
  margin-top: -2.5rem;
  width: 38.8rem;
}

@media screen and (max-width: 820px) {
  #wrapping ._catch {
    margin-top: 0;
    position: absolute;
    top: 5.8rem;
    left: 50%;
    transform: translateX(-50%);
    width: 38.8rem;
  }
}

#wrapping ._productName {
  font-size: 2.2rem;
  line-height: 1.27;
}

@media screen and (max-width: 820px) {
  #wrapping ._productName {
    margin-bottom: 6rem;
    font-size: 2.6rem;
  }
}

#wrapping ._productName .txtblock {
  display: block;
}

@media screen and (max-width: 820px) {
  #wrapping ._productName .txtblock {
    display: inline;
  }
}

#wrapping ._cta {
  width: 28rem;
  height: 6rem;
  background: #111111;
}

#wrapping ._cta a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: .025em;
}

/* ---------------------------------
 introduction
-------------------------------------*/

#introduction {
  background: #c6b282;
  height: 20rem;
  background: url(./../img/pc/intro-bg-pc.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 820px) {
  #introduction {
    height: 22rem;
    background-repeat: no-repeat;
    background-size: auto;
  }
}

#introduction ._inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#introduction ._Paragraph {
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
  font-weight: 500;
}

@media screen and (max-width: 820px) {
  #introduction ._Paragraph {
    font-size: 2.8rem;
    line-height: 1.78;
  }
}

#introduction ._Paragraph .txtblock {
  display: block;
}

/* ---------------------------------
 productArea
-------------------------------------*/
#productArea {
  background: #e6dcd2;
}

#productArea ._inner {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  #productArea ._inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 2rem;
  }
}

._container {
  border-radius: 0 3rem 3rem 0;
  padding: 8rem 5rem 10rem;
}

@media screen and (max-width: 820px) {
  ._container {
    border-radius: 3rem;
    padding: 6rem 3.5rem;
  }
}

.bg-white {
  background: #fff;
  border-radius: 0 0 3rem 3rem;
}

nav ._list {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10rem 0;
}

@media screen and (max-width: 820px) {
  nav ._list {
    flex-wrap: wrap;
    padding: 10rem 0;
  }
}

nav ._list ._item {
  width: 28.5rem;
}

@media screen and (max-width: 820px) {
  nav ._list ._item {
    width: 34.5rem;
  }
}


nav ._list ._item:not(:first-of-type) {
  margin-left: 2rem;
}

@media screen and (max-width: 820px) {
  nav ._list ._item:not(:first-of-type) {
    margin-left: 0;
  }

  nav ._list ._item:nth-of-type(odd) {
    margin-right: 1rem;
  }

  nav ._list ._item:nth-of-type(even) {
    margin-left: 1rem;
  }

  nav ._list ._item:nth-of-type(n+3) {
    margin-top: 2rem;
  }

}


#productArea {
  padding-bottom: 15rem;
}

@media screen and (max-width: 820px) {
  #productArea {
    padding-bottom: 13rem;
  }
}

#productArea .content {
  display: block;
}

#productArea .content:not(:first-of-type) {
  margin-top: 10rem;
}

@media screen and (max-width: 820px) {
  #productArea .content:not(:first-of-type) {
    margin-top: 6rem;
  }
}

#productArea ._title {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  #productArea ._title {
    width: 100%;
    margin: 0 auto;
  }
}

.productBlock ._description {
  position: relative;
  margin: 0 auto 6rem;
  padding: 6rem 3rem;
  background: #f7f4f0;
  border-radius: 3rem;
}

@media screen and (max-width: 820px) {
  .productBlock ._description {
    position: relative;
    padding: 6rem 4rem;
  }
}

.productBlock ._description ._Paragraph {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width: 820px) {

  .productBlock ._description ._Paragraph {
    text-align: left;
    font-size: 2.6rem;
    line-height: 1.5;
  }
}

.productBlock ._description ._Paragraph .txtblock {
  display: block;
}

@media screen and (max-width: 820px) {
  .productBlock ._description ._Paragraph .txtblock {
    display: inline;
  }
}


.productBlock ._description ._decoration-img {
  position: absolute;
  width: 17rem;
}

@media screen and (max-width: 820px) {
  .productBlock ._description ._decoration-img {
    display: none;
  }
}

._decoration-img-left {
  top: 50%;
  transform: translateY(-50%);
  left: 3rem;
}

._decoration-img-right {
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}


.productBlock ._lists {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 0 8rem;
  margin: 0 auto 8rem;
}

@media screen and (max-width: 820px) {
  .productBlock ._lists {
    padding: 0 ;
    margin: 0 auto 0;
  }
}

.productBlock ._lists ._product {
  position: relative;
  width: calc(50% - 1rem);
}

.xmas {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 16rem;
  height: 16rem;
}

@media screen and (max-width: 820px) {
  .xmas {
    width: 10.6rem;
    height: 10.6rem;
  }
}

.border {
  position: relative;
}

.border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #cccccc;
}

@media screen and (max-width: 820px) {

  .productBlock ._lists ._product {
    width: calc((100% / 2) - 1rem);
  }

}

.productBlock ._lists ._product:nth-of-type(odd) {
  margin-right: 1rem;
}

@media screen and (max-width: 820px) {
  #Product04 .productBlock ._lists ._product:nth-of-type(odd) {
    margin-right: 0;
  }
}

.productBlock ._lists ._product:nth-of-type(even) {
  margin-left: 1rem;
}

@media screen and (max-width: 820px) {
  #Product04 .productBlock ._lists ._product:nth-of-type(even) {
    margin-left: 0;
  }
}

.productBlock ._thumbnail {
  margin: 0 auto 3rem;
}

@media screen and (max-width: 820px) {
  .productBlock ._thumbnail {
    width: 100%;
    height: auto;
    margin: 0 auto 3rem;
  }
}

.productBlock ._productName {
  font-size: 2.2rem;
  line-height: 1.27;
  margin: 0 auto 2rem;
  letter-spacing: -.025em;
}

@media screen and (max-width: 820px) {
  .productBlock ._productName {
    font-size: 2.6rem;
    line-height: 1.23;
    margin: 0 0 2rem;
  }
}

.productBlock ._productName .txtblock {
  display: block;
}

@media screen and (max-width: 820px) {
  .productBlock ._productName .txtblock {
    display: inline;
  }
}

.productBlock ._cta>a {
  background: #111;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 6rem;
  font-size: 2rem;
  color: #fff;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) .4s;
}

.productBlock ._cta:hover a {
  color: #111111;
  background: #fff;
  border: 1px solid #111111;
}

@media screen and (max-width: 820px) {
  .productBlock ._cta>a {
    width: 28rem;
    height: 7rem;
    font-size: 2.6rem;
  }
}

.productBlock .col-01 {
  display: flex;
  align-items: center;
}

.productBlock .col-01 ._left,
.productBlock .col-01 ._right {
  width: calc(50% - 1rem);
}

.productBlock .col-01 ._left {
  margin-right: 1rem;
}

.productBlock .col-01 ._right {
  margin-left: 1rem;
}

.productBlock .col-01 ._productName {
  margin: 0 auto 2.5rem;
  font-size: 2.2rem;
  line-height: 1.27;
}

.productBlock .col-02 ._product {
  width: calc(55rem - 1rem);
}

@media screen and (max-width: 820px) {
  .productBlock .col-02 ._product {
    width: calc((100% / 2) - 1rem);
  }
}

.productBlock .col-02 ._product:nth-of-type(n+3) {
  margin-top: 8rem;
}

.productBlock ._productinfo {
  max-width: 540px;
}

.productBlock .col-01 ._productinfo,
.productBlock .col-02 ._productinfo {
  border-radius: 3rem;
  margin: 0 auto 3rem;
  padding: 4rem;
  background: #f7f4f0;
}

.productBlock .col-01 ._productinfo ._Paragraph,
.productBlock .col-02 ._productinfo ._Paragraph {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #555555;
}

.productBlock .col-02 ._productinfo ._Paragraph .txtblock {
  display: block;
  /* height: 7em; */
}

@media screen and (max-width: 820px) {
  .productBlock .col-02 ._productinfo ._Paragraph .txtblock {
    display: block;
    height: auto;
  }
}


._ctgBtn {
  margin-top: -10rem;
}

@media screen and (max-width: 820px) {
  ._ctgBtn {
    margin-top: 6rem;
  }
}

._ctgBtn>a {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52rem;
  height: 6rem;
  font-size: 2rem;
  color: #111111;
  border: 1px solid #111111;
}

._ctgBtn.-ladies:hover>a {
  background: #a6165d;
  color: #fff;
  border: none;
}

._ctgBtn.-mens:hover>a {
  background: #1e0c6b;
  color: #fff;
  border: none;
}

._ctgBtn.-more:hover>a {
  color: #fff;
  background: #7e5c00;
  border: none;
}

@media screen and (max-width: 820px) {
  ._ctgBtn>a {
    width: 52rem;
    height: 7rem;
    font-size: 2.6rem;
  }
}


#Product03 .productBlock:not(:first-of-type) {
  margin-top: 8rem;
}

@media screen and (max-width: 820px) {

  #Product01 ._box.col-01 {
    position: relative;
    padding-top: 30rem;
  }

  #Product01 ._box.col-01 ._productinfo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

}

@media screen and (max-width: 820px) {

  .sp-column01 .productBlock .col-02 ._product {
    width: 100%;
  }

  .sp-column01 .productBlock .col-02 ._product:not(:first-of-type) {
    margin-top: 6rem;
  }

  .sp-column01 .productBlock .col-02 ._product ._box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
  }

  .sp-column01 .productBlock .col-02 ._productinfo {
    order: 1;
  }

  .sp-column01 .productBlock .col-02 ._thumbnail {
    order: 2;
    width: calc(50% - 1rem);
    margin: 0;
  }

  .sp-column01 .productBlock .col-02 ._productName {
    order: 3;
    margin: 6rem 0 0;
    width: calc(50% - 1rem);

  }

  .sp-column01 .productBlock .col-02 ._cta {
    flex: none;
    position: absolute;
    bottom: 3rem;
    right: 2rem;
    width: calc(50% - 1rem);
  }
}


@media screen and (max-width: 820px) {
  #Product03 ._lists.col-02,
  #Product04 ._lists.col-02 {
    display: block;
  }

  #Product03 .productBlock .col-02 ._product,
  #Product04 .productBlock .col-02 ._product {
    width: 100%;
  }

  #Product03 .productBlock .col-02 ._box,
  #Product04 .productBlock .col-02 ._box {
    display: flex;
    align-items: center;
  }

  #Product03 .productBlock .col-02 .-left,
  #Product04 .productBlock .col-02 .-left {
    width: calc(50% - 1rem);
    margin-right: 1rem;
  }

  #Product03 .productBlock .col-02 .-right,
  #Product04 .productBlock .col-02 .-right {
    width: calc(50% - 1rem);
    margin-left: 1rem;
  }

}


#Product04 .productBlock:nth-of-type(n+2) {
  margin-top: -8rem;
}

@media screen and (max-width: 820px) {

  #Product04 .productBlock:nth-of-type(n+2) {
    margin-top: 0;
  }
}


#Product04 .productBlock:nth-of-type(1) {
  padding-bottom: 16rem;
}

@media screen and (max-width: 820px) {
  #Product04 .productBlock:nth-of-type(1) {
    padding-bottom: 0;
  }
}

#Product04 .productBlock ._lists {
  margin: 0 auto;
  padding: 0;
}


/* #Product05 .productBlock ._lists {
  margin: 0;
}

@media screen and (max-width: 820px) {
  #Product05 .productBlock ._lists {
    display: block;
    padding: 0;
  }

  #Product05 .productBlock .col-02 ._product {
    width: 100%;
  }

  #Product05 .productBlock .col-02 ._box {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #Product05 .productBlock ._lists ._product:nth-of-type(even) {
    margin-left: 0;
  }

  #Product05 .productBlock ._lists ._product:nth-of-type(n+2) {
    margin-top: 4rem;
  }

  #Product05 .productBlock:last-of-type {
    margin-top: 4rem;
  }

  #Product05 .productBlock .-left,
  #Product05 .productBlock .-right {
    width: calc(50% - 1rem);
  }

  #Product05 .productBlock .-left {
    margin-right: 1rem;
  }

  #Product05 .productBlock .-right {
    margin-left: 1rem;
  }
} */

@media screen and (max-width: 820px) {
.header_top {
  display: none !important;
}
}
