/******************************
*common
******************************/
.slider-deco::before {
  position: absolute;
  display: block;
  content: ""; }

.news ul li::after, .online-shop__text::before, .online-shop__text::after {
  position: relative;
  display: block;
  content: ""; }

.section-title-v {
  width: 65px; }
  .section-title-v img {
    width: 100%; }
  .section-title-v--center {
    margin: 0 auto 3rem; }
  .section-title-v--wide {
    width: 80px; }

.section-title-h {
  height: 28px;
  margin-bottom: 2rem; }
  .section-title-h--nmb {
    margin-bottom: 0rem; }
  @media screen and (max-width: 600px) {
    .section-title-h {
      margin-bottom: 1rem; } }
  .section-title-h img {
    height: 100%; }
  .section-title-h--hh {
    height: 80px; }
    @media screen and (max-width: 600px) {
      .section-title-h--hh {
        height: 13.34vw; } }
  .section-title-h--hl {
    height: 60px; }
    @media screen and (max-width: 600px) {
      .section-title-h--hl {
        height: 10.67vw; } }
  .section-title-h--ll {
    height: 50px; }

#show-after {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  #show-after.show {
    opacity: 1; }

/******************************
*slide
******************************/
.slide {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }
  ul {
    width: 100%; }
    ul img {
      width: 100%; }

.splide__arrow--prev {
  left: 0; }

.splide__arrow--next {
  right: 0; }

/******************************
* top-slide
******************************/
.top-slide {
  -webkit-mask-image: url("../images/top/main-slider/mask.png");
  mask-image: url("../images/top/main-slider/mask.png");
  width: 815px;
  height: 544px;
  position: relative; }
  @media screen and (max-width: 600px) {
    .top-slide {
      width: 100%;
      height: auto; } }
  .top-slide .splide__pagination {
    bottom: 1.5em; }

/******************************
* meal-slide
******************************/
.meal-slide {
  -webkit-mask-image: url("../images/top/meal-slider/ms-mask.png");
  mask-image: url("../images/top/meal-slider/ms-mask.png");
  width: 998px;
  height: 532px; }
  @media screen and (max-width: 600px) {
    .meal-slide {
      width: 100%;
      height: 48vw; } }

/******************************
* bottom-slide
******************************/
.bottom-slide {
  -webkit-mask-image: url("../images/top/bottom-slider/bs-mask.png");
  mask-image: url("../images/top/bottom-slider/bs-mask.png");
  width: 652px;
  height: 512px; }
  @media screen and (max-width: 600px) {
    .bottom-slide {
      width: 100%;
      height: auto; } }

#bottomSlideThumb li {
  cursor: pointer; }
  #bottomSlideThumb li.is-active {
    opacity: 0.5; }

/******************************
* slider-deco
******************************/
.slider-deco {
  position: relative;
  z-index: 3; }
  .slider-deco::before {
    z-index: 0; }
  .slider-deco--main::before {
    width: 815px;
    height: 547px;
    top: 0;
    left: 0;
    background: url("../images/top/main-slider/main-slider-deco.svg") center center/100% no-repeat; }
    @media screen and (max-width: 600px) {
      .slider-deco--main::before {
        width: 100%;
        height: 60vw; } }
  .slider-deco--meal::before {
    width: 997px;
    height: 530px;
    top: -8px;
    left: -8px;
    background: url("../images/top/meal-slider/meal-slider-deco.svg") center center/100% no-repeat; }
    @media screen and (max-width: 600px) {
      .slider-deco--meal::before {
        width: 100%;
        height: 60vw; } }
  .slider-deco--bottom {
    width: 652px; }
    @media screen and (max-width: 600px) {
      .slider-deco--bottom {
        width: 100%;
        height: 100vw; } }
    .slider-deco--bottom::before {
      width: 652px;
      height: 512px;
      top: -5px;
      left: -9px;
      background: url("../images/top/bottom-slider/bottom-slider-deco.svg") center center/100% no-repeat; }
      @media screen and (max-width: 600px) {
        .slider-deco--bottom::before {
          width: 100%;
          height: 56%; } }

/******************************
*main-visual 
******************************/
.main-visual {
  position: relative;
  height: 555px; }
  @media screen and (max-width: 600px) {
    .main-visual {
      margin-top: 3rem;
      height: 60vw; } }
  .main-visual h2 {
    position: absolute;
    right: 0;
    height: 80%;
    top: 10%;
    text-align: right; }
    @media screen and (max-width: 600px) {
      .main-visual h2 {
        width: 100%;
        top: -34%;
        right: 6%; } }
    .main-visual h2 img {
      height: 100%; }
      @media screen and (max-width: 600px) {
        .main-visual h2 img {
          height: auto;
          width: 59%; } }
  .main-visual__chara01, .main-visual__chara02 {
    position: absolute;
    z-index: 1; }
  .main-visual__chara01 {
    width: 127px;
    top: 40px;
    left: 20px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg); }
    @media screen and (max-width: 600px) {
      .main-visual__chara01 {
        width: 17vw;
        top: 0vw; } }
  .main-visual__chara02 {
    width: 120px;
    bottom: 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 170px; }
    @media screen and (max-width: 600px) {
      .main-visual__chara02 {
        width: 19vw;
        bottom: -2px; } }

/******************************
*mask 
******************************/
.mask {
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }
  .mask img {
height:100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .mask--01 {
    -webkit-mask-image: url("../images/top/masks/image-mask01.png");
    mask-image: url("../images/top/masks/image-mask01.png");
    width: 145px;
    height: 133px; }
  .mask--02 {
    -webkit-mask-image: url("../images/top/masks/image-mask01.png");
    mask-image: url("../images/top/masks/image-mask01.png");
    width: 145px;
    height: 133px; }
  .mask--03 {
    -webkit-mask-image: url("../images/top/masks/image-mask01.png");
    mask-image: url("../images/top/masks/image-mask01.png");
    width: 145px;
    height: 133px; }
  .mask--news {
    -webkit-mask-image: url("../images/top/masks/news-mask.png");
    mask-image: url("../images/top/masks/news-mask.png");
    width: 114px;
    height: 114px; }
    @media screen and (max-width: 600px) {
      .mask--news {
        height: 23vw; } }
  .mask--meal-thumb {
    -webkit-mask-image: url("../images/top/meal-slider/thumb-mask.png");
    mask-image: url("../images/top/meal-slider/thumb-mask.png");
    width: 100px;
    height: 100px; }
  .mask--insta {
    -webkit-mask-image: url("../images/top/masks/image-mask05.png");
    mask-image: url("../images/top/masks/image-mask05.png");
    width: 90px;
    height: 90px; }
  .mask--shop {
    -webkit-mask-image: url("../images/top/masks/image-mask06.png");
    mask-image: url("../images/top/masks/image-mask06.png");
    width: 283px;
    height: 266px; }
  .mask--bottom {
    -webkit-mask-image: url("../images/top/masks/image-mask07.png");
    mask-image: url("../images/top/masks/image-mask07.png");
    width: 283px;
    height: 266px; }

/******************************
*news 
******************************/
.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .news ul {
    list-style: none; }
    .news ul li {
      padding-bottom: 2rem; }
      .news ul li::after {
        width: 100%;
        height: 10px;
        background: url("../images/top/news-border.png") left center/auto 100% repeat-x;
        margin-top: 2rem; }
    @media screen and (max-width: 600px) {
      .news ul li:nth-child(even) .news__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
      .news ul li:nth-child(even) .news__text {
        text-align: right;
        margin-right: 5%; }
      .news ul li:nth-child(even) figure {
        margin-right: 0; } }
  .news__items {
    width: 90%; }
    @media screen and (max-width: 600px) {
      .news__items {
        width: 100%; } }
  .news__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
    .news__content > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .news__content figure {
      width: 115px;
      margin-right: 5%; }
      @media screen and (max-width: 600px) {
        .news__content figure {
          width: 26.5%; } }
      .news__content figure img {
        width: 100%; }
  .news__text {
    width: 300px; }
    @media screen and (max-width: 600px) {
      .news__text {
        width: 68%; } }
  .news__date {
    font-size: 14px;
    font-size: 0.88em;
    font-weight: 700;
    color: #5D7B4D; }
  .news__title {
    font-weight: 900;
    font-size: 1.2em; }
    .news__title a {
      color: #463235; }
  .news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (max-width: 600px) {
      .news__list {
        display: block; } }
    .news__list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }

.newMark {
  color: #fff;
  background: #5a9734;
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 5px;
  position: relative;
  top: -4px; }

/******************************
*greeting 
******************************/
/******************
 * fadein
 */
@-webkit-keyframes fadeGreetingIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeGreetingIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.greeting {
  position: relative; }
  .greeting__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 600px) {
      .greeting__body {
        display: block; } }
  .greeting__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .greeting__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 600px; }
    @media screen and (max-width: 600px) {
      .greeting__text {
        width: 100%; } }
    .greeting__text p {
      margin-bottom: 1rem; }
    .greeting__text h3 {
      font-size: 24px;
      font-size: 1.5em;
      margin-bottom: 1rem;
      font-weight: 700; }
      @media screen and (max-width: 600px) {
        .greeting__text h3 {
          font-size: 6.1vw; } }
  .greeting__deco {
    position: relative;
    right: 0;
    top: -70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 355px;
    height: 267px; }
    @media screen and (max-width: 600px) {
      .greeting__deco {
        width: 100%;
        height: 70vw;
        top: 2rem; } }
    .greeting__deco img {
      position: absolute; }
      .greeting__deco img:nth-child(1) {
        width: 100px;
        bottom: 0;
        left: 0; }
        @media screen and (max-width: 600px) {
          .greeting__deco img:nth-child(1) {
            width: 20%;
            bottom: 0;
            left: 8vw; } }
      .greeting__deco img:nth-child(2) {
        top: 0px;
        left: 0; }
        @media screen and (max-width: 600px) {
          .greeting__deco img:nth-child(2) {
            width: 36vw;
            height: 33vw;
            top: 10vw;
            left: 4vw; } }
      .greeting__deco img:nth-child(3) {
        top: -20px;
        right: 0; }
        @media screen and (max-width: 600px) {
          .greeting__deco img:nth-child(3) {
            width: 36vw;
            height: 33vw;
            top: -2vw;
            right: 0; } }
      .greeting__deco img:nth-child(4) {
        bottom: -10px;
        right: 50px; }
        @media screen and (max-width: 600px) {
          .greeting__deco img:nth-child(4) {
            width: 36vw;
            height: 33vw;
            bottom: -2vw;
            right: 7vw; } }
  .greeting__full, .greeting__close {
    display: none;
    position: fixed;
    opacity: 0;
    z-index: 9; }
  @media screen and (max-width: 600px) {
    .greeting__close {
      background: #463235;
      color: #fff; } }
  .greeting__full {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 90vh; }
    @media screen and (max-width: 600px) {
      .greeting__full {
        height: auto;
        width: 90vw; } }
    .greeting__full--pc.show {
      -webkit-animation-name: fadeGreetingIn;
      animation-name: fadeGreetingIn;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      display: block; }
      @media screen and (max-width: 600px) {
        .greeting__full--pc.show {
          display: none; } }
    @media screen and (max-width: 600px) {
      .greeting__full--sp.show {
        -webkit-animation-name: fadeGreetingIn;
        animation-name: fadeGreetingIn;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        display: block; } }
  .greeting__close {
    top: 20px;
    left: 30px; }
    .greeting__close.show {
      -webkit-animation-name: fadeGreetingIn;
      animation-name: fadeGreetingIn;
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      display: block; }

.greeting-slide li {
  width: 90vw; }
  .greeting-slide li img {
    width: 100%; }

.ga-wrap {
  position: fixed;
  width: 100%;
  height: 100vw;
  z-index: 9; }

/******************************
*online shop         
******************************/
.online-shop {
  position: relative; }
  .online-shop h2 {
    position: relative;
    top: 20px; }
    @media screen and (max-width: 600px) {
      .online-shop h2 {
        top: 0px; } }
  .online-shop__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .online-shop__body {
        display: block; } }
    .online-shop__body > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; }
    .online-shop__body p {
      margin-bottom: 0.5rem; }
  .online-shop__comment {
    width: 383px;
    position: absolute;
    right: 70px;
    top: 0; }
    @media screen and (max-width: 600px) {
      .online-shop__comment {
        position: unset;
        margin-top: 2rem;
        width: 90%; } }
    .online-shop__comment img {
      width: 100%; }
  .online-shop__banner {
    display: block; }
    .online-shop__banner img {
      width: 100%; }
  .online-shop__text {
    padding: 2rem 0; }
    @media screen and (max-width: 600px) {
      .online-shop__text {
        margin-top: 0px; } }
    .online-shop__text::before, .online-shop__text::after {
      width: 100%;
      height: 7px;
      background: url("../images/common/menu-line.png") center left/auto 100% repeat-x; }
    .online-shop__text::before {
      margin-bottom: 1.5rem; }
    .online-shop__text::after {
      margin-top: 1.5rem; }

/******************************
*about 
******************************/
.about {
  width: 700px;
  position: relative;
  margin-right: auto;
  margin-left: auto; }
  @media screen and (max-width: 600px) {
    .about {
      width: 100%; } }
  .about__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 600px) {
      .about__body {
        display: block; } }
    .about__body > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .about__body figure {
      width: 283px;
      margin-right: 1rem; }
      @media screen and (max-width: 600px) {
        .about__body figure {
          margin: 0 auto; } }
      .about__body figure img {
        width: 100%; }
  .about__detail {
    width: 50%; }
    @media screen and (max-width: 600px) {
      .about__detail {
        margin: 5.34vw auto;
        width: 90%; } }
  .about__list dd {
    margin: 1rem 0; }
    .about__list dd a {
      text-decoration: none;
      color: #463235; }
  .about__sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    list-style: none; }
    .about__sns-list li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 14px; }
  .about__deco {
    top: 0;
    right: 0; }
    .about__deco img {
      position: absolute;
      width: 50px; }
      .about__deco img:nth-child(1) {
        top: 50px;
        right: 0px; }
        @media screen and (max-width: 600px) {
          .about__deco img:nth-child(1) {
            top: 30px;
            right: 80px; } }
      .about__deco img:nth-child(2) {
        top: -50px;
        right: -50px; }
        @media screen and (max-width: 600px) {
          .about__deco img:nth-child(2) {
            top: -50px;
            right: 20px; } }
      .about__deco img:nth-child(3) {
        top: 50px;
        right: -100px; }
        @media screen and (max-width: 600px) {
          .about__deco img:nth-child(3) {
            top: 40px;
            right: 10px; } }
  .about__insta img {
    height: 40px;
    width: auto; }
  .about__ame img {
    height: 40px;
    width: auto;
    border-radius: 10px; }

/******************************
*meal-gallery
******************************/
.meal-gallery__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3rem; }
  @media screen and (max-width: 600px) {
    .meal-gallery__header {
      display: block;
      margin-bottom: 0rem; } }

.meal-gallery__midcopy {
  width: 500px;
  height: auto; }
  @media screen and (max-width: 600px) {
    .meal-gallery__midcopy {
      margin: 3rem 0; } }

.meal-thum-slide {
  margin-top: 2rem; }
  .meal-thum-slide__list li {
    border: none !important;
    cursor: pointer; }
    .meal-thum-slide__list li.is-active {
      opacity: 0.5; }
    @media screen and (max-width: 600px) {
      .meal-thum-slide__list li {
        width: 20vw !important;
        height: 20vw !important; } }

/******************************
*insta 
******************************/
.insta {
  position: relative; }
  .insta__loading {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 20px; }
    .insta__loading.hide {
      display: none; }
  .insta__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 600px) {
      .insta__body {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start; } }
    .insta__body > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .insta__slide {
    width: 80%; }
  .insta h2 {
    width: 7%;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .insta h2 {
        width: 15%; } }
  .insta__item {
    padding: 2rem; }
    .insta__item figure {
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      overflow: hidden;
      position: relative; }
    .insta__item img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .insta__time, .insta__caption {
    opacity: 0;
    height: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .insta__time.show, .insta__caption.show {
      opacity: 1;
      height: auto;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
  .insta__caption {
    margin: 0 0 1rem; }
  .insta__time {
    color: #5D7B4D;
    font-weight: 900;
    margin: 1rem 0 0.5rem; }

/******************************
*map 
******************************/
.map {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .map {
      display: block; } }
  .map__image {
    width: 823px; }
    @media screen and (max-width: 600px) {
      .map__image {
        width: 100%; } }
    .map__image a {
      display: block; }
  .map__map {
    width: 100%; }
  .map__google {
    width: 250px;
    margin: 0 0 0 auto;
    display: block; }

/******************************
*bottom slider 
******************************/
@media screen and (max-width: 600px) {
  .bottom-slider {
    margin-bottom: 0rem; } }

.bottom-slider__midcopy {
  width: 600px;
  margin-bottom: 5rem; }
  @media screen and (max-width: 600px) {
    .bottom-slider__midcopy {
      margin-bottom: 2rem; } }

.bottom-slider__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 600px) {
    .bottom-slider__body {
      display: block; } }

@media screen and (max-width: 600px) {
  #bottomSlideThumb-track li {
    width: 20vw !important;
    height: 20vw !important; } }

.splide--nav > .splide__track > .splide__list > .splide__slide {
  border: none; }

/******************************
*special 
******************************/
@media screen and (max-width: 600px) {
  .special {
    margin-bottom: 6rem; } }

.special__body {
  width: 70%;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .special__body {
      width: 100%; } }
  .special__body::before {
    position: relative;
    display: block;
    width: 100%;
    height: 10px;
    content: "";
    background: url("../images/top/news-border.png") center top/auto 100% repeat-x; }
  .special__body::before {
    margin-bottom: 4rem; }
    @media screen and (max-width: 600px) {
      .special__body::before {
        margin-bottom: 3rem; } }

.special__group {
  display: block;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 600px) {
    .special__group {
      display: block; } }
  .special__group > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
  .special__group_single {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .special__group_single > div {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }

.special__deco::after {
  position: relative;
  display: block;
  width: 66px;
  height: 10px;
  content: "";
  background: url("../images/common/menu-line.png") center top/auto 100% repeat-x;
  margin: 0 auto 3rem; }

.special__sep::after {
  position: relative;
  display: block;
  width: 56px;
  height: 10px;
  content: "";
  background: url("../images/top/sp-sep.png") center top/auto 100% no-repeat;
  margin: 2rem auto; }

.special__block {
  text-align: center;
  font-size: 14px; }
  .special__block_m {
    margin-bottom: 2rem; }
  @media screen and (max-width: 600px) {
    .special__block_m-sp {
      margin-bottom: 2rem; } }

.special__title {
  font-family: 'Indie Flower', cursive;
  font-weight: 700;
  font-size: 2em;
  text-align: center;
  margin-bottom: 0.7rem; }
  @media screen and (max-width: 600px) {
    .special__title {
      font-size: 1.5em; } }

/******************************
*loading
******************************/
#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #463235;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  z-index: 10; }
  #loading img {
    width: 100px; }
  #loading.hide {
    opacity: 0; }
