<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

nav ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  text-decoration: none
}

ins, mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

body.hidden {
  overflow: hidden
}

* {
  box-sizing: border-box
}

img {
  max-width: 100%;
  vertical-align: top;
}

ul {
  list-style: none;
}
/* ===============================================================================
Common
=============================================================================== */
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  color: #2b3b54;
  font-size: 1.6rem;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
  /* font-family: 'TsukuARdGothic-Regular',fot-tsukuardgothic-std,sans-serif; */
  font-weight: bold;
  line-height: 1.86;
  letter-spacing: 0.025em;
}
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(/store/hobonichinote/img/bg.jpg) center no-repeat;
  background-size:cover;
}
a {
  color: #2b3b54;
  text-decoration: none;
}
a.red {
  color: #d43633;
}
.btn-permeate {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  -o-transition: opacity .3s;
  -ms-transition: opacity .3s;
  transition: opacity .3s;
}
.btn a, .btn .pre{
  display: inline-block;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  border: 2px solid;
  border-radius: 30px;
  padding: .2em 2em;
  background-color: #fff;
}
h1, h2, h3, h4 {
  font-family: 'A1 Gothic B',sans-serif;
  font-weight: normal;
}
strong {
  font-family: 'A1 Gothic B',sans-serif;
  font-weight: normal;
}
@media screen and (min-width: 769px){
  .spOnly {
    display: none;
  }
  .btn-permeate:hover {
    opacity: .4;
  }
}
@media screen and (max-width: 768px){
  body {
    font-size: 1.4rem;
  }
  body:before {
    background: url(/store/hobonichinote/img/bg_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .pcOnly {
    display: none;
  }
  img {
    width: 100%;
  }
  .btn a {
    font-size: 1.4rem;
    border-radius: 10px;
  }
}
/* ===============================================================================
HeaderArea
=============================================================================== */
header.hide {
  display: none;
}
header {
  background-color: #fff;
  height: 80px;
  padding: 25px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
header .container {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
header .btn {
  border: 1px solid;
  border-radius: 8px;
  padding: .5em;
  font-size: 1.4rem;
  margin-right: 1em;
  display: inline-block;
}
@media screen and (max-width: 768px){
  header {
    height: 40px;
    padding: 11px 0;
  }
  header .header_logo {
    max-width: 300px;
    width: 64%;
  } 
  header .lang {
    font-size: 1rem;
  }
  header .btn {
    font-size: 1rem;
    border-radius: 5px;
    line-height: 1.3;
    text-align: center;
    padding: .2em .4em;
    margin-right: .5em;
  }
}
@media screen and (max-width: 320px){
  header .header_logo {
    width: 61%;
  }
}
/* ===============================================================================
FooterArea
=============================================================================== */
footer img {
  max-width: initial;
}
footer , .baselink, .copyright{
  background-color: #fff;
}
footer a, .baselink a {
  font-size: 1.3rem;
}
footer .credit &gt; div{
  max-width: 31em;
  margin: 0 auto;
  padding-top: 60px;
}
footer .credit &gt; div span{
  font-size: 75%;
  display: inline-block;
  width: 9em;
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer #foot_share {
  float: none;
}
footer #foot_share ul {
  width: 30%;
  max-width: 300px;
  display: flex;
}
footer #foot_share .share{
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 12px;
}
footer #foot_share .share  span{
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
footer li {
  margin-right: 32px;
}
footer #foot_hobo_nav {
  float: none;
  padding-top: 5px;
}
footer #foot_hobo_nav ul {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
footer #foot_hobo_nav li a:before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #2b3b54;
}
.copyright {
  font-size: 1.2rem;
}
@media screen and (min-width: 641px){
  footer {
    /* max-width: 960px; */
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid;
  }
  footer .footer_inner {
      max-width: 900px;
      width: 90%;
      margin: 0 auto;
      padding: 60px 0;
      overflow: hidden;
  }
  footer #foot_share {
    float: left;
    overflow: hidden;
  }
  footer li {
    display: inline-block;
  }
  footer li img {
    width: 45px;
  }
  footer li:last-child {
    margin: 0;
  }
  footer #foot_hobo_nav {
    padding: 15px 0 0 0;
    float: right;
    overflow: hidden;
  }
  footer #foot_hobo_nav li {
    font-size: 13px;
    margin: 0 0 0 30px;
  }
  footer:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
  }
  .baselink {
    /* min-width: 960px; */
    padding: 50px 0;
    text-align: center;
  }
  .copyright {
    /* min-width: 960px; */
    padding: 0 0 50px 0;
    text-align: center;
    clear: both;
  }
}
@media screen and (max-width: 640px){
  footer {
    padding: 40px 0 0 0;
    background-color: #fff;
    /* border-bottom: 1px solid; */
    overflow: hidden;
  }
  footer .credit &gt; div {
    width: 24em;
    padding-top: 0;
    padding-bottom: 40px;
  }
  footer .credit &gt; div span {
    display: block;
  }
  .footer_inner {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: initial;
  }
  footer #foot_share {
    margin: 0 0 10px 0;
  }
  footer #foot_share ul {
    width: 100%;
    max-width: 100%;
  }
  footer ul {
    left: 0;
    letter-spacing: -.40em;
    text-align: center;
    position: relative;
  }
  footer li {
    margin: 0 22px 0 0;
    display: inline-block;
    letter-spacing: normal;
  }
  footer li img {
    width: 35px;
  }
  footer li.share img {
    width: 46px;
  }
  footer #foot_hobo_nav {
    left: 0;
    padding: 15px 0;
  }
  footer #foot_hobo_nav ul {
    width: 100%;
    justify-content: left;
    flex-direction: column;
  }
  footer #foot_hobo_nav li {
    margin-bottom: 15px;
    font-size: 1.3rem;
    display: block;
    text-align: left;
  }
  footer #foot_hobo_nav li span {
    margin: 0 3px 0 0;
  }
  footer:after {
    content: '';
    display: block;
    clear: both;
    font-size: 0;
  }
  .baselink {
    padding: 20px 5% 0 5%;
    clear: both;
    font-size: 1.2rem;
    line-height: 1.7em;
  }
  .copyright {
    font-size: 1.3rem;
    padding: 20px 0 20vw 0;
    text-align: center;
    clear: both;
  }
}
@media screen and (max-width: 320px){
  footer .credit &gt; div {
    font-size: 1.3rem;
  }
}</pre></body></html>