@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');



/*===================================================
	RESET
====================================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
    word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
	transition:0.3s ease;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.sml {
    font-size: 0.8em;
}

@media screen and (max-width: 900px) {

.pc{
    display:none!important;  
}

}

@media screen and (min-width: 900px) {
.sp{
    display:none!important;  
}

}


/*===================================================
	FRAME
====================================================*/
body {
    font-size: 16px;
}

.allContain {
    height: 100%;
    font-family: 'Manrope', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #364e54;
    line-height: 1.6em;
    font-size: 18px;
    font-size: min(calc(45 / 1200* 100vw), 100%);
    background: #fafcfc;
}
.contents{
    position: relative;
}

.innerContent {
    max-width: 1200px;
    margin: 0 auto;
    width: 85%;
}
.titBox {
    position: relative;
    margin-bottom: 7rem;
}


/*===================================================
	BASE
====================================================*/
.titBox h3 {
    font-weight: 400;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1em;
    font-family: "ivymode", sans-serif;
    letter-spacing: 0.6em;
}

.txt {
    font-size: 110%;
    line-height: 1.5em;
}
.btn {
    text-align: center;
}
.btn a {
    display: inline-block;
    text-align: center;
    padding: 1.5em 2.5em 1.5em 1.5em;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 auto;
    background: #364e54;
    transition: 0.3s ease;
    width: 100%;
    color: #fff;
    max-width: 22rem;
    position: relative;
    box-shadow: 0 10px 14px -8px #36404e6b;
}
.btn a .ico {
    position: absolute;
    right: 0;
    height: 100%;
    display: flex;
    top: 0;
    padding: 1.1rem;
    align-items: center;
    justify-content: center;
}

.end .btn a {
    background: #acacac;
    color: #6d6d6d;
}
.btn.blank a {
    background: #acacac;
    color: #6d6d6d;
    pointer-events: none;
    font-size: 90%;
}
.btnList{
    display: flex;
    justify-content: center;
    gap: 16px;
}
.cautionList{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cautionList li {
    font-size: 80%;
    line-height: 1.5em;
    padding: 0 0 0 15px;
    position: relative;
}
.cautionList li span{
    position: absolute;
    left: 0;
    top: 1px;
}


.fade {
    transition: all .8s ease-out 0.2s;
    opacity: 0;
}
.loaded .fade.started {
    opacity: 1;
}

/* PC-min-901 */
@media screen and (min-width: 901px){
.innerContent .btn a:hover {
    transform: translateY(-0.25rem);
    box-shadow: 0 15px 17px -4px #1d2d414f;
}
footer .btn a:hover{
    background: transparent;
    color: #a20eff;
}
}

/* SP-max-900 */
@media screen and (max-width: 900px){

.titBox {
    position: relative;
    margin-bottom: 40px;
}

.titBox h3 {
    font-size: 1.3rem;
}

.btn a {
    padding: 1.6em 2.5em 1.6em 1.5em;
    width: 100%;
    font-size: 0.9rem;
}

}

/*===================================================
	wovn
====================================================*/
.wovn-languages {
    width: 2.2em;
    height: 2.5em;
    color: #364e54;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 50px;
    left: 35px;
    z-index: 99;
}
.wovn-languages .nav-dropdown {
    width: 100%;
    font-family: "ivymode", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
    position: absolute;
    line-height: 1.4;
    text-align: center;
    z-index: 2;
}
.wovn-languages .nav-dropdown .list--language {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.wovn-languages .nav-dropdown .list--language li {
  width: 100%;
  display: none;
  cursor: pointer;
  padding-bottom: 0;
  text-align: center;
  padding: 0;
}
.wovn-languages .nav-dropdown .list--language li::after {
  content: none;
}
.wovn-languages .nav-dropdown .list--language li.selected {
    display: block;
    padding-bottom: 0.2em;
    border-bottom: 1px solid;
    order: -1;
}
.wovn-languages .nav-dropdown .list--language li:not(.selected) {
  background: #fff;
  color: #364e54;
  font-size: 0.8em;
  box-shadow: 10px 13px 13px -2px rgba(31, 13, 47, 0.3529411765);
  margin: -1px 0 0 0 !important;
  padding: 0.6em 0;
}
.wovn-languages.visible .nav-dropdown {
  opacity: 1;
  pointer-events: visible;
  z-index: 1;
  transform: translateY(0);
}
.wovn-languages.visible .nav-dropdown .list--language li {
  display: block;
  transition: opacity 0.4s;
  margin-bottom: 5px;
}
.wovn-languages.visible .nav-dropdown .list--language li.selected {
  pointer-events: none;
  opacity: 1;
  transition: none;
  margin-bottom: 0.7em;
}

/*===================================================
	scrollme
====================================================*/
.scrollme{

}
.scrollme .animateme{
    opacity: 0;
    transition: ease 0.3s;
}

/*===================================================
	.loader
====================================================*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #364e54;
}
.loadingCap{
    text-align: center;
    font-family: "ivymode", sans-serif;
    font-size: 180%;
    letter-spacing: 0.1em;
}




/*===================================================
	.bg
====================================================*/
.bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


/*===================================================
	.visual
====================================================*/
.visual {
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 50vw;
    background: url(/static/tomohisayamashita/fanclub/feature/album_dreaming/images/bg_main_p8x9t6z6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.visual::before {
    content: '';
    display: block;
    width: 100%;
    height: 40vw;
    position: absolute;
    bottom: -1px;
    left: 0;
    background: url(/static/tomohisayamashita/fanclub/feature/album_dreaming/images/bg_top_bottom_p8x9t6z6.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.heroView {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 6%;
}

.visual h2 {
    width: 84%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 130vh;
    min-width: 70%;
}

.visual .jacket {
    width: 43%;
    line-height: 0;
    box-shadow: 0 0.6rem 1.2rem #364e5440;
}

.visual .logo_wrap {
    position: relative;
    width: 42%;
    display: flex;
    flex-flow: column;
    gap: 4rem;
}

.logo_wrap > p {
    transition: 1.2s 1.2s;
    transform: translateY(1rem);
    opacity: 0;
}

.loaded .logo_wrap > p {
    opacity: 1;
    transform: none;
}


.logo_wrap > .logo_cnt {
    transition-delay: 1.3s;
}
.logo_wrap > .logo_btm {
    transition-delay: 1.4s;
}

.logo_wrap > .logo_top {
    width: 76%;
    margin: 0 auto;
}

.kv_parts > p {
    width: 100%;
    height: 3rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(/static/tomohisayamashita/fanclub/feature/album_dreaming/images/ph_txt_top_loop_p8x9t6z6.png);
    background-size: 500px;
    background-repeat: repeat-x;
    background-position: 0% 50%;
    animation: bgscroll 30s linear infinite;
}

.kv_parts > .kv_parts_btm {
    top: auto;
    bottom: 0;
    animation-direction: reverse;
}

@keyframes bgscroll {
 0%   { background-position: 0 50%; }
 100% { background-position: -500px 50%; }
}

.visual .snsList {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.visual .snsList li {
    text-align: center;
    margin: 1em 0;
}
.visual .snsList li a {
    font-size: 140%;
}

section {
    padding: 7rem 0;
    position: relative;
    overflow: clip;
}


@media screen and (min-width: 901px){

}

/* SP-max-900 */
@media screen and (max-width: 900px){

.heroView {
    padding: 5.5rem 5%;
}

.visual .snsList li a {
    font-size: 105%;
}

.visual h2 {
    width: 100%;
    flex-wrap: wrap;
    max-width: 60vh;
}

.visual .jacket {
    width: 64%;
    margin: 0 auto 2rem;
}

.visual .logo_wrap {
    width: 64%;
    margin: 0 auto;
    gap: 1.5rem;
}

.visual::before {
    border-bottom: 2.2rem solid #fafcfc;
}

.wovn-languages {
    left: 25px;
    font-size: 16px;
}

section {
    padding: 3.5rem 0;
}

}




/*===================================================
	product
====================================================*/

.releaseBox {
    position: relative;
    margin-bottom: 10rem;
    padding: 6rem 0;
}

.releaseBox:last-child {
    margin-bottom: 0;
}

.releaseBox::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(/static/tomohisayamashita/fanclub/feature/album_dreaming/images/bg_main_p8x9t6z6.jpg);
    position: absolute;
    top: 0;
    left: 25%;
    background-size: cover;
    opacity: 0.8;
}
.releaseBox:nth-of-type(odd)::before {
    right: 25%;
    left: auto;
}

.releaseBox > .detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.releaseBox .jkBox {
    width: 43%;
    position: sticky;
    top: 2rem;
    height: 100%;
}

.releaseBox .txtBox {
    width: 47%;
    position: relative;
    z-index: 1;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 2.5rem;
}

.releaseBox .jkBox .jk {
    box-shadow: 0 0.7rem 1.2rem -0.5rem #7483837d;
    line-height: 0;
    margin-bottom: 2rem;
}

.releaseBox .jkBox .jk:last-child {
    margin-bottom: 0;
}


.releaseBox .tit {
    font-size: 2.3em;
    letter-spacing: 0.06em;
    margin-bottom: 1.2rem;
    line-height: 1;
    font-weight: 700;
}
.releaseBox .tit .sml {
    font-size: 0.6em;
}

.releaseBox .set {
    padding: 0.1em 0.6em;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-right: 0.75rem;
    font-size: 0.9rem;
    display: inline-block;
    vertical-align: 1px;
    width: 7.5rem;
    text-align: center;
    background: #364e54;
    color: #fff;
}

.releaseBox .price {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.4rem;
}

.releaseBox .price .sml {
    font-size: 0.7em;
}

.releaseBox .listItems {
    margin-bottom: 2rem;
}
.releaseBox .listItems:last-child {
    margin-bottom: 0;
}
.releaseBox .listItems > li {
    margin-bottom: 2em;
}
.releaseBox .listItems > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.releaseBox .detail_list {
    border-left: 1px solid;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.releaseBox .detail_list:last-child {
    margin-bottom: 0;
}

.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;
    letter-spacing: 0.05em;
}

.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 .detail_list > li .dr {
    display: inline-block;
    padding: 0.1em 0.6em;
    letter-spacing: 0.05em;
    margin-left: 0.2rem;
    font-size: 0.8em;
    border: 1px solid;
    text-indent: 0;
    vertical-align: 0.1em;
}

.releaseBox .item_tit {
    margin-bottom: 0.7em;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
    background: #364e54;
    color: #fff;
    padding: 0.5em 0.8em;
    width: fit-content;
}


.releaseBox:nth-of-type(odd) > .detail {
    flex-flow: row-reverse;
}

.releaseBox .fcBox .txtBox {
    width: 100%;
}

.releaseBox .listItems > li.dl_wrap {
}
.releaseBox .listItems > li.dl_wrap .btn a {
    margin: 0 0 1.5rem;
}

.releaseBox .listItems > li.dl_wrap .btn:last-child a {
    margin-bottom: 0;
}

.releaseBox .listItems > li.dl_wrap .btn_desc {
    margin-bottom: 0.8rem;
    font-weight: 600;
    border-left: 1px solid;
    padding-left: 0.8em;
    line-height: 1.5;
}



.track_list {
    column-count: 2;
    column-gap: 1rem;
}

.track_list > li {
    background: #f0f8f9;
    padding: 2.2rem 2.5rem 2.2rem 5rem;
    margin-bottom: 1rem;
    break-inside: avoid;
    position: relative;
}

.track_list > li:last-child {
    margin-bottom: 0;
}

.track_list > li .num {
    position: absolute;
    left: 2.5rem;
    top: 50%;
    opacity: 0.6;
    transform: translateY(-50%);
    font-size: 0.8em;
}


.store_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.store_list > li {
    background: #f0f8f9;
    padding: 1.5rem;
    margin-bottom: 1rem;
    break-inside: avoid;
    position: relative;
    width: calc(50% - 0.5rem);
    text-align: center;
}

.benefit_img {
    line-height: 0;
    margin-bottom: 3rem;
}

.store_name {
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
}

.benefit_txt {
    margin-bottom: 0.8rem;
}


/* SP-max-900 */
@media screen and (max-width: 900px){

.releaseBox .txtBox {
    width: 100%;
}

.releaseBox {
    margin-bottom: 4rem;
    padding: 3rem 0;
}

.releaseBox .jkBox {
    top: 0;
    position: relative;
    width: 80%;
    margin: 0 auto 2rem;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 2rem;
}

.releaseBox .tit {
    font-size: 1.6rem;
}

.releaseBox .price {
    font-size: 1.05rem;
}

.releaseBox .set {
    font-size: 0.8rem;
    width: 7rem;
}

.releaseBox .item_tit {
    font-size: 0.9rem;
}

.releaseBox .listItems {
    margin-bottom: 1.5rem;
}

.releaseBox .listItems > li {
    margin-bottom: 1.2rem;
}

.releaseBox .txtBox .jk_info {
    margin-bottom: 1.5rem;
}

.releaseBox:nth-of-type(odd) > .detail {
    flex-wrap: wrap;
}


.track_list {
    column-count: 1;
}

.track_list > li {
    padding: 1.2rem 1.2rem 1.2rem 3rem;
    margin-bottom: 0.5rem;
}

.track_list > li .num {
    left: 1.2rem;
}

.track_list > li .sml {
    line-height: 1.5;
    display: inline-block;
    margin-top: 3px;
}


.benefit_img {
    line-height: 0;
    margin-bottom: 2rem;
}

.store_list > li {
    width: 100%;
    padding: 1.2rem;
}

.store_name {
    font-size: 1.02rem;
}

}






/*===================================================
	footer
====================================================*/
footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 60px;
    align-items: center;
    padding: 100px;
    position: relative;
    background: #fff;
}
.footerInner{
    text-align: center;
}
.footerInner .credit{
    font-size: 70%;
    margin: 0 0 10px;
}
.footerInner .cap{
    font-size: 70%;
    line-height: 1.4em;
}
footer.btn{

}
footer .btn a {
    font-family: "ivymode", sans-serif;
    background: transparent;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 170%;
    line-height: 1.4em;
    font-weight: 400;
    max-width: none;
    width: 100%;
    box-shadow: none;
    color: #364e54;
}
footer .btn a span{
    display: block;
    font-size: 80%;
}

/* SP-max-900 */
@media screen and (max-width: 900px){
footer {
    padding: 40px 20px;
    flex-direction: column;
    gap: 24px;
}
footer .btn a {
    font-size: 140%;
}
.footerInner .credit {
    font-size: 50%;
}
}



/*===================================================
  OP:DETAIL
====================================================*/
.op_detail{

}
.op_detail .detailList {
    display: flex;
    border-bottom: 1px solid;
    padding: 0 0 16px;
    margin: 0 0 16px;
    align-items: stretch;
}
.op_detail .detailList:first-child{
    border-top: 1px solid;
    padding: 16px 0 16px;
}
.op_detail .detailList:last-child{
    margin: 0;
}
.op_detail .detailList dt{
    width: 20%;
    padding: 0 40px 0 0;
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 1.6em;
}
.op_detail .detailList dt:before{
}
.op_detail .detailList dt .txt{
    font-size: 100%;
    line-height: 1.5em;
}
.op_detail .detailList dd{
    width: 80%;
    position: relative;
    padding: 0 0 0 40px;
    display: flex;
    align-items: center;
}
.op_detail .detailList dd:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #000;
}
.op_detail .detailList dd .detailInner{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* OP:DETAIL:SP-max-769 */
@media screen and (max-width: 769px){
.op_detail .detailList {
    display: block;
}
.op_detail .detailList dt {
    width: 100%;
    padding: 0 0 0 8px;
    margin: 0 0 16px;
    font-size: 100%;
    font-weight: 600;
    border-left: 5px solid;
}
.op_detail .detailList dd {
    width: 100%;
    position: relative;
    padding: 0;
}
.op_detail .detailList dd:before {
    content: none
}
}

