@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.menu__list, .menu__follow {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: static;
  left: auto; }
  .menu__list li, .menu__follow li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: static;
    left: auto; }

html, body {
  overflow: visible;
  min-height: 100%; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.75em;
  color: #000000;
  background-color: #FFFFFF;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto; }
  body * {
    box-sizing: border-box; }

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

@media screen and (min-width: 768px) {
  br.only-sp {
    display: none; } }

.nav-container {
  position: fixed;
  z-index: 3;
  width: 100%;
  top: 0; }

.nav {
  width: 100%;
  height: 44px;
  max-width: 1600px;
  margin: auto; }
  .nav a, .nav label {
    line-height: 1;
    display: block;
    text-decoration: none;
    color: #000000;
    outline: none; }
    .nav a i, .nav label i {
      font-size: 280%; }
  .nav__group {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .nav__group {
        padding: 0 8px; } }
  .nav__item {
    margin: 0;
    padding: 8px;
    list-style: none; }
  .nav__label {
    margin: 0;
    padding: 0; }
  .nav__hobo {
    text-align: right; }
    .nav__hobo img {
      width: 100%; }
  .nav__books {
    display: none;
    text-align: left; }
    .nav__books img {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .nav__books {
        display: block; } }
  .nav__cart {
    padding: 4px 8px;
    margin-left: auto;
    text-align: center; }
    .nav__cart a {
      padding: 6px; }
      .nav__cart a i {
        font-size: 240%; }
  .nav__menu {
    padding: 4px 8px; }
    .nav__menu a, .nav__menu label {
      position: relative;
      width: 32px;
      height: 32px;
      padding: 4px; }
      .nav__menu a span, .nav__menu label span {
        font-size: 0;
        position: absolute;
        left: 4px;
        display: block;
        width: 24px;
        height: 1px;
        transition: all .25s;
        background-color: #000000; }
        .nav__menu a span:nth-child(1), .nav__menu label span:nth-child(1) {
          top: 7px; }
        .nav__menu a span:nth-child(2), .nav__menu a span:nth-child(3), .nav__menu label span:nth-child(2), .nav__menu label span:nth-child(3) {
          top: 16px; }
        .nav__menu a span:nth-child(4), .nav__menu label span:nth-child(4) {
          top: 25px; }
    .nav__menu label {
      transition: opacity 0.25s;
      cursor: pointer; }
    .nav__menu.open a span:nth-child(1), .nav__menu.open label span:nth-child(1) {
      left: 36px;
      width: 0; }
    .nav__menu.open a span:nth-child(2), .nav__menu.open label span:nth-child(2) {
      transform: rotate(45deg); }
    .nav__menu.open a span:nth-child(3), .nav__menu.open label span:nth-child(3) {
      transform: rotate(-45deg); }
    .nav__menu.open a span:nth-child(4), .nav__menu.open label span:nth-child(4) {
      width: 0; }

.buy-now {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%; }
  .buy-now a {
    border-top: 1px solid #1E1C1C;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 160%;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1E1C1C;
    padding: 8px 8px 8px 16px; }
    .buy-now a i {
      font-size: 150%; }
  @media screen and (min-width: 768px) {
    .buy-now {
      display: flex;
      justify-content: flex-end;
      bottom: auto;
      top: 100px;
      max-width: 1600px;
      transform: translateX(-50%);
      left: 50%;
      overflow-x: hidden; }
      .buy-now a {
        border: 1px solid #1E1C1C;
        border-right: 0 none; } }

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

.menu {
  position: fixed;
  z-index: 2;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .menu__container {
    padding: 54px 0 10px;
    width: 100%;
    height: 100%;
    position: relative; }
    @media screen and (min-width: 768px) {
      .menu__container {
        padding-top: 100px; } }
  .menu__list {
    display: none;
    border-top: 1px solid #1E1C1C;
    padding: 8px 0; }
  .menu-list__item a {
    font-size: 160%;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    padding: .75em .5em; }
    .menu-list__item a, .menu-list__item a:link, .menu-list__item a:visited, .menu-list__item a:hover, .menu-list__item a:active {
      color: #1E1C1C;
      text-decoration: none; }
    .menu-list__item a i,
    .menu-list__item a span {
      display: inline-block;
      vertical-align: middle; }
    .menu-list__item a i {
      font-size: 150%;
      font-weight: normal;
      line-height: 0;
      margin-right: .5em; }
    .menu-list__item a::after {
      font-family: "Hobonichi-Icons";
      font-size: 150%;
      font-weight: normal;
      position: absolute;
      top: 50%;
      right: 0;
      display: block;
      content: "\e917";
      transform: translateY(-50%); }
  .menu__container h3 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 0;
    padding-top: 24px;
    text-align: center;
    border-top: 1px solid #1E1C1C; }
    .menu__container h3 + .menu__list {
      margin-top: 16px;
      border-top: 0 none; }
  .menu__follow {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px; }
  .menu .follow {
    display: none;
    padding-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .menu__container {
      border-top: 1px solid #1E1C1C; }
    .menu__list {
      width: 480px;
      margin-left: auto;
      margin-right: auto; }
    .menu-list__item a {
      padding: 1.25em .5em; }
      .ua-desktop .menu-list__item a {
        animation-name: menu-hover-out !important; }
        .ua-desktop .menu-list__item a:hover {
          animation-name: menu-hover !important; }
    .menu .follow {
      width: 480px;
      margin-left: auto;
      margin-right: auto; } }

[class^="menu-follow"] a {
  display: block; }
  [class^="menu-follow"] a, [class^="menu-follow"] a:link, [class^="menu-follow"] a:visited, [class^="menu-follow"] a:hover, [class^="menu-follow"] a:active {
    color: #1E1C1C;
    text-decoration: none; }
  [class^="menu-follow"] a i {
    font-size: 240%;
    font-weight: normal; }
  [class^="menu-follow"] a::after {
    content: ""; }

input#menu-toggle {
  position: fixed;
  z-index: -1;
  opacity: 0; }
  input#menu-toggle:not(:checked) ~ .menu {
    height: 0;
    min-height: 0;
    animation-name: fade-out;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    animation-fill-mode: forwards;
    animation-direction: alternate; }
  input#menu-toggle:checked ~ .menu {
    animation-name: fade-in;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
    animation-fill-mode: forwards;
    animation-direction: alternate; }
    input#menu-toggle:checked ~ .menu .menu__container {
      display: block; }
    input#menu-toggle:checked ~ .menu .menu__list {
      display: block; }
    input#menu-toggle:checked ~ .menu .follow {
      display: block; }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  0% {
    height: 100%;
    min-height: 100%;
    opacity: 1; }
  95% {
    height: 100%;
    min-height: 100%; }
  100% {
    height: 0;
    min-height: 0;
    opacity: 0; } }

@keyframes fade-out {
  0% {
    height: 100%;
    min-height: 100%;
    opacity: 1; }
  95% {
    height: 100%;
    min-height: 100%; }
  100% {
    height: 0;
    min-height: 0;
    opacity: 0; } }

@keyframes menu-hover {
  0% {
    transform: translate(0, 0);
    opacity: 1; }
  100% {
    transform: translate(2.5%, 0);
    opacity: 1; } }

@keyframes menu-hover-out {
  0% {
    transform: translate(2.5%, 0);
    opacity: 1; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

[data-state=show] {
  animation: show 0.5s linear; }
  .main-image [data-state=show] {
    animation: show2 1s cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-state=shown] {
  opacity: 1; }

[data-state=hide] {
  animation: hide 0.5s linear; }

[data-state=hidden] {
  opacity: 0; }

[data-state=none] {
  opacity: 0;
  display: none; }

#overlay {
  background-color: #FFFFFF;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1; }

#arrow {
  position: fixed;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: 'Hobonichi-Icons';
  font-size: 500%;
  color: rgba(255, 255, 255, 0.5); }
  #arrow::after {
    content: "\e919"; }
  @media screen and (min-width: 768px) {
    #arrow {
      display: none; } }

.container article {
  max-width: 1600px;
  margin: 0 auto; }

.ua-desktop .container a {
  animation-name: hover-out;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-fill-mode: forwards;
  animation-direction: alternate; }
  .ua-desktop .container a:hover {
    animation-name: hover;
    animation-duration: 0.5s;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-fill-mode: forwards;
    animation-direction: alternate; }

.title-section {
  padding-top: 44px;
  height: calc(100vh - 44px); }
  @media screen and (min-width: 768px) {
    .title-section {
      height: auto;
      margin-top: 7.75%;
      margin-bottom: 4.6875%; } }

.copy-section {
  height: 40vh; }
  @media screen and (min-width: 768px) {
    .copy-section {
      height: auto; } }

.title {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 70%;
  margin-left: 10%;
  margin-bottom: 23.4375%;
  margin-top: 10%; }
  @media screen and (min-width: 768px) {
    .title {
      width: 42.875%;
      max-width: 490px;
      margin: 0 0 0 5%; } }
  .title .row {
    display: flex;
    margin-bottom: 5.3571428571%; }
    @media screen and (min-width: 768px) {
      .title .row {
        margin-bottom: 6.1224489796%; }
        .title .row:last-of-type {
          margin-bottom: 0; } }
  .title .char {
    background: transparent no-repeat left top;
    background-size: contain;
    width: 14.2857142857%;
    padding-top: 14.2857142857%; }
  .title__sub {
    background: transparent url(../images/main-title0.svg) no-repeat left top;
    background-size: contain;
    margin: 0;
    padding-top: 5.1020408163%;
    line-height: 0;
    margin-bottom: 5.3571428571%; }
  .title__main {
    position: absolute;
    margin: 0; }

.author {
  width: 70%;
  margin-left: 10%; }
  @media screen and (min-width: 768px) {
    .author {
      width: 28%;
      max-width: 320px;
      margin: 4% 0 0 5%; } }
  .author__prof {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background: transparent no-repeat left top;
    background-size: contain;
    width: 89.2857142857%;
    max-width: 320px;
    padding-top: 30.6919642857%;
    position: relative;
    margin-bottom: 8.9285714286%; }
    @media screen and (min-width: 768px) {
      .author__prof {
        width: auto; } }
  .author__ikegaya {
    background-image: url(../images/name1.svg); }
  .author__tajima {
    background-image: url(../images/name2.svg); }
    @media screen and (min-width: 768px) {
      .author__tajima {
        margin-bottom: 0; } }
  .author__name {
    position: absolute;
    margin: 0; }
  .author__desc {
    position: absolute;
    margin: 0; }

.main-image {
  background: no-repeat right top;
  background-size: cover;
  padding-top: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1600px;
  z-index: -1; }
  .main-image .row {
    width: 142.857142857vh;
    padding-top: 20%;
    position: absolute;
    right: 0; }
  .main-image .image {
    position: absolute;
    width: 10%;
    padding-top: 10%;
    background: url(../images/main-image1.jpg) no-repeat;
    background-size: 1000%;
    top: 0; }
  @media screen and (min-width: 768px) {
    .main-image .row {
      width: 100%;
      padding-top: 10%; } }

.copy {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 15.625%;
  margin-top: 12.5%; }
  @media screen and (min-width: 768px) {
    .copy {
      width: auto;
      display: flex;
      margin: 5%;
      margin-left: 4.125%;
      margin-bottom: 10%; }
      .copy .row0 {
        width: 29.84869326%;
        margin-right: 0.8253094911%; }
        .copy .row0 .char {
          width: 15.668202765%;
          padding-top: 15.668202765%; }
      .copy .row1 {
        width: 39.477303989%; }
        .copy .row1 .char {
          width: 11.8466898955%;
          padding-top: 11.8466898955%; } }
  .copy .row {
    display: flex;
    margin-bottom: 5.3571428571%; }
    @media screen and (min-width: 768px) {
      .copy .row {
        justify-content: space-between;
        margin-bottom: 0; } }
    .copy .row .char:last-of-type {
      width: 5.3125%; }
      @media screen and (min-width: 768px) {
        .copy .row .char:last-of-type {
          width: 34px; } }
  .copy .row0 .char:last-of-type {
    margin-left: -0.9375%; }
    @media screen and (min-width: 768px) {
      .copy .row0 .char:last-of-type {
        margin-left: -1.3824884793%; } }
  .copy .row1 .char:last-of-type {
    margin-left: -3.59375%; }
    @media screen and (min-width: 768px) {
      .copy .row1 .char:last-of-type {
        margin-left: -4.0069686411%; } }
  .copy .char {
    background: transparent no-repeat left top;
    background-size: contain;
    width: 10.625%;
    padding-top: 10.625%; }
  .copy__text {
    position: absolute;
    margin: 0; }
  .copy__sales-date {
    background: transparent url(../images/sales-date2.svg) no-repeat left top;
    background-size: contain;
    margin: 15.625% 0 0 1.953125%;
    line-height: 0;
    padding-top: 15.3125%;
    width: 56.25%;
    max-width: 360px; }
    @media screen and (min-width: 768px) {
      .copy__sales-date {
        margin: 0 0 0 auto;
        width: 14.6492434663%;
        padding-top: 3.9889958735%; } }

@keyframes hide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes show {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes show2 {
  0% {
    transform: translate(50%, -50%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }

@keyframes hover {
  0% {
    transform: scale(1.0001);
    opacity: 1; }
  100% {
    transform: scale(1.05);
    opacity: 0.5; } }

@keyframes hover-out {
  0% {
    transform: scale(1.05);
    opacity: 0.5; }
  100% {
    transform: scale(1.0001);
    opacity: 1; } }

article > section:nth-of-type(n+4) > div {
  margin: 0 auto;
  max-width: 720px; }

article > section:nth-of-type(n+5) > div {
  margin-top: 1px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px; }
  @media screen and (min-width: 768px) {
    article > section:nth-of-type(n+5) > div {
      padding: 40px; } }

.book__title, .gift__title, .present__title, .about__title, .tobichi__title, .banner__title {
  font-size: 200%;
  line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .book__title, .gift__title, .present__title, .about__title, .tobichi__title, .banner__title {
      font-size: 280%; } }

.gift__text p, .present__text p, .about__text p, .tobichi__text p, .banner__text p {
  font-size: 160%;
  line-height: 1.75; }

.gift__text h3, .present__text h3, .about__text h3, .tobichi__text h3, .banner__text h3 {
  font-size: 160%;
  line-height: 1.5;
  font-weight: bold; }

.gift__text figure, .present__text figure, .about__text figure, .tobichi__text figure, .banner__text figure {
  margin: 0; }
  .gift__text figure .photo img, .present__text figure .photo img, .about__text figure .photo img, .tobichi__text figure .photo img, .banner__text figure .photo img {
    width: 100%;
    vertical-align: top; }

.gift__text figcaption, .present__text figcaption, .about__text figcaption, .tobichi__text figcaption, .banner__text figcaption {
  position: relative;
  font-weight: bold;
  font-size: 140%;
  padding-left: 1.5em;
  line-height: 1.5em; }
  .gift__text figcaption i, .present__text figcaption i, .about__text figcaption i, .tobichi__text figcaption i, .banner__text figcaption i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 150%; }

.lead {
  width: 87.5%;
  margin: 0 auto; }
  .lead__text {
    font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    font-size: 160%;
    line-height: 1.75; }
  @media screen and (min-width: 768px) {
    .lead {
      display: flex;
      justify-content: space-between; }
      .lead__text {
        font-size: 180%; } }

.product {
  display: flex;
  flex-wrap: wrap; }
  .product__photo {
    max-width: 200px;
    width: 28.5714285714%; }
    .product__photo img {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .product__photo {
        max-width: 240px; } }
  .product__info {
    padding-left: 7.1428571429%;
    width: 71.4285714286%; }
    @media screen and (min-width: 768px) {
      .product__info {
        padding-left: 40px; } }
  .product__button-area {
    width: 100%; }
    @media screen and (min-width: 576px) {
      .product__button-area {
        width: 71.4285714286%;
        padding-left: 40px;
        margin-left: auto; } }
  .product__title {
    font-family: "Shuei Mincho M JIS2004", -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 240%;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin-top: 0;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal; }
    .ua-desktop-windows .product__title {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
    @media screen and (min-width: 768px) {
      .product__title {
        font-size: 400%; } }
  .product__author {
    font-size: 140%;
    font-family: "Shuei Mincho M JIS2004", -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: auto;
    font-weight: normal; }
    .ua-desktop-windows .product__author {
      -ms-transform: rotate(0.001deg);
      transform: rotate(0.001deg); }
    .product__author span {
      font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
      font-size: 70%;
      font-weight: bold; }
    @media screen and (min-width: 768px) {
      .product__author {
        font-size: 200%; } }
  .product__spec {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 32px; }
    .product__spec th, .product__spec td {
      text-align: left;
      font-size: 140%;
      border-bottom: 1px solid #1E1C1C;
      padding: 0.5em;
      line-height: 1.5; }
    .product__spec th {
      width: 4em; }
    .product__spec tr:first-of-type th, .product__spec tr:first-of-type td {
      border-top: 1px solid #1E1C1C; }
    @media screen and (min-width: 768px) {
      .product__spec th, .product__spec td {
        font-size: 160%; } }
  .product__purchase a, .product__purchase > span {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    font-size: 160%;
    text-decoration: none;
    color: #1E1C1C;
    font-weight: bold;
    padding: 1em;
    border: 1px solid #1E1C1C; }
    .product__purchase a i, .product__purchase > span i {
      font-size: 150%; }
  @media screen and (min-width: 768px) {
    .product__purchase {
      margin-left: 0; } }
  .product__stock {
    margin: 1em 0 0 0;
    font-size: 140%;
    font-weight: bold;
    color: #c00;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .product__stock {
        margin-left: 0; } }
  .product__shipping {
    display: flex; }
    .product__shipping dt, .product__shipping dd {
      font-size: 140%; }
    .product__shipping dt {
      font-weight: bold; }
    @media screen and (min-width: 768px) {
      .product__shipping {
        margin-left: 0; }
        .product__shipping dt, .product__shipping dd {
          font-size: 160%; } }

.cart.sold .cart_btn {
  background-color: #bfbfbf;
  border: 0 none;
  color: #404040; }

.cart.sold .product__shipping {
  display: none; }

.book__title span {
  display: block;
  font-size: 70%; }
  @media screen and (min-width: 768px) {
    .book__title span {
      font-size: 57.1428571429%; } }

.book__slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0; }
  .book__slide li {
    list-style: none;
    width: 29.5238095238%;
    margin: 0 5.7142857143% 5.7142857143% 0; }
    .book__slide li:nth-of-type(3n) {
      margin-right: 0; }
  .book__slide a {
    display: block;
    max-width: 200px;
    position: relative; }
    .book__slide a:link, .book__slide a:visited, .book__slide a:hover, .book__slide a:active {
      text-decoration: none; }
  .book__slide img {
    width: 100%;
    vertical-align: top; }
  .book__slide i {
    font-size: 140%;
    color: #1E1C1C;
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    display: block;
    width: 1em;
    height: 1em; }

@media screen and (min-width: 768px) {
  .gift__text {
    display: flex;
    justify-content: space-between; }
    .gift__text .gift__photo {
      width: 31.25%; }
      .gift__text .gift__photo .photo {
        width: auto; } }

.gift__photo .photo {
  width: 50%;
  max-width: 240px; }

.present__text h3 {
  margin-top: 2em; }

.present__text .note {
  font-size: 140%; }

.banner__item {
  margin-bottom: 16px; }
  .banner__item a, .banner__item span {
    display: block; }
    .banner__item a:link, .banner__item a:visited, .banner__item a:hover, .banner__item a:active, .banner__item span:link, .banner__item span:visited, .banner__item span:hover, .banner__item span:active {
      color: #1E1C1C;
      text-decoration: none; }
  .banner__item.off {
    display: none; }
  @media screen and (min-width: 768px) {
    .banner__item {
      margin-bottom: 40px; } }

.profile-buttons {
  margin: 32px auto; }
  @media screen and (min-width: 768px) {
    .profile-buttons {
      margin: 30px 0 90px; } }

.profile-button {
  width: 100%;
  margin: 8px auto; }
  .profile-button a {
    display: block;
    border: 1px solid #1E1C1C;
    padding: 10px;
    position: relative; }
    .profile-button a:link, .profile-button a:visited, .profile-button a:hover, .profile-button a:active {
      color: #1E1C1C;
      text-decoration: none;
      font-family: "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
      font-size: 160%;
      font-weight: bold; }
    .profile-button a i {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 150%; }
  @media screen and (min-width: 768px) {
    .profile-button {
      margin: 0;
      width: auto; }
      .profile-button + .profile-button {
        margin-top: 8px; }
      .profile-button a {
        padding-right: 24px; } }

.profiles.hidden {
  display: none; }

.profile {
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8); }
  .profile__photo img {
    width: 100%; }
  .profile__name {
    font-family: "Shuei Mincho M JIS2004", -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 200%;
    margin-top: 20px;
    color: #1E1C1C; }
    .profile__name small {
      font-size: 70%;
      margin-left: 1em; }
  .profile__detail {
    font-size: 160%;
    line-height: 1.75; }
    .profile__detail p:last-child {
      margin-bottom: 0; }
  .profile#yoro .profile__name {
    color: #ff6633; }
  @media screen and (min-width: 768px) {
    .profile {
      margin: 0 auto 40px;
      display: flex; }
    .profile__photo {
      max-width: 240px;
      margin-right: 40px; }
    .profile__name {
      margin-top: 0;
      font-size: 240%; } }

@media (max-width: 768px) and (orientation: landscape) {
  .title-section {
    height: auto; }
  .copy-section {
    width: auto; }
  .title {
    width: 49.2957746479%;
    margin-top: 2.8169014085%;
    margin-bottom: 5.6338028169%; }
  .author {
    width: 45.0704225352%; }
  .main-image {
    width: 100%;
    padding-top: 70%; }
    .main-image .row {
      width: 100%;
      padding-top: 10%; }
  .copy {
    width: 56.338028169%;
    margin-left: 10%; } }

.share {
  width: 100%;
  padding: 16px 0;
  margin: 100% auto 0px; }
  @media screen and (min-width: 768px) {
    .share {
      margin-top: 0;
      padding: 32px 0; } }
  .share h3 {
    font-weight: bold;
    text-align: center;
    margin-top: 0; }
  .share ul {
    display: flex;
    margin: 0 auto;
    padding: 0;
    max-width: 400px;
    text-align: center;
    justify-content: space-around; }
    @media screen and (min-width: 768px) {
      .share ul {
        justify-content: center; } }
    .share ul li {
      margin: 0;
      list-style: none; }
      @media screen and (min-width: 768px) {
        .share ul li {
          padding: 0 16px; } }
      .share ul li a {
        font-size: 400%;
        display: block;
        text-decoration: none;
        color: #1E1C1C; }
        .share ul li a:after {
          content: none; }

@media screen and (min-width: 768px) {
  .comment .article-comment li a {
    padding-top: 0; } }

.comment .article-comment {
  display: flex;
  justify-content: space-around;
  padding-top: 20px; }
  .comment .article-comment li {
    margin: 0;
    padding: 0; }
    .comment .article-comment li a {
      font-size: 140%;
      display: block;
      padding: 0 0;
      text-align: center;
      text-decoration: none;
      color: #1E1C1C; }
      .comment .article-comment li a i {
        font-size: 150%;
        margin-right: 4px;
        vertical-align: middle; }
      .comment .article-comment li a span {
        font-weight: bold;
        vertical-align: middle; }

.sales-footer {
  margin: 0 auto 0;
  max-width: 1280px;
  border-top: 1px solid #1E1C1C; }
  .sales-footer nav {
    display: flex;
    justify-content: center; }
    .sales-footer nav ul {
      padding: 0; }
      .sales-footer nav ul li {
        list-style: none; }
        .sales-footer nav ul li a {
          display: block;
          font-size: 140%;
          line-height: 1.5em;
          padding: 8px;
          font-weight: bold;
          text-decoration: none;
          color: #1E1C1C;
          display: flex;
          align-items: center; }
          .sales-footer nav ul li a i {
            font-size: 150%; }
  @media screen and (min-width: 768px) {
    .sales-footer nav {
      display: block; }
      .sales-footer nav ul {
        display: flex;
        justify-content: space-around; } }

.footer {
  margin: 0 auto 0;
  max-width: 1280px;
  border-top: 1px solid #1E1C1C; }
  @media screen and (min-width: 768px) {
    .footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 80px; } }
  .footer h3 {
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
    font-size: 120%;
    font-weight: bold;
    padding-top: 10px;
    text-align: center; }
  .footer a {
    font-size: 120%; }
  .footer-container {
    padding-top: 40px;
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)); }
  .footer-follow {
    display: flex;
    margin: 0;
    padding: 0;
    text-align: center;
    justify-content: space-around; }
    @media screen and (min-width: 768px) {
      .footer-follow {
        min-width: 240px; } }
    .footer-follow li {
      font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
      margin: 0;
      list-style-type: none; }
      .footer-follow li a {
        font-size: 320%;
        display: block;
        text-decoration: none;
        color: #1E1C1C; }
        .footer-follow li a:after {
          content: none; }
  .footer-contact {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-around; }
    .footer-contact li {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .footer-contact li a {
        display: block;
        padding: 0 0;
        text-align: center;
        text-decoration: none;
        color: #1E1C1C; }
        .footer-contact li a i {
          font-size: 200%;
          vertical-align: middle; }
        .footer-contact li a span {
          font-weight: bold;
          vertical-align: middle;
          white-space: nowrap; }
    .footer-contact__home img {
      height: 32px; }
  .footer-bottom {
    border-top: 1px solid #1E1C1C; }
    @media screen and (min-width: 768px) {
      .footer-bottom {
        display: flex;
        align-items: center;
        border: 0 none;
        padding: 4% 2%; } }
  .footer .follow {
    padding: 16px 0;
    margin: 0 auto 0; }
    @media screen and (min-width: 768px) {
      .footer .follow {
        margin: 0;
        padding: 4% 2%;
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    .footer .follow h3 {
      font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
      font-size: 120%;
      font-weight: bold;
      margin: 0 auto 10px;
      padding: 0;
      text-align: center;
      white-space: nowrap; }
      @media screen and (min-width: 768px) {
        .footer .follow h3 {
          margin: 0;
          padding-right: 2%; } }
  .footer .contact {
    padding: 16px 0;
    margin: 0 auto 0; }
    @media screen and (min-width: 768px) {
      .footer .contact {
        margin: 0;
        padding: 0 4% 0 0; } }
  .footer .copyright {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Verdana, sans-serif;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap; }
    @media screen and (min-width: 768px) {
      .footer .copyright {
        margin: 0;
        padding: 0; } }

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

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

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

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

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

.openbox__close-button, .openbox__close-icon {
  color: #000000;
  border: 1px solid #000000;
  outline: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.5s; }
  .ua-desktop .openbox__close-button:hover, .ua-desktop .openbox__close-icon:hover {
    transform: scale(1.1);
    opacity: 0.5; }

.openbox__close-button {
  float: right;
  margin-top: 0.8em;
  padding: 0.5em 1.4em;
  font-size: 160%;
  font-weight: bold; }

.openbox__close-icon {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
  padding: 0.2em;
  font-size: 240%; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pswp img {
  max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../images/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../images/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }
