@charset "UTF-8";
/* CSS Document */
html{
    font-size: 1vw;
}


body{
    width: 100%;
    background-color: rgba(255,255,255,1.00);
    font-family: "tgn-soft-round","tbudrgothic-std",sans-serif;
}


body a{
    text-decoration: none;
}

header{
    width: 100%;
    padding: 1.6vw 0 0vw 0;
    margin: 0vw;
    position: fixed;
    z-index: 99;
    
    background-color: rgba(255,255,255,1.00);
}


.menu {
    position: fixed;
    top: 0;
    left: -40vw;
    width: 24%;
    height: 100%;
    background-color: rgba(220,0,0,1.00);
    transition: all 0.3s ease-in-out;
    z-index: 10;
}


.menu ul {
    list-style: none;
    margin: 8vw 0 0 3vw;
    padding: 0;
}


.menu li {
    font-size: 1.3rem;
    padding: 20px;
    
}


.menu a{
    font-family: "tgn-soft-round", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: rgba(255,255,255,1.00);
}

.menu li:hover {
  background-color: rgba(135,0,0,1.00);
}


.open-menu {
  left: 0;
}




.menu-icon {
  display: block;
  width: 2.6vw;
  height: 3vw;
  margin: 0 0 0 2vw;
  position: relative;
  cursor: pointer;
  z-index: 10;
}


.menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(1,0,0,1.00);
  border-radius: 3px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}


.menu-icon span:nth-child(1) {
  top: 0px;
}


.menu-icon span:nth-child(2), .menu-icon span:nth-child(3) {
  top: 10px;
}


.menu-icon span:nth-child(4) {
  top: 20px;
}


.menu-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}


.menu-icon.open span:nth-child(2) {
  transform: rotate(45deg);
}


.menu-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}


.menu-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}



.header-logo{
    width: 13%;
    margin: -0.5vw 45vw 0 0;
    float: right;
}


.header-logo img{
    width: 100%;
}





main{
    width: 100%;
}


.title{
    display: inline-block;
    margin: 8vw 0 2vw 10vw;
    
    font-family:"zen-maru-gothic", sans-serif;
    font-style: normal;
    font-weight: 400;
}


.title h5{
    display: inline-block;
    padding: 0 1vw;
    border: solid 1px rgba(0,0,0,1.00);
    
    font-size: 1rem;
    line-height: 2vw;
}


.title h1{
    font-size: 3.5rem;
    line-height: 4vw;
    color: rgba(220,0,0,1.00);
}


.title h2{
    margin: 0 0 2vw 0;
    
    font-size: 1.8rem;
    line-height: 3vw;
    color: rgba(220,0,0,1.00);
}


.title p{
    font-size: 0.9rem;
}


.title-text{
    margin: 0 0 1.5vw 0;
    
}


.block-1{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}


.block-1 p{
    text-align: start;
    border-top: solid 2px rgba(220,0,0,1.00);
    padding: 2vw 0 0 0;
    
    font-size: 0.9vw;
    line-height: 1.5vw;
}


.block-2{
    margin: 4vw 0 0 0;
    padding: 2vw 0 4vw 0;
    background-color:rgba(220,0,0,1.00);
}


.content{
    display: inline-block;
    background-color: rgba(255,255,255,1.00);
    border-radius: 0.6vw 3vw 3vw 0.6vw;
    width: 74%;
    margin: 2vw 0vw 2vw 24vw;
}


.content h4{
    width: 70%;
    margin: 1.3vw 0 0 5vw;
    
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 400; 
    font-size: 1.2rem;
    line-height: 1.7vw;
}


.content h3{
    display: inline-block;
    padding: 0 1vw 0.8vw 0;
    margin: 2.1vw 0 1vw 5vw;
    
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 400; 
    font-size: 1.7rem;
    line-height: 1vw;
    background: linear-gradient(transparent 20%, rgba(220,0,0,0.4) 0%);
    color: rgba(0,0,0,1.00);
}





/*スライダー*/
.slider2{
	display: flex;
    gap: 0 1vw;
	flex-wrap:nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
    margin: 1vw 1vw 2vw 5vw;
	scroll-behavior: smooth;
}

.slider2 > div{
	width: 50%;
	position: relative;
	overflow: hidden;
}

.slider2 p{
	margin:0px ;
	padding:0px ;
}


.slider2 .slide-content {
	flex: 0 0 40%;
	margin: 0;
	scroll-snap-align:center;
    
}


.slide-content{
    color: rgba(0,0,0,1.00);
    border: solid 3px rgba(220,0,0,1.00);
    border-radius: 1vw;
    margin: 0 0 3vw 0;
    padding: 1vw;
}


.slide-content img{
    width: 100%;
    margin: 1vw 0 0 0;
}


.slide-content a{
    width: 80%;
    display: block;
    justify-content: space-evenly;
    align-items: center;
    border: solid 0.3vw rgba(220,0,0,1.00);
    border-radius: 3vw;
    text-align: center;
    margin: 2vw auto 2vw auto;
    padding: 0.6vw 0 0.5vw 0vw;
    background-color: rgba(220,0,0,1.00);
    
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 1rem;
    color: rgba(255,255,255,1.00);
}


.slide-content p{
    text-align: center;
    margin: 0 0 1vw 0;
}


.slide-content h6{
    margin: 3vw 3vw 1vw 3vw;
    
    font-family: heisei-maru-gothic-std, sans-serif;
    font-style: normal;
    font-weight: 400; 
    font-size: 1rem;
    line-height: 1.6vw;
}


.slide-content h7{
    display: inline-block;
    border: solid 1.5px rgba(0,0,0,1.00);
    padding: 0 1vw;
    margin: 1vw 0 0 3vw;
    
    font-size: 1.2rem;
    line-height: 1.8vw;
}


.slide-content h8{
    margin: 0.6vw 0 1vw 3vw;
    display: block;
    
    font-size: 1rem;
    line-height: 1.6vw;
}


.slide-content iframe{
    width: 90%;
    height: 75%;
    text-align: center;
    margin: 0 auto;
    display: block;
}





footer{
    width: 100%;
    margin: 0vw 0 0 0;
    background-color: rgba(220,0,0,1.00 );
    color: rgba(255,255,255,1.00);
    text-align: center;
}


.sns-list{
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
    text-align: center;
    margin: 0 auto;
    padding: 3vw 0;
    list-style: none;
}


.sns-list li{
    font-size: 1.3rem;
}


footer a{
    color: rgba(255,255,255,1.00);
}


footer img{
    width: 10%;
    margin: 0 0 2vw 0;
}


footer h5{
    font-size: 0.9rem;;
}


footer p{
    font-size: 1rem;
    margin: 2vw 0 0 0;
    padding: 0.4vw 0;
    background-color: rgba(69,69,69,1.00);
}