@charset "UTF-8";
/* Top Page Specific CSS Document */



.navlogo {
  width: 10%;
  border: 1px solid #fff;
  left: 0;
  right: 0;
  margin: auto;
}

iframe {
  display: block;
}
.youtubebox {
  background-image: url(../img/dummywall.jpg);
  background-size: cover;
  box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 1);
}
.youtubebox iframe{
  width: 100% !important;
  height: 100% !important;
  top: 0;
  right: 0;
}
.xwrap {
  width: 50%;
  position: relative;
  right: 0;
  background-color: #ee2737;
  background-image: url(../img/x_BG.jpg);
  background-position: center;
  background-size: 100%;
}
.xbox {
  width: 85%;
  height: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 4px solid #FFF;
}
.xwrap a {
  width: 55vw;
  max-width: 242px;
  height: 5vh;
  max-height: 53px;
  background-color: #FFF;
  display: flex; /* block から flex に変更 */
  align-items: center; /* 上下中央揃え */
  justify-content: center; /* 左右中央揃え */
  border-radius: 10px;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10%;
  font-size: 14pt;
  font-weight: bolder;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN", "Meiryo", sans-serif;
  color: #000;
}
.xwrap a:hover {
  color: #FFF;
  background-color: #000;
  border: 2px solid #FFF;
}


.newsbox {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.newsbox dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
}
.newsbox dl dt,
.newsbox dl dd {
  font-family: sans-serif;
  box-sizing: border-box;
}
.newsbox dt {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 20px;
  color: #a18e21;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.newsbox dt:after {
  content: "";
	flex-grow: 1;
	height: 1px;
	background: #a18e21;
	display: block;
  margin: 0px 0px 0px 10px;
}
.newsbox dd {
  display: flex;
  align-items: center;
  width: 80%;
  margin-left: 0;
  padding: 0px 0px;
  border-bottom: 1px solid #5c514a;
}
.newsbox p {
  width: 100%;
}
.newsbox dd a {
  font-family: sans-serif;
  color: #000;
}
.newsbox dt:last-child,
.newsbox dd:last-child {
  border-bottom: 1px solid #5c514a;
}
.newsbox dt:first-of-type,
.newsbox dd:first-of-type {
  border-top: 1px solid #5c514a;
}
.newsbox div {
  font-family: sans-serif;
}

@media screen and (max-width: 768px) {

}





















header {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
}

#headerBox {
  margin: 0;
  width: 100%;
  height: 90px;
  position: relative;
}

#headerBox h1 {
  display: none;
}

#mainWrap {
  position: relative;
}

#fstViwBox {
  height: 100vh;
  max-height: 480px;
  width: 100%;
  background: url("../img/bg04.jpg") center/cover no-repeat #fff;
  border-bottom: solid 1px #A18E21;
  position: relative;
}

#fstViwBox h1 {
  width: 150px;
  aspect-ratio: 1 / 1.38;
  background: url("../img/mainlogo.png") no-repeat center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); 
  z-index: 100;
  animation: logo 0.6s linear 1; /* スラッシュを削除 */
}

@keyframes logo {
  0% {
    bottom: -12px;
    opacity: 0;
  } 
}

#fstViwBox h2 {
  width: 100%;
  height: 100%;
  background: url("../img/mainv01.png") center bottom/contain no-repeat rgba(193, 40, 42, 0.0);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); 
  animation: mainv 1.2s linear 1; /* スラッシュを削除 */
}

@keyframes mainv {
  0% {
    opacity: 0.0;
  }
}

#fstViwBox h1 span,
#fstViwBox h2 span {
  display: none;
}

#lagbanBox {
  padding: 20px;
  width: 100%;
  background-color: #353535;
}

#lagbanBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#lagbanBox ul li a {
  display: block;
  border: solid 4px #A18E21;
  box-sizing: border-box;
}

#lagbanBox ul li a img {
  max-width: 100%;
  height: auto;
}

#smlbanBox {
  padding: 30px 20px;
  width: 100%;
}

#smlbanBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#smlbanBox ul li {
  width: 100%;
  height: auto;
}

#smlbanBox ul li a {
  display: block;
  border: solid 1px #A18E21;
  box-sizing: border-box;
}

#smlbanBox ul li a img {
  max-width: 100%;
  height: auto;
}

/* mediaBox エリア */
#mediaBox {
  width: 100%;
}

#mediaBox ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#mediaBox ul li {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#mediaBox ul li:nth-child(1) {
  background-color: gray;
}

#mediaBox ul li:nth-child(2) {
  background-color: red;
}

#dammy {
  min-height: 400px;
  padding: 30px 20px;
  background-image: url("../img/tittleBg.png"), url("../img/bg01.gif");
  background-repeat: no-repeat, repeat;
  background-size: 390px, 12px 12px;
  background-position: top center, left top;
}

@media screen and (min-width: 768px) {
  #fstViwBox h1 {
    width: 220px;
    top: 5%;
    left: 50%;
    transform: translateX(calc(-50% - 140px)); 
  }

  #fstViwBox h2 {
    width: 440px;
    height: 100%;
    background: url("../img/mainv01.png") center top/440px no-repeat rgba(193, 40, 42, 0.0);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(calc(-50% + 80px)); 
  }

  #smlbanBox ul li {
    width: calc((100% - 10px) / 2);
    height: auto;
  }

  #mediaBox ul {
    flex-direction: row;
  }

  #mediaBox ul li {
    flex: 1; /* 2等分 */
  }

  #fgBox {
    min-height: 270px;
  }

  #fgBox h2 {
    width: 126px;
    height: 107px;
  }
}

@media screen and (max-width: 768px) {
  .newsbox dt {
    width: 100px;
    font-size: 12px;
    padding: 10px;
  }
  .newsbox dd {
    width: calc(100% - 100px);
    display: flex;
    flex-wrap: wrap;
  }
  .newsbox p {
    display: block;
  }

}