@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..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;
}


/* PC-min-901 */
@media screen and (min-width: 900px){
    .sp{display: none;}
}


/* SP-max-900 */
@media screen and (max-width: 900px){
    .pc{display: none;}
}

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

.allContain {
    height: 100%;
    font-family: 'Roboto',"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    color: #28292a;;
    line-height: 1.6em;
    font-size: 18px;
    font-size: min(calc(45 / 1200* 100vw), 100%);
}
.contents{
    display: block;
    position: relative;
    width: 50%;
    margin-left: 50%;
    padding: 60px;
}
section {
    padding: 0;
    margin: 0 auto;
    margin-bottom: 48px;
    max-width: 700px;
}
.innerContent {
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF;
    padding: 40px;
    border-radius: 32px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.titBox{
    position: relative;
}
.titBox .titBg{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 65%;
    opacity: 0.2;
}

.soon{
    font-family: "berthold-baskerville-pro", sans-serif;
    font-size: 300%;
    text-align: center;
    background: #f5f5f5;
    position: relative;
    padding: 100px;
    border-top: 1px solid #DDD;
}

/* SP-max-900 */
@media screen and (max-width: 900px){
.contents {
    width: 100%;
    margin-left: 0;
    padding: 56px 24px;
}
section {
    margin-bottom: 32px;
}
}
/*===================================================
	BASE
====================================================*/
h3{
    font-size: 110%;
    margin: 0 0 32px;
    padding: 0 0 32px;
    text-align: center;
    border-bottom: 1px solid;
    position: relative;
}
h3:before{
    content: "";
    position: absolute;
    background: url(/static/tomohisayamashita/fanclub/feature/roadto/images/ph_heart.png);
    width: 140px;
    aspect-ratio: 1;
    top: calc(50% - 16px);
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.txt {
    font-size: 100%;
    line-height: 1.5em;
}
.btn {
    text-align: center;
}
.btn a {
    display: inline-block;
    max-width: 600px;
    text-align: center;
    padding: 20px 60px;
    font-size: 130%;
    font-weight: 500;
    margin: 0 auto;
    border-radius: 100px;
    background: #d42b00;
    color: #FFF;
    transition: 0.3s ease;
}
.end .btn a {
    background: #acacac;
    color: #6d6d6d;
}
.btn.blank a {
    background: #acacac;
    color: #6d6d6d;
    pointer-events: none;
    font-size: 90%;
}
/* PC-min-901 */
@media screen and (min-width: 901px){
.btn a:hover{
    background: #b62500;
}
footer .btn a:hover{
    background: transparent;
    color: #a20eff;
}
}

/* SP-max-900 */
@media screen and (max-width: 900px){
h3 {
    margin: 0 0 24px;
    padding: 0 0 24px;
}
.btn a {
    padding: 20px;
}
}

/*===================================================
	wovn
====================================================*/
.wovn-languages {
    width: 2.2em;
    height: 2.5em;
    color: #4b2a67;
    font-size: 22px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99;
}
.wovn-languages .nav-dropdown {
  width: 100%;
  font-family: ivymode, "游明朝体", "Yu Mincho", YuMincho, yu-mincho-pr6n, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", 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.45em;
  border-bottom: 1px solid;
  order: -1;
}
.wovn-languages .nav-dropdown .list--language li:not(.selected) {
  background: #fff;
  color: #4b2a67;
  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: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.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: 100%;
    background: #F5F5F5;
}
.contentBg{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0.3;
    z-index: 0;
}
.contentBg .bg1{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(/static/tomohisayamashita/fanclub/feature/roadto/images/bg_content_01.png);
    background-size: 3960px;
    animation: bg1 60s linear infinite;
}
.contentBg .bg2{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: url(/static/tomohisayamashita/fanclub/feature/roadto/images/bg_content_02.png);
    background-size: 3960px;
    animation: bg2 60s linear infinite;
}
@keyframes bg1{
	0% {background-position: 0 0;}
	100% {background-position: 3960px 0;}
}
@keyframes bg2{
	0% {background-position: 3960px 0;}
	100% {background-position: 0 0;}
}

/*===================================================
	.visual
====================================================*/
.visual{
    position: fixed;
    max-width: 50%;
    overflow: hidden;
}
.heroView{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heroView .fvBg{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    height: 90%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    aspect-ratio: 32 / 41;
    display: flex;
    align-items: center;
}
.heroView .fvBg img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.heroView .fvInner{
    width: 80%;
    position: relative;
}
.heroView .fvInner h1{
    margin-bottom: 40px;
}
.heroView .fvInner .leadList{
    padding: 0 8%;
}
.heroView .fvInner .leadList .leadTxt{
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    display: inline;
    padding: .3em;
    line-height: 2.5;
    background-color: #000000;
    color: #FFF;
    font-size: clamp(1vw, 10px, 3vw);
}
.visual .snsList{
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    gap: 16px;
}
.visual .snsList li{

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

/* SP-max-900 */
@media screen and (max-width: 900px){
.heroView .fvBg {
    width: 110%;
    height: 98%;
}
.visual{
    position: relative;
    max-width: 100%;
}
.heroView .fvInner {
    width: 85%;
    position: relative;
}
.heroView .fvInner .leadList{
    padding: 0;
}
.heroView .fvInner .leadList .leadTxt {
    font-size: clamp(1vw, 12px, 4vw);
}
}



/*===================================================
	entrance
====================================================*/
.entrance{

}
.entrance .innerContent{
    background: transparent;
    padding: 40px 0;
    box-shadow: none;
}
.entrance figure{
    margin-bottom: 16px;
}
/* SP-max-900 */
@media screen and (max-width: 900px){
.innerContent {
    padding: 32px;
}
}
/*===================================================
	footer
====================================================*/
footer{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 32px;
    align-items: center;
    background: #FFF;
    position: relative;
    padding: 40px;
    border-radius: 32px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.footerInner{
    text-align: center;
}
.footerInner .credit{
    font-size: 50%;
    font-weight: 700;
    margin: 0 0 10px;
}
.footerInner .cap{
    font-size: 50%;
    line-height: 1.4em;
}
footer.btn{

}
footer .btn a{
    font-family: "ivymode", sans-serif;
    background: transparent;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 140%;
    line-height: 1.4em;
    color: #000;
}
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%;
}
}


/*===================================================
  OP:MODAL
====================================================*/
.op_modal{

}
.op_modal .modPop {
    display:none;
    width: 100%;
    height: 100%;
    color: #fff;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.op_modal .modPop.popActive {
  display:block;
}
.op_modal .modPop .popupShade{
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.op_modal .modPop .close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 20px;
    top: -80px;
    cursor: pointer;
    transition: 0.3s ease;
    background: #000;
    border-radius: 100px;
}
.op_modal .modPop .close::before,
.op_modal .modPop .close::after {
    content: '';
    display: inline-block;
    width: 60%;
    height: 2px;
    background: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
}
.op_modal .modPop .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.op_modal .modPop .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.op_modal .modPop .popInBox {
    width: 100%;
    max-width: 100%;
    margin: 100px auto 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f7f7f7;
    color: #000;
    border-radius: 60px 60px 0 0;
    max-height: calc(100vh - 200px);
}
.op_modal .modPop .popInContent{
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 40px;
    box-sizing: border-box;
}
.op_modal .modPop .popInContent::-webkit-scrollbar{
    display: none;
}

/* OP:MODAL:PC-min-770 */
@media screen and (min-width: 770px){

}

/* OP:MODALSP-max-769 */
@media screen and (max-width: 769px){
.op_modal .modPop .close {
    width: 30px;
    height: 30px;
    right: 0;
    top: -40px;
}
.op_modal .modPop .popInBox {
    max-height: calc(100vh - 120px);
    margin: 60px auto;
}
.op_modal .modPop .popInContent{
    max-height: calc(100vh - 120px);
    padding: 20px;
}
}