@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: #3498db;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.25s;
}
a:link {
  color: #3498db;
  text-decoration: none;
}
a:visited {
  color: #3498db;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #3498db;
  text-decoration: none;
}
a:active {
  color: #3498db;
  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;
}

.yodogawa, .article > section > section,
.article > section > h2,
.article > section > p, .share {
  width: 93.75%;
}

.yodogawa p, .article p, .fb-post p {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

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

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

.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: #000000;
}

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

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

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

.header {
  margin: 0px;
}
.header__logo {
  width: 100%;
  text-align: center;
}
.header__logo .hobo a {
  display: block;
  padding: 10px 0;
}
.header__logo .hobo img {
  width: 40%;
  max-width: 159px;
}

.header__title {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 480px;
  padding-bottom: 51%;
}
.header__title:before {
  content: "";
  background: url(../images/sp.svg) no-repeat center center;
  display: block;
  width: 40%;
  padding-top: 22.75%;
  position: absolute;
  left: 0;
  bottom: -10px;
  background-size: contain;
}
.header__title:after {
  content: "";
  background: url(../images/pc.svg) no-repeat center center;
  display: block;
  width: 60%;
  padding-top: 51%;
  position: absolute;
  right: 0;
  bottom: 10px;
  background-size: contain;
}
.header__title h1 {
  line-height: 1;
  text-align: center;
  margin: 0;
}
.header__title h1 img {
  width: 100%;
}

.yodogawa {
  margin: 0 auto 0;
  background-color: #f1ee61;
  padding: 10px;
  max-width: 480px;
}
.yodogawa p {
  font-size: 160%;
  line-height: 2;
  color: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  margin: 1em auto;
}

.article {
  margin-bottom: 40px;
}
.article > section {
  background: url(../images/dot.svg) repeat-x center top;
  padding-top: 40px;
  margin-top: 40px;
}
.article > section:last-child p {
  max-width: 480px;
}
.article > section > section,
.article > section > h2,
.article > section > p {
  margin-left: auto;
  margin-right: auto;
}
.article h2 {
  margin: 0px auto 10px;
  color: #404040;
  font-size: 240%;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 20px solid #f1ee61;
  padding: 10px 0;
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.article h2 > span {
  display: block;
}
.article h2 > span span {
  font-size: 66.66667%;
  color: #f66256;
  margin: 0 auto;
}
.article h3 {
  margin: 40px auto 10px;
  color: #404040;
  font-size: 200%;
  font-weight: normal;
  line-height: 1.5;
  border-bottom: 10px solid #f1ee61;
  padding: 10px 0;
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.article h3 img,
.article h3 span {
  display: inline-block;
  vertical-align: middle;
}
.article h3 span {
  padding-left: 1em;
}
.article h4 {
  margin: 20px auto 0px;
  color: #404040;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;
}
.article p {
  font-size: 160%;
  line-height: 1.75;
}
.article p:first-child {
  margin-top: 0;
}
.article p:last-child {
  margin-bottom: 0;
}
.article .icons {
  text-align: center;
}
.article .icons img {
  width: 20%;
  max-width: 60px;
}
.article .balloon {
  position: relative;
  border: 10px solid #f1ee61;
  padding: 20px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 24px;
  max-width: 560px;
}
.article .balloon:before {
  content: "";
  background: url(../images/fukidashi.svg) no-repeat center top;
  width: 40px;
  height: 60px;
  background-size: contain;
  display: block;
  position: absolute;
  top: -45px;
  right: 20px;
}
.article .photo {
  margin: 20px 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%;
  max-width: 414px;
  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;
}
.article .mobile {
  border: 2px solid #cccccc;
  border-radius: 16px;
  padding: 50px 5px;
  background-color: #FFFFFF;
  display: inline-block;
}
.article .mobile img {
  border: 2px solid #cccccc;
  border-radius: 6px;
}
.article .date {
  margin-top: 20px;
  text-align: center;
}

#home > p,
#apps > p {
  max-width: 480px;
}

#apps > section:nth-last-of-type(2) {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #cccccc;
}
#apps > section:nth-last-of-type(2) p {
  display: block;
}

.fb-post {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 4px;
}
.fb-post p {
  color: #3b5998;
}
.fb-post p.cap {
  font-size: 140%;
}
.fb-post > span {
  display: block;
  text-align: right;
}
.fb-post > span span {
  float: left;
  font-size: 140%;
  font-weight: bold;
  color: #000000;
}
.fb-post > span i {
  color: #3b5998;
  font-size: 240%;
}
.fb-post > span + p {
  margin-top: 0;
}

.share {
  margin: 0px auto 0px;
  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;
}

.download .apple,
.download .google {
  margin: 40px auto;
}
.download .apple a,
.download .google a {
  display: inline-block;
  vertical-align: middle;
}
.download .apple a + p,
.download .google a + p {
  font-size: 140%;
  margin-top: 0;
}
.download .apple a {
  padding: 10px;
}
.download .google a {
  height: 60px;
}
.download .google a img {
  height: 100%;
}

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

  Footer

------------------------------------------------------------------------------*/
.footer {
  margin: 0px auto 0;
  background-color: #FFFFFF;
  border-top: 1px solid #e6e6e6;
}
.footer h3 {
  padding-top: 10px;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 120%;
  font-weight: bold;
}
.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;
}

/*------------------------------------------------------------------------------
 *
 *    desktop
 *
 *--------------------------------------------------------------------------- */
@media only screen and (min-width: 601px) {
  span.indent {
    text-indent: -0.575em;
    padding-left: 0.575em;
  }

  body {
    background-image: url(../images/bg1.svg), url(../images/bg2.svg);
    background-repeat: repeat-y, repeat-y;
    background-position: top left, top right;
  }

  .visible-sp {
    display: none;
  }

  a:hover {
    opacity: 0.5;
  }

  span.indent {
    display: inline-block;
  }

  .wrapper {
    max-width: 800px;
    margin: 0 auto;
    background-color: white;
  }

  .header {
    position: relative;
  }
  .header__logo {
    padding: 20px 0;
  }

  .header__title {
    background-image: url(../images/ph_main.jpg);
    margin: 0 auto;
    padding-bottom: 0;
    position: static;
  }
  .header__title:before {
    right: 50%;
    left: auto;
    bottom: 100px;
    top: auto;
    width: 160px;
    padding-top: 130px;
    margin-right: 270px;
  }
  .header__title:after {
    right: auto;
    left: 50%;
    bottom: auto;
    top: 100px;
    width: 196px;
    padding-top: 238px;
    margin-left: 270px;
  }

  .yodogawa {
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 0 40px 30px;
  }
  .yodogawa p {
    text-align: left;
  }
  .yodogawa p:first-of-type {
    margin-top: 0;
  }

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

  .article h2 {
    font-size: 260%;
    margin-bottom: 40px;
    padding: 30px 0 15px;
  }
  .article h2 > span {
    max-width: 480px;
    margin: 0 auto;
  }
  .article h2 > span span {
    font-size: 69.23077%;
  }
  .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 .balloon {
    margin-top: 10px;
  }

  #home > section,
  #apps > section {
    font-family: "zero-width";
    letter-spacing: 0;
    margin-top: 20px;
  }
  #home > section > p,
  #apps > section > p {
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    letter-spacing: 0.075em;
    display: inline-block;
    width: 60%;
    vertical-align: top;
  }
  #home > section .photo,
  #apps > section .photo {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin-top: -80px;
  }

  #home-top {
    overflow: hidden;
    *zoom: 1;
  }
  #home-top .photo {
    float: right;
  }

  #home-yomimono {
    overflow: hidden;
    *zoom: 1;
  }
  #home-yomimono .photo {
    float: right;
  }

  #home-okaimono {
    overflow: hidden;
    *zoom: 1;
  }
  #home-okaimono .photo {
    float: right;
  }

  #apps #apps-download > section,
  #apps #apps-download > p {
    width: auto;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .fb-post {
    padding: 40px;
  }
  .fb-post > a + p {
    margin-top: 10px;
  }

  	/*------------------------------------------------------------------------------
  
  	  Footer
  
  	------------------------------------------------------------------------------*/
  .footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .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: 853px) {
  .yodogawa {
    width: 800px;
  }

  .toc {
    width: 800px;
  }

  .share {
    width: 800px;
  }

  .profile {
    width: 800px;
  }

  .navi {
    width: 800px;
  }

  #home > section,
  #home > h2,
  #home > p,
  #apps > section,
  #apps > h2,
  #apps > p {
    width: 800px;
  }
  #home > section,
  #apps > section {
    padding-left: 25px;
    padding-right: 25px;
  }
}
