@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
 * {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;

} /**/

img {
  max-width: 100%;
  vertical-align:bottom;
}

a{
  color: #333;
  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;
    
}




#top{
    position: relative;
    z-index: 2;
    text-align: center;
   padding-bottom: 50px;
}
#top figure{
    padding-top: 30px;
}
.intro_txt{
    width: 85%;
    margin: 7.5% auto 5% auto;
}

.top_txt{
    font-size: .9rem;
    line-height: 1.8;
   font-weight: 500;
    color: #333;
}
.top_txt span{font-size: 1.3rem;font-weight: 700;}

#intro_left,#intro_right {
   position: relative;
    width: calc((100% - 530px) / 2);
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    
}



.left_bk{ 
    height: 100vh;
    background-color: #ebdccb;
  
    
}

body{
    font-family:"Noto Sans JP", sans-serif;
    
}


/*---------------------------------------------------------------------*/
.en{font-family:'Lilita One', sans-serif;}


#container{
  position: relative;
	background-color: #ebdccb;
}

#container2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width:530px;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden; 
   background-color: #709dd6;
    border-left: solid 5px #1a1a1a;
    border-right: solid 5px #1a1a1a;
   z-index: 5;
    

}

.text-cl{color:#fff;}
section {
  position: relative;
}
.main{ margin: 0 auto;text-align: center;color:#000;}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
 
}
.fbtz{justify-content:flex-end;}

.flexitem{width:50%; margin: 0 auto;text-align: center;}



h2{margin-top: 30px; 
    font-size: 1.5rem;
    }
h3{line-height:0;font-size: 1.3rem;}
.num{
    box-sizing: border-box;
    margin-bottom: 40px;
    line-height: 0;
    font-size: 1.3rem;
}

.pickup{
    width: 90%;
    margin: 0 auto;
    text-align: center;
  
    padding:30px 0;
    
    
}
.pickup .flexbox{
    display: flex;
  align-items: flex-start;
  justify-content: flex-start;
    flex-wrap: wrap;
    text-align: center;
    width: 100%;
   
}
.pu_ttl{margin-bottom: 2.5%;color: #000;font-size: 1.3rem;}
.fitem3{flex-basis: 50%;width:50%;margin: 2.5% 0; }


.back_bk{
    width: 100%;
    height: 100vh;
    text-align: center;
    margin: 0 auto;
position: relative;
}
.lineup{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}


.lineup_box{margin-bottom: 30px;}


.icon {
  position: absolute;
}


.itembox{
    padding:0 ;
    padding: 50px 0;
    border-top: solid 1px #FB6C00;
}



#index{margin: 50px 0;}

.index_ttl{margin-bottom: 10px;font-size: .9rem;}
.index_ttl .en{font-size: 1rem;}
.lineup .index_ttl{color:#333;font-size: .8rem;}
.lu_ttl{font-size: 1.1rem;color:#333;margin-bottom: 20px;}




.price_txt{
  font-weight: 400;
  font-size: .9rem;
  text-align: left;
  padding:1.5% 10%;
  position: relative;
}
.price_txt_p{flex-basis: 85%;}
.price_txt p{line-height: 1.5;color: #333;}
.price {
  text-decoration: underline;
}
.price-block{padding: 5% 0;}

.check{
  flex-basis: 15%;
  display: flex;
align-items: center;
justify-content: center;
  background-color:#e7451d; 
  text-align: center;
  margin: 0 auto;  
  color: #000;
   padding: 15px 10px;
    border-radius: 50%;
    font-size: 1rem;
    font-weight: 700;
    border: solid 1px #000;
     
}



.view {
  position: relative;
  width: 100%;
   padding-bottom: 30px;
}

.view img{border-radius: 15px;}

.icon_mum{position: relative;}


.more {

  padding-bottom: 50px;
    margin: 0;
}
.more a {
  color: #fff;
}
.more .more_bt {
    color:#fff;
  background-color:#FB6C00 ;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1.2rem;
  font-weight: 700;
}
.site-header{z-index: 999;cursor:pointer;}
.gnav__menu__item {
  background-color: #FB6C00;
  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: #fff;
    
}
.price_txt .red{
    color:firebrick;
    font-size: .7rem;
    line-height: 1.5;
    }

.left_txt{
    z-index: 99;
    top:50%;
    left:50%;
    width: 50%;
    transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
   
}


/*--------------------------------------------------------------------------------------------------------------------------------------*/
.flex2{
    width: 95%;
    gap:.5rem;
    text-align: center;
    margin: 0 auto;
}
.flex2 figure{width: cal(45% - .25rem);}

#item5 .flex2,.flex2_tz{width: 90%;padding-top: 20px;}


.stxt{font-size: .8rem;}



@media (max-width: 1100px) {
 #intro_left {
   position: relative;
    width: calc(100% - 530px);  
    
}
   #intro_right{display: none;}
#container{margin-left: calc(100% - 530px);}
    
  
    
}


 @media (max-width: 640px) {
    
	 #container{
  position: relative;
	max-width:100vw;
	margin:0 auto;
   text-align: center;
  margin-left: 0;       
}
  #container2{
    border:none;
    border-radius: 0;
    max-width:100vw;
    margin-bottom: 0px;
  }
    

     .introbox{
         position: relative;
     }
     #intro_left{
         display: none;
     }
   
.top_txt span{display: none;}
  .pickup{
    width: 95%;
}  
    
    
} 


.mimg{border-radius: 15px!important;margin-top: 20px;}
.h3tz{padding-top: 30px;}

@media (max-width: 379px) {
    .price_txt{
        font-size: .8rem;
        padding:1.5% 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;
}


