/* @group @m-detail-store-name */

.m-detail-store-name {
box-sizing: border-box;
position: sticky;
z-index: 11;
top: 0;
right: 0;
left: 0;
background-color: #F2F1EF;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.160784);
will-change: transform;
}

.m-detail-store-name h1 {
box-sizing: border-box;
width: 100%;
font-family: 'M PLUS Rounded 1c', 'Rounded Mplus 1c', sans-serif;
font-size: 16px;
line-height: 1.38;
font-weight: 700;
/*text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);*/
text-align: center;
word-break: keep-all;
overflow-wrap: anywhere;
transition: padding ease .3s, font-size  ease .3s;
}

.m-detail-store-name a {
display: block;
padding-block: 9px;
padding-inline: 20px;
color: #231815;
transition: color ease .3s;
}

.m-detail-store-name a>span {
max-width: 680px;
margin-inline: auto;
}

.m-detail-store-name a:hover {
color: #FA0046;
/*text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.160784);*/
}

@media (width >= 48em) { /* 768px -> * */


.m-detail-store-name h1 {
font-size: 26px;
line-height: 1.84615385;
}

.is-sticky .m-detail-store-name h1 {
font-size: 26px;
line-height: 1.84615385;
}

}

/* @end @m-detail-store-name */

/* @group @o-news-contents */

@media (width >= 48em) { /* 768px -> * */

.o-news-contents {
background-image: linear-gradient(to right, #FA0046 0%, #FA0046 calc((100% - 800px)/2), #fff calc((100% - 800px)/2), #fff calc((100% + 800px)/2), #FA0046 calc((100% + 800px)/2), #FA0046 100%);
/*background-image: linear-gradient(to right, #FA0046 0%, #FA0046 calc((100% - 798px)/2), #fff calc((100% - 798px)/2), #fff calc((100% + 798px)/2), #FA0046 calc((100% + 798px)/2), #FA0046 100%);*/
background-size: auto 240px;
background-repeat: no-repeat;
}

}

/* @end @o-news-contents */

/* @group @a-news-info */

.a-news-info {
box-sizing: border-box;
position: relative;
z-index: 2;
display: grid;
grid-auto-flow: column;
justify-content: space-between;
width: 100%;
max-width: 800px;
height: 60px;
margin-inline: auto;
padding: 8px 8px 0;
font-size: 13px;
line-height: 1.46153846;
color: #ffffff;
font-weight: 500;
}

.a-news-info:before {
content: '';
position: absolute;
z-index: -1;
top: 0;
right: -1px;
left: -1px;
height: inherit;
background-color: #FA0046;
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 75% 56%, 0% 100%);
}

.a-news-info time {
font-family: 'Cabin', sans-serif;
font-size: 13px;
line-height: 1.23076923;
text-align: right;
font-weight: 500;
}

@media (width >= 48em) { /* 768px -> * */

.a-news-info {
height: 110px;
padding: 18px 10px 0;
}

.a-news-info:before {
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 75% 56%, 0% 100%);
}

.a-news-info,
.a-news-info time {
font-size: 22px;
}

}

/* @end @a-news-info */

/* @group @m-news-body */

.m-news-body {
box-sizing: border-box;
display: grid;
grid-auto-flow: row;
gap: 20px;
width: 100%;
max-width: 720px;
margin-inline: auto;
padding: 20px 20px 48px;
}

@media (width >= 48em) { /* 768px -> * */

.m-news-body {
gap: 30px;
padding-top: 30px;
padding-bottom: 80px;
}

}

/* @end @m-news-body */

/* @group @m-news-headline */

.m-news-headline {
padding-block: 2px;
padding-left: 13px;
border-left: 3px solid #FA0046;
}

.m-news-headline p {
font-family: 'Noto Sans JP', sans-serif;
font-size: 17px;
line-height: 1.47058824;
color: #FA0246;
font-weight: 700;
}

.m-news-headline h2 {
font-family: 'Noto Sans JP', sans-serif;
font-size: 20px;
line-height: 1.4;
font-weight: 700;
color: #444444;
}

@media (width < 48em) { /* 0 -> 767px */

.m-news-headline h2.a-hidden-primary {
display: none;
}

}


@media (width >= 48em) { /* 768px -> * */

.m-news-headline {
padding-left: 22px;
border-left-width: 4px;
}

.m-news-headline h2.a-hidden-proto {
display: none;
}

.m-news-headline p {
font-size: 24px;
}

.m-news-headline h2 {
font-size: 28px;
line-height: 1.53846154;
}

}

/* @end @m-news-headline */

/* @group @m-news-media */

.m-news-media img {
width: 100%;
}

/* @end @m-news-media */

/* @group @m-news-link-list */

.m-news-link-list {
display: grid;
justify-content: start;
grid-auto-flow: column;
grid-template-columns: repeat(2, 1fr);
gap: 13px;
font-size: 14px;
font-weight: 700;
}

.m-news-link-list a {
box-sizing: border-box;
display: grid;
justify-content: center;
align-items: center;
grid-auto-flow: column;
gap: 10px;
height: 50px;
border: 1px solid #999;
border-radius: 4px;
color: #777;
transition: background-color ease .3s, border-color ease .3s, color ease .3s;
}

.m-news-link-list a:hover {
background-color: #FA0046;
border-color: #FA0046;
color: #fff;
}

.m-news-link-list svg {
width: 6px;
height: 10px;
fill: #FA0046;
transition: fill ease .3s;
}

.m-news-link-list a:hover svg {
fill: #fff;
}

@media (width >= 48em) { /* 768px -> * */

.m-news-link-list {
grid-template-columns: repeat(2, 168px);
gap: 20px;
font-size: 16px;
}

.m-news-link-list>li {
width: 168px;
}

}

/* @end @m-news-link-list */

/* @group @m-news-contents */

.m-news-contents {
font-size: 16px;
line-height: 1.375;
color: #333;
}

.m-news-contents p:not(:last-of-type) {
margin-bottom: 20px;
}

.m-news-contents a,
.m-news-contents a:link,
.m-news-contents a:active,
.m-news-contents a:visited,
.m-news-contents a:focus-visible,
.m-news-contents a:focus-visible:active,
.m-news-contents a:focus-visible:visited {
color: #FA0046;
text-decoration: underline;
}

@media (hover: hover) {

.m-news-contents a:hover {
color: #FA0046;
text-decoration: none;
}

}

@media (width >= 48em) { /* 768px -> * */

.m-news-contents {
font-size: 18px;
line-height: 1.55555556;
}

}

/* @end @m-news-contents */