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

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

.hidden {
  visibility: hidden !important;
}

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

img {
  vertical-align: top;
}

/* 
 * link style
 --------------------------------------------------------------------------------*/
a {
  color: #739fe6;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.25s;
}
a:link {
  color: #739fe6;
  text-decoration: none;
}
a:visited {
  color: #739fe6;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #739fe6;
  text-decoration: none;
}
a:active {
  color: #739fe6;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  opacity: 1;
}
a[target=new]:after, a[target=_new]:after, a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  font-size: .8em;
  font-weight: normal;
  position: relative;
  top: -.2em;
  content: "\e914";
}
a[target=new][href*="amazon.co.jp"]:after, a[target=_new][href*="amazon.co.jp"]:after, a[target=_blank][href*="amazon.co.jp"]:after {
  content: "\e900";
}
a[target=new].noimg:after, a[target=new].no-icon:after, a[target=new][href*="1101.com"]:after, a[target=_new].noimg:after, a[target=_new].no-icon:after, a[target=_new][href*="1101.com"]:after, a[target=_blank].noimg:after, a[target=_blank].no-icon:after, a[target=_blank][href*="1101.com"]:after {
  content: none;
}

.ua-desktop a:hover {
  opacity: 0.5;
}
.ua-desktop a:hover img.hover, .opc .ua-desktop a:hover img, .opc2 .ua-desktop a:hover {
  opacity: 0.5;
}

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

body {
  -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;
}

.article, .share {
  width: 87.5%;
}

.conv dd, .recipe ol li {
  text-align: justify;
  text-justify: inter-ideograph;
}

body {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.share h3, .footer .follow h3 {
  font-family: "Koburina Gothic W3 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  padding: .618em 0;
  text-align: center;
}

.share h3, .footer .follow h3 {
  font-size: 120%;
  margin: 0px auto 10px;
}

.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
 *
 *--------------------------------------------------------------------------- */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  color: #333333;
  background-color: #F5F5F5;
}

canvas {
  display: block;
  vertical-align: bottom;
}
canvas#bg {
  display: none;
}

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

h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  p br:not(.sp) {
    content: "";
    margin-left: -0.33333em;
  }
}
.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.header {
  margin: 0px;
  position: relative;
}
.header .hobo {
  padding: 0;
  text-align: center;
}
.header .hobo a {
  color: #000000;
}
.header .hobo a i {
  font-size: 300%;
  opacity: 0.75;
}
.header .tanoshimi {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.header .tanoshimi a {
  display: inline-block;
  background-color: #ec6100;
  border-radius: 8px;
  padding: 8px 10px 10px 13px;
}
.header .tanoshimi a img {
  max-width: 100px;
  width: 100%;
}
.header__logo {
  overflow: hidden;
  background-color: #FFFFFF;
}
.header__logo .life {
  float: left;
  height: 40px;
}
.header__logo .life img {
  height: 100%;
}
.header__logo .hobo {
  float: right;
  height: 40px;
}
.header__logo .hobo img {
  height: 100%;
}

.header__title {
  background: url(../images/ph_main1_sp.jpg) no-repeat center top;
  margin: 0;
  padding-top: 100%;
  background-size: contain;
}
.header__title h1 {
  font-family: "Koburina Gothic W1 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 300%;
  line-height: 1.5;
  margin: 0;
  padding: 10px;
  color: rgba(0, 0, 0, 0.8);
  background-color: #FFFFFF;
}
.header__title .photo img {
  width: 100%;
}

.contents {
  background-color: #FFFFFF;
}

.article {
  margin: 0 auto 0;
}
.article h2 {
  margin: 40px auto 10px;
  font-size: 180%;
  font-weight: normal;
  line-height: 1;
  border-top: 1px solid #D6D6D6;
  padding: 15px 0;
  font-family: "Koburina Gothic W1 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.article p {
  font-size: 160%;
  line-height: 1.75;
}
.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 p.continue {
  text-align: center;
}
.article .lead {
  padding-top: 10px;
  padding-left: 20px;
  border-left: 1px solid #D6D6D6;
}
.article .lead p {
  font-family: "Koburina Gothic W3 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
}
.article .lead p.credit {
  font-size: 120%;
  text-align: right;
}
.article .menu {
  padding-top: 40px;
  padding-left: 20px;
  border-left: 1px solid #D6D6D6;
}
.article .menu h3 {
  font-family: "Koburina Gothic W6 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  margin: 0;
}
.article .menu ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.article .menu ul li {
  list-style-type: disc;
  font-family: "Koburina Gothic W3 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
}
.article .photo {
  margin: 0 auto;
}
.article .photo img {
  -moz-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  -o-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  -webkit-transition: opacity 0.1s, filter 1.5s, -webkit-filter 1s;
  transition: opacity 0.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;
}

.share {
  margin: 40px auto 40px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.share ul {
  font-family: "zero-width";
  letter-spacing: 0;
  text-align: center;
}
.share ul li {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 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;
}

.banner {
  margin: 40px auto;
}
.banner a {
  display: block;
  margin: 0 auto;
}
.banner a + a {
  margin-top: 20px;
}
.banner a.portal {
  width: 280px;
  height: 95px;
  background: url(../images/banner_portal_sp.jpg) no-repeat center top;
  background-size: contain;
}
.banner a.umezu {
  width: 280px;
  height: 150px;
  background: url(../images/banner_umezu_sp.jpg) no-repeat center top;
  background-size: contain;
}

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

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 0px auto 0;
  background-color: #FFFFFF;
  border-top: 1px solid #EBEBEB;
}
.footer h3 {
  padding-top: 10px;
  text-align: center;
  font-family: "Koburina Gothic W3 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
}
.footer a {
  font-size: 120%;
}
.footer-contact {
  overflow: hidden;
  *zoom: 1;
}
.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 0;
  padding: 15px 0;
}
.footer .follow ul {
  font-family: "zero-width";
  letter-spacing: 0;
  text-align: center;
}
.footer .follow ul li {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 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 0;
  padding: 15px 0;
  border-top: 1px solid #e6e6e6;
}
.footer .copyright {
  border-top: 1px solid #e6e6e6;
  padding: 15px;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.conv dl {
  display: block;
  width: 100%;
}
.conv dl + dl {
  margin-top: 0px;
}
.conv dl:first-of-type {
  margin-top: 0;
}
.conv dl:first-of-type dt, .conv dl:first-of-type dd {
  margin-top: 0;
  padding-top: 0;
}
.conv dt,
.conv dd {
  display: block;
  font-size: 160%;
  margin: 0;
}
.conv dt {
  text-align: left;
  width: 80px;
  padding: 1em 0 0 0;
  font-weight: bold;
  vertical-align: top;
  color: #000;
}
.conv dd {
  padding-top: 0;
  vertical-align: middle;
  color: #000;
}

@media only screen and (max-width: 600px) {
  .conv dt {
    width: 100%;
  }
  .conv dt:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-right: 5px;
  }
  .conv dt.other:before {
    content: none;
  }
  .conv dt.itoi:before {
    background-image: url(../images/itoi_sp.png);
  }
  .conv dt.itoi img {
    display: none;
  }
  .conv dt.iijima:before {
    background-image: url(../images/iijima_sp.png);
  }
  .conv dt.iijima img {
    display: none;
  }
  .conv dt.amami:before {
    background-image: url(../images/amami_sp.png);
  }
  .conv dt.amami img {
    display: none;
  }
  .conv dt.okasan:before {
    background-image: url(../images/okasan_sp.png);
  }
  .conv dt.okasan img {
    display: none;
  }
  .conv dd br {
    content: "";
  }
}
/*------------------------------------------------------------------------------
 *
 *    desktop
 *
 *--------------------------------------------------------------------------- */
@media only screen and (min-width: 601px) {
  .conv {
    max-width: 560px;
    margin: 0 auto;
  }
  .conv dl {
    display: table;
  }
  .conv dt, .conv dd {
    display: table-cell;
    padding: 1em 0;
  }
  .conv dt {
    vertical-align: top;
  }
  .conv dt:before {
    content: none;
  }
  .conv dt img {
    width: 60px;
  }
}
.recipe {
  margin: 40px auto;
}
.recipe h4 {
  position: relative;
  font-family: "Koburina Gothic W6 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  margin: 20px auto 10px;
  line-height: 1.5;
}
.recipe h5 {
  font-size: 160%;
  font-family: "Koburina Gothic W6 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  margin: 15px auto 10px;
  margin-left: 1em;
}
.recipe h5 + ul {
  margin-left: 1em;
}
.recipe ul {
  padding-left: 2em;
}
.recipe ul + ul {
  margin-top: 3em;
}
.recipe ul li {
  font-family: "Koburina Gothic W3 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 140%;
  line-height: 1.5;
  margin-bottom: 10px;
  list-style-type: disc;
}
.recipe ul li span {
  display: inline-block;
  vertical-align: top;
  -moz-font-feature-settings: "pkna";
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}
.recipe ul li span:before {
  content: "‥‥‥‥";
  font-weight: normal;
}
.recipe ul li small {
  font-weight: normal;
  font-size: 85.71429%;
}
.recipe ol {
  padding-left: 2em;
}
.recipe ol li {
  font-family: "Koburina Gothic W3 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 140%;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 10px;
}
.recipe ol li b {
  font-weight: normal;
  font-family: "Koburina Gothic W6 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.recipe .lead {
  border: 0 none transparent;
  padding: 0;
}
.recipe .photo.half {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}
.recipe .recipe-button {
  padding-top: 10px;
}
.recipe .recipe-button.open a {
  border-bottom: 0 none;
}
.recipe .recipe-button.open a i:before {
  content: "\e916";
}
.recipe .recipe-button a {
  font-family: "Koburina Gothic W3 JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  display: block;
  font-size: 160%;
  position: relative;
  background-color: #F5F5F5;
  border: 1px solid #EBEBEB;
  color: #333333;
}
.recipe .recipe-button a span {
  display: inline-block;
  padding: 5px 8px;
  white-space: nowrap;
}
.recipe .recipe-button a i {
  font-size: 150%;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -0.5em;
}
.recipe > .foodstuffs {
  background-color: #F5F5F5;
  border: 1px solid #EBEBEB;
  transition: all 0.5s;
  overflow: hidden;
}
.recipe > .foodstuffs.close {
  height: 0;
  border-color: transparent;
  background-color: transparent;
}
.recipe > .foodstuffs .content {
  padding: 15px;
}

@media only screen and (max-width: 600px) {
  .recipe ul li br:not(.sp),
  .recipe ol li br:not(.sp) {
    content: "";
  }
}
@media only screen and (min-width: 601px) {
  .recipe {
    max-width: 720px;
    padding: 0px 40px;
  }
  .recipe .photo {
    width: 120px;
    float: left;
  }
  .recipe .title {
    margin-left: 160px;
  }
  .recipe .lead {
    margin-left: 160px;
  }
  .recipe .recipe-button {
    clear: left;
  }
  .recipe .sub-recipe .title {
    margin-left: 0;
  }
  .recipe > .foodstuffs .content {
    padding: 40px;
  }
  .recipe ul li,
  .recipe ol li {
    font-size: 160%;
  }
}
/*------------------------------------------------------------------------------
 *
 *    desktop
 *
 *--------------------------------------------------------------------------- */
@media only screen and (min-width: 601px) {
  span.indent {
    text-indent: -0.575em;
    padding-left: 0.575em;
  }

  canvas#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
  }

  .visible-sp {
    display: none;
  }

  span.indent {
    display: inline-block;
  }

  .wrapper {
    max-width: 1600px;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
  }

  .header .tanoshimi {
    bottom: 40px;
    right: 40px;
  }
  .header .tanoshimi a {
    padding: 13px 15px 15px 18px;
  }
  .header .tanoshimi a img {
    max-width: 100%;
    width: 100%;
  }
  .header__logo .life {
    height: 60px;
  }
  .header__logo .hobo {
    height: 60px;
  }

  .header__title {
    background-image: url(../images/ph_main1.jpg);
    padding-top: 66.6875%;
  }
  .header__title h1 {
    font-size: 270%;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -45%;
    width: 90%;
    height: 180px;
    padding: 30px 0 30px 40px;
  }
  .header__title .photo {
    position: absolute;
    top: 100px;
    right: 5%;
    width: 180px;
    height: 180px;
    overflow: hidden;
  }
  .header__title .photo img {
    width: auto;
    height: 100%;
    left: -16%;
    position: relative;
  }

  .share {
    width: 560px;
    text-align: center;
  }
  .share h3,
  .share ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }

  .banner a.portal {
    width: 400px;
    background-image: url(../images/banner_portal.jpg);
  }
  .banner a.umezu {
    width: 560px;
    background-image: url(../images/banner_umezu.jpg);
  }

  .contents {
    background-color: rgba(255, 255, 255, 0.25);
  }

  .article {
    background-color: #FFFFFF;
    padding-bottom: 40px;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
  }
  .article > .lead {
    margin-left: 20.87683%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .article > section > .photo {
    margin: 40px 80px 0;
  }
  .article h2 {
    font-size: 480%;
    margin-left: 80px;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 30px 0;
  }
  .article h2 > span {
    width: 60px;
    height: 60px;
    padding: 8px;
    font-size: 50%;
  }
  .article h2 > span span {
    font-size: 200%;
  }
  .article p {
    font-size: 160%;
    letter-spacing: 0.1em;
  }
  .article p.info {
    font-size: 300%;
    line-height: 1.75;
  }
  .article p.date {
    font-size: 140%;
  }
  .article .menu {
    margin: 0 0 40px 20.87683%;
    padding-left: 40px;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer-share {
    float: right;
    border-bottom: 0 none transparent;
    padding: 20px 0;
  }
  .footer-share li a {
    color: rgba(0, 0, 0, 0.6);
  }
  .footer-share__line {
    display: none !important;
  }
  .footer .follow {
    text-align: center;
    padding: 30px 0;
  }
  .footer .follow h3,
  .footer .follow ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
  }
  .footer .copyright {
    clear: both;
    float: none;
    padding: 15px;
    font-size: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, 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%;
  }

  .ua-desktop-windows p {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
  }
}
@media only screen and (min-width: 961px) {
  .header__logo .life {
    height: 60px;
  }
  .header__logo .hobo {
    height: 60px;
  }

  .header__title {
    margin-bottom: 0;
  }
  .header__title h1 {
    font-size: 480%;
    top: 160px;
    width: 960px;
    height: 300px;
    margin-left: -480px;
    padding: 40px 0 40px 80px;
  }
  .header__title .photo {
    margin-left: 180px;
    width: 300px;
    height: 300px;
    top: 160px;
    left: 50%;
    right: auto;
  }
}
@media only screen and (min-width: 1098px) {
  .article {
    width: 960px;
  }
}
