@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: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 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: #e67300;
  text-decoration: underline;
  outline: none 0 !important;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:link {
  color: #e67300;
  text-decoration: underline;
}
a:visited {
  color: #e67300;
  text-decoration: underline;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #e67300;
  text-decoration: none;
}
a:active {
  color: #e67300;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a img {
  vertical-align: top;
}
a:hover img.hover, .opc a:hover img, .opc2 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
a img.hover, .opc a *, .opc2 a {
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  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 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  color: #e67300;
  text-decoration: underline;
}

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

.conv {
  margin: 0 auto;
}
.conv::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/line1.svg) no-repeat center bottom;
  position: relative;
  z-index: 1;
  margin: 30px auto;
}
.conv dl {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.conv dl + dl {
  margin-top: 0px;
}
.conv dt, .conv dd {
  display: block;
  text-align: left;
  font-size: 160%;
  line-height: 1.75;
}
.conv dt.talker0, .conv dd.talker0 {
  color: #000000;
}
.conv dt.talker1, .conv dd.talker1 {
  color: #000000;
}
.conv dt.talker2, .conv dd.talker2 {
  color: #333333;
}
.conv dt.talker3, .conv dd.talker3 {
  color: #333333;
}
.conv dt {
  padding: 1em 0 0 0;
  font-weight: bold;
  vertical-align: top;
  color: #e67300;
}
.conv dt.talker3 {
  letter-spacing: 0;
}
.conv dd {
  vertical-align: middle;
  margin-left: 1em;
}
.conv dd.photo {
  padding: 30px 0 10px 110px;
  text-align: left;
}
.conv dd.photo p {
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  text-align: left;
  color: #CCC;
}
.conv dd.photoC {
  padding: 30px 0 10px 0;
  text-align: center;
}
.conv dd.photoC p {
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  text-align: left;
  color: #CCC;
}
.conv dd.center {
  text-align: center;
}
.conv .continue {
  width: 560px;
  margin: 0 auto;
  padding: 2em 0 0;
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .conv dl {
    width: 560px;
    display: table;
  }
  .conv dt, .conv dd {
    display: table-cell;
    padding-top: 2em;
  }
  .conv dt {
    width: 110px;
  }
  .conv dd {
    margin-left: 0;
  }
}

body, .article h2,
.article h3,
.article h4,
.article h5,
.article h6, .article p {
  font-family: "Shuei MaruGo L", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: .075em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows body, .ua-desktop-windows .article h2, .article .ua-desktop-windows h2,
.ua-desktop-windows .article h3,
.article .ua-desktop-windows h3,
.ua-desktop-windows .article h4,
.article .ua-desktop-windows h4,
.ua-desktop-windows .article h5,
.article .ua-desktop-windows h5,
.ua-desktop-windows .article h6,
.article .ua-desktop-windows h6, .ua-desktop-windows .article p, .article .ua-desktop-windows p {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.yodogawa p {
  font-family: "Shuei MaruGo B", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: .075em;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ua-desktop-windows .yodogawa p, .yodogawa .ua-desktop-windows p {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.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 {
  overflow: visible;
  height: 100%;
}

body {
  background-color: #FFFFFF;
  color: #333333;
  letter-spacing: 0.1em;
}

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

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

body.archive .article {
  margin-top: 250px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper::before, .wrapper::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 25px;
  height: 100%;
  background: url(../images/pattern1.png) repeat-y;
  background-size: 25px 50px;
  z-index: 1;
}
.wrapper::before {
  left: -18px;
  background-position: left top;
}
.wrapper::after {
  right: -18px;
  background-position: right top;
}

.header {
  margin: 0 auto;
  text-align: center;
}
.header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header .hobo {
  padding: 15px 10px 8px 10px;
  text-align: center;
}
.header .hobo a {
  color: #FFFFFF;
}
.header .hobo a img {
  height: 13px;
}
.header .oragajam {
  padding: 10px;
  text-align: center;
}
.header .oragajam img {
  max-width: 100%;
  vertical-align: bottom;
}
.header__title {
  position: relative;
  width: 100%;
  padding-top: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: url(../images/main_title_sp.jpg) no-repeat right top;
  background-size: contain;
}
.header__title img {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 68.75%;
  max-width: 395px;
}

.yodogawa {
  display: inline-block;
  overflow: hidden;
  padding: 20px 20px 0;
}
.yodogawa::after {
  content: "";
  display: block;
  background: url(../images/itoi.jpg) no-repeat center center;
  background-size: contain;
  width: 100%;
  max-width: 347px;
  padding-top: 82.13256%;
}
.yodogawa p {
  font-size: 160%;
  line-height: 1.75;
  text-align: left;
  color: #e67300;
}
.yodogawa p:first-child {
  margin-top: 0;
}
.yodogawa p:last-child {
  margin-bottom: 0;
}

.contents {
  padding: 0px;
}

.article {
  padding: 20px;
  overflow: hidden;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
.article::before, .article::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/line1.png) no-repeat center bottom;
}
.article::after {
  margin-top: 30px;
}
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  font-weight: normal;
  line-height: 1.2;
  color: rgba(0, 0, 0, 0.8);
}
.article h2 {
  font-size: 220%;
  margin: 10px auto 40px;
}
.article h3 {
  font-size: 200%;
  margin-top: 40px;
}
.article h3.indent {
  position: relative;
  padding-left: 1.2em;
}
.article h3.indent > span {
  position: absolute;
  left: 0;
}
.article h4 {
  font-size: 180%;
}
.article h5 {
  font-size: 160%;
}
.article p {
  font-size: 160%;
  line-height: 2;
  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 .photo {
  margin: 20px auto;
}
.article .photo > div {
  position: relative;
}
.article .photo > div::before, .article .photo > div::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  border-bottom: 1px solid #e67300;
  background-color: #FFFFFF;
}
.article .photo > div::before {
  top: 0;
  left: 0;
  transform: rotateZ(-45deg) translateY(-90%);
}
.article .photo > div::after {
  bottom: 0;
  right: 0;
  transform: rotateZ(135deg) translateY(-90%);
}
.article .photo img {
  overflow: hidden;
  width: 100%;
  vertical-align: top;
  border-radius: 4px;
  -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;
}
.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 + img {
  margin-top: 20px;
}
.article .photo p {
  position: relative;
  font-size: 140%;
  line-height: 1.75;
  padding-left: 24px;
}
.article .photo p::before {
  content: "\e916";
  font-family: "Hobonichi-Icons";
  font-size: 150%;
  line-height: 1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

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

.banner {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.banner::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/line1.png) no-repeat center bottom;
  margin-top: 10px;
}
.banner ul {
  line-height: 0;
}
.banner ul li + li {
  margin-top: 8px;
}
.banner ul li a {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 160%;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  padding: 16px 16px;
  text-align: left;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.banner ul li a > div > span,
.banner ul li a > div > small {
  display: block;
}
.banner ul li a > div > small {
  font-size: 75%;
}
.banner ul li a img {
  width: 100%;
  max-width: 160px;
}
.banner ul li.lr a {
  text-align: center;
}
.banner ul li.lr a img {
  display: block;
  margin: 0 auto 16px;
}
.banner ul li.lr a > div {
  display: inline-block;
  text-align: left;
}

.share {
  max-width: 640px;
  margin: 0 auto;
  padding: 15px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.9);
}
.share::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/line1.png) no-repeat center bottom;
  margin-top: 30px;
}
.share h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  margin: 0 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: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.075em;
}
.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

------------------------------------------------------------------------------*/
.footer {
  margin: 0 auto 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.footer h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  padding-top: 10px;
  text-align: center;
}
.footer a {
  font-size: 120%;
}
.footer-contact {
  overflow: hidden;
  *zoom: 1;
}
.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: 48px;
}
.footer .follow {
  margin: 0 auto;
  padding: 10px 20px;
}
.footer .follow::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/line1.png) no-repeat center bottom;
  margin-top: 30px;
}
.footer .follow h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  margin: 0 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: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.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: 10px 20px;
}
.footer .contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  background: url(../images/line1.png) no-repeat center bottom;
  margin-top: 10px;
}
.footer .copyright {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: 1;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
}

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

  br.pc {
    display: inline;
  }

  .recipe li br:not(.sp) {
    margin-left: -0.33333em;
    content: "";
  }

  .hidden-sp {
    display: none;
  }
}
@media only screen and (min-width: 601px) {
  .visible-sp {
    display: none;
  }

  body * {
    box-sizing: border-box;
  }
  body.archive .article {
    margin-top: 35%;
  }

  .wrapper::before, .wrapper::after {
    background-size: 50px 100px;
    width: 50px;
  }
  .wrapper::before {
    left: 50%;
    transform: translateX(-500px);
  }
  .wrapper::after {
    right: 50%;
    transform: translateX(500px);
  }

  .header {
    margin-right: auto;
    margin-left: auto;
  }
  .header .logo {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .header .logo .hobo a img {
    height: 16px;
  }
  .header__title {
    background-image: url(../images/main_title_pc.jpg);
    margin: 0 auto;
    padding: 540px 0 0 0;
  }
  .header__title img {
    left: 80px;
    top: 70px;
  }

  .yodogawa {
    display: block;
    position: relative;
    width: 560px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 40px 0;
    overflow: visible;
  }
  .yodogawa::after {
    position: absolute;
    right: -160px;
    bottom: 160px;
    padding-top: 285px;
    z-index: -1;
  }
  .yodogawa p {
    font-size: 200%;
  }

  .toc {
    width: 600px;
  }
  .toc ul li.current a {
    cursor: default;
  }
  .toc ul li.off a {
    cursor: default;
    pointer-events: none;
  }

  .article {
    width: 660px;
    margin: 0 auto 0;
    padding: 0 10px 13px;
  }
  .article h2 {
    font-size: 240%;
    margin-bottom: 60px;
  }
  .article h3 {
    font-size: 220%;
  }
  .article h4 {
    font-size: 200%;
  }
  .article h5 {
    font-size: 180%;
  }
  .article > p {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .article p {
    font-size: 160%;
    letter-spacing: .1em;
  }
  .article p.info {
    font-size: 300%;
    line-height: 1.75;
  }
  .article p.date {
    font-size: 140%;
  }
  .article .photo {
    margin: 40px auto;
  }
  .article .photo > div::before, .article .photo > div::after {
    width: 80px;
    height: 80px;
  }

  .share {
    padding: 0;
    margin-top: 20px;
  }
  .share a {
    text-decoration: none;
  }

  .banner ul li a {
    width: 480px;
    padding: 16px 16px;
  }
  .banner ul li.lr a {
    font-family: "zero-width";
    position: relative;
    text-align: left;
  }
  .banner ul li.lr a img {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    display: inline-block;
    width: 33%;
    margin-right: 16px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .banner ul li.lr a > div {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    vertical-align: middle;
  }
  .banner ul li.lr a > div i {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }

  .navi li {
    margin-right: 10px;
    margin-left: 10px;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer {
    margin-top: 10px;
  }
  .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 {
    font-family: "zero-width";
    padding: 20px 0;
    text-align: center;
    letter-spacing: 0;
    border-bottom: 0 none transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .footer-contact li {
    float: none;
    width: auto;
    margin: 0 20px 20px;
  }
  .footer-contact li a {
    display: block;
    padding: 0;
    text-align: center;
    color: rgba(0, 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 .follow::after {
    content: none;
  }
  .footer .follow a {
    text-decoration: none;
  }
  .footer .contact a {
    text-decoration: none;
  }
  .footer .copyright {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    float: none;
    clear: both;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
  }

  .ua-ie-9 .article p {
    font-size: 160%;
    letter-spacing: 0;
  }

  .ua-desktop-windows p {
    -ms-transform: rotate(0.001deg);
    transform: rotate(0.001deg);
  }
}
