@charset "UTF-8";
/* CSS Document */



html {
  -webkit-overflow-scrolling: touch;
    max-width: 1100px;
    margin: 0 auto;
    background-size: 100%;
     overflow-x: hidden;
     overflow-y: scroll; -webkit-overflow-scrolling: touch;
     background:#fdd108; 
}

body{
	line-height: 0;
    
  

}
footer{
  position: fixed;
  bottom: 0;
  width: 100%;
}
/* 固定ヘッダー設定 */
header{
position: sticky;
top: 0;
  background:#EFEFEF;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index:9;
}
/* 固定ヘッダー設定 ここまで*/

ul.kai{  display:flex;
   flex-wrap:wrap;
  max-width:860px;
  padding-left:0px;
  margin:5px auto 50px;

  }
ul.kai li{
width:90%;
    list-style:none;
      overflow:hidden;
      margin-bottom:20px;
      padding-right:0;
      padding-left:5vw;
}


img{margin-top:-0.5px;width: 100%;}

main.main{
      max-width: 900px;
        background:#fff; 
  margin:0 auto;
  padding:0;

}
.inner{
        max-width: 900px;
        background:#fff;
        margin:0 auto; 
}

.koma{
        max-width:95vw;
        padding-left:2.5vw;
        margin-bottom:5vw;
}
.salekoma{
        max-width:95vw;
        padding-left:2.5vw;
        margin-bottom:3vw;
}
ul.menu{  max-width:960px;
          display:flex;
          flex-wrap: nowrap;
          padding:40px;
          list-style:none;
          margin:0 auto 5vw!important;;
}
ul.menu li{
    width:100%;
    padding:0;

}

img.maxsub{max-width:1083px;margin:100px auto; display:block;}
img.maxsub0{max-width:774px;margin:200px auto 100px; display:block;}
img.spp{max-width:90%;margin:8vw auto; display:block;}
/* h1部分 */
h1{
  margin:0 auto; 
  background:#fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

}
h2{
  margin:0 auto; 
  background:#f0ea0c;
}
h4.ccc{
  margin-top:5vw; 
}
h6{
  margin:0 auto; 
  background:#fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);

}
h1 img,h6 img{max-width:1100px;display:block;margin:0 auto;}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
.area{
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow:visible;

}

#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#footerFloatingMenu img {
    max-width: 100%;
}


  /* メイン配置 *****************************************/



.obje4{
  width:70%;
    top:7%;
    left: 15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}
.obje5{
  width:100%;
    top:30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}
.obje6{
  width:75%;
    bottom:19%;
    left: 7%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}

.ttt{
 z-index:-1;
}
.tttmenu{
 z-index:10;
 margin-top:-12vw;
}


/***追従するトップへ戻るボタン***/
.bbtn{width:17vw;}
#page-top {
    position: fixed;
    bottom:5vw;
    right: 2vw;

    z-index: 98;


}
#page-top2 {
    position: fixed;
    bottom: 30vw;
    right: 2vw;
    z-index: 98;
}
/***end***/










@media(min-width:750px){
	.footer-logo-wrapper{
max-width: 400px;
}
}

.top-button-wrapper{
	width: 45vw;
	margin: 0 auto;
}
.top-button-wrapper img{
	width: 100%;
}



@media(min-width:750px){
	.top-button-wrapper{
	max-width: 400px;
	margin: 0 auto;
}
}



.footer-logo-wrapper img{
	width: 100%;
}
.footer-img-wrapper{
	max-width: 750px;
	margin: 0 auto;
}
.footer-img-wrapper img{
	width: 100%;
	
}

/* 流れる画像 */
@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;

}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1);

}
.scroll-infinity__item>img {
  width: 100%;

}
/* 流れる画像end */

/*　Y軸（横へ） */
.rotate{
  animation:7s linear infinite rotation;

}

@keyframes rotation{
  10% {
    transform:rotateY(0);
  }
  20% {
    transform:rotateY(360deg);
  }
  30% {
    transform:rotateY(0);
  }  
  40% {
    transform:rotateY(0);
  }
  60% {
    transform:rotateY(0);
  }
  80% {
    transform:rotateY(0);
  }
  90% {
    transform:rotateY(0);
  }  
  100% {
    transform:rotateY(0);
  }


}

/*　Y軸end */




/* 中間調整用 ************************************************************************************************/
@media screen and (min-width:751px) and (max-width:1100px) {

.obje1{
  width:40%;
    top:15%;
    left: 5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}
.obje2{
  width:50%;
    top:50%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}
.obje3{
  width:52%;
    top:20%;
    right: 0;
    left: 0;
    left: auto;
    right: 5%;
    position: absolute;
}




}

/* PC-------------------------------------------------- */
@media screen and (min-width:1101px) {

.obje1{
  width:40%;
    top:15%;
    left: 5%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}
.obje2{
  width:50%;
    top:50%;
    left: 25%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}
.obje3{
  width:52%;
    top:20%;
    right: 0;
    left: 0;
    left: auto;
    right: 5%;
    position: absolute;
}


#footerFloatingMenu {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fffcdb;
  color: #fffcdb;
  padding: 0;
  font-size: 16px;
  text-align: center;
  width: 100%;


}
 
#footerFloatingMenu img {
    max-width: 1100px;
    margin:0 auto;
}



.bbtn{width:135px;}
#page-top {
    position: fixed;
    bottom:3vw;
    right: 2vw;

    z-index: 98;


}
#page-top2 {
    position: fixed;
    bottom: 3vw;
    right: 2vw;
    z-index: 98;
}

}