@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }

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

a {
  text-decoration: none;
  color: #486B97; }
  a:hover {
    text-decoration: underline;
    color: #946349; }

.global_head {
  margin: 0;
  padding: 0; }

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

.hero {
  background: #f2d627;
  text-align: center;
  padding: 20px 0; }
  @media only screen and (max-width: 767px) {
    .hero {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .hero {
      margin: 0 0 30px; } }
  .hero__ttl {
    margin: 0; }

@media only screen and (max-width: 767px) {
  .content {
    width: calc(100% - 20px);
    margin: 0 auto 70px; } }
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1000px;
    width: calc(100% - 30px);
    margin: 0 auto 80px; } }

.author {
  text-align: right;
  font-size: 17px; }
  @media only screen and (max-width: 767px) {
    .author {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .author {
      margin: 0 0 50px; } }

@media only screen and (max-width: 767px) {
  .episode {
    margin: 0 0 50px; } }
@media only screen and (min-width: 768px) {
  .episode {
    margin: 0 0 90px; } }
.episode:last-child {
  margin: 0; }
.episode__ttl {
  margin: 0 0 25px;
  padding: 0 0 13px;
  border-bottom: #333 solid 1px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 1.5rem; }
.episode__text {
  border: #888 solid 2px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .episode__text {
      margin: 0 0 40px;
      padding: 15px; } }
  @media only screen and (min-width: 768px) {
    .episode__text {
      margin: 0 0 50px;
      padding: 20px; } }
  .episode__text p {
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .episode__text p {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .episode__text p {
        font-size: 19px;
        line-height: 1.85;
        margin: 0 0 15px; } }
    .episode__text p:last-child {
      margin: 0; }
  .episode__text ul {
    margin: 0 0 15px -15px;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .episode__text ul {
        font-size: 18px;
        line-height: 1.8; } }
    @media only screen and (min-width: 768px) {
      .episode__text ul {
        font-size: 19px;
        line-height: 1.85; } }
@media only screen and (max-width: 767px) {
  .episode__image_item {
    margin: 0 0 35px; } }
@media only screen and (min-width: 768px) {
  .episode__image_item {
    margin: 0 0 45px; } }
@media only screen and (max-width: 767px) {
  .episode__image_item_detail {
    display: flex;
    flex-direction: column; } }
.episode__image_item_text {
  border: #888 solid 2px;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .episode__image_item_text {
      order: 2;
      margin: 25px 0 0;
      padding: 15px; } }
  @media only screen and (min-width: 768px) {
    .episode__image_item_text {
      padding: 20px; } }
  .episode__image_item_text p {
    margin: 0;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .episode__image_item_text p {
        font-size: 18px;
        line-height: 1.8; } }
    @media only screen and (min-width: 768px) {
      .episode__image_item_text p {
        font-size: 19px;
        line-height: 1.85; } }
.episode__image_item_ttl {
  font-weight: bold;
  margin: 0 0 10px; }
  @media only screen and (max-width: 767px) {
    .episode__image_item_ttl {
      font-size: 19px; } }
  @media only screen and (min-width: 768px) {
    .episode__image_item_ttl {
      font-size: 20px; } }
@media only screen and (max-width: 767px) {
  .episode__image_item_thum {
    order: 1; } }
@media only screen and (min-width: 768px) {
  .episode__image_item_thum {
    display: flex;
    margin: 25px 0 0; } }
@media only screen and (max-width: 767px) {
  .episode__image_item_thum_item {
    margin: 20px 0 0; } }
@media only screen and (min-width: 768px) {
  .episode__image_item_thum_item {
    margin: 0 10px 0 0; } }
@media only screen and (min-width: 768px) {
  .episode__image_item_thum_item img {
    width: auto;
    height: 158px;
    object-fit: contain; } }
.episode__image_item_thum_item p {
  margin: 5px 0 0;
  font-size: 0.95rem; }
@media only screen and (min-width: 768px) {
  .episode__image .item_flex {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 768px) {
  .episode__image .item_flex .episode__image_item_pic {
    width: 420px; } }
@media only screen and (min-width: 768px) {
  .episode__image .item_flex .episode__image_item_detail {
    width: calc(100% - 455px); } }
.episode__pic {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .episode__pic_item {
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .episode__pic_item {
      margin: 0 0 13px; } }
  .episode__pic_item_img {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .episode__pic_item_img img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .episode__pic_item p {
    margin: 5px 0 0; }
  @media only screen and (max-width: 767px) {
    .episode__pic .item-small {
      width: 48.7%; } }
  @media only screen and (min-width: 768px) {
    .episode__pic .item-small {
      width: 19%; } }
  @media only screen and (max-width: 767px) {
    .episode__pic .item-small .episode__pic_item_img {
      padding-top: 120%; } }
  @media only screen and (min-width: 768px) {
    .episode__pic .item-small .episode__pic_item_img {
      padding-top: 120%; } }
  @media only screen and (max-width: 767px) {
    .episode__pic .item-small-center {
      margin: 0 auto 10px; } }
  @media only screen and (max-width: 767px) {
    .episode__pic .item-large {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .episode__pic .item-large {
      width: 32.5%; } }
  @media only screen and (max-width: 767px) {
    .episode__pic .item-large .episode__pic_item_img {
      padding-top: 60%; } }
  @media only screen and (min-width: 768px) {
    .episode__pic .item-large .episode__pic_item_img {
      padding-top: 62%; } }
.episode__caption {
  margin: 0;
  font-size: 0.95rem; }

@media only screen and (max-width: 767px) {
  .img-margin {
    margin: 0 0 25px; } }
@media only screen and (min-width: 768px) {
  .img-margin {
    margin: 0 0 40px; } }

.iwata-comment {
  box-sizing: border-box;
  border: #888 solid 2px; }
  @media only screen and (max-width: 767px) {
    .iwata-comment {
      margin: 40px 0 0;
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) {
    .iwata-comment {
      margin: 70px 0 0;
      padding: 50px 30px; } }
  .iwata-comment__ttl {
    margin: 0 0 25px;
    line-height: 1.5;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 767px) {
      .iwata-comment__ttl {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 768px) {
      .iwata-comment__ttl {
        font-size: 1.5rem; } }
  .iwata-comment__author {
    text-align: right;
    margin: 0 0 40px;
    font-size: 17px; }
  .iwata-comment__text p {
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .iwata-comment__text p {
        font-size: 18px;
        line-height: 1.8;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .iwata-comment__text p {
        font-size: 19px;
        line-height: 1.85;
        margin: 0 0 15px; } }
    .iwata-comment__text p:last-child {
      margin: 0; }
