/* Theme Name: ぬいぐるみ博テーマ
 * Theme URI: https://wordpress.com/themes/penscratch/
 * Text Domain: nui-2025
 * Version: 1.0
 * Author: ぬいぐるみ博実行委員会
 * textilefabrics-6 から基本は引き継ぐが、機能などはオリジナル。
 * Gutenbergは使えない
 *
 */

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,
em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,th {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background-color: #faf0e6;
}
article,aside,details,figcaption,figure,footer,header,main,nav,section {
    display: block;
}
ol,ul {
    list-style: none;
}
table {
    border-spacing: 0;
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
}
caption,th,td,th {
    font-weight: normal;
    text-align: left;
}
blockquote:before,blockquote:after,q:before,q:after {
    content: '';
}
blockquote,q {
    quotes: '' '';
}
a:focus {
    outline: thin dotted;
}
a:hover,a:active {
    outline: 0;
}
a img {
    border: 0;
}

/* =Rebuild
----------------------------------------------- */
* html {
    font-size: 100%;
}
html {
    font-size: 16px;
    line-height: 1.5em;
}
body,button,input,select,textarea {
    font-family: 'Unna', serif;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    clear: both;
}
/* Text elements */
p {
    margin-bottom: 24px;
}
ul,ol {
    margin: 0 0 24px 36px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul,li > ol {
    margin-bottom: 0;
    margin-left: 24px;
}
dt {
    font-weight: 600;
}
dd {
    margin: 0 24px 24px;
}
b,strong {
    font-weight: 600;
}
dfn,cite,em,i {
    font-style: italic;
}
blockquote {
    margin: 0 24px;
}
address {
    margin: 0 0 24px;
}
pre {
    font-family: 'Courier 10 Pitch', Courier, monospace;
    font-size: .9375em;
    line-height: 1.6em;
    overflow: auto;
    max-width: 100%;
    margin-top: -2px;
    margin-bottom: 24px;
    padding: 24px;
    background: rgba(119, 119, 119, .5);
}
code,kbd,tt,var {
    font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: .875em;
    line-height: 1.71429em;
}
abbr,acronym {
    cursor: help;
    border-bottom: 1px dotted #666;
}
mark,ins {
    text-decoration: none;
    background: #fff9c0;
}
sup,sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    height: 0;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    width: 100%;
    margin: 0 0 24px;
}
th {
    font-weight: bold;
}
img {
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    height: auto;
    /* Adhere to container width. */
}

 /* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 24px;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus {
    font-weight: 600;
    line-height: 24px;
    position: absolute !important;
    z-index: 100000; /* Above WP toolbar. */
    top: 24px;
    left: 24px;
    display: inline-block;
    clip: auto !important;
    padding: 24px;
    border: 1px solid #000;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
    -moz-box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
    box-shadow: rgba(0, 0, 0, .6) 2px 2px 10px;
}

/* Clearing */
.clear:before,
.clear:after {
    display: table;
    content: '';
}

.clear:after {
    clear: both;
}

.entry-content:before,
.entry-content:after {
    display: table;
    content: '';
}

.entry-content:after {
    clear: both;
}

.site-content:before,
.site-content:after {
    display: table;
    content: '';
}

.site-content:after {
    clear: both;
}

.site-footer:before,
.site-footer:after {
    display: table;
    content: '';
}

.site-footer:after {
    clear: both;
}
 .menu-main-container,
 .menu-main-menu-with-catalogs-container {
     display: block;
 }

/* =Forms
----------------------------------------------- */
button,
input,
select,
textarea {
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3, S5, Chrome */

    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */

    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    border: 1px solid #ccc;
    border-color: #ccc #ccc #bbb #ccc;
    border-radius: 3px;
    background: #e6e6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5), inset 0 15px 17px rgba(255, 255, 255, .5), inset 0 -5px 12px rgba(0, 0, 0, .05);
    /* Corrects inability to style clickable 'input' types in iOS */
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    /* Improves usability and consistency of cursor style between image-type 'input' and others */

    -webkit-appearance: button;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    border-color: #ccc #bbb #aaa #bbb;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8), inset 0 15px 17px rgba(255, 255, 255, .8), inset 0 -5px 12px rgba(0, 0, 0, .02);
}

button:focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus,
button:active,
input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active {
    border-color: #aaa #bbb #bbb #bbb;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .5), inset 0 2px 5px rgba(0, 0, 0, .15);
}

input[type='checkbox'],
input[type='radio'] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type='search'] {
    /* Addresses appearance set to searchfield in S5, Chrome */
    -webkit-box-sizing: content-box;
    /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    /* Corrects inner padding and border displayed oddly in FF3 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

    border: 0;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
textarea:focus {
    color: #111;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'] {
    padding: 3px;
}

textarea {
    overflow: auto;
    /* Improves readability and alignment in all browsers */

    width: 98%;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding-left: 3px;
    vertical-align: top;
}

* html {
    font-size: 100%;
}

html {
    font-size: 16px;
    line-height: 1.7em;
}

/* =Global */
body {
    font-family: "Unna", serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    color: #555;
}

/* Alignment */
.alignleft {
    display: inline;
    float: left;
    margin: 14px 27px 14px 0;
}

.alignright {
    display: inline;
    float: right;
    margin: 14px 0 14px 27px;
}

.aligncenter {
    display: block;
    clear: both;
    margin: 14px auto;
}

.alignnone {
    margin-top: 14px;
    margin-bottom: 14px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
    color: #3f3f3f;
    font-family: "Unna", serif;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    margin: 20px 0;
}

h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}

h3,
#respond h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}

h4 {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 0;
}

h5 {
    font-size: 16px;
    font-weight: normal;
    margin: 14px 0;
}

h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 14px 0;
}

hr {
    height: 0;
    margin-top: -1px;
    margin-bottom: 24px;
    padding-top: 24px;
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    clear: both;
}

/* Text elements */
p {
    margin-bottom: 27px;
}

ul {
    margin: 0 0 27px 27px;
    list-style: disc;
}

ul ul {
    list-style: square;
}

ul ul ul {
    list-style: circle;
}

ol {
    margin: 0 0 27px 27px;
    list-style: decimal;
}

ol ol {
    list-style: lower-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 27px;
}

dt {
    font-weight: 400;
}

dd {
    margin: 14px 0 14px 27px;
}

b,
strong {
    font-weight: bold;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 0 27px;
    padding-left: 48px;
    position: relative;
    color: #999;
}

blockquote:before {
    font-family: Genericons;
    font-size: 32px;
    color: #eee;
    content: "\f106";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(-1);
}

blockquote blockquote {
    font-size: inherit;
}

blockquote cite {
    display: block;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    margin-top: 7px;
    width: 100%;
    text-align: right;
}

address {
    font-style: italic;
    margin-bottom: 27px;
}

pre {
    background: transparent;
    color: #666;
    font-family: "Unna", serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 27px;
    overflow: auto;
    max-width: 100%;
    margin-bottom: 27px;
    padding: 0;
}

code,
kbd,
tt,
var {
    font: 14px Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
    font-size: 1em;
    line-height: 2.09231em;
}

abbr,
acronym {
    margin-bottom: 26px;
    cursor: help;
    border-bottom: 1px dotted #eee;
}

mark,
ins {
    text-decoration: none;
    background: #fff9c0;
}

sup,
sub {
    font-size: .8125em;
    line-height: 0;
    position: relative;
    height: 0;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: .8125em;
    line-height: 2.09231em;
}

big {
    font-size: 1.2em;
    line-height: 1.36em;
}

figure {
    margin: 0;
}

table {
    width: 100%;
    margin-bottom: 27px;
}

td,
th {
    padding: 7px 3px 6px;
    border-collapse: collapse;
    border-bottom: 1px solid #eee;
}

th {
    font-weight: bold;
    padding-bottom: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom-width: 3px;
}

img {
    max-width: 100%;
    height: auto;
}

/* Links */
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    color: #3f3f3f;
}

a:hover,
a:focus,
a:active {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #5f5f5f;
}
a:not([href]) {
    cursor: not-allowed;
}
a:not([href]):before {
    display: block;
    content: 'coming soon !';
    text-align: center;
    font-size: 15px;
}

/* =Layout */
.site {
    margin: 0 auto;
    padding: 0;
    background-color: #faf0e6;
}
.logged-in .site {
    margin-top: 32px;
}
.site-content {
    padding-top: 20px;
}
.site-footer {
    font-size: 0.87em;
    line-height: 0.79231em;
    font-weight: bold;
    clear: both;
    width: 100%;
    margin: 26px 0;
    padding: 0 0 0;
    text-align: center;
    color: #333;
}

.site-footer a {
    text-decoration: none;
    color: #999;
}
.footer-nav {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 14px;
    width: 80%;
    margin: 0 auto;
}
.footer-nav p {
    align-self: center;
    text-align: center;
}
.footer-nav a img {

}
.goto-top {
    justify-self: center;
}
.goto-top .text {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    text-align: center;
}
.ticket-link {
    justify-self: center;
}
.site-content .widget-area {
    margin-top: 27px;
    padding-top: 24px;
}

/* =Header */
.site-header {
    margin: 0 0 20px;
    padding: 0 0 20px;
    width: 100%;
    position: relative;
}
.fixed-content {
    position: fixed;
    height: 74px;
    top: 0;
    width: inherit;
    z-index: 2;
    padding: 15px 0 6px;
    background-color: #faf0e6;
}
.logged-in .fixed-content {
    top: 32px;
}
.fixed-content.normal {
    padding-top: 9px;
}
.site-logo {
    display: block;
    width: auto;
    max-height: 150px;
    margin: 0 auto 7px;
}
.small-logo {
    margin: 0;
    padding: 0;
    flex-basis: 16%;
}
.small-logo a {
    width: 200px;
    display: inline-block;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: flex-start;
}
.flex .main-navigation {
    flex: 1;
}
.custom-header {
    display: block;
    margin: 0 auto;
}

.site-branding {
    margin-top: 90px;
    margin-bottom: 14px;
    text-align: center;
}
.site-branding img {
    width: auto;
    max-width: 100%;
}

.image-parts-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
    padding-top: 70px;
    height: 100%;
}
.frame, .list-site-title {
    justify-self: center;
    grid-column-start: 1;
    grid-row-start: 1;
}
.frame {
    align-self: start;
    width: 90%;
    max-width: 1260px;
    z-index: 3;
}
.list-site-title {
    width: 60%;
    max-width: 900px;
    z-index: 4;
    padding-top: 30px;
}
.scroll {
    align-self: end;
    justify-self: center;
    width: 90%;
    text-align: right;
    padding-bottom: 20px;
}

.list-site-title img {
    display: none;
}
.bg-1 .title-1,
.bg-2 .title-2,
.bg-3 .title-3 {
    display: inline-block;
}

/* =Menu */
.main-navigation {
    position: relative;
    display: block;
    z-index: 5;
}

.menu-main-navi-container ul {
    margin: 0 auto;
    padding-left: 0;
}

.menu-main-navi-container li {
    position: relative;
    display: block;
    margin: 0 14px;
}

.menu-main-navi-container a {
    display: block;
}
.menu-main-navi-container a img {
    max-height: 38px;
}

/* Small menu */
.menu-toggle {
    margin: 0;
    position: relative;
    border: 0 none;
    color: #333;
    background-color: transparent;
}

.menu-toggle {
    display: none;
}

.menu-normal-main-navi-container {
    position: relative;
    display: block;
    z-index: 5;
}

/* =Content */
.hentry {
    position: relative;
    margin: 0 0 53px;
    padding: 0 0 27px;
}

.entry-footer,
.entry-meta {
    font-size: .8125em;
    font-weight: normal;
    line-height: 2.09231em;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

.entry-footer a,
.entry-meta a,
.entry-footer a:visited,
.entry-meta a:visited {
    padding-bottom: 2px;
    border-bottom: 1px dashed #3f3f3f;
}

.entry-title {
    font-size: 1.75em;
    line-height: 1.40em;
    margin: 0 0 7px;
}

.entry-title a,
.entry-title a:visited {
    text-decoration: none;
}

.entry-title a:hover {
    padding-bottom: 2px;
    border-bottom: 1px dashed #3f3f3f;
    color: #5f5f5f;
}

.entry-content a {
    padding-bottom: 2px;
    border-bottom: 1px dashed #3f3f3f;
}
.page .entry-title {
    margin: 0 0 27px;
}

.sep {
    margin: 0 3px;
}

.page-links {
    clear: both;
    margin: 27px 0;
    word-spacing: 7px;
}

.page-title {
    font-size: 18px;
    line-height: 1.36em;
    margin: 0;
    padding-bottom: 14px;
    letter-spacing: 1px;
    /*color: #999;*/
    border-bottom: 1px solid #eee;
}

.page-header {
    margin-bottom: 27px;
}

.taxonomy-description {
    font-style: italic;
    margin-top: 27px;
}

/* =Media */
.wp-caption {
    max-width: 100%;
    margin-bottom: 27px;
}

.wp-caption img[class*='wp-image-'] {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.wp-caption-text {
    font-size: .8125em;
    line-height: 1.5675em;
    margin: 14px 0;
    padding: 0 1%;
}

.site-content .gallery {
    margin-bottom: 27px;
}

/*= gallery */

.gallery {
    margin-bottom: 20px;
    display: grid;
    justify-content: space-between;
}
.single .gallery {
    width: 80.8%;
    margin: 20px auto;
}
.gallery-columns-2 {
    grid-template-columns: 1fr 1fr;
    gap: 0 2%;
}
.gallery-columns-3 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3%;
}
.gallery-columns-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 2%;
}
.gallery-columns-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0 1.3%;
}

.gallery-item {
    margin-bottom: 4px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    padding: 0;
    height: auto;
    text-align: center;
}
.gallery-item a {
    border: 0 none
}
.gallery-icon.landscape {
    display: inline-block;
    height: auto;
    box-sizing: border-box;
    padding: 0;
}
.gallery-item > a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 60%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
    max-width: 100%;
}

/* =Navigation */
.site-main .post-navigation,
.site-main .paging-navigation {
    font-size: .8125em;
    font-style: italic;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.site-main .post-navigation .meta-nav,
.site-main .paging-navigation .meta-nav {
    clear: both;
    display: block;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.site-main .post-navigation .nav-previous a,
.site-main .paging-navigation .nav-previous a {
    color: #5f5f5f;
    position: relative;
    float: left;
    width: 50%;
    text-decoration: none;
}

.site-main .post-navigation .nav-next a,
.site-main .paging-navigation .nav-next a {
    color: #5f5f5f;
    position: relative;
    float: right;
    width: 50%;
    text-align: right;
    text-decoration: none;
}

.site-main .post-navigation a,
.site-main .paging-navigation a {
    color: #b5b5b5;
}

.site-main .post-navigation a:hover,
.site-main .paging-navigation a:hover {
    color: #101010;
}

/* =Widgets */
.widget {
    line-height: 2.09231em;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 27px;
    padding: 0 0 27px;
    border-bottom: 1px solid #eee;
}

.widget select {
    max-width: -webkit-calc(100% - 48px);
    max-width: calc(100% - 48px);
    margin-left: 1px;
}

.widget a {
    text-decoration: none;
    color: #3f3f3f;
    padding-bottom: 2px;
    border-bottom: 1px dashed #3f3f3f;
}

.widget a:hover,
.widget a:active,
.widget a:focus {
    opacity:0.8;
}

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

.widget li {
    margin: 0;
    padding-top: 6px;
    padding-bottom: 7px;
    list-style: none;
}

.widget-title {
    border-bottom: 1px solid #999;
    font-size: 17px;
    font-weight: normal;
    line-height: 1.36em;
    margin: 14px 0;
    padding:0 0 11px;
}

.widget-title a {
    color: #3f3f3f;
}

/**
 * blog page
 */
.blog .hentry,
.page-id-1203 .hentry,
.single-post .hentry,
.single-specials .hentry,
.archive .hentry {
    border: 1px solid #333;
    padding:1em;
}

.widget_recent_entries li a {
    font-size: 14px;
}
.widget .recent-post-date {
    display: block;
    font-size: 1.1em;
}
#specials-tag-banners a {
    display: block;
    margin-bottom:10px;
}
.widget-block-area {
    border:1px solid #3f3f3f;
    box-sizing: border-box;
    padding: 10px;
}
#most-recent-special {
    border-bottom: 0 none;
}
#blog-separator {
    text-align: center;
    position: relative;
    font-size: 26px;
    letter-spacing:1px;
}
#blog-separator:before {
    content: ' ';
    display: inline-block;
    height: 1px;
    background: #3f3f3f;
    position: absolute;
    top: 50%;
    left: 0;
    width:35%;
}

#blog-separator:after {
    content: ' ';
    display: inline-block;
    height: 1px;
    background: #3f3f3f;
    position: absolute;
    top: 50%;
    right: 0;
    width:35%;
}

.more-link {
    display: block;
    width:140px;
    height:30px;
    margin:0 auto;
    text-align: center;
    background-color: #3f3f3f;
}
.more-link:hover {
    background-color: #c9c9c9;
}
.more-link span {
    color: #FFFFFF !important;
    font-size: 13px;
    line-height:1.8;
}

/**
 * TOP page
 */

/** =header */
#top-gallery {
    margin-top: -50px;
    width: 100%;
}

.top-content-headers {
    text-align: center;
}

.event-period-area p {
    margin-bottom: 14px;
}

.event-period-area .alignnone {
    margin-top: 0;
}
.lead-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    width: 105%;
}
.lead-content,
.info-content {
    justify-self: center;
}
.info-content {
    padding-top: 20px;
    display: grid;
    gap: 15px;
}
.lead-content-text {
    position: relative;
    width: 70%;
    margin: 0 auto;
}
.neko {
    position: absolute;
    display: inline-block;
    width: 178px;
    right: -188px;
    top: 40px;
}
.top-content-sections h3.lead-content-header,
.read-more-about {
    margin-top: 0;
    text-align: center;
}
.go-movie {
    gap: 15px;
    justify-self: center;
}

/* 全幅ページ手動更新*/
.single-exhibitors .site-main,
.page-template-page-present .site-main,
.page-template-top-page-php .site-main,
.page-template-catalog .site-main,
.post-type-archive-collections .site-main,
.tax-collection_category .site-main {
    float: none;
    margin: 0;
}
.single-exhibitors .site-main {
    margin-top: 4em;
}
.top-content-sections h3 {
    font-family: 'Unna', serif;
    font-size: 30px;
    letter-spacing: 1px;
    color: #3f3f3f;
    margin: 38px auto;
}
.banners {
    padding: 28px 0;
}
/** =about */
.about-text {
    text-align: center;
    font-size: 0.85rem;
    margin: 0 3%;
    width: 94%;
}
.about-text p {
    line-height: 1.7;
}

.about-text h5 {
    text-align: center;
    font-size: 13px;
    margin-bottom: 8px;
}
.responsive-wide {
 display: none;
}
.responsive-narrow {
 display: block;
}

/** =access */
 .event-info-text {
     text-align: center;
     font-size: 0.95rem;
     margin: 0 3%;
     width: 94%;
 }
 .event-info-text p {
     line-height: 1.7;
 }

 .event-info-text h5 {
     text-align: center;
     font-size: 13px;
     margin-bottom: 8px;
 }

/** =blog */
.blog-list-area {
    margin: 0 auto 28px;
}
.blog-list-area li a {
    display: flex;
    flex-direction: column;
}
.blog-list-area li .top-blog-image {
    background: #ffffff;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
    width:100%;
    display: block;
    position: relative;
    order: 1;
}
 .blog-list-area li .publish-date {
     font-size: 1.3em;
     font-weight: bold;
     color: #222;
     order: 2;
 }
.blog-list-area li .top-blog-title {
    margin-top: 2px;
    font-size: 1.1em;
    line-height: 1.7;
    order: 3;
}
.blog-list-area ul li img {
    width: 100%;
}
.blog-list-area ul li p {
    margin-bottom: 0;
}
.blog-list-area ul li {
    margin-bottom: 20px;
}
.top-creators-image {
    position: relative;
}
.top-creators-image img {
}
.top-creators-image::after {
    content: "";
    display: block;
    padding-top: 100%;
}
/** shop index */
.blog-list-area ul,
.index-list ul,
.circle-image-list ul {
    list-style: none;
    margin: 0 auto;
    position: relative;
    display: grid;
    justify-content: start;
    gap: 0 2.5%;
}
.index-list ul {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 0 2.5%;
}
.blog-list-area ul {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 2.5%;
}
.circle-image-list ul {
    grid-template-columns: 1fr 1fr;
    gap: 0 5%;
    justify-content: space-around;
}
.circle-image-list .top-creators-image img {
    border-radius: 50%;
}
.circle-image-list .top-creators-image::after {
    content: none;
}
.circle-image-list ul li {
    text-align: center;
}
.creators-category-area {
    margin: 0 auto;
    position: relative;
}

.creators-category-name {
    margin-top: 38px;
    font-size: 20px;
    font-family: 'Unna', serif;
    text-align: center;
    position: relative;
}

.index-list li .top-creators-image {
    background: #ffffff;
    overflow: hidden;
    margin: 0;
    display: block;
    border: 1px solid #444444;
    padding: 6px;
}
.index-list .exhibit-groups li .top-creators-image {
    position: relative;
}
.index-list .exhibit-groups li .top-creators-image img {
    position: absolute;
    top: 6px;
    left: 6px;
}
.index-list li .top-creators p {
    font-size: 13px;
}
.index-list li .top-creators p.creators-name {
    margin-top: 8px;
    line-height: 1.2;
}
.index-list ul li img {
    display: inline-block;
    width: calc(100% - 12px);
    height: calc(100% - 12px);
}

.index-list ul li p {
    text-align: center;
    margin-bottom: 0;
    min-height: 2.7em;
    padding-bottom: 10px;
}

.index-list ul li .creators {
    padding-bottom: 20px;
}

.top-content-sections {
    padding-top: 10px;
}

/** =creators ***/
.single-exhibitors .main-image .image_type {
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin:0 auto;
    vertical-align: middle;
}
.image_type.landscape img {
    width: auto;
    height: 100%;
}
.single-exhibitors .site-header {
    padding-bottom: 0;
    margin-bottom: 10px;
}
.single-exhibitors .entry-header {
    position: relative;
}
.single-exhibitors .entry-title {
    text-align: center;
    margin:36px auto;
    font-size:30px;
}
.single-exhibitors .lead p {
    width:80%;
    margin: 0 auto;
    font-size:1.2em;
}

.single-exhibitors .lead {
    margin-bottom: 30px;
}

.single-exhibitors .entry-content > p,
.single-exhibitors .entry-content > h1,
.single-exhibitors .entry-content > h2,
.single-exhibitors .entry-content > h3,
.single-exhibitors .entry-content > h4,
.single-exhibitors .entry-content > h5,
.single-exhibitors .entry-content > h6,
.single-exhibitors .entry-content > a,
.single-exhibitors .entry-content > b,
.single-exhibitors .entry-content > span
{
    width: 80.8%;
    margin: 10px auto;
}
.single-exhibitors .entry-content hr {
    margin: -1px auto 24px;
    width:80.8%;
}
.gallery-item .size-thumbnail {
    width: 160px;
}
.header-category {
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 1.4em;
}
.header-category span {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 90%;
}
.header-category.brooch-and-earring {
    font-size: 16px;
}

/** =catalog */
.catalog-list-container {

}
.catalog-list-container h2 {
    position: relative;
    text-align: center;
    width: 90%;
    font-size: 1.4em;
    margin:0 auto;
}

.catalog-list-container h3 {
    font-size: 20px;
    margin: 0 0 12px 2px;
}
.catalog-block {
    margin: 30px auto;
}
.catalog-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog-list li {
    vertical-align: top;
    margin-bottom: 18px;
    padding: 0;
    position: relative;
    overflow: hidden;
    flex-basis: 23%;
}
.catalog-list::before {
    content: ' ';
    display: block;
    flex-basis:23%;
    order: 1;
}
.catalog-list::after {
    content: ' ';
    display: block;
    flex-basis:23%;
}

.catalog-image {
    margin: 0 auto;
    display: inline-block;
    box-sizing: border-box;
    border: 4px double #333;
    padding:1px;
    line-height: 0;
    overflow-y: hidden;
    width: 100%;
}
.catalog-item .catalog-caption {
    margin: 0;
    position: absolute;
    box-sizing: border-box;
    width: calc(100% - 8px);
    height: calc(100% - 18px);
    vertical-align: middle;
    background-color: rgba(255,255,255,.85);
    padding: 0 8%;
    top: 100%;
    left: 4px;
    display: block;
    transition-duration: .5s;
    transition-timing-function: ease;
    text-align:left;
}
.catalog-item .catalog-caption:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.catalog-item .catalog-caption span {
    text-align:left;
    display: inline-block;
    padding: 0 8%;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.catalog-item:hover .catalog-caption,
.catalog-to-link.focus .catalog-caption {
    top: 4px;
    cursor: pointer;
    opacity: 1;
    transition: .3s linear;
}

.catalog-to-link,
.catalog-to-link:visited {
    color: #3f3f3f;
}
.catalog-caption {
    font-size: .8125em;
    line-height: 1.46em;
    width: 92%;
    margin: 0 auto;
}
/* =catalogs-all */
.catalog-categories {
    margin: 30px auto 20px;
}
.catalog-categories ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.catalog-categories ul li {
    flex-basis: 25%;
    margin: 0 0 15px;
    font-size: 110%;
}
.catalog-categories ul li::before {
    content: '▶';
}
/** =navi */
.menu-main-navi-container ul:first-child {
    display: flex;
    width: 98%;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
}

.menu-main-navi-container ul li {
    display: inline-block;
}

.menu-main-navi-container ul li:hover > ul,
.menu-main-navi-container ul li.focus > ul {
    display: block;
    visibility: visible;
    transition: all .3s ease-in-out;
    opacity: 1;
    padding: 7px 9px;
    border-bottom: 0;
}

.menu-normal-main-navi-container ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
    justify-items: center;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0 auto;
}
/*.menu-normal-main-navi-container ul li:first-of-type {*/
/*    justify-self: start;*/
/*}*/
.social-icons p {
    display: flex;
    width: 300px;
    margin:0 auto 18px;
    justify-content: space-around;
    font-size: 1.4em;
    letter-spacing: 1px;
}

.social-icons img {
    height:50px;
}
.company-logo {
    width: 200px;
    margin: 12px auto;
}
.site-information {
    padding: 10px 0 4px;
    text-align: center;
    font-size: 1.42em;
    letter-spacing: 1px;
}
.site-information a {
    color: #303030;
}
.copyrights {
    display: flex;
    flex-flow: column;
}
.copyrights small {
    margin: 0;
    padding: 0;
    font-size: 1.08em;
    letter-spacing: 1px;
    line-height: 1.45;
}
/** original responsive toggle class */
.for-pc {
 display: block !important;
}
.for-mobile {
 display: none !important;
}
.for-pc-inline {
 display: inline-block !important;
}
.for-mobile, .for-mobile-inline {
 display: none !important;
}

#content,
.main-navigation {
    max-width: 1200px;
    margin: 0 auto;
}
.site,
.page-template-top-page-php .site,
.fixed-content {
    max-width: 1200px;
}
.single-exhibitors .lead p {
    width: 50em;
}
h3.coming-soon {
    font-size: 18px;
    text-align: center;
    color: #aaaaaa;
}
.coming-soon-top {
    font-size: 18px;
    text-align: center;
    color: #aaaaaa;
}

/* Media Queries */
@media screen and (max-width: 1200px) {
    .page-template-top-page-php .site,
    .no-sidebar .site,
    .fixed-content {
        max-width: initial;
    }
    .lead-content-wrapper {
        width: 100%;
    }
}
@media screen and (max-width: 1080px) {
    .index-list ul,
    .blog-list-area ul {
        padding: 0 14px;
    }
    .index-list ul,
    .blog-list-area ul {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (min-width: 783px) {
    h1 {
        font-size: 32px;
    }
    h2 {
        font-size: 28px;
    }
    h3,
    #respond h3 {
        font-size: 24px;
    }
    h4 {
        font-size: 20px;
    }
    .content-area {
        float: left;
        width: 100%;
        margin: 0 -30% 0 0;
    }
    .site-main {
        margin: 0 30% 0 0;
    }
    .site-content .widget-area {
        float: right;
        overflow: hidden;
        width: 25%;
        margin-top: 0;
        padding-top: 0;
        border-top: 0;
    }
    .no-sidebar .content-area,
    .no-sidebar .site-main,
    .page-template-fullwidth-page-php .site-main {
        float: none;
        margin: 0;
    }
    .entry-content {
        font-size: 1.2em;
        line-height: 1.7em;
    }
    pre {
        font-size: 1em;
    }
    p {
        margin-bottom: 14px;
    }

    /* Search */
    .widget_search .search-submit {
        display: none;
    }

    blockquote {
        font-size: 1.2em;
        line-height: 1.4em;
        padding-left: 64px;
    }
    blockquote cite {
        font-size: .8125em;
    }
    blockquote:before {
        font-size: 48px;
    }

    blockquote.alignleft,
    blockquote.alignright {
        max-width: 280px;
        padding-left: 48px;
    }

    blockquote.alignleft:before,
    blockquote.alignright:before {
        font-size: 32px;
    }
    .menu-main-navi-container ul li:hover > ul,
    .menu-main-navi-container ul li.focus > ul {
        display: block;
        visibility: visible;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        opacity: 1;
    }
    .menu-main-navi-container .sub-menu a {
        font-size: 1.5em;
    }

    .menu-main-navi-container .sub-menu li {
        margin:0 10px 0 0;
    }
    
    .menu-main-navi-container ul ul {
        position: absolute;
        z-index: 99999;
        top: 2.5em;
        left: -11px;
        display: none;
        visibility: hidden;
        float: left;
        padding: 0 9px;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        text-align: left;
        opacity: 0;
        border: 1px solid #eee;
        background: transparent;
    }

    .menu-main-navi-container ul ul li {
        padding: 5px 5px 4px;
        border-bottom: 1px solid #eee;
    }

    .menu-main-navi-container ul ul li:last-of-type {
        border-bottom: 0;
    }

    .menu-main-navi-container ul ul li a {
        line-height: 1.5;
        width: 180px;
        padding: 2px;
    }

    /** gallery */
    #top-gallery {
        margin-top: 0;
    }

    .creators-category-area h2 {
        margin-top: 40px;
        font-size: 24px;
    }

    .index-list li .top-creators p {
        font-size: inherit;
    }

    .top-content-sections h3 {
        margin: 48px auto;
    }
    .responsive-wide {
        display: block;
    }
    .responsive-narrow {
        display: none;
    }

    /** =creators ***/
    .single-exhibitors .main-image {
        max-height: 600px;
        overflow: hidden;
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
    }
    /*.single-exhibitors .week-2 .main-image .image_type {*/
    .single-exhibitors .main-image .image_type {
        max-height: 600px;
        max-width: 600px;
    }
    .single-exhibitors .week-1 .main-image .image_type {
        height: 600px;
        width: 600px;
    }
    .single-exhibitors .week-1 .main-image .image_type:before {
        left: -300px;
        border-width:300px;
    }
    .single-exhibitors .week-1 .main-image .image_type:after {
        border-width:300px;
    }
    .header-category {
        margin:40px 0 40px;
        font-size: 28px;
    }
    .header-category span {
        width: 80%;
    }

    .header-category.brooch-and-earring {
        font-size: 24px;
    }
    .catalog-list-container h3 {
        margin: 36px 9px;
    }
    .catalog-list li {
   }
    .catalog-list li img {
        height: auto;
    }
    .catalog-caption {
        font-size: .92em;
        line-height: 1.46em;
        width: 92%;
        text-align: left;
        margin: 0 auto;
    }
    .catalog-categories {
        width: 82.8%;
    }
    .catalog-block {
        width: 82.8%;
        margin: 40px auto;
    }
    .blog-list-area li .top-blog-image img {
        max-width: 100%;
        display: block;
    }

    .blog .hentry,
    .single-post .hentry,
    .single-specials .hentry,
    .archive .hentry {
        padding:2.05em;
    }

}

@media screen and (max-width: 880px) {
    .menu-toggle,
    .site-footer .footer-nav-menu {
        display: block;
    }
    .toggle-area,
    #site-navigation .menu-main-container,
    #site-navigation .menu-main-menu-with-catalogs-container {
        display: none;
    }
    #site-navigation.main-navigation {
        z-index: 5;
        margin: 20px 0 0;
    }
    .menu-toggle {
        color: #3f3f3f;
        position: absolute;
        right: 7px;
        padding: 10px;
        top:-20px;
        z-index: 9999;
    }
    .menu-toggle .genericon {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }
    .fixed-content.normal {
        padding-top: 24px;
    }
    .fixed-content.normal .menu-toggle {
        top:-37px;
    }
    .small-logo {
        padding-left: 10px;
    }
    .index-list ul li .creators {
        padding-bottom: 12px;
    }
}
@media screen and (max-width: 800px) {

    .main-navigation a {
        font-size:1.824em;
    }
    .single-exhibitors .main-image .image_type {
        height: 400px;
        width: 400px;
    }
    .single-exhibitors .week-1 .main-image .image_type:before {
        border-width:200px;
        left:-200px;
    }
    .single-exhibitors .week-1 .main-image .image_type:after {
        border-width:200px;
    }
}
@media screen and (max-width: 799px) and (min-width: 421px) {
    .catalog-list {
        width: 100%;
        margin:0 0;
    }
    .catalog-list-container h3 {
        margin: 36px 9px;
    }
    .catalog-list li img {
        height: auto;
    }

    .catalog-categories,
    .catalog-block {
        width: 82%;
        margin: 20px auto;
    }
}
@media screen and (min-width: 601px) {
    .has-bg-color .fixed-content {
        background-color: #faf0e6;
        height: 70px;
    }
    .normal-page-spacer {
        height: 70px;
    }
}
@media screen and (max-width: 600px) {
    .for-pc, .for-pc-inline {
        display: none !important;
    }

    .for-mobile {
        display: block !important;
    }

    .for-mobile-inline {
        display: inline-block !important;
    }
    img {
        width: 100%;
    }
    .scroll img {
        width: auto;
    }
    .lead-content-wrapper {
        grid-template-columns: 1fr;
        width: 100%;
    }
    .neko {
        right: 0;
        top: -100px;
        width: 100%;
        text-align: right;
    }
    .lead-content-text {
        width: 85%;
    }
    .neko img {
        width: 91px;
    }
    /** header */
    .site-branding {
        margin-top: 50px;
    }
    .blog-list-area li .top-blog-image {
        max-width:inherit;
        max-height:inherit;
        margin-bottom: 0;
    }
    .index-list ul,
    .blog-list-area ul {
        grid-template-columns: 1fr 1fr;
        gap: 0 2%
    }
    .circle-image-list ul {
        grid-template-columns: 1fr 1fr;
        gap: 0 5%;
        justify-content: space-around;
        width: 90%;
        margin: 0 auto;
    }

    .image-parts-wrapper {
        padding-top: 40px;
    }
    .list-site-title {
        width: 80%;
        padding-top: 2px;
    }
    .frame {
        width: 96%;
        padding-top: 2px;
    }
    /**- main-navi -*/
    .small-logo {
        flex-basis: 110px;
    }
    .logged-in .fixed-content {
        top: 0;
    }
    .toggle-area.open
    {
        display: block;
        position: fixed;
        background: #faf0e6;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        transition: all 1s;
        padding-top: 3rem;
    }
    .normal .toggle-area.open {
        left: -110px;
    }
    #menu-normal-main-navi {
        grid-template-columns: 1fr;
        gap:14px
    }
    #menu-normal-main-navi li:first-of-type {
        justify-self: center;
    }
    #menu-normal-main-navi li:first-of-type a {
        width: 80%;
        margin: 0 auto;
    }
    .toggle-area.open ul {
        flex-flow: column;
        align-items: center;
    }
    .toggle-area.open ul li {
        margin-bottom:10px;
    }

    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        padding: 7px 1px;
        border-bottom: 1px solid #aaaaaa;
    }

    .main-navigation ul ul {
        top: 2.5em;
        left: -200px;
    }

    .main-navigation ul ul li {
        padding: 8px 6px 3px;
        border-bottom: 1px solid #eee;
    }

    .main-navigation ul ul li:last-of-type {
        border-bottom: 0;
    }

    .main-navigation ul ul li a {
        line-height: 1.5;
        width: 180px;
        padding: 5px;
    }

    .main-navigation ul ul ul {
        top: 30px;
        left: -20px;
    }

    .social-icons p {
        margin:22px auto 21px;
    }
    .entry-content,
    .entry-title {
        padding: 0 14px;
    }
    .banners {
        padding: 18px 0;
    }
    /** footer */
    .goto-top {
        text-align: center;
    }
    .social-icons img {
        height: 38px;
        width: 38px;
    }
    .social-icons p {
        width: 210px;
    }
    .site-information span {
        display: inline-block;
        background: #222;
        color: #FFFFFF;
        padding: 14px 16px;
        border-radius: 30px;
    }
    .site-information span a {
        color: #FFFFFF;
    }
    .copyrights small {
        font-size: .65em;
    }
}

@media screen and (max-width: 479px) {
    .blog-list-area li .top-blog-image {
        max-height:inherit;
    }
    .main-navigation li {
        margin:0 10px;
    }
    .main-navigation a {
        font-size:1.224em;
    }
    .single-exhibitors .main-image .image_type {
        height: 330px;
        width: 330px;
    }
    .gallery-caption {
        font-size: 11px;
    }
    .gallery-item:hover .gallery-caption {
        display: none;
        opacity: 0;
    }
    .single-exhibitors .entry-content pre {
        font-size: 13px;
        margin:0 0 12px 6px;
    }
    .single-exhibitors .entry-content p {
        /*width: 90%;*/
    }

    /*= catalogs */
    .catalog-categories {
        margin: 20px 20px;
    }
    .catalog-categories .category-list-toggle {
        border: 0 none;
        background: transparent;
        margin: 0 0 20px;
        font-size: 125%;
        padding: 0;
        width: 100%;
        text-align: left;
    }
    .category-list-toggle::before {
        content: '▶';
        display: inline-block;
    }
    .category-list-toggle.open::before {
        transform: rotate(90deg);
        animation-delay: .8s;
    }
    .catalog-list li,
    .catalog-list::before,
    .catalog-list::after {
        flex-basis:48%;
    }
    .catalog-item .catalog-caption {

    }
    .catalog-item .catalog-caption span {

    }
    .catalog-categories .list.close {
        display: none;
    }
    .catalog-categories ul li {
        flex-basis: 90%;
    }
}
/** maybe cellphone */
@media screen and (max-width: 320px) {
    #main {
        width:310px;
    }
    /*.single-exhibitors .week-2 .main-image .image_type {*/
    .single-exhibitors .main-image .image_type {
        height: 300px;
        width: 300px;
    }

}

