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%;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .1em;
  list-style: none;
  font-feature-settings: "palt";
  overflow: hidden;
  color: #300000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}

.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;
  }
}


.inner {
  width: 120rem;
  margin: 0 auto;
}

@media screen and (max-width:820px),print {
  .inner {
    width: 100%;
    padding: 0 2rem;
    margin: 0 auto;
  }
}

.top-layer {
  position: relative;
  z-index: 2;
}

.TextBlock {
  display: inline-block;
}

.Maker {
  font-weight: 500;
  background: linear-gradient(transparent 70%, #fff7b3 70%);
}

.Point-Background {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 67rem;
  top: 0;
  left: 0;
}

@media screen and (max-width:820px),print {
  .Point-Background {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 51.7rem;
  }
}

.Content:nth-of-type(odd) .Point-Background{
  background: rgb(255, 232, 161);
  background: linear-gradient(180deg, rgba(255, 232, 161, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.Content:nth-of-type(even) .Point-Background{
  background: rgb(255, 220, 190);
  background: linear-gradient(180deg, rgba(255, 220, 190, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

/*-------------------------------------  
  Mainvisual
-------------------------------------*/
.Mainvisual {
  text-align: center;
}

.Mainvisual img {
  max-width: 100%;
  height: auto;
}

/*-------------------------------------  
  Introduction
-------------------------------------*/
.Introduction {
  padding: 10rem 0 13.5rem;
}

@media screen and (max-width:820px),print {
  .Introduction {
    padding: 6.5rem 0 ;
  }
}

.Introduction_txt {
  margin-bottom: 8.5rem;
  font-size: 2.8rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width:820px),print {
  .Introduction_txt {
    margin-bottom: 5rem;
    line-height: 2;
    font-size: 2.2rem;
  }
}


.Introduction_txt .TextBlock {
  display: block;
  font-weight: 500;
}

.Introduction_txt-big {
  font-size: 142.85%;
  font-weight: 500;
}

/*-------------------------------------  
  Introduction
-------------------------------------*/
.Introduction-inner {
  width: 108rem;
  margin: 0 auto;
}

@media screen and (max-width:820px),print {
  .Introduction-inner {
    width: 100%;
    margin: 0 auto;
  }
}

/*-------------------------------------  
  PageNav
-------------------------------------*/

.PageNavList {
  font-size: 0;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.PageNavListItem {
  overflow: hidden;
  display: inline-block;
  width: 33.7rem;
  height: 18.9rem;
  font-size: 3.2rem;
  letter-spacing: .05em;
  background: #fc9f8b;
  border-radius: 4rem;
  font-weight: 500;
}

@media screen and (max-width:820px),print {
  .PageNavListItem {
    overflow: hidden;
    display: inline-block;
    width: 34rem;
    height: 19rem;
    font-size: 3.2rem;
    border-radius: 4rem;
    background:-webkit-linear-gradient( 0deg, rgb(252,160,138) 32%, rgb(254,192,124) 70%, rgb(255,223,109) 100%) ;
  }
}

.PageNavListItem:hover {
  background:-webkit-linear-gradient( 0deg, rgb(252,160,138) 32%, rgb(254,192,124) 70%, rgb(255,223,109) 100%) ;
}

.PageNavListItem:nth-of-type(n+4) {
  margin-top: 3.5rem;
}

@media screen and (max-width:820px),print {

  .PageNavListItem:nth-of-type(n+4) {
    margin-top: 0;
  }

  .PageNavListItem:nth-of-type(n+3) {
    margin-top: 2.4rem;
  }

}

.PageNavListItem a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  color: #fff;
}

/*-------------------------------------  
  Content
-------------------------------------*/
.Content {
  position: relative;
  padding: 15rem 0 12.8rem;
}

@media screen and (max-width:820px),print {
  .Content {
    position: relative;
    padding: 10rem 0 13rem;
  }
}

.Point-Number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.Content_ttl {
  line-height: 13.5rem;
  height: 13.5rem;
  font-size: 5rem;
  text-align: center;
  color: #fff;
  background: url(./../img/content_ttl-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-weight: bold;
  letter-spacing: .05em;
  border-radius: 3rem;
  overflow: hidden;
}

@media screen and (max-width:820px),print {
  .Content_ttl {
    line-height: 10rem;
    height: 10rem;
    font-size: 5rem;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    border-radius: 0;
    overflow: hidden;
    border-radius: 3rem;
  }
}

.Content_ttl-strong {
  font-size: 130%;
  font-weight: bold;
}

.Content_Introduction-outer {
  margin: 7rem auto 8rem;
}

@media screen and (max-width:820px),print {
  .Content_Introduction-outer {
    margin: 5rem auto 4rem;
  }
}

.Content_Introduction {
  font-size: 2.6rem;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width:820px),print {
  .Content_Introduction {
    font-size: 2rem;
    line-height: 2;
    text-align: center;
  }
}

.Content_Introduction .TextBlock {
  display: block;
  font-weight: 500;
}

.Main-Content {
  padding: 0 6rem;
}

@media screen and (max-width:820px),print {
  .Main-Content {
    padding: 0 ;
  } 
}

/* Point01 */

#Point01 .color-chart {
  position: relative;
  text-align: center;
  padding-bottom: 7rem;
}

@media screen and (max-width:820px),print {
  #Point01 .color-chart {
    position: relative;
    text-align: center;
    padding-bottom: 6rem;
  }
}

#Point01 .color-chart::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fc9f8b;
}

.color-chart-lp {
  margin: 6rem 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width:820px),print {
  .color-chart-lp {
    margin: 6rem 0 0;
  }
}

.color-chart-lp_dt {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41.8rem;
  height: 31.2rem;
  background-image: -moz-linear-gradient( 0deg, rgb(252,160,138) 32%, rgb(254,192,124) 70%, rgb(255,223,109) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(252,160,138) 32%, rgb(254,192,124) 70%, rgb(255,223,109) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(252,160,138) 32%, rgb(254,192,124) 70%, rgb(255,223,109) 100%);
  color: #fff;
  border-radius: 4rem;
  font-size: 3.6rem;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (max-width:820px),print {
  .color-chart-lp_dt {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30.3rem;
    height: 22.5rem;
    border-radius: 4rem;
    font-size: 3.6rem;
  }

}

.color-chart-lp_dt::after {
  content: "";
  margin: 0;
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  transform: translate(100%,-50%);
  width: 2.3rem;
  height: 6.6rem;
  background: url(./../img/arrow.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width:820px),print {
  .color-chart-lp_dt::after {
    width: 2.3rem;
    height: 6.6rem;
    background: url(./../img/arrow.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
}


.color-chart-lp_dd {
  margin: 0 0 0 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 31.2rem;
  height: 31.2rem;
  border: 1.5px solid #e9006b;
  background: #fff;
}

@media screen and (max-width:820px),print {
  .color-chart-lp_dd {
    margin: 0 0 0 5.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22.5rem;
    height: 22.5rem;
  }
}

/* Point02 */

.p-size {
  padding: 4.5rem 0 0;
}

.p-size__container {
  position: relative
}

.p-size__container.p-size-sp {
  display: none;
}

@media screen and (max-width:820px),print {
  .p-size__container.p-size-pc {
    display: none;
  }
  .p-size__container.p-size-sp {
    display: block;
  }
  .p-size__container.p-size-sp .p-size_table {
    position: relative;
  }
}

.p-size__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 4.4vw;
  overflow-x: auto;
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  position: relative;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}


@media screen and (max-width:820px),print {
  .p-size__list {
    display: flex;
    justify-content: center;
    padding: 0 0 5.4rem 0;
  }
}

.p-size__list.is-nosnap {
  -webkit-overflow-scrolling: auto;
  overflow-scrolling: auto;
  -webkit-scroll-snap-type: none;
  -ms-scroll-snap-type: none;
  scroll-snap-type: none
}

.p-size__item {
  scroll-snap-align: center
}

@media screen and (max-width:820px),print {
  .p-size__item {
    margin: 0 1rem;
  }
}


@media screen and (min-width: 821px) {
  .p-size {
    padding: 4.5rem 0 0;
  }
  .p-size__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0 0 5.4rem;
    overflow: hidden;
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
  }
  .p-size__list.is-nosnap {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
  }
  .p-size__item {
    width: calc(100% / 9);
    scroll-snap-align: none;
    cursor: pointer
  }
  .p-size__item.is-active {
    cursor: default
  }
  .p-size__item.is-active .more_button {
    background: #000;
  }

  .p-size__item.is-active .more_button span {
    color: #fff;
  }

  .p-size__active-area {
    display: none
  }
  .p-size__button {
    width: 26rem;
    height: 7.5rem;
    line-height: 6.9rem;
  }
  .p-size__note {
    font-size: 1.1rem;
    letter-spacing: .02em
  }
  .p-size-title-deco {
    width: 19rem;
    top: -7.8rem;
    left: -5.3rem
  }
}

.p-size-scale {
  width: 100%;
  padding: 0 5.33333vw;
  position: absolute;
  top: 33.33333vw;
  left: 0
}

.p-size-scale__height, .p-size-scale__weight {
  margin-left: 6.66667vw;
  border-top: 1px dashed #b3b2b2
}

.p-size-scale__height span, .p-size-scale__weight span {
  display: inline-block;
  margin-left: -6.66667vw;
  padding-right: 1.33333vw;
  font-size: 2.93333vw;
  -webkit-transform: translate(0, -1em);
  transform: translate(0, -1em)
}

@media screen and (max-width: 820px) {
  .p-size-scale__height span, .p-size-scale__weight span {
    font-size: 1.6rem;
    color: #000;
    
  }
}

.p-size-scale__weight {
  margin-top: 23.2vw
}

@media screen and (max-width: 820px) {
  .p-size-scale__weight {
    margin-top: 15rem;
  }
}

@media screen and (min-width: 821px) {
  .p-size-scale {
    width: 100%;
    padding: 0;
    top: 13.4prem;
    left: 50%;
    margin-left: -50%;
  }
  .p-size-scale__height, .p-size-scale__weight {
    margin-left: 2.5rem
  }
  .p-size-scale__height span, .p-size-scale__weight span {
    margin-left: -2.5rem;
    padding-right: .5rem;
    font-size: 1.1rem
  }
  .p-size-scale__weight {
    margin-top: 11.8rem;
  }
}

@media screen and (max-width: 820px) {
   .p-size__list .p-size__item .p-size-unit {
    width: 11rem;
    position: relative
  }
}

.p-size-unit__cat {
  padding-bottom: 6.4vw;
  font-size: 4.848vw;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  text-align: center
}

.p-size-unit__cat span {
  position: relative
}

.p-size-unit__cat span:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #ff3537;
  border-radius: 3px;
  position: absolute;
  top: 6vw;
  left: 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0, 0, 0.58, 1)
}

.p-size__item.is-active .p-size-unit__cat span:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1)
}

.p-size-unit__heigher, .p-size-unit__hip {
  padding-left: 4vw;
  border-top: 3px solid #000;
  font-size: 3.73333vw;
  line-height: 6vw
}

.p-size-unit__heigher {
  color: transparent;
  white-space: nowrap;
  position: relative;
  text-indent: -9999px;
}

.p-size-unit__heigher--lightgray, .p-size-unit__heigher--darkgray, .p-size-unit__heigher--black {
  color: transparent;
  text-indent: -9999px;
}

.p-size-unit__heigher--head {
  min-width: 65vw;
  color: #fff;
  text-indent: 0
}

.p-size-unit__heigher--lightgray {
  background: #b6b7b7
}

.p-size-unit__heigher--darkgray {
  background: #727171
}

.p-size-unit__heigher--black {
  background: #000
}

.p-size-unit__hip {
  color: #fff;
  border-bottom: 3px solid #000
}

.p-size__item:nth-of-type(odd) .p-size-unit__hip {
  background: #dbbe9d
}

.p-size__item:nth-of-type(even) .p-size-unit__hip {
  background: #af9b86
}

.p-size__item:first-child .p-size-unit .p-size-unit__heigher:after, .p-size__item:first-child .p-size-unit .p-size-unit__hip:after, .p-size__item:last-child .p-size-unit .p-size-unit__heigher:after, .p-size__item:last-child .p-size-unit .p-size-unit__hip:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0
}


@media screen and (max-width: 820px) {
  .p-size__item:first-child .p-size-unit {
    width: 11rem;
  }
}

.p-size__item:last-child .p-size-unit .p-size-unit__heigher:after {
  background: #000
}

@media screen and (min-width: 821px) {
  .p-size-unit {
    width: 100%;
  }
  .p-size-unit__cat {
    padding-bottom: 2.4rem;
    font-size: 1.8rem;
  }
  .p-size-unit__cat span:after {
    top: 2.2rem;
  }

  .p-size-unit__heigher, .p-size-unit__hip {
    padding-left: .7rem;
    border-top-width: 2px;
    font-size: 1.2rem;
    line-height: 2.2rem;
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    position: relative
  }
  .p-size__item:nth-of-type(3) .p-size-unit__heigher {
    background: #727171
  }
  .p-size-unit__heigher--head {
    min-width: 24rem;
  }
  .p-size-unit__hip {
    min-width: 24rem;
    border-bottom-width: 2px
  }
  .size__list .p-size__item .p-size-unit__model {
    width: 11rem;
    margin: 0 auto;
    position: relative
  }

  .p-size__item:first-child .p-size-unit .p-size-unit__heigher:after, .p-size__item:first-child .p-size-unit .p-size-unit__hip:after, .p-size__item:last-child .p-size-unit .p-size-unit__heigher:after, .p-size__item:last-child .p-size-unit .p-size-unit__hip:after {
    width: 50vw;
    height: calc(100% + 4px);
    border-top: 2px solid #000;
    top: -2px
  }
  .p-size__item:first-child .p-size-unit {
    width: 11.3rem;
  }
  .p-size__item:first-child .p-size-unit .p-size-unit__cat {
    padding-left: 2rem
  }
  .p-size__item:first-child .p-size-unit .p-size-unit__heigher, .p-size__item:first-child .p-size-unit .p-size-unit__hip {
    padding: 0
  }
  .p-size__item:first-child .p-size-unit .p-size-unit__heigher:after, .p-size__item:first-child .p-size-unit .p-size-unit__hip:after {
    right: 100%
  }
  .p-size__item:first-child .p-size-unit .p-size-unit__heigher:after {
    background: #b6b7b7
  }
  .p-size__item:first-child .p-size-unit .p-size-unit__hip:after {
    background: #dbbe9d;
    border-bottom: 2px solid #000
  }
  .p-size__item:first-child .p-size-unit .p-size-unit__model {
    width: 100%;
    padding-left: 0;
    margin-left: auto;
  }
  .p-size__item:last-child .p-size-unit {
    width: 100%;
  }
  .p-size__item:last-child .p-size-unit .p-size-unit__cat, .p-size__item:last-child .p-size-unit .p-size-unit__model {
    padding-right: 0;
  }
  .p-size__item:last-child .p-size-unit .p-size-unit__heigher:after, .p-size__item:last-child .p-size-unit .p-size-unit__hip:after {
    left: 100%;
  }
  .p-size__item:last-child .p-size-unit .p-size-unit__hip:after {
    background: #dbbe9d;
    border-bottom: 2px solid #000;
  }
}

.p-size-point {
  width: 30.4vw;
  position: absolute
}

.p-size-point.is-scale {
  z-index: 5
}
.p-size-point--02 {
  top: 46vw;
  right: -6vw
}

.p-size-point--03 {
  top: 46vw;
  right: -7.6vw
}

.p-size-point--04 {
  top: 46.26667vw;
  right: -5.33333vw
}

.p-size-point--05 {
  top: 62.66667vw;
  right: -6.26667vw
}

.p-size-point--06 {
  top: 46.26667vw;
  right: -7.06667vw
}

.p-size-point--07 {
  top: 62.4vw;
  right: -8.26667vw
}

.p-size-point__info {
  width: 30vw;
  position: relative;
  -webkit-transform: scale(0.45);
  transform: scale(0.45);
  -webkit-transform-origin: 26vw 8vw;
  transform-origin: 26vw 8vw;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1
}

.is-scale .p-size-point__info {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.p-size-point__button {
  width: 8vw;
  height: 8vw;
  background: #fff;
  border: .53333vw solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2
}

.is-scale .p-size-point__button {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.p-size-point__button div {
  width: 3.2vw;
  height: .66667vw;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.p-size-point__button div:nth-of-type(2) {
  width: 3.4vw;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform-origin: center;
  transform-origin: center
}

@media screen and (min-width: 821px) {
  .p-size-point {
    width: 119px;
    cursor: pointer
  }
  .p-size-point--02 {
    top: 17.9rem;
    right: -.5rem
  }
  .p-size-point--03 {
    top: 17.8rem;
    right: -1rem
  }
  .p-size-point--04 {
    top: 178px;
    right: -.4rem
  }
  .p-size-point--05 {
    top: 233px;
    right: -.4rem
  }
  .p-size-point--06 {
    top: 178px;
    right: -1rem
  }
  .p-size-point--07 {
    top: 23.2rem;
    right: -1rem
  }
  .p-size-point__info {
    width: 11.8rem;
    -webkit-transform: scale(0.39);
    transform: scale(0.39);
    -webkit-transform-origin: 9.8rem 2rem;
    transform-origin: 9.8rem 2rem
  }
  .p-size-point__button {
    width: 2.8rem;
    height: 2.8rem;
    border-width: 2px;
  }
  .p-size-point__button div {
    width: 1.1rem;
    height: .3rem
  }
  .p-size-point__button div:nth-of-type(2) {
    width: 1.1rem
  }
}

.p-size-scale {
    top: 11rem;
}

.p-size-unit__model {
    margin-top: 4rem;
    text-align: center;
    position: relative;
}
.p-size-unit__model .model_table_point {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%,-100%);
}

.p-size-unit__model img {
    display: inline-block;
    vertical-align: bottom;
    margin:  0 auto;
    width: auto;
    height: 34.3rem;
}

@media screen and (max-width:768px) {
  .p-size-unit__model img {
    display: inline-block;
    vertical-align: bottom;
    margin:  0 auto;
    width: 100%;
    height: auto;
}
}

.more_button {
  margin: 4rem auto 0;
  width: calc(100% - 1rem);
  height: 6.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  border-radius: 1rem;
}

.more_button:hover {
  background: #000;
}

.more_button span {
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: 500;
}

.more_button:hover span {
  color: #fff !important;
}

@media screen and (max-width:820px) {

  .scroll-hint-icon {
      display: block;
  }

  .p-size-unit__model {
      margin-top: 20rem;
  }
  .p-size-scale {
      top: 10rem;
  }

.p-size-unit__model .model_table_point {
      top: -10%;
      width: 50%;
  }

  #Useful-Contents #Point02 .more_button {
    margin: 4rem auto 0;
      width: 11rem;
      height: 6.3rem;
  }
}

@media screen and (max-width:820px) {

  .p-size {
    padding: 0;
  }

  .p-size-unit__model {
      margin-top: 4rem;
  }
   

  .p-size-unit__model .model_table_point {
      top: -3%;
      width: 80%;
  }

  #Useful-Contents .more_button .more_button-text {
      font-size: 1.6rem;
  }
}

  .p-size__list::-webkit-scrollbar {  /* Chrome, Safari å¯¾å¿œ */
  -ms-overflow-style: none;    /* IE, Edge å¯¾å¿œ */
  scrollbar-width: none;       /* Firefox å¯¾å¿œ */
  display:none;
}

.p-size__item:nth-of-type(odd) .p-size-unit__hip {
  min-width: 65vw;
}

.scroll-hint-text {
    color: #fff;
}

@media screen and (max-width:414px) {
  .p-size-scale {
      top: 14rem;
      padding: 0;
  }
}

@media screen and (min-width: 821px){
  .p-size__item.is-active .p-size-unit__model:after {
      opacity: 1;
      border-color: #ff7c62;
  }
  }
  @media screen and (min-width: 821px) {

    .p-size-unit__model:hover::after {
      opacity: 1;
    }

    .p-size-unit__model:after {
      content: "";
      display: block;
      width: 11.1rem;
      height: 38rem;
      border: 4px solid #b6b7b7;
      border-radius: 3rem;
      position: absolute;
      pointer-events: none;
      top: -1.5rem;
      right: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1),border-color 0.3s cubic-bezier(0, 0, 0.58, 1);
      transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1),border-color 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  }


  @media screen and (max-width: 820px){
    .p-size-unit__model:hover::after {
      opacity: 1;
    }
    .p-size-unit__model:after {
      content: "";
      display: block;
      width: 12rem;
      height: 45rem;
      border: 4px solid #b6b7b7;
      border-radius: 3rem;
      position: absolute;
      pointer-events: none;
      top: -1.5rem;
      right: 0;
      opacity: 0;
      -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1),border-color 0.3s cubic-bezier(0, 0, 0.58, 1);
      transition: opacity 0.3s cubic-bezier(0, 0, 0.58, 1),border-color 0.3s cubic-bezier(0, 0, 0.58, 1);
  }
  .p-size__item.is-active .p-size-unit__model:after {
    opacity: 1;
    border-color: #ff7c62;
  }

  .p-size__item.is-active .more_button {
    background-color: #000;
  }
  
  .p-size__item.is-active .more_button span {
    color: #fff;
  }

  }


/* Point03 */
#Point03 .stature_cta {
  display: flex;
  justify-content: space-between;
}

#Point03 .stature_cta_link {
  width: calc(100% / 7);
}

@media screen and (max-width:820px) {
  #Point03 .stature-sp-box-top .stature_cta_link {
    width: calc(100% / 3);
  }
  
  #Point03 .stature_cta_link {
    width: calc(100% / 4);
  }
}

#Point03 .stature_cta_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.6rem auto 0;
  width: 13rem;
  height: 6rem;
  border: 2px solid #300000;
  border-radius: 3rem;
  font-size: 2rem;
  letter-spacing: .05em;
  color: #300000;
  font-weight:500;
}

@media screen and (max-width:820px) {
  #Point03 .stature_cta_link a {
    margin: 2.3rem auto 0;
    width: 13rem;
    height: 6rem;
    border: 2px solid #300000;
    border-radius: 3rem;
    font-size: 2.1rem;
    letter-spacing: .05em;
    color: #300000;
    font-weight:500;
  }
}

#Point03 .stature_cta_link:hover a {
  background: #300000;
  color: #fff;
}

.stature-sp {
  display: none;
}

@media screen and (max-width:820px) {
  .stature-pc {
    display: none;
  }

  .stature-sp {
    display: block;
  }
}

@media screen and (max-width:820px) {

  .stature-sp-box-top {
    padding: 0 8rem;
    margin: 0 auto 5rem;
  }

}

.stature_feature {
  margin: 10rem auto 0;
}

@media screen and (max-width:820px) {
  .stature_feature {
    margin: 7.5rem auto 0;
  }
}

.common_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50rem;
  height: 6rem;
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: .05em;
  font-weight: bold;
  background: #fff;
  color: #300000 !important;
  border: 2px solid #300000;
  border-radius: 3rem;
}

@media screen and (max-width:820px) {
  .common_button {
    width: 55.2rem;
    height: 6.2rem;
    font-size: 2.1rem;
    font-weight: bold;
    border-radius: 3rem;
  }
}

.common_button:hover {
  background: #300000;
  color: #fff !important;  
}

.picky_cta-short .common_button {
  width: 29.2rem;
}

@media screen and (max-width:820px) {
  .picky_cta-short .common_button {
    width: 100%;
    font-size: 1.8rem;
  }
}

/* Point04 */
.picky {
  width: 108rem;
  background: #fff8cd;
  border-radius: 4rem;
  padding-bottom: 8rem;
}

@media screen and (max-width:820px) {
  .picky {
    width: 100%;
    background: #fff8cd;
    border-radius: 4rem;
    padding-bottom: 8rem;
  }
}

.picky:not(:first-of-type) {
  margin-top: 9.5rem;
}

@media screen and (max-width:820px) {
  .picky:not(:first-of-type) {
    margin-top: 9rem;
  }
}

.picky_head {
  line-height: 1;
  margin: 0 0 3.5rem;
  padding: 2rem 0 5rem;
  font-size: 4rem;
  letter-spacing: .025em;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-text-stroke: 2px #300000;
  background: url(./../img/picky_head.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media screen and (max-width:820px) {
  .picky_head {
    line-height: 1;
    font-size: 0;
    margin: 0 0 3rem;
    padding: 1rem 0 3.5rem;
    background: url(./../img/picky_head-sp.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .picky_head img {
    height: 3.3rem;
    width: auto;
  }
}

.picky_type {
  width: 100%;
  line-height: 5rem;
  height: 5rem;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: .025em;
  background: #fc9f8b;
  border-radius: .5rem;
  max-width: 32.8rem;
  margin: 0 auto 2rem;
  text-align: center;
}

@media screen and (max-width:820px) {
  .picky_type {
    width: 100%;
    line-height: 5rem;
    height: 5rem;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .025em;
    background: #fc9f8b;
    border-radius: .5rem;
    margin: 0 auto 2rem;
    text-align: center;
  }
}

.picky_txt {
  height: 4em;
  font-size: 1.6rem;
  line-height: 2;
  color: #300000;
  margin: 0 auto 2rem;
  font-weight: 500;
  letter-spacing: .05em;
}

@media screen and (max-width:820px) {
  .picky_txt {
    height: 6em;
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
    margin: 0 auto 2rem;
    font-weight: 500;
    letter-spacing: .05em;
  }
}

.picky_txt .TextBlock {
  font-weight: 500;
}

.picky_image {
  margin-bottom: 4rem;
}

@media screen and (max-width:820px) {
  .picky_image {
    margin-bottom: 4rem;
  }
}

.picky .column-01 {
  display: block;
}

.picky .column-01 .column-content {
  width: 100%;
}

.picky .column-01 .column-content:not(:first-of-type) {
  margin-top: 8rem;
}

@media screen and (max-width:820px) {
  .picky .column-01 .column-content:not(:first-of-type) {
    margin-top: 7rem;
  }
}

.picky .column-01 .column-content:nth-of-type(even) .column-content-inner {
  flex-direction: row-reverse;
}

@media screen and (max-width:820px) {
  .picky .column-01 .column-content:nth-of-type(even) .column-content-inner {
    flex-direction: row;
  }
}

.picky .column-01 .column-content:nth-of-type(odd) .picky_TxtBlock {
  padding: 0 3rem;
}

@media screen and (max-width:820px) {
  .picky .column-01 .column-content:nth-of-type(odd) .picky_TxtBlock {
    padding: 0 ;
  }
}

.picky .column-01 .column-content:nth-of-type(even) .picky_TxtBlock {
  padding: 0 3rem 0 3.7rem;
}

@media screen and (max-width:820px) {
  .picky .column-01 .column-content:nth-of-type(even) .picky_TxtBlock {
    padding: 0 ;
  }
}

.picky .column-01 .column-content-inner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:820px) {
  .picky .column-01 .column-content-inner {
    display: block;
    padding: 0 8rem;
  }
}

.picky .column-01 .picky_TxtBlock ,
.picky .column-01 .picky_image {
  width: 43.5rem;
}

@media screen and (max-width:820px) {
  .picky .column-01 .picky_TxtBlock ,
  .picky .column-01 .picky_image {
    width: 100%;
  }
}

#Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(odd) .picky_type,
#Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(even) .picky_type{
  max-width: inherit;
  width: 36.8rem;
  margin: 0 auto 2rem 0 ;
}

@media screen and (max-width:820px) {
  #Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(odd) .picky_type,
  #Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(even) .picky_type{
    max-width: inherit;
    width: 100%;
    margin: 0 auto 2rem 0 ;
  }
}

#Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(odd) .picky_txt,
#Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(even) .picky_txt {
  height: auto;
}

#Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(odd) .picky_image {
  padding-left: 1rem;
}

@media screen and (max-width:820px) {
  #Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(odd) .picky_image {
    padding-left: 0;
  }
}

#Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(even) .picky_image {
  padding-right: 1rem;
}

@media screen and (max-width:820px) {
  #Point04 .picky:nth-of-type(n+2) .column-01 .column-content:nth-of-type(even) .picky_image {
    padding-right: 0;
  }
}

.picky .column-02 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.picky .column-02 .column-content {
  width: 43.5rem;
  padding: 0 4.5rem;
  text-align: center;
}

@media screen and (max-width:820px) {
  .picky .column-02 .column-content {
    width: 25rem;
    padding: 0 ;
    text-align: center;
  }
  .picky .column-02 .column-content:nth-of-type(odd) {
    margin-right: 2.5rem;
  }
  .picky .column-02 .column-content:nth-of-type(even) {
    margin-left: 2.5rem;
  }
}

/* Point05 */
.brand {
  margin-bottom: 0;
}

#Point05 .brand {
  text-align: center;
}

#Point05 .brand:nth-of-type(n+2) {
  margin-top: 8rem;
}

@media screen and (max-width:820px) {
  #Point05 .brand:nth-of-type(n+2) {
    margin-top: 9rem;
  }
}

.brand_head {
  margin-bottom: 4.5rem;
}

@media screen and (max-width:820px) {
  .brand_head {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width:820px) {
  .brand_head img{
      width: auto;
      height: 10.8rem;
  }
}

#Point05 .column-content-inner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:820px) {
  #Point05 .column-content-inner {
    display: block;
  }
}
  

#Point05 .brandItem-outer {
  padding: 5rem 5rem 7rem;
  border-radius: 4rem;
  background-color: #fff8cd;
}

@media screen and (max-width:820px) {
  #Point05 .brandItem-outer {
    padding: 7rem 8rem 7rem;
    border-radius: 4rem;
    background-color: #fff8cd;
  }
}

/* #Point05 .brandItem {} */

#Point05 .brandItem .column-content:not(:first-of-type) {
  margin-top: 7.5rem;
}

@media screen and (max-width:820px) {
  #Point05 .brandItem .column-content:not(:first-of-type) {
    margin-top: 7rem;
  }
}

#Point05 .brand_image {
  width: 40rem;
}

@media screen and (max-width:820px) {
  #Point05 .brand_image {
    width: 100%;
    margin-bottom: 3rem;
  }
}

#Point05 .brand_image img {
  width: 100%;
  height: auto;
}

#Point05 .brand_TxtBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  width: calc((100% - (40rem + 4.5rem)));
  margin-left: 4.5rem;
}

@media screen and (max-width:820px) {
  #Point05 .brand_TxtBlock {
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

.brand_type {
  margin-bottom: 1em;
  font-size: 2.2rem;
  line-height: 1;
  color: #300000;
  letter-spacing: .05em;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width:820px) {
  .brand_type {
    font-size: 2.4rem;
  }
}

.brand_txt {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .05em;
  text-align: left;
}

@media screen and (max-width:820px) {
  .brand_txt {
    margin-bottom: 3.6rem;
    font-size: 1.6rem;
  }
}

.brand_txt .TextBlock {
  font-weight: 500;
}

.brand_cta {
  margin-top: 3.5rem;
}

.brand_cta-product a{
  margin: 3.5rem auto 0;
  width: 26.2rem;
  height: 6.2rem;
}

@media screen and (max-width:820px) {
  .brand_cta-product a{
    margin: 4rem auto 0;
    width: 42rem;
    height: 6rem;
  }
}

.brand_cta-category {
  margin: 5rem auto 0;
}

@media screen and (max-width:820px) {
  .brand_cta-category {
    margin: 5rem auto 0;
  }
}

/* Point06 */

#Point06 .picky .column-02 {
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4rem;
}

@media screen and (max-width:820px) {
  #Point06 .picky .column-02 {
    display: block;
    padding: 0 0;
  }
}

#Point06 .picky .column-02 .column-content-inner {
  width: 32.8rem;
  margin: 0 auto;
}

@media screen and (max-width:820px) {
  #Point06 .picky .column-02 .column-content-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 8rem;
  }
  #Point06 .picky .column-02 .column-content:not(:first-of-type) {
    margin-top: 7rem;
  }
}


@media screen and (max-width:820px) {
  #Point06  .picky .column-02 .column-content {
    width: 100%;
  }
}

#Point06 .picky .column-02 .column-content:nth-of-type(odd) {
  margin-right: 1rem;
}
#Point06 .picky .column-02 .column-content:nth-of-type(even) {
  margin-left:1rem ;
}

@media screen and (max-width:820px) {
  #Point06 .picky .column-02 .column-content:nth-of-type(odd) {
    margin-right: 0;
  }
  #Point06 .picky .column-02 .column-content:nth-of-type(even) {
    margin-left:0;
  }
}

.picky_ProductCatch {
  display: block;
  height: 3em;
  margin-bottom: 1.5rem;
  font-size:1.6rem;
  letter-spacing: .05em;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width:820px) {
  .picky_ProductCatch {
    display: block;
    margin-bottom: 2rem;
    font-size:1.6rem;
  }
}

.picky_ProductName {
  font-size:2.6rem;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
  letter-spacing: .025em;
  margin-bottom: 3rem;
}

@media screen and (max-width:820px) {
  .picky_ProductName {
    font-size:2.4rem;
    letter-spacing: .025em;
    margin-bottom: 4rem;
  }
  .picky_ProductName br {
    display: none;
  }
}

.picky_information {
  margin: -1.5rem auto 5rem;
  font-size: 2rem;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width:820px) {
  .picky_information {
    padding: 0 8rem;
    margin: 1rem auto 5rem;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
  }
}

.picky_information .TextBlock {
  font-weight: 500;
  display: block;
}

.picky_aside {
  position: relative;
  max-width: 87rem;
  padding: 0 3.2rem;
  margin: 7rem auto 0;
  text-align: center;
}

.picky_aside .picky_aside_product {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  top: 19rem;
}

@media screen and (max-width:820px) {
  .picky_aside .picky_aside_product {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    top: 15rem;
  }
}

.picky_aside .picky_aside_product img {
  width: 20.3rem;
  height: auto; 
}

@media screen and (max-width:820px) {
  .picky_aside .picky_aside_product img {
    width: 15rem;
    height: auto; 
  } 
}


.picky_aside .picky_aside_product img:nth-of-type(odd) {
  margin-right: 3.5rem;
}
.picky_aside .picky_aside_product img:nth-of-type(even) {
  margin-left: 3.5rem;
}

@media screen and (max-width:820px) {
  .picky_aside {
    padding: 0 8rem;
    margin: 7rem auto 0;
    text-align: center;
  }
}

@media screen and (max-width:820px) {
  #Point06 .picky_cta-short {
    width: 42rem;
    margin: 0 auto;
  }
}

.pagetop {
  position: fixed;
  bottom: 6rem;
  left: calc(50% + 63rem);
  transform: translateX(100%);
  width: 6rem;
  height: 6rem;
}

@media screen and (max-width:820px) {
  .pagetop {
    position: fixed;
    z-index: 2;
    bottom: 5rem;
    left: auto;
    right: 4rem;
    transform: translateX(0);
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width:640px) {
  .Introduction_txt,
  .Content_Introduction,
  .picky_information {
    font-size: 12px;
  }
}
