@charset "UTF-8";
/*
 * normalise
 --------------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * mixin
 --------------------------------------------------------------------------------*/
/* display */
.none {
  display: none !important; }

.hidden {
  visibility: hidden !important; }

/* text-align */
.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/*
 * basic
 --------------------------------------------------------------------------------*/
body {
  background: #FFF;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  color: #000000; }

del {
  text-decoration: line-through;
  color: #404040; }

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #E0593E;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.2s ease-out; }
  a:link {
    color: #E0593E;
    text-decoration: none; }
  a:visited {
    color: #E0593E;
    text-decoration: none; }
  a:hover {
    opacity: 0.5;
    color: #E0593E;
    text-decoration: none; }
  a:active {
    color: #E0593E;
    text-decoration: none; }
  a:focus {
    outline: 0; }
  a img {
    vertical-align: top; }
  a:hover img.hover,
  .opc a:hover img,
  .opc2 a:hover {
    opacity: 0.5; }
  a img.hover,
  .opc a *,
  .opc2 a {
    transition: all 0.2s ease-out; }
  .sns a[target=_new],
  .sns a[target=_blank] {
    background-image: none; }
    @media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
      .sns a[target=_new],
      .sns a[target=_blank] {
        background-image: none; } }
  .exlink a {
    display: block;
    background: url(images/icon_exlink.png) no-repeat left center;
    padding-left: 20px; }
  .exlink a:hover {
    opacity: 0.5;
    color: #E0593E;
    text-decoration: none; }

/* 
 * list style
 * 
 * How to create the perfect lists style using CSS
 * https://kaspars.net/wp-content/uploads/2008/02/index.html
 --------------------------------------------------------------------------------*/
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ul.list, ol.list {
  margin: auto -3em 1em 0;
  padding: 0;
  position: relative;
  left: -3em;
  overflow: hidden; }
  ul.list ul, ul.list ol, ol.list ul, ol.list ol {
    margin-left: 1em;
    padding-left: 0; }
  ul.list li, ol.list li {
    margin-left: 5em; }
    ul.list li li, ol.list li li {
      margin-left: 1em; }
  ul.list.flat li, ol.list.flat li {
    margin-left: 3em; }
    ul.list.flat li ul, ul.list.flat li ol, ol.list.flat li ul, ol.list.flat li ol {
      margin-left: 1em;
      padding-left: 0; }
    ul.list.flat li li, ol.list.flat li li {
      margin-left: 0; }
  ul.list.spaced, ol.list.spaced {
    margin-bottom: 0; }
    ul.list.spaced ul, ul.list.spaced ol, ol.list.spaced ul, ol.list.spaced ol {
      margin-top: 1em; }
    ul.list.spaced li, ol.list.spaced li {
      margin-bottom: 1em; }
  ul.list.indent li, ol.list.indent li {
    padding-left: 1em;
    text-indent: -1em; }
  ul.list.inside li, ol.list.inside li {
    list-style-position: inside; }
  ul.list.clear li, ol.list.clear li {
    list-style-type: none; }

ul.list {
  list-style-type: disc; }
  ul.list li {
    list-style-type: disc; }

ol.list {
  list-style-type: decimal; }
  ol.list li {
    list-style-type: decimal; }

.yodogawa p, .article h2, .article p, .info p, .banner ul li a {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: normal;
  letter-spacing: 0.075em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.footer-contact {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto; }
  .footer-contact li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: static;
    left: auto; }

/*------------------------------------------------------------------------------
 *
 *    sp
 *
 *--------------------------------------------------------------------------- */
html, body {
  min-height: 100%; }

body {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFFFFF; }

canvas {
  display: block;
  vertical-align: bottom; }

body * {
  box-sizing: border-box; }

.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto; }

.header {
  margin: 0 auto; }
  .header .hobo {
    padding: 0;
    text-align: center; }
    .header .hobo a {
      color: #000000; }
      .header .hobo a i {
        font-size: 300%;
        opacity: 0.75; }
  .header .oragajam {
    text-align: center; }
  .header__title {
    position: relative;
    margin: 16px 0 0 0;
    padding-bottom: 16px;
    background-color: #FFFFFF; }
    .header__title div {
      position: relative;
      text-indent: 200%;
      overflow: hidden;
      white-space: nowrap; }
      .header__title div span {
        position: absolute; }
  .header-title__image {
    background: url(../images/ph_main.jpg) no-repeat center top;
    padding-top: 58.33333%;
    background-size: contain; }
  .header-title__badge {
    position: absolute !important;
    top: 5vw;
    left: 5vw;
    width: 40%;
    background: url(../images/balloon.svg) no-repeat center top;
    padding-top: 18.13333%;
    background-size: contain; }
  .header-title__main {
    background: url(../images/page_title_sp.svg) no-repeat center top;
    padding-top: 40.3125%;
    background-size: contain;
    width: 90%;
    margin: 16px auto; }
  .header-title__logo {
    background: url(../images/logos.png) no-repeat center top;
    padding-top: 30.625%;
    background-size: contain;
    width: 90%;
    margin: 16px auto; }

.contents {
  background: #ebebeb url(../images/bg.png) repeat center top;
  background-size: 24%;
  padding-top: 16px; }

.yodogawa {
  width: 90%;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 16px; }
  .yodogawa p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 160%;
    line-height: 2;
    font-weight: bold; }
    .yodogawa p:first-child {
      margin-top: 0; }
    .yodogawa p:last-child {
      margin-bottom: 0; }
    .yodogawa p.info {
      font-size: 220%; }
    .yodogawa p.date {
      font-size: 140%; }

.article {
  width: 90%;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  background-color: #FFFFFF;
  box-shadow: 2px 4px 16px 0 rgba(0, 0, 0, 0.3); }
  .article h2 {
    margin: 10px auto 40px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 180%;
    font-weight: normal;
    line-height: 1.2; }
  .article p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 160%;
    line-height: 2; }
    .article p:first-child {
      margin-top: 0; }
    .article p:last-child {
      margin-bottom: 0; }
    .article p.info {
      font-size: 220%; }
    .article p.date {
      font-size: 140%; }
  .article .photo img {
    transition: opacity .1s, filter 1.5s, -webkit-filter 1s;
    width: 100%;
    overflow: hidden;
    border-radius: 4px; }
    .article .photo img.lazyload, .article .photo img.lazyloading {
      -webkit-filter: grayscale(1) brightness(0.1);
      filter: grayscale(1) brightness(0.1);
      opacity: 0; }
    .article .photo img.lazyloaded {
      -webkit-filter: grayscale(0) brightness(1);
      filter: grayscale(0) brightness(1);
      opacity: 1; }
    .article .photo img + img {
      margin-top: 20px; }

.info {
  margin-top: 40px;
  padding: 16px;
  background-color: #f2f2f2;
  border-radius: 8px; }
  .info h3 {
    font-size: 180%;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 auto;
    color: #333333; }
    .info h3.info__title {
      display: flex;
      align-items: center;
      flex-direction: column; }
      .info h3.info__title img {
        width: 80px; }
  .info h4 {
    font-size: 160%;
    font-weight: bold;
    line-height: 1.5;
    margin: 1.5em auto 0.5em;
    color: #333333; }
    .info h4 + p, .info h4 + dl {
      margin-top: 0.5em; }
  .info p {
    color: #333333;
    font-size: 160%;
    line-height: 1.75; }
    .info p.link {
      font-size: 200%;
      line-height: 1.25; }
      .info p.link a {
        display: block;
        position: relative;
        padding: 10px 1em 10px 0;
        border-radius: 8px;
        border: 2px solid #E0593E;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold;
        text-align: center;
        color: #000000;
        background-color: #FFFFFF; }
        .info p.link a:after {
          content: '\e917';
          margin-top: -0.5em;
          position: absolute;
          right: 0;
          top: 50%;
          color: #E0593E;
          font-family: 'Hobonichi-Icons';
          font-size: 150%;
          line-height: 1; }
    .info p.cap {
      font-size: 120%; }
  .info dt, .info dd, .info li {
    color: #333333; }
  .info dt {
    font-size: 160%;
    line-height: 1.5;
    font-weight: bold; }
  .info dd {
    font-size: 160%;
    line-height: 1.75;
    margin-left: 0; }
  .info li {
    font-size: 140%;
    line-height: 1.5;
    letter-spacing: 0;
    text-indent: -1em;
    padding-left: 1em; }
  .info__sales {
    background-color: transparent;
    border: 2px solid #E0593E; }
    .info__sales h3 {
      margin: -16px -16px 0;
      padding: 8px;
      text-align: center;
      background: #E0593E;
      color: #FFFFFF; }
  .info.campaign {
    background: url(/store/oragajam/images/ph_small_jam_mixberry.jpg) no-repeat calc(100% - 10px) 10px;
    background-size: 44.5px 50px; }
    .info.campaign > div {
      font-size: 14px;
      color: #FFF;
      background-color: #4C4296;
      width: 100px;
      padding: 8px 16px;
      text-align: center;
      border-radius: 4px; }
    .info.campaign > h4 {
      margin: 0.5em auto; }
      .info.campaign > h4 span {
        display: block;
        font-size: 16px;
        line-height: 1.5; }
        .info.campaign > h4 span:first-child {
          font-size: 12px;
          display: inline-block;
          color: #4C4296;
          border-bottom: 2px solid #4C4296;
          margin-bottom: 0.5em; }
      .info.campaign > h4 + p {
        font-size: 12px;
        margin: 0.5em auto; }

.navi {
  margin: 20px auto 0;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .navi ul {
    font-family: 'zero-width';
    text-align: center;
    margin: 0 auto; }
  .navi li {
    display: inline-block;
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: right; }
    .navi li:first-child {
      text-align: left; }
    .navi li a {
      padding: 8px 0;
      color: #FFFFFF; }
      .navi li a i {
        display: inline-block;
        vertical-align: middle;
        font-size: 480%; }
      .navi li a span {
        display: inline-block;
        vertical-align: middle;
        font-size: 160%;
        font-weight: normal; }
  .navi__prev {
    margin-right: 20px; }
  .navi__next {
    margin-left: 20px; }

.date {
  margin-top: 30px;
  text-align: center; }

.banner {
  width: 90%;
  margin: 16px auto;
  text-align: center; }
  .banner ul li {
    width: 100%; }
    .banner ul li:not(:first-of-type) {
      margin-top: 16px; }
    .banner ul li a {
      font-size: 140%;
      text-align: left;
      display: block;
      padding: 16px;
      border: 2px solid #E0593E;
      border-radius: 8px;
      background-color: #FFFFFF;
      font-family: font-family;
      line-height: 1.5;
      font-weight: bold; }
      .banner ul li a.ringo {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .banner ul li a.ringo span {
          width: 40%;
          margin-right: 8px; }
        .banner ul li a.ringo div {
          margin-top: 0; }
      .banner ul li a span {
        display: block; }
      .banner ul li a img {
        width: 100%; }
      .banner ul li a div {
        margin-top: 8px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .banner ul li a div p {
          margin: 0; }
        .banner ul li a div small {
          display: block; }
        .banner ul li a div i {
          font-size: 150%; }

.share {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 32px 0;
  border-radius: 8px; }
  .share h3 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: .618em 0;
    text-align: center;
    font-size: 120%;
    margin: 0px auto 10px; }
  .share ul {
    font-family: "zero-width";
    letter-spacing: 0;
    text-align: center; }
    .share ul li {
      display: inline-block;
      font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      letter-spacing: 0.075em;
      margin: 0 10px; }
      .share ul li a {
        display: block;
        font-size: 400%; }
        .share ul li a:after {
          content: none; }
  .share .article-share__facebook a {
    color: #3b5998; }
  .share .article-share__twitter a {
    color: #00aced; }
  .share .article-share__line a {
    color: #00b900; }
  .share .article-share__mail a {
    color: #f4cb3c; }

/*------------------------------------------------------------------------------

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 0px auto 0;
  background-color: rgba(255, 255, 255, 0.9); }
  .footer h3 {
    padding-top: 10px;
    text-align: center;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 120%; }
  .footer a {
    font-size: 120%; }
  .footer-contact {
    overflow: hidden; }
    .footer-contact li {
      padding: 0;
      margin: 0; }
      .footer-contact li a {
        display: block;
        padding: 10px 0;
        text-align: center; }
        .footer-contact li a i {
          font-size: 200%;
          vertical-align: middle; }
        .footer-contact li a span {
          font-weight: bold;
          vertical-align: middle; }
    .footer-contact__home img {
      height: 32px; }
  .footer .follow {
    margin: 0 auto;
    padding: 15px 0; }
    .footer .follow h3 {
      font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      padding: .618em 0;
      text-align: center;
      font-size: 120%;
      margin: 0px auto 10px; }
    .footer .follow ul {
      font-family: "zero-width";
      letter-spacing: 0;
      text-align: center; }
      .footer .follow ul li {
        display: inline-block;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        letter-spacing: 0.075em;
        margin: 0 10px; }
        .footer .follow ul li a {
          display: block;
          font-size: 320%;
          color: #404040; }
          .footer .follow ul li a:after {
            content: none; }
  .footer .contact {
    margin: 0 auto;
    padding: 15px 0;
    border-top: 1px solid #e6e6e6; }
  .footer .copyright {
    border-top: 1px solid #e6e6e6;
    padding: 15px;
    font-size: 100%;
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase; }

@media only screen and (max-width: 600px) {
  .ua-mobile br:not(.sp) {
    display: none; } }

@media only screen and (min-width: 601px) {
  .visible-sp {
    display: none; }
  body * {
    box-sizing: border-box; }
  img {
    vertical-align: top; }
  .header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    .header__title {
      padding-bottom: 0; }
    .header-title__badge {
      position: absolute !important;
      top: auto;
      left: auto;
      right: 6.66667%;
      bottom: 11.42857%;
      max-width: 300px; }
    .header-title__main {
      position: absolute !important;
      left: 8.33333%;
      top: 10%;
      margin: 0;
      width: 70.83333%;
      padding-top: 31.72743%; }
    .header-title__logo {
      position: absolute !important;
      left: 8.33333%;
      top: 69.28571%;
      margin: 0;
      width: 29.5%;
      padding-top: 10.03819%; }
  .contents {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 20px;
    background-size: 180px; }
  .yodogawa {
    max-width: 640px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    padding: 80px 40px; }
    .yodogawa p {
      font-size: 180%;
      letter-spacing: 0.1em;
      padding: 0 40px; }
  .article {
    max-width: 640px;
    margin-right: auto;
    margin-left: auto;
    padding: 80px 40px; }
    .article h2 {
      font-size: 240%;
      margin-bottom: 60px; }
    .article p {
      font-size: 160%;
      letter-spacing: 0.1em;
      padding: 0 40px; }
      .article p.info {
        font-size: 300%;
        line-height: 1.75; }
      .article p.date {
        font-size: 140%; }
    .article .photo {
      margin: 40px auto; }
      .article .photo.col2 img {
        width: 50%;
        margin-top: 0;
        border-radius: 4px 0 0 4px; }
        .article .photo.col2 img + img {
          border-radius: 0 4px 4px 0; }
  .info {
    padding: 40px; }
    .info p {
      padding: 0; }
    .info h3.info__title {
      flex-direction: row; }
      .info h3.info__title img {
        margin-right: 16px; }
    .info__sales h3 {
      margin: -40px -40px 0 -40px; }
    .info.campaign {
      background-position: calc(100% - 40px) 40px;
      background-size: 89px 100px; }
      .info.campaign > h4 span {
        font-size: 20px; }
        .info.campaign > h4 span:first-child {
          font-size: 16px; }
  .banner {
    max-width: 640px; }
    .banner ul li a {
      font-size: 160%;
      padding: 20px; }
      .banner ul li a.ringo span {
        width: 30%;
        margin-right: 20px; }
      .banner ul li a.ringo div {
        width: calc(70% - 20px); }
      .banner ul li a:not(.ringo) img {
        width: 60%; }
  /*------------------------------------------------------------------------------

	  Footer

	------------------------------------------------------------------------------*/
  .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
    .footer > div {
      max-width: 960px;
      margin: 0 auto; }
      .footer > div > div {
        float: left; }
        .footer > div > div + div {
          float: right; }
    .footer h3 {
      margin: 0;
      padding: 20px 10px; }
    .footer-contact {
      border-bottom: 0 none transparent;
      padding: 20px 0;
      font-family: 'zero-width';
      text-align: center;
      letter-spacing: 0; }
      .footer-contact li {
        width: auto;
        float: none;
        margin: 0 10px 20px; }
        .footer-contact li a {
          display: block;
          padding: 0;
          text-align: center;
          color: rgba(0, 0, 0, 0.6); }
          .footer-contact li a i {
            display: block;
            font-size: 300%; }
          .footer-contact li a span {
            display: block;
            font-weight: bold;
            letter-spacing: 0.075em; }
    .footer .copyright {
      clear: both;
      float: none;
      padding: 15px;
      font-size: 100%;
      font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
      font-weight: bold;
      line-height: 1;
      text-align: center;
      text-transform: uppercase; }
  .ua-ie-9 .article p {
    letter-spacing: 0;
    font-size: 160%; } }

@media only screen and (min-width: 751px) {
  .header-title__badge {
    padding-top: 136px; } }
