@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: local("Noto Sans JP Thin"), url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.ttf") format("ttf"), url("fonts/NotoSansJP-Thin.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans JP Light"), url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.ttf") format("ttf"), url("fonts/NotoSansJP-Light.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans JP Regular"), url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.ttf") format("ttf"), url("fonts/NotoSansJP-Regular.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans JP Medium"), url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.ttf") format("ttf"), url("fonts/NotoSansJP-Medium.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans JP Bold"), url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.ttf") format("ttf"), url("fonts/NotoSansJP-Bold.eot") format("embedded-opentype");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans JP Black"), url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.ttf") format("ttf"), url("fonts/NotoSansJP-Black.eot") format("embedded-opentype");
  font-display: swap;
}
/*
reset
------------------------------------------------------------------------------------------*/
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

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

p,
dl,
dt,
dd,
ul,
ul > li,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul {
  list-style: none;
}

ul > li {
  list-style-type: none;
}

caption,
th {
  text-align: left;
}

q::before,
q::after {
  content: "";
}

abbr,
acronym {
  border: 0;
}

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

a {
  text-decoration: none;
}

/*
layout
------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-break: anywhere;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background-image: url(../images/bg-body.svg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

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

h1 {
  font-size: 48px;
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
h1 {
  margin: 0 0 2em 0;
  position: relative;
}
h1 span {
  font-size: 16px;
  display: block;
}

h1.type03 {
  position: relative;
  padding: 0.5rem 2rem calc(1rem + 8px);
  background: #fff;
  color: #333;
  width: 400px;
  max-width: 100%;
  margin: 0 auto 30px auto;
  text-align: center;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  h1.type03 {
    margin-left: 30px;
    max-width: 90%;
    font-size: 38px;
    text-indent: -1em;
  }
}

h1.type03:before {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #666;
}

.page-wrapper {
  max-width: 100%;
  width: 1080px;
  margin-inline: auto;
}
@media screen and (max-width: 1079px) {
  .page-wrapper {
    padding: 0 2em;
  }
}
@media screen and (max-width: 767px) {
  .page-wrapper {
    padding: 0 1em;
  }
}

@media screen and (min-width: 1080px) {
  .pc-block {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc-block {
    display: none;
  }
}

@media screen and (min-width: 1080px) {
  .sp-block {
    display: none;
  }
}
@media screen and (max-width: 1079px) {
  .sp-block {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

a {
  color: #fff;
}
a:hover {
  color: #fec501;
  text-decoration: underline;
}

a.text-link {
  color: #FF6699;
}
a.text-link:hover {
  color: #fec501;
  text-decoration: underline;
}

a.external-link {
  color: #FF6699;
  text-decoration: underline;
}
a.external-link:hover {
  color: #fec501;
}
a.external-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  display: inline-block;
  margin: 0 0.3em;
  text-decoration: none;
}

.comingsoon {
  text-align: center;
}

.flex-container {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex-container {
    display: block;
  }
}
.flex-container .flex-item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .flex-container .flex-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .flex-container .flex-item + .flex-item {
    margin-top: 60px;
  }
}

.btn-block {
  text-align: center;
}
.btn-block a {
  display: inline-block;
  width: auto;
  margin: 0.5em 0 0 0;
  padding: 1em 3em;
  text-align: left;
  border-radius: 10px;
  font-size: 14px;
  background: #333;
  color: #fff;
}

.attention {
  color: #e16162;
}

.keiko {
  display: inline;
  background: linear-gradient(transparent 90%, #fec501 90%);
}

p.list {
  text-indent: -1em;
  padding-left: 1em;
}

#top_navi {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 0.5em 0;
}
@media screen and (max-width: 767px) {
  #top_navi span {
    display: none;
  }
}

#header {
  background: linear-gradient(to bottom, #000ad0 0%, #3acaff 100%);
  border-bottom: solid 6px #ffd700;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
  }
}
#header img {
  max-height: 100%;
}
#header .page-wrapper {
  position: relative;
  width: 1180px;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header .page-wrapper {
    padding: 0;
  }
}
#header .header-logo {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #header .header-logo {
    width: 100%;
    padding: 10px 10px 20px 10px;
  }
}
#header .header-logo img {
  width: 100%;
}
#header .header-logo .header-logo-container {
  display: flex;
}
#header .header-logo .header-logo-container .header-logo-item {
  display: flex;
  align-items: center;
}
#header .header-logo .header-logo-container .header-logo-item.header-main {
  width: 89%;
  padding: 20px 0;
}
#header .header-logo .header-logo-container .header-logo-item.header-sub {
  width: 9%;
  margin-left: 2%;
  padding: 20px 0;
}

/*
footer
------------------------------------------------------------------------------------------*/
#footer {
  background: linear-gradient(to bottom, #000ad0 0%, #3acaff 100%);
  padding: 60px 0;
  color: #fff;
  border-top: solid 6px #ffd700;
}
@media screen and (max-width: 767px) {
  #footer {
    margin-top: 0px;
  }
}
#footer .flex-container {
  justify-content: space-between;
}
#footer .flex-container .flex-item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  #footer .flex-container .flex-item {
    width: 100%;
  }
}
#footer #contact {
  width: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer #contact {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #footer #contact img {
    display: block;
    width: 80%;
    margin-inline: auto;
  }
}
#footer #contact .associate {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #footer #contact .associate span {
    display: block;
  }
}
#footer #contact .detail {
  padding: 0.5em 0;
  font-size: 14px;
  font-weight: normal;
}
#footer #contact .btn-block {
  border-top: solid 1px #49839e;
  margin-top: 10px;
  padding: 20px 10px;
}
#footer #contact .btn-block a {
  padding: 1em 3em;
  color: #000;
  background-color: #ffd700;
  text-decoration: none;
  transition: all 0.15s linear;
}
#footer #contact .btn-block a:hover {
  color: #fff;
  background-color: #333;
}
#footer #books {
  width: 54%;
}
@media screen and (max-width: 767px) {
  #footer #books {
    width: 100%;
  }
}
#footer #books ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer #books li.item {
  width: 32%;
}
#footer #books li.item a {
  display: block;
  padding: 10px;
  text-decoration: none;
  background-color: #fff;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  #footer #books li.item a {
    padding: 5px;
  }
}
#footer #books li.item a:hover {
  background-color: #ffd700;
  color: #fff;
}
#footer #books li.item .title {
  text-align: center;
  margin-top: 0.3em;
  padding-top: 0.3em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #footer #books li.item .title {
    font-size: 14px;
  }
}

.copyright {
  background-color: #333;
  color: #fff;
  font-size: 12px;
  padding: 0.5em 0;
  text-align: center;
}

/*-------------------------------------------*
	PAGE TOP
 *-------------------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #e16162;
  border-radius: 50%;
  z-index: 9999;
}
#page_top a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a:hover {
  opacity: 1;
}
#page_top a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  font-size: 25px;
  font-weight: 900;
  color: #fff;
}

/*
TOP
------------------------------------------------------------------------------------------*/
/*
セクション単位の背景色
------------------------------------------------------------------------------------------*/
.bg-section-main-color {
  background-color: #2FA7E0;
}

.bg-section-sub-color {
  background-color: #aaa;
}

.pending-item-color {
  color: #aaa;
}

.coming_soon {
  text-align: center;
  max-width: 100%;
  margin: 1em auto;
}

.coming_soon:before {
  content: "\f071";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.6em;
  font-size: 20px;
}

/*
とは？
------------------------------------------------------------------------------------------*/
.about {
  padding: 50px 10px;
  border-top: solid 6px #ffd700;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 10px 0 30px 0;
    background-repeat: repeat-y;
  }
}
.about .about-wrapper {
  position: relative;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .about .about-wrapper {
    padding: 15px;
  }
}
.about .about-container {
  display: grid;
  grid-template-rows: 1fr 3em;
  grid-template-columns: 25% 75%;
}
@media screen and (max-width: 767px) {
  .about .about-container {
    grid-template-columns: 40% 60%;
    grid-template-rows: auto auto;
  }
}
.about .about-container .about-image {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-image {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
  }
}
.about .about-container .about-image img {
  padding: 6px;
  background-color: #fff;
  border: solid 3px #ffd700;
}
.about .about-container .about-mag-data {
  background-color: #fff6c9;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px 0 40px;
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-mag-data {
    padding: 1em;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
.about .about-container .about-mag-data .about-mag-data-container {
  width: 100%;
}
.about .about-container .about-mag-data .about-mag-data-container .about-mag-link {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-mag-data .about-mag-data-container .about-mag-link {
    display: block;
    margin-top: 1em;
  }
}
.about .about-container .about-mag-data .about-mag-data-container .about-mag-link a {
  display: inline-block;
  margin-left: 1.6em;
  padding: 0.2em 2em;
  font-size: 16px;
  color: #ffd700;
  background-color: #333;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s linear;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-mag-data .about-mag-data-container .about-mag-link a {
    display: block;
    margin-left: 0;
    padding: 0.4em 0.4em;
    font-size: 12px;
    text-align: center;
  }
}
.about .about-container .about-mag-data .about-mag-data-container .about-mag-link a:hover {
  background-color: #ccc;
  color: #333;
  background-color: #ffd700;
}
.about .about-container .about-mag-data .about-mag-data-container .about-mag-link a span {
  font-size: 14px;
}
.about .about-container .about-mag-data .about-mag-data-container .about-mag-title {
  display: inline-block;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-mag-data .about-mag-data-container .about-mag-title {
    display: block;
    margin-left: 0;
    font-size: 16px;
    text-align: center;
  }
}
.about .about-container .about-mag-data .about-mag-data-container .about-mag-date {
  display: inline-block;
  margin-left: 1.6em;
  margin-top: 0.1em;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-mag-data .about-mag-data-container .about-mag-date {
    display: block;
    margin-left: 0;
    font-size: 12px;
    text-align: center;
  }
}
.about .about-container .about-body {
  padding-left: 40px;
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-body {
    margin-bottom: 30px;
    padding-left: 0;
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.about .about-container .about-body .about-title {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: solid 2px #ffd700;
  color: #1c6486;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-body .about-title {
    text-align: center;
  }
}
.about .about-container .about-body .about-title .about-title-prefix {
  display: block;
  font-size: 14px;
}
.about .about-container .about-body .about-title .about-title-body {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-body .about-title .about-title-body {
    display: block;
    font-size: 18px;
  }
}
.about .about-container .about-body .about-title .about-title-body .sub-title {
  font-size: 20px;
  display: inline-block;
}
.about .about-container .about-body .about-title .about-title-body .collab-title {
  color: #9ec337;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-body .about-title .about-title-body .collab-title {
    display: block;
  }
}
.about .about-container .about-body .about-catch {
  width: 95%;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-body .about-catch {
    width: 100%;
    font-size: 16px;
    line-height: 1.8em;
  }
}
.about .about-container .about-body p {
  width: 95%;
  margin-top: 1em;
  font-size: 15px;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .about .about-container .about-body p {
    width: 100%;
    font-size: 14px;
    line-height: 1.8em;
  }
}

/*
投稿リスト
------------------------------------------------------------------------------------------*/
.post-list {
  padding: 0px 10px 60px 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .post-list {
    padding: 40px 0 60px 0;
  }
}
.post-list .post-list-container {
  margin-inline: auto;
}
.post-list .post-list-container .post-item {
  width: 23%;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .post-list .post-list-container .post-item {
    width: 46%;
    margin-bottom: 1.5rem;
  }
}
.post-list .post-list-container .post-item:nth-child(even) {
  margin-top: 0.3em;
  transform: rotate(-1deg);
}
@media screen and (max-width: 767px) {
  .post-list .post-list-container .post-item:nth-child(even) {
    transform: rotate(-0.5deg);
  }
}
.post-list .post-list-container .post-item:nth-child(odd) {
  transform: rotate(1deg);
}
.post-list .post-list-container .post-item a.post-item-card {
  display: block;
  padding: 0.5em;
  border: solid 2px #1c6486;
  background-color: #fff;
  transition: all 0.15s linear;
  box-shadow: 4px 4px 0px -1px #ffd700;
}
.post-list .post-list-container .post-item a.post-item-card:hover {
  background-color: #ffd700;
  transform: rotate(-1deg);
  box-shadow: 4px 4px 0px -1px #fff;
}
.post-list .post-list-container .post-item a.post-item-card .post-item-thumbnail img {
  border-radius: 0.1em;
}
.post-list .post-list-container .post-item a.post-item-card .post-item-owner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  color: #333;
  font-size: 14px;
  text-align: center;
}
.post-list {
  /*
  ページガイド
  ------------------------------------------------------------------------------------------*/
}
.post-list .post-list-guide {
  margin-bottom: 30px;
  padding: 0.5em 1em;
}
.post-list .post-list-guide .post-list-guide-count {
  display: inline-block;
  padding: 0.5em 1.6em;
  font-weight: bold;
  background-color: #fff;
  border: solid 4px #1c6486;
  transform: rotate(-1deg);
  box-shadow: 6px 6px 0px -1px #ffd700;
}
.post-list .post-list-guide .post-list-guide-count::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  margin-right: 1em;
}
.post-list {
  /*
  ページネーション
  ------------------------------------------------------------------------------------------*/
}
.post-list .post-list-pagination {
  margin-block: 30px;
  padding-top: 30px;
  border-top: solid 2px #58b8e6;
  display: flex;
  justify-content: center;
}
.post-list .post-list-pagination .pagination-container {
  display: flex;
  align-items: center;
}
.post-list .post-list-pagination .pagination-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 2px #111;
  font-size: 14px;
  color: #111;
  font-weight: bold;
  transition: all 0.15s linear;
}
@media screen and (max-width: 767px) {
  .post-list .post-list-pagination .pagination-item-link {
    width: 30px;
    height: 30px;
  }
}
.post-list .post-list-pagination .pagination-item-link.is-active {
  background: #111;
  color: #fff;
  pointer-events: none;
}
.post-list .post-list-pagination .pagination-item-link:not(.is-active):hover {
  background: #111;
  color: #fff;
}
.post-list .post-list-pagination .pagination-container > * + * {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .post-list .post-list-pagination .pagination-container > * + * {
    margin-left: 8px;
  }
}

/*
POST
------------------------------------------------------------------------------------------*/
/*
ページのレイアウト
------------------------------------------------------------------------------------------*/
.page-container {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .page-container {
    padding: 30px 0 60px 0;
  }
}
.page-container .page-left-column {
  width: 250px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .page-container .page-left-column {
    width: 100%;
    margin-top: 60px;
    padding: 10px 15px;
    border-top: dotted 3px #ffd700;
  }
}
.page-container .main {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .page-container .main {
    width: 100%;
  }
}
.page-container .post-content {
  padding: 25px 25px;
  border: solid 3px #1c6486;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-container .post-content {
    padding: 15px 15px;
  }
}
.page-container .post-content .post-main-image {
  margin-block: 24px;
  padding: 15px;
  border: solid 2px #1c6486;
  background-color: #efefef;
  transition: all 0.15s linear;
  box-shadow: 4px 4px 0px -1px #ffd700;
}
.page-container .post-content .post-main-image .post-main-image-right:before,
.page-container .post-content .post-main-image .post-main-image-left:before {
  display: block;
  width: 10em;
  padding: 0 1em;
  background-color: #e16162;
  border-top-right-radius: 100px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  content: "";
}
.page-container .post-content .post-main-image .post-main-image-right {
  margin-top: 15px;
}
.page-container .post-content .post-main-image .post-main-image-right:before {
  content: "右側面";
}
.page-container .post-content .post-main-image .post-main-image-left:before {
  content: "左側面";
}
.page-container .post-content .post-main-image img {
  display: block;
  margin-inline: auto;
}
.page-container .post-content .work-title-container table {
  width: 100%;
  margin-bottom: 0.3em;
  font-size: 16px;
  border: solid 3px #333;
}
.page-container .post-content .work-title-container table th, .page-container .post-content .work-title-container table td {
  padding: 0.4em;
}
.page-container .post-content .work-title-container table th {
  width: 12em;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #1c6486;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-title-container table th {
    width: 8em;
    font-size: 12px;
  }
}
.page-container .post-content .work-title-container table td {
  font-size: 20px;
  padding-left: 1.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-title-container table td {
    padding-left: 1em;
    font-size: 16px;
  }
}
.page-container .post-content .work-title-container table td span {
  font-size: 14px;
  display: inline-block;
  margin-left: 0.5em;
}
.page-container .post-content .work-title-container .work-title {
  display: inline-block;
}
.page-container .post-content .work-info .work-info-container {
  display: flex;
}
.page-container .post-content .work-info .work-info-container .work-info-title {
  color: #fff;
  background-color: #1c6486;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-info .work-info-container .work-info-title {
    font-size: 12px;
  }
}
.page-container .post-content .work-info .work-info-container .work-info-title img {
  width: 16px;
  margin: 4px;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-info .work-info-container .work-info-title img {
    width: 14px;
    margin: 4px;
  }
}
.page-container .post-content .work-info .work-info-container .work-info-body {
  width: 100%;
  padding: 1em;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-info .work-info-container .work-info-body {
    padding: 0.5em;
  }
}
.page-container .post-content .work-info .work-info-container .work-info-body table {
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-info .work-info-container .work-info-body table {
    font-size: 14px;
  }
}
.page-container .post-content .work-info .work-info-container .work-info-body table th, .page-container .post-content .work-info .work-info-container .work-info-body table td {
  border-bottom: dashed 1px #ddd;
  padding: 0.2em;
}
.page-container .post-content .work-info .work-info-container .work-info-body table th {
  width: 6em;
  color: #888;
}
.page-container .post-content .work-info .work-info-container .work-info-body table th::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}
.page-container .post-content .work-info .work-info-container .work-info-body .work-explain {
  font-size: 16px;
  margin-top: 1em;
  padding: 1em;
  background-color: #efefef;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-info .work-info-container .work-info-body .work-explain {
    margin-top: 0.5em;
    padding: 0.5em;
    font-size: 14px;
  }
}
.page-container .post-content .work-info .work-info-container .work-info-body .work-add-info .work-add-info-title {
  margin-top: 1em;
  padding: 0.2em;
  color: #888;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-info .work-info-container .work-info-body .work-add-info .work-add-info-title {
    font-size: 14px;
  }
}
.page-container .post-content .work-info .work-info-container .work-info-body .work-add-info .work-add-info-title::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
}
.page-container .post-content .work-info .work-info-container .work-info-body .work-add-info .work-add-info-image {
  padding: 0.2em 0.2em 0.2em 1em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-info .work-info-container .work-info-body .work-add-info .work-add-info-image {
    display: block;
  }
}
.page-container .post-content .work-info .work-info-container .work-info-body .work-add-info .work-add-info-image img {
  width: 49%;
  display: block;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .work-info .work-info-container .work-info-body .work-add-info .work-add-info-image img {
    width: 95%;
  }
  .page-container .post-content .work-info .work-info-container .work-info-body .work-add-info .work-add-info-image img + img {
    margin-top: 0.5em;
  }
}
.page-container .post-content .review-info {
  margin-top: 2em;
  padding: 0.5em 4em 1em 4em;
  border-radius: 10px;
  background-color: #fff8e5;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .review-info {
    padding: 0.5em 1em 1em 1em;
  }
}
.page-container .post-content .review-info .review-item {
  margin-top: 2em;
  padding: 1.5em 1em 1em 1em;
  position: relative;
  font-size: 16px;
  background-color: #fff;
  border: solid 2px #ccc;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .review-info .review-item {
    font-size: 14px;
  }
}
.page-container .post-content .review-info .review-item::before {
  position: absolute;
  top: -1em;
  left: 1em;
  display: inline-block;
  color: #fff;
  padding: 0 3em;
  border-radius: 10px;
  content: "";
}
.page-container .post-content .review-info .review-item.master {
  border-color: #e16162;
}
.page-container .post-content .review-info .review-item.master::before {
  background-color: #e16162;
  content: "ICOMA";
}
.page-container .post-content .review-info .review-item.editor {
  border-color: #1c6486;
}
.page-container .post-content .review-info .review-item.editor::before {
  background-color: #1c6486;
  content: "編集部";
}
.page-container .post-content .creator-info {
  margin-bottom: 0.5em;
}
.page-container .post-content .creator-info .creator-info-container {
  display: flex;
}
.page-container .post-content .creator-info .creator-info-container .creator-info-title {
  color: #fff;
  background-color: #e16162;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .creator-info .creator-info-container .creator-info-title {
    font-size: 12px;
  }
}
.page-container .post-content .creator-info .creator-info-container .creator-info-title img {
  width: 16px;
  margin: 4px;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .creator-info .creator-info-container .creator-info-title img {
    width: 14px;
    margin: 4px;
  }
}
.page-container .post-content .creator-info .creator-info-container .creator-info-body {
  width: 100%;
  padding: 1em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .page-container .post-content .creator-info .creator-info-container .creator-info-body {
    padding: 0.5em;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-container .post-content .creator-info .creator-info-container .creator-name {
    font-size: 16px;
  }
}
.page-container .post-content .creator-info .creator-info-container .creator-name span {
  font-size: 14px;
  display: inline-block;
  margin-left: 0.5em;
  color: #888;
}
.page-container .post-content .creator-info .creator-info-container .creator-twitter {
  font-size: 14px;
}
.page-container .post-content .creator-info .creator-info-container .creator-twitter a {
  color: #FF6699;
  text-decoration: underline;
}
.page-container .post-content .creator-info .creator-info-container .creator-twitter a:hover {
  color: #ffd700;
  text-decoration: underline;
}
.page-container .post-guide {
  margin-top: 30px;
}
.page-container .post-guide .post-guide-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-container .post-guide .post-guide-container {
    flex-direction: column-reverse;
  }
}
.page-container .post-guide .post-guide-container .post-guide-item {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .page-container .post-guide .post-guide-container .post-guide-item {
    width: 100%;
  }
}
.page-container .post-guide .post-guide-container .post-guide-item a {
  display: block;
  padding: 15px 15px;
  border: solid 3px #1c6486;
  background-color: #fff;
  text-decoration: none;
  transition: all 0.15s linear;
}
.page-container .post-guide .post-guide-container .post-guide-item a .post-guide-prev,
.page-container .post-guide .post-guide-container .post-guide-item a .post-guide-next {
  color: #ffd700;
  font-weight: bold;
}
.page-container .post-guide .post-guide-container .post-guide-item a:hover {
  background-color: #ffd700;
  color: #fff;
}
.page-container .post-guide .post-guide-container .post-guide-item a:hover .post-guide-owner-name {
  color: #1c6486;
}
.page-container .post-guide .post-guide-container .post-guide-item a:hover .post-guide-prev,
.page-container .post-guide .post-guide-container .post-guide-item a:hover .post-guide-next {
  color: #fff;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container {
  display: flex;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item {
  width: 40%;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner {
  width: 60%;
  color: #1c6486;
  padding: 0 0 0 1em;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-work-title {
  font-size: 16px;
  color: #1c6486;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-creator-name {
  font-size: 16px;
  color: #e16162;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-creator-name::before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5em;
  color: #888;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-prev::before, .page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-prev::after,
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-next::before,
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-prev {
  text-align: right;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-prev::before {
  content: "\f100";
  margin-right: 1em;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-next {
  text-align: left;
}
.page-container .post-guide .post-guide-container .post-guide-item .post-guide-item-container .post-guide-item-item.post-guide-owner .post-guide-next::after {
  content: "\f101";
  margin-left: 1em;
}
.page-container .post-guide .post-guide-container .post-guide-item.prev-post a {
  background-image: url(../images/corner-triangle.svg);
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
}
.page-container .post-guide .post-guide-container .post-guide-item.next-post a {
  background-image: url(../images/corner-triangle_reverse.svg);
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
.page-container .post-guide .post-guide-container .post-guide-item.next-post .post-guide-item-container {
  flex-direction: row-reverse;
}
.page-container .post-guide .post-guide-container .post-guide-item.next-post .post-guide-item-container .post-guide-item-item.post-guide-owner {
  padding: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .page-container .post-guide .post-guide-container .post-guide-item + .post-guide-item {
    margin-bottom: 10px;
  }
}
.page-container .post-guide .post-guide-return-top {
  margin-top: 60px;
}
.page-container .post-guide .post-guide-return-top a {
  display: block;
  width: 60%;
  margin-inline: auto;
  padding: 0.2em 1em;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: #e16162;
  text-decoration: none;
  transition: all 0.15s linear;
}
.page-container .post-guide .post-guide-return-top a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f14d";
  margin-right: 1em;
}
.page-container .post-guide .post-guide-return-top a:hover {
  background-color: #ffd700;
  color: #1c6486;
}
.page-container .side-mook-info {
  padding: 25px 15px;
  border: solid 3px #1c6486;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-container .side-mook-info {
    margin-top: 25px;
  }
  .page-container .side-mook-info img {
    display: block;
    width: 50%;
    margin-inline: auto;
  }
  .page-container .side-mook-info {
    padding: 1.5em;
    font-size: 14px;
  }
}
.page-container .side-mook-info .mook-name {
  margin-top: 0.5em;
  text-align: center;
}
.page-container .side-mook-info .mook-date {
  font-size: 14px;
}
.page-container .side-mook-info .mook-link {
  margin-top: 0.5em;
}
.page-container .side-mook-info .mook-link a {
  display: block;
  padding: 0.5em;
  background-color: #ffd700;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s linear;
}
.page-container .side-mook-info .mook-link a:hover {
  background-color: #1c6486;
  color: #fff;
}
.page-container .side-shop {
  margin-top: 30px;
}
.page-container .side-shop .shop-title {
  position: relative;
  margin-bottom: 20px;
  padding: 0.5em 1em 0.6em 1em;
  background-color: #103c50;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .page-container .side-shop .shop-title {
    margin-bottom: 10px;
  }
}
.page-container .side-shop .shop-title:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -1px;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #103c50;
}
@media screen and (max-width: 767px) {
  .page-container .side-shop .shop-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-container .side-shop .shop-container .shop-item {
  margin-top: 10px;
  border: solid 3px #1c6486;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .page-container .side-shop .shop-container .shop-item {
    width: 48%;
  }
}
.page-container .side-shop .shop-container .shop-item a {
  display: block;
  padding: 20px 15px;
  color: #1c6486;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  font-size: 14px;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .page-container .side-shop .shop-container .shop-item a {
    padding: 1.5em 0.5em;
    font-size: 14px;
  }
}
.page-container .side-shop .shop-container .shop-item a .shop-item-image {
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-container .side-shop .shop-container .shop-item a .shop-item-image {
    width: 100%;
  }
}
.page-container .side-shop .shop-container .shop-item a .shop-item-name {
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: solid 1px #ffd700;
  text-align: center;
}
.page-container .side-shop .shop-container .shop-item a:hover {
  background-color: #ffd700;
}/*# sourceMappingURL=style.css.map */