html {
  scroll-behavior: smooth; }

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity .8s ease, transform .8s ease; }

.fadein.is-show {
  opacity: 1;
  transform: translateY(0); }

.pc-only {
  display: inline; }

.sp-only {
  display: none; }

.txt-center {
  text-align: center; }

@media (max-width: 730px) {
  .pc-only {
    display: none; }

  .sp-only {
    display: inline; } }
body {
  margin: 0;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background: #EEF8FE;
  font-size: 16px; }
  body .tips {
    font-size: 14px; }
  @media (max-width: 730px) {
    body {
      font-size: 14px; }
      body .tips {
        font-size: 12px; } }
  body .txt-strong {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4; }
    @media (max-width: 480px) {
      body .txt-strong {
        font-size: 15px; } }
    body .txt-strong span {
      display: inline-block;
      margin-top: 5px;
      font-weight: normal;
      font-size: 14px; }
      @media (max-width: 480px) {
        body .txt-strong span {
          font-size: 12px; } }

img {
  width: 100%; }

figure {
  margin-left: 0;
  margin-right: 0; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh; }
  header h1 {
    margin: 0;
    text-indent: -9999px;
    line-height: 0; }

main {
  position: relative;
  min-height: 100vh;
  top: -10px; }
  @media (max-width: 480px) {
    main {
      top: -1px; } }

footer {
  background: #fff;
  padding: 60px 0 35px;
  text-align: center;
  position: relative;
  top: -10px; }
  @media (max-width: 480px) {
    footer {
      padding: 40px 0 25px; } }
  footer > a {
    width: 18vw;
    min-width: 120px;
    max-width: 160px;
    display: block;
    margin: 0 auto 18px; }
  footer address {
    line-height: 1.6;
    font-style: normal; }
  footer .copyright {
    font-size: 0.9rem;
    line-height: 1.4em;
    margin-top: 5px; }

.menu-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1001;
  width: 50px;
  height: 50px;
  border: 0;
  background: #54BAF1;
  border-radius: 100%;
  cursor: pointer; }

.menu-btn span {
  display: block;
  width: 30px;
  height: 3px;
  margin: 6px auto;
  background: #fff;
  transition: .3s; }

.menu-btn.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg); }

.menu-btn.active span:nth-child(2) {
  opacity: 0; }

.menu-btn.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg); }

.drawer-menu {
  position: fixed;
  top: 50%;
  right: 20px;
  width: 400px;
  max-width: calc(100vw - 40px);
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 30px;
  transform: translateX(calc(100% + 20px)) translateY(-50%);
  transition: transform .3s ease;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
  @media (max-width: 480px) {
    .drawer-menu {
      width: 260px; } }

.drawer-menu.active {
  transform: translateX(40px) translateY(-50%); }

.drawer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu li {
  margin-right: 20px; }

.drawer-menu li + li {
  margin-top: 5px; }

.drawer-menu li:not(:last-child) {
  border-bottom: 1px solid #E4004A;
  padding-bottom: 3px; }

.drawer-menu a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 0;
  color: #E4004A;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold; }
  @media (max-width: 480px) {
    .drawer-menu a {
      font-size: 16px; } }
  .drawer-menu a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #E4004A;
    border-right: 1px solid #E4004A;
    transform: translateY(-50%) rotate(45deg);
    transition: all .3s ease; }
  .drawer-menu a:hover::after {
    right: 0px; }

section {
  position: relative;
  padding: 10px 20px 70px; }
  @media (max-width: 480px) {
    section {
      padding: 20px 20px 50px; } }
  section .section-content {
    max-width: 840px;
    margin: auto;
    padding-bottom: 0px; }
    section .section-content.bg-white {
      background: #fff;
      padding: 40px 40px 60px;
      margin-top: 80px;
      position: relative; }
      @media (max-width: 480px) {
        section .section-content.bg-white {
          padding: 25px 20px 30px;
          margin-top: 50px; } }
  section .title {
    position: absolute;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 45px;
    left: 0;
    width: 100%; }
    @media (max-width: 480px) {
      section .title {
        top: 25px; } }
  section .top-title {
    background: url("../img/bg.png") center center/15% repeat;
    color: #E4004A;
    text-align: center;
    padding: 8px 20px 5px;
    border-radius: 40px;
    width: 420px;
    max-width: 70%;
    position: relative; }
    section .top-title:before {
      content: '';
      background: url("../img/cherry.png") center center/auto no-repeat;
      position: absolute;
      z-index: 2;
      width: 80px;
      height: 100px;
      top: -55px;
      right: 2px;
      opacity: 0;
      transform: translate(30px, -30px) rotate(30deg); }
      @media (max-width: 480px) {
        section .top-title:before {
          width: 60px;
          height: 80px;
          top: -45px;
          ight: 2px; } }
    section .top-title.is-show::before {
      animation: cherryIn 1s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
  section figure {
    text-align: center;
    margin: 30px auto; }
  section img.flow {
    max-width: 460px;
    margin: auto; }
  section .shopcount {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    section .shopcount .count {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid #E4004A;
      padding-top: 2px;
      border-radius: 100%;
      color: #E4004A;
      line-height: 1.4;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
      width: 100px;
      height: 100px;
      margin: 0 4px; }
  section hr {
    border: 1px solid #333;
    border-width: 1px 0 0; }
  section h4 {
    margin-bottom: 10px;
    text-align: center; }
  section h5 {
    background: #fdf9b2;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 5px; }
    @media (max-width: 480px) {
      section h5 {
        font-size: 0.8rem; } }
  section .shop-list, section .item-list {
    display: flex;
    justify-content: center;
    padding-left: 5px; }
    section .shop-list ul, section .item-list ul {
      width: 380px;
      max-width: 100%; }
    @media (max-width: 730px) {
      section .shop-list ul, section .item-list ul {
        padding: 0; } }
  section .item-list {
    padding-left: 0; }
    section .item-list ul {
      width: 100%; }
    section .item-list li {
      display: flex;
      margin-bottom: 5px; }
      section .item-list li .tit {
        width: 80px; }
        @media (max-width: 480px) {
          section .item-list li .tit {
            width: 70px; } }
      section .item-list li .txt {
        width: calc(100% - 80px); }
        @media (max-width: 480px) {
          section .item-list li .txt {
            width: calc(100% - 70px); } }
  section .desc {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
    @media (max-width: 730px) {
      section .desc {
        display: block; } }
    section .desc .info-list {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
      font-weight: bold; }
      section .desc .info-list li {
        display: flex;
        align-items: flex-start;
        margin-bottom: 10px;
        line-height: 1.1; }
        @media (max-width: 730px) {
          section .desc .info-list li {
            margin-bottom: 6px; } }
      section .desc .info-list .label {
        width: 120px;
        background: #E4004A;
        color: #fff;
        text-align: center;
        margin-right: 10px;
        padding: 8px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 16px; }
        @media (max-width: 730px) {
          section .desc .info-list .label {
            width: 80px; } }
      section .desc .info-list .content {
        margin-top: 5px;
        width: calc(100% - 80px);
        line-height: 1.6; }
      section .desc .info-list .content span {
        font-size: 0.7rem;
        font-weight: normal; }

#intro {
  background: #FFFCD9;
  padding: 30px 30px 50px; }
  @media (max-width: 480px) {
    #intro {
      padding: 20px 25px 30px; } }
  #intro h2 {
    font-size: 17px; }
    #intro h2 img {
      width: 150px;
      vertical-align: center;
      padding-right: 6px; }
    #intro h2.head-word {
      display: flex;
      align-items: center; }
  #intro .link-menu a {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px 12px 15px;
    text-decoration: none;
    background: #FAE700;
    border-radius: 60px;
    color: #333;
    text-align: center;
    max-width: 420px;
    height: 60px;
    margin: 20px auto;
    font-size: 14px;
    line-height: 1.4;
    white-space: nowrap; }
    @media (max-width: 480px) {
      #intro .link-menu a {
        font-size: 13px; } }
    #intro .link-menu a:hover::before {
      opacity: 1; }
    #intro .link-menu a span {
      position: relative;
      z-index: 1; }
      #intro .link-menu a span.line-red {
        display: inline-block;
        color: #fff;
        background: #E4004A;
        padding: 4px 10px 4px;
        line-height: 1;
        border-radius: 6px; }
    #intro .link-menu a strong {
      color: #E4004A;
      font-weight: bold;
      font-size: 18px; }
      @media (max-width: 480px) {
        #intro .link-menu a strong {
          font-size: 16px; } }
    #intro .link-menu a::before {
      content: '';
      position: absolute;
      inset: 0;
      background: url("../img/bg.png") center center/auto repeat;
      opacity: 0;
      transition: opacity .3s ease;
      z-index: 0; }
    #intro .link-menu a::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      z-index: 1;
      width: 10px;
      height: 10px;
      border-top: 1px solid #E4004A;
      border-right: 1px solid #E4004A;
      transform: translateY(-50%) rotate(45deg); }

#stamp {
  background: #E2F4FD; }
  #stamp .stemp-time {
    text-align: center; }
    #stamp .stemp-time .bg-red {
      background: #E4004A;
      color: #fff;
      display: inline-block;
      padding: 3px 10px 2px;
      margin-bottom: 0; }
  #stamp h3 {
    color: #E4004A;
    margin-bottom: 0; }
  #stamp .owatashi {
    margin-top: 5px;
    margin-bottom: 40px;
    text-align: center; }

#gacha {
  background: #FFFCD9; }

#shirokuma {
  background: #E2F4FD; }
  #shirokuma p.txt {
    margin-top: 30px; }
  #shirokuma .bg-white {
    padding-bottom: 30px; }
    @media (max-width: 480px) {
      #shirokuma .bg-white {
        padding-bottom: 1px; } }

#localice {
  background: #FFFCD9; }
  #localice hr {
    margin-top: 40px; }

@keyframes cherryIn {
  0% {
    opacity: 0;
    transform: translate(30px, -30px) rotate(30deg); }
  60% {
    opacity: 1;
    transform: translate(-8px, 8px) rotate(-12deg) scale(1.1); }
  100% {
    opacity: 1;
    transform: translate(0, 0) rotate(0) scale(1); } }
