@import url('styles/boots-bones.css');
@import url(https://cdnjs.cloudflare.com/ajax/libs/dashicons/10/dashicons.min.css);

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('./font/NotoSansJP-Regular-subset.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('./font/NotoSansJP-Bold-subset.woff') format('woff');
  font-display: swap;

}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('./font/NotoSansJP-Black-subset.woff') format('woff');
  font-display: swap;
}
/* bungee-regular - latin */
@font-face {
  font-family: 'Bungee';
  font-style: normal;
  font-weight: 400;
  src: url('./font/bungee-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('./font/bungee-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./font/bungee-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./font/bungee-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./font/bungee-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./font/bungee-v11-latin-regular.svg#Bungee') format('svg'); /* Legacy iOS */
       font-display: swap;
}
/* Montserrat */
@font-face {
  font-family: "Montserrat";
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
	src: url('./font/Montserrat-VariableFont_wght.ttf');
}


/*
Theme Name: Spectrum Tokyo (JP)
Theme URI: https://spctrm.design
Author: 3mp
Author URI: https://brainmosh.com
Description: Original theme for Spectrum Tokyo.  Based on Naked Wordpress by @andjosh (https://github.com/andjosh/naked-wordpress)
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {

  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

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

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
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 {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #F2EFEB;
  font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ ProN W3", "游ゴシック", sans-serif;
  line-height: 3.2rem;
  font-size: 1.6rem;
  color: #1E0A1E;
}

.wrapper {
  overflow-x: hidden;
}

/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ ProN W3", "游ゴシック", sans-serif;
}

@media only screen and (min-width: 1045px) {
  h1 {
    font-size: 4.8rem;
  }
  h2 {
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 3.5rem;
  }
  h2 a {
    color: #1E0A1E;
  }
  h3 {
    font-size: 2.0rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.8rem;
  }
  .bungee {
    font-size: 3.0rem;
    font-family: 'Bungee';
    letter-spacing: 0.1rem;
    margin:0;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1044px) {
  h1 {
    font-size: 3.6rem;
  }
  h2 {
    font-size: 2.6rem;
    font-weight: 900;
    line-height: 3.5rem;
  }
  h2 a {
    color: #1E0A1E;
  }
  h3 {
    font-size: 2.0rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.8rem;
  }
  .bungee {
    font-size: 3.0rem;
    font-family: 'Bungee';
    letter-spacing: 0.1rem;
    margin:0;
  }
}


@media only screen and (max-width: 599px) {
  h1 {
    font-size: 2.6rem;
  }
  h2 {
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 2.5rem;
  }
  h2 a {
    color: #1E0A1E;
  }
  h3 {
    font-size: 2.0rem;
    font-weight: 700;
  }
  h4 {
    font-size: 1.8rem;
  }
  .bungee {
    font-size: 2.2rem;
    font-family: 'Bungee';
    letter-spacing: 0.1rem;
    margin:0;
  }
}



hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin: 0px 0px 20px;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite {
  font-size: 0.8em;
  line-height: 1;
}
blockquote {
  background: #fff;
  padding: 30px 40px;
  border-radius: 10px;
  margin-bottom: 20px;
}
blockquote p {
  padding: 0px;
  margin: 0px;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}

figcaption {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 16px !important;
  margin-top: -8px !important;
}
/* Links */
a {
  color: #224EB5;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #7291D9;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}

.pr_tag {
  padding: 2px 5px;
  border: 1px solid #666;
  border-radius: 4px;
  margin-right: 8px;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
}

/* Header
-------------------------------------------------------------- */
.site-title a{
  text-align: center;
}

@media only screen and (min-width: 1045px) {
  .site-title img{
    max-width: 400px;
  }
  header {
    background: transparent;
    margin: 30px auto 10px;
  }

  header #brand {
    margin: 60px 0 40px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1044px) {
  .site-title img{
    max-width: 300px;
  }
  header {
    background: transparent;
    margin: 0px auto 10px;
  }

  header #brand {
    margin:1em 0;
  }
}

@media only screen and (max-width: 599px) {
  .site-title img{
    max-width: 200px;
  }
  header {
    background: transparent;
    margin: 0px auto 0px;
  }

  header #brand {
    margin:0;
    top: 0px;
    padding: 15px 0px;
  }
}




header .gravatar {
  overflow: hidden;
  width: 100px;
  height: 100px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  float: right;
}

header #brand h1 {
  font-weight: 900;
  color: #565656;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0.45em;
}
header #brand h1 a {
  color: #565656;
  text-decoration: none;
}
header #brand h1 span {
  font-weight: 200;
  color: #888888;
  text-transform: lowercase;
}
header nav {
  font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ ProN W3", "游ゴシック", sans-serif;
  width: fit-content;
  margin: auto;
}

.menu-main-nav-container, .menu-main-container {
  float: right;
}
header nav ul {
  list-style: none;
  margin: 0;
}
header nav ul li {
  float: left;
  margin: 2px 32px 0 0;
}
header nav ul li a {
  color: #3E2C3D;
  font-size: 16px;
  font-weight: 700;
}

/* Posts/Articles
-------------------------------------------------------------- */
#content {
  margin-bottom: 80px;
}

@media only screen and (min-width: 1045px) {
  article {
    background: transparent;
    padding: 0;
    margin: 50px 0px 20px;
    border-bottom: 1px solid #dddddd;
  }

  article .title {
    color: #1E0A1E;
    line-height: 1.5em;
    font-weight: 900;
    text-align: center;
    width: 130%;
    left: -15%;
    position: relative;
  }
}

@media only screen and (max-width: 1044px) {
  article {
    background: transparent;
    padding: 0;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #dddddd;
  }

  article .title {
    color: #1E0A1E;
    line-height: 1.5em;
    font-weight: 900;
    text-align: center;
    position: relative;
  }
}


article .title a {
  text-decoration: none;
  color: #1E0A1E;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin: 20px 0px 30pt;
  color: #666;
  text-align: center;
  font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ ProN W3", "游ゴシック", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
  text-decoration: none;
}
article .the-content p {
  color: #1E0A1E;
}

article .the-content h2 {
  margin: 60px 0px 30px;
}

article .the-content h3 {
  margin:40px 0px 20px;
}

article .the-content img {
  width: calc(100% - 2px);
  height: auto;
  margin-bottom: 16px;
  border-radius: 5px !important;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}

.tags a {
  padding-right: 5px;
}

/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
  font-family: 'NotoSansCJKjp', "ヒラギノ角ゴ ProN W3", "游ゴシック", sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}
footer {
  text-align: center;
  padding-bottom: 40px;
  font-size: 12px;
}
/* Misc & mixens
-------------------------------------------------------------- */


@media only screen and (min-width: 1045px) {
  .just-pc {
    display: block;
  }
}

@media only screen and (max-width: 1044px) {
  .just-pc {
    display: none;
  }
}

.site-footer{
  width: 100%;
  background: url("./images/footer_arc.png") top center repeat-x #1E0A1E;
  color: #fff;
  padding-top: 40px;
}


.site-footer a{
  color: #4374E5;
}

.site-footer .footer-units{
  width: fit-content;
  margin: 0 auto;
}


.footer-unit {
  padding: 0 20px;
  width: 240px;
  float: left;
  margin: 0 auto;
}

.footer-unit .logo {
  margin: 30px 0px 20px;
}

.footer-unit .logo a {
  color: #fff;
}

.footer-unit .logo img {
  width: 140px;
}

.footer-unit .title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer-unit .description {
  font-weight: 700;
  font-size: 14px;
}

.footer-unit ul {
  text-align: center;
  list-style-type: none;
  margin-left: 0px;
}


.footer-unit.side {
  position: relative;
  top: 50px;
}


.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}



  /* 投稿者情報
-----------------------------------------*/

@media only screen and (min-width: 1045px) {
  section.profile h4{
    font-size: 1.2em;
    margin: 20px 0px;
  }
  section.profile {
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  section.profile .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0px 30px 20px;
  }
  section.profile .inner .left-side {
    margin-top: 10px;
    width: fit-content;
  }
  section.profile .inner .left-side img {
  }
  section.profile .inner .right-side {
    width: calc(100% - 125px);
    padding-top: 10px;
  }
  section.profile .inner .right-side .label {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #bbb;
  }
  section.profile .inner .right-side .authorName {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  section.profile .inner .right-side .authorProfile {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }

  section.profile .inner .right-side .authorSns {
    padding: 10px 20px 10px 0px;
  }

  section.profile .inner .right-side .authorSns img {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
    opacity: 0.8;
  }
}


@media only screen and (max-width: 1044px) {
  section.profile h4{
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  section.profile {
    width: 100%;
    margin: 0px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  section.profile .inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin: 0;
  }
  section.profile .inner .left-side {
    margin-top: 10px;
    width: fit-content;
  }
  section.profile .inner .left-side img {
    width: 60px;
    height: 60px;
  }
  section.profile .inner .right-side {
    width: calc(100% - 80px);
    padding-top: 10px;
  }
  section.profile .inner .right-side .label {
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #bbb;
  }
  section.profile .inner .right-side .authorName {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
  }
  section.profile .inner .right-side .authorProfile {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
  }

  section.profile .inner .right-side .authorSns {
    padding: 10px 20px 10px 0px;
  }

  section.profile .inner .right-side .authorSns img {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
    opacity: 0.8;
  }

}


/* 関連記事
-----------------------------------------*/
.related {
  margin: 40px 0;
}

.related h4 {
  font-size: 1.2em;
  font-weight: 700;
  color: #3E2C3D;
  margin-bottom: 20px;
  font-family: bungee;
}

.related ul {
  font-size: 0;
  margin: 10px 0px 80px;
  padding: 0;
  width: 100%;
  height: 300px;
}

.related li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 210px;
  height: 100px;
  margin-right: 10px;
  list-style: none;
  vertical-align: top;
  float:left
}
.related li:last-child {
  margin-right: 0px;
}

.related li a {
  display: block;
  text-decoration: none;
  color: #1E0A1E;
}

.related li a:after {
  display: block;
  clear: both;
  content: '';
}

.related li a:hover {
  color: #81CDD7;
}

.related img {
  width: 210px;
  height: 10px;
  object-fit: cover;
  border-radius: 5px;
}



/* article list
-----------------------------------------*/

@media only screen and (min-width: 1045px) {

  .alist_category {
    color: #1E0A1E;
    height: auto;
    margin-top: 50px;
  }

  .alist_category::after {
    display: block;
    clear: both;
    content: '';
  }

  .alist_title { /* en only*/
    margin: 0px 0px 20px;
  }

	.alist_title:has(+.alist_subtitle) { /* jp only*/
		margin: 0;
	}

  .alist_subtitle { /* jp only*/
    font-size: 0.9em;
    font-weight: 700;
    margin: 0px 0px 20px;
  }

  .alist_row {
    position:relative;
    left: -30px;
    width: calc(100% + 30px);
    height: fit-content;
  }

  .alist_row::after {
    display: block;
    clear: both;
    content: '';
  }

  .alist_entry {
    width: 310px;
    display: inline-block;
    margin:0px 0px 30px 30px;
    vertical-align: top;
  }

  .alist_entry .thumb {
    width: 310px;
    height: 165px;
    margin-bottom: 10px;
    background: #224EB5;
    border-radius: 5px;
  }

  .alist_entry .thumb img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .alist_entry h3{
    font-size: 1.2em;
    font-weight: 900;
    margin: 0px 0px 10px;
  }

  .alist_entry a,.alist_entry a:active,.alist_entry a:visited {
    color: #1E0A1E;
  }

  /* .alist_entry a:hover {
    color: #224EB5;
  } */

  .alist_entry a.no-events:hover {
    color: #1e0a1e;
  }

  .alist_entry a:not(.no-events):hover {
    color: #224eb5;
  }

  .alist_entry a img {
    position: relative;
    top: 0px;
  }

  /* .alist_entry a:hover img {
    position: relative;
    top: -8px;
    transition: .25s ease;
  } */

  .alist_entry a.no-events:hover img {
    position: static;
  }

  .alist_entry a:not(.no-events):hover img {
    position: relative;
    top: -8px;
    transition: .25s ease;
  }

  .alist_entry .meta {
    font-size: 0.8em;
    letter-spacing: 0.05em;
    color: #685A66;
    font-weight: 700;
  }

  .alist_entry .excerpt {
    font-size: 0.8em;
    line-height: 1.8em;
  }

  .alist_entry p {
    margin: 0px 0px 10px;
  }

  .alist_entry_big {
    width:482px;
    display: inline-block;
    vertical-align: top;
    margin:0px 0px 30px 30px;
  }

  .alist_entry_big .thumb {
    width: 482px;
    height: 252px;
    margin-bottom: 10px;
    background: #224EB5;
    border-radius: 10px;
  }

  .alist_entry_big .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .alist_entry_big h3{
    font-size: 1.4em;
    font-weight: 900;
    margin: 0px 0px 10px;
  }

  .alist_entry_big a,.alist_entry_big a:active,.alist_entry_big a:visited {
    color: #1E0A1E;
  }

  .alist_entry_big a:hover {
    color: #224EB5;
  }

  .alist_entry_big a img {
    position: relative;
    top: 0px;
  }

  .alist_entry_big a:hover img {
    position: relative;
    top: -10px;
    transition: .25s ease;
  }

  .alist_entry_big .meta {
    font-size: 0.8em;
    letter-spacing: 0.05em;
    color: #685A66;
    font-weight: 700;
  }

  .alist_entry_big .excerpt {
    font-size: 0.8em;
    line-height: 1.8em;
  }

  .alist_entry_big p {
    margin: 0px 0px 10px;
  }

  .alist_category .readmore {
    width: 100%;
    text-align: right;
    font-size: 1.2em;
    font-weight: 700;
  }


  /* team page */

  .alist_author {
    width: 310px;
    display: inline-block;
    margin:0px 0px 50px 30px;
    vertical-align: top;
  }

  .alist_author .author-thumbnail {
    width: 100%;
    text-align: center;
  }

  .alist_author .author-thumbnail img{
    width: 150px;
    height: 150px;
  }

  .alist_author .author-name {
    text-align: center;
    font-weight: 900;
    font-size: 1.3em;
  }

  .alist_author .author-title {
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;
  }

  .alist_author .author-description {
    font-size: 0.8em;
    line-height: 1.6em;
    margin-top: 20px;
  }

  .alist_author .author-sns {
    text-align: center;
    padding: 10px 20px;
  }

  .alist_author .author-sns img{
    width: 20px;
    height: 20px;
    margin: 0 10px;
    opacity: 0.8;
  }

}


@media only screen and (max-width: 1044px) {


  .alist_category {
    color: #1E0A1E;
    height: auto;
    margin-bottom: 60px;
  }

  .alist_category::after {
    display: block;
    clear: both;
    content: '';
  }

  .alist_title { /* en only*/
    margin: 0px 0px 20px;
  }

  .alist_subtitle { /* jp only*/
    font-size: 0.9em;
    font-weight: 700;
    margin: 0px 0px 20px;
  }

  .alist_row {
    height:fit-content;
  }

  .alist_row::after {
    display: block;
    clear: both;
    content: '';
  }

  .alist_entry {
    float:left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .alist_entry:last-child {
    margin-right: 0px;
  }

  .alist_entry .thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    background: #224EB5;
    border-radius: 5px;
  }

  .alist_entry .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .alist_entry h3{
    font-size: 1.2em;
    font-weight: 900;
    margin: 0px 0px 10px;
  }

  .alist_entry a,.alist_entry a:active,.alist_entry a:visited {
    color: #1E0A1E;
  }

  .alist_entry a:hover {
    color: #224EB5;
  }

  .alist_entry a img {
    position: relative;
    top: 0px;
  }

  .alist_entry a:hover img {
    position: relative;
    top: -8px;
    transition: .25s ease;
  }

  .alist_entry .meta {
    font-size: 0.8em;
    letter-spacing: 0.05em;
    color: #685A66;
    font-weight: 700;
  }

  .alist_entry .excerpt {
    font-size: 0.8em;
    line-height: 1.8em;
  }

  .alist_entry p {
    margin: 0px 0px 10px;
  }

  .alist_entry_big {
    float:left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }

  .alist_entry_big:last-child {
    margin-right: 0px;
  }

  .alist_entry_big .thumb {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    background: #224EB5;
    border-radius: 10px;
  }

  .alist_entry_big .thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
  }

  .alist_entry_big h3{
    font-size: 1.4em;
    font-weight: 900;
    margin: 0px 0px 10px;
  }

  .alist_entry_big a,.alist_entry_big a:active,.alist_entry_big a:visited {
    color: #1E0A1E;
  }

  .alist_entry_big a:hover {
    color: #224EB5;
  }

  .alist_entry_big a img {
    position: relative;
    top: 0px;
  }

  .alist_entry_big a:hover img {
    position: relative;
    top: -10px;
    transition: .25s ease;
  }

  .alist_entry_big .meta {
    font-size: 0.8em;
    letter-spacing: 0.05em;
    color: #685A66;
    font-weight: 700;
  }

  .alist_entry_big .excerpt {
    font-size: 0.8em;
    line-height: 1.8em;
  }

  .alist_entry_big p {
    margin: 0px 0px 10px;
  }

  .alist_category .readmore {
    width: 100%;
    text-align: right;
    font-size: 0.9em;
    font-weight: 400;
  }


  /* team page */

  .alist_author {
    width: 100%;
    display: inline-block;
    margin:0px 0px 50px;
    vertical-align: top;
  }

  .alist_author .author-thumbnail {
    width: 100%;
    text-align: center;
  }

  .alist_author .author-thumbnail img{
    width: 150px;
    height: 150px;
  }

  .alist_author .author-name {
    text-align: center;
    font-family: bungee;
    font-weight: 900;
    font-size: 1.2em;
  }

  .alist_author .author-title {
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;
  }

  .alist_author .author-description {
    font-size: 0.8em;
    line-height: 1.6em;
  }

  .alist_author .author-sns {
    text-align: center;
    padding: 10px 20px;
  }

  .alist_author .author-sns img{
    width: 20px;
    height: 20px;
    margin: 0 10px;
    opacity: 0.8;
  }
}


/* event banner list
-----------------------------------------*/

@media only screen and (min-width: 1045px) {

  .blist_category {
    color: #1E0A1E;
    height: auto;
    margin: 50px 0px 80px;
    text-align: center;
  }

  .blist_category::after {
    display: block;
    clear: both;
    content: '';
  }

  .blist_title { /* en only*/
    margin: 0px 0px 20px;
  }

  .blist_title2 {
    margin: 0px 0px 20px;
    font-size: 1.2em;
    letter-spacing: 0.1rem;
  }

  .blist_subtitle { /* jp only*/
    font-size: 0.9em;
    font-weight: 700;
    margin: 0px 0px 20px;
  }

  .blist_row {
    width:100%;
    height: fit-content;
  }

  .blist_row::after {
    display: block;
    clear: both;
    content: '';
  }

  .blist_entry {
    width: 600px;
    margin:0px auto 30px;
    vertical-align: top;
  }

  .blist_entry .thumb {
    width: 600px;
    height: 150px;
    margin-bottom: 10px;
    background: #224EB5;
    border-radius: 5px;
  }

  .blist_entry .thumb img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .blist_entry a,.blist_entry a:active,.blist_entry a:visited {
    color: #1E0A1E;
  }

  .blist_entry a:hover {
    color: #224EB5;
  }

  .blist_entry a img {
    position: relative;
    top: 0px;
  }

  .blist_entry a:hover img {
    position: relative;
    top: -8px;
    transition: .25s ease;
  }


}


@media only screen and (max-width: 1044px) {

  .blist_category {
    color: #1E0A1E;
    height: auto;
    margin: 50px 0px 80px;
    text-align: center;
  }

  .blist_category::after {
    display: block;
    clear: both;
    content: '';
  }

  .blist_title { /* en only*/
    margin: 0px 0px 20px;
  }

  .blist_subtitle { /* jp only*/
    font-size: 0.9em;
    font-weight: 700;
    margin: 0px 0px 20px;
  }

  .blist_row {
    position:relative;
    left: -30px;
    width: calc(100% + 30px);
    height: fit-content;
  }

  .blist_row::after {
    display: block;
    clear: both;
    content: '';
  }

  .blist_entry {
    margin:0px 0px 20px 30px;
    vertical-align: top;
  }

  .blist_entry .thumb {
    width: 100%;
    margin-bottom: 10px;
    background: #224EB5;
    border-radius: 5px;
  }

  .blist_entry .thumb img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }

  .blist_entry a,.blist_entry a:active,.blist_entry a:visited {
    color: #1E0A1E;
  }

  .blist_entry a:hover {
    color: #224EB5;
  }

  .blist_entry a img {
    position: relative;
    top: 0px;
  }

  .blist_entry a:hover img {
    position: relative;
    top: -8px;
    transition: .25s ease;
  }


}


/* index about site
-----------------------------------------*/


@media only screen and (min-width: 1045px) {

  .about_site {
    margin: 150px auto;
    z-index: 1;
  }

  .about_site h2 {
    font-size: 3.8em;
    line-height: 1.4em;
    letter-spacing: -0.05em;
    margin: 25px 0px 20px;
    width: 75%;
  }

  .about_site .description{
    font-weight: 700;
    width: 85%;
  }

  .backdrop {
    position: relative;
    top: -230px;
    left: -475px;
    width: 100%;
    height: 0px;
    z-index: -1;
  }

  .backdrop_sp_l {
    display: none;
  }

  .backdrop_sp_r {
    display: none;
  }

}

@media only screen and (min-width: 600px) and (max-width: 1044px) {

  .about_site {
    margin: 150px auto;
    width: 75%;
    z-index: 1;
  }

  .about_site h2 {
    font-size: 3.0em;
    line-height: 1.4em;
    letter-spacing: -0.05em;
    margin: 0px 0px 20px;
    width: 85%;
  }

  .about_site .description{
    font-weight: 700;
  }

  .backdrop {
    display: none;
  }

  .backdrop_sp_l {
    position: relative;
    top: -188px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 0px;
    z-index: -1;
  }

  .backdrop_sp_l img{
    width: 223px;
    height: 250px;
  }

  .backdrop_sp_r {
    position: relative;
    bottom: 245px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 0px;
    z-index: -1;
    text-align: right;
  }

  .backdrop_sp_r img{
    width: 178px;
    height: 298px;
  }

}

@media only screen and (max-width: 600px) {

  .about_site {
    margin: 120px auto;
    width: 90%;
    z-index: 1;
  }

  .about_site h2 {
    font-size: 2.4em;
    line-height: 1.2em;
    letter-spacing: -0.0em;
    margin: 0px 0px 20px;
  }

  .about_site .description{
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.8em;
  }


  .backdrop {
    display: none;
  }

  .backdrop_sp_l {
    position: relative;
    top: -188px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 0px;
    z-index: -1;
  }

  .backdrop_sp_l img{
    width: 223px;
    height: 250px;
  }

  .backdrop_sp_r {
    position: relative;
    bottom: 245px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 0px;
    z-index: -1;
    text-align: right;
  }

  .backdrop_sp_r img{
    width: 178px;
    height: 298px;
  }

}


/* category list
-----------------------------------------*/

.post_error {
  width: 100%;
  height: 500px;
  text-align: center;
  padding: 200px 0px;
  font-size: 2.0em;
  font-weight: 900;
  color:#aaa;
}



/* hamburger menu
-----------------------------------------*/
.hamburger-menu input[type="checkbox"] {
  display: none;
}

#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  left: 0 !important;
}
.menu__btn {
  position: fixed;
  top: 40px;
  left: 30px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 3;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0B3086;
  transition-duration: .25s;
}

.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 24px;
  list-style: none;
  background-color: rgba(255,255,255,0.95);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
  transition-duration: .25s;
  z-index: 2;
}
.menu__box .separator{
  border-bottom: 1px #aaa dotted;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.menu__box .icons{
  padding-top: 20px;
}
.menu__item {
  display: block;
  padding: 6px 0px;
  color: #1E0A1E;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition-duration: .25s;
  text-align: left;
}
.menu__text {
  position: relative;
  top: -5px;
  font-size: 1.8em;
  padding: 0px 10px;
}
.menu__icon img{
  width: 30px;
  height: 30px;
  padding: 0px 10px;
}
.menu__item:hover {
  background-color: #B7C5EA;
}


/* language switcher
-----------------------------------------*/

@media only screen and (min-width: 1045px) {

  .lang-switch {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 0;
    z-index: 3;
  }

  .lang-switch .base {
    margin: 0 0 0 auto;
    border-radius: 100vh 0 0 100vh;
    width: fit-content;
    height: auto;
    padding: 20px 20px 20px 30px;
    background: rgba(255,255,255,0.5);
  }

  .lang-switch .text {
    font-family: bungee;
    font-size: 1.4em;
  }

	.admin-bar .lang-switch {
		top: 62px;
	}

}

@media only screen and (min-width: 600px) and (max-width: 1044px) {

  .lang-switch {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 0;
    z-index: 3;
  }

  .lang-switch .base {
    margin: 0 0 0 auto;
    border-radius: 50px 0 0 50px;
    width: fit-content;
    height: auto;
    padding: 14px 14px 14px 30px;
    background: rgba(255,255,255,0.5);
  }

  .lang-switch .text {
    font-family: bungee;
    font-size: 1.4em;
  }

}

@media only screen and (max-width: 599px) {

  .lang-switch {
    position: absolute;
    top: 18px;
    width: 100%;
    height: 0px;
    z-index:3;
  }

  .lang-switch .base {
    margin: 0 0 0 auto;
    border-radius: 50px 0 0 50px;
    width: fit-content;
    height: auto;
    padding: 6px 6px 6px 12px;
    background: rgba(255,255,255,0.5);
  }

  .lang-switch .text {
    font-family: bungee;
    font-size: 1.0em;
  }

}


/* pagination
-----------------------------------------*/

.pagination {
  margin: 50px 0px 80px;
  width: 100%;
  text-align: center;
}

.page-numbers {
  padding: 0px 20px;
  font-size: 2.0em;
  font-weight: 900;
}

.page-numbers .current {
  font-size: 2.4em;
}


/* follow & subscribe
-----------------------------------------*/


@media only screen and (min-width: 600px) {

  .subscribe {
    text-align: center;
    max-width: 640px;
    margin: 30px auto 0px;
    padding: 70px 50px;
    background: #fff;
    border-radius: 10px;
    line-height: 2.5em;
  }

  .subscribe .content{
    position: relative;
    z-index:1;
  }

  .subscribe p {
    font-size: 0.9em;
    margin-top: 15px;
  }

  .socialmedia .units {
    display: inline-block;
    margin: 0px;
    padding: 10px;
  }

  .socialmedia .units img {
    margin-right: 10px;
    position: relative;
    top: 6px;
    width: 48px;
    height: 48px;
  }

  .subscribe a {
    font-size: 1.0em;
    font-weight: 900;
    color: #1E0A1E;
    position: relative;
    top: -1px;
  }


  .subscribe a:hover {
    color: #224EB5;
  }


  .subscribe .meta {
    font-size: 0.7em;
    position: relative;
    top: -12px;
    color: #685A66;
  }

  .subscribe .mailmag_signup {
    width: 70%;
    margin: 50px auto;
  }

}



@media only screen and (max-width: 599px) {

  .subscribe {
    text-align: center;
    margin: 30px auto 0px;
    padding: 50px 30px;
    background: #fff;
    border-radius: 10px;
    line-height: 1.5em;
    overflow: hidden;
  }

  .subscribe .content{
    position: relative;
    z-index:1;
  }

  .subscribe p {
    font-size: 0.9em;
    margin-top: 15px;
  }

  .socialmedia .units {
    display: inline-block;
    margin: 0px;
    padding: 5px;
  }

  .socialmedia .units img {
    margin-right: 10px;
    position: relative;
    top: 7px;
    width: 48px;
    height: 48px;
  }

  .subscribe a {
    font-size: 1.0em;
    font-weight: 900;
    color: #1E0A1E;
    position: relative;
    top: -5px;
  }


  .subscribe a:hover {
    color: #224EB5;
  }


  .subscribe .meta {
    font-size: 0.7em;
    position: relative;
    color: #685A66;
  }

  .subscribe .mailmag_signup {
    width: 100%;
    margin: 50px auto;
  }

}

/* partners
-----------------------------------------*/


@media only screen and (min-width: 1045px) {

  .partners {
    margin-top: 100px;
    width: 200%;
    position:relative;
    left: -50%;
    text-align: center;
  }

  .partners p {
    font-size: 0.9em;
    margin: 20px 0px;
  }

  .partners .logos {
  }

  .partners .logos img{
    width: 240px;
    display: inline;
  }

}


@media only screen and (max-width: 1044px) {

  .partners {
    margin-top: 100px;
    width: 100%;
    text-align: center;
  }

  .partners p {
    font-size: 0.9em;
    margin: 20px 0px;
  }

  .partners .logos {
  }

  .partners .logos img{
    width: 240px;
    display: inline;
  }

}


/**
 * category-events
 */

/* サムネイル ダミー画像 */
.category.category-events .thumb figure {
	aspect-ratio: 310 / 165;
}

.category.category-events .thumb figure img {
	object-fit: contain;
	background: #224eb5;
	border-radius: 5px;
}

/* クリッカブルエリア */
.category.category-events .alist_entry,
.category.category-events .event-meta__venue a {
  position: relative;
}

.category.category-events .thumb a::before {
  content: '';
  position: absolute;
  inset: 0;
}

.category.category-events .thumb a.no-events {
	pointer-events: none;
}

.category.category-events .thumb a.no-events::before {
  content: normal;
  position: static;
  inset: auto;
}

.category.category-events .event-meta__venue {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.category.category-events .event-meta__venue a {
  position: relative;
  z-index: 2;
  pointer-events: auto;
	color: #224eb5;
	text-decoration: underline;
	line-height: 1.4;
}

.category.category-events .event-meta__venue a.no-events {
	position: static;
	pointer-events: none
}

.category.category-events .event-meta__venue a:hover {
	text-decoration: none;
}

.category.category-events .event-meta__venue::before {
	content: "\f230";
	font-family: 'dashicons';
	color: #1e0a1e;
	margin-top: 2px;
	margin-right: 3px;
}

.category.category-events .event-meta__lang::before {
	content: "\f326";
	font-family: 'dashicons';
	color: #1e0a1e;
	margin-right: 3px;
}

/* event-meta */
.category.category-events .event-meta {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(4, auto);
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.category.category-events .event-meta__title {
	grid-area: 2 / 1 / 3 / 2;
}

.category.category-events .event-meta__data {
	grid-area: 1 / 1 / 2 / 2;
	display: flex;
	gap: 5px;
	flex-wrap: wrap;
}

.category.category-events .event-meta__lang {
	grid-area: 3 / 1 / 4 / 2;
}

.category.category-events .event-meta__venue {
	grid-area: 4 / 1 / 5 / 2;
}

.category.category-events .event-meta__data .event-meta__time {
	font-size: 14px;
}

.category.category-events .event-meta__data .event-meta__tags {
	list-style-type: none;
	display: flex;
	gap: 5px;
	height: 32px;
	margin: 0;
}

.category.category-events .event-meta__data .event-meta__tags {
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 12px;
	border-radius: 5px;
}

.category.category-events .event-meta__data .event-meta__tags.in-preparation {
	color: #1e0a1e;
	background: #f7e286;
}

.category.category-events .event-meta__data .event-meta__tags.coming-soon {
	color: #1e0a1e;
	background: #f0cb27;
}

.category.category-events .event-meta__data .event-meta__tags.now-available {
	background: #224eb5;
}

.category.category-events .event-meta__data .event-meta__tags.sold-out {
	background: #f24e1f;
}


@media (1024px <= width) {
	.category.category-events .alist_entry a {
		display: flex;
		gap: 30px;
	}

	.category.category-events .alist_entry .thumb {
		width: 310px;
	}

	.category.category-events .alist_entry .event-meta {
		align-content: flex-start;
		flex: 1;
	}

	.category.category-events .event-meta__data {
		margin-bottom: 6px;
	}

	.category.category-events .event-meta__data .event-meta__time {
		font-size: 16px;
	}

	.category.category-events .event-meta__data .event-meta__tags li {
		font-size: 14px;
	}
}

@media (1045px <= width) {
	.category.category-events .alist_entry {
		width: 100%;
	}
}


/**
 * index
 */
.home.blog {
	.row-fluid {
		.span12 {
			float: none;
		}
	}

	.alist_category.recent-events {
		.alist_entry {
			.thumb {
				img {
					width: 100%;
					height: 100%;
					border-radius: 5px;
				}
			}

			.event-meta__data,
			.event-meta__time,
			.event-meta__lang,
			.event-meta__venue {
				font-size: 14px;
				font-weight: 700;
				color: #4d424b;
				line-height: 1.8;
				vertical-align: baseline;
			}

			.event-meta__time,
			.event-meta__lang,
			.event-meta__venue {
				&::before {
					font-family: 'dashicons';
					color: #1e0a1e;
					margin-right: 3px;
				}
			}

			.event-meta__time::before {
				content: "\f508";
			}

			.event-meta__lang::before {
				content: "\f326";
			}

			.event-meta__venue::before {
				content: "\f230";
			}
		}
	}
}

@media only screen and (min-width: 1045px) {
	.home.blog {
		.span12 + .alist_category {
			.alist_entry {
				.thumb {
					width: 310px;
					height: 165px;
					margin-bottom: 10px;
					background: #224eb5;
					border-radius: 5px;
				}
			}
		}
	}
}


/**
 * Primary Menu / JP - Main
 */
#menu-jp-main .latest a::before {
	content: "\1F4D8";
	margin-right: 0.4em;
}

#menu-jp-main .events a::before {
	content: "\1F91D";
	margin-right: 0.4em;
}

#menu-jp-main .videos a::before {
	content: "\1F4FA";
	margin-right: 0.4em;
}

#menu-jp-main .about a::before {
	content: "\1F44B";
	margin-right: 0.4em;
}


/**
 * Additional / 20251009
 */
.wp-block-quote p {
	line-height: 2;
}

.wp-block-quote cite {
	line-height: 1.8;
	margin-top: 13px;
}


/*********************************
 *
 * ドメイン変更に伴う修正
 *
 *********************************/

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.mobile-center {
	text-align: center;
}

@media (width >= 1045px) {
	.mobile-center {
		text-align: unset;
	}
}

/* ハンバーガーメニュー */
@media (width >= 1045px) {
	.hamburger-menu {
		display: none;
	}
}

/* モバイルナビゲーション */
.menu__box {
	.menu {
		list-style-type: none;
		margin: 0;
	}

	.menu-item {
		position: relative;
	}

	.menu-item a {
		position: relative;
		display: block;
    padding: 6px 0;
    color: #1e0a1e;
    font-size: 1.1em;
    font-weight: 700;
    text-decoration: none;
    transition-duration: .25s;
    text-align: left;
		z-index: 2;
	}

	.menu-item-description {
		font-size: 14px;
		position: absolute;
		top: 8px;
		right: 0;
		z-index: 0;
	}

	.menu-icon {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.menu__text {
		top: auto;
		font-size: 28px !important;
		padding: 6px 10px !important;
	}

	a.menu__text {
		color: #aaa;
	}

	a.menu__text:hover {
		color: #224eb5;
	}

	span.menu__text {
		color: #e94709;
	}

	#menu-jp2025-sns {
		margin-top: 20px;

		.menu-item {
			a svg {
				width: 30px;
				height: 30px;
			}
		}
	}
}

/**
 * SNS ナビゲーション
 */
#menu-jp2025-sns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

/**
 * lang-switch
 */
.lang-switch {
	.text {
		color: #e94709;

		a {
			color: #aaa;
		}

		a:hover {
			color: #224eb5;
		}

		a::after {
			display: inline-block;
			content: "｜";
			color: #1e0a1e;
		}
	}
}

/**
 * PC ナビゲーション
 */
.pc-nav {
	display: none;
}

@media (width >= 1045px) {
	.lang-switch {
		height: 70px;

		.base {
			padding: 19px 14px 19px 30px;
		}
	}

	.pc-header {
		position: relative;
		display: inline-flex;
		justify-content: flex-start;
		height: 70px;
		padding-right: 30px;
		background: rgba(255, 255, 255, 0.5);
		border-top-right-radius: 100vh;
		border-bottom-right-radius: 100vh;
		z-index: 5;
	}

	header #brand {
		display: flex;
		align-items: center;
		margin: 0 20px;

		h1 {
			display: flex;
			align-items: center;

			a {
				display: flex;
				align-items: center;
			}
		}
	}

	.site-title img {
		width: 242px;
	}

	.pc-nav {
		display: flex;
		align-items: center;

		.main-navigation {
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

		.main-navigation div {
			padding: 0 20px;
		}

		.main-navigation > div:first-of-type {
			border-right: 1px solid;
			border-image: linear-gradient(to bottom, transparent 0%, transparent 20%, #1e0a1e 20%,  #1e0a1e 90%, transparent 90%, transparent 100%) 1;
		}

		.menu {
			font-variant: JIS04;
			display: flex;
			gap: 24px;
		}

		.menu-item {
			margin: 0;

			a {
				line-height: 1;
			}
		}

		.menu-item-description {
			display: flex;
			flex-flow: column;
			font-size: 12px;
			line-height: 1.5;
		}
	}
}

@media (width >= 1440px) {
	.lang-switch {
		height: 100px;

		.base {
			padding: 34px 30px 34px 40px;
		}

		.text {
			font-size: 28px;
		}
	}

	.pc-header {
		height: 100px;
	}

	header #brand {
		margin: 0 40px;
	}

	.site-title img {
		width: 264px;
	}

	.pc-nav {
		.main-navigation div {
			padding: 0 30px;
		}

		.menu {
			gap: 30px;
		}

		.menu-item a {
			font-size: 20px !important;
		}

		.menu-item-description {
			line-height: 1.2;
		}
	}
}

/**
 * footer
 */
.site-footer {
	width: 100%;
	background: #1e0a1e;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 20px;

	.subscribe {
		background: transparent;
		margin-top: 0;

		.menu {
			list-style-type: none;
			display: flex;
			justify-content: center;
			align-items: center;
			gap: 30px;
			margin: 30px 0 0;
		}

		.menu-item a svg {
			fill: #fff;
		}
	}

	.mobile-center {
		position: relative;
	}

	.lang-switch {
		top: 10px;

		.base {
			background: #fff;
			padding: 6px 12px 6px 6px;
			border-radius:0 100vh 100vh 0;
			margin: 0 auto 0 0;
		}

		.text {
			font-size: 16px;
		}
	}

	.pc-footer {
		.footer-logo {
			display: flex;
			justify-content: center;
			align-items: center;

			a {
				display: flex;
				background: #fff;
				padding: 5px 10px;
				border-radius: 100vh;

				img {
					width: 180px;
				}
			}
		}
	}
}

@media (width >= 600px) {
	.site-footer {
		.lang-switch {
			top: 1px;

			.base {
				padding: 14px 30px 14px 14px;
			}

			.text {
				font-size: 22px;
			}
		}
	}
}

@media (width >= 1045px) {
	.site-footer {
		.subscribe {
			p {
				font-size: 14px;
			}
		}

		.lang-switch {
			top: 0;
			height: 70px;

			.base {
				padding: 19px 30px 19px 14px;
			}
		}

		.pc-footer {
			position: absolute;
			display: inline-flex;
			justify-content: flex-end;
			height: 70px;
			padding-left: 10px;
			padding-right: 20px;
			background: #fff;
			border-top-left-radius: 100vh;
			border-bottom-left-radius: 100vh;
			margin-top: 0;
			z-index: 5;
			right: 0;
		}

		.pc-nav {
			.menu {
				margin-bottom: 0;
			}

			.menu-item {
				a {
					display: flex;
					flex-flow: column;
					align-items: flex-start;
					gap: 6px;
					font-size: 16px;
					font-weight: 700;
					color: #1e0a1e;
					line-height: 1;
					transition: .3s ease-out;
				}

				a:hover {
					color: #7291d9;
				}
			}

			.menu-item-description {
				font-size: 12px;
				line-height: 1.5;
			}
		}
	}
}

@media (width >= 1440px) {
	.site-footer {
		.lang-switch {
			height: 100px;

			.base {
				padding: 34px 40px 34px 30px;
			}

			.text {
				font-size: 28px;
			}
		}

		.pc-footer {
			height: 100px;
			padding-left: 20px;
			padding-right: 30px;

			.footer-logo a img {
				width: 250px;
			}
		}
	}
}

/**
 * site-info
 */
.site-info {
	p {
		margin-bottom: 0;
	}
}

@media (width >= 1045px) {
	.site-info {
		margin-top: 80px;
	}
}

@media (width >= 1440px) {
	.site-info {
		margin-top: 100px;
	}
}

/**
 * page-template-alignwide
 */
.page-template-alignwide,
.page-template-alignwide-no-title {
	.main-fluid {
		max-width: 1040px;
		padding: 0 20px;
		margin-right: auto;
		margin-left: auto;

		.wp-block-group.has-white-background-color.has-background {
			padding: 20px;
			border-radius: 16px;

			@media (1045px <= width) {
				padding: 40px 40px 60px;
			}

			> .wp-block-group__inner-container {
				> h2 {
					margin-top: 0;
					margin-bottom: 56px;
				}

				> .wp-block-media-text {
					gap: 20px;
					margin-top: 70px;

					@media (1045px <= width) {
						padding: 0 20px;
					}

					.wp-block-media-text__content {
						padding: 0;

						h3 {
							font-size: 30px;
							overflow-wrap: break-word;
							line-height: 1;
							margin-top: 0;
						}
					}

					img {
						border-radius: 16px !important;
						margin-bottom: 0;
					}
				}
			}

			.wp-block-group {
				@media (1045px <= width) {
					padding: 0 20px;
				}

				+ .wp-block-group {
					margin-top: 70px;
				}

				h3 {
					font-size: 30px;
					overflow-wrap: break-word;
					line-height: 1;
				}

				h4, p {
					margin-bottom: 20px;
				}

				.wp-block-columns {
					column-gap: 20px;
				}

				img {
					border-radius: 16px !important;
					margin-bottom: 0;
				}
			}
		}

		.wp-block-group.has-white-background-color.has-background {
			margin-top: 40px;
			margin-bottom: 40px;

			@media (1045px <= width) {
				margin-top: 70px;
				margin-bottom: 70px;
			}
		}
	}

	.wp-block-flexible-table-block-table {
		> table {
			border-collapse: separate;
			border-spacing: 0 20px	;

			@media (1045px <= width) {
				th, td {
					font-size: 20px;
				}
			}
		}
	}
}

/* 親：全幅ヒーロー */
.wp-block-group.spctrm-alignfull {
  width: 100vw;
  height: clamp(240px, 56vw, 400px);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  position: relative;
}

/* 画像を全面に敷く（figure 基準） */
.wp-block-group.spctrm-alignfull figure {
  position: relative; /* ← ::after の基準 */
  margin: 0;
  height: 100%;
}

.wp-block-group.spctrm-alignfull img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0; /* 背面 */
}

/* ← ここを figure::after に変更（画像の上に半透明を重ねる） */
.wp-block-group.spctrm-alignfull figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45); /* 暗めのオーバーレイ */
  z-index: 1; /* 画像の上、見出しの下 */
}

/* 内側ラッパー：高さだけ持たせる（z-indexは付けない） */
.wp-block-group.spctrm-alignfull > .wp-block-group__inner-container {
  height: 100%;
}

/* 見出しをど真ん中&最前面へ */
.wp-block-group.spctrm-alignfull .wp-block-heading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  margin: 0;
  padding: clamp(12px, 4vw, 40px);
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0,0,0,.4);
  z-index: 2; /* 最前面 */
}
