@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');
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  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: -1;
    background-color: #FFA823;
    opacity: .9;
    
}

.introbox::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background-color:#000;
    opacity: .1;
}


.lt{}

#top{
 
    position: relative;
    z-index: 2;
    text-align: center;
   
}
.intro_txt{
    padding: 10px 0 40px 0; 
    width: 95%;
    margin:0 2.5%;
}


.top_txt{
    font-size: 1.2rem;
    line-height: 1.5;
}
.top_txt2{
    text-align: center;
    margin: 0 auto;
    line-height: 1.7;
}
#intro_left,#intro_right {
   position: relative;
    width: calc((100% - 530px) / 2);
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
    z-index: 999;
}

.right_img{
    top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    position: absolute;
}
.right_txt{
    width: 80%;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 50%;
    margin: 10px 10%;
    padding: 5px 0;
    text-align: center;
    font-size: 1.7rem;
    color:#fff;
    
}
.right_txt2{
    width: 80%;
    text-align: center;
    display: inline-block;
     margin: 10px 10%;
     font-size: 1rem;
    color:#fff;
    font-weight: 400;
    letter-spacing: .1rem;
}
.slide-image{
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.slide-image_1{
    background-image: url("../img/b_1_1.jpg")
}
.slide-image_2{
    background-image: url("../img/s_m1.jpg")
}
.slide-image_3{
    background-image: url("../img/f_m1.jpg")
}
.slide-image_4{
    background-image: url("../img/r_m4.jpg")
}
body{
    font-family:"Noto Sans JP", sans-serif;
    
}

.js-time_limited{color:brown;font-weight: 700;}
.js-time_limited{
  display: none;
}
.js-time_limited_fire{
  display: block;
}
/*---------------------------------------------------------------------*/
.en{font-family:'Lilita One', sans-serif;}
.numb {
  font-size: 1rem;
  padding: 20px 5px 0 5px;
  position: relative;
  display: inline-block;
  
}

.blog_txt{font-weight: 700;}
.blog{margin-bottom: 10%;}
#container{
  position: relative;
	
}

#container2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width:530px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 50px;
  overflow: hidden; 
   background-color: #fac661;
background-image: linear-gradient(90deg, #fac661 0%, #f08c20 100%);

}
section {
  position: relative;
}
.main{max-width: 450px; margin: 0 auto;text-align: center;}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fbtz{justify-content:flex-end;}

.flexitem{flex-basis: 50%;margin: 0 auto;text-align: center;}
.fitem{width: 30%;flex-basis: 35%;margin-left: 2.5%;margin-right: 2.5%;}
.fitem2{width: 65%;flex-basis: 65%;}
.lineUP_ttl{margin-bottom: 30px;}
.icon_right{margin-left: 5px;}
.back_bk{
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
    text-align: center;
    margin: 0 auto;
    padding: 10% 0;
  
}
.back_bk .flexbox{flex-wrap: wrap;}
.flexitem2{
    flex-basis:48.25%;
    margin-bottom:2.5%;
    padding: 15px 0; 
    background-color:#F6EEDF; 
    border-radius: 10px;
}
.flexitem2 p{text-align: left;padding-left: 5px;font-size: .9rem;}
.flexitem2 a{color: #000;}
.flexitem2:nth-child(2n + 1){ margin-right: 1.25%;}
.flexitem2:nth-child(2n){ margin-left: 1.25%}


.intro_img{position: relative;}
.introback{color:#fbf4e9;}
.icon {
  position: absolute;
}
.itemImg{position: relative;margin-bottom: 50px;}



.itembox{padding:0 0 30px 0;}

.price {
  text-decoration: underline;
}

.ttl{
margin-top: 10px;
 line-height: 1.3;
  font-weight: 700;
  font-size: 1.1rem;
 /* color:#D63447;  */
}
.ttl h2{margin-top: 10px;}
.ttl_en{
    font-weight: 500;
    font-size: 1.2rem;
    padding: 5px 10px;
    border-radius: 50%;
    background-color: #FEE140;
   }
.ttl p{
    margin: 20px 7%;
   font-size: 1rem;
    font-weight: 400;
    text-align: left;
  line-height: 1.7;
    color:#333;
}


.price_txt{
   /**/
  font-weight: 400;
  font-size: .9rem;
  text-align: left;
  padding:5% 10%;
  position: relative;
}
.price_txt_p{flex-basis: 85%;}
.price_txt p{line-height: 1.5;}
.price_txt .limited{font-size: .8rem;line-height: 1.4;}
.allbtn{
  background-color:#F6EEDF;
  color: #333;
  width: 80%;
  margin-left: 10%;
  border-radius: 20px;
  padding: 10px 0;
    margin-top: 10%;
}

.check{
  flex-basis: 15%;
  display: inline-block;
  background-color:#C63D2F; 
  border-radius: 3px;
  padding:0 5px;
  font-size: 1.1rem;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;   
  color: #fff;
    line-height: 1.8;
}
.view2 {
  position: relative;
  margin-top: 5%; 
  align-items: flex-end;
  margin-bottom: 30px;
}



.view {
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}




.flex_tz{flex-wrap: wrap;}
.flex_tz .flexitem{margin-bottom: 5%;}
.view_sd{
  margin: 0 auto;
  text-align: center;
  width: 100%;
  
}
.circle{border-radius: 50%;}
.icon_mum{position: relative;}
.detail{top:0%;left:2.5%;width: 35%;}
.detail_txt{
    font-size: .9rem;
     text-align: left;
    display: inline-block;
    font-weight: 400;
    
   
}
.detail_2{left: 10%;}

.sttl{
   line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 700;
}
#item2 .sttl,#item3 .sttl,#item4 .sttl,#item5 .sttl{text-align: center;}
#pick{margin: 0;}
#pick .flexbox{flex-wrap: wrap;width: 95%;margin:2.5% 2.5% 0 2.5%;}
#pick .flexitem{margin-bottom: 30px;}
#pick .price_txt p{font-size: .8rem;}

.more {
	padding-top: 70px;
  padding-bottom: 50px;
    margin: 0;
}
.more a {
  color: #000;
}
.more .more_bt {
  background-color: #F6EEDF;
  display: inline-block;
  padding: 10px 13px;
  border-radius: 20px;
  font-size: 1.2rem;
  font-weight: 700;
}
.site-header{z-index: 99;cursor:pointer;}
.gnav__menu__item {
  background-color: #D63447;
  padding: 7px 10px;
  border-radius: 5px;
  text-align: center;
  font-size: .8rem;
  list-style: none;
  color:#fff;
    font-weight: 700;
  
}
.gnav__menu a{color:#000;}
#topics{position: relative;z-index: 98;}
.price_txt .red{
    color:#4F200D;
    font-size: .7rem;
    line-height: 1.5;
    }

.left_txt{
    z-index: 99;
   top:5%;
    left:5%;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
    -ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
text-orientation: upright;
  /*  color:#333;*/
    
}
.left_txt span{
   background-color: #fac661;
background-image: linear-gradient(90deg, #fac661 0%, #f08c20 100%);
/*#FFA823*/
    padding:10px 0;
    border-radius: 30px;
}

 @media (max-width: 749px) {
     
	 #container{
  position: relative;
	max-width:100vw;
	margin:0 auto;
   text-align: center;
         
}
  #container2{
    border:none;
    border-radius: 0;
    max-width:100vw;
    margin-bottom: 0px;
  }
.flexitem2 p{font-size: .8rem;}
  .view{width: 100%;}
   #top{height: auto;}


} 





@media (max-width: 379px) {
  .ttl {
    font-size: 1rem;
  }
  
}
@media (min-width: 1400px) {
 
}

/* --------------------------------------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;
}




/*-------------------swiper-----------------------------------------------------------------------------------------------------------------------------*/
.fb_sw{width: 90%;padding: 0 5%;}
.swiper{width: 23%;}
		.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 23%;
  /*height: 300px;*/
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  /*line-height: 300px;*/
}

/*.swiper-slide:nth-child(3n + 1) {
  1、4、7、3n+1枚目の背景色 
  background-color: #77ACF1;
    border-radius: 50%;
}*/

/*.swiper-slide:nth-child(3n + 2) {
  2、5、8、3n+2枚目の背景色
  background-color: #B799FF;
    border-radius: 50% ;
} */

.swiper-slide:nth-child(3n + 3) {
  /*3、6、9、3n+3枚目の背景色 */
  background-color: #53c638;
}


@media (max-width: 749px) {
    
    .fb_sw{width: 90%;padding: 0 5%;flex-wrap: wrap;}
.swiper{width: 45%;}
.swiper-wrapper {
 width: 45%; 
}
.swiper-slide {
    margin-bottom: 10%;
}
    .fb_sw1{order: 2;} 
    .fb_sw2{order:1;}
}


/*-------------------------------------------------------------------------------*/
.slider3{position: relative;}
.slider3 .slide2-image{position: relative;z-index: -1;}


.slider4{
  margin: 0 auto;
  text-align: center;
  width:100%;
}
.slide2-image img{width: 100%;text-align: center;}
.slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
    z-index: 99;
}
.prev-arrow {
  left: 0px;
}
.next-arrow {
  right: 7px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}