body{
  padding-top: 0;
}
.l-header{
  display: none;
}
.c-breadcrumb{
  display: none;
}

.p-item-head__mainvisual img{
  aspect-ratio: 428 / 256;
  object-fit: contain;
}

@media (min-width: 48.0625em) {
  .p-item-head__mainvisual img{
    aspect-ratio: 960 / 576;
  }
}

h1.p-item-head__title img{
  width: 60%;
  aspect-ratio: 188 / 40;
  object-fit: contain;
  object-position: left;
}

@media (min-width: 48.0625em) {
  h1.p-item-head__title img{
    width: 60%;
    aspect-ratio: 188 / 60;
    object-fit: contain;
    object-position: left;
  }
}

.p-item-back a{
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  right: 5px;
  top: 5px;
  z-index: 10;
}

@media (min-width: 48.0625em) {
  .p-item-back a{
    padding: 5px 8px;
  }
}

.p-item-back img{
  height: 16px;
}

.p-item-back img:last-of-type{
  height: 20px;
}

@media (min-width: 48.0625em) {
  .p-item-back img{
    height: 22px;
  }
  .p-item-back img:last-of-type{
    height: 30px;
  }
}

.p-item-head__title.sp-only{
  margin: 0 20px;
  padding: 30px 0 20px;
}

.p-item-head__title.pc-only{
  display: none;
}

.p-item-head__description{
  margin-top: 0;
}

@media (min-width: 48.0625em) {
  .p-item-head__title.sp-only{
    display: none;
  }
  .p-item-head__title.pc-only{
    display: flex;
  }
  .p-item-head__description{
    margin-top: 35px;
  }
}