@charset "UTF-8";
/* CSS Document */

/* 投稿ページ */
.single .post-content a { color: #3FA8E5 !important; text-decoration: underline; text-decoration-color: currentColor; text-decoration-thickness: 1px; text-underline-offset: 3px; transition: color 0.2s ease; }
.single .post-content a:hover,.single .post-content a:focus-visible { color: #E94F86 !important; opacity: 1 !important; }
@media screen and (min-width: 861px) {
#post_wrap { margin: 80px auto 0 auto; width: 90%; max-width: 640px; }
#post_wrap .post-meta { display: flex; flex-wrap: wrap; gap: 4px 20px; margin-bottom: 16px; color: #71717A; font-size: 16px; line-height: 175%; }
#post_wrap .post-meta time { color: inherit; font-size: inherit; line-height: inherit; }
#post_wrap .post-categories { display: inline-flex; flex-wrap: wrap; color: inherit; font-size: inherit; line-height: inherit; }
#post_wrap .post-categories * { color: inherit; font-size: inherit; line-height: inherit; }
#post_wrap .post-categories a { color: #71717A !important; font-size: inherit !important; font-weight: 400; }
#post_wrap .post-categories a:hover { color: #E94F86; }
#post_wrap .post-title { margin-top: 0; }
#post_wrap .post_head .post-title { font-size: 36px; line-height: 155.556%; }

#post_wrap .post-thumbnail { margin-top: 30px; }
#post_wrap .wp-post-image { margin: 0; }
#post_wrap .post-content { margin-top: 30px; }
#post_wrap .share-buttons { margin-top: 50px }
#post_wrap .share-buttons ul { display: flex; gap: 10px; }
#post_wrap .share-buttons a { padding: 10px 20px; font-weight: 700; border-radius: 10px; border: 1px solid #000; background: #FFF; }

.post-content h2 { margin: 0 0 30px 0; padding: 0 0 13px 0; font-size: 28px; font-weight: 900; line-height: 157.143%; border-bottom: solid 2px #DEDEDE; }
.post-content h3 { margin: 0 0 30px 0; padding: 0 0 13px 0; font-size: 28px; font-weight: 900; line-height: 157.143%; border-bottom: solid 2px #DEDEDE; }
.post-content h4 { display: flex; align-items: center; margin: 0 0 20px 0; font-size: 28px; font-weight: 900; }
.post-content h4::before { content: ""; margin: 0 10px 0 0; width: 9px; height: 10px; background: url(../images/arrow_09.png) left center no-repeat; }
.post-content img { display: block; margin: 0 0 30px 0; }
.post-content p { margin: 0 0 50px 0; line-height: 177.778%; }
.post-content strong { font-weight: 900; }
.post-content ol { margin: 0 0 30px 0; }
.post-content blockquote { margin: 0 0 50px 0; padding: 30px 40px; font-size: 18px; font-weight: 400; border-radius: 10px; background: #F5F8FA; }
.post-content blockquote::before { display: none; }

.author-info { margin: 70px 0 0 0; padding: 25px; background: #FAFAFA; }
.author-info h3 { margin: 0 0 10px 0; color: #71717A; font-size: 14px; font-weight: 400; line-height: 157.143%; }
.author-info dl { display: flex; gap: 30px; }
.author-info dt { width: 100px; }
.author-info dd { flex: 1; }
.author-info .author-name { margin: 0 0 10px 0; font-size: 18px; font-weight: 700; }
.related-posts { margin: 50px 0 0 0; }
.related-posts h3 { margin: 0 0 20px 0; font-size: 28px; }
.related-posts ul { display: flex; justify-content: space-between; }
.related-posts li { width: 48%; }
.related-posts .related-title { margin: 15px 0 0 0; max-width: 200px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: 700; }

.post-navigation { display: flex; justify-content: space-between; margin: 50px auto 0 auto; padding: 0; width: 90%; max-width: 640px; }
.post-navigation li { margin: 0 !important; }
.post-navigation a { color: #E94F86 !important; font-weight: 700; }
}
@media screen and (max-width: 860px) {
.single #page_head { overflow: hidden; }
.single #page_head .bread { flex-wrap: nowrap; width: 100%; overflow: hidden; white-space: nowrap; }
.single #page_head .bread li { flex: 0 0 auto; min-width: 0; }
.single #page_head .bread li:last-child { display: block; flex: 1 1 auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#post_wrap { margin: 40px auto 0 auto; width: 90%; max-width: 640px; }
#post_wrap .post-meta { display: flex; flex-wrap: wrap; gap: 2px 12px; margin-bottom: 14px; color: #71717A; font-size: 12px; line-height: 175%; }
#post_wrap .post-meta time { color: inherit; font-size: inherit; line-height: inherit; }
#post_wrap .post-categories { display: inline-flex; flex-wrap: wrap; color: inherit; font-size: inherit; line-height: inherit; }
#post_wrap .post-categories * { color: inherit; font-size: inherit; line-height: inherit; }
#post_wrap .post-categories a { color: #71717A !important; font-size: inherit !important; font-weight: 400; }
#post_wrap .post-title { margin-top: 0; }
#post_wrap .post_head .post-title { font-size: 24px; line-height: 155.556%; }

#post_wrap .post-thumbnail { margin-top: 30px; }
#post_wrap .wp-post-image { margin: 0; }
#post_wrap .post-content { margin-top: 30px; }
#post_wrap .share-buttons { margin-top: 50px }
#post_wrap .share-buttons ul { display: flex; gap: 10px; }
#post_wrap .share-buttons a { display: block; padding: 5px 10px; font-size: 12px; font-weight: 700; border-radius: 10px; border: 1px solid #000; background: #FFF; }

.post-content h2 { margin: 40px 0 20px 0; padding: 0 0 10px 0; font-size: 22px; font-weight: 700; line-height: 154.545%; border-bottom: solid 2px #DEDEDE; }
.post-content h3 { margin: 40px 0 20px 0; padding: 0 0 10px 0; font-size: 22px; font-weight: 700; line-height: 154.545%; border-bottom: solid 2px #DEDEDE; }
.post-content h4 { display: flex; align-items: center; margin: 0 0 20px 0; font-size: 18px; font-weight: 900; }
.post-content h4::before { content: ""; margin: 0 10px 0 0; width: 9px; height: 10px; background: url(../images/arrow_09.png) left center no-repeat; }
.post-content img { display: block; margin: 0 0 30px 0; }
.post-content p { margin: 0 0 30px 0; line-height: 177.778%; }
.post-content ol { margin: 0 0 30px 0; }
.post-content strong { font-weight: 900; }
.post-content blockquote { margin: 0 0 30px 0; padding: 20px; font-size: 14px; font-weight: 400; border-radius: 10px; background: #F5F8FA; }
.post-content blockquote::before { display: none; }

.author-info { margin: 40px 0 0 0; padding: 20px; border-radius: 10px; background: #FAFAFA; }
.author-info h3 { margin: 0 0 16px 0; color: #1A1A1A; font-size: 16px; font-weight: 700; line-height: 175%; }
.author-info dl { display: flex; flex-direction: column; gap: 12px; }
.author-info dt { width: 100px; height: 100px; }
.author-info dt img { display: block; width: 100px; height: 100px; border-radius: 12px; object-fit: cover; }
.author-info dd { width: 100%; }
.author-info .author-name { margin: 0 0 8px 0; font-size: 16px; font-weight: 700; line-height: 175%; }
.author-info .author-description { margin: 0; font-size: 16px; font-weight: 400; line-height: 175%; }
.related-posts { margin: 40px 0 0 0; }
.related-posts h3 { margin: 0 0 20px 0; font-size: 18px; font-weight: 700; line-height: 155.556%; }
.related-posts ul { display: flex; justify-content: space-between; gap: 16px; }
.related-posts li { min-width: 0; width: calc(50% - 8px); }
.related-posts .related-thumb { width: 100%; height: 99px; overflow: hidden; border-radius: 12px; background: #D9D9D9; }
.related-posts .related-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.related-posts .related-title { margin: 12px 0 0 0; max-width: none; white-space: normal; overflow: visible; font-size: 16px; font-weight: 700; line-height: 175%; text-overflow: clip; }

.post-navigation { display: flex; justify-content: space-between; margin: 40px auto 0 auto; padding: 0 0 60px 0; width: calc(100% - 40px); max-width: 640px; }
.post-navigation li { margin: 0 !important; }
.post-navigation a { color: #E94F86 !important; font-size: 16px; font-weight: 700; line-height: 175%; white-space: nowrap; }
}



/* 実績 */
@media screen and (min-width: 781px) {
#works_wrap { margin: 50px 0 0 0; padding: 0 0 100px 0; }
#works_wrap .sec_01 { margin: 100px 0 0 0; }
#works_wrap .sec_01 .pc_box { margin: 0 auto; width: 90%; max-width: 1000px; }
#works_wrap .sec_01 .pc_box .inner { margin: 0 auto; width: 90%; }
#works_wrap .sec_01 .pc_box .inner_in { padding: 0 0 3% 0; background: #100B05; }
#works_wrap .sec_01 .pc_box .inner_in_in { margin: 0 auto; width: 94%; position: relative; }
#works_wrap .sec_01 .pc_box .inner_in_in::before { padding-top: 56.25%; content: ""; display: block; }
#works_wrap .sec_01 .pc_box .works_slide { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; margin: 0; padding: 0; }
#works_wrap .sec_01 .pc_box .slick-list { height: 100%; }
#works_wrap .sec_01 .pc_box .slick-track { height: 100%; }
#works_wrap .sec_01 .pc_box li { width: 100%; height: 100%; position: absolute !important; top: 0 !important; left: 0 !important; margin: 0 !important; padding: 0 !important; float: none !important; }
#works_wrap .sec_01 .pc_box li p { position: absolute; height: 100%; top: 0; left: 0; right: 0; width: 100%; overflow-y: scroll; scrollbar-width: none; margin: 0; padding: 0; }
#works_wrap .sec_01 .pc_box li img { width: 100%; height: auto; }
#works_wrap .sec_01 .works_thumbnail .slick-track { display: flex; justify-content: center; margin: 30px auto 0 auto; width: 80% !important; }
#works_wrap .sec_01 .works_thumbnail .cell { padding: 0 10px; width: 150px !important;  }
#works_wrap .sec_01 .works_thumbnail .cell img { width: 100%; height: auto; }

#works_wrap .sec_02 { margin: 100px 0 0 0; }
#works_wrap .sec_02 h2 { margin: 30px 0 10px 0; padding: 0 0 10px 0; font-size: 36px; font-weight: normal; line-height: 150%; border-bottom: solid 1px #f7931e; }
#works_wrap .sec_02 h3 { margin: 30px 0 10px 0; font-size: 24px; font-weight: normal; line-height: 150%; }

#works_wrap .sec_03 { margin: 100px 0 0 0; }
#works_wrap .sec_03 ul { display: flex; justify-content: center; align-items: center; }
#works_wrap .sec_03 li:first-child { width: 350px; }
#works_wrap .sec_03 li:last-child { margin: 0 0 0 50px; }
#works_wrap .sec_03 .sp_box { width: 100%; }
#works_wrap .sec_03 .sp_box .inner { background: #100B05; }
#works_wrap .sec_03 .sp_box .inner_in { margin: 0 auto; width: 94%; position: relative; }
#works_wrap .sec_03 .sp_box .inner_in::before { padding-top: 130%; content: ""; display: block; }
#works_wrap .sec_03 .sp_box .img_space { position: absolute; height: 100%; top: 0; left: 0; right: 0; width: 100%; overflow-y: scroll; scrollbar-width: none; margin: 0; padding: 0; }
#works_wrap .sec_03 .sp_box .img_space img { width: 100%; height: auto; }
#works_wrap .sec_03 dl { display: flex; margin: 30px 0; }
#works_wrap .sec_03 li.fz-24px { padding: 0 0 10px; }
#works_wrap .sec_03 li.fz-24px dl { align-items: flex-start; margin: 0; padding: 24px 0; border-bottom: 1px solid #DEDEDE; }
#works_wrap .sec_03 li.fz-24px dl:first-child { border-top: 1px solid #DEDEDE; }
#works_wrap .sec_03 dt { flex: 0 0 160px; width: 160px; color: #71717A; font-size: 16px; font-weight: 700; }
#works_wrap .sec_03 dd { flex: 1; min-width: 0; font-size: 18px; line-height: 1.75; overflow-wrap: anywhere; }
#works_wrap .sec_03 dd a { color: #3FA8E5; text-decoration: underline; text-underline-offset: 3px; }
#works_wrap .sec_03 dd a:hover { color: #E94F86; }
}
@media screen and (max-width: 780px) {
#works_wrap { margin: 50px 0 0 0; padding: 0 0 100px 0; }
#works_wrap .sec_01 { margin: 50px 0 0 0; }
#works_wrap .sec_01 .pc_box { margin: 0 auto; width: 90%; max-width: 1000px; }
#works_wrap .sec_01 .pc_box .inner { margin: 0 auto; width: 90%; }
#works_wrap .sec_01 .pc_box .inner_in { padding: 0 0 3% 0; background: #100B05; }
#works_wrap .sec_01 .pc_box .inner_in_in { margin: 0 auto; width: 94%; position: relative; }
#works_wrap .sec_01 .pc_box .inner_in_in::before { padding-top: 56.25%; content: ""; display: block; }
#works_wrap .sec_01 .pc_box .works_slide { position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; margin: 0; padding: 0; }
#works_wrap .sec_01 .pc_box .slick-list { height: 100%; }
#works_wrap .sec_01 .pc_box .slick-track { height: 100%; }
#works_wrap .sec_01 .pc_box li { width: 100%; height: 100%; position: absolute !important; top: 0 !important; left: 0 !important; margin: 0 !important; padding: 0 !important; float: none !important; }
#works_wrap .sec_01 .pc_box li p { position: absolute; height: 100%; top: 0; left: 0; right: 0; width: 100%; overflow-y: scroll; scrollbar-width: none; margin: 0; padding: 0; }
#works_wrap .sec_01 .pc_box li img { width: 100%; height: auto; }
#works_wrap .sec_01 .works_thumbnail .slick-track { display: flex; justify-content: center; margin: 30px auto 0 auto; }
#works_wrap .sec_01 .works_thumbnail .cell { padding: 0 10px; width: 18% !important; }
#works_wrap .sec_01 .works_thumbnail .cell img { width: 100%; height: auto; }

#works_wrap .sec_02 { margin: 50px 0 0 0; }
#works_wrap .sec_02 h2 { margin: 30px 0 10px 0; padding: 0 0 10px 0; font-size: 24px; font-weight: normal; line-height: 150%; border-bottom: solid 1px #f7931e; }
#works_wrap .sec_02 h3 { margin: 30px 0 10px 0; font-size: 18px; font-weight: normal; line-height: 150%; }

#works_wrap .sec_03 { margin: 50px 0 0 0; }
#works_wrap .sec_03 .sp_box { margin: 0 auto; width: 90%; max-width: 350px; }
#works_wrap .sec_03 .sp_box .inner { background: #100B05; }
#works_wrap .sec_03 .sp_box .inner_in { margin: 0 auto; width: 94%; position: relative; }
#works_wrap .sec_03 .sp_box .inner_in::before { padding-top: 130%; content: ""; display: block; }
#works_wrap .sec_03 .sp_box .img_space { position: absolute; height: 100%; top: 0; left: 0; right: 0; width: 100%; overflow-y: scroll; scrollbar-width: none; margin: 0; padding: 0; }
#works_wrap .sec_03 .sp_box .img_space img { width: 100%; height: auto; }
#works_wrap .sec_03 li.fz-24px { font-size: 14px !important; }
#works_wrap .sec_03 li.fz-24px { margin-top: 36px; padding: 0; }
#works_wrap .sec_03 li.fz-24px dl { display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 12px; align-items: start; margin: 0; padding: 18px 0; border-bottom: 1px solid #DEDEDE; }
#works_wrap .sec_03 li.fz-24px dl:first-child { border-top: 1px solid #DEDEDE; }
#works_wrap .sec_03 dt { width: auto; color: #71717A; font-size: 13px; font-weight: 700; }
#works_wrap .sec_03 dd { min-width: 0; font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
#works_wrap .sec_03 dd a { color: #3FA8E5; text-decoration: underline; text-underline-offset: 3px; }
#works_wrap .sec_03 dd a:hover { color: #E94F86; }
}

/* 制作事例：前後移動・関連事例 */
.works-navigation { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: 24px; margin: 90px auto 0; width: 90%; max-width: 1200px; }
.works-navigation > div { min-width: 0; }
.works-navigation__next { text-align: right; }
.works-navigation > div a { display: flex; flex-direction: column; gap: 5px; color: #1A1A1A; }
.works-navigation__next a { align-items: flex-end; }
.works-navigation > div span { color: #E94F86; font-size: 14px; font-weight: 700; }
.works-navigation > div strong { max-width: 360px; overflow: hidden; font-size: 16px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.works-navigation__index { padding: 12px 24px; color: #E94F86; font-weight: 700; border: 1px solid #E94F86; border-radius: 999px; }
.works-navigation a:hover,.works-navigation a:focus-visible { color: #E94F86; opacity: 1; }
.works-related { margin: 100px auto 0; padding-bottom: 120px; width: 90%; max-width: 1200px; }
.works-related > h2 { margin: 0 0 32px; font-size: 28px; font-weight: 700; }
.works-related > ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.works-related li { min-width: 0; }
.works-related li > a { display: block; color: #1A1A1A; }
.works-related__image { aspect-ratio: 6 / 2; overflow: hidden; border: 1px solid #BFC5CC; border-radius: 12px; background: #FFF; }
.works-related__image img { display: block; margin: 0 !important; width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; object-position: center top; transition: transform .3s ease; }
.works-related a:hover { color: #E94F86; opacity: 1; }
.works-related a:hover img { transform: scale(1.04); }
.works-related h3 { margin: 14px 0 0; font-size: 18px; font-weight: 700; line-height: 1.6; }

@media screen and (max-width: 860px) {
.works-navigation { grid-template-columns: 1fr 1fr; gap: 18px 12px; margin-top: 60px; width: calc(100% - 40px); }
.works-navigation__index { grid-column: 1 / -1; grid-row: 2; justify-self: center; padding: 10px 22px; }
.works-navigation > div strong { max-width: 140px; font-size: 13px; }
.works-navigation > div span { font-size: 12px; }
.works-related { margin-top: 70px; padding-bottom: 80px; width: calc(100% - 40px); }
.works-related > h2 { margin-bottom: 24px; font-size: 22px; }
.works-related > ul { grid-template-columns: 1fr; gap: 30px; }
.works-related h3 { margin-top: 12px; font-size: 16px; }
}
