@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap&display=swap");
@media screen and (min-width: 360px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 480px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 769px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1040px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1240px) {
  body {
    margin: 0;
  }
}
@media screen and (min-width: 1440px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1439px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1239px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1199px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 1039px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 479px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 359px) {
  body {
    margin: 0;
  }
}

@media screen and (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .hidden-sm-down {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .hidden-xs-down {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-ipad-up {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-md-up {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .hidden-sm-up {
    display: none;
  }
}

@media screen and (min-width: 360px) {
  .hidden-xs-up {
    display: none;
  }
}

html {
  font-size: 62.5%;
  height: 100%;
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  html {
    min-width: 1020px;
  }
}

body {
  overflow-x: clip;
  height: 100%;
  word-break: break-all;
  color: #000;
}

section {
  padding: initial;
}

.contents {
  overflow: initial;
  overflow-x: initial;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a:link {
  color: initial;
  text-decoration: none;
}

a {
  transition: 0.3s all;
  color: #333;
  opacity: 1;
  text-decoration: none;
}
a:visited {
  color: inherit;
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: 0 0;
  border: none;
  margin: 0;
  padding: 0;
}

#header,
#footer {
  position: relative;
  margin-top: 0;
  z-index: 100;
}

.share-sns-column,
.menu-column {
  margin-top: 0;
  position: relative;
  background: #fff;
  z-index: 100;
}

.content-inner {
  max-width: 1335px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.pageGuide {
  z-index: 1;
}

/* ------------------------------------------
  component
--------------------------------------- */
.is-open {
  overflow: hidden;
}

.fadein {
  transform: translateY(50px);
  opacity: 0 !important;
  transition: 0.4s linear;
}
.fadein.is-scroll {
  transform: translateY(0);
  opacity: 1 !important;
}

/* ------------------------------------------
  animation
--------------------------------------- */
@keyframes slideInBottom {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-5deg);
  }
  50% {
    transform: translate(0, -5px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}
/* -------------------------------------- */
#osakaomiyage {
  position: relative;
  display: flex;
  width: 100%;
  overflow-wrap: anywhere;
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  word-break: normal;
  line-break: strict;
  background: linear-gradient(to right, #E60013 0%, #E60013 50%, #0068B7 50%, #0068B7 100%) fixed;
}
@media screen and (max-width: 991px) {
  #osakaomiyage {
    background: #E60013;
  }
}
#osakaomiyage .btn {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 0.2em 2em;
  padding-right: 3em;
  background: #fff;
  border: 1px solid #000000;
  transition: all 0.2s ease;
}
#osakaomiyage .btn span {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #osakaomiyage .btn:hover {
    background: #FFEA00;
  }
}
#osakaomiyage .btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.6em solid #000000;
  border-right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #osakaomiyage .btn-more:hover {
    color: #fff;
    background: #E60013;
    border-color: #E60013;
  }
  #osakaomiyage .btn-more:hover::after {
    border-left-color: #fff;
  }
}
#osakaomiyage .btn-round {
  position: relative;
  display: block;
  color: #0068B7;
  text-align: center;
  background: #fff;
  border-radius: 9999px;
  transition: all 0.2s ease;
}
#osakaomiyage .btn-round::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.6em solid #0068B7;
  border-right: 0;
  transition: color 0.2s ease;
  transform: translateY(-50%);
}
#osakaomiyage .btn-round span {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 1.7rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.4em;
}
#osakaomiyage .btn-round span img {
  width: 80%;
  transition: all 0.2s ease;
}
@media screen and (min-width: 769px) {
  #osakaomiyage .btn-round.is-active, #osakaomiyage .btn-round:hover {
    color: #000000 !important;
    background: #FFEA00;
    opacity: 1;
  }
  #osakaomiyage .btn-round.is-active img, #osakaomiyage .btn-round:hover img {
    filter: brightness(0);
  }
  #osakaomiyage .btn-round.is-active::after, #osakaomiyage .btn-round:hover::after {
    border-left-color: #000000 !important;
  }
}
#osakaomiyage #sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  #osakaomiyage #sp-nav {
    position: fixed;
    top: 55px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 99;
  }
  .is-open #osakaomiyage #sp-nav {
    z-index: 100;
  }
}
#osakaomiyage #sp-nav .sp-nav-inner {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100dvh;
  padding: 50px 10vw;
  background-color: #fff;
  background-image: url(../img/bg_border.png), url(../img/bg_border.png);
  background-repeat: repeat-y;
  background-position: top left, top right;
  background-size: 10px;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
  z-index: -1;
}
.is-open #osakaomiyage #sp-nav .sp-nav-inner {
  transform: translateY(0);
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu {
  text-align: left;
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu > li > a {
  display: block;
  padding: 0.5em;
  font-size: 2.1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
  text-align: center;
  background: #E60013;
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu > li.menu-character > a {
  background: #0068B7;
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu > li.menu-character .menu-child li:not(:first-child) a {
  font-size: 1.8rem;
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu > li.menu-character .menu-child a {
  font-size: 1.5rem;
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu > li.menu-character .menu-child a::before {
  border-left-color: #0068B7;
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu .menu-child {
  margin: 10px auto 30px;
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu .menu-child a {
  position: relative;
  display: block;
  padding: 0.2em 0;
  padding-left: 1.5em;
  font-size: 1.3rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
#osakaomiyage #sp-nav .sp-nav-inner .sp-menu .menu-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
  border-left: 0.7em solid #E60013;
  border-right: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
#osakaomiyage #sp-nav .logo {
  display: inline-block;
  width: 200px;
  margin: 0 auto 50px;
}
#osakaomiyage #sp-nav .btn-menu {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 100px;
  right: 5vw;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 2px solid #E60013;
  border-radius: 100%;
  transition: top 0.4s ease;
  z-index: 10;
}
#osakaomiyage #sp-nav .btn-menu span {
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 2px;
  background: #0068B7;
}
#osakaomiyage #sp-nav .btn-menu span::before, #osakaomiyage #sp-nav .btn-menu span::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #0068B7;
  transition: all 0.4s ease;
}
#osakaomiyage #sp-nav .btn-menu span::before {
  top: -5px;
}
#osakaomiyage #sp-nav .btn-menu span::after {
  bottom: -5px;
}
.is-open #osakaomiyage #sp-nav .btn-menu {
  top: 50px;
}
.is-open #osakaomiyage #sp-nav .btn-menu span {
  background: transparent;
}
.is-open #osakaomiyage #sp-nav .btn-menu span::before {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}
.is-open #osakaomiyage #sp-nav .btn-menu span::after {
  bottom: calc(50% - 1px);
  transform: rotate(-45deg);
}
#osakaomiyage #sp-nav .bnr-bento {
  display: block;
  width: 70%;
  margin: 0 auto;
}
#osakaomiyage .aside {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  height: 100svh;
  width: 100vw;
  pointer-events: none;
}
#osakaomiyage .aside-l, #osakaomiyage .aside-r {
  position: relative;
  margin: 0;
  pointer-events: auto;
}
#osakaomiyage .aside-l {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc((100vw - 420px) / 2);
}
@media screen and (max-width: 991px) {
  #osakaomiyage .aside-l {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  #osakaomiyage .aside-l {
    display: none;
  }
}
#osakaomiyage .aside-r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc((100% - 420px) / 2);
  margin-left: 420px;
  background: url(../img/bg_right.png) center no-repeat;
}
@media screen and (max-width: 991px) {
  #osakaomiyage .aside-r {
    display: none;
  }
}
#osakaomiyage #nav {
  position: relative;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (min-width: 769px) {
  #osakaomiyage #nav .logo {
    display: none;
  }
}
#osakaomiyage #nav .menu {
  width: 275px;
}
#osakaomiyage #nav .menu > li:not(:last-child) {
  margin-bottom: 20px;
}
#osakaomiyage #nav .menu .menu-gourmet .btn-round {
  color: #E60013;
}
#osakaomiyage #nav .menu .menu-gourmet .btn-round::after {
  border-left-color: #E60013;
}
#osakaomiyage #nav .menu .menu-character .menu-child li:not(:first-child) a {
  font-size: 1.5rem;
}
#osakaomiyage #nav .menu-child {
  margin: 10px auto 0;
}
#osakaomiyage #nav .menu-child a {
  position: relative;
  display: block;
  padding: 0.2em 0;
  padding-left: 1.5em;
  font-size: 1.2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #osakaomiyage #nav .menu-child a:hover {
    opacity: 1;
  }
  #osakaomiyage #nav .menu-child a:hover::before {
    border-left-color: #FFEA00;
  }
}
#osakaomiyage #nav .menu-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.6em solid transparent;
  border-bottom: 0.6em solid transparent;
  border-left: 0.7em solid #fff;
  border-right: 0;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
#osakaomiyage .main-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  transition: opacity 0.4s ease-in;
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  #osakaomiyage .main-content {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content {
    max-width: 100%;
    margin: 0 auto;
    border: none;
  }
}
#osakaomiyage .main-content .mv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 775px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv {
    height: auto;
  }
}
#osakaomiyage .main-content .mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 97px;
  background-size: auto auto;
  background-color: #0068B7;
  background-image: repeating-linear-gradient(90deg, transparent, transparent 50px, #E60013 50px, #E60013 100px);
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv::before {
    height: 70px;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 25px, #E60013 25px, #E60013 50px);
  }
}
#osakaomiyage .main-content .mv-main {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-main {
    width: 100%;
    padding: 120px 0 50px;
  }
}
#osakaomiyage .main-content .mv-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
#osakaomiyage .main-content .mv-ttl > span {
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
#osakaomiyage .main-content .mv-ttl > span img {
  max-width: 100%;
  height: auto;
  transform: translateY(100%);
}
#osakaomiyage .main-content .mv-ttl .mv-logo {
  width: 124px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-ttl .mv-logo {
    width: 17.9vw;
    margin: 0 auto 20px;
  }
}
#osakaomiyage .main-content .mv-ttl .mv-logo img {
  animation: slideInBottom 0.4s ease-in 0.2s forwards;
}
#osakaomiyage .main-content .mv-ttl .mv-ttl-main {
  margin: 100px auto 30px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-ttl .mv-ttl-main {
    width: 72vw;
    margin: 0;
  }
}
#osakaomiyage .main-content .mv-ttl .mv-ttl-main img {
  animation: slideInBottom 0.4s ease-in 0.3s forwards;
}
#osakaomiyage .main-content .mv-ttl .mv-date {
  font-size: 3.9rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.1em;
  color: #0068B7;
  transform: translateY(100%);
  animation: slideInBottom 0.4s ease-in 0.4s forwards;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-ttl .mv-date {
    font-size: 2.2rem;
  }
}
#osakaomiyage .main-content .mv-img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  width: 1530px;
  height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img {
    width: 100%;
  }
}
#osakaomiyage .main-content .mv-img img {
  position: absolute;
  transform: translate(0, 0) rotate(-5deg);
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}
#osakaomiyage .main-content .mv-img .mv-img1 {
  left: 500px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img1 {
    top: 1vw;
    left: 20vw;
    width: 20vw;
  }
}
#osakaomiyage .main-content .mv-img .mv-img2 {
  left: 150px;
  top: 150px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img2 {
    top: 20vw;
    left: -15vw;
    width: 35vw;
  }
}
#osakaomiyage .main-content .mv-img .mv-img3 {
  top: 20px;
  right: 170px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img3 {
    top: 1vw;
    right: -5vw;
    width: 41vw;
  }
}
#osakaomiyage .main-content .mv-img .mv-img4 {
  left: 295px;
  bottom: -25px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img4 {
    left: -6vw;
    bottom: 6.2vw;
    width: 27vw;
  }
}
#osakaomiyage .main-content .mv-img .mv-img5 {
  bottom: -35px;
  right: 290px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img5 {
    right: 10vw;
    bottom: -8vw;
    width: 15vw;
  }
}
#osakaomiyage .main-content .mv-img .mv-img6 {
  bottom: 115px;
  right: 155px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img6 {
    right: -5vw;
    bottom: 14vw;
    width: 25vw;
  }
}
#osakaomiyage .main-content .mv-img .mv-img7 {
  right: 30px;
  bottom: 15px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img7 {
    display: none;
  }
}
#osakaomiyage .main-content .mv-img .mv-img8 {
  top: 205px;
  right: 0;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img8 {
    display: none;
  }
}
#osakaomiyage .main-content .mv-img .mv-img9 {
  bottom: 45px;
  left: 0;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img9 {
    display: none;
  }
}
#osakaomiyage .main-content .mv-img .mv-img10 {
  top: 45px;
  left: 55px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-img .mv-img10 {
    display: none;
  }
}
#osakaomiyage .main-content .mv-foot {
  width: 100%;
  padding: 25px 20px;
  text-align: center;
  background: #E60013;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-foot {
    padding: 10px 20px;
  }
}
#osakaomiyage .main-content .mv-foot p {
  font-size: 3.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-foot p {
    display: inline-block;
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.2em;
  }
}
#osakaomiyage .main-content .mv-foot p span {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.85em;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .mv-foot p span {
    display: block;
  }
}
#osakaomiyage .main-content .main-content-inner {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 50px 35px 0;
  text-align: center;
  background: #EDEDED;
  pointer-events: auto;
}
@media screen and (max-width: 991px) {
  #osakaomiyage .main-content .main-content-inner {
    margin: 0;
    max-width: calc(100% - 500px);
    margin-left: 500px;
  }
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .main-content-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 10vw;
  }
}
#osakaomiyage .main-content .main-content-inner .lead {
  margin: 0 -20px 50px;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  text-align: center;
}
#osakaomiyage .main-content .main-content-inner .ttl-section {
  margin: 0 auto 20px;
  padding: 20px 10px;
  text-align: center;
  background: #E60013;
}
#osakaomiyage .main-content .main-content-inner .ttl-section span {
  display: inline-block;
  font-size: 2.1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.4em;
}
#osakaomiyage .main-content .main-content-inner .top-section {
  margin: 0 -35px;
  padding: 0 15px;
  background-color: #fff;
  background-image: url(../img/bg_border.png), url(../img/bg_border.png);
  background-repeat: repeat-y;
  background-position: top left, top right;
  background-size: 10px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .main-content-inner .top-section {
    margin: 0 -10vw;
    padding: 0;
  }
}
#osakaomiyage .main-content .main-content-inner .top-section > section {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .main-content-inner .top-section > section {
    padding: 10vw;
  }
}
#osakaomiyage .main-content .main-content-inner .top-section > section .ttl-section + p {
  margin: 0 auto 20px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
}
#osakaomiyage .main-content .main-content-inner .top-section + .banner {
  padding-top: 80px;
}
#osakaomiyage .main-content .main-content-inner .top-section + .banner::before {
  top: 0;
  left: -15px;
  width: calc(100% + 30px);
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .main-content-inner .top-section + .banner::before {
    left: -10vw;
    width: calc(100% + 20vw);
  }
}
#osakaomiyage .main-content .main-content-inner .top-miyage,
#osakaomiyage .main-content .main-content-inner .top-character {
  position: relative;
  padding-top: 80px !important;
  z-index: 10;
}
#osakaomiyage .main-content .main-content-inner .top-miyage::before,
#osakaomiyage .main-content .main-content-inner .top-character::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  background: repeating-linear-gradient(to left, #E60013 0, #E60013 25px, #0068B7 25px, #0068B7 50px) center center no-repeat;
  background-size: contain;
  width: calc(100% + 30px);
  height: 40px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .main-content-inner .top-miyage::before,
  #osakaomiyage .main-content .main-content-inner .top-character::before {
    left: -10vw;
    width: calc(100% + 20vw);
  }
}
#osakaomiyage .main-content .main-content-inner .top-character {
  background: #FFFBF2;
}
#osakaomiyage .main-content .main-content-inner .top-character .ttl-section {
  background: #0068B7;
}
#osakaomiyage .main-content .main-content-inner .top-character .top-slider .slick-list {
  border-color: #0068B7;
}
#osakaomiyage .main-content .main-content-inner .top-character .top-slider .slick-dots li.slick-active button {
  background: #E60013;
}
#osakaomiyage .main-content .main-content-inner .top-slider {
  position: relative;
  margin: 0 auto 30px;
}
#osakaomiyage .main-content .main-content-inner .top-slider .slick-list {
  position: relative;
  border: 6px solid #E60013;
  border-radius: 100%;
  overflow: hidden;
}
#osakaomiyage .main-content .main-content-inner .top-slider .slick-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  border-radius: 100%;
  z-index: 1;
}
#osakaomiyage .main-content .main-content-inner .top-slider .slick-dots {
  position: static;
}
#osakaomiyage .main-content .main-content-inner .top-slider .slick-dots li {
  width: 10px;
  height: 10px;
}
#osakaomiyage .main-content .main-content-inner .top-slider .slick-dots li.slick-active button {
  background: #0068B7;
}
#osakaomiyage .main-content .main-content-inner .top-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background: #fff;
  border: 1px solid #070303;
  border-radius: 100%;
}
#osakaomiyage .main-content .main-content-inner .top-slider .slick-dots li button::before {
  display: none;
}
#osakaomiyage .main-content .main-content-inner .bento {
  margin: 30px auto 0;
}
#osakaomiyage .main-content .main-content-inner .bento h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5em;
}
#osakaomiyage .main-content .main-content-inner .bento h3::before, #osakaomiyage .main-content .main-content-inner .bento h3::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1.2em;
  background: #000000;
  transform: rotate(-30deg);
}
#osakaomiyage .main-content .main-content-inner .bento h3::after {
  transform: rotate(30deg);
}
#osakaomiyage .main-content .main-content-inner .bento h3 span {
  display: inline-block;
  padding: 0 1em;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
#osakaomiyage .main-content .banner {
  margin: 0 -20px;
  padding: 68px 0 40px;
  position: relative;
}
#osakaomiyage .main-content .banner::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -20px;
  background: repeating-linear-gradient(to left, #E60013 0, #E60013 25px, #0068B7 25px, #0068B7 50px) center center no-repeat;
  background-size: contain;
  width: calc(100% + 40px);
  height: 40px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .banner {
    margin: 0 -5vw;
    padding: 0;
  }
}
#osakaomiyage .main-content .banner h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5em;
}
#osakaomiyage .main-content .banner h3::before, #osakaomiyage .main-content .banner h3::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2em;
  background: #000000;
  transform: rotate(-30deg);
}
#osakaomiyage .main-content .banner h3::after {
  transform: rotate(30deg);
}
#osakaomiyage .main-content .banner h3 span {
  display: inline-block;
  padding: 0 1em;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  line-height: 1.2em;
}
#osakaomiyage .main-content .banner > ul > li:not(:last-child) {
  margin-bottom: 25px;
}
#osakaomiyage .main-content .banner a {
  display: block;
  margin: 0 auto;
}
#osakaomiyage .main-content .banner a:not(:last-child) {
  margin-bottom: 25px;
}
#osakaomiyage .main-content .banner .btn-round span {
  font-size: 2.1rem;
}
#osakaomiyage .main-content .banner .btn-blue {
  color: #fff;
  background: #0068B7;
}
#osakaomiyage .main-content .banner .btn-blue::after {
  border-left-color: #fff;
}
@media screen and (min-width: 769px) {
  #osakaomiyage .main-content .banner .btn-blue:hover {
    background: #FFEA00;
  }
}
#osakaomiyage .main-content .banner .btn-red {
  color: #fff;
  background: #E60013;
}
#osakaomiyage .main-content .banner .btn-red::after {
  border-left-color: #fff;
}
@media screen and (min-width: 769px) {
  #osakaomiyage .main-content .banner .btn-red:hover {
    background: #FFEA00;
  }
}
#osakaomiyage .main-content .baggage {
  margin: 50px -35px 0;
  padding: 35px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content .baggage {
    margin: 50px -10vw 0;
    padding: 35px 20px;
  }
}
#osakaomiyage .main-content .baggage-inner {
  padding: 20px 15px;
  border: 6px solid #0068B7;
}
#osakaomiyage .main-content .baggage h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
}
#osakaomiyage .main-content .baggage h3::before {
  content: "有料";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin-right: 0.5em;
  color: #fff;
  background: #E60013;
  border-radius: 100%;
}
#osakaomiyage .main-content .baggage h3 span {
  text-align: left;
  line-height: 1.4em;
}
#osakaomiyage .main-content .baggage p {
  font-size: 1.2rem;
  font-weight: 500;
}
#osakaomiyage .main-content .baggage p.place {
  display: inline-block;
  margin: 0.5em auto;
  padding: 0 0.5em;
  font-size: 1.6rem;
  font-weight: 700;
  color: #E60013;
  border: 1px solid #E60013;
}
#osakaomiyage .main-content .baggage .btn {
  margin-top: 20px;
}
#osakaomiyage .main-content-head {
  position: relative;
  margin: 0 -25px 30px;
  padding: 70px 20px 20px;
  background: #E60013;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content-head {
    margin: 0 -10vw 30px;
  }
}
#osakaomiyage .main-content-head .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 200px;
}
#osakaomiyage .main-content-head .logo img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 769px) {
  #osakaomiyage .main-content-head .logo {
    display: none;
  }
}
#osakaomiyage .main-content-head .ttl-page {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
}
#osakaomiyage .main-content-head .ttl-page + p {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #FFEA00;
}
#osakaomiyage .main-content-body {
  margin: 0 -35px;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #osakaomiyage .main-content-body {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content-body {
    margin: 0 -10vw 30px;
  }
}
#osakaomiyage .main-content-body > section {
  padding: 90px 40px 50px;
}
@media screen and (max-width: 768px) {
  #osakaomiyage .main-content-body > section {
    padding: 50px 10vw;
  }
}
#osakaomiyage .main-content-body .omiyage-list-item {
  position: relative;
  margin: 0 auto 30px;
}
#osakaomiyage .main-content-body .omiyage-list-item:nth-child(n+3) {
  display: none;
}
#osakaomiyage .main-content-body .omiyage-list-item dl {
  text-align: left;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dt {
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dt .floor {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  font-size: 1.2rem;
  color: #0068B7;
  border: 1px solid #0068B7;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dt .limited {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0.5em;
  font-size: 1.2rem;
  color: #E60013;
  border: 1px solid #E60013;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dt .circle {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  color: #fff;
  background: #E60013;
  border-radius: 100%;
  z-index: 1;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dd {
  margin-bottom: 0.2em;
  font-size: 1.2rem;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dd.name {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dd.name span {
  color: #E60013;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dd.name span.price {
  font-size: 1.2rem;
  font-weight: 500;
  color: #070303;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dd.price {
  font-weight: 500;
}
#osakaomiyage .main-content-body .omiyage-list-item dl dd.period {
  font-weight: 500;
  color: #0068B7;
}
#osakaomiyage .main-content-body .omiyage-list-img {
  position: relative;
  margin: 0 auto 15px;
  border: 6px solid #E60013;
  border-radius: 30px;
  overflow: hidden;
}
#osakaomiyage .main-content-body .omiyage-list-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 6px solid #fff;
  border-radius: 26px;
  z-index: 1;
}
#osakaomiyage .main-content-body .omiyage-list-img-sub {
  position: relative;
  text-align: right;
  z-index: -1;
}
#osakaomiyage .main-content-body .omiyage-list-img-sub img {
  width: 40%;
  height: auto;
  margin-top: -4em;
  margin-right: -0.5em;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-inner, #osakaomiyage.osakaomiyage-character .main-content-inner {
  padding-top: 0;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-inner .lead, #osakaomiyage.osakaomiyage-character .main-content-inner .lead {
  margin: 0 auto 20px;
  font-size: 1.6rem;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-inner .link-list, #osakaomiyage.osakaomiyage-character .main-content-inner .link-list {
  margin: 0 -5vw 50px;
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-gourmet .main-content-inner .link-list, #osakaomiyage.osakaomiyage-character .main-content-inner .link-list {
    display: none;
  }
}
#osakaomiyage.osakaomiyage-gourmet .main-content-inner .link-list > li:not(:last-child), #osakaomiyage.osakaomiyage-character .main-content-inner .link-list > li:not(:last-child) {
  margin: 0 auto 15px;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-inner .link-list a, #osakaomiyage.osakaomiyage-character .main-content-inner .link-list a {
  position: relative;
  display: block;
  padding: 0.8em 0.5em;
  padding-right: 2em;
  font-size: 1.4rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  background: #fff;
  border: 2px solid #E60013;
  border-radius: 9999px;
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-gourmet .main-content-inner .link-list a:hover, #osakaomiyage.osakaomiyage-character .main-content-inner .link-list a:hover {
    color: #000000 !important;
    background: #FFEA00;
    border-color: #FFEA00;
    opacity: 1;
  }
  #osakaomiyage.osakaomiyage-gourmet .main-content-inner .link-list a:hover::after, #osakaomiyage.osakaomiyage-character .main-content-inner .link-list a:hover::after {
    border-top-color: #000000 !important;
  }
}
#osakaomiyage.osakaomiyage-gourmet .main-content-inner .link-list a::after, #osakaomiyage.osakaomiyage-character .main-content-inner .link-list a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  border-top: 0.79em solid #E60013;
  border-bottom: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-gourmet .banner .btn-round, #osakaomiyage.osakaomiyage-character .banner .btn-round {
    display: none;
  }
}
#osakaomiyage.osakaomiyage-gourmet #nav .menu-gourmet .menu-child li:not(:last-child) {
  margin-bottom: 10px;
}
#osakaomiyage.osakaomiyage-gourmet #nav .menu-gourmet .menu-child a {
  padding: 0.4em 0.5em;
  padding-right: 1em;
  color: #000000;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-gourmet #nav .menu-gourmet .menu-child a.is-active, #osakaomiyage.osakaomiyage-gourmet #nav .menu-gourmet .menu-child a:hover {
    color: #000000 !important;
    background: #FFEA00;
    opacity: 1;
  }
  #osakaomiyage.osakaomiyage-gourmet #nav .menu-gourmet .menu-child a.is-active::before, #osakaomiyage.osakaomiyage-gourmet #nav .menu-gourmet .menu-child a:hover::before {
    border-left-color: #000000 !important;
    transform: translateY(-50%) rotate(0deg);
  }
}
#osakaomiyage.osakaomiyage-gourmet #nav .menu-gourmet .menu-child a::before {
  left: auto;
  right: 0.7em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.5em solid #E60013;
  border-right: 0;
  transform: translateY(-50%) rotate(90deg);
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section {
  position: relative;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-of-type(2n + 1)::before {
  border-top: solid 10px #fff;
  height: 50px;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-of-type(1)::before {
  border-top: none;
  height: 40px;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  background: repeating-linear-gradient(to left, #E60013 0, #E60013 25px, #0068B7 25px, #0068B7 50px) center center no-repeat;
  background-size: contain;
  width: calc(100% + 20px);
  height: 40px;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(odd) {
  background-color: #fff;
  background-image: url(../img/bg_border.png), url(../img/bg_border.png);
  background-repeat: repeat-y;
  background-position: top left, top right;
  background-size: 10px;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) {
  background: #0068B7;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even)::before {
  border-bottom: solid 10px #fff;
  height: 50px;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .ttl-section {
  background: #fff;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .ttl-section span {
  color: #E60013;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .price {
  font-size: 1.2rem !important;
  color: #fff !important;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .omiyage-list-item dl {
  color: #fff;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .omiyage-list-item dl dt .floor {
  color: #FFEA00;
  border-color: #FFEA00;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .omiyage-list-item dl dd.period {
  color: #FFEA00;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .omiyage-list-img {
  border-color: #fff;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .omiyage-list-img::before {
  border-color: #E60013;
}
#osakaomiyage.osakaomiyage-gourmet .main-content-body > section:nth-child(even) .btn-more {
  border: none !important;
}
#osakaomiyage.osakaomiyage-gourmet #otoriyose {
  position: relative;
  font-size: 2rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  background-color: #fff;
  background-image: url(../img/bg_border.png), url(../img/bg_border.png);
  background-repeat: repeat-y;
  background-position: top left, top right;
  background-size: 10px;
}
#osakaomiyage.osakaomiyage-gourmet #otoriyose::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 20px;
  display: inline-block;
  width: 80px;
  height: 50px;
  background: url(../img/flash.png) center no-repeat;
  background-size: contain;
}
#osakaomiyage.osakaomiyage-gourmet #otoriyose .fukidashi {
  position: relative;
  display: block;
  margin-top: -40px;
  margin-bottom: 10px;
  padding: 15px;
  border: 4px solid #E60013;
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  line-height: 1.5;
  transition: all 0.2s ease;
}
#osakaomiyage.osakaomiyage-gourmet #otoriyose .fukidashi:hover {
  color: #fff;
  background: #E60013;
  opacity: 1;
}
#osakaomiyage.osakaomiyage-gourmet #otoriyose .fukidashi:hover::after {
  border-color: transparent transparent #E60013;
}
#osakaomiyage.osakaomiyage-gourmet #otoriyose .fukidashi::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 20px 40px 20px;
  border-color: transparent transparent #E60013;
  translate: -50% -100%;
}
#osakaomiyage.osakaomiyage-gourmet #otoriyose .fukidashi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 15.5px 31.1px 15.5px;
  border-color: transparent transparent #fff;
  translate: -50% -100%;
  transition: all 0.2s ease;
}
#osakaomiyage.osakaomiyage-gourmet #otoriyose .fukidashi + p {
  font-size: 1.6rem;
}
#osakaomiyage.osakaomiyage-gourmet .banner .btn-top {
  border: 2px solid #E60013;
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-gourmet .banner .btn-top:hover {
    background: #E60013;
  }
  #osakaomiyage.osakaomiyage-gourmet .banner .btn-top:hover::after {
    border-left-color: #fff !important;
  }
  #osakaomiyage.osakaomiyage-gourmet .banner .btn-top:hover img {
    filter: brightness(0) invert(1);
  }
}
#osakaomiyage.osakaomiyage-gourmet .banner::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: -15px;
  background: repeating-linear-gradient(to left, #E60013 0, #E60013 25px, #0068B7 25px, #0068B7 50px) center center no-repeat;
  background-size: contain;
  width: calc(100% + 30px);
  height: 40px;
}
#osakaomiyage.osakaomiyage-character {
  background: linear-gradient(to left, #E60013 0%, #E60013 50%, #0068B7 50%, #0068B7 100%) fixed;
}
@media screen and (max-width: 991px) {
  #osakaomiyage.osakaomiyage-character {
    background: #0068B7;
  }
}
#osakaomiyage.osakaomiyage-character .section {
  position: relative;
  padding-top: 50px !important;
}
#osakaomiyage.osakaomiyage-character .section::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  background: repeating-linear-gradient(to left, #E60013 0, #E60013 25px, #0068B7 25px, #0068B7 50px) center center no-repeat;
  background-size: contain;
  width: calc(100% + 20px);
  height: 40px;
}
#osakaomiyage.osakaomiyage-character #nav .menu-character .menu-child li:not(:first-child) a {
  font-size: 1.5rem;
}
#osakaomiyage.osakaomiyage-character #nav .menu-character .menu-child li:not(:last-child) {
  margin-bottom: 10px;
}
#osakaomiyage.osakaomiyage-character #nav .menu-character .menu-child a {
  padding: 0.4em 0.5em;
  padding-right: 1em;
  color: #000000;
  background: #fff;
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-character #nav .menu-character .menu-child a.is-active, #osakaomiyage.osakaomiyage-character #nav .menu-character .menu-child a:hover {
    color: #000000 !important;
    background: #FFEA00;
    opacity: 1;
  }
  #osakaomiyage.osakaomiyage-character #nav .menu-character .menu-child a.is-active::before, #osakaomiyage.osakaomiyage-character #nav .menu-character .menu-child a:hover::before {
    border-left-color: #000000 !important;
    transform: translateY(-50%) rotate(0deg);
  }
}
#osakaomiyage.osakaomiyage-character #nav .menu-character .menu-child a::before {
  left: auto;
  right: 0.7em;
  border-top: 0.4em solid transparent;
  border-bottom: 0.4em solid transparent;
  border-left: 0.5em solid #0068B7;
  border-right: 0;
  transform: translateY(-50%) rotate(90deg);
}
#osakaomiyage.osakaomiyage-character .main-content-head {
  background: #0068B7;
}
#osakaomiyage.osakaomiyage-character .main-content-inner {
  padding-top: 0;
}
#osakaomiyage.osakaomiyage-character .main-content-inner .lead {
  margin: 0 -20px 20px;
  font-size: 1.6rem;
}
#osakaomiyage.osakaomiyage-character .main-content-inner .link-list > li:not(:first-child) a {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1.8rem;
}
#osakaomiyage.osakaomiyage-character .main-content-inner .link-list a {
  border-color: #0068B7;
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-character .main-content-inner .link-list a:hover {
    background: #FFEA00;
  }
  #osakaomiyage.osakaomiyage-character .main-content-inner .link-list a:hover::after {
    border-top-color: #000000;
  }
}
#osakaomiyage.osakaomiyage-character .main-content-inner .link-list a::after {
  border-top-color: #0068B7;
}
#osakaomiyage.osakaomiyage-character #pickup {
  padding: 50px 20px;
  background: #E60013;
  margin-bottom: 10px;
}
#osakaomiyage.osakaomiyage-character #pickup::before {
  border-bottom: solid 10px #fff;
  height: 50px;
}
#osakaomiyage.osakaomiyage-character #pickup .shop-list-item {
  padding: 0 20px;
}
#osakaomiyage.osakaomiyage-character #pickup .shop-list-item:not(:last-child) {
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #fff;
}
#osakaomiyage.osakaomiyage-character #pickup .shop-list-item dt {
  margin: 0 auto 20px;
  font-size: 2.1rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
}
#osakaomiyage.osakaomiyage-character #pickup .shop-list-item dt span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFEA00;
}
#osakaomiyage.osakaomiyage-character #pickup .shop-list-item p {
  margin: 0 auto 20px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
#osakaomiyage.osakaomiyage-character #pickup .shop-list-img {
  margin: 0 auto 20px;
  border-radius: 30px;
  overflow: hidden;
}
#osakaomiyage.osakaomiyage-character #pickup .btn-more {
  border: none !important;
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-character #pickup .btn-more:hover {
    color: #000000;
    background: #FFEA00;
    opacity: 1;
  }
  #osakaomiyage.osakaomiyage-character #pickup .btn-more:hover::after {
    border-left-color: #000000;
  }
}
#osakaomiyage.osakaomiyage-character #official {
  background-color: #FFFBF2;
  background-image: url(../img/bg_border.png), url(../img/bg_border.png);
  background-repeat: repeat-y;
  background-position: top left, top right;
  background-size: 10px;
}
#osakaomiyage.osakaomiyage-character #official .ttl-section {
  background: #0068B7;
}
#osakaomiyage.osakaomiyage-character #official .ttl-section + p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  font-weight: 500;
}
#osakaomiyage.osakaomiyage-character #official .omiyage-list-item .omiyage-list-img {
  border-color: #0068B7 !important;
}
#osakaomiyage.osakaomiyage-character #official .omiyage-list-item dl dt {
  margin-bottom: 0;
}
#osakaomiyage.osakaomiyage-character #floor5,
#osakaomiyage.osakaomiyage-character #floor13 {
  padding: 0 20px 50px;
}
#osakaomiyage.osakaomiyage-character #floor5 .ttl-section,
#osakaomiyage.osakaomiyage-character #floor13 .ttl-section {
  margin: 0 -20px 40px;
  background: #0068B7;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list-item,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list-item {
  width: 47%;
  margin: 0 0 30px;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list-item img,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list-item img {
  border: 1px solid #000000;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list-item dl,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list-item dl {
  margin: 15px auto 0;
  text-align: left;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list-item dl dt,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list-item dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed #000000;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list-item dl dt small,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list-item dl dt small {
  display: block;
  font-size: 1.1rem;
  text-align: right;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list-item dl dd,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list-item dl dd {
  font-size: 1.2rem;
  line-height: 1.5em;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list-item dl dd.tel,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list-item dl dd.tel {
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px dashed #000000;
}
#osakaomiyage.osakaomiyage-character #floor5 .shop-list-item dl dd.tel::before,
#osakaomiyage.osakaomiyage-character #floor13 .shop-list-item dl dd.tel::before {
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
  color: #FFEA00;
}
#osakaomiyage.osakaomiyage-character .banner .btn-top {
  border: 2px solid #0068B7;
}
@media screen and (min-width: 769px) {
  #osakaomiyage.osakaomiyage-character .banner .btn-top:hover {
    background: #0068B7;
  }
  #osakaomiyage.osakaomiyage-character .banner .btn-top:hover::after {
    border-left-color: #fff !important;
  }
  #osakaomiyage.osakaomiyage-character .banner .btn-top:hover img {
    filter: brightness(0) invert(1);
  }
}/*# sourceMappingURL=styles.css.map */