@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
     # General elements
     # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
  * Correct `block` display not defined for any HTML5 element in IE 8/9
  * Correct `block` display not defined for `details` or `summary` in IE 10/11
  * and Firefox
  * Correct `block` display not defined for `main` in IE 11
  */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
     # Selection
     # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* # =================================================================
   # デフォルトのressから追記
   # ================================================================= */
body {
  font-family: Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  font-style: normal;
  font-size: 15px;
  color: #101010;
  background-color: #f9fbfb;
}

section {
  overflow: hidden;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

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

@media all and (-ms-high-contrast: none) {
  img {
    width: 100%;
  }
}

/* # =================================================================
   # HEADER
   # ================================================================= */
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 92px;
  background-color: #5f5d5c;
}

.header_menu {
  width: 100%;
  height: 100%;
}

.header_menu ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
}

.header_menu ul li {
  width: 20%;
  text-align: center;
  height: 100%;
  border-right: 2px solid #555;
}

.header_menu ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0;
  height: 100%;
}

.header_menu ul li a div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0 0 5px;
}

.header_menu ul li a div .ja {
  color: #cecece;
  font-size: 10px;
  margin-bottom: 5px;
  font-family: "Noto Sans JP";
}

.header_menu ul li a div .en {
  color: #fcfcfc;
  font-size: 13px;
  font-weight: bold;
}

.header_menu ul li a div span {
  width: 100%;
  display: block;
}

.header_menu ul li:last-child a div {
  border-right: none;
}

/*プライバシーポリシーページ*/
.privacy {
  color: #424242;
  line-height: 1.8;
}

.privacy ul {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 30px;
}

.privacy > ol {
  list-style: auto;
  margin-left: 1rem;
  margin-bottom: 30px;
}

.privacy h3 {
  margin-bottom: 20px;
  border-bottom: 4px solid #f3f3f3;
  padding-bottom: 10px;
  margin-top: 50px;
}

.privacy p {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }

  .header_menu {
    max-width: 1024px;
    margin: 0 auto;
  }

  .header_menu ul li a div .ja {
    font-size: 10px;
    margin-top: 3px;
  }
}

@media screen and (min-width: 1024px) {
  .header_menu ul li a div .en {
    font-size: 17px;
  }
}

@media screen and (max-width: 370px) {
  .header_menu ul li a div .en {
    font-size: 11px;
  }
}

/* # =================================================================
   # UTILITY
   # ================================================================= */
.sp_only {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}

.pc_only {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_only {
    display: block !important;
  }
}

.content {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1084px;
}

.content p {
  line-height: 1.8;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .content p {
    font-size: 18px;
  }
}

.content.is_max860 {
  max-width: 860px;
}

#wine .content,
#gourmet .content,
#international .content {
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  #wine .content,
  #gourmet .content,
  #international .content {
    padding-top: 80px;
  }
}

.title_02 {
  color: #d52b1e;
  font-size: 22px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .title_02 {
    font-size: 32px;
    margin-bottom: 50px;
  }
}

.title_02 .ja {
  display: block;
  font-size: 13px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .title_02 .ja {
    font-size: 16px;
  }
}

.title_02 img {
  display: block;
  margin: 16px auto 0;
}

.title_w_bg {
  height: 240px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  position: relative;
}

.title_w_bg.bg_wine {
  background-image: url(/wp-content/themes/southaustraliatokyo/images/wine_1.webp);
}

@media screen and (min-width: 768px) {
  .title_w_bg.bg_wine {
    background-image: url(/wp-content/themes/southaustraliatokyo/images/pc/wine_1.webp);
  }
}

.title_w_bg.bg_gourmet {
  background-image: url(/wp-content/themes/southaustraliatokyo/images/gourmet_1.webp);
}

@media screen and (min-width: 768px) {
  .title_w_bg.bg_gourmet {
    background-image: url(/wp-content/themes/southaustraliatokyo/images/pc/gourmet_1.webp);
  }
}

.title_w_bg.bg_edu {
  background-image: url(/wp-content/themes/southaustraliatokyo/images/ie_1.webp);
}

@media screen and (min-width: 768px) {
  .title_w_bg.bg_edu {
    background-image: url(/wp-content/themes/southaustraliatokyo/images/pc/ie_1.webp);
  }
}

.title_w_bg_wrap {
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .title_w_bg_wrap {
    padding: 80px 0;
  }
}

@media screen and (min-width: 768px) {
  .title_w_bg {
    height: 400px;
  }
}

.title_w_bg h2 {
  text-align: center;
  color: #fcfcfc;
  text-shadow: 3px 3px 10px rgba(16, 16, 16, 0.501);
  padding: 0 30px;
  width: 100%;
}

.title_w_bg h2 span {
  display: block;
  font-size: 13px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .title_w_bg h2 span {
    font-size: 16px;
  }
}

.title_w_bg .en {
  display: block;
  font-size: 32px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .title_w_bg .en {
    font-size: 40px;
  }
}

.title_w_bg .copy {
  width: 100%;
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 10px;
  color: #fcfcfc;
  text-shadow: 3px 3px 10px rgba(16, 16, 16, 0.501);
}

.title_w_bg .copy_inner {
  max-width: 1024px;
  margin: 0 auto;
}

.side {
  max-width: 1024px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .side {
    display: flex;
    margin: 80px 0 60px;
  }

  .side .side_left {
    width: 41%;
    margin-right: 5%;
  }

  .side .side_left .title_02 {
    margin-top: 0;
    text-align: left;
  }

  .side .side_right {
    width: 52%;
  }
}

.image_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
}

.image_list li {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .image_list li {
    width: 25%;
  }
}

.image_list li figure {
  position: relative;
}

.image_list li figure figcaption {
  position: absolute;
  bottom: 8px;
  left: 8px;
  color: #fcfcfc;
  text-shadow: 3px 3px 10px rgba(16, 16, 16, 0.501);
  font-size: 10px;
}

div.people_list,
.people_list li {
  padding-bottom: 32px;
}

.people_list li {
  margin-bottom: 32px;
  border-bottom: 2px solid #cecece;
}

.people_list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  div.people_list,
  .people_list li {
    padding-bottom: 56px;
  }

  .people_list li {
    display: flex;
    margin-bottom: 56px;
  }
}

.people_list figure {
  text-align: center;
}

div.people_list figure {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  div.people_list figure {
    width: 40%;
  }

  .people_list li figure {
    width: 27%;
  }
}

.people_list figure img {
  width: 180px;
}

@media screen and (min-width: 768px) {
  .people_list figure img {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .people_list figure figcaption {
    text-align: left;
  }
}

.people_list figure figcaption .name {
  display: block;
  font-size: 18px;
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .people_list figure figcaption .name {
    font-size: 24px;
  }
}

.people_list figure figcaption .belong {
  display: block;
  font-size: 13px;
  margin-top: 8px;
}

.people_list .people_description {
  margin-top: 24px;
}

@media screen and (min-width: 768px) {
  .people_list li .people_description {
    width: 68%;
    margin-left: 5%;
    margin-top: 0;
  }
}

.people_list .people_description .profile_title {
  font-size: 18px;
  color: #233d95;
  margin-bottom: 0.5em;
}

@media screen and (min-width: 768px) {
  .people_list .people_description .profile_title {
    font-size: 24px;
  }
}

.people_list .people_description .profile_description {
  font-size: 13px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .people_list .people_description .profile_description {
    font-size: 16px;
  }
}

#topics.contents {
  max-width: min(1020px, 95%);
}

.topics_list li {
  padding: 40px 0;
  word-break: break-all;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .topics_list li {
    display: flex;
    align-items: flex-start;
  }
}

.topics_list li p {
  margin-bottom: 1em;
  line-height: 1.5rem;
}

.topics_list li p:last-child {
  margin-bottom: 0;
}

.topics_list li figure {
  position: relative;
  margin: 0 auto 32px;
  width: 100%;
  max-width: 500px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .topics_list li figure {
    width: 200px;
  }
}

.topics_list li figure::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

@media screen and (min-width: 768px) {
  .topics_list li figure::before {
    padding-bottom: 75%;
  }
}

@media screen and (min-width: 768px) {
  .topics_list li figure {
    margin-right: 40px;
  }
}

.topics_list li figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topics_list li figure img.vertical {
  width: 100%;
  height: auto;
}

.topics_list li figure img.horizontal {
  height: 100%;
  width: auto;
}

@media screen and (min-width: 768px) {
  .topics_list li div {
    width: calc(100% - 240px);
  }
}

.topics_list li .title {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.topics_list li .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 2px solid #101010;
}

.topics_list li .text {
  font-size: 15px;
}

.topics_list li .date {
  text-align: right;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .topics_list li .date {
    font-size: 14px;
  }
}

.topics_list li a {
  color: #101010;
  text-decoration: underline;
}

.mt {
  margin-top: 32px;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.pb {
  padding-bottom: 64px;
}

@media screen and (min-width: 768px) {
  .pb {
    padding-bottom: 120px;
  }
}

.bg_white {
  background-color: #ffffff;
}

/* # =================================================================
   # KEY VISUAL
   # ================================================================= */
.keyvisual {
  position: relative;
  height: calc(100vh - 92px);
  min-height: 500px;
}

@media screen and (min-width: 768px) {
  .keyvisual {
    height: 660px;
  }
}

.keyvisual_video_wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.keyvisual_video_wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.keyvisual_over {
  position: absolute;
  top: 0;
  padding: 0 30px;
  width: 100%;
  height: calc(100vh - 92px);
  min-height: 500px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .keyvisual_over {
    height: 660px;
  }
}

.keyvisual_over_inner {
  margin: 0 auto;
}

.keyvisual_logo {
  text-align: center;
  margin-bottom: 36px;
}

@media screen and (min-width: 768px) {
  .keyvisual_logo {
    margin-bottom: 60px;
  }
}

.keyvisual_logo img {
  height: 84px;
}

@media screen and (min-width: 768px) {
  .keyvisual_logo img {
    height: 112px;
  }
}

.keyvisual_title {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  color: #fcfcfc;
  text-shadow: 3px 3px 10px rgba(16, 16, 16, 0.501);
  font-weight: bold;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 500px) {
  .keyvisual_title {
    max-width: min(70%, 600px);
  }
}

.keyvisual_title h1 {
  line-height: 1.5;
  font-size: 10vw;
  font-weight: 700;
}

@media screen and (min-width: 500px) {
  .keyvisual_title h1 {
    font-size: min(6vw, 56px);
  }
}

.keyvisual_title p {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .keyvisual_title p {
    font-size: 18px;
    margin-top: 60px;
  }
}

.keyvisual_news {
  max-width: min(90%, 600px);
  margin: 0 auto;
  padding: 80px 0;
  padding-top: 60px;
}

@media screen and (min-width: 768px) {
  .keyvisual_news {
    padding: 60px 0;
    padding-top: 40px;
  }
}

.keyvisual_news_inner div {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 0 auto;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .keyvisual_news_inner div {
    flex-direction: row;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .keyvisual_news_list {
    margin-left: 20px;
  }
}

.keyvisual_news_list li {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .keyvisual_news_list li {
    align-items: center;
    flex-direction: row;
  }
}

.keyvisual_news_list li:first-child {
  padding-top: 0;
}

.keyvisual_news_list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.keyvisual_news_list li .news-label {
  background-color: #d52b1e;
  font-size: 12px;
  color: #fcfcfc;
  display: inline-block;
  padding: 2px 4px;
  margin-right: 20px;
  flex-shrink: 0;
}

.keyvisual_news_list li a {
  text-decoration: underline;
  display: -webkit-box;
  color: #101010;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: opacity 0.2s ease;
}

.keyvisual_news_list li a:hover {
  opacity: 0.7;
}

.keyvisual_news .news-more-btn {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.btn-more-news {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  font-size: 15px;
  color: #233d95;
  border: 2px solid #233d95;
  background-color: #f9fbfb;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .btn-more-news {
    font-size: 18px;
  }
}

.btn-more-news::before {
  content: url(/wp-content/themes/southaustraliatokyo/images/icon_open.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  transition: filter 0.3s ease;
}

.btn-more-news:hover {
  background-color: #233d95;
  color: #f9fbfb;
}

.btn-more-news:hover::before {
  filter: brightness(0) invert(1);
}

/* # =================================================================
   # VIDEO
   # ================================================================= */
.video_wrap {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  margin: 44px auto 64px;
  max-width: 854px;
}

@media screen and (min-width: 768px) {
  .video_wrap {
    margin: 56px auto 120px;
  }
}

.video_wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* # =================================================================
   # FOOTER
   # ================================================================= */
.footer {
  background-color: #d52b1e;
  color: #fcfcfc;
  padding-top: 48px;
}

@media screen and (min-width: 768px) {
  .footer .sns_list {
    display: flex;
    justify-content: center;
  }
}

.footer .sns_list li {
  border: solid 3px #fcfcfc;
  height: 70px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .footer .sns_list li {
    width: 31.333%;
    margin-right: 3%;
    margin-bottom: 0;
  }

  .footer .sns_list li:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer .sns_list li {
    width: 27.333%;
    margin-right: 9%;
    margin-bottom: 0;
  }

  .footer .sns_list li:last-child {
    margin-right: 0;
  }
}

.footer .sns_list li:last-child {
  margin-bottom: 0;
}

.footer .sns_list li a {
  font-size: 18px;
  font-weight: bold;
  color: #fcfcfc;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .sns_list li a {
    padding: 0 12px;
  }
}

.footer .sns_list li a svg {
  fill: #fcfcfc;
  transition: all 0.3s ease;
}

.footer .sns_list li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer .sns_list li a:hover {
  background-color: #fcfcfc;
  color: #d52b1e;
}

.footer .sns_list li a:hover svg {
  fill: #d52b1e;
}

.footer .annotation {
  font-size: 13px;
  color: #fcfcfc;
  text-align: center;
  margin-top: 12px;
}

.footer .copy {
  font-size: 12px;
  color: #fcfcfc;
  text-align: center;
  letter-spacing: 0;
  padding: 100px 0 24px;
}

@media screen and (min-width: 768px) {
  .footer .copy {
    font-size: 14px;
    padding: 100px 0 40px;
  }
}

.pagetop {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  z-index: 2;
  display: none;
}

.pagetop img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pagetop {
    height: 56px;
    width: 56px;
  }
}

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

.more {
  position: relative;
  padding-bottom: 30px;
}

.more label {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  width: 100%;
  height: 80px;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}

@media screen and (min-width: 768px) {
  .more label {
    bottom: unset;
    height: 120px;
    top: 240px;
  }
}

.more input:checked + label {
  background: inherit;
}

@media screen and (min-width: 768px) {
  .more input:checked + label {
    bottom: 80px;
    top: unset;
  }
}

.more label:after {
  height: 40px;
  line-height: 40px;
  position: absolute;
  z-index: 1;
  bottom: -20px;
  left: 50%;
  width: 160px;
  content: url(/wp-content/themes/southaustraliatokyo/images/icon_open.svg) "　続きを読む";
  transform: translate(-50%, 0);
  font-size: 15px;
  color: #233d95;
  border: 2px solid #233d95;
  background-color: #f9fbfb;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .more label:after {
    bottom: -40px;
    right: 0;
    left: unset;
    transform: unset;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .more label:hover:after {
    background-color: #233d95;
    color: #f9fbfb;
    content: url(/wp-content/themes/southaustraliatokyo/images/icon_open_w.svg) "　続きを読む";
  }
}

.more input {
  display: none;
}

.more .more_container {
  overflow: hidden;
  height: 125px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  .more .more_container {
    height: 360px;
  }
}

.more input:checked + label:after {
  content: url(/wp-content/themes/southaustraliatokyo/images/icon_close.svg) "　閉じる";
}

@media screen and (min-width: 768px) {
  .more input:checked + label:hover:after {
    content: url(/wp-content/themes/southaustraliatokyo/images/icon_close_w.svg) "　閉じる";
  }
}

.more input:checked ~ .more_container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  transition: all 0.3s;
}

/* ==========================================================
 追加分
========================================================== */
body:not(.home) {
  font-family: "Noto Sans JP";
}

body:not(.home) img[src$=".svg"] {
  width: 100%;
  height: 100%;
}

body:not(.home) > .contents {
  width: 100%;
  max-width: 1020px;
  margin: 70px auto 140px;
}

body:not(.home) .box-event .detail p a:not(.btn) {
  text-decoration: underline;
}

body:not(.home) .box-event .detail p a:not(.btn):hover {
  text-decoration: none;
}

/* header
---------------------------------------------------------- */
body:not(.home) .header {
  position: relative;
  height: 450px;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

body:not(.home).event .header {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/event-topvisual.webp");
}

body:not(.home).post .header {
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/news-topvisual.webp");
}

body:not(.home) .header-nav,
body:not(.home) .header-nav-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

body:not(.home) .header-nav {
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding-top: 25px;
}

body:not(.home) .header-nav h1 {
  width: 87px;
  height: 90px;
}

body:not(.home) .header-nav-menu .item a,
body:not(.home) .header-nav-menu .item span {
  display: block;
}

body:not(.home) .header-nav-menu .item a {
  padding: 0 20px;
  color: #fff;
  text-align: center;
  transition: opacity 0.2s;
}

body:not(.home) .header-nav-menu .item a:hover {
  opacity: 0.7;
}

body:not(.home) .header-nav-menu .ja {
  margin-top: 6px;
  font-size: 10px;
}

body:not(.home) .header-nav-menu .en {
  margin-top: 5px;
  font-size: 16px;
  font-family:
    "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  font-weight: 700;
}

body:not(.home) .header-ttl {
  margin-top: 100px;
  color: #fff;
  font-size: 60px;
  font-family:
    "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  font-weight: 700;
  text-align: center;
}

/* footer
---------------------------------------------------------- */
body:not(.home) .footer {
  padding: 40px 0 20px;
}

body:not(.home) .footer-icon {
  width: 222px;
  height: 90px;
  margin: 0 auto 40px;
}

body:not(.home) .footer .copy {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 10px;
  font-family:
    "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  font-weight: 300;
}

/* 汎用
---------------------------------------------------------- */
.ttl-cmn-01 {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
}

.ttl-cmn-01::before,
.ttl-cmn-01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  height: 5px;
}

.ttl-cmn-01::before {
  width: 100%;
  background: #f5f5f5;
}

.ttl-cmn-01::after {
  width: 20px;
  background: #d52b1e;
}

/* event
---------------------------------------------------------- */
.event .contents {
  max-width: min(1020px, 95%) !important;
}

.list-event + .ttl-cmn-01,
body:not(.home) .contents p + .ttl-cmn-01 {
  margin-top: 70px;
}

.list-event .item + .item {
  margin-top: 20px;
}

.list-event .item a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f5f5f5;
  transition: opacity 0.2s;
}

.list-event .item a:hover {
  opacity: 0.7;
}

.list-event .item a,
.list-event .item a:visited {
  color: inherit;
}

.list-event .item a::before,
.list-event .item a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 40px;
  height: 40px;
}

.list-event .item a::before {
  background: #d52b1e;
}

.list-event .item a::after {
  background: url("../images/icon_arrow_02.svg") no-repeat 50% 50%;
  background-size: contain;
}

.list-event .item a .img {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 200px;
}

.list-event .item a .img .ofi-img {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 0 0;";
  object-fit: cover;
  object-position: 0 0;
}

.list-event .item a .detail {
  width: calc(100% - 340px);
  padding-right: 40px;
  margin-left: auto;
}

.list-event .item a .detail .ttl {
  font-weight: 700;
}

.list-event .item a .detail span {
  display: block;
}

.list-event .item a .detail .en {
  margin-bottom: 10px;
  font-size: 22px;
}

.list-event .item a .detail .ja,
.list-event .item a .detail .txt {
  font-size: 16px;
}

.list-event .item a .detail .txt {
  margin-top: 20px;
  line-height: 1.6;
  color: #424242;
}

.list-event .item a .detail .txt li + li {
  margin-top: 5px;
}

.box-single .detail,
.box-event .detail {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
  color: #424242;
}

.box-single .detail p + p,
.box-event .detail p + p {
  margin-top: 30px;
}

.box-single .detail .btn-wrap,
.box-event .detail .btn-wrap {
  margin-top: 80px;
  text-align: center;
}

.box-single .detail .btn,
.box-event .detail .btn {
  display: inline-block;
  position: relative;
  min-width: 240px;
  min-height: 60px;
  padding: 15px 50px 15px 20px;
  letter-spacing: -0.02em;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  transition: opacity 0.2s;
}

.box-single .detail .btn::after,
.box-event .detail .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  background: url("../images/icon_exit.svg") no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}

.box-single .detail .btn:hover,
.box-event .detail .btn:hover {
  opacity: 0.7;
}

.box-single .detail .btn + .btn,
.box-event .detail .btn + .btn {
  margin-left: 20px;
}

.box-single .detail .btn-red,
.box-event .detail .btn-red {
  background: #b30b00;
}

.box-single .detail .btn-blue,
.box-event .detail .btn-blue {
  background: #199fdc;
}

.box-single .detail h4,
.box-event .detail h4 {
  margin: 3em 0 10px;
  color: #101010;
  font-size: 140%;
}

.box-single .detail h5,
.box-event .detail h5 {
  margin: 2em 0 10px;
  color: #101010;
  font-size: 110%;
}

.box-single .detail h4 + h5,
.box-event .detail h4 + h5 {
  margin-top: 0;
}

.box-single .detail .txt-red,
.box-event .detail .txt-red {
  color: #d52b1e;
}

.box-single .detail a,
.box-single .detail .txt-line,
.box-event .detail .txt-line {
  text-decoration: underline;
}

.box-single .detail figure,
.box-event .detail figure {
  margin: 2em 0;
}

.box-single .date {
  margin: -2em 0 3em;
  text-align: right;
}

.box-single .detail h3 {
  margin: 2em 0 1em;
  line-height: 1.6;
  color: #101010;
  font-size: 160%;
}

.box-single .detail a {
  color: #0522a0;
}

.box-single .detail a:hover {
  text-decoration: none;
}

.box-single .detail a:hover img {
  transition: opacity 0.2s;
}

.box-single .detail a:hover img {
  opacity: 0.7;
}

.box-single .detail .box {
  margin: 1em 0 3em;
}

.arrow-link {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-weight: bold;
}

.arrow-link:before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .box-single .detail .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .box-single .detail .box p:first-of-type {
    flex-shrink: 0;
  }

  .box-single .detail .box p + p {
    margin: 1em 0 0 20px;
  }
}

.box-event .img {
  height: 440px;
  text-align: center;
}

.box-event .img img {
  width: auto;
  height: 100%;
}

.box-event .ttl {
  margin: 50px 0 60px;
  text-align: center;
}

.box-event .ttl span {
  display: block;
  font-weight: 700;
}

.box-event .ttl .en {
  margin-bottom: 20px;
  font-size: 28px;
}

.box-event .ttl .ja {
  font-size: 18px;
}

.box-event .detail h4:nth-of-type(n + 2) {
  margin-top: 5em;
  padding-top: 5em;
  border-top: 1px solid #cecece;
}

.box-event .detail .btn-wrap.btn-wrap-02 {
  margin: 35px 0 60px;
}

.box-event .detail .btn-wrap + .btn-wrap {
  margin-top: 40px;
}

.box-event .detail .btn-wrap h5 {
  margin-bottom: 15px;
}

.link-back {
  display: block;
  width: 240px;
  margin: 50px auto 0;
  padding: 15px 0;
  color: #424242;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-bottom: 4px solid #eee;
  transition: opacity 0.2s;
}

.link-back::before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url("../images/icon_arrow_03.svg") no-repeat 50% 50%;
  background-size: contain;
  vertical-align: middle;
}

.link-back:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  body.body .header {
    height: auto;
  }

  body.body .header_menu ul {
    overflow: hidden;
  }

  body.body .header_menu ul li {
    width: 50%;
    height: 65px;
    border-bottom: 2px solid #555;
  }

  body.body .header_menu ul li:nth-of-type(even) {
    border-right: none;
  }

  .header_menu ul li a div {
    padding: 0;
  }

  body:not(.home) {
    width: 100%;
  }

  body:not(.home) .header {
    height: 200px;
  }

  body:not(.home) .header-nav {
    padding: 0 10px 0 18px;
  }

  body:not(.home) .header-nav h1,
  .header-nav-btn {
    position: relative;
    z-index: 20;
  }

  body:not(.home) .header-nav h1 {
    width: 60px;
    height: 62px;
    margin-top: 15px;
  }

  body:not(.home) .header-nav-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    border: none;
    visibility: hidden;
    z-index: 10;
    opacity: 0;
    transition: all 0.2s;
  }

  body:not(.home) .header-nav-menu .item {
    display: none;
    width: 100%;
    transition: all 0.2s;
  }

  body:not(.home) .header-nav-menu .item a {
    padding: 15px 0;
  }

  html.is-open body:not(.home) .header-nav-menu {
    background: rgba(0, 0, 0, 0.85);
    visibility: visible;
    opacity: 1;
  }

  html.is-open body:not(.home) .header-nav-menu .item {
    display: block;
  }

  body:not(.home) .header-nav-menu .ja {
    margin-top: 5px;
    font-size: 12px;
  }

  .header-nav-btn {
    width: 60px;
    height: 60px;
    margin-top: 10px;
    line-height: 1;
    color: #424242;
    font-size: 12px;
    text-align: center;
  }

  .header-nav-btn::before {
    content: "MENU";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 6px;
    line-height: 1;
    letter-spacing: 1px;
    color: #fff;
    font-family:
      "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
      "Meiryo", sans-serif;
    font-weight: 700;
    transform: translateX(-50%);
  }

  .header-nav-btn span,
  .header-nav-btn span::before,
  .header-nav-btn span::after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 3px;
    margin: auto;
    background: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 50;
  }

  .header-nav-btn span {
    top: 20px;
  }

  .header-nav-btn span::before,
  .header-nav-btn span::after {
    content: "";
  }

  .header-nav-btn span::before {
    transform: translate(0, -10px);
  }

  .header-nav-btn span::after {
    transform: translate(0, 10px);
  }

  html.is-open .header-nav-btn,
  html.is-open .header-nav-btn span {
    background: none;
  }

  html.is-open .header-nav-btn::before {
    content: "CLOSE";
  }

  html.is-open .header-nav-btn span::before {
    transform: rotate(45deg);
  }

  html.is-open .header-nav-btn span::after {
    transform: rotate(-45deg);
  }

  body:not(.home) .footer {
    padding: 30px 0 30px;
  }

  body:not(.home) .footer-icon {
    width: 190px;
    height: 77px;
    margin-bottom: 20px;
  }

  body:not(.home) .header-ttl {
    margin-top: 20px;
    font-size: 30px;
  }

  body:not(.home) > .contents {
    margin: 30px auto 80px;
    padding: 0 15px;
  }

  .ttl-cmn-01 {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .list-event .item + .item {
    margin-top: 40px;
  }

  .list-event .item a {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    /* padding: 20px 0 40px; */
    background: none;
  }

  .list-event .item a .detail {
    width: 100%;
    margin: 10px 0 0;
    padding: 0;
  }

  .list-event .item a .img {
    width: 100%;
    height: 60vw;
  }

  .list-event .item a .detail .box-event {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .list-event .item a .detail .en {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .list-event .item a .detail .ja,
  .list-event .item a .detail .txt {
    font-size: 12px;
  }

  .list-event .item a .detail .txt {
    margin-top: 15px;
  }

  .list-event .item a::before,
  .list-event .item a::after {
    display: none;
    /* width: 32px;
    height: 32px; */
  }

  .list-event .item a .detail .txt li + li {
    margin-top: 2px;
  }

  .box-single .detail,
  .box-event .detail {
    padding: 20px 0 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .box-single .detail p + p,
  .box-event .detail p + p {
    margin-top: 20px;
  }

  .box-single .detail .btn-wrap,
  .box-event .detail .btn-wrap {
    margin-top: 60px;
  }

  .box-single .detail .btn,
  .box-event .detail .btn {
    width: 100%;
    text-align: left;
  }

  .box-single .detail .btn + .btn,
  .box-event .detail .btn + .btn {
    margin: 10px 0 0;
  }

  .box-single .date {
    margin: -1em 0 1em;
  }

  .box-single .detail h3 {
    margin: 1em 0 1.5em;
    font-size: 145%;
  }

  .box-event .img,
  .box-event .img img {
    height: auto;
  }

  .box-event .ttl {
    margin: 20px 0 25px;
    text-align: left;
  }

  .box-event .ttl .en {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .box-event .ttl .ja {
    font-size: 12px;
  }

  .link-back {
    width: 150px;
    margin-top: 30px;
    padding: 10px 0;
    font-size: 14px;
  }

  .link-back::before {
    width: 22px;
    height: 22px;
  }
}

.box-video {
  display: block;
  max-width: 700px;
  width: 100% !important;
  margin: 0 auto 50px;
}

.box-video video {
  width: 100%;
}

/*EXHIBITORS*/
.exhibitors h3 {
  margin-bottom: 40px;
}

.exhibitors h3 span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}

.exhibitors ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.exhibitors ul li {
  width: 49%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 15px;
  justify-content: space-between;
}

.exhibitors ul li p {
  font-size: 18px;
  font-weight: 600;
}

.exhibitors ul li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-top: 7px;
}

.exhibitors ul li a {
  font-size: 14px;
  color: #101010;
  background-color: #fff;
  padding: 8px 25px;
}

@media screen and (max-width: 767px) {
  .box-video {
    margin: 10px auto 30px;
  }

  .exhibitors ul li {
    width: 100%;
    padding: 20px 10px;
  }

  .exhibitors ul li p {
    font-size: 16px;
  }

  .exhibitors ul li span {
    font-size: 12px;
  }
}

/* 表 table */
.table {
  margin-top: 10px;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 5px 10px;
}

.table th {
  width: 150px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .table th,
  .table td {
    display: block;
    width: 100%;
  }

  .table th {
    background-color: #e3e3e3;
    text-align: center;
  }
}

/* # =================================================================
   # INTRO SECTION
   # ================================================================= */
.intro-section {
  max-width: min(90%, 800px);
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .intro-section {
    padding: 80px 0;
  }
}

/* # =================================================================
   # EVENT CAROUSEL
   # ================================================================= */
.event-carousel-section {
  max-width: min(90%, 800px);
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (min-width: 768px) {
  .event-carousel-section {
    padding: 80px 0;
  }
}

.js-event-slider {
  margin: 0 auto;
}

.js-event-slider .slick-prev,
.js-event-slider .slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  border: 1px solid #fff;
}

.js-event-slider .slick-prev:hover,
.js-event-slider .slick-next:hover {
  opacity: 0.7 !important;
}

.js-event-slider .slick-prev:hover,
.js-event-slider .slick-prev:focus,
.js-event-slider .slick-next:hover,
.js-event-slider .slick-next:focus {
  background: rgba(0, 0, 0, 0.6) !important;
}

.js-event-slider .slick-prev {
  left: 0;
}

.js-event-slider .slick-next {
  right: 0;
}

.js-event-slider .slick-prev::before,
.js-event-slider .slick-next::before {
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}

.js-event-slider .slick-prev::before {
  content: "\f104";
}

.js-event-slider .slick-next::before {
  content: "\f105";
}

.js-event-slider .slick-dots {
  bottom: -20px;
}

.js-event-slider .slick-dots li button:before {
  color: #5f5d5c;
}

.js-event-slider .slick-dots li.slick-active button:before {
  color: #d52b1e;
}

.event-carousel-item {
  padding: 0 20px;
}

.event-carousel-item a {
  position: relative;
  display: block;
  background: #f5f5f5;
  transition: opacity 0.2s;
}

.event-carousel-item a:hover {
  opacity: 0.7;
}

.event-carousel-item .img {
  position: relative;
  width: 100%;
}

.event-carousel-item .img::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

.event-carousel-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-carousel-item .detail {
  padding: 10px;
  color: #101010;
}

.event-carousel-item .detail .ttl {
  margin-bottom: 16px;
}

.event-carousel-item .detail .ttl .en {
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.event-carousel-item .detail .ttl .ja {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.event-carousel-item .detail .txt {
  font-size: 14px;
  line-height: 1.5;
}

.event-carousel-item .detail .txt li {
  margin-bottom: 0.2rem;
}

.event-carousel-item .detail .txt li:last-child {
  margin-bottom: 0;
}

/* ページネーション */
.pagination {
  margin: 40px 0;
  text-align: center;
}

.pagination .pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination .pagination-item a,
.pagination .pagination-item span {
  display: inline-block;
  padding: 8px 12px;
  min-width: 40px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  font-size: 14px;
  transition: all 0.3s ease;
}

.pagination .pagination-item a:hover {
  background-color: #f5f5f5;
  color: #333;
}

.pagination .pagination-item .current,
.pagination .pagination-item span.current {
  background-color: #d52b1e;
  color: white;
  border-color: #d52b1e;
  cursor: default;
}

.pagination .pagination-item .current:hover,
.pagination .pagination-item span.current:hover {
  background-color: #d52b1e;
  color: white;
}

.pagination .pagination-item a:first-child,
.pagination .pagination-item a:last-child {
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .pagination .pagination-list {
    gap: 4px;
  }

  .pagination .pagination-item a,
  .pagination .pagination-item span {
    padding: 6px 8px;
    min-width: 32px;
    font-size: 12px;
  }
}
