@charset "UTF-8";
body {
  background: #ceeef8;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 400;
  color: #005078;
  list-style: 1.5;
}

.inner {
  max-width: 1080px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-inline: 40px;
  }
}

.sp-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .sp-hidden {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc-hidden {
    display: none;
  }
}

.absolute {
  position: absolute;
}

.fadein {
  -webkit-animation: SlideIn 2.7s forwards;
          animation: SlideIn 2.7s forwards;
}

/* CSSアニメーションの設定 */
@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(64px);
            transform: translateY(64px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mv {
  background: url(../img/\ main-bg-sp.jpg) center/cover no-repeat;
  width: 100%;
  height: 668px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mv {
    background: url(../img/main-bg.jpg) center/cover no-repeat;
  }
}
.mv__inner {
  padding: 0;
  text-align: center;
}
.mv__boss {
  display: inline-block;
  padding-top: 20px;
}
.mv__boss img {
  width: 800px;
}
.mv__text {
  position: absolute;
  bottom: 20px;
}
.mv__text img {
  width: 400px;
}

.icemenu__container {
  position: relative;
}
.icemenu__bg-img01 {
  top: -120px;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img01 {
    top: -280px;
    left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .icemenu__bg-img01 {
    left: 150px;
  }
}
.icemenu__bg-img01 img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img01 img {
    width: 250px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .icemenu__bg-img01 img {
    width: 340px;
  }
}
.icemenu__bg-img02 {
  top: -120px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img02 {
    top: -250px;
    right: 100px;
  }
}
@media screen and (min-width: 1200px) {
  .icemenu__bg-img02 {
    right: 150px;
  }
}
.icemenu__bg-img02 img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img02 img {
    width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .icemenu__bg-img02 img {
    width: 340px;
  }
}
.icemenu__bg-img03 {
  top: 150px;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img03 {
    top: 180px;
    right: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .icemenu__bg-img03 {
    top: 250px;
    right: 150px;
  }
}
.icemenu__bg-img03 img {
  width: 90px;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img03 img {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .icemenu__bg-img03 img {
    width: 180px;
  }
}
.icemenu__bg-img04 {
  top: 130px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img04 {
    top: 180px;
    left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .icemenu__bg-img04 {
    top: 200px;
    left: 150px;
  }
}
.icemenu__bg-img04 img {
  width: 80px;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img04 img {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .icemenu__bg-img04 img {
    width: 180px;
  }
}
.icemenu__bg-img05 {
  display: none;
}
@media screen and (min-width: 768px) {
  .icemenu__bg-img05 {
    display: block;
    bottom: 0;
    left: 20px;
    z-index: -10;
  }
  .icemenu__bg-img05 img {
    width: 230px;
  }
}
.icemenu__enjoy {
  text-align: center;
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .icemenu__enjoy {
    margin-top: 250px;
  }
}
.icemenu__enjoytitle {
  display: block;
}
.icemenu__enjoytitle img {
  width: 80%;
}
.icemenu__title {
  margin-top: 70px;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  color: #ffe100;
  padding-inline: 10px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-shadow: 1px 1px 0 #005078, -1px -1px 0 #005078, -1px 1px 0 #005078, 1px -1px 0 #005078, 1px 0 0 #005078, -1px 0 0 #005078, 0 1px 0 #005078, 0 -1px 0 #005078;
}
@media screen and (min-width: 768px) {
  .icemenu__title {
    font-size: 70px;
  }
}

.icemenu-item {
  margin-top: 30px;
}
.icemenu-item + .icemenu-item {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .icemenu-item + .icemenu-item {
    margin-top: 200px;
  }
}
@media screen and (min-width: 768px) {
  .icemenu-item {
    margin-top: 60px;
  }
}
.icemenu-item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .icemenu-item__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .icemenu-item .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.icemenu-item__left {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .icemenu-item__left {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 48%;
  }
}
.icemenu-item__left img {
  width: 100%;
  border-radius: 20px;
}
.icemenu-item__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .icemenu-item__right {
    gap: 10px;
  }
}
.icemenu-item__right-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.icemenu-item__right-head-num {
  font-size: 87px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .icemenu-item__right-head-num {
    font-size: 120px;
  }
}
.icemenu-item__right-head-text {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .icemenu-item__right-head-text {
    font-size: 40px;
  }
}
.icemenu-item__right-text {
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .icemenu-item__right-text {
    font-size: 18px;
    line-height: 1.7;
  }
}
.icemenu-item__coupon {
  margin-top: 30px;
  border: 1px solid #005078;
  position: relative;
  padding: 30px 20px 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon {
    margin-top: 50px;
    padding: 70px 40px 30px 70px;
  }
}
.icemenu-item__coupon::before {
  content: "";
  position: absolute;
  top: -43px;
  margin-inline: auto;
  inset-inline: 0;
  width: 90%;
  height: 90px;
  background: url(../img/coupon-tag.png) center/contain no-repeat;
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon::before {
    top: -30px;
    width: 80%;
    height: 80px;
  }
}
.icemenu-item__coupon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background: #fff9c6;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon::after {
    top: 8px;
    left: 8px;
  }
}
.icemenu-item__coupon-name {
  line-height: 1;
  font-weight: 700;
  font-size: 28px;
  position: relative;
}
.icemenu-item__coupon-name.top {
  margin-left: 20px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon-name.top {
    margin-left: 39px;
  }
}
.icemenu-item__coupon-name.top::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  background: url(../img/ice.png) center/cover no-repeat;
  width: 18px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon-name.top::before {
    left: -39px;
    width: 39px;
  }
}
.icemenu-item__coupon-name.center {
  position: relative;
}
.icemenu-item__coupon-name.center:before, .icemenu-item__coupon-name.center:after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 160px;
  height: 1.5px;
  background: #f06b28;
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon-name.center:before, .icemenu-item__coupon-name.center:after {
    width: 360px;
    height: 2px;
  }
}
.icemenu-item__coupon-name.center:before {
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.icemenu-item__coupon-name.center::after {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.icemenu-item__coupon-name.orange {
  color: #f06b28;
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon-name.orange {
    margin-top: 12px;
  }
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon-name {
    font-size: 60px;
  }
}
.icemenu-item__coupon-period {
  font-size: 12.5px;
}
@media screen and (min-width: 768px) {
  .icemenu-item__coupon-period {
    margin-top: 10px;
    font-size: 18px;
  }
}

.campaign {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .campaign {
    margin-top: 60px;
  }
}
.campaign__container {
  background-color: #ffe100;
  background-image: radial-gradient(#fff9c6 20%, transparent 20%), radial-gradient(#fff9c6 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  padding-top: 16px;
  position: relative;
  z-index: -20;
}
@media screen and (min-width: 768px) {
  .campaign__container {
    padding-top: 30px;
  }
}
.campaign__bear:hover {
  -webkit-animation: hover-flash 2s;
          animation: hover-flash 2s;
}
@-webkit-keyframes hover-flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes hover-flash {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.5;
  }
}
.campaign__bear {
  margin-top: 30px;
  position: relative;
  -webkit-animation: recommend-animation 2s infinite;
          animation: recommend-animation 2s infinite;
}
@media screen and (min-width: 768px) {
  .campaign__bear {
    margin-top: 70px;
  }
}
@-webkit-keyframes recommend-animation {
  0%, 50%, 100% {
    top: 0;
  }
  25% {
    top: -0.8rem;
  }
  75% {
    top: -0.5rem;
  }
}
@keyframes recommend-animation {
  0%, 50%, 100% {
    top: 0;
  }
  25% {
    top: -0.8rem;
  }
  75% {
    top: -0.5rem;
  }
}
.campaign img {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .campaign img {
    width: 350px;
  }
}
.campaign__tag {
  background: #0076b2;
  color: #fff;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.2;
  padding-block: 10px;
  position: relative;
}
.campaign__tag::after {
  content: "";
  position: absolute;
  bottom: -10px;
  inset-inline: 0;
  margin-inline: auto;
  width: 20px;
  height: 20px;
  background: #0076b2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .campaign__tag::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  .campaign__tag {
    font-size: 30px;
  }
}
.campaign__text {
  margin-top: 20px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  position: relative;
  display: block;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff;
}
@media screen and (min-width: 768px) {
  .campaign__text {
    font-size: 40px;
  }
}
@media screen and (min-width: 900px) {
  .campaign__text {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .campaign__text {
    font-size: 60px;
  }
}
.campaign__text + .campaign__text {
  margin-top: 5px;
}
.campaign .orange {
  font-weight: 700;
  color: #f06b28;
}