@charset "utf-8";
/* CSS Document */
/*============================
#pm25ans
============================*/
#pm25ans {
}
#pm25ans img {
	width: 100%;
	vertical-align: top;
}
/*============================
#mv
============================*/
#pm25ans #mv {
	margin-bottom: 44px;
	aspect-ratio: 360/211;
}
@-webkit-keyframes wipe {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 1% 0%, 1% 100%, 0% 100%);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
@keyframes wipe {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 1% 0%, 1% 100%, 0% 100%);
    opacity: 0;
  }
  100% {
    clip-path: polygon(0% 0%, 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 1;
  }
}
#pm25ans #mv .picture {
    
    display: block;
    opacity: 0;
}
.loaded-25ans #pm25ans #mv .picture{
	-webkit-animation: wipe 500ms ease-out 200ms forwards;
    animation: wipe 500ms ease-out 200ms forwards;
}
#pm25ans #mv .picture img {}
/*============================
#message
============================*/
#pm25ans #message {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto 120px;
}
#pm25ans #message .logo {
	margin: 0 auto 60px;
	max-width: 48px;
}
#pm25ans #message .ttl {
	text-align: center;
	font-family: "Shippori Mincho", serif;
	color: #C08251;
	font-size: 35px;
	letter-spacing: 0.1em;
	font-weight: 600;
	padding: 15px 0 97px;
	position: relative;
	margin: 0 auto;
	line-height: 1.5;
}
#pm25ans #message .ttl::before {
	content: "";
	position: absolute;
	background-image: url("../common/img/message-logo-min.jpg");
	background-repeat: no-repeat;
	top: 0;
	width: 194px;
	aspect-ratio: 194/183;
	background-size: contain;
	z-index: -1;
	left: 0;
	right: 0;
	margin: auto;
}
#pm25ans #message .txt {
	max-width: 700px;
	margin: 0 auto 50px;
	color: #333;
	line-height: 2;
	font-size: 18px;
	letter-spacing: 0.15em;
	text-align: justify;
}
#pm25ans #message .movie {
	width: 100%;
	aspect-ratio: 16 / 9;
}
#pm25ans #message .movie iframe {
	width: 100%;
	height: 100%;
}
/*============================
#special
============================*/
#pm25ans #special {
	background: #F6F2F0;
	padding: 115px 0 120px;
}
#pm25ans #special hgroup {
	text-align: center;
	margin-bottom: 46px;
}
#pm25ans #special hgroup .en {
	text-align: center;
	font-family: var(--font-en-1);
	font-style: italic;
	line-height: 1.2;
	letter-spacing: -0.001em;
	color: #C08251;
	font-size: 35px;
	font-weight: 600;
	margin: 0 auto 16px;
}
#pm25ans #special hgroup .jp {
	font-size: 12px;
	margin: 0 auto;
	color: #000;
	text-align: center;
}
#pm25ans #special .special-box {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
}
#pm25ans #special .special-box:not(:last-child) {
	margin-bottom: 60px;
}
#pm25ans #special .special-box .banner {
	margin-bottom: 10px;
}
#pm25ans #special .special-box .banner.no-link{
	position:relative;
}
#pm25ans #special .special-box .banner.no-link::after{
	content:"";
	background: #0c0c0c9c;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
#pm25ans #special .special-box .banner a{
	position: relative;
	display: block;
}
#pm25ans #special .special-box .banner a .picture {}
#pm25ans #special .special-box .banner a .picture {}
#pm25ans #special .special-box .banner a .ttl{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 3%;
    bottom: 10%;
    color: #fff;
}
#pm25ans #special .special-box .banner a .ttl .en{
    font-family: var(--font-en-1);
    font-style: italic;
    line-height: 1.2;
    letter-spacing: -0.001em;
    font-size: 4.26rem;
    margin-bottom: 2%;
}
#pm25ans #special .special-box .banner a .ttl .jp{
    font-size: 2.19rem;
    font-weight: 400;
}
#pm25ans #special .special-box .txt {
	font-size: 16px;
	margin: 0 auto;
	text-align: justify;
	line-height: 1.5;
}
/*============================
#infomation
============================*/
#pm25ans #infomation {
	padding: 120px 0;
	max-width: 700px;
	margin: 0 auto;
	width: 90%;
}
#pm25ans #infomation hgroup {
	text-align: center;
	margin-bottom: 46px;
}
#pm25ans #infomation hgroup .en {
	text-align: center;
	font-family: var(--font-en-1);
	font-style: italic;
	line-height: 1.2;
	letter-spacing: -0.001em;
	color: #C08251;
	font-size: 35px;
	font-weight: 600;
	margin: 0 auto 16px;
}
#pm25ans #infomation hgroup .jp {
	font-size: 12px;
	margin: 0 auto;
	color: #000;
	text-align: center;
}
#pm25ans #infomation .comingsoon{
	text-align:center;
}
#pm25ans #infomation .info-list {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	border-top: 1px solid #ccc;
}
#pm25ans #infomation .info-list .info-detail {
	border-bottom: 1px solid #ccc;
}
#pm25ans #infomation .info-list .info-detail a {
	display: flex;
	color: #333;
	text-decoration: none;
	padding: 18px 0;
}
#pm25ans #infomation .info-list .info-detail a .date {
	margin: 0;
	width: 26%;
	min-width: 90px;
	line-height: 1.5;
}
#pm25ans #infomation .info-list .info-detail a .ttl {
	margin: 0;
	line-height: 1.5;
	width: 100%;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.br-pc{
		display: none;
	}
	/*============================
#pm25ans
============================*/
	#pm25ans {}
	/*============================
#mv
============================*/
	#pm25ans #mv {
    margin-bottom: 50px;
}
	#pm25ans #mv .picture {}
	/*============================
#message
============================*/
	#pm25ans #message {
    margin: 0 auto 60px;
}
	#pm25ans #message .logo {
    margin: 0 auto 20px;
}
	#pm25ans #message .ttl {
    font-size: 20px;
    padding: 25px 0 60px;
}
#pm25ans #message .ttl::before {
	top: 0;
	width: 128px;
	aspect-ratio: 194/183;
	z-index: -1;
	left: 0;
	right: 0;
}
	#pm25ans #message .txt {
    font-size: 16px;
    margin: 0 auto 60px;
}
	#pm25ans #message .movie {}
	/*============================
#special
============================*/
	#pm25ans #special {
    padding: 40px 0 36px;
}
	#pm25ans #special hgroup {
	margin-bottom: 25px;
}
	#pm25ans #special hgroup .en {
    font-size: 25px;
    letter-spacing: 0.05em;
    margin: 0 auto 6px;
}
	#pm25ans #special hgroup .jp {}
	#pm25ans #special .special-box {}
	#pm25ans #special .special-box:not(:last-child) {
	margin-bottom: 40px;
}
	#pm25ans #special .special-box .banner {}
	#pm25ans #special .special-box .banner .picture {}
	#pm25ans #special .special-box .banner a .ttl{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0%;
    bottom: 0%;
    color: #fff;
    width: 100%;
    height: 100%;
}
#pm25ans #special .special-box .banner a .ttl .en{
    font-family: var(--font-en-1);
    font-style: italic;
    font-size: 21px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 1.2;
}
#pm25ans #special .special-box .banner a .ttl .jp{
    font-size: 10px;
    font-weight: 400;
}
	#pm25ans #special .special-box .txt {
    font-size: 14px;
}
	/*============================
#infomation
============================*/
	#pm25ans #infomation {
    padding: 40px 0;
}
	#pm25ans #infomation hgroup {
	margin-bottom: 25px;
}
	#pm25ans #infomation hgroup .en {
    font-size: 25px;
    letter-spacing: 0.05em;
    margin: 0 auto 6px;
}
	#pm25ans #infomation hgroup .jp {}
	#pm25ans #infomation .info-list {}
	#pm25ans #infomation .info-list .info-detail {}
	#pm25ans #infomation .info-list .info-detail a{
    flex-direction: column;
    font-size: 14px;
    padding: 10px 0;
}
	#pm25ans #infomation .info-list .info-detail a .date {
    margin-bottom: 5px;
}
	#pm25ans #infomation .info-list .info-detail a .ttl {}
}

@media screen and (min-width: 768px) {
.br-sp {
		display: none;
	}
}