@charset "UTF-8";
/* @font-face {
  font-family: "avenir-next";
  src: url("../font/avenir-next-bold.ttf") format("opentype");
}
@font-face {
  font-family: "LEMONMILK-Bold";
  src: url("../font/LEMONMILK-Bold.otf") format("opentype");
}
@font-face {
  font-family: "YuGothic";
  src: url("../font/YuGothic-Medium.otf") format("opentype");
} */

:root {
  --main-color:#A50C19;
  --white:#ffffff;
  --beige:#FBF2DE;
  --brown:#713D10;
  --font-ja: "noto-sans-cjk-jp", sans-serif;
  --font-en: "futura-pt", sans-serif;
  --font-en_LumiosBrush: "lumios-brush", sans-serif;
  --font-HapticScript: "haptic-script", sans-serif;
}

@media only screen and (min-width: 768px) {
  #Wrap {
    width: 100%;
    padding-top: 14.2rem;
  }
}

#lp__contener .sp_only {
  display: none;
}
#lp__contener .pc_only {
  display: block;
}

div, form, h1, h2, h3, h4, ul, li, dl, dt, dd, p {
  line-height: 1;
}

/*----------共通設定 pc----------*/

* > #lp__contener {
  font-family: var(--font);
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

ul, ol, li, p {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents_inner {
  width: 100%;
}

.en_font {
  font-family: var(--font-sub-en);
}

.f_bold {
  font-weight: bold;
}

.row_reverse {
  flex-direction: row-reverse;
}

.contents {
  margin-top: 0;
}

.share-txt {
  margin: 0;
}

#lp__contener {
  position: relative;
  width: 100%;
  text-align: center;
  font-family: var(--font-ja);
  font-weight: 500;
  overflow: hidden;
  letter-spacing: 0.07em;
  color: var(--beige);
  background: var(--main-color);
  padding-bottom: 18rem;
  z-index: 0;
}

#lp__contener * {
  box-sizing: border-box;
}

#lp__contener img {
  width: 100%;
}

#lp__contener a {
  text-decoration: none;
}

#lp__contener picture, #lp__contener a {
  display: block;
}

#lp__contener .overflow {
  position: relative;
  overflow-x: scroll;
    /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

#lp__contener .overflow::-webkit-scrollbar {
  display:none;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

/*----------LP_PC----------*/
/* ======================== 共通 ======================== */
#lp__contener .mv {
  width: 75rem;
  margin: 6rem auto 0;
}

#lp__contener .lead_text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 8rem;
}

#lp__contener .info_area {
  width: 80rem;
  margin: 8rem auto 0;
}

#lp__contener .page_ttl {
  font-family: var(--font-en_LumiosBrush);
  font-size: 11rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--beige);
}

#lp__contener .items_info {
  margin-top: 2.5rem;
}

#lp__contener .items_info .brand {
  font-family: var(--font-en);
  font-size: 2rem;
  letter-spacing: 0;
}

#lp__contener .items_info .name {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0;
}

#lp__contener .items_info .name .en {
  font-family:var(--font-en);
  font-size: 1.8rem;
}

#lp__contener .items_info .price {
  margin-top: 2rem;
  font-family:var(--font-en);
  font-size: 2.2rem;
  letter-spacing: 0;
}

#lp__contener .items_info .price .tax {
  font-family:var(--font-en);
  font-size: 1.6rem;
}

#lp__contener .content_text {
  font-size: 1.8rem;
  line-height: 2;
}

/* === items_wrap === */
#lp__contener .items_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-top: 11rem;
}

#lp__contener .items_wrap .items_wrap_blk {
  position: relative;
  width: 34.5rem;
  z-index: 0;
}

#lp__contener .items_wrap .items_wrap_img {
  width: 100%;
}

#lp__contener .items_wrap .items_wrap_text {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

#lp__contener .items_wrap .page_btn {
  width: 100%;
}

#lp__contener .beige_bg {
  position: relative;
  padding: 5rem 0;
  background: var(--beige);
  z-index: 0;
  margin-top: 2.5rem;
}

#lp__contener .beige_bg::before {
  position: absolute;
  content: "";
  border: var(--beige) 0.1rem solid;
  width: 100vw;
  top: -1rem;
  left: 0;
  z-index: 1;
}

#lp__contener .beige_bg::after {
  position: absolute;
  content: "";
  border: var(--beige) 0.1rem solid;
  width: 100vw;
  bottom: -1rem;
  left: 0;
  z-index: 1;
}

#lp__contener .sub_lead {
  margin-top: 3rem;
  font-size: 1.6rem;
  line-height: 1.7;
  color: var(--beige);
}

#lp__contener .mv_items_bg_1 ,
#lp__contener .mv_items_bg_2 ,
#lp__contener .mv_items_bg_3 {
  position: absolute;
  z-index: 1;
}

#lp__contener .mv_items_bg_1 {
  width: 13rem;
  top: 55rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -44rem;
}

#lp__contener .mv_items_bg_2 {
  width: 17rem;
  top: 75rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 50rem;
}

#lp__contener .mv_items_bg_3 {
  width: 19.3rem;
  top: 75rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 48rem;
}

/* ======================== SpecailGift ======================== */
#lp__contener .SpecailGift {
  margin-top: 8rem;
}

#lp__contener .SpecailGift_img {
  position: relative;
  margin: 2rem auto 0;
  width: 64rem;
  border: var(--beige) 0.1rem solid;
  padding: 1rem;
  z-index: 0;
}

#lp__contener .SpecailGift_img span {
  position: absolute;
  z-index: 1;
}
#lp__contener .SpecailGift_img span::after {
  position: absolute;
  white-space: nowrap;
  content: "";
  font-family: var(--font-en);
  font-size: 2rem;
  letter-spacing: 0;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .SpecailGift_img .ballchain {
  top: 1rem;
  left: 20rem;
}
#lp__contener .SpecailGift_img .ballchain::after {
  content: "Ball & Chain";
}

#lp__contener .SpecailGift_img .collaboration {
  top: 17rem;
  left: 43rem;
}
#lp__contener .SpecailGift_img .collaboration::after {
  content: "Collaboration items";
}

#lp__contener .SpecailGift_img .originalitems {
  top: 26.5rem;
  left: 24.5rem;
}
#lp__contener .SpecailGift_img .originalitems::after {
  content: "Original items";
}

#lp__contener .SpecailGift_img .originalgoods {
  top: 40rem;
  left: 11rem;
}
#lp__contener .SpecailGift_img .originalgoods::after {
  content: "Original goods";
}

#lp__contener .SpecailGift_img span a {
  display: block;
  width: 4rem;
  height: 4rem;
}

#lp__contener .SpecailGift_img span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background: rgba(255, 201, 95, 0.5);
  opacity: .5;
  content: "";
  animation: dots-anime 2.5s ease-in-out infinite;
}

@keyframes dots-anime {
  0%{
    transform: translate(-50%, -50%) scale(80%);
    opacity: .9;
  }

  80% {
    opacity: .9;
  }

  100% {
    transform: translate(-50%, -50%) scale(100%);
    opacity: 0;
  }
}

#lp__contener .text {
  margin: 2.5rem auto 0;
  text-align: left;
  width: 62rem;
  font-size: 1.6rem;
  line-height: 1.7;
}

#lp__contener .page_btn {
  margin: 3.5rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64rem;
  height: 5.5rem;
  font-family: var(--font-en);
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  border: var(--beige) 0.1rem solid;
  transition: all 0.6s;
}

#lp__contener .page_btn:hover {
  background: var(--beige);
  color: var(--main-color);
  border: var(--beige) 0.1rem solid;
}

#lp__contener .ballchain .page_btn:hover ,
#lp__contener .originalitems .page_btn:hover {
  background: var(--brown);
  color: var(--beige);
  border: var(--brown) 0.1rem solid;
}


/* ======================== ballchain ======================== */
#lp__contener .ballchain {
  margin-top: 8rem;
}

#lp__contener .ballchain .content_ttl {
  font-family: var(--font-en_LumiosBrush);
  font-size: 11rem;
  color: var(--beige);
}

#lp__contener .ballchain .page_ttl span {
  font-family: var(--font-HapticScript);
  font-size: 5.6rem;
  margin: 0 1rem 0 2rem;
}

#lp__contener .ballchain .content_text {
  color: var(--brown);
}

#lp__contener .ballchain .items_img_1 {
  position: relative;
  margin: 5rem auto 0;
  width: 48.5rem;
  border: var(--brown) 0.1rem solid;
  z-index: 0;
}

#lp__contener .ballchain .items_img_1::before {
  position: absolute;
  content: "SOLD OUT";
  color: var(--white);
  font-family: var(--font-en);
  font-size: 3.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#lp__contener .ballchain .items_img_1::after {
  position: absolute;
  content: "";
  background: #282828;
  opacity: .6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#lp__contener .ballchain .items_info {
  color: var(--brown);
}

#lp__contener .ballchain .items_img_2 {
  position: relative;
  width: 110rem;
  margin: 5rem auto 0;
  z-index: 0;
}

#lp__contener .ballchain .items_img_2::before {
  position: absolute;
  content: "SOLD OUT";
  color: var(--white);
  font-family: var(--font-en);
  font-size: 3.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#lp__contener .ballchain .items_img_2::after {
  position: absolute;
  content: "";
  background: #282828;
  opacity: .6;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

#lp__contener .ballchain .page_btn {
  width: 48.5rem;
  margin-top: 6rem;
  color: var(--brown);
  border: var(--brown) 0.1rem solid;
}

#lp__contener .ballchain .ballchain_bg {
  width: 75rem;
  margin: 4rem auto 0;
}

#lp__contener .ballchain .page_btn.unopen:hover {
  color: var(--brown);
  border: var(--brown) 0.1rem solid;
  background: var(--beige);
}

#lp__contener .ballchain .unopen_sub {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 4rem;
  color: var(--brown);
}



/* ======================== Collaboration items ======================== */
#lp__contener .Collaboration {
  margin-top: 8rem;
}

#lp__contener .Collaboration .page_ttl {
  line-height: 0.8;
}

#lp__contener .Collaboration .content_text {
  color: var(--beige);
  margin-top: 4rem;
}

#lp__contener .Collaboration .items_img_1 {
  width: 110rem;
  margin: 5rem auto 0;
}

#lp__contener .Collaboration .items_info {
  color: var(--beige);
}

#lp__contener .Collaboration .assortment {
  width: 38.5rem;
  margin: 4rem auto 0;
  border: var(--beige) 0.1rem solid;
  padding-bottom: 1.5rem;
}

#lp__contener .Collaboration .assortment_ttl {
  font-size: 1.6rem;
  font-weight: 700;
  background: var(--beige);
  padding: 0.7rem 0;
  text-align: center;
  color: var(--main-color);
}

#lp__contener .Collaboration .assortment_text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  color: var(--beige);
}

#lp__contener .Collaboration .assortment_text:nth-of-type(2) {
  margin-top: 2rem;
}

#lp__contener .Collaboration .items_img_2 {
  position: relative;
  margin: 6rem auto 0;
  width: 48.5rem;
  z-index: 0;
}

#lp__contener .Collaboration .items_img_2::before {
  position: absolute;
  content: "";
  background: url(../img/Collaboration_pointicon.png) no-repeat;
  background-size: 100%;
  width: 11.5rem;
  height: 11.5rem;
  top: -3rem;
  right: -2rem;
  z-index: 1;
}

#lp__contener .Collaboration .items_infotext {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 2.5rem;
}

#lp__contener .Collaboration .items_wrap .page_btn {
  width: 100%;
  margin: 2.5rem auto 0;
}

#lp__contener .Collaboration .items_wrap .items_wrap_blk:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background: url(../img/Collaboration_icon_1.png) no-repeat;
  background-size: 100%;
  width: 12rem;
  height: 16.2rem;
  top: -7rem;
  left: -6rem;
  z-index: 1;
  animation: yurayura_1 3s linear infinite;
}

#lp__contener .Collaboration .items_wrap .items_wrap_blk:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../img/Collaboration_icon_2.png) no-repeat;
  background-size: 100%;
  width: 14rem;
  height: 16.2rem;
  top: 16rem;
  left: -8.5rem;
  z-index: 1;
  animation: yurayura_2 4s linear infinite;
}

#lp__contener .Collaboration .items_wrap .items_wrap_blk:nth-of-type(2)::after {
  position: absolute;
  content: "";
  background: url(../img/Collaboration_point_1.png) no-repeat;
  background-size: 100%;
  width: 31rem;
  height: 12.7em;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .Collaboration .items_wrap .items_wrap_blk:nth-of-type(3)::after {
  position: absolute;
  content: "";
  background: url(../img/Collaboration_point_2.png) no-repeat;
  background-size: 100%;
  width: 31rem;
  height: 12.7em;
  top: -8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}


/* ======================== originalitems ======================== */
#lp__contener .originalitems {
  margin-top: 8rem;
}

#lp__contener .originalitems .content_text {
  color: var(--brown);
}

#lp__contener .originalitems .items_img_1 {
  width: 110rem;
  margin: 5rem auto 0;
}

#lp__contener .originalitems .items_wrap {
  margin-top: 16rem;
  position: relative;
  z-index: 0;
}

#lp__contener .originalitems .items_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/items_point.png) no-repeat;
  background-size: 100%;
  width: 48.5rem;
  height: 15rem;
  top: -13rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .originalitems .items_wrap_blk:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background: url(../img/items_bg_1.png) no-repeat;
  background-size: 100%;
  width: 22rem;
  height: 22rem;
  bottom: 20rem;
  left: -15rem;
  z-index: 1;
  animation: yurayura_1 4s linear infinite;
}

#lp__contener .originalitems .items_wrap_blk:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../img/items_bg_2.png) no-repeat;
  background-size: 100%;
  width: 20rem;
  height: 21rem;
  top: -11rem;
  right: -9rem;
  z-index: 1;
  animation: yurayura_1 3s linear infinite;
}

#lp__contener .originalitems .items_info {
  color: var(--brown);
}

#lp__contener .originalitems .page_btn {
  color: var(--brown);
  border: var(--brown) 0.1rem solid;
}

#lp__contener .originalitems .specailset {
  position: relative;
  width: 48.5rem;
  margin: 10rem auto 0;
  z-index: 0;
}

#lp__contener .originalitems .specailset::before {
  position: absolute;
  content: "Specail Set";
  font-family: var(--font-en_LumiosBrush);
  font-size: 7.5rem;
  color: var(--main-color);
  transform: rotate(-10deg);
  top: -5rem;
  left: -8rem;
  z-index: 1;
}

#lp__contener .originalitems .sub_lead {
  margin-top: 2.5rem;
  color: var(--brown);
}

#lp__contener .originalitems .specailset .page_btn {
  width: 100%;
}


/* ======================== originalgoods ======================== */
#lp__contener .originalgoods {
  margin-top: 8rem;
}

#lp__contener .originalgoods .items_img_1 {
  width: 48.5rem;
  margin: 5rem auto 0;
}

#lp__contener .originalgoods .content_text {
  margin-top: 5rem;
}

#lp__contener .originalgoods .items_wrap {
  margin-top: 5rem;
}

#lp__contener .originalgoods .items_img_1 small {
  display: block;
  text-align: left;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

#lp__contener .originalgoods .items_wrap.__2 {
  margin-top: 6rem;
  padding-top: 14rem;
  border-top: #AD323D 0.1rem solid;
}

#lp__contener .originalgoods .items_wrap.__2 .items_wrap_blk {
  width: 53rem;
}

#lp__contener .all_btn .page_btn {
  width: 64rem;
  height: 8rem;
  font-size: 2.8rem;
  color: var(--main-color);
  background: var(--beige);
  margin: 8rem auto 0;
  transition: all 0.6s;
}

#lp__contener .all_btn .page_btn:hover {
  color: var(--beige);
  background: var(--main-color);
}

#lp__contener .originalgoods .items_wrap.__2 .items_wrap_img {
  position: relative;
  z-index: 0;
}

#lp__contener .originalgoods .items_wrap.__2 .items_wrap_blk:nth-of-type(1) .items_wrap_img::before {
  position: absolute;
  content: "";
  background: url(../img/goods_point_1.png) no-repeat;
  background-size: 100%;
  width: 31rem;
  height: 14.5rem;
  top: -11rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .originalgoods .items_wrap.__2 .items_wrap_blk:nth-of-type(2) .items_wrap_img::before {
  position: absolute;
  content: "";
  background: url(../img/goods_point_2.png) no-repeat;
  background-size: 100%;
  width: 31rem;
  height: 14.5rem;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}



/* ======================== kurahashirei ======================== */
#lp__contener .kurahashirei {
  text-align: center;
  margin-top: 12rem;
}

#lp__contener .kurahashirei_img {
  width: 30rem;
  margin: auto;
  padding: 1rem;
  border: var(--beige) 0.1rem solid;
}

#lp__contener .kurahashirei_name {
  margin-top: 3rem;
  font-size: 1.8rem;
}

#lp__contener .kurahashirei_text {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 3rem auto 0;
  width: 48.5rem;
  text-align: left;
}

#lp__contener .kurahashirei_bg {
  position: absolute;
  width: 35rem;
  bottom: -5rem;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  margin-left: 25rem;
  z-index: 0;
  animation: yurayura_3 4s linear infinite;
}


/* =============== follow-nav =============== */
#lp__contener .follow_nav {
  position: fixed;
  display: block;
  transition: all 0.6s ease;
  opacity: 1;
  box-sizing: border-box;
  width: 15rem;
  color: var(--beige);
  background: var(--main-color);
  border: var(--beige) 0.1rem solid;
  border-right: unset;
  bottom: 10rem;
  right: -15rem;
  z-index: 10;
  box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.2);
}

#lp__contener .follow_nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: 0;
  color: var(--beige);
  z-index: 0;
  width: 15rem;
  height: 4.5rem;
}

#lp__contener .follow_nav a:hover {
  color: var(--main-color);
  background: var(--beige);
}

#lp__contener .follow_nav a:nth-of-type(n+2) {
  border-top: rgba(251, 242, 222, 0.4) 0.1rem solid;
}

#lp__contener .follow_nav a:hover {
  opacity: 1;
}

#lp__contener .follow_nav.fixed ,
#lp__contener .follow_allitems.fixed {
  opacity: 1;
  right: 0;
  z-index: 10;
}
#lp__contener .follow_nav.fixed.none ,
#lp__contener .follow_allitems.fixed.none {
  opacity: 1;
  right: -15rem;
  z-index: 1;
}


#lp__contener .follow_allitems {
  position: fixed;
  display: block;
  transition: all 0.6s ease;
  opacity: 1;
  box-sizing: border-box;
  width: 15rem;
  padding: 0.5rem 0.5rem 0.6rem;
  color: var(--main-color);
  background: var(--beige);
  bottom: 4rem;
  right: -15rem;
  z-index: 10;
  box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.2);
}

#lp__contener .follow_allitems a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-en);
  font-size: 1.5rem;
  letter-spacing: 0;
  color: var(--main-color);
  border: var(--main-color) 0.1rem solid;
  border-right: unset;
  z-index: 0;
  width: 15rem;
  height: fit-content;
  margin: 0;
  padding: 1rem 0 0.6rem;
}


/*----------アニメーション----------*/
/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(250px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/

.fadein {
  opacity: 0;
  transition: opacity 1.5s 0s, transform 1.5s 0s;
}

.fadein.fade-active {
  opacity: 1;
  transition: opacity 1.5s 0s, transform 1.5s 0s;
}


@keyframes animeBoxmove {
  100% {
    left: 130%;
  }
}
@keyframes moving {
  from {
    animation-timing-function: linear;
    transform: translateY(-24rem) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
  to {
    animation-timing-function: linear;
    transform: translateY(24rem) scale(1, 1) rotate(0deg) skew(0deg, 0deg);
    opacity: 1;
  }
}

.fadein-load ,
.fadein {
  opacity: 0;
}

.fadein-load.fade-active ,
.fadein.fade-active {
  opacity: 1;
  transition: all 1.8s;
}

/* ゆらゆら */
@keyframes yurayura_1 {
  0% ,100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  55% {
    transform: rotate(0deg);
  }
}

@keyframes yurayura_2 {
  0% ,100% {
    transform: translateY(0);
  }
  55% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-10px);
  }
  65% {
    transform: translateY(0);
  }
}

@keyframes yurayura_3 {
  0% ,100% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  45% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(5deg);
  }
  55% {
    transform: rotate(0deg);
  }
}




/*----------共通設定 tablet----------*/
@media only screen and (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*----------共通設定 sp----------*/
@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #lp__contener .section__inner {
    max-width: 100%;
  }
}


/*----------LP SP----------*/
@media only screen and (max-width: 768px) {

  body, #Wrap {
    color: unset;
  }

  #lp__contener .sp_only {
    display: block;
  }
  #lp__contener .pc_only {
    display: none;
  }

  #lp__contener {
    letter-spacing: 0;
    padding-bottom: calc(130*(100vw / 390));
  }

/* ======================== 共通 ======================== */
#lp__contener .mv {
  width: calc(370*(100vw / 390));
  margin: calc(50*(100vw / 390)) auto 0;
}

#lp__contener .lead_text {
  font-size: calc(14*(100vw / 390));
  line-height: 2;
  margin-top: calc(60*(100vw / 390));
}

#lp__contener .info_area {
  width: calc(350*(100vw / 390));
  margin: calc(50*(100vw / 390)) auto 0;
}

#lp__contener .page_ttl {
  font-size: calc(70*(100vw / 390));
}

#lp__contener .items_info {
  margin-top: 2.5rem;
}

#lp__contener .items_info .brand {
  font-size: calc(18 *(100vw/390));
}

#lp__contener .items_info .name {
  margin-top: calc(10*(100vw / 390));
  font-size: calc(14*(100vw / 390));
  line-height: 1.5;
  letter-spacing: 0;
}

#lp__contener .items_info .name .en {
  font-size: calc(16*(100vw / 390));
}

#lp__contener .items_info .price {
  margin-top: calc(20*(100vw / 390));
  font-size: calc(18*(100vw / 390));
}

#lp__contener .items_info .price .tax {
  font-size: calc(12*(100vw / 390));
}

#lp__contener .content_text {
  text-align: center;
  width: calc(350*(100vw / 390));
  font-size: calc(15*(100vw / 390));
  line-height: 2;
  margin: auto;
}

/* === items_wrap === */
#lp__contener .items_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: calc(40*(100vw / 390));
  margin-top: calc(40*(100vw / 390));
}

#lp__contener .items_wrap .items_wrap_blk {
  width: calc(350*(100vw / 390));
}

#lp__contener .items_wrap .items_wrap_img {
  width: 100%;
}

#lp__contener .items_wrap .items_wrap_text {
  margin-top: calc(25*(100vw / 390));
  font-size: calc(12*(100vw / 390));
}

#lp__contener .items_wrap .page_btn {
  width: 100%;
}

#lp__contener .beige_bg {
  position: relative;
  padding: calc(25*(100vw / 390)) 0;
  background: var(--beige);
  z-index: 0;
  margin-top: calc(25*(100vw / 390));
}

#lp__contener .beige_bg::before {
  position: absolute;
  content: "";
  border: var(--beige) 0.1rem solid;
  width: 100vw;
  top: -1rem;
  left: 0;
  z-index: 1;
}

#lp__contener .beige_bg::after {
  position: absolute;
  content: "";
  border: var(--beige) 0.1rem solid;
  width: 100vw;
  bottom: -1rem;
  left: 0;
  z-index: 1;
}

#lp__contener .sub_lead {
  margin-top: calc(30*(100vw / 390));
  font-size: calc(14*(100vw / 390));
}

#lp__contener .mv_items_bg_1 ,
#lp__contener .mv_items_bg_2 {
  position: absolute;
  z-index: 1;
}

#lp__contener .mv_items_bg_1 {
  width: calc(70*(100vw / 390));
  top: calc(345*(100vw / 390));
  left: 50%;
  transform: translateX(-50%);
  margin-left: calc(-150*(100vw / 390));
}

#lp__contener .mv_items_bg_2 {
  width: calc(90*(100vw / 390));
  top: calc(645*(100vw / 390));
  left: 50%;
  transform: translateX(-50%);
  margin-left: calc(160*(100vw / 390));
}

#lp__contener .mv_items_bg_3 {
  width: calc(115*(100vw / 390));
  top: calc(630*(100vw / 390));
  left: 50%;
  transform: translateX(-50%);
  margin-left: calc(175*(100vw / 390));
}



/* ======================== SpecailGift ======================== */
#lp__contener .SpecailGift {
  margin-top: calc(30*(100vw / 390));
}

#lp__contener .SpecailGift_img {
  position: relative;
  margin: calc(25*(100vw / 390)) 0 auto 0;
  width: 100%;
  border: var(--beige) 0.1rem solid;
  border-left: unset;
  border-right: unset;
  padding: calc(10*(100vw / 390)) 0;
  z-index: 0;
}

#lp__contener .SpecailGift_img span {
  position: absolute;
  z-index: 1;
}
#lp__contener .SpecailGift_img span::after {
  position: absolute;
  white-space: nowrap;
  content: "";
  font-family: var(--font-en);
  font-size: calc(16*(100vw / 390));
  letter-spacing: 0;
  top: calc(-25*(100vw / 390));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .SpecailGift_img .ballchain {
  top: calc(20*(100vw / 390));
  left: calc(100*(100vw / 390));
}
#lp__contener .SpecailGift_img .ballchain::after {
  content: "Ball & Chain";
}

#lp__contener .SpecailGift_img .collaboration {
  top: calc(105*(100vw / 390));
  left: calc(260*(100vw / 390));
}
#lp__contener .SpecailGift_img .collaboration::after {
  content: "Collaboration items";
}

#lp__contener .SpecailGift_img .originalitems {
  top: calc(100*(100vw / 390));
  left: calc(140*(100vw / 390));
}
#lp__contener .SpecailGift_img .originalitems::after {
  content: "Original items";
}

#lp__contener .SpecailGift_img .originalgoods {
  top: calc(220*(100vw / 390));
  left: calc(70*(100vw / 390));
}
#lp__contener .SpecailGift_img .originalgoods::after {
  content: "Original goods";
}

#lp__contener .SpecailGift_img span a {
  display: block;
  width: 4rem;
  height: 4rem;
}

#lp__contener .SpecailGift_img span::before {
  width: calc(40*(100vw / 390));
  height: calc(40*(100vw / 390));
}

@keyframes dots-anime {
  0%{
    transform: translate(-50%, -50%) scale(80%);
    opacity: .9;
  }

  80% {
    opacity: .9;
  }

  100% {
    transform: translate(-50%, -50%) scale(100%);
    opacity: 0;
  }
}

#lp__contener .text {
  margin: calc(25*(100vw / 390)) auto 0;
  text-align: left;
  width: calc(350*(100vw / 390));
  font-size: calc(15*(100vw / 390));
  line-height: 1.7;
}

#lp__contener .page_btn {
  margin: calc(25*(100vw / 390)) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(350*(100vw / 390));
  height: calc(55*(100vw / 390));
  font-family: var(--font-en);
  font-size: calc(20*(100vw / 390));
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  border: var(--beige) 0.1rem solid;
  transition: all 0.6s;
}

#lp__contener .page_btn:hover {
  background: var(--beige);
  color: var(--main-color);
  border: var(--beige) 0.1rem solid;
}

#lp__contener .ballchain .page_btn:hover ,
#lp__contener .originalitems .page_btn:hover {
  background: var(--brown);
  color: var(--beige);
  border: var(--brown) 0.1rem solid;
}


/* ======================== ballchain ======================== */
#lp__contener .ballchain {
  margin-top: calc(50*(100vw / 390));
}

#lp__contener .ballchain .content_ttl {
  font-family: var(--font-en_LumiosBrush);
  font-size: 11rem;
  color: var(--beige);
}

#lp__contener .ballchain .page_ttl span {
  font-family: var(--font-HapticScript);
  font-size: calc(36*(100vw / 390));
  margin: 0 calc(10*(100vw / 390)) 0 calc(15*(100vw / 390));
}

#lp__contener .ballchain .content_text {
  color: var(--brown);
}

#lp__contener .ballchain .items_img_1 {
  margin: calc(30*(100vw / 390)) auto 0;
  width: calc(350*(100vw / 390));
  border: var(--brown) 0.1rem solid;
}

#lp__contener .ballchain .items_img_2::before {
  position: absolute;
  content: "SOLD OUT";
  color: var(--white);
  font-family: var(--font-en);
  font-size: calc(35 *(100vw/390));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#lp__contener .ballchain .items_info {
  color: var(--brown);
}

#lp__contener .ballchain .items_img_2 {
  width: 100%;
  margin: calc(30 *(100vw/390)) auto 0;
}

#lp__contener .ballchain .items_img_2::before {
  position: absolute;
  content: "SOLD OUT";
  color: var(--white);
  font-family: var(--font-en);
  font-size: calc(35 *(100vw/390));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#lp__contener .ballchain .items_img_2::after {
  position: absolute;
  content: "";
  background: #282828;
  opacity: .6;
  width: 100%;
  height: 105%;
  top: 0;
  left: 0;
  z-index: 1;
}

#lp__contener .ballchain .page_btn {
  width: calc(350*(100vw / 390));
  margin-top: calc(25*(100vw / 390));
  border: var(--brown) calc(1*(100vw / 390)) solid;
}

#lp__contener .ballchain .ballchain_bg {
  width: 90%;
  margin: calc(35 *(100vw/390)) auto 0;
}

#lp__contener .ballchain .unopen_sub {
  font-size: calc(20*(100vw / 390));
  margin-top: calc(50*(100vw / 390));
}


/* ======================== Collaboration items ======================== */
#lp__contener .Collaboration {
  margin-top: 8rem;
}

#lp__contener .Collaboration .page_ttl {
  line-height: 0.8;
}

#lp__contener .Collaboration .content_text {
  margin-top: calc(25*(100vw / 390));
}

#lp__contener .Collaboration .items_img_1 {
  width: 100%;
  margin: calc(30*(100vw / 390)) auto 0;
}

#lp__contener .Collaboration .items_info {
  color: var(--beige);
}

#lp__contener .Collaboration .assortment {
  width: calc(310*(100vw / 390));
  margin: calc(25*(100vw / 390)) auto 0;
  border: var(--beige) calc(1*(100vw / 390)) solid;
  padding-bottom: calc(15*(100vw / 390));
}

#lp__contener .Collaboration .assortment_ttl {
  font-size: calc(14*(100vw / 390));
  padding: calc(10*(100vw / 390)) 0;
}

#lp__contener .Collaboration .assortment_text {
  font-size: calc(14*(100vw / 390));
  margin-top: calc(20*(100vw / 390));
}

#lp__contener .Collaboration .assortment_text:nth-of-type(2) {
  margin-top: calc(20*(100vw / 390));
}

#lp__contener .Collaboration .items_img_2 {
  position: relative;
  margin: calc(50*(100vw / 390)) auto 0;
  width: calc(310*(100vw / 390));
  z-index: 0;
}

#lp__contener .Collaboration .items_img_2::before {
  position: absolute;
  content: "";
  background: url(../img/Collaboration_pointicon.png) no-repeat;
  background-size: 100%;
  width: calc(75*(100vw / 390));
  height: calc(75*(100vw / 390));
  top: calc(-25*(100vw / 390));
  right: calc(-25*(100vw / 390));
  z-index: 1;
}

#lp__contener .Collaboration .items_infotext {
  font-size: calc(14*(100vw / 390));
  line-height: 1.7;
  margin-top: calc(25*(100vw / 390));
}

#lp__contener .Collaboration .items_wrap .page_btn {
  width: 100%;
  margin: 2.5rem auto 0;
}

#lp__contener .Collaboration .items_wrap .items_wrap_blk:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background: url(../img/Collaboration_icon_1.png) no-repeat;
  background-size: 100%;
  width: calc(110*(100vw / 390));
  height: calc(130*(100vw / 390));
  top: calc(380*(100vw / 390));
  left: calc(290*(100vw / 390));
  z-index: 1;
  animation: yurayura_1 3s linear infinite;
}

#lp__contener .Collaboration .items_wrap .items_wrap_blk:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../img/Collaboration_icon_2.png) no-repeat;
  background-size: 100%;
  width: calc(150*(100vw / 390));
  height: calc(180*(100vw / 390));
  top: calc(200*(100vw / 390));
  left: calc(-70*(100vw / 390));
  z-index: 1;
  animation: yurayura_2 4s linear infinite;
}

#lp__contener .Collaboration .items_wrap .items_wrap_blk:nth-of-type(2)::after {
  display: none;
}

#lp__contener .Collaboration .items_wrap .items_wrap_blk:nth-of-type(3)::after {
  display: none;
}

#lp__contener .point_blk {
  margin: calc(6 *(100vw/390)) auto 0;
  width: calc(310 *(100vw/390));
}

/* ======================== originalitems ======================== */
#lp__contener .originalitems {
  margin-top: 8rem;
}

#lp__contener .originalitems .content_text {
  color: var(--brown);
}

#lp__contener .originalitems .items_img_1 {
  width: 100%;
  margin: calc(30*(100vw / 390)) auto 0;
}

#lp__contener .originalitems .items_wrap {
  margin-top: calc(150*(100vw / 390));
  gap: calc(20*(100vw / 390));
}

#lp__contener .originalitems .items_wrap .items_wrap_blk {
  position: relative;
  width: calc(165 *(100vw/390));
  z-index: 0;
}

#lp__contener .originalitems .items_wrap_blk .brand {
  font-size: calc(16 *(100vw/390));
}

#lp__contener .originalitems .items_wrap_blk .name {
  font-size: calc(12 *(100vw/390));
}

#lp__contener .originalitems .page_btn {
  font-size: calc(15 *(100vw / 390));
  height: calc(35 *(100vw / 390));
}

#lp__contener .originalitems .items_wrap::before {
  position: absolute;
  content: "";
  background: url(../img/items_point_sp.png) no-repeat;
  background-size: 100%;
  width: calc(310 *(100vw/390));
  height: calc(106 *(100vw/390));
  top: calc(-135 *(100vw/390));
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#lp__contener .originalitems .items_wrap_blk:nth-of-type(1)::before {
  position: absolute;
  content: "";
  background: url(../img/items_bg_1.png) no-repeat;
  background-size: 100%;
  width: calc(110*(100vw / 390));
  height: calc(96*(100vw / 390));
  bottom: calc(195*(100vw / 390));
  left: calc(91*(100vw / 390));
  z-index: 1;
  animation: yurayura_1 4s linear infinite;
}

#lp__contener .originalitems .items_wrap_blk:nth-of-type(2)::before {
  position: absolute;
  content: "";
  background: url(../img/items_bg_2.png) no-repeat;
  background-size: 100%;
  width: calc(110*(100vw / 390));
  height: calc(100*(100vw / 390));
  top: calc(-60*(100vw / 390));
  right: calc(-40*(100vw / 390));
  z-index: 1;
  animation: yurayura_1 3s linear infinite;
}

#lp__contener .originalitems .items_info {
  color: var(--brown);
}

#lp__contener .originalitems .page_btn {
  color: var(--brown);
  border: var(--brown) 0.1rem solid;
}

#lp__contener .originalitems .specailset {
  position: relative;
  width: calc(310*(100vw / 390));
  margin: calc(60*(100vw / 390)) auto 0;
  z-index: 0;
}

#lp__contener .originalitems .specailset::before {
  position: absolute;
  content: "Specail Set";
  font-family: var(--font-en_LumiosBrush);
  font-size: calc(45*(100vw / 390));
  color: var(--main-color);
  transform: rotate(-10deg);
  top: calc(-30*(100vw / 390));
  left: calc(-24*(100vw / 390));
  z-index: 1;
}

#lp__contener .originalitems .sub_lead {
  margin-top: 2.5rem;
  color: var(--brown);
}

#lp__contener .originalitems .specailset .page_btn {
  width: 100%;
  height: calc(50*(100vw / 390));
  font-size: calc(18*(100vw / 390));
}


/* ======================== originalgoods ======================== */
#lp__contener .originalgoods {
  margin-top: calc(40*(100vw / 390));
}

#lp__contener .originalgoods .items_img_1 {
  width: calc(350 *(100vw / 390));
  margin: calc(30 *(100vw / 390)) auto 0;
}

#lp__contener .originalgoods .content_text {
  margin-top: calc(25 *(100vw / 390));
}

#lp__contener .originalgoods .items_wrap {
  margin-top: calc(25 *(100vw / 390));
}

#lp__contener .originalgoods .items_wrap {
  gap: calc(40*(100vw / 390));
}

#lp__contener .originalgoods .items_wrap .items_wrap_blk {
  position: relative;
  width: calc(165 *(100vw/390));
  z-index: 0;
}

#lp__contener .originalgoods .items_wrap_blk .brand {
  font-size: calc(16 *(100vw/390));
}

#lp__contener .originalgoods .items_wrap_blk .name {
  font-size: calc(12 *(100vw/390));
}

#lp__contener .originalgoods .items_wrap.__1 .page_btn {
  font-size: calc(15 *(100vw / 390));
  height: calc(35 *(100vw / 390));
}

#lp__contener .originalgoods .items_img_1 small {
  margin-top: calc(10*(100vw / 390));
  font-size: calc(10*(100vw / 390));
}

#lp__contener .originalgoods .items_wrap.__2 {
  margin-top: calc(30*(100vw / 390));
  padding-top: 0;
  border-top: unset;
}

#lp__contener .originalgoods .items_wrap.__2 .items_wrap_blk {
  width: calc(350 *(100vw/390));
}

#lp__contener .all_btn .page_btn {
  width: calc(350*(100vw / 390));
  height: calc(60*(100vw / 390));
  font-size: calc(22*(100vw / 390));
  color: var(--main-color);
  background: var(--beige);
  margin: calc(20*(100vw / 390)) auto 0;
  transition: all 0.6s;
}

#lp__contener .all_btn .page_btn:hover {
  color: var(--beige);
  background: var(--main-color);
}

#lp__contener .originalgoods .items_wrap.__2 .items_wrap_img {
  position: relative;
  z-index: 0;
}

#lp__contener .originalgoods .items_wrap.__2 .items_wrap_blk:nth-of-type(1) .items_wrap_img::before {
  display: none;
}

#lp__contener .originalgoods .items_wrap.__2 .items_wrap_blk:nth-of-type(2) .items_wrap_img::before {
  display: none;
}


/* ======================== kurahashirei ======================== */
#lp__contener .kurahashirei {
  text-align: center;
  margin-top: calc(60*(100vw / 390));
}

#lp__contener .kurahashirei_img {
  width: calc(210*(100vw / 390));
  margin: auto;
  padding: calc(10*(100vw / 390));
  border: var(--beige) calc(1*(100vw / 390)) solid;
}

#lp__contener .kurahashirei_name {
  margin-top: calc(20 *(100vw / 390));
  font-size: calc(15 *(100vw / 390));
}

#lp__contener .kurahashirei_text {
  font-size: calc(12 *(100vw / 390));
  line-height: 1.5;
  margin: calc(20 *(100vw / 390)) auto 0;
  width: calc(350 *(100vw / 390));
  text-align: left;
}

#lp__contener .kurahashirei_bg {
  position: absolute;
  width: calc(215*(100vw / 390));
  bottom: calc(-30*(100vw / 390));
  left: 50%;
  transform: translateY(0) translateX(-50%);
  margin-left: calc(-50*(100vw / 390));
  z-index: 0;
  animation: yurayura_3 4s linear infinite;
}


/* =============== follow-nav =============== */
#lp__contener .follow_nav {
  position: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.6s ease;
  opacity: 1;
  box-sizing: border-box;
  width: 100%;
  color: var(--beige);
  background: var(--main-color);
  border: var(--beige) calc(1 *(100vw / 390)) solid;
  border-right: unset;
  bottom: -150px;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.2);
}

#lp__contener .follow_nav .follow_scroll {
  display: flex;
  overflow-x: scroll;
  white-space: nowrap;
}


#lp__contener .follow_nav a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-en);
  font-size: calc(15*(100vw / 390));
  letter-spacing: 0;
  color: var(--beige);
  z-index: 0;
  width: auto;
  height: calc(55*(100vw / 390));
  padding: 0 calc(15*(100vw / 390));
}

#lp__contener .follow_nav a:hover {
  color: var(--main-color);
  background: var(--beige);
}

#lp__contener .follow_nav a:nth-of-type(n+2) {
  border-top: unset;
  border-left: rgba(251, 242, 222, 0.4) calc(1*(100vw / 390)) solid;
}

#lp__contener .follow_nav a:hover {
  opacity: 1;
}

#lp__contener .follow_nav.fixed ,
#lp__contener .follow_allitems.fixed {
  opacity: 1;
  right: 0;
  z-index: 10;
}
#lp__contener .follow_nav.fixed {
  bottom: 0;
}

#lp__contener .follow_nav.fixed.none ,
#lp__contener .follow_allitems.fixed.none {
  opacity: 1;
  right: -15rem;
  z-index: 1;
}
#lp__contener .follow_nav.fixed.none {
  opacity: 0;
  right: 0;
  z-index: 0;
}


#lp__contener .follow_allitems {
  position: fixed;
  display: block;
  transition: all 0.6s ease;
  opacity: 1;
  box-sizing: border-box;
  width: calc(120*(100vw / 390));
  padding: calc(5*(100vw / 390)) calc(5*(100vw / 390)) calc(5*(100vw / 390));
  color: var(--main-color);
  background: var(--beige);
  bottom: calc(80*(100vw / 390));
  right: -15rem;
  z-index: 10;
  box-shadow: -2px 4px 6px rgba(0, 0, 0, 0.2);
}

#lp__contener .follow_allitems a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-en);
  font-size: calc(15*(100vw / 390));
  letter-spacing: 0;
  color: var(--main-color);
  border: var(--main-color) calc(1*(100vw / 390)) solid;
  border-right: unset;
  z-index: 0;
  width: calc(120*(100vw / 390));
  height: fit-content;
  margin: 0;
  padding: calc(10*(100vw / 390)) 0 calc(10*(100vw / 390));
}


}

