@charset "UTF-8";
body {
  font-family: Noto Sans JP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0;
  color: #472828;
  background: transparent url(../../img/bg.jpg) repeat left top;
}

section, div, article {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #472828;
}

a:hover {
  text-decoration: underline;
}

img, video {
  max-width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
main {
  position: relative;
}
@media screen and (max-width: 768px) {
  main {
    font-size: 0.1333333333vw;
  }
}

.inner {
  max-width: 1366px;
  margin-inline: auto;
}

.inner-narrow {
  max-width: 1060px;
  padding: 0 20px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .inner-narrow {
    padding: 0 5.0666666667vw;
  }
}

.m-attention {
  color: #cc0033;
}

.m-bold {
  font-weight: 700;
}

picture {
  display: block;
}

.btn-animation .is-on {
  display: none;
}
.btn-animation:hover .is-on {
  display: inline;
}
.btn-animation:hover .is-off {
  display: none;
}

/*////////////////
kv
////////////////*/
.kv {
  text-align: center;
}
.kv-inner {
  margin: 0 auto;
}
.kv-img-wrapper {
  position: relative;
  width: 100%;
  height: 735px;
  display: flex;
}
.kv-recipe {
  height: 100%;
  width: 71%;
  overflow: hidden;
  position: relative;
}
.kv-recipe img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top left;
     object-position: top left;
  top: 0;
  right: 0;
}
.kv_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 15.2%;
  left: 3.3%;
  width: 29%;
  min-width: 290px;
}
.kv_logo img {
  width: 274px;
}
@media screen and (max-width: 768px) {
  .kv-img-wrapper {
    height: 1299em;
  }
  .kv-recipe {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
  }
  .kv_logo {
    position: absolute;
    left: 50%;
    top: 28%;
    top: 248em;
    width: 648em;
    transform: translate(-50%, 0);
    min-width: auto;
  }
  .kv_logo img {
    width: 100%;
  }
}

/*////////////////
ham
////////////////*/
.ham {
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  height: 94px;
  cursor: pointer;
  z-index: 5;
}
.ham-line {
  color: #cc0043;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.5s;
}
.ham-line::before, .ham-line::after {
  position: absolute;
  content: "";
  right: 0;
  width: 30px;
  height: 2px;
  background-color: currentColor;
}
.ham-line::before {
  top: 10px;
}
.ham-line::after {
  top: 20px;
}
.ham.is-active {
  position: fixed;
}
.ham.is-active .ham-line {
  top: 40px;
  transform: rotate(45deg) translateY(-50%);
}
.ham.is-active .ham-line::before {
  transform: scale(0);
}
.ham.is-active .ham-line::after {
  top: 0;
  transform: rotate(-90deg) translateY(-50%);
}
.ham-modal {
  font-size: 0.75px;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: #e7d6b7;
  transition: transform 0.5s;
  transform: translateY(-110%);
  overflow-y: scroll;
  z-index: 4;
}
.ham-modal.is-active {
  transform: translateY(0);
}
.ham-logo {
  width: 420em;
}
.ham-nav {
  margin-top: 100em;
}
.ham-nav-lists {
  text-align: center;
}
.ham-nav-list {
  width: 536em;
  margin-inline: auto;
  padding-bottom: 30em;
  background: transparent url(../../img/border.png) repeat-x center bottom/contain;
}
.ham-nav-list:not(:last-child) {
  margin-bottom: 30em;
}
.ham-nav-list a {
  display: block;
  margin-inline: auto;
}
.ham-nav-list:nth-child(1) a {
  width: 302em;
}
.ham-nav-list:nth-child(2) a {
  width: 343em;
}
.ham-nav-list:nth-child(3) a {
  width: 192em;
}
.ham-nav-list:nth-child(4) a {
  width: 227em;
}
@media screen and (max-width: 768px) {
  .ham {
    background: transparent url(../../img/ham_bg.png) no-repeat right top/contain;
    width: 96em;
    height: 98em;
  }
  .ham-line {
    color: #fff;
    left: 17em;
    top: 21em;
    width: 38em;
  }
  .ham-line::before {
    top: 12em;
    width: 38em;
  }
  .ham-line::after {
    top: 24em;
    width: 38em;
  }
  .ham.is-active .ham-line {
    top: 35em;
  }
  .ham-modal {
    position: fixed;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 6rem 0 0 0;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    transition: transform 0.5s;
    transform: translateY(-110%);
    z-index: 4;
  }
  .ham-modal.is-active {
    transform: translateY(0);
  }
}

/*////////////////
nav
////////////////*/
.nav {
  position: relative;
  margin: 30px auto 0;
  width: 97%;
  background: url(../../img/nav_bg_l.png) no-repeat top left/auto 46px, url(../../img/nav_bg_r.png) no-repeat top right/auto 46px;
  box-sizing: border-box;
}
.nav-lists {
  height: 46px;
  background: linear-gradient(to right, transparent 0, transparent 5%, #cc0043 5%, #cc0043 95%, transparent 95%, transparent 100%);
  display: flex;
  justify-content: center;
}
.nav-list {
  max-width: 229px;
}
.nav-list a {
  display: inline-block;
  height: 100%;
}
.nav img {
  height: 100%;
  width: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}

/*////////////////
about
////////////////*/
.about {
  text-align: center;
  padding: 60px 0;
  margin: auto;
  max-width: 1420px;
  background: url(../../img/bg_mame_pc.png) no-repeat top 6% center/1412px;
}
.about-ttl {
  max-width: 568px;
  margin: 0 auto;
}
.about-content {
  margin-top: 65px;
}
.about-content:not(:last-child) {
  padding-bottom: 50px;
  border-bottom: 2px solid rgba(107, 78, 78, 0.7);
}
.about-content-ttl-01 {
  max-width: 347px;
  margin: 0 auto;
}
.about-content-ttl-02 {
  max-width: 515px;
  margin: 0 auto;
}
.about-content-ttl-03 {
  max-width: 395px;
  margin: 0 auto;
}
.about-content-txt {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 40px;
  padding: 0 30px;
}
.about-content-txt a {
  font-size: 16px;
  font-weight: 700;
  color: #472828;
  text-decoration: underline;
}
.about-content-txt a:hover {
  opacity: 0.7;
}
.about-content-gallery {
  display: flex;
  justify-content: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 40px;
}
.about-gallery-item {
  max-width: 170px;
}
.about-item-img {
  max-width: 170px;
}
.about-item-txt {
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.about-item-btn {
  margin-inline: auto;
  cursor: pointer;
  margin-top: 5px;
}
.about-item-btn img.detail {
  max-width: 102px;
}
.about-item-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .about {
    background: none;
    padding: 88em 0 73em;
  }
  .about-ttl {
    width: 612em;
    margin-inline: auto;
  }
  .about-content {
    margin-top: 70em;
  }
  .about-content:not(:last-child) {
    padding-bottom: 50em;
    border-bottom: 2px solid rgba(107, 78, 78, 0.7);
  }
  .about-bg-sp::after {
    content: "";
    display: block;
    width: 104.156%;
    background: url(../../img/bg_mame_sp.png) center bottom/contain no-repeat;
    height: 204em;
    position: relative;
    left: -3%;
  }
  .about-content-ttl {
    margin-inline: auto;
  }
  .about-content-ttl-01 {
    width: 418em;
  }
  .about-content-ttl-02 {
    width: 620em;
  }
  .about-content-ttl-03 {
    width: 476em;
  }
  .about-content-txt {
    font-size: 30em;
    justify-content: flex-start;
    line-height: 1.6666666667em;
    margin-top: 1.3333333333em;
    padding: 0;
  }
  .about-content-txt a {
    font-size: 1em;
  }
  .about-content-gallery {
    flex-wrap: wrap;
    -moz-column-gap: 20em;
         column-gap: 20em;
    row-gap: 65em;
    margin-top: 50em;
  }
  .about-gallery-item {
    max-width: none;
  }
  .about-item-img {
    max-width: none;
  }
  .about-item-txt {
    font-size: 30em;
    line-height: 2em;
    margin-top: 0.5em;
  }
  .about-item-btn {
    width: calc((100% - 40em) / 3);
    margin-top: 20em;
  }
  .about-item-btn img {
    width: 100%;
  }
  .about-item-btn img.detail {
    max-width: 80px;
  }
}

/*////////////////
recipe
////////////////*/
.recipe {
  text-align: center;
  padding: 80px 0 60px;
  background: #e7d6b7;
}
.recipe-inner {
  max-width: 1336px;
  width: 90%;
  margin: auto;
}
.recipe-ttl {
  max-width: 712px;
  margin-inline: auto;
}
.recipe-slider {
  margin-top: 55px;
  margin-inline: auto;
}
.recipe-slide {
  cursor: pointer;
}
.recipe-slide:hover {
  opacity: 0.7;
}
.recipe-slide p {
  font-size: 36px;
  font-weight: 700;
  padding: 40px 0;
}
.recipe-slide img {
  width: 100%;
}
.recipe .slick-arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
}
.recipe .slick-arrow:hover {
  opacity: 0.7;
}
.recipe .slick-prev {
  left: 1.6%;
  background: transparent url(../../img/arrow_left.png) no-repeat center center/contain;
}
.recipe .slick-next {
  right: 1.6%;
  background: transparent url(../../img/arrow_right.png) no-repeat center center/contain;
}
.recipe-slider-dots {
  margin-top: 20px;
}
.recipe .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.recipe .slick-dots li {
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #cc0043;
  border-radius: 50%;
  cursor: pointer;
}
.recipe .slick-dots li:hover {
  opacity: 0.7;
}
.recipe .slick-dots li.slick-active {
  background: transparent url(../../img/pagination_active.png) no-repeat center center/contain;
  width: 31px;
  height: 31px;
  border: none;
  border-radius: 0;
  cursor: auto;
}
.recipe .slick-dots li.slick-active:hover {
  opacity: 1;
}
.recipe .slick-dots button {
  display: none;
}
.recipe-person {
  display: grid;
  -moz-column-gap: 30px;
       column-gap: 30px;
  text-align: left;
  margin-top: 50px;
}
.recipe-img {
  grid-column: 1/2;
  grid-row: 1/3;
  max-width: 175px;
}
.recipe-body {
  flex: 1;
}
.recipe-name {
  grid-column: 2/3;
  grid-row: 1/2;
  font-size: 20.88px;
  letter-spacing: -0.05em;
}
.recipe-name .m-bold {
  font-size: 24px;
}
.recipe-name .m-attention {
  font-size: 20.88px;
}
.recipe-txt {
  grid-column: 2/3;
  grid-row: 2/3;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: -0.05em;
  margin-top: 20px;
}
.recipe-txt a {
  font-weight: 700;
  color: #472828;
  text-decoration: underline;
}
.recipe-txt a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .recipe {
    padding: 70em 0 60em;
  }
  .recipe-inner {
    padding: 0 19em;
    width: 100%;
  }
  .recipe-ttl {
    width: 712em;
    margin-inline: auto;
  }
  .recipe-slider {
    max-width: none;
    width: 100%;
    padding: 0;
    margin-top: 30em;
  }
  .recipe-slide {
    max-width: none;
    width: 100%;
    padding-right: 8em;
  }
  .recipe-slide p {
    font-size: 36em;
    padding: 1.1111111111em;
  }
  .recipe .slick-arrow {
    width: 36em;
    height: 36em;
    top: auto;
    bottom: -20em;
    transform: translateY(100%);
  }
  .recipe .slick-prev {
    left: 1%;
  }
  .recipe .slick-next {
    right: 1%;
  }
  .recipe-slider-dots {
    margin-top: 20em;
  }
  .recipe .slick-dots {
    -moz-column-gap: 12em;
         column-gap: 12em;
  }
  .recipe .slick-dots li {
    width: 12em;
    height: 12em;
  }
  .recipe .slick-dots li.slick-active {
    width: 25em;
    height: 24em;
  }
  .recipe-person {
    grid-template-columns: 184em auto;
    align-items: center;
    -moz-column-gap: 20em;
         column-gap: 20em;
    margin-top: 30em;
  }
  .recipe-img {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 184em;
  }
  .recipe-name {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 34.44em;
    line-height: 1.6613924051;
  }
  .recipe-name .m-bold {
    font-size: inherit;
  }
  .recipe-name .m-attention {
    font-size: inherit;
  }
  .recipe-txt {
    grid-column: 1/3;
    grid-row: 2/3;
    font-size: 25.28em;
    line-height: 1.6613924051;
    margin-top: 1.1867088608em;
  }
}

/*////////////////
AuDee
////////////////*/
.audee {
  max-width: 707px;
  text-align: center;
  margin: 55px auto 40px;
}
.audee-banner:hover {
  opacity: 0.7;
}
.audee-txt {
  font-weight: 700;
  color: #1a2c78;
  margin-top: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .audee {
    margin: 75em 0 55em;
    max-width: none;
  }
  .audee-banner {
    display: block;
    width: 646em;
    margin-inline: auto;
  }
  .audee-txt {
    font-size: 20.5em;
    margin-top: 0.7317073171em;
  }
}

/*////////////////
present
////////////////*/
.present {
  text-align: center;
  background: url(../../img/present_bg.png) repeat, #f2ddbe;
  padding: 80px 0 105px;
}
.present-ttl {
  max-width: 580px;
  margin-inline: auto;
}
.present-ttl img {
  max-width: 75%;
}
.present-content {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 90px;
}
.present-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.present-txt {
  font-size: 21.75px;
  font-weight: 500;
  line-height: 35.89px;
  letter-spacing: -0.05em;
}
.present-btn {
  max-width: 669px;
}
.present-img {
  max-width: 284px;
}
.present-caption {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .present {
    padding: 80em 0 65em;
    background-color: #e7d6b7;
  }
  .present-content {
    display: block;
    margin-top: 60em;
  }
  .present-body {
    align-items: center;
  }
  .present-txt {
    font-size: 35.34em;
    line-height: 1.3582342954em;
    text-align: center;
  }
  .present-txt span {
    font-weight: 700;
  }
  .present-btn {
    margin-top: 58em;
    padding: 0 0;
  }
  .present-img {
    max-width: 512em;
    margin-top: 35em;
    text-align: center;
  }
  .present-caption {
    font-size: 28em;
    margin-top: 0.7142857143em;
  }
}

/*////////////////
post
////////////////*/
.hashtag_inner {
  max-width: 990px;
  padding: 0 30px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .hashtag_inner {
    max-width: 92vw;
    padding: 0 4vw;
  }
}

.post {
  text-align: center;
  border-bottom: 2px dashed rgba(107, 78, 78, 0.7);
  padding-bottom: 70px;
  padding-top: 85px;
}
.post-ttl {
  max-width: 471px;
  margin-inline: auto;
}
.post-txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  margin-top: 60px;
}
.post-content {
  margin-top: 60px;
}
.post-btn {
  display: block;
  margin-top: 57px;
  margin-inline: auto;
  max-width: 492px;
}
.post_share {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .post {
    padding-bottom: 75em;
    padding-top: 100em;
  }
  .post-ttl {
    width: 548em;
    margin-inline: auto;
  }
  .post-txt {
    font-size: 35.34em;
    line-height: 1.3582342954em;
    margin-top: 1.6977928693em;
  }
  .post-content {
    margin-top: 90em;
  }
  .post-btn {
    max-width: none;
    margin-top: 59em;
    padding: 0 38em;
  }
  .post_share {
    display: block;
    padding: 0;
    max-width: none;
  }
}

/*////////////////
banner
////////////////*/
.banner-wrapper {
  display: flex;
  justify-content: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding: 50px 40px;
}
.banner-wrapper a {
  display: block;
  max-width: 291px;
}
.banner-wrapper a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .banner-wrapper {
    flex-wrap: wrap;
    gap: 40em 50em;
    margin: auto;
    width: 95.3%;
    padding: 50em 0 40em;
    justify-content: space-between;
  }
  .banner-wrapper a {
    width: 46.3%;
    margin: auto;
    max-width: none;
  }
}

/*////////////////
modal
////////////////*/
.modal-wrapper {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 100px 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s;
  z-index: -1;
  overflow-y: scroll;
}
.modal-wrapper.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: #cc0043;
  border-radius: 50%;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.modal-close::before, .modal-close::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 32px;
  height: 3px;
  background-color: #fff;
  transform-origin: top left;
}
.modal-close::before {
  transform: rotate(45deg) translate(-50%, -50%);
}
.modal-close::after {
  transform: rotate(-45deg) translate(-50%, -50%);
}
.modal-content {
  position: relative;
  max-width: 800px;
  margin-inline: auto;
  background-color: #fff;
  text-align: center;
  padding: 20px 40px;
  border: 1px solid #cc0043;
}
.modal-img {
  width: 240px;
  margin-inline: auto;
  margin-top: 25px;
}
.modal-ttl {
  font-size: 26px;
  font-weight: 700;
  color: #cc0043;
  padding-bottom: 10px;
  border-bottom: 4px double #cc0043;
}
.modal-txt {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal-wrapper {
    padding: 100em 50em;
  }
  .modal-close {
    width: 90em;
    height: 90em;
  }
  .modal-close::before, .modal-close::after {
    width: 32em;
  }
  .modal-content {
    padding: 80em 70em 30em;
  }
  .modal-img {
    width: 405em;
    margin-top: 50em;
  }
  .modal-ttl {
    font-size: 45em;
    padding-bottom: 0.5555555556em;
  }
  .modal-txt {
    margin-top: 2.1153846154em;
    margin-bottom: 2.1153846154em;
    font-size: 26em;
    line-height: 1.3846153846em;
  }
}

.slider-modal {
  display: block;
}
.slider-modal .modal-content {
  max-width: 1000px;
  padding: 50px 40px;
  border-width: 5px;
}
.slider-modal .modal-img {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: auto;
  margin-top: 20px;
  max-width: 700px;
}
.slider-modal .modal-body {
  display: grid;
  text-align: left;
  grid-column-gap: 25px;
  align-content: center;
  justify-content: center;
}
.slider-modal .modal-body-img {
  grid-column: 1/2;
  grid-row: 1/4;
}
.slider-modal .modal-body-ttl {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  color: #cc0043;
  border-bottom: 2px dashed #cc0043;
  padding-bottom: 10px;
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: self-end;
}
.slider-modal .modal-body-txt {
  font-size: 15px;
  line-height: 28px;
  margin-top: 25px;
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: self-start;
}
.slider-modal .modal-body-txt span {
  color: #cc0043;
}
.slider-modal .modal-body-attention {
  font-size: 17.5px;
  font-weight: 700;
  line-height: 32.5px;
  color: #cc0043;
  grid-column: 2/3;
  grid-row: 3/4;
  align-self: self-start;
}
@media screen and (max-width: 768px) {
  .slider-modal {
    display: block;
    padding: 100em 40em;
  }
  .slider-modal .modal-content {
    padding: 60em 40em 30em;
  }
  .slider-modal .modal-img {
    flex-direction: column;
    row-gap: 24em;
    width: auto;
    margin-top: 15em;
  }
  .slider-modal .modal-body {
    grid-column-gap: 20em;
  }
  .slider-modal .modal-body-img {
    width: 160em;
    grid-row: 1/3;
  }
  .slider-modal .modal-body-ttl {
    font-size: 20em;
    line-height: 1.6em;
    padding-bottom: 0.4em;
  }
  .slider-modal .modal-body-txt {
    font-size: 14em;
    line-height: 1.7142857143em;
    margin-top: 1.1428571429em;
  }
  .slider-modal .modal-body-attention {
    font-size: 16.5em;
    text-align: center;
    line-height: 1.9696969697em;
    grid-column: 1/3;
  }
}

/*////////////////
totop
////////////////*/
.totop {
  display: none;
  position: fixed;
  width: 52px;
  right: 20px;
  bottom: 20px;
}
.totop:hover {
  opacity: 0.7;
}
.totop.is-active {
  display: block;
}
.totop.is-absolute {
  position: absolute;
}
.totop.is-none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .totop {
    font-size: 0.1333333333vw;
    display: block;
    position: static;
    width: 104em;
    margin-inline: auto;
    padding: 30em 0;
  }
}

/*////////////////
footer
////////////////*/
.footer {
  clear: both;
  text-align: center;
  box-sizing: border-box;
}
.footer_listen {
  border-top: 3px solid #683333;
  padding: 0 0 20px 0;
  background-color: #fff;
}
.footer_inner {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 3px solid #683333;
}
.footer_logo {
  width: 335px;
  padding: 0 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.footer_logo li {
  width: 188px;
}
.footer_logo li img {
  width: 100%;
  height: auto;
}
.footer_logo li:last-child {
  width: 130px;
}
.footer .sns {
  width: 130px;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
.footer .sns li {
  width: 35px;
  background-color: #fff;
  border-radius: 50%;
}
.footer .sns li img {
  width: 100%;
  height: auto;
}
.footer_copyright {
  clear: both;
  margin: 0 0 0 0;
  font-size: 80%;
  color: #472828;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .footer_listen {
    padding: 0;
    margin: 0 auto 5vw;
    border-top: none;
  }
  .footer_listen.pc {
    display: none;
  }
  .footer_listen.sp {
    display: block;
    margin-bottom: 0;
  }
  .footer_inner {
    font-size: 0.1333333333vw;
    padding: 0 0 55em 0;
    margin: 0 auto;
    flex-direction: column-reverse;
    border-top: none;
    border-bottom: 1px solid #683333;
  }
  .footer_logo {
    width: auto;
    flex-direction: column;
    margin: 50em auto 0;
    row-gap: 40em;
  }
  .footer_logo li {
    width: 380em;
  }
  .footer_logo li img {
    height: auto;
  }
  .footer_logo li:last-child {
    width: 240em;
  }
  .footer .sns {
    float: none;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 25em;
         column-gap: 25em;
    margin-top: 65em;
    border: none;
  }
  .footer .sns li {
    width: 82em;
  }
  .footer .sns li img {
    width: 100%;
    height: auto;
  }
  .footer_copyright {
    clear: both;
    border-bottom: none;
    margin: 1.0989010989em auto 0;
    padding: 0;
    font-size: 22.75em;
    text-align: center;
  }
}
.wow {
  visibility: hidden;
}

.comming-soon {
  font-size: 1.8em;
  text-align: center;
  padding: 90px 0 40px;
}
@media screen and (max-width: 768px) {
  .comming-soon {
    font-size: 40em;
    padding: 3em 0 1.5em;
  }
}/*# sourceMappingURL=style.css.map */