@charset "utf-8";
*{  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.jpTit{font-family: "Rampart One", sans-serif;}
article *{ font-family: "Kaisei Opti", serif;}

.overray{ width: 100vw; height: 100vh; position: fixed; left: 0; bottom: 0; z-index: 1; pointer-events: none; background: url("../img/back.jpg") 50% 50% no-repeat; background-size: cover;}

article{width: 100%; display: flex; flex-direction: column; justify-content: center; position: relative;}
*{ overflow: visible !important;}
#info{ width: 100%; overflow: hidden; display: flex; flex-direction: column; align-items: center; justify-content: center;}
#info .inner{ width: 90%; background: #fff;}
/*-------------------------*/
article #main1{ height: 200vh; min-height: 1000px; display: flex; justify-content: center;}
article #main1 .inner{ height: 100%;}
article #main1 .inner .mv{ width: 100%; height: 35%; min-height: 400px; display: flex; flex-direction: column; align-items: center; justify-content: center; position: relative; z-index: 1000;}
article #main1 .inner .mv .title{ width: 80%; max-width: 740px;}
article #main1 .inner .mv .title .sp{ display: none;}
/**/
article #main1 .inner .mv-image{ width: 94%; height: 65%; position: absolute; left: 3%; bottom: 5%; background: #000; z-index: 100; border-radius: 120px; display: flex; overflow: hidden !important; align-items: flex-end; justify-content: center; transition: 0.6s;}
article #main1 .inner .mv-image .img{ width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; display: block; background:url("../img/mv.webp") 50% 0% no-repeat; background-size: cover; transition: 0.4s; z-index: 1;}
.fix-hd article #main1 .inner .mv-image { border-radius: 40px;}
.fix-hd article #main1 .inner .mv-image .img{ opacity: 0.3;}
article #main1 .inner .mv-image p{ position: relative; z-index: 10; margin-bottom: 40px;}
article #main1 .inner .mv-image p span{ display: block; color: #fff; margin-bottom: 30px; clip-path: inset(0 100% 0 0); transition: 0.2s;}
.fix-hd article #main1 .inner .mv-image p span{ clip-path: inset(0 0 0 0); transition: 1.4s;}
article #main1 .inner .mv-image p span .sp{ display: none;}
/**/
@media screen and (max-width: 600px) {
article #main1{ height: auto;}
article #main1 .inner .mv .title { width: 94%; margin: 5vh 0;}
article #main1 .inner .mv .title .pc{ display: none;}
article #main1 .inner .mv .title .sp{ display: block;}
article #main1 .inner .mv{ height: auto;}
article #main1 .inner .mv-image{height: auto; position: relative; left: auto; bottom: auto; border-radius: 40px; margin: 0 3%; padding: 40px 0;}
article #main1 .inner .mv-image .img{ background:url("../img/mv-sp.webp") 50% 0% no-repeat; background-size: cover;}
article #main1 .inner .mv-image p{ margin-bottom: 20px;}
article #main1 .inner .mv-image p span{ font-size: 4.0vw;}
article #main1 .inner .mv-image p span .sp{ display: block;}
}
/*-------------------------*/
article .main{ width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
article .main .inner{ display: flex; flex-direction: row;}
article .main .inner .left{ width:40px; position: relative;}
article .main .inner .left .car{ width: 40px; margin: 70px 0; position: sticky; top: 50px; left: 0;}
article .main .inner .right{ min-height: 300vh; width: calc(100% - 40px); padding-left: 1%;}
article .main .inner .right .section{ display: flex; flex-direction: row;}
article .main .inner .right .section .time{display: flex; flex-direction: column; position: relative;}
article .main .inner .right .section .time h2{ width: 210px; font-size: 70px; display: block; position: sticky; top: 50px; left: 0; line-height: 1em; transform: rotate(-0deg); margin-top: 50px;}
article .main .inner .right .section .time h2 .jpTit{ font-size: 26px; display: block; padding-left: 5px; letter-spacing: 0;}
/**/
article .main .inner .right .section .photo{ margin-left: 5%; padding:30px 5px; background: #fff;}
article .main .inner .right .section .photo .imglist{ width: 100%; display: flex; }
article .main .inner .right .section .photo .imglist .w05{ width: 18%; margin: 1%;}
article .main .inner .right .section .photo .imglist .w1{ width: 31%; margin: 1%;}
article .main .inner .right .section .photo .imglist .w15{ width: 44%; margin: 1%;}
article .main .inner .right .section .photo .imglist .w2{ width: 64%; margin: 1%;}
article .main .inner .right .section .photo .imglist .w3{ width: 100%; margin: 1%;}
article .main .inner .right .section .photo .imglist div img { object-fit: cover; transition: 0.6s; filter: grayscale(100%);}
article .main .inner .right .section .photo .imglist div img.cl1{ clip-path: inset(0 100% 0 0); }
article .main .inner .right .section .photo .imglist div img.cl2{ clip-path: inset( 0 0 0 100%); }
article .main .inner .right .section .photo .imglist div img.cl3{ clip-path: inset( 100% 0 0 0 ); }
article .main .inner .right .section .photo .imglist div img.cl4{ clip-path: inset(0 0 100% 0); }
article .main .inner .right .section .photo .imglist div img.cl1.setView, 
article .main .inner .right .section .photo .imglist div img.cl2.setView, 
article .main .inner .right .section .photo .imglist div img.cl3.setView, 
article .main .inner .right .section .photo .imglist div img.cl4.setView{ clip-path: inset(0 0 0 0); }
/**/
article .main .inner .right .section .photo .imglist .h1{ display: flex; overflow: hidden !important; border-radius: 10px;}
article .main .inner .right .section .photo .imglist .h2{ display: flex; flex-direction: column; overflow: hidden !important;}
article .main .inner .right .section .photo .imglist .h2 div{ display: block; border-radius: 10px; overflow: hidden !important;}
article .main .inner .right .section .photo .imglist .h2 div:nth-child(1){ margin-bottom: 5px;}
article .main .inner .right .section .photo .imglist .h2 div:nth-child(2){ margin-top: 5px;}
article .main .inner .right .section .photo .imglist p{ display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; border: solid 2px #222; letter-spacing: 0; line-height: 1.2em;}
article .main .inner .right .section .photo .imglist p span {display: block; width: 100%; margin: 10px 0; letter-spacing: 0; line-height: 1.2em;}
.bottomDiv{ width: 94%; height: 80vh; display: block; margin: 0 3%; background: url("../img/mv.webp") 50% 50% no-repeat; background-size: cover; position: relative; z-index: 10; border-radius: 50px 50px 0 0;}
@media screen and (min-width: 801px) {
article.main2 .main .inner .right .section#main2 .photo .imglist div img, 
article.main3 .main .inner .right .section#main3 .photo .imglist div img, 
article.main4 .main .inner .right .section#main4 .photo .imglist div img, 
article.main5 .main .inner .right .section#main5 .photo .imglist div img, 
article.main6 .main .inner .right .section#main6 .photo .imglist div img, 
article.main7 .main .inner .right .section#main7 .photo .imglist div img, 
article.main8 .main .inner .right .section#main8 .photo .imglist div img, 
article.main9 .main .inner .right .section#main9 .photo .imglist div img, 
article.main10 .main .inner .right .section#main10 .photo .imglist div img, 
article.main11 .main .inner .right .section#main11 .photo .imglist div img, 
article.main12 .main .inner .right .section#main12 .photo .imglist div img, 
article.main12 .main .inner .right .section#main12 .photo .imglist div img, 
article.main12 .main .inner .right .section#main13 .photo .imglist div img, 
article.main12 .main .inner .right .section#main14 .photo .imglist div img, 
article.main12 .main .inner .right .section#main15 .photo .imglist div img, 
article.main12 .main .inner .right .section#main16 .photo .imglist div img, 
article.main12 .main .inner .right .section#main17 .photo .imglist div img, 
article.main12 .main .inner .right .section#main18 .photo .imglist div img, 
article.main12 .main .inner .right .section#main19 .photo .imglist div img, 
article .main .inner .right .section .photo .imglist div:hover img{ filter: grayscale(0%);}
}
@media screen and (max-width: 900px) {
article .main .inner .right .section .time h2{ width: 180px; font-size: 58px;}
article .main .inner .right .section .time h2 .jpTit{ font-size: 20px;}
article .main .inner .right .section .photo{ margin-left: 0%;}
}
@media screen and (max-width: 800px) {
article .main .inner .left{ position: absolute; height: 100%; z-index: 1000; left: -10px;}
article .main .inner .right{ width:100%; padding-left: 0;}
article .main .inner .right .section .time{ position: absolute; height: 100%; z-index: 1000; left: 30px; }
article .main .inner .right .section .time { mix-blend-mode:multiply;}
article .main .inner .right .section .time * { text-shadow: -4px -4px 0 #fff; color: #0200FF;}
article .main .inner .right .section .photo{ padding:1% 5px;}
article .main .inner .right .section .photo .imglist{ flex-wrap: wrap;}
article .main .inner .right .section .photo .imglist div img { transition: 1.2s;}
article .main .inner .right .section .photo .imglist div img.setView { filter: grayscale(0%);}
article .main .inner .right .section .photo .imglist p{ padding: 10px;}
article .main .inner .right .section .photo .imglist p span { margin: 2px 0;}
/**/
article .main .inner .right .section#main2 .photo .imglist .w1{ width: 35%;}
article .main .inner .right .section#main2 .photo .imglist .w15{ width: 60%;}
article .main .inner .right .section#main2 .photo .imglist .h2{ width: 100%; flex-direction: row; justify-content: space-between;}
article .main .inner .right .section#main2 .photo .imglist .h2 div{ width: 49%; height: auto;}
article .main .inner .right .section#main4 .photo .imglist *{ width: 98%; height: auto;}
article .main .inner .right .section#main5 .photo .imglist p{ width: 50%;}
article .main .inner .right .section#main5 .photo .imglist .w05{ width: 44%;}
article .main .inner .right .section#main6 .photo .imglist *, 
article .main .inner .right .section#main7 .photo .imglist *, 
article .main .inner .right .section#main8 .photo .imglist *, 
article .main .inner .right .section#main10 .photo .imglist *, 
article .main .inner .right .section#main11 .photo .imglist *, 
article .main .inner .right .section#main9 .photo .imglist .w15{ width: 98%; height: auto;}
article .main .inner .right .section#main8 .photo .imglist .w05{ display: none;}
article .main .inner .right .section#main9 .photo .imglist p{ width: 50%;}
article .main .inner .right .section#main9 .photo .imglist .w05{ width: 44%;}
article .main .inner .right .section#main12 .photo .imglist p { padding: 30px 10px 30px 220px;}
article .main .inner .right .section#main12 .time h2{ top: 0; margin-top: 10px;}
article .main .inner .right .section#main5 .photo .imglist .w15{ width: 98%;}
article .main .inner .right .section#main16 .photo .imglist:nth-child(2) .w1{ width: 48%;}
article .main .inner .right .section#main16 .photo .imglist:nth-child(2) .w2{ width: 98%;}
}

