@charset "utf-8";body.manof {
    background-color: #fff;
}
.text {
    text-align: center;
    font-size: 22px;
}
.text p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}
@media only screen and (max-width: 1080px){
	.text p {
	    font-size: 14px;
	}
}
@media only screen and (max-width: 780px){
	.text p {
	    font-size: 10px;
	}
}

@media only screen and (min-width: 1281px){
	.secondanniversary-lp {
	    max-width: 1280px;
	    margin: 0 auto;
	}
}
@media only screen and (max-width: 1281px){
	.siteMain {
	    padding: 0 0 0 290px;
	}
}
.secondanniversary-area {
    padding-bottom: 100%;
    position: relative;
     max-width: 720px;
    margin: 0 auto;
}
.secondanniversary-1 {
    position: fixed;
    top: 0;
    text-align: center;
    overflow: hidden;
    z-index: -1;
}
.secondanniversary-1 img {
    width: 100%;
}

@media only screen and (max-width: 480px) {
	.popUpTop, .secondanniversary-lp .popUpTop {
	   padding-bottom: 150%;
	}
}

.secondanniversary-contents {
    background-color: #FFF;
    position: relative;
}
.secondanniversary-2 {
    text-align: center;
}
.secondanniversary-2 .text {
    text-align: center;
    padding: 10% 0 7% 0;
}
.secondanniversary-2 .text h3 {
    font-size: 26px;
    line-height: 2;
    letter-spacing: 5px;
}
.secondanniversary-2 .text .period-text {
    display: block;
    font-size: 18px;
    margin-top: 13px;
    letter-spacing: 2px;
}
.secondanniversary-2 .text p {
    margin-bottom: 8%;
}
.secondanniversary-2  img {
    margin: 60px auto;
    width: 40%;
}

@media only screen and (max-width: 780px){
	.secondanniversary-2 img {
	    margin: 30px auto;
		width: 45%;
	}
	.secondanniversary-2 .text h3 {
		font-size: 22px;
		letter-spacing: 3px;
		line-height: 1.5;
	}
	.secondanniversary-2 .text .period-text {
		margin-top: 24px;
	}
}
@media only screen and (max-width: 480px){
	.secondanniversary-contents {
	    padding-top: 10px;
	}
}
.secondanniversary-3 h2 {
    font-size: 32px;
    line-height: 2;
     letter-spacing: 4px;
    text-align: center;
    font-family: "Helvetica Neue", "Noto Sans JP", sans-serif;
    margin-bottom: 3%;
}
.secondanniversary-3 ul.item-list {
	display: flex;
	justify-content: center;
	gap: 3%;
	width: 70%;
	margin: 0 auto 40px;
}
.secondanniversary-3 .item-list li {
	width: calc(100% /2);
}
.secondanniversary-3 .item-list p {
    font-size: 16px;
    margin-top: 6%;
    letter-spacing: 4px;
}

@media only screen and (max-width: 1080px){
	.secondanniversary-3 .item-list p {
	    font-size: 16px;
	    margin-top: 6%;
	    letter-spacing: 2px;
	}
}

@media only screen and (max-width: 780px){
	.secondanniversary-3 h2 {
    	font-size: 22px;
	}
	.secondanniversary-3 .item-list p {
		font-size: 11px;
    	letter-spacing: 1px;
    	line-height: 1.5;
	}
	.secondanniversary-3 ul.item-list {
 	   margin-bottom: 20px;
		width: 85%;
	}
}
.titleFlex {
	display: flex;
	justify-content: center;
	margin: 0% 0 4% 0;
	padding-top: 8%;
	align-items: center;
}
.titleFlex h2 {
	font-size: 60px;
	letter-spacing: 10px;
	padding: 0 3%;
	border-right: 1px solid #000000;
	font-weight: 300;
	font-family: "Noto Sans JP", sans-serif;
}
.titleFlex .subtitle {
	padding-left: 5%;
	letter-spacing: 7px;
}
.titleFlex .subtitle p {
    line-height: 1.6;
    font-size: 30px;
    font-weight: 300;
    font-family: "Noto Sans JP", sans-serif;
}

.imgFlex {
	display: flex;
	justify-content: space-between;
}
.imgFlex a {
	display: contents;
}
.imgFlex img {
	width: 46%;
}

.item-detail {
    display: flex;
    gap: 4%;
    align-items: center;
    justify-content: center;
    margin: 4% 0 7%;
}
.item-detail li.img {
    width: calc(55% / 2);
}
.item-detail li.text {
    width: 45%;
    text-align: unset;
    margin-bottom: 0;
    letter-spacing: 2px;
}
.item-detail .text p.name {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 5%;
}
.item-detail ul.price {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 1%;
    margin-left: 0;
    display: inline-block;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
}

.secondanniversary-4 .text {
    width: 70%;
    margin: 0 auto 40px;
}

@media only screen and (max-width: 1080px){
	.titleFlex h2 {
	    font-size: 40px;
	}
	.titleFlex .subtitle p {
	    line-height: 1.5;
	    font-size: 20px;
	}
	.imgFlex img {
		width: 48%;
	}
	.item-detail .text p.name {
	    font-size: 20px;
	}
	.item-detail ul.price {
	    font-size: 14px;
	    margin-bottom: 0;
	    margin-right: 5px;
	}
	.item-detail .message {
	    font-size: 14px;
	}
}
@media only screen and (max-width: 780px){
	.secondanniversary-4 .text {
		width: 90%;
	    margin: 0 auto 30px;
	}
	.titleFlex {
		margin: 0% 0 8% 0;
		padding-top: 16%;
	}
	.titleFlex h2 {
	    font-size: 24px;
	}
	.titleFlex .subtitle {
		letter-spacing: 3px;
	}
	.titleFlex .subtitle p {
	    font-size: 15px;
	}
	.item-detail li.img {
	    width: calc(40% / 2);
	    margin-left: 10px;
	}
	.item-detail li.text {
	    width: 55%;
	}
	.item-detail p {
	    margin-top: 0;
	}
	.item-detail .text p.name {
	    font-size: 14px;
	    line-height: 1.2;
	    margin-bottom: 14px;
	}
	.item-detail ul.price {
	    font-size: 10px;
	}
	.item-detail ul.price li,
	.item-detail .message {
	    font-size: 10px;
		line-height: 1.6;
	}
}
.imgBox {
	width: 70%;
    margin: 60px auto;
}
.secondanniversary-5 img {
    width: 100%;
}
@media only screen and (max-width: 780px) {
	.secondanniversary-5 {
	    margin-top: 30px;
	}
}
.secondanniversary-6 {
    display: flex;
    margin: 60px auto;
}

.secondanniversary-6 p {
    margin: 0 auto 60px;
}
@media only screen and (max-width: 1080px){
	.secondanniversary-6 p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 780px) {
	.secondanniversary-6 {
	    margin: 40px auto 0;
	}
	.secondanniversary-6 p {
		font-size: 12px;
	}
}
.secondanniversary-7 {
    text-align: center;
    padding: 7.5% 0;
    background-color: #f5f5f5;
}
.secondanniversary-7 span.subtitle {
    font-size: 26px;
    letter-spacing: 5px;
    font-weight: 600;
}
.secondanniversary-7 .borderBox {
    padding: 3.2%;
    border-bottom: 1px solid;
    width: 20%;
    margin-bottom: 6%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.secondanniversary-7 .infoBox {
    margin: 0 auto;
    width: 70%;
}
.secondanniversary-7 .info {
    text-align: left;
    display: flex;
    justify-content: center;
}
.secondanniversary-7 .info p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 2px;
}

.secondanniversary-8 {
    margin: 60px auto;
    text-align: center;
}

@media only screen and (max-width: 1080px){
	.secondanniversary-7 .info p {
	    font-size: 16px;
	    line-height: 1.6;
	}
}
@media only screen and (max-width: 780px){
	.secondanniversary-7 {
		padding: 16% 0;
	}
	.secondanniversary-7 span.subtitle {
		font-size: 22px;
   		letter-spacing: 3px;
   		line-height: 1.2;
	}
	.secondanniversary-7 .infoBox {
		width: 90%;
	}
	.secondanniversary-7 .info p {
	    font-size: 12px;
	}
}