.lp_style * {
  box-sizing: border-box;
}

.lp_style {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  font-feature-settings: "palt";
  overflow: hidden;
}

.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;
  }
}

@media screen and (max-width:768px) and (min-width:641px), print {
  img {
    width: 100%;
    height: auto;
  }
}

/* ------------------------------------------------------

FOT-TsukuARdGothic Std R
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;


FOT-TsukuARdGothic Std B
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
------------------------------------------------------*/

#Warm_inner2211 {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*------------------------------------------------------
  #Mainvisual
------------------------------------------------------*/

#Mainvisual img {
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

/*------------------------------------------------------
  .CommonTitle 
------------------------------------------------------*/

.CommonTitle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #111111;
  font-size: 36px;
  letter-spacing: .1em;
  color: #fff;
  text-align: center;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
}

.CommonTitle::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 28px 0 28px;
  border-color: #111111 transparent transparent transparent;
}

.CommonTitle .TextBlock {
  font-weight: bold;
}

@media screen and (max-width:1024px) and (min-width:641px) {
  .CommonTitle {
    height: 7.321vw;
    font-size: 2.635vw;
  }
  .CommonTitle::after {
    bottom: -0.805vw;
    border-width: 2.05vw 2.05vw 0 2.05vw;
  }
}

@media screen and (max-width:640px), print {
  .CommonTitle {
    height: 50px;
    font-size: 20px;
  }
}


/*------------------------------------------------------
  .Content
------------------------------------------------------*/

.Content .Inner {
  padding: 100px 0;
}

.Background-Color {
  position: relative;
}

.Content-Bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(./../img/bg.png);
  background-size: contain;
  background-repeat: repeat-y;
}

#Content01 {
  /* background: linear-gradient( 90deg, rgb(233, 59, 122) 0%, rgb(240, 138, 121) 100%); */
  background-image: linear-gradient( 90deg, rgb(128, 24, 2) 0%, rgb(177, 25, 25) 100%, rgb(145, 18, 18) 100%);
}

#Content02 {
  background: linear-gradient( 90deg, rgb(232, 64, 13) 0%, rgb(250, 191, 42) 100%, rgb(240, 138, 121) 100%);
}

#Content03 {
    background-image: linear-gradient( 180deg, rgb(234,205,188) 0%, rgb(215,160,126) 100%);
}

#Content04 {
  background-image: linear-gradient( 90deg, rgb(251, 184, 160) 0%, rgba(255, 232, 206, 0.99608) 100%);
}

#Content05 {
    background-image: linear-gradient( 180deg, rgb(243,187,181) 0%, rgba(223,147,139,0.99608) 100%);
}

#Content06 {
  background-image: linear-gradient( 180deg, rgb(255,247,186) 0%, rgba(247,234,128,0.99608) 100%);
}

.Content .border-radius {
  overflow: hidden;
  border: 7px solid #fff;
  border-radius: 30px;
  width: 1280px;
  margin: 0 auto;
}

#Content03 .border-radius,
#Content06 .border-radius {
  width: 1160px;
  border:none;
}

.Content .Border_box {
  position: relative;
  z-index: 2;
  padding: 68px 33px 73px;
}

#Content03 .Border_box,#Content06 .Border_box {
  background: #fff;
}

.Content .Border_box .White-Bg {
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}

.Content .ContentTitle {
  margin-bottom: 60px;
}

.ContentTitle {
  max-width: 1100px;
  margin: 0 auto;
}

.ContentTitle img {
  display: block;
  margin-right: auto;
}

.ContentFeature {
  max-width: 1100px;
  margin: 0 auto 60px;
}

.FeatureList {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.FeatureList .FeatureListItem:nth-of-type(even) {
  margin-left: 20px;
}

.FeatureList .FeatureListItem:nth-of-type(n+3) {
  margin-top: 20px;
}

.ContentFeature, .ProductArea {
  position: relative;
  z-index: 2;
}

@media screen and (max-width:1024px) and (min-width:641px) {
  .Content .Inner {
    padding: 7.321vw 0;
  }
  .Background-Color {
    position: relative;
  }

  .Content .border-radius {
    border: 0.512vw solid #fff;
    border-radius: 2.196vw;
    width: 93.704vw;
  }

  #Content03 .border-radius, #Content06 .border-radius {
    width: 93.704vw;
  }

  .Content .Border_box {
    padding: 4.978vw 2.416vw 5.344vw;
  }
  .Content .ContentTitle {
    margin-bottom: 4.392vw;
  }
  .ContentTitle {
    max-width: 80.527vw;
    margin: 0 auto;
  }
  .ContentTitle img {
    display: block;
    margin-right: auto;
  }
  .ContentFeature {
    max-width: 80.527vw;
    margin: 0 auto 4.392vw;
  }
  .FeatureList .FeatureListItem:nth-of-type(even) {
    margin-left: 1.464vw;
  }
  .FeatureList .FeatureListItem:nth-of-type(n+3) {
    margin-top: 1.464vw;
  }
}


@media screen and (max-width:640px), print {

  .Content .Inner {
    padding: 60px 0;
  }
  
  .Content .border-radius {
    border: 7px solid #fff;
    border-radius: 30px;
    width: 95%;
    margin: 0 auto;
  }

  .Content .border-radius .ProductArea {
    width: 100%;
  }

  .Content .Border_box {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 34px 10px 37px;
  }
  
  .Content .ContentTitle {
    margin-bottom: 30px;
  }
  
  #Warm_inner2211 .Content .SubProductHead {
    margin: 40px auto 20px;
  }

  .ContentTitle {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .ContentTitle img {
    display: block;
    margin-right: auto;
  }
  
  .ContentFeature {
    max-width: 1100px;
    margin: 0 auto 30px;
  }
  
  .FeatureList {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  .FeatureList .FeatureListItem {
    width: calc((100% / 2) - 5px);
  }

  .FeatureList .FeatureListItem:nth-of-type(even) {
    margin-left: 0;
  }
  
  .FeatureList .FeatureListItem:nth-of-type(n+3) {
    margin-top: 10px;
  }
  
  .ContentFeature, .ProductArea {
    position: relative;
    z-index: 2;
  }
  
}

/*------------------------------------------------------
  .ProductArea
------------------------------------------------------*/

.ProductArea {
  background: #fff;
  width: 1160px;
  margin: 0 auto;
  padding: 80px 0;
  border-radius: 30px;
  overflow: hidden;
}

.MainProduct .Box {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#Content03 .MainProduct .Box {
  align-items: flex-start;
}

#Content03 .MainProduct .Box .ProductLogo {
  margin-bottom: 50px;
}

.MainProduct .ProductThumbnail {
  width: 530px;
  height: 530px;
}

.MainProduct .ProductThumbnail img {
  width: 100%;
  height: auto;
}

.MainProduct .ProductDescription {
  width: calc(100% - (530px + 40px));
  margin-left: 40px;
}

.MainProduct .ProductInformation {
  max-width: 510px;
}

.MainProduct .ProductName {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
}

.MainProduct .ProductInformation {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .1em;
  margin-bottom: 50px;
  color: #333333;
}

.MainProduct .ProductButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  width: 400px;
  height: 60px;
  border-radius: 30px;
  background: #111111;
  color: #fff;
  font-size: 18px;
  letter-spacing: .05em;
}

.ProductButton::after {
  content: "";
  position: absolute;
  background: url(./../../img/02/arrow.png) no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
}

.CategoryCTA {
  margin:30px auto 0 ;
}

.ProductButton.CategoryButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  width: 480px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  color: #111;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  border: 2px solid #111;
}

.ProductButton.CategoryButton::after {
  content: "";
  position: absolute;
  background: url(./../../img/02/arrow.png) no-repeat;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 8px;
  height: 13px;
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}


.Content .SubProductHead {
  display: flex;
  justify-content: center;
  align-items: center;  
  text-align: center;
  max-width: 1060px;
  height: 80px;
  margin: 80px auto 40px;
}



.Content .SubProductHead.brown {
  background: #c29a81;
}
.Content .SubProductHead.pink {
  background: #daa4ac;
}

.Content .SubProduct {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.Content .SubProduct.column-03 .Product{
  max-width: 280px;
}

.Content .SubProduct.column-03 .ProductThumbnail {
  width: 280px;
  height: 280px;
}

.Content .SubProduct.column-03 .ProductButton {
  width: 280px;
  height: 60px;
}

.SubProduct .Product {
  max-width: 440px;
  margin: 0;
}

.SubProduct .Product:nth-of-type(even) {
  margin-left: 40px;
}

.Content .SubProduct.column-03 .Product:not(:first-of-type) {
  margin-left: 40px;
}

.SubProduct .ProductThumbnail {
  width: 440px;
  height: 440px;
  margin-bottom: 40px;
}

.SubProduct .ProductThumbnail img {
  width: 100%;
  height: auto;
}

.SubProduct .ProductName {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: .1em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: bold;
}

.SubProduct .ProductInformation {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .1em;
  margin-bottom: 50px;
  color: #333333;
}

.SubProduct .ProductButton {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  width: 400px;
  height: 60px;
  border-radius: 30px;
  background: #111111;
  color: #fff;
  font-size: 18px;
  letter-spacing: .05em;
}

#Content01 .ProductName {
  color: #ee81a8;
}

#Content02 .ProductName {
  color: #f18e1e;
}

#Content03 .ProductName {
  color: #6a3906;
}

#Content04 .ProductName {
  color: #fb7b4d;
}

.ProductName > span {
  font-weight: bold;
}

@media screen and (max-width:1024px) and (min-width:641px) {
  .ProductArea {
    width: 84.919vw;
    padding: 5.857vw 0;
    border-radius: 2.196vw;
  }
  .MainProduct .Box {
    max-width: 80.527vw;
    margin: 0 auto;
  }
  .FeatureListItem {
    width: 39.531vw;
    height: 19.766vw;
  }
  #Content03 .MainProduct .Box .ProductLogo {
    width: 3.807vw;
    height: 7.613vw;
    margin-bottom: 3.66vw;
  }
  .MainProduct .ProductThumbnail {
    width: 38.799vw;
    height: 38.799vw;
  }
  .MainProduct .ProductDescription {
    width: calc(100% - (38.799vw + 2.928vw));
    margin-left: 2.928vw;
  }
  .MainProduct .ProductInformation {
    max-width: 37.335vw;
  }
  .MainProduct .ProductName {
    margin-bottom: 2.928vw;
    font-size: 1.757vw;
    line-height: 1.3;
  }
  .MainProduct .ProductInformation {
    font-size: 1.171vw;
    margin-bottom: 3.66vw;
  }
  .MainProduct .ProductButton {
    width: 29.283vw;
    height: 4.392vw;
    border-radius: 2.196vw;
    font-size: 1.318vw;
  }
  .ProductButton::after {
    right: 1.464vw;
    width: 0.586vw;
    height: 0.952vw;
  }
  .Content .SubProduct {
    margin-top: 3.66vw;
  }
  .SubProduct .Product {
    max-width: 32.211vw;
  }
  .SubProduct .Product:nth-of-type(even) {
    margin-left: 2.928vw;
  }
  .SubProduct .ProductThumbnail {
    width: 32.211vw;
    height: 32.211vw;
    margin-bottom: 2.928vw;
  }

  /* .Content .SubProduct.column-03 {} */

  .Content .SubProduct.column-03 .Product {
    max-width: inherit;
    width: calc((100% / 3) - (2.928vw * 2));
  }

  .Content .SubProduct.column-03 .Product:not(:first-of-type) {
    margin-left:2.928vw ;
  }

  .Content .SubProduct.column-03 .ProductThumbnail {
    width: 100%;
    height: auto;
  }

  .Content .SubProduct.column-03 .ProductButton {
    width: 100%;
    height: 4.392vw;
  }

  .ProductButton.CategoryButton {
    width: 42vw;
    font-size: 1.318vw;
    height: 4.392vw;
  }

  .Content .SubProduct.column-03 .ProductButton a{
    font-size: 1.318vw;
  }

  .SubProduct .ProductName {
    margin-bottom: 2.928vw;
    font-size: 1.757vw;
  }
  .SubProduct .ProductInformation {
    font-size: 1.171vw;
    margin-bottom: 3.66vw;
  }
  .SubProduct .ProductButton {
    width: 29.283vw;
    height: 4.392vw;
    border-radius: 2.196vw;
    font-size: 1.318vw;
  }
}

@media screen and (max-width:640px), print {

  .ProductArea {
    background: #fff;
    width: 95%;
    margin: 0 auto;
    padding: 40px 10px;
    overflow: hidden;
  }
  
  #Content03 .border-radius, #Content06 .border-radius {
    width: 95%;
  }

  .MainProduct .Box {
    max-width: 1100px;
    margin: 0 auto;
    display: block;
  }

  #Content03 .MainProduct .Box .ProductLogo {
    display: none;
    margin-bottom: 25px;
  }
  
  .MainProduct .ProductThumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .MainProduct .ProductDescription {
    width: 100%;
    margin-left: 0;
  }
  
  .MainProduct .ProductName {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .MainProduct .ProductInformation {
    font-size: 12px;
  }
  
  .MainProduct .ProductButton {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
  
  .Content .SubProduct {
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  
  #Content06 .SubProduct:not(:first-of-type) {
    margin-top: 50px;
  }

  .SubProduct .Product {
    max-width: 440px;
    margin: 0;
  }
  
  .SubProduct .Product:not(:first-of-type) {
    margin-top: 50px;
  }
  
  .SubProduct .Product:nth-of-type(even) {
    margin-left: 0;
  }
  
  .Content .SubProduct.column-03 .Product {
    max-width: inherit;
  }

  .Content .SubProduct.column-03 .Product:not(:first-of-type) {
    margin-left: 0;
  }

  .SubProduct .ProductThumbnail {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  
  .Content .SubProduct.column-03 .ProductThumbnail {
    width: 100%;
    height: auto;
  }

  .SubProduct .ProductThumbnail img {
    width: 100%;
    height: auto;
  }
  
  .SubProduct .ProductName {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
  }
  
  .SubProduct .ProductInformation {
    font-size: 14px;
    line-height: 1.875;
    letter-spacing: .1em;
    margin-bottom: 50px;
    color: #333333;
  }
  
  .SubProduct .ProductButton {
    width: 100%;
    height: 40px;
    font-size: 16px;
  }
  

  .Content .SubProduct.column-03 .ProductButton {
    width: 100%;
    height: 40px;
  }

  .ProductButton.CategoryButton {
    width: 100%;
  }

  #Content03 .ProductArea,
  #Content04 .ProductArea {
    width: 95%;
    padding: 40px 10px;
  }

}

@-webkit-keyframes blur {
  0% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes blur {
  0% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}


@media screen and (max-width:640px), print {

.ProductLogo {
  display: none;
}
}