@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Serif+JP:wght@900&display=swap');

/* CSS Document */

*{
	margin:0;padding:0;
	font-feature-settings: "palt";
	box-sizing: border-box;
}



img {border:0;}
address {font-style:normal;}
a{text-decoration:none;}

.m0auto{margin: 0 auto;}
.mb1{margin-bottom: 1em!important;}
.mb1-5{margin-bottom: 1.5em!important;}
.mb2{margin-bottom: 2em!important;}
.mb2-5{margin-bottom: 2.5em!important;}
.mb3{margin-bottom: 3em!important;}
.red {color: red;}
.yelllow {color: yellow;}
.white{color:white;}
.blue{color:blue;}
.green{color:green;}
.DechauOrange{color:#FF4200;}
.clear {clear:both;}
.copyright {font-size: 0.5em;margin: 20px 0;text-align: center;}

body{
	background: black;
	background-image: url("../img/back01.png");
	background-size:100% auto ;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.body1 {
	width: calc(100% - 2em);
	max-width: 500px; /** デザインの最大幅 **/
	margin: 0 auto;
	/*font-family: 'M PLUS 1p', sans-serif;*/
	font-family: "Helvetica Neue",Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

.img100per{
	width: 100%;
	display: flex;
	justify-content: center;
}
.img100per img{
	width: 100%;
}

.mainVisu{
	display: flex;
	justify-content: center;
}
.mainVisu img{
	max-width: 1000px;
}
.mainTitle{
	width: 100%;
	margin-bottom: 2em;
}
.mainTitle img{
	width: 100%;
}
.mainTitle h1{
	font-family: "M PLUS 1p", serif;
	letter-spacing: -0.06em;
	color: black;
	text-align: center;
	font-weight: 900;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	line-height: 1.15em;
}
.mainTitle p{
	color: black;
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.embeddedWrap{
	display: flex;
	justify-content: center;
	background: white;
	border: 2px solid gray;
	border-radius: 10px;
	margin-bottom: 2em;
}
.embedded1{
	width: 100%;
	max-width: 812px;
	height: 85vh;
	border-radius: 10px;
}

.bar1 {
    margin: 4em 0 1em 0;
}



/*モーダルズーム用*/
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 80%;
  animation: zoomIn 0.3s;
}

@keyframes zoomIn {
  from {transform: scale(0.5);}
  to {transform: scale(1);}
}

.close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}


.caption1{
    margin: 0.5em 0 1em 0;
}





.infoicon{
    margin-top: 2em;
    display: flex;
    justify-content: space-between;
    
}
.icon {
    width: 24%;
}
.icon img{
    width: 100%;
}
.content {
  flex: 1;
}


.infodaisuu{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.daisuucontent{
    width: 33%;
}
.daisuucontent img{
    width: 100%;
}

.contents{
    margin-top: 1em;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.contentsnakami{
    width: calc(100% / 5 - 0em);
}

.contentsnakami a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0.5em;
    color:white;
    background: red;
    border: 2px solid white;
    border-radius: 10px;
    font-family: "M PLUS 1", sans-serif;
  font-weight:700;
  font-style: normal;
}

.back-to-top {
  position: fixed;
  bottom: 1em;       /* 下から20px */
  right: 1em;        /* 右から20px */
  background-color: #333;
    border: 2px solid gray;
  color: #fff;
  padding: 1em 2em;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.3);
  z-index: 1000;
  transition: opacity 0.3s ease;
  font-family: "M PLUS 1", sans-serif;
  font-weight:900;
  font-style: normal;
}

.back-to-top:hover {
  background-color: #555;
}


.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 = 9 / 16 = 0.5625 → 56.25% */
  height: 0;
  overflow: hidden;
    margin-bottom: 1em;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.catvhh2{
    text-align: center;
    border: 5px solid red;
    padding: 0.2em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-family: "M PLUS 1", sans-serif;
    font-weight:900;
    font-style: normal;
}
.catvhh3 a{
    display: block;
    text-align: center;
    border: 5px solid black;
    padding: 0.2em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-family: "M PLUS 1", sans-serif;
    font-weight:900;
    font-style: normal;
    background: #333;
    color:white;
    
}


h3{
    color: white;
    background: #333;
    text-align: center;
    padding: 0.3em;
    margin-bottom: 0.2em;
    border:5px solid black;
    border-radius: 5px;
    font-family: "M PLUS 1", sans-serif;
  font-weight:700;
  font-style: normal;
}



footer {
	position: fixed;
  width: 100%;
  background: #44aa33;
}
/*
FlexBoxの設定
----------------------------------------------------------- */
/*コンテナ*/
.flexContainer{
	display:flex;
	justify-content: flex-start; /*水平方向の揃え設定*/
	align-items: stretch; /*垂直方向の揃え設定*/
}
/*アイテム*/
.flexItem{
	width: calc(100%/2 - 0.3em); /*分割数を指定*/
}
/*要素の真ん中に配置*/
.mannaka{
	display: flex;
	justify-content: center;
	align-items: center;
}
/*
 フェイドインクラス
----------------------------------------------------------- */
.fadeInUp {
  opacity : 0;
  transform: translateY(20px);
  transition: 5s;
}
/*
 メディアクエリ 
----------------------------------------------------------- */
@media (min-width:600px){
	.mainTitle h1{
	font-size: 2.8em;
}
	.mainTitle p{
	font-size: 1.5em;
}
}

@media (max-width:600px){
	
}