/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  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: inherit;
  /* 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 */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
}
body {
  background: #fafafa;
  color: #111;
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  overflow-x: hidden;
  line-height: 1.8;
  letter-spacing: .1em;
}
img {
  max-width: 100%;
  height: auto;
}
._pc {
  display: inline-block;
}
._sp {
  display: none;
}

@media screen and (max-width:767px) {
  html {
    font-size: 54.6875%;
  }
  ._pc {
    display: none;
  }
  ._sp {
    display: inline-block;
  }
}

a,
a img {
  transition: 0.5s;
}
a:hover,
a:hover img {
  opacity: .7;
}
.site-header {
  width: 100%;
  height: 60px;
  position: relative;
  top: 0;
  left: 0;
  background: #F8F8F8;
  z-index: 100;
}
.content {
  max-width: 1230px;
  margin: 0 auto 50px;
  padding: 50px 30px 0;
  display: flex;
}
.content aside {
  width: 300px;
}
.site-header-inner {
  padding: 0 5%;
  margin: 10px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

@media screen and (max-width: 768px){
  .site-header-inner {
    margin: 5px auto 0 auto;
  }
}

.site-name {
  transition: all .3s;
  padding-top: 10px;
}
.site-name a {
  display: flex;
  align-items: center;
}
.site-name .site-name-logo {
  margin-right: 2rem;
}
.site-name .site-name-logo img {
  display: block;
}
.site-name .site-name-info {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #BD202B;
  line-height: 1;
  letter-spacing: .2em;
}
.site-nav {
  display: flex;
  align-items: center;
}
.trigger_wrap {
  z-index: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #333333;
}
.trigger {
  position: relative;
  display: block;
  margin: auto;
  width: 32px;
  height: 22px;
}
.trigger span,
.trigger:after,
.trigger:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.trigger:after,
.trigger:before {
  content: '';
}
.trigger span {
  top: 10px;
}
.trigger:before {
  top: 0;
}
.trigger:after {
  bottom: 0;
}
.nav-open .trigger span {
  opacity: 0;
}
.nav-open .trigger:after {
  bottom: 10px;
  background: #fff;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  width: 140%;
}
.nav-open .trigger:before {
  top: 10px;
  background: #fff;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  width: 140%;
}
.nav-open .trigger_wrap {
  z-index: 200;
  background: transparent;
  position: relative;
}
.global {
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 15rem 2rem 10rem;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .85);
  display: flex;
  justify-content: center;
}
.nav-open .global {
  opacity: 1;
  visibility: visible;
  transition: all .4s ease;
}
.global a, .global span {
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    display: block;
    transition: 0.5s;
}
.global li a:hover,.global li span:hover{
	opacity: 0.6;
}
.global li {
  padding: 1rem 0;
  display: block;
  align-items: center;
  position: relative;
  padding-left: 40px;
}
.global li::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 1px;
  background: #fff;
  margin-right: 20px;
  top: 28px;
  left: 0;
}
.global li.li_arrow{
	cursor: pointer;
}
.global li.li_arrow:after {
  position: absolute;
  display: block;
  content: '';
  width: 11px;
  height: 11px;
  top: 30px;
  right: 19px;
  margin-top: -3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .2s ease-in-out;
  transform-origin: 50% 0;
}
.global li.li_arrow.open:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.global > ul{
	min-width: 300px;
}
.global ul.dropdown li {
  padding: 5px 0 0 30px;
}
.global ul.dropdown li a{
	font-size: 1.6rem;
}
.global ul.dropdown li:before {
  width: 15px;
  margin-right: 10px;
  top: 18px;
  left: 0;
  position: absolute;
}
.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 3rem;
  text-align: center;
  border-top: 1px solid #BD202B;
}
.footer-site-name {
  margin-bottom: 4.4rem;
}
.footer-site-name-logo {
  margin-bottom: 1.5rem;
}
.footer-site-name-info {
  font-size: 1.3rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #BD202B;
  line-height: 1;
  letter-spacing: .2em;
}
.copyright small {
  font-size: 1.4rem;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
.footer-nav {
  margin-bottom: 2rem;
}
.footer-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-nav a {
  display: block;
  padding: 0 20px;
  margin: 0 0 20px;
  font-size: 1.4rem;
  line-height: 1;
}
.is-pc {
  display: block;
}
.is-sp {
  display: none;
}

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

@media screen and (min-width: 768px){
  .footer-nav li:not(:last-child) a{
    border-right: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav li:nth-child(odd) a {
    border-right: 1px solid #000;
  }
}

@media screen and (max-width: 767px) {
  .footer-nav ul {
    flex-wrap: nowrap;
  }
  .footer-nav__bottom li:not(:last-child) a {
    border-right: 1px solid #000;
  }
  .footer-nav__bottom li:last-child a {
    border-right: none;
  }
}

/* .footer-nav a:hover{
	background: #bd202b;
	color: #fff;
	opacity: 1;
} */

@media screen and (min-width:767px) and (max-width:1024px) {
  .site-name .site-name-info {
    font-size: 1rem;
  }
  .site-name .site-name-logo {
    margin-right: 1rem;
  }
  .content {
    flex-direction: column;
    padding: 98px 5% 0;
  }
  .content main {
    max-width: 860px;
    margin: 0 auto 8rem;
  }
  .reporter-info dl {
    line-height: 1.3;
  }
  .content aside {
    width: 100%;
  }
  .side-banner-box {
    display: flex;
    justify-content: center;
  }
  .side-banner-box .side-banner {
    padding: 0 1.8rem;
  }
}

@media screen and (max-width:767px) {
  .content {
    flex-direction: column;
  }
  .content aside {
    width: 100%;
  }
  .site-name a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .site-name .site-name-logo {
    margin-right: 1rem;
  }
  .site-name .site-name-logo img {
    max-width: 140px;
    margin-bottom: 5px;
  }
  .site-name .site-name-info {
    font-size: 10px;
    transform: scale(0.8);
    transform-origin: 0 0;
    display: block;
    white-space: nowrap;
    letter-spacing: 0.02em;
  }
  .site-header {
    height: 60px;
  }
  .content {
    padding: 0px 20px 0;
    margin: 0 auto;
  }
  .content main {
    margin-right: 0;
  }
  .site-header-inner {
    padding: 0 0 0 3.6%;
  }
  .trigger_wrap {
    width: 60px;
    height: 60px;
  }
  .trigger {
    margin-top: 18px;
  }
  .nav-open .trigger:after {
    width: 110%;
  }
  .nav-open .trigger:before {
    width: 110%;
  }
  .global {
    padding-top: 10rem;
  }
  .global a, .global span{
    font-size: 1.6rem;
  }
  .global li {
    border-bottom: 1px solid #fff;
    padding: 15px 0px 15px 26px;
  }
  .global ul.dropdown li {
    padding: 5px 0 5px 30px;
    border-bottom: none;
  }
  .global li::before {
    width: 15px;
    top: 28px;
  }
  .global li.li_arrow:after {
    top: 27px;
    right: 8px;
  }
  .footer-nav ul {
    flex-wrap: wrap;
  }
  .footer-nav a {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:340px) {
  .site-to-lang a {
    width: 86px;
  }
}

.side-banner-box {
  margin-bottom: 6rem;
}
.side-banner {
  margin-bottom: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-banner img {
  display: block;
}
.side-link {
  margin-bottom: 4.6rem;
}
.side-link-ttl {
  margin-bottom: 3.8rem;
  display: flex;
  justify-content: center;
}
.side-link-ttl span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.8rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  position: relative;
}
.side-link-ttl span::after {
  margin-top: .6rem;
  content: '';
  display: block;
  width: 55px;
  height: 1px;
  background: #BD202B;
}
.slt-area::before {
  content: '';
  width: 27px;
  height: 27px;
  background-image: url(../img/common/side-icn-area.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -53px;
  top: 50%;
  transform: translateY(-50%);
}
.slt-category::before {
  content: '';
  width: 15px;
  height: 25px;
  background-image: url(../img/common/side-icn-cat.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.slt-reporter::before {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(../img/common/side-icn-reporter.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -43px;
  top: 50%;
  transform: translateY(-50%);
}
.side-link-area ul {
  display: flex;
  flex-wrap: wrap;
}
.side-link-area li {
  width: calc(33.333% - 26px);
  padding: calc(33.333% - 26px) 0 0;
  margin-right: 13px;
  margin-left: 13px;
  margin-bottom: 2rem;
  position: relative;
}
.side-link-area li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 1.4rem;
}
.side-link-area li a:hover{
	background: #bd202b;
	color: #fff;
	opacity: 1;
}
.side-link-category {
  margin-bottom: 8rem;
}
.side-link-category li {
  margin: 0 6px 2rem;
}
.side-link-category li a {
  display: block;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  line-height: 1;
  padding: 1.7rem;
  border-radius: 3px;
}
.side-link-category li a:hover{
	background: #bd202b;
	color: #fff;
	opacity: 1;
}
.side-link .to-archive {
  margin: 0 6px;
}
.side-link .to-archive a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  line-height: 1;
  padding: 1.2rem 30px 1.2rem 30px;
  position: relative;
}
.side-link .to-archive a::after {
  content: '';
  width: 10px;
  height: 11px;
  background-image: url(../img/common/to-archive-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.side-link .to-archive a:hover{
  background: #bd202b;
  color: #fff;
  opacity: 1;
}
.side-link .to-archive a:hover:after {
  background-image: url(../img/common/to-archive-arrow-w.png);
}
.side-link-reporter ul {
  display: flex;
  flex-wrap: wrap;
}
.side-link-reporter li {
  width: calc(33.333% - 26px);
  margin-right: 13px;
  margin-left: 13px;
  margin-bottom: 2rem;
}
.side-link-reporter li figure {
  border-radius: 50%;
  padding: 2px;
  border: 1px solid #999999;
}
.side-link-reporter li figure img {
  border-radius: 50%;
  /* 以下3行　250412追加 */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.side-link-reporter li .country-name {
  margin-top: .5rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width:767px) {
  .side-link {
    padding-right: 9.3%;
    padding-left: 9.3%;
  }
  .side-banner {
    margin-bottom: 3rem;
  }
  .side-banner-box {
    margin-bottom: 6rem;
  }
  .insta-list {
    margin-top: 5rem;
  }
}

/*** single **/
.reporter-info-box {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.reporter-photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  transform: translateY(-18px);
}
.reporter-photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.reporter-info {
  margin-left: 1.5rem;
  flex: 1;
}
.reporter-info dl {
  line-height: 1.2;
}
.reporter-info dt,
.reporter-info dd {
  font-weight: bold;
  font-size: 1.4rem;
  color: #BD202B;
  margin: 0;
  display: inline-block;
}
.entry-cattag {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.entry-cattag li {
  font-size: 1.2rem;
  color: #BD202B;
  padding: .6rem 2rem;
  background: #e1e1e1;
  border-radius: 3.6px;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
  white-space: nowrap;
}
.entry-cattag ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.entry-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.68;
  letter-spacing: .1em;
}
.entry-date {
  color: #555;
  margin-bottom: 1rem;
}
.entry-header .reporter-info-box,
.entry-header .entry-info-box {
  padding-left: 2rem;
  padding-right: 2rem;
}
.to-pdf {
  width: 81.28%;
  position: relative;
  margin: 0 auto 5rem;
}
.to-pdf a {
  border: 1px solid #000;
  font-size: 1.4rem;
  padding: 1rem;
  text-align: center;
  display: block;
  position: relative;
  transition: all .3s;
}
.to-pdf a:hover {
  transform: translate(5px, 5px);
}
.to-pdf a::after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 21px;
  background-image: url(../img/common/icn-blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.to-pdf::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.to-archive-list {
  width: 81.28%;
  position: relative;
  margin: 0 auto 5rem;
}
.to-archive-list a {
  border: 1px solid #000;
  font-size: 1.4rem;
  padding: 1rem;
  text-align: center;
  display: block;
  position: relative;
  transition: all .3s;
}
.to-archive-list a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 11px;
  background-image: url(../img/common/to-archive-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.to-archive-list a:hover {
  transform: translate(5px,5px);
}
.to-archive-list::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}
.lwptoc {
  background: #e1e1e1;
  padding: 2rem 4rem 1.5rem;
}
.lwptoc .lwptoc_header {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.lwptoc .lwptoc_header::before {
  content: '';
  width: 16px;
  height: 11px;
  background-image: url(../img/common/icn-list.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-right: 12px;
}
.lwptoc .lwptoc_items {
  font-size: 1.4rem;
  font-weight: bold;
}
.lwptoc .lwptoc_items a:hover .lwptoc_item_label {
  text-decoration: underline;
}
.lwptoc .lwptoc_item_number {
  color: #7e7e7e;
  padding-right: .5em;
}
.lwptoc .lwptoc_item .lwptoc_item .lwptoc_item_number {
  display: none;
}
.lwptoc .lwptoc_item .lwptoc_item .lwptoc_item_label {
  padding-left: 2em;
  font-weight: normal;
  display: inline-block;
  margin-bottom: .5rem;
  line-height: 1.48;
}
.lwptoc>.lwptoc_i>.lwptoc_items>.lwptoc_itemWrap>.lwptoc_item {
  margin-bottom: 1.5rem;
}
.lwptoc>.lwptoc_i>.lwptoc_items>.lwptoc_itemWrap>.lwptoc_item a {
  display: flex;
}
.entry-content {
  background: #fff;
  padding: 37.5px;
    line-height: 1.8;
  letter-spacing: .05em;
}
.entry-content picture {
  display: block;
  margin: 2rem 0;
}
.entry-content h2 {
  margin-top: 8rem;
  margin-bottom: 4rem;
  font-size: 2.1rem;
  font-weight: bold;
  padding-left: 1.5em;
  position: relative;
  border-left: 1px solid #BD202B;
  text-align: left;
}
.entry-content h3 {
  font-weight: bold;
  font-size: 2rem;
  border-bottom: 1px solid #BD202B;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.entry-content h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.entry-content h2:first-child {
  margin-top: 0;
}
.entry-content ol {
  list-style: decimal;
  margin-bottom: 1em;
  padding-left: 2em;
}
.entry-content ul {
  list-style: disc;
  margin-bottom: 1em;
  padding-left: 2em;
}
.entry-content table.table {
  width: 100%;
}
.entry-content table.table th {
  background: #f1f1f1;
  white-space: nowrap;
}
.entry-content table.table th,
.entry-content table.table td {
  padding: 1rem 1.5rem;
  border: 1px solid #ddd;
}
.entry-content p {
  margin-bottom: 2em;
}
.entry-content p iframe {
  width: 100%;
  height: auto;
  max-width: 100%;
  aspect-ratio: 16 / 9;
}
.entry-content .row {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.entry-content .row .col-md-6 {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 2rem;
}
.entry-content .youtube {
  margin: 2em 0;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.entry-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.entry-access {
  margin: 5rem 0;
}
.entry-access dl {
  display: flex;
}
.entry-access dt {
  width: 150px;
}
.entry-access dd {
  flex: 1;
  font-size: 1.4rem;
  font-weight: bold;
}
.entry-access-address {
  margin-bottom: 1em;
}
.entry-access-access li {
  margin-bottom: .8em;
  display: inline-block;
  border-bottom: 1px solid;
  font-size: 1.4rem;
}
.entry-access-access {
  padding-left: 150px;
}
.btm-banner-box {
  display: flex;
  justify-content: center;
  margin: 8rem -1.8rem;
}
.btm-banner-box .btm-banner {
  padding: 0 1.8rem;
}
.recommend-ttl {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.recommend-ttl::before {
  content: '';
  width: 40px;
  height: 20px;
  background-image: url(../img/common/icn-recommend.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 1.5rem;
  display: inline-block;
}
.recommend-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #BD202B;
  margin-left: 2.5rem;
  position: relative;
  top: 2px;
  flex: 1;
}
.popular-ttl {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.popular-ttl::before {
  content: '';
  width: 5px;
  height: 29px;
  background-image: url(../img/common/icn-popular.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 3rem;
  display: inline-block;
}
.popular-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #BD202B;
  margin-left: 2.5rem;
  position: relative;
  top: 2px;
  flex: 1;
}
.photog-ttl {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.photog-ttl::before {
  content: '';
  width: 37px;
  height: 29px;
  background-image: url(../img/common/photog-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 3rem;
  display: inline-block;
}
.photog-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #BD202B;
  margin-left: 2.5rem;
  position: relative;
  top: 2px;
  flex: 1;
}

.new-ttl {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.new-ttl::before {
  content: '';
  width: 40px;
  height: 39px;
  background-image: url(../img/common/icn-new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 1.5rem;
  display: inline-block;
}
.new-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #BD202B;
  margin-left: 2.5rem;
  position: relative;
  top: 2px;
  flex: 1;
}
.insta-ttl {
  margin-bottom: 5rem;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.insta-ttl::before {
  content: '';
  width: 33px;
  height: 24px;
  background-image: url(../img/common/icn-insta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 2.5rem;
  display: inline-block;
}
.insta-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #BD202B;
  margin-left: 2.5rem;
  position: relative;
  top: 2px;
  flex: 1;
}
.report-ttl {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  white-space: nowrap;
}
.report-ttl::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../img/common/icon_gamereport.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 2rem;
  display: inline-block;
}
.report-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #BD202B;
  margin-left: 2.5rem;
  position: relative;
  top: 2px;
  flex: 1;
}
.breaking-ttl {
  margin-bottom: 2rem;
  margin-top: 30px;
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  white-space: nowrap;
}
.breaking-ttl::before {
  content: '';
  width: 40px;
  height: 40px;
  background-image: url(../img/common/icon_sonotasokuhou.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 2rem;
  display: inline-block;
}
.breaking-ttl::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #BD202B;
  margin-left: 2.5rem;
  position: relative;
  top: 2px;
  flex: 1;
}
.list-content-ttl {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}
.list-content-txt {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.list-content-cattag {
  display: flex;
  flex-wrap: wrap;
}
.list-content-cattag li {
  color: #BD202B;
  font-size: 1rem;
  background: #e1e1e1;
  padding: .5rem 1.5rem;
  line-height: 1;
  white-space: nowrap;
  margin-right: 1.4rem;
  margin-bottom: .6rem;
  border-radius: 3px;
}
.blog-list .reporter-info-box {
  margin-top: 1.5rem;
}
.blog-list .reporter-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 0px;
  transform: translateY(0);
}
.blog-list .reporter-photo img {
  width: 48px;
  height: 48px;
}
.blog-list .reporter-info dt,
.blog-list .reporter-info dd {
  font-size: 1rem;
}
.blog-list .entry-date {
  margin: auto 0 0 auto;
  font-size: 1rem;
}
.blog-list .reporter-info {
  margin-right: 1.5rem;
}
.blog-list .list-content {
  width: 63%;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  background: #fff;
}
.blog-list .list {
  width: 100%;
  margin-bottom: 4rem;
}
.blog-list .list a {
  display: flex;
  position: relative;
}
.blog-list-large .counter {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  position: absolute;
  top: 40px;
  left: 5px;
  margin-left: 0;
  background: #fff;
  box-shadow: 6px 6px 12px rgba(0, 0, 0, .16);
  z-index: 20;
}
.blog-list-large .counter.counter1 {
  background: #DDCEA6;
}
.blog-list-large .counter.counter2 {
  background: #D8D8D8;
}
.blog-list-large .counter.counter3 {
  background: #D6B7BD;
}
.blog-list .list figure.list-thumb {
  padding-right: 10px;
  width: 37%;
}
.blog-list .list figure.list-thumb img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.content-header {
  min-height: 380px;
  margin-top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-header-inner {
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.content-header-ttl {
  margin-bottom: 1rem;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
}
.content-header-txt {
  color: #fff;
  font-size: 1.4rem;
}
.category-ac-txt {
  font-size: 2.3rem;
  color: #fff;
  font-weight: bold;
}
.content-header-cat {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 4rem -1rem 0;
}
.content-header-cat li {
  padding: 0 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.content-header-cat li a {
  display: block;
  background: rgba(255, 255, 255, .7);
  padding: .5rem 2rem;
  border-radius: 3px;
  border: 1px solid #000;
  text-align: center;
}
.top-content .popular-list,
.top-content .new-list {
  margin-bottom: 10rem;
}
.blog-list-large {
    display: flex;
    margin: 0 auto 60px;
    flex-wrap: wrap;
}
.blog-list-large .list-large {
  width: 50%;
  margin-bottom: 4rem;
  padding: 0 20px;
}
.blog-list-large .list-large a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-list-large .list-large a figure {
  flex-shrink: 0;
  position: relative;
}
.list-large a figure .c-reporterIcon{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 73px;
  height: auto;
}
/* @media screen and (max-width: 768px){
  .list-large a figure .c-reporterIcon{
    width: 80px;
  }
} */
.list-large .reporter-info dt,
.list-large .reporter-info dd {
  font-size: 1rem;
}
.list-large .list-content-ttl {
  font-size: 2rem;
  line-height: 1.5;
}
.list-large-content {
  height: 100%;
  margin-top: 0;
  padding: 1.5rem 2rem 1rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.list-large-content .list-content-txt {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.list-large-content .reporter-info-box {
  margin-top: -1rem;
}
.list-large-content .list-content-txt {
  margin-bottom: 2rem;
}
.list-large-content .entry-date {
  font-size: 1rem;
  margin-top: auto;
  margin-bottom: 0;
}
.list-large-content .list-content-cattag li {
  margin-bottom: 1rem;
}
.list-large-content .list-content-cattag {
  margin-bottom: 1rem;
}
.top-slider-content {
    margin-top: 0;
}
.slider-box {
  width: 100%;
  height: 500px;
  padding-top: 4rem;
  position: relative;
  display: flex;
  align-items: center;
}
.slider-box figure {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.slider-box figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.top-slider-content .slider-inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
.slider-inner .slider-ttl._pc {
  font-size: 4.5rem;
  font-weight: bold;
  color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: .3em;
  line-height: 2;
  background-color: rgba(51, 51, 51, .8);
}
.slider-readmore a {
  min-width: 180px;
  margin-top: 4rem;
  font-size: 1.6rem;
  display: inline-block;
  background: rgba(51, 51, 51, .8);
  color: #fff;
  padding: 1rem 3rem;
  text-align: center;
  position: relative;
}
.slider-readmore a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 11px;
  background-image: url(../img/common/to-archive-arrow-w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: 15px;
  top: 52%;
  transform: translateY(-50%);
}
.slider-btn {
  width: 100%;
  max-width: 1226px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  justify-content: flex-end;
}
.slider-btn>div {
  margin: 0 1rem;
  cursor: pointer;
}
.archive-content {
  margin-top: 40px;
}
.ac-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 7rem;
}
.ac-ttl span {
  font-size: 2.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  line-height: 1;
}
.ac-ttl .ac-txt::after {
  margin-top: 2.5rem;
  content: '';
  display: block;
  width: 72px;
  height: 1px;
  background: #BD202B;
}
.ac-new-ttl::before {
  margin-right: 2rem;
  content: '';
  display: inline-block;
  width: 40px;
  height: 39px;
  background-image: url(../img/common/icn-ac-new.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -60px;
  top: 37%;
  transform: translateY(-50%);
}
.ac-popular-ttl::before {
  margin-right: 2rem;
  content: '';
  display: inline-block;
  width: 40px;
  height: 30px;
  background-image: url(../img/common/icn-ac-popular.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -60px;
  top: 0%;
  transform: translateY(-2px);
}
.ac-category-ttl::before {
  margin-right: 2rem;
  content: '';
  display: inline-block;
  width: 20px;
  height: 33px;
  background-image: url(../img/common/icn-ac-category.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -40px;
  top: 0%;
  transform: translateY(-2px);
}
.ac-country-ttl::before {
  margin-right: 2rem;
  content: '';
  display: inline-block;
  width: 38px;
  height: 38px;
  background-image: url(../img/common/icn-ac-country.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: -60px;
  top: 0%;
  transform: translateY(-5px);
}
.breadcrumbs-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem 3rem;
  border-top: 1px dashed #111;
  color: #111;
  font-size: 1.4rem;
}
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0 60px;
}
.wp-pagenavi span,
.wp-pagenavi a {
  width: 48px;
  height: 48px;
  margin: 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  border: 1px solid #333;
}
.wp-pagenavi span.current {
  background: #333;
  color: #fff;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: 0;
  font-size: 1.8rem;
}
.category-list-content {
  background: #fff;
  padding: 3rem;
}
.category-list-content ul {
  display: flex;
  flex-wrap: wrap;
}
.category-list-content ul li {
  width: 50%;
  margin-bottom: 25px;
  padding: 0 25px;
}
.category-list-content li a {
  border: 1px solid #000;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  font-size: 1.4rem;
}
.country-list-content .side-link-reporter li {
  width: calc(100% / 9);
  padding: 5px;
  margin: 0 1rem 1rem;
  display: flex;
  align-items: center;
}
.country-list-content .side-link-reporter li figure {
  width: 68px;
  height: 68px;
}
.area-list-content .side-link-area li {
  width: 78px;
  padding: 5px;
  margin: 0 1rem 1rem;
  display: flex;
  align-items: center;
}
.area-list-content .side-link-area li a {
  width: 68px;
  height: 68px;
  position: relative;
}
.area-list-content .side-link-area li.fkn-area a {
  background: #BD202B;
  color: #fff;
  border: 1px solid #BD202B;
}
.country-list-content h2 {
  font-size: 2.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.area-list-content h2 {
  font-size: 2.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.country-list-content h2::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #BD202B;
  display: inline-block;
  margin-right: 2rem;
}
.area-list-content h2::before {
  content: '';
  width: 1px;
  height: 20px;
  background: #BD202B;
  display: inline-block;
  margin-right: 2rem;
}
.country-list-content ul.child {
  background: #fff;
  padding: 1rem;
  margin: 1rem 0 3rem;
}
.area-list-content ul.child {
  background: #fff;
  padding: 2rem 2rem 1rem;
  margin: 1rem 0 3rem;
}
.sns-box {
  margin: 4rem 0;
}
.sns-box .addtoany_shortcode {
  display: flex;
  justify-content: center;
}
.sns-box .addtoany_shortcode>div>a {
  padding: 0 1rem;
}
.insta-content {
  margin: 0 -15px;
}
.insta-content #sb_instagram #sbi_images .sbi_item {
  padding: 0 15px 30px !important;
}
#sb_instagram #sbi_images {
  margin-bottom: 3rem;
}
.lwptoc.single-relation {
  border: 1px solid #707070;
  background: none;
  margin-bottom: 10rem;
}
.lwptoc .lwptoc_i {
  padding: 14px 0px 10px;
}
.lwptoc.single-relation .lwptoc_header::before {
  content: '';
  width: 16px;
  height: 25px;
  background-image: url(../img/common/icn-relation.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  margin-right: 12px;
}

@media screen and (max-width:767px) {
  .entry-content {
    padding: 3rem 1.5rem;
    font-size: 1.6rem;
  }
  .entry-content .row .col-md-6 {
    width: 100%;
  }
  .entry-header-fig {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .entry-header .reporter-info-box,
  .entry-header .entry-info-box {
    padding-left: 0rem;
    padding-right: 0rem;
  }
  .reporter-info dl {
    line-height: 1.4;
  }
  .reporter-info dt,
  .reporter-info dd {
    font-size: 1.2rem;
  }
  .entry-date {
    font-size: 1rem;
  }
  .entry-ttl {
    font-size: 2.2rem;
  }
  .entry-cattag li {
    padding: .2rem 1rem;
  }
  .to-pdf a::after {
    width: 20px;
    height: 13px;
  }
  .to-archive-list a::after {
    right: 10px;
  }
  .lwptoc {
    padding: 1rem;
  }
  .entry-content h2 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding-left: 1em;
  }
  .entry-access-access {
    padding-left: 0;
  }
  .entry-access dt {
    width: 100px;
    margin-right: 20px;
  }
  .entry-access dd {
    padding-top: 7px;
  }
  .entry-access {
    padding: 0 30px;
  }
  .btm-banner-box {
    flex-direction: column;
    align-items: center;
  }
  .btm-banner {
    margin-bottom: 3rem;
  }
  .blog-list .list a {
    flex-direction: column;
  }
  .list-header-sp {
    display: flex;
    margin-bottom: 2rem;
  }
  .list-footer-sp {
    padding: 0 2rem;
  }
  .list-header-sp .list-content-ttl {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 1.4;
  }
  .blog-list .reporter-info-box {
    flex-wrap: wrap;
  }
  .blog-list .reporter-info {
    margin-right: 0;
    width: calc(100% - 48px - 1.5rem);
  }
  .blog-list .entry-date {
    width: 100%;
    text-align: right;
  }
  .blog-list .list figure.list-thumb {
    padding-right: 5px;
    width: 37%;
  }
  .list-content-txt {
    font-size: 1.4rem;
  }
  .content-header-inner {
    padding: 2rem 2rem 1rem;
    width: 100%;
  }
  .content-header {
    min-height: 150px!important;
  }
  .content-header-ttl {
    font-size: 2.3rem;
  }
  .content-header-txt {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }
  .category-ac-txt {
    font-size: 1.5rem;
  }
  .content-header-cat li {
    width: 33.33%;
  }
  .content-header-cat a {
    font-size: 1.1rem;
  }
  .slider-inner .slider-ttl._pc {
    display: none;
  }
  .slider-inner .slider-ttl._sp {
    font-size: 2.3rem;
    font-weight: bold;
    color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: .3em;
    line-height: 2;
    background-color: rgba(51, 51, 51, .8);
  }
  .slider-readmore a {
    min-width: 160px;
    font-size: 1.4rem;
    padding: 0.5rem 3rem 0.4rem;
  }
  .slider-readmore a::after {
    width: 8px;
    height: 9px;
    top: 54%;
  }
  .slider-box {
    height: 76vw;
  }
  .slider-box figure img {
    height: 76vw;
  }
  .slider-btn>div {
    margin: 0 0 0 1rem;
    cursor: pointer;
    width: 36px;
    height: 36px;
  }
  .blog-list-large {
    flex-direction: inherit;
    flex-wrap: wrap;
  }
  .popular-ttl,
  .new-ttl,
  .insta-ttl {
    margin-bottom: 3rem;
    font-size: 2rem;
  }
  .popular-ttl::before {
    width: 4px;
    height: 23px;
    margin-right: 1.5rem;
  }
  .new-ttl::before {
    width: 25px;
    height: 24px;
    margin-right: 1.5rem;
  }
  .insta-ttl::before {
    width: 24px;
    height: 17px;
    margin-right: 1.5rem;
  }
  .ac-ttl {
    margin-bottom: 4rem;
  }
  .ac-ttl span {
    font-size: 2.3rem;
  }
  .ac-ttl .ac-txt::after {
    margin-top: 2rem;
    width: 50px;
  }
  .ac-new-ttl::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 27px;
    background-image: url(../img/common/icn-ac-new.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: -40px;
    top: 37%;
    transform: translateY(-50%);
  }
  .ac-popular-ttl::before {
    width: 26px;
    height: 20px;
    left: -35px;
  }
  .country-list-content .side-link-reporter li {
    width: 25%;
    margin: 0 0 1rem;
  }
  .country-list-content .side-link-reporter li figure {
    width: 60px;
    height: 60px;
  }
  .ac-country-ttl::before {
    width: 26px;
    height: 26px;
    left: -40px;
    top: 0%;
    transform: translateY(-3px);
  }
  .ac-category-ttl::before {
    width: 13px;
    height: 24px;
    left: -30px;
  }
  .category-list-content ul li {
    width: 100%;
  }
  .category-list-content {
    padding: 3rem 2rem 1rem;
  }
  .insta-content #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item {
    width: 50%;
  }
  .content-header-cat {
    margin: 1rem -1rem 0;
    width: 100%;
  }
  .blog-list .counter {
    width: 34px;
    height: 34px;
  }
  #sb_instagram #sbi_images {
    margin-bottom: 0rem;
  }
  .entry-content table.table th,
  .entry-content table.table td {
    display: block;
    width: 100%;
  }
  .lwptoc .lwptoc_i {
    padding: 14px 10px 5px;
  }
  .archive main,
  .area main,
  .category main,
  .country main,
  .blog main {
    margin-bottom: 8rem;
  }
  .insta-list_common #sb_instagram.sbi_col_4 #sbi_images,
  .insta-list_common #sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images{
    grid-template-columns: repeat(3, 1fr);
  }
  .insta-list_common #sb_instagram #sbi_images .sbi_item:nth-child(7),
  .insta-list_common #sb_instagram #sbi_images .sbi_item:nth-child(8){
    display: none;
  }
}

@media screen and (max-width:480px) {
  .area-list-content .side-link-area li {
    width: 33.33%;
    margin: 0 0 1rem;
  }
}

/* : old browser : */
@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .list-large-content .list-content-txt {
    height: calc(1.8em * 3);
  }
  .blog-list .list-content {
    flex: 1;
  }
  .list-content-txt {
    height: calc(1.8em * 2);
  }
  .content-header {
    height: 380px;
  }
  .slider-inner .slider-ttl._pc {
    display: inline-block;
    padding: .3em .3em 0em .3em;
    line-height: 1.5;
  }
}

/*readingtime */
.reading-time {
  margin-bottom: 3rem;
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

/*profile*/
.profile-card {
  margin-top: 5rem;
  border: 1px solid #707070;
  padding: 1.4rem 3rem 3rem;
}
.profile-card_list {
  margin-top: 3rem;
}
.profile-card_ttl+.profile-card_list {
  margin-top: 1.5rem;
}
.profile-card_ttl {
  font-weight: bold;
}
.profile-card_cont {
  font-size: 1.4rem;
  line-height: 1.6;
}
.profile-card_head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.profile-card_name {
  font-weight: bold;
  font-size: 1.4rem;
  color: #BD202B;
  line-height: 1.6;
  flex: 1;
}
.profile-card_head figure img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 2rem;
  object-fit: cover;
}

@media screen and (max-width:767px) {
  .profile-card {
    padding: 1.4rem 2rem 2rem;
  }
}

/*top slider */
.top-slider23 .swiper-slide img, .top-slider23-none .swiper-slide img {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  object-fit: cover;
}
.top-slider23 .slider-cont23, .top-slider23-none .slider-cont23 {
  width: 100%;
  height: 100%;
  background: #333333;
}
.top-slider23 .swiper-slide, .top-slider23-none .swiper-slide {
  max-width: 100%;
  margin: 0 auto;
  height: 700px;
  position: relative;
}
.top-slider23 .slider-cont23_ttl, .top-slider23-none .slider-cont23_ttl {
  padding: 0;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.top-slider23 .slider-cont23_ttlin, .top-slider23-none .slider-cont23_ttlin {
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.top-slider23 .topsl23-button-next, .top-slider23 .topsl23-button-prev {
  display: none;
}
.top-slider23 .topsl23-button-next::before,
.top-slider23 .topsl23-button-prev::before {
  content: '';
  display: block;
  width: 20px;
  height: 64px;
  background-image: url(../img/common/slidearrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.top-slider23 .topsl23-button-next::before {
  transform: translateY(-50%) rotate(180deg);
  left: 4rem;
}
.top-slider23 .topsl23-button-prev::before {
  right: 4rem;
}
.top-slider23 .topsl23-button-next {
  right: 0;
}
.top-slider23 .topsl23-button-prev {
  left: 0;
}
.topsl23-pagination {
  margin: 10px 2rem 0;
}
.topsl23-pagination .swiper-pagination {
  position: relative;
  white-space: nowrap;
}
/* .topsl23-pagination .swiper-pagination-bullet {
    margin: 0 0.5rem;
    width: 35px;
    height: 4px;
    border-radius: 0;
} */
.topsl23-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 4px;
  margin: 0 0.5rem;
  border-radius: 0;
  background-color: currentColor;
  z-index: 1;
}
.topsl23-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -10px;
  right: -10px;
  background: transparent;
  z-index: -1;
}
.topsl23-pagination .swiper-pagination-bullet-active {
  background: #BD202B;
}

@media screen and (max-width: 767px){
  .topsl23-pagination{
    margin: 10px 0 0;
  }
  .topsl23-pagination .swiper-pagination-bullet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 44px;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
  }
  .topsl23-pagination .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 24px;
    height: 4px;
    background-color: #BD202B;
    border-radius: 0;
  }
  .topsl23-pagination .swiper-pagination-bullet::before{
    content: none;
  }
  .topsl23-pagination .swiper-pagination-bullet-active {
    background: none;
  }
}

@media screen and (min-width:768px) and (max-width:1280px) {
  .top-slider23 .topsl23-button-next,
  .top-slider23 .topsl23-button-prev {
    position: absolute;
    top: 0;
  }
  .top-slider23 .topsl23-button-next::before {
    transform: translateY(-50%) rotate(180deg);
    left: 2rem;
  }
  .top-slider23 .topsl23-button-prev::before {
    right: 2rem;
  }
}

@media screen and (max-width:767px) {
  .top-slider23 .slider-cont23_ttl {
    padding: 0;
  }
  .top-slider23 .slider-cont23_ttlin {
    font-size: 2rem;
  }
}

.softball_bn {
    margin: 2px auto 0;
    display: block;
    text-align: center;
}

@media screen and (max-width:767px) {
  .softball_bn {
    margin: 0px auto 30px;
  }
}

.top-slider-content2 {
  position: relative;
}
.top-slider-content2 .topsl23-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ゲームレポート */
.breaking-lists{
	width: 100%;
	margin-bottom: 2.5rem;
}
.breaking-lists li{
	width: 100%;
	border-bottom: 1px dotted #e1e1e1;
	padding: 5px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.breaking-lists li a{
	font-size: 1.4rem;
}
.breaking-lists li a span.breaking-icon{
	color: #fff;
	background: #bd202b;
	font-size: 1.5rem;
	padding: 1px 5px;
	border-radius: 3px;
	margin-right: 0.5rem;
}
.breaking-lists li a span.breaking-category{
	margin-right: 0.5rem;
  padding: .5rem;
  border-right: 1px solid #bd202b;
}
section.breaking {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  max-height: 120px;
  overflow: hidden;
  opacity: 0;
}
section.breaking ul.breaking-slider {
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
	margin-bottom: 0;
}
section.breaking ul.breaking-slider li {
  width: calc(50% - 10px);
  box-sizing: border-box;
  text-align: center;
	display: block !important;
	padding: 5px 10px;
}
section.breaking ul.breaking-slider li.list-one{
  width: 100%;
}
@media screen and (max-width: 768px){
  section.breaking {
    max-height: 110px;
  }
  section.breaking ul.breaking-slider{
    display: block;
  }
  section.breaking ul.breaking-slider li{
    width: 100%;
  }
}

/* 注目選手2025 */
.j-caption {
  font-size: 28px;
  line-height: calc(40 / 28);
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  margin: 3rem auto;
}
@media screen and (max-width: 768px) {
  .j-caption {
      font-size: 18px;
      text-align: left;
  }
  .j-caption br{
      display: none;
  }
}
.j_prof {
  border: 3px solid #C51026;
  padding: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px){
  .j_prof {
      flex-direction: column;
  }
}
.j_prof .prof_box .prof_box_top {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.j_prof .prof_box .prof_box_top div {
  line-height: 1.4;
}
.j_prof .prof_box .prof_box_top div p span {
  font-family: 'oswald';
}
.j_prof .prof_box .prof_box_top figure {
  width: 60px;
}
.j_prof .prof_box .prof_box_top p:first-child {
  font-size: 16px;
}
.j_prof .prof_box .prof_box_top p:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px){
  .j_prof .prof_box .prof_box_top p:nth-child(2) {
      font-size: 22px;
  }
}
.j_prof .prof_box .prof_box_top p:nth-child(2) span {
  margin-right: 1rem;
}
.j_prof .prof_box table th {
  padding-right: 2rem;
}
.j_prof figure.prof_icatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-white {
  background-color: #fff;
  padding: 2rem 0 4rem;
  margin-bottom: 3rem;
}
.bg-white-padding {
  margin: 0 2rem 2rem;
}
h2.img-font {
  width: fit-content;
  margin: 0 auto 25px;
  position: relative;
}
h2.img-font figure.side-img {
  position: absolute;
  /* right: calc(100% + 10px); */
  top: 70%;
  transform: translateY(-50%);
  width: 40px;
  left: -55px;
}
h2.img-font figure.title-img img {
  height: 20px;
  width: auto;
}
.txt_qu {
  font-weight: bold;
}
.txt_qu span {
  color: #D3275C;
  font-size: 22px;
  font-family: 'oswald';
  padding-right: 1rem;
}
.youtube{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.j_archive {
  margin: 30px auto;
}
.tmap-archive {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
.tmap-archive a {
  display: block;
  min-width: 268px;
  max-width: calc((100% - 2rem) / 3);

}
.tmap-archive a .thumb {
  height: 268px;
}
.tmap-archive a .thumb img {
  height: 100%;
  object-fit: cover;
}
.tmap-archive .bg-white-prof {
  background-color: #fff;
  padding: 1rem;
}
.prof_icatch {
  width: 300px;
  height: 300px;
}
@media screen and (max-width: 481px) {
  .prof_icatch {
      width: 100%;
  }
}
.tmap-archive .o-team-values {
  display: flex;
}
.tmap-archive .o-team-values figure {
  width: 100px;
}
.tmap-archive p.team-name {
  font-size: 12px;
  font-weight: bold;
}
.tmap-archive h3.title {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
}
.tmap-archive h3.title span {
  font-weight: bold;
  font-family: 'oswald';
  font-size: 18px;
  padding-right: 1rem;
}
.j-kanrenkiji {
  color: #bd202b;
  position: relative;
  padding: 0 90px;
  width: fit-content;
}
.j-kanrenkiji::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background-color: #bd202b;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.j-kanrenkiji::after {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background-color: #bd202b;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.photo-gallery-box {
  border: 1px solid #bd202b;
  padding: 2.5rem;
  position: relative;
  display: flex;
  margin: 2rem auto;
}
@media screen and (max-width: 600px){
  .photo-gallery-box {
    flex-direction: column-reverse;
  }
}
.photo-gallery-box .photo-gallery-label {
  position: absolute;
  top: 0;
  transform: translate(0, -50%);
  background: #fff;
  padding: 0 1rem 0 5.5rem;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .photo-gallery-box .photo-gallery-label {
    font-size: 18px;
  }
}
.photo-gallery-box .photo-gallery-label::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/photog-icon.svg);
  width: 25px;
  height: 20px;
  left: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
}
.photo-gallery-box .photo-gallery-text {
  flex: 1;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.photo-gallery-box .photo-gallery-thumb {
  flex: 1;
}
.photo-gallery-box .photo-gallery-text .photo-gallery-title {
  font-size: 16px;
  font-weight: bold;
  margin: auto;
}
@media screen and (max-width: 600px){
  .photo-gallery-box .photo-gallery-text .photo-gallery-title {
    margin-bottom: 1rem;
  }
}
.photo-gallery-box .photo-gallery-text .photo-gallery-link {
  text-align: center;
  font-size: 14px;
  color: #111!important;
  text-decoration: none;
  border: 1px solid #111;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 4rem 0.5rem 2rem;
  position: relative;
}
.photo-gallery-box .photo-gallery-text .photo-gallery-link::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -50%) rotate(45deg);
}


/* 202602：pdf出力・印刷用 */
.c-pdf{
  position: relative;
}
.c-pdf-btn{
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #b1212b;
  border-radius: 20px;
  color: #b1212b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.c-pdf-btn span{
  position: relative;
  padding-left: 27px;
}
.c-pdf-btn span:before{
  content: "";
  display: block;
  background: url(../img/common/icon-print.svg) no-repeat;
  width: 22px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (max-width: 767px){
  .c-pdf{
    text-align: center;
  }
  .c-pdf-btn{
    position: static;
  }
}
@media print{
  .header_top_bn,
  header,
  .header_bottom,
  .c_nav,
  #g_nav,
  #sub_nav,
  .content aside,
  .footer_top,
  .breadcrumbs,
  footer{
    display: none;
  }
  .content{
    display: block;
    width: 100%;
    max-width: none;
  }
  .content main{
    width: 100% !important;
  }
}