@media screen and (max-width: 767px) {
  .pc-element {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp-element {
    display: none !important;
  }
}

h2 {
margin-left: -10px;
margin-right: -10px;
}

.container h1 {
  margin: 0;
}

.container h1 img {
  max-width: 100%;
}

#princessaiko .section-title{
  text-align: left;
  margin-bottom: 1em;
}

#princessaiko img {
  max-width: 100%;
}

.container h1 + p {
  text-align: left;
  margin-top: 25px;
  line-height: 1.875;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  #princessaiko{
    padding-left: 10px;
    padding-right: 10px;
  }
  #princessaiko h1{
    padding: 0;
    margin: 0 0 1em 0;
  }

  #princessaiko *:not(.section-title) {
  }
}

.recommend-items {
  background-color: #f8f4f2;
  margin-top: 30px;
}

.image-section {
  line-height: 1.875;
  display: flex;
}

.image-section .image {
  flex-shrink: 0;
}

.image-section .text {
  position: relative;
}

.image-section .title {
  font-size: 40px;
  line-height: 1.25;
  color: #cf0e07;
  margin: 0;
}

.image-section .number {
  position: absolute;
}

.image-section .desc {
  line-height: 1.6;
}

.image-section:nth-of-type(odd) .image {
  order: 2;
}

.image-section:nth-of-type(odd) .text {
  order: 1;
}

.image-section:nth-of-type(1) .number {
  left: 43px;
  top: 43px;
}

.image-section:nth-of-type(1) .text {
  padding: 43px 25px 0 80px;
}

.image-section:nth-of-type(1) .title {
  margin: 35px 0 5px;
}

.image-section:nth-of-type(2) {
  margin-top: -40px;
}

.image-section:nth-of-type(2) .number {
  left: -40px;
  top: 70px;
}

.image-section:nth-of-type(2) .text {
  padding: 115px 70px 0 23px;
}

.image-section:nth-of-type(2) .title {
  margin: 0 0 5px;
}

.image-section:nth-of-type(3) .number {
  left: 18px;
  top: 35px;
}

.image-section:nth-of-type(3) .text {
  padding: 103px 30px 0 85px;
}

.image-section:nth-of-type(3) .title {
  margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .image-section {
    flex-direction: column;
  }
  .image-section .image {
    order: 2;
  }
  .image-section .image img {
    width: 100%;
  }
  .image-section .number {
    position: static;
    width: 10%;
  }
  .image-section .text {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .image-section .title {
    width: 90%;
    padding-left: 15px;
  }
  .image-section .desc {
    margin-top: 15px;
  }
  .image-section:nth-of-type(1) {
    margin-top: 0;
  }
  .image-section:nth-of-type(1) .text {
    padding: 15px;
  }
  .image-section:nth-of-type(1) .number {
    width: 5%;
  }
  .image-section:nth-of-type(1) .title {
    margin: 0;
  }
  .image-section:nth-of-type(2) {
    margin-top: 0;
  }
  .image-section:nth-of-type(2) .text {
    padding: 15px;
  }
  .image-section:nth-of-type(2) .title {
    margin: 0;
  }
  .image-section:nth-of-type(3) {
    margin-top: 0;
  }
  .image-section:nth-of-type(3) .text {
    padding: 15px;
  }
  .image-section:nth-of-type(3) .title {
    margin: 0;
  }
  .image-section .title {
    font-size: 18px;
    margin: 20px 0 15px;
  }
}

.bnr-list img {
  max-width: 100%;
}

/*# sourceMappingURL=common.css.map */