﻿
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

/* 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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

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

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 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
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
  vertical-align: bottom;
}

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

/* Forms
========================================================================== */
/**
* Reset form fields to make them styleable
* 1. Reset radio and checkbox to preserve their look in iOS.
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-appearance: radio;
  -moz-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;
  -moz-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 padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
* 1. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

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

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

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 110px;
  }
}
main {
  overflow: hidden;
}
main.single {
  overflow: visible;
}
a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

/* -----------------------------------------------
* common
-------------------------------------------------- */
html, body {
  /*height: 100%;*/
  /*overflow-y: auto;*/
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 768px) {
  .related .container {
    padding: 0 5px;
  }
}
@media (min-width: 1200px) {
  .related .container {
    width: 1020px;
    padding: 0;
  }
}
.label {
  display: inline-block;
  background-color: #F5A91E;
  font-size: 10px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  padding: 2px 12px;
  border-radius: 25px;
}

.heading {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
}

.button {
  text-align: center;
}

.button a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 12px 48px;
  position: relative;
}

.button a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

@media (min-width: 768px) {
  .button a {
    display: inline-block;
  }
}
.date {
  display: inline-block;
  font-size: 10px;
  font-weight: 350;
  line-height: 15px;
}

.date--bold {
  font-weight: 700;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tag:not(body) {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.tag .breadcrumb {
  margin-top: 10px;
}

.tag:not(:last-of-type) {
  margin-right: 0.5em;
}

.pc_only {
  display: none;
}

/* -----------------------------------------------
* section_heading
-------------------------------------------------- */
.section_heading__en {
  color: #F5A91E;
  font-family: "Eigerdals", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
}

.section_heading__ja {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  margin-top: 4px;
}

.section_lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1em;
}

/* -----------------------------------------------
* card
-------------------------------------------------- */
.card {
  position: relative;
}

.card a {
  display: block;
}

.card__image {
  padding-top: 60.2409638554%;
  position: relative;
  margin-bottom: 16px;
}

.card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.card__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: justify;
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

_::-webkit-full-page-media, _:future, :root .card__title {
  text-align: start;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .card__title {
    text-align: start;
  }
}
.card__date {
  margin-top: 6px;
}

.card__tags {
  margin-top: 8px;
}

.card__mark {
  width: 26px;
  height: 26px;
  position: absolute;
  top: -13px;
  left: -5px;
}

/* -----------------------------------------------
* card_large
-------------------------------------------------- */
.card_large {
  position: relative;
}

.card_large a {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.card_large__image {
  position: relative;
  padding-top: 61%;
  /* 733/1200*100 */
}

.card_large__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  /*-o-object-fit: cover;
  object-fit: cover;*/
}

.card_large__label {
  margin-top: 10px;
}

.card_large__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .card_large__title {
    -webkit-line-clamp: 2;
  }
}
.card_large__tags {
  margin-top: 8px;
}

/* -----------------------------------------------
* card_small
-------------------------------------------------- */
.card_small {
  position: relative;
}

.card_small a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.card_small__image {
  width: 32%;
  height: 0;
  padding-top: 19.1072463768%;
  position: relative;
}

.card_small__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card_small__content {
  display: inline-block;
  width: calc(68% - 14px);
}

.card_small__label {
  display: inline-block;
  margin-top: 5px;
}

.card_small__number {
  display: inline-block;
  width: 34px;
  height: 28px;
  color: #fff;
  font-family: "Eigerdals", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding-top: 11px;
  position: absolute;
  top: -15px;
  left: -9px;
}

.card_small:nth-of-type(1) .card_small__number {
  background: center/contain no-repeat url(../image/rank2.svg);
}

.card_small:nth-of-type(2) .card_small__number {
  background: center/contain no-repeat url(../image/rank3.svg);
}

.card_small:nth-of-type(n + 3) .card_small__number {
  background: center/contain no-repeat url(../image/rank4.svg);
}

.card_small__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: justify;
  margin-top: 10px;
  /* display: -webkit-box; */
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

_::-webkit-full-page-media, _:future, :root .card_small__title {
  text-align: start;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .card_small__title {
    text-align: start;
  }
}
.card_small__date {
  margin-top: 0px;
}

.card_small__tags {
  margin-top: 8px;
}

.card_small__icon {
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .card_small__dateWrap {
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .card_small__dateWrap.card_small__dateWrap--large {
    margin-top: 9px;
  }
}
@media (max-width: 767px) {
  .card_small__icon {
    margin-left: 10px;
  }
}
.post-ranking .card_small__icon {
  margin-left: 0px;
  display: inline-block;
  vertical-align: middle;
}

/* -----------------------------------------------
* campaign
-------------------------------------------------- */
.campaign {
  position: fixed;
  right: -186px;
  bottom: 100px;
  z-index: 100;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  cursor: pointer;
}

.campaign.active {
  right: 0;
}

@media (max-width: 991px) {
  .campaign {
    bottom: calc(13.3333333333vw + 80px);
  }
  .campaign.active {
    right: -5px;
  }
}
.campaign.active .campaign__image a {
  pointer-events: auto;
}

.campaign.active .campaign__close {
  display: block;
}

.campaign__image a {
  pointer-events: none;
}

.campaign__image img {
  width: 227px;
}

.campaign__close {
  display: none;
  position: absolute;
  top: -10px;
  left: -10px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
}

/* -----------------------------------------------
* bnrBottom
-------------------------------------------------- */
@media (min-width: 769px) {
  .bnrBottom,
  .bnrBottom * {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .bnrBottom {
    position: fixed;
    left: -100%;
    bottom: 0;
    z-index: 100;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    width: 350px;
    height: auto;
  }
  .bnrBottom.show {
    left: 0;
    visibility: visible;
  }
  .bnrBottom.hide {
    opacity: 0;
    visibility: hidden;
  }
  .bnrBottom__inner {
    position: relative;
  }
  .bnrBottom__link {
    display: block;
  }
  .bnrBottom__image {
    width: 100%;
    opacity: 0.7;
  }
  .bnrBottom__close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 991px) {
  .bnrBottom {
    display: none;
  }
}
/* -----------------------------------------------
* return_top
-------------------------------------------------- */
.return_top {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 510;
}

.return_top.active {
  bottom: 75px;
}

.return_top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 991px) {
  .return_top.active {
    bottom: 117px;
  }
}
/* -----------------------------------------------
* floating
-------------------------------------------------- */
.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 1px solid #fff;
  z-index: 51;
}

.floating__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floating__image {
  width: 100%;
  height: 100%;
  border-right: 1px solid #fff;
}

.floating__buttons {
  width: 37.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floating__button {
  width: 50%;
  background-color: #F5A91E;
  text-align: center;
  padding-top: 8vw;
}

.floating__button:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.floating__button--ranking {
  position: relative;
}

.floating__button--ranking:before {
  position: absolute;
  top: 1.6vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 7.7333333333vw;
  height: 5.8666666667vw;
  background: center/contain no-repeat url(../image/chert.svg);
}

.floating__button--event {
  position: relative;
}

.floating__button--event:before {
  position: absolute;
  top: 1.0666666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 8vw;
  height: 7.4666666667vw;
  background: center/contain no-repeat url(../image/event.svg);
}

.floating__text {
  color: #fff;
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 4.5333333333vw;
}

.footer__cat__name {
  background-color: #5C0100;
  text-align: center;
  width: 62.6666666667vw;
  border-right: 1px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
  color: #fff;
  font-weight: bold;
  font-size: 3.7333333333vw;
}

/* -----------------------------------------------
* header
-------------------------------------------------- */
.header {
  /*  position: -webkit-sticky;
  position: sticky;*/
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 5px 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 200;
}

.header__inner {
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .header__inner {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 228px;
  height: auto;
}

.header__right {
  display: none;
}

.header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  background-color: #F5A91E;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  padding: 0 18px 0 60px;
  border-radius: 19px;
}

.header__button:not(:last-of-type) {
  margin-right: 12px;
}

.header__button--ranking {
  position: relative;
}

.header__button--ranking:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 29px;
  height: 21px;
  background: center/contain no-repeat url(../image/chert.svg);
}

.header__button--event {
  position: relative;
}

.header__button--event:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 30px;
  height: 28px;
  background: center/contain no-repeat url(../image/event.svg);
}

.header__list {
  display: none;
}

.header__item {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4285714286;
}

.header__item:not(:last-of-type) {
  margin-right: 1em;
}

@media (min-width: 1200px) {
  .header__item {
    font-size: 14px;
  }
  .header__item:not(:last-of-type) {
    margin-right: 24px;
  }
}
/* -----------------------------------------------
* header
-------------------------------------------------- */
header .search {
  display: none;
}

header .search__input {
  width: 280px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #EAEAEA;
  font-size: 13px;
  line-height: 19px;
  padding: 0 60px 0 14px;
  border-radius: 19px;
}

header .search__submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 38px;
  background-color: #000;
  padding-left: 12px;
  border-radius: 0 19px 19px 0;
}

/* -----------------------------------------------
* modal
-------------------------------------------------- */
.modal_bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 150;
  overflow-y: scroll;
}

.modal_bg.active {
  display: block;
}

.modal {
  position: fixed;
  top: 54px;
  right: -335px;
  width: 335px;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(0, 0, 4, 0.72);
  overflow: scroll;
  z-index: 151;
  padding: 0px 16px 94px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}

.modal.active {
  right: 0;
}

.modal_header__search {
  display: block;
  position: relative;
}

.modal_header__input {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.4615384615;
  padding: 0 60px 0 14px;
  border-radius: 19px;
}

.modal_header__submit {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 46px;
  height: 38px;
  background-color: #000;
  padding-left: 12px;
  border-radius: 0 19px 19px 0;
}

.modal_header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.modal_header__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  background-color: #f5a91e;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-radius: 19px;
  width: calc(50% - 8px);
}

.modal_header__button:not(:last-of-type) {
  margin-right: 16px;
}

.modal_header__button--ranking {
  padding-left: 48px;
  position: relative;
}

.modal_header__button--ranking:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  background: center/contain no-repeat url(../image/chert.svg);
}

.modal_header__button--event {
  padding-left: 53px;
  position: relative;
}

.modal_header__button--event:before {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 23px;
  height: 22px;
  background: center/contain no-repeat url(../image/event.svg);
}

.modal_body {
  margin-top: 26px;
}

.modal_body__wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.modal_body__title {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.714;
  padding: 8px 13px;
  position: relative;
}

.modal_body__title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal_body__title:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.modal_body__title.active:after {
  display: none;
}

.modal_body__title--home:before, .modal_body__title--home:after {
  content: none;
}

.modal_body__content {
  background-color: #626262;
  padding: 20px 10px;
  display: none;
}

.modal_body__list--child {
  margin-left: 16px;
}

/* .modal_body__list a::after,
.modal_body__list--child a::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../image/icon_subtract.svg) no-repeat center right/contain;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 8px;
} */
.modal_body__item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

/* .icon_subtract::after {
  content: "";
  width: 8px;
  height: 8px;
  background: url(../image/icon_subtract.svg) no-repeat center right/contain;
  display: inline-block;
  vertical-align: 1px;
  margin-left: 8px;
} */
.modal_body__item a {
  line-height: 1;
  display: inline-block;
}

.modal_body__item img {
  display: inline-block;
}

.modal_body__item--child {
  font-size: 14px;
  line-height: 1.429;
}

.modal_body__item--hombus {
  background: url(../image/icon_hombus.svg) no-repeat top 3px left/10px 10px;
  padding-left: 16px;
  font-weight: 700;
}

.modal_body__item--union {
  background: url(../image/icon_union_white.svg) no-repeat top 3px left/10px 10px;
  padding-left: 16px;
  font-weight: 500;
}

.modal_body__item:not(:first-of-type),
.modal_body__item--child:not(:first-of-type) {
  margin-top: 20px;
}

.modal_pickup:not(:first-child) {
  margin-top: 21px;
}

.modal_pickup__title {
  background-color: #f5a91e;
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal_pickup__title span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.modal_pickup__title span:before,
.modal_pickup__title span:after {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: center/30px no-repeat url(../image/icon_casino_chip.png);
}

.modal_pickup__title span:before {
  left: -46px;
}

.modal_pickup__title span:after {
  right: -46px;
}

.modal_pickup__content {
  background-color: #818181;
  padding: 18px 10px;
}

.modal_pickup__heading {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.429;
  margin-bottom: 15px;
}

.modal_pickup__list.hide .modal_pickup__item:nth-of-type(n + 11) {
  display: none;
}

.modal_pickup__item {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.429;
}

.modal_pickup__item:last-child {
  list-style-type: none;
}

.modal_pickup__item:not(:first-of-type) {
  margin-top: 15px;
}

.modal_pickup__item--hombus a {
  padding-left: 16px;
  position: relative;
}

.modal_pickup__item--hombus a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: center/contain no-repeat url(https://casino-tengoku.com/wp-content/themes/oncasi/img/icon_humbus_white.svg);
  position: absolute;
  top: 6px;
  left: 0;
}

.modal_pickup__item--union a {
  padding-left: 16px;
  position: relative;
}

.modal_pickup__item--union a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: center/contain no-repeat url(../image/icon_union_white.svg);
  position: absolute;
  top: 6px;
  left: 0;
}

.modal_pickup__button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.429;
  padding-right: 16px;
  margin: 30px auto 0;
  position: relative;
}
.modal_pickup__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 5px;
  right: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_pickup__button.active::after {
  top: 8px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.modal_tags {
  margin-top: 25px;
  position: relative;
}

.modal_tags__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
}

.modal_tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px;
}

.modal_tags__item {
  margin-right: 12px;
  margin-top: 12px;
}

.modal_tags__item a {
  display: inline-block;
  background-color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  border: 1px solid #2D2D2D;
  border-radius: 4px;
}

.modal_tags__link {
  text-align: right;
  margin-top: 10px;
}

.modal_tags__link .header_tag_modal__trigger {
  color: #ffffff;
  font-size: 14px;
  padding-right: 16px;
  position: relative;
  line-height: 1;
}

.modal_tags__link .header_tag_modal__trigger::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 0;
}

.modal_tags__link a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  padding-right: 15px;
  position: relative;
}

.modal .taxonomy_modal__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.modal_tags__link a:before {
  position: absolute;
  /*content: "";*/
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.modal__button {
  text-align: center;
  margin-top: 26px;
}

.modal__button a {
  display: block;
  background-color: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 10px;
  position: relative;
}

.modal__button a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* -----------------------------------------------
* trigger
-------------------------------------------------- */
.trigger_bg {
  width: 335px;
  height: 54px;
  background-color: rgba(0, 0, 4, 0.72);
  position: fixed;
  top: 0;
  right: -335px;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
  z-index: 200;
}

.trigger_bg.active {
  right: 0;
}

.trigger {
  position: fixed;
  top: 22px;
  right: 17px;
  width: 20px;
  height: 12px;
  z-index: 200;
}

.trigger span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 1px;
  -webkit-transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s;
  transition: transform 0.5s, opacity 0.5s, background-color 0.5s, -webkit-transform 0.5s;
}

.trigger span:nth-of-type(1) {
  top: 0;
}

.trigger span:nth-of-type(2) {
  top: 5px;
}

.trigger span:nth-of-type(3) {
  bottom: 0;
}

.trigger.active span {
  background-color: #fff;
}

.trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

/* -----------------------------------------------
* policy
-------------------------------------------------- */
.policy {
  background-color: rgba(253, 178, 42, 0.22);
  padding: 30px 0 35px;
}

.policy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .policy__list {
    margin: 0 -30px;
  }
}
.policy__item {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0.5em;
}

/*.policy__item:not(:last-of-type) {
  margin-right: 1em;
}*/
.policy__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.policy__icon:not(:last-of-type) {
  margin-right: 30px;
}

.policy__heading {
  margin-top: 25px;
}

.policy__heading_secondary {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}

.policy__text {
  font-size: 13px;
  line-height: 19px;
  margin-top: 14px;
}

.policy__text a {
  text-decoration: underline;
}

.policy__logos {
  width: 100%;
  height: auto;
  margin-top: 23px;
}

.policy__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

.policy__link {
  font-size: 13px;
  line-height: 19px;
}

.policy__link a {
  display: inline-block;
}

.policy__link:not(:first-of-type) a {
  padding-left: 0.5em;
}

.policy__link:not(:last-of-type) a {
  padding-right: 0.5em;
  border-right: 1px solid #000;
}

.policy__logo {
  text-align: center;
  margin-top: 60px;
}

/* -----------------------------------------------
* footer
-------------------------------------------------- */
.footer {
  background: center/cover no-repeat url(../image/bg_sp3.png.webp);
  text-align: center;
  padding: 25px 0 18.6666666667vw;
}

.footer__copy {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 10px;
}

/* -----------------------------------------------
* mv
-------------------------------------------------- */
.mv {
  background: center/cover no-repeat url(../image/mv_sp.jpg.webp);
  padding: 20px 0 46px;
}

.mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv__item {
  width: 315px;
  margin: 0 10px;
}

.mv__arrow {
  width: 60px !important;
  height: 60px !important;
  background-color: #C60D12 !important;
  border: 2px solid #fff;
}

.mv__arrow:focus {
  background: #C60D12 !important;
}

.mv__arrow img {
  width: 16px;
}

@media (min-width: 768px) {
  .mv__arrow {
    width: 70px !important;
    height: 70px !important;
  }
  .mv__arrow img {
    width: 20px;
  }
}
.mv__arrow.arrow--prev {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mv__arrow.arrow--next {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------------------
* card_mv
-------------------------------------------------- */
.card_mv {
  position: relative;
}

.card_mv a {
  display: block;
  border-bottom: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.card_mv__badge {
  display: inline-block;
  position: absolute;
  z-index: 1;
}

.card_mv__badge--popular {
  width: 64px;
  height: 64px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 20px 0 0;
  background: center/contain no-repeat url(../image/icon_popular.svg);
  top: 168px;
  right: -20px;
}

.card_mv__badge--new {
  width: 60px;
  height: 60px;
  background: center/contain no-repeat url(../image/icon_new.svg);
  top: 172px;
  right: -16px;
}

.card_mv__image {
  width: 100%;
  padding-top: 59.7101449275%;
  position: relative;
}

.card_mv__image--large {
  padding-top: 103.8095238095%;
}

.card_mv__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card_mv__content {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 16px;
  position: relative;
}

.label.card_mv__label {
  min-width: auto;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.card_mv__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.444;
  margin-top: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card_mv__date {
  margin-top: 12px;
}

.card_mv__tags {
  margin-top: 12px;
}

.mv__list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mv__item.slick-slide {
  height: auto !important;
}

.mv__item .card_mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

/* -----------------------------------------------
* pickup
-------------------------------------------------- */
.pickup {
  padding: 40px 0 50px;
}

.pickup__date {
  font-size: 14px;
  text-align: right;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .pickup__date {
    font-size: 12px;
  }
}
.pickup__wrapper {
  margin-top: 7px;
}

.pickup__button {
  margin-top: 30px;
}

/* -----------------------------------------------
* ranking
-------------------------------------------------- */
.ranking {
  background: center/cover no-repeat url(../image/bg_sp1.png.webp);
  padding: 40px 0 50px;
}

@media (min-width: 1200px) {
  .ranking .container {
    width: 1120px;
  }
}
.ranking .section_heading__ja {
  color: #fff;
}

.ranking .button a {
  background-color: #F5A91E;
  color: #000;
}

.ranking .button a:before {
  border-color: #000;
}

.ranking__button {
  margin-top: 20px;
}

.ranking__arrow.arrow {
  background-color: rgba(255, 255, 255, 0.7);
}

.ranking__arrow.arrow--prev {
  position: absolute;
  top: -50px;
  right: 60px;
}

.ranking__arrow.arrow--next {
  position: absolute;
  top: -50px;
  right: 0;
}

.ranking__more-button {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .ranking__more-button {
    margin-top: 30px;
  }
}
/* -----------------------------------------------
* card_ranking
-------------------------------------------------- */
.card_ranking {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.card_ranking__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 27px;
}

.card_ranking__left {
  width: 29%;
  height: 100%;
  padding-left: 12px;
}

.card_ranking__image {
  height: 0;
  padding-top: 100%;
  position: relative;
}

.card_ranking__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card_ranking__number {
  display: inline-block;
  width: 34px;
  height: 28px;
  color: #fff;
  font-family: "Eigerdals", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding-top: 11px;
  position: absolute;
  top: -17px;
  left: -15px;
}

.card_ranking__pr {
  width: 60px;
  height: 60px;
  background: center/contain no-repeat url(../image/shape-red.svg);
  color: #fff;
  font-family: "Eigerdals", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 6px 0 0 10px;
  position: absolute;
  top: -17px;
  left: -15px;
}

.card_ranking__number {
  background: center/contain no-repeat url(../image/rank4.svg);
}

.card_ranking__number--1 {
  background-image: url(../image/rank1.svg);
}

.card_ranking__number--2 {
  background-image: url(../image/rank2.svg);
}

.card_ranking__number--3 {
  background-image: url(../image/rank3.svg);
}

.card_ranking__title {
  width: 70px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  margin: 4px auto 0;
}

.card_ranking__right {
  width: calc(71% - 24px);
  position: relative;
}

.card_ranking__text {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
}

@media (min-width: 768px) {
  .card_ranking__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
}
.card_ranking__link {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 23px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  .card_ranking__link {
    position: static;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1em;
    margin-right: auto;
    margin-left: auto;
  }
}
.card_ranking__bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.card_ranking__bonus {
  display: inline-block;
  width: calc(50% - 2.5px);
  background-color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 23px;
  padding: 6px 4px;
  border-radius: 4px;
  text-align: center;
}

.card_ranking__bonus .accent {
  color: #C60D12;
  font-size: 18px;
}

.card_ranking__bonus:nth-of-type(n + 3) {
  margin-top: 5px;
}

.card_ranking__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

.card_ranking__button {
  width: calc(50% - 2.5px);
}

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

.card_ranking__button--left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #C60D12;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  position: relative;
}

@media (max-width: 768px) {
  .card_ranking__button--left a {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    padding-left: 14px;
  }
}
.card_ranking__button--left a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

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

.card_ranking__button--right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #F5A91E;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  position: relative;
}

.card_ranking__button--right a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

/* -----------------------------------------------
* site
-------------------------------------------------- */
.site {
  padding: 40px 0;
}

@media (min-width: 768px) {
  .site {
    padding: 80px 0 0;
  }
}
.site__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: 27px;
}

.site__item {
  width: calc(33.3% - 13.3333333333px);
  text-align: center;
}

.site__item a {
  display: block;
}

.site__item:not(:nth-of-type(3n)) {
  margin-right: 20px;
}

.site__item:nth-of-type(n + 4) {
  margin-top: 15px;
}

.site__image {
  padding-top: 100%;
  position: relative;
}

.site__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 3px solid #000000;
}

.site__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  margin-top: 4px;
}

.site__banner {
  display: block;
  max-width: 740px;
  margin: 40px auto 0;
}

.site__banner img {
  width: 100%;
  height: auto;
}

/* -----------------------------------------------
* introduction
-------------------------------------------------- */
.introduction {
  padding: 50px 0;
}

.introduction__list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.introduction__item {
  width: calc(50% - 6.5px);
}

@media (min-width: 768px) {
  .introduction__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .introduction__item h3 {
    margin-bottom: 9px;
  }
}
.introduction__button {
  margin-top: 32px;
}

/* -----------------------------------------------
* guide
-------------------------------------------------- */
.guide {
  background: center/cover no-repeat url(../image/bg_sp2.png.webp);
  padding: 40px 0;
}

.guide__list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.guide__item {
  width: calc(50% - 6.5px);
}

.guide__button {
  margin-top: 32px;
}

/* -----------------------------------------------
* blog
-------------------------------------------------- */
.blog {
  padding: 40px 0 0;
}

.blog__list {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog__item {
  width: calc(50% - 6.5px);
}

.blog__button {
  margin-top: 32px;
}

/* -----------------------------------------------
* news
-------------------------------------------------- */
.news {
  padding: 0 0 50px;
}

.news__list {
  margin-top: 27px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.news__button {
  margin-top: 30px;
}

.news__arrow.arrow--prev {
  position: absolute;
  top: -94px;
  right: 60px;
}

.news__arrow.arrow--next {
  position: absolute;
  top: -94px;
  right: 0;
}

/* -----------------------------------------------
* popular
-------------------------------------------------- */
.popular {
  padding: 40px 0;
}

.popular__wrapper {
  margin-top: 7px;
}

.popular__content.card_small .card_small__number {
  background: center/contain no-repeat url(../image/rank1.svg);
}

/*.popular__list {
  margin-top: 18px;
}*/
.popular__list .card_small__content .card_small__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.popular__list .card_small__content .card_small__title.footerRanking {
  -webkit-line-clamp: 2;
}

/* -----------------------------------------------
* menu
-------------------------------------------------- */
.menu {
  background-color: #F4F4F4;
  padding: 28px 0 0;
}

.menu__list {
  margin-top: 20px;
}

.menu__item a {
  display: block;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 18px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.menu__item a:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.menu__item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

/* -----------------------------------------------
* keyword
-------------------------------------------------- */
.keyword {
  background-color: #F4F4F4;
  padding: 30px 0 40px;
}

.keyword__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}

.keyword__item {
  margin-right: 8px;
  margin-top: 8px;
}

.keyword__item a {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 10px;
  border: 1px solid #000;
  border-radius: 4px;
}

.keyword__banner {
  text-align: center;
  margin-top: 40px;
}

/* -----------------------------------------------
* slick
-------------------------------------------------- */
.arrow {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(51, 51, 51, 0.8);
  z-index: 50;
}

.arrow--prev img {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slick-dots {
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li {
  width: 40px;
  height: 6px;
  background-color: #fff;
  text-indent: -9999px;
  cursor: pointer;
}

.slick-dots li:not(:last-of-type) {
  margin-right: 10px;
}

.slick-dots li.slick-active {
  background-color: #C60D12;
}

.slick-disabled {
  display: none !important;
}

.slick_review .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick_review .slick-slide {
  height: auto;
}

/* -----------------------------------------------
* Responsive
-------------------------------------------------- */
@media (min-width: 1200px) {
  .container {
    width: 1000px;
    padding: 0;
  }
  .mv__arrow.arrow--prev {
    left: calc((100vw - 1075px) / 2);
  }
  .mv__arrow.arrow--next {
    right: calc((100vw - 1075px) / 2);
  }
}
.archive.category .card_small__content .card_small__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 768px) {
  .archive.category .card_small__content .card_small__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .search-results .article-list_list .article__item .card_small__title {
    margin-bottom: 9px;
  }
}
.archive.category .related__item .card_small__content .card_small__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.archive.category .card_small__content .card_small__title.footerRanking {
  -webkit-line-clamp: 2;
}

.card_small__content .card_small__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.keyword__banner img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .label {
    font-size: 12px;
    line-height: 20px;
    padding: 2px 16px;
  }
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .section_heading__en {
    font-size: 28px;
    line-height: 33px;
  }
  .section_heading__ja {
    font-size: 34px;
    line-height: 49px;
  }
  .section_lead {
    text-align: center;
    font-size: 16px;
  }
  .card__title {
    font-size: 24px;
    line-height: 34px;
  }
  .card__date {
    margin-top: 0px;
  }
  .card__tags {
    margin-top: 0px;
  }
  .card__mark {
    width: 40px;
    height: 40px;
    top: -14px;
    left: -20px;
  }
  .card_large a {
    padding: 0;
    border: none;
  }
  .card_large__title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 9px;
  }
  .card_small a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    border-bottom: none;
    padding: 0;
  }
  .card_small__image {
    width: 100%;
    padding-top: 59.7101449275%;
  }
  .card_small__content {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .card_small__label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-top: 10px;
  }
  .card_small__label--articleList {
    min-width: auto;
    /*font-weight: 500;*/
    font-weight: 700;
    line-height: 1;
    padding: 4px 16px;
    margin-top: 14px;
  }
  .card_small__number {
    top: -17px;
    left: -15px;
  }
  .card_small__title {
    font-size: 18px;
    margin-top: 5px;
  }
  .card_small__title--articleList {
    margin-top: 12px;
    margin-bottom: 9px;
    max-width: 100%;
  }
  .card_small__content .card_small__title {
    -webkit-line-clamp: 3;
  }
  .card_small__content .card_small__title.footerRanking {
    -webkit-line-clamp: 2;
  }
  .single-post .card_small__content .card_small__title,
  .top .card_small__content .card_small__title {
    -webkit-line-clamp: 2;
  }
  .card_small__date {
    margin-top: 0px;
  }
  .card_small__tags {
    margin-top: 5px;
  }
  .policy {
    padding: 32px 0 40px;
  }
  .policy__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .policy__icons {
    margin-top: 0;
  }
  .policy__heading {
    margin-top: 40px;
  }
  .policy__heading_secondary {
    margin-top: 60px;
  }
  .policy__text {
    margin-top: 12px;
  }
  .policy__logos {
    margin-top: 40px;
  }
  .footer {
    background-image: url(../image/bg_pc3.png.webp);
  }
  .mv {
    background-image: url(../image/mv_pc.jpg.webp);
  }
  .pickup {
    padding: 40px 0 80px;
  }
  .pickup__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
  }
  .pickup__content {
    width: calc(50% - 20px);
  }
  .pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 20px);
  }
  .pickup__item {
    width: calc(50% - 10px);
  }
  .pickup__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .pickup__item h3 {
    margin-bottom: 9px;
  }
  .ranking {
    background-image: url(../image/bg_pc1.png.webp);
    padding: 60px 0;
  }
  .ranking__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ranking__item {
    width: 350px;
    margin: 0 17.5px;
  }
  .card_ranking {
    padding: 0;
    border: none;
  }
  .card_ranking__wrapper {
    min-height: 127.5px;
    /*スライドの高さを合わせる*/
    margin-top: 60px;
  }
  .site__list {
    margin-top: 45px;
  }
  .site__item {
    width: calc(16.6% - 25px);
  }
  .site__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .site__item:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .site__item:not(:nth-of-type(6n)) {
    margin-right: 30px;
  }
  .site__item:nth-of-type(n + 7) {
    margin-top: 30px;
  }
  .site__banner {
    margin: 60px auto 0;
    margin-bottom: 50px;
  }
  .introduction {
    padding: 0px 0 100px;
  }
  .introduction__list {
    margin-top: 45px;
  }
  .introduction__item {
    width: calc(50% - 30px);
  }
  .guide {
    background-image: url(../image/bg_pc2.png.webp);
    padding: 60px 0 100px;
  }
  .guide__list {
    margin-top: 45px;
  }
  .guide__item {
    width: calc(50% - 30px);
  }
  .guide__item h3 {
    margin-bottom: 9px;
  }
  .blog {
    padding: 80px 0 0;
  }
  .blog__list {
    margin-top: 45px;
  }
  .blog__item {
    width: calc(50% - 30px);
  }
  .blog__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .blog__item h3 {
    margin-bottom: 9px;
  }
  .news {
    padding: 0 0 80px;
  }
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
    border-top: none;
  }
  .news__item {
    width: 235px;
    margin: 0 10px;
  }
  .news__item h3 {
    margin-bottom: 9px;
  }
  .news__button {
    margin-top: 40px;
  }
  #news .news__list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .popular {
    padding: 60px 0;
  }
  .popular__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 45px;
  }
  .popular__content {
    width: calc(50% - 20px);
  }
  .popular__content .card_small__title {
    font-size: 24px;
    line-height: 36px;
    margin-top: 5px;
  }
  .popular__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(50% - 20px);
    margin-top: 0;
  }
  .popular__item {
    width: calc(50% - 10px);
  }
  .popular__item:nth-of-type(n + 3) {
    margin-top: 40px;
  }
  .popular__item h3 {
    margin-bottom: 9px;
  }
  .menu {
    padding: 80px 0 0;
  }
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .menu__item {
    width: calc(50% - 10px);
  }
  .menu__item:nth-of-type(-n + 2) {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .keyword {
    padding: 60px 0 80px;
  }
  .keyword__list {
    margin-top: 6px;
  }
  .keyword__banner {
    margin-top: 40px;
  }
  .arrow {
    width: 50px;
    height: 50px;
  }
  .keyword__banner img {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .floating {
    visibility: hidden;
  }
  .header {
    padding: 16px 0 0;
  }
  .header__logo {
    width: 270px;
    margin-right: 37px;
  }
  .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 12px;
  }
  header .search {
    display: inline-block;
    position: relative;
  }
  .trigger {
    display: none;
  }
  .footer {
    padding: 35px 0 33px;
  }
}
/* @media (min-width: 1440px) {
  .mv__arrow.arrow--prev {
    left: calc(200px + (100vw - 1440px) / 2);
  }
  .mv__arrow.arrow--next {
    right: calc(200px + (100vw - 1440px) / 2);
  }
} */
/* 下層共通 */
.underlayer-top {
  width: 100%;
  background-color: #5C0100;
  margin-bottom: 12px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}

.underlayer-top.active {
  top: 54px;
}

@media (min-width: 992px) {
  .underlayer-top {
    top: 110px;
  }
  .underlayer-top.active {
    top: 110px;
  }
}
.underlayer-top-inner {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 1200px) {
  .underlayer-top-inner {
    width: 1000px;
  }
}
.underlayer-top-contents {
  display: inline-block;
  color: #fff;
  padding: 11px 0;
  position: relative;
  padding-left: 44px;
  padding-right: 14px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
}

.underlayer-top-contents.active {
  background-color: #7D3536;
}

.second-category {
  font-size: 14px;
  line-height: 1.5714285714;
}

.list-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 12px;
  margin-right: 12px;
}

.list-icon span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.list-icon span:nth-of-type(1) {
  top: 0;
}

.list-icon span:nth-of-type(2) {
  top: 5px;
}

.list-icon span:nth-of-type(3) {
  bottom: 0;
}

.list-icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.list-icon.active span:nth-of-type(2) {
  opacity: 0;
}

.list-icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}

.breadcrumb {
  margin-top: 46px;
}

@media (max-width: 991px) {
  .breadcrumb {
    font-size: 10px;
    margin-top: 56px;
  }
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: scroll;
  /*-ms-overflow-style: none;
  scrollbar-width: none;*/
}

/*.breadcrumb__list::-webkit-scrollbar {
  display: none;
}*/
.breadcrumb__list::-webkit-scrollbar {
  height: 3px;
}

/*.breadcrumb__list::-webkit-scrollbar-track {
  background: #F1F1F1;
}*/
.breadcrumb__list::-webkit-scrollbar-thumb {
  background: #A7A8A9;
}

.breadcrumb__item {
  display: inline;
  font-size: 12px;
  line-height: 1.6923076923;
  white-space: nowrap;
}

.breadcrumb__item:not(:last-of-type) {
  margin-right: 1em;
}

.breadcrumb__item:not(:last-of-type):after {
  content: ">";
  margin-left: 1em;
}

@media (max-width: 767px) {
  .breadcrumb__item {
    font-size: 10px;
    line-height: 1.5;
  }
}
/*single.html*/
#single-post .container {
  padding-bottom: 20px;
  /* border-bottom: 1px solid #D3D3D3; */
}

@media (max-width: 767px) {
  #single-post .container {
    padding-bottom: 0;
  }
}
#single-post .sidebar-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 767px) {
  #single-post .sidebar-layout {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#single-post .sidebar-layout .mainbar {
  width: 70%;
  padding-right: 40px;
  margin-top: 10px;
}

@media (max-width: 991px) {
  #single-post .sidebar-layout .mainbar {
    width: 100%;
    padding-right: 0;
    margin-top: 10px;
  }
}
#single-post .sidebar-layout .sidebar {
  width: 30%;
  margin-top: 20px;
}

@media (max-width: 991px) {
  #single-post .sidebar-layout .sidebar {
    display: none;
  }
}
@media (max-width: 767px) {
  #single-post .post-img {
    width: calc(100% + 30px);
    left: -15px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #single-post .post-img img {
    height: auto !important;
  }
}
#single-post h1 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 5px !important;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  #single-post h1 {
    font-size: 20px;
    line-height: 1.5;
  }
}
/* #single-post p {
  line-height: calc(28 / 20);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  #single-post p {
    line-height: calc(18 / 15);
  }
} */
#single-post .post__contents {
  width: 100%;
}

#single-post .post__contents.image__on {
  position: relative;
  margin-bottom: 120px;
}

@media (max-width: 575px) {
  #single-post .post__contents.image__on {
    margin-bottom: 200px;
  }
}
#single-post .post__contents.image__on .post__contents__header {
  background-color: #fff;
  position: absolute;
  padding: 15px;
  -webkit-box-shadow: 2px 2px 4px #999;
  box-shadow: 2px 2px 4px #999;
  width: calc(100% - 30px);
  margin-left: 15px;
  z-index: 2;
  bottom: -100px;
}

@media (max-width: 767px) {
  #single-post .post__contents.image__on .post__contents__header {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  #single-post .post__contents.image__on .post__contents__header {
    bottom: -180px;
  }
}
#single-post .post__contents p {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
  color: #CF2E2E;
}

@media (max-width: 767px) {
  #single-post .post__contents p {
    font-size: 16px;
  }
}
#single-post .post__contents .label {
  padding: 4px 14px !important;
}

#single-post .post__contents .post_categories {
  font-size: 12px;
  line-height: 1.4166666667;
  margin-bottom: 8px;
}

#single-post .post__contents .post_categories li {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 3px 10px;
}

#single-post .post__contents .post_categories li:first-child {
  margin-right: 6px;
}

#single-post .post__contents .card_large__tags {
  margin-bottom: 4px;
}

#single-post .post__contents .tag {
  font-size: 12px;
  line-height: 1.4285714286;
  padding: 0.1em;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 3px;
}

#single-post .post__contents .tag--colored {
  border-color: #F5A91E;
  background-color: #FDEED2;
}

@media (max-width: 767px) {
  #single-post .post__contents .tag {
    font-size: 12px;
    line-height: 1.4166666667;
  }
}
#single-post .post__contents .post_dates {
  margin-bottom: 10px;
}

#single-post .post__contents .post_dates li:first-child {
  margin-right: 25px;
}

#single-post .post__contents .date {
  font-size: 12px;
  line-height: 2;
}

#single-post .post_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#single-post .post_dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#single-post .post_dates__date_wrapper {
  margin-right: 0.5em;
}

#single-post .sns-items {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  #single-post .sns-items {
    margin-bottom: 14px;
  }
}
#single-post .sns-item {
  margin-left: 10px;
}

@media (max-width: 767px) {
  #single-post .sns-item {
    width: 51px;
    height: 22px;
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  #single-post .sns-item img {
    width: 100%;
    height: auto;
  }
}
#single-post .sidebar .section_heading__en {
  font-size: 16px;
  line-height: 1.1875;
  margin-bottom: 0;
}

#single-post .sidebar .section_heading__ja {
  font-size: 24px;
  line-height: 1.0833333333;
  margin-bottom: 16px;
  border-bottom: 0px solid #F5A91E;
  padding-bottom: 0;
}

#single-post .post-ranking__item {
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 23px 0 15px 4px;
}

#single-post .post-ranking__item:first-child .card_small__number {
  background: center/contain no-repeat url(../image/rank1.svg);
}

#single-post .post-ranking__item:nth-child(2) .card_small__number {
  background: center/contain no-repeat url(../image/rank2.svg);
}

#single-post .post-ranking__item:nth-child(3) .card_small__number {
  background: center/contain no-repeat url(../image/rank3.svg);
}

#single-post .post-ranking__item:nth-child(4) .card_small__number {
  background: center/contain no-repeat url(../image/rank4.svg);
}

#single-post .post-ranking__item:last-child .card_small__number {
  background: center/contain no-repeat url(../image/rank5.svg);
}

#single-post .post-ranking__item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

#single-post .post-ranking__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#single-post .post-ranking__item a .card_small__image {
  max-width: 110px;
  padding-top: 0;
}

#single-post .post-ranking__item a .card_small__image img {
  height: auto;
  max-height: 100px;
}

#single-post .post-ranking__item a .card_content {
  margin-left: 14px;
  width: 181px;
}

#single-post .post-ranking__item a .card_content label {
  width: 100px;
}

#single-post .post-ranking__item a .card_label {
  font-size: 11px;
  line-height: 1.4545454545;
  margin-bottom: 6px;
  display: inline-block;
  background-color: #F5A91E;
  font-weight: 700;
  text-align: center;
  border-radius: 25px;
  padding: 3px;
}

#single-post .post-ranking__item a .card_title {
  font-size: 14px;
  line-height: 1.2857142857;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

#single-post .post-ranking__item a .card_date {
  font-size: 10px;
  line-height: 1.5;
}

#single-post .post-ranking__item a .card_tags {
  font-size: 12px;
  line-height: 1.5;
}

#single-post .article-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 20px);
}

#single-post .post-description-box {
  background-color: #f4f4f4;
  padding: 22px 20px 24px;
  margin-bottom: 10px;
}

#single-post .post-description-box .post-description {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 5px;
  color: #222;
}

#single-post .post-description-box .post-lead {
  font-size: 15px;
  line-height: 1.4666666667;
  color: #222;
}

#single-post .post-menu-box {
  margin-bottom: 70px;
}

#single-post .post-menu {
  z-index: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

#single-post .post-menu:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: calc(100% - 120px);
  margin-left: 20px;
  height: 1px;
  background-color: #000;
}

#single-post .toc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  z-index: 0;
  font-size: 16px;
  line-height: 1.448125;
  font-weight: 700;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#single-post .toc_title:before {
  content: "";
  display: inline-block;
  width: calc(50% - (1em + 20px));
  height: 1px;
  background-color: #000;
  margin-right: 20px;
}

#single-post .toc_title:after {
  content: "";
  display: inline-block;
  width: calc(50% - (1em + 20px));
  height: 1px;
  background-color: #000;
  margin-left: 20px;
}

@media (max-width: 767px) {
  #single-post .toc_title {
    font-size: 15px;
    line-height: 1.448;
    margin-bottom: 16px;
  }
  #single-post .toc_title:before {
    width: calc(50% - 31px);
    margin-right: 16px;
  }
  #single-post .toc_title:after {
    width: calc(50% - 31px);
    margin-left: 16px;
  }
}
#single-post .post-lists,
#single-post .toc_list {
  font-size: 16px;
  line-height: 1.448125;
  margin-bottom: 43px;
  overflow-y: hidden;
}

@media (max-width: 767px) {
  #single-post .post-lists,
  #single-post .toc_list {
    font-size: 15px;
    margin-bottom: 39px;
  }
}
#single-post .toc_list li:not(:first-of-type) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #single-post .toc_list li:not(:first-of-type) {
    margin-top: 8px;
  }
}
#single-post .toc_list li ul li {
  font-size: 15px;
  line-height: 1.4666666667;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #single-post .toc_list li ul li {
    margin-top: 8px;
  }
}
#single-post .toc_list li ul li a {
  padding-left: 1em;
}

#single-post .toc_list li ul li a::before {
  content: "・";
  margin-left: -1em;
}

#single-post .shadow {
  position: relative;
}

#single-post .shadow:after {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  display: inline-block;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0.6) 0%, #fff 100%);
}

#single-post .post-list {
  text-indent: -1em;
  padding-left: 1em;
}

#single-post .post-list:before {
  content: "・";
}

#single-post .toc_list > li {
  list-style-type: decimal;
}

#single-post .toc_list li ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 14px;
  font-size: 15px;
  list-style-type: none;
}

@media (max-width: 767px) {
  #single-post .toc_list li ul li {
    font-size: 15px;
  }
}
#single-post .hidden_box {
  margin: 0 0 70px;
  padding: 0;
}

#single-post .hidden_box label {
  display: block;
  margin: -10px auto 18px;
  font-size: 13px;
  line-height: 1.6923076923;
  width: 86px;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  position: relative;
  cursor: pointer;
}

#single-post .hidden_box label:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 6px;
  display: inline-block;
  content: "";
  width: 12.5px;
  height: 9px;
  background: center/contain no-repeat url(../image/arrow-down.svg);
}

#single-post .hidden_box input {
  display: none;
}

#single-post .hidden_box .hidden_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

#single-post .hidden_box input:checked ~ .hidden_show {
  padding: 0;
  height: auto;
  opacity: 1;
}

#single-post .hidden_box input:checked ~ label {
  padding: 10px 0;
  height: auto;
  opacity: 1;
  display: block;
  margin: -10px auto 18px;
  font-size: 13px;
  line-height: 1.6923076923;
  width: 86px;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  position: relative;
  cursor: pointer;
}

#single-post .hidden_box input:checked ~ label:before {
  position: absolute;
  margin-left: 0;
  display: inline-block;
  content: "閉じる";
  background: #fff;
  width: 150px;
  height: 20px;
}

#single-post .hidden_box input:checked ~ label:after {
  position: absolute;
  top: 20px;
  left: 50px;
  margin-left: 6px;
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  background: center/contain no-repeat url(https://casino-tengoku.com/wp-content/themes/oncasi/img/expand_less_black_18dp.svg);
}

#single-post .hidden_box input:checked ~ .first_show {
  padding: 10px 0;
  height: 0;
  opacity: 0;
  display: none;
}

#single-post .widgetsparts {
  width: 100%;
  height: 218px;
  border: 1px solid #707070;
  font-size: 22px;
  line-height: 218px;
  text-align: center;
  margin-bottom: 40px;
}

/*START*/
#post_1 {
  margin-bottom: 40px;
  /*END*/
}

#post_1 .post-category-box {
  background-color: #f4f4f4;
  padding: 12px 20px 14px;
  margin-bottom: 30px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  #post_1 .post-category-box {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
#post_1 .post-category-box .post-category {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0px;
  color: #222;
}

#post_1 .post-category-box .post-category-lists {
  font-size: 15px;
  line-height: 1.8666666667;
  color: #222;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3px;
}

#post_1 .post-category-box .post-category-lists a {
  display: inline-block;
  margin-top: 3px;
  margin-right: 3px;
  line-height: 1.4285714286;
  padding: 0.1em;
}

#post_1 .post-keyword-box {
  background-color: #FDEED2;
  padding: 12px 20px 14px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #post_1 .post-keyword-box {
    margin-bottom: 30px;
    /* margin-top: 30px; */
    margin-top: 8px;
  }
}
#post_1 .post-keyword-box .post-keyword {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0px;
  color: #222;
}

#post_1 .post-keyword-box .post-keyword-lists {
  font-size: 15px;
  line-height: 1.8666666667;
  color: #222;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -3px;
}

#post_1 .post-keyword-box .post-keyword-lists a {
  display: inline-block;
  margin-top: 3px;
  margin-right: 3px;
  line-height: 1.4285714286;
  padding: 0.1em;
  border: 1px solid #F5A91E;
  /* 枠線 */
  background-color: #fff;
  /* 背景色 */
  border-radius: 3px;
  /*white-space: nowrap;*/
  font-size: 12px;
}

#post_1 .post-keyword-box .post-keyword-lists a.colored {
  background-color: #F5A91E;
  color: #fff;
}

#post_1 .post-writer-box {
  padding: 24px 40px 30px;
  background: #f4f4f4;
  border-top: 5px solid #F5A91E;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #post_1 .post-writer-box {
    padding: 16px;
  }
}
#post_1 .post-writer-box .post-writer-title {
  font-size: 19px;
  line-height: 1.448;
  font-weight: 700;
  color: #F5A91E;
  text-align: center;
  margin-bottom: 24px;
}

#post_1 .post-writer-box .post-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  #post_1 .post-writer-box .post-writer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #post_1 .post-writer-box .post-writer-title {
    margin-bottom: 16px;
  }
}
#post_1 .post-writer-box .post-writer-image {
  width: 180px;
  padding: 10px 0;
}

@media (max-width: 767px) {
  #post_1 .post-writer-box .post-writer-image {
    padding: 0 11px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#post_1 .post-writer-box .post-writer-image > img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  #post_1 .post-writer-box .post-writer-image > img {
    margin: 0 11px 0 0;
  }
}
@media (max-width: 767px) {
  #post_1 .post-writer-box .post-writer-img {
    margin: 0 30px 0 0;
  }
}
#post_1 .post-writer-box .post-writer-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 10px;
}

#post_1 .post-writer-box .post-writer-icon {
  width: 20px;
}

#post_1 .post-writer-box .post-writer-icon:not(:last-of-type) {
  margin-right: 5px;
}

#post_1 .post-writer-box .post-writer-icon img {
  width: 100%;
  vertical-align: middle;
}

#post_1 .post-writer-box .post-writer-profile {
  width: calc(100% - 200px);
  background-color: #ffffff;
  border-radius: 4px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#post_1 .post-writer-lead {
  font-size: 15px;
  line-height: 1.467;
  font-weight: 700;
  color: #222;
  text-align: center;
}

#post_1 .post-writer-profile {
  font-size: 14px;
  line-height: 1.857;
  padding: 10px 12px;
}

@media (max-width: 767px) {
  #post_1 .post-writer-box .post-writer-profile {
    width: 100%;
    padding: 10px 11px;
    margin-top: 16px;
    margin-left: 0;
  }
}
#post_1 .post-writer-profile a {
  color: #FDB22A;
  text-decoration: underline;
}

#post_1 .post-writer-profile a[target=_blank] {
  color: #f5a91e;
  font-weight: inherit;
  font-size: inherit;
  background: top 6px right/11px no-repeat url(../image/icon_blank.svg);
  padding-right: 20px;
  margin-right: 0.3em;
}

#post_1 .post-writer-profile ul li {
  padding-left: 20px;
  position: relative;
}

#post_1 .post-writer-profile ul li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F5A91E;
  border-radius: 2px;
}

#post_1 .post-writer-profile ol {
  list-style-type: decimal;
  padding-left: 20px;
}

#post_1 .post-writer-profile ol li::marker {
  color: #F5A91E;
  font-family: Montserrat;
  font-weight: 700;
}

#post_1 .post-link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #post_1 .post-link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 10px;
  }
}
#post_1 .post-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 62px;
  width: calc(100% - 32px);
}

#post_1 .post-link:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#post_1 .post-link-img {
  width: 100px;
  height: 62px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

#post_1 .post-link-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#post_1 .post-link-prev,
#post_1 .post-link-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(50% - 5px);
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

@media (max-width: 767px) {
  #post_1 .post-link-prev,
  #post_1 .post-link-next {
    width: 100%;
  }
}
#post_1 .post-link-prev .post-link-arrow a,
#post_1 .post-link-next .post-link-arrow a {
  width: 32px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000;
}

#post_1 .post-link-prev .post-link-arrow img,
#post_1 .post-link-next .post-link-arrow img {
  display: block;
}

#post_1 .post-link-prev .post-link-arrow img {
  /*margin-left: 5px;*/
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/*#post_1 .post-link-next .post-link-arrow img {
  margin-right: 5px;
}*/
@media (max-width: 767px) {
  #post_1 .post-link-next {
    margin-left: 0px;
    margin-top: 20px;
  }
}
#post_1 .post-link-title {
  width: calc(100% - 100px);
  height: 62px;
  padding: 6px 9px;
  font-size: 13px;
  /*   line-height: calc(21 / 13); */
  line-height: 2em;
  font-weight: 700;
  background-color: #E1E1E1;
  color: #222;
  /*   text-overflow: ellipsis; */
  /*   overflow: hidden; */
  /*   white-space: nowrap;   */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#post_1 .back-button {
  text-align: center;
}

#post_1 .back-button a {
  background-color: #fff;
  width: 280px;
  /*height: 62px;*/
  border: 2px solid #000;
  color: #000;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 15px 30px 15px 0;
  position: relative;
}

#post_1 .back-button a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 16px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

#related {
  /* 関連記事 START*/
  margin-bottom: 80px;
  padding-top: 50px;
}

@media (max-width: 767px) {
  #related {
    margin-bottom: 50px;
    padding-top: 30px;
  }
}
#related .section_heading__en {
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  #related .section_heading__en {
    font-size: 16px;
    line-height: 1.1875;
  }
}
#related .section_heading__ja {
  font-size: 28px;
  line-height: 1.0714285714;
}

@media (max-width: 767px) {
  #related .section_heading__ja {
    font-size: 24px;
    line-height: 1.1538461538;
  }
}
.related__wrapper {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .related__wrapper {
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .yarpp-related .related__wrapper .related_list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .yarpp-related .related__wrapper .related_list .slick-track h3 {
    margin-bottom: 9px;
  }
}
.related_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  width: 100%;
}

/*.related_list:not(.slick-slider) {
  justify-content: space-around;
}*/
a {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a img {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.related__item {
  margin: 0 10px;
  /* width: auto; */
  width: 240px;
  display: block;
  border-bottom: none;
  padding: 0;
  /* min-width: 213px; */
}

.related__item:not(.slick-slide) {
  width: 25%;
}

.related__item a {
  display: block;
}

@media (max-width: 767px) {
  .related__item {
    width: 152px;
    margin-left: 13px;
  }
}
@media (min-width: 768px) {
  .related__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }
  .related__item h3 {
    margin-bottom: 9px;
  }
}
/*.related__item:first-child {
  margin-left: 0;
}*/
.related__item .card_small__content {
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .related__item .card_small__label {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.related__item .card_small__title {
  max-width: 250px;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .related__item .card_small__title {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .related__item .card_small__image {
    width: 100% !important;
    padding-top: 59.7101449275% !important;
  }
}
.related__item .date {
  font-size: 12px;
  line-height: 1.4166666667;
}

@media (max-width: 767px) {
  .related__item .date {
    font-size: 10px;
    line-height: 1.5;
  }
}
.related__item .tag {
  font-size: 12px;
  line-height: 1.5714285714;
}

@media (max-width: 767px) {
  .related__item .tag {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .related_list.slick_related {
    display: block;
  }
  .related_list.slick_related .related__item {
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  .related_list.slick_related .related__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .related_list.slick_related .related__item a .card_small__image {
    width: 32% !important;
    height: 0;
    padding-top: 19.1072463768% !important;
    position: relative;
  }
  .related_list.slick_related .related__item a .card_small__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .related_list.slick_related .related__item .card_small__content {
    display: inline-block;
    width: calc(68% - 14px);
  }
  .related_list.slick_related .related__item .card_small__content .card_small__label {
    margin: 0;
  }
}
.related__arrow {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #C60D12;
  border: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.related__arrow:focus {
  background: #C60D12 !important;
}

.related__arrow img {
  width: 16px;
}

.related__arrow.arrow--prev {
  left: 20px;
}

.related__arrow.arrow--next {
  right: 20px;
}

/* 関連記事 END*/
@media (min-width: 768px) {
  #article-list .article-list_list h3 {
    margin-bottom: 9px;
  }
}
.article-list {
  padding-bottom: 120px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .article-list {
    padding-bottom: 40px;
  }
}
.archive .article-list {
  padding-bottom: 0px;
  margin-bottom: 40px;
}

.article-list .section_heading__ja {
  font-size: 34px;
  line-height: 49px;
  border-bottom: 0px solid #F5A91E;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .article-list .section_heading__ja {
    font-size: 24px;
    line-height: 1.1538461538;
    margin-bottom: 20px;
  }
}
.article-list .section_heading__en {
  margin-bottom: 0;
}

.onpage__image {
  margin-top: 40px;
  padding-top: 30%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

@media (max-width: 767px) {
  .onpage__image {
    padding-top: 53.3333333333%;
    margin-top: 20px;
  }
}
.onpage__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list-items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000000;
  font-weight: bold;
}

.list-item {
  font-size: 14px;
  line-height: 1.4285714286;
  padding: 10px 32px 10px 12px;
  cursor: pointer;
  position: relative;
}

.list-item.active {
  background-color: #f4f4f4;
}

.list-item:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 12px;
  display: inline-block;
  content: "";
  width: 10px;
  height: 8.39px;
  background: center/contain no-repeat url(../image/arrow-down.svg);
}

.list-item.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.article-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  z-index: 0;
}

@media (max-width: 767px) {
  .article-list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*padding-top: 0px;*/
  }
}
.article-list__wrapper label {
  margin-top: 30px;
}

.article-list__img {
  width: 50%;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .article-list__img {
    width: 100%;
    padding-right: 0;
    text-align: left !important;
  }
}
@media (max-width: 767px) {
  .article-list__img .label {
    position: relative;
    margin-top: 12px;
    z-index: 10;
  }
}
.article-list__contents {
  width: 50%;
  padding: 30px 40px 0 10px;
}

@media (max-width: 767px) {
  .article-list__contents {
    width: 100%;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 768px) {
  .article-list__contents .pc_only {
    padding: 3px 26px;
    display: inline-block;
  }
}
.article-list__contents .card_large__title {
  margin-top: 12px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .article-list__contents .card_large__title {
    padding-top: 0;
    -webkit-line-clamp: 2;
  }
}
.article-list__contents .date {
  font-size: 12px;
  line-height: 1.4166666667;
}

.article-list__contents .card_large__tag {
  font-size: 14px;
  line-height: 1.4285714286;
}

.article-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(50% - 20px);
}

.article-list_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  width: 100%;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .article-list_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
}
.article__item {
  margin-left: 20px;
  width: calc(25% - 15px);
}

.article__item .date {
  font-size: 12px;
  line-height: 1.4166666667;
}

@media (max-width: 767px) {
  .article__item .date {
    font-size: 10px;
    line-height: 1.5;
  }
}
.article__item .tag {
  font-size: 14px;
  line-height: 1.5714285714;
}

@media (max-width: 767px) {
  .article__item .tag {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .article__item {
    width: 100%;
    margin-left: 0;
  }
}
.article__item:nth-of-type(4n + 1) {
  margin-left: 0;
}

.article__item:nth-of-type(n + 5) {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .article__item:nth-of-type(n + 5) {
    margin-top: 0;
  }
}
.article__item .card_small__title {
  max-width: 100%;
}

.article__item .card_small__tags {
  max-width: 162px;
}

@media (max-width: 767px) {
  .article__item .card_small__tags {
    line-height: 1.6666666667;
  }
}
.beginner {
  position: relative;
}

.attention {
  position: relative;
}

/* .beginner:before,
.card_small__image::before {
  position: absolute;
  top: 60px;
  left: -5px;
  z-index: 1;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: center/contain no-repeat url(../img/beginner.svg);
}
.card_small__image::before {
  content: none;
}

.attention:after {
  position: absolute;
  top: 9px;
  left: -5px;
  z-index: 1;
  display: inline-block;
  content: "";
  width: 26px;
  height: 26px;
  background: center/contain no-repeat url(../image/hand.svg);
}

.beginner.attention:after {
  left: 21px;
} */
@media (min-width: 768px) {
  .beginner:before {
    top: -5px;
    width: 40px;
    height: 40px;
  }
  .attention:after {
    top: -5px;
    left: 0px;
    width: 40px;
    height: 40px;
  }
  .beginner.attention:after {
    left: 35px;
  }
}
@media (max-width: 767px) {
  /*.article__item:first-child, .article__item:nth-child(2) {
    background-color: #5c0204;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    border-bottom: 1px solid #fff;
    color: #ffffff;
  }*/
  .article__item:first-child.attention:after, .article__item:nth-child(2).attention:after {
    left: 0px;
  }
  .article__item:first-child.beginner.attention:after, .article__item:nth-child(2).beginner.attention:after {
    left: 36px;
  }
  .article__item.beginner:before {
    content: none;
  }
  .card_small__image::before {
    content: "";
    left: -5px;
    top: -5px;
  }
}
@media (max-width: 767px) {
  .attention:after {
    position: absolute;
    top: 30px;
    left: -5px;
    z-index: 1;
    display: inline-block;
    content: "";
    content: none;
    width: 26px;
    height: 26px;
    background: center/contain no-repeat url(../image/hand.svg);
  }
}
.pagenation,
.wp-pagenavi {
  display: block;
  margin: 70px auto 20px;
  width: 460px;
}

@media (max-width: 767px) {
  .pagenation,
  .wp-pagenavi {
    width: 100%;
    margin: 40px auto 20px;
  }
}
.pagenation ul li,
.wp-pagenavi a {
  display: inline-block;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  background: #f4f4f4;
}

.wp-pagenavi a,
.wp-pagenavi .extend,
.wp-pagenavi .current {
  margin-left: 10px;
}

.wp-pagenavi a {
  position: relative;
}

.wp-pagenavi a span {
  position: absolute;
  width: 100%;
  bottom: -24px;
  left: 0px;
}

.wp-pagenavi .extend {
  padding-top: 0.5em;
}

.pagenation ul li a,
.wp-pagenavi a {
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 500;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

@media (max-width: 767px) {
  .pagenation ul li,
  .wp-pagenavi a {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .pagenation ul li a,
  .wp-pagenavi a {
    font-size: 13px;
    line-height: 1.5384615385;
    font-weight: 500;
  }
}
.pagenation .page-active,
.wp-pagenavi .current {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  background: #fdb22a;
  border-radius: 50%;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-grid;
  display: grid;
}

@media (max-width: 767px) {
  .pagenation .page-active,
  .wp-pagenavi .current {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
  .wp-pagenavi .current {
    font-size: 14px;
  }
}
.pagenation .page-dots {
  width: 11px;
  height: 50px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .pagenation .page-dots {
    width: 9px;
    height: 40px;
  }
}
.pagenation li:first-child,
.wp-pagenavi a:first-child {
  display: block;
  background-color: #000;
  padding: 12.5px 9px 12px 15.5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}

.pagenation li:first-child {
  margin-right: 35px;
}

.wp-pagenavi a:first-child {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .pagenation li:first-child,
  .wp-pagenavi a:first-child {
    width: 30px;
    height: 30px;
  }
  .wp-pagenavi a:first-child {
    margin-right: 0;
    margin-left: 0;
  }
}
.pagenation li:first-child:after,
.wp-pagenavi a:first-child::after {
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0px;
  display: inline-block;
  content: "";
  width: 18px;
  height: 14px;
  background: center/contain no-repeat url(../image/arrow-left-white.svg);
}

.pagenation li:last-child,
.wp-pagenavi a:last-child {
  display: block;
  background-color: #000;
  padding: 12.5px 15.5px 12px 9px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
}

.pagenation li:last-child {
  margin-left: 35px;
}

.wp-pagenavi a:last-child {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .pagenation li:last-child,
  .wp-pagenavi a:last-child {
    width: 30px;
    height: 30px;
  }
  .wp-pagenavi a:last-child {
    margin-left: 10px;
  }
}
.pagenation li:last-child:after,
.wp-pagenavi a:last-child::after {
  position: absolute;
  top: 50%;
  right: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0px;
  display: inline-block;
  content: "";
  width: 18px;
  height: 14px;
  background: center/contain no-repeat url(../image/arrow-right-white.svg);
}

.pagenation__contents,
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* widgets.html */
#widget h2 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  border-bottom: 3px solid #F5A91E;
  margin-bottom: 15px;
  margin-top: 30px;
  background: #F5A91E;
  padding: 5px 12px;
  border-radius: 3px;
}

#widget h2 span {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #widget h2 {
    padding: 5px 10px;
    margin-top: 20px;
  }
}
#widget h3 {
  font-size: 18px;
  line-height: 1.556;
  font-weight: 700;
  color: #222;
  background-color: rgba(245, 169, 30, 0.2);
  padding: 5px 7px;
  margin-bottom: 15px;
  margin-top: 30px;
  border-radius: 3px;
  border-left: solid 5px #F5A91E;
  /*左線（実線 太さ 色）*/
}

@media (max-width: 767px) {
  #widget h3 {
    margin-top: 20px;
    padding: 5px 12px 5px 7px;
  }
}
#widget h4 {
  font-size: 18px;
  line-height: 1.556;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}

#widget h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #F5A91E;
}

#widget p {
  /* line-height: calc(22 / 15); */
  line-height: 1.8125;
  color: #222;
}

#widget p:not(.data__text):not(:last-of-type) {
  margin-bottom: 2em;
}

#widget p.has-text-align-center.has-large-font-size {
  margin-top: 40px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #widget p:not(.has-large-font-size) {
    font-size: 14px;
  }
  #widget p.has-text-align-center.has-large-font-size {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
#widget img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#widget > .wp-block-image img {
  margin-bottom: 5px;
}

#widget figcaption {
  font-size: 13px;
  line-height: 2.1538461538;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-top: 0em;
}

#widget h1 {
  font-size: 28px;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

#widget .link-name {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  color: #000;
}

@media (max-width: 767px) {
  #widget .link-name {
    font-size: 16px;
    line-height: 1.5;
  }
}
#widget .link-title {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}

#widget .wp-block-columns {
  margin-bottom: 5px;
}

#widget .linkA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
  background-color: #FFF7EA;
  border: 1px solid #F5A91E;
  border-radius: 3px;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

#widget .linkA > div {
  width: 30%;
}

#widget .linkA > div:first-child {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 5%;
}

#widget .linkA > div:first-child img {
  width: 149px;
  margin-top: auto;
}

#widget .linkA > div:first-child .link-name {
  margin-bottom: 10px;
  font-weight: bold;
}

#widget .linkA > div:first-child .link-title {
  font-weight: 350;
  font-size: 14px;
  line-height: 1.571;
  text-decoration: none;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#widget .linkA .link-title a {
  text-indent: 0;
}

#widget .linkA .link-title a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#widget .linkA > div:last-child img {
  width: 100%;
}

@media (max-width: 767px) {
  #widget .linkA {
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #widget .linkA > div:first-child img {
    width: 120px;
    margin-top: 10px;
  }
  #widget .linkA > div:last-child img {
    margin-left: 0px;
  }
  #widget .linkA > div {
    width: 40%;
  }
  #widget .linkA > div:first-child {
    width: 60%;
  }
  #widget .linkA .link-title a {
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
#widget .linkB {
  background-color: #F4F4F4;
  border-top: 5px solid #F5A91E;
  padding: 15px 20px 25px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #widget .linkB {
    padding: 15px 20px 25px 25px;
  }
}
#widget .linkB .link-name {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

#widget .linkB ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

@media (max-width: 767px) {
  #widget .linkB ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  #widget .linkB ul li {
    width: 47.7272727273%;
  }
  #widget .linkB ul li:nth-child(2n) {
    margin-left: 4.5454545455%;
  }
  #widget .linkB ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #widget .linkB ul li {
    width: 100%;
    margin-top: 20px;
  }
  #widget .linkB ul li:first-child {
    margin-top: 0;
  }
  #widget .linkB ul li:nth-child(n+4) {
    /* display: none; */
  }
}
#widget .linkB ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#widget .linkB ul li a img {
  width: 76px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  /* border-radius: 50%; */
}

#widget .linkB ul li a .link-title {
  padding-left: 10px;
  font-weight: 350;
  font-size: 14px;
  line-height: 1.286;
  text-decoration: none;
}

@media (max-width: 767px) {
  #widget .linkB ul li a img {
    width: 26.09%;
  }
  #widget .linkB ul li a .link-title {
    padding-left: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}
#widget .linkB1 {
  background-color: #F4F4F4;
  border-top: 5px solid #F5A91E;
  padding: 14px 31px 39px 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #widget .linkB1 {
    padding: 14px 20px 39px 25px;
    margin-bottom: 20px;
  }
}
#widget .linkB1 .link-name {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.375;
  font-size: 16px;
  font-weight: 700;
}

#widget .linkB1 .link-title {
  font-weight: 350;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.286;
  text-decoration: none;
}

#widget .linkB1 .link-title a {
  display: block;
  padding-right: 1em;
  position: relative;
}

#widget .linkB1 .link-title a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F5A91E;
  border-right: 2px solid #F5A91E;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#widget .linkB1 .link-title + .link-title {
  margin-top: 10px;
}

#widget .linkC .link-title a {
  display: block;
  padding-right: 1em;
  position: relative;
}

#widget .linkC .link-title a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #F5A91E;
  border-right: 2px solid #F5A91E;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#widget table.linkC {
  width: 100%;
  background-color: #F4F4F4;
  border-top: 5px solid #F5A91E;
  border-collapse: collapse;
  border-left: solid 1px #D3D3D3;
  border-right: solid 1px #D3D3D3;
  border-bottom: solid 1px #D3D3D3;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #widget table.linkC .link-title-area {
    width: 100%;
    display: block;
    /*overflow: hidden;*/
  }
}
#widget table.linkC th,
#widget table.linkC td {
  border: solid 1px #D3D3D3;
}

#widget table.linkC td {
  width: 50%;
}

@media (max-width: 767px) {
  #widget table.linkC td {
    overflow: hidden;
    max-width: 0;
  }
}
#widget table.linkC .link-name {
  padding-top: 14px;
  padding-bottom: 21px;
  text-align: center;
  font-weight: bold;
}

#widget table.linkC .link-title {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 350;
  line-height: 1.429;
  text-decoration: none;
}

#widget .linkD {
  background-color: #F4F4F4;
  border-top: 5px solid #F5A91E;
  padding: 15px 20px 25px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #widget .linkD {
    padding: 15px 20px 25px;
  }
}
#widget .linkD .link-name {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
}

#widget .linkD .link-menu {
  position: relative;
}

#widget .linkD .link-menu__trigger {
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  border: 2px solid #F5A91E;
  border-radius: 4px;
  position: relative;
}

#widget .linkD .link-menu__trigger::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 100%;
  background: #F5A91E;
  position: absolute;
  top: 0;
  right: 0;
}

#widget .linkD .link-menu__trigger::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 100%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 13px;
  right: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#widget .linkD .link-menu__list {
  display: none;
  background: #fff;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 1;
}

#widget .linkD .link-menu__list.active {
  display: block;
}

#widget .linkD .link-menu__item a {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 3px 20px;
}

#widget .linkD .link-menu__item a:hover {
  background-color: #F5A91E;
  color: #fff;
  opacity: 1;
}

#widget .more-look {
  text-align: center;
  margin: 20px 20px 0 0;
  font-size: 17px;
  line-height: 1.4705882353;
  font-weight: 700;
  position: relative;
}

@media (max-width: 767px) {
  #widget .more-look {
    text-align: right;
  }
}
#widget .more-look:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 13px;
  display: inline-block;
  content: "";
  width: 18px;
  height: 14px;
  background: center/contain no-repeat url(../image/arrow-right-black.svg);
}

#widget .table-wrap {
  overflow-x: scroll;
}

@media (max-width: 767px) {
  #widget .scroll table {
    width: 100%;
  }
  #widget .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  #widget .scroll::-webkit-scrollbar {
    height: 3px;
  }
  #widget .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  #widget .scroll::-webkit-scrollbar-thumb {
    background: #A7A8A9;
  }
}
#widget .wp-block-table {
  overflow-x: auto;
}

#widget figure.is-style-table1 table {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 15px;
}

#widget figure.is-style-table1 table tbody {
  border-collapse: collapse;
  border: double 1px #D3D3D3;
}

@media (min-width: 768px) {
  #widget figure.is-style-table1 table {
    width: 100%;
  }
}
#widget figure.is-style-table1 table td {
  border: solid 1px #D3D3D3;
  line-height: 1.625;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

#widget figure.is-style-table1 table td:first-of-type {
  width: 120px;
  background-color: #F5A91E;
  border-bottom: solid 1px #fff;
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table1 table tr:last-of-type td:first-of-type {
  border-color: #F7f7f7;
}

#widget figure.is-style-table1 table td:not(:first-of-type) {
  background-color: #F7f7f7;
  padding-left: 10px;
  padding-right: 28px;
}

#widget figure.is-style-table2 table {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
}

#widget figure.is-style-table2 table tbody {
  border-collapse: collapse;
  border: double 1px #D3D3D3;
}

@media (min-width: 768px) {
  #widget figure.is-style-table2 table {
    width: 100%;
  }
}
#widget figure.is-style-table2 table td {
  border: solid 1px #D3D3D3;
  line-height: 1.625;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F7f7f7;
}

#widget figure.is-style-table2 table td:first-of-type {
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table2 table td:not(:first-of-type) {
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table3 table {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0px;
}

#widget figure.is-style-table3 table tbody {
  border-collapse: collapse;
  border: double 1px #D3D3D3;
}

@media (min-width: 768px) {
  #widget figure.is-style-table3 table {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #widget figure.wp-block-table table.active {
    width: 660px;
  }
}
#widget figure.is-style-table3 table tr td:first-of-type {
  /*width: 120px;  */
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table3 table tr td:not(:first-of-type) {
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table3 table tr td {
  border: solid 1px #D3D3D3;
  line-height: 1.625;
  font-weight: 500;
  color: #000;
  background-color: #F7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}

#widget figure.is-style-table3 table tr:first-of-type td {
  background-color: #F5A91E;
}

#widget figure.is-style-table3 table tr:first-of-type td:not(:last-of-type) {
  border-right: solid 1px #fff;
}

#widget figure.is-style-table4 table {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0px;
}

#widget figure.is-style-table4 table tbody {
  border-collapse: collapse;
  border: double 1px #D3D3D3;
}

@media (min-width: 768px) {
  #widget figure.is-style-table4 table {
    width: 100%;
  }
}
#widget figure.is-style-table4 table tr td:first-of-type {
  /*width: 120px;  */
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table4 table tr td:not(:first-of-type) {
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table4 table tr td {
  border: solid 1px #D3D3D3;
  line-height: 1.625;
  font-weight: 500;
  color: #000;
  background-color: #F7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}

#widget figure.is-style-table4 {
  padding-top: 42px;
  position: relative;
}

#widget figure.is-style-table4 .wp-element-caption {
  background: #F5A91E;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.625;
  text-align: left;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#widget figure.wp-block-table table a {
  line-height: 1.8666666667;
  color: #F5A91E;
  border-bottom: 1px solid #F5A91E;
  padding-bottom: 1px;
}

#widget figure.wp-block-table table a:not(.no-icon)[target=_blank] {
  color: #f5a91e;
  font-weight: inherit;
  font-size: inherit;
  background: top 6px right/11px no-repeat url(../image/icon_blank.svg);
  padding-right: 20px;
  margin-right: 0.3em;
}

#widget .movie-box {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px;
}

#widget .movie-box video {
  width: 84.8484848485%;
  display: block;
  margin: 0 auto 10px;
}

@media (max-width: 767px) {
  #widget .movie-box video {
    width: 100%;
  }
}
#widget .fukidashi-right a,
#widget .fukidashi-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

#widget .fukidashi-right a .messanger,
#widget .fukidashi-left a .messanger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (max-width: 767px) {
  #widget .fukidashi-right a .messanger,
  #widget .fukidashi-left a .messanger {
    width: 35px;
  }
}
#widget .fukidashi-right a .messanger span,
#widget .fukidashi-left a .messanger span {
  font-size: 13px;
  line-height: 2.3076923077;
  font-weight: 500;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #widget .fukidashi-right a .messanger span,
  #widget .fukidashi-left a .messanger span {
    font-size: 10px;
    line-height: 1.6;
    color: #7B614D;
    text-align: left;
    margin-top: 1px;
    margin-right: 5px;
  }
}
#widget .fukidashi-right a img,
#widget .fukidashi-left a img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 10px;
}

@media (max-width: 767px) {
  #widget .fukidashi-right a img,
  #widget .fukidashi-left a img {
    width: 30px;
    height: 30px;
  }
}
#widget .fukidashi-right a .message,
#widget .fukidashi-left a .message {
  position: relative;
  display: inline-block;
  padding: 20px 25px 26px 20px;
  background-color: rgba(245, 169, 30, 0.2);
  border-radius: 5px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  #widget .fukidashi-right a .message,
  #widget .fukidashi-left a .message {
    padding: 10px 5px 17px 8px;
  }
}
#widget .fukidashi-right a .message :before,
#widget .fukidashi-left a .message :before {
  content: "";
  position: absolute;
  top: 12%;
  left: -33px;
  border: 15px solid transparent;
  border-right: 18px solid rgba(245, 169, 30, 0.2);
}

@media (max-width: 767px) {
  #widget .fukidashi-right a .message :before,
  #widget .fukidashi-left a .message :before {
    left: -28px;
    border: 12px solid transparent;
    border-right: 16px solid rgba(245, 169, 30, 0.2);
  }
}
#widget .fukidashi-right a .message p,
#widget .fukidashi-left a .message p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6666666667;
  font-weight: 500;
  color: #222;
}

@media (max-width: 767px) {
  #widget .fukidashi-right a .message p,
  #widget .fukidashi-left a .message p {
    font-size: 14px;
    line-height: 1.5714285714;
    padding-right: 0;
  }
}
#widget .fukidashi-left a .messanger span {
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  #widget .fukidashi-left a .messanger span {
    margin-left: 5px;
  }
}
#widget .fukidashi-left a img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  #widget .fukidashi-left a img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
  }
}
#widget .fukidashi-left a .message {
  position: relative;
  display: inline-block;
  padding: 20px 25px 26px 20px;
  background-color: #F7F7F7;
  border-radius: 5px;
  margin-right: 20px;
  margin-left: 0;
}

@media (max-width: 767px) {
  #widget .fukidashi-left a .message {
    padding: 10px 5px 17px 8px;
  }
}
#widget .fukidashi-left a .message :before {
  content: "";
  position: absolute;
  top: 20%;
  left: 100%;
  border: 15px solid transparent;
  border-left: 18px solid #F7F7F7;
}

@media (max-width: 767px) {
  #widget .fukidashi-left a .message :before {
    top: 10%;
    border: 12px solid transparent;
    border-left: 16px solid #F7F7F7;
  }
}
#widget .card-title {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
}

@media (max-width: 767px) {
  #widget .card-title {
    font-size: 16px;
    line-height: 1.625;
    max-height: 53px;
    overflow: hidden;
  }
}
#widget .card-lead {
  font-size: 14px;
  line-height: 1.7142857143;
  font-weight: 500;
}

@media (max-width: 767px) {
  #widget .card-lead {
    line-height: 1.8571428571;
    overflow: hidden;
  }
}
#widget .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#widget .cards .card {
  width: calc((100% - 17px) / 2);
  display: block;
  text-align: left;
  padding: 20px 20px 23px;
  background-color: #F7F7F7;
}

#widget .cards .card:nth-child(2) {
  margin-left: 17px;
}

@media (max-width: 767px) {
  #widget .cards .card {
    padding: 10px 10px 14px 10px;
  }
}
#widget .cards .card-img {
  width: 100%;
  margin-bottom: 14px;
}

#widget .cards .card-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#widget .cards .card-title {
  margin-bottom: 7px;
}

@media (max-width: 767px) {
  #widget .cards .card-lead {
    max-height: 155px;
  }
}
#widget .card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 15px 30px 20px;
  background-color: #F7F7F7;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  #widget .card-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#widget .card-box .card-img {
  width: 48.7804878049%;
}

@media (max-width: 767px) {
  #widget .card-box .card-img {
    width: 100%;
  }
}
#widget .card-box .card-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#widget .card-box .card-box-text {
  width: 47.1544715447%;
}

@media (max-width: 767px) {
  #widget .card-box .card-box-text {
    width: 100%;
  }
}
#widget .card-box .card-title {
  margin-bottom: 14px;
}

@media (max-width: 767px) {
  #widget .card-box .card-title {
    margin-top: 20px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #widget .card-box .card-lead {
    max-height: 132px;
  }
}
#widget .text-box {
  padding: 8px 20px;
  background-color: #F7F7F7;
  margin-bottom: 10px;
}

/* #widget .text-box p {
  font-size: 15px;
  line-height: calc(24 /15);
  color: #222;
  padding-right: 0;
  margin-bottom: 10px;
} */
#widget .text-box ul,
#widget .text-box ol {
  margin-bottom: 10px;
}

#widget .text-box ul li {
  padding-left: 20px;
  position: relative;
}

#widget .text-box ul li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F5A91E;
  border-radius: 2px;
  /*margin-right: 6px;*/
}

#widget .text-box ol {
  /*counter-reset: item;
  list-style-type: none;
  counter-reset: section;*/
  list-style-type: decimal;
  padding-left: 20px;
}

#widget .text-box li {
  margin-bottom: 5px;
}

#widget .text-box ol li::marker {
  color: #F5A91E;
  font-family: Montserrat;
  font-weight: 700;
}

/*#widget .text-box ol li:before {
left: 0;
width: 10px;
color: #F5A91E;
font-family: Montserrat;
font-weight: 700;
line-height: calc(20 / 15);
text-align: center;
counter-increment: section;
content: counters(section, ".") " ";
}*/
@media (max-width: 767px) {
  #widget .text-box p {
    font-size: 15px;
    line-height: 1.2142857143;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #widget .text-box {
    padding: 8px 16px;
  }
}
#widget p a {
  line-height: 1.8666666667;
  color: #F5A91E;
  border-bottom: 1px solid #F5A91E;
  padding-bottom: 1px;
}

#widget a[target=_blank]:not(.single_ranking__image a[target=_blank]):not(.top_rank__wrapper a[target=_blank]):not(.single_button a[target=_blank]):not(.high_rank__wrapper a[target=_blank]):not(.low_rank a[target=_blank]):not(.wp-block-image a[target=_blank]):not(.no-style[target=_blank]):not(.popup-modal__image) {
  /* font-size: 15px;
  line-height: calc(28 / 15);
  font-weight: 500; */
  /*color: #ffffff;*/
  border-bottom: 1px solid #F5A91E;
  position: relative;
}

#widget a[target=_blank]:not(.single_ranking__image a[target=_blank]):not(.top_rank__wrapper a[target=_blank]):not(.single_button a[target=_blank]):not(.high_rank__wrapper a[target=_blank]):not(.low_rank a[target=_blank]):not(.wp-block-image a[target=_blank]):not(.popup-modal__button):after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
  display: inline-block;
  content: none;
  width: 12.5px;
  height: 9px;
  background: center/contain no-repeat url(../image/icon_textlink.svg);
}

#widget a[target=_blank]:not(.single_ranking__image a[target=_blank]):not(.top_rank__wrapper a[target=_blank]):not(.single_button a[target=_blank]):not(.high_rank__wrapper a[target=_blank]):not(.low_rank a[target=_blank]):not(.slider-parts__button).blank:not(.popup-modal__button) {
  color: #f5a91e;
  font-weight: inherit;
  font-size: inherit;
  background: top 6px right/11px no-repeat url(../image/icon_blank.svg);
  padding-right: 20px;
  margin-right: 0.3em;
}

#widget .text-box a[target=_blank]:not(.single_ranking__image a[target=_blank]):not(.top_rank__wrapper a[target=_blank]):not(.single_button a[target=_blank]):not(.high_rank__wrapper a[target=_blank]):not(.low_rank a[target=_blank]).blank {
  color: #f5a91e;
  font-weight: inherit;
  font-size: inherit;
  background: top 6px right/11px no-repeat url(../image/icon_blank.svg);
  padding-right: 20px;
  margin-right: 0.3em;
  margin-bottom: 4px;
  line-height: 1.4;
  display: inline-block;
}

#widget ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
  counter-reset: section;
}

#widget ul {
  padding: 0;
}

#widget .list {
  font-size: 15px;
  line-height: 1.8666666667;
  padding: 0em 1em 0em 0;
  margin-bottom: 15px;
  margin-top: -10px;
}

#widget .list li {
  padding-left: 20px;
}

#widget .list li a {
  line-height: 1.4666666667;
  color: #F5A91E;
  border-bottom: 1px solid #F5A91E;
  padding-bottom: 1px;
}

#widget .list li a[target=_blank] {
  color: #f5a91e;
  font-weight: inherit;
  font-size: inherit;
  background: top 6px right/11px no-repeat url(../image/icon_blank.svg);
  padding-right: 20px;
  margin-right: 0.3em;
}

#widget .list-dot li {
  line-height: 1.5;
  list-style-type: none;
  position: relative;
}

#widget .list-dot li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F5A91E;
  border-radius: 2px;
}

#widget .list-check li {
  line-height: 1.5;
  list-style-type: none !important;
  position: relative;
}

#widget .list-check li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: center/contain no-repeat url(../image/icon_list_check.svg);
  position: absolute;
  top: 3px;
  left: 0;
  /*color: #F5A91E;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";*/
}

#widget .list-number {
  list-style-type: decimal;
  padding-left: 20px;
}

#widget .list-number li {
  padding-left: 0;
}

#widget .list-number li::marker {
  color: #F5A91E;
  font-family: Montserrat;
  font-weight: 700;
}

/*#widget .list-number li::before {
position: absolute;
left: 0;
width: 10px;
color: #F5A91E;
font-family: Montserrat;
font-weight: 700;
line-height: calc(20 / 15);
text-align: center;
counter-increment: section;
content: counters(section, ".") " ";
}*/
#widget .button1,
#widget .button2 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 30px;
}

#widget .button1 a,
#widget .button2 a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  padding: 12px 40px 14px 33px;
  position: relative;
}

@media (min-width: 992px) {
  #widget .button1,
  #widget .button2 {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
  }
  #widget .button1 a,
  #widget .button2 a {
    font-size: 24px !important;
    padding: 18px 80px 18px 60px !important;
  }
}
#widget .button1 a {
  width: 100%;
  max-width: 345px;
  background: none !important;
  background-color: #c60d12 !important;
  color: #ffffff !important;
  border-radius: 70px;
  line-height: 1.448 !important;
  font-size: 16px !important;
  padding: 16px 20px !important;
  border-bottom: none !important;
  font-weight: 500;
}

#widget .button2 a {
  background-color: #F5A91E;
  color: #fff;
  border: none;
}

#widget .button1 a:after,
#widget .button2 a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 12px;
  height: 12px;
}

#widget .button1 a:after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

#widget .button2 a:after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*#widget .button2 a {
overflow: hidden;
position: relative;
}

#widget .button2 a:before {
content: "";
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: -100%;
background-color: #F5A91E;
-webkit-transition: .2s;
transition: .2s;
}

#widget .button2 a:hover:before {
left: 0;
}*/
#widget .box-qa__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #D3D3D3;
}

#widget .box-qa__mark {
  width: 45px;
}

#widget .box-qa__mark img {
  width: 30px;
}

#widget .box-qa__text {
  width: calc(100% - 60px);
}

#widget .box-qa__text *:last-child {
  margin-bottom: 0;
}

#widget .box-qa__text ul {
  list-style: none !important;
  margin-bottom: 10px;
}

#widget .box-qa__text ul li {
  padding-left: 20px;
  position: relative;
}

#widget .box-qa__text ul li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F5A91E;
  border-radius: 2px;
}

#widget .box-qa__text li {
  line-height: 1.4666666667;
  margin-bottom: 5px;
}

#widget .box-qa__text ol {
  list-style-type: decimal;
  padding-left: 20px;
}

#widget .box-qa__text ol li::marker {
  color: #F5A91E;
  font-family: Montserrat;
  font-weight: 700;
}

#widget .box-qa__text li a {
  color: #F5A91E;
  border-bottom: 1px solid #F5A91E;
  padding-bottom: 1px;
}

#widget .box-qa__text li a[target=_blank] {
  color: #f5a91e;
  font-weight: inherit;
  font-size: inherit;
  background: top 6px right/11px no-repeat url(../image/icon_blank.svg);
  padding-right: 20px;
  margin-right: 0.3em;
}

/* ＝＝＝＝＝＝＝＝＝＝＝ */
/* 以下追加項目 */
/* ＝＝＝＝＝＝＝＝＝＝＝ */
#widget .box-title p::before {
  display: none !important;
}

#widget .box-qa p:nth-child(2)::before {
  position: absolute;
  top: 23px;
  left: 15px;
  display: inline-block;
  content: "";
  width: 30px;
  height: 30px;
  background: center/contain no-repeat url(../image/icon_a.svg);
}

@media (max-width: 767px) {
  #widget .box-qa p:before {
    top: 5px;
    left: 0;
  }
}
#widget .box {
  background: #f4f4f4;
  margin-bottom: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  #widget .box {
    overflow: hidden;
  }
}
#widget .box .box-title {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: left;
}

@media (max-width: 767px) {
  #widget .box .box-title {
    font-size: 15px;
    line-height: 1.4;
  }
}
#widget .box p {
  margin: 0;
  /*line-height: calc(25 /15);*/
  margin-bottom: 10px !important;
}

@media (max-width: 767px) {
  #widget .box p {
    line-height: 1.2;
    overflow: hidden;
    font-size: 15px;
  }
}
#widget .box-point .box-title {
  background: #F5A91E;
  color: #FFF;
  padding: 4px 15px 4px;
  margin-bottom: 10px;
}

#widget .box-point .box-title p {
  color: #FFF;
}

#widget .list p {
  margin-bottom: 0px;
}

#widget .box-check .box-title {
  position: relative;
  display: inline-block;
  font-family: Eigerdals;
  color: #F5A91E;
  letter-spacing: 0.04em;
  padding: 16px 15px 0;
  width: 100%;
}

#widget .box-check .box-title span {
  position: absolute;
  display: inline-block;
  width: calc(100% - 100px);
  height: 2px;
  background-color: #F5A91E;
  margin-left: 10px;
  margin-top: 12px;
}

#widget .box-check {
  padding: 14px;
}

#widget .box-check ul,
#widget .box-check ol {
  margin-bottom: 10px;
  line-height: 1.4666666667;
}

#widget .box-check ul li {
  padding-left: 20px;
  position: relative;
}

#widget .box-check ul li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F5A91E;
  border-radius: 2px;
  /*margin-right: 6px;*/
}

#widget .box-check ol {
  /*counter-reset: item;
  list-style-type: none;
  counter-reset: section;*/
  list-style-type: decimal;
  padding-left: 20px;
}

#widget .box-check ol li::marker {
  color: #F5A91E;
  font-family: Montserrat;
  font-weight: 700;
}

#widget .box-attention {
  padding: 14px;
}

#widget .box-attention ul,
#widget .box-attention ol {
  margin-bottom: 10px;
}

#widget .box-attention ul li {
  padding-left: 20px;
  position: relative;
}

#widget .box-attention ul li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F5A91E;
  border-radius: 2px;
  /*margin-right: 6px;*/
}

#widget .box-attention li {
  margin-bottom: 5px;
}

#widget .box-attention ol {
  /*counter-reset: item;
  list-style-type: none;
  counter-reset: section;*/
  list-style-type: decimal;
  padding-left: 20px;
}

#widget .box-attention ol li::marker {
  color: #F5A91E;
  font-family: Montserrat;
  font-weight: 700;
}

/*#widget .box-attention li:before {
left: 0;
width: 10px;
color: #F5A91E;
font-family: Montserrat;
font-weight: 700;
line-height: calc(20 / 15);
text-align: center;
counter-increment: section;
content: counters(section, ".") " ";
}
*/
#widget .box-attention .box-title {
  position: relative;
  display: inline-block;
  padding: 0 15px 0 50px;
  width: 100%;
  margin-bottom: 10px;
}

#widget .box-attention .box-title:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  display: inline-block;
  content: "";
  width: 24px;
  height: 22px;
  background: center/contain no-repeat url(../image/icon_attention.svg);
}

#widget .box-attention .box-title:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: calc(100% - 112px);
  height: 1px;
  background-color: #000;
  margin-left: 10px;
  margin-top: 13px;
}

#widget .box-attention p span {
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
  color: #222;
  /*padding-right: calc((660 - 630) / 660 * 100%);*/
  margin-bottom: 40px;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE13E));
  background: linear-gradient(transparent 70%, #FFE13E 70%);*/
}

#widget .box-point {
  padding: 14px;
}

@media (max-width: 767px) {
  #widget .box-point {
    font-size: 15px;
  }
}
#widget .box-point ul,
#widget .box-point ol {
  margin-bottom: 10px;
  line-height: 1.4666666667;
}

#widget .box-point ul li {
  padding-left: 20px;
  position: relative;
}

#widget .box-point ul li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F5A91E;
  border-radius: 2px;
  /*margin-right: 6px;*/
}

#widget .box-point ol {
  list-style-type: decimal;
  padding-left: 20px;
}

#widget .box-point ol li::marker {
  color: #F5A91E;
  font-family: Montserrat;
  font-weight: 700;
}

#widget .twitter-box {
  border-radius: 12px;
  border: 1px solid #CFD9DE;
  margin-bottom: 40px;
}

#widget .twitter-box img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

#widget .twitter-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 120px;
}

@media (max-width: 767px) {
  #widget .twitter-box-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#widget .link-title a {
  text-indent: -1.2em;
}

#widget .twitter-box-list a {
  width: 47.7272727273%;
}

@media (max-width: 767px) {
  #widget .twitter-box-list a {
    width: 100%;
  }
  #widget .twitter-box-list a:first-child {
    margin-bottom: 30px;
  }
}
#widget .twitter-box-list img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #CFD9DE;
}

.wp-block-embed__wrapper {
  text-align: center;
}

#widget .linkB1 .link-title a {
  text-indent: 0;
}

#widget .linkB1 .link-title a:before {
  content: "・";
  color: #F5A91E;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -1em;
}

#widget .linkC .link-title a {
  text-indent: 0;
}

.wp-block-embed__wrapper {
  text-align: center;
}

/* -----------------------------------------------
* 吹き出し
-------------------------------------------------- */
.liquid-speech-balloon-wrap {
  margin-bottom: 0 !important;
  margin-top: 18px;
  padding-bottom: 22px;
}

/*@media screen and (max-width: 767px) {
  .liquid-speech-balloon-wrap {
    margin-top: 20px !important;
  }
}
*/
.liquid-speech-balloon-avatar {
  background-position: center !important;
  background-size: cover !important;
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  margin-left: 10px;
  padding-bottom: 30px;
}

.liquid-speech-balloon-avatar:after {
  top: 70px !important;
  left: -10px !important;
  width: 80px !important;
  color: #656977;
  font-size: 13px;
}

/*@media screen and (max-width: 767px) {
  .liquid-speech-balloon-avatar {
    width: 30px !important;
    height: 30px !important;
    margin-left: 0;
    padding-bottom: 0;
  }
  .liquid-speech-balloon-avatar:after {
    top: 40px !important;
    left: 0 !important;
    width: 30px !important;
    font-size: 10px !important;
  }
}*/
.liquid-speech-balloon-text {
  background-color: rgba(245, 169, 30, 0.2) !important;
  margin-left: 25px !important;
  border-color: #efebe9 !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
}

/*@media screen and (max-width: 767px) {
  .liquid-speech-balloon-text {
    margin-left: 15px !important;
    padding: 8px 10px !important;
  }
}*/
.liquid-speech-balloon-wrap:not(.liquid-speech-balloon-vertical) .liquid-speech-balloon-arrow {
  border-right: 10px solid rgba(245, 169, 30, 0.2) !important;
}

.liquid-speech-balloon-arrow {
  top: 16px !important;
}

.liquid-speech-balloon-wrap.liquid-speech-balloon-right .liquid-speech-balloon-arrow {
  border-right: 7px solid transparent !important;
  border-left: 10px solid #f7f7f7 !important;
}

.liquid-speech-balloon-right .liquid-speech-balloon-text {
  background-color: #f7f7f7 !important;
  margin-left: 0 !important;
  margin-right: 25px !important;
  border-color: #f7f7f7 !important;
}

/*@media screen and (max-width: 767px) {
  .liquid-speech-balloon-right .liquid-speech-balloon-text {
    margin-right: 15px !important;
  }
}
*/
/* -----------------------------------------------
* middle_category
-------------------------------------------------- */
.middle_category_bg {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 100;
  overflow-y: scroll;
}

.middle_category_bg.active {
  display: block;
}

.middle_category {
  position: fixed;
  top: 98px;
  left: -335px;
  width: 335px;
  height: calc(100vh - 13.3333333333vw - 98px);
  height: calc(100dvh - 13.3333333333vw - 98px);
  background-color: #7d3536;
  z-index: 150;
  overflow: scroll;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

@media (min-width: 992px) {
  .middle_category {
    height: calc(100vh - 154px);
    top: 154px;
  }
}
.middle_category.active {
  left: 0;
}

.middle_category__wrapper {
  padding: 0 15px;
}

.middle_category__content {
  padding: 20px 0;
}

.middle_category__content:not(:first-of-type) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.middle_category__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
}

.middle_category__heading {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.middle_category__heading:not(:first-child) {
  margin-top: 15px;
}

.middle_category__heading--parent {
  background-color: #9F4344;
  border: 1px solid #FFFFFF;
  margin-top: 20px;
}

.middle_category__heading--parent a {
  display: block;
  padding: 6px 10px;
}

.middle_category__item.active,
.middle_category__heading--parent.active {
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  background: rgba(0, 0, 0, 0.2) url(../image/icon_middle_category_active.svg) no-repeat center right 16px/18px 14px;
  padding: 6px 50px 6px 10px;
}

.middle_category__list {
  margin-top: 10px;
}

.middle_category__heading--parent,
.middle_category__list p,
.middle_category__item {
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  background-color: #934142;
  border-radius: 3px;
  padding: 6px 10px;
  font-weight: bold;
}

.middle_category__list p {
  padding: 6px 10px;
}

.middle_category__item a {
  display: block;
}

.middle_category__heading--parent + .middle_category__heading--parent,
.middle_category__item + .middle_category__item,
.middle_category__list p + .middle_category__item {
  margin-top: 10px;
}

.middle_category__list p img {
  vertical-align: baseline;
  margin-right: 6px;
  display: inline-block;
}

.middle_category__item.bottom a {
  display: block;
  font-weight: 700;
  line-height: 1;
}

.middle_category__item.bottom img {
  vertical-align: 0;
  margin-right: 6px;
}

.middle_category__link {
  text-align: right;
  margin-top: 18px;
}

.middle_category__link a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding-right: 16px;
  position: relative;
}

.middle_category__link a:before {
  position: absolute;
  content: "";
  top: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
}

.middle_category__link + p {
  margin-top: 20px;
}

/* ブロック */
.advgb-post-thumbnail,
.advgb-post-thumbnail a {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.advgb-post-wrapper {
  width: calc(100% - 76px - 15px);
}

.advgb-recent-posts-block .advgb-recent-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advgb-recent-post.advgb-recent-post--no-image .link-title a:before {
  content: "・";
  color: #F5A91E;
  text-decoration: none;
}

.advgb-recent-posts-block {
  background-color: #F4F4F4;
  border-top: 5px solid #F5A91E;
  padding: 15px 20px 25px !important;
  margin-bottom: 20px;
}

.advgb-recent-posts-block.grid-view .advgb-recent-post .advgb-post-wrapper:not(:first-child) {
  margin-top: 0 !important;
}

.advgb-recent-posts-block .advgb-post-wrapper > *, .advgb-recent-posts-block .advgb-text-before-readmore {
  margin: 8px 0 0 0 !important;
  font-weight: 700 !important;
}

.advgb-recent-posts-block.grid-view.columns-1 .advgb-recent-posts {
  grid-gap: 0;
}

@media (max-width: 767px) {
  .advgb-recent-posts-block.grid-view .advgb-recent-posts {
    -ms-grid-columns: auto !important;
    grid-template-columns: auto !important;
  }
}
.related-post {
  height: 100%;
}

.related-post {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}

.related-entry {
  vertical-align: top;
  float: left;
  width: 123px;
  font-size: 13px;
  min-height: 210px;
  margin-bottom: 0px;
  padding: 0px 10px 0px 10px;
  display: block;
}

.related-entry img {
  padding: 4px;
  margin: 0px 0px 0px 0px;
  border: #ccc 1px solid;
  width: 123px;
  height: 123px;
}

#post-syokai {
  border-left: 10px solid #999;
  padding: 1px 9px;
  margin: 5px 0 16px 0;
  font-size: 18px;
  margin-left: 5px;
}

/* 目次 */
#toc_container {
  width: 100% !important;
  position: relative;
  padding: 20px;
  background-color: #FDEED6;
}

@media (max-width: 767px) {
  #toc_container {
    padding: 16px;
  }
}
#single-post .post-menu {
  position: static;
}

#single-post .post-menu:after {
  top: 12px;
}

#widget ul {
  color: #222;
}

#widget p .toc_toggle {
  text-indent: -9999px;
}

#widget p .toc_toggle a {
  position: absolute;
  bottom: 0;
  text-align: center;
  display: block;
  color: #000;
  margin: 0px auto 20px;
  font-size: 14px;
  line-height: 1.4285714286;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  padding: 0 9px;
  text-indent: 0;
}

@media (max-width: 767px) {
  #widget p .toc_toggle a {
    margin: 0px auto 16px;
  }
}
#widget .contracted p .toc_toggle a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 6px;
  display: inline-block;
  content: "";
  width: 12.5px;
  height: 9px;
  background: center/contain no-repeat url(../image/arrow-down.svg);
}

.toc_list {
  display: block !important;
}

.contracted:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
}

.toc_list::after {
  content: "";
  position: absolute;
  top: 30%;
  left: -30px;
  display: inline-block;
  width: 100%;
  height: auto;
  background: line #fff;
}

.contracted .toc_list {
  max-height: 221px;
  overflow-y: clip;
}

@media screen and (max-width: 767px) {
  .contracted .toc_list {
    max-height: 142px;
  }  
}

.toc_list {
  max-height: auto;
}

/* -----------------------------------------------
* single_title
-------------------------------------------------- */
#widget .single_title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  border-bottom: 3px solid #f5a91e;
  padding-left: 62px;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #widget .single_title {
    padding-left: 58px;
  }
}
#widget .single_title:before {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
}

#widget .single_title--single_ranking:before {
  background: center/contain no-repeat url(../image/chert.svg);
}

#widget .single_title--top_rank:before {
  background: center/contain no-repeat url(../image/ranking2.svg);
}

#widget .single_title--low_rank:before {
  background: center/contain no-repeat url(../image/ranking3.svg);
}

#widget .single_title--review:before {
  background: center/contain no-repeat url(../image/event.svg);
}

#widget .single_title--basic:before {
  background: center/contain no-repeat url(../image/icon_basic.svg);
}

#widget .single_title--others:before {
  background: center/contain no-repeat url(../image/icon_others.svg);
}

/* -----------------------------------------------
* single_ranking
-------------------------------------------------- */
@media not screen and (min-width: 768px) {
  #widget .single_ranking {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
#widget .single_ranking__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  list-style: disc outside none; /*list-styleを初期化する(iOS対策)*/
}

#widget .single_ranking__tab {
  width: calc(50% - 0.5px);
  background-color: #d3d3d3;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 13px;
  cursor: pointer;
  border-radius: 8px 8px 0 0;
  overflow: hidden; /*liタグの・を消す(iOS対策)*/
}

#widget .single_ranking__tab.active {
  background-color: #c60d12;
  color: #fff;
}

#widget .single_ranking__tab.active:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #c60d12;
  z-index: 1;
}

#widget .single_ranking__wrapper {
  background-color: rgba(245, 169, 30, 0.2);
  padding: 20px 15px 40px;
}

#widget .single_ranking__scroll {
  max-width: calc(100vw - 30px);
  overflow: auto;
}

#widget .single_ranking__table {
  background-color: #fff;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  table-layout: fixed;
  min-width: 100%;
}

#widget .single_ranking__table th {
  background-color: #f5a928;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 10px 24px;
  border-bottom: 1px solid #d3d3d3;
}

#widget .single_ranking__table th:first-of-type {
  width: 133px;
  border-right: 1px solid #fff;
  min-width: 133px;
}

#widget .single_ranking__table th:not(:first-of-type) {
  border-right: 1px solid #d3d3d3;
  width: 212px;
  min-width: 212px;
}

#widget .single_ranking__table td {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}

#widget .single_ranking__table td *:last-child {
  margin-bottom: 0;
}

#widget .single_ranking__table td:first-of-type {
  width: 133px;
  padding: 20px 10px 16px 16px;
  min-width: 133px;
}

#widget .single_ranking__table td:not(:first-of-type) {
  padding: 16px 18px;
  width: 212px;
  min-width: 212px;
}

#widget .single_ranking__image {
  width: 100%;
  padding-top: 35%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  margin: auto;
}

/*@media (max-width: 767px) {
#widget .single_ranking__image {
width: 100%;
padding-top: 100%;
}
}*/
#widget .single_ranking__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#widget .single_ranking__number {
  display: inline-block;
  width: 34px;
  height: 28px;
  color: #fff;
  font-family: "Eigerdals", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding-top: 11px;
  position: absolute;
  top: -17px;
  left: -15px;
  background: center/contain no-repeat url(../image/rank4.svg);
}

#widget .single_ranking__number--1 {
  background: center/contain no-repeat url(../image/rank1.svg);
}

#widget .single_ranking__number--2 {
  background: center/contain no-repeat url(../image/rank2.svg);
}

#widget .single_ranking__number--3 {
  background: center/contain no-repeat url(../image/rank3.svg);
}

#widget .single_ranking__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-align: center;
  margin-top: 4px;
}

#widget .single_ranking__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  /*  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;*/
}

#widget .single_ranking__link {
  text-align: center;
  margin-top: 10px;
}

#widget .single_ranking__link a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
}

@media (min-width: 768px) {
  #widget .single_ranking__link a {
    font-size: 12px;
  }
}
#widget .single_ranking__link a:before {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

/* -----------------------------------------------
* top_rank
-------------------------------------------------- */
#widget .top_rank__heading {
  background-color: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 48px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  border-left: none;
  pointer-events: none;
}

#widget .top_rank__number {
  display: inline-block;
  width: 34px;
  height: 28px;
  color: #fff;
  font-family: "Eigerdals", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding-top: 11px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: center/contain no-repeat url(../image/rank1.svg);
}

#widget .top_rank__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

#widget .top_rank__image {
  width: 100%;
}

@media (min-width: 992px) {
  #widget .top_rank__image {
    width: calc(50% - 10px);
  }
}
#widget .top_rank__wrapper > a {
  width: 100%;
}

@media (min-width: 992px) {
  #widget .top_rank__wrapper > a {
    width: calc(50% - 10px);
  }
  #widget .top_rank__wrapper > a img {
    width: 100%;
  }
}
/* -----------------------------------------------
* data
-------------------------------------------------- */
#widget .data {
  width: 100%;
  margin-top: 22px;
}

@media (min-width: 992px) {
  #widget .data {
    width: calc(50% - 10px);
    margin-top: 0;
  }
}
#widget .data__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#widget .data__image {
  width: 50%;
  padding-top: 5px;
  padding-right: 18px;
}

#widget .data__image img {
  width: 100%;
}

#widget .data__content {
  width: 50%;
  padding-left: 2px;
}

#widget .data__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#widget .data__text {
  width: calc(100% - 21.3333333333vw);
  font-size: 3.2vw !important;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #widget .data__text {
    width: calc(100% - 70px);
    font-size: 12px !important;
  }
}
#widget .data__star {
  width: 21.3333333333vw;
  color: #f5a928;
  font-size: 3.2vw !important;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 0;
  position: relative;
}

@media (min-width: 992px) {
  #widget .data__star {
    width: 70px;
    font-size: 12px !important;
  }
}
#widget .data__star:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  color: #a7a8a9;
  z-index: -1;
}

#widget .data__point {
  background-color: rgba(245, 169, 30, 0.2);
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  text-align: center;
  /*padding: 12px 0 8px;*/
  padding: 8px 4px;
  border-top: 2px solid #f5a91e;
  border-bottom: 2px solid #f5a91e;
  margin-top: 18px;
}

#widget .data__point .accent {
  color: #f5a91e;
  margin-left: 4px;
}

#widget .data__point .large_text {
  display: inline-block;
  font-size: 40px;
}

#widget .data__copy {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #widget .data__copy {
    font-size: 18px !important;
  }
}
/* -----------------------------------------------
* single_button
-------------------------------------------------- */
#widget .single_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 10px;
}

#widget .single_button__wrapper {
  width: calc(50% - 5px);
  padding: 32px 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  #widget .single_button__wrapper {
    width: 100%;
  }
}
#widget .single_button__item {
  display: block;
  color: #5C5C5C;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  padding: 7px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#D3D3D3), color-stop(25.85%, #F9F9F9), to(#BBBBBB));
  background: linear-gradient(180deg, #D3D3D3 0%, #F9F9F9 25.85%, #BBBBBB 100%);
  border: 2px solid #A1A1A1;
  border-radius: 10px;
  position: relative;
}

#widget .single_button__shine {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#widget .single_button__shine::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

#widget .single_button__item:before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #5C5C5C;
  border-bottom: 2px solid #5C5C5C;
}

@media (max-width: 767px) {
  #widget .single_button__item:not(:first-of-type) {
    margin-top: 20px;
  }
}
#widget .single_button__item--register {
  /*background-color: #c60d12;*/
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#C60D12), color-stop(25.85%, #FF5B60), to(#8B0104));
  background: linear-gradient(180deg, #C60D12 0%, #FF5B60 25.85%, #8B0104 100%);
  border: 2px solid #9A1114;
}

#widget .single_button__item--register:before {
  border-color: #fff;
}

#widget .single_button__item--orange {
  color: #000;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdb634), color-stop(25.85%, #FEEED4), to(#F5A91E));
  background: linear-gradient(180deg, #fdb634 0%, #FEEED4 25.85%, #F5A91E 100%);
  border: 2px solid #F5A91E;
}

#widget .single_button__item--orange:before {
  border-color: #000;
}

#widget .single_button__item--green {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A8014), color-stop(25.85%, #39BD35), to(#1A8014));
  background: linear-gradient(180deg, #1A8014 0%, #39BD35 25.85%, #1A8014 100%);
  border: 2px solid #1A8014;
  /*background: -webkit-gradient(linear, left top, right top, color-stop(48%, #1A8014), color-stop(52%, #39BD35));
  background: linear-gradient(to right, #1A8014 48%, #39BD35 52%);
  border: none;*/
}

#widget .single_button__item--green:before {
  border-color: #fff;
}

#widget .single_button__speech_baloon {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  min-width: 260px;
  background-color: #fff;
  color: #5c0204;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 0 27px;
  border: 2px solid #5c0204;
  border-radius: 15px;
  padding: 3px 0 5px;
  z-index: 1;
}

#widget .single_button__speech_baloon:before {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #5c0204 transparent transparent transparent;
}

#widget .single_button__speech_baloon:after {
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
}

#widget .single_button__speech_baloon .accent {
  color: #C60D12;
}

#widget .single_button__speech_baloon .large_text {
  font-size: 21px;
}

#widget .single_button__icon:not(.is-copied) {
  padding-right: 24px;
  cursor: pointer;
  position: relative;
}

#widget .single_button__icon:not(.is-copied)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: center/contain no-repeat url(../image/icon-copy-code-brown.svg);
  margin-left: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------------------
* deposit
-------------------------------------------------- */
#widget .deposit {
  padding: 15px 0 25px;
}

#widget .deposit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#widget .deposit__item {
  /*  width: calc(25% - 8px * 3 / 4);
  height: 0;
  padding-top: calc(25% - 8px * 3 / 4);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;*/
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
}

#widget .deposit__item img {
  /*  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;*/
  height: 40px;
}

/*#widget .deposit__item:not(:nth-of-type(4n)) {
margin-right: 8px;
}

#widget .deposit__item:nth-of-type(n + 5) {
margin-top: 8px;
}*/
/* -----------------------------------------------
* information
-------------------------------------------------- */
#widget .information {
  border-top: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
}

#widget .information__content {
  background-color: #F7F7F7;
  padding: 10px 20px;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}

#widget .information__title {
  background-color: #F5A91E;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 20px;
  margin-top: 0;
  margin-bottom: 0;
}

/* #widget .information__text {
  line-height: 22px;
} */
#widget .information__text:not(:first-of-type) {
  margin-top: 10px;
}

#widget .information__item {
  /* line-height: 24px; */
  line-height: 1.8125;
  padding-left: 1em;
  text-indent: -1em;
}

#widget .information__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#widget .information__image {
  width: calc(25% - 6px);
  height: 0;
  padding-top: calc(25% - 6px);
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}

#widget .information__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#widget .information__image:not(:nth-of-type(4n)) {
  margin-right: 8px;
}

#widget .information__image:nth-of-type(n + 5) {
  margin-top: 8px;
}

.crp_related {
  display: none;
}

#widget .box-point h5 {
  /*margin-left: 15px;*/
  margin-top: 20px;
  margin-bottom: 10px;
}

/* -----------------------------------------------
* review
-------------------------------------------------- */
#widget .review {
  padding: 5px 0 0px;
  margin-bottom: 10px;
}

/*#widget .review__item:not(:first-of-type) {
margin-top: 30px;
}*/
/*@media (min-width: 768px) {*/
#widget .review__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#widget .review__item {
  /*width: 315px;*/
  width: 280px;
  margin: 0 15px;
  background-color: rgba(245, 169, 30, 0.2);
  border-radius: 8px;
  padding: 20px;
}

/*  #widget .review__item:not(:first-of-type) {
margin-top: 0;
}*/
/*#widget .review__item:nth-of-type(n + 3) {
margin-top: 30px;
}*/
/*}*/
#widget .informations__wrapper .review__item {
  width: 270px;
}

#widget .review__item ul {
  margin-bottom: 10px;
}

#widget .review__item ul li {
  padding-left: 20px;
  position: relative;
}

#widget .review__item ul li:before {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  background-color: #F5A91E;
  border-radius: 2px;
}

#widget .review__item ol {
  list-style-type: decimal;
  padding-left: 20px;
}

#widget .review__item ol li::marker {
  color: #F5A91E;
  font-family: Montserrat;
  font-weight: 700;
}

#widget .review__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#widget .review__image {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
}

#widget .review__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#widget .review__name {
  width: calc(100% - 100px);
}

#widget .review__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

.review__arrow {
  position: absolute;
  top: 70px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  /*  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);  */
}

.review__arrow img {
  width: 10px;
  height: 18px;
}

.review__arrow.arrow--prev {
  left: 0;
}

.review__arrow.arrow--next {
  right: 0;
}

@media (min-width: 768px) {
  .review__arrow.arrow--prev {
    left: 15px;
  }
  .review__arrow.arrow--next {
    right: 15px;
  }
}
.review__arrow:focus {
  background: rgba(51, 51, 51, 0.8) !important;
}

/* -----------------------------------------------
* review_bad
-------------------------------------------------- */
#widget .review_bad {
  padding: 5px 5px 20px;
}

/*#widget .review_bad__item {
width: 283px;
}*/
#widget .review_bad__item {
  /*width: 315px;*/
  width: 280px;
  margin: 0 15px;
  background-color: rgba(245, 169, 30, 0.2);
  border-radius: 8px;
  padding: 20px;
}

/*#widget .review_bad__item:not(:last-of-type) {
margin-right: 30px;
}*/
#widget .review_bad__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#widget .review_bad__image {
  width: 80px;
  border-radius: 40px;
  margin-right: 20px;
}

#widget .review_bad__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  margin-top: 15px;
  margin-bottom: 0;
}

#widget .review_bad__arrow.arrow--prev {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#widget .review_bad__arrow.arrow--next {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* -----------------------------------------------
* high_rank
-------------------------------------------------- */
#widget .high_rank__title {
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  color: #000;
  border-bottom: 3px solid #f5a91e;
  padding-bottom: 15px;
  padding-left: 58px;
  margin: 0;
  position: relative;
}

#widget .high_rank__title:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: inline-block;
  width: 44px;
  height: 32px;
  background: center/contain no-repeat url(../image/ranking2.svg);
}

#widget .high_rank__heading {
  background-color: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 48px;
  margin-top: 20px;
  margin-bottom: 0;
  position: relative;
  border-left: none;
  pointer-events: none;
}

#widget .high_rank__number {
  display: inline-block;
  width: 34px;
  height: 28px;
  color: #fff;
  font-family: "Eigerdals", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding-top: 11px;
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: center/contain no-repeat url(../image/rank4.svg);
}

#widget .high_rank__number--2 {
  background: center/contain no-repeat url(../image/rank2.svg);
}

#widget .high_rank__number--3 {
  background: center/contain no-repeat url(../image/rank3.svg);
}

#widget .high_rank__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

#widget .high_rank__wrapper > a {
  width: 100%;
}

@media (min-width: 992px) {
  #widget .high_rank__wrapper a {
    width: calc(50% - 10px);
  }
  #widget .high_rank__wrapper .high_rank__image {
    width: 100%;
    height: 245px;
  }
}
#widget .high_rank__image {
  width: 100%;
}

@media (min-width: 992px) {
  #widget .high_rank__image {
    width: calc(50% - 10px);
  }
}
/* -----------------------------------------------
* low_rank
-------------------------------------------------- */
.low_rank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

.low_rank > a {
  width: 100%;
}

@media (min-width: 768px) {
  .low_rank > a {
    width: calc(50% - 10px);
  }
  .low_rank > a .low_rank__image {
    width: 100%;
  }
}
.low_rank__image {
  width: 100%;
}

@media (min-width: 768px) {
  .low_rank__image {
    width: calc(50% - 10px);
  }
}
.low_rank__content {
  width: 100%;
}

@media (min-width: 768px) {
  .low_rank__content {
    width: calc(50% - 10px);
  }
}
/* -----------------------------------------------
* informations
-------------------------------------------------- */
#widget .informations {
  background-color: rgba(245, 169, 30, 0.2);
}

@media not screen and (min-width: 768px) {
  #widget .informations {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
#widget .informations__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
  list-style: disc outside none; /*list-styleを初期化する(iOS対策)*/
}

#widget .informations__tab {
  width: calc(25% - 0.75px);
  background-color: #d3d3d3;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  padding: 4px;
  cursor: pointer;
  overflow: hidden; /*liタグの・を消す(iOS対策)*/
}

#widget .informations__tab.active {
  background-color: #f5a928;
  color: #fff;
}

#widget .informations__tab.active:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  display: inline-block;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #f5a928;
  z-index: 1;
}

.informations__wrapper {
  padding: 10px 15px 30px;
}

#widget .informations .information {
  margin-bottom: 0;
}

/* -----------------------------------------------
* taxonomies
-------------------------------------------------- */
.taxonomies {
  position: relative;
}

/* -----------------------------------------------
* taxonomy_category
-------------------------------------------------- */
.taxonomy_category {
  display: none;
  background-color: #f4f4f4;
  padding: 20px 20px 30px;
  width: calc(100% + 30px);
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 11;
}

@media (min-width: 768px) {
  .taxonomy_category {
    width: 100%;
    left: 0;
    padding: 30px 60px;
  }
}
.taxonomy_category__lists {
  width: 100%;
  background: #f4f4f4;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.taxonomy_category__list {
  margin-right: 15px;
}

.taxonomy_category__title {
  background-color: #5c0204;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 10px;
  position: relative;
  cursor: pointer;
}

.taxonomy_category__title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.taxonomy_category__title:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.taxonomy_category__title.active:after {
  display: none;
}

/*
.taxonomy_category__item a {
  padding: 0 18px 0 0;
  font-size: 13px;
  font-weight: 500;
  background: url(../img/ico_arw_01.png) no-repeat right center;
  background-size: 6px auto;
}
*/
/*
.taxonomy_category__item:first-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  font-size: 14px;
  background: none;
}*/
p.taxonomy_category__item {
  font-weight: 700;
  margin-top: 15px;
}

li.taxonomy_category__item {
  border: solid 1px;
  padding: 2px;
  border-radius: 5px;
  margin: 2px;
  background: #ffffff;
  font-size: 13px;
}

.taxonomy_category__item_a a {
  line-height: 1.54;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 4px 8px;
}

.taxonomy_category__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* -----------------------------------------------
* taxonomy_tag
-------------------------------------------------- */
.taxonomy_tag {
  display: none;
  background-color: #f4f4f4;
  padding: 20px 20px 30px;
  width: calc(100% + 30px);
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 11;
}

@media (min-width: 768px) {
  .taxonomy_tag {
    width: 100%;
    left: 0;
    padding: 46px 60px 77px;
  }
}
.taxonomy_tag__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 25px;
}

.taxonomy_tag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
}

.taxonomy_tag__item {
  margin: 0 16px 16px 0;
}

.taxonomy_tag__item a {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.54;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 5px;
  padding: 4px 8px;
}

.taxonomy_tag__link {
  text-align: right;
  margin-top: 15px;
}

.taxonomy_tag__link span {
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  padding-right: 15px;
  position: relative;
}

.taxonomy_tag__link span:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 7px;
  height: 7px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

@media (min-width: 768px) {
  .taxonomy_tag__link {
    margin-top: 22px;
  }
}
.taxonomy_tag__trigger {
  cursor: pointer;
}

/* -----------------------------------------------
* taxonomy_modal,
-------------------------------------------------- */
.taxonomy_modal,
.header_tag_modal {
  display: none;
  width: calc(100% + 30px);
  background-color: #484848;
  padding: 68px 26px 40px;
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 12;
}

@media (min-width: 768px) {
  .taxonomy_modal,
  .header_tag_modal {
    width: 100%;
    left: 0;
    padding: 60px 85px;
  }
}
.taxonomy_modal__list,
.header_tag_modal__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header_tag_modal__list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.taxonomy_modal__item,
.header_tag_modal__item {
  margin-right: 8px;
  margin-top: 8px;
}

.taxonomy_modal__item a,
.header_tag_modal__item a {
  display: inline-block;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 4px 10px;
  border: 1px solid #000;
  border-radius: 4px;
}

.taxonomy_modal__close,
.header_tag_modal__close {
  position: absolute;
  top: 28px;
  right: 24px;
  cursor: pointer;
}

/* -----------------------------------------------
* 動的なボタン アニメーション
-------------------------------------------------- */
#widget .button_animation {
  -webkit-animation: button_animation 1s ease-in-out infinite;
  animation: button_animation 1s ease-in-out infinite;
}

#widget .button_animation a {
  width: 100%;
  max-width: 500px;
  background: none !important;
  background-color: #c60d12 !important;
  color: #ffffff !important;
  border-radius: 70px;
  line-height: 1.448 !important;
  font-size: 16px !important;
  padding: 16px 20px !important;
  border-bottom: none !important;
  font-weight: 500;
}

@media (min-width: 992px) {
  #widget .button_animation a {
    width: 596px;
    max-width: none;
    font-size: 22px !important;
    padding: 20px 40px !important;
  }
}
@media (min-width: 992px) {
  #widget .button1 a {
    width: 596px;
    max-width: none;
    font-size: 22px !important;
    padding: 20px 40px !important;
  }
}
@-webkit-keyframes button_animation {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
@keyframes button_animation {
  0% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  15% {
    -webkit-transform: scale(0.98, 0.9) translate(0, 5px);
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    -webkit-transform: scale(1.02, 1) translate(0, 8px);
    transform: scale(1.02, 1) translate(0, 8px);
  }
  50% {
    -webkit-transform: scale(0.98, 1.05) translate(0, -8px);
    transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    -webkit-transform: scale(1, 0.9) translate(0, 5px);
    transform: scale(1, 0.9) translate(0, 5px);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
/* -----------------------------------------------
* テーブル(折りたたみ式)
-------------------------------------------------- */
#widget .table-folding {
  height: 200px;
  overflow-y: hidden;
  position: relative;
}

#widget .table-folding.active {
  height: auto;
  overflow-y: visible;
}

#widget .table-folding.active:before {
  display: none;
}

#widget .table-folding:before {
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 200px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(rgba(255, 255, 255, 0) 0, white 100%);
}

.table-button {
  text-align: center;
  margin-bottom: 15px;
}

.table-button span {
  font-size: 14px;
  line-height: 2;
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-right: 20px;
  position: relative;
  cursor: pointer;
}

.table-button span:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  content: "";
  width: 12px;
  height: 9px;
  background: center/contain no-repeat url(../image/arrow-down.svg);
}

.table-button span.active:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

/* -----------------------------------------------
* その他
-------------------------------------------------- */
.wp-block-image {
  margin-bottom: 0.5em !important;
}

#widget .wp-block-image > a {
  border-bottom: none;
}

#widget .wp-block-image > a[target=_blank] {
  margin-right: 0;
}

#widget .wp-block-image > a[target=_blank]:after {
  display: none;
}

#widget .wp-block-table.aligncenter,
#widget .wp-block-table.alignleft,
#widget .wp-block-table.alignright {
  display: block;
}

#widget .wp-block-image.aligncenter,
#widget .wp-block-image.alignleft,
#widget .wp-block-image.alignright {
  display: block;
}

#widget .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}

mark {
  color: inherit;
}

mark:not(.has-inline-color) {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(55%, yellow));
  background: linear-gradient(to bottom, transparent 50%, yellow 55%);
  font-weight: 700;
}

.blocks-gallery-item {
  margin-bottom: 0px !important;
}

#widget table {
  font-size: 14px;
}

#widget table a:not #widget .single_ranking__link a {
  color: #F5A91E;
  border-bottom: 1px solid #F5A91E;
  padding-bottom: 1px;
}

#widget .wp-block-embed iframe {
  width: 100%;
}

.wp-embed-aspect-16-9 iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

#widget .high_rank__heading#rank2 {
  margin-top: 20px;
}

hr {
  border-top: 1px dotted #F5A91E;
  margin-top: 30px;
  margin-bottom: 10px;
}

/*.top_rank__heading {
  padding-top: 240px !important;
  margin-top: -240px  !important;
}

.high_rank__heading {
  padding-top: 80px !important;
  margin-top: -80px  !important;
}

.low_rank_anchor {
  padding-top: 54px;
  margin-top: -54px;
}*/
/*
@media (min-width: 768px) {
 .high_rank__heading {
    padding-top: 200px !important;
    margin-top: -200px  !important;
  }
  .low_rank_anchor {
    padding-top: 154px;
    margin-top: -154px;
  }
  #widget .high_rank__number {
    top: 94%;
  }
}
*/
.high_rank {
  margin-top: 30px;
}

.blocks-gallery-grid, .wp-block-gallery {
  margin-bottom: 10px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none !important;
}

#colorbox.advgb_lightbox #cboxTitle {
  display: none !important;
}

#widget .has-large-font-size {
  font-size: 36px !important;
  line-height: 1.448;
  display: block;
}

@media (max-width: 991px) {
  #widget .has-large-font-size {
    font-size: 24px !important;
  }
}
@media (max-width: 767px) {
  #widget .has-large-font-size {
    font-size: 18px !important;
  }
}
/* -----------------------------------------------
* ページャー
-------------------------------------------------- */
.pagenation__contents,
.wp-pagenavi {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation ul li a {
  margin-left: 35px;
}

/* -----------------------------------------------
* SNS リンクコピー
-------------------------------------------------- */
.copy-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
}

/* -----------------------------------------------
* 404
-------------------------------------------------- */
.page404 {
  text-align: center;
  padding-top: 128px;
  padding-bottom: 114px;
}

.page404 img {
  width: 227px;
}

.page404 h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 27px;
}

.page404 p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 33px;
}

.page404 a {
  margin-top: 74px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 280px;
  height: 60px;
  border: 2px solid #000000;
  font-size: 18px;
  font-weight: bold;
  background: url(../image/bg_404_btn.png) no-repeat center left 15px/12px;
}

@media (max-width: 767px) {
  .page404 {
    padding-top: 64px;
    padding-bottom: 57px;
    padding-left: 4%;
    padding-right: 4%;
  }
  .page404 h2 {
    font-size: 20px;
  }
  .page404 p {
    font-size: 14px;
    text-align: left;
  }
  .page404 a {
    margin-top: 50px;
    font-size: 16px;
  }
}
/* フッターアコーディオン */
.acmenu__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .acmenu__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.acmenu__box dl.acmenu {
  width: calc(50% - 10px);
}

@media (max-width: 768px) {
  .acmenu__box dl.acmenu {
    width: 100%;
  }
}
.acmenu__box dl.acmenu dt {
  display: block;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 18px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.acmenu__box dl.acmenu dt::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.acmenu__box dl.acmenu dd {
  background: #f2f2f2;
  width: 100%;
  text-align: left;
  display: none;
}

.acmenu__box dl.acmenu dd ul li.acmenu__child {
  text-indent: 1em;
}

.acmenu__box dl.acmenu dd ul li a {
  display: block;
  background-color: #eeeeee;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  padding: 10px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
}

.acmenu__box dl.acmenu dd ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

:root .has-vivid-red-background-color {
  background: none !important;
  background-color: #cf2e2e !important;
  color: #ffffff !important;
}

.scroll-hint-icon {
  top: calc(50% - 42px);
}

.scroll-text {
  color: #C60D12;
  font-size: 14px;
  line-height: 2;
  text-align: right;
  -webkit-animation: text-slide 2s infinite;
  animation: text-slide 2s infinite;
  padding-right: 2em;
  position: relative;
}
.scroll-text::after {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: center/contain url(../image/icon_finger.svg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

@-webkit-keyframes text-slide {
  0%, 100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes text-slide {
  0%, 100% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  50% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/* -----------------------------------------------
* お問い合わせ /contact/
-------------------------------------------------- */
.contact-form {
  padding-bottom: 20px;
}

.contact-form-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form-term,
.contact-form-desc {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  padding: 10px;
}

.contact-form-term {
  width: 120px;
  background-color: #F5A91E;
  line-height: 1.625;
}

.contact-form-item + .contact-form-item .contact-form-term {
  border-top: 1px solid #fff;
}

.contact-form-desc {
  width: calc(100% - 120px);
  background-color: #F7f7f7;
  line-height: 1.625;
}

.contact-form-term,
.contact-form-desc {
  border-left: solid 1px #D3D3D3;
}

.contact-form-desc {
  border-top: solid 1px #D3D3D3;
  border-right: solid 1px #D3D3D3;
}

.contact-form-desc input[type=text],
.contact-form-desc textarea {
  width: 100%;
  background-color: #fff;
  padding: 10px;
}

.contact-form-desc textarea {
  resize: none;
}

.contact-form-item-btn {
  border-top: solid 1px #D3D3D3;
}

.contact-form-item-btn .contact-form-term {
  width: 0;
}

.contact-form-item-btn .contact-form-desc {
  width: 100%;
}

.contact-form-item-btn .contact-form-term,
.contact-form-item-btn .contact-form-desc {
  background-color: #fff;
  border: none;
  padding: 0;
}

.contact-form-item-btn input[type=submit] {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  margin: 20px auto 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .contact-form {
    padding-bottom: 0;
  }
}
.mw_wp_form input[type=file] {
  max-width: 100%;
}

@media (max-width: 767px) {
  .mw_wp_form input[type=file] {
    font-size: 10px;
  }
}
/* articleBottom */
.articleBottom {
  margin-top: 30px;
}

.articleBottom_heading_large {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #000000;
  text-align: left;
  border-bottom: 2px solid #000000;
  padding-bottom: 14px;
}

.articleBottom_contents {
  padding: 24px;
  background: #f8f8f8;
  border-radius: 3px;
}

.articleBottom .category_small {
  padding-left: 26px;
}

.articleBottom .category_middle {
  margin-top: 12px;
  padding-left: 10px;
}

.articleBottom_heading_middle,
.articleBottom_heading_small {
  font-size: 14px;
  line-height: 1;
}

.articleBottom_heading_middle {
  font-weight: 700;
  color: #F5A91E;
  background: url(../image/icon_rectangle.svg) no-repeat center left/10px 10px;
  padding-left: 16px;
  margin-top: 20px !important;
}

.articleBottom_heading_small {
  background: url(../image/icon_union.svg) no-repeat center left/10px 10px;
  padding-left: 16px;
}

.articleBottom_heading_small,
.articleBottom_heading_middle,
.articleBottom_list {
  margin-top: 12px;
}

.articleBottom_heading_small:first-of-type {
  margin-top: 0;
}

.articleBottom_heading_small:not(:first-of-type) {
  margin-top: 20px;
}

.articleBottom_heading_middle {
  margin-bottom: 0px;
}

.articleBottom_heading_middle:first-of-type {
  margin-top: 0;
}

.articleBottom_heading_middle:not(:first-of-type) {
  margin-top: 20px;
}

.category_small .articleBottom_list {
  margin-top: 0;
}

.articleBottom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articleBottom_item {
  font-size: 14px;
  line-height: 1.4;
}

.category_small .articleBottom_item {
  line-height: 1;
  margin-top: 14px;
}

.articleBottom_item::after {
  content: "｜";
  display: inline-block;
}

.articleBottom_item:last-child::after {
  content: none;
}

.articleBottom_linkWrap {
  text-align: right;
  margin-top: 98px;
}

.articleBottom_link {
  font-size: 16px;
  color: #000000;
  text-decoration: none;
}

.articleBottom_link::after {
  content: "";
  display: inline-block;
  left: 3px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: 2px;
  margin-left: 4px;
}

.tab {
  margin-top: 0px;
}

.tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: -80px;
}

@media (min-width: 768px) {
  .tab_btn_wrap {
    margin-top: -140px;
  }
}
.category-all .tab_btn_wrap {
  margin-top: 0px;
}

.category-all .breadcrumb {
  margin-top: 10px;
}

.archive .tab_btn_wrap {
  margin-top: 0px;
}

.tab_btn_wrap .tab_btn {
  font-size: 16px;
  font-weight: normal;
  background-color: #ffffff;
  padding: 12px 32px 12px 16px;
  background: url(../image/icon_tab_arrow.svg) no-repeat center right 19px/10px 6px;
}

.tab_btn_wrap .tab_btn.active {
  background: #F8F8F8 url(../image/icon_tab_arrow_active.svg) no-repeat center right 19px/10px 6px;
}

.tab .tab_content {
  display: none;
}

.tab .tab_content.active {
  display: block;
}

@media (max-width: 768px) {
  .articleBottom .category_small {
    /*margin-top: 12px;*/
    padding-left: 0;
  }
  .articleBottom .category_middle {
    margin-top: 12px;
    padding-left: 0;
  }
  .articleBottom_linkWrap {
    margin-top: 49px;
  }
  .tab_btn_wrap .tab_btn {
    width: 50%;
    font-size: 14px;
    text-align: center;
  }
}
.page-template-archive-tags .underlayer-top-inner {
  display: none;
}

.page-template-archive-tags .breadcrumb {
  margin-top: 10px;
}

.keyword__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .keyword__sns {
    display: none;
  }
}
.keyword__twitter {
  width: calc(50% - 10px);
}

.keyword__twitter img {
  width: 100%;
}

@media (max-width: 767px) {
  .keyword__twitter {
    width: 100%;
  }
}
.keyword__instagram {
  width: calc(50% - 10px);
}

@media (max-width: 767px) {
  .keyword__instagram {
    width: 100%;
    margin-top: 15px;
  }
}
/* -----------------------------------------------
* 記事一覧ページ 追記
-------------------------------------------------- */
.articles {
  padding-top: 20px;
}

.articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.articles__item {
  width: calc(48% - 10px);
}

.articles__item a {
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .articles__item {
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
  }
  .articles__item:first-of-type .articles__label {
    margin-top: 12px;
  }
  .articles__item:first-of-type .articles__title {
    font-size: 18px;
    line-height: 28px;
    -webkit-line-clamp: 2;
  }
  .articles__item:not(:first-of-type) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .articles__item:not(:first-of-type) a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .articles__item:not(:first-of-type) .articles__image {
    width: 32%;
    height: 0;
    padding-top: 19.1072463768%;
  }
  .articles__item:not(:first-of-type) .articles__content {
    width: calc(68% - 14px);
  }
  .articles__item:not(:first-of-type) .articles__label {
    margin-top: 5px;
  }
  .articles__item:not(:first-of-type) .articles__title {
    font-size: 16px;
    line-height: 24px;
    -webkit-line-clamp: 2;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.articles__image {
  padding-top: 61%;
  position: relative;
}

.articles__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles__label {
  margin-top: 10px;
}

.articles__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: justify;
  margin-top: 12px;
  margin-bottom: 13px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ad-parts-master img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

#single-post .ad-parts-master p {
  margin-bottom: 10px;
}

/* -----------------------------------------------
* フッター 追記
-------------------------------------------------- */
.gpwa {
  margin-top: 16px;
}

.gpwa__link {
  width: 158px;
  display: block;
  margin: 0 auto;
}

.gpwa__image {
  width: 100%;
}

.gpwa__text {
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  margin-top: 14px;
}

@media (min-width: 768px) {
  .gpwa__text {
    margin-top: 12px;
  }
}
/* -----------------------------------------------
* 記事詳細ページ 追記
-------------------------------------------------- */
.single-post-date {
  margin-top: -30px;
  margin-bottom: 40px;
}

.single-post-date__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single-post-date__item {
  font-size: 12px;
  line-height: 2;
}

.single-post-date__item:not(:last-of-type) {
  margin-right: 1em;
}

.single-post-date__item--bold {
  font-weight: 700;
}

/* -----------------------------------------------
* topページコンテンツ追加
-------------------------------------------------- */
.sub-article {
  padding-bottom: 30px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .sub-article {
    padding-bottom: 40px;
    margin-top: 40px;
  }
}
.sub-article__contents {
  margin-top: 20px;
}

.sub-article__block-wrap {
  margin-top: 61px;
}

@media (max-width: 767px) {
  .sub-article__block-wrap {
    margin-top: 0;
  }
}
.sub-article__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .sub-article__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sub-article__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 767px) {
  .sub-article__textbox {
    display: contents;
  }
}
.sub-article__title {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.1428571429;
  color: #000;
  display: block;
}

.sub-article__small-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.1428571429;
  color: #A1A1A1;
}

@media (max-width: 767px) {
  .sub-article__title {
    font-size: 24px;
    line-height: 1.3333333333;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
  .sub-article__small-title {
    font-size: 16px;
    line-height: 1.3333333333;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }
}
.sub-article__text {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  display: block;
  margin-top: 11px;
}

@media (max-width: 767px) {
  .sub-article__text {
    margin-top: 20px;
  }
}
.sub-article__text-line {
  color: #FDB22A;
  text-decoration: underline;
}

.sub-article__bottom {
  margin-top: 1em;
}

.sub-article__text-arrow {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  display: block;
  position: relative;
  margin-right: 7px;
}

.sub-article__text-link {
  color: #FDB22A;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
}

.sub-article__box {
  background: #f0f0f0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 11px;
  padding: 20px;
}

.sub-article__box a {
  color: #ff6600;
}

.sub-article__box a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: center/contain no-repeat url(../image/Frame-136-300x300.png);
  vertical-align: middle;
}

.sub-article__box--orange {
  background: #feeed4;
}

@media (max-width: 767px) {
  .sub-article__box {
    margin-top: 20px;
  }
}
.sub-article__list:not(:first-child) {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .sub-article__list:not(:first-child) {
    margin-top: 20px;
  }
}

.sub-article__item {
  padding-left: 1em;
  text-indent: -1em;
}
.sub-article__item:before {
  content: "・";
}

.sub-article__check-list:not(:first-child) {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .sub-article__check-list:not(:first-child) {
    margin-top: 20px;
  }
}

.sub-article__check-item {
  padding-left: 1em;
  position: relative;
}
.sub-article__check-item:before {
  content: "✓";
  color: #ff6600;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-article__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  margin-top: 11px;
}

@media (max-width: 767px) {
  .sub-article__heading {
    margin-top: 20px;
  }
}

.sub-article__flex-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 16px;
  margin-top: 11px;
}
.sub-article__flex-box a {
  display: block;
}
.sub-article__flex-box img {
  width: 100%;
  height: auto;
}
.sub-article__flex-box p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .sub-article__flex-box {
    grid-template-columns: none;
  }
}
.sub-article__table {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .sub-article__table {
    margin-top: 20px;
  }
}
.sub-article__table tr:nth-of-type(odd) {
  background: #f0f0f0;
}
.sub-article__table td {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  padding: 20px;
}

.sub-article__img-wrap {
  width: 100%;
  max-width: 260px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .sub-article__img-wrap {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
}
.sub-article__img {
  position: relative;
  width: 100%;
  padding-top: 61%;
}

@media (max-width: 767px) {
  .sub-article__img {
    padding-top: 60.9836065574%;
  }
}
.sub-article__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  /* max-width: 100%;
  vertical-align: bottom; */
}

.sub-article__arrow {
  display: none;
}

.sub-article__arrow:focus {
  background: #C60D12 !important;
}

@media (max-width: 767px) {
  .sub-article__arrow {
    display: block;
    width: 60px;
    height: 60px;
    background: #C60D12;
    border: 2px solid #fff;
  }
}
.sub-article__arrow img {
  width: 16px;
}

.sub-article__arrow.arrow--next {
  position: absolute;
  top: calc(50% - 52px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  right: -15px;
}

.sub-article__arrow.arrow--prev {
  position: absolute;
  top: calc(50% - 52px);
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  left: -15px;
}

@media (max-width: 767px) {
  .sub-article__arrow.arrow--next {
    position: absolute;
    top: calc(50% - 596px);
    -webkit-transform: translateY(394px);
    transform: translateY(394px);
    right: -15px;
  }
  .sub-article__arrow.arrow--prev {
    top: calc(50% - 596px);
    -webkit-transform: translateY(394px);
    transform: translateY(394px);
    left: -15px;
    position: absolute;
  }
}
@media (max-width: 480px) {
  .sub-article__arrow.arrow--next {
    position: absolute;
    top: calc(50% - 390px);
    -webkit-transform: translateY(144px);
    transform: translateY(144px);
    right: -15px;
  }
  .sub-article__arrow.arrow--prev {
    top: calc(50% - 390px);
    -webkit-transform: translateY(144px);
    transform: translateY(144px);
    left: -15px;
    position: absolute;
  }
}
.top-qa__text {
  text-align: center;
  margin-top: 8px;
}

.top-qa__block {
  margin-top: 45px;
}

@media (max-width: 480px) {
  .top-qa__block {
    margin-top: 27px;
  }
}
.top-qa {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 480px) {
  .top-qa {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
#widget .linkA__button {
  cursor: pointer;
}

#widget .linkA__button a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#widget .linkA__button a.active:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

#widget .linkB__button {
  margin-top: 20px;
  cursor: pointer;
}

#widget .linkB__button a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#widget .linkB__button a.active:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

#widget .linkB1__button {
  margin-top: 20px;
  cursor: pointer;
}

#widget .linkB1__button a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#widget .linkB1__button a.active:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

#widget .linkC__button {
  cursor: pointer;
}

#widget .linkC__button a:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

#widget .linkC__button a.active:before {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

#widget .js_hide {
  display: none;
}

#widget .js_show {
  display: block;
}

#widget .linkC tr.js_show {
  display: table-row;
}

/* -----------------------------------------------
* hoverイベント
-------------------------------------------------- */
@media (hover: hover) {
  a:not(.keyword__item a):hover {
    opacity: 0.6;
  }
  .popular a:hover {
    opacity: 0.7;
  }
  .bnrBottom__link:hover,
  .bnrBottom__link:hover .bnrBottom__image {
    opacity: 1;
  }
  .policy__text a:hover {
    opacity: 1;
    text-decoration: none;
  }
  #single-post .hidden_box label:hover {
    background: 0.6;
  }
  #post_1 .post-link:hover {
    opacity: 1;
  }
  #post_1 .post-link-prev:hover,
  #post_1 .post-link-next:hover {
    opacity: 0.6;
  }
  #widget .linkA:hover {
    opacity: 0.6;
  }
  #widget .linkA a:hover {
    opacity: 1;
  }
  .contact-form-item-btn input[type=submit]:hover {
    opacity: 0.7;
  }
  .tab_btn_wrap .tab_btn:hover {
    cursor: pointer;
  }
}
/* -----------------------------------------------
* header 追記
-------------------------------------------------- */
.header__item {
  padding-bottom: 10px;
  position: relative;
}

.header__children {
  visibility: hidden;
  opacity: 0;
  background: #000;
  padding: 20px;
  position: absolute;
  top: 30px;
  left: 0;
}

.header__child {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.header__child:not(:first-of-type) {
  margin-top: 15px;
}

.header__child a {
  display: block;
  padding: 0 16px;
  position: relative;
}

.header__child a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: center/contain no-repeat url(../image/icon_union_white.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header__child a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: center/contain no-repeat url(../image/icon_subtract.svg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (hover: hover) {
  .header__children {
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .header__item:hover .header__children {
    visibility: visible;
    opacity: 1;
  }
}
/* -----------------------------------------------
* header_modal
-------------------------------------------------- */
.header__list {
  position: relative;
}

.header__item--has_modal {
  position: static;
}

.header_modal {
  visibility: hidden;
  opacity: 0;
  background: #000;
  padding: 20px;
  position: absolute;
  top: 30px;
}

.header_modal--left {
  left: 0;
}

.header_modal__wrapper {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 50px;
}

.header_modal__title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}

.header_modal__item {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.header_modal__item:not(:first-of-type) {
  margin-top: 20px;
}

.header_modal__item a {
  /* display: block; */
  display: inline-block;
  /* padding-right: 32px; */
  position: relative;
}

/* .header_modal__item a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: center/contain no-repeat url(../image/icon_subtract.svg);
  position: absolute;
  top: 3px;
  right: 0;
} */
.header_modal__item--has-arrow a {
  display: block;
  padding-right: 32px;
  position: relative;
}

.header_modal__item--has-arrow a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: center/contain no-repeat url(../image/icon_subtract.svg);
  position: absolute;
  top: 3px;
  right: 0;
}

.header_modal__item--union a {
  padding-left: 16px;
}

.header_modal__item--union a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: center/contain no-repeat url(../image/icon_union_white.svg);
  position: absolute;
  top: 2px;
  left: 0;
}

.header_modal__item--hombus a {
  padding-left: 16px;
}

.header_modal__item--hombus a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: center/contain no-repeat url(https://casino-tengoku.com/wp-content/themes/oncasi/img/icon_hombus_white.svg);
  position: absolute;
  top: 2px;
  left: 0;
}

.header_pickup__header {
  background: #F5A91E;
  text-align: center;
  padding: 12px;
}

.header_pickup__title {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 0 42px;
  position: relative;
}

.header_pickup__title:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 32px;
  background: center/contain no-repeat url(../image/icon_casino_chip.png);
  position: absolute;
  top: -8px;
  left: 0;
}

.header_pickup__title:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 32px;
  background: center/contain no-repeat url(../image/icon_casino_chip.png);
  position: absolute;
  top: -8px;
  right: 0;
}

.header_pickup__wrapper {
  background: #757575;
  padding: 20px;
}

.header_pickup__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 15px 20px;
}

.header_pickup__item {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.header_pickup__item a {
  /* display: block; */
  display: inline-block;
  /* padding-right: 32px; */
  position: relative;
}

/* .header_pickup__item a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: center/contain no-repeat url(../image/icon_subtract.svg);
  position: absolute;
  top: 3px;
  right: 0;
} */
.header_pickup__item--union a {
  padding-left: 16px;
}

.header_pickup__item--union a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: center/contain no-repeat url(../image/icon_union_white.svg);
  position: absolute;
  top: 2px;
  left: 0;
}

.header_pickup__item--hombus a {
  padding-left: 16px;
}

.header_pickup__item--hombus a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: center/contain no-repeat url(https://casino-tengoku.com/wp-content/themes/oncasi/img/icon_hombus_white.svg);
  position: absolute;
  top: 2px;
  left: 0;
}

@media (hover: hover) {
  .header_modal {
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .header__item--has_modal:hover .header_modal {
    visibility: visible;
    opacity: 1;
  }
}
/* -----------------------------------------------
* TOP リニューアル
-------------------------------------------------- */
/*MV*/
.mv__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 15px;
}

.mv__sub-item {
  width: 112px;
  height: 68px;
  margin: 0 6px;
  cursor: pointer;
  position: relative;
}

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

.mv__sub-item.slick-current:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 3px solid #F5A928;
  position: absolute;
  top: 0;
  left: 0;
}

/*メインコンテンツ*/
.outer {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .outer {
    width: 100%;
    padding: 0 15px;
  }
}
.publish-date {
  display: block;
  font-size: 15px;
  line-height: 23px;
  text-align: right;
  margin-top: 10px;
}

.contents-wrapper {
  display: grid;
  grid-template-columns: 740px 1fr;
  gap: 60px;
}

.front .contents-wrapper {
  margin-top: 20px;
}

.single .contents-wrapper {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .front .contents-wrapper {
    margin-top: 10px;
  }
}
/*共通パーツ*/
.section-heading {
  font-size: 34px;
  font-weight: 700;
  line-height: 49px;
  padding-left: 18px;
  position: relative;
}

.section-heading::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: calc(100% - 12px);
  border-radius: 4px;
  background: #F5A928;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-heading {
    font-size: 24px;
    line-height: 30px;
  }
  .section-heading::before {
    width: 6px;
  }
}
.section-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-buttons .section-button {
  width: calc(50% - 10px);
  min-width: auto;
}

@media (max-width: 767px) {
  .section-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .section-buttons .section-button {
    width: 100%;
  }
}
.section-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  height: 60px;
  background: #000;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  border-radius: 5px;
  padding: 0 38px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.section-button:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: center/contain no-repeat url(../image/arrow-round-white.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-button {
    width: 100%;
    min-width: auto;
  }
}
.section-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .section-banners {
    grid-template-columns: none;
  }
}
.section-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  aspect-ratio: 360/90;
  position: relative;
}

.section-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-banner__text {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  position: relative;
}

.section-block {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 20px;
  background: #FEEED4;
  padding: 20px;
}

@media (max-width: 767px) {
  .section-block {
    grid-template-columns: none;
    padding: 15px 15px 20px;
  }
}
.section-block__image {
  aspect-ratio: 230/140;
  position: relative;
}

.section-block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-block__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 10px;
}

.section-block__buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@media (max-width: 767px) {
  .section-block__buttons {
    gap: 6px;
  }
}
.section-block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 62px;
  background: #F5A928;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  border-radius: 5px;
  position: relative;
}

.section-block__button:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: center/contain no-repeat url(../image/arrow-round-white.svg);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-block__button {
    min-height: 40px;
    font-size: 13px;
    line-height: 15px;
  }
  .section-block__button:after {
    height: 12px;
    background-image: url(../image/arrow-round-white-small.svg);
    right: 10px;
  }
}
.section-banners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 767px) {
  .section-banners {
    grid-template-columns: none;
    gap: 15px;
  }
}
.section-banner {
  aspect-ratio: 360/77;
  position: relative;
}

.section-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*カジノランキング*/
.ranking-section__lead {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .ranking-section__lead {
    font-size: 11px;
  }
}
.ranking-section__list {
  margin-top: 20px;
}

.ranking-section__item {
  background: #FEEED4;
  padding: 20px;
  position: relative;
}

.ranking-section__wrapper {
  display: grid;
  grid-template: repeat(2, auto)/150px 1fr 190px;
  grid-template-areas: "image content links" "boxes boxes boxes";
  gap: 20px;
}

.ranking-section__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 8px;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .ranking-section__title {
    text-align: center;
    margin-left: 0;
  }

  .ranking-section__item {
    padding: 24px 10px 20px;
  }
  .ranking-section__wrapper {
    grid-template: 110px repeat(3, auto)/auto 1fr;
    grid-template-areas: "image name" "text text" "boxes boxes" "links links";
    gap: 15px;
  }
}
.ranking-section__item:not(:first-of-type) {
  margin-top: 20px;
}

.ranking-section__item.is-pr {
  background: #ffe9e9;
  border: 2px solid #ff1e1e;
}

.ranking-section__item.is-pr .ranking-section__number {
  background: center/contain no-repeat url(../image/shape-black.svg);
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 0 10px;
}

.ranking-section__item.is-pr .ranking-section__box {
  border-color: #ff1e1e;
}

.ranking-section__number {
  width: 60px;
  height: 60px;
  background: center/contain no-repeat url(../image/shape-orange.svg);
  color: #fff;
  font-family: "Eigerdals", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
  padding: 4px 0 0 8px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ranking-section__image {
  grid-area: image;
  aspect-ratio: 1/1;
  margin-left: 40px;
  margin-top: 10px;
  position: relative;
}

.ranking-section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .ranking-section__image {
    width: 110px;
    margin-top: 0;
  }
}
.ranking-section__content {
  grid-area: content;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .ranking-section__content {
    display: contents;
    grid-area: auto;
  }
}
.ranking-section__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

@media (max-width: 767px) {
  .ranking-section__name {
    grid-area: name;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.ranking-section_text {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .ranking-section_text {
    grid-area: text;
    margin-top: 0;
  }
}
.ranking-section__review_link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 8px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .ranking-section__review_link {
    grid-area: reviewlink;
    margin-top: 0;
    margin-right: auto;
  }
}
.ranking-section__links {
  grid-area: links;
}

@media (max-width: 767px) {
  .ranking-section__links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    grid-template-areas: "link1 link2" "reviewlink reviewlink";
  }
}
.ranking-section__link {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 18px 25px 18px 15px;
  border-radius: 6px;
  position: relative;
}

@media (max-width: 767px) {
  .ranking-section__link {
    font-size: 14px;
    line-height: 21px;
    padding: 16px 25px 16px 12px;
    border-radius: 5px;
  }
}
.ranking-section__link::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: center/contain no-repeat url(../image/arrow-round-white.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .ranking-section__link::after {
    width: 8px;
    height: 12px;
    background: center/contain no-repeat url(../image/arrow-round-white-small.svg);
    right: 6px;
  }
}
.ranking-section__link:not(:first-of-type) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .ranking-section__link:not(:first-of-type) {
    margin-top: 0;
  }
}
.ranking-section__link--red {
  background: #C60D12;
}

.ranking-section__link--orange {
  background: #F5A928;
}

.ranking-section__link--gray {
  background: #A1A1A1;
}

.ranking-section__link--green {
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, #1A8014), color-stop(52%, #39BD35));
  background: linear-gradient(to right, #1A8014 48%, #39BD35 52%);
}

@media (max-width: 767px) {
  .ranking-section__link--primary {
    grid-area: link1;
  }
  .ranking-section__link--secondary {
    grid-area: link2;
  }
}
.ranking-section__boxes {
  grid-area: boxes;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ranking-section__boxes {
    gap: 10px;
  }
}
.ranking-section__box {
  width: calc(50% - 10px);
  background: #fff;
  padding: 10px;
  border: 2px solid #F5A928;
}

@media (max-width: 767px) {
  .ranking-section__box {
    width: 100%;
  }
}
.ranking-section__text {
  color: #C60D12;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
}

@media (max-width: 767px) {
  .ranking-section__text {
    font-size: 20px;
    line-height: 29px;
  }
}
.ranking-section__code {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin-top: 2px;
}

@media (max-width: 767px) {
  .ranking-section__code {
    font-size: 17px;
    line-height: 25px;
  }
}
.ranking-section__button-wrapper {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .ranking-section__button-wrapper {
    margin-top: 30px;
  }
}
.ranking-section__button-text {
  color: #C60D12;
  font-weight: 700;
  text-align: center;
}

.ranking-section__button {
  margin-top: 10px;
}

.ranking-section__banner-wrapper {
  grid-column: 1/3;
  grid-row: 1/2;
}

@media (max-width: 767px) {
  .ranking-section__banner-wrapper .ranking-section_text {
    margin-top: 8px;
  }
  .ranking-section__banner-wrapper {
    grid-row: 1/3;
  }
}
.ranking-section__banner {
  display: inline-block;
  margin-left: 40px;
  position: relative;
}

.ranking-section__banner img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .ranking-section__banner {
    margin-left: 0;
  }
}
/*最新ニュース*/
.news-section {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .news-section {
    margin-top: 40px;
  }
}
.news-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .news-section__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.news-section__image {
  aspect-ratio: 230/140;
  position: relative;
}

.news-section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-section__content {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .news-section__content {
    padding-top: 6px;
  }
}
.news-section__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

@media (max-width: 767px) {
  .news-section__title {
    font-size: 14px;
    line-height: 22px;
  }
}
.news-section__date {
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .news-section__date {
    margin-top: 6px;
  }
}
.news-section__button {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .news-section__button {
    margin-top: 25px;
  }
}
/*遊び方ガイド*/
.guide-section {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .guide-section {
    margin-top: 40px;
  }
}
.guide-section__block {
  margin-top: 20px;
}

.guide-section__banners {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .guide-section__banners {
    margin-top: 30px;
  }
}
.guide-section__buttons {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .guide-section__buttons {
    margin-top: 25px;
  }
}
/*ゲーム紹介*/
.game-section {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .game-section {
    margin-top: 40px;
  }
}
.game-section__block {
  margin-top: 20px;
}

.game-section__banners {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .game-section__banners {
    margin-top: 25px;
  }
}
.section-block__button--sportsbet:before {
  content: "";
  width: 38px;
  height: 37px;
  display: inline-block;
  background: center/contain no-repeat url(../image/icon-sportsbet.svg);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-block__button--sportsbet:before {
    width: 27px;
    height: 26px;
    left: 5px;
  }
}
.section-block__button--slot:before {
  content: "";
  width: 38px;
  height: 26px;
  display: inline-block;
  background: center/contain no-repeat url(../image/icon-slot.svg);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-block__button--slot:before {
    width: 27px;
    height: 18px;
    left: 5px;
  }
}
.section-block__button--baccarat:before {
  content: "";
  width: 44px;
  height: 34px;
  display: inline-block;
  background: center/contain no-repeat url(../image/icon-baccarat.svg);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-block__button--baccarat:before {
    width: 31px;
    height: 24px;
    left: 5px;
  }
}
.section-block__button--blackjack:before {
  content: "";
  width: 32px;
  height: 36px;
  display: inline-block;
  background: center/contain no-repeat url(../image/icon-blackjack.svg);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-block__button--blackjack:before {
    width: 22px;
    height: 25px;
    left: 5px;
  }
}
.section-block__button--poker:before {
  content: "";
  width: 35px;
  height: 35px;
  display: inline-block;
  background: center/contain no-repeat url(../image/icon-poker.svg);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-block__button--poker:before {
    width: 25px;
    height: 25px;
    left: 5px;
  }
}
.section-block__button--roulette:before {
  content: "";
  width: 37px;
  height: 37px;
  display: inline-block;
  background: center/contain no-repeat url(../image/icon-roulette.svg);
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .section-block__button--roulette:before {
    width: 26px;
    height: 26px;
    left: 5px;
  }
}
/*サイドバー*/
.sub-contents__advertisement {
  margin-top: 40px;
}

.sub-contents__advertisement img {
  width: 100%;
  height: auto;
}

.sub-contents__banner {
  margin-top: 40px;
}

.sub-contents__banner img {
  width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .sub-contents__banner {
    margin-top: 0;
  }
  .sub-contents__banner-wrapper {
    margin-top: 40px;
  }
}
.sub-contents__banner-arrow {
  display: none;
}

@media (max-width: 767px) {
  .sub-contents__banner-arrow {
    display: block;
    width: 60px;
    height: 60px;
    background: #C60D12;
    border: 2px solid #fff;
  }
}
.sub-contents__banner-arrow.arrow--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  right: -15px;
}

.sub-contents__banner-arrow.arrow--prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -15px;
}

.subsection-heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.subsection-heading--news {
  padding-left: 36px;
  position: relative;
}

.subsection-heading--news:before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 34px;
  background: center/contain no-repeat url(../image/icon-news.svg);
  position: absolute;
  top: -4px;
  left: 0;
}

.subsection-heading--popular {
  padding-left: 42px;
  position: relative;
}

.subsection-heading--popular:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 28px;
  background: center/contain no-repeat url(../image/icon-popular.svg);
  position: absolute;
  top: 2px;
  left: 0;
}

.subsection-heading--topic {
  padding-left: 38px;
  position: relative;
}

.subsection-heading--topic:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: center/contain no-repeat url(../image/icon-topic.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.subsection-article a {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.subsection-article__image {
  aspect-ratio: 112/67;
  position: relative;
}

.subsection-article__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.subsection-article__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.subsection-article__date {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 6px;
}

.subsection-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #F5A928;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  margin: 0 auto;
  text-decoration: underline;
  position: relative;
}

.subsection-link:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-top: 1px solid #F5A928;
  border-right: 1px solid #F5A928;
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sub-contents__twitter {
  margin-top: 60px;
}

.sub-contents__twitter img {
  width: 100%;
}

@media (max-width: 1199px) {
  .sub-contents__twitter {
    display: none;
  }
}
.sub-contents__instagram {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .sub-contents__instagram {
    display: none;
  }
}
.single-post .news-subsection {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .news-subsection {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .news-subsection {
    margin-top: 40px;
  }
}
.news-subsection__link {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .news-subsection__articles {
    position: relative;
    margin-top: 20px;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (max-width: 767px) {
  .news-subsection__article {
    margin: 0 10px;
  }
}
.news-subsection__article a {
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .news-subsection__article a {
    grid-template-columns: none;
    gap: 0;
    padding: 0;
    border: none;
  }
}
.news-subsection__image {
  aspect-ratio: 112/67;
  position: relative;
}

.news-subsection__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .news-subsection__content {
    padding-top: 6px;
  }
}
.news-subsection__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.news-subsection__date {
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  margin-top: 6px;
}

.news-subsection__arrow {
  display: none;
}

.news-subsection__arrow:focus {
  background: #C60D12 !important;
}

@media (max-width: 767px) {
  .news-subsection__arrow {
    display: block;
    width: 60px;
    height: 60px;
    background: #C60D12;
    border: 2px solid #fff;
  }
}
.news-subsection__arrow img {
  width: 16px;
}

.news-subsection__arrow.arrow--next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}

.news-subsection__arrow.arrow--prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
}

.popular-subsection {
  margin-top: 50px;
}

.single-post .popular-subsection {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .popular-subsection {
    background: url(../image/bg_pc1.png.webp);
    color: #fff;
    padding: 50px 15px 40px;
    margin-right: -15px;
    margin-left: -15px;
  }
  .single-post .popular-subsection {
    margin-top: 50px;
  }
  .popular-subsection .subsection-article a {
    border-color: rgba(255, 255, 255, 0.4);
  }
}
@media (max-width: 767px) {
  .popular-subsection {
    padding-top: 40px;
    margin-top: 40px;
  }
  .single-post .popular-subsection {
    margin-top: 40px;
  }
}
.topic-subsection {
  margin-top: 40px;
}

.topic-subsection__casino {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  padding: 16px 15px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
  position: relative;
}

.topic-subsection__casino:nth-of-type(odd) {
  background: #FEEED4;
}

@media (max-width: 1199px) {
  .topic-subsection__casino {
    margin: 0 -15px;
  }
}
.topic-subsection__image {
  aspect-ratio: 1/1;
  position: relative;
}

.topic-subsection__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.topic-subsection__name {
  font-size: 15px;
  font-weight: 700;
  text-decoration: underline;
}

.topic-subsection__list {
  margin-top: 8px;
}

.topic-subsection__item {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  padding-left: 14px;
  position: relative;
}

.topic-subsection__item:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #F5A928;
  position: absolute;
  top: 8px;
  left: 0;
}

.topic-subsection__button {
  display: inline-block;
  min-width: 180px;
  background: #C60D12;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  padding: 6px 12px;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}

.topic-subsection__button:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: center/contain no-repeat url(../image/arrow-round-white-small.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.topic-subsection__pr {
  width: 60px;
  height: 60px;
  background: center/contain no-repeat url(../image/shape-black2.svg);
  color: #fff;
  font-family: "Eigerdals", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-align: right;
  padding: 6px 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
}

/* TOP コンテンツ順序 */
@media (max-width: 1199px) {
  .front .sub-contents,
  .front .main-contents {
    display: contents;
  }
  .front .ranking-section {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .front .sub-contents__banner-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .front .news-section {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .front .sub-contents__advertisement {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .front .news-subsection {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .front .popular-subsection {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .front .topic-subsection {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .front .guide-section {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .front .game-section {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .front .sub-article {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
}
/* 下層ページ コンテンツ順序 */
@media (max-width: 1199px) {
  .single .sub-contents {
    display: contents;
  }
  .single .ranking-wrapper {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 -15px;
  }
  .single .sub-contents__banner-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .single .popular-subsection {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .single .sub-contents__advertisement {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .single .news-subsection {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .single .topic-subsection {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
}
/* -----------------------------------------------
* floating-banner
-------------------------------------------------- */
.floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: center/cover url(../img/bg_pc1.png); */
  z-index: 50;
}

.floating-banner.hide {
  visibility: hidden;
}

.floating-banner__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.8;
}

.floating-banner__wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 767px) {
  .floating-banner__wrapper {
    width: 100%;
    max-width: 375px;
  }
}
.floating-banner__contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.floating-banner__contents-wrapper::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
  z-index: 1;
}

@media (max-width: 767px) {
  .floating-banner__contents-wrapper {
    display: block;
  }
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(8) rotate(45deg);
    transform: scale(8) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(64) rotate(45deg);
    transform: scale(64) rotate(45deg);
    opacity: 0;
  }
}
@keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(8) rotate(45deg);
    transform: scale(8) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(64) rotate(45deg);
    transform: scale(64) rotate(45deg);
    opacity: 0;
  }
}
.floating-banner__image {
  height: 107px;
  position: relative;
  overflow: hidden;
}

.floating-banner__image::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.floating-banner__image img {
  width: auto;
  height: 100%;
}

@media (max-width: 767px) {
  .floating-banner__image {
    width: 100%;
    height: auto;
    max-width: 375px;
  }
  .floating-banner__image img {
    width: 100%;
    height: auto;
  }
}
.floating-banner__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #FEEED4;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .floating-banner__contents {
    width: 100%;
    max-width: 375px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    padding: 5px 5px;
  }
}
.floating-banner__content {
  text-align: center;
}

@media (max-width: 767px) {
  .floating-banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    text-align: left;
  }
}
.floating-banner__text {
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767px) {
  .floating-banner__text {
    font-size: 13px;
  }
}
.floating-banner__code {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .floating-banner__code {
    max-width: 130px;
    font-size: 17px;
    word-wrap: break-word;
    margin-top: 0;
  }
}
.floating-banner__button {
  background: #C60D12;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  padding: 3px 18px 3px;
  border-radius: 20px;
}

.floating-banner__button.is-copied {
  background: rgba(51, 51, 51, 0.8);
  pointer-events: none;
}

@media (hover: hover) {
  .floating-banner__button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .floating-banner__button:hover {
    opacity: 0.7;
  }
}
.floating-banner__close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
}

.floating-banner__close img {
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .floating-banner__close {
    top: 5px;
    right: 5px;
  }
}
.floating-banner__large-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #C60D12;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0 25px 0 15px;
  position: relative;
}

.floating-banner__large-button:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: center/contain no-repeat url(../image/arrow-round-white.svg);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .floating-banner__large-button {
    width: 100%;
    max-width: 375px;
    font-size: 15px;
    line-height: 21px;
    padding: 5px;
  }
  .floating-banner__large-button:after {
    width: 8px;
    height: 12px;
    background: center/contain no-repeat url(../image/arrow-round-white-small.svg);
    right: 6px;
  }
}
/* -----------------------------------------------
* sportsbet
-------------------------------------------------- */
.header.header--sportsbet .header__left {
  margin-right: 16px;
}

.underlayer-top.underlayer-top--sportsbet {
  background-color: #008038;
}

.sportsbet-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  aspect-ratio: 1400/240;
  position: relative;
  padding: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .sportsbet-banner {
    margin-top: 40px;
  }
}
.sportsbet-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
}

.sportsbet-banner h1 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}

@media (min-width: 768px) {
  .sportsbet-banner h1 {
    font-size: 42px;
  }
}
.sportsbet-banner p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 0.5em;
  position: relative;
}

@media (min-width: 768px) {
  .sportsbet-banner p {
    font-size: 16px;
    margin-top: 1em;
  }
}
.sports-category {
  background-color: #F4F4F4;
  padding: 30px 0 40px;
}

.sportsbet-common {
  padding: 50px 0;
}

.sportsbet-common:first-of-type {
  padding-top: 30px;
}

.sportsbet-common__button {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .sports-category {
    padding: 60px 0 80px;
  }
  .sportsbet-common {
    padding: 80px 0;
  }
  .sportsbet-common:first-of-type {
    padding-top: 80px;
  }
  .sportsbet-common__button {
    margin-top: 40px;
  }
}
.keyword__img-icon {
  display: inline-block;
  height: auto;
  margin-right: 8px;
  width: 24px;
}

.keyword__img-icon img {
  height: 100%;
  display: block;
  width: 100%;
}

.sports__keyword .keyword__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.middle_category.middle_category--bg-green {
  background-color: #008038;
}

.middle_category.middle_category--bg-green .middle_category__heading--parent, .middle_category.middle_category--bg-green .middle_category__list p, .middle_category.middle_category--bg-green .middle_category__item {
  background-color: rgba(0, 0, 0, 0.2);
}

.sports-layer {
  position: relative;
}

.sports-layer::before {
  position: absolute;
  content: "";
  background: url(../image/sports-bet-bg.jpeg) no-repeat center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.sports-layer::after {
  position: absolute;
  content: "";
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;
}

.sports-layer .section_heading__ja {
  color: #fff;
}

.sports-layer .card_small__title {
  color: #fff;
}

.sports-layer .card_small__dateWrap {
  color: #fff;
}

.sports-layer .sportsbet-common__button a {
  background-color: #fff;
  color: #000;
}

.sports-layer .sportsbet-common__button a::before {
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
}

.sports-layer .card_small a {
  border-color: rgba(255, 255, 255, 0.4);
}

.liquid-speech-balloon-text p {
  margin-bottom: 0px !important;
}

.notification {
  margin-top: 10px;
}

.notification img {
  width: 100%;
  height: auto;
}

.post-notification {
  margin: 20px 0;
}

.post-notification__term {
  position: relative;
  aspect-ratio: 740/36;
}

@media (max-width: 767px) {
  .post-notification__term {
    aspect-ratio: 345/33;
  }
}
.post-notification__term img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post-notification__title.active .post-notification__title-image img:last-of-type {
  display: none;
}

.post-notification__description img {
  width: 100%;
}

/* .post-notification__list {
  border: solid 1px #d3d3d3;
}

.post-notification__title {
  display: block;
  width: 100%;
  background: rgba(245, 169, 30, 0.2);
  background: #f4f4f4;
  text-align: center;
  padding: 5px;
}
.post-notification__title span {
  color: gray;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 767px) {
  .post-notification__title span {
    font-size: 14px;
  }
}
.post-notification__title span:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 2px;
  background: gray;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-notification__title span:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 15px;
  background: gray;
  position: absolute;
  top: 50%;
  left: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post-notification__title.active span:after {
  content: none;
}
@media (max-width: 767px) {
  .post-notification__title span:before {
    width: 12px;    
  }
  .post-notification__title span:after {
    height: 12px;
    left: 5px;
  }
}

.post-notification__description {
  padding: 10px;
  border-top: solid 1px #d3d3d3;
}

.post-notification__text {
  color: gray;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .post-notification__text {
    font-size: 14px;
  }
}
.post-notification__text a {
  color: #F5A91E;
  text-decoration: underline;
} */
/* -----------------------------------------------
* グーテンベルク ギャラリーパーツ
-------------------------------------------------- */
.wp-block-gallery img {
  cursor: pointer;
}

.gallery-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.gallery-modal .outer {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
  .gallery-modal .outer {
    padding: 0;
  }
}
.gallery-modal__background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.gallery-modal__image {
  width: 100%;
}

.gallery-modal__close {
  display: inline-block;
  width: 32px;
  height: 2px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 200;
  position: absolute;
  bottom: -24px;
  right: 0;
  pointer-events: none;
}

.gallery-modal__close::before {
  content: "";
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-modal__close::after {
  content: "";
  display: inline-block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* -----------------------------------------------
* カスタムブロック リンクベタ書きパーツ 追記
-------------------------------------------------- */
.linkA1 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.linkA1 a {
  display: block;
  padding: 30px 20px 20px;
  border: 1px solid #F5A91E;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .linkA1 a {
    padding: 30px 16px 16px;
  }
}
.linkA1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.linkA1__title {
  width: calc(70% - 30px);
  background-color: rgb(255, 247, 234);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  padding: 5px 10px;
  border: 2px solid #F5A91E;
  border-radius: 3px;
  margin-top: -50px;
}

@media (max-width: 767px) {
  .linkA1__title {
    width: calc(100% - 16px);
  }
}
.linkA1__wrapper {
  display: grid;
  gap: 20px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .linkA1__wrapper {
    gap: 16px;
  }
}
.linkA1__wrapper--image-right {
  grid-template-columns: auto 30%;
}

@media (max-width: 767px) {
  .linkA1__wrapper--image-right {
    grid-template-columns: auto 40%;
  }
}
.linkA1__wrapper--image-left {
  grid-template-columns: 30% auto;
}

@media (max-width: 767px) {
  .linkA1__wrapper--image-left {
    grid-template-columns: 40% auto;
  }
}
.linkA1__text {
  font-size: 16px;
  line-height: 1.4666666667;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.linkA1__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #C60D12;
  color: #fff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 3px 28px 5px 20px;
  border-radius: 17px;
  margin-top: 10px;
  position: relative;
}

.linkA1__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.linkA1__image img {
  width: 100%;
}

/* -----------------------------------------------
* カスタムブロック パーツ
-------------------------------------------------- */
@media (max-width: 767px) {
  .small-images {
    padding: 24px 0;
    overflow-x: scroll;
  }
}
.small-images__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: repeat(10, 1fr);
  grid-template-columns: repeat(10, 1fr);
  gap: 5px;
}

@media (max-width: 767px) {
  .small-images__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .small-images__item {
    width: 68px;
  }
}
.small-images__item img {
  width: 100%;
}

/* -----------------------------------------------
* グーテンベルクパーツ　タブ
-------------------------------------------------- */
#widget .advgb-tab {
  border-radius: 0px !important;
}

#widget .advgb-tabs-wrapper ul.advgb-tabs-panel li.advgb-tab.advgb-tab-active {
  background-color: #f5a91e !important;
}

#widget ul.advgb-tabs-panel li.advgb-tab,
#widget ul.advgb-tabs-panel li.advgb-tab.ui-state-default {
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  text-align: center;
  background-color: #d3d3d3 !important;
  border: none !important;
  margin: 0;
  float: none;
}

#widget ul.advgb-tabs-panel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1px;
  border-bottom: 3px solid #f5a91e;
}

#widget ul.advgb-tabs-panel li.advgb-tab > a,
#widget li.advgb-add-tab > span {
  padding: 4px;
}

#widget ul.advgb-tabs-panel li.advgb-tab:not(.advgb-tab-active) > a,
#widget li.advgb-add-tab > span {
  color: #0c0933 !important;
}

#widget .advgb-tab-body-wrapper {
  border: none !important;
  margin-bottom: 30px;
}

#widget div.advgb-tab-body {
  padding: 10px 15px 30px;
}

#widget .advgb-tabs-wrapper .advgb-tab-body-header.header-active {
  background-color: #b30bd7 !important;
}

@media (max-width: 1199px) {
  #widget .advgb-tabs-wrapper[class*=advgb-tab-vert] {
    margin: 0 -20px;
  }
}
@media (max-width: 1023px) {
  #widget .advgb-tabs-wrapper[class*=advgb-tab-vert] {
    display: block;
  }
  #widget .advgb-tabs-wrapper.advgb-tab-vert-tablet ul.advgb-tabs-panel {
    display: -ms-grid;
    display: grid;
    max-width: none;
  }
  #widget .advgb-tabs-wrapper.advgb-tab-vert-tablet .advgb-tab-body-wrapper {
    max-width: none;
  }
}
@media (max-width: 991px) {
  #widget .advgb-tabs-wrapper[class*=advgb-tab-vert] {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  #widget .advgb-tab-body-wrapper .advgb-tab-body-header {
    font-weight: 700;
    padding: 12px 32px 12px 10px;
    position: relative;
    display: none !important;
  }
  #widget .advgb-tab-body-wrapper .advgb-tab-body-header:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: center/contain no-repeat url(https://casino-tengoku.com/wp-content/themes/oncasi/images/svg/close.svg);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #widget .advgb-tabs-wrapper .advgb-tab-body-header.header-active {
    position: relative;
  }
  #widget .advgb-tabs-wrapper .advgb-tab-body-header.header-active:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: center/contain no-repeat url(https://casino-tengoku.com/wp-content/themes/oncasi/images/svg/open.svg);
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  /* .advgb-tab-body-header:not(.header-active)+div.advgb-tab-body {
    display: block !important;
    height: 182px;
    overflow-y: hidden;
    position: relative;
  }

  .advgb-tab-body-header:not(.header-active)+div.advgb-tab-body:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
  }

  .advgb-tab-body-header:not(.header-active) {
    position: relative;
  }

  .advgb-tab-body-header:not(.header-active):before {
    content: "";
    width: 140px;
    height: 36px;
    display: inline-block;
    background: url(../images/svg/button_more.svg);
    position: absolute;
    bottom: -162px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
  } */
  .header-active + div.advgb-tab-body {
    display: block;
    height: auto;
  }
  .advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tab-body-wrapper .advgb-tab-body-container {
    margin-bottom: 0 !important;
  }
  #widget .advgb-tabs-wrapper .advgb-tab-body-header {
    background-color: #b30bd7 !important;
    color: #fff !important;
  }
  #widget .advgb-tabs-wrapper .advgb-tab-body-header.header-active {
    background-color: #f2d2f8 !important;
    color: #0c0933 !important;
  }
}
@media screen and (max-width: 767px) {
  #widget .advgb-tabs-wrapper.advgb-tab-stack-mobile .advgb-tabs-panel {
    display: grid !important;
  }
}
/* -----------------------------------------------
* 急上昇ランキング
-------------------------------------------------- */
.sudden-rise-section {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .sudden-rise-section {
    margin-top: 40px;
  }
}
.sudden-rise-section__list {
  margin-top: 20px;
  border-bottom: 1px solid #000;
}

.sudden-rise-section__item {
  display: grid;
  grid-template-columns: 110px auto;
  gap: 20px;
  padding: 20px 0;
  border-top: 1px solid #000;
}

@media (max-width: 767px) {
  .sudden-rise-section__item {
    grid-template-columns: 70px auto;
    gap: 10px;
    padding: 16px 0;
  }
}
.sudden-rise-section__image {
  aspect-ratio: 1/1;
  position: relative;
}

.sudden-rise-section__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}

.sudden-rise-section__name {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

@media (max-width: 767px) {
  .sudden-rise-section__name {
    font-size: 15px;
    line-height: 17.25px;
  }
}
.sudden-rise-section__text {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .sudden-rise-section__text {
    font-size: 14px;
    line-height: 22px;
  }
}
.sudden-rise-section__button {
  display: inline-block;
  /* background: #C60D12; */
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  padding: 6px 54px;
  border-radius: 5px;
  margin-top: 15px;
  position: relative;
}

.sudden-rise-section__button::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  background: center/contain no-repeat url(../image/arrow-round-white-small.svg);
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sudden-rise-section__button--red {
  background: #C60D12;
}

.sudden-rise-section__button--orange {
  background: #F5A928;
}

.sudden-rise-section__button--gray {
  background: #A1A1A1;
}

.sudden-rise-section__button--green {
  background: -webkit-gradient(linear, left top, right top, color-stop(48%, #1A8014), color-stop(52%, #39BD35));
  background: linear-gradient(to right, #1A8014 48%, #39BD35 52%);
}

/* -----------------------------------------------
* テーブル
-------------------------------------------------- */
.is-style-table1_fixed td {
  width: 110px;
}

.is-style-table1_fixed td:nth-of-type(n+2) {
  width: 220px;
}

#widget figure.is-style-table1_fixed table {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 15px;
}

#widget figure.is-style-table1_fixed table tbody {
  border-collapse: collapse;
  border: double 1px #D3D3D3;
}

@media (min-width: 768px) {
  #widget figure.is-style-table1_fixed table {
    width: 100%;
  }
}
#widget figure.is-style-table1_fixed table td {
  border: solid 1px #D3D3D3;
  line-height: 1.625;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

#widget figure.is-style-table1_fixed table td:first-of-type {
  width: 120px;
  background-color: #F5A91E;
  border-bottom: solid 1px #fff;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  top: 0;
  left: -1px;
  z-index: 1;
}

#widget figure.is-style-table1_fixed table tr:last-of-type td:first-of-type {
  border-color: #F7f7f7;
}

#widget figure.is-style-table1_fixed table td:not(:first-of-type) {
  background-color: #F7f7f7;
  padding-left: 10px;
  padding-right: 28px;
}

.is-style-table2_fixed td {
  width: 110px;
}

.is-style-table2_fixed td:nth-of-type(n+2) {
  width: 220px;
}

#widget figure.is-style-table2_fixed table {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 15px;
}

#widget figure.is-style-table2_fixed table tbody {
  border-collapse: collapse;
  border: double 1px #D3D3D3;
}

@media (min-width: 768px) {
  #widget figure.is-style-table2_fixed table {
    width: 100%;
  }
}
#widget figure.is-style-table2_fixed table td {
  border: solid 1px #D3D3D3;
  line-height: 1.625;
  font-weight: 500;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #F7f7f7;
}

#widget figure.is-style-table2_fixed table td:first-of-type {
  width: 120px;
  padding-left: 10px;
  padding-right: 10px;
  position: sticky;
  top: 0;
  left: -1px;
  z-index: 1;
}

#widget figure.is-style-table2_fixed table td:not(:first-of-type) {
  padding-left: 10px;
  padding-right: 10px;
}

.is-style-table3_fixed td {
  width: 110px;
}

.is-style-table3_fixed td:first-of-type {
  position: sticky;
  top: 0;
  left: -1px;
  z-index: 1;
}

.is-style-table3_fixed td:nth-of-type(n+2) {
  width: 220px;
}

#widget figure.is-style-table3_fixed table {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0px;
}

#widget figure.is-style-table3_fixed table tbody {
  border-collapse: collapse;
  border: double 1px #D3D3D3;
}

@media (min-width: 768px) {
  #widget figure.is-style-table3_fixed table {
    width: 100%;
  }
}
#widget figure.is-style-table3_fixed table tr td:first-of-type {
  /*width: 120px;  */
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table3_fixed table tr td:not(:first-of-type) {
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table3_fixed table tr td {
  border: solid 1px #D3D3D3;
  line-height: 1.625;
  font-weight: 500;
  color: #000;
  background-color: #F7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}

#widget figure.is-style-table3_fixed table tr:first-of-type td {
  background-color: #F5A91E;
}

#widget figure.is-style-table3_fixed table tr:first-of-type td:not(:last-of-type) {
  border-right: solid 1px #fff;
}

.is-style-table4_fixed td {
  width: 110px;
}

.is-style-table4_fixed td:first-of-type {
  position: sticky;
  top: 0;
  left: -1px;
  z-index: 1;
}

.is-style-table4_fixed td:nth-of-type(n+2) {
  width: 220px;
}

#widget figure.is-style-table4_fixed table {
  table-layout: fixed;
  word-wrap: break-word;
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0px;
}

#widget figure.is-style-table4_fixed table tbody {
  border-collapse: collapse;
  border: double 1px #D3D3D3;
}

@media (min-width: 768px) {
  #widget figure.is-style-table4_fixed table {
    width: 100%;
  }
}
#widget figure.is-style-table4_fixed table tr td:first-of-type {
  /*width: 120px;  */
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table4_fixed table tr td:not(:first-of-type) {
  padding-left: 10px;
  padding-right: 10px;
}

#widget figure.is-style-table4_fixed table tr td {
  border: solid 1px #D3D3D3;
  line-height: 1.625;
  font-weight: 500;
  color: #000;
  background-color: #F7f7f7;
  padding-top: 10px;
  padding-bottom: 10px;
}

#widget figure.is-style-table4_fixed {
  padding-top: 42px;
  position: relative;
}

#widget figure.is-style-table4_fixed .wp-element-caption {
  background: #F5A91E;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.625;
  text-align: left;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

/* -----------------------------------------------
* slider-parts
-------------------------------------------------- */
.slider-parts {
  margin: 20px 0;
}

.slider-parts__item {
  width: 200px;
  margin: 0 10px;
}

.slider-parts__image {
  display: block;
  padding-top: 59.6825396825%;
  border-bottom: none !important;
  position: relative;
}

.slider-parts__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-parts__content {
  padding: 10px 0 0;
}

.slider-parts__text {
  margin-top: 6px;
}

.slider-parts__arrow {
  background-color: #C60D12 !important;
  border: 2px solid #fff;
  position: absolute;
  top: 33px;
}

@media (max-width: 767px) {
  .slider-parts__arrow {
    top: 39px;
  }
}
.slider-parts__arrow.arrow--prev {
  left: -15px;
}

.slider-parts__arrow.arrow--next {
  right: -15px;
}

.slider-parts__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #C60D12;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 12px 15px;
  border: 1px dashed #C60D12;
  margin-top: 12px;
  cursor: pointer;
}

.slider-parts__code.is-copied {
  font-size: 18px;
}

.slider-parts__code:not(.is-copied)::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url(../image/icon-copy-code.svg);
  margin-left: 8px;
}

.slider-parts__buttons {
  margin-top: 12px;
}

.slider-parts__code + .slider-parts__buttons {
  margin-top: 6px;
}

.slider-parts__button {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px 25px 12px 15px;
  border-radius: 6px;
  position: relative;
}

.slider-parts__button::after {
  content: "" !important;
  display: inline-block;
  width: 8px !important;
  height: 14px !important;
  background: center/contain no-repeat url(../image/arrow-round-white.svg) !important;
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slider-parts__button:not(:first-of-type) {
  margin-top: 6px;
}

.slider-parts__button--red {
  background: #C60D12;
}

.slider-parts__button--orange {
  background: #F5A928;
}

.slider-parts__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #F5A91E;
  border-bottom: 1px solid #F5A91E;
  margin: 12px auto 0 !important;
}

/* -----------------------------------------------
* 仮想見出しパーツ
-------------------------------------------------- */
#widget .fake-heading2 {
  background: #F5A91E;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
  padding: 5px 12px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  #widget .fake-heading2 {
    padding: 5px 10px;
    margin-top: 20px;
  }
}

#widget .fake-heading3 {
  background-color: rgba(245, 169, 30, 0.2);
  color: #222;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 700;
  padding: 5px 7px;
  border-left: solid 5px #F5A91E;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #widget .fake-heading3 {
    margin-top: 20px;
    padding: 5px 12px 5px 7px;
  }
}

#widget .fake-heading4 {
  font-size: 18px;
  line-height: 1.556;
  font-weight: 700;
  color: #222;
  border-bottom: 1px solid #000000;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}

#widget .fake-heading5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 17px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 0.25em 0 0.25em 0.75em;
  border-left: 6px solid #F5A91E;
}

/* -----------------------------------------------
* フェードアウト段落パーツ
-------------------------------------------------- */
.fadeout-paragraph {
  margin-top: 32px;
  position: relative;
}

.fadeout-paragraph:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 50%;
  max-height: 58px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, #fff 100%);
  pointer-events: none;
}

@media (max-width: 991px) {
  .fadeout-paragraph:after {
    max-height: 50px;
  }
}

/* -----------------------------------------------
* モーダルパーツ
-------------------------------------------------- */
.popup-parts {
  margin-top: 48px;
}

.popup-parts__banner {
  display: block;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
  margin: 0 auto;
}

@media (hover: hover) {
  .popup-parts__banner:hover {
    opacity: 0.5;
  }
}
.popup-parts__banner--medium {
  width: 75%;
}

.popup-parts__banner--small {
  width: 50%;
}

.popup-parts__button {
  display: block;
  min-width: calc(50% - 5px);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  text-align: center;
  padding: 7px;
  margin: 0 auto;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#C60D12), color-stop(25.85%, #FF5B60), to(#8B0104));
  background: linear-gradient(180deg, #C60D12 0%, #FF5B60 25.85%, #8B0104 100%);
  border: 2px solid #9A1114;
  border-radius: 10px;
  position: relative;
}

@media (max-width: 767px) {
  .popup-parts__button {
    width: 100%;
  }
}
.popup-parts__button-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media (hover: hover) {
  .popup-parts__button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .popup-parts__button:hover {
    opacity: 0.5;
  }
}
.popup-parts__shine {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.popup-parts__shine::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
}

.popup-parts__text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #F5A91E !important;
  text-decoration: underline;
  margin: 0 auto;
  cursor: pointer;
}

@media (hover: hover) {
  .popup-parts__text {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .popup-parts__text:hover {
    opacity: 0.5;
  }
}
.popup-modal {
  display: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

.popup-modal img {
  width: 100%;
}

.popup-modal__background {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.popup-modal__inner {
  width: 640px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .popup-modal__inner {
    width: 100%;
    padding: 0 15px;
  }
}
.popup-modal__wrapper {
  max-height: 475px;
  overflow-y: scroll;  
  background: #fff;
  padding: 32px;
  border: 2px solid #FF0000;
}

@media (max-width: 767px) {
  .popup-modal__wrapper {
    padding: 24px 16px;
  }
}
.popup-modal__name {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 767px) {
  .popup-modal__name {
    font-size: 20px;
  }
}
.popup-modal__image {
  display: block;
  margin-top: 16px;
}

.popup-modal__image img {
  width: 100%;
}

.popup-modal__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .popup-modal__title {
    font-size: 24px;
  }
}
.popup-modal__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  color: #C60D12;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 12px 15px;
  border: 1px dashed #C60D12;
  margin: 16px auto 0;
}

.popup-modal__code--has-icon {
  cursor: pointer;
}

.popup-modal__code--has-icon::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: center/contain no-repeat url(../image/icon-copy-code.svg);
  margin-left: 8px;
}

@media (max-width: 767px) {
  .popup-modal__code {
    width: 100%;
  }
}
.popup-modal__title + .popup-modal__code {
  margin-top: 24px;
}

.popup-modal__text {
  text-align: center;
  margin-top: 16px;
}

.popup-modal__button {
  display: block;
  width: 50%;
  background: #C60D12;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  padding: 12px 25px;
  border-radius: 6px;
  position: relative;
  margin: 16px auto 0;
}

.popup-modal__button::after {
  content: "";
  display: inline-block;
  width: 8px !important;
  height: 14px !important;
  background: center/contain no-repeat url(../image/arrow-round-white.svg);
  margin-left: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .popup-modal__button {
    width: 100%;
  }
}
.popup-modal__close {
  display: inline-block;
  z-index: 200;
  position: absolute;
  top: -24px;
  right: 0;
  cursor: pointer;
}

@media (max-width: 767px) {
  .popup-modal__close {
    right: 16px;
  }
}

/* -----------------------------------------------
* テーブル フェードアウトパーツ
-------------------------------------------------- */
.table-fade-out-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
  padding: 12px 36px;
  border-radius: 48px;
  background: #4E4E4E;
}
@media (hover: hover) {
  .table-fade-out-button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .table-fade-out-button:hover {
    opacity: 0.6;
  }
}

.table-fade-out-button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: center/contain no-repeat url(../image/arrow-down-white.svg);
  position: absolute;
  top: 17px;
  right: 12px;
}

.table-fade-out-button.active::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 14px;
}

.wp-block-table.hide {
  position: relative;
}
.wp-block-table.hide::after {
  content: "";
  width: 100%;
  height: 50%;
  max-height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 15px;
}

/* -----------------------------------------------
* 折りたたみパーツ 既存cssの上書き
-------------------------------------------------- */
.wp-block-details {
  overflow: visible !important;
}

/* -----------------------------------------------
* 記事下部
-------------------------------------------------- */
#post_1 .post_categories {
  font-size: 12px;
  line-height: 1.4166666667;
  margin: 8px 0;
}

#post_1 .post_categories li {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 3px 10px;
}

#post_1 .post_categories li:first-child {
  margin-right: 6px;
}

#post_1 .post_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------------------------
* サイドバー目次
-------------------------------------------------- */
.toc-icon {
  display: none;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}

.toc-icon.hide {
  opacity: 0;
  visibility: hidden;
}

.toc-icon img {
  width: 100%;
}

.toc-background {
  display: none;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .toc-icon {
    background: #F5A91E;
    width: 48px;
    height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: fixed;
    top: 162px;
    right: 8px;
    z-index: 100;
  }
  .toc-background {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .toc-background::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 32px;
    background: center/contain no-repeat url(../image/close_modal.svg);
    position: absolute;
    top: 170px;
    right: 15px;
    pointer-events: none;
  }
}
@media (max-width: 991px) {
  .toc-icon {
    top: 112px;
  }
  .toc-background::before {
    top: 120px;
  }
}
.sub-contents div:has(.toc_widget_list) {
  height: calc(100vh - 194px);
  overflow-y: scroll;
  background: #FDEED6;
  padding: 20px 20px 30px;
  margin-top: 40px;
  position: sticky;
  top: 194px;
}

@media (max-width: 1199px) {
  .sub-contents div:has(.toc_widget_list) {
    display: none;
    width: calc(100% - 30px);
    height: calc(100% - 400px);
    margin-top: 0;
    position: fixed;
    top: calc(50% + 10px);
    left: 50%;
    -webkit-transform: translate(-50%, calc(-50% + 10px));
    transform: translate(-50%, calc(-50% + 10px));
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .sub-contents div:has(.toc_widget_list) {
    height: calc(100% - 320px);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.sub-contents div:has(.toc_widget_list) > h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 0;
  font-size: 14px;
  line-height: 1.448125;
  font-weight: 700;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .sub-contents div:has(.toc_widget_list) > h3 {
    font-size: 16px;
  }
}

.sub-contents div:has(.toc_widget_list) > h3::before {
  content: "";
  display: inline-block;
  width: calc(50% - (1em + 20px));
  height: 1px;
  background-color: #000;
  margin-right: 20px;
}

.sub-contents div:has(.toc_widget_list) > h3::after {
  content: "";
  display: inline-block;
  width: calc(50% - (1em + 20px));
  height: 1px;
  background-color: #000;
  margin-left: 20px;
}

.sub-contents .toc_widget_list {
  font-size: 14px;
  line-height: 1.448125;
  overflow-y: hidden;
}

@media (max-width: 1199px) {
  .sub-contents .toc_widget_list {
    font-size: 16px;
  }
}

.sub-contents .toc_widget_list li:not(:first-of-type) {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .sub-contents .toc_widget_list li:not(:first-of-type) {
    margin-top: 8px;
  }
}

.sub-contents .toc_widget_list li ul li {
  font-size: 13px;
  line-height: 1.4666666667;
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .sub-contents .toc_widget_list li ul li {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .sub-contents .toc_widget_list li ul li {
    margin-top: 8px;
  }
}
.sub-contents .toc_widget_list li ul li a {
  padding-left: 1em;
}

.sub-contents .toc_widget_list li ul li a::before {
  content: "・";
  margin-left: -1em;
}

.sub-contents .toc_widget_list > li {
  list-style-type: decimal;
}

.sub-contents .toc_widget_list li ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 14px;
  font-size: 13px;
  list-style-type: none;
}

@media (max-width: 1199px) {
  .sub-contents .toc_widget_list li ul li {
    font-size: 15px;
  }
}

/* -----------------------------------------------
* 自動再生スライダーパーツ
-------------------------------------------------- */
.auto-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  padding: 40px 0;
}

.auto-slider__item {
  width: 315px;
  margin: 0 10px;
}

.auto-slider__item.slick-current {
  border: 1px solid #000;
  scale: 1.2;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-box-shadow: 2px 2px 10px #ccc;
          box-shadow: 2px 2px 10px #ccc;
  position: relative;
  z-index: 1;
}

.auto-slider__image {
  width: 100%;
  padding-top: 59.7101449275%;
  position: relative;
}

.auto-slider__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
  object-fit: cover;
}

.auto-slider__content {
  background-color: #fff;
  padding: 16px 8px;
  position: relative;
}

.auto-slider__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.444;
  margin-top: 5px;
  margin-bottom: 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 767px) {
  .auto-slider__title {
    font-size: 14px;
  }
}

.auto-slider__date-wrapper {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.auto-slider__icon {
  margin-left: auto;
}

.auto-slider__arrow {
  background-color: #C60D12 !important;
  border: 2px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.auto-slider__arrow.arrow--prev {
  left: -26px;
}

.auto-slider__arrow.arrow--next {
  right: -26px;
}

@media (max-width: 767px) {
  .auto-slider__arrow.arrow--prev {
    left: 0;
  }
  
  .auto-slider__arrow.arrow--next {
    right: 0;
  }  
}

/* -----------------------------------------------
* サムネイルスライダーパーツ
-------------------------------------------------- */
.thumbnail-slider {
  margin-top: 40px;
}

.thumbnail-slider__parents {
  max-width: 375px;
  margin: 0 auto;
}

.thumbnail-slider__parent {
  display: block;
  aspect-ratio: 1/1;
  position: relative;
}
.thumbnail-slider__parent img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail-slider__wrapper {
  max-width: 375px;
  margin: 16px auto 0;
}

.thumbnail-slider__children {
  margin: 0 -8px;
}

.thumbnail-slider__child {
  aspect-ratio: 1/1;
  position: relative;
  cursor: pointer;
  margin: 0 8px;
}
.thumbnail-slider__child img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ブロックボタン */
.block-button {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
  padding: 12px 36px;
  border-radius: 48px;
  background: #4E4E4E;
  border: none;
  cursor: pointer;
}

@media (hover: hover) {
  .block-button {
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .block-button:hover {
    opacity: 0.6;
  }
}
.block-button::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 9px;
  background: center/contain no-repeat url(../image/arrow-down-white.svg);
  position: absolute;
  top: 17px;
  right: 12px;
}

.block-button.active::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  top: 14px;
}

.block-fadeout {
  position: relative;
}

.block-fadeout::after {
  content: "";
  width: 100%;
  height: 50%;
  max-height: 100px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0.5) 0%, #fff 100%);
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}