/* MediaQuery */

/* Color */

/* Base structure */

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

html {
  scroll-behavior: smooth;
  line-sizing: normal;
}

html,
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Sans JP";
  width: 100%;
  margin: 0;
  color: #ea1016;
  background-color: #ea1016;
  text-shadow: none;
}

header,
footer,
main {
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  background: #141414;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  header,
  footer,
  main {
    max-width: 750px;
    min-width: 300px;
    width: 100%;
  }
}

h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.83rem;
}

h6 {
  font-size: 0.67rem;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas,
img,
svg,
video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

em {
  font-style: normal;
}

a {
  color: #ea1016;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

a:link,
a:visited {
  color: #ea1016;
}

a:hover,
a:active {
  color: #ea1016;
}

a:hover img,
a:active img {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* header */

header nav {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  margin: auto;
}

header nav > h1 {
  margin: 0 0 0 29px;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav ul.header-nav-gloval {
  margin: 0 0 0 62px;
}

header nav ul.header-nav-gloval li {
  margin: 0 0 0 20px;
}

header nav ul.header-nav-gloval li.page-blank {
  opacity: 0.3;
  pointer-events: none;
}

header nav ul.header-nav-gloval li:first-child {
  margin: 0;
}

header nav ul.header-nav-sns {
  margin: 0 0 0 82px;
}

header nav ul.header-nav-sns li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 9px 0 0;
}

header nav ul.header-nav-sns li:nth-child(3)::before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 1px;
  background-color: #ea1016;
  margin: 0 9px 0 0;
}

header .header-nav-menu {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-x: auto;
  overflow-y: hidden;
  background-image: url("../../../../../cdn.milgram.jp/media/header/header_sp_bg.jpg");
  z-index: 9999;
}

header .header-nav-menu .header-nav-menu-bn {
  position: fixed;
  left: 0;
  bottom: 0;
}

header .header-nav-menu h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 7.5vw;
}

header .header-nav-menu h2 img {
  height: 5.5vw;
  width: auto;
}

header .header-nav-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-nav-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-nav-menu ul li.page-blank {
  opacity: 0.5;
  pointer-events: none;
}

header .header-nav-menu .header-nav-menu-main {
  margin: 20vw 0 0;
}

header .header-nav-menu .header-nav-menu-main ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .header-nav-menu .header-nav-menu-main ul li {
  width: 50vw;
  margin: 0 0 7.5vw;
}

header .header-nav-menu .header-nav-menu-main ul li:last-child {
  margin: 0;
}

header .header-nav-menu .header-nav-menu-main ul li img {
  height: 4vw;
}

header .header-nav-menu .header-nav-menu-share {
  margin: 15vw 0 0;
}

header .header-nav-menu .header-nav-menu-share ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .header-nav-menu .header-nav-menu-share ul li {
  margin: 0 5vw;
}

header .header-nav-menu .header-nav-menu-share ul li img {
  height: 10vw;
}

header .header-nav-menu .header-nav-menu-regulation {
  margin: 15vw 0 0;
}

header .header-nav-menu .header-nav-menu-regulation ul li {
  margin: 0 1.75vw;
}

header .header-nav-menu .header-nav-menu-regulation ul li a {
  color: #141414;
  font-size: 3.5vw;
  font-weight: bold;
}

.header-nav-menu-btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9998;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.header-nav-menu-btn.menu-open {
  width: 13vw;
  margin: 2.5vw;
}

.header-nav-menu-btn.menu-close {
  width: 9vw;
  margin: 4vw;
}

.header-nav-menu-btn.hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header-nav-menu-btn img {
  width: 100%;
  height: auto;
}

/* footer */

footer {
  padding: 16px 0 0;
}

@media only screen and (max-width: 749px) {
  footer {
    padding: 7.5vw 0 0;
  }
}

footer nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  width: 1200px;
  margin: auto;
}

@media only screen and (max-width: 749px) {
  footer nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center-start;
        -ms-flex-pack: center-start;
            justify-content: center-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3vw;
    font-weight: 600;
    width: 100%;
  }
}

footer nav div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 30px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 749px) {
  footer nav div > p {
    height: auto;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer nav div.footer-nav-col ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer nav div.footer-nav-col:nth-child(1) {
  margin: 0 0 0 28px;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) {
    margin: 0 0 7.5vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) p {
    margin: 0 0 7.5vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) p img {
    max-width: 100%;
    width: 48vw;
  }
}

footer nav div.footer-nav-col:nth-child(1) ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 9px 0 0;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) ul li img {
    max-width: 100%;
    width: 9vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) ul li:nth-child(1) {
    margin: 0 5vw 0 0;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) ul li:nth-child(2) {
    margin: 0 2vw 0 5vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) ul li:nth-child(3) {
    margin: 0 0 0 2vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) ul li:nth-child(3) img {
    max-width: 100%;
    width: 11vw;
  }
}

footer nav div.footer-nav-col:nth-child(1) ul li:nth-child(3)::before {
  content: "";
  display: inline-block;
  height: 26px;
  width: 1px;
  background-color: #ea1016;
  margin: 0 9px 0 0;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(1) ul li:nth-child(3)::before {
    height: 8vw;
    margin: 0 5vw 0 0;
  }
}

footer nav div.footer-nav-col:nth-child(2) {
  margin: 0 0 0 84px;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(2) {
    display: none;
  }
}

footer nav div.footer-nav-col:nth-child(2) ul {
  width: 371px;
}

footer nav div.footer-nav-col:nth-child(2) ul li {
  display: block;
  margin: 0 61px 15px 0;
  width: 93px;
}

footer nav div.footer-nav-col:nth-child(2) ul li.page-blank {
  opacity: 0.3;
  pointer-events: none;
}

footer nav div.footer-nav-col:nth-child(2) ul li:nth-child(1),
footer nav div.footer-nav-col:nth-child(2) ul li:nth-child(4),
footer nav div.footer-nav-col:nth-child(2) ul li:nth-child(7) {
  margin: 0px 31px 18px 0;
  line-height: 80%;
}

footer nav div.footer-nav-col:nth-child(2) ul li:nth-child(3n) {
  margin: 0px 0 18px;
  line-height: 80%;
}

footer nav div.footer-nav-col:nth-child(3) {
  margin: 0 0 0 51px;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(3) {
    margin: 0 0 6vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(3) p {
    margin: 0 0 3vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(3) p img {
    max-width: 100%;
    width: 23vw;
  }
}

footer nav div.footer-nav-col:nth-child(3) ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(3) ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer nav div.footer-nav-col:nth-child(3) ul li {
  margin: 0 0 15px;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(3) ul li {
    margin: 0 0 3vw;
  }
}

footer nav div.footer-nav-col:nth-child(4) {
  margin: 0 0 0 69px;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(4) {
    margin: 0;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(4) p {
    margin: 0 0 3vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(4) p img {
    max-width: 100%;
    width: 11vw;
  }
}

footer nav div.footer-nav-col:nth-child(4) ul li {
  margin: 0 9px 0 0;
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(4) ul li {
    margin: 0 5.5vw;
  }
}

@media only screen and (max-width: 749px) {
  footer nav div.footer-nav-col:nth-child(4) ul li img {
    max-width: 100%;
    width: 9vw;
  }
}

@media only screen and (min-width: 750px) {
  footer > div {
    margin: 60px auto 50px;
    width: 1200px;
  }
}

@media only screen and (max-width: 749px) {
  footer > div {
    text-align: center;
    margin: 8vw 0;
  }
}

footer > div p {
  display: block;
  text-align: center;
  font-size: 10px;
}

@media only screen and (min-width: 750px) {
  footer > div p {
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }
}

@media only screen and (max-width: 749px) {
  footer > div p {
    font-size: 1.7vw;
    line-height: 180%;
  }
}

@media only screen and (max-width: 749px) {
  footer > div a {
    display: inline-block;
  }
}

@media only screen and (max-width: 749px) {
  footer > div a img {
    width: 11vw;
  }
}

/* sub */

article.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_bg_base_top.jpg"), url("../../../../../cdn.milgram.jp/media/sub/sub_pc_bg_base_bottom.jpg");
  background-repeat: no-repeat, repeat;
  background-position: top center;
  min-height: 520px;
}

@media only screen and (max-width: 749px) {
  article.sub {
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_sp_bg_base_top.jpg"), url("../../../../../cdn.milgram.jp/media/sub/sub_sp_bg_base_bottom.jpg");
  }
}

@media only screen and (max-width: 749px) {
  article.sub > section {
    width: 100%;
    padding: 0 2.8vw;
  }
}

article.sub .sub-article {
  color: #141414;
  width: 1129px;
  background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_pc_bg_article_center.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
  padding-top: 63px;
  padding-bottom: 54px;
}

@media only screen and (max-width: 749px) {
  article.sub .sub-article {
    width: 100%;
    padding: 4vw 10.9vw;
    background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_sp_bg_article_center.png");
  }
}

article.sub .sub-band {
  display: block;
  width: 1129px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 749px) {
  article.sub .sub-band {
    width: 100%;
  }
}

article.sub .sub-band:first-of-type {
  height: 71px;
  margin: 50px 0 0;
  background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_pc_bg_article_top.png");
  background-position: top center;
}

@media only screen and (max-width: 749px) {
  article.sub .sub-band:first-of-type {
    width: 100%;
    padding: 0 2.8vw;
    height: 7.8vw;
    margin: 0;
    background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_sp_bg_article_top.png");
  }
}

article.sub .sub-band:last-of-type {
  height: 74px;
  margin: 0 0 90px;
  background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_pc_bg_article_bottom.png");
  background-position: bottom center;
}

@media only screen and (max-width: 749px) {
  article.sub .sub-band:last-of-type {
    width: 100%;
    padding: 0 2.8vw;
    height: 7.8vw;
    background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_sp_bg_article_bottom.png");
  }
}

article.sub .sub-guideline .sub-article {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_pc_bg_article_center_white.png");
  padding: 63px 123px 54px;
}

@media only screen and (max-width: 749px) {
  article.sub .sub-guideline .sub-article {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_sp_bg_article_center_white.png");
    padding: 4vw 10.9vw;
  }
}

article.sub .sub-guideline .sub-band:first-of-type {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_pc_bg_article_top_white.png");
}

@media only screen and (max-width: 749px) {
  article.sub .sub-guideline .sub-band:first-of-type {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_sp_bg_article_top_white.png");
  }
}

article.sub .sub-guideline .sub-band:last-of-type {
  background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_pc_bg_article_bottom_white.png");
  background-position: bottom center;
}

@media only screen and (max-width: 749px) {
  article.sub .sub-guideline .sub-band:last-of-type {
    background-image: url("../../../../../cdn.milgram.jp/media/season2/sub/sub_sp_bg_article_bottom_white.png");
  }
}

article.sub .sub-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px;
}

article.sub .sub-label .sub-label-mark {
  text-align: center;
  margin-bottom: 35px;
}

@media only screen and (max-width: 749px) {
  article.sub .sub-label {
    height: 30vw;
    margin: 0 0 12vw;
  }

  article.sub .sub-label img {
    height: 30vw;
    width: auto;
  }
}

article .sub-returntop {
  margin: -30px 0 100px;
}

@media only screen and (max-width: 749px) {
  article .sub-returntop {
    margin: -10vw 0 10vw;
  }
}

@media only screen and (max-width: 749px) {
  article .sub-returntop img {
    height: 5vw;
    width: auto;
  }
}

article .sub-article-pagination {
  margin: 100px 0 100px;
}

@media only screen and (max-width: 749px) {
  article .sub-article-pagination {
    margin: 0 0 15vw;
  }
}

article .sub-article-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

article .sub-article-pagination ul li {
  margin: 0 20px;
  font-size: 30px;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  article .sub-article-pagination ul li {
    font-size: 6vw;
  }
}

@media only screen and (max-width: 749px) {
  article .sub-article-pagination ul li img {
    height: 6vw;
    width: auto;
  }
}

.no-scroll {
  overflow: hidden;
}

/* article */

.sub-article .sub-article-post .sub-article-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-info {
    margin: 0 0 3vw;
  }
}

.sub-article .sub-article-post .sub-article-post-info li {
  margin: 0 15px 0 0;
}

.sub-article .sub-article-post .sub-article-post-info li time {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-info li time {
    font-size: 3vw;
  }
}

.sub-article .sub-article-post .sub-article-post-info li span {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-info li span {
    font-size: 2vw;
  }
}

.sub-article .sub-article-post .sub-article-post-title {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 40px;
  padding: 0 0 40px;
  border-bottom: 1px solid #141414;
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-title {
    font-size: 4vw;
    margin: 0 0 3vw;
    padding: 0 0 3vw;
  }
}

.sub-article .sub-article-post .sub-article-post-text {
  margin: 0 0 60px;
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-text {
    margin: 0 0 3vw;
  }
}

.sub-article .sub-article-post .sub-article-post-text * {
  font-weight: bold;
  line-height: 200%;
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-text * {
    font-size: 3vw;
  }
}

.sub-article .sub-article-post .sub-article-post-text a:link,
.sub-article .sub-article-post .sub-article-post-text a:hover,
.sub-article .sub-article-post .sub-article-post-text a:visited,
.sub-article .sub-article-post .sub-article-post-text a:active {
  color: #141414;
}

.sub-article .sub-article-post .sub-article-post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-article .sub-article-post .sub-article-post-share p {
  margin: 0 40px 0 0;
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-share p {
    font-size: 4vw;
  }
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-share p img {
    height: 2vw;
    width: auto;
  }
}

.sub-article .sub-article-post .sub-article-post-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-article .sub-article-post .sub-article-post-share ul li {
  margin: 0 20px 0 0;
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-share ul li {
    font-size: 4.5vw;
  }
}

@media only screen and (max-width: 749px) {
  .sub-article .sub-article-post .sub-article-post-share ul li img {
    height: 5.5vw;
    width: auto;
  }
}

/* news */

.sub-news nav {
  margin: 0 0 40px;
}

@media only screen and (max-width: 749px) {
  .sub-news nav {
    margin: 0 0 7.5vw;
  }
}

.sub-news nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-news nav ul li {
  margin: 0 12px 0 0;
}

@media only screen and (max-width: 749px) {
  .sub-news nav ul li {
    margin: 0 1.5vw 0 0;
  }
}

@media only screen and (max-width: 749px) {
  .sub-news nav ul li a img {
    height: 5vw;
    width: auto;
  }
}

.sub-news nav ul li:last-child {
  margin: 0;
}

.sub-news nav ul li.active a {
  pointer-events: none;
}

@media only screen and (min-width: 750px) {
  .sub-news nav ul li.active a::before {
    position: absolute;
    display: block;
    content: "";
    width: 228px;
    height: 52px;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 750px) {
  .sub-news nav ul li:nth-child(1).active a::before {
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_tab_news_01_on.png");
  }

  .sub-news nav ul li:nth-child(2).active a::before {
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_tab_news_02_on.png");
  }

  .sub-news nav ul li:nth-child(3).active a::before {
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_tab_news_03_on.png");
  }

  .sub-news nav ul li:nth-child(4).active a::before {
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_tab_news_04_on.png");
  }

  .sub-news nav ul li:nth-child(5).active a::before {
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_tab_news_05_on.png");
  }

  .sub-news nav ul li:nth-child(6).active a::before {
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_tab_news_06_on.png");
  }

  .sub-news nav ul li:nth-child(7).active a::before {
    background-image: url("../../../../../cdn.milgram.jp/media/sub/sub_pc_tab_news_07_on.png");
  }
}

.sub-news .sub-article {
  padding-right: 123px;
  padding-left: 123px;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article {
    padding: 4vw 10.9vw;
  }
}

.sub-news .sub-article-list {
  margin: 0 0 130px;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list {
    margin: 0 0 5vw;
  }
}

.sub-news .sub-article-list .sub-article-list-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1080px;
  height: 120px;
  margin: 0 0 20px;
  background-color: #ea1016;
  -webkit-clip-path: polygon(1% 0, 99% 0, 100% 10%, 100% 90%, 99% 100%, 1% 100%, 0% 90%, 0% 10%);
  clip-path: polygon(1% 0, 99% 0, 100% 10%, 100% 90%, 99% 100%, 1% 100%, 0% 90%, 0% 10%);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list .sub-article-list-note {
    width: 100%;
    height: 15vw;
    margin: 0 0 3vw;
  }
}

.sub-news .sub-article-list .sub-article-list-note:hover,
.sub-news .sub-article-list .sub-article-list-note:active {
  opacity: 0.7;
}

.sub-news .sub-article-list .sub-article-list-note a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 1078px;
  height: 118px;
  background-color: #141414;
  -webkit-clip-path: polygon(1% 0, 99% 0, 100% 10%, 100% 90%, 99% 100%, 1% 100%, 0% 90%, 0% 10%);
  clip-path: polygon(1% 0, 99% 0, 100% 10%, 100% 90%, 99% 100%, 1% 100%, 0% 90%, 0% 10%);
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list .sub-article-list-note a {
    width: 100%;
    height: 15vw;
  }
}

.sub-news .sub-article-list .sub-article-list-note a:hover,
.sub-news .sub-article-list .sub-article-list-note a:active {
  text-decoration: none;
}

.sub-news .sub-article-list .sub-article-list-note a time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 120px;
  border-right: 1px solid #ea1016;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list .sub-article-list-note a time {
    width: 15vw;
    height: 15vw;
  }
}

.sub-news .sub-article-list .sub-article-list-note a time span {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list .sub-article-list-note a time span {
    font-size: 2vw;
  }
}

.sub-news .sub-article-list .sub-article-list-note a time em {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list .sub-article-list-note a time em {
    font-size: 3vw;
  }
}

.sub-news .sub-article-list .sub-article-list-note a dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(100% - 120px);
  background-color: #ea1016;
  color: #141414;
  padding: 0 34px;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list .sub-article-list-note a dl {
    width: calc(100% - 15vw);
    padding: 0 5vw;
  }
}

.sub-news .sub-article-list .sub-article-list-note a dl dt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list .sub-article-list-note a dl dt {
    font-size: 3vw;
  }
}

.sub-news .sub-article-list .sub-article-list-note a dl dd {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .sub-news .sub-article-list .sub-article-list-note a dl dd {
    font-size: 2vw;
  }
}

/* goods, cd */

.sub-goods .sub-article-list,
.sub-cd .sub-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 130px;
  width: 1095px;
}

@media only screen and (max-width: 749px) {
  .sub-goods .sub-article-list,
  .sub-cd .sub-article-list {
    margin: 0 0 5vw;
    width: auto;
  }
}

.sub-goods .sub-article-list .sub-article-list-note,
.sub-cd .sub-article-list .sub-article-list-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 348px;
  height: 310px;
  margin: 0 17px 17px 0;
  background-color: #ea1016;
  -webkit-clip-path: polygon(3% 0, 97% 0, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0 97%, 0 3%);
  clip-path: polygon(3% 0, 97% 0, 100% 3%, 100% 97%, 97% 100%, 3% 100%, 0 97%, 0 3%);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media only screen and (max-width: 749px) {
  .sub-goods .sub-article-list .sub-article-list-note,
  .sub-cd .sub-article-list .sub-article-list-note {
    width: calc(50% - 2vw);
    height: 40vw;
    margin: 0 4vw 4vw 0;
  }
}

@media only screen and (min-width: 750px) {
  .sub-goods .sub-article-list .sub-article-list-note:nth-child(3n),
  .sub-cd .sub-article-list .sub-article-list-note:nth-child(3n) {
    margin: 0 17px 0 0;
  }
}

@media only screen and (max-width: 749px) {
  .sub-goods .sub-article-list .sub-article-list-note:nth-child(even),
  .sub-cd .sub-article-list .sub-article-list-note:nth-child(even) {
    margin: 0 0 4vw;
  }
}

.sub-goods .sub-article-list .sub-article-list-note:hover,
.sub-goods .sub-article-list .sub-article-list-note:active,
.sub-cd .sub-article-list .sub-article-list-note:hover,
.sub-cd .sub-article-list .sub-article-list-note:active {
  opacity: 0.7;
}

.sub-goods .sub-article-list .sub-article-list-note:hover,
.sub-goods .sub-article-list .sub-article-list-note:active,
.sub-cd .sub-article-list .sub-article-list-note:hover,
.sub-cd .sub-article-list .sub-article-list-note:active {
  text-decoration: none;
}

.sub-goods .sub-article-list .sub-article-list-note div,
.sub-cd .sub-article-list .sub-article-list-note div {
  width: 100%;
  height: 210px;
  background: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.sub-goods .sub-article-list .sub-article-list-note p,
.sub-cd .sub-article-list .sub-article-list-note p {
  padding: 20px;
  color: #141414;
  font-weight: bold;
}

@media only screen and (max-width: 749px) {
  .sub-goods .sub-article-list .sub-article-list-note p,
  .sub-cd .sub-article-list .sub-article-list-note p {
    padding: 2vw;
    font-size: 2vw;
    height: 20vw;
  }
}

.sub-goods .sub-article-post,
.sub-cd .sub-article-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 123px;
  padding-left: 123px;
}

@media only screen and (max-width: 749px) {
  .sub-goods .sub-article-post,
  .sub-cd .sub-article-post {
    padding: 0;
  }
}

.sub-goods .sub-article-post-item,
.sub-cd .sub-article-post-item {
  width: 430px;
  margin: 0 35px 0 0;
}

@media only screen and (max-width: 749px) {
  .sub-goods .sub-article-post-item,
  .sub-cd .sub-article-post-item {
    width: 100%;
    margin: 0 0 5vw;
  }
}

.sub-goods .sub-article-post-item img,
.sub-cd .sub-article-post-item img {
  background-color: #141414;
}

.sub-goods .sub-article-post-note,
.sub-cd .sub-article-post-note {
  width: calc(100% - (430px + 35px));
}

@media only screen and (max-width: 749px) {
  .sub-goods .sub-article-post-note,
  .sub-cd .sub-article-post-note {
    width: 100%;
  }
}

.sub-guideline h3 {
  font-weight: bold;
}

.sub-guideline p:last-child {
  margin: 0;
}

.sub-guideline a {
  color: #141414;
}

.sub-guideline a:link,
.sub-guideline a:visited {
  color: #141414;
}

.sub-guideline a:hover,
.sub-guideline a:active {
  color: #141414;
}

/* special */

.sub-special .sub-article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 30px;
}

@media only screen and (max-width: 749px) {
  .sub-special .sub-article-list {
    margin: 0 0 5vw;
  }
}

.sub-special .sub-article-list .sub-article-list-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1080px;
  height: 120px;
  margin: 0 0 20px;
  background-color: #ea1016;
  -webkit-clip-path: polygon(1% 0, 99% 0, 100% 10%, 100% 90%, 99% 100%, 1% 100%, 0% 90%, 0% 10%);
  clip-path: polygon(1% 0, 99% 0, 100% 10%, 100% 90%, 99% 100%, 1% 100%, 0% 90%, 0% 10%);
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

@media only screen and (max-width: 749px) {
  .sub-special .sub-article-list .sub-article-list-note {
    width: 100%;
    height: 15vw;
    margin: 0 0 3vw;
  }
}

.sub-special .sub-article-list .sub-article-list-note:hover,
.sub-special .sub-article-list .sub-article-list-note:active {
  opacity: 0.7;
}

.sub-special .sub-article-list .sub-article-list-note:hover,
.sub-special .sub-article-list .sub-article-list-note:active {
  text-decoration: none;
}

.sub-special .sub-article-list .sub-article-list-note span {
  color: #141414;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  padding: 0 40px;
}

@media only screen and (max-width: 749px) {
  .sub-special .sub-article-list .sub-article-list-note span {
    font-size: 4vw;
    padding: 0 5vw;
  }
}

.sub-special .sub-article-post-item {
  width: 100%;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 749px) {
  .sub-special .sub-article-post-item {
    width: 100%;
    margin: 0 0 5vw;
  }
}

.sub-special .sub-article-post-item img {
  background-color: #141414;
}

.sub-special .sub-article-post-item + div {
  width: 100%;
}

@media only screen and (max-width: 749px) {
  .sub-special .sub-article-post-item + div {
    width: 100%;
  }
}

main.app {
  max-width: 1920px;
  min-width: 750px;
  width: 100%;
}

@media only screen and (max-width: 749px) {
  main.app {
    max-width: 750px;
    min-width: 300px;
    width: 100%;
    overflow: hidden;
  }
}

main.app img {
  display: block;
  width: 100%;
  height: auto;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loader img {
  display: none;
  height: 45vh;
  width: auto;
}

.jumbotron {
  min-height: calc(100vh - 388px);
}

@media only screen and (max-width: 749px) {
  .jumbotron {
    min-height: calc(100vh - 751px);
  }
}

/* mq */

@media only screen and (max-width: 749px) {
  .only-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .only-sp {
    display: none !important;
  }
}

