@charset "UTF-8";
/*=============================================================
背景
=============================================================*/
.pc {
width: 100%;
}
.bg1 {
  background: url("../../image/pc_bg.jpg") no-repeat fixed;
    min-height: 100vh; 
　background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  width: 100%;}
.bg2 {
  background: url("../image/mainimage.jpg") no-repeat fixed;
    min-height: 100vh; 
　background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
  width: 100%;}
  
.pc_in{
width: 390px;
margin: 0 0 0 auto;
background: rgba(255, 255, 255, 1);
}

