@charset "UTF-8";
@font-face {
  font-family: "craftmincho";
  src: url("../fonts/craftmincho.otf") format("opentype");
}
@font-face {
  font-family: "Pacifico";
  src: url("../fonts/Pacifico-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Medium.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "LilitaOne";
  src: url("../fonts//LilitaOne-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1060px) {
  .tab,
  .sp {
    display: none !important;
  }
}
@media (max-width: 1059px) and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc,
  .tab {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

p {
  text-align: center;
}

.main {
  font-family: "ZenMaruGothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.7;
  font-weight: 600;
  font-size: 20px;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .main {
    font-size: 3.5vw;
    letter-spacing: 0;
    line-height: 1.7;
  }
}

.btn {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 26px;
  border-radius: 25px;
  width: 400px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 20;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .btn {
    width: 70%;
    padding: 4.5%;
    font-size: 4.5vw;
    border-radius: 4vw;
  }
}
.btn::after {
  position: absolute;
  content: url(../images/btn_arrow.png);
  right: 30px;
}

.btn_pink {
  background-color: #ff75a6;
  border: 2px solid #ff75a6;
}
.btn_pink:hover {
  background: #fff;
  color: #ff75a6;
}
.btn_pink:hover::after {
  content: url(../images/btn_arrow_pink.png);
}

.btn_yellow {
  background-color: #f2af61;
  border: 2px solid #f2af61;
}
.btn_yellow:hover {
  background: #fff;
  color: #f2af61;
}
.btn_yellow:hover::after {
  content: url(../images/btn_arrow_yellow.png);
}

.bg_pink {
  background-color: #fff5f4;
}

.wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}
@media (min-width: 1060px) {
  .wrap {
    width: 1060px;
  }
}
@media (max-width: 767px) {
  .wrap {
    padding: 18% 0;
  }
}

.contents_title {
  font-family: "LilitaOne";
  font-weight: normal;
  font-size: 80px;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .contents_title {
    font-size: 9vw;
  }
}

.title_pink {
  color: #ff75a6;
}

.title_yellow {
  color: #f2af61;
}

.contents_subtitle {
  font-size: 50px;
  margin: 30px 0 120px;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .contents_subtitle {
    font-size: 6vw;
    margin: 3% 0 10%;
  }
}

.subtitle_pink {
  color: #ff75a6;
}

.subtitle_yellow {
  color: #f2af61;
}

.quote {
  padding: 0 25px 0 35px;
}

.quote::before {
  position: absolute;
  top: -5px;
  left: 0;
}

.quote_pink::before {
  content: url(../images/quote_before.png);
}

.quote_yellow::before {
  content: url(../images/quote_yellow_before.png);
}

.quote::after {
  position: absolute;
  top: -5px;
  right: 0;
}

.quote_pink::after {
  content: url(../images/quote_after.png);
}

.quote_yellow::after {
  content: url(../images/quote_yellow_after.png);
}

.fadeTrigger {
  opacity: 0;
}

.fade {
  animation-name: fadeAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.kv {
  height: auto;
}
@media (min-width: 1060px) {
  .kv {
    background: repeating-linear-gradient(150deg, #fdf3f4, #fdf3f4 28px, #fff 28px, #fff 56px);
  }
}
.kv img {
  max-width: 100%;
}

.kv_img {
  position: relative;
}
@media (min-width: 1060px) {
  .kv_img {
    width: 1060px;
    margin: 0 auto;
  }
}

.kv_catch {
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 95% !important;
}

.kv_catch_sp {
  width: 95% !important;
  margin: 7% auto -15%;
  display: block;
  z-index: 1;
  position: inherit;
}

.kv_icon {
  position: absolute;
  background: url(../images/kv_icon.png) no-repeat;
  background-size: contain;
  width: 20%;
  height: 30%;
  right: 30px;
  bottom: 25px;
}
@media (max-width: 767px) {
  .kv_icon {
    width: 27%;
    right: 10px;
    bottom: 18px;
  }
}
.kv_icon p {
  color: #fff;
  font-weight: bold;
  line-height: 1.3em;
  font-size: 28px;
  margin-top: 30%;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .kv_icon p {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  .kv_icon p {
    font-size: 3.8vw;
  }
}

.kv_text {
  font-weight: 600;
  position: relative;
}
.kv_text p {
  z-index: 1;
  position: inherit;
}
.kv_text p strong {
  font-weight: inherit;
}
.kv_text .wrap {
  position: relative;
}
@media (max-width: 767px) {
  .kv_text .wrap {
    padding: 10% 0;
  }
}
.kv_text .wrap .hamburger_pc {
  position: absolute;
  top: -30px;
  left: -16%;
  max-width: 482px;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .kv_text .wrap .hamburger_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .kv_text .wrap .hamburger_pc {
    display: none;
  }
}
.kv_text .wrap .hamburger_tab {
  position: absolute;
  top: -30px;
  left: 0;
  max-width: 28vw;
}
@media (min-width: 1060px) {
  .kv_text .wrap .hamburger_tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .kv_text .wrap .hamburger_tab {
    display: none;
  }
}
.kv_text .wrap .hamburger_sp {
  position: absolute;
  top: -21%;
  width: 55vw;
  left: 0;
  max-width: 480px;
}
@media (min-width: 1060px) {
  .kv_text .wrap .hamburger_sp {
    display: none;
  }
}
@media (max-width: 1059px) and (min-width: 768px) {
  .kv_text .wrap .hamburger_sp {
    display: none;
  }
}
.kv_text .wrap .plate_pc {
  position: absolute;
  bottom: -55px;
  right: -9%;
  max-width: 370px;
  width: 30vw;
}
@media screen and (max-width: 1250px) {
  .kv_text .wrap .plate_pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .kv_text .wrap .plate_pc {
    display: none;
  }
}
.kv_text .wrap .plate_sp {
  position: absolute;
  top: 74%;
  right: 0;
  width: 40vw;
  max-width: 380px;
}
@media (min-width: 1060px) {
  .kv_text .wrap .plate_sp {
    display: none;
  }
}
@media (max-width: 1059px) and (min-width: 768px) {
  .kv_text .wrap .plate_sp {
    display: none;
  }
}
.kv_text .plate_tab {
  position: absolute;
  bottom: -55px;
  right: 0;
  max-width: 26vw;
}
@media screen and (min-width: 1251px) {
  .kv_text .plate_tab {
    display: none;
  }
}
@media (max-width: 767px) {
  .kv_text .plate_tab {
    display: none;
  }
}

.point {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .point::before {
    position: absolute;
    content: "";
    background: url(../images/bg_point.png) no-repeat;
    width: 144px;
    height: 100%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .point {
    padding-top: 50px;
  }
}
@media (min-width: 1060px) {
  .point p span {
    font-size: 26px;
  }
}

.point_title {
  margin-bottom: 100px;
  color: #ff75a6;
}
@media (max-width: 767px) {
  .point_title {
    margin-bottom: 10%;
  }
}

.point_menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, 260px);
  justify-content: center;
  grid-gap: 55px 20px;
  margin: 100px 0 85px;
}
.point_menu div {
  background-color: #ffecf2;
  border-radius: 20px;
  position: relative;
}
.point_menu div:hover {
  opacity: 0.6;
}
.point_menu div:nth-of-type(1) a::before {
  content: url(../images/icon_point_01.png);
  top: -5px;
}
.point_menu div:nth-of-type(2) a::before {
  content: url(../images/icon_point_02.png);
}
.point_menu div:nth-of-type(3) a::before {
  content: url(../images/icon_point_03.png);
}
@media (max-width: 767px) {
  .point_menu div:nth-of-type(3) li {
    letter-spacing: -0.1em;
  }
}
.point_menu div:nth-of-type(4) a::before {
  content: url(../images/icon_point_04.png);
}
.point_menu div:nth-of-type(5) a::before {
  content: url(../images/icon_point_05.png);
}
.point_menu div:nth-of-type(6) a::before {
  content: url(../images/icon_point_06.png);
}
.point_menu div:nth-of-type(7) a::before {
  content: url(../images/icon_point_07.png);
}
.point_menu div a::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .point_menu div a::before {
    top: 5px;
  }
}
.point_menu div a::after {
  content: url(../images/icon_arrow.png);
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .point_menu {
    grid-template-columns: repeat(auto-fit, 180px);
    grid-gap: 55px 10px;
    margin: 100px 0 85px;
  }
}
.point_menu li {
  padding: 35px 10px;
  text-align: center;
  color: #533c0a;
  font-size: 18px;
}
@media (max-width: 767px) {
  .point_menu li {
    padding: 40px 0;
    font-size: 17px;
  }
}
.point_menu .point_menu_1line {
  line-height: 60px;
}
@media (max-width: 767px) {
  .point_menu .point_menu_1line {
    line-height: 55px;
  }
}

.toy {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .toy::before {
    position: absolute;
    content: "";
    background: url(../images/bg_point.png) no-repeat;
    width: 144px;
    height: 100%;
    right: 0;
  }
}

.toy_item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 0 10px;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .toy_item {
    display: block;
    margin-bottom: 12%;
  }
}
.toy_item:nth-of-type(2) {
  margin-top: 150px;
  flex-direction: row-reverse;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 767px) {
  .toy_item:nth-of-type(2) {
    margin-top: 15%;
    display: flex;
    flex-direction: row;
    gap: 0;
  }
}
.toy_item:nth-of-type(2) .toy_item_text {
  width: 55%;
  gap: 20px 0;
}
@media (max-width: 767px) {
  .toy_item:nth-of-type(2) .toy_item_text {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .toy_item:nth-of-type(2) .toy_item_text img {
    width: 65vw;
    height: auto;
    top: 70%;
    left: 40%;
  }
}
@media (max-width: 767px) {
  .toy_item:nth-of-type(2) .toy_item_text p {
    text-align: left;
  }
}
.toy_item:nth-of-type(2) .toy_item_img {
  z-index: 10;
  width: auto;
}
@media (max-width: 767px) {
  .toy_item:nth-of-type(2) .toy_item_img {
    width: 35%;
  }
}
.toy_item:nth-of-type(2) .toy_item_img::after {
  display: none;
}
.toy_item:nth-of-type(2) .toy_item_img img {
  width: auto;
}
@media (max-width: 767px) {
  .toy_item:nth-of-type(2) .toy_item_img img {
    width: 100%;
  }
}

.toy_item_img {
  position: relative;
}
@media (max-width: 767px) {
  .toy_item_img {
    margin: 0 auto;
    width: 70%;
  }
}
.toy_item_img::after {
  content: "";
  background-color: #ff75a6;
  display: block;
  width: 424px;
  height: 235px;
  position: absolute;
  top: 10px;
  right: -10px;
}
@media (max-width: 767px) {
  .toy_item_img::after {
    width: 100%;
    height: 100%;
  }
}
.toy_item_img img {
  height: auto;
  width: 424px;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  .toy_item_img img {
    width: 100%;
  }
}

.toy_item_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  align-content: flex-start;
}
@media (max-width: 767px) {
  .toy_item_text {
    gap: 30px 0;
    margin-bottom: 20%;
  }
}
.toy_item_text img {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 1059px) and (min-width: 768px) {
  .toy_item_text img {
    width: 42vw;
  }
}
@media (max-width: 767px) {
  .toy_item_text img {
    width: 75vw;
    height: auto;
    top: 65%;
  }
}
.toy_item_text h5 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .toy_item_text h5 {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .toy_item_text h5 {
    font-size: 5vw;
  }
}
@media (max-width: 1059px) and (min-width: 768px) {
  .toy_item_text .quote::after {
    bottom: 5px;
  }
}
.toy_item_text p {
  margin-top: 60px;
  z-index: 1;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .toy_item_text p {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .toy_item_text p {
    margin-top: 0;
  }
}
.toy_item_text .toy_item_note {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .toy_item_text .toy_item_note {
    font-size: 1.5vw;
  }
}

.toy_check {
  color: #ff75a6;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .toy_check {
    font-size: 4vw;
    margin-bottom: 2%;
  }
}

.anpanman {
  background-color: #fffeed;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .anpanman::before {
    position: absolute;
    content: "";
    background: url(../images/bg_point_yellow.png) no-repeat;
    width: 144px;
    height: 100%;
    left: 0;
  }
}
.anpanman a {
  transition: 0.5s;
}
.anpanman a:hover {
  opacity: 0.6;
}

.logo_anpanman img {
  width: auto;
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.anpanman_item_text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  flex-direction: column;
  align-items: center;
  margin: 150px 0;
}
@media (max-width: 767px) {
  .anpanman_item_text {
    margin: 10% 0;
  }
}
.anpanman_item_text h5 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .anpanman_item_text h5 {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .anpanman_item_text h5 {
    font-size: 5vw;
  }
}
.anpanman_item_text p {
  margin-top: 5%;
}
.anpanman_item_text img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  top: 50%;
  z-index: -1;
  margin: 0;
}
@media (max-width: 767px) {
  .anpanman_item_text img {
    top: 50%;
    width: 100%;
    max-width: 90%;
  }
}

.kidsmenu {
  position: relative;
  background-color: #fffeed;
}
.kidsmenu .wrap {
  padding-top: 0;
}
@media (max-width: 767px) {
  .kidsmenu .wrap {
    padding-top: 0;
  }
}
.kidsmenu h4 {
  margin-top: 0;
}

.kidsmenu_text {
  position: relative;
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  .kidsmenu_text {
    margin-bottom: 20%;
  }
}
.kidsmenu_text img {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .kidsmenu_text img {
    top: 50%;
    width: 100%;
    max-width: 75%;
    margin: 0;
  }
}
.kidsmenu_text p {
  z-index: 1;
  position: inherit;
}

.kidsmenu_item {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .kidsmenu_item {
    padding: 0px 3%;
  }
}

.kidsmenu_item_top {
  background-color: #ffa945;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin: 0 auto;
  width: 80%;
  border-radius: 30px 30px 0 0;
  padding: 25px;
}
@media (max-width: 767px) {
  .kidsmenu_item_top {
    flex-wrap: wrap;
    padding: 2%;
  }
}
.kidsmenu_item_top h5 {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .kidsmenu_item_top h5 {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .kidsmenu_item_top h5 {
    font-size: 5vw;
    margin-bottom: 2%;
  }
}
.kidsmenu_item_top p {
  background-color: #fff;
  color: #ffa945;
  font-weight: bold;
  padding: 5px 15px;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .kidsmenu_item_top p {
    font-size: 2vw;
  }
}

.kidsmenu_item_content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
  background-color: #fff;
  border: 5px solid #ffa945;
  border-radius: 30px;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 767px) {
  .kidsmenu_item_content {
    flex-wrap: wrap;
    padding: 5% 3%;
  }
}
.kidsmenu_item_content::before {
  position: absolute;
  content: "";

  background-size: contain;
  width: 120px;
  height: 120px;
  top: 5%;
  left: 3%;
}
@media (max-width: 767px) {
  .kidsmenu_item_content::before {
    width: 15vw;
    height: 15vw;
  }
}
.kidsmenu_item_content p {
  margin-top: 10px;
  font-weight: bold;
  color: #e93f3f;
}
@media (max-width: 767px) {
  .kidsmenu_item_content p {
    font-size: 4.8vw;
  }
}
.kidsmenu_item_content img {
  max-width: 100%;
}
.kidsmenu_item_content .copy {
  position: absolute;
  left: 3%;
  bottom: 3%;
  font-size: 14px;
  color: #000;
}
@media (max-width: 767px) {
  .kidsmenu_item_content .copy {
    bottom: 10px;
    font-size: 12px;
  }
}

.kidsmenu_item_left {
  max-width: 50%;
}
@media (max-width: 767px) {
  .kidsmenu_item_left {
    width: 100%;
    max-width: 96%;
    margin-bottom: 5%;
    padding-left: 12%;
  }
}

.kidsmenu_item_right {
  max-width: 50%;
}
@media (max-width: 767px) {
  .kidsmenu_item_right {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    gap: 0 5%;
    align-items: baseline;
  }
}
.kidsmenu_item_right p:nth-of-type(1) {
  margin-bottom: 20px;
}

.familymenu {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .familymenu::before {
    position: absolute;
    content: "";
    background: url(../images/bg_point_yellow.png) no-repeat;
    width: 144px;
    height: 100%;
    right: 0;
  }
}

.familymenu_content {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .familymenu_content {
    margin-bottom: 10%;
    padding: 0;
  }
}

.familymenu_item {
  max-width: 50%;
}
@media (max-width: 767px) {
  .familymenu_item {
    max-width: 80%;
  }
}
.familymenu_item p {
  color: #e93f3f;
  font-weight: bold;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .familymenu_item p {
    margin-bottom: 5%;
    font-size: 4vw;
  }
}
.familymenu_item:nth-of-type(1) {
  margin-top: -100px;
}
@media (max-width: 767px) {
  .familymenu_item:nth-of-type(1) {
    margin-top: 0;
  }
}
.familymenu_item:nth-of-type(2) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .familymenu_item:nth-of-type(2) {
    margin: 0 0 0 auto;
  }
}
.familymenu_item:nth-of-type(2) .familymenu_item_img {
  width: auto;
}
@media (max-width: 767px) {
  .familymenu_item:nth-of-type(2) .familymenu_item_img::after {
    left: -15px;
  }
}

.familymenu_item_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .familymenu_item_wrap {
    flex-direction: column;
    align-items: baseline;
  }
}

.familymenu_item_img {
  position: relative;
}
.familymenu_item_img::after {
  content: "";
  background-color: #ee952e;
  display: block;
  width: 95%;
  height: 100%;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .familymenu_item_img::after {
    width: 100%;
    top: 15px;
    right: -15px;
  }
}
.familymenu_item_img img {
  height: auto;
  width: 95%;
  z-index: 10;
  position: relative;
}
@media (max-width: 767px) {
  .familymenu_item_img img {
    width: 100%;
  }
}

.familymenu_text {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  margin: 50px 0 100px;
}
@media (max-width: 767px) {
  .familymenu_text {
    flex-direction: column-reverse;
    margin-bottom: 10%;
  }
}
.familymenu_text img {
  height: 100%;
}
@media (max-width: 767px) {
  .familymenu_text img {
    margin: 0 auto;
    max-width: 80%;
    width: 100%;
  }
}

.familymenu_text_right {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .familymenu_text_right {
    width: auto;
    margin: 0 auto;
  }
}
.familymenu_text_right img {
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .familymenu_text_right img {
    z-index: -1;
  }
}
.familymenu_text_right p {
  text-align: left;
  position: inherit;
  z-index: 1;
}
@media (max-width: 767px) {
  .familymenu_text_right p {
    text-align: center;
    margin-bottom: 8%;
  }
}

.service {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .service::before {
    position: absolute;
    content: "";
    background: url(../images/bg_point.png) no-repeat;
    width: 144px;
    height: 100%;
    left: 0;
  }
}

.service_text {
  position: relative;
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .service_text {
    margin-bottom: 15%;
  }
}
.service_text img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .service_text img {
    width: 80%;
  }
}
.service_text p {
  z-index: 1;
  position: inherit;
}

.service_text_top {
  width: 49%;
  margin: 0 auto 50px;
  z-index: 10;
  position: inherit;
}
@media (max-width: 767px) {
  .service_text_top {
    width: 80%;
    margin-bottom: 5%;
  }
}
.service_text_top .quote_before {
  text-align: left;
  display: block;
  margin-bottom: -50px;
}
@media (max-width: 767px) {
  .service_text_top .quote_before {
    margin-bottom: -30px;
  }
}
.service_text_top .quote_after {
  text-align: right;
  display: block;
}
.service_text_top .quote {
  padding: 0 40px;
}
.service_text_top .quote::after {
  top: 40px;
}
@media (max-width: 767px) {
  .service_text_top .quote::after {
    top: 30px;
  }
}
.service_text_top h5 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .service_text_top h5 {
    font-size: 5vw;
  }
}
.service_text_top h5:nth-of-type(1)::after {
  display: none;
}
.service_text_top h5:nth-of-type(2) {
  text-align: right;
}
.service_text_top h5:nth-of-type(2)::before {
  display: none;
}

.service_menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  grid-gap: 0 1rem;
  margin: 100px auto 10px;
  width: 80%;
}
@media (max-width: 767px) {
  .service_menu {
    grid-template-columns: 80%;
    grid-gap: 10% 0;
    margin: 0;
    width: 100%;
  }
}
.service_menu li {
  background-color: #fff;
  border: 7px solid #ffd4df;
  border-radius: 20px;
  position: relative;
  padding: 40px 10px 30px;
  text-align: center;
  font-size: 23px;
  color: #533c0a;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .service_menu li {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .service_menu li {
    text-align: right;
    padding: 6% 14%;
    font-size: 4vw;
  }
}
.service_menu li::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 50%;
  width: 140px;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .service_menu li::before {
    left: 20%;
    top: 35%;
    width: 20vw;
    height: 100%;
  }
}
.service_menu li:nth-of-type(1)::before {
  background: url(../images/icon_service_01.png) no-repeat;
  background-size: contain;
}
.service_menu li:nth-of-type(2)::before {
  background: url(../images/icon_service_02.png) no-repeat;
  width: 105px;
  background-size: contain;
}
@media (max-width: 767px) {
  .service_menu li:nth-of-type(2)::before {
    width: 15vw;
  }
}
.service_menu li:nth-of-type(3)::before {
  background: url(../images/icon_service_04.png) no-repeat;
  width: 150px;
  background-size: contain;
  top: -35px;
}
@media (max-width: 767px) {
  .service_menu li:nth-of-type(3)::before {
    width: 22vw;
    top: 35%;
  }
}

.service_note {
  text-align: right;
  margin-bottom: 85px;
  padding-right: 10%;
  font-size: 16px;
}
@media (max-width: 767px) {
  .service_note {
    text-align: left;
    font-size: 3vw;
    margin: 12% 10%;
  }
}

.service_item {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding-top: 120px;
  margin-top: -120px;
}
@media (max-width: 767px) {
  .service_item {
    flex-wrap: wrap;
    padding-top: 100px;
    margin-top: -100px;
  }
}
.service_item h5 {
  font-size: 28px;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 10;
  margin-bottom: 20px;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .service_item h5 {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .service_item h5 {
    font-size: 5vw;
    margin-bottom: 8%;
  }
}

.service_item_left {
  display: flex;
  gap: 0 10%;
  width: 70%;
}
@media (max-width: 767px) {
  .service_item_left {
    width: 100%;
    justify-content: center;
  }
}
.service_item_left img {
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  .service_item_left img {
    width: 24%;
    height: 100%;
  }
}

.service_item_text {
  position: relative;
  width: 53%;
}
.service_item_text img {
  position: absolute;
  left: 50%;
  top: 18%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .service_item_text img {
    width: 65vw;
    top: 55%;
  }
}
.service_item_text .quote::after {
  top: -5px;
}
.service_item_text p {
  text-align: left;
  z-index: 1;
  position: inherit;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .service_item_text p {
    font-size: 2vw;
  }
}

@media (max-width: 767px) {
  .service_item_right {
    display: flex;
    margin: 20% 0 10%;
    justify-content: center;
    align-items: baseline;
    width: 100%;
  }
}
.service_item_right div:nth-of-type(1) {
  position: relative;
}
@media (max-width: 767px) {
  .service_item_right div:nth-of-type(1) {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .service_item_right div:nth-of-type(1) img {
    width: 90%;
  }
}
.service_item_right div:nth-of-type(1) p:nth-of-type(1)::before {
  position: absolute;
  left: 0px;
  width: 17px;
  height: 21px;
  background-color: #fb8700;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 80%);
          clip-path: polygon(0 50%, 100% 0, 100% 80%);
  content: "";
  bottom: -7px;
  transform: rotate(-33deg);
}
.service_item_right div:nth-of-type(1) .lowallergen_menu_orange {
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 767px) {
  .service_item_right div:nth-of-type(1) .lowallergen_menu_orange {
    width: 8vw;
    left: 10%;
  }
}
@media (max-width: 767px) {
  .service_item_right div:nth-of-type(2) {
    width: 35%;
    margin-left: -8%;
  }
}
.service_item_right div:nth-of-type(2) img {
  width: 30%;
}
@media (max-width: 767px) {
  .service_item_right div:nth-of-type(2) img {
    width: 50%;
  }
}
.service_item_right img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.service_item_right p {
  color: #5ebc55;
  font-weight: bold;
  margin: 10px 0 20px;
}

.balloon {
  position: absolute;
  padding: 0.3em 0.8em;
  border-radius: 30px;
  color: #fff !important;
  background-color: #fb8700;
  left: 10%;
  top: -23%;
}
@media (max-width: 767px) {
  .balloon {
    left: 25%;
    top: -17%;
  }
}

.coupon {
  position: relative;
}
@media screen and (min-width: 1600px) {
  .coupon::before {
    position: absolute;
    content: "";
    background: url(../images/bg_point_yellow.png) no-repeat;
    width: 144px;
    height: 100%;
    right: 0;
  }
}
.coupon .wrap {
  padding-bottom: 20px;
}

.coupon_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .coupon_content {
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px 0;
    margin-bottom: 0;
  }
}
.coupon_content img {
  max-width: 60%;
}

@media (max-width: 767px) {
  .coupon_content_text {
    text-align: center;
  }
}
.coupon_content_text li {
  margin-bottom: 50px;
}
.coupon_content_text li:last-child {
  margin-bottom: 0;
}
.coupon_content_text li:nth-of-type(1) .point_common::before {
  content: "1";
  left: 113px;
}
@media (max-width: 767px) {
  .coupon_content_text li:nth-of-type(1) .point_common::before {
    left: 49.5vw;
  }
}
.coupon_content_text li:nth-of-type(2) .point_common::before {
  content: "2";
  left: 111px;
}
@media (max-width: 767px) {
  .coupon_content_text li:nth-of-type(2) .point_common::before {
    left: 49.5vw;
  }
}
.coupon_content_text li:nth-of-type(3) .point_common::before {
  content: "3";
  left: 112px;
}
@media (max-width: 767px) {
  .coupon_content_text li:nth-of-type(3) .point_common::before {
    left: 49.5vw;
  }
}
.coupon_content_text li:nth-of-type(4) .point_common::before {
  content: "4";
  left: 110px;
}
@media (max-width: 767px) {
  .coupon_content_text li:nth-of-type(4) .point_common::before {
    left: 49.5vw;
  }
}
.coupon_content_text li:nth-of-type(5) .point_common::before {
  content: "5";
  left: 110px;
}
@media (max-width: 767px) {
  .coupon_content_text li:nth-of-type(5) .point_common::before {
    left: 49.5vw;
  }
}
.coupon_content_text .point_common {
  font-family: "LilitaOne";
  font-size: 40px;
  line-height: 1.5;
  position: relative;
  color: #f2af61;
}
@media (max-width: 767px) {
  .coupon_content_text .point_common {
    font-size: 6vw;
    margin-left: -10%;
  }
}
.coupon_content_text .point_common::before {
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  color: #fff;
  font-size: 38px;
}
@media (max-width: 767px) {
  .coupon_content_text .point_common::before {
    width: 7%;
    height: 75%;
    font-size: 6vw;
  }
}
.coupon_content_text .point_common::after {
  content: "";
  background: url(../images/circle.png) no-repeat;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 15%;
  left: 100px;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .coupon_content_text .point_common::after {
    left: 49vw;
    width: 9%;
    height: 75%;
  }
}
.coupon_content_text p {
  text-align: left;
}
@media (max-width: 767px) {
  .coupon_content_text p {
    text-align: center;
  }
}
.coupon_content_text span {
  color: #e70012;
}

.app {
  background-color: #ff6464;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3%;
  position: relative;
  height: 230px;
  padding: 100px 0 30px;
}
@media (max-width: 767px) {
  .app {
    flex-wrap: wrap;
    padding: 15% 0 8%;
    height: auto;
  }
}
.app::before {
  content: "";
  position: absolute;
  top: -1px;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 70px solid #fff;
}
@media (max-width: 767px) {
  .app::before {
    border-top: 15vw solid #fff;
  }
}
.app a {
  transition: 0.5s;
}
.app a:hover {
  opacity: 0.6;
}

.app_text h5 {
  font-size: 40px;
  font-weight: bold;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .app_text h5 {
    font-size: 3.5vw;
  }
}
@media (max-width: 767px) {
  .app_text h5 {
    font-size: 7vw;
  }
}
.app_text p {
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 1059px) and (min-width: 768px) {
  .app_text p {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .app_text p {
    font-size: 5vw;
    text-align: center;
  }
}

.app_icon {
  display: flex;
  gap: 0 3%;
}
@media (max-width: 767px) {
  .app_icon {
    width: 100%;
    justify-content: center;
    margin-top: 3%;
  }
}
@media (max-width: 767px) {
  .app_icon img {
    width: 85%;
    margin: 0 auto;
    display: block;
  }
}
.app_icon a:nth-of-type(2) img {
  margin: 0 auto 0 0;
}

.app_link {
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .app_link {
    background-color: inherit;
  }
}/*# sourceMappingURL=style.css.map */