@charset "UTF-8";
/* CSS Document */
body {
  font-size: 100.01%;
  /* font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  margin: 0;
  padding: 0;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure,
section,
article {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

fieldset,
img,
abbr,
acronym {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 300;
}

dl,
ul,
li {
  list-style: none;
}

img {
  border: none;
}

.cormorant-garamond-light {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
}

.cormorant-garamond-regular {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant-garamond-medium {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: normal;
}

.cormorant-garamond-semibold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: normal;
}

.cormorant-garamond-bold {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
}

.cormorant-garamond-light-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: italic;
}

.cormorant-garamond-regular-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: italic;
}

.cormorant-garamond-medium-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-style: italic;
}

.cormorant-garamond-semibold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-style: italic;
}

.cormorant-garamond-bold-italic {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  position: relative;
}

body {
  width: 100%;
  height: 100%;
  position: relative;
}

body {
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  margin: 0;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 1.6rem;
    max-width: 100vw;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.pc {
  display: inline;
}
.pc.logo {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp.logo {
    display: block !important;
  }
}
@media screen and (max-width: 1080px) {
  .sp {
    display: inline !important;
  }
}

main {
  background-color: #efefef;
  overflow: hidden;
}

.displayRoot {
  background-color: #027f85;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .displayRoot {
    background-color: #fff;
  }
}
.displayRoot .iconArea {
  padding: 20px 0 0 5px;
  display: grid;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .displayRoot .iconArea {
    display: none;
  }
}
.displayRoot .icon {
  width: 80px;
  height: 70px;
  gap: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-wrap: wrap;
  font-size: 1.2rem;
  white-space: nowrap;
  color: white;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.displayRoot .icon img {
  width: auto;
  height: 35px;
}
.displayRoot .icon p {
  padding: 2px 4px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.displayRoot .icon.select p {
  background-color: rgb(28, 19, 126);
}

footer {
  background-color: #c0c0c2;
  width: 100vw;
  height: 26px;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #a9d7d4;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
}
footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-top: 1px solid #eeffff;
  position: absolute;
}
footer .startbtn {
  width: 54px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  cursor: pointer;
}
footer .btnBase {
  margin-right: 5px;
  margin-top: 2px;
  font-size: 1.2rem;
  background-color: #c0c0c0;
  border-top: 1px solid #f3f1f4;
  border-left: 1px solid #f3f1f4;
  border-right: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
}
footer .btnBase .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}
footer .btnBase .ttl img {
  width: 15px;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
}
footer .btnBase.close {
  display: none;
}
footer .btnBase:active {
  border-top: 1px solid #1e1e1e;
  border-left: 1px solid #1e1e1e;
  border-right: 1px solid #f3f1f4;
  border-bottom: 1px solid #f3f1f4;
}
footer .openFile {
  width: 160px;
  height: 22px;
}
footer .timeArea {
  width: auto;
  height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #908d94;
  border-left: 1px solid #908d94;
  border-right: 1px solid #fdfbfe;
  border-bottom: 1px solid #fdfbfe;
  font-size: 1.2rem;
  right: 5px;
  font-weight: bold;
  position: absolute;
  padding-right: 10px;
  top: 2px;
}
footer .soundIcon {
  height: 60%;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}
footer .soundIcon img {
  height: 100%;
}
footer .soundIcon .soundOffIcon {
  display: block;
}
footer .soundIcon .soundOnIcon {
  display: none;
}
footer .soundIcon.soundOn .soundOffIcon {
  display: none;
}
footer .soundIcon.soundOn .soundOnIcon {
  display: block;
}

.windowBase {
  width: 500px;
  height: auto;
  font-size: 1.2rem;
  position: relative;
  border: 1px solid #cecebd;
  background-color: #cecebd;
  z-index: 100;
  position: absolute;
  transition: width 0.05s ease, height 0.05s ease;
}
@media screen and (max-width: 767px) {
  .windowBase {
    position: relative;
    border: none;
    background-color: initial;
    display: none;
  }
}
.windowBase.browser {
  min-width: 800px;
  width: 50vw;
  height: 90%;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 767px) {
  .windowBase.browser {
    min-width: initial;
    width: 100%;
    height: 100%;
    top: initial;
    right: initial;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.windowBase.errorMessage {
  width: auto;
}
.windowBase.fullView {
  width: 100% !important;
  height: calc(100% - 22px) !important;
  left: 0 !important;
  top: 0 !important;
}
.windowBase.fullView #YoutubePlayer {
  width: 100% !important;
  height: calc(100vh - 73px) !important;
}
.windowBase.fullView .imageArea {
  width: 100% !important;
  height: calc(100vh - 73px) !important;
}
.windowBase.close {
  display: none !important;
}
.windowBase.hide {
  opacity: 0 !important;
}
.windowBase .inner {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  padding: 2px;
}
@media screen and (max-width: 767px) {
  .windowBase .inner {
    border: none;
    padding: 0;
  }
}
.windowBase .inner .headerArea {
  height: 18px;
  width: 100%;
  background-color: #002163;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .windowBase .inner .headerArea {
    display: none;
  }
}
.windowBase .inner .headerArea .ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.windowBase .inner .headerArea .btnArea {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 2px;
  margin-right: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.windowBase .inner .headerArea .btnArea .btn {
  width: 15px;
  height: 14px;
  background-color: #cecebd;
  font-size: 1rem;
  text-align: center;
  color: black;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  line-height: 14px;
  font-weight: bold;
}
.windowBase .inner .headerArea .icon {
  height: 14px;
  width: auto;
  padding: 2px;
  font-weight: bold;
}
.windowBase .inner .navBarArea {
  border: 1px solid #7b7b7b;
}
@media screen and (max-width: 767px) {
  .windowBase .inner .navBarArea {
    display: none;
  }
}
.windowBase .inner .navBarArea::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  bottom: -2px;
}
.windowBase .inner .navBarArea .navBar {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  align-items: center;
  border: 1px solid #fff;
  border-bottom: 1px solid #7b7b7b;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.windowBase .inner .navBarArea .navBar p {
  cursor: pointer;
}
.windowBase .inner .navBarArea .navBar.browser {
  padding-left: 6px;
}
.windowBase .inner .navBarArea .navBar.browser::before {
  display: none;
}
.windowBase .inner .navBarArea .navBar.browser .addressArea {
  width: 80%;
}
.windowBase .inner .navBarArea .navBar.player {
  padding-left: 6px;
}
.windowBase .inner .navBarArea .navBar.player::before {
  display: none;
}
.windowBase .inner .navBarArea .navBar::before {
  content: "";
  width: 3px;
  height: 18px;
  display: block;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
  margin-left: 2px;
  margin-right: 12px;
}
.windowBase .inner .navBarArea .navBar:last-child {
  border-bottom: none;
}
.windowBase .inner .navBarArea .addressArea {
  width: 190px;
  height: 20px;
  background-color: #fff;
  border-top: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.windowBase .inner .navBarArea .addressArea .inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #424242;
  border-left: 1px solid #424242;
  border-right: 1px solid #cecebd;
  border-bottom: 1px solid #cecebd;
}
.windowBase .inner .navBarArea .addressArea .inner .icon {
  height: 10px;
  width: auto;
  padding-right: 4px;
}
.windowBase .inner .navBarArea .addressArea .inner::after {
  content: "▼";
  width: 16px;
  height: calc(100% - 2px);
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #cecebd;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #424242;
  border-bottom: 1px solid #424242;
}
.windowBase .inner .errorMessageArea {
  width: 100%;
  height: auto;
  background-color: #c0c0c0;
  font-size: 1.4rem;
  position: relative;
  padding: 10px 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.windowBase .inner .errorMessageArea .messageArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.windowBase .inner .errorMessageArea .messageArea .icon {
  width: 50px;
  height: auto;
}
.windowBase .inner .errorMessageArea .btn {
  width: 90px;
  height: auto;
  border: 1px solid black;
  border-bottom: 2px solid black;
  margin: 0 auto;
  cursor: pointer;
}
.windowBase .inner .errorMessageArea .btn .inner {
  padding: 2px;
  width: 100%;
  height: 100%;
}
.windowBase .inner .errorMessageArea .btn .inner .label {
  border: 1px dotted #000;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 0;
}
.windowBase .inner .boxArea {
  width: 100%;
  height: calc(100% - 86px);
  border-top: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .windowBase .inner .boxArea {
    height: 100%;
  }
}
.windowBase .inner .boxArea .boxInner {
  width: 100%;
  height: 100%;
  padding: 0 2px;
  background-color: white;
  border-top: 1px solid #424242;
  border-left: 1px solid #424242;
  border-right: 1px solid #cecebd;
  border-bottom: 1px solid #cecebd;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .windowBase .inner .boxArea .boxInner {
    border: none;
  }
}
.windowBase .inner .boxArea .boxInner.imageArea {
  line-height: 0;
  letter-spacing: 0;
  background-color: #000;
}
.windowBase .inner .boxArea .boxInner .iconArea {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  width: 100%;
  min-height: 300px;
}
.windowBase .inner .boxArea .boxInner .viewArea {
  height: 100%;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .windowBase .inner .boxArea .boxInner .viewArea {
    min-height: initial;
    width: 100vw;
    height: 100vh;
  }
}
.windowBase .inner .boxArea .boxInner .viewArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .windowBase .inner .boxArea .boxInner .viewArea iframe {
    width: 100vw;
    height: 100vh;
  }
}
.windowBase .inner .boxArea .boxInner .movieArea {
  width: 100%;
  height: auto;
}
.windowBase .inner .boxArea .boxInner .movieArea video {
  width: 100%;
}
.windowBase .inner .boxArea .boxInner .youtubeArea {
  width: 100%;
  height: auto;
  background-color: black;
}
.windowBase .inner .boxArea .boxInner .imageArea {
  width: 100%;
  height: 100%;
  background-color: black;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.windowBase .inner .boxArea .boxInner #YoutubePlayer {
  width: 100%;
  height: 290px;
}
.windowBase .inner .boxArea .boxInner .icon {
  color: black;
}
.windowBase .inner .boxArea .boxInner .icon.select p {
  color: white;
  background-color: rgb(28, 19, 126);
}
.windowBase .inner .footerArea {
  width: 100%;
  height: 18px;
  margin: 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .windowBase .inner .footerArea {
    display: none;
  }
}
.windowBase .inner .footerArea .boxInner {
  border-top: 1px solid #7b7b7b;
  border-left: 1px solid #7b7b7b;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin: 2px;
  width: auto;
  height: 100%;
  display: inline-block;
  padding-left: 2px;
}
.windowBase .inner .footerArea .boxInner.fileType {
  width: 150px;
}
.windowBase .inner .footerArea .boxInner.fileSize {
  width: 75px;
}
.windowBase .inner .footerArea .boxInner:last-child {
  flex: 1;
}

.oldpage {
  font-family: "ＭＳ Ｐゴシック", "メイリオ", Meiryo, "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  background-image: url("../img/oldbg.png");
  background-repeat: repeat;
  background-size: 200px 100px;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .oldpage {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
  }
}
.oldpage .mainttl {
  width: 50%;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .oldpage .mainttl {
    width: 90%;
  }
}
.oldpage .mainttl img {
  width: 100%;
  height: auto;
}
.oldpage .scrollText {
  margin-top: 50px;
  font-weight: bold;
  color: red;
}
.oldpage .counter {
  background-color: pink;
  padding: 10px;
  width: 100%;
  margin: 50px auto;
  font-size: 2rem;
  font-weight: bold;
  color: blue;
  text-align: center;
}
.oldpage .counter span {
  color: red;
}
.oldpage .contentArea {
  text-align: center;
}
.oldpage .contentArea:nth-child(n+2) {
  padding-top: 20px;
}
.oldpage .contentArea .icon {
  width: 200px;
}
.oldpage .contentArea .item {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 20px;
}
.oldpage .contentArea .item .ttlArea {
  background-color: yellow;
}
.oldpage .contentArea .item .ttl {
  font-weight: bold;
  font-size: 3rem;
  color: blue;
  padding: 5px;
  margin: 5px;
  padding-top: 20px;
}
.oldpage .contentArea .item .ttl2 {
  font-weight: bold;
  font-size: 2rem;
  padding: 5px;
  margin: 5px;
  padding-bottom: 20px;
}
.oldpage .contentArea .item .pic {
  width: 50%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
.oldpage .contentArea .item .pic img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .oldpage .contentArea .item .pic {
    width: 80%;
  }
}
.oldpage .contentArea .item .blink {
  color: red;
}
.oldpage .sougolink {
  font-size: 3rem;
  font-weight: bold;
  color: blue;
  padding: 50px 0;
}
.oldpage .sougolink img {
  height: 20px;
}
.oldpage .kouzi {
  padding: 50px;
}
.oldpage .kouzi img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .oldpage .kouzi img {
    width: 90%;
  }
}

.warning {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

#Kiriban {
  padding-top: 10px;
  display: none;
}
#Kiriban.show {
  display: block;
}

.kiribanPlayer {
  text-align: center;
  padding-bottom: 50px;
}
.kiribanPlayer .num {
  color: rgb(10, 118, 59);
  font-weight: bold;
}
.kiribanPlayer .kiriget {
  font-size: 3rem;
  font-weight: bold;
  color: blueviolet;
}
.kiribanPlayer .ome {
  font-weight: bold;
}

.sjo {
  font-size: 3rem;
  color: blueviolet;
  text-align: center;
  font-weight: bold;
  letter-spacing: 14px;
}

.blink {
  animation: tikatika 1s step-end infinite;
}

@keyframes tikatika {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.marquee {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation-name: MarqueeScroll;
  animation-timing-function: linear;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}

@keyframes MarqueeScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.rainbow-title {
  font-weight: bold;
}

.rainbow-title span {
  display: inline-block;
  font-size: 10rem;
}

/* 各文字に少し遅延を加える */
.rainbow-title span:nth-child(1) {
  color: red;
}

.rainbow-title span:nth-child(2) {
  color: orange;
}

.rainbow-title span:nth-child(3) {
  color: yellow;
}

.rainbow-title span:nth-child(4) {
  color: green;
}

.rainbow-title span:nth-child(5) {
  color: blue;
}

.rainbow-title span:nth-child(6) {
  color: indigo;
}

.rainbow-title span:nth-child(7) {
  color: violet;
}

.irukaRoot {
  width: 150px;
  height: auto;
  position: fixed;
  bottom: -15px;
  right: 110px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .irukaRoot {
    display: none;
  }
}
.irukaRoot .irukaImg {
  width: 100%;
  height: 150px;
}
.irukaRoot .irukaImg img {
  margin-left: 10px;
  width: 80%;
  height: auto;
}
.irukaRoot .fukidashi {
  background-color: #ffffcd;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 5px;
  width: 225px;
  height: auto;
  margin-bottom: 20px;
  font-size: 1.4rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.irukaRoot .fukidashi .label {
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.irukaRoot .fukidashi input {
  width: 100%;
  height: 33px;
  padding: 0 10px;
}
.irukaRoot .fukidashi::after {
  content: "";
  background-image: url("../img/sankaku.png");
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 85px;
}
.irukaRoot .fukidashi .irukaBtnArea {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
}
.irukaRoot .fukidashi .irukaBtn {
  width: 86px;
  height: 22px;
  border-radius: 5px;
  border: 1px solid #c1c19f;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */