@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700&amp;subset=japanese&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@300;400;500;600&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*
 * HTML
 * -------------------------------------------------------------------
 */
html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: .05em;
  font-weight: 400;
  color: #000;
}

@media (max-width: 900px) {
  body {
    line-height: 1.7;
    font-size: 1.4rem;
  }
}

body.scroll-lock {
  overflow: hidden;
  height: 100%;
}

a {
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

img {
  vertical-align: middle;
  width: 100%;
}

.anchor_padding {
  padding-top: 160px;
  margin-top: -160px;
}

@media (max-width: 1060px) {
  .anchor_padding {
    padding-top: 130px;
    margin-top: -130px;
  }
}

.sp_navi {
  display: none;
}

@media (max-width: 900px) {
  .sp_navi {
    display: block;
  }
}

.pc_navi {
  display: block;
}

@media (max-width: 900px) {
  .pc_navi {
    display: none !important;
  }
}

.pc_only {
  display: block;
}

@media (max-width: 900px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}

@media (max-width: 900px) {
  .sp_only {
    display: block;
  }
}

.mgB20 {
  margin-bottom: 20px !important;
}

.mgB30 {
  margin-bottom: 30px !important;
}

.mgB40 {
  margin-bottom: 40px !important;
}

.mgB50 {
  margin-bottom: 50px !important;
}

.mgB60 {
  margin-bottom: 60px !important;
}

.mgB70 {
  margin-bottom: 70px !important;
}

.mgB80 {
  margin-bottom: 80px !important;
}

.mgB90 {
  margin-bottom: 90px !important;
}

.mgB100 {
  margin-bottom: 100px !important;
}

.mv_slide {
  padding-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 900px) {
  .mv_slide {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}

.mv_slide .mv_slide_list_item {
  position: relative;
  margin: 0 auto;
}

.mv_slide .mv_slide_list_item:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mv_slide .mv_slide_list_item figure {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}

@media (max-width: 900px) {
  .mv_slide .mv_slide_list_item figure {
    height: 100%;
  }
}

.mv_slide .mv_slide_list_item figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.mv_slide .mv_slide_list_item .text_box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}

@media (max-width: 900px) {
  .mv_slide .mv_slide_list_item .text_box {
    padding: 10px 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
  }
}

.mv_slide .mv_slide_list_item .text_box .other .cat {
  font-size: 1.0rem;
  background-color: #f9e14e;
  border-radius: 8px;
  padding: 2px 6px;
  margin-right: 10px;
  line-height: 1;
}

.mv_slide .mv_slide_list_item .text_box .other .date {
  font-size: 1.0rem;
  color: #fff;
  font-family: "Geologica", sans-serif;
}

.mv_slide .mv_slide_list_item .text_box .title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 900px) {
  .mv_slide .mv_slide_list_item .text_box .title {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

.mv_slide .mv_slide_list_item .text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
}

.mv_slide .mv_slide_list_item .text_box .tag_list span {
  font-size: 1.0rem;
  color: #fff;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
}

@media (max-width: 900px) {
  .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px 0;
  }
}

.top .side_box {
  width: 378px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 378px;
          flex: 0 0 378px;
  position: -webkit-sticky;
  position: sticky;
  height: calc(100% - 200px);
  margin-bottom: 50px;
  top: 100px;
}

@media (max-width: 900px) {
  .top .side_box {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.top .side_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px 0;
}

@media (max-width: 900px) {
  .top .side_box_inner {
    gap: 60px 0;
  }
}

.top .side_box .side_box_ttl {
  margin-bottom: 35px;
}

@media (max-width: 900px) {
  .top .side_box .side_box_ttl {
    margin-bottom: 20px;
  }
}

.top .side_box .side_box_ttl .en {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  font-family: "Geologica", sans-serif;
  line-height: 1;
}

@media (max-width: 900px) {
  .top .side_box .side_box_ttl .en {
    font-size: 3.0rem;
  }
}

.top .side_box .side_box_ttl .ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 900px) {
  .top .side_box .side_box_ttl .ja {
    font-size: 1.4rem;
  }
}

.top .side_box .side_cat .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}

.top .side_box .side_cat .cat_list_item {
  line-height: 1;
  font-size: 1.5rem;
}

.top .side_box .side_cat .cat_list_item a:hover {
  color: #ffc000;
}

.top .side_box .side_ranking .ranking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.top .side_box .side_ranking .ranking_list_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;
}

.top .side_box .side_ranking .ranking_list_item a figure {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}

.top .side_box .side_ranking .ranking_list_item a figure::after {
  content: "1";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-family: "Geologica", sans-serif;
  text-align: center;
  line-height: 1.9;
}

.top .side_box .side_ranking .ranking_list_item a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.top .side_box .side_ranking .ranking_list_item a .text_box {
  width: 240px;
  margin-left: 15px;
}

.top .side_box .side_ranking .ranking_list_item a .text_box .other {
  margin-bottom: 7px;
}

.top .side_box .side_ranking .ranking_list_item a .text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.top .side_box .side_ranking .ranking_list_item a .text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.top .side_box .side_ranking .ranking_list_item a .text_box .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 5px;
}

.top .side_box .side_ranking .ranking_list_item:nth-child(1) a figure::after {
  content: "1";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-family: "Geologica", sans-serif;
  text-align: center;
  line-height: 1.9;
}

.top .side_box .side_ranking .ranking_list_item:nth-child(2) a figure::after {
  content: "2";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-family: "Geologica", sans-serif;
  text-align: center;
  line-height: 1.9;
}

.top .side_box .side_ranking .ranking_list_item:nth-child(3) a figure::after {
  content: "3";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-family: "Geologica", sans-serif;
  text-align: center;
  line-height: 1.9;
}

.top .side_box .side_pickup .pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.top .side_box .side_pickup .pickup_list_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;
}

.top .side_box .side_pickup .pickup_list_item a figure {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}

.top .side_box .side_pickup .pickup_list_item a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.top .side_box .side_pickup .pickup_list_item a .text_box {
  width: 240px;
  margin-left: 15px;
}

.top .side_box .side_pickup .pickup_list_item a .text_box .other {
  margin-bottom: 7px;
}

.top .side_box .side_pickup .pickup_list_item a .text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.top .side_box .side_pickup .pickup_list_item a .text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.top .side_box .side_pickup .pickup_list_item a .text_box .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 5px;
}

.top .side_box .side_tag .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.top .side_box .side_tag .tag_list_item {
  line-height: 1;
  font-size: 1.5rem;
}

.top .side_box .side_tag .tag_list_item a:hover {
  color: #ffc000;
}

.main_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_box .sec_item:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .main_box .sec_item:not(:last-child) {
    margin-bottom: 70px;
  }
}

.main_box .article_list {
  display: -ms-grid;
  display: grid;
  gap: 35px;
  list-style-type: none;
  padding: 0;
  -ms-grid-columns: (minmax(270px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .main_box .article_list {
    gap: 30px;
  }
}

.main_box .article_list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main_box .article_list_item:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.main_box .article_list_item:hover .article_img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.main_box .article_list .article_img {
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 5px 5px 0 0;
  aspect-ratio: 2 / 1;
  z-index: 1;
  position: relative;
}

.main_box .article_list .article_img img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.main_box .article_list .article_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}

.main_box .article_list .article_text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.main_box .article_list .article_text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

@media (max-width: 900px) {
  .main_box .article_list .article_text_box .other .date {
    font-size: 1.1rem;
  }
}

.main_box .article_list .article_text_box .title {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .main_box .article_list .article_text_box .title {
    font-size: 1.6rem;
  }
}

.main_box .article_list .article_text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
}

.main_box .article_list .article_text_box .tag_list span {
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .main_box .article_list .article_text_box .tag_list span {
    font-size: 1.1rem;
  }
}

.main_box .ranking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
}

@media (max-width: 900px) {
  .main_box .ranking_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main_box .ranking_list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: calc(33.33% - 6px);
      flex-basis: calc(33.33% - 6px);
  max-width: calc(33.33% - 6px);
}

@media (max-width: 900px) {
  .main_box .ranking_list_item {
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
    max-width: 100% !important;
  }
}

.main_box .ranking_list_item:hover .article_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main_box .ranking_list_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-family: "Geologica", sans-serif;
  font-size: 1.8rem;
  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;
  z-index: 2;
  border-radius: 5px 0 0 0;
}

.main_box .ranking_list_item:nth-child(1)::after {
  content: "1";
}

.main_box .ranking_list_item:nth-child(2)::after {
  content: "2";
}

.main_box .ranking_list_item:nth-child(3)::after {
  content: "3";
}

.main_box .ranking_list .article_img {
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  z-index: 1;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.main_box .ranking_list .article_img img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.main_box .ranking_list .article_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  padding: 0 20px 20px;
}

.main_box .ranking_list .article_text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.main_box .ranking_list .article_text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.main_box .ranking_list .article_text_box .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.main_box .ranking_list .article_text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
}

.main_box .ranking_list .article_text_box .tag_list span {
  font-size: 1.1rem;
}

.box_ttl {
  margin-bottom: 35px;
}

@media (max-width: 900px) {
  .box_ttl {
    margin-bottom: 20px;
  }
}

.box_ttl .en {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  font-family: "Geologica", sans-serif;
  line-height: 1;
}

@media (max-width: 900px) {
  .box_ttl .en {
    font-size: 3.0rem;
  }
}

.box_ttl .ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 900px) {
  .box_ttl .ja {
    font-size: 1.4rem;
  }
}

.bottom_sec {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  margin-right: -5vw;
  padding-right: 5vw;
  background-color: #f7f7f7;
}

@media (max-width: 900px) {
  .bottom_sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.bottom_sec::before {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  top: 0;
  left: -50px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.btn_style {
  height: 70px;
  width: 280px;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .btn_style {
    height: 50px;
  }
}

.btn_style a {
  height: 100%;
  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;
  background-color: #000;
  color: #fff;
  border-radius: 35px;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #000;
  position: relative;
}

.btn_style a::before {
  content: '';
  position: absolute;
  bottom: 50%;
  right: 4%;
  width: 16%;
  height: 2px;
  background: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 900px) {
  .btn_style a::before {
    content: none;
  }
}

.btn_style a::after {
  content: '';
  position: absolute;
  bottom: 56%;
  right: 3%;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 900px) {
  .btn_style a::after {
    content: none;
  }
}

.btn_style a:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.btn_style a:hover::before {
  right: -7%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_style a:hover::after {
  right: -7.8%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btn_style a span {
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .btn_style a span {
    font-size: 1.4rem;
  }
}

.swiper-button-prev, .swiper-button-next {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #000;
}

.swiper-button-prev::after, .swiper-button-next::after {
  content: "";
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
}

.swiper-button-prev {
  left: 23%;
}

@media (max-width: 900px) {
  .swiper-button-prev {
    left: 5%;
  }
}

.swiper-button-prev::after {
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 12px;
}

.swiper-button-next {
  right: 23%;
}

@media (max-width: 900px) {
  .swiper-button-next {
    right: 5%;
  }
}

.swiper-button-next::after {
  width: 9px;
  height: 9px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 12px;
}

.Search-form-style {
  border: 1px solid #000;
  height: 40px;
  padding: 0 10px 0 20px;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-bottom: -30px;
}

@media (max-width: 900px) {
  .Search-form-style {
    height: 50px;
    width: 100%;
    margin-bottom: auto;
  }
}

.Search-form-style:focus-within {
  border: 1px solid #ffc000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.Search-form-style input {
  width: 100%;
  height: 100%;
}

.Search-form-style input:focus {
  outline: none;
}

.Search-form-style .search-btn {
  width: 20px;
}

.Search-form-style .dashicons-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.Search-form-style .dashicons-search::before {
  content: none;
}

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

.wp-pagenavi a, .wp-pagenavi span {
  width: 40px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-family: "Geologica", sans-serif;
  border: 1px solid #000;
  margin: 5px;
}

@media (max-width: 900px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}

.wp-pagenavi span.current {
  background-color: #000;
  color: #fff;
}

.wp-pagenavi a.nextpostslink {
  border: none;
  position: relative;
  font-size: 0;
  margin-left: 30px;
}

@media (max-width: 900px) {
  .wp-pagenavi a.nextpostslink {
    margin-left: 15px;
  }
}

.wp-pagenavi a.nextpostslink::before {
  content: "";
  position: relative;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  bottom: 2px;
  right: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 900px) {
  .wp-pagenavi a.nextpostslink::before {
    width: 30px;
    height: 6px;
  }
}

.wp-pagenavi a.nextpostslink:hover::before {
  right: -5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp-pagenavi a.previouspostslink {
  border: none;
  position: relative;
  font-size: 0;
  margin-right: 30px;
}

@media (max-width: 900px) {
  .wp-pagenavi a.previouspostslink {
    margin-right: 15px;
  }
}

.wp-pagenavi a.previouspostslink::before {
  content: "";
  position: relative;
  width: 40px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  bottom: 2px;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 900px) {
  .wp-pagenavi a.previouspostslink::before {
    width: 30px;
    height: 6px;
  }
}

.wp-pagenavi a.previouspostslink:hover::before {
  left: -5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp-pagenavi a.page {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.wp-pagenavi a.page:hover {
  background-color: #eee;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .mv_box {
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 900px) {
  .archive .mv_box {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

.archive .mv_box_inner {
  position: relative;
}

.archive .mv_box .mv_bg {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

@media (max-width: 900px) {
  .archive .mv_box .mv_bg {
    height: 200px;
  }
}

.archive .mv_box .mv_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.archive .mv_box .mv_ttl {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.archive .mv_box .mv_ttl h1 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  height: 100%;
  gap: 5px 0;
}

.archive .mv_box .mv_ttl h1 .en {
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Geologica", sans-serif;
}

@media (max-width: 900px) {
  .archive .mv_box .mv_ttl h1 .en {
    font-size: 3.5rem;
  }
}

.archive .mv_box .mv_ttl h1 .ja {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 900px) {
  .archive .mv_box .mv_ttl h1 .ja {
    font-size: 1.4rem;
  }
}

.archive .mv_box .breadcrumb_box {
  position: absolute;
  bottom: 10px;
  left: 5%;
}

@media (max-width: 900px) {
  .archive .mv_box .breadcrumb_box {
    bottom: 5px;
  }
}

.archive .mv_box .breadcrumb_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0 13px;
}

@media (max-width: 900px) {
  .archive .mv_box .breadcrumb_box_list {
    gap: 0 5px;
  }
}

.archive .mv_box .breadcrumb_box_list_item {
  position: relative;
}

.archive .mv_box .breadcrumb_box_list_item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  line-height: 1;
  color: #fff;
}

@media (max-width: 900px) {
  .archive .mv_box .breadcrumb_box_list_item:not(:last-child)::after {
    font-size: 1.1rem;
    margin-left: 3px;
  }
}

.archive .mv_box .breadcrumb_box_list_item span {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
}

@media (max-width: 900px) {
  .archive .mv_box .breadcrumb_box_list_item span {
    font-size: 1.1rem;
  }
}

.archive .side_box {
  width: 378px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 378px;
          flex: 0 0 378px;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .archive .side_box {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}

.archive .side_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 100px 0;
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .archive .side_box_inner {
    gap: 60px 0;
    margin-bottom: 60px;
  }
}

.archive .side_box_inner.-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

@media (max-width: 900px) {
  .archive .side_box_inner.-sticky {
    position: relative;
    top: 0;
  }
}

.archive .side_box .side_box_ttl {
  margin-bottom: 35px;
}

@media (max-width: 900px) {
  .archive .side_box .side_box_ttl {
    margin-bottom: 20px;
  }
}

.archive .side_box .side_box_ttl .en {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  font-family: "Geologica", sans-serif;
  line-height: 1;
}

@media (max-width: 900px) {
  .archive .side_box .side_box_ttl .en {
    font-size: 3.0rem;
  }
}

.archive .side_box .side_box_ttl .ja {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 900px) {
  .archive .side_box .side_box_ttl .ja {
    font-size: 1.4rem;
  }
}

.archive .side_box .sticky_box {
  position: -webkit-sticky;
  position: sticky;
  height: calc(100% - 200px);
  top: 100px;
  display: block;
}

@media (max-width: 900px) {
  .archive .side_box .sticky_box {
    position: relative;
  }
}

.archive .side_box .side_cat .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}

.archive .side_box .side_cat .cat_list_item {
  line-height: 1;
  font-size: 1.5rem;
}

.archive .side_box .side_cat .cat_list_item a:hover {
  color: #ffc000;
}

.archive .side_box .side_ranking .ranking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.archive .side_box .side_ranking .ranking_list_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;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .side_box .side_ranking .ranking_list_item a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .side_box .side_ranking .ranking_list_item a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .side_box .side_ranking .ranking_list_item a figure {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 900px) {
  .archive .side_box .side_ranking .ranking_list_item a figure {
    width: 100px;
    height: 100px;
  }
}

.archive .side_box .side_ranking .ranking_list_item a figure::after {
  content: "1";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-family: "Geologica", sans-serif;
  text-align: center;
  line-height: 1.9;
}

.archive .side_box .side_ranking .ranking_list_item a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .side_box .side_ranking .ranking_list_item a .text_box {
  width: 240px;
  margin-left: 15px;
}

.archive .side_box .side_ranking .ranking_list_item a .text_box .other {
  margin-bottom: 7px;
}

.archive .side_box .side_ranking .ranking_list_item a .text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.archive .side_box .side_ranking .ranking_list_item a .text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.archive .side_box .side_ranking .ranking_list_item a .text_box .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 5px;
}

.archive .side_box .side_ranking .ranking_list_item:nth-child(1) a figure::after {
  content: "1";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-family: "Geologica", sans-serif;
  text-align: center;
  line-height: 1.9;
}

.archive .side_box .side_ranking .ranking_list_item:nth-child(2) a figure::after {
  content: "2";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-family: "Geologica", sans-serif;
  text-align: center;
  line-height: 1.9;
}

.archive .side_box .side_ranking .ranking_list_item:nth-child(3) a figure::after {
  content: "3";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-family: "Geologica", sans-serif;
  text-align: center;
  line-height: 1.9;
}

.archive .side_box .side_pickup .pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.archive .side_box .side_pickup .pickup_list_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;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .side_box .side_pickup .pickup_list_item a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .side_box .side_pickup .pickup_list_item a:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .side_box .side_pickup .pickup_list_item a figure {
  width: 120px;
  height: 120px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 900px) {
  .archive .side_box .side_pickup .pickup_list_item a figure {
    width: 100px;
    height: 100px;
  }
}

.archive .side_box .side_pickup .pickup_list_item a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .side_box .side_pickup .pickup_list_item a .text_box {
  width: 240px;
  margin-left: 15px;
}

.archive .side_box .side_pickup .pickup_list_item a .text_box .other {
  margin-bottom: 7px;
}

.archive .side_box .side_pickup .pickup_list_item a .text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.archive .side_box .side_pickup .pickup_list_item a .text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.archive .side_box .side_pickup .pickup_list_item a .text_box .title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  padding-left: 5px;
}

.archive .side_box .side_tag .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.archive .side_box .side_tag .tag_list_item {
  line-height: 1;
  font-size: 1.5rem;
}

.archive .side_box .side_tag .tag_list_item a:hover {
  color: #ffc000;
}

.archive .main_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.archive .main_box .sec_item:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 900px) {
  .archive .main_box .sec_item:not(:last-child) {
    margin-bottom: 70px;
  }
}

.archive .main_box .article_list_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  padding: 0;
  margin-bottom: 50px;
}

@media (max-width: 900px) {
  .archive .main_box .article_list_archive {
    gap: 30px;
  }
}

.archive .main_box .article_list_archive_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .main_box .article_list_archive_item a:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.archive .main_box .article_list_archive_item a:hover .article_img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 900px) {
  .archive .main_box .article_list_archive_item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
  }
}

.archive .main_box .article_list_archive .article_img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  aspect-ratio: 2 /1;
  border-radius: 5px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .archive .main_box .article_list_archive .article_img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    aspect-ratio: 2 /1;
    height: auto;
    width: 100%;
  }
}

.archive .main_box .article_list_archive .article_img.-label {
  position: relative;
}

.archive .main_box .article_list_archive .article_img.-label::before {
  content: "PICK UP";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  margin: 0;
  padding: 5px 5px;
  z-index: 2;
  width: 70px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  background: rgba(0, 0, 0 ,0.6);
  font-weight: bold;
}

.archive .main_box .article_list_archive .article_img.-label::after {
}

.archive .main_box .article_list_archive .article_img img {
  border-radius: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.archive .main_box .article_list_archive .article_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}

.archive .main_box .article_list_archive .article_text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.archive .main_box .article_list_archive .article_text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

@media (max-width: 900px) {
  .archive .main_box .article_list_archive .article_text_box .other .date {
    font-size: 1.1rem;
  }
}

.archive .main_box .article_list_archive .article_text_box .title {
  font-size: 2.0rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .archive .main_box .article_list_archive .article_text_box .title {
    font-size: 1.6rem;
  }
}

.archive .main_box .article_list_archive .article_text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
}

.archive .main_box .article_list_archive .article_text_box .tag_list span {
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .archive .main_box .article_list_archive .article_text_box .tag_list span {
    font-size: 1.1rem;
  }
}

.archive .main_box .article_list_archive .article_text_box .summary_txt {
  margin-top: 10px;
  font-size: 1.5rem;
}

@media (max-width: 900px) {
  .archive .main_box .article_list_archive .article_text_box .summary_txt {
    font-size: 1.3rem;
    text-align: justify;
  }
}

.search .mv_box {
  padding-top: 80px;
  margin-bottom: 80px;
  position: relative;
}

@media (max-width: 900px) {
  .search .mv_box {
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

.search .mv_box_inner {
  position: relative;
}

.search .mv_box .mv_bg {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

@media (max-width: 900px) {
  .search .mv_box .mv_bg {
    height: 200px;
  }
}

.search .mv_box .mv_bg img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.search .mv_box .mv_ttl {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
}

.search .mv_box .mv_ttl h1 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  height: 100%;
  gap: 5px 0;
}

.search .mv_box .mv_ttl h1 .en {
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Geologica", sans-serif;
}

@media (max-width: 900px) {
  .search .mv_box .mv_ttl h1 .en {
    font-size: 3.5rem;
  }
}

.search .mv_box .mv_ttl h1 .ja {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 900px) {
  .search .mv_box .mv_ttl h1 .ja {
    font-size: 1.4rem;
  }
}

.search .mv_box .breadcrumb_box {
  position: absolute;
  bottom: 10px;
  left: 5%;
}

@media (max-width: 900px) {
  .search .mv_box .breadcrumb_box {
    bottom: 5px;
  }
}

.search .mv_box .breadcrumb_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0 13px;
}

@media (max-width: 900px) {
  .search .mv_box .breadcrumb_box_list {
    gap: 0 5px;
  }
}

.search .mv_box .breadcrumb_box_list_item {
  position: relative;
}

.search .mv_box .breadcrumb_box_list_item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  line-height: 1;
}

@media (max-width: 900px) {
  .search .mv_box .breadcrumb_box_list_item:not(:last-child)::after {
    font-size: 1.1rem;
    margin-left: 3px;
  }
}

.search .mv_box .breadcrumb_box_list_item span {
  font-size: 1.3rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .search .mv_box .breadcrumb_box_list_item span {
    font-size: 1.1rem;
  }
}

.search .wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  display: block;
}

.search .article_number {
  margin-bottom: 45px;
  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;
}

.search .article_number_box {
  line-height: 1;
}

.search .article_number_box .en {
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  font-size: 2.0rem;
}

.search .article_number_box .ja {
  font-weight: bold;
  font-size: 1.8rem;
}

.search .article_number form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.search .article_number form::after {
  content: '';
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

.search .article_number form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 110px;
  padding: 0.2em calc(.8em + 30px) 0.2em 0.8em;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 1.5rem;
  cursor: pointer;
}

.search .main_box {
  margin-bottom: 65px;
}

.search .main_box .sec_item:not(:last-child) {
  margin-bottom: 100px;
}

.search .main_box .article_list {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  list-style-type: none;
  padding: 0;
  -ms-grid-columns: (minmax(310px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  margin-bottom: 50px;
}

.search .main_box .article_list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.search .main_box .article_list_item:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.search .main_box .article_list_item:hover .article_img img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.search .main_box .article_list .article_img {
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 5px 5px 0 0;
  aspect-ratio: 2 / 1;
  z-index: 1;
  position: relative;
}

.search .main_box .article_list .article_img img {
  border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -o-object-fit: cover;
     object-fit: cover;
}

.search .main_box .article_list .article_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
}

.search .main_box .article_list .article_text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.search .main_box .article_list .article_text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.search .main_box .article_list .article_text_box .title {
  font-size: 1.8rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .search .main_box .article_list .article_text_box .title {
    font-size: 1.6rem;
  }
}

.search .main_box .article_list .article_text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
}

.search .main_box .article_list .article_text_box .tag_list span {
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .search .main_box .article_list .article_text_box .tag_list span {
    font-size: 1.1rem;
  }
}

.search .bottom_box {
  position: relative;
}

.search .bottom_box::after {
  content: "";
  position: absolute;
  top: 0;
  background-color: #f7f7f7;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  z-index: -1;
}

.search .bottom_box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 75px 0;
}

@media (max-width: 900px) {
  .search .bottom_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
    padding: 50px 0;
  }
}

.search .bottom_box_inner .-item {
  width: 50%;
}

@media (max-width: 900px) {
  .search .bottom_box_inner .-item {
    width: 100%;
  }
}

.search .bottom_box .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}

.search .bottom_box .cat_list_item {
  line-height: 1;
  font-size: 1.5rem;
}

.search .bottom_box .cat_list_item a:hover {
  color: #ffc000;
}

.search .bottom_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.search .bottom_box .tag_list_item {
  line-height: 1;
  font-size: 1.5rem;
}

.search .bottom_box .tag_list_item a:hover {
  color: #ffc000;
}

.article .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 50px;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 120px 5% 0;
  position: relative;
}

@media (max-width: 900px) {
  .article .wrapper {
    padding: 80px 5% 0;
  }
}

.article .side_box {
  width: 378px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 378px;
          flex: 0 0 378px;
  position: -webkit-sticky;
  position: sticky;
  height: calc(100% - 200px);
  margin-bottom: 50px;
  top: 100px;
}

@media (max-width: 900px) {
  .article .side_box {
    display: none;
  }
}

.article .side_box .article_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  margin-bottom: 35px;
}

.article .side_box .article_text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.article .side_box .article_text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.article .side_box .article_text_box .title {
  font-size: 1.8rem;
  font-weight: bold;
}

.article .side_box .article_text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
}

.article .side_box .article_text_box .tag_list span {
  font-size: 1.2rem;
}

.article .side_box .article_headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
  padding-right: 10%;
}

.article .side_box .article_headline_item a {
  font-size: 1.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 10px;
  color: #aaa;
}

.article .side_box .article_headline_item a::before {
  content: "";
  position: relative;
  left: 0;
  border: 5px solid transparent;
  border-left: 6px solid #f9e14e;
  margin-top: 1px;
}

.article .side_box .article_headline_item a.-active {
  color: #000;
  font-weight: bold;
}

.article .main_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.article .main_box .article_mv {
  margin-bottom: 50px;
}

.article .main_box .article_mv figure {
  margin-bottom: 10px;
}

.article .main_box .article_mv figure img {
  width: 100%;
  height: auto;
}

.article .main_box .article_mv .breadcrumb_box {
  position: relative;
  line-height: 1;
}

.article .main_box .article_mv .breadcrumb_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 0 13px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 900px) {
  .article .main_box .article_mv .breadcrumb_box_list {
    gap: 5px;
  }
}

.article .main_box .article_mv .breadcrumb_box_list_item {
  position: relative;
}

.article .main_box .article_mv .breadcrumb_box_list_item a:hover {
  color: #ffc000;
}

.article .main_box .article_mv .breadcrumb_box_list_item:not(:last-child)::after {
  content: ">";
  margin-left: 8px;
  line-height: 1;
}

@media (max-width: 900px) {
  .article .main_box .article_mv .breadcrumb_box_list_item:not(:last-child)::after {
    font-size: 1.1rem;
    margin-left: 3px;
  }
}

.article .main_box .article_mv .breadcrumb_box_list_item span {
  font-size: 1.3rem;
  line-height: 1;
}

@media (max-width: 900px) {
  .article .main_box .article_mv .breadcrumb_box_list_item span {
    font-size: 1.1rem;
  }
}

.article .main_box .article_box .article_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
}

.article .main_box .article_box .article_text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.article .main_box .article_box .article_text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.article .main_box .article_box .article_text_box .title {
  font-size: 2.4rem;
  font-weight: bold;
}

@media (max-width: 900px) {
  .article .main_box .article_box .article_text_box .title {
    font-size: 2.0rem;
    line-height: 1.4;
  }
}

.article .main_box .article_box .article_text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
  line-height: 1.3;
}

.article .main_box .article_box .article_text_box .tag_list span {
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .article .main_box .article_box .article_text_box .tag_list span {
    font-size: 1.1rem;
  }
}

.article .main_box .article_box_intro {
  margin-bottom: 40px;
}

.article .main_box .article_box_intro p {
  font-size: 1.5rem;
  line-height: 2;
  text-align: justify;
}

@media (max-width: 900px) {
  .article .main_box .article_box_intro p {
    font-size: 1.3rem;
  }
}

.article .main_box .article_box_contents {
  background-color: #f7f7f7;
  padding: 40px;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .article .main_box .article_box_contents {
    padding: 7%;
  }
}

.article .main_box .article_box_contents .ttl {
  font-family: "Geologica", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
  margin-bottom: 18px;
}

@media (max-width: 900px) {
  .article .main_box .article_box_contents .ttl {
    font-size: 1.5rem;
  }
}

.article .main_box .article_box_contents .contents_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px 0;
}

.article .main_box .article_box_contents .contents_list_item a {
  font-size: 1.5rem;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0 10px;
}

@media (max-width: 900px) {
  .article .main_box .article_box_contents .contents_list_item a {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.article .main_box .article_box_contents .contents_list_item a::before {
  content: "";
  position: relative;
  left: 0;
  border: 5px solid transparent;
  border-left: 6px solid #f9e14e;
  margin-top: 1px;
}

.article .main_box .article_box_editor {
  font-size: 1.5rem;
  line-height: 2;
}

.article .main_box .article_box_editor h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 15px;
  margin-top: 60px;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor h2 {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.article .main_box .article_box_editor h2::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #f9e14e;
  bottom: 0;
  left: 0;
  position: absolute;
}

.article .main_box .article_box_editor h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor h3 {
    font-size: 1.5rem;
  }
}

.article .main_box .article_box_editor p {
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor p {
    font-size: 1.3rem;
    line-height: 2;
  }
}

.article .main_box .article_box_editor img {
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}

.article .main_box .article_box_editor figure a {
  border-bottom: none;
}

.article .main_box .article_box_editor figure a:hover {
  border-bottom: none;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor figure {
    display: block;
  }
}

.article .main_box .article_box_editor figcaption {
  display: block !important;
}

.article .main_box .article_box_editor a {
  border-bottom: 1.5px solid #ddd;
  -webkit-transition: all .3s;
  transition: all .3s;
  word-wrap: break-word;
}

.article .main_box .article_box_editor a:hover {
  border-bottom: 1.5px solid #f9e14e;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor table {
    min-width: 700px;
  }
}

.article .main_box .article_box_editor table th {
  background: #f0f0f0;
}

.article .main_box .article_box_editor .blog-card {
  background: #fff;
  border: 1px solid #000;
  word-wrap: break-word;
  max-width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.article .main_box .article_box_editor .blog-card:hover {
  cursor: pointer;
}

.article .main_box .article_box_editor .blog-card::before {
  position: absolute;
  padding: 2px 6px;
  content: "あわせて読みたい記事";
  background-color: #f9e14e;
  color: #000;
  font-size: 1.3rem;
  font-weight: bold;
  z-index: 1;
}

.article .main_box .article_box_editor .blog-card:not(:last-child) {
  margin-bottom: 30px;
}

.article .main_box .article_box_editor .blog-card a {
  text-decoration: none;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 50px;
  padding: 40px 3% 20px;
}

.article .main_box .article_box_editor .blog-card a:hover .blog-card-btn span {
  color: #ffc000;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-bottom: 1px solid #ffc000;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor .blog-card a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px 0;
    padding: 0;
  }
}

.article .main_box .article_box_editor .blog-card .blog-card-thumbnail {
  width: 100%;
  max-width: 300px;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor .blog-card .blog-card-thumbnail {
    max-width: 100%;
  }
}

.article .main_box .article_box_editor .blog-card .blog-card-thumbnail img {
  width: 100%;
  margin: 0;
}

.article .main_box .article_box_editor .blog-card .blog-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor .blog-card .blog-card-content {
    padding: 0 5% 5%;
  }
}

.article .main_box .article_box_editor .blog-card .blog-card-title {
  font-size: 2.0rem;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor .blog-card .blog-card-title {
    font-size: 1.8rem;
  }
}

.article .main_box .article_box_editor .blog-card .blog-card-excerpt {
  font-size: 1.4rem;
  color: #4c4c4c;
  margin: 0 10px 10px 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 900px) {
  .article .main_box .article_box_editor .blog-card .blog-card-excerpt {
    display: none;
  }
}

.article .main_box .article_box_editor .blog-card .blog-card-btn {
  text-align: right;
}

.article .main_box .article_box_editor .blog-card .blog-card-btn span {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Geologica", sans-serif;
  border-bottom: 1px solid #000;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.article .main_box .sec_item:not(:last-child) {
  margin-bottom: 100px;
}

.article .main_box .ranking_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
  margin-bottom: 45px;
}

.article .main_box .ranking_list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: calc(33.33% - 6px);
      flex-basis: calc(33.33% - 6px);
  max-width: calc(33.33% - 6px);
}

.article .main_box .ranking_list_item:hover .article_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.article .main_box .ranking_list_item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-family: "Geologica", sans-serif;
  font-size: 1.8rem;
  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;
  z-index: 2;
  border-radius: 5px 0 0 0;
}

.article .main_box .ranking_list_item:nth-child(1)::after {
  content: "1";
}

.article .main_box .ranking_list_item:nth-child(2)::after {
  content: "2";
}

.article .main_box .ranking_list_item:nth-child(3)::after {
  content: "3";
}

.article .main_box .ranking_list .article_img {
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  z-index: 1;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.article .main_box .ranking_list .article_img img {
  border-radius: 5px 5px 0 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.article .main_box .ranking_list .article_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  padding: 0 20px 20px;
}

.article .main_box .ranking_list .article_text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.article .main_box .ranking_list .article_text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.article .main_box .ranking_list .article_text_box .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.article .main_box .ranking_list .article_text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
}

.article .main_box .ranking_list .article_text_box .tag_list span {
  font-size: 1.1rem;
}

.article .main_box .pickup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0;
  margin-bottom: 40px;
}

@media (max-width: 900px) {
  .article .main_box .pickup_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.article .main_box .pickup_list_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  -ms-flex-preferred-size: calc(33.33% - 6px);
      flex-basis: calc(33.33% - 6px);
  max-width: calc(33.33% - 6px);
}

@media (max-width: 900px) {
  .article .main_box .pickup_list_item {
    -ms-flex-preferred-size: 1;
        flex-basis: 1;
    max-width: 100% !important;
  }
}

.article .main_box .pickup_list_item:hover .article_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.article .main_box .pickup_list .article_img {
  margin-bottom: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: hidden;
  aspect-ratio: 2 / 1;
  z-index: 1;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.article .main_box .pickup_list .article_img img {
  border-radius: 5px 5px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  height: 100%;
}

.article .main_box .pickup_list .article_text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px 0;
  padding: 0 20px 20px;
}

.article .main_box .pickup_list .article_text_box .other .cat {
  display: inline-block;
  background-color: #f9e14e;
  color: #000;
  font-size: 1.2rem;
  border-radius: 10px;
  padding: 4px 10px;
  margin-right: 10px;
  line-height: 1;
}

.article .main_box .pickup_list .article_text_box .other .date {
  font-size: 1.2rem;
  color: #c0c0c0;
  font-family: "Geologica", sans-serif;
}

.article .main_box .pickup_list .article_text_box .title {
  font-size: 1.5rem;
  font-weight: bold;
}

.article .main_box .pickup_list .article_text_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3px 10px;
}

.article .main_box .pickup_list .article_text_box .tag_list span {
  font-size: 1.1rem;
}

.article .main_box .taxonomy_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-top: 80px;
}

@media (max-width: 900px) {
  .article .main_box .taxonomy_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px 0;
  }
}

.article .main_box .taxonomy_box .-item {
  width: 50%;
}

@media (max-width: 900px) {
  .article .main_box .taxonomy_box .-item {
    width: 100%;
  }
}

.article .main_box .taxonomy_box .cat_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px 0;
}

.article .main_box .taxonomy_box .cat_list_item {
  line-height: 1;
  font-size: 1.5rem;
}

.article .main_box .taxonomy_box .cat_list_item a:hover {
  color: #ffc000;
}

.article .main_box .taxonomy_box .tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.article .main_box .taxonomy_box .tag_list_item {
  line-height: 1;
  font-size: 1.5rem;
}

.article .main_box .taxonomy_box .tag_list_item a:hover {
  color: #ffc000;
}

.footer {
  background-color: #000;
  padding: 0 5%;
}

.footer_inner {
  padding: 40px 0;
  width: 100%;
}

@media (max-width: 900px) {
  .footer_inner {
    padding: 30px 0;
  }
}

.footer .footer_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .footer .footer_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 50px 0;
  }
}

.footer .footer_box_pro {
  text-align: left;
}

@media (max-width: 900px) {
  .footer .footer_box_pro {
    text-align: center;
  }
}

.footer .footer_box_pro img {
  height: 30px;
  width: auto;
  margin-bottom: 25px;
}

@media (max-width: 900px) {
  .footer .footer_box_pro img {
    margin-bottom: 10px;
    height: 25px;
  }
}

.footer .footer_box_pro p {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .footer .footer_box_pro p {
    font-size: 1.0rem;
  }
}

.footer .footer_box_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 50px;
}

@media (max-width: 900px) {
  .footer .footer_box_other {
    gap: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .footer_box_other .nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 40px;
  margin-top: 23px;
}

@media (max-width: 900px) {
  .footer .footer_box_other .nav_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
}

.footer .footer_box_other .nav_link_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;
  gap: 0 10px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500px;
  position: relative;
  line-height: 1;
}

@media (max-width: 900px) {
  .footer .footer_box_other .nav_link_item a {
    font-size: 1.3rem;
  }
}

.footer .footer_box_other .nav_link_item a::before {
  content: "";
  position: relative;
  left: 0;
  border: 5px solid transparent;
  border-left: 6px solid #f9e14e;
  margin-top: 1px;
}

@media (max-width: 900px) {
  .footer .footer_box_other .nav_link_item a::before {
    border: 3px solid transparent;
    border-left: 4px solid #f9e14e;
  }
}

.footer .footer_box_other .other_link_btn {
  background-color: #f9e14e;
  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: 160px;
  height: 60px;
  color: #000;
  margin-bottom: 30px;
}

@media (max-width: 900px) {
  .footer .footer_box_other .other_link_btn {
    width: 160px;
    height: 50px;
    margin-bottom: 15px;
  }
}

.footer .footer_box_other .other_link_btn span {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .footer .footer_box_other .other_link_btn span {
    font-size: 1.3rem;
  }
}

.footer .footer_box_other .other_link_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 900px) {
  .footer .footer_box_other .other_link_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .footer_box_other .other_link_sns_item {
  width: 30px;
}

@media (max-width: 900px) {
  .footer .footer_box_other .other_link_sns_item {
    width: 28px;
  }
}

.footer .footer_box_other .other_link_sns_item:not(:last-child) {
  margin-right: 20px;
}

.header {
  padding: 0 5%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: rgba(255, 255, 255, 0.7);
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 10;
  width: 100%;
}

@media (max-width: 900px) {
  .header {
    height: 60px;
  }
}

.header_inner {
  width: 100%;
}

.header .sp_navBox {
  display: none;
}

.header .sp_navBtn {
  display: none;
}

.header .header_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 900px) {
  .header .header_box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .header_box_pro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}

@media (max-width: 900px) {
  .header .header_box_pro {
    gap: 0 15px;
    height: 100%;
  }
}

.header .header_box_pro img {
  height: 30px;
  width: auto;
}

@media (max-width: 900px) {
  .header .header_box_pro img {
    height: 25px;
  }
}

.header .header_box_pro p {
  color: #000;
  font-size: 2.0rem;
  font-weight: bold;
  font-family: "Geologica", sans-serif;
  line-height: 1;
}

@media (max-width: 900px) {
  .header .header_box_pro p {
    font-size: 1.5rem;
  }
}

.header .header_box_other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 900px) {
  .header .header_box_other {
    display: none;
  }
}

.header .header_box_other .nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 40px;
}

.header .header_box_other .nav_link_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;
  gap: 0 10px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500px;
  position: relative;
  line-height: 1;
}

.header .header_box_other .nav_link_item a::before {
  content: "";
  position: relative;
  left: 0;
  border: 5px solid transparent;
  border-left: 6px solid #f9e14e;
  margin-top: 1px;
}

.header .header_box_other .other_link_btn {
  background-color: #f9e14e;
  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: 160px;
  height: 60px;
  color: #000;
  position: relative;
}

.header .header_box_other .other_link_btn span {
  font-size: 1.5rem;
  font-weight: 500;
}

@media (max-width: 900px) {
  .header .sp_navBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
    width: 30px;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .sp_navBtn.-active span:nth-child(1) {
    top: 18px;
    right: 8px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .header .sp_navBtn.-active span:nth-child(2) {
    display: none;
  }
  .header .sp_navBtn.-active span:nth-child(3) {
    top: 30px;
    right: 8px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
  .header .sp_navBtn span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
  }
  .header .sp_navBtn span:nth-child(1), .header .sp_navBtn span:nth-child(3) {
    height: 2px;
    background: #000;
    width: 100%;
    right: 0;
  }
  .header .sp_navBtn span:nth-child(1) {
    top: 13px;
  }
  .header .sp_navBtn span:nth-child(3) {
    top: 36px;
  }
  .header .sp_navBtn span.dli-search {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 0.7em;
    height: 0.7em;
    border: 0.1em solid currentColor;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: relative;
  }
  .header .sp_navBtn span.dli-search::before {
    content: '';
    position: absolute;
    top: calc(85.35534% + 0.07071em);
    left: calc(85.35534% + 0.07071em);
    width: 0.336em;
    height: 0.1em;
    background: currentColor;
    border-radius: 0 0.1em 0.1em 0;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  .header .sp_navBox {
    opacity: 0;
    display: block;
    position: absolute;
    background-color: rgba(247, 247, 247, 0.9);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    padding: 5%;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity .4s ease, visibility .4s ease;
    transition: opacity .4s ease, visibility .4s ease;
    z-index: -1;
    visibility: hidden;
    overflow-y: scroll;
  }
  .header .sp_navBox.-active {
    opacity: 1;
    z-index: 10;
    visibility: visible;
  }
  .header .sp_navBox_inner {
    border-radius: 5px;
    background-color: #fff;
    padding: 10% 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px 0;
    margin-bottom: 250px;
  }
  .header .sp_navBox .box_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px 0;
    margin-bottom: 30px;
  }
  .header .sp_navBox .box_name .en {
    font-weight: bold;
    font-family: "Geologica", sans-serif;
    font-size: 2.8rem;
    line-height: 1;
  }
  .header .sp_navBox .box_name .ja {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1;
  }
  .header .sp_navBox .cat_box_nav .cat_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    line-height: 1;
  }
  .header .sp_navBox .cat_box_nav .cat_list a {
    font-size: 1.5rem;
  }
  .header .sp_navBox .tag_box_nav .tag_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px;
    line-height: 1;
  }
  .header .sp_navBox .tag_box_nav .tag_list a {
    font-size: 1.5rem;
  }
  .header .sp_navBox .other_box {
    padding-top: 30px;
    border-top: 1px dotted #ddd;
  }
  .header .sp_navBox .other_box_link {
    margin-bottom: 30px;
  }
  .header .sp_navBox .other_box_link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 30px;
  }
  .header .sp_navBox .other_box_link ul li a {
    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;
    gap: 20px 10px;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500px;
    position: relative;
    line-height: 1;
  }
  .header .sp_navBox .other_box_link ul li a::before {
    content: "";
    position: relative;
    left: 0;
    border: 5px solid transparent;
    border-left: 6px solid #f9e14e;
    margin-top: 1px;
  }
  .header .sp_navBox .other_box_linkbth .other_link_btn {
    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: #f9e14e;
    height: 45px;
  }
  .header .sp_navBox .other_box_linkbth .other_link_btn span {
    color: #000;
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.header .sp_navBox .search_box.-sp_form .Search-form-style {
  width: 100%;
  height: 50px;
  margin-bottom: auto;
}
/*# sourceMappingURL=style.css.map */