@charset "UTF-8";
/*=========================================================


	Site Name   DIGITAL PAPER
	File Name   /digital-paper/lp/css/page.css

	Create Date 2018/10/04


==========================================================*/
.c5-container {
  /* Windows 用 Medium 指定の游ゴシック */
  /* font-weight: bold の時は通常どおり Bold 書体を使わせる */
  /* ゴシック体指定 */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
 HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M",
 "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3",
 "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN",
 "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@font-face {
  .c5-container {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Medium");
  }
}

@font-face {
  .c5-container {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
}

.c5-container section {
  width: 100%;
  padding: 60px 30px;
  margin: 0 auto;
  box-sizing: border-box;
}

.c5-container section:nth-child(even) {
  background: #f3f3f3;
}

@media screen and (max-width: 639px) {
  .c5-container section {
    padding: 30px 30px;
  }
}

/* .c5-container .c5-ff-min {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
 "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
 "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
} */
.c5-container .c5-ff-min {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
 "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
 "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.c5-container img {
  display: block;
  margin: 0;
  padding: 0;
}

.c5-container a {
  display: block;
}

.c5-container a:hover {
  opacity: 0.8;
}

.c5-container .c5-link {
  color: #2f353d;
  cursor: pointer;
  text-indent: -0.4em;
}

.c5-container .c5-link:before {
  content: "";
  font-family: icon;
  speak-as: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 0.4em 0.1em 0;
}

.c5-content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}

.c5-flex--container {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c5-notes {
  font-size: 0.75em;
  color: #83838f;
}

.c5-text--08em {
  font-size: 0.8em;
}

.c5-sp--only {
  display: none;
}

@media screen and (max-width: 639px) {
  .c5-sp--only {
    display: block;
  }
}

.c5-pc--only {
  display: block;
}

@media screen and (max-width: 639px) {
  .c5-pc--only {
    display: none;
  }
}

.c5-mt--m40 {
  margin-top: -40px;
}

@media screen and (max-width: 639px) {
  .c5-mt--m40 {
    margin-top: -30px;
  }
}

/* section--mv*/
.c5-section--mv {
  margin-top: 30px !important;
}

.c5-section--mv .c5-content {
  max-width: 1200px;
}

.c5-section--mv .c5-flex--container {
  align-items: center;
}

.c5-section--mv .c5-flex--item {
  flex: auto;
  width: 50%;
}

.c5-section--mv .c5-img--mv {
  width: 100%;
}

.c5-section--mv .c5-mv--text {
  text-align: center;
}

.c5-section--mv .c5-mv--text h1 {
  font-size: 2em;
  margin: 1.2em 0;
  line-height: 1.2;
}

.c5-section--mv .c5-mv--text h2 {
  line-height: 1.2;
  margin-top: 1.2em;
}

.c5-section--mv .c5-mv--text h2 b {
  font-size: 1.5em;
}

.c5-section--mv .c5-mv--text img {
  margin: 0 auto;
  width: 100%;
  max-width: 150px;
}

@media screen and (max-width: 639px) {
  .c5-section--mv .c5-flex--container {
    flex-direction: column-reverse;
    width: 100%;
  }
  .c5-section--mv .c5-flex--item {
    width: 100%;
  }
  .c5-section--mv .c5-mv--text h2 b {
    font-size: 1.3em;
  }
}

/* section--intro*/
.c5-text--intro {
  font-size: 16px;
  line-height: 2;
}

/* section--list*/
.c5-section--list .c5-flex--container {
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.c5-section--list .c5-flex--item {
  flex: auto;
  width: 46%;
  max-width: 436px;
  box-sizing: border-box;
  border: 1px solid #000;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

.c5-section--list .c5-flex--item:nth-child(even) {
  margin-left: 8%;
}

.c5-section--list .c5-flex--item:nth-child(-n + 2) {
  margin-bottom: 8%;
}

.c5-section--list .c5-flex--item a {
  text-decoration: none;
}

.c5-section--list .c5-flex--item b {
  display: block;
  text-align: center;
  font-size: 1.8em;
  line-height: 1.2;
  padding: 20px 20px 0;
}

.c5-section--list .c5-flex--item p {
  margin: 0;
  padding: 10px 30px 20px 44px;
}

.c5-section--list .c5-list--img {
  width: 100%;
}

@media screen and (max-width: 639px) {
  .c5-section--list .c5-flex--item {
    width: 100%;
    margin: 8% auto 0;
  }
  .c5-section--list .c5-flex--item:nth-child(even) {
    margin-left: auto;
  }
  .c5-section--list .c5-flex--item:nth-child(-n + 2) {
    margin-bottom: 0;
  }
  .c5-section--list .c5-flex--item:first-child {
    margin-top: 0;
  }
}

/* section--bnr */
.c5-section--bnr a:nth-child(n + 2) {
  margin-top: 60px;
}

.c5-section--bnr .c5-img--bnr {
  margin: 0 auto;
  width: 100%;
  -webkit-box-shadow: 0 10px 6px -6px #777;
  -moz-box-shadow: 0 10px 6px -6px #777;
  box-shadow: 0 10px 6px -6px #777;
}

@media screen and (max-width: 639px) {
  .c5-section--bnr a:nth-child(n + 2) {
    margin-top: 40px;
  }
}

/* c5-purchase */
#c5-purchase {
  padding: 60px 0px;
  margin: 0 auto;
  max-width: 950px;
}

@media screen and (max-width: 639px) {
  #c5-purchase {
    padding: 30px 0px;
  }
}

#c5-purchase .c5-flex--container {
  flex-wrap: wrap;
}

#c5-purchase .c5-flex--container .c5-flex--item {
  box-sizing: border-box;
  width: 48%;
}

@media screen and (max-width: 639px) {
  #c5-purchase .c5-flex--container .c5-flex--item {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

#c5-purchase .c5-flex--container .c5-flex--item .s5-listItem2__storeModel {
  padding: 5px 20px 5px;
}

#c5-purchase .s5-sonystoreListBlock__item1Col {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

#c5-purchase .s5-sonystoreListBlock__item1Col:first-child {
  padding-bottom: 0;
}

#c5-purchase .s5-sonystoreListBlock__productNameGroup {
  margin-bottom: 0;
}

#c5-purchase .s5-sonystoreListBlock__productNameGroup .s5-sonystoreListBlock__productName {
  display: inline-block;
  font-size: 1.7rem;
}

#c5-purchase .s5-sonystoreListBlock__productNameGroup .s5-sonystoreListBlock__productName:first-child {
  display: none;
}

#c5-purchase .s5-sonystoreListBlock__item2 {
  position: relative;
}

#c5-purchase .s5-sonystoreListBlock__productNameSub {
  font-size: 1em;
  display: inline-block;
  border: solid 1px #999;
  padding: 2px 6px;
  margin-left: 1em;
  vertical-align: text-bottom;
}

/* #c5-purchase .s5-sonystoreListBlock__labelGroup,
#c5-purchase .s5-sonystoreListBlock__benefitLabel {
  display: none;
} */

#c5-purchase .s5-sonystoreListBlock__benefitLabel {
  display: none;
}
