@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: #9559b2;
  text-decoration: none;
  outline: none 0 !important;
  transition: all 0.25s;
}
a:link {
  color: #9559b2;
  text-decoration: none;
}
a:visited {
  color: #9559b2;
  text-decoration: none;
}
a:hover {
  opacity: 1;
  color: #9559b2;
  text-decoration: none;
}
a:active {
  color: #9559b2;
  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 {
  font-size: 1em;
  top: auto;
  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, .article p {
  -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, .toc, .share, .profile, .info .section {
  width: 93.75%;
}

.yodogawa p, .toc nav ul li > span em,
.toc nav ul li a em, .article h2 em, .article p, .article blockquote p, .fb-post p, .profile p, .info .section p, .conv dd {
  text-align: justify;
  text-justify: inter-ideograph;
}

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

.profile h2, .info .section h3, .share h3, .footer .follow h3 {
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  padding: 0;
  text-align: center;
}
.ua-desktop-windows .profile h2, .profile .ua-desktop-windows h2, .ua-desktop-windows .info .section h3, .info .section .ua-desktop-windows h3, .ua-desktop-windows .share h3, .share .ua-desktop-windows h3, .ua-desktop-windows .footer .follow h3, .footer .follow .ua-desktop-windows h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

.profile h2 {
  font-size: 180%;
  margin: 40px auto 10px;
  border-bottom: 1px solid #000000;
}

.info .section h3 {
  font-size: 160%;
  margin: 0px auto 10px;
}

.share h3, .footer .follow h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  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 ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  color: #1e1b1a;
}

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

  br.pc {
    content: "";
    margin-left: -0.33333em;
  }

  .hidden-sp {
    display: none;
  }
}
.wrapper {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  background-color: #fafafa .wrapper #index;
  background-color-background-color: transparent;
}

.wrapper2 {
  background-color: #FFFFFF;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  max-width: 642px;
  margin: 0 auto;
}

.header {
  margin: 0px;
}
.header__logo {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  font-family: 'zero-width';
  font-size: 0;
  letter-spacing: 0;
}
.header__logo > div a {
  font-size: 1rem;
}
.header__logo .donabe,
.header__logo .hobo {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
}
.header__logo .donabe a,
.header__logo .hobo a {
  display: block;
  text-align: right;
}
.header__logo .donabe a {
  text-align: left;
}

.header__title {
  background: url(../images/ph_main_sp.jpg) no-repeat center top;
  margin: 0;
  padding-top: 151.69082%;
  background-size: contain;
  position: relative;
  width: 100%;
}
.header__title h1 {
  line-height: 1;
  position: absolute;
  bottom: 6.25%;
  left: 50%;
  width: 89.375%;
  margin: 0 0 0 -44.6875%;
  text-align: center;
}
.header__title h1 img {
  width: 100%;
}

.yodogawa {
  margin: 20px auto 0;
  padding: 15px;
  background-color: #ffee99;
  border-radius: 8px;
  max-width: 442px;
}
.yodogawa.close .more .close {
  display: block;
}
.yodogawa.close .more .open {
  display: none;
}
.yodogawa.close .container {
  height: 5.4em;
}
.yodogawa p {
  font-family: "Shin Go Medium JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 140%;
  line-height: 1.75;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding-bottom: 1em;
}
.ua-desktop-windows .yodogawa p {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.yodogawa p:last-of-type {
  padding-bottom: 0;
}
.yodogawa .container {
  overflow: hidden;
  transition: all 0.5s;
}
.yodogawa .more {
  padding: 0.5em 0;
  margin: 0 auto;
  border-top: 1px solid #404040;
  text-align: center;
  cursor: pointer;
  color: #9559b2;
  transition: all 0.25s;
}
.yodogawa .more .close {
  display: none;
}
.yodogawa .more .open {
  display: block;
}
.yodogawa .more span {
  font-size: 140%;
  line-height: 1;
  padding-top: 5px;
  font-weight: bold;
  display: block;
}
.yodogawa .more i {
  font-size: 240%;
}

#index .yodogawa .more {
  display: none;
}

.wrapper .yodogawa .more {
  display: none;
}

.wrapper.archive .yodogawa .more {
  display: block;
}

.toc {
  margin: 0 auto 0;
  padding: 10px 0;
  max-width: 350px;
  text-align: center;
}
.toc .subtitle {
  margin: 20px auto;
  height: 80px;
  margin-bottom: -80px;
  overflow: hidden;
}
.toc h3 {
  display: inline-block;
  font-size: 200%;
  font-weight: normal;
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #ff8000;
  color: #ffee99;
  height: 160px;
  width: 160px;
  border-radius: 50%;
  padding-top: 35px;
  margin: 0;
}
.ua-desktop-windows .toc h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc nav ul {
  margin-top: 80px;
  background-color: #FFFFFF;
  border-top: 1px solid #e6e6e6;
}
.toc nav ul li {
  margin: 10px 0;
  background-color: #FFFFFF;
  border-radius: 4px;
  font-family: "Shin Go Medium JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ua-desktop-windows .toc nav ul li {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc nav ul li > span,
.toc nav ul li a {
  position: relative;
  display: table;
  width: 100%;
  overflow: hidden;
  padding-right: 29px;
}
.toc nav ul li > span, .toc nav ul li > span:link
.toc nav ul li > span:visited,
.toc nav ul li a,
.toc nav ul li a:link
.toc nav ul li > span:visited, .toc nav ul li > span:link
.toc nav ul li a:visited,
.toc nav ul li a:link
.toc nav ul li a:visited {
  color: #9559b2;
}
.toc nav ul li > span:after,
.toc nav ul li a:after {
  font-family: "Hobonichi-Icons";
  content: "\e917";
  font-size: 240%;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.5em;
}
.toc nav ul li > span > span,
.toc nav ul li a > span {
  display: table-cell;
  vertical-align: middle;
  width: 4em;
  text-align: center;
  line-height: 1;
  font-size: 120%;
  vertical-align: top;
}
.toc nav ul li > span > span span,
.toc nav ul li a > span span {
  font-size: 100%;
  width: 4em;
  height: 4em;
  line-height: 3.8em;
  border-radius: 50%;
  display: block;
  background-color: #9559b2;
  color: #FFFFFF;
}
.toc nav ul li > span em,
.toc nav ul li a em {
  display: table-cell;
  vertical-align: middle;
  padding-left: 5px;
  font-style: normal;
  font-size: 160%;
  line-height: 1.5;
}
.toc nav ul li > span em span,
.toc nav ul li a em span {
  display: block;
  font-size: 75%;
}
.toc nav ul li.off > span,
.toc nav ul li.off a {
  opacity: 0.4;
}
.toc nav ul li.off > span, .toc nav ul li.off > span:link
.toc nav ul li.off > span:visited,
.toc nav ul li.off a,
.toc nav ul li.off a:link
.toc nav ul li.off > span:visited, .toc nav ul li.off > span:link
.toc nav ul li.off a:visited,
.toc nav ul li.off a:link
.toc nav ul li.off a:visited {
  color: #999999;
}
.toc nav ul li.off > span:after,
.toc nav ul li.off a:after {
  content: none;
}
.toc nav ul li.off > span > span,
.toc nav ul li.off a > span {
  color: #FFFFFF;
}
.toc nav ul li.off > span > span span,
.toc nav ul li.off a > span span {
  background-color: #999999;
}
.toc nav ul li.off > span em,
.toc nav ul li.off a em {
  color: #999999;
}

.article {
  margin: 0 auto 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
.article h2 {
  margin: 0 auto 0;
  color: #ffee99;
  font-size: 200%;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  padding: 35px 20px 0 20px;
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  overflow: hidden;
  background-color: #ff8000;
  border-radius: 50%;
  display: inline-block;
  min-width: 200px;
  max-width: 640px;
  height: 200px;
}
.ua-desktop-windows .article h2 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.article h2 > span {
  font-size: 60%;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.article h2 em {
  display: block;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5;
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: middle;
  text-align: center;
}
.ua-desktop-windows .article h2 em {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.article p {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  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: left;
}
.article p.cap {
  font-size: 140%;
}
.article blockquote {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #FFFFFF;
  padding: 15px;
  border-radius: 4px;
  margin: 0;
}
.article blockquote p {
  color: #333333;
  letter-spacing: 0.2em;
  line-height: 2;
}
.article blockquote p.cap {
  font-size: 140%;
}
.article .subtitle {
  text-align: center;
  height: 100px;
  margin-bottom: -100px;
  overflow: hidden;
}
.article .body {
  max-width: 640px;
  margin: 30px auto 0;
  padding: 0 20px 20px 20px;
  padding-top: 70px;
  background-color: #ffee99;
}
.article .item {
  margin: 0 auto 20px;
  padding-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  max-width: 560px;
  background-color: #FFFFFF;
}
.article .item h3 {
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 180%;
  color: #ff8000;
  padding-left: 15px;
  padding-right: 15px;
}
.ua-desktop-windows .article .item h3 {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.article .item p {
  padding-left: 15px;
  padding-right: 15px;
}
.article .item .photo {
  margin-top: 0;
}
.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%;
}
.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 .photo p {
  font-size: 140%;
  text-indent: -2em;
  padding-left: 2em;
}
.article .photo p:before {
  font-family: "Hobonichi-Icons";
  content: "\e916";
  font-size: 150%;
  line-height: 1;
  vertical-align: middle;
}
.article .date {
  margin-top: 40px;
  text-align: left;
}

.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 ProN", "メイリオ", 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;
}

.profile {
  margin: 0px auto 0px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.profile section + section {
  margin-top: 40px;
}
.profile h2 {
  font-size: 160%;
}
.profile h3 {
  font-size: 200%;
  margin: 0.5em 0 0 0;
}
.profile h3 + p {
  margin-top: 0;
}
.profile p {
  font-size: 160%;
}
.profile .photo img {
  width: 100%;
}

.info .section {
  margin: 40px auto 0;
  max-width: 640px;
}
.info .section .banner {
  border: 1px solid #000000;
  max-width: 340px;
}
.info .section .banner a {
  display: block;
}
.info .section .banner a > span {
  display: block;
  padding: 35px;
  font-family: "zero-width";
  letter-spacing: 0;
}
.info .section .banner a > span:last-child {
  border-top: 1px solid #000000;
  padding: 20px 35px;
}
.info .section .banner a > span span {
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.075em;
  font-size: 160%;
  color: #000000;
  display: inline-block;
  width: 45%;
}
.ua-desktop-windows .info .section .banner a > span span {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.info .section .banner a > span span:last-child {
  text-align: right;
  margin-left: 10%;
}
.info .section .banner a > span img {
  width: 100%;
  max-width: 267px;
}
.info .section h3 {
  margin-bottom: 40px;
}
.info .section table tr th, .info .section table tr td {
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ua-desktop-windows .info .section table tr th, .ua-desktop-windows .info .section table tr td {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.info .section table tr th {
  font-size: 140%;
  padding-right: 0.5em;
  width: 3em;
  vertical-align: top;
  line-height: 2em;
  font-weight: normal;
}
.info .section table tr td {
  font-size: 160%;
}
.info .section p {
  font-size: 160%;
  line-height: 1.75;
  font-family: "Shin Go Bold JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.ua-desktop-windows .info .section p {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.info .section p.link {
  font-size: 200%;
  line-height: 1.25;
}
.info .section p.link a {
  display: block;
  position: relative;
  padding: 10px 1em 10px 0;
  border-radius: 8px;
  border: 2px solid #9559b2;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background-color: #FFFFFF;
}
.info .section p.link a:after {
  content: '\e917';
  margin-top: -0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  color: #9559b2;
  font-family: 'Hobonichi-Icons';
  font-size: 150%;
  line-height: 1;
}
.info.info2 {
  margin-bottom: 20px;
}
.info.info2 .section {
  max-width: 340px;
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 10px;
}
.info.info2 .section h3 {
  text-align: left;
}
.info.info2 .section h3 img {
  width: 100%;
  max-width: 340px;
}
.info.info2 .section p a {
  display: block;
  font-family: "Shin Go Medium JIS2004", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
.ua-desktop-windows .info.info2 .section p a {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.info.info2 .section p a:after {
  content: '\e917';
  margin-top: -0.5em;
  position: absolute;
  right: 0;
  top: 50%;
  color: #9559b2;
  font-family: 'Hobonichi-Icons';
  font-size: 150%;
  line-height: 1;
}

.navi {
  margin: 20px auto 20px;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  max-width: 640px;
}
.navi ul {
  font-family: 'zero-width';
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
.navi li {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: right;
  position: relative;
}
.navi li:first-child {
  text-align: left;
}
.navi li a {
  background-color: #9559b2;
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  color: #ffee99;
}
.navi li a i {
  display: block;
  vertical-align: middle;
  font-size: 240%;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}
.navi li a span {
  display: block;
  vertical-align: middle;
  text-align: center;
  font-size: 160%;
  line-height: 1;
  font-weight: bold;
  -moz-font-feature-settings: "pkna";
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}
.navi__prev {
  float: left;
}
.navi__prev a {
  border-radius: 0px 8px 8px 0px;
  padding-left: 24px;
  padding-right: 17px;
}
.navi__prev a i {
  left: 0;
}

.navi__next {
  float: right;
}
.navi__next a {
  border-radius: 8px 0px 0px 8px;
  padding-left: 17px;
  padding-right: 24px;
}
.navi__next a i {
  right: 0;
}

.navi__top a {
  border-radius: 8px;
  padding: 17px 10px;
}

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

  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 ProN", "メイリオ", 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 h3 {
  margin: 10px auto;
}
.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 ProN", "メイリオ", 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 {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 40px;
}
.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;
}
.conv dd p {
  font-size: 100%;
}
.conv dd p.cap {
  font-size: 87.5%;
}

@media only screen and (max-width: 600px) {
  .conv dt {
    width: 100%;
  }
  .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;
  }
}
/*------------------------------------------------------------------------------
 *
 *    desktop
 *
 *--------------------------------------------------------------------------- */
@media only screen and (min-width: 601px) {
  span.indent {
    text-indent: -0.575em;
    padding-left: 0.575em;
  }

  .visible-sp {
    display: none;
  }

  a:hover {
    opacity: 0.5;
  }

  span.indent {
    display: inline-block;
  }

  .wrapper {
    background-size: 200px;
  }

  .header__logo .donabe,
  .header__logo .hobo {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 601px) and (min-width: 1441px) {
  .header__logo {
    left: 50%;
    width: 1440px;
    margin-left: -720px;
  }
}

@media only screen and (min-width: 601px) {
  .header__title {
    background-image: url(../images/ph_main.jpg);
    padding-top: 66.6875%;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 601px) and (min-width: 1441px) {
  .header__title {
    padding-top: 960px;
  }
}
@media only screen and (min-width: 601px) {
  .header__title h1 {
    width: 56%;
    margin-left: -28%;
  }
}
@media only screen and (min-width: 601px) and (min-width: 1025px) {
  .header__title h1 {
    width: 573px;
    margin-left: -286.5px;
  }
}

@media only screen and (min-width: 601px) {
  .yodogawa {
    margin: 40px auto 0;
    position: relative;
    text-align: center;
    padding: 40px;
  }
  .yodogawa p {
    text-align: left;
    font-size: 160%;
  }
  .yodogawa .more:hover {
    opacity: 0.5;
  }

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

  .profile h2 {
    width: 560px;
  }
  .profile section {
    width: 560px;
    margin: 0 auto;
  }

  .info.info2 {
    margin-bottom: 40px;
  }
  .info.info2 .section h3 {
    text-align: left;
  }

  .navi {
    padding: 20px 0;
    margin: 40px auto;
  }

  .article h2 > span span {
    font-size: 200%;
  }
  .article h2 em {
    display: inline-block;
  }
  .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 blockquote {
    padding: 40px;
  }
  .article .body {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }
  .article .item {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .article .item h3 {
    margin: 30px auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .article .item p {
    padding-left: 40px;
    padding-right: 40px;
  }

  .info .section {
    width: 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: 841px) {
  .header__title .sub {
    bottom: 40px;
  }
  .header__title .sub img.sp1 {
    display: inline-block;
  }
  .header__title .sub img.sp2 {
    display: none;
  }
}
