@charset "UTF-8";

/*! tailwindcss v2.2.14 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

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

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

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

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}

/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role=button] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 *
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 *
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: DNPShueiYMinStd;
  src: url("./../fonts/A-OTF-SHUEIYOBUMINSTD-M.OTF");
}

@font-face {
  font-family: YuGoPr6N;
  src: url("./../fonts/YUGOTHR.TTC");
}

@font-face {
  font-family: BodoniSvtyTwo;
  src: url("./../fonts/BodoniSvtyTwo.ttf");
}

@font-face {
  font-family: NotoSans;
  src: url("./../fonts/NotoSansJP.otf");
}

html {
  /* font-size: 0.0694444444vw;
  font-size: calc(100vw/ 1200); */
}



.container {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  width: 100%;
  max-width: 1240px;
}

.fv-breadcrumb-slider {
  background: linear-gradient(#E11219, #333333);
  height: min(600px, calc(60000vw/ 1200));
}

@media (max-width: 550px) {
  .fv-breadcrumb-slider {
    height: auto;
  }
}

.fv-breadcrumb-slider .slider-container {
  margin-top: min(35px, calc(3500vw/ 1200));
  padding-left: calc((100% - 1200px) / 2);
}

@media (max-width: 550px) {
  .fv-breadcrumb-slider .slider-container {
    padding-left: 0;
    margin-top: 20px;
  }
}

.fv-breadcrumb-slider .img-slider .main-swiper {
  width: 100%;
  overflow-y: clip;
}

.fv-breadcrumb-slider .img-slider .swiper-slide {
  /* width: min(calc(93400vw/ 1200), 934px) !important; */
  position: relative;
}

@media (max-width: 550px) {
  .fv-breadcrumb-slider .img-slider .swiper-slide {
    width: 100% !important;
  }
}

.fv-breadcrumb-slider .img-slider .swiper-slide img {
  width: 100%;
  max-width: min(934px, calc(93400vw/1200));
  max-height: min(508px, calc(50800vw/1200));
}

.fv-breadcrumb-slider .img-slider .swiper-slide .over-layer {
  position: absolute;
  height: min(calc(21000vw/ 1200), 206px);
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  bottom: 0px;
  padding: min(30px, calc(3000vw/ 1200)) min(40px, calc(4000vw/ 1200));
  max-width: min(934px, calc(93400vw/1200));
  max-height: min(508px, calc(50800vw/1200));
}

@media (max-width: 550px) {
  .fv-breadcrumb-slider .img-slider .swiper-slide .over-layer {
    bottom: 0px;
    position: relative;
    padding: 22px;
    height: 133px;
    max-width: 100%;
  }

  .fv-breadcrumb-slider .img-slider .swiper-slide img {
    width: 100%;
    max-width: 100%;
    max-height: auto;
  }
}

.fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .slide-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: min(calc(3200vw/ 1200), 32px);
  letter-spacing: 0em;
  line-height: min(calc(4200vw/ 1200), 42px);
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: min(calc(8500vw/ 1200), 85px);
}

@media (max-width: 550px) {
  .fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .slide-ttl {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}

.fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .slide-ttl .f-sign {
  margin-left: max(-10px, calc(-100vw/ 1200));
}

@media (max-width: 550px) {
  .fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .slide-ttl .f-sign {
    margin-left: -7px;
  }
}

.fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .category-time {
  padding-top: min(20px, calc(2000vw/ 1200));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .category-time .item-category {
  padding: 5px 15px;
  border-radius: 25px;
  letter-spacing: 0;
  background: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

@media (max-width: 550px) {
  .fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .category-time .item-category {
    padding: 3px 12px;
    font-size: 12px;
    border-radius: 19px;
  }
}

.fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .category-time .item-category:hover {
  opacity: 0.8;
}

.fv-breadcrumb-slider .img-slider .swiper-slide .over-layer .category-time .item-time {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffc43e;
}

.fv-breadcrumb-slider .img-slider .swiper-slide:hover {
  opacity: 0.8;
  cursor: pointer;
}

.fv-breadcrumb-slider .img-slider .swiper-pagination {
  bottom: -25px;
  margin-top: 25px;
  text-align: right;
  max-width: 1200px;
  padding-right: 30px;
  position: unset;
}

@media (max-width: 550px) {
  .fv-breadcrumb-slider .img-slider .swiper-pagination {
    margin-top: 10px;
  }
}

.fv-breadcrumb-slider .img-slider .swiper-pagination .swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50%;
  margin-right: 11px !important;
  margin-left: 11px !important;
  background: #1F0607 !important;
  opacity: 1;
}

@media (max-width: 768px) {
  .fv-breadcrumb-slider .img-slider .swiper-pagination .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
    margin-right: 7px !important;
    margin-left: 7px !important;
  }
}

.fv-breadcrumb-slider .img-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFC43E !important;
}

.sec-special {
  margin-top: -2px;
  padding: min(80px, calc(12000vw/ 1200)) 0 min(90px, calc(9000vw/ 1200));
  background: #333333;
}

@media (max-width: 550px) {
  .sec-special {
    padding-top: 50px;
  }
}

.sec-special .section-ttl {
  color: #fff;
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid #fff;
  padding-bottom: 20px;
}

.sec-special .section-ttl h2 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 61px;
  line-height: 50px;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .sec-special .section-ttl h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

.sec-special .section-ttl .jp-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  margin-left: 26px;
  padding: 3px 14px;
  font-size: 23px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #f30d15;
  background: #000;
  display: block;
}

@media (max-width: 768px) {
  .sec-special .section-ttl .jp-ttl {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .sec-special .section-ttl {
    flex-direction: column;
    align-items: center;
    border-bottom: 4px solid #fff;
  }

  .sec-special .section-ttl .jp-ttl {
    margin-left: 0;
    background: none;
    margin-top: 5px;
  }
}

.sec-special .special-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 45px;
}

@media (max-width: 768px) {
  .sec-special .special-list {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    margin-top: 30px;
  }
}

.sec-special .special-list .item-rtc img {
  width: min(370px, calc(37000vw/1200));
  height: min(240px, calc(24000vw/1200));
}


.sec-new {
  margin-top: -2px;
  background: #333333;
  padding: min(80px, calc(8000vw/ 1200)) 0 min(90px, calc(9000vw/ 1200));
}

.sec-new .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .sec-new .container {
    flex-direction: column;
  }
}

.sec-new .main-content {
  width: min(calc(75000vw/ 1200), 820px);
}

@media (max-width: 768px) {
  .sec-new .main-content {
    width: 100%;
  }
}

.sec-new .main-content .section-ttl {
  color: #fff;
  display: flex;
  align-items: flex-end;
  border-bottom: 3px solid #fff;
  padding-bottom: 20px;
}

.sec-new .main-content .section-ttl h2 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 61px;
  line-height: 50px;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .sec-new .main-content .section-ttl h2 {
    font-size: 34px;
    line-height: 34px;
  }
}

.sec-new .main-content .section-ttl .jp-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  margin-left: 26px;
  padding: 3px 14px;
  font-size: 23px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #f30d15;
  background: #000;
  display: block;
}

@media (max-width: 768px) {
  .sec-new .main-content .section-ttl .jp-ttl {
    font-size: 16px;
    line-height: 16px;
  }
}

@media (max-width: 768px) {
  .sec-new .main-content .section-ttl {
    flex-direction: column;
    align-items: center;
    border-bottom: 4px solid #fff;
  }

  .sec-new .main-content .section-ttl .jp-ttl {
    margin-left: 0;
    background: none;
    margin-top: 5px;
  }
}

.sec-new .main-content .item-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: min(40px, calc(4000vw/ 1200));
  row-gap: min(40px, calc(4000vw/ 1200));
}

@media (max-width: 1024px) {
  .sec-new .main-content .item-list {
    column-gap: min(40px, calc(2000vw/ 1200));
    row-gap: min(40px, calc(1500vw/ 1200));
  }
}


@media (max-width: 768px) {
  .sec-new .main-content .item-list {
    column-gap: min(40px, calc(4000vw/ 1200));
    row-gap: min(40px, calc(4000vw/ 1200));
  }
}


.sec-new .main-content .item-list .item-rtr {
  width: 100%;
}

.sec-new .main-content .item-list .item-rtr img {
  width: min(390px, calc(39000vw/1200));
  height: min(250px, calc(25000vw/1200));
}

@media (max-width: 768px) {
  .sec-new .main-content .item-list .item-rtr img {
    width: 100%;
    height: min(250px, calc(25000vw/1200));
  }
}

@media (max-width: 550px) {
  .sec-new .main-content .item-list {
    column-gap: 20px;
  }
}

.sec-gray {
  background: #333333;
  margin-top: -2px;
  padding: min(50px, calc(5000vw/ 1200)) 0;
}

@media (max-width: 550px) {
  .sec-gray {
    padding: 30px 0;
  }
}

.sec-gray .graybox-bottom picture img {
  width: 100%;
}

@media (max-width: 550px) {
  .sec-gray .graybox-bottom picture img {
    margin-top: 30px;
  }
}

.sec-category {
  position: relative;
  background: #333333;
}

.sec-category .bg-gradient {
  width: 100%;
  position: absolute;
  background: linear-gradient(#E11219, #333333);
  height: min(600px, calc(60000vw/ 1200));
}

@media (max-width: 550px) {
  .sec-category .bg-gradient {
    height: 500px;
  }
}

.sec-category .bg-gradient::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
}

.sec-category .container {
  position: relative;
  z-index: 9;
}

.sec-category .divider {
  margin-top: 40px;
  display: flex;
}

@media (max-width: 768px) {
  .sec-category .divider {
    flex-direction: column;
    justify-content: center;
    margin-top: 10px;
  }
}

.sec-category .main-content {
  width: min(calc(90000vw/ 1200), 820px);
}

@media (max-width: 768px) {
  .sec-category .main-content {
    width: 100%;
  }
}

.sec-category .main-content .ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: min(34px, calc(3400vw/ 1200));
  letter-spacing: 0.02em;
  line-height: 50px;
  color: #fff;
}

@media (max-width: 768px) {
  .sec-category .main-content .ttl {
    font-size: 24px;
  }
}

.sec-category .main-content .item-list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: min(40px, calc(4000vw/ 1200));
  column-gap: min(40px, calc(4000vw/ 1200));
}

.sec-category .main-content .item-list .item-rtr {
  width: 100%;
}

.sec-category .main-content .item-list .item-rtr img {
  width: min(390px, calc(39000vw/1200));
  height: min(250px, calc(25000vw/1200));
}


.sec-category .sidebar .special-list .item-ctc .img-pack img {
  height: 100%;
}


.sec-category .sidebar .new-list .item-ctr .img-pack img {
  height: 100%;
}


@media (max-width: 768px) {
  .sec-category .main-content .item-list {
    margin-top: 10px;
    row-gap: 10px;
  }

  .sec-category .main-content .item-list .item-rtr img {
    width: 100%;
    height: min(250px, calc(25000vw/1200));
  }

  .sec-category .sidebar .new-list .item-ctr .img-pack img {
    width: 100%;
    height: min(250px, calc(25000vw/1200));
  }

}

@media (max-width: 1200px) {
  .sec-category .main-content .item-list .mr-40 {
    margin-right: 20px;
  }
}

.sec-category .sidebar .mt-0,
.sec-category .sec-new .sidebar .mt-0,
.sec-new .sec-category .sidebar .mt-0 {
  margin-top: 0;
}

@media (max-width: 768px) {

  .sec-category .sidebar .mt-0,
  .sec-category .sec-new .sidebar .mt-0,
  .sec-new .sec-category .sidebar .mt-0 {
    margin-top: 50px;
  }

  .sec-category .sidebar .special-list .item-ctc .img-pack img {
    width: min(370px, calc(37000vw/1200));
    height: min(240px, calc(24000vw/1200));
  }
}

/* detail parts */

.pre-next-buttons {
  margin-top: min(35px, calc(3500vw/ 1200));
  display: flex;
  justify-content: center;
  align-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: min(50px, calc(5000vw/ 1200));
}

.pre-next-buttons .btn,
.pre-next-buttons .btn-next,
.pre-next-buttons .btn-prev {
  background: #FFC43E;
  font-size: 13px;
  width: min(250px, calc(25000vw/ 1200));
  height: min(50px, calc(5000vw/ 1200));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #333333;
}

@media (max-width: 768px) {

  .pre-next-buttons {
    margin-top: 30px;
  }

  .pre-next-buttons .btn,
  .pre-next-buttons .btn-next,
  .pre-next-buttons .btn-prev {
    width: 160px;
    height: 40px;
  }
}

.pre-next-buttons .arrow,
.pre-next-buttons .pagination .next-button,
.pagination .pre-next-buttons .next-button,
.pre-next-buttons .pagination .prev-button,
.pagination .pre-next-buttons .prev-button,
.pre-next-buttons .btn-next::before,
.pre-next-buttons .btn-prev::before {
  border: solid #333333;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: min(5px, calc(500vw/ 1200));
}

@media (max-width: 768px) {

  .pre-next-buttons .arrow,
  .pre-next-buttons .pagination .next-button,
  .pagination .pre-next-buttons .next-button,
  .pre-next-buttons .pagination .prev-button,
  .pagination .pre-next-buttons .prev-button,
  .pre-next-buttons .btn-next::before,
  .pre-next-buttons .btn-prev::before {
    padding: 5px;
  }
}

.pre-next-buttons .right,
.pre-next-buttons .pagination .next-button,
.pagination .pre-next-buttons .next-button,
.pre-next-buttons .btn-next::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.pre-next-buttons .left,
.pre-next-buttons .pagination .prev-button,
.pagination .pre-next-buttons .prev-button,
.pre-next-buttons .btn-prev::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.pre-next-buttons .btn-prev::before {
  position: absolute;
  content: " ";
  left: min(20px, calc(2000vw/ 1200));
}

@media (max-width: 768px) {
  .pre-next-buttons .btn-prev::before {
    left: 20px;
  }
}

.pre-next-buttons .btn-next::before {
  position: absolute;
  content: " ";
  right: min(20px, calc(2000vw/ 1200));
}

@media (max-width: 768px) {
  .pre-next-buttons .btn-next::before {
    right: 20px;
  }
}

.cursor-not-allow {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.6;
  /* optional */
}

.sec-recommend {
  background: #333333;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .sec-recommend {
    padding-bottom: 35px;
  }
}

.sec-recommend .ttl-underline {
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  text-align: center;
}

.sec-recommend h2 {
  text-align: center;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0.02em;
  color: #fff;
}

.sec-recommend .jp-ttl {
  text-align: center;
  font-family: "Hiragino Sans";
  font-weight: normal;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #f30d15;
  display: block;
}

.sec-recommend .item-list {
  margin-top: min(50px, calc(5000vw/ 1200));
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: min(50px, calc(5000vw/ 1200));
}

@media (max-width: 768px) {
  .sec-recommend .item-list {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}

.sec-recommend .item-list .item-rtr {
  width: 100%;
}

.sec-recommend .item-list .item-rtr .img-pack img {
  width: min(390px, calc(39000vw/1200));
  height: min(250px, calc(25000vw/1200));
}


.sec-recommend.pc-none .item-list .item-rtr .img-pack img {
  width: 100%;
  height: min(250px, calc(25000vw/1200));
}

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

.pc-none {
  display: none;
}

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

.sidebar,
.sec-new .sidebar {
  padding-left: min(70px, calc(7000vw/ 1200));
  width: max(100% - calc(69500vw/ 1200), 100% - 820px);
  max-width: 400px;
}

@media (max-width: 1024px) {

  .sidebar,
  .sec-new .sidebar {
    padding-left: min(70px, calc(4000vw/ 1200));
  }
}

@media (max-width: 768px) {

  .sidebar,
  .sec-new .sidebar {
    padding-left: 0;
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }
}

.sidebar .graybox picture img,
.sec-new .sidebar .graybox picture img {
  width: 100%;
}

@media (max-width: 768px) {

  .sidebar .graybox picture img,
  .sec-new .sidebar .graybox picture img {}
}

.sidebar .side-ttl,
.sec-new .sidebar .side-ttl {
  margin-top: 45px;
  color: #fff;
  border-bottom: 3px solid #fff;
  padding-bottom: 15px;
  text-align: center;
}

.sidebar .side-ttl h2,
.sec-new .sidebar .side-ttl h2 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: 0.02em;
}

.sidebar .side-ttl .jp-ttl,
.sec-new .sidebar .side-ttl .jp-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  padding: 5px 14px;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  color: #f30d15;
  display: block;
}

.sidebar .category-list,
.sec-new .sidebar .category-list {
  margin-top: 30px;
  display: flex;
  column-gap: 20px;
  justify-content: center;
}

.sidebar .category-list .category-item,
.sec-new .sidebar .category-list .category-item {
  padding: 7px 20px;
  border-radius: 25px;
  letter-spacing: 0;
  background: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.sidebar .category-list .category-item:hover {
  opacity: 0.8;
}

.sidebar .category-list .mr-20,
.sec-new .sidebar .category-list .mr-20 {
  margin-right: 20px;
}

@media (max-width: 768px) {

  .sidebar .new-list,
  .sec-new .sidebar .new-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
  }
}

@media (max-width: 768px) {
  .item-rtc {
    width: 100%;
    margin-left: 0;
    display: flex;
    margin-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #414141;
  }
}

.item-rtc .item-img {
  width: 100%;
}

@media (max-width: 768px) {
  .item-rtc .item-img {
    width: calc(40000vw/ 1200);
  }
}

.item-rtc .item-content {
  background: #151515;
  padding: min(30px, calc(3000vw/ 1200));
  width: 100%;
}

@media (max-width: 768px) {
  .item-rtc .item-content {
    padding: 5px 0 5px 20px;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}

.item-rtc .item-content .item-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: min(calc(2200vw/ 1200), 22px);
  letter-spacing: 0em;
  line-height: min(calc(3300vw/ 1200), 33px);
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: min(99px, calc(9900vw/ 1200));
}

@media (max-width: 550px) {
  .item-rtc .item-content .item-ttl {
    font-size: 14px;
    line-height: 21px;
    height: auto;
  }
}

.item-rtc .item-content .category-time {
  margin-top: 10px;
  padding-top: min(66px, calc(6600vw/ 1200));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-rtc .item-content .category-time .item-category {
  border-radius: 25px;
  letter-spacing: 0;
  background: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  padding: 1px 10px;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}

@media (max-width: 768px) {
  .item-rtc .item-content .category-time .item-category {
    padding: 1px 10px;
    font-size: 12px;
  }
}

.item-rtc .item-content .category-time .item-category:hover {
  opacity: 0.8;
}

.item-rtc .item-content .category-time .item-time {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffc43e;
}

.item-rtr {
  width: 50%;
}

@media (max-width: 768px) {
  .item-rtr {
    margin-top: 20px;
  }
}

.item-rtr .item-img {
  width: 100%;
}

.item-rtr .item-content {
  background: #151515;
  padding: min(30px, calc(3000vw/ 1200));
  width: 100%;
}

@media (max-width: 768px) {
  .item-rtr .item-content {
    background: none;
    padding: 10px 0 0 0;
    background: none;
  }
}

.item-rtr .item-content .item-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: min(calc(2200vw/ 1200), 22px);
  letter-spacing: 0em;
  line-height: min(calc(3300vw/ 1200), 33px);
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: min(99px, calc(9900vw/ 1200));
}

@media (max-width: 768px) {
  .item-rtr .item-content .item-ttl {
    font-size: 14px;
    line-height: 21px;
    height: auto;
  }
}

.item-rtr .item-content .category-time {
  padding-top: min(66px, calc(6600vw/ 1200));
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .item-rtr .item-content .category-time {
    padding-top: 10px;
  }
}

.item-rtr .item-content .category-time .item-category {
  padding: 1px 10px;
  border-radius: 25px;
  letter-spacing: 0;
  background: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  cursor: pointer;
}

@media (max-width: 550px) {
  .item-rtr .item-content .category-time .item-category {
    font-size: 12px;
    padding: 1px 10px;
    line-height: 17px;
  }
}

.item-rtr .item-content .category-time .item-category:hover {
  opacity: 0.8;
}

.item-rtr .item-content .category-time .item-time {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #ffc43e;
}

@media (max-width: 550px) {
  .item-rtr .item-content .category-time .item-time {
    font-size: 10px;
    line-height: 10px;
  }
}

.item-ctc {
  width: 100%;
  display: flex;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #414141;
}

.item-ctc .item-img {
  width: 100px;
}

.item-ctc .item-content {
  padding: min(5px, calc(500vw/ 1200)) 0 min(5px, calc(500vw/ 1200)) min(20px, calc(2000vw/ 1200));
  background: none;
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .item-ctc .item-content {
    padding-left: 20px;
  }
}

.item-ctc .item-content .item-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  letter-spacing: 0em;
  /* font-size: min(14px, calc(1400vw/ 1200));
  line-height: min(21px, calc(2100vw/ 1200)); */
  font-size: 14px;
  line-height: 21px;
  height: 63px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* height: min(42px, calc(4200vw/ 1200)); */
}

@media (max-width: 768px) {
  .item-ctc .item-content .item-ttl {
    font-size: 14px;
    line-height: 21px;
    /* height: auto; */
  }
}

.item-ctc .item-content .category-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-ctc .item-content .category-time .item-category {
  padding: 1px 10px;
  border-radius: 25px;
  letter-spacing: 0;
  background: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  cursor: pointer;
}

@media (max-width: 992px) {
  .item-ctc .item-content .category-time .item-category {
    padding: 1px 6px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .item-ctc .item-content .category-time .item-category {
    padding: 2px 13px;
    font-size: 12px;
  }
}

.item-ctc .item-content .category-time .item-category:hover {
  opacity: 0.8;
}

.item-ctc .item-content .category-time .item-time {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: min(14px, calc(1400vw/ 1200));
  letter-spacing: 0.04em;
  color: #ffc43e;
}

@media (max-width: 768px) {
  .item-ctc .item-content .category-time .item-time {
    font-size: 14px;
  }
}

.item-ctr {
  width: 100%;
  display: flex;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #414141;
}

.item-ctr .item-img {
  width: 100px;
}

@media (max-width: 768px) {
  .item-ctr .item-img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .item-ctr {
    display: block;
  }
}

.item-ctr .item-content {
  padding: min(5px, calc(500vw/ 1200)) 0 min(5px, calc(500vw/ 1200)) min(20px, calc(2000vw/ 1200));
  background: none;
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .item-ctr .item-content {
    padding-left: 0px;
    margin-top: 10px;
    width: 100%;
  }
}

.item-ctr .item-content .item-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  letter-spacing: 0em;
  /* font-size: min(14px, calc(1400vw/ 1200));
  line-height: min(21px, calc(2100vw/ 1200)); */
  font-size: 14px;
  line-height: 21px;
  height: 63px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* height: min(42px, calc(4200vw/ 1200)); */
}

@media (max-width: 768px) {
  .item-ctr .item-content .item-ttl {
    font-size: 14px;
    line-height: 21px;
    /* height: auto; */
  }
}

.item-ctr .item-content .category-time {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 768px) {
  .item-ctr .item-content .category-time {
    margin-top: 20px;
  }
}

.item-ctr .item-content .category-time .item-category {
  padding: 1px 10px;
  border-radius: 25px;
  letter-spacing: 0;
  background: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  cursor: pointer;
}

@media (max-width: 992px) {
  .item-ctr .item-content .category-time .item-category {
    padding: 1px 6px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .item-ctr .item-content .category-time .item-category {
    padding: 2px 10px;
    font-size: 12px;
    line-height: 15px;
  }
}

.item-ctr .item-content .category-time .item-category:hover {
  opacity: 0.8;
}

.item-ctr .item-content .category-time .item-time {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: min(14px, calc(1400vw/ 1200));
  letter-spacing: 0.04em;
  color: #ffc43e;
}

@media (max-width: 768px) {
  .item-ctr .item-content .category-time .item-time {
    font-size: 14px;
  }
}

.item-badge {
  width: 100%;
  display: flex;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #414141;
}

.item-badge .img-pack {
  position: relative;
}

.item-badge .img-pack .item-img {
  width: 100px;
  height: 100px;
}

@media (max-width: 768px) {
  .item-badge .img-pack .item-img {
    width: min(370px, calc(37000vw/1200));
    height: min(240px, calc(24000vw/1200));
  }
}

.item-badge .img-pack .ranking-order {
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  font-size: min(22px, calc(2200vw/ 1200));
  width: min(33px, calc(3300vw/ 1200));
  padding: min(5px, calc(500vw/ 1200));
  line-height: min(22px, calc(2200vw/ 1200));
}

@media (max-width: 768px) {
  .item-badge .img-pack .ranking-order {
    font-size: 22px;
    width: 33px;
    padding: 5px;
    line-height: 22px;
  }
}

.item-badge .img-pack .order-first {
  background: #BF8A23;
  font-family: "Roboto Condensed";
}

.item-badge .img-pack .order-second {
  background: #7C5200;
  font-family: "Roboto Condensed";
}

.item-badge .img-pack .order-third {
  background: #7C2E11;
  font-family: "Roboto Condensed";
}

.item-badge .img-pack .order-fourth {
  background: #222222;
  font-family: "Roboto Condensed";
}

.item-badge .img-pack .order-fifth {
  background: #222222;
  font-family: "Roboto Condensed";
}

.item-badge .item-content {
  padding: min(5px, calc(500vw/ 1200)) 0 min(5px, calc(500vw/ 1200)) min(20px, calc(2000vw/ 1200));
  background: none;
  width: calc(100% - 100px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .item-badge .item-content {
    padding-left: 20px;
  }
}

.item-badge .item-content .item-ttl {
  font-family: "Hiragino Sans";
  font-weight: normal;
  letter-spacing: 0em;
  /* font-size: min(14px, calc(1400vw/ 1200));
  line-height: min(21px, calc(2100vw/ 1200)); */

  font-size: 14px;
  line-height: 21px;
  height: 63px;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /* height: min(42px, calc(4200vw/ 1200)); */
}

@media (max-width: 768px) {
  .item-badge .item-content .item-ttl {
    font-size: 14px;
    line-height: 21px;
    /* height: auto; */
  }
}

.item-badge .item-content .category-time {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.item-badge .item-content .category-time .item-category {
  padding: 1px 10px;
  border-radius: 25px;
  letter-spacing: 0;
  background: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #333;
  cursor: pointer;
  font-style: normal;
}

@media (max-width: 992px) {
  .item-badge .item-content .category-time .item-category {
    padding: 1px 6px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .item-badge .item-content .category-time .item-category {
    padding: 1px 10px;
    font-size: 12px;
    line-height: 17px;
  }
}

.item-badge .item-content .category-time .item-category:hover {
  opacity: 0.8;
}

.item-badge .item-content .category-time .item-time {
  font-family: "Hiragino Sans";
  font-weight: normal;
  font-size: min(14px, calc(1400vw/ 1200));
  letter-spacing: 0.04em;
  color: #ffc43e;
}

@media (max-width: 768px) {
  .item-badge .item-content .category-time .item-time {
    font-size: 14px;
  }
}

.mt-50 {
  margin-top: 50px;
}

.w-1\/3 {
  width: 33.33333%;
}

.item-rtc:hover {
  opacity: 0.8;
  cursor: pointer;
}

.item-rtr:hover {
  opacity: 0.8;
  cursor: pointer;
}

.item-ctc:hover {
  opacity: 0.8;
  cursor: pointer;
}

.item-ctr:hover {
  opacity: 0.8;
  cursor: pointer;
}

.item-badge:hover {
  opacity: 0.8;
  cursor: pointer;
}

.breadcrumb-list {
  padding-top: min(30px, calc(3000vw/ 1200));
  padding-left: min(20px, calc(2000vw/ 1200));
  display: flex;
  font-size: min(16px, calc(1600vw/ 1200));
  color: white;
}

@media (max-width: 768px) {
  .breadcrumb-list {
    font-size: 16px;
    padding-top: 20px;
  }
}

.breadcrumb-list .breadcrumb-item {
  font-size: min(16px, calc(1600vw/ 1200));
}

@media (max-width: 768px) {
  .breadcrumb-list .breadcrumb-item {
    font-size: 16px;
  }
}

.breadcrumb-list .arrow::after,
.breadcrumb-list .pagination .next-button::after,
.pagination .breadcrumb-list .next-button::after,
.breadcrumb-list .pagination .prev-button::after,
.pagination .breadcrumb-list .prev-button::after {
  content: "";
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: min(5px, calc(500vw/ 1200));
  margin-left: 5px;
  margin-right: 10px;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {

  .breadcrumb-list .arrow::after,
  .breadcrumb-list .pagination .next-button::after,
  .pagination .breadcrumb-list .next-button::after,
  .breadcrumb-list .pagination .prev-button::after,
  .pagination .breadcrumb-list .prev-button::after {
    padding: 3px;
  }
}

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

.pagination .arrow,
.pagination .next-button,
.pagination .prev-button,
.pagination .pre-next-buttons .btn-prev::before,
.pre-next-buttons .pagination .btn-prev::before,
.pagination .pre-next-buttons .btn-next::before,
.pre-next-buttons .pagination .btn-next::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}

.pagination .arrow:hover,
.pagination .next-button:hover,
.pagination .prev-button:hover,
.pagination .pre-next-buttons .btn-prev:hover::before,
.pre-next-buttons .pagination .btn-prev:hover::before,
.pagination .pre-next-buttons .btn-next:hover::before,
.pre-next-buttons .pagination .btn-next:hover::before {
  border: solid #f30d15;
  border-width: 0 2px 2px 0;
}

.pagination .right,
.pagination .next-button,
.pagination .pre-next-buttons .btn-next::before,
.pre-next-buttons .pagination .btn-next::before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 40px;
}

.pagination .left,
.pagination .prev-button,
.pagination .pre-next-buttons .btn-prev::before,
.pre-next-buttons .pagination .btn-prev::before {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-right: 30px;
}

.pagination .number-button {
  font-family: Helvetica;
  font-weight: normal;
  font-size: 13px;
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  cursor: pointer;
}

.pagination .number-button:hover {
  color: #fff;
  background: #f30d15;
  border: 1px solid #f30d15;
}

.pagination .active {
  font-size: 13px;
  color: #fff;
  background: #f30d15;
  border: 1px solid #f30d15;
}

.pagination .active:hover {
  color: #f30d15;
  border: 1px solid #f30d15;
  background: none;
}

.pagination .summary-button {
  font-family: "Hiragino Sans GB";
  font-weight: normal;
  font-size: 13px;
  color: #fff;
  margin-left: 20px;
  cursor: default;
}

/*# sourceMappingURL=styles.css.map */

.addtoany_share_save_container {
  margin-top: 75px !important;
  text-align: center;
  position: relative;
}

.addtoany_share_save_container::before {
  content: "\005Cシェアする/";
  font-family: monospace;
  position: absolute;
  top: -55px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  padding-top: 20px;
  border-top: 1px solid #CCCCCC;
}

@media (max-width: 768px) {
  .l-keyVisual__h1 {
    font-size: 3rem !important;
  }
}

.sidebar .ranking-list {
  margin-top: 30px;
}

.sidebar .special-list {
  margin-top: 30px;
}

.sidebar .new-list {
  margin-top: 30px;
}


.detail .detail-header {
  background: rgba(0, 0, 0, 0.6);
  padding: min(50px, calc(5000vw/ 1200)) min(40px, calc(4000vw/ 1200));
}

@media (max-width: 768px) {
  .detail .detail-header {
    padding: 20px;
  }
}

.detail .detail-header .detail-category {
  padding: min(7px, calc(700vw/ 1200)) min(16px, calc(1600vw/ 1200));
  border-radius: 25px;
  letter-spacing: 0;
  background: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  font-size: min(14px, calc(1400vw/ 1200));
  line-height: min(24px, calc(2400vw/ 1200));
  cursor: pointer;
  color: #333;
}

@media (max-width: 768px) {
  .detail .detail-header .detail-category {
    padding: 5px 14px;
    font-size: 13px;
    line-height: 20px;
  }
}

.detail .detail-header .detail-ttl {
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
  font-size: min(32px, calc(3400vw/ 1200));
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .detail .detail-header .detail-ttl {
    margin-top: 15px;
    font-size: 22px;
  }
}

.detail .detail-header .detail-info {
  margin-top: min(60px, calc(6000vw/ 1200));
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 768px) {
  .detail .detail-header .detail-info {
    margin-top: 45px;
    flex-direction: column;
    align-items: flex-start;
  }
}

.detail .detail-header .detail-info .detail-date {
  font-size: min(14px, calc(1400vw/ 1200));
  color: #FFC43E;
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: normal;
}

.detail .detail-header .detail-info .detail-date__updated {
  margin-left: 5px;
}

@media (max-width: 768px) {
  .detail .detail-header .detail-info .detail-date {
    font-size: 12px;
  }
}

.detail .detail-header .detail-info .detail-tag__list {
  margin-left: min(50px, calc(5000vw/ 1200));
}

@media (max-width: 768px) {
  .detail .detail-header .detail-info .detail-tag__list {
    margin-left: -14px;
    margin-top: 10px;
  }
}

.detail .detail-header .detail-info .detail-tag__list .detail-tag {
  padding: 2px 5px;
  margin-left: min(10px, calc(1000vw/ 1200));
  border: 1px solid #FFC43E;
  font-size: min(14px, calc(1400vw/ 1200));
  color: #FFC43E;
  font-weight: normal;
  font-family: "Hiragino Kaku Gothic ProN";
}

@media (max-width: 768px) {
  .detail .detail-header .detail-info .detail-tag__list .detail-tag {
    margin-left: 14px;
  }
}

.detail .img-pack {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
}

.detail .item-img {
  width: 100%;
  height: auto;
}

.column-content {
  background: #fff;
  padding: min(calc(4000vw/ 1200), 40px);
}


@font-face {
  font-family: "Hiragino Kaku Gothic ProN";
  src: url('./../font/Hiragino-Kaku-Gothic-ProN-W3.otf'), url('./../font/hiragino-kaku-gothic-pro-w6.otf');
}

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




.br_sp {
  display: none;
}

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

@media (max-width: 768px) {
  .br_sp {
    display: block;
  }

  .note {
    text-align: center !important;
  }

  .br_pc {
    display: none;
  }

  .c-lead {
    text-align: left;
  }

}


.bunkatsu {
  margin-top: 50px;
  margin-bottom: 20px;
}

.bunkatsu a img {
  margin: 0 auto;
}

.bunkatsu a {
  margin-top: 30px;
}

.bunkatsu img {
  margin: 0 auto;
}

.area {
  position: relative;
}

.btn-pc {
  position: absolute;
  bottom: 20px;
  left: 25%;
}

.btn-sp {
  position: absolute;
  bottom: 10px;
  left: 5%;
}


.free-contact {
  background: #FFC43E;
  color: #030303;
  border-radius: 40px;
  padding: 11px 20px;
  width: 200px;
  font-size: 14px;
  text-align: center;
  margin: 50px auto -30px;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
  justify-content: center;
}
.free-contact a{
  display: flex;

}
.img{
  margin-left: 5px;
  width: 12px;
}

.free-contact:hover {
  opacity: .6;
}

.siryou_menu {
  transition: opacity .4s;
}

.siryou_menu a {
  background: #ffc43e;
  color: #000 !important;
  border-radius: 30px;
  padding-left: 13px;
  padding-right: 13px;
  font-weight: 600;
  font-size: 12px!important;
  height: 45px;
  letter-spacing: 0;
}

.siryou_menu:hover {
  color: #000 !important;
  opacity: .6;
}
.menu_2{
  display: flex;

}

.siryou_menu img {
  width: 13px;
  margin-left: 5px;
}

.linespace {
  background: #fff;
  border-radius: 35px;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 20px 35px!important;
  width: 600px!important;
  margin-top: 30px!important;
  margin-bottom: 30px!important;
}

.linespace .text_green {
  color: #06c755;
}

.line_btn {
  background: #06c755;
  /* padding-right: 16px;
  padding-left: 16px; */
  height: 45px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  margin: 20px auto;
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .linespace {
    width: 400px !important;
  }

.linespace ul {
  flex-direction: column;
}
}



.line_btn_inner{
  display: flex;
}
.line_btn_inner img{
  height: 15px!important;
  margin-left: 8px;
}
.linespace ul {
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  margin-bottom: 20px;
}

.linespace li {
  font-size: 18px;
  text-decoration: underline #F2D78F 8px;
  text-underline-offset:-4px;
}


.line_btn a {
  color: #ffff00 !important;
}

.line_kome{
 font-size: 13px;
 letter-spacing: 0;
  text-align: left;
}

.img{
  display: flex;
align-items: center;
}
.is-contact{
  letter-spacing: 0;
}
.is-contact a{
  font-size: 13px!important;
}
.l-headerNav__item{
  letter-spacing: 0;
}