@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;

} 

img {
  max-width: 100%;
  vertical-align: bottom;
}

a{
  color: #1c0d00;
  text-decoration: none;
}
p{line-height: 1.7;}

.introbox{
	display:flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
	z-index: 0;/**/
    opacity: 1;
    background:url("../img/back.jpg") no-repeat center center / cover;
   
}
.en{
  font-family: "cc-frostbite-block", sans-serif;
font-weight: 400;
font-style: normal;
}



.up_img{border: solid 1px #000;margin-bottom: 5px;}
#top{
 
    position: relative;
    z-index: 2;
    text-align: center;
     /* background-image: url("../img/top.png"); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: auto;
   height: calc(100dvh - 5rem);*/
}

.intro_txt{
    padding: 0px 0 50px 0; 
    width: 95%;
    margin:0 2.5%;
  
}


.top_txt{
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 700;
    color:rgba(20,0,34,1.00);
    
}

#intro_left,#intro_right {
   position: relative;
    width: calc((100% - 530px) / 2);
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    
}





body{
    font-family:"Noto Sans JP", sans-serif;

}

/*---------------------------------------------------------------------*/



#container{
  position: relative;
	
}

 #container2 {
  width:530px;
  height: calc(100dvh - 5rem);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  overflow-x: hidden;       
  scrollbar-width: none;      
  -ms-overflow-style: none; 
  border-radius: 20px;
   background-color: rgb(255, 162, 62,0.8);
  font-family: "Noto Sans JP", sans-serif;


}



.floating-icon {
 position: fixed;
 z-index: 999;
 animation: floating 3s ease-in-out infinite;
 
}
.icon_1{ 
  width: 130px;
 top: calc(2.5rem + 50px);
 left: calc(50% + 200px);}


.icon_2{ 
  width: 150px;
 bottom: calc(2.5rem + 150px);
 right: calc(50% + 255px);}


/* 上下にふわふわ動くアニメーション */
@keyframes floating {
 0% {
   transform: translateY(0);
 }
 50% {
   transform: translateY(-10px);
 }
 100% {
   transform: translateY(0);
 }
}



section {
  position: relative;
}
.main{ 
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
    flex-wrap: wrap;
}
.fbtz{justify-content:flex-end;}
.fbtz2{justify-content:flex-start;}
.fbtz3{width: 90%;margin: auto 5%;align-items: flex-start;}

.flexitem{flex-basis: 50%;margin: 0 auto;text-align: center;width: 50%;}


.fitem3{width: 50%;flex-basis: 50%;padding:5% 0;/**/}
.fitem3 .price_txt{font-size: .8rem;}

.fbox{gap:5%;}
.fbox figure{width: calc(85%/2);}

.back_bk,.left_bk{
  
    text-align: center;
    margin: 0 auto;
  color:#1c0d00;
     position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


.lineUP_ttl{
    padding: 15px;
    font-size: 1.5rem; 
    text-align: left;
    font-weight: 900;
}


.back_bk .flexbox{
    flex-wrap: wrap; 
    justify-content: flex-start;}
.flexitem2{
    flex-basis:100%;
    margin:0 auto 2.5% auto;
}

.flexitem2 p{
    text-align: left;
    padding-left: 5px;
    font-size: .9rem;
    font-weight: 700;}
.flexitem2 p span{font-size: 1.4rem;margin-right: 15px;font-weight: 900;}



.intro_img{position: relative;}
.introback{color:#fbf4e9;}
.icon {
  position: absolute;
}



.ttl_10{
    text-align: center;
    margin-bottom: 10%;
    font-size: 1.1rem;
    font-weight: 700;
}
.price {
  text-decoration: underline;
}
.itembox{padding: 15% 0;}

.fpk{border-radius: 15px;}
.item_txt{
    text-align: left;
  padding:5% 10% 0% 10%;
    font-size: .9rem;
    font-weight: 600;
}
.price_txt{
   /**/
  font-weight: 400;
  font-size: .9rem;
  text-align: left;
  padding:5% 10%;
  position: relative;
    z-index: 3;
}
.fitem3 .price_txt{text-align: center;}
.price_txt_p{flex-basis: 70%;}
.price_txt p{line-height: 1.5;}
.price_txt .limited{font-size: .8rem;line-height: 1.4;}

.check{
  flex-basis: 30%;
  display: flex;
    align-items: center;
    justify-content: center; 
  text-align: center;
  margin: 0 auto;
 background-color: #1c0d00;
 color: #fff;;
 padding: 10px 0;
 border-radius: 30px;
 font-size: 1.1rem;
}



.view {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}


.icon_mum{position: relative;}

.mimg{position: relative;z-index: 0;border-radius: 5%;}
.ttl{
  position: relative;
  text-align: center;
  padding-bottom: 10px;
}
.ttl .en{font-size: 3rem;}


.more {
	padding-top: 70px;
  padding-bottom: 50px;
    margin: 0;
}
.more a {
  color: #fff;
}
.more .more_bt {
  background-color: #3c294d;
  display: inline-block;
  padding: 10px 13px;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}
.gtot{
  z-index: 999;
  cursor:pointer;
  position: fixed;
  left: 0;
  bottom: 20px;
  background-color: #3c294d;
  padding: 7px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: .8rem;
  list-style: none;
  color:#fff;
  font-weight: 700;
}

#topics{position: relative;z-index: 98;background-color: #D9D9D9;}
.price_txt .red{
    color:#4F200D;
    font-size: .7rem;
    line-height: 1.5;
    }


/*--------------------------------------------------------------------------------------------------------------------------------------*/

.pumpkin1{right:0%;top: 5%; width: 25%;}

.item1_3{margin-top: 7%;margin-left: 5%;margin-right: 25%;}

/* #item1,#item3,#item5,#item7,#item9{background-color: #995fcc;} */
.item2_2{
  margin-top: 10%;
}
.item2_1{
  margin-bottom: 10%;
}

@media (max-width: 1100px) {
 #intro_left {
   position: relative;
    width: calc((100% - 530px));  
    
}
#intro_left img{display: none;}
   #intro_right{display: none;}
#container{margin-left: calc((100% - 530px));}
    
}


 @media (max-width: 749px) {
   
	 #container{
  position: relative;
	max-width:100vw;
	margin:0 auto;
   text-align: center;
  margin-left: 0;    
   
}
.introbox{background-position: left center;}
  #container2{
    border:none;
    max-width:100vw;
    margin-bottom: 0px; 
    height: 100vh; 
    border-radius: 0;
  }
  #top .topimg{margin-top: 50px;}

 
.flexitem2 p{font-size: .8rem;}
  .icon_1{ 
  width: 120px;
 left:calc(100% - 110px);
top:30px;
}
 


.icon_2{ 
  width: 120px;
 right: calc(100% - 70px);
   bottom:70px;} 
}




@media (max-width: 379px) {
    .fbtz3{width: 95%;margin:auto 2.5%;}
  
}

/* --------------------------------------footer---------------------------------------- */
#gFooter .fLinkList li a {
  padding: 29px;
  display: block;
  color: #666;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  background-color: #e2e2e2;
}

#gFooter .fLinkList li a:hover {
  opacity: 0.7;
}

#gFooter address {
  padding: 35px 5px 56px;
  color: #666;
  font-size: .9rem;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #D9D9D9;
}

#gFooter {
  bottom: 0;
}






/*-------------------------------------------------------------------------------*/
