@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html.active {
  overflow: hidden;
}

.p-section__inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.p-section__inner h2 {
  text-align: center;
}

.p-mv {
  background: url(../../img/top/mv-bg.jpg) center center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 100%;
  overflow: hidden;
}
.p-mv * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-mv .p-section__inner {
  width: auto;
  text-align: center;
  max-width: initial;
  max-width: auto;
}
.p-mv .p-section__inner img {
  width: 100%;
  max-width: 1600px;
}
@media screen and (max-width: 1800px) {
  .p-mv .p-section__inner {
    margin-left: 50px;
    margin-right: -50px;
  }
}
@media screen and (max-width: 1600px) {
  .p-mv .p-section__inner {
    margin-left: -150px;
    margin-right: -150px;
  }
}
@media screen and (max-width: 1400px) {
  .p-mv .p-section__inner {
    margin-left: -150px;
    margin-right: -150px;
  }
  .p-mv .p-section__inner img {
    max-width: 90%;
  }
}

.l-menu {
  background: url(../../img/top/menu-bg.png) left top no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 98px;
}

.l-menu__ul {
  position: relative;
  text-align: center;
  z-index: 1;
  right: 0;
  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;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  gap: 100px;
}

.l-menu__li {
  -webkit-transition: margin 0.3s ease;
  transition: margin 0.3s ease;
}

.l-menu__li.u-sp {
  display: none !important;
}

.l-menu__li a {
  background: url(../../img/top/arrow-white-icon.png) right center no-repeat;
  display: inline-block;
  padding-right: 30px;
  padding-top: 15px;
  color: #fff;
  height: 80px;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.l-menu__li a:hover {
  background: url(../../img/top/arrow-white-icon-on.png) right center no-repeat;
  color: #face06;
}

.l-menu__li a:hover {
  text-decoration: none;
}

.l-menu__twitter {
  position: absolute;
  top: 0;
  right: 0;
  width: 237px;
  height: 294px;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.l-menu__twitter span {
  display: block;
  text-align: center;
}

.l-menu__twitter--menu {
  margin-bottom: 10px;
}

.l-menu__twitter a[target=_blank]:not(.m-no-icon):after,
.l-menu__twitter--menu a[target=_blank]:not(.m-no-icon):after {
  background: none;
}

.l-menu__twitter--circle {
  position: relative;
  height: 100%;
}

.l-menu__twitter--circle img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}

.l-menu__twitter--circle img.on:hover {
  opacity: 0;
}

.mugitohop-contents {
  background: url(../../img/top/product-bg.jpg) center top repeat-y;
  background-size: 100%;
}

/*============================
#pruduct.p-product
============================*/
.p-product {
  margin-top: -20px;
  padding-top: 120px;
  padding-bottom: 140px;
}
.p-product__statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-product__statement__ph {
  margin-left: -100px;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.p-product__fact .p-product__fact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 1256px) {
  .p-product__fact .p-product__fact__inner {
    gap: 12px 1%;
  }
}
.p-product__fact .p-product__fact__inner a {
  cursor: pointer;
}
.p-product__fact .p-product__fact__inner a span {
  display: block;
  border-radius: 13px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media (pointer: fine) {
  .p-product__fact .p-product__fact__inner a:hover span {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 1256px) {
  .p-product__fact .p-product__fact__inner a.modal01 {
    width: 35.8%;
  }
  .p-product__fact .p-product__fact__inner a.modal02 {
    width: 33%;
  }
  .p-product__fact .p-product__fact__inner a.modal03 {
    width: 29.2%;
  }
  .p-product__fact .p-product__fact__inner a.modal04 {
    width: 26.6%;
  }
  .p-product__fact .p-product__fact__inner a.modal05 {
    width: 24.2%;
  }
  .p-product__fact .p-product__fact__inner a.modal06 {
    width: 23.3%;
  }
  .p-product__fact .p-product__fact__inner a.modal07 {
    width: 22.9%;
  }
  .p-product__fact .p-product__fact__inner a.modal08 {
    width: 40%;
  }
  .p-product__fact .p-product__fact__inner a.modal09 {
    width: 26.6%;
  }
  .p-product__fact .p-product__fact__inner a.modal10 {
    width: 31.4%;
  }
  .p-product__fact .p-product__fact__inner a.modal11 {
    width: 51.8333333333%;
  }
  .p-product__fact .p-product__fact__inner a.modal13 {
    width: 47.1666666667%;
  }
}

/*============================
#modal
============================*/
/*/////////////////////////////////////// */
.md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}

.md-contents {
  display: none;
  position: fixed;
  top: 10%;
  left: 50%;
  width: 800px;
  max-height: 82vh;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10000;
  background: #fff url(../../img/top/product-modal-bg.jpg) center center no-repeat;
  background-size: cover;
  /*/////////////////////////////////////// 推しツマ*/
}
.md-contents .md-inner {
  width: 100%;
  height: 100%;
  max-height: 82vh;
  padding: 40px 25px 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.md-contents .md-inner::before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 600px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
}
.md-contents .md-inner .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 600px;
  max-height: 360px;
  margin: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 20px;
}
@media screen and (max-height: 880px) {
  .md-contents .md-inner .img-area {
    height: 300px;
  }
}
.md-contents .md-inner .img-area img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-contents .md-inner .text-area {
  border-top: solid 2px rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  margin: auto;
  padding-bottom: 20px;
}
.md-contents .md-inner .text-area p {
  font-size: 16px;
  font-weight: 600;
}
.md-contents .md-inner .text-area span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.md-contents .md-inner a.md-close {
  width: 100%;
  display: block;
  border: solid #000;
  border-radius: 10px;
  padding: 8px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.md-contents .md-inner a.md-close:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.6);
  color: #000;
}
.md-contents .md-xmark {
  position: absolute;
  top: -70px;
  right: -5px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  cursor: pointer;
  display: block;
}
.md-contents .md-xmark span {
  height: auto;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}
.md-contents .md-xmark span:nth-of-type(1) {
  top: 22px;
  -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg);
}
.md-contents .md-xmark span:nth-of-type(2) {
  top: 42px;
  -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg);
}
.md-contents.md-recipe span.modal_title {
  position: absolute;
  display: block;
  z-index: 2;
  top: 0;
  left: 0;
}
.md-contents .md-inner {
  padding-top: 40px;
  overflow-y: scroll;
  height: 100%;
}
.md-contents .md-inner::-webkit-scrollbar {
  width: 16px;
  height: 10px;
}
.md-contents .md-inner::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
}
.md-contents .md-inner::-webkit-scrollbar-track {
  background: none;
}
.md-contents .md-inner::-webkit-scrollbar-corner {
  display: none;
}
.md-contents .md-inner::before {
  content: none;
}
.md-contents .md-inner .md-recipe-contents {
  margin-bottom: 20px;
}
.md-contents .md-inner .md-recipe-contents .img-area {
  position: relative;
  padding-top: 47.223%;
  width: 610px;
  margin: auto;
  height: auto;
  border: none;
}
.md-contents .md-inner .md-recipe-contents .img-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 5px #fff;
  -webkit-box-shadow: 15px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 15px 15px rgba(0, 0, 0, 0.5);
}
.md-contents .md-inner .md-recipe-contents .md-label {
  position: absolute;
  right: 40px;
  top: 27px;
  width: 90px;
  border: solid 3px #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.md-contents .md-inner .md-recipe-contents .md-label span {
  display: block;
  background: #000;
  width: 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  padding: 10px 10px 10px 5px;
}
.md-contents .md-inner .md-recipe-contents .md-label p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.5;
  font-size: 25px;
  padding: 25px 0;
}
.md-contents .md-inner .md-recipe-contents .recipe-area {
  margin-top: 45px;
  background: #fff;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe p {
  width: 135px;
  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;
  background: #f2efe3;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe p img {
  -o-object-fit: contain;
     object-fit: contain;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 7em;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe ul {
  padding: 15px;
  list-style: disc outside none;
  margin-left: 1.8em;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe ul li {
  font-size: 16px;
  font-weight: 600;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.material {
  border-bottom: solid 2px #fccf00;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul {
  list-style: none;
  margin-left: 0;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.5em;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li::before {
  width: 1em;
  display: inline-block;
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li:nth-child(1)::before {
  content: "①";
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li:nth-child(2)::before {
  content: "②";
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li:nth-child(3)::before {
  content: "③";
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li:nth-child(4)::before {
  content: "④";
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li:nth-child(5)::before {
  content: "⑤";
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li:nth-child(6)::before {
  content: "⑥";
}
.md-contents .md-inner .md-recipe-contents .recipe-area .recipe.making ul li:nth-child(7)::before {
  content: "⑦";
}
.md-contents .md-inner a.md-close {
  position: relative;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

button.slick-prev.slick-arrow {
  z-index: 1;
  left: auto;
  right: -60px;
  width: 30px;
  height: 50px;
}
button.slick-prev.slick-arrow::after {
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

button.slick-next.slick-arrow {
  z-index: 1;
  right: auto;
  left: -60px;
  width: 30px;
  height: 50px;
}
button.slick-next.slick-arrow::after {
  content: "";
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

/*====================================================================================
#oshitsuma
============================*========================================================*/
.p-oshitsuma {
  background: #f4c34d url(../../img/top/oshitsuma-gold-bg.jpg) center top no-repeat;
  background-size: cover;
}

.p-oshitsuma .p-section__inner {
  position: relative;
}

@media screen and (min-width: 1601px) {
  .p-oshitsuma {
    background-size: cover;
  }
}
.p-oshitsuma__sec-kv {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  background: url(../../img/top/oshitsuma-gold-bg.jpg) center top no-repeat;
  background-size: cover;
}

.p-oshitsuma__sec-kv::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #face06;
}

.-display-on.p-oshitsuma__sec-kv::after {
  -webkit-animation-name: kv-cover;
          animation-name: kv-cover;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-oshitsuma__sec-kv::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 90px;
  left: 0;
  display: block;
  width: 100%;
  height: 270px;
  background-repeat: no-repeat;
}

.p-oshitsuma__sec-kv .kv-image {
  position: relative;
}

html:not(.-is-loaded) .p-oshitsuma__sec-kv .kv-image {
  opacity: 0;
}

.-display-on.p-oshitsuma__sec-kv .kv-image {
  -webkit-animation-name: kv-image-inner;
          animation-name: kv-image-inner;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-oshitsuma__sec-kv .kv-image .kv-image-inner {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.-display-on.p-oshitsuma__sec-kv .kv-image .kv-image-inner {
  -webkit-animation-name: kv-image;
          animation-name: kv-image;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-oshitsuma__sec-kv .kv-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

html:not(.-is-loaded) .p-oshitsuma__sec-kv .kv-bg {
  opacity: 0;
}

.-display-on.p-oshitsuma__sec-kv .kv-bg {
  -webkit-animation-name: kv-image-inner;
          animation-name: kv-image-inner;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.p-oshitsuma__sec-kv .kv-bg .kv-bg-inner {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

.-display-on.p-oshitsuma__sec-kv .kv-bg .kv-bg-inner {
  -webkit-animation-name: kv-bg;
          animation-name: kv-bg;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes kv-cover {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes kv-cover {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes kv-image {
  0% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kv-image {
  0% {
    -webkit-transform: scale(1.35);
            transform: scale(1.35);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes kv-bg {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes kv-bg {
  0% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes kv-image-inner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes kv-image-inner {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-oshitsuma__sec-kv.-no-motion::after {
  width: 0;
}

.-display-on.p-oshitsuma__sec-kv.-no-motion::after {
  -webkit-animation-name: none;
          animation-name: none;
}

html:not(.-is-loaded) .p-oshitsuma__sec-kv.-no-motion .kv-image {
  opacity: 1;
}

.-display-on.p-oshitsuma__sec-kv.-no-motion .kv-image {
  -webkit-animation-name: none;
          animation-name: none;
}

.-display-on.p-oshitsuma__sec-kv.-no-motion .kv-image .kv-image-inner {
  -webkit-animation-name: none;
          animation-name: none;
}

html:not(.-is-loaded) .p-oshitsuma__sec-kv.-no-motion .-badge {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (min-width: 769px) {
  .-display-on.p-oshitsuma__sec-kv::after {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
}
.p-oshitsuma__sec-kv::before {
  background-position: center top;
}

@media (min-width: 769px) {
  .p-oshitsuma__sec-kv::before {
    background: url(../../img/top/oshitsuma-kv-title.png) center top no-repeat;
  }
}
@media (max-width: 768px) {
  .p-oshitsuma__sec-kv::before {
    background-image: url(../../img/top/ttl_kv_sp.png);
    background-size: 380px auto;
    z-index: 5;
  }
}
.p-oshitsuma__sec-kv .kv-image {
  z-index: 6;
  pointer-events: none;
  color: transparent;
}

@media (min-width: 769px) {
  .p-oshitsuma__sec-kv .kv-image {
    height: 900px;
  }
}
@media (max-width: 768px) {
  .p-oshitsuma__sec-kv .kv-image {
    height: 500px;
  }
}
.p-oshitsuma__sec-kv .kv-image .kv-image-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center, right center;
  -webkit-transition: background-position 1s ease;
  transition: background-position 1s ease;
}

@media (min-width: 769px) and (max-width: 1600px) {
  .p-oshitsuma__sec-kv .kv-image .kv-image-inner::after {
    background-image: url(../../img/top/oshitsuma-kv-left.jpg), url(../../img/top/oshitsuma-kv-right.jpg);
    background-position: left -200px top, right -200px top;
  }
}
@media (min-width: 1601px) {
  .p-oshitsuma__sec-kv .kv-image .kv-image-inner::after {
    background-image: url(../../img/top/oshitsuma-kv-left.jpg), url(../../img/top/oshitsuma-kv-right.jpg);
    background-position: left top, right top;
  }
}
.p-oshitsuma__sec-kv .-badge {
  position: absolute;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  z-index: 9;
  background-image: url(../../img/top/oshitsuma-follow.png);
  background-repeat: no-repeat;
}

.p-oshitsuma__sec-kv .-badge:hover {
  background-color: #fff;
  background-image: url(../../img/top/oshitsuma-follow-on.png);
}

@media (min-width: 769px) {
  html:not(.-is-loaded) .p-oshitsuma__sec-kv .-badge {
    -webkit-transform: translateY(166px);
            transform: translateY(166px);
  }
}
@media (max-width: 768px) {
  html:not(.-is-loaded) .p-oshitsuma__sec-kv .-badge {
    -webkit-transform: translateY(83px);
            transform: translateY(83px);
  }
}
.-display-on.p-oshitsuma__sec-kv .-badge {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: background-color, color, -webkit-transform;
  transition-property: background-color, color, -webkit-transform;
  transition-property: transform, background-color, color;
  transition-property: transform, background-color, color, -webkit-transform;
  -webkit-transition-duration: 0.55s, 0.17s, 0.17s;
          transition-duration: 0.55s, 0.17s, 0.17s;
  -webkit-transition-delay: 2.45s, 0s, 0s;
          transition-delay: 2.45s, 0s, 0s;
  -webkit-transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
          transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (min-width: 769px) {
  .p-oshitsuma__sec-kv .-badge {
    top: 170px;
    left: calc(50% + 230px);
    width: 188px;
    height: 188px;
    border-radius: 188px;
    padding-top: 40px;
    background-position: center center;
    font-size: 0;
  }
}
.p-oshitsuma__sec-kv .-badge .-underline {
  display: inline;
  border-bottom-style: solid;
  border-bottom-color: #face06;
}

@media (min-width: 769px) {
  .p-oshitsuma__sec-kv .-badge .-underline {
    border-bottom-width: 2px;
  }
}
@media (max-width: 768px) {
  .p-oshitsuma__sec-kv .-badge .-underline {
    border-bottom-width: 1px;
  }
}
@media (min-width: 769px) {
  .p-oshitsuma__sec-kv a.-badge {
    text-decoration: none;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.125s;
            transition-duration: 0.125s;
  }
  .p-oshitsuma__sec-kv a.-badge:hover {
    background-color: #fff;
    color: #000;
  }
}
.p-oshitsuma__title {
  text-align: center;
  position: relative;
}

.p-oshitsuma__title--h {
  position: relative;
  z-index: 1;
  top: 20px;
  height: 234px;
}

.p-oshitsuma__title--toha {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 702px;
}

.p-oshitsuma__about {
  background: url(../../img/top/oshitsuma-toha-bg.png) center top no-repeat;
  width: 848px;
  height: 583px;
  padding-top: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.p-oshitsuma__beer {
  position: absolute;
  bottom: 0;
  right: -31px;
  width: 364px;
  height: 633px;
}

.p-oshitsuma__button {
  position: relative;
}

.p-oshitsuma__button a {
  display: table;
  background: #00acee;
  width: 480px;
  height: 100px;
  border-radius: 50px;
  padding-left: 28px;
  padding-right: 28px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.p-oshitsuma__button a span {
  display: table-cell;
  vertical-align: middle;
  background: url(../../img/top/arrow-white-circle-icon-2.png) 0 center no-repeat;
  padding-left: 44px;
}

.p-oshitsuma__button a::after {
  display: block;
  background: url(../../img/top/twitter-click.png) 0 0 no-repeat;
  content: "";
  position: absolute;
  top: -60px;
  right: 303px;
  width: 102px;
  height: 71px;
}

.p-oshitsuma__note {
  padding-bottom: 12px;
  margin-left: 15px;
  font-size: 13px;
  color: #a3523a;
}

/*====================================================================================
#slider
====================================================================================*/
#oshitsuma .container {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  margin: auto;
}
#oshitsuma .container .slider {
  margin: auto;
  max-width: 900px;
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 1250px) {
  #oshitsuma .container .slider {
    max-width: 640px;
  }
}
#oshitsuma .container .slider.hidden {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
#oshitsuma .container .slick-track {
  padding: 10px 0;
}
#oshitsuma .container .slider .slide .inner {
  padding: 10px 5px;
}
#oshitsuma .container .oshitsuma__item {
  margin: 0 10px;
  background: #fff;
}
@media (max-width: 1250px) {
  #oshitsuma .container .oshitsuma__item {
    margin: 0 20px;
  }
}
#oshitsuma .container .oshitsuma__item p.img {
  width: 100%;
  position: relative;
  padding-top: 71.077%;
}
#oshitsuma .container .oshitsuma__item p.img img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#oshitsuma .container .oshitsuma__item .text__area {
  padding: 10px 25px 30px;
}
#oshitsuma .container .oshitsuma__item .text__area span.number {
  display: inline-block;
  position: relative;
}
#oshitsuma .container .oshitsuma__item .text__area span.number::after {
  background: #000;
  height: 1px;
  width: 100%;
  content: "";
  display: inline-block;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 3px;
}
#oshitsuma .container .oshitsuma__item .text__area p.title {
  font-size: 18px;
  line-height: 1.6;
  margin: 10px 0;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#oshitsuma .container .oshitsuma__item .text__area a.recipe {
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
  border: solid 2px #000;
  border-radius: 50px;
  padding: 5px;
  -webkit-box-shadow: 0 0 0 #000;
          box-shadow: 0 0 0 #000;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#oshitsuma .container .oshitsuma__item .text__area a.recipe:hover {
  color: #fff;
  background: #f4c34d;
  border: solid 2px #f4c34d;
}
#oshitsuma .container p.note {
  font-size: 14px;
  text-align: center;
  margin-top: 5px;
  color: #381a07;
}

/*====================================================================================
#lineup.p-lineup
====================================================================================*/
.p-lineup__title {
  position: relative;
}

.p-lineup__lineup__ul {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-lineup__lineup__ul::after {
  display: block;
  clear: both;
  content: "";
}

.p-lineup__lineup__li {
  text-align: center;
  float: left;
  width: 33%;
  display: block;
}

.p-lineup__lineup__ul > .p-lineup__lineup__li:last-child() {
  float: right;
}

.p-lineup__lineup__image {
  display: block;
  height: 851px;
}

.p-lineup__lineup__name {
  margin-top: -360px;
  display: block;
  height: 48px;
}

.p-lineup__lineup__button {
  display: block;
  margin-top: 25px;
}

.p-lineup__lineup__button a {
  display: table;
  border: solid 2px #381a07;
  background: #fff;
  width: 280px;
  height: 66px;
  border-radius: 33px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: 1;
  color: #381a07;
  font-size: 18px;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  letter-spacing: 0.075em;
}

.p-lineup__lineup__button a > span {
  display: table-cell;
  vertical-align: middle;
  background: url(../../img/top/arrow-white-circle-icon.png) 0 center no-repeat;
  padding-left: 1em;
  font-weight: bold;
}
/*# sourceMappingURL=top.css.map */