.-pc {
  display: block;
}

.FadeSlideUp {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.FadeSlideUp.-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 1.5s, transform 1.5s;
}

.ZoomOut {
  transform: scale(1.25);
}

.ZoomOut.-active {
  transform: scale(1);
  transition: transform 1.5s;
}

.BagShoes {
  background-color: #f8f2e2;
  padding: 80px 0;
}

.BagShoes_title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.BagShoes_title span {
  display: block;
}

.BagShoes_title em {
  vertical-align: baseline;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(158, 205, 240, 0.6980392157) 70%, rgba(158, 205, 240, 0.6980392157) 90%, transparent 90%);
}

.BagShoes_summary {
  text-align: center;
  margin: 20px 0;
}

.BagShoes_img {
  margin-bottom: 20px;
}

.BagShoes_img img {
  width: 100%;
}

.Bag {
  display: flex;
  margin: -10px;
}

.Bag_name {
  font-size: 18px;
}

.Bag_text {
  margin-top: 5px;
}

.Bag li {
  margin: 10px;
}

.Bag .Button {
  display: table;
  margin: 15px auto 0;
}

.Shoes {
  display: flex;
  margin: 50px -20px 0;
}

.ShoesItem {
  width: 470px;
  position: relative;
  padding-bottom: 40px;
  margin: 0 20px;
}

.ShoesItem_header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ShoesItem_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #9ecdf0;
  margin-right: 20px;
}

.ShoesItem_title span {
  display: block;
  font-weight: 700;
  margin: 0 -20px;
}

.ShoesItem_text {
  margin-top: 10px;
}

.ShoesItem_img {
  margin-top: 15px;
}

.ShoesItem_img img {
  width: 100%;
}

.ShoesItem .Button {
  display: table;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
}

.Blouse {
  padding: 80px 0;
  background-color: #f8f2e2;
}

.Blouse_title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.Blouse_title em {
  vertical-align: baseline;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(158, 205, 240, 0.6980392157) 70%, rgba(158, 205, 240, 0.6980392157) 90%, transparent 90%);
}

.Blouse_summary {
  text-align: center;
  margin: 20px 0;
}

.Blouse_body {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.Blouse_img {
  margin-bottom: 20px;
}

.Blouse_img img {
  width: 100%;
}

.BlouseItem {
  position: relative;
  width: 480px;
  height: 320px;
  margin: 10px;
  box-sizing: border-box;
}

.BlouseItem:nth-child(1) {
  padding: 10px 10px 0 180px;
}

.BlouseItem:nth-child(2) {
  padding: 10px 180px 0 10px;
}

.BlouseItem:nth-child(3) {
  padding: 30px 10px 0 210px;
}

.BlouseItem:nth-child(4) {
  padding: 30px 210px 0 10px;
}

.BlouseItem:nth-child(5) {
  padding: 30px 10px 0 210px;
}

.BlouseItem:nth-child(5) .BlouseItem_colors {
  position: relative;
  padding-top: 50px;
  padding-left: 100px;
}

.BlouseItem:nth-child(5) .BlouseItem_colors img {
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

.BlouseItem:nth-child(6) {
  padding: 30px 210px 0 10px;
}

.BlouseItem_img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.BlouseItem_img img {
  width: 100%;
}

.BlouseItem_inner {
  position: relative;
  z-index: 2;
}

.BlouseItem_title {
  line-height: 1.25;
}

.BlouseItem_title span {
  display: block;
}

.BlouseItem_title em {
  display: block;
  font-size: 18px;
  font-weight: 700;
}

.BlouseItem_text {
  margin: 10px 0;
}

.BlouseItem_colors {
  display: flex;
  margin: 10px -2.5px;
}

.BlouseItem_color {
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 9999px;
  margin: 0 2.5px;
}

.BlouseItem_color.-white {
  background-color: #fff;
}

.BlouseItem_color.-saxe {
  background-color: #e0f6ff;
}

.BlouseItem_color.-pink {
  background-color: #ffeffc;
}

.BlouseItem_products a {
  text-decoration: underline;
}

.Button {
  color: #9ecdf0;
  border: 2px solid #9ecdf0;
  padding: 3px 3em;
  font-weight: 700;
}

.Charm {
  padding: 50px 0;
}

.Charm_title {
  text-align: center;
  font-size: 20px;
  line-height: 1;
}

.Charm_title em {
  vertical-align: baseline;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(226, 164, 185, 0.8980392157) 70%, rgba(226, 164, 185, 0.8980392157) 90%, transparent 90%);
}

.Charm_summary {
  text-align: center;
  margin: 20px 0;
}

.Charm_imgContainer {
  width: 650px;
  position: relative;
  margin: 0 auto;
}

.Charm_imgContainer img {
  width: 100%;
}

.Charm_pointMenu li {
  position: absolute;
}

.Charm_pointMenu li:nth-child(1) {
  top: 50px;
  left: 50px;
}

.Charm_pointMenu li:nth-child(2) {
  top: 100px;
  right: 50px;
}

.Charm_pointMenu li:nth-child(3) {
  top: 300px;
  left: 40px;
}

.Charm_pointMenu li:nth-child(4) {
  top: 350px;
  right: 30px;
}

.Charm_pointMenu li:nth-child(5) {
  top: 600px;
  right: 80px;
}

.Charm_pointMenu li:nth-child(odd) a {
  background-color: #e7eeff;
}

.Charm_pointMenu a {
  display: block;
  width: 150px;
  height: 150px;
  background-color: #fff;
  border-radius: 9999px;
  padding-top: 30px;
  box-sizing: border-box;
}

.Charm_pointMenu a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 25px;
  margin: auto;
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}

.Charm_pointMenu span {
  display: block;
  text-align: center;
}

.Charm_pointMenu em {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  margin: 5px -20px 0;
}

.Charm_points {
  margin: 50px 0;
}

.Charm_points span {
  display: block;
  font-size: 12px;
}

.Charm_points em {
  display: block;
  font-size: 24px;
  text-decoration: underline;
}

.Charm_points li {
  padding: 30px;
}

.Charm_points li:nth-child(odd) {
  background-color: #e7eeff;
}

.Charm_points dd {
  margin-top: 10px;
}

.Charm_points .Inner {
  width: auto;
  padding: 0;
}

.Charm_text {
  text-align: center;
  margin: 20px 0;
}

.Charm_products {
  text-align: right;
}

.Charm_products a {
  text-decoration: underline;
}

.CoatJacket {
  padding: 80px 0;
}

.CoatJacket_title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.CoatJacket_title span {
  display: block;
}

.CoatJacket_title em {
  vertical-align: baseline;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(226, 164, 185, 0.6980392157) 70%, rgba(226, 164, 185, 0.6980392157) 90%, transparent 90%);
}

.CoatJacket_summary {
  text-align: center;
  margin: 20px 0 50px;
}

.CoatJacket_body {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.CoatJacketItem {
  display: flex;
  width: 470px;
  margin: 20px;
}

.CoatJacketItem_img {
  width: 235px;
  flex-shrink: 0;
}

.CoatJacketItem_img img {
  width: 100%;
}

.CoatJacketItem_body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 10px;
}

.CoatJacketItem_title {
  margin-right: auto;
  margin-left: 10px;
}

.CoatJacketItem_title p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.CoatJacketItem_title em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  text-align: center;
  font-weight: 700;
  background-color: #fec5d8;
  margin: auto;
}

.CoatJacketItem_title span {
  display: block;
  font-weight: 700;
  margin: 0 -50px;
}

.CoatJacketItem_text {
  margin: 10px 0;
}

.CoatJacketItem_products {
  text-align: right;
  margin-top: auto;
}

.CoatJacketItem_products a {
  text-decoration: underline;
}

.FormalWear {
  position: relative;
  background-color: #f9f1ff;
  padding: 80px 0 50px;
}

.FormalWear::before {
  content: "";
  width: 780px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
}

.FormalWear_title {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
}

.FormalWear_title span {
  display: block;
}

.FormalWear_title em {
  vertical-align: baseline;
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(transparent 70%, rgba(250, 241, 255, 0.8980392157) 70%, rgba(250, 241, 255, 0.8980392157) 90%, transparent 90%);
}

.FormalWear_summary {
  text-align: center;
  margin: 20px 0;
}

.FormalWearItem {
  display: flex;
  margin: 50px -20px;
}

.FormalWearItem:nth-child(odd) .FormalWearItem_products {
  text-align: right;
}

.FormalWearItem:nth-child(even) {
  flex-direction: row-reverse;
}

.FormalWearItem_header {
  position: absolute;
  top: 30px;
  right: 20px;
}

.FormalWearItem_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #cdade8;
  margin: auto;
}

.FormalWearItem_title span {
  display: block;
  text-align: center;
  font-weight: 700;
  margin: 0 -20px;
}

.FormalWearItem_catch {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
}

.FormalWearItem_imgContainer {
  width: 470px;
  position: relative;
  margin: 0 20px;
}

.FormalWearItem_imgContainer img {
  width: 100%;
}

.FormalWearItem_body {
  display: flex;
  flex-direction: column;
  width: 470px;
  margin: 0 20px;
}

.FormalWearItem_feature {
  display: flex;
  align-items: center;
}

.FormalWearItem_feature img {
  width: 150px;
}

.FormalWearItem_feature p {
  margin-left: 20px;
}

.FormalWearItem_text {
  margin-top: 20px;
}

.FormalWearItem_products {
  margin-top: auto;
}

.FormalWearItem_products a {
  text-decoration: underline;
}

.Inner {
  width: 980px;
  position: relative;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.KV {
  height: 550px;
  position: relative;
  overflow: hidden;
}

.KV img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.Menu {
  margin: 100px 0 50px;
}

.Menu_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.Menu_list {
  display: flex;
  justify-content: center;
  margin: -20px;
}

.Menu_item {
  margin: 20px;
}

.Menu_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  position: relative;
  text-align: center;
  background-color: #f3f3f3;
}

.Menu_link::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-width: 5px;
  border-style: solid;
  pointer-events: none;
}

.Menu_link::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 0;
  left: 5px;
  bottom: 10px;
  margin: auto;
  border-style: solid;
  border-width: 10px 5.5px 0 5.5px;
  border-color: #000 transparent transparent transparent;
}

.Menu_link.-sweet::before {
  border-color: #ffb5e6;
}

.Menu_link.-handsome::before {
  border-color: #a9f09e;
}

.Menu_link.-feminine::before {
  border-color: #e3b5ff;
}

.Menu_link.-simple::before {
  border-color: #9ecdf0;
}

.Menu_link div {
  padding-left: 5px;
}

.Menu_link em {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
}

.Menu_link span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

.SuitSet {
  padding: 50px 0;
}

.SuitSet:nth-child(odd) .SuitSet_body {
  padding-left: 530px;
}

.SuitSet:nth-child(odd) .SuitSet_img {
  left: 0;
}

.SuitSet:nth-child(odd) .SuitSet_products {
  text-align: right;
  right: 0;
}

.SuitSet:nth-child(even) .SuitSet_body {
  padding-right: 530px;
}

.SuitSet:nth-child(even) .SuitSet_img {
  right: 0;
}

.SuitSet:nth-child(even) .SuitSet_products {
  left: 0;
}

.SuitSet_header {
  width: 200px;
  position: absolute;
  z-index: 2;
}

.SuitSet_header.-sweet {
  top: 150px;
  left: 20px;
}

.SuitSet_header.-handsome {
  right: 310px;
  bottom: 130px;
}

.SuitSet_header.-handsome .SuitSet_headerCatch {
  color: #000;
}

.SuitSet_header.-feminine {
  top: 150px;
  left: 20px;
}

.SuitSet_header.-simple {
  right: 310px;
  bottom: 130px;
}

.SuitSet_headerCatch {
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

.SuitSet_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  position: relative;
  text-align: center;
  background-color: #f3f3f3;
  margin: auto;
}

.SuitSet_title::before {
  content: "";
  width: 110px;
  height: 110px;
  position: absolute;
  top: 3px;
  left: 3px;
  border-width: 5px;
  border-style: solid;
  pointer-events: none;
}

.SuitSet_title.-sweet::before {
  border-color: #ffb5e6;
}

.SuitSet_title.-handsome::before {
  border-color: #a9f09e;
}

.SuitSet_title.-feminine::before {
  border-color: #e3b5ff;
}

.SuitSet_title.-simple::before {
  border-color: #9ecdf0;
}

.SuitSet_title p {
  padding-left: 5px;
}

.SuitSet_title em {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.SuitSet_title span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.SuitSet_body {
  height: 691px;
  position: relative;
  padding-top: 1px;
  box-sizing: border-box;
}

.SuitSet_img {
  width: 490px;
  position: absolute;
  top: 0;
}

.SuitSet_img img {
  width: 100%;
}

.SuitSet_catch {
  display: table;
  position: relative;
  padding: 3px 15px 0;
  margin-top: 30px;
}

.SuitSet_catch span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 700;
}

.SuitSet_catch.-sweet svg {
  fill: #ffb5e6;
}

.SuitSet_catch.-handsome svg {
  fill: #a9f09e;
}

.SuitSet_catch.-feminine svg {
  fill: #e3b5ff;
}

.SuitSet_catch.-simple svg {
  fill: #9ecdf0;
}

.SuitSet_catchDecoration {
  width: 24px;
  height: 21px;
  position: absolute;
  top: 0;
}

.SuitSet_catchDecoration.-left {
  left: 0;
}

.SuitSet_catchDecoration.-right {
  right: 0;
}

.SuitSet_features {
  display: flex;
  margin: 60px -22.5px 30px;
}

.SuitSet_features.-sweet > li {
  background-color: #ffb5e6;
}

.SuitSet_features.-handsome > li {
  background-color: #a9f09e;
}

.SuitSet_features.-feminine > li {
  background-color: #e3b5ff;
}

.SuitSet_features.-simple > li {
  background-color: #9ecdf0;
}

.SuitSet_features > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  position: relative;
  text-align: center;
  font-size: 14px;
  margin: 0 22.5px;
}

.SuitSet_features > li:nth-child(n+2)::before {
  content: url("/user_data/packages/store/images/pj/nonno_2023/plus.svg");
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -34.5px;
  margin: auto;
}

.SuitSet_text {
  font-size: 16px;
}

.SuitSet_products {
  position: absolute;
  bottom: 0;
}

.SuitSet_products a {
  text-decoration: underline;
}

.theme-nonno-2023 {
  min-width: 1040px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
}