@charset "UTF-8";
/* reset start */
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

html, body {
  width: 100%;
}

input {
  -webkit-border-radius: 0;
}

@nest &[type="button"], &[type="reset"], &[type="submit"] {
  input {
    -webkit-appearance: button;
  }
}

@nest &[type="number"] {
  input {
    width: auto;
  }
}

@nest &[type="search"] {
  input {
    -webkit-appearance: textfield;
  }
  @nest &::-webkit-search-cancel-button, &::-webkit-search-decoration {
    input {
      -webkit-appearance: none;
    }
  }
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: var(--small-font-size, 75%);
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: var(--background-repeat, no-repeat);
  margin: 0;
  padding: 0;
}

:root {
  background-color: var(--html-background-color, #ffffff);
  box-sizing: var(--html-box-sizing, border-box);
  color: var(--html-color, #000000);
  cursor: var(--html-cursor, default);
  font: var(--html-font-size, 100%)/var(--html-line-height, 1.5) var(--font-family, sans-serif);
  text-rendering: var(--html-text-rendering, optimizeLegibility);
}

a {
  text-decoration: var(--anchor-text-decoration, none);
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: var(--media-element-vertical-align, middle);
}

button,
input,
select,
textarea {
  background-color: var(--form-element-background-color, transparent);
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type="button"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="reset"],
[type="search"],
[type="submit"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
select,
textarea {
  min-height: var(--form-element-min-height, 1.5em);
}

code,
kbd,
pre,
samp {
  font-family: var(--monospace-font-family, monospace), monospace;
}

nav ol,
nav ul {
  list-style: var(--nav-list-style, none);
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

@nest &::-ms-expand {
  select {
    display: none;
  }
}

@nest &::-ms-value {
  select {
    color: currentColor;
  }
}

table {
  border-collapse: var(--table-border-collapse, collapse);
  border-spacing: var(--table-border-spacing, 0);
}

textarea {
  resize: var(--textarea-resize, vertical);
}

::selection {
  background-color: var(--selection-background-color, #b3d4fc);
  color: var(--selection-background-color, #4c2b03);
  text-shadow: var(--selection-text-shadow, none);
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

@nest &:focus {
  [hidden][aria-hidden="false"] {
    clip: auto;
  }
}

/* reset end */
/* base start */
body {
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  word-wrap: break-word;
  color: #fff;
}

* {
  box-sizing: border-box;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  vertical-align: top;
}

li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  transition: .4s;
}

a:hover {
  opacity: .6;
}

/* IE11でsvg崩れ防止 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src$=".svg"] {
    width: 100%;
  }
}

/* base end */
/* layout start */
/* layout end */
/* module start */
.btn {
  position: relative;
  background: #60000a;
  background: -moz-linear-gradient(#ca0013 0%, #60000a 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#ca0013), to(#60000a));
  background: -webkit-linear-gradient(#ca0013 0%, #60000a 100%);
  background: -o-linear-gradient(#ca0013 0%, #60000a 100%);
  background: linear-gradient(#ca0013 0%, #60000a 100%);
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  width: 82%;
  margin: 8% auto;
}

.btn p {
  font-size: 34px;
  letter-spacing: 1px;
}

.btn p span {
  margin-top: 7px;
  font-size: 18px;
  display: block;
}

.btn2 {
  position: relative;
  background: #151376;
  background: -moz-linear-gradient(#2b28f4 0%, #151376 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#2b28f4), to(#151376));
  background: -webkit-linear-gradient(#2b28f4 0%, #151376 100%);
  background: -o-linear-gradient(#2b28f4 0%, #151376 100%);
  background: linear-gradient(#2b28f4 0%, #151376 100%);
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  width: 82%;
  margin: 8% auto;
}

.btn2 p {
  font-size: 34px;
  letter-spacing: 1px;
}

.btn2 p span {
  margin-top: 7px;
  font-size: 18px;
  display: block;
}

.btn3 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.btn3 a {
  border-radius: 100px;
  border: 5px solid #fff;
  padding: 20px 0;
}

.btn3 a img {
  width: 70%;
  margin: 0 auto;
}

.link2 {
  width: 100%;
}

.link2 ul {
  width: 100%;
}

.link2 ul li {
  width: 100%;
  display: block;
  margin-bottom: 6%;
}

.link2 ul li:last-child {
  margin-bottom: 0;
}

.link2 ul li a {
  display: inline-block;
}

.link2 ul li img {
  width: 75%;
}

.link2 ul li > img {
  opacity: .2;
}

.link2 ul li:nth-of-type(1) img {
  margin-left: 0;
}

.link2 ul li:nth-of-type(2) img {
  margin: 0 auto;
}

.link2 ul li:nth-of-type(3) img {
  margin-left: 25%;
}

.marggg {
  margin: 12% auto 3%;
  width: 88%;
}

/* module end */
/* theme start */
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.bg video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  display: block;
}

.bg video source {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  display: block;
}

.bg video .blk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}

.bg .kaminari {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  animation: 60s kaminari linear infinite;
}

@keyframes kaminari {
  0% {
    opacity: 0;
  }
  13.3% {
    opacity: 0;
  }
  13.5% {
    opacity: 1;
  }
  13.6% {
    opacity: 0;
  }
  20.2% {
    opacity: 0;
  }
  20.4% {
    opacity: 1;
  }
  20.6% {
    opacity: 0;
  }
  43.3% {
    opacity: 0;
  }
  43.5% {
    opacity: 1;
  }
  43.7% {
    opacity: 0;
  }
  61.9% {
    opacity: 0;
  }
  62.2% {
    opacity: 1;
  }
  62.4% {
    opacity: 0;
  }
  83.1% {
    opacity: 0;
  }
  83.3% {
    opacity: 1;
  }
  83.6% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.first {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.8);
}

.first h1 {
  width: 100%;
}

.first h1 img {
  width: 100%;
}

.first .top {
  width: 88%;
  margin: -30% auto 0;
}

.first .top > p {
  text-align: justify;
  font-size: 26px;
  margin-bottom: 12%;
}

.first .top .link1 {
  background: #fffaeb;
  padding: 8% 6%;
}

.first .top .link1 > img {
  width: 89%;
  margin: 0 auto 7%;
  display: block;
}

.first .top .link1 a {
  width: 100%;
}

.first .top .link1 a img {
  width: 100%;
  box-shadow: 0 8px 40px -8px #d1c9b0;
}

.first .top .time {
  position: relative;
  margin: 6% auto;
  border: 2px solid #fff;
}

.first .top .time > img {
  margin: 9% auto 2%;
  width: 13%;
  max-width: 52px;
}

.first .top .time h2 {
  font-size: 37px;
  text-align: center;
  width: 100%;
  padding-bottom: 9%;
  border-bottom: 2px solid #fff;
  letter-spacing: 1px;
}

.first .top .time h2 span {
  font-size: 24px;
  display: block;
  margin-top: .5%;
}

.first .top .time > ul {
  margin: 6% auto;
  width: 88%;
  max-width: 320px;
  text-align: center;
}

.first .top .time > ul > li {
  font-size: 0;
  letter-spacing: -.4em;
  margin: 0 auto 3px;
  text-align: left;
}

.first .top .time > ul > li:last-child {
  margin-bottom: 0;
}

.first .top .time > ul > li h3 {
  font-size: 15px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  display: block;
  margin: 18px 0 4px;
}

.first .top .time > ul > li h3:last-child {
  margin-right: 0;
}

.first .top .time > ul > li > p {
  font-size: 16px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.first .top .time > ul > li > p:last-child {
  margin-right: 0;
}

.first .top .time > ul > li > p:nth-of-type(1) {
  margin: 4px 8px 0 0;
  opacity: .5;
  font-size: 13px;
}

.first .top .time > ul > li > p:nth-of-type(2) {
  letter-spacing: 1px;
}

.first .top .time .btn3 {
  margin: 7% auto 11%;
}

.first .collaborator {
  margin: 14% auto 0;
  padding: 1px 6% 1px;
  background: rgba(31, 31, 31, 0.8);
}

.first .collaborator .title {
  position: relative;
  width: 89%;
  margin: 12% auto;
  padding: 20px 8%;
  background: #fff;
}

.first .collaborator .title > img {
  width: 100%;
}

.first .collaborator .title > span {
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 27px 0 27px;
  border-color: #ffffff transparent transparent transparent;
}

.first .collaborator .list {
  text-align: center;
  margin: 14% auto;
}

.first .collaborator .list ul li {
  margin-bottom: 17%;
}

.first .collaborator .list ul li:last-child {
  margin-bottom: 0;
}

.first .collaborator .list ul li h2 {
  font-size: 24px;
}

.first .collaborator .list ul li a {
  color: #fff;
  margin: 5% auto 8%;
  width: 60%;
  max-width: 176px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 45px 53px -18px black;
}

.first .collaborator .list ul li a img {
  width: 100%;
}

.first .collaborator .list ul li > p {
  font-size: 20px;
  text-align: justify;
  line-height: 1.8;
}

.first .collaborator .list ul li > p > img {
  display: inline-block;
  width: 47px;
  margin: 9px 5px 0;
  vertical-align: top;
}

.first .foot {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 3% 0 16%;
}

.first .foot > img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  display: block;
  opacity: .8;
}

.first .foot a {
  position: relative;
}

.first .foot .btn3 {
  margin: 8% auto 0;
}

.icon {
  text-align: center;
}

.icon > a {
  position: relative;
  display: block;
  width: 30%;
  max-width: 171px;
  margin: 0 auto 6%;
}

.icon > a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  border: 5px solid #fff;
  box-sizing: content-box;
  border-radius: 400px;
  box-shadow: 0 0 16px 4px rgba(186, 16, 16, 0.95);
}

.icon > a img {
  position: relative;
  width: 100%;
  border-radius: 400px;
  overflow: hidden;
}

.icon > p {
  position: relative;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5%;
  line-height: 1.65;
}

.icon > p br {
  display: none;
}

.icon > span {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 19px solid rgba(186, 16, 16, 0.95);
}

/* theme end */
/* state start */
@media (max-width: 768px) {
  .icon > a {
    margin-bottom: 7%;
  }
  .icon > a:before {
    border: 3px solid #fff;
  }
  .icon > p {
    margin-bottom: 8%;
    font-size: 16px;
  }
  .icon > p br {
    display: block;
  }
  .icon > span {
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 11px solid rgba(186, 16, 16, 0.95);
  }
  .btn, .btn2 {
    width: 88%;
    padding: 10px;
    border-radius: 5px;
  }
  .btn p, .btn2 p {
    font-size: 21px;
  }
  .btn p span, .btn2 p span {
    margin-top: 2px;
    font-size: 15px;
    letter-spacing: normal;
  }
  .first .top > p {
    font-size: 17px;
  }
  .first .top .link2 ul li img {
    width: 80%;
  }
  .first .top .link2 ul li {
    margin-bottom: 8%;
  }
  .first .top .link2 ul li:nth-of-type(3) img {
    margin-left: 20%;
  }
  .first .collaborator .title {
    width: 96%;
    padding: 17px 6%;
  }
  .first .collaborator .title > span {
    bottom: -11px;
    border-width: 12px 20px 0 20px;
  }
  .first .collaborator .list ul li {
    margin-bottom: 20%;
  }
  .first .collaborator .list ul li > h2 {
    font-size: 20px;
  }
  .first .collaborator .list ul li > img {
    margin: 7% auto 10%;
    width: 39%;
  }
  .first .collaborator .list ul li > p {
    font-size: 16px;
    line-height: 1.65;
  }
  .first .collaborator .list ul li > p > img {
    width: 36px;
    margin: 6px 4px 0;
  }
  .first .foot {
    padding: 5% 6% 16%;
  }
  .first .top .time > ul {
    width: 96%;
  }
  .first .top .time > ul > li > p {
    font-size: 13px;
  }
  .first .top .time > ul > li > p:nth-of-type(1) {
    font-size: 10px;
    margin-right: 4px;
  }
}

/* state end */
