@charset "UTF-8";
/*
  Base
---------------------------------------------- */
html {
  
  box-sizing: border-box;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  height: 100%;
  margin: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #4d4c54;
  letter-spacing: 0.05em;
  background-color: #fafafa;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
text-decoration: none;;
}

h1,
h2,
h3,
h4,
h5,
strong {
  margin: 0;
  font-weight: bold;
  font-size: 22px;
}

p {
  margin: 0;
  font-size: 3rem;
}

ul {
  margin: 0;
  padding: 0;
  font-size: 3rem;
  list-style: none;
}

input,
textarea {
  max-width: 100%;
  font-family: inherit;
  font-size: 100%;
}

.sp {
  display: none;
}

.center {
  text-align: center;
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
}
header .pc { }
@media screen and (max-width: 768px) {
  header {
    display: block;
    background-image: none;
    height: auto;
  }
  header .sp {
    width: 100vw;
  }
}

h2 {
    padding: 2%;
    background: #fffc92;
    text-align: center;
    font-size: 1.9vw;
}

.toptext {
    background-color:#f9c0cb;
    padding: 2% 5%
}

.toptext1 {
    max-width: 600px;
    padding: 2%;
    margin: 10px auto;
    font-weight: bold;
    background: #ffffff;
    border-radius: 10px;
}
.toptext1 p {
    padding: 0;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0em;
}

.topimg{
    width: 650px;
    margin: 0 auto;
}

.under1 {
    background: linear-gradient(transparent 70%, #ff99ab 90%);
}
/* 文字の色バリエーション */
.color_ef8989 {
    color: #ef8989;
    font-weight: 600;
}

.color_f980da {
    color: #f980da;
    font-weight: 600;
}

.color_0071bc {
    color: #0071bc;
    font-weight: 600;
}

.color_line {
    border-bottom: double 6px #ef8989;
}

/* 画像サイズバリエーション */
.img_size {
    width: 60%;
    margin: 0 auto;
}

.img_size2 {
    width: 90%;
    margin-top: 2%;
    padding: 1%;
}


/* 文字バリエーション */
.smallfont {
    font-size: 14px;
    text-align: center;
    margin-top: 1%;
}

.title_main {
    line-height: 1.2;
    font-weight: 600;
    margin-top: 2%;
}

.title_sab {
    line-height: 1.2;
    font-weight: 600;
    margin-top: 2%;
    padding-bottom: 2%;
    font-size: 22px;
    text-align: center;
}

/*見出しリボン始まり（黄色）*/
.ribbon1{
    position: relative;
    width: 240px;
    background-color: #fffc92;
    color: #4d4c54;
    line-height: 2em;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
    
}
.ribbon1:after,
.ribbon1:before{
    display: block;
    content: '';
    position: absolute;
    top:0;
    border-top: 1em solid #fffc92;
    border-bottom: 1em solid #fffc92;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
}
.ribbon1:after{ left: -1em; }
.ribbon1:before{ right: -1em; }

/*見出しリボン始まり（白）*/

.ribbon2{
    position: relative;
    width: 280px;
    background-color: #ffffff;
    color: #4d4c54;
    line-height: 2em;
    text-align: center;
    margin: 0 auto;
    font-size: 28px;
}
.ribbon2:after,
.ribbon2:before{
    display: block;
    content: '';
    position: absolute;
    top:0;
    border-top: 1em solid #ffffff;
    border-bottom: 1em solid #ffffff;
    border-right: 1em solid transparent;
    border-left: 1em solid transparent;
}
.ribbon2:after{ left: -1em; }
.ribbon2:before{ right: -1em; }


/*見出しリボン終わり*/


/* 飾りボタン */
.btn-square-pop {
 position: relative;
 display: inline-block;
 padding: 0.25em 0.5em;
 text-decoration: none;
 color: #4d4c54;
 background: #ffffff;
 border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
 border-radius: 4px;
 box-shadow: inset 0 5px 0 rgba(255, 255, 255, 0.2), 0 5px 5px rgba(0, 0, 0, 0.19);
 font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.btn-square-so-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #ef8989;/*色*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  font-weight: bold;
  border: solid 2px #e36868;/*線色*/
}

.btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/* 飾りボタンおわり */

.shoplink {   
    text-align: center;
    font-size: 26px;
    background-color: #bce2ec;
    padding: 2%;
    font-weight: 600;
}


.block {
  padding: 4% 2%;
}

.block.blk {
  background-color: #C4E2D7;
}
.block.ff7 {
  background-color: #ffffff;
}
.block.ff8 {
  background-color: #bce2ec;
}
.block.ff9 {
  background-color: #FFF200;
}
.block.ffd {
  background-color: #fffc92;
  padding: 5%;
}

.block-banner {
  text-align: center;
}
.block-inner {
  text-align: center;
}
.block-inner-flex {
  max-width: 972px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.block-inner-flex.w-1120 {
  max-width: 1120px;
}
.block-inner-flex2 {
  max-width: 972px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.textbox {
  max-width: 1120px;
  margin: 0 auto;
  padding: 5% 10%;
  background-color: #ffffff;
  border-radius: 50px;
}
.textbox.ff8 {
  padding: 5% 10%;
  color: #4f4f4f;
  background-color: #ffffff;
  margin-top: 2%;
}
.textbox.ff8 p{
  font-size: 16px;
}

.textbox.ff8 ul {
  margin-bottom: 20px;
  font-size: 16px;
}
.textbox.ff8 ul:last-child {
  margin-bottom: 0;
}

.textbox.ff8 li {
  font-size: 16px;
}

.textbox ul {
  margin-bottom: 70px;
}
.textbox ul:last-child {
  margin-bottom: 0;
}
.textbox.ff1 {
  font-size: 12px;   
  padding: 5% 10%;
  color: #896878;
  background-color: #ffffff;
}

.ff9 p{
  font-size: 16px;
}

.ff10 {
    background-color: #ef8989;
    padding: 5%;
}

.ff10 p{
  font-size: 12px;
}

.ff10 ul {
  margin-bottom: 20px;
  font-size: 12px;
}

.ff10 li {
  font-size: 12px;
}


.footer {
  padding: 2% 0;
  background-color: #C4E2D7;
  border: solid #C4E2D7;
}

.footer p {
    font-size: 16px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-2 {
  margin-top: 2%;
}

.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
          animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time16-pc {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-time20-pc {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time24-pc {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay-time28-pc {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.sp-br{
    display: none; /* SPの改行を隠す */
  }


/* レスポンシブ 768px*/

@media screen and (max-width: 768px) {
     .block-topbbanner .sp {
    margin: 0 auto;
  } 
  h2 {
    font-size: 2.7VW;    
    }
  .toptext1 p {
    font-size: 2.3VW;    
    }
  p {
    font-size: 1.4rem;
  }
  ul {
    font-size: 1.4rem;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .block {
    padding: 8% 5%;
  }
  .block.title {
    padding: 8% px;
  }
  .block.blk img {
    max-width: 100%;
  }
  .block-banner img {
    max-width: 90%;
  }
  .block-inner p {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 4%;
    font-size: 2em;
  }
  .fadeRight{
      padding-top: 6%;
    }
    .fadeRight img{
        width: 80%;
    }
    .fadeLeft{
      padding-top: 6%;
    }
  .block-inner-flex {
    display: block;
    text-align: center;
    padding-top: 6%;
  }
  .block-inner-flex p {
    max-width: 400px;
    margin: 0 auto;
    padding: 2% 0;
  }
  .block-inner-flex p :last-child {
    margin-bottom: 0;
  }
  .block-inner-flex2 {
    flex-wrap: wrap;
    max-width: 320px;
  }
  .block-inner-flex2.mb-50 {
    margin-bottom: 0;
  }
  .block-inner-flex2 p {
    max-width: 47%;
    margin-bottom: 20px;
  }
  .block-inner-flex2 p :last-child {
    margin-bottom: 0;
  }
  .textbox {
    padding: 10% 5%;
    border-radius: 25px;
  }
  .textbox.ff8 {
    padding: 10% 5%;
      margin-top: 6%;
  }
  .textbox.ff8 ul {
    margin-bottom: 20px;
  }
  .textbox.ff8 ul:last-child {
    margin-bottom: 0;
  }
  .textbox ul {
    margin-bottom: 20px;
  }
  .textbox ul:last-child {
    margin-bottom: 0;
  }
  .mb-100 {
    margin-bottom: 0px;
  }
  .mb-120 {
    margin-bottom: 30px;
  }
  .mb-50 {
    margin-bottom: 30px;
  }
  .delay-time16-pc, .delay-time20-pc, .delay-time24-pc, .delay-time28-pc {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .delay-time04-sp {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .delay-time08-sp {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .delay-time12-sp {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s;
  }
  .delay-time16-sp {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s;
  }
  .1sp-br {
    display: block; /* SPを改行する */ 
    }
    
  .topimg{
    width: 80%;
    }
  .toptext1 {
    max-width: 80%;
    }
  .shoplink{
     font-size: 1.2em;
    }
    
}

/* レスポンシブ 480px*/

@media screen and (max-width: 480px) 
{
    h2 {
        font-size: 3.0VW;
    }
    .toptext1 p{
        font-size: 14px;
        margin: 5% 0;
    }
    .toptext1 {
        border-radius: 10px;
        max-width: 90%;
    }
    .sp-br {
    display: block; /* SPを改行する */ 
    }
    
    .block-inner p{
        font-size: 1.7em;
    }
    .title_sab{
        font-size: 1.3em;
    }
    .img_size_sp{
        width: 100%;
    }
    .block-inner-flex{
        padding-top: 0;
    }
    
}


.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
  background: url(../img/ribbon.png) no-repeat center/ 100px auto;
  display: inline-block;
  transition: 1.5s ease-in-out;
  width: 100%;
  height: 100px;
  margin-top: 15px;
}
 
@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}
 