@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Nunito:ital,wght@1,900&family=Roboto:wght@900&family=Zen+Antique+Soft&display=swap");
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */
:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

audio:not([controls]) {
  display: none;
}

details {
  display: block;
}

input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

summary {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

[unselectable] {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
 * Universal inheritance
 */
*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

/*
 * Opinionated defaults
 */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  margin: 0;
  padding: 0;
}

:root {
  box-sizing: border-box;
  cursor: default;
  font: 16px/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

html {
  background-color: #FFFFFF;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
* {
  box-sizing: border-box;
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@-webkit-keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #141511;
  background: #fafafa;
  height: 100%;
}
body button, body input {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[data-whatintent=mouse] *:focus {
  outline: none;
}

h2, h3 {
  font-weight: normal;
}

ul {
  list-style: none;
}

*:focus {
  outline: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.lo-Wrapper {
  width: 100%;
  min-width: 300px;
  background: #fff;
}

.lo-Wrapper_Contner {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: start;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 64px;
}
@media screen and (min-width: 900px) {
  .lo-Wrapper_Contner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .lo-Wrapper_Contner {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .lo-Wrapper_Contner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tp-Kv {
  width: 100%;
  background-color: #e1dac6;
  background-image: url("../img/common/bg_kv_pattern_brown.png");
  overflow: hidden;
  background-repeat: repeat;
}
@media screen and (min-width: 769px) {
  .tp-Kv {
    background-size: 480px auto;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv {
    background-size: 320px auto;
  }
}

.tp-Kv_Container {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  .tp-Kv_Container {
    max-width: 1312px;
    background-image: url("../img/top/bg_kvFrame_pc.png");
    background-size: 97.5% auto;
    background-position: center center;
  }
  .tp-Kv_Container::before {
    content: "";
    display: block;
    padding-top: 60.975%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_Container {
    max-width: 480px;
    background-image: url("../img/top/bg_kvFrame_sp.png");
    background-size: 91.46% auto;
    background-position: bottom 30% center;
  }
  .tp-Kv_Container::before {
    content: "";
    display: block;
    padding-top: 192%;
  }
}

.tp-Kv_ContainerInner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background-image: url("../img/top/bg_kvTea.png");
  background-repeat: no-repeat;*/
}
.tp-Kv_ContainerInner::before {
  content: "";
  display: block;
  background-image: url("../img/top/bg_kvTea.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .tp-Kv_ContainerInner::before {
    width: 53.65%;
    padding-top: 53.65%;
    top: -55%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_ContainerInner::before {
    width: 128%;
    padding-top: 128%;
    top: -42%;
  }
}
@media screen and (min-width: 769px) {
  .tp-Kv_ContainerInner {
    /*background-size: 53.65% auto;
    background-position: top -385% center;*/
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_ContainerInner {
    /*background-size: 128% auto;
    background-position: top -10% center;*/
  }
}

.tp-Kv_Title {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .tp-Kv_Title {
    margin-top: 3%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_Title {
    margin-top: 4%;
  }
}

.tp-Kv_TitleMain {
  font-family: "Zen Antique Soft", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 0;
  max-width: 324px;
  background-image: url("../img/common/img-mainTitle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
}
.tp-Kv_TitleMain::before {
  content: "";
  display: block;
  padding-top: 29.62%;
}
@media screen and (min-width: 769px) {
  .tp-Kv_TitleMain {
    width: 24.69%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_TitleMain {
    width: 72%;
  }
}

.tp-Kv_TitleSub {
  font-family: "Zen Antique Soft", serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.04em;
  font-size: 0;
  max-width: 320px;
  background-image: url("../img/common/img-subTitle.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  margin-top: -16px;
}
.tp-Kv_TitleSub::before {
  content: "";
  display: block;
  padding-top: 12.5%;
}
@media screen and (min-width: 769px) {
  .tp-Kv_TitleSub {
    width: 24.39%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_TitleSub {
    width: 91.5%;
  }
}

.tp-Kv_Character {
  position: absolute;
  left: 5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .tp-Kv_Character {
    max-width: 1200px;
    width: 91.25%;
    top: 7%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_Character {
    width: 91.46%;
    max-width: 650px;
    top: 15.5%;
    background-image: url("../img/top/img-kvCharacter-sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .tp-Kv_Character::before {
    content: "";
    display: block;
    padding-top: 172.3%;
  }
}

.tp-Kv_CharacterImg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tp-Kv_CharacterImg {
    display: none;
  }
}

.tp-Kv_Info {
  position: absolute;
}
.tp-Kv_Info::before {
  content: "";
  display: block;
  padding-top: 100%;
  background-image: url("../img/top/bg-kvInfo.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .tp-Kv_Info {
    width: 13.41%;
    max-width: 176px;
    top: 4%;
    right: 8.6%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_Info {
    width: 29.86%;
    max-width: 112px;
    top: 14.5%;
    right: 4%;
  }
}

.tp-Kv_InfoText {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: clamp(10px, 1vw, 12px);
  min-height: 0vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media all and (-ms-high-contrast: none) {
  .tp-Kv_InfoText {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .tp-Kv_InfoText {
    font-size: 10px;
  }
}

.tp-Kv_Tagline {
  position: absolute;
  background-image: url("../img/top/img-kvCatchcopy.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tp-Kv_Tagline::before {
  content: "";
  display: block;
  padding-top: 357.35%;
}
@media screen and (min-width: 769px) {
  .tp-Kv_Tagline {
    width: 12.5%;
    max-width: 164px;
    top: 16%;
    right: 4.9%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_Tagline {
    width: 27.73%;
    max-width: 104px;
    top: 36%;
    right: 6.9%;
  }
}

.tp-Kv_TaglineText {
  font-size: 0;
}

.tp-Kv_Invitation {
  position: absolute;
  background-image: url("../img/top/img-kvInvitation.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.tp-Kv_Invitation::before {
  content: "";
  display: block;
  padding-top: 134%;
}
@media screen and (min-width: 769px) {
  .tp-Kv_Invitation {
    width: 18.9%;
    max-width: 248px;
    bottom: 13%;
    left: 4.5%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Kv_Invitation {
    width: 46.93%;
    max-width: 176px;
    bottom: 12.5%;
    left: 3.9%;
  }
}

.tp-Kv_InvitationText {
  font-size: 0;
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tp-Nav {
  position: relative;
  width: 100%;
  background-color: #fafafa;
}
@media screen and (min-width: 769px) {
  .tp-Nav {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Nav {
    padding-bottom: 32px;
  }
}

.tp-Nav_Container {
  position: relative;
  max-width: 1007px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.tp-Nav_Container::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  background-image: url("../img/top/img-nav_leaf.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.tp-Nav_Container::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  background-image: url("../img/top/img-nav_leaf.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media screen and (min-width: 900px) {
  .tp-Nav_Container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .tp-Nav_Container::before {
    width: 72px;
    height: 72px;
  }
  .tp-Nav_Container::after {
    width: 72px;
    height: 72px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .tp-Nav_Container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .tp-Nav_Container::before {
    width: 72px;
    height: 72px;
  }
  .tp-Nav_Container::after {
    width: 72px;
    height: 72px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Nav_Container {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .tp-Nav_Container::before {
    position: absolute;
    left: 50%;
    top: -24px;
    width: 48px;
    height: 48px;
    margin-left: -24px;
  }
  .tp-Nav_Container::after {
    display: none;
  }
}

.tp-Nav_List {
  max-width: 780px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  list-style: none;
}

.tp-Nav_Item {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}
@media screen and (min-width: 900px) {
  .tp-Nav_Item {
    width: 33.33%;
  }
  .tp-Nav_Item:not(:nth-of-type(3n)) {
    border-right: solid 2px #e1dac6;
  }
  .tp-Nav_Item:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .tp-Nav_Item {
    width: 50%;
  }
  .tp-Nav_Item:not(:nth-of-type(2n)) {
    border-right: solid 2px #e1dac6;
  }
  .tp-Nav_Item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Nav_Item {
    width: 50%;
  }
  .tp-Nav_Item:not(:nth-of-type(2n)) {
    border-right: solid 2px #e1dac6;
  }
  .tp-Nav_Item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 24px;
  }
}

.tp-Nav_ItemAnchor {
  color: #4b2c1e;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .tp-Nav_ItemAnchor {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
    height: 28px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Nav_ItemAnchor {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    height: 24px;
  }
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tp-Campaingn {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tp-Campaingn {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Campaingn {
    padding-top: 32px;
    margin-top: -32px;
  }
}

.tp-Campaingn_Wave {
  position: relative;
  width: 100%;
  background-color: #d1c2a3;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (min-width: 769px) {
  .tp-Campaingn_Wave {
    margin-top: -80px;
    height: 80px;
    -webkit-mask-size: auto 80px;
    mask-size: auto 80px;
    -webkit-mask-box-image: url(../img/common/mask-wave.svg) 0 0 0 0 repeat round;
  }
}
@media screen and (max-width: 768px) {
  .tp-Campaingn_Wave {
    -webkit-mask-box-image: url(../img/common/mask-wave-sp.svg) 100 0 0 0 repeat round;
    margin-top: -32px;
    height: 32px;
    -webkit-mask-size: auto 32px;
    mask-size: auto 32px;
  }
}
.tp-Campaingn_Wave::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/bg_kv_pattern.png");
  background-repeat: repeat;
  background-position: top center;
  opacity: 0.2;
}
@media screen and (min-width: 769px) {
  .tp-Campaingn_Wave::after {
    background-size: 480px 307px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Campaingn_Wave::after {
    background-size: 375px 240px;
  }
}

.tp-Campaingn_Inner {
  position: relative;
  z-index: 0;
}
.tp-Campaingn_Inner::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/bg_kv_pattern.png");
  background-repeat: repeat;
  opacity: 0.2;
}
@media screen and (min-width: 769px) {
  .tp-Campaingn_Inner::after {
    background-size: 480px 307px;
    background-position: top 72px center;
  }
}
@media screen and (max-width: 768px) {
  .tp-Campaingn_Inner::after {
    background-size: 375px 240px;
    background-position: top 90px center;
  }
}

.tp-CampaingnCa {
  position: relative;
  z-index: 10;
}

.tp-CampaingnCa_Container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: url("../img/top/img-kvPlate.png");
  background-repeat: no-repeat;
}
@media screen and (min-width: 900px) {
  .tp-CampaingnCa_Container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .tp-CampaingnCa_Container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .tp-CampaingnCa_Container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .tp-CampaingnCa_Container {
    padding-top: 16px;
    padding-bottom: 104px;
    background-position: center 80px;
    background-size: 740px auto;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_Container {
    padding-top: 24px;
    padding-bottom: 56px;
    background-position: center 56px;
    background-size: 340px auto;
  }
}

.tp-Campaingn_Cover-ca {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  background-color: #d1c2a3;
  font-size: 0;
}

.tp-CampaingnCa_Lead {
  background-image: url("../img/top/bg-title-brown.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnCa_Lead {
    width: 640px;
    height: 190px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_Lead {
    width: 327px;
    height: 97px;
    margin-bottom: 24px;
  }
}

.tp-CampaingnCa_LeadText {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnCa_LeadText {
    font-family: "Zen Antique Soft", serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_LeadText {
    font-family: "Zen Antique Soft", serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.tp-CampaingnCa_Head {
  margin-top: 24px;
  margin-bottom: 24px;
}

.tp-CampaingnCa_HeadText {
  text-align: center;
  color: #4b2c1e;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.tp-CampaingnCa_HeadTitle {
  text-align: center;
  color: #141511;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_HeadTitle {
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .tp-CampaingnCa_HeadTitle .is-Sp {
    display: none;
  }
}

.tp-CampaingnCa_HeadTitle-accent {
  color: #d81d04;
}

.tp-CampaingnCa_PostCardList {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnCa_PostCardList {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_PostCardList {
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 769px) {
  .tp-CampaingnCa_PostCardItem {
    width: calc((100% - 65px) / 5);
  }
  .tp-CampaingnCa_PostCardItem:not(:last-of-type) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_PostCardItem {
    width: calc((100% - 25px) / 3);
  }
  .tp-CampaingnCa_PostCardItem:not(:nth-of-type(3n)) {
    margin-right: 12px;
  }
  .tp-CampaingnCa_PostCardItem:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 12px;
  }
}

.tp-CampaingnCa_Thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.tp-CampaingnCa_Thumb.is-VerticalLoading {
  padding-top: 148%;
}
.tp-CampaingnCa_Thumb.is-VerticalLoading .tp-CampaingnCa_Thumb-loading {
  padding-top: 148%;
}
.tp-CampaingnCa_Thumb.is-VerticalLoading .tp-CampaingnCa_ThumbImg {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-CampaingnCa_Thumb.is-HorizontalLoading {
  padding-top: 67.56%;
}
.tp-CampaingnCa_Thumb.is-HorizontalLoading .tp-CampaingnCa_Thumb-loading {
  padding-top: 67.56%;
}
.tp-CampaingnCa_Thumb.is-HorizontalLoading .tp-CampaingnCa_ThumbImg {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-CampaingnCa_ThumbImg {
  width: 100%;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.tp-CampaingnCa_ThumbLabel {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  position: absolute;
  background-image: url("../img/top/thumb/bg-CampaingnCaLabel.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnCa_ThumbLabel {
    width: 32px;
    height: 32px;
    top: 8px;
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_ThumbLabel {
    width: 24px;
    height: 24px;
    top: 4px;
    left: 4px;
  }
}

.tp-CampaingnCa_ThumbLabelText {
  color: #a68911;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.05em;
}

.tp-CampaingnCa_Thumb-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #d9d9d9;
}
.tp-CampaingnCa_Thumb-loading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5), transparent);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  background-repeat: no-repeat;
  background-size: 32%;
  -webkit-animation: shine-avatar 1.2s linear infinite;
  animation: shine-avatar 1.2s linear infinite;
}
.tp-CampaingnCa_Thumb-loading.is-Hidden {
  display: none;
}

.tp-CampaingnCa_Info {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnCa_Info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    /*-webkit-box-align: start;
    align-items: flex-start;*/
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_Info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
  }
}

@media screen and (min-width: 769px) {
  .tp-CampaingnCa_InfoItem {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_InfoItem {
    position: relative;
    z-index: 10;
    width: 47.49%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 769px) {
  .tp-CampaingnCa_InfoDescription {
    width: 67.33%;
    padding: 24px 32px;
    background-color: #a68911;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_InfoDescription {
    width: 100%;
  }
}

.tp-CampaingnCa_InfoDescriptionInner {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnCa_InfoDescriptionInner {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_InfoDescriptionInner {
    background-color: #a68911;
    margin-bottom: -16px;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .tp-CampaingnCa_InfoDescriptionInner {
    width: calc(100% + 48px);
    padding: 64px 24px 32px;
    -webkit-transform: translate(-24px, -52px);
    transform: translate(-24px, -52px);
  }
}
@media screen and (max-width: 640px) {
  .tp-CampaingnCa_InfoDescriptionInner {
    width: calc(100% + 32px);
    padding: 64px 16px 32px;
    -webkit-transform: translate(-16px, -52px);
    transform: translate(-16px, -52px);
  }
}

@media screen and (min-width: 769px) {
  .tp-CampaingnCa_InfoText {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_InfoText {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 769px) {
  .tp-CampaingnCa_InfoAttention {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_InfoAttention {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 769px) {
  .tp-CampaingnCa_InfoBtn {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnCa_InfoBtn {
    width: 310px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tp-CampaingnCa_InfoBtnAnchor {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 64px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background-color: #141511;
  border-radius: 4px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: solid 3px #141511;
}
.tp-CampaingnCa_InfoBtnAnchor:hover {
  color: #141511;
  background-color: #fff;
  border-color: #141511;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.tp-CampaingnTw {
  position: relative;
  z-index: 15;
}
.tp-CampaingnTw::before {
  content: "";
  display: block;
  background-image: url("../img/top/img-kvPlate.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw::before {
    width: 740px;
    height: 740px;
    top: -32px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw::before {
    width: 340px;
    height: 340px;
    top: 48px;
  }
}

.tp-CampaingnTw_Container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 900px) {
  .tp-CampaingnTw_Container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .tp-CampaingnTw_Container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .tp-CampaingnTw_Container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_Container {
    padding-top: 56px;
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_Container {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 900px) {
  .tp-CampaingnTw_Container:before {
    content: "";
    display: block;
    width: 267px;
    height: 16px;
    background-image: url("../img/top/img-campaingnDeco.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 40px;
    top: -8px;
    z-index: -1;
  }
  .tp-CampaingnTw_Container:after {
    content: "";
    display: block;
    width: 267px;
    height: 16px;
    background-image: url("../img/top/img-campaingnDeco.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 40px;
    top: -8px;
    z-index: -1;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .tp-CampaingnTw_Container:before {
    content: "";
    display: block;
    width: 220px;
    height: 13px;
    background-image: url("../img/top/img-campaingnDeco.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 24px;
    top: -6px;
    z-index: -1;
  }
  .tp-CampaingnTw_Container:after {
    content: "";
    display: block;
    width: 230px;
    height: 13px;
    background-image: url("../img/top/img-campaingnDeco.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    right: 24px;
    top: -6px;
    z-index: -1;
  }
}
@media screen and (max-width: 640px) {
  .tp-CampaingnTw_Container:before {
    content: "";
    display: block;
    width: 267px;
    height: 16px;
    background-image: url("../img/top/img-campaingnDeco.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.tp-Campaingn_Cover-tw {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background-color: #d1cba3;
  font-size: 0;
}

.tp-CampaingnTw_Lead {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_Lead {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_Lead {
    margin-bottom: 24px;
  }
}

.tp-CampaingnTw_LeadText {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #a68911;
  padding: 6px 24px 8px;
  border-radius: 30px;
}
.tp-CampaingnTw_LeadText::after {
  content: "";
  display: block;
  border-top: 9px solid #a68911;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tp-CampaingnTw_Head {
  position: relative;
  margin-bottom: 24px;
}

.tp-CampaingnTw_HeadText {
  text-align: center;
  color: #4b2c1e;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.tp-CampaingnTw_HeadTitle {
  text-align: center;
  color: #141511;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  letter-spacing: 0.05em;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_HeadTitle {
    line-height: 1.2;
  }
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_HeadTitle .is-Sp {
    display: none;
  }
}

.tp-CampaingnTw_Main {
  position: relative;
}

.tp-CampaingnTw_Thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
	.tp-CampaingnTw_Thumb {
		width: 100%;
		background-image: url(../img/top/thumb/img_novelty_sp.jpg);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
	}
	.tp-CampaingnTw_Thumb::before {
		content: "";
		display: block;
		padding-top: 17.2%;
	}
	.tp-CampaingnTw_ThumbImg {
		display: none;
	}
}

.tp-CampaingnTw_Thumb.is-RectangleLoading {
  padding-top: 42.857%;
}
.tp-CampaingnTw_Thumb.is-RectangleLoading .tp-CampaingnTw_Thumb-loading {
  padding-top: 42.857%;
}
.tp-CampaingnTw_Thumb.is-RectangleLoading .tp-CampaingnTw_ThumbImg {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-CampaingnTw_Thumb.is-RectangleLoading .is-Pc {
	display: none;
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_Thumb.is-RectangleLoading .is-Sp {
	display: none;
	}
}

.tp-CampaingnTw_ThumbImg {
  width: 100%;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.tp-CampaingnTw_Thumb-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #d9d9d9;
}
.tp-CampaingnTw_Thumb-loading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5), transparent);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  background-repeat: no-repeat;
  background-size: 32%;
  -webkit-animation: shine-avatar 1.2s linear infinite;
  animation: shine-avatar 1.2s linear infinite;
}
.tp-CampaingnTw_Thumb-loading.is-Hidden {
  display: none;
}

.tp-CampaingnTw_Step {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_Step {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_Step {
    padding: 24px 16px;
  }
}

.tp-CampaingnTw_StepList {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_StepList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_StepList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    border-top: solid 4px #a68911;
  }
}

.tp-CampaingnTw_StepItem {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_StepItem {
    width: 32%;
    padding-top: 2%;
  }
  .tp-CampaingnTw_StepItem:not(:last-of-type) {
    padding-right: 1.4%;
    margin-right: 2%;
    border-top: 4px solid #a68911;
    border-right: 4px solid #a68911;
  }
  .tp-CampaingnTw_StepItem:not(:last-of-type):before {
    content: "";
    display: block;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid #a68911;
    position: absolute;
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .tp-CampaingnTw_StepItem:not(:last-of-type):after {
    content: "";
    display: block;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 24px solid #fff;
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_StepItem {
    width: 100%;
  }
  .tp-CampaingnTw_StepItem:not(:last-of-type) {
    margin-right: 1.4%;
    padding: 24px 20px;
    border-bottom: 4px solid #a68911;
    border-right: 4px solid #a68911;
  }
  .tp-CampaingnTw_StepItem:not(:last-of-type):before {
    content: "";
    display: block;
    border-top: 24px solid #a68911;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tp-CampaingnTw_StepItem:not(:last-of-type)::after {
    content: "";
    display: block;
    border-top: 24px solid #fff;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    bottom: -16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tp-CampaingnTw_StepItem:last-of-type {
    padding-top: 40px;
  }
}

.tp-CampaingnTw_StepLabel {
  letter-spacing: 0.1em;
  padding: 1px 6px 2px;
  color: #fff;
  background-color: #a68911;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_StepLabel {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    font-style: italic;
    letter-spacing: 0.05em;
    font-size: clamp(10px, 1.2vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_StepLabel {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    font-style: italic;
    letter-spacing: 0.05em;
  }
}

.tp-CampaingnTw_StepTitle {
  color: #d81d04;
  line-height: 1;
  letter-spacing: 0.5em;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_StepTitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    font-size: clamp(24px, 2.9vw, 40px);
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_StepTitle {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
  }
}

.tp-CampaingnTw_StepText {
  color: #141511;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .tp-CampaingnTw_StepText {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
    font-size: 15px;
    font-size: clamp(16px, 1.75vw, 24px);
    margin-bottom: 4%;
  }
  .tp-CampaingnTw_StepText .is-Sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_StepText {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }
  .tp-CampaingnTw_StepText .is-Pc {
    display: none;
  }
}

.tp-CampaingnTw_StepText-accent {
  color: #d81d04;
}

.tp-CampaingnTw_StepAnchor {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background-color: #0694ec;
  border-radius: 24px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: solid 3px #0694ec;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24px 24px" width="24" height="24"><path fill="%23fff" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
  background-repeat: no-repeat;
  background-size: 32px 32px;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
}
_:-ms-fullscreen, :root .tp-CampaingnTw_StepAnchor {
  font-size: 12px;
}

_:-ms-fullscreen, :root .tp-CampaingnTw_StepAnchor {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNHB4IDI0cHgiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTksMTguNWE5LjMsOS4zLDAsMCwwLDkuNC05LjNWOC43QTUuMiw1LjIsMCwwLDAsMjAsN2E2LDYsMCwwLDEtMS45LjYsNCw0LDAsMCwwLDEuNS0xLjksNiw2LDAsMCwxLTIuMS44LDQuNCw0LjQsMCwwLDAtMS45LTEsMy4yLDMuMiwwLDAsMC0yLjEuNCwzLjQsMy40LDAsMCwwLTEuNCwxLjUsMy4xLDMuMSwwLDAsMC0uMiwyLjEsOC42LDguNiwwLDAsMS0zLjgtMSw5LjksOS45LDAsMCwxLTMtMi40LDMuMywzLjMsMCwwLDAtLjMsMi40LDMsMywwLDAsMCwxLjMsMiw0LjIsNC4yLDAsMCwxLTEuNS0uNGgwYTMuMiwzLjIsMCwwLDAsLjgsMi4xLDIuOSwyLjksMCwwLDAsMS45LDEuMSwyLjYsMi42LDAsMCwxLTEuNS4xQTMuMSwzLjEsMCwwLDAsNywxNWEzLjIsMy4yLDAsMCwwLDEuOS43LDYuOCw2LjgsMCwwLDEtNC4xLDEuNEg0YTguOSw4LjksMCwwLDAsNSwxLjUiIC8+PC9zdmc+");
}

.tp-CampaingnTw_StepAnchor:hover {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24px 24px" width="24" height="24"><path fill="%230694ec" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
  color: #0694ec;
  background-color: #fff;
  border-color: #0694ec;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
_:-ms-fullscreen, :root .tp-CampaingnTw_StepAnchor:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNHB4IDI0cHgiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0iIzA2OTRlYyIgZD0iTTksMTguNWE5LjMsOS4zLDAsMCwwLDkuNC05LjNWOC43QTUuMiw1LjIsMCwwLDAsMjAsN2E2LDYsMCwwLDEtMS45LjYsNCw0LDAsMCwwLDEuNS0xLjksNiw2LDAsMCwxLTIuMS44LDQuNCw0LjQsMCwwLDAtMS45LTEsMy4yLDMuMiwwLDAsMC0yLjEuNCwzLjQsMy40LDAsMCwwLTEuNCwxLjUsMy4xLDMuMSwwLDAsMC0uMiwyLjEsOC42LDguNiwwLDAsMS0zLjgtMSw5LjksOS45LDAsMCwxLTMtMi40LDMuMywzLjMsMCwwLDAtLjMsMi40LDMsMywwLDAsMCwxLjMsMiw0LjIsNC4yLDAsMCwxLTEuNS0uNGgwYTMuMiwzLjIsMCwwLDAsLjgsMi4xLDIuOSwyLjksMCwwLDAsMS45LDEuMSwyLjYsMi42LDAsMCwxLTEuNS4xQTMuMSwzLjEsMCwwLDAsNywxNWEzLjIsMy4yLDAsMCwwLDEuOS43LDYuOCw2LjgsMCwwLDEtNC4xLDEuNEg0YTguOSw4LjksMCwwLDAsNSwxLjUiIC8+PC9zdmc+");
}

@media screen and (min-width: 769px) {
  .tp-CampaingnTw_StepAnchor {
    font-size: clamp(12px, 1.25vw, 16px);
    background-position: left 8px center;
  }
}
@media screen and (max-width: 768px) {
  .tp-CampaingnTw_StepAnchor {
    background-position: left 4px center;
  }
}

.tp-CampaingnTw_Info {
  border-right: solid 4px #4d4d4d;
  border-left: solid 4px #4d4d4d;
  border-bottom: solid 4px #4d4d4d;
}

.tp-CampaingnTw_InfoHead {
  position: relative;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #4d4d4d;
  cursor: pointer;
}
.tp-CampaingnTw_InfoHead:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2C21.9a2.1%2C2.1%2C0%2C0%2C1-1.1-.4l-8.4-8a.8.8%2C0%2C0%2C1-.4-.4%2C1.3%2C1.3%2C0%2C0%2C1-.1-.6%2C1.3%2C1.3%2C0%2C0%2C1%2C.1-.6l.3-.5A2.1%2C2.1%2C0%2C0%2C1%2C7.5%2C11a2.1%2C2.1%2C0%2C0%2C1%2C1.1.4l7.4%2C7%2C7.4-7a2.1%2C2.1%2C0%2C0%2C1%2C1.1-.4h.6l.5.4a1.5%2C1.5%2C0%2C0%2C1%2C.4%2C1.1%2C4.3%2C4.3%2C0%2C0%2C1-.1.5%2C1%2C1%2C0%2C0%2C1-.4.5L17%2C21.5A1.8%2C1.8%2C0%2C0%2C1%2C16%2C21.9Z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
_:-ms-fullscreen, :root .tp-CampaingnTw_InfoHead:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE2LDIxLjlhMi4xLDIuMSwwLDAsMS0xLjEtLjRsLTguNC04YS44LjgsMCwwLDEtLjQtLjQsMS4zLDEuMywwLDAsMS0uMS0uNiwxLjMsMS4zLDAsMCwxLC4xLS42bC4zLS41QTIuMSwyLjEsMCwwLDEsNy41LDExYTIuMSwyLjEsMCwwLDEsMS4xLjRsNy40LDcsNy40LTdhMi4xLDIuMSwwLDAsMSwxLjEtLjRoLjZsLjUuNGExLjUsMS41LDAsMCwxLC40LDEuMSw0LjMsNC4zLDAsMCwxLS4xLjUsMSwxLDAsMCwxLS40LjVMMTcsMjEuNUExLjgsMS44LDAsMCwxLDE2LDIxLjlaIiAvPjwvc3ZnPg==");
}

.tp-CampaingnTw_InfoHead.is-Active:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.tp-CampaingnTw_InfoContainer {
  padding: 16px 16px 24px;
  background-color: #fff;
}

.tp-CampaingnTw_InfoTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #d81d04;
}
.tp-CampaingnTw_InfoTitle:not(:last-child) {
  margin-bottom: 12px;
}

.tp-CampaingnTw_InfoText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #141511;
}

.tp-CampaingnTw_InfoAnchor {
  color: #141511;
  text-decoration: underline;
}
.tp-CampaingnTw_InfoAnchor:hover {
  color: #4d4d4d;
}

.tp-CampaingnTw_InfoAttention {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 1em;
  color: #141511;
  line-height: 1.4;
}
.tp-CampaingnTw_InfoAttention:not(:last-of-type) {
  margin-bottom: 4px;
}
.tp-CampaingnTw_InfoAttention::before {
  content: "※";
  position: absolute;
  left: 0;
  left: 0;
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tp-Goods {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tp-Goods {
    padding-top: 80px;
    margin-top: -80px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods {
    padding-top: 32px;
    margin-top: -32px;
  }
}

.tp-Goods_Wave {
  position: relative;
  width: 100%;
  background-color: #fafafa;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  -webkit-mask-position: center;
  mask-position: center;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Wave {
    margin-top: -80px;
    height: 80px;
    -webkit-mask-size: auto 80px;
    mask-size: auto 80px;
    -webkit-mask-box-image: url(../img/common/mask-wave.svg) 0 0 0 0 repeat round;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Wave {
    margin-top: -32px;
    height: 32px;
    -webkit-mask-box-image: url(../img/common/mask-wave-sp.svg) 100 0 0 0 repeat round;
    -webkit-mask-size: auto 32px;
    mask-size: auto 32px;
  }
}
.tp-Goods_Wave::after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/bg_section_pattern.svg");
  background-repeat: repeat;
  background-position: top center;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Wave::after {
    background-size: 104px 104px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Wave::after {
    background-size: 80px 80px;
  }
}

.tp-Goods_Inner {
  position: relative;
  background-color: #fafafa;
}
.tp-Goods_Inner::before {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/bg_section_pattern.svg");
  background-repeat: repeat;
  opacity: 0.5;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Inner::before {
    background-size: 104px 104px;
    background-position: top 24px center;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Inner::before {
    background-size: 80px 80px;
    background-position: top 8px center;
  }
}

.tp-Goods_Container {
  position: relative;
  counter-reset: number 0;
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .tp-Goods_Container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .tp-Goods_Container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .tp-Goods_Container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .tp-Goods_Container {
    padding-top: 40px;
    padding-bottom: 104px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.tp-Goods_Content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Content:not(:first-of-type) {
    padding-top: 144px;
  }
  .tp-Goods_Content:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Content:not(:first-of-type) {
    padding-top: 120px;
  }
  .tp-Goods_Content:not(:last-of-type) {
    margin-bottom: 24px;
  }
}
.tp-Goods_Content:nth-child(odd) .tp-Goods_HeadNumber {
  color: #4b2c1e;
}
.tp-Goods_Content:nth-child(odd) .tp-Goods_HeadDescription {
  background-color: #4b2c1e;
}
@media screen and (min-width: 900px) {
  .tp-Goods_Content:nth-child(odd) .tp-Goods_HeadDescription {
    padding: 32px 35% 32px 32px;
  }
  .tp-Goods_Content:nth-child(odd) .tp-Goods_HeadDescription::after {
    right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .tp-Goods_Content:nth-child(odd) .tp-Goods_HeadDescription {
    padding: 32px 45% 32px 32px;
  }
  .tp-Goods_Content:nth-child(odd) .tp-Goods_HeadDescription::after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Content:nth-child(odd) .tp-Goods_HeadDescription::after {
    right: 0px;
  }
}
.tp-Goods_Content:nth-child(even) .tp-Goods_HeadNumber {
  color: #a68911;
  text-align: right;
}
.tp-Goods_Content:nth-child(even) .tp-Goods_HeadDescription {
  background-color: #a68911;
}
@media screen and (min-width: 900px) {
  .tp-Goods_Content:nth-child(even) .tp-Goods_HeadDescription {
    padding: 32px 32px 32px 35%;
  }
  .tp-Goods_Content:nth-child(even) .tp-Goods_HeadDescription::after {
    left: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .tp-Goods_Content:nth-child(even) .tp-Goods_HeadDescription {
    padding: 32px 32px 32px 45%;
  }
  .tp-Goods_Content:nth-child(even) .tp-Goods_HeadDescription::after {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Content:nth-child(even) .tp-Goods_HeadDescription::after {
    left: 0px;
  }
}
.tp-Goods_Content:nth-of-type(1) .tp-Goods_HeadDescription::after {
  background-image: url("../img/top/img-goodsHead-yusuke.png");
}
.tp-Goods_Content:nth-of-type(2) .tp-Goods_HeadDescription::after {
  background-image: url("../img/top/img-goodsHead-kurama.png");
}
.tp-Goods_Content:nth-of-type(3) .tp-Goods_HeadDescription::after {
  background-image: url("../img/top/img-goodsHead-hiei.png");
}
.tp-Goods_Content:nth-of-type(4) .tp-Goods_HeadDescription::after {
  background-image: url("../img/top/img-goodsHead-kuwabara.png");
}
.tp-Goods_Content:nth-of-type(5) .tp-Goods_HeadDescription::after {
  background-image: url("../img/top/img-goodsHead-koenma.png");
}
.tp-Goods_Content:nth-of-type(6) .tp-Goods_HeadDescription::after {
  background-image: url("../img/top/img-goodsHead-all.png");
}

@media screen and (min-width: 769px) {
  .tp-Goods_Head {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Head {
    margin-bottom: 24px;
  }
}

.tp-Goods_HeadNumber {
  font-family: "Nunito", sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  font-style: italic;
  letter-spacing: 0.05em;
  margin-top: -0.2em;
  margin-bottom: -0.2em;
}
.tp-Goods_HeadNumber::after {
  counter-increment: number 1;
  content: "0" counter(number);
}
@media screen and (min-width: 769px) {
  .tp-Goods_HeadNumber {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_HeadNumber {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.tp-Goods_HeadDescription {
  position: relative;
  color: #fff;
}
.tp-Goods_HeadDescription::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/top/img-goodsHead-yusuke.png");
}
@media screen and (min-width: 900px) {
  .tp-Goods_HeadDescription {
    border-radius: 24px 24px 0 0;
  }
  .tp-Goods_HeadDescription::after {
    width: 35%;
    max-width: 420px;
    padding-top: 28.497%;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .tp-Goods_HeadDescription {
    border-radius: 24px 24px 0 0;
  }
  .tp-Goods_HeadDescription::after {
    width: 45%;
    max-width: 420px;
    padding-top: 36.642%;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_HeadDescription {
    border-radius: 16px 16px 0 0;
    padding: 24px 16px;
  }
  .tp-Goods_HeadDescription::after {
    width: 199px;
    height: 162px;
    top: -162px;
  }
}

.tp-Goods_HeadTitle {
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .tp-Goods_HeadTitle {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_HeadTitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}

.tp-Goods_HeadText {
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .tp-Goods_HeadText {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_HeadText {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
  .tp-Goods_HeadText .is-Pc {
    display: none;
  }
}

.tp-Goods_HeadInfo {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}

@media screen and (min-width: 769px) {
  .tp-Goods_HeadInfoText {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .tp-Goods_HeadInfoText:not(:last-of-type) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_HeadInfoText {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
  .tp-Goods_HeadInfoText:not(:last-of-type) {
    margin-right: 8px;
  }
}

.tp-Goods_List {
  list-style: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
}
@media screen and (min-width: 769px) {
  .tp-Goods_List {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_List {
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}
.tp-Goods_List.is-Double {
  justify-content: space-around;
}
.tp-Goods_List.is-Double .tp-Goods_Item {
  width: 48%;
}
.tp-Goods_List.is-Double .tp-Goods_Item:not(:nth-of-type(2n)) {
  margin-right: 4%;
}
.tp-Goods_List.is-Double .tp-Goods_ItemBox {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .tp-Goods_List.is-Double .tp-Goods_ItemBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 901px) and (max-width: 1199px) {
  .tp-Goods_List.is-Double .tp-Goods_ItemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_List.is-Double .tp-Goods_ItemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .tp-Goods_List.is-Double .tp-Goods_Price {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 60%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .tp-Goods_List.is-Double .tp-Goods_Cart {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 40%;
  }
}
@media screen and (min-width: 901px) and (max-width: 1199px) {
  .tp-Goods_List.is-Double .tp-Goods_Cart {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_List.is-Double .tp-Goods_Cart {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .tp-Goods_List.is-Double .tp-Goods_CartAnchor {
    padding-left: 8px;
  }
}
.tp-Goods_List.is-Single .tp-Goods_Item {
  width: 100%;
}
.tp-Goods_List.is-Single .tp-Goods_ItemBox {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 769px) {
  .tp-Goods_List.is-Single .tp-Goods_ItemBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_List.is-Single .tp-Goods_ItemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .tp-Goods_List.is-Single .tp-Goods_Price {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 270px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .tp-Goods_List.is-Single .tp-Goods_Cart {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_List.is-Single .tp-Goods_Cart {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .tp-Goods_Item {
    width: 30.66%;
  }
  .tp-Goods_Item:not(:nth-of-type(3n)) {
    margin-right: 4%;
  }
  .tp-Goods_Item:last-of-type {
    margin-right: 0;
  }
  .tp-Goods_Item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Item {
    width: 48%;
  }
  .tp-Goods_Item:not(:nth-of-type(2n)) {
    margin-right: 4%;
  }
  .tp-Goods_Item:not(:nth-last-of-type(-n+2)) {
    margin-bottom: 24px;
  }
}

.tp-Goods_ItemAnchor {
  display: block;
}
.tp-Goods_ItemAnchor:hover .tp-Goods_ThumbImg {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tp-Goods_ItemAnchor:hover .tp-Goods_Name {
  color: #4d4d4d;
}

.tp-Goods_Thumb {
  position: relative;
  width: 100%;
  margin-bottom: 16px;
  overflow: hidden;
}
.tp-Goods_Thumb.is-SquareLoading {
  padding-top: 100%;
}
.tp-Goods_Thumb.is-SquareLoading .tp-Goods_Thumb-loading {
  padding-top: 100%;
}
.tp-Goods_Thumb.is-SquareLoading .tp-Goods_ThumbImg {
  position: absolute;
  top: 0;
  left: 0;
}
.tp-Goods_Thumb.is-RectangleLoading {
  padding-top: 42.857%;
}
.tp-Goods_Thumb.is-RectangleLoading .tp-Goods_Thumb-loading {
  padding-top: 42.857%;
}
.tp-Goods_Thumb.is-RectangleLoading .tp-Goods_ThumbImg {
  position: absolute;
  top: 0;
  left: 0;
}

.tp-Goods_ThumbImg {
  width: 100%;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

.tp-Goods_ThumbLabel {
  color: #fff;
  background-color: #141511;
  border-radius: 2px;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .tp-Goods_ThumbLabel {
    padding: 4px;
    top: 8px;
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_ThumbLabel {
    padding: 2px 4px;
    top: 4px;
    left: 4px;
  }
}

@media screen and (min-width: 769px) {
  .tp-Goods_ThumbLabelText {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    margin-top: -0.1em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_ThumbLabelText {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin-top: -0.1em;
    letter-spacing: 0.05em;
  }
}

.tp-Goods_Thumb-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #d9d9d9;
}
.tp-Goods_Thumb-loading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.5), transparent);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  background-repeat: no-repeat;
  background-size: 32%;
  -webkit-animation: shine-avatar 1.2s linear infinite;
  animation: shine-avatar 1.2s linear infinite;
}
.tp-Goods_Thumb-loading.is-Hidden {
  display: none;
}

.tp-Goods_Name {
  color: #141511;
  margin-bottom: 12px;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Name {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.tp-Goods_ItemBox {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  align-items: center;
}

.tp-Goods_Price {
  width: 100%;
  color: #141511;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Price {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Price {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    /*letter-spacing: 0.05em;*/
    margin-bottom: 16px;
  }
}

.tp-Goods_Value {
  margin-left: 4px;
  margin-right: 4px;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Value {
    font-family: "Roboto", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Value {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
}

.tp-Goods_Slash {
  margin-left: 4px;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Slash {
    font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Slash {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
  }
}

.tp-Goods_Tax {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .tp-Goods_Tax {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_Tax {
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.04em;
  }
}

.tp-Goods_Cart {
  width: 100%;
}

.tp-Goods_CartAnchor {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  background-color: #d81d04;
  border-radius: 4px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border: solid 3px #d81d04;
}
.tp-Goods_CartAnchor:hover {
  color: #d81d04;
  background-color: #fff;
  border-color: #d81d04;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media screen and (min-width: 769px) {
  .tp-Goods_CartAnchor {
    height: 64px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 32px" width="32" height="32"><path fill="%23fff" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
    background-repeat: no-repeat;
    background-position: left 16px center;
    background-size: 32px 32px;
  }
  _:-ms-fullscreen, :root .tp-Goods_CartAnchor {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMnB4IDMycHgiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE4LjEsMTMuMmgtLjJMMTQuMyw5LjRhMSwxLDAsMCwxLDAtMS42LDEuMiwxLjIsMCwwLDEsMS42LDBsMS43LDEuN1Y0LjFBMS4xLDEuMSwwLDAsMSwxOC43LDNhMS4yLDEuMiwwLDAsMSwxLjIsMS4xVjkuNWwxLjYtMS43YTEuNCwxLjQsMCwwLDEsMS43LDAsMS4yLDEuMiwwLDAsMSwwLDEuNmwtMy43LDMuN2ExLjEsMS4xLDAsMCwxLS44LjNBLjcuNywwLDAsMSwxOC4xLDEzLjJabTguMiw4LjF2Mi42SDExLjhMNS4zLDUuNkgwVjNINy4xbDQuMywxMi4ySDI1LjdsMy42LTkuOEgzMkwyNy41LDE3LjdIMTIuM2wxLjMsMy42Wk0xNC40LDI3LjRhMiwyLDAsMCwxLTIuMSwyLDIsMiwwLDAsMS0yLTIsMiwyLDAsMCwxLDItMi4xQTIuMSwyLjEsMCwwLDEsMTQuNCwyNy40Wm0xMS4yLDJhMiwyLDAsMCwwLDItMiwyLDIsMCwwLDAtMi0yLjEsMi4xLDIuMSwwLDAsMC0yLjEsMi4xQTIsMiwwLDAsMCwyNS42LDI5LjRaIiAvPjwvc3ZnPg==");
  }

  .tp-Goods_CartAnchor:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 32px" width="32" height="32"><path fill="%23d81d04" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
  }
  _:-ms-fullscreen, :root .tp-Goods_CartAnchor:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMnB4IDMycHgiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iI2Q4MWQwNCIgZD0iTTE4LjEsMTMuMmgtLjJMMTQuMyw5LjRhMSwxLDAsMCwxLDAtMS42LDEuMiwxLjIsMCwwLDEsMS42LDBsMS43LDEuN1Y0LjFBMS4xLDEuMSwwLDAsMSwxOC43LDNhMS4yLDEuMiwwLDAsMSwxLjIsMS4xVjkuNWwxLjYtMS43YTEuNCwxLjQsMCwwLDEsMS43LDAsMS4yLDEuMiwwLDAsMSwwLDEuNmwtMy43LDMuN2ExLjEsMS4xLDAsMCwxLS44LjNBLjcuNywwLDAsMSwxOC4xLDEzLjJabTguMiw4LjF2Mi42SDExLjhMNS4zLDUuNkgwVjNINy4xbDQuMywxMi4ySDI1LjdsMy42LTkuOEgzMkwyNy41LDE3LjdIMTIuM2wxLjMsMy42Wk0xNC40LDI3LjRhMiwyLDAsMCwxLTIuMSwyLDIsMiwwLDAsMS0yLTIsMiwyLDAsMCwxLDItMi4xQTIuMSwyLjEsMCwwLDEsMTQuNCwyNy40Wm0xMS4yLDJhMiwyLDAsMCwwLDItMiwyLDIsMCwwLDAtMi0yLjEsMi4xLDIuMSwwLDAsMC0yLjEsMi4xQTIsMiwwLDAsMCwyNS42LDI5LjRaIiAvPjwvc3ZnPg==");
  }
}
@media screen and (max-width: 768px) {
  .tp-Goods_CartAnchor {
    height: 48px;
  }
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.tp-Guide {
  position: relative;
  width: 100%;
  background-color: #d9d9d9;
}

.tp-Guide_Container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .tp-Guide_Container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .tp-Guide_Container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .tp-Guide_Container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .tp-Guide_Container {
    padding-top: 72px;
    padding-bottom: 112px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Guide_Container {
    padding-top: 40px;
    padding-bottom: 64px;
  }
}

.tp-Guide_Head {
  background-image: url("../img/top/bg-title-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .tp-Guide_Head {
    width: 640px;
    height: 190px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tp-Guide_Head {
    width: 327px;
    height: 97px;
    margin-bottom: 24px;
  }
}

.tp-Guide_HeadTitle {
  color: #fff;
}
@media screen and (min-width: 769px) {
  .tp-Guide_HeadTitle {
    font-family: "Zen Antique Soft", serif;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .tp-Guide_HeadTitle {
    font-family: "Zen Antique Soft", serif;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.04em;
  }
}

.tp-Guide_List {
  border-right: solid 4px #4d4d4d;
  border-left: solid 4px #4d4d4d;
  border-bottom: solid 4px #4d4d4d;
}

.tp-Guide_ListHead {
  position: relative;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #4d4d4d;
  cursor: pointer;
}
.tp-Guide_ListHead:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2C21.9a2.1%2C2.1%2C0%2C0%2C1-1.1-.4l-8.4-8a.8.8%2C0%2C0%2C1-.4-.4%2C1.3%2C1.3%2C0%2C0%2C1-.1-.6%2C1.3%2C1.3%2C0%2C0%2C1%2C.1-.6l.3-.5A2.1%2C2.1%2C0%2C0%2C1%2C7.5%2C11a2.1%2C2.1%2C0%2C0%2C1%2C1.1.4l7.4%2C7%2C7.4-7a2.1%2C2.1%2C0%2C0%2C1%2C1.1-.4h.6l.5.4a1.5%2C1.5%2C0%2C0%2C1%2C.4%2C1.1%2C4.3%2C4.3%2C0%2C0%2C1-.1.5%2C1%2C1%2C0%2C0%2C1-.4.5L17%2C21.5A1.8%2C1.8%2C0%2C0%2C1%2C16%2C21.9Z%22%20%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
_:-ms-fullscreen, :root .tp-Guide_ListHead:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTE2LDIxLjlhMi4xLDIuMSwwLDAsMS0xLjEtLjRsLTguNC04YS44LjgsMCwwLDEtLjQtLjQsMS4zLDEuMywwLDAsMS0uMS0uNiwxLjMsMS4zLDAsMCwxLC4xLS42bC4zLS41QTIuMSwyLjEsMCwwLDEsNy41LDExYTIuMSwyLjEsMCwwLDEsMS4xLjRsNy40LDcsNy40LTdhMi4xLDIuMSwwLDAsMSwxLjEtLjRoLjZsLjUuNGExLjUsMS41LDAsMCwxLC40LDEuMSw0LjMsNC4zLDAsMCwxLS4xLjUsMSwxLDAsMCwxLS40LjVMMTcsMjEuNUExLjgsMS44LDAsMCwxLDE2LDIxLjlaIiAvPjwvc3ZnPg==");
}

.tp-Guide_ListHead.is-Active:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.tp-Guide_ListContainer {
  padding: 16px 16px 24px;
  background-color: #fff;
}

.tp-Guide_Content {
  list-style: none;
}

.tp-Guide_ContentItem:not(:last-of-type) {
  margin-bottom: 12px;
}

.tp-Guide_ContentTitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #141511;
}
.tp-Guide_ContentTitle:not(:last-child) {
  margin-bottom: 4px;
}

.tp-Guide_ContentText {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.04em;
  color: #141511;
}

.tp-Guide_ContentAnchor {
  color: #141511;
  text-decoration: underline;
}
.tp-Guide_ContentAnchor:hover {
  color: #4d4d4d;
}

.tp-Guide_ContentAttention {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #d81d04;
}
.tp-Guide_ContentAttention::before {
  content: "※";
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.st-Footer {
  margin: 0;
  background-color: #fafafa;
}

.st-Footer_Container {
  box-sizing: border-box;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 900px) {
  .st-Footer_Container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 641px) and (max-width: 899px) {
  .st-Footer_Container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .st-Footer_Container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .st-Footer_Container {
    padding-top: 72px;
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.st-Footer_Main {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 769px) {
  .st-Footer_Main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 769px) {
  .st-Footer_Logo {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 277px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Logo {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: 240px;
    margin-bottom: 32px;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.st-Footer_LogoAnchor {
  display: block;
  width: 100%;
}
.st-Footer_LogoAnchor:hover .st-Footer_LogoImg {
  opacity: 0.75;
}

.st-Footer_LogoImg {
  width: 100%;
}

.st-Footer_Copyright {
  -webkit-box-flex: 1;
  flex: 1 1 auto;
}
@media screen and (min-width: 769px) {
  .st-Footer_Copyright {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .st-Footer_Copyright {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}

.st-Footer_CopyrightItem:not(:last-of-type) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .st-Footer_CopyrightItem {
    text-align: center;
  }
}

.st-Footer_CopyrightText {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #141511;
}
.st-Footer_CopyrightText:not(:last-of-type) {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .st-Footer_CopyrightText .st-Footer_CopyrightNote {
    display: block;
  }
}

.st-Footer_Sns {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
}
@media screen and (max-width: 768px) {
  .st-Footer_Sns {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-bottom: 32px;
  }
}

.st-Footer_SnsItem {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: 40px;
}
.st-Footer_SnsItem:not(:last-of-type) {
  margin-right: 16px;
}

.st-Footer_SnsAnchor {
  display: block;
  width: 100%;
}
.st-Footer_SnsAnchor:hover .st-Footer_SnsImg {
  opacity: 0.75;
}

.st-Footer_SnsImg {
  width: 100%;
}

.js-ScrollFade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: opacity 3s, all 800ms;
  transition: opacity 3s, all 800ms;
}

.js-ScrollFade.is-Scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*
@mixin icon-cart($color-cart) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32"><path fill="' + $color-cart + '" d="M18.1,13.2h-.2L14.3,9.4a1,1,0,0,1,0-1.6,1.2,1.2,0,0,1,1.6,0l1.7,1.7V4.1A1.1,1.1,0,0,1,18.7,3a1.2,1.2,0,0,1,1.2,1.1V9.5l1.6-1.7a1.4,1.4,0,0,1,1.7,0,1.2,1.2,0,0,1,0,1.6l-3.7,3.7a1.1,1.1,0,0,1-.8.3A.7.7,0,0,1,18.1,13.2Zm8.2,8.1v2.6H11.8L5.3,5.6H0V3H7.1l4.3,12.2H25.7l3.6-9.8H32L27.5,17.7H12.3l1.3,3.6ZM14.4,27.4a2,2,0,0,1-2.1,2,2,2,0,0,1-2-2,2,2,0,0,1,2-2.1A2.1,2.1,0,0,1,14.4,27.4Zm11.2,2a2,2,0,0,0,2-2,2,2,0,0,0-2-2.1,2.1,2.1,0,0,0-2.1,2.1A2,2,0,0,0,25.6,29.4Z" /></svg>');
}
*/
/*@mixin icon-twitter($color-twitter) {
  background-image: bg-svg('<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><path fill="' + $color-twitter + '" d="M9,18.5a9.3,9.3,0,0,0,9.4-9.3V8.7A5.2,5.2,0,0,0,20,7a6,6,0,0,1-1.9.6,4,4,0,0,0,1.5-1.9,6,6,0,0,1-2.1.8,4.4,4.4,0,0,0-1.9-1,3.2,3.2,0,0,0-2.1.4,3.4,3.4,0,0,0-1.4,1.5,3.1,3.1,0,0,0-.2,2.1,8.6,8.6,0,0,1-3.8-1,9.9,9.9,0,0,1-3-2.4,3.3,3.3,0,0,0-.3,2.4,3,3,0,0,0,1.3,2,4.2,4.2,0,0,1-1.5-.4h0a3.2,3.2,0,0,0,.8,2.1,2.9,2.9,0,0,0,1.9,1.1,2.6,2.6,0,0,1-1.5.1A3.1,3.1,0,0,0,7,15a3.2,3.2,0,0,0,1.9.7,6.8,6.8,0,0,1-4.1,1.4H4a8.9,8.9,0,0,0,5,1.5" /></svg>');
}*/
@keyframes shine-avatar {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.js-kv_FadeDown {
  -webkit-animation: fadeDownAnime 1s ease 1.5s forwards;
  animation: fadeDownAnime 1s ease 1.5s forwards;
  /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.js-kv_FadeUp {
  -webkit-animation: fadeUpAnime 1s ease 1.5s forwards;
  animation: fadeUpAnime 1s ease 1.5s forwards;
  /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.js-kv_FadeIn {
  -webkit-animation: fadeInAnime 1s ease 1.2s forwards;
  animation: fadeInAnime 1s ease 1.2s forwards;
  /*アニメーションの定義名、アニメーション１回分の時間の長さ、アニメーションの進行具合、アニメーションの開始を遅らせる*/
  opacity: 0;
}

/*アニメーションの開始から終了までを指定する*/
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tp-Kv_Info::before {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}