@charset "UTF-8";
/* v3.3 */
/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Addition */
/* Apply a natural box layout model to all elements */
/* Read this post by Paul Irish: http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



















:root {
  --color-main: #FFFF33;
  --color-main-hover: #ffff99;
  --color-text: #666666;
  --color-text-hover: #000000;
}



body {
  background: var(--color-main) url(../images/char_bg.png) fixed center top;
  background-size: 1200px 600px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
  font-feature-settings: 'halt' 1;
}

/* 
 * link style
 */
a {
  color: var(--color-text);
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: var(--color-text);
  text-decoration: underline;
}
a:visited {
  color: var(--color-text);
  text-decoration: underline;
}
@media (hover:hover) {
  a:hover {
    color: var(--color-text-hover);
    text-decoration: none;
  }
}
a:active {
  color: var(--color-text-hover);
  text-decoration: none;
}
a:hover img.hover {
  opacity: 0.6;
}

.hover {
  cursor: pointer;
}
@media (hover:hover) {
  .hover:hover {
    opacity: 0.6;
  }
}

li img {
  vertical-align: bottom;
}

@media (max-width: 576px) {
  br:not(.sp) {
    display: none;
  }
}

a.btn {
  display: block;
  letter-spacing: 0;
  text-decoration: none;
  padding: 12px 0;
  text-align: center;
  line-height: 1;
  border: 2px solid var(--color-text);
  background-color: var(--color-main);
  border-radius: 6px;
}
a.btn.btn-secondary {
  background-color: white;
}
a.btn p {
  margin: 0;
}
i[class*="hb-"] {
  font-size: 150%;
}
i.hb-open-in-new {
  font-size: 100%;
}
@media (hover:hover) {
  a.btn,
  a.btn p {
    transition: all 0.25s;
  }
  a.btn:hover {
    border-color: var(--color-text-hover);
    background-color: var(--color-main-hover);
  }
  a.btn:hover p {
    color: var(--color-text-hover);
  }
}


/*
 * wrapper
 */
#wrapper {
  position: relative;
  /* background-color: #FFF; */
  width: 100%;
  margin: 0 auto;
}
/* @media screen and (min-width: 576px) {
  #wrapper {
    max-width: 880px;
  }
} */

/*
 * header
 */
#header .hobo {
  text-align: center;
  text-transform: uppercase;
  background-color: white;
}
#header .hobo a {
  font-size: 12px;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0;
  text-decoration: none;
}
#header .title {
  background: var(--color-main) url(../images/title_bg.png) repeat-x center top;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  #header .title {
    background-size: 364px 540px;
  }
}
#header .title h1 {
  text-align: center;
  margin: 0;
}
#header .title h2 {
  text-align: center;
  margin: 0;
}
#header .title h1 img {
  width: 100%;
  vertical-align: top;
}
@media (min-width: 576px) {
  #header .title h1 img {
    max-width: 720px;
  }
}
#header .title h2 img {
  width: 100%;
  vertical-align: top;
}
@media (min-width: 576px) {
  #header .title h2 img {
    max-width: 720px;
  }
}
#header .title .main_image {
  text-align: center;
}
#header .title .main_image img {
  width: 44%;
  vertical-align: top;
}
@media (min-width: 576px) {
  #header .title .main_image img {
    max-width: 320px;
  }
}

.yodogawa {
  font-family: 'Gothic MB101 Bold', sans-serif;
  width: 100%;
  margin: 0 auto;
  color: var(--color-text);
  padding: 16px 32px 32px;
  margin-bottom: 40px;
  background-color: white;
}
@media (min-width: 576px) {
  .yodogawa {
    max-width: 880px;
    margin: 0 auto;
    padding: 16px;
  }
  .yodogawa p {
    max-width: 400px;
    margin: 40px auto;
  }
}
.yodogawa ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
}
.yodogawa li {
  width: calc(50% - 8px);
}
.yodogawa li:last-child {
  margin-right: 0;
}
.yodogawa .btn {
  padding-bottom: 0;
}



.main {
  width: 100%;
  background-color: white;
  padding: 8px 0 32px;
}
@media (min-width: 576px) {
  .main {
    max-width: 880px;
    margin: 0 auto;
    padding: 8px 0;
  }
}




.content {
  width: 100%;
  margin: 32px auto 40px;
  padding: 0.625%;
}
.content .data img {
  width: 100%;
}
.content .end {
  margin: 25px 0;
  text-align: center;
}
.content .comment {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.75em;
  margin: 25px 0;
  text-align: center;
  color: #404040;
}
.content .comment img {
  vertical-align: middle;
}
.content #oioi {
  width: 100%;
  margin: 25px auto;
  text-align: center;
}
.content #oioi ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  letter-spacing: -0.4em;
}
.content #oioi li {
  display: block;
  margin: 0;
  padding: 0;
}
.content #oioi #oioiButton {
  background-color: var(--color-main);
  border-radius: 8px;
  width: 200px;
  height: 100px;
  display: block;
  margin: 0 auto;
  border: 2px solid var(--color-text);
}
.content #oioi #oioiButton img {
  width: 100%;
}
@media (hover:hover) {
  .content #oioi #oioiButton {
    transition: all 0.25s;
  }
  .content #oioi #oioiButton:hover {
    border-color: var(--color-text-hover);
    background-color: var(--color-main-hover);
  }
}
.content #oioi li#oioiCounter {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 60px;
  line-height: 80px;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  width: 200px;
  height: 100px;
  margin-top: 20px;
  padding-left: 0;
  vertical-align: middle;
  color: #808080;
  border: 10px solid #808080;
  border-radius: 8px;
  background-image: none;
}
.content #oioi li#oioiCounter:before {
  position: absolute;
  top: -30px;
  left: 50%;
  display: inline-block;
  margin-left: -15px;
  content: "";
  vertical-align: middle;
  border-top: 0px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid #808080;
  border-left: 15px solid transparent;
}
.content #oioi li#oioiCounter:after {
  position: absolute;
  top: -13px;
  left: 50%;
  display: inline-block;
  margin-left: -9px;
  content: "";
  vertical-align: middle;
  border-top: 0px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 13px solid #FFF;
  border-left: 9px solid transparent;
}
@media screen and (min-width: 768px) {
  .content #oioi {
    width: 400px;
    margin: 50px auto;
  }
  .content #oioi li {
    display: inline-block;
    vertical-align: middle;
  }
  .content #oioi li#oioiCounter {
    width: 180px;
    margin-top: 0;
    margin-left: 20px;
    text-align: center;
    letter-spacing: 0;
  }
  .content #oioi li#oioiCounter:before {
    position: absolute;
    left: -15px;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    border-top: 15px solid transparent;
    border-right: 20px solid #808080;
    border-bottom: 15px solid transparent;
    border-left: 0px solid transparent;
  }
  .content #oioi li#oioiCounter:after {
    position: absolute;
    left: -4px;
    top: 50%;
    display: inline-block;
    margin-top: -9px;
    border-top: 9px solid transparent;
    border-right: 13px solid #FFF;
    border-bottom: 9px solid transparent;
    border-left: 0px solid transparent;
  }
}
.content .date {
  font-size: 12px;
  line-height: 1.25em;
  margin: 25px 0;
  text-align: center;
  letter-spacing: 0.025em;
  color: #333;
}
@media screen and (min-width: 768px) {
  .content .date {
    margin: 50px 0;
  }
}
@media screen and (min-width: 768px) {
  .content {
    width: 550px;
    padding: 0;
  }
}






.products {
  font-family: 'Gothic MB101 Bold', sans-serif;
}
.products p {
  font-family: 'Gothic MB101 Regular', sans-serif;
  color: var(--color-text);
}
.products h3 {
  background-color: var(--color-main);
  text-align: center;
  color: var(--color-text);
  padding: 11px 0;
  margin: 40px auto 0;
  font-size: 20px;
  max-width: 800px;
}
.products h4 {
  color: var(--color-text);
}
.products .items {
  width: 92.30769231%;
  margin: 16px auto;
}
.products .items .item {
  margin: 40px auto;
}
.products .item_image {
  text-align: center;
}
.products .item_image img {
  width: 100%;
}
.products .items .item.item_kindle .item_image img {
  max-width: 240px;
}
@media (min-width:768px) {
  .products .items .item.item_kindle {
    display: flex;
  }
  .products .items .item.item_kindle .item_text {
    max-width: 480px;
    margin-left: 40px;
    margin-top: 0;
  }
  .products .items .item.item_kindle .item_button {
    justify-content: flex-start;
  }
  .products .items.items_goods {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
  }
  .products .items.items_goods .item {
    width: calc(50% - 16px);
    max-width: 384px;
    margin: 40px 0;
  }
}
.products .item_text {
  margin: 16px auto;
}
.products .item_text h4 {
  margin: 0;
}
.products .item_text p {
  margin: 0;
}
.products .item_button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
.products .item_button .btn {
  padding-left: 16px;
  padding-right: 12px;
  text-align: left;
  display: flex;
  align-items: center;
}
.products .item_button .btn p {
  font-family: 'Gothic MB101 Bold', sans-serif;
  line-height: 1.35;
}
.products .item_button .btn i {
  margin-left: 16px;
}





.sonigirikun {
  font-family: 'Gothic MB101 Bold', sans-serif;
  display: flex;
  justify-content: center;
}
.sonigirikun .btn {
  padding-left: 16px;
  padding-right: 16px;
}




/*
 * footer
 */
#footer {
  clear: both;
}

#footer, #share {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #FFF;
}
#footer ul, #share ul {
  margin: 40px 0;
  padding: 40px 0 0;
  list-style-type: none;
  letter-spacing: -0.4em;
}
#footer ul li, #share ul li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 768px) {
  #footer ul li, #share ul li {
    margin: 0;
    padding: 0 20px;
  }
}
#footer ul li a, #share ul li a {
  font-family: 'Gothic MB101 Bold', sans-serif;
  text-decoration: none;
}
#footer ul li a p, #share ul li a p{
  margin: 0;
}
#footer ul li.mail img, 
#share ul li.mail img {
  width: 46px;
}
#footer ul li.tweet img,
#share ul li.tweet img {
  width: 40.5px;
}
#footer ul li.home img,
#share ul li.home img {
  width: 61px;
}
#footer ul li a, #share ul li a {
  display: block;
}
#footer ul li .fb_iframe_widget, #share ul li .fb_iframe_widget {
  display: block;
}
#footer ul li img, #share ul li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #footer ul, #share ul {
    margin: 40px 0;
    padding: 40px 0;
  }
}
#footer .copyright, #share .copyright {
  font-family: Helvetica, Arial, Geneva, Verdana, Tahoma, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #999;
}
#footer .sns_sp, #share .sns_sp {
  display: block;
  padding-top: 0;
}
#footer .sns_sp li, #share .sns_sp li {
  padding: 0;
}
#footer .sns_sp li > *, #share .sns_sp li > * {
  vertical-align: bottom;
}
#footer .sns_sp li img, #share .sns_sp li img {
  width: auto;
  height: auto;
}
#footer .fblike, #footer .line, #share .fblike, #share .line {
  display: none;
}
@media screen and (min-width: 768px) {
  #footer, #share {
    max-width: 880px;
  }
  #footer .sns_sp, #share .sns_sp {
    display: none;
  }
  #footer .fblike, #footer .line, #share .fblike, #share .line {
    display: inline-block;
  }
  #footer ul, #share ul {
    margin: 0;
    padding: 40px 0;
  }
  #footer ul li.mail, #footer ul li.tweet, #footer ul li.home, #share ul li.mail, #share ul li.tweet, #share ul li.home {
    width: auto;
  }
  #footer .copyright, #share .copyright {
    padding-bottom: 40px;
  }
}

#share ul {
  padding-bottom: 0;
}


.openbox {
  display: none;
}