@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=Bangers&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Luckiest+Guy&family=Pacifico&family=Titan+One&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;

} /**/

:root {
  --main_color: #3fa9f5;
  --txt_color: #333;
	--sub_color:#ec8cb6;
	--ltpink:#f1a9b2;
	--red:#e83534;
	--ttl_color: #0051a1;
  /*--hover_color: #e4821d;*/
  --en_font: "Luckiest Guy", cursive;
}
/*呼び出し方は var(--main_color)*/


.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.luckiest-guy-regular {
  font-family: "Luckiest Guy", cursive;
  font-weight: 400;
  font-style: normal;
}
.bangers-regular {
  font-family: "Bangers", system-ui;
  font-weight: 400;
  font-style: normal;
}


.en{}



img {
  max-width: 100%;
  vertical-align: bottom;
}

a{
  color: var(--txt_color);
  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-color:var(--main_color) ;
   /* #fef35e background-image: linear-gradient(45deg, #ec6da6, #ffd1d7);*/
}


.up_img{border: solid 1px #000;margin-bottom: 5px;}
#top{
 
    position: relative;
    z-index: 2;
    text-align: center;
    padding-bottom: 50px;
  /* min-height: 100vh;*/
}



.top_txt{
    font-size: 1.1rem;
    line-height: 1.8;
font-weight: 500;
}

#intro_left,#intro_right {
   position: relative;
    width: calc((100% - 600px) / 2);
    -webkit-transition: opacity 0.5s ease 0s;
    transition: opacity 0.5s ease 0s;
      
}



.left_bk{  height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /**/
  position: relative;
}

.ttl{
    font-family: "Luckiest Guy", cursive;
    color:var(--ttl_color);
}

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;
}


.loop-wrap {
  width: 100%;
  overflow: hidden;
  background: #e83534;
  padding: 8px 0;
    z-index: 99;
    position: fixed;
    top:0;
    left:0;
    border-top:solid 2px #000;
    border-bottom:solid 2px #000;
  
}

.loop-wrap2{
    position:relative;
}

.loop-track {
  display: flex;
  width: max-content;
  /**/
}

.loop-wrap2 .loop-track{
    position:relative;
    animation: loop 12s linear infinite;
}


.loop-text {
  flex-shrink: 0;
  font-size: 14px; /* 小さくしてもOK */
  font-weight: 800;
  color: #fff;
  white-space: nowrap;
  padding-right: 40px;
  letter-spacing: 0.08em;
}

@keyframes loop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.balloon-001 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 350px;
    margin: 15px auto;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #ffffff;
    color: var(--ttl_color);
    text-align: center;
    line-height: 1.6;
    font-weight: 600;
    font-size: 1.1rem;
}

.balloon-001::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

/*---------------------------------------------------------------------*/

.numb {
  
  position: relative;
  display: inline-block;
    /*margin-bottom: 30px;*/
    font-size: 2.5rem;
}



#container{
  position: relative;
   
	
}

#container2 {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width:600px;
  font-family: "Noto Sans JP", sans-serif;
  background-color:#fef35e  ;
  padding-bottom: 50px;
    overflow: hidden; 
  /*
  var(--main_color);*/
    
   z-index: 5;
    color:var(--txt_color);

}
section {
  position: relative;
}
.main{ margin: 0 auto;text-align: center;}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: center;
   
   
}
.introbox .flexbox{ flex-wrap: wrap;width: 100%;align-items: flex-end;}
.introbox .flexbox div{
    flex-basis: 100%;
   
  
}
.fbtz{justify-content:flex-end;}
.fbtz2{
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    
}

.flexitem{flex-basis: 50%;margin: 0 auto;text-align: center;width: 50%;}
.fbtz2 .flexitem{
    flex-basis: 45%;margin: 0 auto 3% auto;text-align: center;width: 45%;}


.back_bk{
    width: 100%;
       height: 100vh;
    text-align: center;
    margin: 0 auto;
  background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /*background-image: url("../img/top_r.jpg");*/
   
}

.imgm4{border: solid 20px #f7c0de;}

.item{
    padding: 30px 0 30px 0;
    background-color:var(--main_color);
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    max-width: 500px;
}

.intro_img{position: relative;}
.introback{color:#fbf4e9;}
.icon {
  position: absolute;
}

.icon-ts{top:55%;width: 40%;right: -5%;}

.index{width: 100%;}/**/
.itembox{padding:30px 0 30px 0;}

.sttl{
    margin-bottom: 30px;
    
}
.price {
  text-decoration: underline;
}


.price_txt{
   /**/
  font-weight: 700;
  font-size: .9rem;
  text-align: left;
  padding:5% 10% 2% 10%;
  position: relative;
}
.p_txt{font-weight: 700;
  font-size: .9rem;
    line-height: 1.5;
    padding:5% 10%;
}
.price_txt_p{flex-basis: 85%;}
.price_txt p{line-height: 1.5;}
.price_txt .limited{font-size: .8rem;line-height: 1.4;}

.check{
  flex-basis: 15%;
  display: flex;
    align-items: center;
    justify-content: center;
    background:var(--red); 
	color: #fff;
	padding: 5px 30px;
	border-radius: 25px;
	border:solid 1px #000;
	font-size: 1.5rem;
	letter-spacing: .1rem;
    box-shadow: #000 5px 5px;
}
.check:hover{box-shadow: #000 8px 8px;}


.view {
  margin: 30px auto;
  position: relative;
  width: 100%;
}



.icon_mum{position: relative;}





.more {
	padding-top: 70px;
  padding-bottom: 50px;
    margin: 0;
}

.more .more_bt {
  
  display: inline-block;
  /* background-image: linear-gradient(90deg, #ec8cb6, #f1a9b2);
	color: var(--pp);
	border-radius: 25px;
	border:solid 1px var(--pp);
    box-shadow: var(--pp) 5px 5px;*/
    font-size: 1.1rem;
    font-weight: 700;
    padding: 10px 30px;
}
.more_bt:hover{
   box-shadow: var(--pp) 8px 8px;
}

.site-header{z-index: 999;cursor:pointer;right:0;}
.gnav__menu__item {
  text-align: center;
width: 80px;
    list-style: none;
}
#topics{position: relative;z-index: 98;background-color:#D9D9D9; }
.red{
    color:var(--pp);
    font-size: .7rem;
    line-height: 1.5;
    }

.left_txt{
    z-index: 99;
   top:30%;
    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;
    text-align: left;

    
}
.left_txt span{
   background-color: #fff;

    padding:10px 0;
    border-radius: 30px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------*/
.look03{gap:5%;}
.look03 .item{background-color:#7ac943; }
.item2_03_2{margin-top: 10%;}
.hricon{margin: 15px auto;}
.eye{right: -5%;bottom:40%;}
.img_tz{border: solid 1px #000;}
.img_tz2{transform: rotate(10deg);margin-top: 30px;}
.item2_1{
    margin-left: 30%;
    width: 50%;
    margin-top:10%;
    transform: rotate(10deg);
  /* border-radius: 10px;*/
    border: solid 20px var(--main_color);
}
.item2_2{
    margin-right:40%;
    margin-top: -45%;
    width: 36%;
    margin-left: 0%;
    position: relative;
    z-index: 2;
   transform: rotate(-10deg);
   /*border-radius: 10px;*/
    border: solid 20px var(--main_color);
}


.icong2{top:0%;left: 42%;z-index: 5;width: 10%;}
.eye2{top:30%;left:14%;}
.icong3{right: 15%;top: -10%;width: 15%;}


.item1_1{
    border: solid 15px #fff;
    width: 75%;
    margin-right: 35%;
    margin-left: -10%;
    transform: rotate(5deg);
    margin-top: 5%;
    z-index: 0;
    position: relative;
}

.item1_2{
    width: 45%;
    margin-left: 55%;
    margin-top: -50%;
    z-index: 9;
    position: relative;
}

.mkmn{width: 26%;right: 5%;bottom: 50%;}
.mkmn img{border-radius: 50%;}
.eye3{left: 0%;top:15%;width: 25%;}


.icong{top:-2%;left:22%;width: 15%;}
.icong4{top:0;right: 0;}

.item5{border: solid 15px #fff;}
.item5_3{
    width: 50%;
    margin-left: 40%;
    margin-top: -10%;
    position: relative;
    z-index: 1;
}
.maru{border-radius: 50%;}


.pk{
    padding: 30px 0 10px;
}
.pk .ttl{margin-bottom: 30px;font-size: 2rem;}

.imgm{border-radius: 20px;}
.mlogo{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.fitem{flex-basis: 50%;width: 50%;position: relative;}

.pk .ttl.ttl_tz{margin-bottom: 0;}


@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: 749px) {
   
	 #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;
  }
    

     #intro_left{
         width: 100%;
         height: auto;
     }
     .left_txt{
   top:30%;
    left:40%;
   font-size: 1.7rem;

    
}
   .top_txt{
    font-size: .9rem;
  
}
     
     .more .more_bt {
         padding: 10px 15px;
         font-size: 1rem;
     }
     
     .p_txt{
  font-size: .8rem;
    
}
     
     .check{
	padding: 5px 20px;
}
     .item{
    width: 90%;
     }
} 


@media (max-width: 400px) {

.balloon-001 { 
    max-width: 320px;
    padding: .5em .2em;
    font-size: 1rem;
}
}

@media (max-width: 379px) {
   .p_txt{
  font-size: .7rem;
    
}
    .price_txt{font-size: .8rem;}
}

/* --------------------------------------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;
}






/*-------------------------------------------------------------------------------*/
.slider3{position: relative;}
.slider3 .slide2-image{position: relative;z-index: -1;}


.slider4{
  margin: 0 auto;
  text-align: center;
  width:100%; 
}
.slider-item{
   
}
.slide2-image img{
    
    text-align: center;
    margin:0 auto;
    width: 80%;
    
    border-bottom: solid 30px orange;
   border-top: solid 30px orange;/*border-radius: 10px;*/
}
.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;
}

.s_img{
    padding:5%;
    text-align: center;
    width: 80%;
   border-radius:3px; /*
    background-color: #fff;*/
    
   
}

.s_img div{ overflow: hidden; width: 100%;}
.s_img img{
   border-radius:2px; 
   /*filter: brightness(0.8);*/
    transition: transform .6s ease;
    height: auto;
   
}

.s_img .en{
    font-size: 1.1rem;
    position: relative;
}

.s_img .en::before{
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/icon1.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 250px;
    top:-160%;
    right: -10%;
        
}

@media (max-width: 749px) {
    .s_img .en{
    font-size: .9rem;
   
}
 .s_img .en::before{ 
     width: 70px;
     height: 140px; }
.slide2-image img{
    width: 90%;
 
}
}
