@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');

@import url("https://use.typekit.net/smt7sub.css");

/****************************************

          RESET

*****************************************/
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}


html {
    font-size: clamp(13px, 1.1vw, 2.2vh);
}

body {
    line-height: 1.7;
    background: #86929d;
    position: relative;
    height: auto;
    color: #ffffff;
    letter-spacing: 0.05em;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    font-style: normal;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    cont
}
[hidden] {
    display: none !important;
}

[disabled] {
    cursor: not-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}
.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
p.just {
    text-align: justify;
    text-justify: inter-ideograph;        
}
br.brsp {
    display:none;   
}
@media (max-width: 767px) {
br.brsp {
    display:block;   
}
}
img{
    width: 100%;
}


.sml {
    font-size: 0.85em;
}




.wovn-languages {
    font-size: 12px;
    position: relative;
    z-index: 10;
    width: 13em;
    height: 2em;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
}
.wovn-languages::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 3px;
    right: 10px;
    border: 1px solid #ffffff;
    border-color: transparent transparent #ffffff #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.wovn-languages .language-name {
  cursor: pointer;
}
.wovn-languages .nav-dropdown {
  position: absolute;
  top: 0;
  line-height: 1.4;
  border-bottom: 1px solid;
  text-align: left;
  z-index: 2;
  width: 150px;
  height: 23px;
}
.wovn-languages .nav-dropdown .list--language {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 5px;
}
.wovn-languages .nav-dropdown .list--language li.selected {
  display: block;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.wovn-languages.visible::before {
  content: none;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  border: none;
  padding: 10px 10px 5px;
    background: #ffffff;
    color: #000;
  height: auto;
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  opacity: 0.4;
  pointer-events: none;
}

.visible.wovn-languages::before {
  border: 1px solid;
  border-color: transparent transparent #000 #000;
  z-index: 15;
  top: 13px;
  right: 15px;
}





.fadeup {
    transition: all .5s ease-out;
    transform: translatey(30px);
    opacity: 0;
   }
 
.loaded .fadeup.started {
      transform: none;
      opacity: 1;
   }

.loaded .fade_list.started > li {
    transform: none;
    opacity: 1;
}
.fade_list > li {
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease;
}


body:not(.page--home) .header {
    position: relative;
    display: none;
}
body:not(.page--home) .footer::after {
    display: none!important;
}
body:not(.page--home) .footer::before{
    display: none!important;
}
body:not(.page--home) .wrap {
    padding-bottom: 7.5em;
}
.cc-color-override-1332973529.cc-window {
  display: none;
}
.footer .copyright {
    font-weight: 500;
    color: #000;
    text-align: center;
}
body:not(.page--home) .footer {
    padding: 0 0 1em;
}

.wrap {
    background: none;
}

header {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    justify-content: flex-end;
    padding: 1.5rem 2rem 0 0;
}

.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100vh;
    height: 100svh;
    align-items: center;
    justify-content: center;
    transition: 0.8s;
    opacity: 1;
    z-index: 10000;
    background: #000;
}
.load_end .loading_inner {
    opacity: 0;
    transform: scale(1.2);
}


.loading_logo {
    width: 25%;
    position: relative;
}

.loading_logo p {
    transition: 3s;
    transform: scale(1.2);
}

.loaded .loading_logo p {
    transform: none;
    position: relative;
}


.logoimg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    filter: brightness(0);
    z-index: 1;
}

.loaded .logoimg {
    animation: bright 3s linear forwards;
}

@keyframes bright {
  0% {
    filter: brightness(0);
  }
  40%{
    filter: brightness(0.15);
  }
  60%{
    filter: brightness(1.5);
  }
  100% {
    filter: brightness(1);
  }
}

#logo_svg {
    overflow: visible;
    filter:drop-shadow(0px 0px 15px #e2ffff) drop-shadow(0px 0px 4px #b0feff);
}

.loaded #logo_svg {
    filter: drop-shadow(0px 0px 0px #fff);
    transition: 1s 2s;
}

#wrap_all .path {
  fill: transparent;
  stroke-width: 1px;
  stroke-dasharray: 2000px;
}

.loaded #wrap_all .path {
    fill: #000;
    stroke: #000;
    stroke-width: 2px;
    animation: svg 6s linear forwards;
    transition: 1s 2s;
}


@keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 2000px;
    stroke-dashoffset: 2000px;
  }
  20%{
    fill: transparent;
  }
  32%{
    stroke-dashoffset: 0;
  }
  30%{
    fill: #000;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}







/****************************************
	ビジュアル
*****************************************/

.bg.bg01 {
    background-size: 100%;
    background-position: 0;
    background-image: url(/static/produce101/feature/handz_in_my_pocket/img/bg_metal_cA6nGQdV.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 1;
    mix-blend-mode: overlay;
}

.visual {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.visual::before {
    content: '';
    display: block;
    background: #153c46;
    position: absolute;
    top: -1vw;
    left: 0;
    width: 100%;
    height: 20vw;
    background: url(/static/produce101/feature/handz_in_my_pocket/img/bg_metal_btm_cA6nGQdV.png);
    z-index: 3;
    background-size: 100%;
    background-repeat: no-repeat;
}


.visual .visualInner {
    width: 100%;
    margin: 0 auto;
}

.kv_main {
    width: 100%;
    position: relative;
    clip-path: polygon(25% 0%, 100% 0, 100% 60%, 50% 100%, 0 100%, 0 20%);
    height: 100svh;
    min-height: 46vw;
    background: url(/static/produce101/feature/handz_in_my_pocket/img/bg_metal_b_cA6nGQdV.jpg);
    background-size: 100%;
}

.kv_main > p {
    line-height: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.kv_main > p img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: 50% 80%;
}

.visual .visual_title {
    width: 41%;
    position: absolute;
    z-index: 1;
    bottom: 1rem;
    right: 2rem;
}

.loaded .visual .visual_title {
}

.visual_title_mid {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
}

.kv_logo {
    line-height: 0;
}


@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
@keyframes upIn2 {
	0% {
		opacity: 0;
		-webkit-transform: translate(-50%,-30%);
		transform: translate(-50%,-30%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
}


.scroll {
    display: block;
    width: 1px;
    height: 180px;
    position: absolute;
    bottom: 0px;
    right: 2%;
    z-index: 10;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease 1.8s;
    opacity: 0;
}

.loaded .scroll {
    opacity: 1;
}



.scroll:after {
    content: "";
    position: absolute;
    height: 0;
    width: 2px;
    top: 0px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: linear-gradient(180deg, #00ca5b 0%, #49b8eb 50%, #0b3983 100%);
    -webkit-animation: scroll 2s linear 1.7s infinite;
    animation: scroll 2s linear 1.7s infinite;
}

.scroll::before {
    content: '';
    position: absolute;
    right: 5px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1;
}
  @-webkit-keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto; }
    54% { height: 100%; bottom: 0; top: auto; }
    100% { height: 0; bottom: 0; top: auto;}
  }
  @keyframes scroll {
    0%{ height: 0; top: 0; bottom: auto; opacity: 1; }
    35%{ opacity: 1; }
    46% { height: 100%; top: 0; bottom: auto; }
    50% { height: 100%; bottom: 0; top: auto;}
    54% { height: 100%; bottom: 0; top: auto;}
    100% { height: 0; bottom: 0; top: auto; }
  }




/****************************************
	メニュー
*****************************************/
#gNav {
    position: fixed;
    right: 0;
    color: #ffffff;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #0e465a;
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    display: inline-block;
    text-decoration: none;
    margin: 0px auto 20px auto;
    font-size: 2.2em;
    font-weight: 600;
    width: auto;
    letter-spacing: 0.04em;
    color: #ffffff;
    font-family: "taurunum-ferrum-steel";
    font-weight: 400;
    position: relative;
}

.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

#gNav .product_link a {
    display: block;
    font-size: 0.75em;
    padding: 0.3em 1.5em;
    background: #23318b;
    border-radius: 3em;
}

#gNav .product_link.single_b a {
    background: #c72b2b;
}
#gNav .product_link.single_c a {
    background: #3f136b;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}


#menuButton {
    display: block;
    width: 45px;
    height: 40px;
    position: fixed;
    top: 0.7rem;
    right: 0.5rem;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton span:first-child {
    top: 15px;
}
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) {
    bottom: 16px;
}

#menuButton.active span {
}
#menuButton.active span:first-child {
    /* -webkit-transform: translateY(8px) rotate(45deg); */
    transform: translateY(4px) rotate(30deg);
}
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) {
    /* -webkit-transform: translateY(-8px) rotate(-45deg); */
    transform: translateY(-4px) rotate(-30deg);
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span {
    display: block;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    left: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}




.inBox {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0 8%;
    max-width: 85rem;
}

h2 {
    text-align: left;
    font-size: 7em;
    position: relative;
    line-height: 1;
    z-index: 1;
    font-family: "taurunum-ferrum-steel";
    font-weight: 400;
    padding: 0 0%;
    color: #ffffff;
    width: 85%;
    margin: 0 auto 7rem;
    text-align: center;
    letter-spacing: 0;
    font-style: italic;
    -webkit-text-stroke: 1px #000;
    text-shadow: 3px 3px 0 #070d1069;
}

h2 p {
    background: linear-gradient(180deg, #ffffff 0%, #66d8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

.attentionList li{
font-size: 0.85em;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child {
    margin-bottom: 0;
}

.attentionList li.sml {
    font-size: 0.85em;
}

.attentionBox > dt {
    font-weight: 600;
    margin-bottom: 0.5em;
}

.support-link {
    display: block;
    margin: 0 auto 2.5em;
    border: 1px solid;
    width: 300px;
    text-align: center;
    padding: 1.6em;
}
.support-link:hover {
    background: #f8b500;
    color: #fff;
    border-color: #f8b500;
}



/****************************************
	概要
*****************************************/

.contents {
    position: relative;
    padding: 7.5em 0;
}

.detailArea {
    background-position: top;
    background-size: auto;
    overflow: clip;
}


.detailBox{
}

.detailBox:last-child {
    margin-bottom: 0;
}

.detailBox_inner {
    margin-bottom: 100px;
    position: relative;
}

.detailBox_inner:last-child {
    margin-bottom: 0;
}

.detailBox_inner::before {
    content: '';
    width: 720px;
    height: 100%;
    background: #002e67;
    display: block;
    position: absolute;
    bottom: 50px;
    right: -200px;
    border-radius: 400px 400px 0 0;
    z-index: -1;
    pointer-events: none;
}

.general_box {
    position: relative;
    padding: 6.5em 0;
}

.general_box:last-child {
margin-bottom: 0;
    padding-bottom: 0;
}

.general_box:first-child {
    padding-top: 3.5em;
}

.general_box_tit {
    text-align: center;
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 1.8em;
    letter-spacing: 0.5em;
    text-indent: 0.45em;
}

.general_box_tit::after {
    content: '';
    display: block;
    width: 1.6em;
    height: 2px;
    background: #fff;
    margin: 0.3em auto 0;
}

.general_txt {
    font-size: 1.15em;
    margin-bottom: 1.75em;
    text-align: center;
    line-height: 2;
    font-weight: 600;
}

.general_txt:last-child {
    margin-bottom: 0;
}


.general_txt.large_txt {
    font-size: 2.2em;
    line-height: 1;
    letter-spacing: 0.08em;
    font-weight: 600;
}

.general_txt.large_txt .sml {
    font-size: 0.5em;
}


.detail_txt {
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}


.detailBox_tit {
    margin-bottom: 15px;
    position: relative;
    width: 70%;
    line-height: 0;
}



.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    max-width: 25rem;
    color: #0e465a;
    padding: 1.7em 1em;
    display: block;
    box-sizing: border-box;
    margin: 0 auto 1em;
    font-size: 1.1em;
    line-height: 1.4;
    height: auto;
    transition: 0.2s;
    text-decoration: none;
    text-align: center;
    background: #fff;
    position: relative;
    clip-path: polygon(0 1%, 95% 0, 100% 25%, 100% 100%, 0 100%);
    top: 0;
}
.btn:last-child a {
    margin-bottom: 0;
}

.btn a:hover {
    top: -0.2rem;
}

.btn.hide a {
    background: #a4a4a4;
    color: #dedede;
    pointer-events: none;
}


.btn_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 15px;
}

.btn_list > li {
    width: 47%;
    margin: 0 10px 20px;
}

.btn_list > li .btn a {
    max-width: none;
}

.attentionList li a {
    text-decoration: underline;
}


#product {
    padding: 0;
}

.releaseBox {
    position: relative;
    padding: 10rem 0;
    background: #153c46;
}

.frame > div {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    line-height: 0;
    transform: translateY(-99%);
    z-index: 1;
}

.frame > .frame_btm {
    top: auto;
    bottom: 0;
    transform: translateY(99%);
}


.releaseBox::after {
    content: '';
    display: block;
    background: url(/static/produce101/feature/handz_in_my_pocket/img/bg_metal_cA6nGQdV.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background-size: 100%;
}

.product_02 {
    background: #3f635a;
    padding: 15rem 0 13rem;
}

.releaseBox:last-child {
    margin-bottom: 0;
}

.releaseBox > .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.releaseBox .jkBox {
    width: 45%;
    position: relative;
}

.releaseBox .txtBox {
    width: 48%;
    position: relative;
    z-index: 1;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 1.5rem;
    transition-delay: 0.2s;
}

.releaseBox .jk_info {
    color: #fff;
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0.2s;
}

.releaseBox .jkBox .jk {
    box-shadow: 0.25em 0.5em 1.75em #00000040;
    line-height: 0;
    margin-bottom: 2rem;
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0.1s;
}

.loaded .releaseBox.started .jk_info {
    transform: none;
    opacity: 1;
}
.loaded .releaseBox.started .jkBox .jk {
    transform: none;
    opacity: 1;
}


.releaseBox .tit {
    font-size: 2.3em;
    letter-spacing: 0;
    margin-bottom: 0.2rem;
    line-height: 1;
    display: flex;
    align-items: anchor-center;
    font-weight: 700;
}

.releaseBox .set {
    display: inline-block;
    padding: 0.3em 0.6em;
    letter-spacing: 0.05em;
    font-weight: 800;
    margin-left: 0.75rem;
    font-size: 1rem;
    border: 2px solid;
}

.releaseBox .price {
    font-size: 1.5em;
}

.releaseBox .price .sml {
    font-size: 0.7em;
}


.releaseBox .listItems > li {
    padding-bottom: 2em;
}
.releaseBox .listItems > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.releaseBox .detail_list {
    border-left: 1px solid;
    padding-left: 1rem;
}
.releaseBox .detail_list.jk_attention {
    border: none;
    padding: 0;
}

.releaseBox .detail_list.track_list {
    column-count: 1;
}

.releaseBox .detail_list > li {
    padding-left: 2em;
    margin-bottom: 0.5em;
    position: relative;
    line-height: 1.5;
    text-indent: -2em;
    font-size: 0.9em;
    break-inside: avoid;
}

.releaseBox .detail_list > li.no_indent {
    text-indent: 0;
    padding-left: 0;
}

.releaseBox .detail_list > li:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list > li .num {
    letter-spacing: 0.03em;
    width: 2.2em;
    display: inline-block;
    text-indent: 0;
    font-size: 0.85em;
    opacity: 0.8;
}

.releaseBox .item_tit {
    margin-bottom: 0.7em;
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.3;
}


.releaseBox:nth-of-type(even) > .detail {
    flex-flow: row-reverse;
}


section#shop {
    background: #153c46;
}

.shopBox {
    position: relative;
}


#shop::after {
    content: '';
    display: block;
    background: url(/static/produce101/feature/handz_in_my_pocket/img/bg_metal_cA6nGQdV.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: overlay;
    background-size: 100%;
}


.shopBox .inBox{
    position: relative;
}
.shopBox .inBox h3{
    text-align: center;
    font-size: 700%;
    font-family: "taurunum-ferrum-steel";
    font-weight: 900;
    margin-bottom: 100px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.shopBox.started .inBox h3{
    opacity:1;
    animation: flip 0.3s ease forwards;
}
.shopBox .shopList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shopBox .shopList:after{
    content:"";
    width: 30%;
}
.shopBox .shopList li{
    width: 30%;
    margin: 0 0 60px;
    opacity:0;
    transform: translateY(50px);
    transition:0.3s ease;
}
.shopBox .shopList li:nth-child(1){
    transition-delay: 0.3s;
}
.shopBox .shopList li:nth-child(2){
    transition-delay: 0.5s;
}
.shopBox .shopList li:nth-child(3){
    transition-delay: 0.7s;
}
.shopBox .shopList li:nth-child(4){
    transition-delay: 0.9s;
}
.shopBox .shopList li:nth-child(5){
    transition-delay: 1.1s;
}
.shopBox .shopList li:nth-child(6){
    transition-delay: 1.3s;
}
.shopBox .shopList li:nth-child(7){
    transition-delay: 1.5s;
}
.shopBox .shopList li:nth-child(8){
    transition-delay: 1.7s;
}
.shopBox .shopList li:nth-child(9){
    transition-delay: 1.9s;
}
.shopBox .shopList li:nth-child(10){
    transition-delay: 2.1s;
}
.shopBox .shopList li:nth-child(11){
    transition-delay: 2.3s;
}
.shopBox .shopList li:nth-child(12){
    transition-delay: 2.5s;
}
.shopBox.started .shopList li{
    opacity:1;
    transform: translateY(0);
}
.shopBox .shopList li .thumb{
    line-height: 0;
    margin: 0 0 10px;
    overflow: hidden;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    height: 30rem;
}
.shopBox .shopList li .thumb img{ 
    pointer-events: none;
}
.shopBox .shopList li .thumb .blur{ 
    position: absolute;
    width: 100%;
    height: 100%;
    filter: blur(10px);
    transform: scale(2);
}
.shopBox .shopList li .thumb .blur img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.shopBox .shopList li .thumb .front{ 
    position: relative;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.shopBox .shopList li .tit{
    font-size: 90%;
    margin: 0 0 15px;
    letter-spacing: 0.01em;
    line-height: 1.5em;
}
.shopBox .shopList li .cap{
    font-size: 75%;
    font-weight: 600;
    line-height: 1.3em;
}
.shopBox .shopList li .shopBtn a {
    display: block;
    text-align: center;
    color: #FFF;
    padding: 0.75em;
    width: 12rem;
    font-size: 1rem;
    margin: 0;
    text-decoration: none;
    transition: 0.3s;
    background: #52b0c0;
    box-shadow: 0 0.5em 1em #00000047;
}

.shopBox .shopList li .shopBtn.hide a {
    pointer-events: none;
    background: #676767;
    color: #e3e3e3;
}

.infoBox {
    background: #0e465a;
    padding: 3rem;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.infoBox::before {
    content: '';
    display: block;
    width: 25%;
    height: 1.5rem;
    background: #0e465a;
    position: absolute;
    left: 0;
    transform: translateY(-99%);
    top: 1px;
    transform-origin: right bottom;
    clip-path: polygon(0 0, 95% 0%, 100% 100%, 0% 100%);
}

.shopLead {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.1em;
}

@media screen and (min-width: 770px){
.shopBox .shopList li .shopBtn a:hover {
    background: #ffffff;
    color: #0e465a;
}
}

@media screen and (max-width: 769px){
.shopBox {
}
.shopBox .clip img {
    width: 200%;
}
.shopBox .inBox {
}
.shopBox .inBox h3 {
    font-size: 400%;
    margin-bottom: 60px;
}
.shopBox .shopList li {
    width: 100%;
    margin: 0 0 40px;
}
.shopBox .shopList li .tit{
        text-align: center;
        font-size: 1em;
        margin-bottom: 0.8em;
}
.shopBox .shopList li .cap{
    text-align: center;
}
.shopBox .shopList li .shopBtn a {
    margin: 0 auto;
}

.shopBox .shopList li .thumb {
    height: 35rem;
}
}


section#special {
    position: relative;
}

.special_wrap.special_flex {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
}

.fc_thumb {
    margin: 0 auto 3rem;
    width: 48.5%;
    line-height: 0;
    position: relative;
}
.btn.btn_thumb a {
    font-size: 0.8em;
    position: absolute;
    bottom: -0.75rem;
    display: block;
    right: -0.75rem;
    top: auto;
    padding: 1em 1.7em 1em 0.8em;
    clip-path: border-box;
    word-wrap: normal;
    text-align: left;
}
.btn.btn_thumb a::before {
    content: '';
    display: block;
    width: 0.6em;
    height: 0.6em;
    border: 1px solid;
    position: absolute;
    right: 0.7em;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-left: none;
    border-bottom: none;
}

#special h2 {
}

#special h2::before {
    margin: 0 0 0 1.5%;
}


#fanclub h2 p {
    text-align: center;
}

#fanclub .inBox {
}

.fclead {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 3rem;
}

.btnList {
    display: flex;
    justify-content: center;
    gap: 2%;
    margin-bottom: 3rem;
}
.btnList:last-child {
    margin-bottom: 0;
}

.btnList > li {
    width: 25rem;
    max-width: 100%;
}


.inBox.fcinbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}
.inBox.fcinbox.fcinbox_sub {
    align-items: center;
}

.inBox.fcinbox:last-child {
    margin-bottom: 0;
}


.inBox.fcinbox .fc_inner {
    position: relative;
    z-index: 1;
}

.inBox.fcinbox .fc_inner .btn a {
    margin: 0 0 2rem;
}

.btn.btn_main a {
    background: #fdd100;
}

.btn.fcbtn a {
    background: #0e465a;
    color: #fff;
}

.inBox.fcinbox .fc_thumb {
    width: 53%;
    line-height: 0;
    position: relative;
    height: 100%;
}

.cs {
    padding: 2em 0;
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 0;
    font-family: "taurunum-ferrum-steel";
    font-weight: 400;
    font-style: italic;
    text-shadow: 0 0 0.5em #15404ca1;
}

.btn a .min {
    font-size: 0.75em;
    margin-left: 0.5em;
}

.btn.btn_bnr {
    margin-bottom: 5em;
}

.btn.btn_bnr a {
    line-height: 1.3;
    font-size: 1.2em;
    padding: 1.1em;
}

.btn.btn_bnr a .min {
    margin-left: 0;
}



#photo {
    padding: 8rem 0 13rem;
}

.member_name {
    position: absolute;
    bottom: 0;
    right: 6%;
    z-index: 1;
    font-family: "taurunum-ferrum-steel";
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1;
    color: #0e465a;
}

.member_photo {
    clip-path: polygon(100% 0, 100% 90%, 0 100%, 0 10%);
}

.slider {
    width: 100%;
    margin: 0 auto 60px;
}

.slider li {
    padding: 0 6%;
    position: relative;
    overflow: hidden;
}

.slick-slide img {
    background-size: contain;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.slider .slick-next {
    right: calc(18% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 1px solid #0e465a;
}

.slider .slick-prev {
    left: calc(18% + 12px);
    top: auto;
    bottom: -30px;
    width: 80px;
    height: 10px;
    border-bottom: 1px solid #0e465a;
}



.slider .slick-prev:before, .slider .slick-next:before {
    content: '';
    width: 13px;
    height: 2px;
    border-bottom: 1px solid #0e465a;
    display: block;
    opacity: 1;
    bottom: -0.5px;
    top: 8px;
    position: absolute;
    transform: rotate(330deg);
    transform-origin: left bottom;
    background: none;
}

.slider .slick-next:before {
    transform: rotate(30deg);
    transform-origin: right bottom;
    left: auto;
    right: 0;
}



.photo_inner {
    position: relative;
}

footer {
    padding: 10.5rem 0 5rem;
    color: #0e465a;
}
.footerLogo {
    display: block;
    margin: 0 auto 2rem;
    text-align: center;
    width: 30%;
    max-width: 12rem;
}
.footerLogo .site {
    display: inline-block;
    color: #0e465a;
    font-weight: 800;
}

footer .logo-footer {
    display: block;
    width: 60%;
    margin-inline: auto;
    margin-bottom: 0.6rem;
}
footer .sns_list{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}
footer .sns_list li a {
    font-size: 15px;
    color: #0e465a;
}
footer .copy{
    font-size: 12px;
    text-align: center;
}


/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

body::before {
    display: none;
}

#menuButton {
    display: none;
}

#gNav {
    transform: none;
    width: auto;
    height: auto !important;
    box-shadow: none;
    transition-delay: 1.3s;
    top: 0;
    background: none;
    position: relative;
}

.loaded #gNav {
}

#gNav .gnavMenu {
    text-align: left;
    display: flex;
}

#gNav .gnavMenu li:not(:last-child) {
    margin-right: 1.5em;
}

#gNav .gnavMenu .product_link:not(:last-child) {
    margin-right: 0.5em;
}

#gNav .gnavMenu .product_link.single_c:not(:last-child) {
    margin-right: 1.85em;
}

#gNav a {
    font-size: 1.1em;
    margin: 0;
}

}





/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: clamp(10px, 3.5vw, 2.5vh);
}

.pc{
    display:none!important;  
}

header {
    padding: 1.2rem 1rem;
}

.btn a {
    font-size: 1.1rem;
}

.nav_logo {
    width: 80%;
    margin: 0 auto 3rem;
}

#gNav::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-size: 5%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: -1;
    background: url(/static/produce101/feature/handz_in_my_pocket/img/bg_metal_cA6nGQdV.jpg);
    mix-blend-mode: overlay;
    background-size: 100%;
}

#gNav a {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 0.8rem;
    line-height: 1.2;
    font-style: italic;
}

#gNav a::before {
    width: 2rem;
    height: 2rem;
    right: -1.6rem;
}

.gNavInr {
    padding: 5%;
    height: 100vh;
    height: 100svh;
}

#gNav .product_link a {
font-size: 0.95em;
    width: 17rem;
    display: flex;
    margin: 0 auto 1em;
    line-height: 1.2;
    text-align: center;
    height: 3rem;
    align-items: center;
    justify-content: center;
}

.loading_logo {
    width: 80%;
}

#logo_svg {
    padding: 5%;
}
.logoimg {
    padding: 5%;
}

/****************************************
	ビジュアル
*****************************************/


.wovn-languages .nav-dropdown {
}

.visual {
    //padding-top: 4.2rem;
}
.kv_main {
    width: 100%;
    //height: auto;
    clip-path: polygon(0 12%, 100% 0%, 100% 88%, 0% 100%);
}

.visual::before {
    top: 0;
    background-size: 175%;
    background-position: 100% 0;
}

.visual .visualInner {
    flex-wrap: wrap;
}

.visual .jk {
    width: 100%;
    margin-bottom: 2em;
}

.visual .visual_title {
    width: 100%;
    position: relative;
    bottom: 0;
    right: 0;
}

.kv_main > p {
    height: 65vw;
    position: relative;
}

.kv_release {
    padding: 2rem 4rem;
}

.kv_logo {
    //padding: 3rem 3rem;
}

.visual_title_mid {
    width: 88%;
}

.visual .logo {
position: relative;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 55vh;
    margin: 0 auto;
}
.visual h1 {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.visual h1 .main_visual {
    width: 100%;
}



.main_visual_wp {
    top: 1.5vh;
    left: 1.5vh;
}

.scroll {
    display: block;
    position: absolute;
    bottom: 0%;
    left: 8%;
    height: 15%;
}

.scroll::before {
    width: 62px;
    text-align: center;
    content: 'Scroll';
    bottom: 9px;
    left: 0;
    color: #188fcd;
}

.scroll:after {
    width: 1px;
}


h2 {
    font-size: 4.5em;
    margin-bottom: 3rem;
    text-shadow: 2px 2px 0 #070d1069;
}

.title_sub {
    font-size: 12px;
}


.inBox {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
    padding: 0 8%;
    max-width: 100rem;
}

.contents {
    padding: 5rem 0;
}

.attentionList li {
    font-size: 11px;
}

.general_box_tit {
    margin-bottom: 1.3em;
}

.general_box {
    position: relative;
    padding: 3.5em 0;
}

.general_box.judging::before {
    width: 85%;
}

.releaseBox .jkBox {
    width: 100%;
    margin-bottom: 2.5rem;
}

.releaseBox .jkBox .jk:last-child {
    margin-bottom: 0;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 1rem;
}

.releaseBox .txtBox {
    width: 100%;
    font-size: 1.1em;
    padding: 0;
}

.releaseBox {
    padding: 5.5rem 0;
}

.releaseBox > .detail {
    margin-bottom: 3rem;
}

.releaseBox > .detail:last-child {
    margin-bottom: 0;
}

.releaseBox:nth-of-type(even) > .detail {
    flex-flow: column;
    margin-bottom: 3rem;
}
.releaseBox:nth-of-type(even) > .detail:last-child {
    margin-bottom: 0;
}

.releaseBox .tit {
    font-size: 1.85em;
}
.releaseBox .price {
    font-size: 1.2em;
}

.releaseBox .listItems > li {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1.2rem;
}

.releaseBox .item_tit {
    font-size: 1em;
    margin-bottom: 0.6em;
}

.releaseBox .detail_list > li {
    font-size: 0.88em;
    line-height: 1.4;
    margin-bottom: 0.4em;
}

.releaseBox .detail_list.track_list {
    column-count: 1;
}


#photo {
    padding: 7rem 0;
}

.slider {
    margin-bottom: 2rem;
}
.slider li {
    padding: 0 4%;
}
.member_name {
    right: 8px;
}

section#fanclub {
    border-top: 1px solid #0e465a;
}

#fanclub .inBox {
}

.fclead {
    text-align: left;
    font-size: 1em;
    margin-bottom: 2rem;
}

.btnList {
    flex-wrap: wrap;
}

.fc_thumb {
    width: 100%;
    margin-bottom: 2rem;
}
.fc_thumb:last-child {
    margin-bottom: 0;
}

.inBox.fcinbox .fc_inner {
    width: 100%;
}
.fc_inner.fc_inner_mb {
    margin-bottom: 3rem;
}

.inBox.fcinbox h2 p {
    margin: 0 auto;
}
.inBox.fcinbox .fc_inner .btn a {
    margin: 0 auto 1.3rem;
}
.inBox.fcinbox .fc_thumb {
    width: 100%;
    margin-bottom: 3rem;
    height: auto;
}
.inBox.fcinbox {
    margin-bottom: 3rem;
}

.cs {
    font-size: 2em;
    padding: 1em;
}

.general_txt {
    text-align: left;
    font-size: 0.9em;
    margin-bottom: 1.5rem;
}

.btn {
    width: 100%;
}

.infoBox {
    width: 100%;
    padding: 1.6rem;
}
.infoBox::before {
    width: 30%;
    height: 1.2rem;
}

.shopLead {
    text-align: left;
    font-size: 1.05em;
    margin-bottom: 1.2rem;
}



.link:hover{
opacity: 1;
}

.copy {
    text-align: left;
    font-size: 1em;
    writing-mode: initial;
    display: block;
    width: 100%;
    font-size: 0.7rem;
}
.copy:last-child {
    display: block;
}

.popup {
    padding: 1.8em;
    font-size: 1em;
}

.popup .section-tit {
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.slider .slick-next {
    width: 50px;
    right: 18%;
}

.slider .slick-prev {
    width: 50px;
    left: 18%;
}

.slider li {
    padding: 0 8px;
}


.btn.btn_sub a {
    font-size: 1em;
    padding: 1.2em;
    width: 17em;
}

.btn.btn_w a {
    box-shadow: 3px 3px 0 #fff;
    font-size: 1.3em;
}

.footer_box {
    padding: 1rem 7%;
    text-align: center;
    position: relative;
    height: auto;
}



.btn.btn_bnr {
    margin-bottom: 3em;
}

footer .logo-footer {
    width: 45%;
}

.footerLogo {
    max-width: 30rem;
    width: 50%;
}

footer .copy {
    font-size: 0.8rem;
}


}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: clamp(10px, 2.6vw, 2.5vh);
}

}

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
    overflow: visible !important;
}

#cboxOverlay {
    background: rgb(0 0 0) !important;
}

#cboxLoadedContent {
    margin: 0;
}
