@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Shippori+Mincho+B1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;600;800&display=swap');

.ib {
display: inline-block
}

.wrapper {
background-position: center;
background-repeat: repeat;

}
.renewalBlock {
background-image: url(/base/shinjuku/img/meikare_2510_title_bg.jpg);
background-size: cover;
background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
.renewalBlock {
background-size: 100%;
background-attachment: inherit;
background-position: center top +40vw;
}
}
.renewalHeader {
/*padding-top: 40vw;*/
}
@media screen and (max-width: 767px) {
.renewalHeader {
/*padding-top: 60vw;*/
}
}

.renewalcontent--wrapper {
background-color: rgba(232,230,226,0.7);
backdrop-filter: blur(12px);
}
.renewalcontent--wrapper + .renewalcontent--wrapper {
margin-top: 60vw
}
@media screen and (max-width: 767px) {
.renewalcontent--wrapper {
background-color: rgba(232,230,226,1);
backdrop-filter: none;
}
}
.renewalHeader__text--wrapper {
padding: 3rem 10px;
max-width: 95rem;
margin: 0 auto;
}
@media screen and (max-width: 767px) {
.renewalHeader__text--wrapper {
padding: 5vw;
}
}
.renewalHeader__image {

}
.renewalHeader__image img {
width: 100%;
height: auto;
}
.renewalHeader__title {
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-style: normal;
font-size: 5rem;
text-align: center;
margin-bottom: 2rem;
max-width: 75rem;
margin: 0 auto;
}

.renewalHeader__title img {
width: 100%;
height: auto;
}
.renewalHeader__text {
font-family: "YakuHanMP", "Shippori Mincho B1", serif;
font-weight: 400;
font-style: normal;
font-size: 2.6rem;
text-align: center;
line-height: 1.5;
}
.renewalHeader__items {
padding: 3rem 10px;
max-width: 95rem;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 2rem;
}
.renewalHeader__item {
display: flex;
align-items: center;
gap: 3%;
padding: 0 0 0 1rem;
background-color: rgba(255,255,255,0.5);
border-radius: 0.5rem;
overflow: hidden;
}
.renewalHeader__item--title {
width: 15%;
aspect-ratio: 1 / 1;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #cda217;
border-radius: 50%;
color: #FFF;
font-family: "YakuHanMP", "Shippori Mincho B1", serif;
font-size: 2.4rem;
}
@media print {
.renewalHeader__item--title {
font-size: 1.8rem;
}
}
.hitem2 .renewalHeader__item--title {
background-color: #8d4121;
}
.hitem3 .renewalHeader__item--title {
background-color: #4f4239;
}
.hitem4 .renewalHeader__item--title {
background-color: #778144;
}
.renewalHeader__item--text {
width: 54%;
font-feature-settings: "palt";
font-family: "YakuHanMP", "Shippori Mincho B1", serif;
font-weight: 400;
font-style: normal;
font-size: 2.0rem;
line-height: 1.5;
}
.renewalHeader__item--text:last-child {
width: 82%;
}
.renewalHeader__item--text strong {
font-family: "YakuHanJP", "M PLUS 1p";
font-size: 2.6rem;
line-height: 1.4;
margin-bottom: 0.5rem;
display: block;
}
@media print {
.renewalHeader__item--text strong {
font-size: 1.8rem;
}
}
.renewalHeader__item--image {
width: 25%;
}
.renewalHeader__item--image img {
width: 100%;
height: auto;
}
.open__title {
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-style: normal;
font-size: 3rem;
text-align: center;
margin: 2rem auto 1rem;
}
.open__copy {
font-family: "YakuHanMP", "Shippori Mincho B1", serif;
font-weight: 400;
font-style: normal;
font-size: 2rem;
text-align: center;
margin: 1rem auto 2rem;
}

.open__items {
padding: 3rem 10px;
max-width: 95rem;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 2rem;
}
.open__item {
width: calc(50% - 1rem);
background-color: rgba(255,255,255,0.5);
border-radius: 0.5rem;
overflow: hidden;
}
.open__item--title {
font-feature-settings: "palt";
font-family: "YakuHanMP", "Shippori Mincho B1", serif;
font-weight: 700;
font-style: normal;
font-size: 2.6rem;
padding: 2rem;

}
.open__item__item--image {
}
.open__item__item--image img {
width: 100%;
height: auto;
}
.open__item--text {
font-feature-settings: "palt";
font-family: "YakuHanJP", "M PLUS 1p";
font-weight: 400;
font-style: normal;
font-size: 1.8rem;
padding: 2rem;
}
.open__item--title + .open__item--text {
padding-top: 0;
}
