@charset "UTF-8";
/**
  *  mixin
  */
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", "Manrope";
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.75;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* Noto Sans */
body {
  font-family: "Noto Sans JP", sans-serif;
}

.donburiGP .fadein {
  opacity: 0 !important;
  transition: opacity 0.4s linear, margin 0.4s linear;
  margin-top: 50px;
}

.donburiGP .fadein.is-scroll {
  opacity: 1 !important;
  margin-top: 0;
}

.donburiGP .content-inner {
  position: relative;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .donburiGP .content-inner {
    margin: 0 3%;
  }
}

.donburiGP section {
  position: relative;
  padding: 0 20px;
}

/* .donburiGP section:not(:first-child) {
  margin-top: 75px;
} */
.donburiGP .ttl {
  font-size: 4.4rem;
  font-weight: 700;
  color: #E50012;
}

.donburiGP .ttl-txt {
  line-height: 1.4em;
}

.donburiGP .ttl-txt em {
  font-weight: 500;
  color: #fff;
  font-size: 1.3em;
  font-style: normal;
  line-height: 1em;
  text-shadow: #e50012 2px 0px 0px, #e50012 1.75517px 0.95885px 0px, #e50012 1.0806px 1.68294px 0px, #e50012 0.14147px 1.99499px 0px, #e50012 -0.83229px 1.81859px 0px, #e50012 -1.60229px 1.19694px 0px, #e50012 -1.97998px 0.28224px 0px, #e50012 -1.87291px -0.70157px 0px, #e50012 -1.30729px -1.5136px 0px, #e50012 -0.42159px -1.95506px 0px, #e50012 0.56732px -1.91785px 0px, #e50012 1.41734px -1.41108px 0px, #e50012 1.92034px -0.55883px 0px;
}

.donburiGP .ttl-txt small {
  font-size: 0.77em;
  font-weight: 700;
}

.donburiGP .mv {
  position: relative;
  overflow: hidden;
  min-height: 700px;
  height: 700px;
  padding: 20px 0;
  background: #e7d938;
}
@media screen and (max-width: 767px) {
  .donburiGP .mv {
    min-height: auto;
    height: 150vw;
  }
}

.mv-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/mv_img_l.png), url(../img/mv_img_r.png);
  background-size: 55px auto, 55px auto;
  background-position: left 15px center, right 15px center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .mv-bg {
    background-size: 27px auto, 27px auto;
  }
}
.image_wrapper {
  overflow: hidden;
  transform: translate(-50%, -50%) rotate(338deg);
  width: 150vw;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .image_wrapper {
    transform: translate(-50%, -44%) rotate(338deg) scale(0.65);
    width: 285vw;
  }
}

.loop_image {
  width: 100%;
  max-width: none;
  background-size: auto 100%;
  background-repeat: repeat-x;
}
.loop_image.mv1 {
  height: 146px;
  background-image: url(../img/mv_bg1.png);
  -webkit-animation: bg-slider1 60s linear infinite;
          animation: bg-slider1 60s linear infinite; /* 23sの部分背景画像の約数だとスムーズ */
}
.loop_image.mv2 {
  margin-top: -10px;
  height: 188px;
  background-image: url(../img/mv_bg2.png);
  -webkit-animation: bg-slider2 70s linear infinite;
          animation: bg-slider2 70s linear infinite;
  animation-direction: reverse;
}
.loop_image.mv3 {
  margin-top: -15px;
  height: 186px;
  background-image: url(../img/mv_bg3.png);
  -webkit-animation: bg-slider3 70s linear infinite;
          animation: bg-slider3 70s linear infinite;
}
.loop_image.mv4 {
  margin-top: 20px;
  height: 153px;
  background-image: url(../img/mv_bg4.png);
  -webkit-animation: bg-slider4 90s linear infinite;
          animation: bg-slider4 90s linear infinite;
  animation-direction: reverse;
}
.loop_image.mv5 {
  margin-top: -10px;
  height: 191px;
  background-image: url(../img/mv_bg5.png);
  -webkit-animation: bg-slider5 80s linear infinite;
          animation: bg-slider5 80s linear infinite;
}
.loop_image.mv6 {
  margin-top: 20px;
  height: 151px;
  background-image: url(../img/mv_bg6.png);
  -webkit-animation: bg-slider6 50s linear infinite;
          animation: bg-slider6 50s linear infinite;
  animation-direction: reverse;
  background-size: auto 100%;
}
.loop_image.mv7 {
  height: 185px;
  background-image: url(../img/mv_bg7.png);
  background-size: auto 100%;
  -webkit-animation: bg-slider7 40s linear infinite;
          animation: bg-slider7 40s linear infinite;
}

@-webkit-keyframes bg-slider1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2223px 0;
  }
}

@keyframes bg-slider1 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2223px 0;
  }
}
@-webkit-keyframes bg-slider2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2365px 0;
  }
}
@keyframes bg-slider2 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2365px 0;
  }
}
@-webkit-keyframes bg-slider3 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2195px 0;
  }
}
@keyframes bg-slider3 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2195px 0;
  }
}
@-webkit-keyframes bg-slider4 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2377px 0;
  }
}
@keyframes bg-slider4 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2377px 0;
  }
}
@-webkit-keyframes bg-slider5 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2420px 0;
  }
}
@keyframes bg-slider5 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2420px 0;
  }
}
@-webkit-keyframes bg-slider6 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1512px 0;
  }
}
@keyframes bg-slider6 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1512px 0;
  }
}
@-webkit-keyframes bg-slider7 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1236px 0;
  }
}
@keyframes bg-slider7 {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1236px 0;
  }
}
.mv-visual {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 690px;
  min-width: 690px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .mv-visual {
    min-width: auto;
    top: 50%;
    left: 50%;
    width: calc(100vw - 26%);
  }
}
.mv-visual img {
  opacity: 0;
  -webkit-animation: poyon forwards 1.1s linear 1.3s 1;
          animation: poyon forwards 1.1s linear 1.3s 1;
  transform: scale(1, 1);
}

.mv-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 116px;
  height: 432px;
  min-width: 100px;
  transform: translate(335%, -50%);
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-in-out 1 2s forwards;
          animation: fadein 0.5s ease-in-out 1 2s forwards;
}
@media screen and (max-width: 767px) {
  .mv-txt {
    top: 14%;
    left: 50%;
    width: calc(100vw - 30%);
    height: 18vw;
    min-width: 100px;
    transform: translate(-50%, -50%);
  }
}

.mv-txt2 {
  position: absolute;
  bottom: 18%;
  left: 50%;
  width: calc(100vw - 37%);
  height: 13vw;
  min-width: 100px;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: fadein 0.5s ease-in-out 1 2s forwards;
          animation: fadein 0.5s ease-in-out 1 2s forwards;
}
@media screen and (min-width: 768px) {
  .mv-txt2 {
    display: none;
  }
}

/* 上からぽよん */
@-webkit-keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 0.2;
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 0.6;
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 0.8;
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes poyon {
  0% {
    transform: scale(0.8, 1.4) translate(0%, -100%);
    opacity: 0;
  }
  10% {
    transform: scale(0.8, 1.4) translate(0%, -15%);
    opacity: 0.2;
  }
  20% {
    transform: scale(1.4, 0.6) translate(0%, 30%);
    opacity: 0.4;
  }
  30% {
    transform: scale(0.9, 1.1) translate(0%, -10%);
    opacity: 0.6;
  }
  40% {
    transform: scale(0.95, 1.2) translate(0%, -30%);
    opacity: 0.8;
  }
  50% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
    opacity: 1;
  }
  60% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
/* 拡大 */
.donburiGP .content-wrap {
  position: relative;
  padding: 70px 0;
}

.donburiGP .content-wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  margin-left: -50vw;
  background: #EFEFEF;
  z-index: -1;
}

.donburiGP .content-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: -50px;
  width: 8px;
  height: calc(100% - 140px);
  background: #E50012;
}

.donburiGP .content-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
}

.donburiGP .nav {
  padding: 110px 0 110px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .donburiGP .nav {
    top: 30px;
    padding: 30px 0 20px;
  }
}
.donburiGP .nav .nav-inner {
  margin: 0 auto;
  width: 1200px;
}
@media screen and (max-width: 767px) {
  .donburiGP .nav .nav-inner {
    width: 100%;
  }
}
.donburiGP .nav .navitem-top {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .donburiGP .nav .navitem-top {
    flex-wrap: wrap;
  }
}
.donburiGP .nav .navitem-top li {
  max-width: 21.1%;
  width: 21.1%;
}
@media screen and (max-width: 767px) {
  .donburiGP .nav .navitem-top li {
    max-width: 30.1%;
    width: 30.1%;
  }
}
.donburiGP .nav .navitem-top li a {
  border-bottom: none;
  margin-right: -0.05em;
}
.donburiGP .nav .navitem-top.n-bottom {
  margin-top: -2px;
}
.donburiGP .nav .navitem-bottom {
  display: flex;
}
.donburiGP .nav .navitem-bottom li {
  width: 100%;
  max-width: 100%;
}
.donburiGP .nav .navitem-bottom li a {
  margin-top: -10px;
  border-radius: 10px 10px 0 0;
  margin-right: -0.05em;
}
@media screen and (max-width: 767px) {
  .donburiGP .nav .navitem-bottom li a {
    padding: 10px 0;
  }
}
.donburiGP .nav a {
  display: block;
  color: #000;
  font-size: 2.1rem;
  background-image: url(/umedamise/250708donburi/assets/img/navitem-top_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .donburiGP .nav a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 363px) {
  .donburiGP .nav a {
    font-size: 1.2rem;
  }
}
.donburiGP .nav a:hover {
  opacity: 1;
}
.donburiGP .nav a.link-natsukara:hover {
  background-image: url(/umedamise/250708donburi/assets/img/navitem-top_bg01.png);
}
.donburiGP .nav a.link-sea:hover {
  background-image: url(/umedamise/250708donburi/assets/img/navitem-top_bg02.png);
}
.donburiGP .nav a.link-fried:hover {
  background-image: url(/umedamise/250708donburi/assets/img/navitem-top_bg03.png);
}
.donburiGP .nav a.link-healthy:hover {
  background-image: url(/umedamise/250708donburi/assets/img/navitem-top_bg04.png);
}
.donburiGP .nav a.link-mini:hover {
  background-image: url(/umedamise/250708donburi/assets/img/navitem-top_bg05.png);
}
.donburiGP .nav a.link-idea:hover {
  background-image: url(/umedamise/250708donburi/assets/img/navitem-top_bg06.png);
}
@media screen and (max-width: 767px) {
  .donburiGP .nav a span {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 363px) {
  .donburiGP .nav a span {
    font-size: 1rem;
  }
}
.donburiGP .nav a span.icon-donburi {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 0.9em;
  margin: 0 0.1em;
  background: url(../img/icon_donbri.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .donburiGP .nav a span.icon-donburi {
    display: none;
  }
}

.donburiGP .content-list-item.fadein {
  margin-top: 50px;
}

.donburiGP .intoro {
  padding: 25px 0;
  background: #fffe95;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .donburiGP .intoro {
    padding: 20px 0;
  }
}
.donburiGP .intoro h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .donburiGP .intoro h3 {
    margin-bottom: 10px;
    font-size: 1.7rem;
  }
}
.donburiGP .intoro .ss {
  font-size: 1.2rem !important;
}
.donburiGP .app-sp-ttl {
  padding: 20px 0 20px;
  font-size: 1.9rem !important;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .donburiGP .app-sp-ttl {
    display: none;
  }
}
.donburiGP .application {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .donburiGP .application {
    margin-top: 40px;
    padding: 0 4%;
    width: 100%;
  }
}
.donburiGP .application .application-content {
  margin: 0 auto;
  padding: 38px 0 60px;
  width: 1020px;
  background: url(/umedamise/250708donburi/assets/img/app_bg.png) repeat top left;
  background-size: 7.5px 9.5px;
  border-radius: 20px;
  border: solid 2px #000;
  box-shadow: 0.5em 0.5em 0px 0px #000;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .application-content {
    width: 100%;
    padding: 60px 0;
  }
}
.donburiGP .application .application-content-wrap {
  position: relative;
}
.donburiGP .application .application-content-wrap::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -178px;
  left: -65px;
  width: 160px;
  height: 157px;
  background: url(../img/app_ttl_bach.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .application-content-wrap::before {
    width: 20px;
    height: 20px;
  }
}
.donburiGP .application .application-inner {
  margin: 0 auto;
  width: 710px;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .application-inner {
    padding: 0 4%;
    width: 100%;
  }
}
.donburiGP .application .app-ttl {
  position: relative;
  margin: -90px auto 60px;
  max-width: 595px;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-ttl {
    margin: -110px auto 20px;
    max-width: 640px;
    width: 100%;
    font-size: 1.9rem;
  }
}
.donburiGP .application .app-itembox {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-itembox {
    margin-bottom: 35px;
  }
}
.donburiGP .application .app-itembox h3 {
  margin-bottom: 30px;
  color: #ff7b96;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-itembox h3 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.donburiGP .application .app-itembox .item-img {
  width: 296px;
  float: right;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-itembox .item-img {
    float: none;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.donburiGP .application .app-itembox p {
  font-size: 1.8rem;
  font-weight: 500;
}
.donburiGP .application .app-itembox p.item-txt {
  margin-bottom: 17px;
}
.donburiGP .application .app-itembox p.ss {
  margin-top: 1em;
  font-size: 1.2rem !important;
}
.donburiGP .application .btn-app_box {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .btn-app_box {
    margin-top: 30px;
  }
}
.donburiGP .application .btn-app_box a.btn_app {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 10px 38px;
  max-width: 500px;
  background: #000;
  color: #fff;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 50px;
  text-align: left;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .btn-app_box a.btn_app {
    justify-content: center;
    max-width: 300px;
    padding: 10px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.donburiGP .application .btn-app_box a.btn_app span.img_app {
  content: "";
  top: -2%;
  right: 4%;
  display: inline-block;
  width: 75px;
  height: 75px;
  margin-left: 2em;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .btn-app_box a.btn_app span.img_app {
    width: 70px;
    height: 70px;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
  }
}
.donburiGP .application .btn_box a.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 15px 38px;
  color: #000;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .btn_box a.btn {
    padding: 15px 20px;
    font-size: 1.3rem;
  }
}
.donburiGP .application .btn_box a.btn span.arrow_app {
  position: absolute;
  content: "";
  display: inline-block;
  right: 60px;
  width: 31px;
  height: 31px;
  margin-left: 0.4em;
  background: url(../img/app_btn_icon.png) center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .btn_box a.btn span.arrow_app {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}
.donburiGP .application .btn_box a.btn.borderbtn {
  background: #fff;
  border: solid 1px #000;
  border-radius: 10px;
}
.donburiGP .application .btn_box a.btn.bg_color {
  background: #f7c7c6;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .btn_box a.btn.bg_color {
    text-align: left;
  }
}
.donburiGP .application .btn_box + .btn_box {
  margin-top: 23px;
}
.donburiGP .application .app-bnr .app-bnr-content {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-bnr .app-bnr-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-bnr .app-bnr-content:nth-of-type(2) {
    margin-top: 25px;
  }
}
.donburiGP .application .app-bnr .bnr-ttl {
  margin-bottom: 30px;
  color: #ff7b96;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-bnr .bnr-ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
}
.donburiGP .application .app-bnr .bnrbox {
  margin: 0 auto;
  display: flex;
}
.donburiGP .application .app-bnr .bnrbox a {
  display: block;
}
.donburiGP .application .app-bnr .bnrbox a.bnr-img {
  width: 232px;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-bnr .bnrbox a.bnr-img {
    width: 100%;
    max-width: 148px;
  }
}
.donburiGP .application .app-bnr .bnrbox.col1 {
  justify-content: center;
}
.donburiGP .application .app-bnr .bnrbox.col2 {
  width: 500px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .donburiGP .application .app-bnr .bnrbox.col2 {
    width: 310px;
  }
}
.donburiGP.link-natsukara:hover {
  background-color: #F9C385;
}
.donburiGP.link-sea:hover {
  background-color: #C8E7E9;
}
.donburiGP.link-fried:hover {
  background-color: #F7C7C6;
}
.donburiGP.link-healthy:hover {
  background-color: #D6EACE;
}
.donburiGP.link-mini:hover {
  background-color: #D1BADA;
}
.donburiGP.link-idea:hover {
  background-color: #FFE67B;
}
.donburiGP.link-colorful:hover {
  background-color: #F29A76;
}
.donburiGP section.content-box {
  padding: 113px 0;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box {
    padding: 50px 0;
  }
}
.donburiGP section.content-box:last-of-type {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box:last-of-type {
    padding-bottom: 100px;
  }
}
.donburiGP section.content-box.natsukara {
  background: url(../img/bg_strip_01.jpg) repeat center left;
  background-size: 237px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box.natsukara {
    background-size: 250px;
  }
}
.donburiGP section.content-box.stamina {
  background: url(../img/bg_strip_02.jpg) repeat center left;
  background-size: 237px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box.stamina {
    background-size: 250px;
  }
}
.donburiGP section.content-box.greatvalue {
  background: url(../img/bg_strip_03.jpg) repeat center left;
  background-size: 237px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box.greatvalue {
    background-size: 250px;
  }
}
.donburiGP section.content-box.norice {
  background: url(../img/bg_strip_04.jpg) repeat center left;
  background-size: 237px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box.norice {
    background-size: 250px;
  }
}
.donburiGP section.content-box.limiteddon {
  background: url(../img/bg_strip_05.jpg) repeat center left;
  background-size: 237px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box.limiteddon {
    background-size: 250px;
  }
}
.donburiGP section.content-box.standard {
  background: url(../img/bg_strip_06.jpg) repeat center left;
  background-size: 237px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box.standard {
    background-size: 250px;
  }
}
.donburiGP section.content-box h2.content-ttl {
  position: relative;
  content: "";
  margin: 0 auto 90px;
  padding: 2rem;
  width: 100%;
  max-width: 705px;
  color: #000;
  font-size: 2.6rem;
  font-weight: 500;
  border-radius: 1.5em 2em 2em 0;
  border: solid 1px #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box h2.content-ttl {
    font-size: 2rem;
    margin: 0 auto 30px;
    padding: 1.5rem 0rem 2rem;
  }
}
.donburiGP section.content-box h2.content-ttl span {
  vertical-align: middle;
}
.donburiGP section.content-box h2.content-ttl span:first-of-type {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box h2.content-ttl span:first-of-type {
    font-size: 1.5rem;
  }
}
.donburiGP section.content-box .content-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(314px, 1fr));
  gap: 48px 38px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list {
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
    gap: 15px 8px;
  }
}
@media screen and (max-width: 363px) {
  .donburiGP section.content-box .content-list {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px 4px;
  }
}
.donburiGP section.content-box .content-list .content-list-item {
  position: relative;
  display: flex;
  margin-top: 0px;
  padding: 30px 0px;
  background: #fff;
  border-radius: 10px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item {
    padding: 17px 0px;
  }
}
.donburiGP section.content-box .content-list .content-list-item.empty-item {
  background: none;
  padding: 0;
  box-shadow: none;
}
.donburiGP section.content-box .content-list .content-list-item .content-img {
  position: relative;
  width: 100%;
}
.donburiGP section.content-box .content-list .content-list-item .content-img span.limited {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 10px;
  display: block;
  width: 260px;
  margin: 0 auto;
  padding: 0px;
  font-size: 2rem;
  background: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-img span.limited {
    width: 80%;
    font-size: 1.1rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-img span.limited span {
  font-family: "Manrope";
  font-size: 2.3rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-img span.limited span {
    font-size: 1.3rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-img span.limited:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #000;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-img span.limited:before {
    top: -18px;
    left: 50%;
    margin-left: -9px;
    border: 9px solid transparent;
    border-bottom: 9px solid #000;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-img span.bach {
  position: absolute;
  display: inline-block;
  top: 10px;
  left: 25px;
  width: 50px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-img span.bach {
    left: 15px;
    width: 30px;
  }
}
.donburiGP section.content-box .content-list .content-list-item h4 {
  position: relative;
  content: "";
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 260px;
  height: 38px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item h4 {
    width: 85%;
    height: 21px;
    font-size: 1.1rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item h4 span {
  vertical-align: middle;
}
.donburiGP section.content-box .content-list .content-list-item h4 span span {
  margin-left: 0.4em;
  font-family: "Manrope";
  font-size: 2.1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item h4 span span {
    font-size: 1.1rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item h4 span:nth-of-type(2) {
  margin-right: 7%;
  font-family: "Manrope";
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item h4 span:nth-of-type(2) {
    font-size: 1.3rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item h4 span.ttl_donburi {
  width: 113px;
  height: 13px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item h4 span.ttl_donburi {
    width: 73px;
    height: 10px;
  }
}
.donburiGP section.content-box .content-list .content-list-item h4 span.donburi_num {
  width: 40px;
  height: 17px;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item h4 span.donburi_num {
    width: 25px;
    height: 10px;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt {
  margin: 0 auto;
  width: 86%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt {
    font-size: 1.1rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt span.caution {
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt span.caution {
    font-size: 1.1rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt span.caution2 {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt span.caution2 {
    font-size: 1.1rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt span.caution3 {
  display: inline-block;
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em;
  color: #D22827;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt span.caution3 {
    font-size: 1.2rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt p.comment {
  margin-bottom: 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt p.comment {
    font-size: 1.4rem !important;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt p.bland {
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt p.bland {
    font-size: 1.4rem !important;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt p.item {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt p.item {
    font-size: 1.4rem !important;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt p.item span.spec {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt p.item span.spec {
    font-size: 1.1rem !important;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt p.price {
  margin-bottom: 15px;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt p.price {
    font-size: 1.4rem !important;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt p.price span.limited {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.1em 0.5em;
  font-size: 1.4rem;
  background: #000;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt p.price span.limited {
    padding: 0.1em 0.3em;
    font-size: 1.1rem;
  }
}
.donburiGP section.content-box .content-list .content-list-item .content-txt p.price span.limited span {
  font-family: "Manrope";
}
.donburiGP section.content-box .content-list .content-list-item .content-txt p.place {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .donburiGP section.content-box .content-list .content-list-item .content-txt p.place {
    font-size: 1.1rem !important;
  }
}
.donburiGP .natsukara .content-ttl {
  background-color: #ff604f;
}
.donburiGP .natsukara .content-list-item {
  box-shadow: 0.5em 0.5em 0px 0px #ff604f;
}
@media screen and (max-width: 767px) {
  .donburiGP .natsukara .content-list-item {
    box-shadow: 0.3em 0.3em 0px 0px #ff604f;
  }
}
.donburiGP .natsukara .content-list-item h4 {
  background: url(../img/natsukara_list_ttl.png) center left no-repeat;
  background-size: 100% 100%;
}
.donburiGP .stamina .content-ttl {
  background-color: #fddd15;
}
.donburiGP .stamina .content-list-item {
  box-shadow: 0.5em 0.5em 0px 0px #fddd15;
}
@media screen and (max-width: 767px) {
  .donburiGP .stamina .content-list-item {
    box-shadow: 0.3em 0.3em 0px 0px #fddd15;
  }
}
.donburiGP .stamina .content-list-item h4 {
  background: url(../img/stamina_list_ttl.png) center left no-repeat;
  background-size: 100% 100%;
}
.donburiGP .greatvalue .content-ttl {
  background-color: #b3ff00;
}
.donburiGP .greatvalue .content-list-item {
  box-shadow: 0.5em 0.5em 0px 0px #b3ff00;
}
@media screen and (max-width: 767px) {
  .donburiGP .greatvalue .content-list-item {
    box-shadow: 0.3em 0.3em 0px 0px #b3ff00;
  }
}
.donburiGP .greatvalue .content-list-item h4 {
  background: url(../img/greatvalue_list_ttl.png) center left no-repeat;
  background-size: 100% 100%;
}
.donburiGP .norice .content-ttl {
  background-color: #ffa8f1;
}
.donburiGP .norice .content-list-item {
  box-shadow: 0.5em 0.5em 0px 0px #ffa8f1;
}
@media screen and (max-width: 767px) {
  .donburiGP .norice .content-list-item {
    box-shadow: 0.3em 0.3em 0px 0px #ffa8f1;
  }
}
.donburiGP .norice .content-list-item h4 {
  background: url(../img/norice_list_ttl.png) center left no-repeat;
  background-size: 100% 100%;
}
.donburiGP .limiteddon .content-ttl {
  background-color: #94fefa;
}
.donburiGP .limiteddon .content-list-item {
  box-shadow: 0.5em 0.5em 0px 0px #94fefa;
}
@media screen and (max-width: 767px) {
  .donburiGP .limiteddon .content-list-item {
    box-shadow: 0.3em 0.3em 0px 0px #94fefa;
  }
}
.donburiGP .limiteddon .content-list-item h4 {
  background: url(../img/limiteddon_list_ttl.png) center left no-repeat;
  background-size: 100% 100%;
}
.donburiGP .standard .content-ttl {
  background-color: #ff9f22;
}
.donburiGP .standard .content-list-item {
  box-shadow: 0.5em 0.5em 0px 0px #ff9f22;
}
@media screen and (max-width: 767px) {
  .donburiGP .standard .content-list-item {
    box-shadow: 0.3em 0.3em 0px 0px #ff9f22;
  }
}
.donburiGP .standard .content-list-item h4 {
  background: url(../img/standard_list_ttl.png) center left no-repeat;
  background-size: 100% 100%;
}

.scroll-content {
  margin-top: -120px;
  padding-top: 120px;
}

/*============================================*/
@-webkit-keyframes poyoyon {
  0% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(0.98, 0.9);
  }
  30% {
    transform: scale(1.02, 1);
  }
  70% {
    transform: scale(0.98, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
  0%, 100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes poyoyon {
  0% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(0.98, 0.9);
  }
  30% {
    transform: scale(1.02, 1);
  }
  70% {
    transform: scale(0.98, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
  0%, 100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@-webkit-keyframes brightness {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(0);
  }
}
@keyframes brightness {
  0% {
    filter: brightness(1);
  }
  100% {
    filter: brightness(0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes item-anim-sp {
  0% {
    transform: translateY(-30%);
  }
  30% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes item-anim-sp {
  0% {
    transform: translateY(-30%);
  }
  30% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-30%);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  body.on .kansaimiyage-title {
    padding-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  body.on .egaomiyage-title {
    padding-top: 55px;
  }
}

/*============================================*/
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
  .hidden-md-up {
    display: none !important;
    font-size: 0;
  }
  .pc-none {
    display: none !important;
    font-size: 0;
  }
  .sp-none {
    display: block !important;
    font-size: 0;
  }
  .breadcrumbs {
    width: 100%;
    padding: 0 20px;
  }
  .donburiGP .content-inner {
    max-width: 1020px;
    _padding: 0 20px;
  }
}
@media screen and (min-width: 373px) {
  .hidden-ss-up {
    display: none !important;
  }
}
/*============================================*/
@media screen and (max-width: 575px) {
  body {
    margin: 0;
  }
  .hidden-xs-down {
    display: none !important;
  }
}
@media screen and (max-width: 360px) {
  body {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contents-wrap {
    width: auto;
    margin: 0;
  }
  .sp-none {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .contents-wrap {
    width: 100%;
    min-width: 1200px;
  }
  .Pagetop {
    right: 40px !important;
  }
}
/*============================================*/
.contents {
  overflow-x: visible !important;
}/*# sourceMappingURL=styles.css.map */