@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

/*
@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500;
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold;
}
*/
body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #555;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: bottom;
  display: block;
  width: 100%;
  height: auto;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

.pc-image {
  display: block;
}

@media screen and (max-width: 640px) {
  .pc-image {
    display: none;
  }
}

.sp-image {
  display: none;
}

@media screen and (max-width: 640px) {
  .sp-image {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .wrapper {
    padding: 0 0 54px 0;
  }
}

header {
  background: #ff87af;
  position: relative;
  z-index: 100;
}

header::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 28px;
  background: url(../images/deco-pink-circle.png) repeat;
  background-size: 28px;
  bottom: -12px;
  left: 0;
}

@media screen and (max-width: 640px) {
  header::after {
    height: 21px;
    background-size: 21px;
  }
}

.header-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .header-inner {
    padding: 15px;
  }
}

.header-link {
  display: block;
  max-width: 365px;
}

@media screen and (min-width: 641px) {
  .header-link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .header-link:hover {
    opacity: .5;
  }
}

.hero {
  background: #ffeb62;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/deco-diamond-yellow.png) repeat;
  background-size: 14px;
  top: 0;
  left: 0;
  opacity: .9;
}

.hero::after {
  content: " ";
  display: block;
  position: absolute;
  width: 150%;
  height: 70%;
  background: #fff;
  -webkit-transform: translateX(-50%) rotate(-4deg);
  transform: translateX(-50%) rotate(-4deg);
  margin: auto;
  top: -30%;
  left: 50%;
}

@media screen and (max-width: 640px) {
  .hero::after {
    background: #ffb3cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff5f9), color-stop(80%, #ffb3cd), to(#ff87af));
    background: linear-gradient(to bottom, #fff5f9 0%, #ffb3cd 80%, #ff87af 100%);
  }
}

@media screen and (min-width: 641px) {
  .hero-active .title {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .hero-active .hero-inner::before {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
  .hero-active .hero-inner::after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
}

.hero-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 40px 20px 36px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .hero-inner {
    padding: 40px 15px 30px;
  }
}

@media screen and (max-width: 320px) {
  .hero-inner {
    padding: 40px 10px 30px;
  }
}

@media screen and (min-width: 641px) {
  .hero-inner::before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/hero-image-left.png) no-repeat;
    background-size: contain;
    width: 220px;
    height: 500px;
    top: 50px;
    left: -220px;
    -webkit-transition: all 0.7s 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.7s 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(60px, 60px);
    transform: translate(60px, 60px);
  }
}

@media screen and (max-width: 768px) {
  .hero-inner::before {
    display: none;
  }
}

@media screen and (min-width: 641px) {
  .hero-inner::after {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/hero-image-right.png) no-repeat;
    background-size: contain;
    width: 225px;
    height: 500px;
    top: 45px;
    right: -225px;
    -webkit-transition: all 0.7s 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.7s 1.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-60px, 60px);
    transform: translate(-60px, 60px);
  }
}

@media screen and (max-width: 768px) {
  .hero-inner::after {
    display: none;
  }
}

.title {
  margin: 0 auto;
  position: relative;
  left: -6px;
}

@media screen and (min-width: 641px) {
  .title {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.7s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.7s 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 640px) {
  .title {
    left: -2px;
  }
}

.hero-info-group {
  margin: 30px auto 0;
  padding: 14px;
  background: #fff;
  border: 2px solid #ff87af;
  border-radius: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .hero-info-group {
    margin: 20px auto 0;
    padding: 0;
    background: none;
    border: none;
  }
}

.hero-info-schedule {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  color: #ff6699;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .hero-info-schedule {
    display: block;
    font-size: 16px;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
  }
}

.hero-info-place {
  margin: 0 0 0 4px;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #ff6699;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .hero-info-place {
    display: block;
    font-size: 12px;
    margin: 10px 0 0 0;
    text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
  }
}

@media screen and (max-width: 320px) {
  .hero-info-place {
    font-size: 11px;
  }
}

.nav-wrapper {
  height: 50px;
  background: #ff87af;
}

@media screen and (max-width: 640px) {
  .nav-wrapper {
    height: auto;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
    -webkit-box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -2px 10px 2px rgba(0, 0, 0, 0.1);
  }
}

.nav-wrapper.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (max-width: 640px) {
  .nav-wrapper.is-fixed {
    position: fixed;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
}

.nav-wrapper.is-fixed ~ .section-first {
  padding-top: 50px;
}

@media screen and (max-width: 640px) {
  .nav-wrapper.is-fixed ~ .section-first {
    padding-top: 0;
  }
}

.nav {
  max-width: 940px;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .nav {
    border-right: none;
    border-left: none;
  }
}

.nav li {
  width: 20%;
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .nav li {
    width: 25%;
    font-size: 10px;
    line-height: 1.4;
  }
}

.nav li + li {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 640px) {
  .nav li:first-child a {
    line-height: 24px;
  }
}

@media screen and (max-width: 640px) {
  .nav li:last-child {
    display: none;
  }
}

.nav li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 18px 0;
  background: #ff87af;
}

@media screen and (min-width: 641px) {
  .nav li a {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .nav li a:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 640px) {
  .nav li a {
    padding: 12px 0;
    height: 100%;
    background: #ff6699;
  }
}

.nav li a br {
  display: none;
}

@media screen and (max-width: 640px) {
  .nav li a br {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .section-first {
    border-top: 8px solid #ff87af;
  }
}

.section-bg-pale-pink {
  background: #fff5f9;
}

.section-bg-diamond {
  background: url(../images/deco-diamond.png) repeat;
  background-size: 14px;
}

.section-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px 100px;
}

@media screen and (max-width: 640px) {
  .section-inner {
    padding: 0 15px 80px;
  }
}

.section-border {
  border-top: 8px solid #ff87af;
}

.section-heading {
  max-width: 400px;
  margin: 0 auto;
  padding: 18px 0 24px;
  text-align: center;
  background: #ff87af;
  border-radius: 0 0 10px 10px;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -1px;
}

@media screen and (max-width: 640px) {
  .section-heading {
    max-width: 300px;
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .section-heading {
    max-width: 280px;
    font-size: 13px;
  }
}

.section-heading-pctd::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100px;
  height: 150px;
  background: url(../images/logo-pokemon-center-tokyo-dx.png) no-repeat;
  background-size: contain;
  top: -50px;
  left: -35px;
}

@media screen and (max-width: 640px) {
  .section-heading-pctd::before {
    width: 70px;
    height: 90px;
    top: -28px;
    left: -28px;
  }
}

@media screen and (max-width: 320px) {
  .section-heading-pctd::before {
    width: 60px;
    height: 80px;
    top: -20px;
    left: -16px;
  }
}

.section-heading-cafe::before {
  content: " ";
  display: block;
  position: absolute;
  width: 110px;
  height: 150px;
  background: url(../images/logo-pokemon-cafe.png) no-repeat;
  background-size: contain;
  top: -35px;
  left: -35px;
}

@media screen and (max-width: 640px) {
  .section-heading-cafe::before {
    width: 80px;
    height: 90px;
    top: -20px;
    left: -25px;
  }
}

@media screen and (max-width: 320px) {
  .section-heading-cafe::before {
    width: 70px;
    height: 80px;
    top: -14px;
    left: -15px;
  }
}

.section-note {
  margin: 70px 0 0 0;
  padding: 20px;
  text-align: center;
  background: #fff;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .section-note {
    margin: 60px 0 0 0;
  }
}

h2 {
  color: #ff6699;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  padding: 75px 0 0 32px;
  line-height: 1.2;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 22px;
    margin: 50px 0 0 0;
    padding: 10px 0 0 28px;
    line-height: 1.4;
  }
}

h2::before {
  content: " ";
  display: block;
  position: absolute;
  width: 45px;
  height: 80px;
  background: url(../images/deco-h2.png) no-repeat;
  background-size: contain;
  top: 35px;
  left: 0;
}

@media screen and (max-width: 640px) {
  h2::before {
    width: 35px;
    height: 45px;
    top: -17px;
  }
}

h2 span {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
}

@media screen and (max-width: 640px) {
  h2 span {
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0 0 0;
  }
}

h2 span.h2-cushion {
  display: inline-block;
  padding: 3px 10px;
  font-size: 24px;
  background: #ff6699;
  color: #fff;
  vertical-align: middle;
  border-radius: 6px;
  margin: 0 4px;
  position: relative;
  top: -2px;
  line-height: 1.4;
}

@media screen and (max-width: 640px) {
  h2 span.h2-cushion {
    font-size: 20px;
    padding: 1px 8px;
    line-height: 1.4;
  }
}

.event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 0 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .event-block {
    margin: 30px 0 0 0;
  }
  .event-block + .event-block {
    margin: 45px 0 0 0;
    padding: 45px 0 0 0;
  }
  .event-block + .event-block::before {
    content: " ";
    display: block;
    position: absolute;
    width: 100px;
    height: 1px;
    background: #ffb3cd;
    margin: auto;
    top: 0;
    right: 0;
    left: 0;
  }
}

.event-image {
  width: 36%;
  min-height: 220px;
  padding: 20px 0;
  background: #fff5f9;
  border: 1px solid #ff87af;
  border-radius: 6px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .event-image {
    width: 100%;
  }
}

.event-image img {
  width: 84%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.event-texts {
  width: 64%;
  padding: 10px 0 0 24px;
}

@media screen and (max-width: 640px) {
  .event-texts {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
}

.event-lead {
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .event-lead {
    line-height: 1.6;
  }
}

.event-title {
  font-size: 24px;
  font-weight: bold;
  color: #ff6699;
  margin: 7px 0 0 0;
}

@media screen and (max-width: 640px) {
  .event-title {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
  }
}

.event-info-group {
  margin: 20px 0 0 0;
}

.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.event-info + .event-info {
  margin: 6px 0 0 0;
}

@media screen and (max-width: 640px) {
  .event-info + .event-info {
    margin: 10px 0 0 0;
  }
}

.event-info dt {
  width: 60px;
  font-size: 14px;
  vertical-align: middle;
  padding: 4px 0;
  border-radius: 6px;
  color: #fff;
  background: #ff87af;
  text-align: center;
}

.event-info dd {
  width: calc(100% - 60px);
  vertical-align: middle;
  padding: 3px 0 0 6px;
}

@media screen and (max-width: 640px) {
  .event-info dd {
    padding: 2px 0 0 6px;
    line-height: 1.4;
  }
}

.event-desc {
  margin: 20px 0 0 0;
  line-height: 1.6;
}

.event-desc span {
  color: #ff6699;
}

.event-note {
  list-style: none;
  padding: 14px 10px;
  border: 1px dashed #777;
  border-radius: 6px;
  margin: 20px 0 0 0;
}

.event-note li {
  font-size: 14px;
  line-height: 1.5;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.event-note li + li {
  margin: 10px 0 0 0;
}

.nuigurumi-info {
  margin: 30px 30px 10px;
  padding: 13px 10px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  .nuigurumi-info {
    text-align: left;
  }
}

.nuigurumi-group {
  max-width: 800px;
  margin: -10px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .nuigurumi-group {
    margin: 0 auto 65px;
  }
}

.nuigurumi-block {
  width: 48.5%;
  margin: 45px 0 0 0;
  position: relative;
}

@media screen and (max-width: 640px) {
  .nuigurumi-block {
    width: 46.5%;
    margin: 35px 0 0 0;
  }
}

.nuigurumi-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .nuigurumi-block-inner {
    display: block;
  }
}

.nuigurumi-image {
  width: 160px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .nuigurumi-image {
    width: 100%;
  }
}

.nuigurumi-image img {
  position: relative;
  z-index: 2;
}

.nuigurumi-image-small-padding {
  padding: 0 18px;
}

.nuigurumi-image-up img {
  top: -10px;
}

.nuigurumi-image-bg-pink::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  background: url(../images/circle-pink.png) no-repeat;
  background-size: contain;
  top: 14px;
  left: 0;
}

.nuigurumi-image-bg-yellow::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  background: url(../images/circle-yellow.png) no-repeat;
  background-size: contain;
  top: 14px;
  left: 0;
}

.nuigurumi-texts {
  width: calc(100% - 160px);
  padding: 20px 0 0 14px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .nuigurumi-texts {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 20px 14px;
    background: #fff;
    border-radius: 6px;
    text-align: center;
  }
}

.nuigurumi-limited {
  margin: 0 0 8px 0;
  font-size: 12px;
  color: #ff87af;
}

@media screen and (max-width: 640px) {
  .nuigurumi-limited {
    margin: 0 0 14px 0;
    line-height: 1.4;
    text-align: center;
  }
}

.nuigurumi-name {
  margin: 0;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #777;
}

@media screen and (max-width: 640px) {
  .nuigurumi-name {
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
}

.nuigurumi-name span {
  display: block;
  margin: 0 0 6px 0;
  font-size: 26px;
  color: #ff6699;
}

@media screen and (max-width: 640px) {
  .nuigurumi-name span {
    font-size: 20px;
  }
}

.nuigurumi-name-new span::after {
  content: "NEW";
  display: inline-block;
  font-size: 16px;
  color: #ff3838;
  margin: 0 0 0 8px;
}

@media screen and (max-width: 640px) {
  .nuigurumi-name-new span::after {
    font-size: 12px;
    margin: 0 0 0 6px;
  }
}

.nuigurumi-price {
  margin: 20px 0 0 0;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #aaa;
  padding: 4px 10px;
  text-align: center;
  border-radius: 2px;
}

@media screen and (max-width: 640px) {
  .nuigurumi-price {
    border: 1px solid #ccc;
    color: #777;
    background: none;
    margin: 16px 0 0 0;
  }
}

.nuigurumi-note {
  margin: 10px 0 0 0;
  font-size: 12px;
  color: #ff87af;
  font-weight: bold;
  line-height: 1.6;
}

.okashi-goods-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 700px;
  margin: -30px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .okashi-goods-group {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.okashi-goods-block {
  margin: 50px 0 0 0;
  padding: 0 10px;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .okashi-goods-block {
    margin: 60px 0 0 0;
    padding: 0;
    width: 100%;
  }
}

.okashi-goods-block-twocolumn {
  width: 80%;
}

@media screen and (max-width: 640px) {
  .okashi-goods-block-twocolumn {
    width: 100%;
  }
}

.okashi-goods-block-twocolumn .okashi-goods-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.okashi-goods-block-twocolumn .okashi-goods-block-inner .okashi-goods-image {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .okashi-goods-block-twocolumn .okashi-goods-block-inner .okashi-goods-image {
    width: 100%;
  }
}

.okashi-goods-block-twocolumn .okashi-goods-block-inner .okashi-goods-image img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .okashi-goods-block-twocolumn .okashi-goods-block-inner .okashi-goods-image img {
    max-width: 240px;
  }
}

.okashi-goods-block-twocolumn .okashi-goods-block-inner .okashi-goods-texts {
  width: 50%;
  text-align: left;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 640px) {
  .okashi-goods-block-twocolumn .okashi-goods-block-inner .okashi-goods-texts {
    width: 100%;
    text-align: center;
  }
}

.okashi-goods-image {
  min-height: 220px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .okashi-goods-image {
    min-height: auto;
    text-align: center;
  }
}

.okashi-goods-image img {
  max-width: 220px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .okashi-goods-image img {
    position: relative;
    max-width: auto;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: inline-block;
  }
}

.okashi-goods-image-portrait img {
  width: auto;
  max-width: auto;
  max-height: 220px;
}

@media screen and (max-width: 640px) {
  .okashi-goods-image-portrait img {
    max-height: 200px;
  }
}

.okashi-goods-texts {
  text-align: center;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 640px) {
  .okashi-goods-texts {
    margin: 20px 0 0 0;
  }
}

.okashi-goods-name {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .okashi-goods-name {
    font-size: 16px;
  }
}

.okashi-goods-name span {
  color: #ff87af;
}

.okashi-goods-price {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #aaa;
  padding: 4px 10px;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .okashi-goods-price {
    margin: 0 0 0 6px;
  }
}

.okashi-goods-desc {
  font-size: 14px;
  margin: 10px 0 0 0;
}

.okashi-goods-brand-name {
  font-size: 20px;
  font-weight: bold;
  color: #ff87af;
}

@media screen and (max-width: 640px) {
  .okashi-goods-brand-name {
    font-size: 16px;
  }
}

.okashi-goods-product-group {
  margin: 20px 0 0 0;
}

@media screen and (max-width: 640px) {
  .okashi-goods-product-group {
    margin: 16px 0 0 0;
  }
}

.okashi-goods-desc-small {
  font-size: 12px;
  margin: 8px 0 0 0;
}

.cafe-menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.cafe-menu-block {
  width: 33.3%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .cafe-menu-block {
    width: 100%;
  }
}

.cafe-menu-block + .cafe-menu-block {
  /*
    &::before {
      content: " ";
      display: block;
      position: absolute;
      width: 1px;
      height: 120px;
      background: $pink;
      transform: rotate(15deg);
      margin: auto;
      top: 10%;
      bottom: 0;
      left: 0;
      
      @include mq-sp {
        
      }
    }
    */
}

@media screen and (max-width: 640px) {
  .cafe-menu-block + .cafe-menu-block {
    margin: 40px 0 0 0;
  }
}

.cafe-menu-image {
  min-height: 240px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .cafe-menu-image {
    min-height: auto;
    text-align: center;
  }
}

.cafe-menu-image img {
  max-width: 220px;
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 640px) {
  .cafe-menu-image img {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.cafe-menu-image-portrait img {
  width: auto;
  max-width: auto;
  max-height: 240px;
  top: 50%;
}

@media screen and (max-width: 640px) {
  .cafe-menu-image-portrait img {
    max-height: 220px;
    top: 0;
  }
}

.cafe-menu-texts {
  margin: 10px 0 0 0;
  text-align: center;
}

.cafe-menu-name {
  font-size: 14px;
  color: #ff6699;
  font-weight: bold;
}

.cafe-menu-price {
  font-size: 14px;
  margin: 10px 0 0 0;
  vertical-align: middle;
}

.cafe-note {
  margin: 40px 0 0 0;
  padding: 0 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  list-style: none;
  border: 1px dashed #ccc;
}

.cafe-note li {
  margin: 20px 0 0 0;
  width: 49%;
  line-height: 1.5;
  padding: 0 0 0 1em;
  text-indent: -1em;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .cafe-note li {
    width: 100%;
  }
}

.cafe-note li span {
  font-size: 12px;
  color: #ff87af;
  vertical-align: middle;
  margin: 0 4px 0 0;
  position: relative;
  top: -3px;
}

.cafe-note li a {
  color: #1694dc;
}

.about-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 0 0;
}

@media screen and (max-width: 640px) {
  .about-group {
    margin: 20px 0 60px 0;
  }
}

.about-image {
  width: 40%;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 640px) {
  .about-image {
    width: 100%;
  }
}

.about-texts {
  width: 60%;
  padding: 0 0 0 24px;
}

@media screen and (max-width: 640px) {
  .about-texts {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
  }
}

.about-texts table {
  width: 100%;
}

.about-texts table th, .about-texts table td {
  border-top: 1px solid #ff87af;
  border-bottom: 1px solid #ff87af;
  padding: 18px 14px;
  line-height: 1.5;
}

.about-texts table th {
  width: 35%;
  background: #fff5f9;
  text-align: center;
}

.about-texts table td {
  border-left: 1px solid #ff87af;
}

.about-texts table td ul {
  list-style: none;
}

.about-texts table td ul li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  vertical-align: middle;
}

.about-texts table td ul li + li {
  margin: 20px 0 0 0;
}

.about-texts table td ul li span {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #ff87af;
  vertical-align: middle;
  margin: 0 4px 0 0;
  top: -3px;
}

.about-texts table td ul li a {
  color: #1694dc;
}

.catalogue-wrapper {
  margin: 20px 0 0 0;
  padding: 50px 20px;
  background: #f8f8f8;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .catalogue-wrapper {
    padding: 45px 15px;
  }
}

.catalogue-desc {
  text-align: center;
  color: #ff6699;
  font-size: 14px;
}

@media screen and (max-width: 640px) {
  .catalogue-desc {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
  }
}

.catalogue-link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin: 30px 0 0 0;
  padding: 20px 60px;
  background: #ff87af;
  border-radius: 6px;
  position: relative;
}

@media screen and (min-width: 641px) {
  .catalogue-link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .catalogue-link:hover {
    opacity: .5;
  }
}

@media screen and (max-width: 640px) {
  .catalogue-link {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
  }
}

.catalogue-link::after {
  content: " ";
  display: block;
  position: absolute;
  width: 20px;
  height: 24px;
  background: url(../images/icon-window.png) no-repeat;
  background-size: contain;
  top: 19px;
  right: 20px;
}

.note-section {
  background: #f2f2f2;
}

.note-section-inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 20px;
}

@media screen and (max-width: 640px) {
  .note-section-inner {
    padding: 36px 15px;
  }
}

.note-section-inner p {
  color: #777;
  line-height: 1.5;
  font-size: 14px;
}

.note-section-inner p span {
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
}

.note-section-inner ul {
  margin: 14px 0 0 0;
  list-style: none;
}

.note-section-inner ul li {
  color: #777;
  line-height: 1.5;
  font-size: 14px;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.note-section-inner ul li + li {
  margin: 6px 0 0 0;
}

footer {
  background: #ff87af;
}

.footer-inner {
  padding: 40px 0;
}

@media screen and (max-width: 640px) {
  .footer-inner {
    padding: 30px 50px;
  }
}

.footer-link {
  display: block;
  max-width: 324px;
  margin: 0 auto;
}

@media screen and (min-width: 641px) {
  .footer-link {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
  }
  .footer-link:hover {
    opacity: .5;
  }
}

.scr-event-up {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.scr-event-up.scr-event-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.scr-event-bounce {
  -webkit-transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.scr-event-bounce.scr-event-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.scr-event-rotate {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: rotate(-15deg) translateX(-60px);
  transform: rotate(-15deg) translateX(-60px);
}

.scr-event-rotate.scr-event-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotate(0) translateX(0);
  transform: rotate(0) translateX(0);
}

.scr-event-slide {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}

.scr-event-slide.scr-event-active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
