@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap&subset=japanese");
/* Reset Style */
body {
  line-height: 1;
  color: #000;
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

input[type=submit] {
  -webkit-appearance: none; }

li {
  list-style-type: none; }

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* 汎用クラス */
[class^="mark"] {
  padding-left: 15px;
  background: no-repeat left .5em; }

.mark1 {
  background-image: url(../img/share/mark_1.gif); }

.mark2 {
  background-image: url(../img/share/mark_2.gif); }

.mark3 {
  background-image: url(../img/share/mark_3.gif); }

.mark4 {
  background-image: url(../img/share/mark_4.gif); }

.mark5 {
  background-image: url(../img/share/mark_5.gif); }

.opacity {
  opacity: 0.55;
  -moz-opacity: 0.55;
  filter: alpha(opacity=55);
  -ms-filter: "alpha(opacity=55)"; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle; }

.fr,
.imgR {
  float: right;
  margin-left: 10px; }

.fl,
.imgL {
  float: left;
  margin-right: 10px; }

.fn {
  float: none !important; }

.cl {
  clear: both !important; }

.imgC,
.tac,
.btn {
  text-align: center !important; }

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.tar {
  text-align: right !important; }

.tal {
  text-align: left !important; }

.boxC {
  margin-left: auto;
  margin-right: auto; }

.box_size, * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.ts_none {
  -webkit-text-shadow: none !important;
  -moz-text-shadow: none !important;
  -ms-text-shadow: none !important;
  -o-text-shadow: none !important;
  text-shadow: none !important; }

.bs_none {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important; }

.hover_trans {
  -webkit-transition: all  0.2s ease-in-out !important;
  -moz-transition: all  0.2s ease-in-out !important;
  -ms-transition: all  0.2s ease-in-out !important;
  -o-transition: all  0.2s ease-in-out !important;
  transition: all  0.2s ease-in-out !important; }

.mt0 {
  margin-top: 0px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.mr0 {
  margin-right: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

.mt105 {
  margin-top: 105px !important; }

.mb105 {
  margin-bottom: 105px !important; }

.ml105 {
  margin-left: 105px !important; }

.mr105 {
  margin-right: 105px !important; }

.pt105 {
  padding-top: 105px !important; }

.pb105 {
  padding-bottom: 105px !important; }

.pl105 {
  padding-left: 105px !important; }

.pr105 {
  padding-right: 105px !important; }

.mt110 {
  margin-top: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.pt110 {
  padding-top: 110px !important; }

.pb110 {
  padding-bottom: 110px !important; }

.pl110 {
  padding-left: 110px !important; }

.pr110 {
  padding-right: 110px !important; }

.mt115 {
  margin-top: 115px !important; }

.mb115 {
  margin-bottom: 115px !important; }

.ml115 {
  margin-left: 115px !important; }

.mr115 {
  margin-right: 115px !important; }

.pt115 {
  padding-top: 115px !important; }

.pb115 {
  padding-bottom: 115px !important; }

.pl115 {
  padding-left: 115px !important; }

.pr115 {
  padding-right: 115px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.pt120 {
  padding-top: 120px !important; }

.pb120 {
  padding-bottom: 120px !important; }

.pl120 {
  padding-left: 120px !important; }

.pr120 {
  padding-right: 120px !important; }

.mt125 {
  margin-top: 125px !important; }

.mb125 {
  margin-bottom: 125px !important; }

.ml125 {
  margin-left: 125px !important; }

.mr125 {
  margin-right: 125px !important; }

.pt125 {
  padding-top: 125px !important; }

.pb125 {
  padding-bottom: 125px !important; }

.pl125 {
  padding-left: 125px !important; }

.pr125 {
  padding-right: 125px !important; }

.mt130 {
  margin-top: 130px !important; }

.mb130 {
  margin-bottom: 130px !important; }

.ml130 {
  margin-left: 130px !important; }

.mr130 {
  margin-right: 130px !important; }

.pt130 {
  padding-top: 130px !important; }

.pb130 {
  padding-bottom: 130px !important; }

.pl130 {
  padding-left: 130px !important; }

.pr130 {
  padding-right: 130px !important; }

.mt135 {
  margin-top: 135px !important; }

.mb135 {
  margin-bottom: 135px !important; }

.ml135 {
  margin-left: 135px !important; }

.mr135 {
  margin-right: 135px !important; }

.pt135 {
  padding-top: 135px !important; }

.pb135 {
  padding-bottom: 135px !important; }

.pl135 {
  padding-left: 135px !important; }

.pr135 {
  padding-right: 135px !important; }

.mt140 {
  margin-top: 140px !important; }

.mb140 {
  margin-bottom: 140px !important; }

.ml140 {
  margin-left: 140px !important; }

.mr140 {
  margin-right: 140px !important; }

.pt140 {
  padding-top: 140px !important; }

.pb140 {
  padding-bottom: 140px !important; }

.pl140 {
  padding-left: 140px !important; }

.pr140 {
  padding-right: 140px !important; }

.mt145 {
  margin-top: 145px !important; }

.mb145 {
  margin-bottom: 145px !important; }

.ml145 {
  margin-left: 145px !important; }

.mr145 {
  margin-right: 145px !important; }

.pt145 {
  padding-top: 145px !important; }

.pb145 {
  padding-bottom: 145px !important; }

.pl145 {
  padding-left: 145px !important; }

.pr145 {
  padding-right: 145px !important; }

.mt150 {
  margin-top: 150px !important; }

.mb150 {
  margin-bottom: 150px !important; }

.ml150 {
  margin-left: 150px !important; }

.mr150 {
  margin-right: 150px !important; }

.pt150 {
  padding-top: 150px !important; }

.pb150 {
  padding-bottom: 150px !important; }

.pl150 {
  padding-left: 150px !important; }

.pr150 {
  padding-right: 150px !important; }

.mt155 {
  margin-top: 155px !important; }

.mb155 {
  margin-bottom: 155px !important; }

.ml155 {
  margin-left: 155px !important; }

.mr155 {
  margin-right: 155px !important; }

.pt155 {
  padding-top: 155px !important; }

.pb155 {
  padding-bottom: 155px !important; }

.pl155 {
  padding-left: 155px !important; }

.pr155 {
  padding-right: 155px !important; }

.mt160 {
  margin-top: 160px !important; }

.mb160 {
  margin-bottom: 160px !important; }

.ml160 {
  margin-left: 160px !important; }

.mr160 {
  margin-right: 160px !important; }

.pt160 {
  padding-top: 160px !important; }

.pb160 {
  padding-bottom: 160px !important; }

.pl160 {
  padding-left: 160px !important; }

.pr160 {
  padding-right: 160px !important; }

.mt165 {
  margin-top: 165px !important; }

.mb165 {
  margin-bottom: 165px !important; }

.ml165 {
  margin-left: 165px !important; }

.mr165 {
  margin-right: 165px !important; }

.pt165 {
  padding-top: 165px !important; }

.pb165 {
  padding-bottom: 165px !important; }

.pl165 {
  padding-left: 165px !important; }

.pr165 {
  padding-right: 165px !important; }

.mt170 {
  margin-top: 170px !important; }

.mb170 {
  margin-bottom: 170px !important; }

.ml170 {
  margin-left: 170px !important; }

.mr170 {
  margin-right: 170px !important; }

.pt170 {
  padding-top: 170px !important; }

.pb170 {
  padding-bottom: 170px !important; }

.pl170 {
  padding-left: 170px !important; }

.pr170 {
  padding-right: 170px !important; }

.mt175 {
  margin-top: 175px !important; }

.mb175 {
  margin-bottom: 175px !important; }

.ml175 {
  margin-left: 175px !important; }

.mr175 {
  margin-right: 175px !important; }

.pt175 {
  padding-top: 175px !important; }

.pb175 {
  padding-bottom: 175px !important; }

.pl175 {
  padding-left: 175px !important; }

.pr175 {
  padding-right: 175px !important; }

.mt180 {
  margin-top: 180px !important; }

.mb180 {
  margin-bottom: 180px !important; }

.ml180 {
  margin-left: 180px !important; }

.mr180 {
  margin-right: 180px !important; }

.pt180 {
  padding-top: 180px !important; }

.pb180 {
  padding-bottom: 180px !important; }

.pl180 {
  padding-left: 180px !important; }

.pr180 {
  padding-right: 180px !important; }

.mt185 {
  margin-top: 185px !important; }

.mb185 {
  margin-bottom: 185px !important; }

.ml185 {
  margin-left: 185px !important; }

.mr185 {
  margin-right: 185px !important; }

.pt185 {
  padding-top: 185px !important; }

.pb185 {
  padding-bottom: 185px !important; }

.pl185 {
  padding-left: 185px !important; }

.pr185 {
  padding-right: 185px !important; }

.mt190 {
  margin-top: 190px !important; }

.mb190 {
  margin-bottom: 190px !important; }

.ml190 {
  margin-left: 190px !important; }

.mr190 {
  margin-right: 190px !important; }

.pt190 {
  padding-top: 190px !important; }

.pb190 {
  padding-bottom: 190px !important; }

.pl190 {
  padding-left: 190px !important; }

.pr190 {
  padding-right: 190px !important; }

.mt195 {
  margin-top: 195px !important; }

.mb195 {
  margin-bottom: 195px !important; }

.ml195 {
  margin-left: 195px !important; }

.mr195 {
  margin-right: 195px !important; }

.pt195 {
  padding-top: 195px !important; }

.pb195 {
  padding-bottom: 195px !important; }

.pl195 {
  padding-left: 195px !important; }

.pr195 {
  padding-right: 195px !important; }

.mt200 {
  margin-top: 200px !important; }

.mb200 {
  margin-bottom: 200px !important; }

.ml200 {
  margin-left: 200px !important; }

.mr200 {
  margin-right: 200px !important; }

.pt200 {
  padding-top: 200px !important; }

.pb200 {
  padding-bottom: 200px !important; }

.pl200 {
  padding-left: 200px !important; }

.pr200 {
  padding-right: 200px !important; }

.w10 {
  width: 10px !important; }

.maw10 {
  max-width: 10px !important; }

.miw10 {
  min-width: 10px !important; }

.h10 {
  height: 10px !important; }

.w20 {
  width: 20px !important; }

.maw20 {
  max-width: 20px !important; }

.miw20 {
  min-width: 20px !important; }

.h20 {
  height: 20px !important; }

.w30 {
  width: 30px !important; }

.maw30 {
  max-width: 30px !important; }

.miw30 {
  min-width: 30px !important; }

.h30 {
  height: 30px !important; }

.w40 {
  width: 40px !important; }

.maw40 {
  max-width: 40px !important; }

.miw40 {
  min-width: 40px !important; }

.h40 {
  height: 40px !important; }

.w50 {
  width: 50px !important; }

.maw50 {
  max-width: 50px !important; }

.miw50 {
  min-width: 50px !important; }

.h50 {
  height: 50px !important; }

.w60 {
  width: 60px !important; }

.maw60 {
  max-width: 60px !important; }

.miw60 {
  min-width: 60px !important; }

.h60 {
  height: 60px !important; }

.w70 {
  width: 70px !important; }

.maw70 {
  max-width: 70px !important; }

.miw70 {
  min-width: 70px !important; }

.h70 {
  height: 70px !important; }

.w80 {
  width: 80px !important; }

.maw80 {
  max-width: 80px !important; }

.miw80 {
  min-width: 80px !important; }

.h80 {
  height: 80px !important; }

.w90 {
  width: 90px !important; }

.maw90 {
  max-width: 90px !important; }

.miw90 {
  min-width: 90px !important; }

.h90 {
  height: 90px !important; }

.w100 {
  width: 100px !important; }

.maw100 {
  max-width: 100px !important; }

.miw100 {
  min-width: 100px !important; }

.h100 {
  height: 100px !important; }

.w110 {
  width: 110px !important; }

.maw110 {
  max-width: 110px !important; }

.miw110 {
  min-width: 110px !important; }

.h110 {
  height: 110px !important; }

.w120 {
  width: 120px !important; }

.maw120 {
  max-width: 120px !important; }

.miw120 {
  min-width: 120px !important; }

.h120 {
  height: 120px !important; }

.w130 {
  width: 130px !important; }

.maw130 {
  max-width: 130px !important; }

.miw130 {
  min-width: 130px !important; }

.h130 {
  height: 130px !important; }

.w140 {
  width: 140px !important; }

.maw140 {
  max-width: 140px !important; }

.miw140 {
  min-width: 140px !important; }

.h140 {
  height: 140px !important; }

.w150 {
  width: 150px !important; }

.maw150 {
  max-width: 150px !important; }

.miw150 {
  min-width: 150px !important; }

.h150 {
  height: 150px !important; }

.w160 {
  width: 160px !important; }

.maw160 {
  max-width: 160px !important; }

.miw160 {
  min-width: 160px !important; }

.h160 {
  height: 160px !important; }

.w170 {
  width: 170px !important; }

.maw170 {
  max-width: 170px !important; }

.miw170 {
  min-width: 170px !important; }

.h170 {
  height: 170px !important; }

.w180 {
  width: 180px !important; }

.maw180 {
  max-width: 180px !important; }

.miw180 {
  min-width: 180px !important; }

.h180 {
  height: 180px !important; }

.w190 {
  width: 190px !important; }

.maw190 {
  max-width: 190px !important; }

.miw190 {
  min-width: 190px !important; }

.h190 {
  height: 190px !important; }

.w200 {
  width: 200px !important; }

.maw200 {
  max-width: 200px !important; }

.miw200 {
  min-width: 200px !important; }

.h200 {
  height: 200px !important; }

.w210 {
  width: 210px !important; }

.maw210 {
  max-width: 210px !important; }

.miw210 {
  min-width: 210px !important; }

.h210 {
  height: 210px !important; }

.w220 {
  width: 220px !important; }

.maw220 {
  max-width: 220px !important; }

.miw220 {
  min-width: 220px !important; }

.h220 {
  height: 220px !important; }

.w230 {
  width: 230px !important; }

.maw230 {
  max-width: 230px !important; }

.miw230 {
  min-width: 230px !important; }

.h230 {
  height: 230px !important; }

.w240 {
  width: 240px !important; }

.maw240 {
  max-width: 240px !important; }

.miw240 {
  min-width: 240px !important; }

.h240 {
  height: 240px !important; }

.w250 {
  width: 250px !important; }

.maw250 {
  max-width: 250px !important; }

.miw250 {
  min-width: 250px !important; }

.h250 {
  height: 250px !important; }

.w260 {
  width: 260px !important; }

.maw260 {
  max-width: 260px !important; }

.miw260 {
  min-width: 260px !important; }

.h260 {
  height: 260px !important; }

.w270 {
  width: 270px !important; }

.maw270 {
  max-width: 270px !important; }

.miw270 {
  min-width: 270px !important; }

.h270 {
  height: 270px !important; }

.w280 {
  width: 280px !important; }

.maw280 {
  max-width: 280px !important; }

.miw280 {
  min-width: 280px !important; }

.h280 {
  height: 280px !important; }

.w290 {
  width: 290px !important; }

.maw290 {
  max-width: 290px !important; }

.miw290 {
  min-width: 290px !important; }

.h290 {
  height: 290px !important; }

.w300 {
  width: 300px !important; }

.maw300 {
  max-width: 300px !important; }

.miw300 {
  min-width: 300px !important; }

.h300 {
  height: 300px !important; }

.w310 {
  width: 310px !important; }

.maw310 {
  max-width: 310px !important; }

.miw310 {
  min-width: 310px !important; }

.h310 {
  height: 310px !important; }

.w320 {
  width: 320px !important; }

.maw320 {
  max-width: 320px !important; }

.miw320 {
  min-width: 320px !important; }

.h320 {
  height: 320px !important; }

.w330 {
  width: 330px !important; }

.maw330 {
  max-width: 330px !important; }

.miw330 {
  min-width: 330px !important; }

.h330 {
  height: 330px !important; }

.w340 {
  width: 340px !important; }

.maw340 {
  max-width: 340px !important; }

.miw340 {
  min-width: 340px !important; }

.h340 {
  height: 340px !important; }

.w350 {
  width: 350px !important; }

.maw350 {
  max-width: 350px !important; }

.miw350 {
  min-width: 350px !important; }

.h350 {
  height: 350px !important; }

.w360 {
  width: 360px !important; }

.maw360 {
  max-width: 360px !important; }

.miw360 {
  min-width: 360px !important; }

.h360 {
  height: 360px !important; }

.w370 {
  width: 370px !important; }

.maw370 {
  max-width: 370px !important; }

.miw370 {
  min-width: 370px !important; }

.h370 {
  height: 370px !important; }

.w380 {
  width: 380px !important; }

.maw380 {
  max-width: 380px !important; }

.miw380 {
  min-width: 380px !important; }

.h380 {
  height: 380px !important; }

.w390 {
  width: 390px !important; }

.maw390 {
  max-width: 390px !important; }

.miw390 {
  min-width: 390px !important; }

.h390 {
  height: 390px !important; }

.w400 {
  width: 400px !important; }

.maw400 {
  max-width: 400px !important; }

.miw400 {
  min-width: 400px !important; }

.h400 {
  height: 400px !important; }

.w410 {
  width: 410px !important; }

.maw410 {
  max-width: 410px !important; }

.miw410 {
  min-width: 410px !important; }

.h410 {
  height: 410px !important; }

.w420 {
  width: 420px !important; }

.maw420 {
  max-width: 420px !important; }

.miw420 {
  min-width: 420px !important; }

.h420 {
  height: 420px !important; }

.w430 {
  width: 430px !important; }

.maw430 {
  max-width: 430px !important; }

.miw430 {
  min-width: 430px !important; }

.h430 {
  height: 430px !important; }

.w440 {
  width: 440px !important; }

.maw440 {
  max-width: 440px !important; }

.miw440 {
  min-width: 440px !important; }

.h440 {
  height: 440px !important; }

.w450 {
  width: 450px !important; }

.maw450 {
  max-width: 450px !important; }

.miw450 {
  min-width: 450px !important; }

.h450 {
  height: 450px !important; }

.w460 {
  width: 460px !important; }

.maw460 {
  max-width: 460px !important; }

.miw460 {
  min-width: 460px !important; }

.h460 {
  height: 460px !important; }

.w470 {
  width: 470px !important; }

.maw470 {
  max-width: 470px !important; }

.miw470 {
  min-width: 470px !important; }

.h470 {
  height: 470px !important; }

.w480 {
  width: 480px !important; }

.maw480 {
  max-width: 480px !important; }

.miw480 {
  min-width: 480px !important; }

.h480 {
  height: 480px !important; }

.w490 {
  width: 490px !important; }

.maw490 {
  max-width: 490px !important; }

.miw490 {
  min-width: 490px !important; }

.h490 {
  height: 490px !important; }

.w500 {
  width: 500px !important; }

.maw500 {
  max-width: 500px !important; }

.miw500 {
  min-width: 500px !important; }

.h500 {
  height: 500px !important; }

.w510 {
  width: 510px !important; }

.maw510 {
  max-width: 510px !important; }

.miw510 {
  min-width: 510px !important; }

.h510 {
  height: 510px !important; }

.w520 {
  width: 520px !important; }

.maw520 {
  max-width: 520px !important; }

.miw520 {
  min-width: 520px !important; }

.h520 {
  height: 520px !important; }

.w530 {
  width: 530px !important; }

.maw530 {
  max-width: 530px !important; }

.miw530 {
  min-width: 530px !important; }

.h530 {
  height: 530px !important; }

.w540 {
  width: 540px !important; }

.maw540 {
  max-width: 540px !important; }

.miw540 {
  min-width: 540px !important; }

.h540 {
  height: 540px !important; }

.w550 {
  width: 550px !important; }

.maw550 {
  max-width: 550px !important; }

.miw550 {
  min-width: 550px !important; }

.h550 {
  height: 550px !important; }

.w560 {
  width: 560px !important; }

.maw560 {
  max-width: 560px !important; }

.miw560 {
  min-width: 560px !important; }

.h560 {
  height: 560px !important; }

.w570 {
  width: 570px !important; }

.maw570 {
  max-width: 570px !important; }

.miw570 {
  min-width: 570px !important; }

.h570 {
  height: 570px !important; }

.w580 {
  width: 580px !important; }

.maw580 {
  max-width: 580px !important; }

.miw580 {
  min-width: 580px !important; }

.h580 {
  height: 580px !important; }

.w590 {
  width: 590px !important; }

.maw590 {
  max-width: 590px !important; }

.miw590 {
  min-width: 590px !important; }

.h590 {
  height: 590px !important; }

.w600 {
  width: 600px !important; }

.maw600 {
  max-width: 600px !important; }

.miw600 {
  min-width: 600px !important; }

.h600 {
  height: 600px !important; }

/* clearfix */
.clearfix:after, .inner:after, #header #search .search:after, #home #mainVisual:after, #home #mainVisual .category:after, #home #mainVisual .cate:after, #home #mainVisual .cate.cate2:after, #home #header #search .search:after, #wrapper.about .bl section .link:after, #wrapper.savelist .listArea:after, #wrapper.detail #mainContent #imageArea:after, #wrapper.detail #mainContent .buttons:after, #wrapper.detail .relationArea #partList-frame:after, #wrapper.detail .relationArea .item:after, #controller #ctrl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.italic {
  font-style: italic;
  letter-spacing: 1px; }

a {
  transition: all  0.2s ease-in-out; }
  a:link {
    text-decoration: none;
    color: #000000; }
  a:visited {
    color: #000000; }
  a:hover {
    color: #18321f; }
  a:active {
    color: #000000; }
  a img {
    transition: all  0.2s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    a img:hover {
      opacity: 0.8; }

img {
  vertical-align: bottom; }
  img.sp {
    speak: none; }

p {
  font-size: 108%;
  line-height: 1.6; }

::-webkit-scrollbar {
  　　width: 10px; }

::-webkit-scrollbar-track {
  　　background: #fff;
  　　border-left: solid 1px #ececec; }

::-webkit-scrollbar-thumb {
  　　background: #ccc;
  　　border-radius: 10px;
  　　box-shadow: inset 0 0 0 2px #fff; }

/*----------------------------------------------------
	レイアウト
----------------------------------------------------*/
html {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

body {
  height: 100%;
  position: relative;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

#container {
  min-height: 100%;
  position: relative;
  overflow: hidden; }

#header {
  width: 100%;
  padding: 0 20px; }

#wrapper {
  padding: 20px 20px 60px 20px;
  margin: 45px 0 0 0;
  min-height: calc(100vh - 180px); }
  @media screen and (max-width: 1024px) {
    #wrapper {
      margin: 50px 0 0 0; } }
  @media screen and (max-width: 768px) {
    #wrapper {
      margin: 0;
      padding: 20px 20px 40px 20px; } }
  #wrapper > .inner {
    padding: 0 0 0 125px; }
    @media screen and (max-width: 1024px) {
      #wrapper > .inner {
        padding: 0; } }

#footer {
  width: 100%;
  clear: both;
  padding: 10px 20px 30px; }

.inner {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto; }

/*----------------------------------------------------
	共通パーツ
----------------------------------------------------*/
#ttlSite {
  width: 60px;
  background: #18321f;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  text-align: center;
  font-size: 116%;
  position: absolute;
  top: 70px;
  left: 0;
  padding: 30px 0 0 0;
  letter-spacing: 2px;
  z-index: 1000; }
  #ttlSite a {
    color: #fff; }
  @media screen and (max-width: 390px) {
    #ttlSite {
      letter-spacing: 1px; } }
  #ttlSite img {
    display: block;
    margin: 0 auto 30px; }
    #ttlSite img.pc {
      display: block; }
    #ttlSite img.sp {
      display: none; }
  #ttlSite strong {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    height: 320px;
    text-align: left; }
    #ttlSite strong span:first-child {
      margin: 0 0 20px 0; }
    @media screen and (max-width: 1024px) {
      #ttlSite strong {
        height: auto; } }
    @media screen and (max-width: 350px) {
      #ttlSite strong {
        display: none; } }

.title01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 154%;
  font-weight: normal;
  border-bottom: 2px solid #000;
  padding: 0 0 10px 0;
  margin: 0 0 30px 0; }

.button {
  font-size: 93%;
  padding: 1px;
  border: 1px solid #4b4b4b;
  border-radius: 3px;
  /*max-width: 350px;*/
  margin: 0 auto; }
  .button a {
    background: #4b4b4b;
    display: block;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    text-align: center;
    line-height: 1.2;
    height: 26px; }
    .button a:hover {
      background: #262626; }

input, select {
  font-family: 'Noto Sans JP', sans-serif; }

/*----------------------------------------------------
	フッタ
----------------------------------------------------*/
#footer .inner {
  padding: 0 0 0 125px; }
  @media screen and (max-width: 1024px) {
    #footer .inner {
      padding: 0; } }
#footer .linkAbout {
  float: left;
  font-size: 93%; }
  #footer .linkAbout a {
    text-decoration: underline; }
#footer .linkAboutIIIF {
  float: left;
  font-size: 93%;
  margin: 0 0 0 40px; }
  #footer .linkAboutIIIF a {
    text-decoration: underline; }
#footer .copyright {
  float: right;
  font-style: normal;
  font-size: 85%; }
@media screen and (max-width: 480px) {
  #footer .copyright {
    clear: both;
    padding: 20px 0 0 0; } }

/*----------------------------------------------------
	ヘッダ
----------------------------------------------------*/
#header {
  background: #f0f0f0;
  height: 55px; }
  #header .inner {
    position: relative; }
  #header #category {
    padding: 15px 0 10px 125px;
    float: left;
    width: calc(100% - 150px); }
    #header #category h2 {
      display: none; }
    #header #category ul {
      width: 100%;
      display: table;
      background: url("../img/bgNavi.svg") no-repeat right bottom; }
    #header #category li {
      display: table-cell;
      width: 8.1%;
      font-size: 93%;
      text-align: center;
      vertical-align: bottom;
      background: url("../img/bgNavi.svg") no-repeat left bottom;
      letter-spacing: 7px;
      text-indent: 7px; }
      #header #category li a:hover {
        font-weight: normal;
        color: #000000; }
        @media screen and (max-width: 768px) {
          #header #category li a:hover {
            color: #fff; } }
      #header #category li span {
        display: inline-block; }
      #header #category li:nth-child(11) {
        letter-spacing: 0;
        text-indent: 0; }
      #header #category li:nth-child(12) {
        letter-spacing: 0;
        text-indent: 0; }
      #header #category li.current a {
        color: #000;
        font-weight: bold; }
  #header .language {
    width: auto;
    border: 1px solid #4b4b4b;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 100; }
    #header .language h3 {
      cursor: pointer;
      font-weight: normal;
      background: url("../img/arw1.svg") no-repeat right 50%;
      margin: 0 5px 0 0;
      padding: 5px 20px 5px 10px;
      font-size: 85%;
      color: #4b4b4b; }
      #header .language h3.active {
        background: url("../img/arw2.svg") no-repeat right 50%; }
    #header .language ul {
      border-top: 1px solid #c6c7c7;
      display: none; }
      #header .language ul li a {
        padding: 5px 10px;
        display: block; }
        #header .language ul li a:hover {
          background: #f0f0f0; }
          @media screen and (max-width: 768px) {
            #header .language ul li a:hover {
              background: none; } }
  #header #search {
    position: absolute;
    top: 75px;
    right: 260px;
    z-index: 99; }
    @media screen and (max-width: 1024px) {
      #header #search {
        top: 70px; } }
    #header #search .search {
      width: 200px;
      float: left;
      margin: 0 0 10px 0; }
      #header #search .search input[type=text] {
        width: 170px;
        height: 30px;
        float: left;
        border-radius: 3px 0 0 3px;
        border: 1px solid #4b4b4b;
        padding: 3px 5px;
        font-size: 93%; }
      #header #search .search input[type=submit] {
        width: 30px;
        height: 30px;
        float: right;
        background: #4b4b4b url("../img/icnSearch1.svg") no-repeat center 50%;
        background-size: 12px auto;
        border: none;
        border-radius: 0 3px 3px 0;
        text-indent: -9999px; }
    #header #search .button {
      width: 110px;
      float: left;
      clear: none;
      margin: 0 0 0 20px; }
    #header #search .pc {
      display: block; }
    #header #search .sp {
      display: none; }
  #header .howto {
    width: 110px;
    margin: 0 0;
    position: absolute;
    top: 75px;
    right: 130px;
    z-index: 90; }
    @media screen and (max-width: 1024px) {
      #header .howto {
        top: 70px; } }
  #header .imgSave {
    width: 110px;
    text-align: center;
    font-size: 93%;
    border-color: #000;
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 90; }
    @media screen and (max-width: 1024px) {
      #header .imgSave {
        top: 70px; } }
    #header .imgSave a {
      color: #fff;
      display: block;
      padding: 5px;
      background: #000; }
    #header .imgSave span {
      min-width: 22px;
      position: absolute;
      top: -10px;
      right: -5px;
      background: #fff;
      color: #000;
      border-radius: 50%;
      display: block;
      padding: 3px;
      border: 1px solid #000; }
  @media screen and (max-width: 1024px) {
    #header {
      background: #18321f;
      height: 50px; }
      #header #ttlSite {
        width: auto;
        background: none;
        position: static;
        height: 50px !important;
        padding: 10px 0 0 0;
        float: left;
        text-align: left; }
        #header #ttlSite span span {
          display: block;
          font-size: 70%;
          margin: 0 0 4px 0; }
        #header #ttlSite strong {
          writing-mode: horizontal-tb;
          padding: 0;
          font-size: 100%; }
        #header #ttlSite img {
          float: left; }
          #header #ttlSite img.pc {
            display: none; }
          #header #ttlSite img.sp {
            width: 64px;
            display: inline;
            margin: 1px 10px 0 0; }
      #header #category {
        padding: 15px 0 10px;
        clear: both;
        width: 100%;
        position: absolute;
        left: 0;
        top: 55px;
        z-index: 1;
        background: #fff url("../img/arw1.svg") no-repeat 80px 25px; }
        #header #category.active {
          background: #fff url("../img/arw2.svg") no-repeat 80px 25px; }
        #header #category h2 {
          width: 100px;
          display: block;
          font-size: 108%;
          cursor: pointer;
          font-weight: normal;
          margin: 0 5px 0 0;
          padding: 5px 20px 5px 10px; }
        #header #category ul {
          width: 100%;
          display: none;
          background: none;
          padding: 15px 0 0 0; }
          #header #category ul li {
            width: 16.666666%;
            float: left;
            display: block;
            font-size: 108%;
            background: none;
            border-left: 1px solid #4b4b4b;
            margin: 0 0 10px 0; }
            #header #category ul li:nth-child(6n) {
              border-right: 1px solid #4b4b4b; }
            #header #category ul li a {
              display: block; }
      #header .language {
        top: 13px; } }
  #header .icnMenu {
    display: none; }
    @media screen and (max-width: 768px) {
      #header .icnMenu {
        display: block;
        width: 30px;
        height: 21px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 102;
        cursor: pointer; }
        #header .icnMenu > span {
          display: block;
          text-align: center;
          position: relative;
          top: 8px; }
        #header .icnMenu .menu-trigger,
        #header .icnMenu .menu-trigger span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box; }
        #header .icnMenu .menu-trigger {
          position: absolute;
          top: 15px;
          /*right: 0;*/
          width: 26px;
          height: 21px;
          outline: none; }
          #header .icnMenu .menu-trigger span {
            position: absolute;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            border-radius: 3px; }
            #header .icnMenu .menu-trigger span:nth-of-type(1) {
              top: 0; }
            #header .icnMenu .menu-trigger span:nth-of-type(2) {
              top: 9px; }
            #header .icnMenu .menu-trigger span:nth-of-type(3) {
              bottom: 0; }
          #header .icnMenu .menu-trigger.icnSave:after {
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            background: #f00;
            border-radius: 50%;
            position: absolute;
            top: -5px;
            right: -5px; }
          #header .icnMenu .menu-trigger.active {
            position: fixed;
            top: 15px;
            right: 20px; }
            #header .icnMenu .menu-trigger.active span:nth-of-type(1) {
              transform: translateY(9px) rotate(-45deg); }
            #header .icnMenu .menu-trigger.active span:nth-of-type(2) {
              opacity: 0; }
            #header .icnMenu .menu-trigger.active span:nth-of-type(3) {
              transform: translateY(-9px) rotate(45deg); }
            #header .icnMenu .menu-trigger.active.icnSave:after {
              display: none; } }
  @media screen and (max-width: 768px) {
    #header .naviWrap {
      width: 300px;
      height: 100vh;
      background: #000;
      color: #fff;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 101;
      transform: translate(300px);
      transition: all .5s;
      padding: 70px 30px 30px; }
      #header .naviWrap a {
        color: #fff; }
      #header .naviWrap.active {
        /*transform: translateX(26px);*/
        transform: translateZ(0); }
      #header .naviWrap .language {
        position: static;
        background: none;
        border: none;
        border-top: 1px solid #4b4b4b; }
        #header .naviWrap .language h3 {
          color: #fff;
          font-size: 108%;
          padding: 20px 10px;
          margin: 0;
          font-weight: 300; }
        #header .naviWrap .language ul {
          border: none;
          padding: 0 0 20px 0; }
          #header .naviWrap .language ul li {
            font-size: 108%; }
      #header .naviWrap #category {
        position: static;
        border: none;
        border-top: 1px solid #4b4b4b;
        padding: 0;
        background: #000 url("../img/arw1.svg") no-repeat right 25px; }
        #header .naviWrap #category.active {
          background: #000 url("../img/arw2.svg") no-repeat right 25px; }
        #header .naviWrap #category h2 {
          width: 100%;
          font-size: 108%;
          padding: 20px 10px;
          font-weight: 300; }
        #header .naviWrap #category ul {
          background: none;
          padding: 10px 0 0 0; }
          #header .naviWrap #category ul li {
            width: 33.33333%;
            display: table; }
            #header .naviWrap #category ul li.current a {
              color: #fff;
              font-weight: normal; }
            #header .naviWrap #category ul li a {
              display: table-cell;
              padding: 10px 3px;
              vertical-align: middle; }
            #header .naviWrap #category ul li:nth-child(3n) {
              border-right: 1px solid #4b4b4b; }
      #header .naviWrap .howto {
        position: static;
        border: none;
        border-top: 1px solid #4b4b4b;
        width: 100%;
        clear: both;
        padding: 0;
        font-size: 108%;
        border-radius: 0; }
        #header .naviWrap .howto a {
          height: auto;
          text-align: left;
          padding: 20px 10px;
          background: none; }
      #header .naviWrap .imgSave {
        position: static;
        position: static;
        border-top: 1px solid #4b4b4b;
        border-bottom: 1px solid #4b4b4b;
        width: 100%;
        padding: 0;
        font-size: 108%;
        border-radius: 0; }
        #header .naviWrap .imgSave a {
          height: auto;
          text-align: left;
          padding: 20px 10px;
          background: none; }
        #header .naviWrap .imgSave span {
          width: 20px;
          height: 20px;
          min-width: auto;
          position: static;
          display: inline-block;
          border: none;
          margin: 0 0 0 10px;
          font-size: 85%;
          line-height: 1;
          text-align: center; }
    #header #search {
      position: absolute;
      top: 13px;
      right: 45px;
      z-index: auto; }
      #header #search .pc {
        display: none; }
      #header #search .sp {
        display: block; }
      #header #search img {
        cursor: pointer;
        position: relative;
        z-index: 99; }
      #header #search .search {
        width: auto;
        padding: 2px 0 0 0; }
        #header #search .search .searchForm {
          width: 100vw;
          height: 50px;
          position: fixed;
          top: 0;
          left: 0;
          z-index: 103;
          background: #fff;
          padding: 10px; }
          #header #search .search .searchForm form {
            width: calc(100vw - 120px);
            height: 34px;
            border: 1px solid #c6c7c7;
            display: block;
            float: left; }
          #header #search .search .searchForm .cancel {
            width: 100px;
            height: 32px;
            background: none;
            border: none;
            float: right;
            outline: none;
            cursor: pointer; }
          #header #search .search .searchForm input[type=text] {
            width: calc(100% - 30px);
            height: 100%;
            border: none; }
          #header #search .search .searchForm input[type=submit] {
            width: 30px;
            height: 30px;
            float: right;
            background: #fff url("../img/icnSearch3.svg") no-repeat center 50%;
            background-size: 12px auto;
            border: none;
            border-radius: 0 3px 3px 0;
            text-indent: -9999px; }
        #header #search .search img {
          width: 45px; }
      #header #search .button {
        width: auto;
        border: none;
        padding: 0;
        margin: 0 0 0 10px; }
        #header #search .button a {
          height: auto;
          background: none;
          padding: 0; }
        #header #search .button img {
          width: 46px; } }
  @media screen and (max-width: 600px) {
    #header {
      /*		.naviWrap {
      			width: calc(80% + 40px);
      			
      			&.active {
      				transform: translateX(20%);
      			}
      		}*/ } }
  @media screen and (max-width: 350px) {
    #header {
      padding: 0 10px; } }

.overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50; }

#loader {
  background: #eee;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000;
  display: table; }
  #loader div {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
    #loader div img {
      width: 50px;
      height: 50px; }

#cookie {
  width: 100%;
  padding: 30px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  display: none; }
  #cookie.is-show {
    display: block; }
  #cookie .inner {
    max-width: 1050px;
    display: flex;
    align-items: center; }
    #cookie .inner .cookie-text {
      flex-basis: calc(100% - 400px);
      color: #000; }
      #cookie .inner .cookie-text a {
        text-decoration: underline; }
    #cookie .inner .btnArea {
      flex-basis: 380px; }
      #cookie .inner .btnArea li {
        width: 160px;
        float: left;
        margin: 0 0 0 30px;
        border-radius: 5px;
        color: #fff;
        font-size: 108%;
        text-align: center;
        padding: 10px;
        cursor: pointer; }
        #cookie .inner .btnArea li.reject {
          background: #969696; }
        #cookie .inner .btnArea li.agree {
          background: #18321f; }
        #cookie .inner .btnArea li:hover {
          opacity: 0.8; }
  @media screen and (max-width: 896px) {
    #cookie .inner {
      display: block; }
      #cookie .inner .btnArea {
        text-align: center;
        margin: 30px 0 0 0; }
        #cookie .inner .btnArea ul {
          display: inline-block; }
        #cookie .inner .btnArea li {
          width: 130px;
          margin: 0 15px; } }

/*----------------------------------------------------
	ホーム
----------------------------------------------------*/
#home #mainVisual {
  border-bottom: 2px solid #000;
  min-height: 100%;
  position: relative; }
  @media screen and (max-width: 768px) {
    #home #mainVisual {
      border-bottom: none; } }
  #home #mainVisual .category {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 768px) {
      #home #mainVisual .category {
        background: url("../img/home/bg_sp.png") repeat center top;
        padding: 20px; } }
    @media screen and (max-width: 350px) {
      #home #mainVisual .category {
        padding: 10px; } }
  #home #mainVisual .cate {
    width: calc(50% - 29px); }
    #home #mainVisual .cate li {
      float: left;
      position: relative; }
      #home #mainVisual .cate li span {
        background: #000;
        color: #fff;
        display: inline-block;
        padding: 5px;
        width: 100px;
        text-align: center;
        position: absolute;
        bottom: 0;
        letter-spacing: 5px;
        text-indent: 5px; }
        @media screen and (max-width: 768px) {
          #home #mainVisual .cate li span {
            width: 100%;
            position: static;
            display: block;
            padding: 5px 0; } }
    #home #mainVisual .cate.cate1 {
      float: left; }
      #home #mainVisual .cate.cate1 li span {
        left: 0; }
      #home #mainVisual .cate.cate1 li:nth-child(1) {
        width: 60%; }
      #home #mainVisual .cate.cate1 li:nth-child(2) {
        width: 40%; }
      #home #mainVisual .cate.cate1 li:nth-child(3) {
        width: 57.3%; }
      #home #mainVisual .cate.cate1 li:nth-child(4) {
        width: 42.7%; }
      #home #mainVisual .cate.cate1 li:nth-child(5) {
        width: 62.0%; }
      #home #mainVisual .cate.cate1 li:nth-child(6) {
        width: 37.9%; }
      @media screen and (max-width: 768px) {
        #home #mainVisual .cate.cate1 {
          width: 100%;
          float: none;
          border-left: 1px solid #fff; }
          #home #mainVisual .cate.cate1 li {
            width: 33.33333% !important;
            border-right: 1px solid #fff;
            border-top: 1px solid #fff; } }
    #home #mainVisual .cate.cate2 {
      float: right; }
      #home #mainVisual .cate.cate2 li span {
        right: 0; }
      #home #mainVisual .cate.cate2 li:nth-child(1) {
        width: 59.53%; }
      #home #mainVisual .cate.cate2 li:nth-child(2) {
        width: 40.47%; }
      #home #mainVisual .cate.cate2 li:nth-child(3) {
        width: 43%; }
      #home #mainVisual .cate.cate2 li:nth-child(4) {
        width: 57%; }
      #home #mainVisual .cate.cate2 li:nth-child(5) {
        width: 53.6%; }
        #home #mainVisual .cate.cate2 li:nth-child(5) span {
          letter-spacing: 0;
          text-indent: 0; }
      #home #mainVisual .cate.cate2 li:nth-child(6) {
        width: 46.4%; }
        #home #mainVisual .cate.cate2 li:nth-child(6) span {
          width: 145px;
          letter-spacing: 0;
          text-indent: 0; }
          @media screen and (max-width: 768px) {
            #home #mainVisual .cate.cate2 li:nth-child(6) span {
              width: 100%; } }
      @media screen and (max-width: 768px) {
        #home #mainVisual .cate.cate2 {
          width: 100%;
          float: none;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff; }
          #home #mainVisual .cate.cate2 li {
            width: 33.33333% !important;
            border-top: 1px solid #fff;
            border-right: 1px solid #fff; } }
    #home #mainVisual .cate img {
      width: 100%; }
      #home #mainVisual .cate img.sp {
        display: none; }
      @media screen and (max-width: 768px) {
        #home #mainVisual .cate img.pc {
          display: none; }
        #home #mainVisual .cate img.sp {
          display: block; } }
  #home #mainVisual .bg1 {
    background: url("../img/home/bg1.png") repeat-x right top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 2px solid #fff; }
    @media screen and (max-width: 768px) {
      #home #mainVisual .bg1 {
        display: none; } }
  #home #mainVisual .bg2 {
    background: url("../img/home/bg2.png") repeat-x left top;
    background-size: auto 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 2px solid #fff; }
    @media screen and (max-width: 768px) {
      #home #mainVisual .bg2 {
        display: none; } }
  #home #mainVisual #ttlSite {
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    display: table;
    table-layout: fixed;
    z-index: 100;
    padding: 0; }
    #home #mainVisual #ttlSite span {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      #home #mainVisual #ttlSite span strong {
        width: 18px;
        height: 320px;
        text-align: left; }
        #home #mainVisual #ttlSite span strong span {
          display: inline-block; }
    #home #mainVisual #ttlSite img.sp {
      display: none; }
    @media screen and (max-width: 768px) {
      #home #mainVisual #ttlSite {
        width: 100%;
        position: static;
        height: 50px !important;
        padding: 5px 20px 0;
        text-align: left;
        float: none; }
        #home #mainVisual #ttlSite span {
          text-align: left; }
          #home #mainVisual #ttlSite span strong {
            width: auto;
            height: auto;
            writing-mode: horizontal-tb;
            padding: 0;
            font-size: 100%; }
            #home #mainVisual #ttlSite span strong span {
              display: block;
              font-size: 70%;
              margin: 0 0 4px 0; }
        #home #mainVisual #ttlSite img {
          float: left; }
          #home #mainVisual #ttlSite img.pc {
            display: none; }
          #home #mainVisual #ttlSite img.sp {
            width: 64px;
            display: inline;
            margin: 0 10px 0 0; } }
    @media screen and (max-width: 350px) {
      #home #mainVisual #ttlSite {
        padding: 0 10px; } }
  #home #mainVisual .language {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.75);
    padding: 8px 10px 10px; }
    #home #mainVisual .language li {
      display: inline-block;
      margin: 0 5px; }
    #home #mainVisual .language span, #home #mainVisual .language a {
      color: #fff;
      padding: 0 5px; }
      #home #mainVisual .language span.current, #home #mainVisual .language a.current {
        border-bottom: 1px solid #fff; }
      #home #mainVisual .language span:hover, #home #mainVisual .language a:hover {
        border-bottom: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      #home #mainVisual .language {
        display: none; } }
  #home #mainVisual #btnSaveList {
    width: 130px;
    position: absolute;
    top: 55px;
    right: 10px;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.75);
    padding: 8px 0 10px; }
    #home #mainVisual #btnSaveList p {
      font-size: 100%;
      line-height: 1.231; }
    #home #mainVisual #btnSaveList a {
      display: block;
      color: #fff;
      text-align: center; }
      #home #mainVisual #btnSaveList a span {
        padding: 0 5px;
        border-bottom: 1px solid #fff; }
    @media screen and (max-width: 768px) {
      #home #mainVisual #btnSaveList {
        display: none; } }
#home #header {
  margin: 33px 0 30px;
  background: none;
  height: auto; }
  @media screen and (max-width: 768px) {
    #home #header {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      margin: 0; } }
  #home #header .language {
    display: none; }
    @media screen and (max-width: 768px) {
      #home #header .language {
        display: block; } }
  #home #header .howto {
    display: none; }
    @media screen and (max-width: 768px) {
      #home #header .howto {
        display: block; } }
  #home #header .imgSave {
    display: none; }
    @media screen and (max-width: 768px) {
      #home #header .imgSave {
        display: block; } }
  #home #header #category {
    width: calc(100% - 240px);
    float: left;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    padding: 0;
    position: static;
    background: none;
    clear: none; }
    #home #header #category h2 {
      display: none; }
    #home #header #category ul {
      display: table;
      table-layout: fixed;
      width: 100%;
      border-right: 1px solid #c6c7c7;
      background: none;
      padding: 0; }
    #home #header #category li {
      display: table-cell;
      width: 8.1%;
      height: 70px;
      font-size: 116%;
      text-align: center;
      vertical-align: middle;
      border-left: 1px solid #c6c7c7;
      letter-spacing: 7px;
      text-indent: 7px;
      background: none;
      margin: 0;
      float: none;
      transition: all  0.2s ease-in-out; }
      #home #header #category li:hover {
        background: #f5f5f5; }
        @media screen and (max-width: 768px) {
          #home #header #category li:hover {
            background: none; } }
      #home #header #category li a {
        display: block;
        padding: 15px 3px; }
        @media screen and (max-width: 768px) {
          #home #header #category li a {
            font-weight: 300; } }
        #home #header #category li a:hover {
          color: #000000; }
          @media screen and (max-width: 768px) {
            #home #header #category li a:hover {
              font-weight: 400;
              color: #fff; } }
      #home #header #category li:nth-child(6n) {
        border-right: none; }
      #home #header #category li:nth-child(11) {
        letter-spacing: 0;
        text-indent: 0; }
      #home #header #category li:nth-child(12) {
        width: 10.9%;
        letter-spacing: 0;
        text-indent: 0; }
      #home #header #category li span {
        display: inline-block; }
    @media screen and (max-width: 1024px) {
      #home #header #category {
        width: calc(100% - 220px); }
        #home #header #category li {
          font-size: 108%; }
          #home #header #category li a {
            padding: 15px 0; } }
    @media screen and (max-width: 1024px) {
      #home #header #category {
        width: 100%;
        float: none;
        padding: 35px 0 0 0;
        text-align: center; }
        #home #header #category ul {
          padding: 0 30px;
          display: inline-block;
          border: none; }
          #home #header #category ul li {
            display: block;
            width: 16.666666%;
            height: auto;
            float: left;
            margin: 0 0 10px 0; }
            #home #header #category ul li a {
              padding: 5px 0; }
            #home #header #category ul li:nth-child(6) {
              border-right: 1px solid #c6c7c7; }
            #home #header #category ul li:nth-child(7) {
              clear: both; }
            #home #header #category ul li:nth-child(12) {
              width: 16.666666%;
              border-right: 1px solid #c6c7c7; } }
    @media screen and (max-width: 768px) {
      #home #header #category {
        position: static;
        border: none;
        border-top: 1px solid #4b4b4b;
        padding: 0;
        background: #000 url("../img/arw1.svg") no-repeat right 25px; }
        #home #header #category.active {
          background: #000 url("../img/arw2.svg") no-repeat right 25px; }
        #home #header #category h2 {
          display: block;
          width: 100%;
          font-size: 108%;
          padding: 20px 10px;
          text-align: left;
          font-family: 'Noto Sans JP', sans-serif; }
        #home #header #category ul {
          background: none;
          padding: 10px 0 0 0;
          display: none; }
          #home #header #category ul li {
            width: 33.33333%;
            display: table;
            table-layout: fixed;
            border-left: 1px solid #4b4b4b;
            font-family: 'Noto Sans JP', sans-serif; }
            #home #header #category ul li.current a {
              color: #fff;
              font-weight: normal; }
            #home #header #category ul li a {
              display: table-cell;
              padding: 10px 3px;
              vertical-align: middle; }
            #home #header #category ul li:nth-child(3n) {
              border-right: 1px solid #4b4b4b; }
            #home #header #category ul li:nth-child(12) {
              width: 33.33333%; } }
  #home #header #search {
    width: 200px;
    float: right;
    padding: 0;
    position: static; }
    #home #header #search .search {
      margin: 0 0 10px 0;
      display: block;
      float: none; }
    #home #header #search .button {
      width: 100%;
      float: none;
      clear: both;
      margin: 0; }
    @media screen and (max-width: 1024px) {
      #home #header #search {
        width: 100%;
        float: none;
        text-align: center; }
        #home #header #search .search {
          width: 200px;
          display: inline-block;
          margin: 0 10px 0 0;
          vertical-align: top; }
        #home #header #search .button {
          width: 200px;
          display: inline-block;
          margin: 0 0 0 10px;
          vertical-align: top; } }
    @media screen and (max-width: 768px) {
      #home #header #search {
        width: auto;
        position: absolute; }
        #home #header #search .search {
          width: auto;
          display: block;
          float: left;
          margin: 0; }
        #home #header #search .button {
          width: auto;
          display: block;
          float: left;
          clear: none;
          margin: 0 0 0 10px; } }
#home #wrapper {
  min-height: auto; }
#home #footer .inner {
  padding: 0; }
#home h2 {
  font-size: 124%;
  margin: 0 0 20px 0;
  font-weight: normal; }
  @media screen and (max-width: 896px) {
    #home h2 {
      text-align: center; } }
#home #wrapper {
  margin: 0; }
  #home #wrapper > .inner {
    padding: 0; }
#home #news {
  width: 32%;
  float: left;
  padding: 0 40px 0 0;
  border-right: 1px solid #c6c7c7; }
  @media screen and (max-width: 896px) {
    #home #news {
      width: 100%;
      float: none;
      border: none;
      border-top: 1px solid #c6c7c7;
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    #home #news {
      border: none;
      padding: 30px 0; } }
  #home #news dt {
    font-size: 93%;
    margin: 0 0 5px 0; }
  #home #news dd {
    font-size: 108%;
    margin: 0 0 20px 0; }
  #home #news .linkList {
    text-align: right;
    font-size: 93%; }
    #home #news .linkList a {
      text-decoration: underline; }
#home #about {
  width: 36%;
  float: left;
  padding: 0 40px;
  border-right: 1px solid #c6c7c7; }
  @media screen and (max-width: 896px) {
    #home #about {
      width: 100%;
      float: none;
      border: none;
      border-top: 1px solid #c6c7c7;
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    #home #about {
      padding: 30px 0; } }
  #home #about section {
    margin: 0 0 40px 0; }
    #home #about section:last-child {
      margin: 0 0 20px 0; }
  #home #about .button {
    font-size: 108%;
    margin: 20px auto 0;
    max-width: 100%; }
    #home #about .button a {
      line-height: 1; }
  #home #about .appBadges {
    text-align: center;
    margin: 10px 0; }
    #home #about .appBadges li {
      width: 48%;
      min-width: 170px;
      max-width: 220px;
      display: inline-block; }
      #home #about .appBadges li img {
        width: 100%; }
#home #database {
  width: 32%;
  float: right;
  padding: 0 0 0 40px; }
  @media screen and (max-width: 896px) {
    #home #database {
      width: 100%;
      float: none;
      border: none;
      border-top: 1px solid #c6c7c7;
      padding: 30px; } }
  @media screen and (max-width: 768px) {
    #home #database {
      padding: 30px 0; } }
  #home #database li {
    width: 47%;
    float: left;
    font-size: 93%;
    margin: 0 0 20px 0; }
    #home #database li:nth-child(even) {
      float: right; }
    @media screen and (max-width: 896px) {
      #home #database li {
        width: 32%;
        float: left;
        margin: 0 2% 20px 0; }
        #home #database li:nth-child(even) {
          float: left; }
        #home #database li:nth-child(3n) {
          margin: 0 0 20px 0; } }
    @media screen and (max-width: 768px) {
      #home #database li {
        width: 47%;
        float: left;
        font-size: 93%;
        margin: 0 0 20px 0; }
        #home #database li:nth-child(even) {
          float: right; } }
    @media screen and (max-width: 480px) {
      #home #database li {
        width: 100%;
        max-width: 215px;
        margin: 0 auto 20px;
        float: none; }
        #home #database li:nth-child(even) {
          float: none; }
        #home #database li:nth-child(3n) {
          margin: 0 auto 20px; } }
    #home #database li img {
      width: 100%;
      margin: 0 0 5px 0; }

/*----------------------------------------------------
	お知らせ一覧
----------------------------------------------------*/
#wrapper.news .archives {
  width: 200px;
  float: right; }
  #wrapper.news .archives li {
    text-align: center;
    font-size: 124%;
    margin: 0 0 5px 0; }
    #wrapper.news .archives li a {
      display: block;
      background: #f0f0f0;
      padding: 20px 10px; }
      #wrapper.news .archives li a:hover {
        background: #c6c7c7; }
  @media screen and (max-width: 768px) {
    #wrapper.news .archives {
      width: 150px; } }
  @media screen and (max-width: 600px) {
    #wrapper.news .archives {
      width: 100px; } }
  @media screen and (max-width: 480px) {
    #wrapper.news .archives {
      width: 100%;
      float: none;
      margin: 30px 0 0 0; }
      #wrapper.news .archives li {
        width: 49.5%;
        float: left;
        margin: 0 1% 5px 0; }
        #wrapper.news .archives li:nth-child(even) {
          margin: 0 0 5px 0; } }
#wrapper.news .listArea {
  width: calc(100% - 250px);
  float: left; }
  #wrapper.news .listArea dt {
    font-size: 93%; }
  #wrapper.news .listArea dd {
    font-size: 108%;
    border-bottom: 1px solid #c6c7c7;
    padding: 0 0 20px 0;
    margin: 5px 0 20px 0;
    line-height: 1.6; }
  @media screen and (max-width: 768px) {
    #wrapper.news .listArea {
      width: calc(100% - 200px); } }
  @media screen and (max-width: 600px) {
    #wrapper.news .listArea {
      width: calc(100% - 130px); } }
  @media screen and (max-width: 480px) {
    #wrapper.news .listArea {
      width: 100%;
      float: none; } }

/*----------------------------------------------------
	使い方
----------------------------------------------------*/
#wrapper.howto section {
  border-bottom: 1px solid #c6c7c7;
  margin: 0 0 50px 0; }
  #wrapper.howto section ul {
    margin: 30px 0; }
  #wrapper.howto section:nth-child(2) ul {
    margin: 40px 0 30px 0; }
  @media screen and (max-width: 768px) {
    #wrapper.howto section ul {
      margin: 0 0 30px 0; }
    #wrapper.howto section:nth-child(2) ul {
      margin: 0 0 30px 0; } }
#wrapper.howto h3 {
  background: #18321f;
  color: #fff;
  display: inline-block;
  padding: 5px;
  font-weight: normal;
  clear: both; }
#wrapper.howto h4 {
  margin: 30px 0 15px; }
#wrapper.howto .imgArea {
  width: 53%;
  float: left;
  padding: 0 0 50px 0;
  margin: 15px 0 0 0; }
  #wrapper.howto .imgArea img {
    width: 100%; }
  @media screen and (max-width: 768px) {
    #wrapper.howto .imgArea {
      width: 100%;
      float: left;
      padding: 0 0 30px 0; } }
#wrapper.howto .txtArea {
  width: 40%;
  float: right; }
  #wrapper.howto .txtArea li {
    font-size: 108%;
    line-height: 1.7;
    text-indent: -14px;
    margin: 0 0 0 14px; }
  #wrapper.howto .txtArea p {
    margin: 30px 0; }
  @media screen and (max-width: 768px) {
    #wrapper.howto .txtArea {
      width: 100%;
      float: left; } }

/*----------------------------------------------------
	e国宝について
----------------------------------------------------*/
#wrapper.about a {
  text-decoration: underline; }
#wrapper.about .bl {
  margin: 0 0 90px 0; }
  @media screen and (max-width: 768px) {
    #wrapper.about .bl {
      margin: 0 0 30px 0; } }
  #wrapper.about .bl section {
    border-bottom: 1px solid #c6c7c7;
    margin: 30px 0;
    padding: 0 0 30px 0; }
    #wrapper.about .bl section:last-child {
      border: none;
      padding: 0; }
    #wrapper.about .bl section .link {
      padding: 15px 0; }
      #wrapper.about .bl section .link li {
        text-align: center;
        width: 19.2%;
        margin: 0 1% 0 0;
        float: left; }
        #wrapper.about .bl section .link li:last-child {
          margin: 0; }
        #wrapper.about .bl section .link li a {
          display: block;
          background: #f0f0f0;
          padding: 20px 10px;
          text-decoration: none; }
          #wrapper.about .bl section .link li a:hover {
            background: #c6c7c7;
            color: #000000; }
        @media screen and (max-width: 768px) {
          #wrapper.about .bl section .link li {
            width: 32.6666666%;
            margin: 0 1% 5px 0; }
            #wrapper.about .bl section .link li:nth-child(3n) {
              margin: 0 0 5px 0; } }
        @media screen and (max-width: 480px) {
          #wrapper.about .bl section .link li {
            width: 49.5%;
            margin: 0 1% 5px 0; }
            #wrapper.about .bl section .link li:nth-child(3n) {
              margin: 0 1% 5px 0; }
            #wrapper.about .bl section .link li:nth-child(2n) {
              margin: 0 0 5px 0; } }
  #wrapper.about .bl h3 {
    margin: 0 0 5px 0;
    font-size: 108%;
    font-weight: normal; }
  #wrapper.about .bl .howto {
    border-top: 1px solid #c6c7c7;
    padding: 30px 0 15px; }
    #wrapper.about .bl .howto h4 {
      font-size: 108%;
      font-weight: normal;
      margin: 0 0 15px; }
    #wrapper.about .bl .howto dl {
      padding: 0 10px; }
    #wrapper.about .bl .howto dt {
      font-size: 108%;
      margin: 0 0 5px; }
    #wrapper.about .bl .howto dd {
      font-size: 108%;
      margin: 0 0 15px 14px; }

/*----------------------------------------------------
	IIIFについて
----------------------------------------------------*/
#wrapper.about2 .bl {
  margin: 0 0 30px 0; }
  @media screen and (max-width: 768px) {
    #wrapper.about2 .bl {
      margin: 0 0 30px 0; } }
  #wrapper.about2 .bl a {
    text-decoration: underline; }
  #wrapper.about2 .bl p {
    margin: 20px 0 0 0; }
    #wrapper.about2 .bl p img {
      margin: 0 5px 0 0; }
  #wrapper.about2 .bl section {
    margin: 20px 0; }
    #wrapper.about2 .bl section .sample {
      width: 100%;
      max-width: 595px;
      margin: 0 0 -20px 0; }
      #wrapper.about2 .bl section .sample img {
        width: 100%; }
    #wrapper.about2 .bl section h3 {
      font-size: 108%;
      font-weight: 300; }
  #wrapper.about2 .bl.attn {
    border-top: 1px solid #c6c7c7;
    padding: 30px 0 0 0; }
    #wrapper.about2 .bl.attn h4 {
      font-weight: 300;
      margin: 0 0 -15px 0;
      font-size: 108%; }

/*----------------------------------------------------
	詳細検索
----------------------------------------------------*/
#wrapper.search .searchArea table {
  width: 100%; }
  #wrapper.search .searchArea table th {
    font-size: 108%;
    text-align: center;
    padding: 30px 10px;
    border-bottom: 2px solid #000;
    font-weight: normal;
    vertical-align: middle; }
    #wrapper.search .searchArea table th.w2 {
      letter-spacing: 7px;
      text-indent: 7px; }
    #wrapper.search .searchArea table th span {
      display: inline-block; }
  #wrapper.search .searchArea table td {
    font-size: 108%;
    padding: 20px 30px;
    border-bottom: 1px solid #c6c7c7;
    vertical-align: middle; }
    #wrapper.search .searchArea table td input[type=text] {
      width: 100%;
      max-width: 270px;
      padding: 7px;
      border: 1px solid #000;
      margin: 10px 30px 10px 0; }
      #wrapper.search .searchArea table td input[type=text].free {
        width: 100%;
        max-width: 540px; }
    #wrapper.search .searchArea table td span {
      display: inline-block; }
    #wrapper.search .searchArea table td select {
      width: 100%;
      max-width: 200px;
      margin: 10px 0;
      padding: 7px;
      border-radius: 5px;
      border: 1px solid #000; }
    #wrapper.search .searchArea table td label {
      display: inline-block;
      margin: 10px 20px 10px 0; }
      #wrapper.search .searchArea table td label input {
        vertical-align: top; }
  @media screen and (max-width: 480px) {
    #wrapper.search .searchArea table th {
      border-bottom: none;
      display: block;
      padding: 10px 0 0 0;
      text-align: left; }
    #wrapper.search .searchArea table td {
      display: block;
      padding: 0 0 10px 0; } }
#wrapper.search .searchArea .btnArea ul {
  text-align: center;
  padding: 50px 0; }
  @media screen and (max-width: 480px) {
    #wrapper.search .searchArea .btnArea ul {
      padding: 30px 0; } }
#wrapper.search .searchArea .btnArea li {
  width: 100%;
  max-width: 280px;
  display: inline-block;
  border: 1px solid #4b4b4b;
  border-radius: 3px;
  padding: 1px; }
  #wrapper.search .searchArea .btnArea li input {
    width: 100%;
    background: #4b4b4b;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 116%;
    letter-spacing: 15px;
    text-indent: 15px;
    padding: 5px; }

/*----------------------------------------------------
	保存画像一覧
----------------------------------------------------*/
#wrapper.savelist .listArea {
  background: #000;
  color: #fff;
  padding: 0 50px; }
  #wrapper.savelist .listArea .item {
    width: calc(20% - 24px);
    float: left;
    box-sizing: content-box;
    margin: 0 0 0 0;
    padding: 20px 30px 20px 0;
    border-top: 1px solid #4b4b4b;
    position: relative;
    cursor: grab; }
    #wrapper.savelist .listArea .item:nth-child(-n+5) {
      border: none; }
    #wrapper.savelist .listArea .item a {
      color: #fff; }
    #wrapper.savelist .listArea .item .close {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer;
      background: url("../img/icnClose.svg") no-repeat center 50%;
      background-size: cover;
      text-indent: -9999px; }
    #wrapper.savelist .listArea .item:nth-child(5n+1) {
      clear: both; }
    #wrapper.savelist .listArea .item:nth-child(5n) {
      padding: 20px 0; }
      #wrapper.savelist .listArea .item:nth-child(5n) .close {
        right: -10px; }
    #wrapper.savelist .listArea .item .imgArea {
      width: 100%;
      height: 160px;
      background: #232323;
      display: table;
      table-layout: fixed;
      margin: 10px 0;
      padding: 10px; }
      #wrapper.savelist .listArea .item .imgArea div {
        height: 140px;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        #wrapper.savelist .listArea .item .imgArea div img {
          max-width: 100%;
          max-height: 100%; }
    #wrapper.savelist .listArea .item h3 {
      font-size: 108%;
      font-weight: normal; }
  @media screen and (max-width: 896px) {
    #wrapper.savelist .listArea {
      padding: 0 30px; }
      #wrapper.savelist .listArea .item {
        width: calc(25% - 22.5px); }
        #wrapper.savelist .listArea .item:nth-child(-n+5) {
          border-top: 1px solid #4b4b4b; }
        #wrapper.savelist .listArea .item:nth-child(-n+4) {
          border: none; }
        #wrapper.savelist .listArea .item:nth-child(5n) {
          padding: 20px 30px 20px 0; }
          #wrapper.savelist .listArea .item:nth-child(5n) .close {
            right: 20px; }
        #wrapper.savelist .listArea .item:nth-child(5n+1) {
          clear: none; }
        #wrapper.savelist .listArea .item:nth-child(4n) {
          padding: 20px 0 20px 0; }
          #wrapper.savelist .listArea .item:nth-child(4n) .close {
            right: -10px; }
        #wrapper.savelist .listArea .item:nth-child(4n+1) {
          clear: both; } }
  @media screen and (max-width: 768px) {
    #wrapper.savelist .listArea .item {
      width: calc(33.33333% - 20px); }
      #wrapper.savelist .listArea .item:nth-child(-n+4) {
        border-top: 1px solid #4b4b4b; }
      #wrapper.savelist .listArea .item:nth-child(-n+3) {
        border: none; }
      #wrapper.savelist .listArea .item:nth-child(4n) {
        padding: 20px 30px 20px 0; }
        #wrapper.savelist .listArea .item:nth-child(4n) .close {
          right: 20px; }
      #wrapper.savelist .listArea .item:nth-child(4n+1) {
        clear: none; }
      #wrapper.savelist .listArea .item:nth-child(3n) {
        padding: 20px 0 20px 0; }
        #wrapper.savelist .listArea .item:nth-child(3n) .close {
          right: -10px; }
      #wrapper.savelist .listArea .item:nth-child(3n+1) {
        clear: both; } }
  @media screen and (max-width: 480px) {
    #wrapper.savelist .listArea {
      padding: 0 20px; }
      #wrapper.savelist .listArea .item {
        width: calc(50% - 10px);
        padding: 20px 20px 20px 0; }
        #wrapper.savelist .listArea .item:nth-child(-n+3) {
          border-top: 1px solid #4b4b4b; }
        #wrapper.savelist .listArea .item:nth-child(-n+2) {
          border: none; }
        #wrapper.savelist .listArea .item:nth-child(5n) {
          padding: 20px 20px 20px 0; }
        #wrapper.savelist .listArea .item:nth-child(3n) {
          padding: 20px 20px 20px 0; }
          #wrapper.savelist .listArea .item:nth-child(3n) .close {
            right: 20px; }
        #wrapper.savelist .listArea .item:nth-child(3n+1) {
          clear: none; }
        #wrapper.savelist .listArea .item:nth-child(2n) {
          padding: 20px 0 20px 0; }
          #wrapper.savelist .listArea .item:nth-child(2n) .close {
            right: -10px; }
        #wrapper.savelist .listArea .item:nth-child(2n+1) {
          clear: both; }
        #wrapper.savelist .listArea .item .imgArea {
          padding: 0;
          height: 140px; } }
#wrapper.savelist .btnArea {
  background: #000; }
  #wrapper.savelist .btnArea ul {
    text-align: center;
    padding: 30px 0; }
  #wrapper.savelist .btnArea li {
    width: 100%;
    max-width: 260px;
    display: inline-block;
    border: 1px solid #4b4b4b;
    border-radius: 3px;
    padding: 1px; }
    #wrapper.savelist .btnArea li span {
      width: 100%;
      display: block;
      background: #4b4b4b;
      color: #fff;
      border: none;
      border-radius: 3px;
      font-size: 116%;
      padding: 5px;
      cursor: pointer; }
#wrapper.savelist #slideArea {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  color: #fff;
  z-index: 20000;
  display: none; }
  #wrapper.savelist #slideArea #thumbnail {
    width: 150px;
    height: 100vh;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px 0;
    border-right: 1px solid #fff; }
    #wrapper.savelist #slideArea #thumbnail #closeSlide {
      text-align: center;
      cursor: pointer;
      padding: 0 3px; }
      #wrapper.savelist #slideArea #thumbnail #closeSlide span {
        display: inline-block;
        text-decoration: underline; }
      #wrapper.savelist #slideArea #thumbnail #closeSlide:hover {
        text-decoration: none; }
    #wrapper.savelist #slideArea #thumbnail div {
      padding: 0;
      height: calc(100vh - 67px);
      overflow-y: scroll;
      margin: 30px 0 0 0;
      scrollbar-width: thin;
      scrollbar-color: #323232 #191919; }
    #wrapper.savelist #slideArea #thumbnail div::-webkit-scrollbar {
      width: 5px; }
    #wrapper.savelist #slideArea #thumbnail div::-webkit-scrollbar:horizontal {
      height: 5px; }
    #wrapper.savelist #slideArea #thumbnail div::-webkit-scrollbar-track {
      background: #191919; }
    #wrapper.savelist #slideArea #thumbnail div::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #323232; }
    #wrapper.savelist #slideArea #thumbnail ul {
      width: 102px;
      margin: 0 auto; }
    #wrapper.savelist #slideArea #thumbnail li {
      width: 100%;
      background: #4b4b4b;
      margin: 0 0 20px 0;
      display: table;
      table-layout: fixed;
      cursor: pointer;
      border: 1px solid #4b4b4b; }
      #wrapper.savelist #slideArea #thumbnail li.current {
        border: 1px solid #fff; }
      #wrapper.savelist #slideArea #thumbnail li:hover {
        border: 1px solid #fff; }
      #wrapper.savelist #slideArea #thumbnail li span {
        padding: 5px;
        width: 100px;
        height: 100px;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        #wrapper.savelist #slideArea #thumbnail li span img {
          max-width: 90px;
          max-height: 90px;
          width: auto;
          height: auto; }
        @media screen and (max-width: 480px) {
          #wrapper.savelist #slideArea #thumbnail li span {
            padding: 0;
            height: 80px; } }
    @media screen and (max-width: 600px) {
      #wrapper.savelist #slideArea #thumbnail {
        width: 100%;
        height: 100px;
        left: 0;
        top: auto;
        bottom: 0;
        border: none;
        border-top: 1px solid #fff; }
        #wrapper.savelist #slideArea #thumbnail div {
          width: calc(100% - 30px);
          height: 100px;
          margin: 0 15px;
          overflow-y: hidden;
          overflow-x: scroll;
          padding: 0; }
        #wrapper.savelist #slideArea #thumbnail #closeSlide {
          width: auto;
          position: fixed;
          left: 0;
          top: 0;
          background: rgba(255, 255, 255, 0.75);
          color: #000;
          padding: 7px; }
          #wrapper.savelist #slideArea #thumbnail #closeSlide p {
            line-height: 1.2; }
        #wrapper.savelist #slideArea #thumbnail ul {
          height: 70px;
          margin: 0; }
        #wrapper.savelist #slideArea #thumbnail li {
          width: 70px;
          float: left;
          margin: 0 15px 0 0; }
          #wrapper.savelist #slideArea #thumbnail li span {
            width: 68px;
            height: 68px; }
            #wrapper.savelist #slideArea #thumbnail li span img {
              max-width: 58px;
              max-height: 58px;
              width: auto;
              height: auto; }
          #wrapper.savelist #slideArea #thumbnail li:last-child {
            margin: 0; } }
  #wrapper.savelist #slideArea #slideMain {
    width: calc(100% - 150px);
    position: absolute;
    top: 0;
    right: 0; }
    #wrapper.savelist #slideArea #slideMain .img {
      width: 100%;
      height: calc(100vh - 55px);
      position: absolute;
      top: 0;
      left: 0;
      transition: opacity 1s, visibility 0s ease 1s;
      opacity: 0;
      visibility: hidden; }
      #wrapper.savelist #slideArea #slideMain .img.current {
        transition-delay: 0s;
        opacity: 1;
        visibility: visible; }
      #wrapper.savelist #slideArea #slideMain .img .blk {
        width: 100%;
        display: table;
        table-layout: fixed; }
        #wrapper.savelist #slideArea #slideMain .img .blk div {
          display: table-cell;
          height: calc(100vh - 100px);
          text-align: center;
          vertical-align: middle;
          padding: 50px; }
          #wrapper.savelist #slideArea #slideMain .img .blk div img {
            max-width: 100%;
            max-height: 100%; }
      #wrapper.savelist #slideArea #slideMain .img .titleArea {
        text-align: center;
        padding: 0 20px; }
        #wrapper.savelist #slideArea #slideMain .img .titleArea .no {
          margin: 0 0 0 20px; }
    @media screen and (max-width: 768px) {
      #wrapper.savelist #slideArea #slideMain .img .blk div {
        padding: 20px; } }
    @media screen and (max-width: 600px) {
      #wrapper.savelist #slideArea #slideMain {
        width: 100%; }
        #wrapper.savelist #slideArea #slideMain .img {
          height: calc(100vh - 155px); }
          #wrapper.savelist #slideArea #slideMain .img .blk div {
            height: calc(100vh - 220px);
            padding: 10px; } }
  #wrapper.savelist #slideArea #playArea {
    width: calc(100% - 150px);
    height: 55px;
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 1px solid #fff;
    padding: 13px 30px; }
    #wrapper.savelist #slideArea #playArea #speed {
      display: inline-block;
      float: left;
      position: absolute;
      bottom: 13px;
      left: 30px; }
      #wrapper.savelist #slideArea #playArea #speed ul {
        width: 82px;
        border: 1px solid #fff;
        padding: 0 20px 0 10px;
        border-radius: 3px;
        background: #000 url("../img/slide/arwSpeed.svg") no-repeat right 50%;
        cursor: pointer; }
      #wrapper.savelist #slideArea #playArea #speed li {
        display: none;
        padding: 5px 0; }
        #wrapper.savelist #slideArea #playArea #speed li.current {
          display: block; }
    #wrapper.savelist #slideArea #playArea .btns {
      float: left;
      margin: 0 0 0 90px; }
      #wrapper.savelist #slideArea #playArea .btns li {
        width: 30px;
        height: 30px;
        float: left;
        margin: 0 0 0 10px;
        cursor: pointer;
        padding: 0;
        text-indent: -99999px; }
        #wrapper.savelist #slideArea #playArea .btns li#stop {
          background: url("../img/slide/stop.svg") no-repeat center 50%; }
          #wrapper.savelist #slideArea #playArea .btns li#stop.active {
            background: url("../img/slide/stop_on.svg") no-repeat center 50%; }
        #wrapper.savelist #slideArea #playArea .btns li#start {
          background: url("../img/slide/start.svg") no-repeat center 50%; }
          #wrapper.savelist #slideArea #playArea .btns li#start.active {
            background: url("../img/slide/start_on.svg") no-repeat center 50%; }
        #wrapper.savelist #slideArea #playArea .btns li#loop {
          background: url("../img/slide/loop.svg") no-repeat center 50%; }
          #wrapper.savelist #slideArea #playArea .btns li#loop.active {
            background: url("../img/slide/loop_on.svg") no-repeat center 50%; }
    @media screen and (max-width: 600px) {
      #wrapper.savelist #slideArea #playArea {
        width: 100%;
        bottom: 100px;
        padding: 10px; }
        #wrapper.savelist #slideArea #playArea #speed {
          bottom: 13px;
          left: 15px; } }

/*----------------------------------------------------
	検索結果一覧
----------------------------------------------------*/
#wrapper.list .inner {
  position: relative; }
#wrapper.list #ttlCate {
  border-bottom: 2px solid #000;
  margin: 0 0 30px 0;
  clear: both; }
  #wrapper.list #ttlCate span {
    width: 100%;
    max-width: 150px;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 7px 10px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 15px;
    text-indent: 15px;
    text-align: center;
    border-radius: 2px 2px 0 0;
    font-weight: normal;
    font-size: 154%; }
  #wrapper.list #ttlCate.wc span {
    max-width: 170px;
    letter-spacing: 0px;
    text-indent: 0px; }
#wrapper.list .total {
  position: absolute;
  top: 12px;
  right: 0;
  font-size: 100%; }
#wrapper.list .listArea .item {
  width: calc(16.0142348% - 1px);
  float: left;
  margin: 0 0 30px 0;
  border-right: 1px solid #c6c7c7;
  padding: 0 2.49110320%;
  box-sizing: content-box; }
  #wrapper.list .listArea .item:nth-child(5n) {
    padding: 0 0 0 2.49110320%;
    border: none; }
  #wrapper.list .listArea .item:nth-child(5n+1) {
    padding: 0 2.49110320% 0 0; }
  #wrapper.list .listArea .item p {
    font-size: 93%; }
  #wrapper.list .listArea .item .property {
    width: 60px;
    height: 18px;
    display: inline-block;
    color: #fff;
    font-size: 77%;
    text-align: center; }
    #wrapper.list .listArea .item .property.l1 {
      background: url("../img/label1.svg") no-repeat left top;
      background-size: cover;
      letter-spacing: 5px;
      text-indent: 5px; }
    #wrapper.list .listArea .item .property.l2 {
      background: url("../img/label2.svg") no-repeat left top;
      background-size: cover; }
  #wrapper.list .listArea .item h3 {
    margin: 0 0 5px 0;
    font-weight: normal;
    font-size: 108%; }
  #wrapper.list .listArea .item .imgArea {
    width: 100%;
    /*height: 180px;*/
    background: #f0f0f0;
    display: table;
    margin: 10px 0;
    table-layout: fixed; }
    #wrapper.list .listArea .item .imgArea div {
      display: table-cell;
      padding: 10px;
      height: 180px;
      vertical-align: middle;
      text-align: center; }
      #wrapper.list .listArea .item .imgArea div img {
        max-width: 100%;
        max-height: 100%;
        height: auto; }
  @media screen and (max-width: 896px) {
    #wrapper.list .listArea .item {
      width: calc(21.7% - 1px);
      padding: 0 2.2%; }
      #wrapper.list .listArea .item:nth-child(5n) {
        padding: 0 2.2%;
        border-right: 1px solid #c6c7c7; }
      #wrapper.list .listArea .item:nth-child(5n+1) {
        padding: 0 2.2%; }
      #wrapper.list .listArea .item:nth-child(4n) {
        padding: 0 0 0 2.2%;
        border: none; }
      #wrapper.list .listArea .item:nth-child(4n+1) {
        padding: 0 2.2% 0 0; }
      #wrapper.list .listArea .item .imgArea {
        height: 160px; }
        #wrapper.list .listArea .item .imgArea div {
          height: 160px;
          padding: 10px; } }
  @media screen and (max-width: 768px) {
    #wrapper.list .listArea .item {
      width: calc(30.4% - 1px); }
      #wrapper.list .listArea .item:nth-child(4n) {
        padding: 0 2.2%;
        border-right: 1px solid #c6c7c7; }
      #wrapper.list .listArea .item:nth-child(4n+1) {
        padding: 0 2.2%; }
      #wrapper.list .listArea .item:nth-child(3n) {
        padding: 0 0 0 2.2%;
        border: none; }
      #wrapper.list .listArea .item:nth-child(3n+1) {
        padding: 0 2.2% 0 0; } }
  @media screen and (max-width: 600px) {
    #wrapper.list .listArea .item .imgArea {
      height: 140px; }
      #wrapper.list .listArea .item .imgArea div {
        height: 140px;
        padding: 10px; } }
  @media screen and (max-width: 480px) {
    #wrapper.list .listArea .item {
      width: calc(47% - 1px); }
      #wrapper.list .listArea .item:nth-child(3n) {
        padding: 0;
        border-right: 1px solid #c6c7c7; }
      #wrapper.list .listArea .item:nth-child(3n+1) {
        padding: 0; }
      #wrapper.list .listArea .item:nth-child(odd) {
        padding: 0 3% 0 0; }
      #wrapper.list .listArea .item:nth-child(even) {
        padding: 0 0 0 3%;
        border: none; }
      #wrapper.list .listArea .item .imgArea {
        height: 140px;
        padding: 0; } }
#wrapper.list .more {
  text-align: center;
  margin: 20px 0 0 0; }
  #wrapper.list .more p {
    font-size: 93%;
    display: inline-block;
    text-align: center;
    background: url("../img/icnMore.svg") no-repeat center bottom;
    padding: 0 0 25px 0;
    cursor: pointer; }

/*----------------------------------------------------
	作品詳細
----------------------------------------------------*/
#wrapper.detail #titleName {
  font-size: 147%;
  display: inline-block;
  border-bottom: 2px solid #000;
  padding: 0 0 10px 0;
  position: relative; }
  #wrapper.detail #titleName img {
    margin: 0 20px 0 0;
    position: absolute;
    top: 0;
    left: 0; }
  #wrapper.detail #titleName strong {
    margin: 0 0 0 100px;
    display: inline-block; }
  #wrapper.detail #titleName span {
    margin: 0 20px 0 0; }
  #wrapper.detail #titleName small {
    font-size: 80%;
    font-weight: 400;
    display: inline-block; }
  @media screen and (max-width: 600px) {
    #wrapper.detail #titleName {
      font-size: 131%; }
      #wrapper.detail #titleName img {
        width: 65px; }
      #wrapper.detail #titleName strong {
        margin: 0 0 0 80px; }
      #wrapper.detail #titleName small {
        font-size: 82%; } }
#wrapper.detail .pager {
  width: calc(71% - 140px);
  text-align: right;
  padding: 20px 0; }
  #wrapper.detail .pager li {
    display: inline-block;
    margin: 0 0 0 20px; }
  @media screen and (max-width: 896px) {
    #wrapper.detail .pager {
      width: 71%; } }
  @media screen and (max-width: 768px) {
    #wrapper.detail .pager {
      width: 100%;
      text-align: center; }
      #wrapper.detail .pager li {
        margin: 0 10px; } }
  @media screen and (max-width: 600px) {
    #wrapper.detail .pager {
      padding: 10px 0; } }
#wrapper.detail #mainContent {
  width: 71%;
  max-width: 790px;
  float: left;
  /*position: relative;*/ }
  #wrapper.detail #mainContent #imageArea {
    /*width: calc(100% - 140px);
    float: left;*/
    width: 100%;
    height: 510px;
    position: relative; }
  @media screen and (max-width: 768px) {
    #wrapper.detail #mainContent {
      width: 100%;
      float: none; }
      #wrapper.detail #mainContent #imageArea {
        display: none;
        height: 350px; }
        #wrapper.detail #mainContent #imageArea.set {
          display: block; } }
  @media screen and (max-width: 896px) {
    #wrapper.detail #mainContent #imageArea {
      width: 100%; } }
  #wrapper.detail #mainContent #setList {
    /*width: calc(100% - 140px);*/
    height: 510px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    color: #fff;
    text-align: center;
    padding: 20px 50px 30px 50px;
    display: none; }
    #wrapper.detail #mainContent #setList .setInner {
      display: table;
      table-layout: fixed;
      width: 100%; }
      #wrapper.detail #mainContent #setList .setInner > div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        height: 415px; }
        @media screen and (max-width: 768px) {
          #wrapper.detail #mainContent #setList .setInner > div {
            height: 220px; } }
    #wrapper.detail #mainContent #setList.active {
      display: block; }
    #wrapper.detail #mainContent #setList .btnDammy {
      width: 100%;
      height: 45px;
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 0 10px; }
      #wrapper.detail #mainContent #setList .btnDammy .btnBack {
        display: none; }
      #wrapper.detail #mainContent #setList .btnDammy ul.dL {
        float: left; }
      #wrapper.detail #mainContent #setList .btnDammy ul.dR {
        float: right; }
      #wrapper.detail #mainContent #setList .btnDammy ul.line {
        background: url("../img/viewer/line.svg") no-repeat left 50%;
        margin-left: 10px;
        padding-left: 10px; }
        @media screen and (max-width: 896px) {
          #wrapper.detail #mainContent #setList .btnDammy ul.line {
            background: none; } }
      #wrapper.detail #mainContent #setList .btnDammy li {
        float: right;
        padding: 0 10px;
        height: 45px;
        line-height: 45px; }
        #wrapper.detail #mainContent #setList .btnDammy li img {
          vertical-align: middle;
          position: relative;
          top: -2px; }
        #wrapper.detail #mainContent #setList .btnDammy li.sp {
          display: none; }
        #wrapper.detail #mainContent #setList .btnDammy li#setMaxview {
          width: 36px;
          background: url("../img/viewer/max_n.svg") no-repeat center 50%;
          text-indent: -9999999px;
          cursor: pointer;
          display: block; }
          #wrapper.detail #mainContent #setList .btnDammy li#setMaxview:hover {
            background: url("../img/viewer/max_o.svg") no-repeat center 50%; }
        @media screen and (max-width: 896px) {
          #wrapper.detail #mainContent #setList .btnDammy li {
            display: none; }
            #wrapper.detail #mainContent #setList .btnDammy li.sp {
              display: block; } }
    #wrapper.detail #mainContent #setList.maxview {
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1000; }
      #wrapper.detail #mainContent #setList.maxview .setInner > div {
        /*height: calc(100vh - 100px);*/ }
      #wrapper.detail #mainContent #setList.maxview .btnDammy .btnBack {
        display: block;
        width: 150px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 310;
        background: rgba(255, 255, 255, 0.75); }
        #wrapper.detail #mainContent #setList.maxview .btnDammy .btnBack p {
          padding: 15px;
          cursor: pointer;
          text-decoration: underline;
          color: #000;
          text-align: center; }
      #wrapper.detail #mainContent #setList.maxview .btnDammy li#setMaxview {
        background: url("../img/viewer/mini_n.svg") no-repeat center 50%; }
        #wrapper.detail #mainContent #setList.maxview .btnDammy li#setMaxview:hover {
          background: url("../img/viewer/mini_o.svg") no-repeat center 50%; }
    @media screen and (max-width: 768px) {
      #wrapper.detail #mainContent #setList {
        height: 285px; } }
    @media screen and (max-width: 896px) {
      #wrapper.detail #mainContent #setList {
        width: 100%;
        padding: 20px 20px 30px; } }
    #wrapper.detail #mainContent #setList .carousel {
      /*height: 420px;*/
      margin: 0 0 30px 0; }
      @media screen and (max-width: 768px) {
        #wrapper.detail #mainContent #setList .carousel {
          margin: 0 0 0 0; }
          #wrapper.detail #mainContent #setList .carousel figure {
            width: 25%; } }
      @media screen and (max-width: 600px) {
        #wrapper.detail #mainContent #setList .carousel figure {
          width: 35%; } }
      @media screen and (max-width: 480px) {
        #wrapper.detail #mainContent #setList .carousel figure {
          width: 40%; } }
    #wrapper.detail #mainContent #setList.maxview .carousel {
      /*height: calc(100vh - 120px);*/ }
    #wrapper.detail #mainContent #setList.maxview .setInner > div {
      height: calc(100vh - 120px); }
  #wrapper.detail #mainContent #pageList {
    /*width: calc(100% - 140px);*/
    background: #000;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 100;
    color: #fff;
    text-align: center;
    overflow: auto;
    padding: 10px;
    scrollbar-width: thin;
    scrollbar-color: #323232 #191919;
    display: none; }
    #wrapper.detail #mainContent #pageList.active {
      display: block; }
    #wrapper.detail #mainContent #pageList.rtol .item {
      float: right; }
    #wrapper.detail #mainContent #pageList.ltor .item {
      float: left; }
    #wrapper.detail #mainContent #pageList .item {
      width: 16.6666%;
      padding: 5px; }
      #wrapper.detail #mainContent #pageList .item.rtol {
        float: right; }
      #wrapper.detail #mainContent #pageList .item.ltor {
        float: left; }
      #wrapper.detail #mainContent #pageList .item .imgArea {
        width: 100%;
        display: table;
        table-layout: fixed; }
        #wrapper.detail #mainContent #pageList .item .imgArea div {
          height: 100px;
          background: #4b4b4b;
          position: relative;
          padding: 5px;
          display: table-cell;
          text-align: center;
          vertical-align: middle;
          cursor: pointer; }
          #wrapper.detail #mainContent #pageList .item .imgArea div:hover {
            background: #fff; }
          #wrapper.detail #mainContent #pageList .item .imgArea div.current {
            background: #fff; }
          #wrapper.detail #mainContent #pageList .item .imgArea div img {
            max-width: 100%;
            max-height: 100%; }
          @media screen and (max-width: 480px) {
            #wrapper.detail #mainContent #pageList .item .imgArea div {
              padding: 0;
              height: 90px; } }
    @media screen and (max-width: 1024px) {
      #wrapper.detail #mainContent #pageList .item {
        width: 20%; }
        #wrapper.detail #mainContent #pageList .item div {
          height: 80px; } }
    @media screen and (max-width: 896px) {
      #wrapper.detail #mainContent #pageList {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      #wrapper.detail #mainContent #pageList {
        height: 250px !important; } }
    @media screen and (max-width: 480px) {
      #wrapper.detail #mainContent #pageList .item {
        width: 25%; } }
    @media screen and (max-width: 390px) {
      #wrapper.detail #mainContent #pageList .item {
        width: 33.33333%; } }
  #wrapper.detail #mainContent #pageList::-webkit-scrollbar {
    width: 5px; }
  #wrapper.detail #mainContent #pageList::-webkit-scrollbar:horizontal {
    height: 5px; }
  #wrapper.detail #mainContent #pageList::-webkit-scrollbar-track {
    background: #191919; }
  #wrapper.detail #mainContent #pageList::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #323232; }
  #wrapper.detail #mainContent .buttons {
    /*width: calc(100% - 140px);
    float: left;*/
    background: #212121;
    color: #fff; }
    #wrapper.detail #mainContent .buttons #btnSave {
      height: 50px;
      float: left;
      padding: 5px 5px 5px 25px;
      margin: 0 0 0 15px;
      background: url("../img/viewer/large_n.svg") no-repeat left 50%;
      cursor: pointer; }
      #wrapper.detail #mainContent .buttons #btnSave p {
        line-height: 38px; }
    #wrapper.detail #mainContent .buttons #btnList {
      height: 50px;
      float: right;
      padding: 5px;
      margin: 0 15px 0 0;
      cursor: pointer;
      text-decoration: underline; }
      #wrapper.detail #mainContent .buttons #btnList p {
        line-height: 38px; }
    @media screen and (max-width: 896px) {
      #wrapper.detail #mainContent .buttons {
        width: 100%; } }
  #wrapper.detail #mainContent #pictList {
    background: #000;
    width: 100%;
    max-width: 140px;
    height: 510px;
    color: #fff;
    border-left: 2px solid #fff;
    text-align: center;
    float: right;
    margin: -35px 0 0 0;
    display: none; }
    #wrapper.detail #mainContent #pictList h3 {
      width: 100%;
      max-width: 90px;
      text-align: center;
      margin: 15px auto;
      font-weight: normal;
      background-image: url("../img/bgTitle.svg"), url("../img/bgTitle.svg");
      background-repeat: no-repeat, no-repeat;
      background-position: left 50%, right 50%;
      background-size: 2px auto, 2px auto; }
    #wrapper.detail #mainContent #pictList #pictList-slider {
      height: 464px;
      overflow: auto;
      scrollbar-width: thin;
      scrollbar-color: #323232 #191919;
      padding: 0 20px; }
      #wrapper.detail #mainContent #pictList #pictList-slider > div {
        width: 90px;
        height: 90px;
        background: #232323;
        display: table;
        table-layout: fixed;
        margin: 0 auto 5px auto;
        cursor: pointer;
        padding: 5px; }
        #wrapper.detail #mainContent #pictList #pictList-slider > div:hover {
          background: #fff; }
        #wrapper.detail #mainContent #pictList #pictList-slider > div div {
          display: table-cell;
          vertical-align: middle; }
        #wrapper.detail #mainContent #pictList #pictList-slider > div img {
          max-width: 100%;
          max-height: 100%; }
        #wrapper.detail #mainContent #pictList #pictList-slider > div.current {
          background: #fff;
          color: #000; }
          #wrapper.detail #mainContent #pictList #pictList-slider > div.current a {
            color: #000; }
      #wrapper.detail #mainContent #pictList #pictList-slider .imgSet {
        color: #fff; }
        #wrapper.detail #mainContent #pictList #pictList-slider .imgSet img {
          max-width: 60px;
          max-height: 60px;
          margin: 5px auto 0 auto; }
        @media screen and (max-width: 896px) {
          #wrapper.detail #mainContent #pictList #pictList-slider .imgSet div {
            width: 80px;
            text-align: center; }
          #wrapper.detail #mainContent #pictList #pictList-slider .imgSet img {
            margin: 25px auto 0; } }
        @media screen and (max-width: 480px) {
          #wrapper.detail #mainContent #pictList #pictList-slider .imgSet img {
            max-width: 50px;
            max-height: 50px; } }
    @media screen and (max-width: 896px) {
      #wrapper.detail #mainContent #pictList {
        width: 100%;
        max-width: 100%;
        height: auto !important;
        border: none;
        clear: both;
        position: static;
        white-space: nowrap;
        border-top: 2px solid #fff;
        padding: 10px 0 0 0;
        margin: 0;
        overflow-y: hidden; }
        #wrapper.detail #mainContent #pictList h3 {
          margin: 0 auto 10px auto; }
        #wrapper.detail #mainContent #pictList #pictList-slider {
          width: 100%;
          height: auto !important;
          white-space: nowrap;
          padding: 0 10px 10px;
          text-align: left; }
          #wrapper.detail #mainContent #pictList #pictList-slider > div {
            display: inline-block;
            margin: 0 5px 0 0;
            position: relative; }
            #wrapper.detail #mainContent #pictList #pictList-slider > div:last-child {
              margin: 0; }
            #wrapper.detail #mainContent #pictList #pictList-slider > div div img {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto; } }
    @media screen and (max-width: 480px) {
      #wrapper.detail #mainContent #pictList #pictList-slider > div {
        width: 80px;
        height: 80px;
        padding: 0; } }
    #wrapper.detail #mainContent #pictList #pictList-slider::-webkit-scrollbar {
      width: 5px; }
    #wrapper.detail #mainContent #pictList #pictList-slider::-webkit-scrollbar:horizontal {
      height: 5px; }
    #wrapper.detail #mainContent #pictList #pictList-slider::-webkit-scrollbar-track {
      background: #191919; }
    #wrapper.detail #mainContent #pictList #pictList-slider::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: #323232; }
    @media screen and (max-width: 768px) {
      #wrapper.detail #mainContent #pictList.set {
        margin: 250px 0 0 0; } }
  #wrapper.detail #mainContent .overview {
    /*width: calc(100% - 140px);*/
    clear: both;
    padding: 20px 0;
    border-bottom: 1px dotted #c6c7c7; }
    #wrapper.detail #mainContent .overview .linkIIIF {
      margin: -10px 0 10px 0;
      text-align: right; }
      #wrapper.detail #mainContent .overview .linkIIIF p {
        display: inline-block; }
        #wrapper.detail #mainContent .overview .linkIIIF p img {
          margin: 0 10px 0 0; }
        #wrapper.detail #mainContent .overview .linkIIIF p a {
          text-decoration: underline; }
    #wrapper.detail #mainContent .overview li {
      font-size: 108%;
      display: inline-block;
      margin: 5px 20px 5px 0; }
    @media screen and (max-width: 896px) {
      #wrapper.detail #mainContent .overview {
        width: 100%; } }
  #wrapper.detail #mainContent .textArea {
    /*width: calc(100% - 140px);*/
    clear: both;
    padding: 20px 0; }
    @media screen and (max-width: 896px) {
      #wrapper.detail #mainContent .textArea {
        width: 100%; } }
  #wrapper.detail #mainContent .movie {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    /*width: calc(100% - 140px);*/
    margin: 0 0 30px 0; }
    @media screen and (max-width: 896px) {
      #wrapper.detail #mainContent .movie {
        width: 100%; } }
    #wrapper.detail #mainContent .movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #wrapper.detail #mainContent.noPictList {
    width: calc(71% - 140px); }
    #wrapper.detail #mainContent.noPictList #imageArea,
    #wrapper.detail #mainContent.noPictList #setList,
    #wrapper.detail #mainContent.noPictList #pageList,
    #wrapper.detail #mainContent.noPictList .buttons,
    #wrapper.detail #mainContent.noPictList .overview,
    #wrapper.detail #mainContent.noPictList .textArea,
    #wrapper.detail #mainContent.noPictList .movie {
      width: 100%; }
    @media screen and (max-width: 896px) {
      #wrapper.detail #mainContent.noPictList {
        width: 71%; } }
    @media screen and (max-width: 768px) {
      #wrapper.detail #mainContent.noPictList {
        width: 100%;
        max-width: 100%; } }
  #wrapper.detail #mainContent #imgMainSp {
    display: none;
    background: #000;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #wrapper.detail #mainContent #imgMainSp {
        display: table; } }
    #wrapper.detail #mainContent #imgMainSp div {
      padding: 15px;
      height: 250px;
      text-align: center;
      vertical-align: middle;
      display: table-cell;
      position: relative; }
      #wrapper.detail #mainContent #imgMainSp div img {
        max-width: 100%;
        max-height: 100%; }
      #wrapper.detail #mainContent #imgMainSp div #icnMaxview {
        position: absolute;
        right: 15px;
        bottom: 15px; }
        #wrapper.detail #mainContent #imgMainSp div #icnMaxview img {
          width: 60px;
          height: 60px; }
#wrapper.detail .relationArea {
  float: right;
  max-width: 305px;
  width: 27%;
  height: 850px;
  border: 1px solid #c6c7c7;
  text-align: center;
  overflow: auto; }
  #wrapper.detail .relationArea.noPictList {
    float: left;
    margin: 0 0 0 2%; }
  #wrapper.detail .relationArea h3 {
    width: 100%;
    max-width: 90px;
    margin: 15px auto;
    font-weight: normal;
    background-image: url("../img/bgTitle.svg"), url("../img/bgTitle.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left 50%, right 50%;
    background-size: 2px auto, 2px auto; }
  #wrapper.detail .relationArea #part-thumbWrapper {
    padding: 20px; }
  #wrapper.detail .relationArea .item {
    padding: 0 0 5px 0;
    cursor: pointer; }
    #wrapper.detail .relationArea .item .imgArea {
      width: 90px;
      height: 80px;
      float: left;
      display: table;
      table-layout: fixed;
      background: #f0f0f0;
      clear: both; }
      #wrapper.detail .relationArea .item .imgArea div {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 5px; }
        #wrapper.detail .relationArea .item .imgArea div img {
          max-width: 100%;
          max-height: 100%; }
    #wrapper.detail .relationArea .item .textArea {
      width: calc(100% - 110px);
      float: right;
      text-align: left;
      clear: none;
      padding: 0; }
    #wrapper.detail .relationArea .item:hover .imgArea {
      background: #232323; }
  @media screen and (max-width: 768px) {
    #wrapper.detail .relationArea {
      width: 100%;
      max-width: 100%;
      height: auto;
      float: none;
      clear: both; }
      #wrapper.detail .relationArea.noPictList {
        margin: 0; }
      #wrapper.detail .relationArea h3 {
        margin: 10px auto; }
      #wrapper.detail .relationArea #part-thumbWrapper {
        padding: 10px; }
      #wrapper.detail .relationArea .item {
        width: 50%;
        float: left;
        padding: 0 10px 5px 0; }
        #wrapper.detail .relationArea .item:nth-child(2n+1) {
          clear: both; } }
  @media screen and (max-width: 480px) {
    #wrapper.detail .relationArea .item {
      width: 100%;
      float: none;
      padding: 0 0 5px 0; }
      #wrapper.detail .relationArea .item .imgArea {
        height: 70px; }
        #wrapper.detail .relationArea .item .imgArea div {
          padding: 0; } }

#controller {
  position: relative;
  z-index: 100000000; }
  #controller #ctrl {
    padding: 0 10px; }
  #controller ul {
    padding: 0; }
    #controller ul#ctrl1 {
      float: left; }
    #controller ul#ctrl2 {
      float: right;
      background: url("../img/viewer/line.svg") no-repeat left 50%;
      margin-left: 10px;
      padding-left: 10px; }
    #controller ul#ctrl3 {
      float: right;
      background: url("../img/viewer/line.svg") no-repeat left 50%;
      margin-left: 10px;
      padding-left: 10px; }
    #controller ul#ctrl4 {
      float: right; }
    #controller ul#ctrl6 {
      display: none; }
  #controller li {
    padding: 0 10px;
    height: 45px;
    line-height: 45px; }
    #controller li img {
      vertical-align: middle;
      position: relative;
      top: -2px; }
    #controller li.bL {
      float: left; }
    #controller li.bR {
      float: right; }
    #controller li.active {
      cursor: pointer; }
    @media screen and (max-width: 795px) {
      #controller li {
        display: none; }
        #controller li.active {
          display: block; } }

.pageNo {
  width: 100%;
  position: absolute;
  top: 315px;
  z-index: 99;
  text-align: center;
  font-size: 100%;
  font-weight: 400; }
  .pageNo div {
    display: inline-block; }
  .pageNo #gotoText {
    width: 30px;
    background: none;
    border: none;
    color: #fff;
    text-align: right;
    padding: 0;
    position: relative;
    top: -1px; }
    .pageNo #gotoText:disabled {
      opacity: 1; }

@media screen and (max-width: 768px) {
  #imageArea #controller ul {
    display: none; }
    #imageArea #controller ul#ctrl2 {
      display: block; }
      #imageArea #controller ul#ctrl2 li:first-child.active {
        display: none; }
    #imageArea #controller ul#ctrl6 {
      display: block;
      float: right;
      background: url("../img/viewer/line.svg") no-repeat left 50%;
      padding: 0 0 0 10px; }
      #imageArea #controller ul#ctrl6 li {
        display: block !important; } }
/*----------------------------------------------------
	404
----------------------------------------------------*/
#wrapper.notFound {
  padding: 50px 0; }
  #wrapper.notFound .message {
    display: inline-block; }
    #wrapper.notFound .message p {
      padding: 20px 0;
      border-bottom: 1px solid #c6c7c7; }
  @media screen and (max-width: 1024px) {
    #wrapper.notFound {
      padding: 20px;
      margin: 0; } }
