<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.photo{
	background: url(../images/photo_bg_sp.png) no-repeat center top;
    background-size: 100% auto;
	background-color: #e00064;
	padding-bottom: 20px;
	position: relative;
}
.photo-title{
	background: url(../images/photo_ishidasan_sp.png) no-repeat center bottom;
    background-size: 100% auto;
	padding-top: 220px;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 25px;
	position: relative;
}
.photo-title h3{
	padding-bottom: 7px;
	text-align: center;
}
.photo-title h3 img{
	width: 90%;
}
.photo-title p{
	font-style: italic;
	color: #FFF;
	font-weight: 900;
	line-height: 1.3;
	display: inline-block;
    transform: scaleX(1.2);
	font-size: 4.2vw;
	width: 70%;
}
.photo-title p span{
	background-color: #000;
	padding-left: 3px;
    padding-right: 3px;
}
.photo-title p span span{
	color: #ff1185;
}
.photo-inner{
	background: url(../images/photo_bg2_pc.png) no-repeat center top;
	background-size:cover;
	width: 75.2vw;
    margin: 0 auto 20px auto;
	padding-bottom: 30px;
	position: relative;
}
.photo-inner li{
	padding-bottom: 10px;
}
.photo-inner ul{
	padding-top: 10px;
	padding-bottom: 25px;
}
.photo-inner .ex{
	background-color: rgba(0,0,0,0.65);
	padding-bottom: 30px;
	margin: 0 auto;
	width: 80%;
}
.photo-inner .ex h4{
	color: #FFF;
	font-size: 5.33333vw;
	font-style: italic;
    font-weight: 900;
	background: url(../images/photo_ishidasan2_sp.png) no-repeat right bottom;
	background-size: 44px auto;
	background-color: #cd0064;
	line-height: 47px;
	height: 47px;
	text-align: center;
}
.photo-inner .ex h4 span{
	display: flex;
    align-items: center;
    justify-content: center;
}

.photo-inner .ex h4 span::before{
	background: url("../images/icon_x.png") no-repeat;
	width: 23px;
    height: 23px;
	content: "";
	background-size: 23px 23px;
	padding-right: 5px;
}
.photo-inner .ex ul{
	padding: 0;
}
.photo-inner .ex li{
	padding-bottom: 40px;
	color: #FFF;
	padding: 20px 20px 0 20px;
}
.photo-inner .ex p{
	font-size: 3vw;
	line-height: 140%;
	font-weight: 600;
}
.photo-inner .ex li img{
	padding-bottom: 10px;
}
.photo-inner .ex li span{
	color: #ff3899;
}
.p-home-ads{
	padding-top: 13.33333vw;
	background-color:#FFF!important;
}
.btn{
	width: 50%;
	margin: 30px auto 0 auto;
}
.btn a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 10vw;
    padding-bottom: 0.1em;
    padding-left: 1.5em;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5.06667vw;
    background-color: #fff;
    color: #000;
    font-size: 3.46667vw;
    font-weight: 900;
    line-height: 1;
	border: 1px solid #000;
}
.btn a span{
	display: flex;
    align-items: center;
    justify-content: center;
}
.btn a span::after{
	background: url("../images/icon_pdf.png") no-repeat right center;
	width: 18px;
    height: 18px;
	content: "";
	background-size: 18px 18px;
	padding-left: 5px;
}
.photo:before {
    position: absolute;
    left: 0;
    top: 4.8vw;
    width: 100%;
    height: 28.53333vw;
    background: url(../images/bg_links_marquee2.png) repeat-x left top;
    background-size: 384.66667vw auto;
    animation: anim-posts-sp 5s linear infinite;
    content: '';
}
@media only screen and (min-width: 769px) {
.photo{
	background: url(../images/photo_bg_pc.png) no-repeat center top;
    background-size: 100% auto;
	background-color: #cd0064;
	padding-bottom: 100px;
}
.photo-title{
	background: url(../images/photo_ishidasan_pc.png) no-repeat left 20px bottom;
    background-size: 515px auto;
	display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 25px;
	width: 1160px;
	margin: 0 auto;
	padding-top: 80px;
	box-sizing: border-box;
	padding-left: 450px;
}
.photo-title h3{
	padding-bottom: 7px;
	text-align: center;
	margin-left: -160px;
}
.photo-title h3 img{
	width: 90%;
}
.photo-title p{
	font-style: italic;
	color: #FFF;
	font-weight: 900;
	line-height: 1.5;
	display: inline-block;
    transform: scaleX(1.2);
	font-size: 22px;
	width: auto;
}
.photo-title p span{
	background-color: #000;
	padding-left: 3px;
    padding-right: 3px;
}
.photo-title p span span{
	color: #ff1185;
}
.photo-inner{
	background: url(../images/photo_bg2_pc.png) no-repeat center top;
	background-size:cover;
	padding-bottom: 100px;
	width: 1160px;
	margin: 0 auto;
}
.photo-inner li{
	padding-bottom: 20px;
	width: 340px;
}
.photo-inner li img{
	width: 100%;
}
.photo-inner ul{
	padding-top: 10px;
	padding-bottom: 25px;
	display: flex;
	padding: 60px;
	flex-wrap: wrap;
	justify-content: center;
}
.photo-inner .ex{
	background-color: rgba(0,0,0,0.65);
	padding-bottom: 60px;
	margin: 0 auto;
	width: 85%;
}
.photo-inner .ex h4{
	color: #FFF;
	font-size: 32px;
	font-style: italic;
    font-weight: 900;
	background:none;
	background-color: #cd0064;
	line-height: 62px;
	height: 62px;
	text-align: center;
	padding-left: 350px;
}
.photo-inner .ex h4 span{
	display: flex;
    align-items: center;
    justify-content: center;
}
.photo-inner .ex h4 span::after{
	background: url("../images/photo_ishidasan2_pc.png") no-repeat top right;
	width: 118px;
    height: 88px;
	content: "";
	background-size: 118px 88px;
	padding-left: 250px;
	margin-top: -27px;
}

.photo-inner .ex h4 span::before{
	background: url("../images/icon_x.png") no-repeat;
	width: 30px;
    height: 30px;
	content: "";
	background-size: 30px 30px;
	padding-right: 5px;
}
.photo-inner .ex ul{
	padding-top: 50px;
	width: 85%;
	justify-content: space-between;
	margin: 0 auto;
}
.photo-inner .ex li{
	padding-bottom: 40px;
	color: #FFF;
	padding: 0;
	width: 252px;
}
.photo-inner .ex p{
	font-size: 1vw;
	line-height: 140%;
	font-weight: 600;
}
.photo-inner .ex li img{
	padding-bottom: 10px;
	width: 100%;
}
.photo-inner .ex li span{
	color: #ff3899;
}
.p-home-ads{
	padding-top: 90px;
}
.btn{
	width: 50%;
	margin: 60px auto 0 auto;
}
.btn a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 263px;
    height: 75px;
    padding-bottom: 0.1em;
    padding-left: 20px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 5.06667vw;
    background-color: #fff;
    color: #000;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
	border: 1px solid #000;
}
.btn a span{
	display: flex;
    align-items: center;
    justify-content: center;
}
.btn a span::after{
	background: url("../images/icon_pdf.png") no-repeat right center;
	width: 25px;
    height: 27px;
	content: "";
	background-size: 25px 27px;
	padding-left: 10px;
}
.photo:before {
        top: 50px;
        height: 214px;
        background-size: 2885px auto;
        animation: anim-posts-pc 5s linear infinite;
}
}
</pre></body></html>