@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap');

.scroll_down{
  position:absolute;
  bottom:50px;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
}
.scroll_down a{
  position: absolute;
  left: -24px;
  bottom: 30px;
  color: #000;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.text {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}
.arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}
.arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.arrow:before,
.arrow:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000;
}
.arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}
  
  
  .heading-28 {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .04em;
    text-align: center;
  }
  .heading-28::before {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .02em;
    content: attr(data-label);
  }

  .heading-29 {
    color: #000000;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: .04em;
    text-align: center;
  }
  .heading-29::before {
    display: block;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: .02em;
    content: attr(data-label);
  }


  /*マスキングテープ風*/
.box5-5{
	background-color: #fff;
	padding:2.5em 2em 2em;
	position:relative;
  border-radius: 20px;
  margin-top: 4em;
}
.box5-5 .box-title {
	background-image: repeating-linear-gradient(-45deg,#F7CB4D 0, #f6f2ec 3px,#fafafa 3px,#fafafa 6px);/*ストライプ*/
	border-left: 2px dotted rgba(0,0,0,.1);/* ギザギザ左*/
	border-right: 2px dotted rgba(0,0,0,.1);/* ギザギザ右*/
	transform: rotate(-2deg);/*テープの傾き*/
	font-size: 1.5em;
  font-weight:800;
  text-shadow: 1px 1px 2px #dbc095a7;
  color: #333;
	padding: 10px 20px;
  line-height: 1;
	position:absolute;
	top: -15px; 
	left: 25px; 
}
@media (min-width: 768px) {
.box5-5 p{
  line-height: 2;
  font-size: 100%;
  font-weight: 300;
  width: 70%;
  margin-top: 2em;
}
 .nagoya{
  width: 25%;
  margin-top: 13px;
 }
 .borisu{
  width: 20%;
}
}
@media (max-width: 767px) {
  .box5-5 p{
    line-height: 2;
    font-size: 100%;
    font-weight: 300;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2em;
  }
  .nagoya{
    width: 47%;
    margin-right: auto;
    margin-left: auto;
   }
 .borisu{
    width: 45%;
    margin-right: auto;
    margin-left: auto;
  }
  .fuwafuwa,.fuwafuwa2,.fuwafuwa5,.fuwafuwa6,.fuwafuwa7{
    display: none;
  }
  }

/*------------------------------
btn
------------------------------*/
.redbtn {
  display: block;
  font-size: clamp(0.85rem, 0.3rem + 0.7vw, 1rem);
  line-height: 1;
  transition: all .3s;
  margin: 1em auto 1em auto ;  
  background: #bb2210;
  border: 1px solid #fff;
  color: #fff;
  padding: .1em 20px;
  width: 190px;
  text-align: center;
  border-radius: 20px;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

.redbtn p{
  color: #fff;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}

a.redbtn:hover,
a.redbtn:active,
a.redbtn:focus {
  background: #333;
  color: #fff;
}


.button a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 250px;
  padding: 7px 25px;
  text-decoration: none;
  color: #333;
  line-height: 1.8;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: #F7CB4D;
  border-radius: 9999px;
  border-bottom: solid 5px #999;
  margin: 1em auto;
}
.button a:hover {
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}




/*------------------------------
#slideshow
------------------------------*/
#slideshow{
  margin: 2em auto;
  width: 90%;
}
#slideshow img{
  width: 100%;
}

/*------------------------------
#tagetop
------------------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  width: 60px;
  z-index: 99;
}
#pagetop a {
  display: block;
  transition: all .3s;
}
#pagetop a:hover {
  display: block;
  opacity: 0.5;
}
@media screen and (max-width:1200px){
  #pagetop{
    right:0;
    margin-left:0;
  }
}



/* よくある質問 */
.qa-7 {
  max-width: 700px;
  margin: 0 auto 10px auto;
  border: none;
  border-radius: 25px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
}
.qa-7 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.qa-7 summary::before,
.qa-7 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}
.qa-7 summary::before {
  color: #75bbff;
  content: "Q";
}
.qa-7 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: '';
  transition: transform .5s;
}
.qa-7[open] summary::after {
  transform: rotate(225deg);
}
.qa-7 p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 3em 1.5em;
  color: #333;
  transition: transform .5s, opacity .5s;
}
.qa-7[open] p {
  transform: none;
  opacity: 1;
}
.qa-7 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}



/*------------------------------
くるくる回る
------------------------------*/
.rotate__cont{
    position: relative;
    width: 200px;
    height: 200px;
    margin:0 auto 30px;
  }
  .rotate__inner-txt{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: clamp(1.3rem, 0.556rem + 0.93vw, 1.25rem);
    font-weight: 600;
    color: #333;
    text-align: center;
    z-index: 1;/* 読み上げ機能などに反応するように円より上に配置するため */
  }
  .rotate__float{
    animation: rotate 12s infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  @keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
  }
  
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
    transition: 0.9s ease-in-out;
    transform: translateY(30px);
    opacity: 0;
  }
  .scroll_up.on {
    transform: translateY(0);
    opacity: 1.0;
  }
  /*----------------------------
  scroll_right ｜右から出現
  ----------------------------*/
  .scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
  }
  .scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
  }


/*下からフェードイン*/
.fade-in-bottom {
    opacity: 0;
    animation-name: fadein-bottom;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
  }
  @keyframes fadein-bottom {
    0% {
       opacity: 0;
       transform: translateY(20px);
    }
    100% {
       opacity: 1;
       transform: translateY(0);
    }
  }
   /* フェードイン */
  .fade-in {
    animation: scrollAnime linear;
    animation-timeline: view();
    animation-range: entry;
  }
  @keyframes scrollAnime {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
  }

/*----------------------------
.fuwafuwa
----------------------------*/
.fuwafuwa-bg{
    position: relative;
    max-width: 100%;
    background-color: rgba(251, 240, 211, 1);
  }
  /* .fuwafuwa {
    position: absolute;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../images/img_whitetamago\ .png) no-repeat right bottom / 350px auto;
    display: inline-block;
    transition: 2.7s ease-in-out;
    width: 700px;
    height: 600px;
    margin-top: 1px;
  }
  @keyframes fuwafuwa {
    0% {
      transform:translate(0, 0) rotate(5deg);
    }
    50% {
      transform:translate(0, 5px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(-5deg);
    }
  }
  .fuwafuwa2 {
    position: absolute;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../images/img_tamago.png) no-repeat right bottom / 250px auto;
    display: inline-block;
    transition: 1s ease-in-out;
    width: 1000px;
    height: 300px;
    margin-top: 1px;
  }
  @keyframes fuwafuwa2 {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
  } */
  .fuwafuwa3 {
    position: absolute;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../images/img_tamago.png) no-repeat center left / 250px auto;
    animation: fuwafuwa 2s infinite;
    width: 600px;
    height: 400px;
    margin-top: 1px;
  }
  @keyframes fuwafuwa3 {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .fuwafuwa4 {
    position: absolute;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../images/img_whitetamago\ .png) no-repeat center left / 300px auto;
    display: inline-block;
    transition: 1.3s ease-in-out;
    width: 600px;
    height: 1000px;
    margin-top: 1px;
  }
  @keyframes fuwafuwa4 {
    0% {
      transform:translate(0, 0) rotate(-5deg);
    }
    50% {
      transform:translate(0, -5px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(5deg);
    }
  }
  /* .fuwafuwa5 {
    position: absolute;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../images/img_tamago.png) no-repeat right bottom / 250px auto;
    display: inline-block;
    transition: 1s ease-in-out;
    width: 950px;
    height: 750px;
    margin-top: 1px;
  }
  @keyframes fuwafuwa5 {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
  }
  .fuwafuwa6 {
    position: absolute;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../images/img_whitetamago\ .png) no-repeat right bottom / 250px auto;
    display: inline-block;
    animation: fuwafuwa 2s infinite;
    width: 1190px;
    height: 600px;
    margin-top: 1px;
  }
  @keyframes fuwafuwa6 {
    0% {
      transform: translateY(0px);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  .fuwafuwa7 {
    position: absolute;
    animation: fuwafuwa 3s ease-in-out infinite alternate;
    background: url(../images/img_tamago.png) no-repeat right bottom / 300px auto;
    display: inline-block;
    transition: 1s ease-in-out;
    width: 1500px;
    height: 700px;
    margin-top: 1px;
  }
  @keyframes fuwafuwa7 {
    0% {
      transform:translate(0, 0) rotate(-7deg);
    }
    50% {
      transform:translate(0, -7px) rotate(0deg);
    }
    100% {
      transform:translate(0, 0) rotate(7deg);
    }
  } */



  /* loading */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 175px;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}