@charset "UTF-8";
/* リセット */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

table {
  border-collapse: collapse;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

button {
  border: none;
  background-color: inherit;
  cursor: pointer;
  font-size: inherit;
  color: inherit;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* サイト基本設定 */
html {
  background-color: #fff;
}

body {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #333;
}

#container {
  background-color: #fff;
  height: 100vh !important;
}

th, td {
  border: 1px solid #999;
  padding: 0.15em 0.25em;
}

/* フォーム */
input {
  padding: 0.25em;
  border: 1px solid #999;
  border-radius: 3px;
}

/* google fonts */
.material-symbols-outlined {
  font-size: 1.2em !important;
  position: relative;
  top: 0.2em;
  line-height: 1;
  font-variation-settings: "wght" 300, "FILL" 0, "GRAD" 0, "opsz" 24;
}

.w300 {
  font-variation-settings: "wght" 300;
}

.w400 {
  font-variation-settings: "wght" 400;
}

.w600 {
  font-variation-settings: "wght" 600;
}

.fill {
  font-variation-settings: "FILL" 1;
}

/* ヘッダ */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  border-top: 8px solid #a00;
  border-bottom: 1px solid #999;
  background-color: #fff;
  z-index: 1000;
  background: url("../img/fg_image.png") no-repeat right 0px center, #fff;
  background-size: 230px 52px;
}
header .top_title_area {
  display: flex;
  align-items: end;
}
header .top_title {
  padding-left: 15px;
  padding-right: 0;
  font-size: clamp(1.75rem, 1.55rem + 0.9vw, 2.25rem);
  font-family: "Google Sans Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-variation-settings: "slnt" -10, "wdth" 100, "GRAD" 0, "ROND" 0;
}
header .top_subtitle {
  font-weight: 500;
  padding-bottom: 4px;
  font-size: clamp(0.75rem, 0.65rem + 0.45vw, 1rem);
  color: #555;
}

/* メイン */
h2 {
  font-weight: 500;
}

.main {
  margin-top: 70px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1024px) {
  .main {
    flex-direction: column;
  }
  .main > * {
    width: 100%;
  }
}
.main .main_area {
  flex: 0 0 75%;
  padding: 10px;
  display: flex;
  flex-direction: column;
}
.main .main_area .contents_box {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #f3f3ea;
  border-radius: 8px;
}
.main .main_area .search_area .search_box {
  display: flex;
  align-items: end;
  gap: 5px;
  margin-bottom: 10px;
}
.main .main_area .search_area .input {
  margin-top: 10px;
  width: 100%;
  font-size: 1.2rem;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.main .main_area .search_area .search_btn {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 0 0.5rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  white-space: nowrap;
  height: 2rem;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #efefef);
}
.main .main_area .search_area .search_btn:hover {
  background: linear-gradient(to bottom, #fff, #b9b9b9);
}
.main .main_area .search_area .search_btn {
  width: 100px;
  height: 34px;
}
.main .main_area .search_area #no_result {
  display: none;
}
.main .main_area .search_area .no_result_word {
  color: #a00;
  margin-right: 4px;
}
.main .main_area .order-area {
  text-align: right;
  margin-right: 10px;
}
.main .main_area .gallery_area {
  display: none;
}
.main .main_area #gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.main .main_area .gallery_result_message {
  font-weight: 500;
  margin-bottom: 10px;
  position: relative;
}
.main .main_area .gallery_result_message .search_word {
  margin-right: 6px;
  font-size: 1.2rem;
  color: #a00;
}
.main .main_area .gallery_result_message .album_date {
  font-size: 1rem;
  color: #333;
}
.main .main_area .gallery_result_message .album_id {
  display: block;
  float: right;
  margin-left: 10px;
  color: #f3f3ea;
  position: relative;
  top: 8px;
}
.main .main_area .more-area {
  padding: 0;
  text-align: left;
}
.main .main_area .more-area .more_search_btn {
  margin: 20px 0;
  font-size: 0.8rem;
  border: 1px solid #b9b9b9;
  border-radius: 30px;
  background-color: #fff;
  padding: 10px 20px;
  z-index: 500;
}
.main #seasons_album_area {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.main #seasons_album_area .season_block {
  animation: fadeIn 1s forwards;
  width: calc(50% - 5px);
  height: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  background-color: #fff;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.main #seasons_album_area .season_block:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #fff, #efefef);
}
@media (max-width: 728px) {
  .main #seasons_album_area .season_block {
    width: 100%;
  }
}
.main #seasons_album_area .season_block summary {
  width: 100%;
  list-style: none;
}
.main #seasons_album_area .season_block summary .season_contents {
  display: flex;
  justify-self: start;
}
.main #seasons_album_area .season_block summary .season_photo {
  flex: 0 0 85px;
  width: 85px;
  height: 85px;
  border-radius: 4px;
  overflow: hidden;
}
.main #seasons_album_area .season_block summary .season_photo img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  object-position: 50% 25%;
}
.main #seasons_album_area .season_block summary .season_notes {
  width: 100%;
  padding-left: 8px;
}
.main #seasons_album_area .season_block summary .season_notes .season_name {
  font-size: 1.2rem;
  color: #a00;
  font-weight: 600;
}
.main #seasons_album_area .season_block summary .season_notes .season_name:after {
  margin-left: 0.25em;
  content: "シーズン";
  font-size: 0.8em;
}
.main #seasons_album_area .season_block summary .season_notes .season_memo {
  font-size: 1rem;
  font-weight: 400;
}
.main #seasons_album_area .season_block .album_list {
  margin-top: 8px;
  display: inline-block;
  width: 100% !important;
  min-width: 100% !important;
}
.main #seasons_album_area .season_block .album_list .album_btn {
  width: 100%;
  padding: 1px 2px;
  text-align: left;
  font-size: 1rem;
  border-top: 1px dotted #999;
  z-index: 10000;
}
.main #seasons_album_area .season_block .album_list .album_btn:hover {
  cursor: pointer;
  background-color: #fff;
  color: #a00;
}
.main #seasons_album_area .season_block .album_list .album_btn .album_list_title {
  color: #a00;
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
}
.main #seasons_album_area .season_block .album_list .album_btn .album_list_title:before {
  font-family: "Material Symbols Outlined";
  content: "\e1c4";
  color: #a00;
  opacity: 0.3;
  position: relative;
  top: 1px;
  margin-right: 4px;
}
.main #seasons_album_area .season_block .album_list .album_btn .album_list_info {
  color: #555;
  font-size: 0.85rem;
  font-weight: 400;
  padding-left: 20px;
}
.main .gallery_item {
  animation: fadeIn 1s forwards;
  width: calc(50% - 5px);
  height: 100%;
  border: 1px solid #b9b9b9;
  border-radius: 6px;
  background-color: #fff;
  padding: 5px;
  display: flex;
}
.main .gallery_item:hover {
  cursor: pointer;
  background: linear-gradient(to bottom, #fff, #efefef);
}
@media (max-width: 728px) {
  .main .gallery_item {
    width: 100%;
  }
}
.main .gallery_item .gallery_photo {
  flex: 0 0 85px;
  width: 85px;
  height: 85px;
  border-radius: 4px;
  overflow: hidden;
}
.main .gallery_item .gallery_photo img {
  width: 85px;
  height: 85px;
  object-fit: cover;
  object-position: 50% 25%;
}
.main .gallery_item .gallery_notes {
  width: 100%;
}
.main .gallery_item .gallery_notes * {
  font-size: 0.85rem;
}
.main .gallery_item .gallery_notes .gallery_date {
  padding-left: 8px;
  font-weight: 500;
}
.main .gallery_item .gallery_notes .gallery_info {
  padding-left: 8px;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: 1px dotted #a00;
}
.main .gallery_item .gallery_notes .gallery_caps {
  padding-left: 8px;
}
.main .gallery_item .gallery_notes .gallery_by {
  padding-left: 8px;
  color: #1182d8;
}
.main .gallery_item .gallery_notes .gallery_by .gallery_id {
  float: right;
  color: #bb5;
}

.note_area {
  width: 100%;
  background-color: #fff;
  position: relative;
  margin-bottom: 40px;
}
.note_area .notes {
  position: sticky;
  width: 95%;
  top: 80px;
  height: auto;
}
.note_area .notes .note_title {
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #a00;
  padding-bottom: 4px;
  margin-bottom: 6px;
}
@media (max-width: 1024px) {
  .note_area .notes {
    position: relative;
    top: 0;
    margin-top: 0;
    padding: 0 15px;
  }
}
.note_area .notes textarea {
  width: 100%;
  height: 90px;
  margin: 6px 0;
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #999;
}
.note_area .notes .submit-button {
  float: right;
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 0 0.5rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  white-space: nowrap;
  height: 2rem;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #efefef);
}
.note_area .notes .submit-button:hover {
  background: linear-gradient(to bottom, #fff, #b9b9b9);
}
.note_area .notes .submit-button {
  padding-inline: 20px;
}

#sortorder-area {
  display: none;
  position: relative;
  z-index: 500;
}
#sortorder-area .sortorder-select {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: end;
}
#sortorder-area .sortorder-select label {
  padding: 0 10px;
  cursor: pointer;
  color: #777;
  font-size: clamp(0.7rem, 0.5rem + 0.5vw, 0.8rem);
  font-weight: inherit;
}
#sortorder-area .sortorder-select label:first-child {
  border-right: 1px solid #333;
}
#sortorder-area .sortorder-select label:has(input:checked) {
  font-weight: 500 !important;
  color: #a00;
}
#sortorder-area .sortorder-select input {
  display: none;
  margin: 0;
}

.download-icon {
  position: relative;
  top: 6px;
  padding: 2px 4px;
  text-align: center;
  font-style: normal;
  background-color: rgb(85, 5, 5);
  border-radius: 20px;
  font-size: 0.9rem;
}

#to_top {
  position: fixed;
  bottom: 15px;
  left: calc(50% + 600px - 70px - 20px);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: red;
  color: #fff;
  font-weight: 700;
  padding-top: 5px;
  line-height: 0.6;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
  cursor: pointer;
}
#to_top.is-show {
  opacity: 0.4;
  visibility: visible;
}
@media (max-width: 1200px) {
  #to_top {
    left: auto;
    right: 20px;
  }
}

/* ワードリスト */
.ui-menu {
  background-color: #fff;
  width: 75% !important;
  max-width: 250px !important;
  height: auto !important;
  max-height: 350px !important;
  overflow-y: auto;
  padding: 4px;
  border: 1px solid #b9b9b9;
}
.ui-menu .ui-menu-item {
  width: 100%;
  border-bottom: 1px dotted #b9b9b9;
  font-size: 1.2rem !important;
  color: #555;
  cursor: pointer;
}

.ui-helper-hidden-accessible * {
  display: none !important;
}

/* フッタ */
footer {
  display: none;
  margin: 0 auto;
  position: sticky;
  bottom: 0px;
  height: 70px;
  background-color: #fff;
  width: calc(100% - 20px);
  max-width: 1200px;
  border-top: 2px solid #fff;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
footer .hint_area {
  background-color: #bba;
  border-radius: 8px;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .hint_area .hint {
  border: 1px solid #b9b9b9;
  border-radius: 4px;
  padding: 0 0.5rem;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 500;
  white-space: nowrap;
  height: 2rem;
  background-color: #fff;
  background: linear-gradient(to bottom, #fff, #efefef);
}
footer .hint_area .hint:hover {
  background: linear-gradient(to bottom, #fff, #b9b9b9);
}
footer .hint_area .hint {
  width: 120px;
  height: 40px;
  border-radius: 20px;
  margin-right: 10px;
  font-weight: 450;
  font-size: 0.9rem;
}
footer .hint_area .other_album {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-size: 0.9rem;
  font-weight: 450;
  color: #fff;
  cursor: pointer;
  margin: 0 0.25rem;
}
footer .hint_area .other_album:hover {
  color: #a00;
}/*# sourceMappingURL=style.css.map */