.sns__container {
display: flex;
color: #fff;
font-weight: bold;
padding: 0.5rem 0;
justify-content: end;
}
.sns__container a:hover {
opacity: 0.6;
}
.sns_wrap {
width: 32px;
height: 32px;
margin: 0 4px;
}
.sns_icon {
width: 32px;
height: 32px;
border-radius: 50%;
border: 2px solid #fff;
display: flex;
justify-content: center;
align-items: center;
}
.sns_icon img {
width: 32px;
height: 32px;
object-fit: cover;
}
.sns__twitter {
background: #55acee;
}
.sns__facebook {
background: #3b5998;
}
.sns__line {
background: #1dcd00;
} .writer_wrap {
max-width: 960px;
background: #eee;
margin: 40px 32px;
padding: 16px 24px;
}
.writer_wrap h2 {
font-size: 18px;
font-weight: bold;
text-align: left;
font-family: initial;
border-bottom: 1px dotted #666666;
margin: 0 0 8px;
padding: 0 4px 5px;
}
.writer_profile_wrap {
display: flex;
}
.writer_image {
width: 96px;
height: 96px;
border-radius: 50%;
margin: 12px 0;
}
.writer_image img,
.writer_image svg {
max-width: initial;
width: 96px;
height: 96px;
border-radius: 50%;
background: #fff;
}
.writer_profile_text {
padding: 8px 16px;
}
.writer_desc {
font-size: 14px;
padding-top: 4px;
margin: 0;
line-height: 1.6;
}
.writer_name {
font-size: 18px;
font-weight: bold;
}
@media screen and (max-width: 480px) {
.writer_wrap {
margin: 8px 8px 40px;
padding: 16px 12px;
}
.writer_image,
.writer_image img,
.writer_image svg {
width: 72px;
height: 72px;
}
.writer_profile_text {
margin-left: 4px;
padding: 8px;
}
.writer_name {
font-size: 16px;
}
.writer_desc {
font-size: 12px;
line-height: 1.6;
letter-spacing: 0.1em;
}
}
@media screen and (max-width: 350px) {
.writer_wrap h2,
.writer_name {
font-size: 16px;
}
.writer_image,
.writer_image img,
.writer_image svg {
width: 64px;
height: 64px;
}
.writer_profile_text {
padding: 8px 12px 8px 8px;
}
.writer_desc {
font-size: 12px;
}
}  .link_card {
width: 80%;
margin: 8px auto 0;
padding: 16px;
border: 1px solid #aaa;
border-radius: 4px;
box-shadow: 0 0 2px rgb(33 89 111 / 40%);
position: relative;
}
.blog-card-label {
display: inline-block;
position: absolute;
background-color: #ffb36b;
top: 0px;
left: 0px;
width: 70px;
height: 25px;
color: #fff;
font-size: 0.8rem;
font-weight: 700;
text-align: center;
line-height: 25px;
transform-origin: 50% 50%;
animation: animScale 3.5s ease-out;
}
.link_card a {
display: flex;
}
.link_card_image {
width: 32%;
height: 100px;
margin-right: 16px;
}
.link_card_image img {
width: 100%;
height: 100px;
object-fit: cover;
margin: 0;
}
.link_text {
width: 68%;
overflow: hidden;
}
.link_text .link_title {
font-size: 16px;
font-weight: bold;
color: #666;
}
.link_text .link_description {
font-size: 12px;
color: #666;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.content_detail_subcontent a,
.column_detail_content a {
color: blue;
}
.column_detail_content p {
letter-spacing: 1.2px;
}
@media screen and (max-width: 480px) {
.link_card {
width: 94%;
padding: 6px 8px 10px;
}
.blog-card-label {
width: 64px;
height: 22px;
font-size: 0.7rem;
line-height: 22px;
}
.link_card_image {
width: 38%;
height: 75px;
margin-right: 12px;
margin-top: 4px;
}
.link_card_image img {
width: 100%;
height: 75px;
}
.link_text .link_title {
font-size: 13px;
line-height: 1.5;
margin-bottom: 4px;
padding-top: 2px;
}
.link_text {
width: 60%;
overflow: hidden;
}
.link_text .link_description {
font-size: 11px;
line-height: 1.6;
-webkit-line-clamp: 2;
}
.bg-lightgray {
padding: 16px 8px;
}
.moovy_page_image {
display: block;
}
.pc_only {
display: none;
}
} .recommend_ranking {
width: 88%;
margin: 8px auto;
line-height: 1.6;
font-size: 18px;
background: #fef0ea;
border-radius: 0 0 8px 8px;
}
.recommend_ranking h3.ranking_title {
background: #e9967a;
color: #fff;
padding: 8px 0;
text-align: center;
font-weight: bold;
font-size: 2rem;
border-radius: 8px 8px 0 0;
}
.first-th {
margin-top: 24px;
padding: 0 32px;
}
.first-th a:after {
content: "\25b6";
font-family: "icon";
}
.recommend_ranking a {
text-decoration: none; }
.dec {
padding-left: 8px;
font-size: 14px;
}
.recommend_ranking li:last-child {
padding-bottom: 32px;
} .banner_bg {
position: absolute;
top: 0;
z-index: 1;
width: 100%;
height: 100%;
background: linear-gradient(
145deg,
rgba(255, 255, 255, 0) 60%,
rgba(0, 0, 0, 0.5) 100%
);
}
.link_thumb_wrap {
position: relative;
display: block;
}
.link_thumb {
width: 100%;
height: 240px;
}
.link_thumb img {
width: 100%;
height: 240px;
object-fit: cover;
object-position: 0 -144px;
margin: 0;
}
.photo_banner {
width: 100%;
}
.photo_banner img {
width: 100%;
height: 100%;
object-fit: cover;
margin: 0;
}
.link_logo {
width: 200px;
height: 96px;
position: absolute;
right: 6px;
bottom: 2px;
z-index: 2;
}
.link_logo img {
width: 100%;
height: 96px;
object-fit: cover;
margin: 0;
}
.link_thumb p {
position: absolute;
top: 8px;
left: 16px;
font-size: 18px;
font-weight: 600;
color: #1a1a1a;
text-shadow: 0 0 12px #fff, 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff,
0 0 4px #fff, 0 0 5px #fff, 0 0 6px #fff;
}
.link_thumb span {
font-size: 0.9em;
}
.column_line_banner {
width: 98%;
display: block;
}
.column_line_banner img {
width: 100%;
height: 100%;
object-fit: cover;
}
@media screen and (max-width: 768px) {
.link_thumb_wrap,
.link_thumb,
.link_thumb img {
height: 188px;
}
.link_thumb img {
object-position: 0 -16vw;
}
.link_thumb p {
font-size: 2vw;
}
}
@media screen and (max-width: 480px) {
.recommend_ranking {
width: 100%;
line-height: 1.6;
font-size: 16px;
}
.recommend_ranking h3.ranking_title {
font-size: 1.8rem;
line-height: 1.4;
}
.recommend_ranking li:first-of-type {
margin-top: 16px;
}
.recommend_ranking .ranking_title {
margin-bottom: 8px;
}
.first-th {
margin-top: 8px;
padding: 0 16px;
}
.dec {
font-size: 12px;
display: inline-block;
line-height: 1.6;
}
.recommend_ranking li:last-child {
padding-bottom: 16px;
}
.link_thumb_wrap,
.link_thumb,
.link_thumb img {
height: 160px;
}
.link_thumb img {
object-position: 0 -14vw;
}
.link_logo {
right: 2px;
}
.link_logo,
.link_logo img {
width: 144px;
height: 72px;
}
.link_thumb p {
top: 4px;
left: 8px;
}
} .campaign_banner {
width: 98%;
margin: 32px auto 0;
display: block;
}
.campaign_banner img {
width: 100%;
object-fit: cover;
}
.side_campaign_banner {
width: 314px;
height: 156px;
display: block;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.side_campaign_banner img {
width: 314px;
height: 156px;
object-fit: cover;
}
.fixed_top {
position: fixed;
top: 0;
z-index: 1;
}
@media screen and (max-width: 768px) {
.campaign_banner {
width: 100%;
height: 314px;
}
.campaign_banner img {
height: 314px;
object-fit: contain;
}
.side_campaign_banner {
display: none;
}
}
@media screen and (max-width: 480px) {
.campaign_banner,
.campaign_banner img {
height: 190px;
}
} .recommend_monthly p {
text-align: center;
margin-bottom: 16px;
}
.monthly_wedding_wrap {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
.monthly_wedding_wrap .monthly_wedding {
width: 320px;
margin: 0 16px;
}
@media screen and (max-width: 735px) {
.monthly_wedding_wrap .monthly_wedding {
margin: 16px;
}
} table {
border-collapse: collapse;
margin: 0 auto;
padding: 0;
width: 100%;
table-layout: fixed;
}
table tr {
background-color: #fff;
padding: 0.35em;
border: 2px solid #eee;
}
table th {
font-size: 0.85em;
font-weight: bold;
padding: 2em;
border-right: none;
}
table td {
padding: 2em 0.5em;
border-right: 2px solid #eee; }
th.short {
width: 92px;
}
table thead tr {
background-color: #50535d;
color: #fff;
}
table tbody th {
border-right: 2px solid #eee;
}
th.non {
border-right: none;
}
@media screen and (max-width: 480px) {
th.short {
width: 40px;
}
table th {
padding: 1em;
}
table td {
font-size: 12px;
}
} .border_box {
border: 1px solid #666;
border-radius: 8px;
padding: 24px 0;
}
.clothes_annotation {
font-size: 10px;
}