/* LP2512 Landing Page Styles */

/* Main wrapper */
.page-template-page-lp2512-php #main_contents {
    margin-top: 0;
}

.page-template-page-lp2512-php #header {
    margin-bottom: 0;
}

.lp2512 {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Noto Sans JP', sans-serif;
}

#main_col.lp2512 {
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
}

/* Container - 1200px */
.lp-container {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* All sections - no gaps */
.lp2512 .lp-section {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
    display: block;
}

/* All images - full width within container */
.lp2512 .lp-section img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

/* Horizontal Section (3 columns) */
.lp2512 .lp-section.lp-horizontal {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lp2512 .lp-section.lp-horizontal img {
    width: 33.333%;
    max-width: 33.333%;
    height: auto;
}


/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Remove WordPress default margins */
.lp2512 .entry-content,
.lp2512 .entry-content p {
    margin: 0;
    padding: 0;
}

/* Fix any potential gaps */
.lp2512 * {
    box-sizing: border-box;
    font-size: 16px;
    line-height: normal;
}

.heading-otoku-set {
    position: relative;
    padding: 25px 0 30px;
}

.heading-otoku-set:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    border-bottom: 3px solid #632616;
    top: 50%;
    transform: translateY(-50%);
}

.otoku-set {
    background: #fff;
    position: relative;
    max-width: 370px;
    margin: 0 auto;
    padding: 0 45px;
}

.otoku-set img {
}

.banner-section {
}

.list-plan {
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    padding-bottom: 25px;
}

.list-plan .item-plan {
    width: calc(33.3333% - 20px);
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.list-plan .item-plan p {
    position: absolute;
    z-index: 2;
    bottom: 25px;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    padding: 0 25px;
    font-weight: 600;
    height: 76px;
    overflow: hidden;
    color: #392f2c;
}

.page-template-page-lp2512-php #main_col {
    padding: 0;
}

.sec-full-width {
    background: #632616;
    padding: 40px 0 15px;
    margin-top: 30px;
}

.heading-price {
    background: #fff;
    border-radius: 99px;
    padding: 10px 0;
}

.lp2512 .heading-price img {
    max-width: 820px;
    margin: 0 auto;
}

.lp2512 .lp-section.item-price {
    margin-top: 35px;
    padding: 0 20px;
    position: relative;
}

.lp2512 .lp-section.item-price:last-child {
    margin-top: 0;
}

.text-ct {
    color: #fff;
    margin-top: 15px;
    padding: 1em;
}

.text-ct p {
    margin-bottom: 3px;
    font-size: 12px;
}

.lp2512 .heading-extra-m {
    margin: 50px auto 0;
    max-width: 732px;
}

.lp2512 .heading-extra-m img {
    margin: 0 auto;
}

.lp2512 .center-extra-m {
    padding: 20px 0;
}

.lp2512 .center-extra-m img {
    max-width: 650px;
    margin: 0 auto;
}

.lp2512 .box-text-m {
    display: flex;
    flex-wrap: wrap;
    max-width: 732px;
    align-items: center;
    margin: 0 auto;
}

.lp2512 .box-text-m img {
    max-width: 320px;
    margin-right: 15px;
}

.lp2512 .box-text-m p {
    margin-bottom: 0;
    font-weight: 800;
    font-size: 17px;
}

.lp2512 .mail-end-m {
    margin-top: 70px;
    position: relative;
}

.lp2512 .mail-end-m a {
    position: absolute;
    display: block;
    bottom: 13px;
    left: 0;
    right: 0;
}

.lp2512 .lp-section img.btn-mail {
    max-width: 700px;
    margin: 0 auto;
}

.lp2512 .mail-end-m p {
    text-align: center;
    position: absolute;
    bottom: 118px;
    font-size: 24px;
    font-weight: 500;
    left: 0;
    right: 0;
    margin-bottom: 0;
    color: #231815;
}

.box-30x {
    position: relative;
}

.list-btn-new {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
}

.list-btn-new img {
    width: 50px;
}

.list-info {
    display: flex;
    bottom: 10px;
    width: calc(100% - 40px);
    padding: 0 30px;
    position: absolute;
}

.list-info a {
    display: block;
    padding: 20px;
}

.is-pc {
    display: block !important;
}

.is-sp {
    display: none !important;
}

/* Tablet */
@media (max-width: 1200px) {
    .lp-container {
        max-width: 100%;
        padding: 0;
    }
}

/* Mobile */
@media (max-width: 768px) {
    	.follow_btn_box.active {
		display: none;
	}
    	.follow_btn_box {
		display: none;
	}

    .is-pc {
        display: none !important;
    }

    .is-sp {
        display: block !important;
    }

    .otoku-set {
        max-width: 307px;
    }

    .list-btn-new {
        display: none;
    }

    .heading-otoku-set {
        padding: 10px 0 20px;
    }

    .list-plan {
        margin-right: 0;
        padding-bottom: 0;
    }

    .list-plan .item-plan {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .list-plan .item-plan:first-child p {
        bottom: 0;
    }

    .list-plan .item-plan:last-child {
        margin-bottom: 15px;
    }

    .list-plan .item-plan p {
        width: 70%;
        left: 33%;
        bottom: -7%;
        font-size: 72%;
        height: 35%;
    }

    .sec-full-width {
        padding: 25px 0 25px;
    }

    .lp2512 .heading-price {
        padding: 10px;
    }

    .lp2512 .heading-price img {
        max-width: 100%;
    }

    .lp2512 .lp-section.item-price {
        margin-top: 30px;
        padding: 0;
    }

    .lp2512 .heading-extra-m {
        margin: 40px auto 0;
    }

    .lp2512 .center-extra-m img {
        max-width: 80%;
    }

    .lp2512 .box-text-m {
        justify-content: center;
    }

    .lp2512 .box-text-m img {
        margin: 0 auto 40px;
    }

    .lp2512 .box-text-m p {
        max-width: 95%;
    }

    .lp2512 .mail-end-m {
        margin-top: 40px;
    }

    .lp2512 .mail-end-m p {
        bottom: 22%;
        font-weight: 500;
        font-size: 18px;
        max-width: 84%;
        margin: 0 auto;
    }

    .list-info {
        bottom: auto;
        top: 65px;
        width: 100%;
        gap: 20px;
        flex-wrap: wrap;
    }

    .list-info a {
        padding: 0;
        width: calc(50% - 10px);
    }

    .lp2512 .lp-section img.btn-mail {
        max-width: 90%;
    }
}
a img.linkimg{background:none!important}
a:hover img.linkimg{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none!important;
}