.ttl {
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    margin-bottom: 70px;
}
.subttl {
    font-size: 1.125em;
    line-height: 2.5;
}
.txt {
    font-size: .75em;
    line-height: 2.5;
}
.btn img {
    width: 153px;
}

/* ========= HEADER ========== */
.header {
    padding: 19px 20px;
    font-size: .8em;
    position: fixed;
    width: 100%;
    z-index: 1000;
}
.header__inner {
    justify-content: space-between;
}
.header__logo img {
    width: auto;
    height: 55px;
}
.header__nav--list {
    gap: 20px;
    margin-right: 20px;
}
/* SP Menu - PC版では非表示 */
.sp-menu {
    display: none;
}
.header__nav--list a {
    color: #fff;
    transition: unset;
}
.header__icon--list {
    gap: 15px;
}
.header__icon--list li.header__icon--divider {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    padding-left: 15px;
}
.header__icon--list a {
    display: flex;
    align-items: center;
    color: #fff;
    transition: opacity 0.2s ease;
}
.header__icon--list a:hover {
    opacity: 0.7;
}
.header__icon--list svg {
    stroke: #fff;
}
.header__icon--list img {
    height: 14px;
}
.hd_logo_scroll {
    display: none;
}
.header.scrolled {
    border-bottom: solid 1px #E4E4E4;
    background: rgb(255 255 255 / 70%);
}
.header.scrolled .hd_logo_white {
    display: none;
}
.header.scrolled .hd_logo_scroll {
    display: block;
    width: auto;
    height: 35px;
}
.header.scrolled .header__nav--list a {
    color: #294057;
    transition: unset;
}
.header__icon--list_scroll {
    display: none;
}
.header__icon--list_scroll svg {
    stroke: #294057;
}
.header__icon--list_scroll a {
    color: #294057;
}
.header__icon--list_scroll li.header__icon--divider {
    border-left: solid 1px rgba(41, 64, 87, 0.3);
    padding-left: 15px;
}
.header.scrolled .header__icon--list {
    display: none;
}
.header.scrolled .header__icon--list_scroll {
    display: flex;
}
.mv__slider {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    max-width: none;
    min-height: 100%;
    object-fit: cover;
}

/* ========= MV VIDEO ========== */
.mv_video {
    width: 100%;
    position: relative;
    overflow: hidden;
	height: fit-content;
}
.mv_video:before {
	content: "";
    display: block;
    padding-top: 100vh;
}
.mv_video:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(41 64 87 / 40%);
}
.mv_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
.mv_video__inner {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    color: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mv_video__inner h1 {
    font-size: 1.625em;
    font-family: "Sawarabi Mincho", serif;
    text-align: center;
    letter-spacing: 4px;
}
.mv_video__inner--text {
    text-align: center;
    margin-top: 30px;
    letter-spacing: 5px;
}

/* ========= MV ========== */
.mv__inner {
	height: 100vh;
}

.mv__inner .mv__img {
	height: 100vh;
}

.mv__inner .mv__img img {
	width: 100%;
	height: 100vh;
	display: block;
	object-fit: cover;
}

/* Ken Burns効果 */
.mv__inner .slick-active .mv__img img {
	animation: kenburns 8s ease-out forwards;
}

.mv__inner .mv__img img.sp_only {
	display: none;
}

@media (max-width: 768px) {
	.mv__inner .mv__img img.pc_only {
		display: none;
	}
    .mv__inner .mv__img img.sp_only {
		display: block;
	}
}

/* Ken Burns効果 - ゆっくりズームで動画っぽく */
@keyframes kenburns {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.08);
	}
}


/* ========= SUB MV ========== */
.sub_mv {
    background-image: url('../img/009.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.sub_mv__inner {
    padding: 100px 0;
}
.sub_mv__ttl {
    font-size: 1.5em;
    margin-bottom: 40px;
}
.sub_mv__subttl {
    font-size: .875em;
}

/* ========= CONCEPT ========== */
.concept {
    background-image: url('../images/001.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 100px 0;
}
.concept__subttl {
    font-size: 1.625em;
    font-family: "Sawarabi Mincho", serif;
}
.concept__subttl--en {
    font-size: 14px;
    font-family: "Lato", sans-serif;
}
.concept__txt {
    padding-right: 5%;
}

/* ========= ABOUT ========== */
.about {
    padding: 100px 0;
}
.about__ttl {
    border-bottom: 1px solid #E4E4E4;
}
.about__description--content--left {
    width: 32%;
    margin-right: 3%;
}
.about__txt {
    margin-bottom: 40px;
}
.about__linkttl {
    margin-bottom: 20px;
}

/* ========= ONLINE STORE ========== */
.onlinestore {
    padding: 100px 0;
    background-color: #FAFBFC;
}
.onlinestore__description {
    margin-bottom: 70px;
}
.onlinestore__ttl {
    border-bottom: 1px solid #E4E4E4;
}
.onlinestore__txt {
    margin-bottom: 40px;
}
.onlinestore__archive--img {
    margin-bottom: 15px;
    position: relative;
}
.onlinestore__archive--img:before {
    padding-top: 57%;
}

.onlinestore__archive--play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    pointer-events: none;
    animation: playPulseFade 2.5s ease-in-out infinite;
}

@keyframes playPulseFade {
    0%, 100% {
        opacity: 0.4;
        transform: translate(-50%, -50%) scale(0.85);
    }
    50% {
        opacity: 0.7;
        transform: translate(-50%, -50%) scale(1.1);
    }
}

.onlinestore__archive--play svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
    transition: all 0.3s ease;
}

.onlinestore__archive--content:hover .onlinestore__archive--play {
    animation: none;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.onlinestore__archive--content:hover .onlinestore__archive--play svg {
    filter: drop-shadow(0 6px 20px rgba(0,0,0,0.25));
}

.onlinestore__archive--content:hover .onlinestore__archive--play svg circle {
    fill: rgba(255,255,255,1);
}

.onlinestore__archive--content:hover .onlinestore__archive--play svg path {
    fill: #8b7355;
}

/* 再生バー（動画プレーヤー風UI） */
.onlinestore__archive--video-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to top, rgb(0 0 0 / 75%) 0%, rgb(0 0 0 / 25%) 70%, transparent 100%);
    display: flex;
    align-items: center;
    padding: 0 15px;
    gap: 12px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.onlinestore__archive--video-bar-play {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onlinestore__archive--video-bar-play svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    display: block;
}

.onlinestore__archive--video-bar-progress {
    flex: 1;
    height: 5px;
    background: rgba(255,255,255,0.4);
    border-radius: 3px;
    position: relative;
    overflow: visible;
}

.onlinestore__archive--video-bar-progress::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 30%;
    background: #fff;
    border-radius: 3px;
    transition: width 0.3s ease;
}

.onlinestore__archive--content:hover .onlinestore__archive--video-bar-progress::before {
    width: 40%;
}

.onlinestore__archive--video-bar-progress::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    opacity: 1;
    transition: left 0.3s ease;
}

.onlinestore__archive--content:hover .onlinestore__archive--video-bar-progress::after {
    left: 40%;
}

.onlinestore__archive--ttl {
    margin-bottom: 15px;
    line-height: 1.6;
    min-height: 3.5em;
}
.onlinestore__archive--detail {
    justify-content: space-between;
}
.onlinestore__archive--price {
    font-size: .875em;
    color: #E62525;
    display: none;
}

/* Store Card CTA Button（カード内用・PC版） */
.sp-fixed-cta__btn--card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 10px 16px;
    background: linear-gradient(135deg, #f7931e 0%, #f5a623 50%, #f7931e 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 2px 8px rgba(247, 147, 30, 0.3);
    transition: all 0.3s ease;
}

.sp-fixed-cta__btn--card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(247, 147, 30, 0.4);
}

.onlinestore__archive--btn {
    font-weight: 400;
    font-size: 12px;
    width: 100%;
    margin-top: 1em;
    border-radius: 5px;
}

.sp-fixed-cta__btn--card .sp-fixed-cta__text-wrap {
    display: flex;
    align-items: center;
}

.sp-fixed-cta__btn--card .sp-fixed-cta__main {
    display: flex;
    align-items: center;
    gap: 9px;
}

.sp-fixed-cta__btn--card .sp-fixed-cta__main-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.sp-fixed-cta__btn--card .sp-fixed-cta__main-icon svg {
    width: 100%;
    height: 100%;
    stroke: #fff;
}

.sp-fixed-cta__btn--card .sp-fixed-cta__main-text {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

.sp-fixed-cta__btn--card .sp-fixed-cta__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.sp-fixed-cta__btn--card .sp-fixed-cta__arrow svg {
    width: 100%;
    height: 100%;
}

.sp-fixed-cta__btn--card:hover .sp-fixed-cta__arrow {
    transform: translateX(2px);
}

.sp-fixed-cta__btn--card .sp-fixed-cta__sub {
    display: none;
}
.onlinestore__archive--content {
    margin-bottom: 40px;
    box-shadow: 0 0 10px #e3e3e3;
}
.onlinestore__archive--description {
    padding: 0 10px 15px;
}
.onlinestore__archive--video {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: fit-content;
    margin-bottom: 15px;
}
.onlinestore__archive--video:before {
	content: "";
    display: block;
    padding-top: 60%;
}
.onlinestore__archive--video video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
.onlinestore__archive--video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
.page_content.store_content {
    margin: 50px auto 150px;
}

/* ========= RECIPE ========== */
.recipe {
    padding: 100px 0;
}
.recipe__description {
    margin-bottom: 70px;
}
.recipe__ttl {
    border-bottom: 1px solid #E4E4E4;
}
.recipe__txt {
    margin-bottom: 40px;
}
.recipe__archive--img {
    margin-bottom: 25px;
}
.recipe__archive--ttl {
    margin-bottom: 15px;
}
.recipe__archive--txt {
    font-size: .75em;
    height: 3.6em;
    overflow: hidden; 
    margin-bottom: 20px;
}
.recipe__archive--btn {
    font-size: .75em;
    border-bottom: 1px solid #294057;
    width: 66px;
}

/* ========= COLUMN ========== */
.column {
    padding: 100px 0;
    background-color: #FAFBFC;
}
.column__description {
    margin-bottom: 70px;
}
.column__archive--img:before {
    padding-top: 60%;
}
.column__ttl {
    border-bottom: 1px solid #E4E4E4;
}
.column__txt {
    margin-bottom: 40px;
}
.column__archive--content {
    margin-bottom: 50px;
}
.column__archive--img {
    margin-bottom: 15px;
}
.column__archive--img img {
    width: 100%;
}
.column__archive--date {
    font-size: .8em;
    margin-bottom: 5px;
}
.column__archive--ttl {
    margin-bottom: 20px;
    height: 3.6em;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.column__archive--btn {
    font-size: .75em;
    border-bottom: 1px solid #294057;
    width: 66px;
    white-space: nowrap;
}

/* ========= SLIDE ========== */
.slide__container {
    position: relative;
}
.slide__wrapper {
    margin: 0 -10px;
}
.slide__item {
    padding: 0 10px;
}
.slide__item img {
    width: 100%;
    object-fit: cover;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

/* スライダー */
.slide__container {
    overflow: hidden;
    width: 100%;
}
.slide__wrapper {
    display: flex;
    animation: marquee 25s linear infinite;
}
.slide__item {
    flex-shrink: 0;
    width: 24%;
    margin: 0 0.5%;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: fit-content;
}
.slide__item:before {
	content: "";
    display: block;
    padding-top: 100%;
}
.slide__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}


@keyframes marquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-125%);
    }
}
@media (max-width: 1024px) {
    .slide__item {
        width: 33.333%;
    }
	/* 💡 Keyframeを再定義 */
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        /* タブレット: 5アイテム * 33.333% = 166.665% 移動 */
        100% {
            transform: translateX(calc(-500% / 3)); /* 166.666...% */
        }
    }
}
@media (max-width: 768px) {
    .slide__item {
        width: 50%;
    }
	/* 💡 Keyframeを再定義 */
    @keyframes marquee {
        0% {
            transform: translateX(0);
        }
        /* スマホ: 5アイテム * 50% = 250% 移動 */
        100% {
            transform: translateX(-250%);
        }
    }
}

/* ========= NEWS ========== */
.news {
    padding: 100px 0;
}
.news__ttl {
    border-bottom: 1px solid #E4E4E4;
}
.news__archive {
    margin-bottom: 50px;
    font-size: 18px;
}
.news__archive--content {
    padding-bottom: 20px;
    margin: 0 3% 2%;
    border-bottom: 1px solid #E4E4E4;
}
.news__archive--date {
    font-size: .75em;
    width: 15%;
}
.news__archive--ttl {
    font-size: .75em;
    width: calc(85% - 6em);
    padding-right: 5%;
}
.news__archive--btn {
    font-size: .75em;
    width: 6em;
    text-align: center;
    border-bottom: 1px solid #294057;
    white-space: nowrap;
}
.news__btn {
    text-align: end;
}

/* ========= SERVICE PROJECT ========== */
.service_project {
    padding-top: 100px;
}
.service_project__ttl {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 40px;
}
.service_project__background {
    margin-bottom: 100px;
}
.service_project__background--ttl {
    font-size: 1.25em;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 35px;
}
.service_project__background--subttl {
    font-size: 1.125em;
    margin-bottom: 10px;
}
.service_project__background--txt {
    font-size: .75em;
    margin-bottom: 30px;
}
.service_project__background--img img {
    width: 100%;
}
.service_project__vision {
    padding: 100px 0;
    background-color: #FAFBFC;
}
.service_project__vision--ttl {
    font-size: 1.25em;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 35px;
}
.service_project__vision--description {
    padding: 4% 0 0 100px;
}
.service_project__vision--description--txt {
    margin-bottom: 50px;
    position: relative;
    border-left: solid 1px #E4E4E4;
    padding-left: 40px;
}
.service_project__vision--description--txt:before {
    content: "01";
    position: absolute;
    font-size: 40px;
    font-family: 'Lato';
    left: -90px;
    font-weight: 400;
    top: 10px;
}
.service_project__vision--description--txt:nth-child(2):before {
    content: "02";
}
.service_project__vision--description--txt:nth-child(3):before {
    content: "03";
}
.service_project__vision--subttl {
    font-size: 1.125em;
    margin-bottom: 10px;
}
.service_project__vision--txt {
    font-size: .75em;
}
.service_project__vision--img img {
    width: 100%;
}

/* ========= SERVICE ACTIVITIES ========== */
.service_activities {
    padding: 100px 0;
}
.service_activities__ttl {
    font-size: 1.25em;
    text-align: center;
    margin-bottom: 40px;
}
.service_activities__content {
    margin-bottom: 70px;
}
.service_activities__content--ttl {
    font-size: 1.25em;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 35px;
}
.service_activities__content--txt {
    font-size: .75em;
    margin-bottom: 20px;
}
.service_activities__content--img img {
    width: 100%;
}
.service_activities__content--list ul {
    border: 1px solid #E4E4E4;
    padding: 30px 100px;
    text-align: center;
    margin: 20px 0;
}
.service_activities__content--list li {
    padding: 20px 0 10px;
    border-bottom: .5px solid #294057;
}
.service_activities__content--list li:first-child {
    padding-top: 0;
}
.service_activities__content--subttl {
    font-size: 1.125em;
    margin-bottom: 10px;
}

/* ========= CONTACT ========== */
.contact {
    padding: 100px 0;
    background-image: url('../images/002.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
}
.contact__ttl {
    border-bottom: none;
    margin-bottom: 15px;
}
.contact__txt {
    margin-bottom: 50px;
}

/* ========= FOOTER ========== */
.footer__main {
    padding: 100px 0;
    background-color: #294057;
    color: #fff;
}
.footer__description {
    width: 38%;
}
.footer__description--contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer__description--logo {
    margin-bottom: 5px;
}
.footer__description--logo img {
    height: 50px;
    width: auto;
}
.footer__tagline {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 2px;
    font-weight: 300;
}
.footer__info-list {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.footer__info-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}
.footer__info-icon {
    flex-shrink: 0;
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.6);
}
.footer__info-item a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footer__info-item a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer__social {
    display: flex;
    gap: 12px;
    margin-top: 5px;
}
.footer__social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.2s ease;
}
.footer__social-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}
.footer__nav {
    width: 58%;
}
.footer__nav--ttl.ttl {
    margin-bottom: 30px;
}
.footer__nav--list ul {
    gap: 0 60px;
}
.footer__nav--list a {
    color: #fff;
    font-size: .75em;
    display: flex;
    align-items: center;
    line-height: 3.5;
}
.footer__nav--list a img {
    width: 14px;
    margin-right: 7px;
}
.footer__nav--list a svg {
    flex-shrink: 0;
    margin-right: 6px;
    vertical-align: middle;
}
.footer__copyright {
    padding: 25px;
    background-color: #294057;
    color: #fff;
    font-size: .75em;
    text-align: center;
    border-top: .5px solid #fff;
}
.low_post__slider {
	margin-bottom: 2em;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}
.low_post__slider--sub .slick-track {
	margin: 0;
}
.low_post__slider--sub .slick-slide {
	padding: 8px 8px 0em 0em;
	cursor: pointer;
}
.sidebar {
	width: 30%;
	height: fit-content;
	padding: 1.5em 1.5em;
	background: #fff;
}
.slick-slider div {
	transition: none;
	vertical-align: middle;
}
.slider-works_arrow {
	position: absolute;
	background: #2c4359;
	display: flex!important;
	width: fit-content;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
	transform: rotate(180deg);
	z-index: 1;
	top: calc(50% - 20px);
	left: -1.2em;
}
.slider-works_arrow:before {
	content: "";
	opacity: 1;
	width: 8px;
	height: 8px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center/contain;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slider-works_next {
	position: absolute;
	background: #2c4359;
	display: flex!important;
	width: fit-content;
	width: 40px;
	height: 40px;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
	cursor: pointer;
	top: calc(50% - 20px);
	right: 25%;
}
.slider-works_next:before {
	content: "";
	opacity: 1;
	width: 8px;
	height: 8px;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: no-repeat center/contain;
	background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2210px%22%20height%3D%2213px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23fff%22%20d%3D%22M9.488%2C6.130%20C9.925%2C6.440%2010.31%2C7.51%209.725%2C7.494%20C9.660%2C7.587%209.580%2C7.668%209.488%2C7.734%20L2.481%2C12.709%20C2.44%2C13.19%201.442%2C12.911%201.137%2C12.468%20C1.23%2C12.303%200.962%2C12.106%200.963%2C11.905%20L0.963%2C1.958%20C0.962%2C1.418%201.394%2C0.979%201.927%2C0.978%20C2.125%2C0.978%202.319%2C1.39%202.481%2C1.154%20L9.488%2C6.130%20Z%22%2F%3E%3C%2Fsvg%3E);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.low_post__slider .slider-works_next {
    right: -1.2em;
}
.low_post__slider--sub .slick-track {
	margin: 0;
}
.low_post__slider--sub .slick-slide {
	padding: 8px 8px 0em 0em;
	cursor: pointer;
}
.sidebar__work_archive {
	margin-top: 1.5em;
}
@media (max-width: 850px) {
	.slider-works_arrow {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		left: -1em;
	}
	.slider-works_next {
		width: 40px;
		height: 40px;
		top: calc(50% - 20px);
		right: -1em;
	}
	.low_post__slider .slider-works_next {
		right: -1em;
	}
}
.slick-slider div {
    transition: none;
    vertical-align: middle;
}

/* LOW PAGE */
/* ===== LOW HD - 下層ページヘッダー ===== */
.low_hd {
    margin: 175px auto 0;
    border-top: solid 1px #E4E4E4;
    width: calc(100% - 40px);
    padding-top: 30px;
    max-width: 1200px;
}
.low_hd__inner--ttl {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 8px;
    line-height: 1.5;
}
.low_hd__inner--content {
    display: flex;
    align-items: baseline;
    gap: 40px;
}

/* ===== LOW HD HERO - ヒーロー画像タイプ ===== */
.low_hd_hero {
    margin-top: 74px;
    position: relative;
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.low_hd_hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.low_hd_hero__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.low_hd_hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(41, 64, 87, 0.75) 0%, rgba(139, 115, 85, 0.6) 100%);
    z-index: 2;
}

.low_hd_hero__content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.low_hd_hero__breadcrumbs {
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 0.7em;
    opacity: 0.8;
}

.low_hd_hero__breadcrumbs a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.low_hd_hero__breadcrumbs a:hover {
    opacity: 0.7;
}

.low_hd_hero__title-en {
    font-size: 0.7em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0.7;
    margin-bottom: 6px;
}

.low_hd_hero__title {
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.4;
}

.breadcrumbs {
    font-size: 12px;
    color: #8D8D8D;
    font-weight: 400;
}
.breadcrumbs a {
    color: #8D8D8D;
}
.company_about {
    margin: 150px 0;
}
.company_about__content--item {
    border-top: solid 1px #E4E4E4;
    padding: 30px 0;
    font-size: 14px;
}
.company_about__content--item:last-child {
    border-bottom: solid 1px #E4E4E4;
}
.company_about__content {
    margin-top: 10px;
}
.company_about__item--ttl {
    width: 20%;
}
.company_about__item--txt {
    width: 80%;
}
.company_about__item--txt p {
    margin-bottom: 1em;
}
.company_about__item--txt p:last-child {
    margin-bottom: 0;
}
.company_about__ttl {
    margin-bottom: 0;
}
.contact_page {
    margin: 150px auto;
}
.contact_page .contact__ttl {
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 40px;
}
.contact_page__description {
    margin: 0px 0 130px;
}
.contact__form {
    margin: 50px 0 100px;
}
.contact__form h2 {
    text-align: center;
    font-size: 25px;
}
.form-description {
    text-align: left;
    margin: 30px auto 50px;
    font-size: 16px;
    line-height: 2;
    width: fit-content;
}
.contact_page__description--info .contact__time {
    margin-bottom: 0;
    font-size: 12px;
}
.contact_page__description--info a {
    color: #294057;
    font-size: 40px;
}
.contact_page__description--info a span {
    font-size: 20px;
    margin-right: 0.6em;
}
.contact_page__description--text {
    width: 45%;
    margin-left: 5%;
    font-size: 12px;
	line-height: 2.3;
}
.form-description {
    font-size: 14px;
    text-align: center;
}
.form-label {
    font-weight: 500;
}
.form-buttons input.btn-primary {
    background: #294057;
}
.contact_page__description--info {
    width: 50%;
}
.privacy-policy {
    margin: 100px auto;
}
.page_content {
    margin: 100px auto;
}
.post_content {
    margin: 100px auto;
}
.service_activities__content--description {
    margin-top: 35px;
}
.service_activities__content--txt.flex_2col {
    margin-bottom: 0;
    line-height: 2.1;
}
.service_activities__content--txt.flex_3col {
    margin-bottom: 0;
    line-height: 2.1;
}
.service_activities__content--img span {
    font-size: 12px;
}
.service_activities__content--txt.flex_3col {
    margin-top: 20px;
}
.strong {
    font-weight: bold;
}
.service_activities__qa--content {
    margin-bottom: 30px;
}
.service_activities__qa--q {
    font-size: 14px;
    gap: 30px;
    align-items: anchor-center;
    flex-wrap: unset;
}
.service_activities__qa--q span {
    font-size: 20px;
}
.service_activities__qa--a {
    font-size: 12px;
    gap: 30px;
    align-items: anchor-center;
    flex-wrap: unset;
}
.service_activities__qa--a span {
    font-size: 20px;
}
.other {
    padding: 100px 0;
    background-color: #FAFBFC;
}
.recipe_detail__main h1 {
    font-size: 1.25em;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 35px;
}
.recipe_detail__description {
    font-size: 12px;
}
.recipe_detail__material {
    font-size: 12px;
}
.recipe_detail__material h2 {
    font-size: 14px;
	font-weight: 600;
}
.recipe_detail__meta {
    margin-bottom: 80px;
}
.recipe_detail__make h2 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
.recipe__make {
    margin-bottom: 70px;
}
.recipe__make--txt {
    font-size: 12px;
    margin-top: 20px;
}
.recipe_detail__content--btn {
    text-align: center;
}
.other__inner--ttl {
    margin-bottom: 30px;
    border-bottom: solid 1px #E4E4E4;
}
.other__archive {
    margin-bottom: 50px;
}
.column_detail__content--btn {
    text-align: center;
    margin-top: 80px;
}
.column_detail__main {
    font-size: 1.1em;
    padding-bottom: 20px;
    margin-bottom: 35px;
}
.store_detail__content--btn {
    text-align: center;
    margin-top: 70px;
}
.column_detail__main--date {
    font-size: 12px;
    margin-bottom: 10px;
}
.store_detail__main--detail h1 {
    font-size: 1.25em;
    padding-bottom: 20px;
    border-bottom: 1px solid #E4E4E4;
    margin-bottom: 35px;
}
.store_detail__main--price {
    font-size: 16px;
    margin-bottom: 30px;
    color: #E62525;
    text-align: center;
}
.store_detail__main--description {
    font-size: 12px;
}
.store_detail__main--description {
    font-size: 14px;
    text-align: center;
    line-height: 2;
    margin-bottom: 50px;
}
.store_detail__main--cart > div {
    width: 100%!important;
}
.store_detail__main--cart table {
    width: 100%!important;
    margin: 2em auto 15px!important;
}
.store_detail__main--cart input[type="submit"] {
    padding: 0.8em 5em;
    font-size: 13px;
    display: inline-block;
    margin-top: 1em;
    background: #222;
    border: solid 1px #222;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
}
.store_detail {
    margin-bottom: 0;
    margin: 60px auto 0;
}
.store_detail__main h1 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
}
.store_detail__main--video {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: fit-content;
    max-width: 900px;
    margin: 0 auto 30px;
}
.store_detail__main--video:before {
	content: "";
    display: block;
    padding-top: 57%;
}
.store_detail__main--video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
	max-width: none;
	min-height: 100%;
    object-fit: cover;
}
.store_detail__main--cta {
    text-align: center;
    margin: 30px 0 40px;
}

/* プレミアムCTAボタン */
.cta-button-premium {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #c9a86c 0%, #b8960b 50%, #d4af37 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.05em;
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(184, 150, 11, 0.4),
        0 2px 4px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.cta-button-premium::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.5s ease;
}

.cta-button-premium:hover {
    transform: translateY(-3px);
    box-shadow: 
        0 8px 25px rgba(184, 150, 11, 0.5),
        0 4px 8px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    color: #fff;
}

.cta-button-premium:hover::before {
    left: 100%;
}

.cta-button-premium__icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-button-premium__icon svg {
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.cta-button-premium__text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.cta-button-premium__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.cta-button-premium:hover .cta-button-premium__arrow {
    transform: translateX(4px);
}
.store_detail__main--detail {
    max-width: 900px;
    margin: 0 auto 50px;
}

.low_hd__noborder {
    border: none;
    text-align: center;
    margin: 100px auto 50px;
}
.low_hd__noborder .low_hd__inner--ttl {
    margin-bottom: 10px;
}
.low_hd__noborder .low_hd__inner--content {
    display: block;
}
.wrap.page_content__noborder {
    margin: 50px auto 150px;
}

/* ログインフォーム */

.store_cartsystem__loginform {
    margin: 0 auto 40px;
    padding: 30px 0 0;
    border: solid 1px #c6c6c6;
}

.store_cartsystem__loginform--ttl {
    text-align: center;
    font-weight: 600;
}
  
  .store_cartsystem__loginform h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
  }
  
  .store_cartsystem__loginform #wpmem_login legend, #wpmem_reg legend {
    display: none;
  }
  
  .store_cartsystem__loginform #wpmem_login fieldset, #wpmem_reg fieldset {
    padding: 0;
  }
  
  .store_cartsystem__loginform #wpmem_login, #wpmem_reg {
    font-size: 12px;
    margin: 0 auto;
  }
  
  .store_cartsystem__loginform input[type="submit"] {
    display: block;
    width: fit-content;
    background: #2c4157;
    color: #fff;
    margin: 10px auto 0px!important;
    font-size: 14px;
    padding: 0.5em 5em;
    cursor: pointer;
    border: solid 1px #2c4157;
  }
  
  .store_cartsystem__loginform input[type="submit"]:hover {
    background: #fff;
    color: #2c4157;
  }
  
  .store_cartsystem__loginform #wpmem_login .link-text {
    text-align: center;
  }
  
  .store_cartsystem__loginform #wpmem_login .link-text a {
    display: block;
    width: fit-content;
    margin: 10px auto 0;
    text-decoration: underline;
  }
  
  .store_cartsystem__loginform #wpmem_login fieldset, #wpmem_reg fieldset {
    margin: 20px 0;
  }
  
  .store_cartsystem__loginform #wpmem_login .button_div, .store_cartsystem__loginform #wpmem_reg .button_div {
    text-align: center;
  }
  .store_cartsystem__loginform--btn {
    font-size: 12px;
    padding-bottom: 20px;
    text-align: center;
}
.wpmem_msg {
    font-size: 13px;
    margin: 0 auto!important;
    padding: 20px 30px!important;
}

/* ========= MV VIDEO - Latest Templates & News ========== */
.mv_video__inner {
    flex-direction: column;
}

.mv_video__inner--content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 2em;
}

/* 右下: 最新テンプレート */
.mv_video__latest {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 10;
}

.mv_video__latest--header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
}

.mv_video__latest--header .latest-label {
    font-size: 11px;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 10px;
    border-radius: 3px;
    backdrop-filter: blur(5px);
}

.mv_video__latest--header .latest-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
}

.mv_video__latest--list {
    display: flex;
    gap: 12px;
}

.mv_video__latest--item {
    display: block;
    width: 200px;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.mv_video__latest--item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.latest-item__thumb {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
}

.latest-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.mv_video__latest--item:hover .latest-item__thumb img {
    transform: scale(1.1);
}

.latest-item__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    pointer-events: none;
    animation: playPulseFade 2.5s ease-in-out infinite;
}

.latest-item__play svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.2));
    transition: all 0.3s ease;
}

.mv_video__latest--item:hover .latest-item__play {
    animation: none;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.15);
}

.mv_video__latest--item:hover .latest-item__play svg circle {
    fill: rgba(255,255,255,1);
}

.mv_video__latest--item:hover .latest-item__play svg path {
    fill: #8b7355;
}

.latest-item__info {
    padding: 10px;
}

.latest-item__title {
    font-size: 11px;
    color: #eeeeee;
    display: block;
    line-height: 1.4;
    font-weight: 500;
    /* PC: 1行、約20文字で省略 */
    max-width: 18em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 左下: お知らせ */
.mv_video__news {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 10;
    background: rgb(41 64 87 / 50%);
    backdrop-filter: blur(10px);
    padding: 13px 20px;
    max-width: 600px;
}

.mv_video__news--item {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.mv_video__news--item:hover {
    opacity: 0.8;
}

.mv_video__news--item .news-date {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap;
}

.mv_video__news--item .news-title {
    font-size: 13px;
    line-height: 1.5;
    max-width: 30em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1024px) {
    .mv_video__latest {
        right: 20px;
        bottom: 100px;
    }
    
    .mv_video__latest--item {
        width: 120px;
    }
    
    .latest-item__thumb {
        height: 70px;
    }
    
    .latest-item__play {
        width: 30px;
        height: 30px;
    }
    
    .mv_video__news {
        max-width: calc(100% - 40px);
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 12px 20px;
        bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .mv_video__latest {
        display: none;
    }
    
    .mv_video__news--item .news-title {
        font-size: 12px;
    }
}

/* ========= FLOW - 制作の流れ ========== */
.flow {
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
    padding: 100px 0;
}

.flow__inner {
    max-width: 1200px;
    margin: 0 auto;
}

.flow__ttl {
    color: #294057;
    margin-bottom: 40px;
    border-bottom: 1px solid #E4E4E4;
}

.flow__description {
    margin-bottom: 60px;
}

.flow__description--left {
    display: flex;
    align-items: center;
}

.flow__description--right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flow__subttl {
    font-size: 1.125em;
    color: #294057;
    line-height: 2.5;
    font-family: "Sawarabi Mincho", serif;
}

.flow__txt {
    color: #666;
    font-size: .75em;
    line-height: 2.5;
}

.flow__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.flow__step {
    position: relative;
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px 30px;
    box-shadow: 0 4px 20px rgba(41, 64, 87, 0.08);
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.flow__step:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(41, 64, 87, 0.15);
}

.flow__step--number {
    position: absolute;
    top: -20px;
    left: 30px;
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #294057 0%, #3d5a73 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(41, 64, 87, 0.3);
}

.flow__step--number span {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.flow__step--icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(41, 64, 87, 0.08) 0%, rgba(41, 64, 87, 0.03) 100%);
    border-radius: 50%;
    color: #294057;
}

.flow__step--icon svg {
    width: 36px;
    height: 36px;
}

.flow__step--content {
    text-align: center;
}

.flow__step--title {
    font-size: 1.1em;
    font-weight: 600;
    color: #294057;
    margin-bottom: 12px;
}

.flow__step--text {
    font-size: 0.9em;
    color: #666;
    line-height: 1.8;
}

.flow__note {
    text-align: center;
    padding: 20px;
    background: rgba(41, 64, 87, 0.05);
    border-radius: 10px;
}

.flow__note p {
    color: #666;
    font-size: 0.85em;
    margin: 0;
}

/* FLOW レスポンシブ - タブレット */
@media screen and (max-width: 1024px) {
    .flow__steps {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 25px;
    }
}

/* ===========================================
   ABOUT PAGE - メモルネについて
   =========================================== */
.tp_about {
    padding: 100px 0;
}

.tp_about:nth-child(odd) {
    background: #f9f8f6;
}

/* ABOUT - 共通タイトル */
.about_intro__ttl, .about_features__ttl, .about_movies__ttl, .about_flow__ttl, .about_data__ttl, .about_faq__ttl {
    font-size: 2em;
    letter-spacing: 0.2em;
    color: #294057;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 400;
}

/* ABOUT - 共通サブタイトル */
.about_intro__subttl,
.about_features__subttl,
.about_movies__subttl,
.about_flow__subttl,
.about_data__subttl,
.about_faq__subttl {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.8;
    color: #294057;
}

/* ABOUT - 共通リード文 */
.about_intro__txt,
.about_features__txt,
.about_movies__txt,
.about_flow__txt,
.about_data__txt,
.about_faq__txt {
    font-size: 0.9em;
    line-height: 2;
    color: #555;
}

/* ABOUT - 共通 description */
.about_intro__content,
.about_features__description,
.about_movies__description,
.about_flow__description,
.about_data__content,
.about_faq__description {
    margin-bottom: 60px;
}

/* ===== ABOUT INTRO ===== */
.about_intro__lead {
    font-size: 1.2em;
    color: #8b7355;
    margin-top: 30px;
    line-height: 1.8;
}

.about_intro__image {
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
}

.about_intro__image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

/* ===== ABOUT FEATURES ===== */
.about_features__cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.about_features__card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about_features__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.about_features__card--number {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 0.8em;
    font-weight: 700;
    color: #8b7355;
    opacity: 0.5;
}

.about_features__card--icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f0eb 0%, #ebe5dc 100%);
    border-radius: 50%;
    color: #8b7355;
}

.about_features__card--title {
    font-size: 1.1em;
    font-weight: 600;
    color: #294057;
    margin-bottom: 15px;
}

.about_features__card--text {
    font-size: 0.9em;
    color: #666;
    line-height: 1.8;
}

/* ===== ABOUT MOVIES ===== */
.about_movies__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.about_movies__card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.about_movies__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.about_movies__card--img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.about_movies__card--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about_movies__card:hover .about_movies__card--img img {
    transform: scale(1.05);
}

.about_movies__card--content {
    padding: 30px;
}

.about_movies__card--title {
    font-size: 1.2em;
    font-weight: 600;
    color: #294057;
    margin-bottom: 15px;
}

.about_movies__card--text {
    font-size: 0.9em;
    color: #666;
    line-height: 1.8;
}

/* ===== ABOUT FLOW ===== */
.about_flow__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.about_flow__step {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

.about_flow__step--number {
    font-size: 2em;
    font-weight: 700;
    color: #8b7355;
    opacity: 0.3;
    margin-bottom: 15px;
}

.about_flow__step--icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #294057 0%, #3d5a78 100%);
    border-radius: 50%;
    color: #fff;
}

.about_flow__step--title {
    font-size: 1.05em;
    font-weight: 600;
    color: #294057;
    margin-bottom: 12px;
}

.about_flow__step--text {
    font-size: 0.85em;
    color: #666;
    line-height: 1.8;
}

/* ===== ABOUT DATA ===== */
.about_data__right {
    border-radius: 20px;
    overflow: hidden;
}

.about_data__right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_data__specs {
    margin: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about_data__spec {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.about_data__spec--icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f5f0eb 0%, #ebe5dc 100%);
    border-radius: 12px;
    color: #8b7355;
    flex-shrink: 0;
}

.about_data__spec--content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.about_data__spec--label {
    font-size: 0.85em;
    font-weight: 600;
    color: #294057;
}

.about_data__spec--value {
    font-size: 0.9em;
    color: #666;
}

.about_data__note {
    font-size: 0.85em;
    color: #888;
    line-height: 1.8;
}

/* ===== ABOUT FAQ ===== */
.about_faq__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about_faq__item {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.about_faq__q {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 30px;
    background: linear-gradient(135deg, #294057 0%, #3d5a78 100%);
    color: #fff;
}

.about_faq__q--icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 1em;
    font-weight: 700;
    flex-shrink: 0;
}

.about_faq__q--text {
    font-size: 1.05em;
    font-weight: 500;
    margin: 0;
}

.about_faq__a {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 25px 30px;
}

.about_faq__a--icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8b7355;
    color: #fff;
    border-radius: 50%;
    font-size: 1em;
    font-weight: 700;
    flex-shrink: 0;
}

.about_faq__a--text {
    font-size: 0.95em;
    color: #555;
    line-height: 1.9;
    margin: 0;
    padding-top: 6px;
}

/* ===== ABOUT CTA ===== */
.about_cta {
    background: linear-gradient(135deg, #294057 0%, #3d5a78 100%) !important;
    text-align: center;
    padding: 80px 0;
}

.about_cta__content {
    max-width: 600px;
    margin: 0 auto;
}

.about_cta__ttl {
    font-size: 2em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.6;
}

.about_cta__txt {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
}

.about_cta__btn {
    display: inline-block;
    padding: 18px 50px;
    background: #fff;
    color: #294057;
    font-size: 1em;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.about_cta__btn:hover {
    background: #f5f0eb;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ABOUT レスポンシブ - タブレット */
@media screen and (max-width: 1024px) {
    .about_features__cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about_movies__cards {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about_flow__steps {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .about_data__content.flex {
        flex-direction: column;
    }
    
    .about_data__left,
    .about_data__right {
        width: 100%;
    }
    
    .about_data__right {
        height: 300px;
        margin-top: 40px;
    }
}

/* ===========================================
   COLUMN DETAIL - コラム詳細ページ
   =========================================== */
.column_detail {
    padding: 60px 0 100px;
}

.column_detail__wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 50px;
    align-items: start;
}

/* ===== メインコンテンツ ===== */
.column_detail__main {
    background: #fff;
    border-radius: 8px;
    padding: 0;
    padding-left: 20px;
}

/* 記事ヘッダー */
.column_detail__header {
    margin-bottom: 25px;
}

.column_detail__meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.column_detail__date,
.column_detail__updated {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8em;
    color: #999;
}

.column_detail__date svg,
.column_detail__updated svg {
    width: 12px;
    height: 12px;
}

.column_detail__updated {
    color: #8b7355;
}

.column_detail__title {
    font-size: 1.2em;
    font-weight: 500;
    color: #294057;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

/* アイキャッチ */
.column_detail__thumbnail {
    margin-bottom: 30px;
    overflow: hidden;
}

.column_detail__thumbnail img {
    width: 100%;
    height: auto;
}

/* この記事で解決できるお悩み */
.column_detail__concerns {
    background: #faf9f7;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 24px;
    position: relative;
    border: 1px solid #e8e5e0;
}

.column_detail__concerns--label {
    position: absolute;
    top: -10px;
    left: 16px;
    background: #294057;
    color: #fff;
    padding: 4px 12px;
    border-radius: 3px;
    font-size: 0.68em;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.column_detail__concerns--list {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
}

.column_detail__concerns--list li {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    padding: 4px 0;
    font-size: 0.82em;
    color: #444;
    line-height: 1.5;
}

.column_detail__concerns--list li svg {
    color: #8b7355;
    flex-shrink: 0;
    margin-top: 2px;
    width: 12px;
    height: 12px;
}

/* 目次 */
.column_detail__toc {
    background: #f9f8f6;
    border: 1px solid #e8e5e0;
    border-radius: 6px;
    padding: 16px 18px;
    margin-bottom: 24px;
    font-size: 1.2em;
}

.column_detail__toc--label {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.68em;
    font-weight: 600;
    color: #294057;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0dcd6;
    letter-spacing: 0.08em;
}

.column_detail__toc--label svg {
    width: 12px;
    height: 12px;
    color: #8b7355;
}

.column_detail__toc--list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: toc-counter;
}

.column_detail__toc--list li {
    padding: 0;
    counter-increment: toc-counter;
}

.column_detail__toc--list li a {
    color: #444;
    text-decoration: none;
    transition: all 0.2s ease;
    display: block;
    padding: 7px 0;
    font-size: 0.75em;
}

.column_detail__toc--list li a:hover {
    color: #8b7355;
}

.column_detail__toc--list li.toc-h2 {
    border-bottom: 1px dashed #e0dcd6;
    margin-bottom: 0.3em;
}

.column_detail__toc--list li.toc-h2:last-child {
    border-bottom: none;
}

.column_detail__toc--list li.toc-h2 a {
    font-weight: 500;
}

.column_detail__toc--list li.toc-h2 a::before {
    content: counter(toc-counter);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: #294057;
    color: #fff;
    border-radius: 3px;
    font-size: 0.8em;
    font-weight: 500;
    margin-right: 8px;
}

.column_detail__toc--list li.toc-h3 {
    counter-increment: none;
    border-bottom: none;
}

.column_detail__toc--list li.toc-h3 a {
    padding: 3px 0 3px 26px;
    font-size: 0.7em;
    color: #777;
    font-weight: 400;
}

.column_detail__toc--list li.toc-h3 a::before {
    content: "└";
    color: #bbb;
    margin-right: 6px;
    font-size: 0.9em;
}

/* 記事本文 */
.column_detail__body {
    line-height: 1.8;
    color: #444;
    font-size: 0.88em;
}

.column_detail__body h2 {
    font-size: 1.08em;
    font-weight: 500;
    color: #294057;
    margin: 32px 0 14px;
    padding: 10px 14px;
    background: #f8f6f3;
    border-left: 3px solid #8b7355;
    border-radius: 0 4px 4px 0;
}

.column_detail__body h3 {
    font-size: 0.95em;
    font-weight: 500;
    color: #294057;
    margin: 24px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8e5e0;
}

.column_detail__body h4 {
    font-size: 0.9em;
    font-weight: 500;
    color: #444;
    margin: 18px 0 8px;
}

.column_detail__body p {
    margin-bottom: 14px;
}

.column_detail__body ul,
.column_detail__body ol {
    margin: 16px 0;
    padding-left: 24px;
}

.column_detail__body ul {
    list-style: disc;
}

.column_detail__body ol {
    list-style: decimal;
}

.column_detail__body li {
    margin-bottom: 8px;
    line-height: 1.75;
    padding-left: 4px;
}

.column_detail__body li strong {
    color: #294057;
}

.column_detail__body img {
    max-width: 100%;
    height: auto!important;
    margin: 14px 0;
    object-fit: cover;
    aspect-ratio: 10 / 6;
    width: 100%!important;
}

.onlinestore__archive--img img {
    aspect-ratio: unset!important;
    margin: 0;
}

.column_detail__body blockquote {
    background: #faf9f7;
    border-left: 2px solid #c4b8a8;
    padding: 12px 14px;
    margin: 16px 0;
    border-radius: 0 4px 4px 0;
    font-style: normal;
    color: #666;
    font-size: 0.85em;
}

.column_detail__body table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 0.82em;
}

.column_detail__body table th,
.column_detail__body table td {
    padding: 8px 10px;
    border: 1px solid #e8e5e0;
    text-align: left;
}

.column_detail__body table th {
    background: #f5f3f0;
    color: #444;
    font-weight: 500;
}

.column_detail__body table tr:nth-child(even) {
    background: #faf9f7;
}

/* 関連記事ボックス（本文内） */
.column_detail__body .related-box {
    background: #fff;
    border: 1px solid #e8e5e0;
    border-radius: 12px;
    padding: 20px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.column_detail__body .related-box--label {
    background: #294057;
    color: #fff;
    font-size: 0.75em;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: inline-block;
}

.column_detail__body .related-box--img {
    width: 100px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 6px;
    overflow: hidden;
}

.column_detail__body .related-box--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.column_detail__body .related-box--title {
    font-size: 1em;
    font-weight: 600;
    color: #294057;
    line-height: 1.5;
}

/* CTA */
.column_detail__cta {
    background: #faf9f7;
    border: 1px solid #e8e5e0;
    border-radius: 6px;
    padding: 24px;
    margin: 28px 0 24px;
    text-align: center;
}

.column_detail__cta--lead {
    color: #8b7355;
    font-size: 0.68em;
    margin-bottom: 6px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.column_detail__cta--title {
    color: #294057;
    font-size: 0.95em;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.5;
}

.column_detail__cta--text {
    color: #666;
    font-size: 0.78em;
    line-height: 1.6;
    margin-bottom: 14px;
}

.column_detail__cta--btn {
    display: inline-block;
    background: #294057;
    color: #fff;
    padding: 9px 22px;
    border-radius: 4px;
    font-size: 0.78em;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 0.03em;
}

.column_detail__cta--btn:hover {
    background: #3d5a78;
    transform: translateY(-1px);
}

/* 戻るボタン */
.column_detail__back {
    text-align: center;
    padding-top: 25px;
}

.column_detail__back--btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #666;
    text-decoration: none;
    font-size: 0.85em;
    font-weight: 500;
    transition: all 0.2s ease;
}

.column_detail__back--btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.column_detail__back--btn:hover {
    border-color: #c9a86c;
    color: #8b7355;
    background: #fdfcfa;
}

.column_detail__back--btn:hover svg {
    transform: translateX(-3px);
}

/* ===== サイドバー ===== */
.column_detail__sidebar {
    position: sticky;
    top: 30px;
}

.sidebar__widget {
    background: #fff;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.sidebar__widget--title {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8em;
    font-weight: 500;
    color: #8b7355;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    letter-spacing: 0.05em;
}

.sidebar__widget--title svg {
    width: 14px;
    height: 14px;
}

.sidebar__widget--more {
    display: block;
    text-align: right;
    color: #999;
    font-size: 0.75em;
    text-decoration: none;
    margin-top: 12px;
    transition: color 0.2s ease;
}

.sidebar__widget--more:hover {
    color: #8b7355;
}

/* テンプレート一覧 */
.sidebar__templates--list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sidebar__template--item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 8px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.sidebar__template--item:hover {
    background: #f9f8f6;
}

.sidebar__template--img {
    width: 60px;
    height: 42px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar__template--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar__template--info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.sidebar__template--name {
    font-size: 0.8em;
    font-weight: 400;
    color: #444;
    line-height: 1.4;
}

.sidebar__template--price {
    font-size: 0.75em;
    color: #8b7355;
    font-weight: 500;
}

/* お問い合わせCTA */
.sidebar__contact {
    background: #f8f6f3;
    border: 1px solid #e8e5e0;
    padding: 0;
}

.sidebar__contact--inner {
    padding: 20px;
    text-align: center;
}

.sidebar__contact--lead {
    color: #999;
    font-size: 0.7em;
    margin-bottom: 4px;
    letter-spacing: 0.05em;
}

.sidebar__contact--title {
    color: #294057;
    font-size: 0.9em;
    font-weight: 500;
    margin-bottom: 12px;
}

.sidebar__contact--btn {
    display: block;
    background: #294057;
    color: #fff;
    padding: 10px 16px;
    border-radius: 4px;
    font-size: 0.78em;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sidebar__contact--btn:hover {
    background: #3d5a78;
}

/* 関連記事 */
.sidebar__related--list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar__related--item {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 6px;
    border-radius: 4px;
    transition: background 0.2s ease;
}

.sidebar__related--item:hover {
    background: #f9f8f6;
}

.sidebar__related--img {
    width: 50px;
    height: 36px;
    border-radius: 3px;
    overflow: hidden;
    flex-shrink: 0;
}

.sidebar__related--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar__related--noimg {
    width: 100%;
    height: 100%;
    background: #f5f3f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
}

.sidebar__related--noimg svg {
    width: 16px;
    height: 16px;
}

.sidebar__related--title {
    font-size: 0.78em;
    color: #555;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* ===== おすすめ記事セクション ===== */
.column_recommend {
    background: #f9f8f6;
    padding: 60px 0;
}

.column_recommend__ttl {
    text-align: center;
    margin-bottom: 35px;
    font-size: 0.9em;
    letter-spacing: 0.15em;
    color: #8b7355;
}

.column_recommend__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 35px;
}

.column_recommend__item {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    border: 1px solid #eee;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.column_recommend__item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.column_recommend__item--img {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.column_recommend__item--img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.column_recommend__item:hover .column_recommend__item--img img {
    transform: scale(1.03);
}

.column_recommend__item--noimg {
    width: 100%;
    height: 100%;
    background: #f5f3f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ddd;
}

.column_recommend__item--noimg svg {
    width: 24px;
    height: 24px;
}

.column_recommend__item--content {
    padding: 14px;
}

.column_recommend__item--date {
    font-size: 0.7em;
    color: #aaa;
    margin-bottom: 6px;
    display: block;
}

.column_recommend__item--title {
    font-size: 0.82em;
    font-weight: 400;
    color: #444;
    line-height: 1.5;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.column_recommend__item--more {
    font-size: 0.7em;
    color: #8b7355;
    font-weight: 400;
}

.column_recommend__btn {
    text-align: center;
}

.column_recommend__btn .btn {
    display: inline-block;
    background: #294057;
    color: #fff;
    padding: 10px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.82em;
    font-weight: 500;
    transition: all 0.2s ease;
}

.column_recommend__btn .btn:hover {
    background: #3d5a78;
}

/* COLUMN DETAIL レスポンシブ - タブレット */
@media screen and (max-width: 1024px) {
    .column_detail__wrapper {
        grid-template-columns: 1fr 280px;
        gap: 30px;
    }
    
    .column_detail__main {
        padding: 40px;
    }
    
    .column_detail__title {
        font-size: 1.5em;
    }
    
    .column_recommend__list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===========================================
   NEWS DETAIL - お知らせ詳細ページ
   =========================================== */
.news_detail {
    margin: 80px auto;
}

.news_detail__main {
    background: #fff;
    border-radius: 6px;
}

/* 記事ヘッダー */
.news_detail__header {
    margin-bottom: 25px;
    text-align: center;
}

.news_detail__meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 14px;
}

.news_detail__label {
    background: #294057;
    color: #fff;
    font-size: 0.65em;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 3px;
    letter-spacing: 0.08em;
}

.news_detail__date {
    font-size: 0.78em;
    color: #999;
}

.news_detail__title {
    font-size: 1.15em;
    font-weight: 500;
    color: #294057;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

/* アイキャッチ */
.news_detail__thumbnail {
    margin-bottom: 28px;
    border-radius: 6px;
    overflow: hidden;
}

.news_detail__thumbnail img {
    width: 100%;
    height: auto;
}

/* 記事本文 */
.news_detail__body {
    line-height: 1.75;
    color: #444;
    font-size: 0.85em;
}

.news_detail__body h2 {
    font-size: 1.3em;
    font-weight: 500;
    color: #294057;
    margin: 26px 0 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #e8e5e0;
}

.news_detail__body h3 {
    font-size: 0.92em;
    font-weight: 500;
    color: #294057;
    margin: 20px 0 10px;
}

.news_detail__body p {
    margin-bottom: 12px;
}

.news_detail__body ul,
.news_detail__body ol {
    margin: 16px 0;
    padding-left: 24px;
}

.news_detail__body ul {
    list-style: disc;
}

.news_detail__body ol {
    list-style: decimal;
}

.news_detail__body li {
    margin-bottom: 8px;
    line-height: 1.75;
    padding-left: 4px;
}

.news_detail__body li strong {
    color: #294057;
}

.news_detail__body img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 12px 0;
}

.news_detail__body a {
    color: #8b7355;
    text-decoration: none;
    border-bottom: 1px solid #c4b8a8;
}

.news_detail__body a:hover {
    color: #294057;
    border-bottom-color: #294057;
}

/* 戻るボタン */
.news_detail__back {
    margin-top: 35px;
    text-align: center;
    padding-top: 25px;
}

.news_detail__back--btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    color: #666;
    text-decoration: none;
    font-size: 0.85em;
    font-weight: 500;
    transition: all 0.2s ease;
}

.news_detail__back--btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.news_detail__back--btn:hover {
    border-color: #c9a86c;
    color: #8b7355;
    background: #fdfcfa;
}

.news_detail__back--btn:hover svg {
    transform: translateX(-3px);
}

/* ===== 他のお知らせセクション ===== */
.news_other {
    background: #f9f8f6;
    padding: 50px 0;
}

.news_other__ttl {
    text-align: center;
    margin-bottom: 30px;
    font-size: 0.85em;
    letter-spacing: 0.12em;
    color: #8b7355;
}

.news_other__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 700px;
    margin: 0 auto 30px;
}

.news_other__item {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid #eee;
    transition: all 0.2s ease;
}

.news_other__item:hover {
    border-color: #ddd;
    background: #faf9f7;
}

.news_other__item--date {
    font-size: 0.75em;
    color: #999;
    flex-shrink: 0;
}

.news_other__item--title {
    font-size: 0.85em;
    color: #444;
    font-weight: 400;
    line-height: 1.5;
}

.news_other__btn {
    text-align: center;
}

.news_other__btn .btn {
    display: inline-block;
    background: #294057;
    color: #fff;
    padding: 10px 28px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.8em;
    font-weight: 500;
    transition: all 0.2s ease;
}

.news_other__btn .btn:hover {
    background: #3d5a78;
}

/* ===========================================
   クーポンバナー・モーダル
   =========================================== */

/* バナー */
.coupon-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 5px 20px;
    text-align: center;
    font-size: 12px;
}

.coupon-banner__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    max-width: 1200px;
    margin: 0 auto;
}

.coupon-banner__text {
    font-weight: 500;
}

.coupon-banner__code {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 0.95em;
}

.coupon-banner__code strong {
    letter-spacing: 0.05em;
}

.coupon-banner__close {
    background: none;
    border: none;
    color: inherit;
    font-size: 1.5em;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
    padding: 0 5px;
    display: none;
}

.coupon-banner__close:hover {
    opacity: 1;
}

/* バナー表示時のヘッダー位置調整 */
body.has-coupon-banner .header {
    top: 38.52px;
}

body.has-coupon-banner .low_hd_hero {
    margin-top: calc(74px + 38.52px);
    transition: none;
}

/* モーダル */
.coupon-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10001;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.coupon-modal.active {
    opacity: 1;
    visibility: visible;
}

.coupon-modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.coupon-modal__content {
    position: relative;
    max-width: 400px;
    width: 90%;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.coupon-modal.active .coupon-modal__content {
    transform: translateY(0);
}

.coupon-modal__close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    color: inherit;
    font-size: 1.8em;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s;
}

.coupon-modal__close:hover {
    opacity: 1;
}

.coupon-modal__icon {
    font-size: 3em;
    margin-bottom: 15px;
}

.coupon-modal__text {
    font-size: 1.1em;
    line-height: 1.7;
    margin-bottom: 25px;
}

.coupon-modal__code {
    background: rgba(255, 255, 255, 0.15);
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.coupon-modal__code span {
    display: block;
    font-size: 0.85em;
    opacity: 0.8;
    margin-bottom: 5px;
}

.coupon-modal__code strong {
    font-size: 1.5em;
    letter-spacing: 0.1em;
}

.coupon-modal__btn {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    color: inherit;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.2s;
}

.coupon-modal__btn:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
}

/* スマホ用フッター追従CTA（PCでは非表示） */
.sp-fixed-cta {
    display: none;
}

/* ========================================
   共通メモルネCTAボタン
======================================== */
.memorune-cta-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 14px 24px;
    background: linear-gradient(135deg, #f7931e 0%, #f5a623 50%, #f7931e 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 4px 15px rgba(247, 147, 30, 0.4),
        0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.memorune-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    animation: memorune-cta-shimmer 3s infinite;
}

@keyframes memorune-cta-shimmer {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

.memorune-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 
        0 6px 20px rgba(247, 147, 30, 0.5),
        0 3px 6px rgba(0, 0, 0, 0.15);
}

.memorune-cta-btn__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.memorune-cta-btn__sub {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.03em;
    opacity: 0.9;
    margin-bottom: 2px;
}

.memorune-cta-btn__main {
    display: flex;
    align-items: center;
}

.memorune-cta-btn__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}

.memorune-cta-btn__icon svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.memorune-cta-btn__text {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.memorune-cta-btn__arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.memorune-cta-btn__arrow svg {
    width: 24px;
    height: 24px;
}

/* store詳細ページのCTA調整 */
.store_detail__main--cta .memorune-cta-btn {
    max-width: 900px;
}

/* 説明文下CTA（secondary） */
.store_detail__main--cta-secondary {
    margin: 40px 0;
    text-align: center;
}

.store_detail__main--cta-secondary .memorune-cta-btn {
    max-width: 900px;
}

/* ギャラリー下CTA */
.store_detail__bilder-cta {
    text-align: center;
    margin: 50px auto;
    max-width: 900px;
}

.store_detail__bilder-cta .memorune-cta-btn {
    max-width: 100%;
}

/* 記事内自動挿入CTA */
.article-inline-cta {
    margin: 40px 0;
    padding: 0;
}

.article-inline-cta .memorune-cta-btn {
    max-width: 100%;
}

/* ========================================
   記事内テンプレートカードCTA（2カラム）
======================================== */
.article-inline-templates {
    margin: 50px 0;
    padding: 30px;
    background: linear-gradient(135deg, #fdf8f3 0%, #fff9f5 100%);
    border-radius: 12px;
    border: 1px solid rgba(247, 147, 30, 0.15);
}

.article-inline-templates__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid rgba(247, 147, 30, 0.2);
}

.article-inline-templates__header svg {
    color: #f7931e;
    flex-shrink: 0;
}

.article-inline-templates__header span {
    font-size: 16px;
    font-weight: 700;
    color: #294057;
}

.article-inline-templates__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.article-inline-templates .onlinestore__archive--content {
    margin-bottom: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.article-inline-templates .onlinestore__archive--content:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.article-inline-templates .onlinestore__archive--img {
    margin-bottom: 0;
}

.article-inline-templates .onlinestore__archive--description {
    padding: 0 15px 15px;
}

.article-inline-templates .onlinestore__archive--ttl {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: auto;
    line-height: 1.5;
}

.article-inline-templates .onlinestore__archive--detail {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.article-inline-templates .onlinestore__archive--price {
    display: block;
    text-align: center;
    font-size: 14px;
    display: none;
}

.article-inline-templates .onlinestore__archive--btn {
    margin-top: 0;
}