@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
  scrollbar-gutter: stable;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  user-select: none !important;
}

body.shop #shopHeader nav {
  border: none;
}

body.shop #shopHeader h1 {
  margin: 0;
}

/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
body {
  width: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Safari */
  font-family: "Zen Maru Gothic", "Open Sans", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", serif;
}

:root {
  color-scheme: light;
}

@media screen and (min-width: 769px) {
  header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}

main {
  flex-grow: 1;
}

@media screen and (min-width: 769px) {
  .inner {
    max-width: 1032px;
    width: 100%;
    margin: 0 auto;
    padding: 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 8vw;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .sp {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.center {
  text-align: center;
}

.red {
  color: #EA0029;
}

body.shop #mainHeader {
  margin: 0;
}

#mainContent, #mainFooter {
  background-color: #F5F2EA;
}

body.shop #shopHeader nav ul li {
  line-height: 1;
  height: auto;
}

.scrollSet {
  opacity: 0;
  filter: blur(10px);
  will-change: filter;
  transition: opacity 0.5s ease, filter 0.5s ease 0.2s, transform 0.5s ease 0.2s;
  transform: translateY(200px);
}
.scrollSet.blurIn {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

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

#mainHeader {
  position: fixed;
  top: 0;
}
#maskpage, #keanapack, #gumipage {
  display: none;
}

#maskogp, #gumiogp, #keanapackogp {
  display: none;
}

.informationBannerText p {
  font-weight: bold;
}

.footerproduct-sns {
  display: none;
}

.l-header {
  background-color: #F0F483;
  z-index: 51;
  margin: 0;
  width: 100%;
  border-bottom: 1px #000000 solid;
}
.l-header .informationBanner {
  padding: 0px 16px;
}
.l-header__wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    height: 4.4vw;
  }
}
@media screen and (min-width: 769px) {
  .l-header__wrapper {
    height: 90px;
  }
}
.l-header__logo {
  text-decoration: none;
  display: block !important;
}
.l-header__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    max-width: 987px;
    padding: 21px 10px;
  }
}
.l-header__logo {
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d1511ede7ed/logo.png") no-repeat 0 0;
  background-size: 100% auto;
  display: block;
  text-decoration: none;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    width: 103px;
    height: 18px;
  }
}
@media screen and (min-width: 769px) {
  .l-header__logo {
    width: 206px;
    height: 36px;
  }
}
.l-header__top {
  display: flex;
  align-items: center;
  line-height: 1;
}
.l-header__top--item {
  margin: 0;
}
@media screen and (min-width: 769px) {
  .l-header__top--item {
    margin: 7px;
  }
}
.l-header__top--item a {
  display: inline-block;
  white-space: nowrap;
}
.l-header__cart {
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d154cd60202/icon_cart.png") no-repeat 0 0;
  background-size: 100% auto;
  display: block;
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 769px) {
  .l-header__cart {
    width: 48px;
    height: 48px;
    margin-left: 23px;
  }
}

@media screen and (min-width:481px) and (max-width:769px) {
  body.shop #shopHeader nav ul {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 768px) {
  body.shop #shopHeader nav ul {
    flex-wrap: nowrap;
  }
  body.shop #shopHeader nav ul li a {
    padding: 3px 5px;
  }
}
#shopHeader {
  z-index: 2;
}

.l-header__announce {
  border-bottom: solid 1px #000000;
  background-color: #FFFFFF;
}
@media screen and (min-width: 769px) {
  .l-header__announce {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__announce {
    padding: 10px 0;
  }
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .l-header__btn {
    display: none;
  }
}
.l-header__contents {
  display: flex;
  align-items: center;
}

.l-nav__pc {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-nav__pc {
    display: none;
  }
}
.l-nav__lists {
  padding-left: 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.l-nav__sp {
  transition: all 0.5s;
}
@media screen and (min-width: 769px) {
  .l-nav__sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-nav__sp {
    position: fixed;
    width: 100%;
    background-color: #F0F483;
    top: -100%;
  }
}
.l-nav__sp.active {
  top: 86px;
  transition: all 0.5s;
}
.l-nav__sp--inner {
  position: relative;
  width: 100%;
  padding: 10px 8.58vw 8.58vw;
}
@media screen and (min-width: 769px) {
  .l-nav__links {
    display: flex;
    align-items: center;
  }
}
.l-nav__item {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-nav__item {
    padding: 4vw 0;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__item {
    margin-left: 40px;
  }
}
.l-nav__item-arrow {
  display: block;
  background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fb3a39f3491/img_arrow.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 8px 11px;
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .l-nav__item-arrow {
    padding: 4vw 0 4vw 26px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__item-arrow {
    padding: 18px 0 18px 26px;
  }
}
.l-nav__lists {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
@media screen and (max-width: 768px) {
  .l-nav__lists {
    padding-left: 15px;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__lists {
    position: absolute;
    background-color: #F0F483;
    top: 4.6em;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__lists--inner {
    padding: 0 28px 18px 32px;
  }
}
.l-nav__links--inner {
  position: relative;
}
.l-nav__accordion {
  display: flex;
  cursor: pointer;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-nav__accordion {
    padding: 4vw 0;
  }
}
@media screen and (min-width: 769px) {
  .l-nav__accordion {
    flex-direction: row-reverse;
  }
}
.l-nav__mark {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 0 20px;
  display: block;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}
.l-nav__mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 2px;
  min-height: 2px;
  border-radius: 10px;
  background: #000;
  display: block;
}
.l-nav__mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  min-width: 2px;
  height: 75%;
  border-radius: 10px;
  background: #000;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.l-nav__sp--sns {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
}
.l-nav__sp--sns-icon {
  width: 48px;
  display: block;
  margin: 0 12px 0 0;
}
.l-nav__sp--sns-icon img {
  width: 100%;
  height: auto;
}
.l-nav__sp--kakusen {
  width: 19.4vw;
  position: absolute;
  right: 8.58vw;
  bottom: 8.58vw;
}

.l-nav__accordion.open .l-nav__mark {
  transform: rotate(-179.99deg);
}
.l-nav__accordion.open .l-nav__mark::after {
  transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}

body.shop #mainFooter {
  margin: 0;
}

.l-footer {
  width: 100%;
  overflow: hidden;
}
.l-footer__inner {
  padding: 16vw 0 23vw;
}
@media screen and (min-width: 769px) {
  .l-footer__inner {
    padding: 158px 0 225px;
    width: 987px;
    margin: 0 auto;
  }
}
.l-footer__ttl {
  margin: 0 auto 4.5vw;
}
@media screen and (min-width: 769px) {
  .l-footer__ttl {
    margin: 0 auto 43px;
  }
}
.l-footer__sns {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .l-footer__sns {
    margin: 0 auto 27px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__sns {
    margin: 0 auto 2.6vw;
  }
}
.l-footer__sns--item {
  margin: 0 1.2vw;
}
@media screen and (min-width: 769px) {
  .l-footer__sns--item {
    margin: 0 12px;
  }
}
.l-footer__policy {
  display: flex;
  justify-content: center;
}
.l-footer__policy--item {
  margin: 0 2vw;
}
@media screen and (min-width: 769px) {
  .l-footer__policy--item {
    margin: 0 46px;
  }
}
.l-footer__tiktok {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-footer__tiktok {
    width: 190px;
    margin: 0 auto 130px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__tiktok {
    width: 27.2vw;
    margin: 0 auto 13vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__strict {
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__strict {
    margin: 0 auto 4vw;
  }
}
@media screen and (min-width: 769px) {
  .l-footer__yamisns {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__yamisns {
    padding-bottom: 9vw;
  }
}

.l-container__inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .l-container__inner {
    padding: 0 50px;
    width: 987px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .l-container__inner {
    padding: 0 5vw;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-container__inner {
    padding: 0 5vw;
    width: 100%;
  }
}

.l-main__tiktok--video {
  background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fd70eb2e823/bg_tiktok.png");
  margin: 0 auto;
  background-position: 0 0;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .l-main__tiktok--video {
    width: 395px;
    height: 689px;
    padding: 35px 0;
    margin: 47px auto 0;
    background-size: 395px 689px;
  }
}
@media screen and (max-width: 768px) {
  .l-main__tiktok--video {
    width: 326px;
    height: 552px;
    padding: 18px 0 0;
    margin: 3.7vw auto 0;
    background-size: 326px 552px;
  }
}
.l-main__tiktok--video.gumi {
  background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fde52ad105e/bg_tiktok-gumi.png");
}
@media screen and (min-width: 769px) {
  .l-main__tiktok--video-in {
    border: solid 2px #FFF;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 30px;
    width: 325px;
    height: 619px;
  }
}
@media screen and (max-width: 768px) {
  .l-main__tiktok--video-in {
    border: solid 2px #FFF;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 20px;
    width: 290px;
    height: 515px;
  }
}
.l-main__tiktok--video-in .tiktok-embed {
  margin: 0 !important;
}
@media screen and (min-width: 769px) {
  .l-main__pcinner {
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
  }
}

.c-button__tiktok {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2ca7290059/icon_tiktok.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 6vw;
  height: 6vw;
}
@media screen and (min-width: 769px) {
  .c-button__tiktok {
    width: 68px;
    height: 68px;
  }
}
.c-button__insta {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2cab1f12e9/icon_insta.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 6vw;
  height: 6vw;
}
@media screen and (min-width: 769px) {
  .c-button__insta {
    width: 68px;
    height: 68px;
  }
}
.c-button__youtube {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2cae4bf6ea/icon_youtube.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 6vw;
  height: 6vw;
}
@media screen and (min-width: 769px) {
  .c-button__youtube {
    width: 68px;
    height: 68px;
  }
}
.c-button__x {
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2cafdf022a/icon_x.png") no-repeat 0 0;
  background-size: 100% auto;
  width: 6vw;
  height: 6vw;
}
@media screen and (min-width: 769px) {
  .c-button__x {
    width: 68px;
    height: 68px;
  }
}
.c-button__spmenu {
  position: relative;
  width: 30px;
  height: 20px;
  max-width: 30px;
  max-height: 20px;
  cursor: pointer;
}
.c-button__spmenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
.c-button__spmenu span:nth-of-type(1) {
  top: 0;
}
.c-button__spmenu span:nth-of-type(2) {
  top: 9px;
}
.c-button__spmenu span:nth-of-type(3) {
  bottom: 0;
}
.c-button__spmenu.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}
.c-button__spmenu.active span:nth-of-type(2) {
  opacity: 0;
}
.c-button__spmenu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}

.c-image__carousel {
  border-top: solid 1px #000;
}
@media screen and (min-width: 769px) {
  .c-image__carousel {
    padding: 36px 0 56px;
  }
}
@media screen and (max-width: 768px) {
  .c-image__carousel {
    padding: 3.8vw 0 5.6vw;
  }
}
.c-image__carousel--wrap {
  display: flex;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-image__carousel--wrap {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-image__carousel--wrap {
    padding: 6.1vw 0;
  }
}
.c-image__carousel--list {
  display: flex;
}
.c-image__carousel--list.left {
  animation: horizontal-animation 30s linear infinite;
}
.c-image__carousel--list.right {
  animation: horizontal-right 30s linear infinite;
}
@media screen and (min-width: 769px) {
  .c-image__carousel--item {
    width: 1442px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-image__carousel--item {
    width: 349vw;
    height: auto;
  }
}
.c-image__top01 {
  animation-name: bounce;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center bottom;
}
.c-image__top02 {
  animation-name: bounce02;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center bottom;
}
.c-image__top03 {
  animation-name: bounce;
  animation-duration: 0.7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center bottom;
}
.c-image__top04 {
  animation-name: bounce02;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center bottom;
}

@keyframes bounce02 {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態 */
  30% {
    transform: scale(1.1, 0.8) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  80% {
    transform: scale(1, 1) translate(0%, -10%);
  } /* 潰れた反動が終り、空中で元に戻る */
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}
@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態 */
  30% {
    transform: scale(1.2, 0.7) translate(0%, 0%);
  } /* 地面に着地し、その変動で潰れだす */
  40% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 潰れた反動で一瞬元に戻る */
  50% {
    transform: scale(0.9, 1.01) translate(0%, -5%);
  } /* 潰れた反動で縦に伸び、その勢いでバウンド開始 */
  60% {
    transform: scale(1, 1) translate(0%, -10%);
  } /* 潰れた反動が終り、空中で元に戻る */
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  } /* 初期状態に戻る */
}
@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes horizontal-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.c-buy__soldout {
  width: 35.6vw;
  height: 10.1vw;
  width: 42.8vw;
  height: 12.2vw;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/692d09949dd34/soldout_btn.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__soldout {
    width: 356px;
    height: 101px;
    margin: 10px auto 0;
  }
}
.c-buy__product {
  background-color: #FFF;
}
@media screen and (min-width: 769px) {
  .c-buy__product {
    width: 987px;
    margin: 0 auto;
    padding: 18px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__product {
    width: 100%;
    padding: 10vw 5vw 10vw 0;
  }
}
.c-buy__gummytoy-top {
  width: 42vw;
  height: 10.3vw;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d1892c5d94c/btn_gumi-01.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__gummytoy-top {
    width: 420px;
    height: 103px;
  }
  .c-buy__gummytoy-top:hover {
    opacity: 0.7;
  }
}
.c-buy__gummytoy-10-top {
  width: 42vw;
  height: 10.3vw;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d1860d47489/btn_gumi.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__gummytoy-10-top {
    width: 420px;
    height: 103px;
  }
  .c-buy__gummytoy-10-top:hover {
    opacity: 0.7;
  }
}
.c-buy__gummytoy-10gumi {
  width: 42vw;
  height: 12.3vw;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/68fdf2a4c161d/btn_gumi-10.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__gummytoy-10gumi {
    width: 348px;
    height: 100px;
  }
  .c-buy__gummytoy-10gumi:hover {
    opacity: 0.7;
  }
}
.c-buy__gummytoy {
  width: 35.6vw;
  height: 10.1vw;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2258a86b8c/btn_product-gumi-01.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__gummytoy {
    width: 356px;
    height: 101px;
  }
  .c-buy__gummytoy:hover {
    opacity: 0.7;
  }
}
.c-buy__gumygtoy02 {
  background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68ff3e03046d0/btn_gumi02.png");
  background-repeat: no-repeat;
  background-size: contain;
  white-space: nowrap;
  text-indent: -9999px;
}
@media screen and (min-width: 769px) {
  .c-buy__gumygtoy02 {
    width: 348px;
    height: 56px;
  }
  .c-buy__gumygtoy02:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__gumygtoy02 {
    width: 42.8vw;
    height: 6.8vw;
  }
}
@media screen and (min-width: 769px) {
  .c-buy__gumytoy02--wrap {
    margin-top: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__gumytoy02--wrap {
    margin-top: 2.3vw;
  }
}
.c-buy__gummytoy-10 {
  width: 35.6vw;
  height: 10.1vw;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d22642a4569/btn_product-gumi-10.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__gummytoy-10 {
    width: 356px;
    height: 101px;
  }
  .c-buy__gummytoy-10:hover {
    opacity: 0.7;
  }
}
.c-buy__maskbtn {
  width: 42vw;
  height: 10.3vw;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d23abd5b474/btn_mask-product.png") no-repeat 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__maskbtn {
    width: 420px;
    height: 103px;
  }
  .c-buy__maskbtn:hover {
    opacity: 0.7;
  }
}
.c-buy__keanatop {
  width: 42vw;
  height: 10.3vw;
  white-space: nowrap;
  text-indent: -9999px;
  display: block;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2697e8e6d3/btn_fv-keana.png") no-repeat 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__keanatop {
    width: 420px;
    height: 103px;
  }
  .c-buy__keanatop:hover {
    opacity: 0.7;
  }
}
.c-buy__keana {
  width: 35.6vw;
  height: 10.1vw;
  width: 42.8vw;
  height: 12.2vw;
  margin-top: 10px;
  display: block;
  white-space: nowrap;
  text-indent: -9999px;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d25b1370d18/btn_mask.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 769px) {
  .c-buy__keana {
    width: 356px;
    height: 101px;
    margin: 10px auto 0;
  }
  .c-buy__keana:hover {
    opacity: 0.7;
  }
}
.c-buy__intro {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .c-buy__intro {
    margin-right: 50px;
  }
}
.c-buy__intro02 {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-buy__intro02 {
    margin-right: 50px;
  }
}
.c-buy__intro--txtwrap {
  display: flex;
  align-items: center;
}
.c-buy__intro--imgblc {
  background-color: #FFF;
  min-width: 46vw;
  width: 46vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5vw 0;
  margin-right: 5vw;
}
@media screen and (min-width: 769px) {
  .c-buy__intro--imgblc {
    padding: 80px 0;
    margin-right: 87px;
    min-width: 493px;
    width: 493px;
  }
}
@media screen and (min-width: 769px) {
  .c-buy__gumi--type {
    margin-bottom: 10px;
    width: 162px;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__gumi--type {
    margin-bottom: 10px;
    width: 20vw;
  }
}
.c-buy__intro--img {
  width: 33vw;
}
@media screen and (min-width: 769px) {
  .c-buy__intro--img {
    width: 330px;
  }
}
.c-buy__intro--img img {
  object-fit: cover;
}
.c-buy__intro--img01 {
  width: 28vw;
}
@media screen and (min-width: 769px) {
  .c-buy__intro--img01 {
    width: 302px;
  }
}
.c-buy__intro--img01 img {
  object-fit: cover;
}
.c-buy__intro--img02 {
  width: 25vw;
}
@media screen and (min-width: 769px) {
  .c-buy__intro--img02 {
    width: 240px;
  }
}
.c-buy__intro--img02 img {
  object-fit: cover;
}
.c-buy__off {
  display: inline-block;
  padding: 0 6px;
  color: #FFF;
  margin-left: 6px;
  background-color: #000;
}
@media screen and (min-width: 769px) {
  .c-buy__off {
    margin-right: 10px;
    padding: 0 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__off {
    margin-right: 10px;
    padding: 0 12px;
  }
}
.c-buy__strong {
  font-size: 1.5em;
  display: inline-block;
  margin-left: 4px;
}
@media screen and (max-width: 768px) {
  .c-buy__strong {
    font-size: 5vw;
  }
}
.c-buy__dashed {
  text-decoration: line-through;
  display: inline-block;
  margin-left: 0.2em;
  font-size: 1.2em;
}
@media screen and (min-width: 769px) {
  .c-buy__product--explain {
    margin-bottom: 10px;
  }
}
.c-buy__sale--inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .c-buy__sale--inner {
    margin: 15px 0 8px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__sale--inner {
    margin: 2vw 0 1vw 0;
  }
}
.c-buy__off--price {
  display: inline-block;
}
.c-buy__off--price p {
  line-height: 0.7;
}
.c-buy__price {
  margin: 8px 0 0;
}
.c-buy__price p {
  line-height: 0.8;
}
@media screen and (min-width: 769px) {
  .c-buy__notewrap {
    margin-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__notewrap {
    width: 42.8vw;
    margin-top: 8px;
  }
}
.c-buy__sale--arrow {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fd897549313/arrow.png");
}
@media screen and (min-width: 769px) {
  .c-buy__sale--arrow {
    margin: 0 6px 0 8px;
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__sale--arrow {
    margin: 0 1px 0 3px;
    width: 2.3vw;
    height: 2.3vw;
  }
}
@media screen and (min-width: 769px) {
  .c-buy__intro--mop {
    width: 200px;
    margin: 0 0 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__intro--mop {
    width: 24.6vw;
    margin: 0 0 1.5vw;
  }
}
@media screen and (min-width: 769px) {
  .c-buy__intro--camptxtwrap {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-buy__intro--camptxtwrap {
    margin: 0 0 1vw;
  }
}
@media screen and (min-width: 769px) {
  .c-buy__sale-sblc {
    width: 320px;
    margin: 0 auto;
  }
}

.c-modal__bg {
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.c-modal__contents {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.c-modal__contents--img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-modal__contents--img {
    width: 100%;
    max-width: 740px;
    max-height: 70vh;
    height: auto;
  }
  .c-modal__contents--img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 70vh;
    object-fit: contain;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__contents--img {
    width: 90vw;
    height: auto;
  }
  .c-modal__contents--img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.c-modal__contents--img-s {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.c-modal__btn {
  position: absolute;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-modal__btn {
    width: 50px;
    right: 20px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-modal__btn {
    width: 5.8vw;
    right: 2vw;
    top: 2vw;
  }
}

.c-title__section {
  border-top: solid 1px #381317;
  border-bottom: solid 1px #381317;
  padding: 3vw 0;
}
@media screen and (min-width: 769px) {
  .c-title__section {
    padding: 30px 0;
  }
}
.c-title__tiktok {
  background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fd6e9c3eb0b/ttl_tiktok.png");
  white-space: nowrap;
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: contain;
  margin: 0 auto;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  .c-title__tiktok {
    width: 480px;
    height: 104px;
  }
}
@media screen and (max-width: 768px) {
  .c-title__tiktok {
    width: 60vw;
    height: 12.36vw;
  }
}

@media screen and (min-width: 769px) {
  .c-product__wrapper {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 768px) {
  .c-product__wrapper {
    padding-bottom: 6vw;
  }
}

.p-home__fv {
  margin: 0 auto;
}
.p-home__fv--inner {
  width: 100%;
  padding: 14vw 0;
}
@media screen and (min-width: 769px) {
  .p-home__fv--inner {
    width: 987px;
    margin: 0 auto;
    padding: 136px 0;
  }
}
.p-home__fv--img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}
.p-home__fv--imgitem {
  width: 16vw;
  margin: 0 1vw;
}
@media screen and (min-width: 769px) {
  .p-home__fv--imgitem {
    width: 158px;
    margin: 0 10px;
  }
}
.p-home__fv--imgitem02 {
  width: 22vw;
  margin: 0 1.5vw;
  padding-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .p-home__fv--imgitem02 {
    width: 212px;
    margin: 0 15px;
    padding-bottom: 19px;
  }
}
.p-home__fv--ttl {
  width: 53vw;
  margin: 0 auto 2vw;
}
@media screen and (min-width: 769px) {
  .p-home__fv--ttl {
    width: 522px;
    margin: 0 auto 18px;
  }
}
.p-home__product {
  display: flex;
  align-items: center;
}
.p-home__section {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-home__gumi {
    padding-top: 145px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi {
    padding-top: 14.6vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi {
    padding-top: 14.6vw;
  }
}
.p-home__gumi--inner {
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d17467aa827/bg_red.jpg") repeat 0 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--inner {
    padding: 622px 0 40px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--inner {
    padding: 63vw 0 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--inner {
    padding: 63vw 0 4vw;
  }
}
.p-home__gumi--inner-con {
  position: absolute;
  max-width: 987px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-home__gumi--inner-con {
    top: -33px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--inner-con {
    top: -3.3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--inner-con {
    top: -3.3vw;
  }
}
.p-home__gumi--img {
  position: relative;
}
.p-home__gumi--new {
  position: absolute;
  animation: 0.2s linear infinite hurueru;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--new {
    width: 317px;
    top: -60px;
    right: 30px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--new {
    width: 32vw;
    top: -6vw;
    right: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--new {
    width: 32vw;
    top: -6vw;
    right: 3vw;
  }
}
.p-home__gumi--item {
  position: absolute;
  width: 43.8vw;
  top: 6vw;
  left: 8.5vw;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--item {
    width: 433px;
    top: 66px;
    left: 84px;
  }
}
.p-home__gumi--btnblock {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-home__gumi--btn {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--btn {
    max-width: 420px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--btn {
    max-width: 42vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--btn {
    max-width: 42vw;
  }
}
.p-home__gumi--explain {
  padding-bottom: 26vw;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--explain {
    padding-bottom: 256px;
  }
}
.p-home__gumi--exinner {
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d197475cda4/bg_dot.png") repeat 0 0;
  background-size: 56px 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--exinner {
    padding-top: 67px;
    padding-bottom: 57px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--exinner {
    padding-top: 6.8vw;
    padding-bottom: 5.7vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--exinner {
    padding-top: 6.8vw;
    padding-bottom: 5.7vw;
  }
}
.p-home__gumi--feature {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--feature {
    padding-top: 880px;
    width: 842px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--feature {
    padding-top: 89vw;
    width: 85vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--feature {
    padding-top: 89vw;
    width: 85vw;
  }
}
.p-home__gumi--eximg {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--eximg {
    width: 788px;
    margin: 0 auto;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--eximg {
    width: 80vw;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--eximg {
    width: 80vw;
    margin: 0 auto;
  }
}
.p-home__gumi--eximg01 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-home__gumi--eximg01 {
    width: 376px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--eximg01 {
    width: 38vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--eximg01 {
    width: 38vw;
  }
}
.p-home__gumi--eximg02 {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--eximg02 {
    top: 406px;
    width: 376px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--eximg02 {
    top: 41.1vw;
    width: 38vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--eximg02 {
    top: 41.1vw;
    width: 38vw;
  }
}
.p-home__gumi--eximg03 {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--eximg03 {
    top: 406px;
    width: 376px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--eximg03 {
    top: 41.1vw;
    width: 38vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--eximg03 {
    top: 41.1vw;
    width: 38vw;
  }
}
.p-home__gumi--producer {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--producer {
    max-width: 780px;
    padding-top: 68px;
    margin: 0 auto 154px;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .p-home__gumi--producer {
    max-width: 79vw;
    padding-top: 7vw;
    margin: 0 auto 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--producer {
    max-width: 79vw;
    padding-top: 7vw;
    margin: 0 auto 16vw;
  }
}
.p-home__gumi--producer-img {
  margin-bottom: 5.3vw;
}
.p-home__gumi--producer-img img {
  border-radius: 4vw;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--producer-img {
    margin-bottom: 53px;
  }
  .p-home__gumi--producer-img img {
    border-radius: 40px;
  }
}
.p-home__gumi--producer-ttl {
  margin-bottom: 3vw;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--producer-ttl {
    margin-bottom: 30px;
  }
}
.p-home__gumi--producer-txt {
  margin-bottom: 3vw;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .p-home__gumi--producer-txt {
    margin-bottom: 30px;
  }
}
.p-home__gumi--float {
  display: inline-block;
}
.p-home__gumi--producer-txtblc {
  display: flex;
}
.p-home__gumi--producer-space {
  width: 1px;
  height: 100%;
}
.p-home__gumi--producer-spimg {
  width: 40vw;
  min-width: 40vw;
  display: inline-block;
  margin-left: 4vw;
}
.p-home__product {
  margin: 0 auto;
  width: 100%;
  padding-right: 5vw;
}
@media screen and (min-width: 769px) {
  .p-home__product {
    width: 987px;
  }
}
.p-home__product--wrapper {
  margin-top: 9vw;
  margin-bottom: 30vw;
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__product--wrapper {
    margin-top: 90px;
    margin-bottom: 295px;
  }
}
.p-home__product--type {
  width: 20vw;
  margin: 0 0 2vw;
  box-sizing: border-box;
}
.p-home__product--type img {
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-home__product--type {
    width: 212px;
    margin: 0 0 18px;
  }
}
.p-home__product--type02 {
  width: 26vw;
  margin: 0 0 2vw;
  box-sizing: border-box;
}
.p-home__product--type02 img {
  object-fit: contain;
}
@media screen and (min-width: 769px) {
  .p-home__product--type02 {
    width: 257px;
    margin: 0 0 18px;
  }
}
.p-home__product--name {
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 769px) {
  .p-home__product--name {
    margin-bottom: 16px;
  }
}
.p-home__product--brand {
  margin-bottom: 2vw;
}
@media screen and (min-width: 769px) {
  .p-home__product--brand {
    margin-bottom: 20px;
  }
}
.p-home__product--explain {
  margin-bottom: 3vw;
}
@media screen and (min-width: 769px) {
  .p-home__product--explain {
    margin-bottom: 30px;
  }
}
.p-home__product--btnblck {
  margin-top: 1.4vw;
}
@media screen and (min-width: 769px) {
  .p-home__product--btnblck {
    margin-top: 13px;
  }
}
.p-home__product--disable {
  width: 35.6vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__product--disable {
    width: 356px;
  }
}
.p-home__mask {
  width: 100%;
  display: block;
}
.p-home__mask--fv {
  background-color: #F4EF8B;
  width: 100%;
  position: relative;
  height: 78vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__mask--fv {
    height: 770px;
  }
}
.p-home__mask--ftext {
  position: absolute;
  bottom: 6.9vw;
  left: calc(50% - 9vw);
  transform: translateX(-50%);
  width: 84vw;
}
@media screen and (min-width: 769px) {
  .p-home__mask--ftext {
    width: 829px;
    bottom: 68px;
    left: calc(50% - 90px);
  }
}
.p-home__mask--img {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 82.3vw;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2ae96ba82d/mask_yumichan.png") no-repeat;
  background-position: center bottom;
  background-size: 148.3vw 82.3vw;
}
@media screen and (min-width: 769px) {
  .p-home__mask--img {
    background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2ae96ba82d/mask_yumichan.png") no-repeat;
    background-size: 1467px 813px;
    padding-top: 813px;
    background-position: center bottom;
  }
}
.p-home__mask--imgproduct {
  position: absolute;
  width: 22vw;
  bottom: 13.5vw;
  right: 5vw;
}
@media screen and (min-width: 769px) {
  .p-home__mask--imgproduct {
    width: 212px;
    bottom: 132px;
    left: calc(50% + 346px);
    transform: translateX(-50%);
  }
}
.p-home__mask--btn {
  position: absolute;
  bottom: 3.8vw;
  right: 5vw;
  display: block;
}
@media screen and (min-width: 769px) {
  .p-home__mask--btn {
    bottom: 37px;
    left: calc(50% + 16vw);
    transform: translateX(-50%);
  }
}
.p-home__maskbtm {
  padding: 5.5vw 0 0;
  margin: 0 auto 9.6vw;
  max-width: 90vw;
}
@media screen and (min-width: 769px) {
  .p-home__maskbtm {
    padding: 52px 0 0;
    max-width: 887px;
    margin: 0 auto 94px;
  }
}
.p-home__maskbtm--ttl {
  width: 78.5vw;
  margin: 0 auto 4vw;
}
@media screen and (min-width: 769px) {
  .p-home__maskbtm--ttl {
    width: 782px;
    margin: 0 auto 40px;
  }
}
.p-home__maskbtm--feature {
  width: 85vw;
  margin: 0 auto 7.2vw;
}
@media screen and (min-width: 769px) {
  .p-home__maskbtm--feature {
    width: 838px;
    margin: 0 auto 70px;
  }
}
.p-home__maskbtm--seibun {
  margin: 0 0 4vw;
}
@media screen and (min-width: 769px) {
  .p-home__maskbtm--seibun {
    margin: 0 0 67px;
  }
}
.p-home__maskbtm--seibun-ttl {
  margin-bottom: 1vw;
}
@media screen and (min-width: 769px) {
  .p-home__maskbtm--seibun-ttl {
    margin-bottom: 16px;
  }
}
.p-home__maskbtm--seibun-txt {
  padding-left: 5vw;
}
@media screen and (min-width: 769px) {
  .p-home__maskbtm--seibun-txt {
    padding-left: 50px;
  }
}
.p-home__keanatop {
  width: 100%;
}
.p-home__keanatop--fv {
  background-color: #F5BF43;
  width: 100%;
  position: relative;
  height: 78vw;
}
@media screen and (min-width: 769px) {
  .p-home__keanatop--fv {
    height: 770px;
  }
}
.p-home__keanatop--txt {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p-home__keanatop--txt img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .p-home__keanatop--txt {
    width: 987px;
  }
}
.p-home__keanatop--img {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 85vw;
  background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2b458744cb/img_keana-feature.png") no-repeat;
  background-position: center bottom;
  background-size: 202vw 85vw;
}
@media screen and (min-width: 769px) {
  .p-home__keanatop--img {
    background: url("https://basefile.akamaized.net/yammystoy-base-ec/67d2b458744cb/img_keana-feature.png") no-repeat;
    background-size: 2000px 840px;
    padding-top: 840px;
    background-position: center bottom;
  }
}
.p-home__keanatop--btn {
  position: absolute;
  right: 5vw;
  bottom: 3.8vw;
}
@media screen and (min-width: 769px) {
  .p-home__keanatop--btn {
    bottom: 37px;
    left: calc(50% + 16vw);
    transform: translateX(-50%);
  }
}
.p-home__keanabtm {
  width: 100%;
  padding-top: 7vw;
  padding-bottom: 15vw;
}
@media screen and (min-width: 769px) {
  .p-home__keanabtm {
    padding-top: 68px;
    width: 987px;
    margin: 0 auto;
    padding-bottom: 144px;
  }
}
.p-home__keanabtm--img {
  width: 93.5vw;
  margin: 0 auto 7.2vw;
}
@media screen and (min-width: 769px) {
  .p-home__keanabtm--img {
    width: 923px;
    margin: 0 auto 70px;
  }
}
.p-home__keanabtm--txt {
  margin: 0 auto 10vw;
}
@media screen and (min-width: 769px) {
  .p-home__keanabtm--txt {
    margin: 0 auto 95px;
  }
}
.p-home__profile--wrapper {
  padding: 10vw 0 16vw;
  border-bottom: solid 1px #381317;
  width: 100vw;
  margin: 0 auto;
  padding-right: 4vw;
}
@media screen and (min-width: 769px) {
  .p-home__profile--wrapper {
    padding: 100px 0 160px;
  }
}
.p-home__profile {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-home__profile {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-home__profile--txtblc {
    padding: 0 9vw 8vw;
  }
}
.p-home__profile--img {
  width: 45vw;
  min-width: 45vw;
  margin: 0 auto 6.66vw;
}
@media screen and (min-width: 769px) {
  .p-home__profile--img {
    width: 450px;
    min-width: 450px;
    margin-right: 40px;
  }
}
.p-home__profile--sblc {
  margin: 1.7vw 0 2.5vw;
}
@media screen and (min-width: 769px) {
  .p-home__profile--sblc {
    margin: 17px 0 28px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__profile--blc {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .p-home__profile--blc {
    display: flex;
    align-items: center;
    width: 987px;
    margin: 0 auto;
    padding-left: 50px;
  }
}
.p-home__sns {
  display: flex;
  margin-top: 3vw;
}
@media screen and (min-width: 769px) {
  .p-home__sns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 7.87vw auto 0;
  }
}
.p-home__sns--item {
  margin-right: 2.5vw;
}
@media screen and (min-width: 769px) {
  .p-home__sns--item {
    margin-right: 25px;
  }
}

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(3px, 3px) rotateZ(5deg);
  }
  50% {
    transform: translate(0px, 3px) rotateZ(0deg);
  }
  75% {
    transform: translate(3px, 0px) rotateZ(-5deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
.p-home__mask {
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #fffee0;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-home__mask {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/692cff7fadd28/bg_mask.png");
    background-size: 2000px 748px;
    padding: 30px 0 0;
    height: 748px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mask {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fc9c6d9d3cd/bg_mask-sp.png");
    background-size: 100% auto;
    height: 134vw;
    padding: 6.6vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-home__mask--ttl {
    margin: 13px auto 0;
    width: 493px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__mask--ttl {
    margin: 2.3vw auto 0;
    width: 81.6vw;
  }
}
.p-home__mask--camp {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-home__mask--camp {
    width: 220px;
    bottom: 40px;
    left: calc(50% + 210px);
    transition: transform 0.3s ease;
  }
  .p-home__mask--camp:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .p-home__mask--camp {
    width: 35.7vw;
    bottom: 6.5vw;
    right: 4.5vw;
  }
}
.p-home__pack {
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #f4e5dd;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-home__pack {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fc9d978896a/bg_pack.png");
    background-size: 2000px 748px;
    padding: 30px 0 0;
    height: 748px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__pack {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fc9f4a42d93/bg_pack-sp.png");
    background-size: 100% auto;
    height: 124vw;
    padding: 6.6vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-home__pack--ttl {
    margin: 13px auto 0;
    width: 586px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__pack--ttl {
    margin: 2.3vw auto 0;
    width: 74.7vw;
  }
}
.p-home__gumi {
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #8ad4e3;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-home__gumi {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fca3fe8256c/bg_gumi.png");
    background-size: 2000px 748px;
    padding: 30px 0 0;
    height: 748px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fca5c1e822f/bg_gumi-sp.png");
    background-size: 100% auto;
    height: 108vw;
    padding: 6.6vw 0 0;
  }
}
@media screen and (min-width: 769px) {
  .p-home__gumi--ttl {
    margin: 13px auto 0;
    width: 692px;
  }
}
@media screen and (max-width: 768px) {
  .p-home__gumi--ttl {
    margin: 2.3vw auto 0;
    width: 87.3vw;
  }
}

.dokidoki {
  animation-name: dokidoki; /* アニメーション名の指定 */
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 1.5s; /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  animation-iteration-count: infinite; /* アニメーションをループさせる */
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.p-mask {
  background-color: #f5f2ea;
}
.p-mask__fv {
  background-color: #faf57a;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-mask__fv {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fce0e01619e/bg_mask.jpg");
    background-size: 1326px 570px;
    background-position: center center;
    height: 570px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__fv {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fce230d59d3/bg_mask-sp.jpg");
    background-size: cover;
    background-position: center center;
    height: 57.7vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mask__product {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__product {
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mask__product--ttlwrap {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__product--ttlwrap {
    margin: 5vw 0;
  }
}
.p-mask__tiktok {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5f2ea;
}
@media screen and (min-width: 769px) {
  .p-mask__tiktok {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fd6d12e5c94/bg_tiktok-mask.jpg");
    background-size: 2000px 1160px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__tiktok {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fd6d2bcaf74/bg_tiktok-mask-sp.jpg");
    background-size: cover;
    padding: 9vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-mask__care {
    padding: 120px 0 220px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__care {
    padding: 9.87vw 5vw 25.1vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mask__care--img {
    width: 700px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__care--img {
    width: 100%;
    margin: 0 auto 11vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mask__care--notice {
    margin: 82px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__care--notice {
    margin: 7vw 0 9.4vw;
  }
}
.p-mask__howto {
  background-color: #FFF;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mask__howto {
    padding: 172px 0 122px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__howto {
    padding: 17.5vw 5vw 15vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mask__howto--inner {
    width: 887px;
    margin: 0 auto;
  }
}
.p-mask__howto--ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-mask__howto--ttl {
    width: 720px;
    top: -43px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__howto--ttl {
    width: 88.6vw;
    top: -6.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mask__howto--img {
    margin: 0 auto 63px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__howto--img {
    margin: 0 auto 8.5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mask__voice {
    padding: 120px 0 170px;
    width: 780px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mask__voice {
    padding: 18vw 5vw 21vw;
  }
}
.p-mask .p-home__product {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-mask .p-home__product {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mask .c-buy__intro--imgblc {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-mask .c-buy__intro--imgblc {
    margin-right: 0;
  }
}

.p-mop {
  background-color: #f5f2ea;
}
.p-mop__fv {
  background-color: #ffbf43;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-mop__fv {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fdbdecdb9c1/bg_mop.jpg");
    background-size: 1160px 570px;
    background-position: center center;
    height: 570px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__fv {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fdbe6bd60d6/bg_mop-sp.jpg");
    background-size: cover;
    background-position: center center;
    height: 57.7vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__product {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__product {
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__product--ttlwrap {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__product--ttlwrap {
    margin: 5vw 0;
  }
}
.p-mop__tiktok {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5f2ea;
}
@media screen and (min-width: 769px) {
  .p-mop__tiktok {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fdd4439ef27/bg_tiktok-mop.jpg");
    background-size: 2000px 1160px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__tiktok {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fdd3bfc600b/bg_tiktok-mop-sp.jpg");
    background-size: cover;
    padding: 9vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__care {
    padding: 120px 0 190px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__care {
    padding: 9.87vw 5vw 22vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__care--img {
    width: 700px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__care--img {
    width: 100%;
    margin: 0 auto 11vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__care--points01 {
    margin: 0 auto 80px;
    width: 857px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__care--points01 {
    margin: 0 auto 10vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__care--points02 {
    width: 857px;
    margin: 0 auto;
  }
}
.p-mop__howto {
  background-color: #FFF;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mop__howto {
    padding: 172px 0 122px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__howto {
    padding: 17.5vw 5vw 15vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__howto--inner {
    width: 887px;
    margin: 0 auto;
  }
}
.p-mop__howto--ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-mop__howto--ttl {
    width: 720px;
    top: -43px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__howto--ttl {
    width: 88.6vw;
    top: -6.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__howto--img {
    margin: 0 auto 63px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__howto--img {
    margin: 0 auto 8.5vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop__voice {
    padding: 120px 0 170px;
    width: 780px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mop__voice {
    padding: 18vw 5vw 21vw;
  }
}
.p-mop .p-home__product {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-mop .p-home__product {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
}
@media screen and (min-width: 769px) {
  .p-mop .c-buy__intro--imgblc {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-mop .c-buy__intro--imgblc {
    margin-right: 0;
  }
}

.p-gumi {
  background-color: #f5f2ea;
}
.p-gumi__fv {
  background-color: #ffbf43;
  width: 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .p-gumi__fv {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fde33832435/bg_gumi.jpg");
    background-size: 1991px 570px;
    background-position: center center;
    height: 570px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__fv {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fde359d47df/bg_gumi-sp.jpg");
    background-size: cover;
    background-position: center center;
    height: 57.7vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gumi__product {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__product {
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gumi__product--ttlwrap {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__product--ttlwrap {
    margin: 5vw 0;
  }
}
.p-gumi__tiktok {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #8ad4e3;
}
@media screen and (min-width: 769px) {
  .p-gumi__tiktok {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fde421a2a26/bg_tiktok-gumi.jpg");
    background-size: 2000px 1160px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__tiktok {
    background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fde43496be6/bg_tiktok-gumi-sp.jpg");
    background-size: cover;
    padding: 9vw 0;
  }
}
.p-gumi__care {
  background-image: url("https://basefile.akamaized.net/yammystoy-base-ec/68fdeec50d709/bg_dotted.png");
  background-size: 56px 29px;
}
@media screen and (min-width: 769px) {
  .p-gumi__care {
    padding: 108px 0 150px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__care {
    padding: 9.87vw 5vw 18vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gumi__care--points {
    width: 952px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .p-gumi__care--img {
    width: 700px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__care--img {
    width: 100%;
    margin: 0 auto 11vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gumi__care--notice {
    margin: 82px 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__care--notice {
    margin: 7vw 0 9.4vw;
  }
}
.p-gumi__howto {
  background-color: #ef3038;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-gumi__howto {
    padding: 128px 0 110px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__howto {
    padding: 14.8vw 5vw 16vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gumi__howto--inner {
    width: 720px;
    margin: 0 auto;
  }
}
.p-gumi__howto--ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .p-gumi__howto--ttl {
    width: 540px;
    top: -43px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__howto--ttl {
    width: 77.3vw;
    top: -6.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gumi__howto--img {
    margin: 0 auto 63px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__howto--img {
    margin: 0 auto 8.5vw;
  }
}
.p-gumi__voice--star {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .p-gumi__voice--star {
    width: 210px;
    top: -92px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__voice--star {
    width: 29vw;
    top: -12vw;
    right: 6vw;
  }
}
.p-gumi__voice {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-gumi__voice {
    padding: 176px 0;
    width: 780px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi__voice {
    padding: 24vw 5vw 19vw;
  }
}
.p-gumi .p-home__product {
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .p-gumi .p-home__product {
    padding-top: 14vw;
    padding-bottom: 14vw;
  }
}
@media screen and (min-width: 769px) {
  .p-gumi .c-buy__intro--imgblc {
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-gumi .c-buy__intro--imgblc {
    margin-right: 0;
  }
}

.bg_yellow {
  background-color: #F0F49F;
}

.tac {
  text-align: center;
}

.grey {
  color: #787878;
}

.brown {
  color: #381317;
}

.red {
  color: #EA0029;
}

.black {
  color: #000;
}

.darkblack {
  color: #1A1A1A;
}

.lsp01 {
  letter-spacing: 0.1em;
}

.lsp005 {
  letter-spacing: 0.05em;
}

.thin {
  font-weight: 100;
}

.exlight {
  font-weight: 200;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.regular {
  font-weight: 400;
}

.midium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.exbold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.sup {
  display: inline-block;
  margin-right: 3px;
  white-space: nowrap;
  vertical-align: baseline;
  position: relative;
  top: -1ex;
  font-size: 0.6em;
}
.sup i {
  font-size: 0.9em;
  display: inline-block;
}

.suptype {
  font-size: 0.6em;
  top: -1ex;
  white-space: nowrap;
  vertical-align: top;
}

.u-text__footer--ttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  color: #381317;
}
@media screen and (max-width: 768px) {
  .u-text__footer--ttl {
    font-size: 3.85vw;
  }
}
.u-text__note02 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  color: #878787;
}
@media screen and (max-width: 768px) {
  .u-text__note02 {
    font-size: 2.4vw;
    line-height: 1.7;
  }
}
.u-text__font15 {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .u-text__font15 {
    font-size: 3.03vw;
  }
}
.u-text__nav {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .u-text__nav {
    font-size: 3.03vw;
  }
}
.u-text__announce {
  font-family: "Zen Maru Gothic", serif;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .u-text__announce {
    font-size: 3.03vw;
  }
}
.u-text__home-pro {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 19px;
  font-size: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .u-text__home-pro {
    font-size: 2.42vw;
  }
}
.u-text__ttl {
  font-family: "Lilita One", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .u-text__ttl {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .u-text__ttl {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__ttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.u-text__subttl {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .u-text__subttl {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .u-text__subttl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__subttl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.u-text__common {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .u-text__common {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.u-text__name {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .u-text__name {
    font-size: 54px;
    font-size: 3.375rem;
  }
}
.u-text__brand {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 769px) {
  .u-text__brand {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.u-text__big {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .u-text__big {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .u-text__big {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__big {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.u-text__setsumei {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .u-text__setsumei {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.u-text__camp {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-size: 21px;
  font-size: 1.3125rem;
}
@media screen and (max-width: 768px) {
  .u-text__camp {
    font-size: 2.6vw;
  }
}
.u-text__setsumei02 {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .u-text__setsumei02 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__setsumei02 {
    font-size: 2.4vw;
  }
}
.u-text__setsumei03 {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .u-text__setsumei03 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__setsumei03 {
    font-size: 2.3vw;
  }
}
.u-text__setsumei04 {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .u-text__setsumei04 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__setsumei04 {
    font-size: 1.7vw;
  }
}
.u-text__saleprice {
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .u-text__saleprice {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.u-text__feature {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .u-text__feature {
    font-size: 33px;
    font-size: 2.0625rem;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .u-text__feature {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__feature {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.u-text__header {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .u-text__header {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .u-text__header {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__header {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.u-text__feature-txt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .u-text__feature-txt {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.u-text__note {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .u-text__note {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__name {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 769px) {
  .u-text__name {
    font-size: 38px;
    font-size: 2.375rem;
  }
}
.u-text__policy {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .u-text__policy {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width:481px) and (max-width:769px) {
  .u-text__policy {
    font-size: 16px;
    font-size: 1rem;
  }
}
.u-text__profile {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .u-text__profile {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media screen and (max-width: 768px) {
  .u-text__profile {
    font-size: 2.82vw;
  }
}
.u-text__profile--small {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .u-text__profile--small {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2.25;
  }
}
@media screen and (max-width: 768px) {
  .u-text__profile--small {
    font-size: 2.52vw;
    line-height: 1.88;
  }
}

/*# sourceMappingURL=yummy.css.map */
