@charset "utf-8";
.textHidden {
	text-indent: -9999px;
	overflow: hidden;	
}

::selection { 
	color: #000;
	background-color: #ddd;
}
::-moz-selection { 
	color: #000;
	background-color: #ddd;
}


html {
 overflow-y: scroll;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #000;
	height: 100%;
	text-align: left;	
	background: #FFF;
	font-family:'AdobeGaramondW01-Regula',"ヒラギノ明朝 ProN W6","HiraMinProN-W6", Hiragino Mincho Pro,"ＭＳ Ｐ明朝", YuMincho,	'Yu Mincho', "MS PMincho",serif;
    margin: 0;
    font-size: 15px;
}
p {
    margin: 0;
}
section.main-area {
    background-image: url("../imgs/page.webp");
    background-size: 130%;
    background-repeat: repeat;
    width: 100%;
    height: 100vh;
    background-position: 70%;
}

.ttl {
    width: 200px;
    height: 80px;
    background-image: url("../imgs/logo.webp");
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
}
.ttl-01 {
    top: 30px;
    left: 30px;
}
.ttl-02 {
    top: 90px;
    right: -20px;
    transform: rotate(90deg);
}
.ttl-03 {
    bottom: 30px;
    right: 30px;
    top: auto;
    transform: rotate(180deg);
}
.ttl-04 {
    bottom: 90px;
    left: -20px;
    top: auto;
    transform: rotate(-90deg);    
}
.main-date {
    position: absolute;
    top: 50%;
    left: 25%;
    right: 25%;
    bottom: 50%;
    font-family: "Inter", "Noto Sans JP", sans-serif;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 50%;
    line-height: 1.4;
}
.main-date p {
    font-size: 2em;
    font-weight: 500;
}
.main-date p span {
    font-size: 0.6em;
    padding-left: 0.5em;
}
.spin-area .circle_btn_area{
	position:relative;
	overflow:hidden;
    height: 100vh;
}
.circle_btn{
	position:absolute;
	z-index:999;
	top:0;
	left:0;
	width:100px;
}
.circle-02{
	top:50%;
	left:50%;
}
.circle_btn img{
	animation:5s linear infinite spin;
    width: 100%;
    height: auto;
}
@keyframes spin{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
.scroll-in .ph {
	position: relative;
    -webkit-transform: none;
    transform: none;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 -40%);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 -40%);
}
.scroll-in.isshow .ph {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 140%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 140%, 0 100%);
    transition: .9s ease-in-out;
}
.scroll-in.isshow .ph:nth-of-type(2) {
    transition-delay: 0.3s;
}
@media screen and (max-width:1024px) {
section.main-area {
    background-size: 220%;
}
.main-date {
    left: 10%;
    right: 10%;
    width: 80%;
}
}
@media screen and (max-width:768px) {
.main-date p {
    font-size: 1.5em;
}
}
@media screen and (max-width:540px) {
section.main-area {
    background-size: 280%;
    height: 97vh;
}
.ttl {
    width: 130px;
    height: 50px;
}
.ttl-01 {
    top: 25px;
    left: 25px;
}
.ttl-02 {
    top: 65px;
    right: -15px;
}
.ttl-03 {
    right: 20px;
}
.ttl-04 {
    bottom: 70px;
    left: -15px;
}
.main-date {
    width: 100%;
    left: 0;
    right: 0;
    top: 45%;
    bottom: auto;
}
.main-date p {
    font-size: 1.3em;
}
.main-date p span {
    padding-left: 0.5em;
}
.circle_btn {
    width: 60px;
}
}