@charset "UTF-8";


@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

#main {
	background: #0A2F5D;
	text-align: center;
	padding: 20px 0;
}

.maincontent {
	background: url(../images/anniversary/bghead.svg) no-repeat #FFFCF8 top center;
}


.maincontent .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 100px 0;
}

.maincontent .fmessage {
	background: url(../images/anniversary/fmessagebg_pc.webp) no-repeat center 100px;
	margin-bottom: 100px;
}

.maincontent .fmessage h2 {
	font-size: 3.2em;
	line-height: 1.6;
	text-align: center;
	color: #101010;
	margin-bottom: 60px;
}

.maincontent .fmessage div p {
	font-size: 1.6em;
	line-height: 2;
	text-align: center;
	color: #101010;
}




.smoviebox h2 {
	text-align: center;
	margin-bottom: 80px;
}

.smoviebox h2 img {
	width: 268px;
}

.smoviebox h2 span {
	font-size: 1.6em;
	display: block;
	color: #101010;
	margin-top: 10px;;
}

.smoviebox ol {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.smoviebox ol li {
	width: 480px;
	margin-bottom: 50px;
	color: #101010;
}
.smoviebox ol li:first-child {
	width: 750px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.smoviebox ol li img {
	width: 100%;
}

.smoviebox ol li h3 {
	font-size: 1.8em;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.smoviebox ol li p {
	font-size: 1.6em;
	line-height: 1.3;
}
.smoviebox ol li .btn {
	text-align: center;
}
.smoviebox ol li .btn a {
	background: #0A2F5D;
	font-size: 1.6em;
	color: #fff;
	display: inline-block;
	border-radius: 60px;
	padding: 8px 50px;
}
.smoviebox ol li .btn a img {
	width: 13px;
	vertical-align: middle;
	padding-left: 5px;
	margin-bottom: 4px;
}


.clrbg {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 120px;
	background: url(../images/anniversary/clrbg.svg) no-repeat center center/cover;
	padding: 40px 0;
}
.clrbg .plate {
	width: 1000px;
	margin: 0 auto;
	background: url(../images/anniversary/thum01.webp) #FFFCF8 no-repeat right 50px top 50px;
	border-radius: 20px;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .16);
	padding: 40px 0;
	color: #101010;
}

.clrbg .plate h2 {
	font-size: 2em;
	line-height: 2;
	margin-bottom: 20px;
	position: relative;
	padding-left: 120px;
}

.clrbg .plate h2:before {
	position: absolute;
	top: 18px;
	left: 0;
	content: "";
	background: #101010;
	width: 112px;
	height: 1px;
}

.clrbg .plate p {
	font-size: 1.6em;
	line-height: 1.5;
	width: 610px;
	margin-left: 50px;
	margin-bottom: 30px;
}
.clrbg .plate .thum {
	display: none;
}
.clrbg .btn {
	text-align: center;
	width: 610px;
	margin-left: 50px;
}
.clrbg .btn a {
	background: #0A2F5D;
	font-size: 1.6em;
	color: #fff;
	display: inline-block;
	border-radius: 60px;
	padding: 8px 50px;
}
.clrbg .btn a img {
	width: 13px;
	vertical-align: middle;
	padding-left: 5px;
	margin-bottom: 4px;
}






.smessagebox h2 {
	text-align: center;
	margin-bottom: 80px;
}

.smessagebox h2 img {
	width: 280px;
}

.smessagebox h2 span {
	font-size: 1.6em;
	display: block;
	color: #101010;
	margin-top: 10px;;
}

.smessagebox ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 80px;
}

.smessagebox ul li {
	width: 360px;
	text-align: center;
}

.smessagebox ul li .thum {
	width: 150px;
	margin: 0 auto;
}

.smessagebox ul li .thum img {
	width: 100%;
}

.smessagebox ul li h3 {
	font-size: 1.8em;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 20px;
}

.smessagebox ul li p {
	font-size: 1.6em;
	line-height: 1.3;
}
.smessagebox ul li .btn {
	text-align: center;
}
.smessagebox ul li .btn a {
	background: #F3401A;
	font-size: 1.6em;
	color: #fff;
	display: inline-block;
	border-radius: 60px;
	padding: 8px 50px;
}
.smessagebox ul li .btn a img {
	width: 13px;
	vertical-align: middle;
	padding-left: 5px;
	margin-bottom: 4px;
}

.smessagebox .spmessage {
	width: 750px;
	margin: 0 auto;
}

.smessagebox .spmessage h3 {
	font-size: 1.8em;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 20px;
}




#history {
	background: #EFDAA4;
	background: linear-gradient(180deg,rgba(239, 218, 164, 1) 0%, rgba(255, 234, 163, 1) 50%, rgba(255, 252, 190, 1) 100%);
	padding: 60px 0;
}

#history h2 {
	text-align: center;
	margin-bottom: 80px;
}

#history h2 img {
	width: 250px;
}

#history h2 span {
	font-size: 1.6em;
	display: block;
	color: #101010;
	margin-top: 10px;
}

#history ol {
	width: 1000px;
	margin: 0 auto;
}
#history ol li {
}
#history .numy {
	font-family: "Oswald", sans-serif;
	font-size: 6em;
	color: #D5B897;
	padding-bottom: 0;
	mix-blend-mode: multiply;
}

#history dl {
	color: #0A2F5D;
	font-size: 1.6em;
	background: url(../images/anniversary/historybg.svg) no-repeat left 100px top/20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 30px;
}

#history dl dt {
	width: 90px;
	text-align: right;
	margin-bottom: 10px;
	line-height: 1.5;
}
#history dl dd {
	width: 860px;
	line-height: 1.5;
	margin-bottom: 10px;
}



.lastmessage {
	background: url(../images/anniversary/lastmessagebg.webp) #FFFCF8 no-repeat center top 50px;
	text-align: center;
	padding: 100px 0 50px;
}

.lastmessage h2 {
	font-size: 2.6em;
	line-height: 1.8;
	margin-top: 70px;
}


/*/////////////////// SP ///////////////////*/
@media screen and (max-width: 768px) {

#main {
	padding: 20px;
}


.maincontent {
	background: url(../images/anniversary/bghead.svg) no-repeat #FFFCF8 top center;
}


.maincontent .inner {
	width: 80%;
	padding: 50px 0;
}

.maincontent .fmessage {
	background: url(../images/anniversary/fmessagebg_sp.webp) no-repeat center top/100% auto;
	margin-bottom: 50px;
}

.maincontent .fmessage h2 {
	font-size: 2.4em;
	margin-bottom: 30px;
}

.maincontent .fmessage div p {
	text-align: left;
}




.smoviebox h2 {
	margin-bottom: 40px;
}

.smoviebox h2 img {
	width: 50%;
}

.smoviebox h2 span {
	font-size: 1.2em;
}
.smoviebox ol li:first-child,
.smoviebox ol li {
	width: 100%;
	margin-bottom: 40px;
}

.smoviebox ol li h3 {
	font-size: 2.2em;
	margin-top: 16px;
	margin-bottom: 16px;
}

.smoviebox ol li p {
	font-size: 1.8em;
}


.clrbg {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	margin-bottom: 60px;
	background: url(../images/anniversary/clrbg_sp.svg) no-repeat center center/100% auto;
	padding: 20px 0;
}
.clrbg .plate {
	width: 80%;
	background: #FFFCF8;
	padding: 20px 0;
}

.clrbg .plate h2 {
	line-height: 1.25;
	padding-left: 40px;
}

.clrbg .plate h2:before {
	position: absolute;
	top: 14px;
	left: 0;
	content: "";
	background: #101010;
	width: 30px;
	height: 1px;
}

.clrbg .plate p {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.clrbg .plate .thum {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.clrbg .plate .thum img {
	width: calc(100vw/2.98);
}
.clrbg .btn {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}






.smessagebox h2 {
	margin-bottom: 40px;
}

.smessagebox h2 img {
	width: 50%;
}

.smessagebox h2 span {
	font-size: 1.2em;
}

.smessagebox ul {
	display: block;
	margin-bottom: 40px;
}

.smessagebox ul li {
	width: 100%;
	margin-bottom: 40px;
}

.smessagebox ul li .thum {
	width: calc(100vw/2.98);
}

.smessagebox ul li h3 {
	font-size: 2.2em;
}

.smessagebox ul li p {
	font-size: 1.8em;
}

.smessagebox .spmessage {
	width: 100%;
}

.smessagebox .spmessage h3 {
	font-size: 1.8em;
	line-height: 1.3;
	margin-top: 20px;
	margin-bottom: 20px;
}




#history {
	padding: 30px 0;
}

#history h2 {
	margin-bottom: 40px;
}

#history h2 img {
	width: 50%;
}

#history h2 span {
	font-size: 1.2em;
}

#history ol {
	width: 80%;
}
#history .numy {
	font-size: 5em;
}

#history dl {
	font-size: 1.5em;
	background: url(../images/anniversary/historybg_sp.svg) no-repeat left 17% top/10px auto;
	padding-top: 15px;
}

#history dl dt {
	width: 15%;
}
#history dl dd {
	width: 78%;
}



.lastmessage {
	background: #FFFCF8;
	padding: 50px 0 25px;
}
.lastmessage img {
	width: 80%;
}

.lastmessage h2 {
	font-size: 1.6em;
	margin-top: 10px;
}




}
