@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/* _setting CSS */
html {
  font-size: 10px;
  background: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

/*
input[type=text],
input[type=number],
input[type=password],
input[type=tel] {
	-webkit-appearance: none;
}
*/
header, footer, nav, main, article, section, figure, aside {
  display: block;
}

body {
  line-height: 2;
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}

::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::-moz-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

:-ms-input-placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::placeholder {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*
@media all and (-ms-high-contrast:none) {
	body {
		font-family: 'メイリオ',Meiryo,'游ゴシック',YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	}
}
*/
h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li {
  font-size: inherit;
  font-weight: inherit;
  font-style: normal;
}

em, strong {
  font-size: inherit;
}

em, strong, b {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td {
  line-height: 2;
  text-align: left;
}

/* base style
------------------------------------------------------------------------- */
li {
  list-style: none;
}

fieldset, img, hr {
  border: none;
}

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

th {
  vertical-align: top;
}
th br {
  display: block;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

td {
  vertical-align: top;
  word-break: break-all;
}

a {
  border: none;
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=password],
input[type=tel],
textarea {
  box-shadow: none;
  border: 1px solid #ccc;
  color: #dbd8c9;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
}

textarea {
  line-height: 1.7;
  resize: vertical;
}

select {
  font-size: 1.4rem;
}

label,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit],
button {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

button {
  display: block;
  border: none;
  background: none;
  outline: none;
  color: #dbd8c9;
  font-size: 1.4rem;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* max-width:750px | ~ 750px
------------------------------------------------------------------------- */
@media screen and (max-width: 1000px) {
  /* @media screen
  ------------------------------------------------------------------------- */
  html {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1000px) and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 1000px) {
  body, h1, h2, h3, h4, h5, h6, pre, code, address, caption, code, th, td, select, p, li, em, strong {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1000px) {
  img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  iframe[src*=youtube] {
    max-width: 100%;
    height: 52vw;
  }
}
#wrapper .masonry {
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}
#wrapper .masonry .headline_item.masonry_ready {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 1s !important;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_select {
  transform: translateX(0) scale(1) !important;
  opacity: 1;
  transition-property: opacity, top, left, transform !important;
  transition-timing-function: cubic-bezier(0.12, 0.37, 0.31, 0.84);
  transition-duration: 1.2s, 0.9s, 0.9s, 0.9s !important;
  transition-delay: 0.7s, 0.6s, 0.6s, 0.6s !important;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_select:nth-child(even) {
  transition-delay: 0.85s, 0.75s, 0.75s, 0.74s !important;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_select:nth-child(3n) {
  transition-delay: 0.8s, 0.7s, 0.7s, 0.7s !important;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_select:nth-child(4n) {
  transition-delay: 0.75s, 0.65s, 0.65s, 0.65s !important;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_ready_f {
  transition-delay: 0s !important;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_unselect {
  transform: translateY(50%) scale(0.8) !important;
  transition-property: opacity, top, left, transform !important;
  transition-duration: 0.4s, 0.5s, 0.5s, 0.5s !important;
  transition-delay: 0.07s, 0.2s, 0.2s, 0.2s !important;
  pointer-events: none;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_unselect:nth-child(even) {
  transition-delay: 0.1s, 0.25s, 0.25s, 0.25s !important;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_unselect:nth-child(3n) {
  transition-delay: 0.02s, 0.35s, 0.35s, 0.35s !important;
}
#wrapper .masonry .headline_item.masonry_ready.masonry_unselect:nth-child(4n) {
  transition-delay: 0s, 0.17s, 0.17s, 0.17s !important;
}
#wrapper .masonry .headline_item.masonry_ready.m_resize {
  transition: 0s !important;
  transition-delay: 0s !important;
}
#wrapper .masonry .headline_item.masonry_ready.m_resize:nth-child(even) {
  transition: 0s !important;
  transition-delay: 0s !important;
}
#wrapper .masonry .headline_item.masonry_ready.m_resize:nth-child(3n) {
  transition: 0s !important;
  transition-delay: 0s !important;
}
#wrapper .masonry .headline_item.masonry_ready.m_resize:nth-child(4n) {
  transition: 0s !important;
  transition-delay: 0s !important;
}
#wrapper .masonry .headline_item.masonry_ready.m_resize * {
  transition: 0s !important;
}

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