html{
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

body{
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic";
}

.page_con{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background1{
    background-image: url(images/suisai_red.jpg);
    background-size: cover;
}
.background2{
    background-image: url(images/suisai_concept.jpg);
    background-size: cover;
}
.background3{
    background-image: url(images/suisai_red.jpg);
    background-size: cover;
}
.background4{
    background-image: url(images/suisai_yellow.jpg);
    background-size: cover;
}
.background5{
    background-image: url(images/suisai_yellow.jpg);
    background-size: cover;
}


/*特集　追加後　削除*/
header{
    position: fixed;
    top: 0;
    left: 6%;
    width: 94%;
    height: auto;
}

header ul{
    position: absolute;
    right: 6%;
    display: flex;
}

.spe_3{
    border-right: none;
}


header{
    position: fixed;
    top: 0;
    left: 6%;
    width: 150%;
    height: auto;
}

/*
header ul{
    position: absolute;
    right: 29%;
    display: flex;
}
*/

header li{
    list-style-type: none;
    transform: skewX(150deg);
    -webkit-transform: skewX(150deg);
    -moz-transform: skewX(150deg);
    border-right: 1px solid #707070;
}

header li:nth-child(n+5){
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

/*
.spe_2_visible{
    transform: translateX(-220%);
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
    transform: skewX(135deg);
}
*/

.spe_1{
    transition: all .2s ease;
}

.spe_2{
    transition: all .2s ease;
}


.footer_special{
    transform: translateX(15px);
}

header li a{
    color: #707070;
    font-size: 1em;
    text-decoration: none;
    display: block;
    transform: skewX(-150deg);
    -webkit-transform: skewX(-150deg);
    -moz-transform: skewX(-150deg);
    padding: 5px 15px;
    transition: all .2s ease;
}



header li a:hover{
    color: #000000;
    transition: all .2s ease;
}
/*左側　水色*/
.menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 6%;
    height: 100%;
    background-color: rgba(252,252,252,0.5);
/*    background-color: rgba(101, 205, 232, 0.7);*/
    z-index: 1000;
    cursor: pointer;
}

.logo_rect{
    position: fixed;
    top: .5%;
    left: .5%;
    width: 5%;
    height: auto;
    z-index: 1001;
}

.color1{
    background-color: rgba(101, 205, 232, 0.7);
}

.color2{
    background-color: rgba(248,153,170,0.7);
}

.color3{
    background-color: rgba(239,233,84,0.7);
}

.fixed{
    width: 6%;
    height: auto;
    position: fixed;
    top: 45%;
    left: 1%;
    z-index: 100001;
}

/*メニュー　全体*/
  .overlayMenuBtn  {
    position: relative;
    display: block;
    top: 45%;
    left: 0;
    height: 30px;
    width: 80%;
    cursor: pointer;
    z-index: 100001;
    text-align: center;
  }

/*メニュー　線*/
  .overlayMenuBtn span {
    position: relative;
    display: block;
    width: 80%;
/*    border: 1.5px solid #ffffff;*/
    border: 1.5px solid #65cde8;
    transition: .5s;
      z-index: 100001;
  }

/*メニュー　配置*/
  .overlayMenuBtn span:nth-child(1) { top: 0; }
  .overlayMenuBtn span:nth-child(2) { top: 10px; }
  .overlayMenuBtn span:nth-child(3) { top: 20px; }

/*オーバーレイ　全体*/
  .overlayMenu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(252, 252, 252, 1);
    z-index: 100000;
/*      transition: all .8s;*/
  }

.map_con{
    position: absolute;
    top: 2000px;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    background-color: rgba(101, 205, 232, 0.8);
    padding-bottom: 20px;
}

.map_con ul{
    margin-left: 6%;
}
.map_con .pro_li li:first-child{
    border-left: none;
    text-indent: -30px;
}

.map_con .pro_li li:nth-child(2){
    border-left: .2px solid #ffffff;
    transform: translateX(-20px);
}

.map_con .pro_li li:nth-child(6){
    transform: translateX(-20px);
}

.map_con div{
    width: 19%;
    height: auto;
   float: left;
    text-decoration: none;
    list-style-type: none;
}

.map_con div li{
    list-style-type: none;
    display: block;
    border-left: .2px solid #ffffff;
    text-indent: 5px;
}

.map_con div li:first-child{
    border-left: none;
    text-indent: -10px;
}

.map_con div li:last-child{
    margin-bottom: 180px;
}

.map_con div li a{
    text-decoration: none;
    list-style-type: none;
    display: block;
    color: #ffffff;
}

/*
footer .footer_none:hover > a{
    color: #ffffff;
    pointer-events: none;
}
*/

.banner{
    position: absolute;
    bottom: 0;
/*    left: 15%;*/
    left: 14%;
    display: block;
    width: 1050px;
    height: auto;
    margin-bottom: 50px;
}

.copy{
    position: absolute;
    bottom: 0;
    left: 44%;
    color: #ffffff;
}

.aiwa{
    position: absolute;
    bottom: 0;
    left: -90px;
    width: 300px;
    height: 100px;
}

.eigo{
    position: absolute;
    bottom: 0;
    left: 220px;
    width: 300px;
    height: 100px;
}

.banban{
    position: absolute;
    bottom: 0;
    left: 530px;
    width: 300px;
    height: 100px;
}

.mei_sup{
    position: absolute;
    bottom: 0;
    left: 840px;
    width: 300px;
    height: 100px;
}

@media(max-width:1300px ){
    .aiwa{
    position: absolute;
    bottom: 0;
    left: -90px;
    width: 270px;
    height: auto;
}

.eigo{
    position: absolute;
    bottom: 0;
    left: 190px;
    width: 270px;
    height: auto;
}

.banban{
    position: absolute;
    bottom: 0;
    left: 470px;
    width: 270px;
    height: auto;
}  
.mei_sup{
    position: absolute;
    bottom: 0;
    left: 750px;
    width: 270px;
    height: auto;
}  
}

@media(max-width:1200px ){
    .aiwa{
    position: absolute;
    bottom: 0;
    left: -90px;
    width: 240px;
    height: auto;
}

.eigo{
    position: absolute;
    bottom: 0;
    left: 160px;
    width: 240px;
    height: auto;
}

.banban{
    position: absolute;
    bottom: 0;
    left: 410px;
    width: 240px;
    height: auto;
}  
.mei_sup{
    position: absolute;
    bottom: 0;
    left: 660px;
    width: 240px;
    height: auto;
} 
}

@media(max-width:1100px ){
    .aiwa{
    position: absolute;
    bottom: 0;
    left: -90px;
    width: 210px;
    height: auto;
}

.eigo{
    position: absolute;
    bottom: 0;
    left: 130px;
    width: 210px;
    height: auto;
}

.banban{
    position: absolute;
    bottom: 0;
    left: 350px;
    width: 210px;
    height: auto;
}    
.mei_sup{
    position: absolute;
    bottom: 0;
    left: 570px;
    width: 210px;
    height: auto;
} 
}


.svg_red{
    position: absolute;
    top: 20px;
    left: 56.3%;
    width: 20px;
    height: auto;
}

.svg_yellow{
    position: absolute;
    top: 20px;
    left: 56.6%;
    width: 20px;
    height: auto;
}

@media(max-width:1310px ){
    .svg_red{
    position: absolute;
    left:53.8%;
}
.svg_yellow{
    position: absolute;
    left: 54.3%;
}
}

@media(max-width:1270px ){
    .svg_red{
    position: absolute;
    left: 52.3%;
}
.svg_yellow{
    position: absolute;
    left: 52.8%;
}
}

@media(max-width:1240px ){
    .svg_red{
    position: absolute;
    left: 53.3%;
}
.svg_yellow{
    position: absolute;
    left: 53.8%;
}
}

/*
@media(max-width:1050px ){
    footer{
        transform: translateY(100px);
    }
}

@media(max-width:950px ){
    footer{
        transform: translateY(200px);
    }
}
*/



.svg_red_2{
    position: absolute;
    top: 20px;
    left: 18.3%;
    width: 20px;
    height: auto;
    visibility: hidden;
    opacity: 0;
}

.svg_yellow_2{
    position: absolute;
    top: 20px;
    left: 18%;
    width: 20px;
    height: auto;
    visibility: hidden;
    opacity: 0;
}


@media(max-width:1310px ){
    .svg_red_2{
    position: absolute;
    left:13.3%;
}
.svg_yellow_2{
    position: absolute;
    left: 13.6%;
}
}

@media(max-width:1270px ){
    .svg_red_2{
    position: absolute;
    left: 10.3%;
}
.svg_yellow_2{
    position: absolute;
    left: 10.6%;
}
}

@media(max-width:1240px ){
    .svg_red_2{
    position: absolute;
    left: 8.3%;
}
.svg_yellow_2{
    position: absolute;
    left: 8.6%;
}
}

@media(max-width:1100px ){
.svg_red{
     opacity: 0;
    visibility: hidden;
}
.svg_yellow{
     opacity: 0;
    visibility: hidden;
} 
.svg_red_2{
     opacity: 0;
    visibility: hidden;
}
.svg_yellow_2{
     opacity: 0;
    visibility: hidden;
}   
.spe_1,.spe_2{
    opacity: 0;
    visibility: hidden;
}
}
    

.title{
    position: absolute;
    top: 150px;
    left: 16%;
    font-size: 2em;
    color: #707070;
    border-bottom: 2px solid #707070;
    padding-right: 50px;
}

.con{
    position: absolute;
    top: 250px;
    left: 16%;
    width: 60%;
    height: auto;
    color: #707070;
    font-size: 1em;
}

.con p{
/*    padding: 5px 0;*/
    line-height: 1.8em;
/*    margin-top: 50px;*/
}

.con p a{
    color: #707070;
}

.con p a:hover{
    color: #000000;
}

.con table a{
    color: #707070;
}

.con table a:hover{
    color: #000000;
}

footer{
    position: absolute;
    top: 1000px;
    left: 0;
    width: 100%;
    height: auto;
}

footer div li:hover > a{
    color: #707070;
}

footer .footer_none:hover > a{
    color: #ffffff;
    pointer-events: none;
}

.hidden{
    opacity: 0;
    visibility: hidden;
}

.pcnone{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 1000000;
    background-color: rgba(0,0,0,0.4);
}

.pcnone p{
    position: absolute;
    top: 37vh;
    left: 25%;
    font-size: 2rem;
    color: #eee;
}

@media(max-width:750px ){
    .pcnone{
    display: block;
}
}

.page_hide{
    opacity: 0;
    visibility: hidden;
    transition:all 1s ease-in;
}

.circle2{
  position: relative;
  padding: 0 0 0 1.7em;
    transform: translateY(1.8rem);
}
.circle2::before,
.circle2::after {
  position: absolute;
  content: '';
  border-radius: 100%
}
.circle2::before {
  top: .2em;
  left: .2em;
  z-index: 2;
  width: 18px;
  height: 18px;
  background: rgba(150, 150, 150, .5);
}
.circle2::after {
  top: .7em;
  left: .7em;
  width: 13px;
  height: 13px;
  background: rgba(210, 210, 210, .5);
}

.focus_banner{
    width: 130%;
    height: auto;
    position: absolute;
    top: 300px;
    left: 0;
}

.focus_banner img{
    width: 30%;
    float: left;
    margin: 1% 2% 1% 0;
}

.focus_banner img:hover{
    transform: scale(0.99);
    opacity: 0.7;
}

.photo_con{
    
}

.photo_con img{
    width: 30%;
    margin: 1% 1% 1% 0;
/*    float: left;*/
}