@charset "UTF-8";
/*!
Theme Name: Mediage Flare
Author: Riku Takenaka
Description: My Theme
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  /*フォントの名前*/
  font-family: "antro";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("/wp-content/themes/mediage_flare/public/fonts/Antro_Vectra.woff");
}
.antro {
  font-family: "antro", serif;
}

.page {
  margin: 30px auto;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .page {
    margin: 20px auto;
  }
}
.page li {
  line-height: 1.8;
}
.page-title {
  position: relative;
  margin: 30px 0;
}
.page-title--text {
  text-align: center;
  font-family: sans-serif;
  margin-bottom: 45px;
}
.page-title--text h1 {
  border-bottom: solid 2px #000;
  margin-bottom: 0;
  display: inline-block;
  font-size: 21px;
}
.page-title--text p {
  font-size: 14px;
}
.page-title--img {
  position: relative;
}
.page-title--img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(35, 24, 21, 0.3);
  z-index: 2;
}
.page-title--img img {
  vertical-align: bottom;
}
.page-content h1 {
  border-bottom: solid 1px;
  padding: 15px;
  font-size: 18px;
  margin: 45px 0 30px;
}
.page-content p {
  line-height: 1.7;
}
.page-content table {
  width: 100%;
}
.page-content table th, .page-content table td {
  padding: 8px;
}
.page-content iframe {
  width: 100%;
}

.program-container {
  border: solid 1px #000000;
  background-color: rgba(255, 244, 221, 0.53);
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .program-container {
    margin: 32px 0 0;
  }
}

.program-archive__about {
  position: relative;
  padding: 30px 68px 50px;
  border-bottom: solid 1px #000000;
}
@media screen and (max-width: 768px) {
  .program-archive__about {
    padding: 24px 16px;
  }
}
.program-archive__about:before {
  position: absolute;
  top: -10px;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .program-archive__about:before {
    top: -5px;
  }
}
.program-archive .about-header {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .program-archive .about-header {
    margin-bottom: 30px;
    display: flex;
  }
}
.program-archive .about-header-image {
  width: 230px;
  margin-right: 15px;
}
@media screen and (min-width: 769px) {
  .program-archive .about-header-image {
    padding: 10px;
    background-color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .program-archive .about-header-image {
    display: flex;
    justify-content: space-between;
    padding: 0;
    width: 100%;
  }
  .program-archive .about-header-image > img {
    width: 160px;
  }
  .program-archive .about-header-image > div {
    display: flex;
    align-items: center;
  }
  .program-archive .about-header-image > div a:first-child {
    margin-right: 15px;
  }
}
.program-archive .about-header-description p {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.program-archive .about-slider {
  display: flex;
  margin-bottom: 20px;
}
.program-archive .about-slider-item {
  margin-right: 30px;
  width: calc(33.3% - 20px);
}
@media screen and (max-width: 768px) {
  .program-archive .about-slider-item {
    margin-right: 15px;
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 768px) {
  .program-archive .about-slider-item:nth-of-type(2) {
    margin-right: 0;
  }
}
.program-archive .about-slider-item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .program-archive .about-slider-item:last-child {
    display: none;
  }
}
.program-archive .about-topics {
  display: flex;
  padding-bottom: 18px;
  border-bottom: solid 1px #000000;
  margin-bottom: 5px;
}
.program-archive .about-topics-item {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 3px;
  margin-right: 20px;
  box-shadow: 3px 3px 1px;
  border: solid 1px #000000;
}
.program-archive .about-description {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 65px 0;
  border-top: solid 2px #000000;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .program-archive .about-description {
    padding: 15px 10px;
  }
}
.program-archive__posts {
  padding: 55px 35px;
}
@media screen and (max-width: 768px) {
  .program-archive__posts {
    padding: 24px 16px;
  }
}
@media screen and (min-width: 769px) {
  .program-archive__posts .posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.program-archive__posts .post {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .program-archive__posts .post {
    width: calc(30% - 14px);
  }
}
.program-archive__posts .post-image img {
  height: auto;
}
.program-archive__posts .post-description h3 {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.4;
}
.program-archive__posts .post-description .excerpt {
  font-size: 12px;
  line-height: 1.7;
}
.program-archive__posts .post-title {
  background-repeat: no-repeat;
  background-position: bottom 5px center;
  background-size: contain;
  padding-bottom: 15px;
  display: flex;
  justify-content: space-between;
  background-image: url("/wp-content/themes/mediage_flare/public/images/icon/top-contents-underline.svg");
}
.program-archive__posts .date {
  color: #797979;
  font-size: 15px;
}
.program-archive__sns {
  padding: 22px 53px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #000000;
}
.program-archive__tags-image {
  padding: 18px 30px;
  text-align: center;
  border-bottom: dotted 1px #000;
}
.program-archive__tags .tag-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 18px 30px;
}
.program-archive__tags .tag-items li {
  margin: 0 5px 32px;
  font-size: 10px;
}
.program-archive__tags .tag-items li a {
  background: linear-gradient(transparent 60%, rgba(255, 0, 0, 0.53) 40%);
  color: #000;
  text-decoration: none;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 10px;
  border: solid 1px #000000;
  color: #000000;
  text-decoration: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 4px;
  }
  .wp-pagenavi a:first-child, .wp-pagenavi span:first-child {
    margin-left: 0;
  }
  .wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
    margin-right: 0;
  }
}
.wp-pagenavi .extend {
  width: 0;
}
.wp-pagenavi .current {
  background-color: #ededed;
}

@media screen and (min-width: 769px) {
  .layout-sidebar {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .layout-sidebar-item:nth-last-of-type(1) {
    width: calc(100% - 240px);
    border-right: solid 1px #000000;
  }
}
@media screen and (min-width: 769px) {
  .layout-sidebar-item:nth-last-of-type(2) {
    width: 240px;
  }
}

@media screen and (max-width: 768px) {
  .program-single .layout-sidebar {
    display: flex;
    flex-direction: column-reverse;
  }
}
.program-single article {
  font-family: sans-serif;
  padding: 15px 35px;
}
@media screen and (max-width: 768px) {
  .program-single article {
    padding: 24px 16px;
  }
}
.program-single article .content {
  line-height: 1.7;
  white-space: pre-wrap;
}
.program-single article .content .eventorganiser-event-meta {
  white-space: normal;
}
.program-single article .content iframe {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .program-single article .content iframe {
    height: calc((100vw - 74px) * 9 / 16);
  }
}

.streaming-service {
  margin: 60px 0;
  font-family: sans-serif;
  line-height: 1.8;
}
.streaming-service .section-title_works {
  letter-spacing: 0.5rem;
  color: #D51B1B;
  display: inline-block;
  border: solid 2px;
  padding: 10px 15px;
}
@media screen and (max-width: 768px) {
  .streaming-service .section-title_works {
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .streaming-service_top {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .streaming-service_top--title {
    width: 50%;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .streaming-service_top img {
    width: 50%;
  }
}
.streaming-service_about {
  background-color: #EFEFEF;
  margin: 30px calc(0px - (100vw - 1016px) / 2);
}
@media screen and (max-width: 1000px) {
  .streaming-service_about {
    margin: 20px -20px 0;
  }
}
.streaming-service_about--inner {
  max-width: 1000px;
  margin: 0 auto 45px;
  padding: 80px 0;
}
@media screen and (max-width: 1000px) {
  .streaming-service_about--inner {
    margin: 0 auto;
    padding: 40px 20px;
  }
}
@media screen and (min-width: 769px) {
  .streaming-service_about h3, .streaming-service_about p {
    padding: 0 150px;
  }
}
.streaming-service_about h3 {
  text-align: center;
  font-size: 18px;
}
.streaming-service_about p {
  line-height: 2;
}
.streaming-service_works .slider-desc {
  margin-top: 0;
}
.streaming-service_works .works-section {
  background: #f7f7f7;
  padding: 20px;
}
.streaming-service_works .works-section h1 {
  font-size: 21px;
}
.streaming-service_works .works-section h2 {
  font-size: 18px;
}
.streaming-service_plan table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.streaming-service_plan th, .streaming-service_plan td {
  border: solid 1px #ccc;
  padding: 5px 8px;
  vertical-align: top;
}
@media screen and (min-width: 769px) {
  .streaming-service .detail-description {
    padding: 30px 120px;
  }
}

.projects-list {
  margin: 45px 0;
}
.projects-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.projects-list a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .projects-list a {
    width: 100%;
  }
}
.projects-list li {
  border: solid 1px #000000;
  margin: 0 0 30px;
  padding: 20px 30px 0;
  max-width: 240px;
  text-align: center;
  box-shadow: 3px 3px 1px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .projects-list li {
    margin: 0 auto 20px;
  }
}
.projects-list li img {
  width: 240px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.wpcf7 {
  max-width: 500px;
  margin: 0 auto;
}
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

a {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  color: #6b6b6b;
}
a:hover {
  opacity: 0.7;
}

ul, ol {
  padding: 0;
}

li {
  list-style: none;
}

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

.container-sub {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 40px 40px;
}
@media screen and (max-width: 1000px) {
  .container-sub {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 768px) {
  .container-sub {
    margin: 0 auto;
  }
}

.single-page {
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .single-page {
    margin: 50px auto 0;
  }
}
.single-page-title {
  text-align: center;
}
.single-page-title h1 {
  font-size: 21px;
}
.single-page-title p {
  font-size: 14px;
  font-family: sans-serif;
}

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

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

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
