@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  background-repeat: no-repeat;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.6;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

p {
  line-height: 1.6;
  /* 1 */
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

.done::before { content:'✔'; margin-right:2px; color: #a9a9a9;}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.disable-hover {
  pointer-events: none;
}

html, body {
  color: #282828;
  background-color: #f2f2f2;
  font: 400 1rem "Noto Sans JP", sans-serif;
  color: #282828;
  overflow: auto;
  height: 100%;
}

.l-block {
  display: block;
}

.l-flex {
  display: flex;
}

.l-justifyLeft {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.l-justifyRight {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.l-justifyCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-justifyBetween {
  display: flex;
  justify-content: space-between;
}

.l-directionColumn {
  display: flex;
  flex-flow: column wrap;
}

.l-inlineColumn {
  display: inline-flex;
  flex-flow: column wrap;
}

.l-alignTop {
  display: flex;
  align-items: flex-start;
}

.l-alignCenter {
  display: flex;
  align-content: center;
}

.l-alignBetween {
  display: flex;
  align-content: space-between;
}

.l-alignBottom {
  display: flex;
  align-items: flex-end;
}

.u-m8 {
  margin: 8px;
}

.u-m16 {
  margin: 16px;
}

.u-m24 {
  margin: 24px;
}

.u-m32 {
  margin: 32px;
}

.u-m40 {
  margin: 40px;
}

.u-m80 {
  margin: 80px;
}

.u-m160 {
  margin: 160px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt160 {
  margin-top: 160px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb160 {
  margin-bottom: 160px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml160 {
  margin-left: 160px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr160 {
  margin-right: 160px;
}

.u-mtb8 {
  margin: 8px 0;
}

.u-mtb16 {
  margin: 16px 0;
}

.u-mtb24 {
  margin: 24px 0;
}

.u-mtb32 {
  margin: 32px 0;
}

.u-mtb40 {
  margin: 40px 0;
}

.u-mtb80 {
  margin: 80px 0;
}

.u-mtb160 {
  margin: 160px 0;
}

.u-mlr8 {
  margin: 0 8px;
}

.u-mlr16 {
  margin: 0 16px;
}

.u-mlr24 {
  margin: 0 24px;
}

.u-mlr32 {
  margin: 0 32px;
}

.u-mlr40 {
  margin: 0 40px;
}

.u-mlr80 {
  margin: 0 80px;
}

.u-mlr160 {
  margin: 0 160px;
}

.u-p8 {
  padding: 8px;
}

.u-p16 {
  padding: 16px;
}

.u-p24 {
  padding: 24px;
}

.u-p32 {
  padding: 32px;
}

.u-p40 {
  padding: 40px;
}

.u-p80 {
  padding: 80px;
}

.u-p160 {
  padding: 160px;
}

.u-pt8 {
  padding-top: 8px;
}

.u-pt16 {
  padding-top: 16px;
}

.u-pt24 {
  padding-top: 24px;
}

.u-pt32 {
  padding-top: 32px;
}

.u-pt40 {
  padding-top: 40px;
}

.u-pt80 {
  padding-top: 80px;
}

.u-pt160 {
  padding-top: 160px;
}

.u-pb8 {
  padding-bottom: 8px;
}

.u-pb16 {
  padding-bottom: 16px;
}

.u-pb24 {
  padding-bottom: 24px;
}

.u-pb32 {
  padding-bottom: 32px;
}

.u-pb40 {
  padding-bottom: 40px;
}

.u-pb80 {
  padding-bottom: 80px;
}

.u-pb160 {
  padding-bottom: 160px;
}

.u-pl8 {
  padding-left: 8px;
}

.u-pl16 {
  padding-left: 16px;
}

.u-pl24 {
  padding-left: 24px;
}

.u-pl32 {
  padding-left: 32px;
}

.u-pl40 {
  padding-left: 40px;
}

.u-pl80 {
  padding-left: 80px;
}

.u-pl160 {
  padding-left: 160px;
}

.u-pr8 {
  padding-right: 8px;
}

.u-pr16 {
  padding-right: 16px;
}

.u-pr24 {
  padding-right: 24px;
}

.u-pr32 {
  padding-right: 32px;
}

.u-pr40 {
  padding-right: 40px;
}

.u-pr80 {
  padding-right: 80px;
}

.u-pr160 {
  padding-right: 160px;
}

.u-ptb8 {
  padding: 8px 0;
}

.u-ptb16 {
  padding: 16px 0;
}

.u-ptb24 {
  padding: 24px 0;
}

.u-ptb32 {
  padding: 32px 0;
}

.u-ptb40 {
  padding: 40px 0;
}

.u-ptb80 {
  padding: 80px 0;
}

.u-ptb160 {
  padding: 160px 0;
}

.u-plr8 {
  padding: 0 8px;
}

.u-plr16 {
  padding: 0 16px;
}

.u-plr24 {
  padding: 0 24px;
}

.u-plr32 {
  padding: 0 32px;
}

.u-plr40 {
  padding: 0 40px;
}

.u-plr80 {
  padding: 0 80px;
}

.u-plr160 {
  padding: 0 160px;
}

/**
 * ViewportScale v0.2.2
 * Copyright (c) 2018 Kite
 * MIT License
 */
* {
  box-sizing: border-box;
}

h1, h2, h3, p, ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: top;
  object-fit: contain;
}

body {
  margin: 0;
  padding: 0;
  font: normal 1rem sans-serif;
  background-color: #f2f2f2;
}

a {
  color: #294965;
  text-decoration: none;
  border-bottom: dashed 1px;
}
a:hover {
  color: #6cb9e6;
}

a.webclap {
  padding: 2px 8px;
  color: #282828;
  border: solid 1px #294965;
  border-radius: 1em;
}
a.webclap:hover {
  opacity: 0.8;
}

header, footer {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 40px #e3e9ef;
}

.breadcrumb {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.875rem;
}
.breadcrumb_list {
  display: flex;
  list-style-type: none;
}
.breadcrumb li ~ li::before {
  content: ">";
  margin-right: 4px;
  margin-left: 4px;
  color: rgba(93, 86, 93, 0.5);
}
.breadcrumb_linkCurrent {
  color: #294965;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 0.75rem;
  }
}
.imgList {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
.imgList img {
  max-height: 400px;
  height: auto;
}
.imgList_item {
  display: flex;
  flex-wrap: wrap;
}
.imgList_item li {
  display: flex;
  flex-direction: column;
  max-width: min-content;
  margin: 0 24px 80px 0;
}
.imgList_item img {
  border: 1px solid #f2f2f2;
}
.imgList_info {
  padding: 8px 16px;
  font-size: 12px;
  border-bottom: 2px solid #e3e9ef;
  background-color: rgba(255, 255, 255, 0.5);
  color: #5d565d;
}
.imgList_date {
  font-weight: bold;
}
.imgList_genre {
  margin-left: 8px;
  padding: 0 8px;
  border-radius: 1em;
  background-color: #e3e9ef;
}
.imgList_comment {
  margin-left: 8px;
  font: normal 14px sans-serif;
}

@media screen and (max-width: 768px) {
  .imgList {
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }
  .imgList_item > *:last-child {
    margin-bottom: 0;
  }
  .imgList li {
    width: 100%;
    max-width: inherit;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .imgList img {
    width: 100%;
    max-height: inherit;
    height: auto;
    object-fit: contain;
  }
  .imgList_info {
    display: inline-block;
    width: 100%;
  }
}
p.copyright {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  font-size: 12px;
  color: #5d565d;
}

@media screen and (max-width: 768px) {
  p.copyright {
    width: 100%;
  }
}
.zoom-img, .zoom-img-wrap {
  position: relative;
  z-index: 666;
  transition: all 0.3s;
}

.zoom-overlay-open .zoom-overlay {
  opacity: 0.95;
}

.zoom-overlay {
  z-index: 420;
  background-color: #d3d3d3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition-duration: 2s;
}