@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');



/****************************************

          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: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: "Zen Old Mincho", serif;
    background: #000;
    position: relative;
    height: auto;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.07em;
}

* {
    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;
}

footer {
}


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;
}



.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) .wovn-languages {

}
.wovn-languages {
    position: absolute;
    top: 30px;
    right: 30px;
}


body:not(.page--home) .wrap {
    padding-bottom: 7.5em;
}

.wrap {
    background: none;
}



.loading_inner {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    transition: 0.7s 1.5s;
    opacity: 1;
    z-index: 10000;
    background: #fff;
}
.loaded .loading_inner {
    opacity: 0;
    transform: scale(1.2);
}


@keyframes bgscroll {
 0% {background-position: 0 50%;}
 100% {background-position: -2em 50%;}
}

.loading_img {
    width: 30%;
    line-height: 0;
}



#wrap_all path {
  fill: transparent;
  stroke-width: 0.3px;
    stroke-dasharray: 700px;

}

.loaded #wrap_all path {
  fill: #000000;
  stroke: #000000;
  stroke-width: 0.3px;
  animation: svg 5s ease-in;
}

@keyframes svg {
  0% {
    fill: transparent;
    stroke-dasharray: 700px;
    stroke-dashoffset: 700px;
  }
  20%{
    fill: transparent;
  }
  32%{
    stroke-dashoffset: 0;
  }
  30%{
    fill: #000000;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-width: 0;
  }
}





/****************************************
	ビジュアル
*****************************************/

.bgBox {
    content: '';
    width: 100%;
    height: 18vw;
    display: block;
    position: fixed;
    left: 50px;
    bottom: -4vw;
    background: url(/static/produce101/feature/yourkey/img/logo_sub_S4mjG8aN.png);
    opacity: 0.15;
    z-index: 0;
    pointer-events: none;
    background-size: contain;
    background-position: left top;
    transform-origin: left;
    transition: 0.5s;
    background-repeat: no-repeat;
}

.visual{
   height: 100vh;
    height: 100svh;
    margin: 0;
    position: relative;
    min-height: 40vw;
}


.visual .visualInner{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    width: 100%;
    height: 100%;
    position: fixed;
}
.visual .visual_title {
    width: 22%;
    position: absolute;
    top: 50px;
    left: 50px;
    transition: 0.5s;
}

.visual .visual_title p{
	opacity: 0;
}
.visual .visual_title p:nth-child(1) {
    line-height: 0;
}

.scrolled .visual .visual_title {
    opacity: 0.4;
}

.loaded .visual .visual_title p:nth-child(1){
  animation: upIn 0.8s ease 1.8s 1 forwards;
}


.visual .jk{
    width: 52%;
    opacity: 1;
    line-height: 0;
    border-radius: 50%;
    overflow: hidden;
    transition: 0.5s;
}
.loaded .visual .jk{
}

.scrolled .visual .jk {
    filter: brightness(0.4);
}

@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%);
	}
}


.visual_copy {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 1.5vw;
    letter-spacing: 0.1em;
    opacity: 0;
}

.loaded .visual_copy {
  animation: upIn 0.8s ease 1.8s 1 forwards;
}

.visual_copy p:first-child {
    margin-left: -2em;
    margin-bottom: 0.25em;
}

.visual_copy p {
    position: relative;
    transition: 0.4s;
}
.scrolled .visual_copy p {
    opacity: 0;
}

.visual_copy p span {
    position: relative;
}

.visual_copy p span::before {
    content: '';
    display: block;
    width: 100%;
    height: 48%;
    background: #262626;
    position: absolute;
    z-index: -1;
    bottom: -3%;
    left: -0.25em;
    width: 0;
    transition: 0.5s 2.5s;
}

.loaded .visual_copy p span::before {
    width: 100%;
}



#fixed_btn {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 10;
    opacity: 0;
}

.loaded #fixed_btn {
  animation: upIn 0.8s ease 2.1s 1 forwards;
}

#fixed_btn a {
    display: flex;
    background: #0151ed;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 150px;
    height: 150px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 3px 3px 0 #777;
    transition: 0.4s;
}
#fixed_btn a:hover {
    transform: scale(1.05);
}



.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-family: "nimbus-sans", sans-serif;
    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: #188fcd;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #ffffff;
    min-width: 250px;
    background: linear-gradient(270deg, #00ca5b 0%, #1e9dd7 100%);
}

#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;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: 0.12em;
}


.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 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: 5px;
    right: 5px;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton span:first-child { top: 12px;} 
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) { bottom: 12px;} 

#menuButton.active span {
}
#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span { 
	display: block; 
    background: #ffffff;
	width: 30px; 
	height: 2px; 
	position: absolute; 
	left: 10px; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s; 
} 

#menuButton.active span:first-child { 
	-webkit-transform: translateY(7px) rotate(45deg); 
	transform: translateY(7px) rotate(45deg); 
} 
#menuButton.active span:nth-child(2) {
    opacity: 0;
    transform: translateX(-20px);
}
#menuButton.active span:nth-child(3) { 
	-webkit-transform: translateY(-7px) rotate(-45deg); 
	transform: translateY(-7px) rotate(-45deg); 
} 		






.inBox{
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 1;
}

h2 {
    text-align: center;
    font-size: 4em;
    position: relative;
    line-height: 1;
    z-index: 1;
    font-weight: 600;
    padding: 0 0%;
    letter-spacing: 0.08em;
    margin: 0 auto 1.2em;
}


#product h2 {
    margin-bottom: 0;
}

.title_sub {
font-size: 1.6rem;
    letter-spacing: 0.19em;
    padding: 1em 0.5em 0;
}

.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;
}

.copy{
    text-align: center;
    font-size: 0.8em;
}

.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: 0 8%;
}

.contents_inner {
    padding: 7.5em 0;
    border-top: 1px solid #fff;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.contents_inner::before, .contents_inner::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
}

.contents_inner::after {
    left: auto;
    right: -5px;
}

.detailArea {
    background-position: top;
    background-size: auto;
    overflow: hidden;
}


.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;
}

.about_box {
    margin: 0 auto;
}

.about_tit {
    text-align: center;
    margin-bottom: 0.35em;
    font-size: 38px;
    letter-spacing: 0.14em;
}

.about_tit .sml {
    display: block;
    font-size: 0.5em;
    letter-spacing: 0.3em;
}

.about_release {
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 50px;
    font-size: 1.1em;
}


.about_box .listItems {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_box .listItems > li {
    width: 50%;
    padding: 0 35px;
}

.about_box .listItems > li:first-child {
    border-right: 1px solid;
}

.about_box .item_tit {
    border-left: 4px solid #90b6ff;
    padding-left: 0.5em;
    font-size: 1.12em;
    letter-spacing: 0.18em;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 1em;
}

.about_box .detail_list > li {
    padding: 0.5em 0em 1em 2em;
    margin-bottom: 0.5em;
    font-size: 0.9em;
    position: relative;
    line-height: 1.6;
    border-bottom: 1px dotted #ffffff8c;
}

.about_box .detail_list > li .num {
    font-size: 0.9em;
    color: #90b6ff;
    position: absolute;
    left: 0;
    top: 0.75em;
}

.sp_track {
    border: 1px solid;
    padding: 0.1em 1em;
    border-radius: 2em;
    font-size: 0.88em;
    margin-bottom: 0.15em;
    display: inline-block;
    text-indent: 0;
    opacity: 0.95;
}


#movie .mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

#movie .mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 1px solid #797979;
}


.link{
    color: #f8bb00;
    font-size: 12px;
}
.link:hover{
transition: 0.4s;
    opacity: 0.7;
}


.btn a {
    max-width: 400px;
    color: #fff;
    padding: 1.5em 0.75em;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 auto;
    background: #0151ed;
    font-size: 1.1em;
    line-height: 1;
    height: auto;
    background: linear-gradient(360deg, #2d70f3 0%, #0151ed 100%);
    transition: 0.4s;
    text-align: center;
    text-decoration: none;
}

.btn a:hover {
    filter: grayscale(0.8);
}


.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;
}



.releaseBox > .detail {
    padding: 4em 6% 4em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.releaseBox .jkBox {
    width: 50%;
    position: relative;
}

.releaseBox .inBox::before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #afcaff61;
    transition: 0.5s 0.3s;
    -webkit-backdrop-filter: blur(9px);
    backdrop-filter: blur(9px);
    border-radius: 10px;
}

.loaded .releaseBox.started .inBox::before {
    width: 100%;
}

.releaseBox .txtBox {
    width: 44%;
}

.jk_info {
    color: #fff;
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0.3s;
    margin-bottom: 1.5em;
}

.releaseBox .jkBox .jk {
    box-shadow: 0.25em 0.5em 1.75em #00000040;
    line-height: 0;
    transform: translateY(1.5em);
    opacity: 0;
    transition: 0.8s ease 0.2s;
}

.loaded .txtBox.started .jk_info {
    transform: none;
    opacity: 1;
}
.loaded .releaseBox.started .jkBox .jk {
    transform: none;
    opacity: 1;
}



.jk_info .tit {
    font-size: 1.5em;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0.1em;
}

.jk_info .set {
    display: inline-block;
    border: 1px solid;
    padding: 0.1em 0.5em;
    font-size: 0.55em;
    letter-spacing: 0.05em;
    vertical-align: 3px;
    margin-left: 0.1em;
}

.jk_info .price {
    font-size: 1.15em;
}

.jk_info .price .sml {
    font-size: 0.7em;
}


.releaseBox .listItems > li {
    margin-bottom: 1.25em;
}

.releaseBox .listItems > li:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list > li {
    background: #ffffff;
    padding: 0.5em 1em 0.7em 3em;
    margin-bottom: 0.5em;
    box-shadow: 0 0.1em 0.3em #101b211a;
    font-size: 0.9em;
    position: relative;
    line-height: 1.6;
    text-indent: -2em;
    border-radius: 8px;
    color: #000;
}

.releaseBox .detail_list > li:last-child {
    margin-bottom: 0;
}

.releaseBox .detail_list > li .num {
    letter-spacing: 0.01em;
    width: 1.9em;
    display: inline-block;
    text-indent: 0;
    color: #90b6ff;
}

.releaseBox .item_tit {
    font-weight: 600;
    margin-bottom: 0.3em;
}

.releaseBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 5em;
}


.releaseBox:last-child {
    margin-bottom: 0;
}



.product_02.releaseBox > .detail {
    flex-flow: row-reverse;
}



.shopBox {
    position: relative;
}

.shop_list {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.shop_list > li {
    width: 30%;
    margin-bottom: 3em;
}

.shop_list::after {
    content: "";
    width: 30%;
    height: 0;
}

.shop_list > li > .ph {
    margin-bottom: 20px;
    overflow: hidden;
    box-shadow: 5px 5px 15px #00000024;
    line-height: 0;
}

.shop_list > li > .ph > img {
    display: block;
    transform: scale(1.02);
}

.shop_list > li .txt {
    font-size: 0.8em;
    line-height: 1.6;
    letter-spacing: 0.05em;
}



section#special {
}



.special_box {
display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
}

.special_box:last-child {
    margin-bottom: 0;
}

.special_box_60 {
    width: 52%;
}

.special_box_40 {
    width: 45%;
    text-align: left;
}

#special .special_box h2.section_tit {
    margin-bottom: 0.6em;
    text-align: left;
    width: 100%;
}


.fc_photo > p {
    width: 100%;
    line-height: 0;
}

.fcbox .special_box_60 > p {
    width: 92%;
    margin: 0 0 0 auto;
}

.btn.btn_entry {
    margin-bottom: 1.3em;
}

.special_box .btn a {
    margin: 0;
}

.special_txt {
    font-size: 16px;
    margin-bottom: 1.7em;
    line-height: 1.6;
}



.cs {
    padding: 1em 0;
    text-align: right;
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 0.1em;
}


.btn.btn_sub a {
    width: 235px;
    min-width: auto;
    padding: 1.2em;
    border-radius: 3em;
    font-size: 0.9em;
}

.btn.btn_w a {
    border: 1px solid;
    box-shadow: 4px 4px 0 #fff;
    font-size: 1.2em;
}

.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;
}

.popup {
    color: #484848;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    padding: 4em;
    max-width: 800px;
}

.popup .section-tit {
    text-align: center;
    margin-bottom: 3em;
    font-size: 1.05em;
    font-family: 'Manrope','Zen Kaku Gothic New', sans-serif;
}


.slider {
    width: 100%;
    margin: 0 auto 60px;
    padding-bottom: 30px;
}

.slider li {
    padding: 0 10px;
}

.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: 0px;
    width: 80px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    z-index: 10;
}

.slider .slick-prev {
    left: calc(18% + 12px);
    top: auto;
    bottom: 0px;
    width: 80px;
    height: 10px;
    border-bottom: 1px solid #ffffff;
    z-index: 10;
}



.slider .slick-prev:before, .slider .slick-next:before {
    content: '';
    width: 13px;
    height: 2px;
    border-bottom: 2px solid #ffffff;
    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;
}

.slider .slick-dots li button:before {
    color: #fff;
    opacity: 0.8;
    font-size: 10px;
}

.slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0f5bef;
}

.slider .slick-dots {
    bottom: -2px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.footer_box {
    padding: 7.5em 0 0;
    text-align: center;
}

.footer_logo {
    width: 250px;
    height: 42px;
    margin: 0 auto;
}

.topBtn a {
    display: inline-block;
}

.topBtn_txt {
    font-weight: 600;
    margin-bottom: 0.8em;
}



footer {
    text-align: center;
    padding: 9em 0 20px;
    letter-spacing: 0.5px;
    display: flex;
    align-items: self-end;
    justify-content: center;
        position: relative;
}

footer .os_logo {
width: 5em;
    margin: 0 auto 10px;
}

footer .oslink {
    font-size: 0.85em;
    letter-spacing: 0.5px;
    font-weight: 600;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.65em;
    color: #fff;
    text-decoration: none;
    border: 1px solid;
    padding: 4px 10px;
}

footer .copy {
    font-size: 11px;
    letter-spacing: 1px;
    text-align: right;
    position: absolute;
    bottom: 2em;
    left: 3em;
}

.footer_os {
position: absolute;
    bottom: 3.5em;
    left: 2em;
}

.footer_os a {
    transition: 0.3s;
    display: block;
    color: #fff;
}

.footer_os a:hover {
    opacity: 0.7;
}

.sns_list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sns_list > li {
    margin: 0 0.3em;
}

footer::before {
}



.bnr_box a {
    display: block;
    background: #011930;
    color: #fff;
    padding: 3em;
    max-width: 55%;
    margin: 0 auto;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-align: center;
    box-shadow: 0 0.5em 1.5em #29273138;
    transition: 0.5s;
    font-size: 1.15em;
    position: relative;
    outline: 1px solid #65727f;
    outline-offset: -6px;
}

.bnr_box_wrap {
    padding: 4em 0 1em;
}

.bnr_box .btn_deco {
    background: #203549;
    font-size: 0.65em;
    padding: 0.5em 1em;
    margin-bottom: 0.65em;
    display: inline-block;
    border-radius: 3em;
    font-weight: 500;
}

.bnr_box a:hover {
    opacity: 0.9;
    box-shadow: 0 1em 1.5em #29273163;
}


/****************************************

	PC

*****************************************/

@media screen and (min-width: 960px) {
.sp{
    display:none!important;  
}

body:not(.page--home) .wovn-languages {
    top: 75px;
    right: 5%;
}

body::before {
    display: none;
}

#menuButton {
    display: none;
}

#gNav {
    transform: translateY(-102%);
    width: auto;
    height: auto !important;
    padding: 2em 5% 0 0;
    box-shadow: none;
    transition-delay: 1.3s;
    top: 0;
    background: none;
}

.loaded #gNav {
    transform: none;
}

#gNav .gnavMenu {
    text-align: left;
    display: flex;
}

#gNav .gnavMenu li:not(:last-child) {
    margin-right: 1.5em;
}

#gNav a {
    font-size: 1.1em;
    margin: 0;
}

}





/****************************************

	SP

*****************************************/

@media screen and (max-width: 960px) {

html {
    font-size: 8px;
}

.pc{
    display:none!important;  
}

.btn a {
max-width: 325px;
    font-size: 16px;
}

.loading_inner {
}

.loading_img {
    width: 50%;
    max-width: 30vh;
}

#gNav a {
    color: #fff;
    border-bottom: 1px solid;
    display: block;
    text-align: right;
    padding: 0 0.5em 0.2em;
}


#fixed_btn {
    bottom: 20px;
    right: 20px;
}
#fixed_btn a {
    width: 100px;
    height: 100px;
    font-size: 12px;
}

/****************************************
	ビジュアル
*****************************************/

.bgBox {
    width: 100%;
    height: 100svh;
    background-position: 0% 100%;
    top: 0;
    left: -2%;
    background-size: 103%;
}

body:not(.page--home) .wovn-languages {
    top: 20px;
}

.visual {
    min-height: auto;
}

.visual .visualInner {
    flex-wrap: wrap;
    height: 100svh;
}

.visual .jk {
    width: 85%;
    top: 2%;
    position: relative;
    max-width: 57vh;
}


.visual .visual_title {
    width: 50%;
    padding: 0;
    margin: 0 0 0 auto;
    left: 50%;
    top: 7%;
    max-width: 30vh;
    transform: translateX(-50%);
}

.visual::before {
    top: 0;
    height: 60%;
    width: 50%;
}


.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%;
}

.visual_copy {
    top: auto;
    bottom: 16%;
    font-size: 3.5vw;
    left: 14%;
    right: auto;
}

.visual_copy p:first-child {
    margin-left: -1em;
}


.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: 2.3em;
}

.title_sub {
    font-size: 12px;
}


.inBox {
    margin: auto;
    position: relative;
    z-index: 1;
}

.releaseBox > .detail {
    max-width: none;
    width: 100%;
    padding: 1.75em 5.5%;
    margin-bottom: 2em;
}


.releaseBox > .detail:last-child {
    margin-bottom: 0;
}


.contents {
    padding: 0 7%;
}

.contents_inner {
    padding: 4em 0;
}

.contents_inner::before, .contents_inner::after {
    width: 7px;
    height: 7px;
    top: -4px;
    left: -4px;
}

.contents_inner::after {
    left: auto;
    right: -4px;
}


.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%;
}


.about_tit {
    font-size: 24px;
}

.about_release {
    margin-bottom: 35px;
}

.about_box .listItems > li {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 25px;
}

.about_box .listItems > li:first-child {
    border: none;
}

.about_box .listItems > li:last-child {
    margin-bottom: 0;
}


.releaseBox .jkBox {
    width: 100%;
    margin-bottom: 1em;
}

.releaseBox .jkBox::before {
    width: 88%;
}

.releaseBox .txtBox {
    width: 100%;
    font-size: 1.1em;
}

.releaseBox::before {
    width: 50%;
    height: 34%;
    bottom: 4%;
}

.releaseBox {
    margin-bottom: 0em;
}

.product_02.releaseBox > .detail {
    flex-flow: column;
}

.jk_info {
    margin-bottom: 1em;
}

.link:hover{
opacity: 1;
}

.copy {
    text-align: center;
    font-size: 10px;
}

.popup {
    padding: 1.8em;
    font-size: 1em;
}

.popup .section-tit {
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.slider .slick-next {
    width: 50px;
    right: 0%;
}

.slider .slick-prev {
    width: 50px;
    left: 0%;
}

.slider li {
    padding: 0 8px;
}

.slider .slick-dots {
    bottom: -5px;
}

.shop_list > li {
    width: 100%;
}

.shop_list > li:last-child {
    margin-bottom: 0;
}

.shopBox::before {
    height: calc(100% - 37em);
    top: 5em;
    width: 84%;
}

.special_box_40 {
    width: 100%;
    margin-bottom: 2em;
}

.special_box_60 {
    width: 100%;
}

.special_txt {
    font-size: 14px;
    margin-bottom: 1.5em;
}

.btn.btn_entry {
    margin-bottom: 1em;
}


.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: 4.5em 0 0;
    text-align: center;
}

.btn.btn_bnr {
    margin-bottom: 3em;
}

.footer_logo {
    width: 200px;
    height: 33px;
}

body:not(.page--home) .footer .copyright {
    text-align: center;
    padding-top: 0;
}

    section#request {
        padding: 65px 0;
    }

    #request .request_inner {
        width: 90%;
    }

    .request_inner a {
        width: 90%;
        margin: 0 auto 75px;
        border-radius: 5px;
    }
    
    footer {
        padding: 75px 0 50px;
        height: auto;
        min-height: auto;
    }
    
    footer .os_logo {
        width: 95px;
    }
    
    footer .oslink {
    font-size: 0.9em;
    margin-bottom: 35px;
    }
    
footer .copy {
    width: 100%;
    text-align: center;
    left: 0;
}


footer::before {
    top: 1.5em;
}

.footer_os {
    position: relative;
    bottom: 0;
    right: 0;
        left: 0;
}

.bnr_box_wrap {
    padding: 1em 0 2em;
}

.bnr_box a {
    max-width: 90%;
    padding: 1.3em;
}

.bnr_box .btn_deco {
    padding: 0.55em 1.5em;
}




}



@media screen and (max-width: 960px) and (min-width: 500px) {

html {
    font-size: 12px;
}

}

#colorbox, #cboxOverlay, #cboxWrapper, #cboxContent {
    overflow: visible !important;
}

#cboxOverlay {
    background: rgb(0 0 0) !important;
}

#cboxLoadedContent {
    margin: 0;
}
