/*—————————————————————————————————
全体
—————————————————————————————————*/
* {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 960px;
  background: #e5e5e5;
  margin: auto;
  min-height: 110vh;
}

a {
  color: inherit;
}

h1,
h2,
h3 {
  font-weight: 700;
}

.font-xxs {
  font-size: 65%;
  vertical-align: middle;
}

.font-xs {
  font-size: 75%;
}

.font-s {
  font-size: 100%;
}

.font-ms {
  font-size: 115%;
}

.font-m {
  font-size: 130%;
}

.font-l {
  font-size: 145%;
}

.font-xl {
  font-size: 160%;
}

.font-bold {
  font-weight: bold;
}

br.sp_only {
  display: none;
}

@media screen and (max-width: 560px) {
  br.sp_only {
    display: block;
  }
}

/*—————————————————————————————————
画像
—————————————————————————————————*/
img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}

.dmenu-icon {
  width: 69px;
  height: 69px;
}

.app-badge {
  height: 48px;
  width: auto;
  object-fit: contain;
  margin: 0 8px;
}

.lp_banner {
  width: 100%;
  height: 120px;
  margin: 7px auto;
  display: block;
}

@media screen and (max-width: 560px) {
  .lp_banner {
    width: 90%;
    height: auto;
  }
}

/*—————————————————————————————————
メイン部分
—————————————————————————————————*/
.main-contents {
  color: #3f3f3f;
  text-align: center;
}

.emphasis-blue-text {
  color: #0070c0;
  font-weight: 600;
}

.emphasis-red-text {
  color: #cc0033;
  font-weight: 600;
}

.emphasis-red-text-lineh {
  color: #cc0033;
  font-weight: 600;
  line-height: 1.1;
}

.emphasis-blue-text_white-bg {
  background-color: #ffffff;
  color: #0070c0;
  font-weight: 600;
  padding: 15px 10px;
  display: flex;
  /* flex-direction: row !important; */
  justify-content: space-around !important;
  align-items: center;
}

.emphasis-white-text_red-bg {
  background-color: #cc0033;
  color: #ffffff;
  font-weight: 600;
  padding: 15px 10px;
  display: flex;
  flex-direction: row !important;
  justify-content: space-around !important;
  align-items: center;
}

@media screen and (max-width: 560px) {
  .emphasis-blue-text_white-bg,
  .emphasis-white-text_red-bg {
    flex-direction: column !important;
  }
}

/*
キャンペーン期間・終了メッセージ
—————————————————————————————————*/
.period-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.period-title {
  /* font-size: 22px;
  line-height: 27px; */
  font-size: 30px;
  line-height: 1;
  padding: 4px 15px;
  border: 1px solid #0070c0;
  border-radius: 20px;
  background-color: #0070c0;
  color: #ffffff;
  margin-bottom: 5px;
}

.period-date {
  font-size: 30px;
  line-height: 30px;
  padding-top: 5px;
  /* font-family: "Roboto", sans-serif; */
}

.period-end-section {
  padding: 16px 0;
  background-color: #ffffff;
}

.period-end-message {
  margin: 0 auto;
  width: 80%;
  height: 40px;
  line-height: 40px;
  background-color: #cccccc;
  font-size: 14px;
  font-weight: 600;
}

.period-date .em {
  font-size: 40px;
}


@media screen and (max-width: 560px) {
  .period-title {
    font-size: 4vw;
    line-height: 27px;
    margin-bottom: 0;
  }

  .period-date {
    font-size: 3.7vw;
    line-height: 22px;
    padding-top: 0.5em;
  }

  .period-date .em {
    font-size: 6vw;
  }
}

/*
お詫び文
—————————————————————————————————*/
.contents-notice-text {
  width: 95%;
  padding: 5px;
  margin: 10px 0 0;
  border: solid 2px #cccccc;
}

.contents-notice-text span {
  font-size: 18px;
  color: #3f3f3f;
  font-weight: normal;
}

@media screen and (max-width: 560px) {
  .contents-notice-text {
    justify-content: center;
  }

  .contents-notice-text span {
    font-size: 3.4375vw;
  }
}

/*
コンテンツブロック
—————————————————————————————————*/
.contents-block {
  background-color: #f7f7f7;
  z-index: -1;
}

.slant-bg {
  width: 100%;
  margin: 0;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.slant-bg::before {
  content: '';
  height: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffe67b;
  transform: skewY(-7deg) translateY(-90px);
  z-index: -1;
}

/*↓scp_202302_iosp.html用*/
.slant-bg-pb0 {
  width: 100%;
  margin: 0;
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.slant-bg-pb0::before {
  content: '';
  height: 800px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffe67b;
  transform: skewY(-7deg) translateY(-90px);
  z-index: -1;
}
/* ↑ */

.contents-title {
  color: #ffffff;
  font-size: 40px;
  margin: 10px;
}

.contents-innerblock {
  width: 80%;
  margin: 6em auto 4em;
  padding: 1em;
  background-color: #ffffff;
  border-radius: 20px;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 50%);
  box-shadow: 2px 2px 2px rgb(0 0 0 / 29%);
  border-bottom: solid 5px #afafaf;
  /* border-right: solid 3px #afafaf; */
  position: relative;
}

.contents-innerblock h3 {
  height: 75px;
  position: absolute;
  top: -40px;
  margin: 10px -35px;
  padding: 10px 20px 10px 40px;
  background-color: #efac18;
  font-size: 38px;
  color: #ffffff;
  border-radius: 8px 0 0 0;
}

.contents-innerblock h3:before {
  position: absolute;
  content: '';
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 25px solid #cc8c0d;
  border-left: 25px solid transparent;
}

.contents-innerblock h3:after {
  position: absolute;
  top: 0;
  display: block;
  height: 3px;
  content: '';
  border: 36px solid #efac18;
  right: -40px;
  border-right-width: 25px;
  border-right-color: transparent;
}

.contents-innerblock h3.no-ribon {
  position: relative;
  top: 40px;
  padding: 10px 20px;
  border-radius: 8px 8px 0 0;
}

.contents-innerblock h3.no-ribon:after {
  position: absolute;
  content: '';
  top: auto;
  right: 0;
  bottom: -25px;
  width: 0;
  height: 0;
  border: none;
  border-top: 25px solid #cc8c0d;
  border-right: 25px solid transparent;
}

.contents-text {
  width: 90%;
  margin: 20px 0;
  font-size: 27px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
}

.contents-text:nth-of-type(1) {
  margin-top: 75px;
}

.contents-text.text-left {
  width: 90%;
  text-align: left;
  margin: 20px auto;
  padding-left: 18px;
}

.contents-text.sub-text {
  font-size: 18px;
  font-weight: normal;
  color: #636363;
}

.contents-innerblock .contents-text.detail-link {
  width: 90%;
}

.contents-text.detail-link {
  width: 85%;
  margin: 0 auto 40px;
}

.contents-text.detail-link a {
  color: #007aff;
}

.contents-sub-text {
  width: 90%;
  margin: 35px auto;
  text-align: left;
}

.contents-sub-text p {
  font-size: 24px;
  color: #636363;
  padding-top: .5em;
}

.contents-sub-text a {
  text-decoration: none;
  color: #cc0033;
  font-weight: bold;
}

.contents-sub-title-red {
  color: #cc0033;
  font-weight: 600;
  display: inline-block;
  padding: .3em .5em;
  border-top: 3px solid #cc0033;
  border-bottom: 3px solid #cc0033;
}

.contents-sub-title-red:not(:nth-of-type(1)) {
  margin-top: 60px;
}

.contents-sub-title-blue {
  width: 90%;
  color: #2880ba;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  border-left: 12px solid #2880ba;
  padding-left: .5em;
}

.contents-sub-title-green {
  width: 90%;
  color: #1fad30;
  font-weight: 600;
  display: inline-block;
  text-align: left;
  border-left: 12px solid #1fad30;
  padding-left: .5em;
}

.contents-step-title {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contents-step-title .step-icon {
  width: 105px;
  height: 105px;
  min-width: 105px;
  min-height: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background-color: #edb80f;
  border-bottom: solid 4px #997100;
  border-radius: 55px;
  line-height: 1.1;
  padding-top: 10px;
  margin-right: 25px;
}

.contents-image{
  width: 90%;
  margin: 30px auto;
}

.contents-image-text {
  /* width: 90%;
  display: flex; */
  justify-content: end;
  padding-bottom: 20px;
}

.contents-image-text span {
  font-size: 22px;
  color: #636363;
  text-align: left;
}

.contents-image-step3{
  width: 90%;
  margin: 20px auto;
}

.contents-image-text-step3 {
  /* width: 90%;
  display: flex; */
  justify-content: end;
  padding-top: 20px;
}

.contents-image-text-step3 span {
  font-size: 26px;
  color: #636363;
  text-align: left;
}

.contents-image-banner {
  width: 80%;
  margin: 20px 0;
}

hr.dotted {
  width: 92%;
  border-top: 8px dotted #f25ab1;
  margin: 50px auto;
}

.icon-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.icon-block span {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  margin: .5em .3em;
  font-size: 35px;
  padding-top: 5px;
}

.icon-block span.morning {
  background-color: #d8f3ec;
}

.icon-block span.afternoon {
  background-color: #c2e4bf;
}

.icon-block span.evening {
  background-color: #fedcec;
}

.icon-block span.night {
  background-color: #d9d3e2;
}

@media screen and (max-width: 560px) {
  .slant-bg {
    padding: 30px 0;
  }

  .slant-bg::before {
    height: 500px;
  }

  /*↓scp_202302_iosp.html用*/
  .slant-bg-pb0 {
    padding: 30px 0 0;
  }

  .slant-bg-pb0::before {
    height: 500px;
  }
  /* ↑ */

  .contents-title {
    font-size: 7vw;
    margin-bottom: 2em;
  }

  .contents-innerblock {
    width: 86%;
    margin: 3em auto;
  }

  .contents-innerblock h3 {
    height: 55px;
    font-size: 7vw;
    left: 15px;
  }

  .contents-innerblock h3:before {
    bottom: -20px;
    border-top: 20px solid #cc8c0d;
    border-left: 20px solid transparent;
  }

  .contents-innerblock h3:after {
    border: 26px solid #efac18;
    border-right-width: 25px;
    border-right-color: transparent;
  }

  .contents-innerblock h3.no-ribon {
    top: 20px;
    left: 0;
    margin: 10px -30px;
  }

  .contents-innerblock h3.no-ribon:after {
    bottom: -20px;
    border-top: 20px solid #cc8c0d;
    border-right: 20px solid transparent;
    border-right-width: 20px !important;
  }

  .contents-text {
    width: 100%;
    /* font-size: 4.4vw; */
    font-size: 4.2vw;
  }

  .contents-text:nth-of-type(1) {
    margin-top: 40px;
  }

  .contents-text.text-left {
    width: 86%;
    padding-left: 0;
    line-height: 1.5;
  }

  .contents-text.sub-text {
    font-size: 3.4vw;
  }

  .contents-innerblock .contents-text.detail-link {
    width: 86%;
  }

  .contents-text.detail-link {
    font-size: 3.4vw;
    margin: 0 auto;
    margin-top: -1.2em !important;
  }

  .contents-sub-text {
    width: 95%;
  }

  .contents-sub-text p {
    font-size: 3.4vw;
  }

  .contents-sub-title-red {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 3.5vw;
  }

  .contents-sub-title-red:not(:nth-of-type(1)) {
    margin-top: 20px;
  }

  .contents-sub-title-blue {
    width: 100%;
    margin-bottom: 0;
  }

  .contents-sub-title-green {
    width: 100%;
    margin-bottom: 0;
  }

  .contents-step-title {
    width: 100%;
    font-size: 16px;
  }

  .contents-step-title .step-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    border-radius: 30px;
    margin-right: 5px;
  }

  .contents-step-title .step-text {
    font-size: 5.5vw;
  }

  .contents-step-title .step-text-s {
    font-size: 4.0625vw;
  }

  .contents-image {
    width: 100%;
    margin: 30px auto;
  }

  .contents-image img {
    max-width: 320px;
  }

  .contents-image-text {
    width: 95%;
    justify-content: center;
    margin: 0 auto;
  }

  .contents-image-text span {
    font-size: 3.7vw;
  }

  .contents-image-step3 {
    width: 100%;
    margin: 10px auto;
  }

  .contents-image-text-step3 {
    width: 95%;
    justify-content: center;
    margin: 0 auto;
    padding-top: 10px;
  }

  .contents-image-text-step3 span {
    font-size: 4.4vw;
  }

  .contents-image-banner {
    width: 100%;
    margin: 10px auto;
  }

  hr.dotted {
    margin: 30px auto;
  }

  .icon-block span {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 25px;
    margin: 0.5em 0.2em;
    font-size: 22px;
  }
}

/*skyblue*/
.skyblue::before {
  background-color: #6bbee8;
}
.skyblue .contents-innerblock h3 {
  background-color: #2880ba;
}

.skyblue .contents-innerblock h3:before {
  border-top-color: #1c5880;
}

.skyblue .contents-innerblock h3:after {
  border-color: #2880ba;
  border-right-width: 25px;
  border-right-color: transparent;
}

/*skygreen*/
.skygreen::before {
  background-color: #62dd79;
}
.skygreen .contents-innerblock h3 {
  background-color: #1fad30;
}

.skygreen .contents-innerblock h3:before {
  border-top-color: #0f6b15;
}

.skygreen .contents-innerblock h3:after {
  border-color: #1fad30;
  border-right-width: 25px;
  border-right-color: transparent;
}

/*pink*/
.pink::before {
  background-color: #f9a0d3;
}
.pink .contents-innerblock h3 {
  background-color: #f25ab1;
}

.pink .contents-innerblock h3:before,
.pink .contents-innerblock h3.no-ribon:after {
  border-top-color: #c61282;
}

.pink .contents-innerblock h3:after {
  border-color: #f25ab1;
  border-right-width: 25px;
  border-right-color: transparent;
}

/*
ダウンロードブロック
—————————————————————————————————*/

.dl-section {
  padding: 15px 0;
  text-align: center;
  border-top: solid 1px #ddd;
  background-color: #ffffff;
}

.dl-section.bg-yellow {
  background-color: #fff100;
}

.dl-section.bg-yellow h2 {
  margin-bottom: 1em;
}

.dl-title {
  color: #cc0033;
  font-size: 18px;
}

.dl-lead {
  font-size: 18px;
  margin-top: 25px;
}

.dl-info {
  display: flex;
  justify-content: center;
  margin: 12px auto 31px;
}

.dl-info-text {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: baseline;
  padding-left: 9px;
  font-size: 11px;
}

.dl-info-text p {
  background: linear-gradient(transparent 60%, #ffe02e 60%);
}

.dl-app-container {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 560px) {
  .dl-title {
    font-size: 12px;
  }

  .dl-lead {
    font-size: 16px;
  }
}

/* ダウンロード先アイコンの出し分け用スタイル */
.android-dl-area--visible {
  visibility: visible;
}

.android-dl-area--display-none {
  display: none !important;
}

.ios-dl-area--visible {
  visibility: visible;
}

.ios-dl-area--display-none {
  display: none !important;
}

/*
ログインに関する注意事項
—————————————————————————————————*/
.guide-attention {
  font-size: 15px;
  padding: 1em 3em;
}

.acd_area {
  border: 2px solid #cc0033;
  border-radius: 15px;
}

.acd_area dt {
  color: #cc0033;
  font-size: 20px;
  font-weight: bold;
  padding: 1em;
}

.acd_area dt img {
  width: 22px;
  height: 22px;
  vertical-align: top;
  margin-left: 20px;
}

.acd_area dt img.rotate {
  transform: rotate(180deg);
}

.acd_area dd {
  text-align: left;
  line-height: 1.5;
  padding: 0 1em 1.5em;
}

.acd_area dd ul {
  margin-left: 25px;
}

.acd_area dd ul li{
  list-style: disc;
}

@media screen and (max-width: 560px) {
  .guide-attention {
    padding: 1em;
  }

  .acd_area dd {
    padding: 0 .8em 1em;
  }
}

/*
キャンペーン規約ブロック
—————————————————————————————————*/
.terms-contents {
  background-color: #f7f7f7;
  padding: 30px 16px 20px;
  color: #3f3f3f;
}

.terms-title {
  text-align: center;
  font-size: 20px;
}

.terms-section {
  text-align: left;
}

.terms-detail {
  background-color: #fff;
  border-radius: 2px;
  margin-top: 21px;
  padding: 14px;
}

.terms-detail h2 {
  font-size: 15px;
}

.terms-detail p,
.terms-detail li {
  font-size: 13px;
}

.terms-detail p b {
  font-weight: bold;
}

.copy {
  display: block;
  background-color: #f7f7f7;
  text-align: center;
  padding-bottom: 217px;
  padding-top: 15px;
}

.copy-entry {
  padding-bottom: 143px;
}


@media screen and (max-width: 560px) {
  .terms-title {
    font-size: 18px;
  }
}

/*
ボトムテキストブロック
—————————————————————————————————*/
.bottom-text-block {
  background-color: #f7f7f7;
  padding: 1.5em 1em;
  font-size: 28px;
}

@media screen and (max-width: 560px) {
  .bottom-text-block {
    font-size: 4.5vw;
  }
}

/*
アプリ誘導ボタンブロック
—————————————————————————————————*/
.push-app-block {
  padding: 15px 0;
  text-align: center;
  background-color: #f7f7f7;
}

.push-app-block.header {
  border-top: 8px solid #fdc747;
}

.push-app-block.header-bl {
  border-top: 3px solid #0070c0;
}

.push-app-container {
  margin: 0 0 30px;
}

.push-app-text {
  font-weight: 700;
  font-size: 24px;
  margin: 10px 0;
}

.push-app-block.header .push-app-container {
  margin: 30px 0;
}

.push-app-lead {
  font-size: 24px;
  font-weight: bold;
  color: #cc0033;
  padding: 1em .5em;
}

.push-app-btn {
  text-decoration: none;
  width: 70%;
  display: inline-block;
  padding: 1em;
  color:#ffffff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 45px;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 50%);
  background-color: #ed690f;
  box-shadow: 0px 2px 2px rgb(0 0 0 / 29%);
  border-bottom: solid 3px #964b00;
  position: relative;
}

.push-app-btn:hover {
  opacity: 0.85;
}

.push-app-btn:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.push-app-btn::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 15px;
  width: 60px;
  height: 60px;
  background: url(./images3/img_arrow.png) no-repeat;
  background-size: contain;
}

.push-app-container.sp_only {
  display: none;
}

.push-app-container.pc_only {
  display: block;
}

@media screen and (max-width: 560px) {
  .push-app-container {
    margin: 0 0 15px;
  }

  .push-app-text {
    font-size: 5vw;
  }

  .push-app-lead {
    font-size: 4vw;
  }

  .push-app-btn {
    width: 85%;
    padding: 1em 0.5em;
    font-size: 17px;
    border-radius: 60px;
  }

  .push-app-btn span {
    margin-left: -1em;
  }

  .push-app-btn::after {
    top: 9px;
    right: 7px;
    width: 40px;
    height: 40px;
  }

  .push-app-container.sp_only {
    display: block;
  }
  
  .push-app-container.pc_only {
    display: none;
  }
}

/*
フッターブロック
—————————————————————————————————*/
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
   /* bodyのmax-widthと合わせる  */
  max-width: 960px;
  height: 134px;
  background: rgba(63,63,63,0.8);
  color: #fff;
}

.footer-dl-app-container {
  margin-bottom: 30px;
}

.back-to-news-app {
  height: 70px;
  padding: 17px;
  text-align: center;
}

.to-top {
  width: 42px;
  height: 42px;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: -52px;
  font-size: 30px;
  background-color: rgba(196, 196, 196, 0.6);
  color: #fff;
  border: none;
  padding: 0;
}

.footer-dl {
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

footer.emphasis .footer-dl {
  font-size: 16px;
  font-weight: bold;
}

.footer-button {
  font-size: 12px;
  padding: 9px 45px 9px 44px;
  border: none;
  border-radius: 8px;
  background-color: #fff;
  color: #000;
}

.period-notes {
  line-height: 15px;
  margin: 0px 0px 5px;
}

/* フッターなし */
footer.initialized {
  height: 20px;
  background: initial;
}

/* フッターPC・SP切り替え */
footer.pc_only {
  display: block;
}

footer.sp_only {
  display: none;
}

@media screen and (max-width: 560px) {
  footer {
    height: 90px;
  }

  footer.emphasis {
    height: 100px;
  }

  .footer-dl {
    padding: 8px 0;
  }

  footer.emphasis .footer-dl {
    padding: 12px 0;
    font-size: 4vw;
    font-weight: bold;
  }

  .lp_banner_box{
    height: auto;
  }

  footer.pc_only {
    display: none;
  }
  
  footer.sp_only {
  display: block;
  }
}

/* フッター・ダウンロードボタン用スタイル */
footer.footer-push-app {
  height: 130px;
  background: rgba(63,63,63,0.8);
  text-align: center;
}
footer.footer-push-app .push-app-btn {
  margin-top: 20px;
}

@media screen and (max-width: 560px) {
  footer.footer-push-app {
    height: 100px;
  }
}

/*
過去のキャンペーン一覧ブロック
—————————————————————————————————*/
.cplist-contents {
  background-color: #fff5cf;
  color: #3f3f3f;
  text-align: center;
  padding: 40px 0;
}

.cplist-block {
  background-color: #fff5cf;
  z-index: -1;
}

.cplist-title {
  width: 80%;
  max-width: 600px;
  margin: 1em auto 2em;
  padding: 0.5em 0;
  border-radius: 8px;
  background-color: #d1bb5d;
}

.cplist-innerblock {
  width: 80%;
  max-width: 600px;
  margin: 6em auto 4em;
  padding: 1em 0;
  position: relative;
}

@media screen and (max-width: 560px) {

  .cplist-title {
    width: 90%;
  }

  .cplist-innerblock {
    width: 90%;
    margin: 2em auto;
  }
}

/*
上部ダウンロードテキスト出し分け
—————————————————————————————————*/
.push-app-txtblock p {
  font-weight: 700;
  color: #ffffff;
  font-size: 40px;
  margin: 10px 10px 20px 10px;
}

.push-app-txtblock.sp_only {
  display: none;
}

.push-app-txtblock.pc_only {
  display: block;
  margin-bottom: 30px;
}

@media screen and (max-width: 560px) {
  .push-app-txtblock p {
    font-size: 7vw;
    margin-bottom: 1em;
  }

  .push-app-txtblock.sp_only {
    display: block;
  }

  .push-app-txtblock.pc_only {
    display: none;
  }
}

/*
ヘッダー固定ブロック
—————————————————————————————————*/
header {
  position: fixed;
  top: 0;
  width: 100%;
   /* bodyのmax-widthと合わせる  */
  max-width: 960px;
  height: 134px;
  background: rgba(63,63,63,0.8);
  z-index: 999;
}

.header-mt {
  margin-top: 70px;
}

@media screen and (max-width: 560px) {
  header {
    height: 90px;
  }
}