@charset "UTF-8";
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  line-height: 1.0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* Address styling not present in IE 8/9 */

/* https://gist.github.com/unruthless/413930 */

/* # =================================================================
# Forms
# ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
/* Style select like a standard input */

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

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

.pc_block {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc_block {
    display: none;
  }
}

.sp_block {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp_block {
    display: block;
  }
}

img {
  display: block;
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .1s;
  transition: .1s;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #2F261C;
  font-weight: 400;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*20250929*/
.top2021_contents_mv_news {
    align-items: stretch;
    border: 1px solid #707070;
    border-radius: 3px;
  }
@media only screen and (max-width: 768px) {
  .top2021_contents_mv_news {
    display: block;
  }
  }
    .top2021_contents_mv_news .news_midashi,
    .top2021_contents_mv_news .news_list,
    .top2021_contents_mv_news a {
      font-size: 14px;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .top2021_contents_mv_news .news_midashi,
        .top2021_contents_mv_news .news_list,
        .top2021_contents_mv_news a {
          font-size: 4vw;
          line-height: 1.3; } }
    .top2021_contents_mv_news .news_midashi {
      width: 15%;
      background: #5F5F5F;
      padding: 10px 0;
      text-align: center;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .top2021_contents_mv_news .news_midashi {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      .top2021_contents_mv_news .news_midashi > a img {
        display: inline-block;
        width: 19px;
        margin: 0 11px 0 0;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .top2021_contents_mv_news .news_midashi > a img {
            display: block;
            width: 9px;
            margin: 0 auto 5px; } }
      .top2021_contents_mv_news .news_midashi > a:hover {
        text-decoration: underline; }
    .top2021_contents_mv_news .news_list {
      width: 85%;
      padding: 10px 22px; }
      @media only screen and (max-width: 768px) {
        .top2021_contents_mv_news .news_list {
          width: 100%;
          padding: 0; } }
      .top2021_contents_mv_news .news_list a {
        line-height: 1.2; }
        @media only screen and (max-width: 768px) {
          .top2021_contents_mv_news .news_list a {
            display: inline-block;
            padding: 6px 9px;
            min-height: 50px; } }
        .top2021_contents_mv_news .news_list a:hover {
          text-decoration: underline; }

.top2021_contents_mv_news .news_list {
  padding: 15px 10px 10px 10px;
}

.top2021_contents_mv_news .news_list li+li {
    list-style: none;
    margin-top: 10px;
}
.top2021_contents_mv_news .news_list li {
    padding-bottom: 5px;
    border-bottom: 1px dotted #5F5F5F;
}
.news_next {
  padding: 10px 0px 0px 0px;
  text-align: right;
}
.top2021_contents_mv_news .news_next a {
  font-size: 12px;
}

.outer{
  position: relative;
}
.inner{
  position: absolute;
  top: 45%;
  left: 35%;
  transform: translateY(-40%) translateX(-35%);
  -webkit- transform: translateY(-40%) translateX(-35%);
}
.top2021_contents .top2021_contents_mv_news .outer .inner a {
    color: #fff;
}
.top2021_contents .top2021_contents_mv_news a.text-orange {
    color: #ee7800;
}
.top2021_contents .top2021_contents_mv_news .outer a img {
    display: inline-block;
    width: 19px;
    margin: 0 11px 0 0;
    vertical-align: top;
}

@media only screen and (max-width: 648px) {
  .top2021_contents_mv_news .news_midashi {
    padding: 20px 0;
}
  }