/*--------------------------------------------------------------------------*/
/*	section02-shija
/*--------------------------------------------------------------------------*/
.section02-shija {
  position: relative;
  padding: 0px 0 304px 0;
  background-image: linear-gradient(145deg, #e2ddc8 80%, #c0d0ca 98%);
  overflow: hidden;
}
.section02-shija .buttonContents02 {
  margin-bottom: 160px;
  position: relative;
}
.section02-shija .buttonContents02::before {
  content: "";
  position: absolute;
  top: 24%;
  left: 32%;
  width: 160px;
  height: 160px;
  background: rgba(250, 200, 130, 0.7);
  border-radius: 50%;
  filter: blur(64px);
}

/*--------------------------------------------------------------------------*/
/*	section02-01-shija
/*--------------------------------------------------------------------------*/
.section02-shija .section02-01-shija {
  margin-top: 4%;
  margin-bottom: 96px;
}
.section02-shija .section02-01-shija .site-width .designed-for-style-title {
  width: 55%;
  position: relative;
  z-index: 1;
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  > p:first-of-type {
  font-size: clamp(20px, 2.3vw, 40px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 8px;
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  .icon01 {
  display: flex;
  align-items: center;
  position: relative;
  left: -16px;
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  .icon01::after {
  content: "";
  position: absolute;
  border-top: 1px solid #000;
  width: 48px;
  top: 32px;
  left: 16px;
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  .icon01
  .icon-star {
  width: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .site-width
    .designed-for-style-title
    .icon01 {
    top: 16px;
    left: -4px;
  }
  .section02-shija
    .section02-01-shija
    .site-width
    .designed-for-style-title
    .icon01::after {
    width: 32px;
    left: 8px;
  }
  .section02-shija
    .section02-01-shija
    .site-width
    .designed-for-style-title
    .icon01
    .icon-star {
    width: 16px;
  }
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  > div
  h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: clamp(56px, 8vw, 112px);
  line-height: 1;
  letter-spacing: -8px;
  font-family: "Bellefair", serif;
  font-weight: normal;
  color: #e2ddc8;
  z-index: 0;
  margin-bottom: 32px;
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  > div
  h2::before {
  content: "Designed for Style";
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  -webkit-text-stroke: 1px rgb(255, 255, 255);
  text-stroke: 1px rgb(255, 255, 255);
  filter: drop-shadow(0 0 2px #08d3c2) drop-shadow(0 0 2px #08d3c2)
    drop-shadow(0 0 2px #08d3c2);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .site-width
    .designed-for-style-title
    > div
    h2 {
    letter-spacing: -4px;
    margin-bottom: 24px;
  }
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  > div
  .peace-guarantee__sub {
  position: absolute;
  right: -8%;
  top: -80%;
  z-index: 1;
  filter: none;
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  > div
  .peace-guarantee__sub
  img {
  max-width: 160px;
  width: 12vw;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .site-width
    .designed-for-style-title
    > div
    .peace-guarantee__sub
    img {
    width: 72px;
  }
}
.section02-shija
  .section02-01-shija
  .site-width
  .designed-for-style-title
  > div
  + p {
  width: 64%;
  line-height: 2;
  text-align: justify;
}
@media screen and (max-width: 1280px) {
  .section02-shija
    .section02-01-shija
    .site-width
    .designed-for-style-title
    > div
    + p {
    width: 84%;
  }
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .site-width
    .designed-for-style-title
    > div
    + p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .section02-shija .section02-01-shija .site-width .designed-for-style-title {
    width: 100%;
    margin-bottom: 48px;
  }
}
.section02-shija .section02-01-shija .designed-for-style-img {
  position: relative;
  height: 84vw;
  top: -28vw;
}
.section02-shija .section02-01-shija .designed-for-style-img .image-link {
  position: absolute;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 320px 320px 16px 16px;
  border: 1px solid #000;
  box-shadow: 8px 8px 0 0 #000;
  transition: 0.3s ease-in-out;
}
.section02-shija .section02-01-shija .designed-for-style-img .image-link img {
  width: 100%;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .image-link
  .overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  font-size: 1.4rem;
  font-family: "Bellefair", serif;
  opacity: 0;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .image-link
  .overlay-text
  .arrow {
  margin-left: 16px;
  position: relative;
  display: inline-block;
  width: 11px;
  height: 23.4px;
  transition: transform 0.3s ease;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .image-link
  .overlay-text
  .arrow::before,
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .image-link
  .overlay-text
  .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 16px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .image-link
  .overlay-text
  .arrow::before {
  transform: rotate(50deg);
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .image-link
  .overlay-text
  .arrow::after {
  transform: rotate(-50deg);
}
@media (hover: hover) and (pointer: fine) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .image-link:hover
    img {
    transform: scale(1.05);
    filter: brightness(1.1);
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .image-link:hover
    .overlay-text {
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .image-link:hover
    .overlay-text
    .arrow {
    transform: translateX(4px);
  }
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img01-container {
  position: relative;
  top: 8vw;
  left: 54vw;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img01-container
  .designed-for-style-img01 {
  background-image: url(/wp/wp-content/uploads/feature/shija/section02-shija/img01.webp);
  width: 24%;
  height: clamp(260px, 36vw, 1040px);
  z-index: 1;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img01-container::after {
  content: "";
  position: absolute;
  top: 12vw;
  left: 8vw;
  transform: translateY(-50%) translateX(-50%);
  width: 26vw;
  height: 26vw;
  background-image: radial-gradient(at 80% 80%, #f8ad9a 80%, #f0c8b7);
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.8;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img01-container
  picture {
  position: absolute;
  top: -8vw;
  left: 16vw;
  z-index: 1;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img01-container
  picture
  img {
  width: 24vw;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img01-container {
    top: 24vw;
    left: 6vw;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img01-container
    .designed-for-style-img01 {
    height: clamp(160px, 76vw, 592px);
    width: 48%;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img01-container::after {
    top: 24vw;
    left: 56vw;
    width: 48vw;
    height: 48vw;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img01-container
    picture {
    top: -4vw;
    left: 38vw;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img01-container
    picture
    img {
    width: 32vw !important;
  }
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img02 {
  background-image: url(/wp/wp-content/uploads/feature/shija/section02-shija/img02.webp);
  width: 18%;
  height: clamp(192px, 24vw, 800px);
  background-size: 220%;
  top: 26vw;
  left: 80vw;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img02 {
    height: clamp(112px, 46vw, 512px);
    width: 34%;
    top: 48vw;
    left: 58vw;
  }
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img03-container {
  position: relative;
  top: 40vw;
  left: 0;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img03-container
  .designed-for-style-img03 {
  background-image: url(/wp/wp-content/uploads/feature/shija/section02-shija/img03.webp);
  width: 18%;
  height: clamp(192px, 24.4vw, 800px);
  background-position: 0% 15%;
  background-size: 174%;
  z-index: 1;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img03-container::after {
  content: "";
  position: absolute;
  top: 28vw;
  left: 18vw;
  transform: translateY(-50%) translateX(-50%);
  width: 26vw;
  height: 26vw;
  background-image: radial-gradient(at 80% 80%, #f8ad9a 80%, #f0c8b7);
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img03-container {
    top: 128vw;
    left: 6vw;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img03-container
    .designed-for-style-img03 {
    height: clamp(112px, 46vw, 512px);
    width: 34%;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img03-container::after {
    top: 8vw;
    left: 32vw;
    width: 48vw;
    height: 48vw;
  }
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img04 {
  background-image: url(/wp/wp-content/uploads/feature/shija/section02-shija/img04.webp);
  width: 26%;
  height: clamp(272px, 36vw, 720px);
  background-position: 68% 18%;
  background-size: 214%;
  top: 32vw;
  left: 20vw;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img04 {
    height: clamp(156px, 58vw, 512px);
    width: 44%;
    top: 104vw;
    left: 44vw;
  }
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img05-container {
  position: relative;
  top: 46vw;
  left: 54vw;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img05-container
  .designed-for-style-img05 {
  background-image: url(/wp/wp-content/uploads/feature/shija/section02-shija/img05.webp);
  width: 20%;
  height: clamp(192px, 26.7vw, 640px);
  background-position: 62% 18%;
  background-size: 258%;
  z-index: 1;
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img05-container::after {
  content: "";
  position: absolute;
  top: 24vw;
  left: 20vw;
  transform: translateY(-50%) translateX(-50%);
  width: 26vw;
  height: 26vw;
  background-image: radial-gradient(at 80% 80%, #f8ad9a 80%, #f0c8b7);
  border-radius: 50%;
  filter: blur(48px);
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img05-container {
    top: 178vw;
    left: 32vw;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img05-container
    .designed-for-style-img05 {
    height: clamp(112px, 45vw, 512px);
    width: 32%;
  }
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img05-container::after {
    top: 40vw;
    left: 40vw;
    width: 48vw;
    height: 48vw;
  }
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img06 {
  background-image: url(/wp/wp-content/uploads/feature/shija/section02-shija/img06.webp);
  width: 16%;
  height: clamp(128px, 20.9vw, 560px);
  background-position: 46% 18%;
  background-size: 260%;
  margin-bottom: -5.8vw;
  top: 58vw;
  left: 76vw;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img06 {
    height: clamp(112px, 39vw, 512px);
    width: 28%;
    top: 166vw;
    left: 68vw;
  }
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img07 {
  background-image: url(/wp/wp-content/uploads/feature/shija/section02-shija/img07.webp);
  width: 16%;
  height: clamp(144px, 20.9vw, 560px);
  background-position: 78% 18%;
  background-size: 262%;
  background-position: 78% 18%;
  background-size: 262%;
  top: 70vw;
  left: 9vw;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img07 {
    height: clamp(112px, 46vw, 512px);
    width: 32%;
    top: 228vw;
    left: 54vw;
  }
}
.section02-shija
  .section02-01-shija
  .designed-for-style-img
  .designed-for-style-img08 {
  background-image: url(/wp/wp-content/uploads/feature/shija/section02-shija/img08.webp);
  width: 22%;
  height: clamp(244px, 34vw, 800px);
  background-position: 70% 90%;
  background-size: 115%;
  top: 70vw;
  left: 27vw;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-01-shija
    .designed-for-style-img
    .designed-for-style-img08 {
    width: 40%;
    background-position: 70% 90%;
    background-size: 100%;
    height: clamp(112px, 32vw, 512px);
    width: 24%;
    top: 210vw;
    left: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .section02-shija .section02-01-shija .designed-for-style-img {
    height: 256vw;
  }
}

/*--------------------------------------------------------------------------*/
/*	section02-02-shija
  /*--------------------------------------------------------------------------*/

.section02-shija .section02-02-shija {
  position: relative;
}
.section02-shija .section02-02-shija > div .price-left {
  width: 45%;
}
.section02-shija .section02-02-shija > div .price-right {
  width: 50%;
  position: relative;
}
.section02-shija .section02-02-shija .site-width {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -64px;
}
.section02-shija .section02-02-shija .site-width .price-left {
  position: relative;
}
.section02-shija .section02-02-shija .site-width .price-left::before {
  content: "";
  position: absolute;
  top: -35%;
  left: -120px;
  width: 120%;
  height: 120%;
  background-image: radial-gradient(
    at 60% -10%,
    #dce9ea 20%,
    #e6dfcd 60%,
    #b6cbc4
  );
  border-radius: 50%;
  filter: blur(32px);
  opacity: 0.8;
}
.section02-shija .section02-02-shija .site-width .price-left .price-left-title {
  display: flex;
  margin-top: -32px;
  position: relative;
  /*----------------------------------*/
  /*	767px */
  /*----------------------------------*/
  /*----------------------------------*/
  /*	767px */
  /*----------------------------------*/
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-left
  .price-left-title::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translateY(-50%) translateX(-50%);
  width: 90%;
  height: 80%;
  background-image: radial-gradient(at 80% 80%, #00ffb2 80%, #00ffb2);
  border-radius: 50%;
  filter: blur(32px);
  opacity: 0.2;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-left
  .price-left-title
  .icon01 {
  position: absolute;
  display: block;
  top: -32px;
  left: -16px;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-left
  .price-left-title
  .icon01::after {
  content: "";
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #000;
  height: 240px;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-02-shija
    .site-width
    .price-left
    .price-left-title
    .icon01::after {
    height: 208px;
  }
  .section02-shija
    .section02-02-shija
    .site-width
    .price-left
    .price-left-title
    .icon01
    .icon-star {
    width: 32px;
    height: 32px;
  }
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-left
  .price-left-title
  .price-left-title-icon {
  border-left: 1px solid #000;
  height: 240px;
  margin-right: 32px;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-left
  .price-left-title
  p:first-of-type {
  display: block;
  font-size: clamp(96px, 10.4vw, 160px);
  margin-left: 48px;
  line-height: 1;
  letter-spacing: -16px;
  font-family: "Bellefair", serif;
  color: #e2ddc8;
  filter: drop-shadow(0 0 4px #08d3c2) drop-shadow(0 0 10px #08d3c2);
  position: relative;
  z-index: 0;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-left
  .price-left-title
  p:first-of-type::before {
  content: "PRICE";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  color: transparent;
  -webkit-text-stroke: 1.6px rgb(255, 255, 255);
  text-stroke: 1.6px rgb(255, 255, 255);
  filter: drop-shadow(0 0 2px #08d3c2) drop-shadow(0 0 2px #08d3c2);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section02-shija
    .section02-02-shija
    .site-width
    .price-left
    .price-left-title
    p:first-of-type {
    letter-spacing: -8px;
    margin-left: 32px;
  }
}
.section02-shija .section02-02-shija .site-width .price-left > img {
  width: clamp(436px, 52vw, 736px);
  position: absolute;
  top: 208px;
  right: 16%;
}
.section02-shija .section02-02-shija .site-width .price-right h2 {
  font-size: clamp(24px, 2.3vw, 40px);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 32px;
}
.section02-shija .section02-02-shija .site-width .price-right h2 + p {
  line-height: 2.4;
  margin-bottom: 32px;
}
.section02-shija .section02-02-shija .site-width .price-right .price-wrapper {
  justify-content: flex-end;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  > span:first-of-type {
  margin-right: 4%;
  width: 35%;
  font-size: clamp(14px, 1.3vw, 20px);
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  > span:first-of-type::before,
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  > span:first-of-type::after {
  content: "";
  position: absolute;
  left: 48%;
  width: 140%;
  height: 440%;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translateX(-50%) rotate(-25deg) skewX(10deg);
  background: transparent;
  opacity: 0.6;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  > span:first-of-type::before {
  top: -160%;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  > span:first-of-type::after {
  top: -198%;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  .price {
  width: 65%;
  font-size: clamp(32px, 4vw, 64px);
  color: #58918d;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  .price
  strong {
  font-size: clamp(72px, 9.3vw, 128px);
  letter-spacing: -6px;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  .price
  > span {
  margin-top: 16px;
  line-height: 1;
}
.section02-shija
  .section02-02-shija
  .site-width
  .price-right
  .price-wrapper
  .price
  > span
  small {
  font-size: 1.1rem;
}
@media screen and (max-width: 1152px) {
  .section02-shija .section02-02-shija .site-width {
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media screen and (max-width: 767px) {
  .section02-shija .section02-02-shija .site-width {
    width: 88%;
    flex-direction: column;
  }
  .section02-shija .section02-02-shija .site-width .price-left {
    width: 100%;
    margin-bottom: 258px;
  }
  .section02-shija .section02-02-shija .site-width .price-left > img {
    top: 128px;
    right: 0;
  }
  .section02-shija .section02-02-shija .site-width .price-right {
    width: 100%;
  }
  .section02-shija .section02-02-shija .site-width .price-right .price-wrapper {
    margin-left: 8%;
  }
  .section02-shija
    .section02-02-shija
    .site-width
    .price-right
    .price-wrapper
    > span:first-of-type {
    margin-right: 4%;
  }
  .section02-shija
    .section02-02-shija
    .site-width
    .price-right
    .price-wrapper
    > span:first-of-type::before,
  .section02-shija
    .section02-02-shija
    .site-width
    .price-right
    .price-wrapper
    > span:first-of-type::after {
    width: 176px;
    height: 96px;
  }
  .section02-shija
    .section02-02-shija
    .site-width
    .price-right
    .price-wrapper
    > span:first-of-type::before {
    top: -38px;
  }
  .section02-shija
    .section02-02-shija
    .site-width
    .price-right
    .price-wrapper
    > span:first-of-type::after {
    top: -32px;
  }
  .section02-shija
    .section02-02-shija
    .site-width
    .price-right
    .price-wrapper
    .price
    > span
    small {
    font-size: 0.8rem;
  }
}

/*----------------------------------*/
/*	832px */
/*----------------------------------*/
@media screen and (max-width: 832px) {
  .section02-shija {
    padding: 0px 0 240px 0;
  }
}
/*----------------------------------*/
/*	767px */
/*----------------------------------*/
@media screen and (max-width: 767px) {
  .section02-shija {
    padding: 0px 0 128px 0;
  }
}
/*----------------------------------*/
/*	430px */
/*----------------------------------*/
@media screen and (max-width: 430px) {
  .section02-shija
    .section02-01-shija
    > .designed-for-style-img:nth-of-type(2) {
    margin-bottom: 16px;
  }
} /*# sourceMappingURL=section02-shija.css.map */
