@charset "utf-8";
@import url("font-awesome/css/font-awesome.css");
/* CSS Document */
html {
  scroll-behavior: smooth;
}
body {
	max-width:1280px;
	display: block;
	margin: 0 auto;
	background-color: #f0f0f0;
	color:#111;
    font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
    background-image: url("../images/SET_background.jpg");
    background-repeat: repeat-y;
    background-size: cover;
}
a {
	text-decoration: none;
	color:#0091D7;
}
a:hover {
	text-decoration: none;
}
img {
	width:100%;
	image-rendering: -webkit-optimize-contrast;
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.2em;
}
header {
	max-width:1280px;
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 119px;
}
.hd1 {
    padding: 30px 20px; 
    background-color: rgba(255,255,255,0.9);
}
.hd2 {
}
.container {
	max-width:1280px;
    display: grid;
    grid-template-columns: 25% 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 85vh;
}

.item1 {
    margin-top: 3px;
    padding: 30px 20px 30px; 
    background: linear-gradient(45deg,  #133489 0%,#2989d8 100%,#207cca 100%,#0068b6 100%); 
}
.item2 {
    padding: 0 1% 70px 2%; 
    margin:10px 20px;
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: 0 100px;
}
.yt_box {
    width: 100%;
    padding: 35px 5% 0;
}
.yt_box iframe {
    width: 90%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 3px;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.55);
    background-color: transparent;
}
/*
.booth-empty {
    height:100%;
}
*/

.booth-img {
    width: 100%;
   /* height: 60vh;*/
    background-blend-mode:lighten;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: 0 10px;
    margin-bottom: 60px;
}

.product {
    width:94%;
    margin:15px 0 0 3%;
    display: flex;
    justify-content: space-around;
}
.product div {
    width:32%;
    padding: 0;
    margin:0;
}

.menu-box {
    
}
.menu-box ul {
    margin: 0;
    padding: 0; 
    list-style: none;
}
.menu-box ul li {
    margin: 0;
    padding: 0;    
}
.menu-box ul li:hover {
    opacity: .5;   
}
.pr-btn {
	width:fit-content;
	background-color: rgba(255,255,255,1);
	padding: 3px 5px;
	border:3px double #0F97C6;
	border-radius: 8px;
    display: block;
    margin:1em auto 1em; 
    text-align: center;
	font-size: 18px;
}
.pr-btn:hover {
	background-color: rgba(175,193,215,1.00);
	border:2px solid #007BA6;
}
.pr-btn a {
	text-decoration: none;
	color:#0F97C6;
}
.pr-btn a:hover {
	color:#007BA6;
}
.pro-cont {
display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(4, auto);
grid-column-gap: 0px;
grid-row-gap: 0px;
} 
.div1 { order: 1; }
.div2 { order: 2; }
.div3 { order: 3; }
.div4 { order: 4; }

@media only screen and (max-width: 820px) {
header {
    height: 76px;
}
}
@media only screen and (min-width: 768.1px) {
.wrap-mb {
        display: none;
}  
}
@media only screen and (max-width: 768px) {
.wrap-pc {
        display: none;
}  
header {
    display: grid;  
    grid-template-columns: 100%;
    grid-template-rows: 1fr  ;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    }
.hd1 {
    height: 50px;
    padding: 0;
    } 
.hd1 img {
    width: 200px;
    display: block;
    margin: 0 auto;     
    }
.hd2 {
    height: 90px;        
    }    
    
.container {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr  ;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
} 
.item1 {
    padding: 20px 5px 10px; 
} 
.menu-box ul li {
    width:45%;
      display: inline-block;
    padding: 0;
    margin: 0 5px 10px 2.5%;
 }
.list1 {
    display: block;
    margin: 0 auto 1em;
    width:50%;
}
.item2 {
    padding: 10px 20px;  
    margin:20px 5px;
    background-size:contain;
    height:auto;/*450px*/
}
/*.booth-img {
    height: 400px;
}*/
.yt_box {
    width: 100%;
    padding: 25px 5%;
}
.wrap-mb {
    margin:0 auto 2em;
    display: flex;
    justify-content: space-around;        
}  
}

@media only screen and (min-width: 480.1px) {
.logo-mb {
        display: none;
}  
}
@media only screen and (max-width: 480px) {
.logo-pc {
        display: none;
}  
.hd2 {
    height: 80px;        
    }  
    
.div1 { order: 3; }
.div2 { order: 1; }
.div3 { order: 2; }
.div4 { order: 4; }
/*
.item2 {
    height:210px;
}*/
.pr-btn {
	font-size: 16px;
}  
.product {
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.product div {
    width:80%;
}
.yt_box {
    width: 100%;
    padding: 15px 1%;
}
.yt_box iframe {
    width: 98%;
}
/*.booth-img {
    height: 220px;
}*/
}

/*--------------------
   戻るボタン
--------------------*/
.back {
    width:fit-content;
    display: block;
    margin: 50px auto;
}
.back-in {
    border:3px solid #7BC3FF;
    border-radius: 30px;
    padding: 5px 10px;
}
.back-in:hover {
    background-color: #55B2FF;
    color:#fff;
}
@media only screen and (max-width: 480px) {
.back {
    margin: 25px auto;
}
}
/*--------------------
   music movie
--------------------*/
.top-01 {
    margin: 20px 0% 20px 0%;
    display: flex;
    justify-content:center; 
    flex-wrap: wrap;
}
.top-01 div {
    width:25%;
}
.mov-box div {
   filter: brightness(50%); 
}
.mov-box div:hover {
   filter: brightness(1); 
}
.mov-box .current {
   filter: brightness(1)!important; 
}


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

.top-01 {
    margin: 0 0% 30px 0%;
    display: flex;
    justify-content:space-around; 
    flex-wrap: wrap;
}
.top-01 div {
    width:49%;
} 

}
