@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;
}

.contents {
    padding: 0 0 40px;
    background-size: 340px;
}

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 {
    color: #000;
    background: #ff0;
}

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

pre {
    white-space: pre-wrap;
}

q {
    quotes: "“""”""‘""’";
}

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 {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid silver;
}

legend {
    padding: 0;
    border: 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] {
    cursor: pointer;
    -webkit-appearance: button;
}

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

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

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

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

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

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

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

/*
* 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 {
    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;
}

.contents {
    padding: 0 0 40px;
    background-size: 340px;
}

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

/* 
* link style
--------------------------------------------------------------------------------*/
a {
    transition: all 0.2s ease-out;
    text-decoration: none;
    color: #1D4B73;
    outline: none 0 !important;
}
a:link {
    text-decoration: none;
    color: #e47a01;
}
a:visited {
    text-decoration: none;
    color: #1D4B73;
}
a:hover {
    text-decoration: none;
    opacity: 0.5;
    color: #1D4B73;
}
a:active {
    text-decoration: none;
    color: #1D4B73;
}
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;
    padding-left: 20px;
    background: url(images/icon_exlink.png) no-repeat left center;
}
.exlink a:hover {
    text-decoration: none;
    opacity: 0.5;
    color: #e0593e;
}
/* 
* list style
* 
* How to create the perfect lists style using CSS
* https://kaspars.net/wp-content/uploads/2008/02/index.html
--------------------------------------------------------------------------------*/
ul,ol,li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.list,ol.list {
    position: relative;
    left: -3em;
    overflow: hidden;
    margin: auto -3em 1em 0;
    padding: 0;
}
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;
}

.info p, .article li, .article p, .article h3, .article h2, .yodogawa p, .cheader__title span, .buy a {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.075em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows .info p, .info .ua-desktop-windows p, .ua-desktop-windows .article li, .article .ua-desktop-windows li, .ua-desktop-windows .article p, .article .ua-desktop-windows p, .ua-desktop-windows .article h3, .article .ua-desktop-windows h3, .ua-desktop-windows .article h2, .article .ua-desktop-windows h2, .ua-desktop-windows .yodogawa p, .yodogawa .ua-desktop-windows p, .ua-desktop-windows .cheader__title span, .cheader__title .ua-desktop-windows span, .ua-desktop-windows .buy a, .buy .ua-desktop-windows a {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
}

.footer{
    margin: auto;
    padding: 10px;
}

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


/*------------------------------------------------------------------------------
*
*    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: rgba(255, 255, 255, .9);
}

canvas {
    display: block;
}

body * {
    box-sizing: border-box;
    background-color: none;
}

@media screen and (max-width: 600px) {
    .ua-mobile br:not(.sp) {
        display: none;
    }
    .ua-mobile br.only-sp {
        display: inline;
    }
    .ua-mobile br.lg {
        display: inline;
    }
}
@media screen and (max-width: 414px) {
    .ua-mobile br.md {
        display: inline;
    }
}
@media screen and (max-width: 375px) {
    .ua-mobile br.sm {
        display: inline;
    }
}
@media screen and (min-width: 601px) {
    br.only-sp, br.sm, br.md, br.lg {
        display: none;
    }
}

@media (min-width: 768px) {
    .buy a {
        bottom: 8px;
        max-width: 248px;
        border: 2px solid #e47a01;
        border-right: 0 none transparent;
        border-radius: 8px 0 0 8px;
    }
}
.buy a {
    position: fixed;
    z-index: 2;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px;
    border-top: 2px solid #e47a01;
    background: white;
}
.buy a img {
    width: auto;
    height: 40px;
    margin-right: 8px;
}
.buy a span {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.5;
    display: block;
    margin-right: 8px;
}
.buy a i {
    font-size: 210%;
}

#sale20 {
    bottom: 68px !important;
}
@media (min-width: 768px) {
    #sale20 {
        bottom: 78px !important;
    }
}

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

.header {
    margin: 0 auto;
}

.header .hobo {
    padding: 10px 10px 0px 10px;
    text-align: center;
}

.header .hobo a {
    color: #000;
}

.header .hobo a i {
    font-size: 300%;
    opacity: .75;
}

.header .oragajam {
    padding-bottom: 10px;
    text-align: center;
}

.header .oragajam img {
    width: 56.25%;
    max-width: 200px;
}

.header__title{
    font-size: 120%;
    line-height: 1.5;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 148.125%;
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
    background: url(https://www.1101.com/store/oragajam/anzu2023/images/ph_oragajam2023_sp.jpg) no-repeat center top;
    background-size: contain;
}

.header__title div {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}

.header__title img {
    display: block;
    width: 100%;
    margin: 0 auto 0;
}

.header__title span {
    font-weight: bold;
    display: inline-block;
    margin: 1em auto;
    padding: .5em 1em;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .2);
}

.yodogawa {
    padding: 10px;
    background-color: #e47a01;
}

.yodogawa p {
    font-size: 140%;
    font-weight: bold;
    line-height: 1.75;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    color: #fff;
}

#contents {
    padding: 0 0 40px;
    background-size: 340px;
}

.article {
    width: 90%;
    margin: auto;
    background-color: #FFFFFF;
}
.article + .article {
    margin-top: 20px;
}
.article h2 {
    font-family: "Koburina Gothic W6 JIS2004", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 200%;
    font-weight: normal;
    line-height: 1.25;
    margin: 60px auto 20px;
    padding: 12px 0;
    text-align: center;
    color: #FFFFFF;
    border-radius: 8px;
    background-color: #e47a01;
}
.article h3 {
    font-family: "Koburina Gothic W6 JIS2004", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 270%;
    line-height: 1.25;
    max-width: 480px;
    margin: 30px auto 20px;
    padding-top: 20px;
    color: #e47a01;
}
.article p {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.8);
}
.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 li {
    font-size: 16px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.8);
}
.article .photo {
    margin: 20px auto;
}
.article .photo img {
    overflow: hidden;
    width: 100%;
    transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
    border-radius: 4px;
}
.article .photo img.lazyload, .article .photo img.lazyloading {
    opacity: 0;
    -webkit-filter: grayscale(1) brightness(0.1);
    filter: grayscale(1) brightness(0.1);
}
.article .photo img.lazyloaded {
    opacity: 1;
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}
.article .photo img.pc {
    display: none;
}
.article .photo img + img {
    margin-top: 20px;
}


.section section2{
    border-bottom: 2px solid #e47a01;
}


.info {
    margin: 40px auto 0;
    padding: 20px;
    border: 2px solid #EEEEEE;
    border-radius: 8px;
    max-width: 480px;
}
.info h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0px;
}

.info h4 + p {
    margin-top: 8px;
}

.info h5 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}
.info p {
    font-size: 160%;
    line-height: 1.75;
    color: rgba(0, 0, 0, .8);
    max-width: 100% !important;
}
.info ul + p {
    margin-top: 0;
}
.info p b {
    color: #e47a01;
}

.info p.link {
    font-size: 200%;
    line-height: 1.25;
}
.info p.link a {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 10px 1em 10px 0;
    text-align: center;
    color: #000;
    border: 2px solid #e0593e;
    border-radius: 8px;
    background-color: #fff;
}

.info p.link a:after {
    font-family: "Hobonichi-Icons";
    font-size: 150%;
    line-height: 1;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.5em;
    content: "";
    color: #e0593e;
}

.info p.cap {
    font-size: 120%;
}

.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;
    width: 100px;
    padding: 8px 16px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #4c4296;
}

.info.campaign>h4 {
    margin: 0.5em auto;
}

.info.campaign>h4 span {
    font-size: 16px;
    line-height: 1.5;
    display: block;
}

.info.campaign>h4 span:first-child {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 0.5em;
    color: #4c4296;
    border-bottom: 2px solid #4c4296;
}

.info.campaign>h4+p {
    font-size: 12px;
    margin: 0.5em auto;
}

.info .photo {
    max-width: 120px;
    margin: 0 auto;
}
.info .photo img {
    width: 100%;
    padding-bottom: 30px;
}

.info .photo2 {
    max-width: 120px;
    margin: 0 auto;
}
.info .photo2 img {
    width: 140%;
    margin: 0 -30px auto;
    padding-bottom: 30px;
}

.price{
    font-weight:bold;
    color:#4C4C4C;
}


.navi {
    margin: 20px auto 0;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.navi ul {
    font-family: "zero-width";
    margin: 0 auto;
    text-align: center;
}

.navi li {
    font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    display: inline-block;
    text-align: right;
}

.navi li:first-child {
    text-align: left;
}

.navi li a {
    padding: 8px 0;
    color: #fff;
}

.navi li a i {
    font-size: 480%;
    display: inline-block;
    vertical-align: middle;
}

.navi li a span {
    font-size: 160%;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
}

.navi__prev {
    margin-right: 20px;
}

.navi__next {
    margin-left: 20px;
}

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

.banner {
    margin: 20px auto;
    text-align: center;
}

.banner ul li a {
    /* font-family: font-family; */
    font-size: 140%;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    padding: 28px 16px;
    text-align: center;
    border: 2px solid #FF9A15;
    border-radius: 8px;
    background-color: #fff;
}

.banner ul li a>img {
    display: block;
    max-width: 120px;
    margin: 0 auto;
}

.share {
    max-width: 640px;
    margin: 20px auto;
    padding: 15px;
    border-radius: 8px;
}

.share h3 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 120%;
    margin: 0px auto 10px;
    padding: .618em 0;
    text-align: center;
}

.share ul {
    font-family: "zero-width";
    text-align: center;
    letter-spacing: 0;
}

.share ul li {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    margin: 0 10px;
    letter-spacing: .075em;
    font-size: 10px;
}

.share ul li a {
    font-size: 400%;
    display: block;
}

.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 {
    margin: 0px auto 0;
    background-color: rgba(255, 255, 255, .9);
}

.footer h3 {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 120%;
    padding-top: 10px;
    text-align: center;
}

.footer a {
    font-size: 120%;
}

.footer .inquire {
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.footer .inquire a {
    font-size: 14px;
    display: block;
    padding: 1em;
}

.footer-contact {
    overflow: hidden;
}

.footer-contact li {
    margin: 0;
    padding: 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;
    font-size: 120%;
    margin: 0px auto 10px;
    padding: .618em 0;
    text-align: center;
}

.footer .follow ul {
    font-family: "zero-width";
    text-align: center;
    letter-spacing: 0;
}

.footer .follow ul li {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    display: inline-block;
    margin: 0 10px;
    letter-spacing: .075em;
}

.footer .follow ul li a {
    font-size: 320%;
    display: block;
    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 {
    font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #e6e6e6;
}












@media only screen and (min-width: 601px) {
    .visible-sp {
        display: none;
    }
    
    body {
        min-height: 100vh;
        background: url(https://www.1101.com/store/oragajam/anzu2023/images/bg.jpg) center top;
        background-attachment: fixed;
        background-position: center;
        background-size: cover;
    }
    
    body * {
        box-sizing: border-box;
    }
    
    img {
        vertical-align: top;
    }
    
    .header {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
    }
    
    .header__title {
        font-size: 140%;
        padding-top: 58.3333333333%;
        white-space: nowrap;
        background-image: url(https://www.1101.com/store/oragajam/anzu2023/images/ph_oragajam2023_pc.jpg);
    }
    
    .header__title img {
        width: 72.3333333333%;
        max-width: 868px;
        margin: 40px 0 0 40px;
    }
    
    .header__title span {
        margin: 1em auto 0;
    }
    
    .yodogawa {
        padding: 8em 0;
        text-align: center;
    }
    
    .yodogawa p {
        font-size: 180%;
        display: inline-block;
        text-align: left;
        letter-spacing: .1em;
    }
    
    .contents {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 20px;
        background-color: #fff;
    }
    
    .article {
        max-width: 1200px;
        margin-right: auto;
        margin-left: auto;
        padding: 40px 40px;
    }
    
    .article h2 {
        font-size: 240%;
        max-width: 640px;
        margin: 60px auto 40px;
        margin-bottom: 60px;
    }
    
    .article p {
        font-size: 160%;
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
        letter-spacing: 0.1em;
    }
    
    .article p.info {
        font-size: 300%;
        line-height: 1.75;
    }
    
    .article p.date {
        font-size: 140%;
    }
    
    .article .photo {
        max-width: 480px;
        margin: 40px auto;
    }
    .article .photo img.sp {
        display: none;
    }
    .article .photo img.pc {
        display: block;
        transition: opacity 0.25s;
    }
    
    
    .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;
    }

    
    .banner {
        width: auto;
    }
    .banner ul li {
        max-width: 480px;
        margin: 0 auto;
        padding: 0;
        text-indent: 0;
    }
    .banner ul li a {
        padding: 22px 30px;
    }
    .banner ul li a p, .banner ul li a img {
        margin: 0;
    }
    .banner ul li a img {
        margin-right: 30px;
    }
    
    .footer {
        margin-top: 40px;
    }
    
    .footer>div {
        max-width: 960px;
        margin: 0 auto;
    }
    
    .footer h3 {
        margin: 0;
        padding: 20px 10px;
    }
    
    .footer-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer-links a {
        font-size: 14px;
        font-weight: bold;
        display: block;
        padding: 10px 10px;
    }
    
    .footer-contact {
        font-family: "zero-width";
        padding: 20px 0;
        text-align: center;
        letter-spacing: 0;
        border-bottom: 0 none transparent;
    }
    
    .footer-contact li {
        float: none;
        width: auto;
        margin: 0 10px 20px;
    }
    
    .footer-contact li a {
        display: block;
        padding: 0;
        text-align: center;
        color: rgba(0, 0, 0, .6);
    }
    
    .footer-contact li a i {
        font-size: 300%;
        display: block;
    }
    
    .footer-contact li a span {
        font-weight: bold;
        display: block;
        letter-spacing: .075em;
    }
    
    .footer-copyright {
        font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
        font-size: 100%;
        font-weight: bold;
        line-height: 1;
        padding: 15px 15px 40px;
        text-align: center;
        text-align: center;
        text-transform: uppercase;
    }
    
    .ua-ie-9 .article p {
        font-size: 160%;
        letter-spacing: 0;
    }
}