@charset "UTF-8";
.p-media {
  padding-top: 70px;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-media {
    padding-bottom: 6rem;
  }
}

.p-media__head .p-mediaHead {
  max-width: 1920px;
  height: 50px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #ccc;
  padding: 0.8rem 15px;
  vertical-align: middle;
}
.p-media__head .p-mediaHead__title {
  display: inline-block;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
}
.p-media__head .p-mediaHead__title small {
  padding-left: 0.8rem;
  opacity: 0.8;
}
@media screen and (max-width: 767.98px) {
  .p-media__head .p-mediaHead__title small {
    display: none;
  }
}
.p-media__head .p-mediaHead__menu .menu__item {
  display: inline-block;
  padding-left: 2.4rem;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .p-media__head .p-mediaHead__menu .menu__item {
    padding: 0 0.4rem;
  }
  .p-media__head .p-mediaHead__menu .menu__item:last-of-type {
    padding-right: 0;
  }
}
.p-media__head .p-mediaHead__menu span {
  color: #484848;
  font-size: 0.8rem;
  font-weight: 500;
}
.p-media__head .p-mediaHead__menu span:hover {
  font-weight: bold;
}
.p-media__head .p-drawerMenu {
  position: fixed;
  top: 70px;
  right: -100%;
  width: 15rem;
  height: calc(100vh - 70px);
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(0, 0, 0, 0.459);
  color: #fff;
  text-align: center;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-media__head .p-drawerMenu {
    background-color: rgba(0, 0, 0, 0.7882352941);
  }
}
.p-media__head .p-drawerMenu.is-active {
  right: 0;
}
.p-media__head .p-drawerMenu__inner {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  padding-bottom: 60px;
}
.p-media__head .p-drawerMenu__inner .closeBtn {
  padding: 0.8rem;
}
.p-media__head .p-drawerMenu__inner .list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-media__head .p-drawerMenu__inner .item {
  width: 50%;
}
.p-media__head .p-drawerMenu__inner .target {
  color: inherit;
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 6px;
  margin: 0.4rem;
  padding: 0.2rem 0;
  font-family: "Helvetica Neue", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
.p-media__head .p-drawerMenu__inner .target:hover, .p-media__head .p-drawerMenu__inner .target.is-active {
  background-color: #ccc;
  border: 1px solid #ccc;
  color: #484848;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-media__head .p-overlay {
  display: none;
}
.p-media__head .p-overlay.is-active {
  display: block;
  position: fixed;
  top: 70px;
  bottom: 0;
  right: 0;
  left: 0;
}

.p-media__wrapper {
  max-width: 1600px;
  margin: auto;
  padding: 0 15px;
}

.p-media__hero {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 1.6rem;
}
.p-media__hero .hero {
  padding-top: 1.2rem;
}
.p-media__hero .hero__heading {
  text-align: center;
}
.p-media__hero .hero__heading span {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}
.p-media__hero .hero__heading small {
  display: block;
  font-size: 0.7rem;
}

@media screen and (min-width: 768px) {
  .p-media__main {
    padding: 2.4rem 0 0;
  }
}
.p-media__main .p-product__heading {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-bottom: 1px dashed #484848;
  border-left: 4px solid #484848;
  letter-spacing: 0.1rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
.p-media__main .p-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-media__main .p-product__item {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-media__main .p-product__item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-media__main .p-product__item {
    width: 48.5%;
    margin-bottom: 4.8rem;
  }
}
.p-media__main .p-product__subHeading {
  display: inline-block;
  font-weight: bold;
}
.p-media__main .p-product__body .photo {
  width: 36%;
  padding-right: 0.8rem;
  float: left;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-media__main .p-product__body .photo {
    width: 25%;
  }
}
.p-media__main .p-product__body .photo a {
  display: block;
}
.p-media__main .p-product__body .photo img {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.p-media__main .p-product__body .desc {
  text-align: justify;
}
.p-media__main .p-product__body .desc h2 {
  display: inline;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .p-media__main .p-product__body .desc {
    float: left;
    width: 75%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-media__main .p-product__body .desc {
    font-size: 0.8rem;
  }
}
.p-media__main .p-product__body .page {
  text-align: right;
  font-size: 0.8rem;
  opacity: 0.7;
}
.p-media__main .p-product__body::after {
  content: "";
  display: block;
  clear: both;
}

.p-media__goBack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-media__goBack p {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
}
.p-media__goBack p:hover {
  font-weight: bold;
}
.p-media__goBack p a {
  text-decoration: none;
  color: inherit;
}
.p-media__goBack .separateLine {
  display: inline-block;
  width: 1px;
  height: 1.6rem;
  background-color: #ccc;
  margin: 0.4rem;
}

.p-media__menuBtn {
  cursor: pointer;
  position: fixed;
  bottom: 30px;
  right: -100%;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background-color: #484848;
  color: #ccc;
  font-size: 0.8rem;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-media__menuBtn.is-active {
  right: 0;
}/*# sourceMappingURL=media.css.map */