@charset "UTF-8";
/* v3.5 */
/*! 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;
}

html.openbox-open {
  overflow: hidden;
}
html.openbox-open body {
  overflow: hidden;
}

.openbox__overlay {
  position: fixed;
  top: -10px;
  right: 0;
  bottom: -10px;
  left: 0;
  display: none;
  overflow: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.openbox__container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}

.openbox__inner {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  padding: 3em 1.1428571429em;
  transform: translate(-50%, 0);
  vertical-align: middle;
}

.openbox__modal {
  position: relative;
  margin: 0 auto;
  padding: 40px 24px 24px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .openbox__modal {
    padding: 4em;
  }
}
.openbox__modal::after {
  display: table;
  clear: both;
  content: "";
}

.openbox__close-icon, .openbox__close-button {
  cursor: pointer;
  color: #FFF;
  border: 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.openbox__close-button {
  font-size: 100%;
  font-weight: bold;
  float: right;
  margin-right: 1em;
  padding: 0.5em 1.4em;
  transition: all 0.5s;
  border-radius: 0px 0px 4px 4px;
  background-color: #FF0064;
}
.ua-desktop .openbox__close-button:hover {
  background-color: #ff66a2;
}

.openbox__close-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0.4em;
}
.openbox__close-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  transition: all 0.5s;
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: center;
  background-color: #FF0064;
}
.openbox__close-icon span + span {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ua-desktop .openbox__close-icon:hover span {
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #ff66a2;
}
.ua-desktop .openbox__close-icon:hover span + span {
  transform: translate(-50%, -50%) rotate(45deg);
}

body {
  background: url(../images/bg.png) fixed center top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  line-height: 1.75em;
  letter-spacing: 0.075em;
}
body#anniv1st {
  background-image: url(../images/bg_1st.gif);
}

/* 
 * link style
 */
a {
  color: #FF0064;
  text-decoration: none;
  outline: none 0 !important;
}
a:link {
  color: #FF0064;
  text-decoration: none;
}
a:visited {
  color: #FF0064;
  text-decoration: none;
}
a:hover {
  color: rgb(255, 0, 167);
  text-decoration: underline;
}
a:active {
  color: rgb(255, 0, 167);
  text-decoration: underline;
}
a:hover img.hover {
  opacity: 0.6;
}

.hover {
  cursor: pointer;
}
.hover:hover {
  opacity: 0.6;
}

li img {
  vertical-align: bottom;
}

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

/*
 * header
 */
#header .hobo {
  text-align: center;
}
#header .hobo img {
  width: 150px;
  height: auto;
}
#header h1 {
  text-align: center;
  margin: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
  #header h1 {
    margin: 0;
  }
}
#header img {
  width: 100%;
  height: auto;
}
#header .sticker {
  position: absolute;
  top: 0;
  left: -5px;
}
#header .sticker img {
  width: 50%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #header .sticker {
    left: -35px;
  }
  #header .sticker img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  #header img {
    width: auto;
  }
}

.content {
  width: 100%;
  margin: 0 auto;
  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 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;
  }
}

/*
 * navi
 */
#navi {
  width: 100%;
  text-align: center;
}
#navi ul {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  letter-spacing: -0.4em;
  max-width: 320px;
}
#navi ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #FFF;
  letter-spacing: 0.075em;
}
#navi ul li.next {
  margin: 0 10px;
}
#navi ul li.prev {
  margin: 0 10px;
}
#navi ul li.prev1 {
  display: block;
  margin: 0;
}
#navi ul li.latest {
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -100px;
}
#navi ul li.profile {
  margin-top: 10px;
}
#navi ul li.profile2 {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #navi ul li.next {
    margin: 0 0 0 25px;
  }
  #navi ul li.prev {
    margin: 0 25px 0 0;
  }
  #navi ul li.prev1 {
    display: inline-block;
    margin: 0 90px 0 250px;
  }
  #navi ul li.latest {
    display: inline-block;
    position: static;
    top: auto;
    left: auto;
    margin-left: 0;
  }
  #navi ul li.profile {
    margin: 0;
  }
  #navi ul li.profile2 {
    display: block;
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) {
  #navi {
    width: 800px;
  }
  #navi ul {
    max-width: 100%;
  }
}

#s3rd {
  display: flex;
  margin: 40px auto;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 420px) {
  #s3rd {
    margin: 40px auto 25px;
    flex-direction: column;
    align-items: center;
  }
}
#s3rd a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 208px;
  margin: 4px;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: #86e673;
}
#s3rd a:link {
  text-decoration: none;
}
#s3rd a:visited {
  text-decoration: none;
}
#s3rd a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media only screen and (max-width: 420px) {
  #s3rd a:hover {
    opacity: 1;
  }
}
#s3rd a:active {
  text-decoration: none;
}
#s3rd a span {
  line-height: 1.5em;
  display: block;
  color: #FFF;
}
#s3rd a img {
  width: 100%;
}
#s3rd a.line-stamp {
  padding: 8px 24px;
  background-color: #00b900;
}
@media only screen and (max-width: 420px) {
  #s3rd a.line-stamp {
    margin-top: 8px;
    margin-left: 0;
  }
}
#s3rd a.line-stamp img {
  width: 160px;
  vertical-align: top;
}
#s3rd a.s7th {
  padding: 8px;
  background-color: #ffd9f2;
}
#s3rd a.s10th {
  padding: 0;
  overflow: hidden;
}

#random {
  position: relative;
  width: 170px;
  height: 95px;
  margin: 60px auto 40px;
  cursor: pointer;
  text-indent: -9999px;
  background: url(../images/random.png) no-repeat 0 0;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #random {
    margin-top: 50px;
  }
  #random.enter {
    background-position: 0 0;
  }
  #random.down {
    background-position: 0 -200px;
  }
}
#random > div {
  position: absolute;
  top: -60px;
  left: 50%;
  overflow: visible;
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
  transform: translate(-35%, 0%);
  transform-origin: bottom center;
  opacity: 0;
  border: 5px solid #FF2C77;
  border-radius: 10px;
  background-size: contain;
}
#random > div::after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  content: "";
  transform: translate(-50%, 0);
  border-top: 10px solid #FF2C77;
  border-right: 5px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 5px solid transparent;
}
#random.enter {
  background-position: 0 -100px;
}
#random.down {
  background-position: 0 -200px;
}
#random.appear > div {
  animation-name: random-appear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes random-appear {
  0% {
    top: -60px;
    transform: translate(-35%, 0%) rotate(-30deg);
    opacity: 1;
  }
  25% {
    top: -90px;
    transform: translate(-35%, 0%) rotate(25deg);
    opacity: 1;
  }
  50% {
    transform: translate(-35%, 0%) rotate(-10deg);
  }
  75% {
    transform: translate(-35%, 0%) rotate(5deg);
  }
  100% {
    top: -90px;
    transform: translate(-35%, 0%) rotate(0deg);
    opacity: 1;
  }
}
/* ----------------------------------------
 * 
 * archive
 * 
 ---------------------------------------- */
#archive {
  position: relative;
  width: 100%;
  height: auto;
  margin: 25px 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #archive {
    width: 700px;
    margin: 50px auto 0;
  }
}
#archive::after {
  clear: both;
  content: "";
}
#archive h2 {
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #archive h2 img {
    width: auto;
  }
}
#archive h2 img {
  width: 100%;
  max-width: 420px;
  height: auto;
}
#archive ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#archive .refine {
  position: sticky;
  z-index: 1;
  top: 0;
  overflow: hidden;
  height: 73px;
  padding-top: 5px;
  padding-left: 5px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
@media screen and (min-width: 768px) {
  #archive .refine {
    z-index: 0;
    float: left;
    width: auto;
    height: auto;
    margin-left: 0;
    padding: 0 10px 0 0;
  }
}
#archive .refine::after {
  font-family: "Hobonichi-Icons";
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  width: 32px;
  padding: 0;
  font-size: 16px;
  content: "\e917";
  color: #FF2C77;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%);
}
@media screen and (min-width: 768px) {
  #archive .refine::after {
    content: none;
  }
}
#archive .refine-menu {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 88px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #archive .refine-menu {
    overflow: visible;
    height: auto;
  }
}
#archive .refine-menu > ul {
  display: flex;
  justify-content: space-between;
  width: 806px;
}
@media screen and (min-width: 768px) {
  #archive .refine-menu > ul {
    display: block;
    width: auto;
  }
}
#archive .refine-menu > ul > li {
  margin: 0 4px;
}
@media screen and (min-width: 768px) {
  #archive .refine-menu > ul > li {
    margin: 0 0 4px;
  }
}
#archive .refine img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #archive .refine img img {
    width: auto;
  }
}
#archive .refine li {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 66px;
  height: 60px;
  margin-bottom: 5px;
  padding: 3px;
  cursor: pointer;
  border-radius: 10px;
  background: #FF2C77 no-repeat center top;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  #archive .refine li {
    width: 90px;
    padding: 5px;
  }
}
#archive .refine li:hover {
  opacity: 0.6;
}
#archive .refine li::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  content: "";
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  #archive .refine li::after {
    right: -10px;
    bottom: 50%;
    left: auto;
    transform: translate(0, 50%);
  }
}
#archive .refine li.current {
  cursor: default;
  background-color: #808080;
}
#archive .refine li.current:hover {
  opacity: 1;
}
#archive .refine li.current::after {
  border-top: 8px solid #808080;
  border-right: 4px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 4px solid transparent;
}
@media screen and (min-width: 768px) {
  #archive .refine li.current::after {
    border-top: 5px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #808080;
  }
}
#archive .refine li.current div {
  color: #808080;
}
#archive .refine li.tag-all div {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 768px) {
  #archive .refine li.tag-all div {
    font-size: 16px;
  }
}
#archive .refine li div {
  font-family: "Shuei MaruGo B", sans-serif;
  font-size: 10px;
  line-height: 1.2;
  width: 100%;
  padding: 2px 0;
  text-align: center;
  letter-spacing: 0;
  color: #FF2C77;
  border-radius: 7px;
  background-color: white;
  font-weight: normal;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.ua-desktop-windows #archive .refine li div {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}

@media screen and (min-width: 768px) {
  #archive .refine li div {
    font-size: 12px;
    border-radius: 5px;
  }
}
#archive .refine li div span {
  display: block;
}
#archive .refine li div span.s8 {
  width: 96px;
  margin-right: -21px;
  margin-left: -21px;
  transform: scale(0.5625, 1);
}
@media screen and (min-width: 768px) {
  #archive .refine li div span.s8 {
    width: 96px;
    margin-right: -8px;
    margin-left: -8px;
    transform: scale(0.8333333333, 1);
  }
}
#archive .refine li div span.s9 {
  width: 108px;
  margin-right: -27px;
  margin-left: -27px;
  transform: scale(0.5, 1);
}
@media screen and (min-width: 768px) {
  #archive .refine li div span.s9 {
    width: 108px;
    margin-right: -14px;
    margin-left: -14px;
    transform: scale(0.7407407407, 1);
  }
}
#archive .items {
  width: auto;
  margin: 5px 5px 0;
}
@media screen and (min-width: 768px) {
  #archive .items {
    width: 610px;
    margin-left: 90px;
  }
}
#archive .items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#archive .items li {
  position: relative;
  width: 25%;
  max-width: 120px;
  margin: 0;
  padding: 0 5px 20px;
  text-align: center;
  vertical-align: top;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  #archive .items li {
    width: 120px;
    padding: 0 9px 20px;
  }
  #archive .items li::after {
    font-size: 12px;
    top: -0.5em;
    left: -0.5em;
    height: 1.5em;
    padding: 0.25em 0.5em;
    border-radius: 1em;
    background-color: rgba(255, 0, 100, 0.75);
  }
}
#archive .items li.added-archive-item::after {
  content: none;
}
#archive .items li::after {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1em;
  position: absolute;
  top: -0.5em;
  left: -0.5em;
  display: inline-block;
  box-sizing: border-box;
  height: 1.5em;
  padding: 0.25em 0.5em;
  content: attr(data-vol);
  vertical-align: middle;
  color: white;
  border-radius: 1em;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
#archive .items li img {
  box-sizing: content-box;
  width: 100%;
  height: auto;
}
#archive .items img {
  border: 1px solid #ccc;
}
#archive .items a {
  display: block;
}
#archive .items span {
  display: block;
}
#archive .items span.title {
  font-size: 11px;
  line-height: 1.25em;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #archive .items span.title {
    font-size: 12px;
  }
}
#archive .items span.date {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5em;
  margin-top: 5px;
  color: #999;
}
@media screen and (min-width: 768px) {
  #archive .items span.date {
    font-size: 12px;
    margin-top: 0;
  }
}

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

#footer, #share {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  background-color: #FFF;
}
#footer ul, #share ul {
  margin: 25px 0;
  padding: 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.mail, #share ul li.mail {
  width: 73.5px;
}
#footer ul li.tweet, #share ul li.tweet {
  width: 69px;
}
#footer ul li.home, #share ul li.home {
  width: 88.5px;
}
#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: 25px 0;
    padding: 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: 800px;
  }
  #footer .sns_sp, #share .sns_sp {
    display: none;
  }
  #footer .fblike, #footer .line, #share .fblike, #share .line {
    display: inline-block;
  }
  #footer ul, #share ul {
    margin: 50px 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;
  }
}

#share ul {
  padding-bottom: 0;
}

.char {
  display: none;
}
@media screen and (min-width: 768px) {
  .char {
    display: block;
  }
  .char ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .char li {
    position: absolute;
    margin: 0;
    padding: 0;
  }
  .char li.char1 {
    top: 330px;
    left: -50px;
  }
  .char li.char2 {
    top: 520px;
    right: -50px;
  }
  .char li.char3 {
    top: 785px;
    left: -50px;
  }
  .char li.char4 {
    top: 1090px;
    right: -50px;
  }
  .char li.char5 {
    top: 1340px;
    left: -50px;
  }
  .char li.char6 {
    top: 1550px;
    right: -50px;
  }
}
