body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    text-align: left;
}
.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}
.flow, .footer {
    max-width: 1000px;
    margin: 0 auto;
}

.text-center { text-align: center; }
.text-highlight { background-color: #FCF4A5; font-weight: bold; }
.sans-serif { font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

.pt-10px { padding-top: 10px !important; }
.pt-20px { padding-top: 20px !important; }
.pt-30px { padding-top: 30px !important; }
.pt-40px { padding-top: 40px !important; }
.pt-50px { padding-top: 50px !important; }
.pt-80px { padding-top: 80px !important; }
.pb-20px { padding-bottom: 20px !important; }
.pb-30px { padding-bottom: 30px !important; }
.pb-40px { padding-bottom: 40px !important; }
.pb-50px { padding-bottom: 50px !important; }
.pb-80px { padding-bottom: 80px !important; }

.bg-lightpink   { background-color: #F7EDEA; }
.bg-pink   { background-color: #F29CA7; }
.bg-white  { background-color: #fff; }
.bg-yellow { background-color: #FFFCDA; }

.wrapper > h2 {
    font-size: 56px;
    font-weight: 900;
    text-align: center;
}
.wrapper > h2 + h3 {
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

/* メニュー */
.menu {
    list-style: none;
    position: fixed;
    width: 100%;
    right: 0;
    height: auto;
    margin-top: 60px;
    padding: 16px 0 16px 0;
    clear: both;
    background: var(--background-navbar);
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
    transform: scale(1, 0);
    transform-origin: top;
    background-color: #F7EDEA;
}
.menu-btn:checked ~ .menu {
    transform: scale(1, 1);
    transform-origin: top;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.menu li {
    border-top: 1px solid #F29CA7;
    padding: 15px 0;
    margin: 0 24px;
    opacity: 0;
    transition: 0.5s;
}
.menu a {
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #333;
    opacity: 0;
    transition: 0.5s;
    display: block;
}
.menu li:last-child a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    background-color: #E87C8A;
    border-radius: 64px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    margin: 24px auto 0;
    padding: 16px;
}
.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
    opacity: 1;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.menu-btn {
    display: none;
}
.menu-icon {
    display: inline-block;
    position: fixed;
    right: 0;
    z-index: 1000;
    cursor: pointer;
    padding: 30px 14px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.navicon {
    background: #333;
    display: block;
    height: 3px;
    width: 26px;
    position: relative;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before,
.navicon:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: #333;
    transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
    top: 9px;
}
.navicon:after {
    bottom: 9px;
}
.menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}
.menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
    top: 0; 
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    bottom: 0;
}
.menu-btn:checked ~ .menu-icon .navicon {
    background: rgba(0, 0, 0, 0);
    transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navtext-container {
    width: 100%;
    height: 52px;
    position: absolute;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
  

/* メインメッセージ（パラパラメモリー） */
.main-message p {
    font-size: 24px;
    line-height: 2.0;
}
.line-follow-box {
    text-align: center;
}
.line-follow-box-title {
    font-weight: 800;
    font-size: 32px !important;
    letter-spacing: 1.5px;
    position: relative; 
    padding-top: 40px !important
}
.line-follow-box-title::after {
    position: absolute;
    content: "";
    background-color: #333; 
    width: 80px;
    height: 4px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }
.line-follow-box-text {
    line-height: 1.8 !important;
}
.line-follow-box a {
    padding-top: 20px;
    display: inline-block;
}

/* "パラパラメモリー"が選ばれる理由 */
.reason-list-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
}
.reason-list-box img {
    /*width: 45%;*/
    display: flex;
    flex-grow: 1;
}
.reason-list-box-text {
    width: 55%;
    padding-left: 40px;
}
.reason-list-box-title {
    font-size: 40px;
    font-weight: 900;
    padding: 18px 0;
}
.reason-list-box-desc {
    font-size: 20px;
    line-height: 1.8;
}
.reason-list-box-desc span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}

/* お客様の声 */
.review-list-box {
    display: flex;
    justify-content: flex-start;
    margin-top: 32px;
    background-color: #fff;
    border-radius: 16px;
}
.review-list-box img {
    padding: 16px 48px;
}
.review-list-box-text {
    width: 55%;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 2.0;
    padding: 16px 48px;
}

/* 料金プラン */
.plan-list {
    display: flex;
    justify-content: space-between;
}
.plan-desc {
    font-size: 16px;
    line-height: 1.8;
}

/* 無料相談動線 */
.contact p {
    font-size: 24px;
    line-height: 1.8;
    color: #fff;
}
.contact a {
    width: 500px;
    display: block;
    color: #000;
    font-size: 32px;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    background-color: #FFFD67;
    border-radius: 64px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 18px;
}

/* 制作の流れ */
.flow-list h4 {
    color: #373737;
    font-size: 32px;
    border-bottom: 1px solid #6C6260;
    padding: 40px 0 16px;
}
.flow-list h4 span {
    margin-right: 24px;
}
.flow-list p {
    color: #373737;
    font-size: 20px;
    line-height: 1.8;
    padding: 16px 0 16px;
}
.flow-list .materials {
    display: inline-block;
    line-height: 2;
    background-color: #F3E2DE;
    padding: 24px;
}

/* フッター */
.footer > p {
    font-size: 45px;
    font-weight: 900;
    line-height: 1.8;
}
.footer div {
    border-radius: 32px;
}
.footer div p {
    font-size: 20px;
    line-height: 1.8;
}
.footer div a {
    width: 600px;
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    text-decoration: none;
    text-align: center;
    background-color: #E87C8A;
    border-radius: 64px;
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.2);
    margin: 24px auto 0;
    padding: 18px;
}

/* PC */
@media only screen and (min-width: 992px) {
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }

    .menu {
        width: 600px;
        padding-top: 80px;
        margin-top: 0;
    }

    .line-follow-box-text {
        padding-top: 20px;
    }

    .plan-list img {
        max-width: calc(100% / 3 - 10px);
    }
    .plan-list img:nth-of-type(2) {
        margin: 0px 30px;
    }
}

/* SP */
  @media only screen and (max-width: 991px) {
    .pc {
      display: none !important;
    }
    .sp {
      display: block !important;
    }

    .wrapper > h2 {
        font-size: 2rem;
    }
    .wrapper > h2 + h3 {
        font-size: 20px;
    }
    .logo img:nth-of-type(2) {
        position: fixed;
    }
    .logo img:nth-of-type(3) {
        padding-top: 62px;
    }

    /* */
    .main-message p {
        font-size: 1.2rem;
        padding-top: 20px;
    }
    /* 選ばれる理由 */ 
    .reason-list-box {
        display: block;
        padding-bottom: 16px
    }
    .reason-list-box img {
        display: block;
        max-width: 100%;
        padding: 0 20px;
    }
    .reason-list-box-text {
        width: 100%;
        padding: 0 20px;
    }
    .reason-list-box-title {
        text-align: center;
        font-size: 1.4rem;
    }
    .reason-list-box-desc {
        font-size: 1rem;
    }
    .reason-list-box-desc span {
        font-size: 0.85rem;
    }

    /* お客様の声 */
    .review-list {
        padding: 0 20px;
    }
    .review-list-box {
        display: block;
    }
    .review-list-box img {
        padding: 8px 16px
    }
    .review-list-box-text {
        width: 100%;
        font-size: 1rem;
        padding: 16px 20px;
    }
    
    /* 料金プラン */
    .plan-list {
        display: block;
    }
    .plan-list img {
        margin: 0 auto;
        padding: 8px 20px;
    }
    .plan-desc {
        padding: 0 20px;
        font-size: 0.85rem;
    }

    /* 無料相談動線 */
    .contact a {
        width: 80%;
        font-size: 1.5rem;
    }

    /* 制作の流れ */
    .flow-list {
        padding: 0 20px;
    }
    .flow-list h4 {
        font-size: 1.5rem;
        padding: 24px 0 8px;
    }
    .flow-list h4 span {
        font-size: 2rem;
        margin-right: 16px;
    }
    .flow-list p {
        font-size: 1.0rem;
    }
    .flow-list .materials {
        width: 100%;
    }
    .flow-list img {
        width: 100%;
    }

    /* フッター */
    .footer > p {
        font-size: 1.7rem;  
    }
    .footer div {
        margin: 0 20px;
    }
    .footer div p {
        font-size: 0.90rem;
    }
    .footer div a {
        width: 80%;
        font-size: 1.0rem;
    }
    .footer address {
        font-size: 0.6rem;
    }
}

/* 2026.1.20 追加 */
html {
  scroll-behavior: smooth;
}
[id^=sec]{
  scroll-margin-top:60px;
}
.wrapper {
    max-width: 1000px;
}
.pb-5px{
	padding-bottom:5px;
}
.pb-15px{
	padding-bottom:15px;
}
.pb-30px{
	padding-bottom:30px;
}
.mb-25px{
	margin-bottom: 25px;
}
.fs14{
	font-size: 14px!important;
	line-height: 1.6;
}
.fs15{
	font-size: 15px!important;
	line-height: 1.7;
}
.fs16{
	font-size: 16px!important;
	line-height: 1.7;
}
.fs17{
	font-size: 17px!important;
	line-height: 1.7;
}
.fs18{
	font-size:18px!important;
}
.fs20{
	font-size: 20px!important;
}
.fs21{
	font-size: 21px!important;
}
.fs40{
	font-size:40px!important;
}
.fw500{
	font-weight:500;
}
.fw700{
	font-weight:700;
}
.bg-lightpink.logo{
	margin-bottom: -28px;
}
.sub-catch {
    text-align: center;
    padding: 40px 0 0px;
    font-size: 42px;
    line-height: 1.3;
    font-weight: 700;
}
.catch {
    text-align: center;
    padding: 0 0 10px;
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
}
.wrapper > h2 {
    font-size: 38px;
    margin: 0 0 0.3em;
    line-height: 1.4;
}
.flex-box {
    display: flex;
    margin: 0 15px 25px;
    align-items: end;
}
.maker-yamabuki{
  background:linear-gradient(to bottom, transparent 25%, rgb(248 206 0 / 35%) 55%);
  padding: 0 2px;
}
.h2-above {
    margin: -10px auto 10px;
    display: flex;
    justify-content: center;
    width: 120px;
}
p.notice {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: -5px 0 40px;
}
ul.check_red {
    margin: 30px auto 40px;
    width: fit-content;
    font-weight: 500;
    font-size: 20px;
}
ul.check_red li {
    list-style: none;
    background: url(../images/pink_check_sp.png) left 0 / 26px 26px no-repeat;
    padding-left: 34px;
    margin: 10px 0;
    line-height: 1.4;
}
.border-text {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 20px 0;
}
.flex-box1 {
    display: flex;
    margin: 0 15px 25px;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
ul.check_red.check_yellow {
    margin: 0;
}
ul.check_red.check_yellow li{
    background: url(../images/yellow_check_sp.png) left 0 / 26px 26px no-repeat;
}
.flex-box1 .flex-box-img {
    max-width: 250px;
}
.highlight-section {
    margin: 30px 0;
    font-weight:500;
}
.section-title {
    background-color: #fff7a5;
    padding: 10px 10px;
    border-radius: 12px 12px 0 0;
    font-size: 22px;
    font-weight:700;
    text-align: center;
}
.section-content{
    background-color: #fff;
    padding: 1.2em 1em 1.5em;
    border-radius: 0 0 12px 12px;
    text-align: center;
}
.marker-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 5px 0;
    flex-wrap: wrap;
}
.marker-option {
    font-size: 18px;
    font-weight:700;
}

.marker-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #ffe673;
    border-radius: 50%;
    margin-right:5px;
}
.flex-box2 {
    display: flex;
    gap: 50px;
    margin: 40px 0 0;
}
.wrapper-inner {
    width: fit-content;
    margin: 0 auto;
}
.wrapper-inner * {
    text-align: left;
}
a.sans-serif.button {
    background: #ffd6d6;
    color: inherit;
    text-decoration: none;
    font-weight: 900;
    border: 1px solid;
    width: 300px;
    display: block;
    text-align: center;
    margin: 20px auto 70px;
    padding: 12px;
    border-radius: 99px;
    font-size: 18px;
}
.border-box{
    border:1px solid;
    border-radius:15px;
    padding:2.5em 1em
}
.footer-logo{
    display:block;
    margin:0 auto;
    max-width:180px
}

@media (min-width:992px){
.pcnone{
	display:none;
}
.pc.inline{
    display:inline!important;
}
}

@media (max-width:991px){
.pb-5px{
	padding-bottom:10px;
}
.bg-lightpink.logo{
	margin-bottom: -22px;
}
.catch {
    padding: 0 0 15px;
    line-height: 1.25;
    font-size: 9vw;
}
.sub-catch {
    padding: 30px 0 5px;
    font-size: 8vw;
}
.flex-box {
    display:block;
    margin: 0 15px 25px;
}
.wrapper > h2 {
    font-size:7vw;
    margin: 0 0 0.5em;
}
.fssp18{
    font-size:18px!important;
}
.fs20 {
    font-size:4.7vw !important;
}
.pt-40px{
    padding-top:30px!important;;
}
.pb-80px {
    padding-bottom:40px !important;
}
.pt-80px {
    padding-top:40px !important;
}
.h2-above {
    width:80px;
}
p.notice {
    margin: -30px 0 35px;
}
.border-text {
    margin: 0 15px;
}
.border-text .fs15{
    font-size:17px !important;
    padding-bottom:10px!important;
}
.border-text .fs20{
    font-size: 5.7vw !important;
    line-height:1.4;
}
.flex-box1 {
    display: block;
}
ul.check_red,ul.check_red.check_yellow{
    margin:30px auto 40px;;
    font-size: 5.5vw;
}
.flex-box1 .flex-box-img {
    margin: 0 auto;
}
.highlight-section {
    margin: 30px 15px;
}
.section-title {
    font-size: 18px;
}
.marker-options {
    display: block;
    margin: 5px auto;
    width: fit-content;
}
.marker-option {
    text-align:left;
    font-size:22px;
    display: block;
}
.section-content .fs15 {
    font-size: 18px !important;
}
.section-content .maker-yamabuki{
    font-size: 24px;
}
.sp.inline{
    display:inline!important;
}
.flex-box2{
    display: block;
    margin: 30px 15px -20px;
}
.flex-box2 .fs20{
    font-size: 5.7vw !important;
    padding: 10px 0 30px !important;
}
.border-box{
    margin:0 15px;
}
.border-box .fs20{
    font-size:4.2vw !important;
}
.border-box .fs40.fw700 {
    font-size: 6.5vw !important;
}

.footer-logo{
    display:block;
    margin:0 auto;
    max-width:150px
}

}