/*
Theme Name:lp_magicwash
Description:2025.8.22
Author:onuki shota
Version:1.0.0
*/

body {
    margin: 0 auto;
    padding: 0;
    max-width: 640px;
    overflow-x: hidden;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    box-shadow: 0 0 10px #c6c6c6;
}

* {
    margin: 0;
    padding: 0;
}

p {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.01em;
}

h2 {
    margin-bottom: 30px;
}

div {
    width: 100%;
}

img {
    width: 100%;
    height:auto;
    vertical-align: top;
}

.fixed  {
    position: fixed;
    z-index: 10;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 6px 6px 6px 15px;
    box-sizing: border-box;
	box-shadow: 0 0 7px #00000020;
}

.logo {
    width: auto;
    height: 34px;
}

.header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 6px;
}

.tel {
    width: 150px;
}

.cta-fixed, .tel-sp {
    width: 52px;
}

.inner {
    width: calc(100% - 50px);
    margin: 0 auto;
}

.sec02, .sec03, .sec04, .sec05, .sec07, .sec08, .sec09, .sec11 {
    padding-top: 50px;
}

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

.cta-relative {
    position: relative;
}

.cta-absolute {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    display: inline-block;
    animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0) scale(1);
  }
  40% {
    transform: translateX(-50%) translateY(-15px) scale(1.05);
  }
  60% {
    transform: translateX(-50%) translateY(-8px) scale(1.02);
  }
}

.sec02_movie_item {
    display: flex;
    justify-content: space-between;
    border-radius: 0px;
}

.sec02_movie_item span {
    width: 33.3%;
    text-align: center;
    background-color: #4cbaec;
    font-weight: bold;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
}

span.sec02_movie_item02 {
    background-color: #359bd7;
}

span.sec02_movie_item03 {
    background-color: #1f7bc4;
    border-radius: 0 0 8px 0;
}

span.sec02_movie_item01 {
    border-radius: 0 0 0 10px;
}

.sec02 iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border-radius: 10px 10px 0 0;
}

.sec02_movie {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 0 0 10px #00000035;
}

.sec02_menu {
    width: 65%;
}

.sec04_authority {
    width: 90%;
    margin-bottom: 15px;
}

.sec04 {
    text-align: center;
}

.sec04_authority02 {
    width: 90%;
    margin-bottom: 20px;
}

.sec04 p {
    margin-bottom: 30px;
}

.sec03 p {
    text-align: center;
    background-color: #f0f0f1;
    padding: 12px 0;
}

.sec03_authority {
    margin-bottom: 20px;
    margin-top: -5px;
}

.media-pr {
    margin-bottom: 20px;
}

.sec05 {
    background-image: url("images/sec05_bg.jpg");
    background-size: cover;
    margin-top: 50px;
    padding-bottom: 50px;
}

.reason-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.reason-box img {
    box-shadow: 0 0 10px #00000020;
}

.sec06 {
    position: relative;
    z-index: 2;
    padding: 136px 0 50px;
    background-color: #f7f7f6;
}

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

.flow-box {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.flow-item {
    position: relative;
    width: calc(50% - 7px);
}

.flow-icon {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 40px;
}

.plan-box img {
    margin-bottom: 35px;
    box-shadow: 0 0 10px #00000030;
    border-radius: 15px;
}

.sec07 {
    text-align: center;
    padding-bottom: 50px;
}

.sec07 h2 {
    line-height: 20px;
    margin-bottom: 20px;
}

.sec07 p {
    margin-bottom: 35px;
}

.option {
    border-radius: 8px;
    box-shadow: 0 0 10px #00000030;
    display: inline-block;
}

.option img {
    border-radius: 8px;
}

.sec09 iframe {
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
    margin-bottom: 20px;
}

.sec09 {
    padding-bottom: 50px;
}

.sec02, .sec03 {
    padding-bottom: 20px;
}

.sec08 {
    background-image: url("images/sec08_bg.jpg");
    background-size: cover;
    padding-bottom: 30px;
}

.voice-bottom {
    height: 48px;
    width: auto;
    margin-left: 8px;
}

.voice-top {
    margin-bottom: 5px;
}

.voice {
    margin-bottom: 20px;
}

.sec10 {
    background-image: url("images/sec10_bg.jpg");
    background-size: cover;
}

.sec10 .inner {
    padding: 50px 20px;
    box-sizing: border-box;
    background-color: #ffffffcd;
}

.cash {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sec11 {
    padding-bottom: 50px;
}

.faq {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.faq img {
    box-shadow: 0 0 10px #00000030;
}

.foot {
    background-color: #343434;
    padding: 12px 0;
}

.foot p {
    text-align: center;
    font-size: 11px;
    color: #fff;
}

.post-password-form {
  padding: 120px 0; /* ヘッダーの高さに合わせて調整 */
  text-align: center; /* 中央寄せにしたい場合 */
}

.pc {
	display: none;
}

@media screen and (min-width:480px) {
	.pc{
		display: block;
	}
	.sp {
		display: none;
	}
    body {
        max-width: 100%;
        box-shadow: none;
    }
    .inner {
        max-width: 760px;
    }
    .inner h2 {
        max-width: 600px;
        margin: 0 auto 52px;
    }
    p {
        font-size: 18px;
        line-height: 28px;
    }
    .logo {
        height:46px;
    }
    .header-right {
        gap: 10px;
    }
    .tel {
        width: 200px;
    }
    .cta-fixed {
        width: 264px;
    }
	.fixed {
		padding: 6px 6px 6px 30px;
	}
	.cta_pc {
		background-image: url("https://pulire-2021.com/wp-content/uploads/2025/08/cta_bg.jpg");
		background-size: cover;
		padding: 80px 0 40px;
	}
	.cta_pc img {
		margin-bottom: 40px;
	}
    .cta-absolute {
        bottom: 17px;
        width: 90%;
    }
    .cta_pc .inner {
        max-width: 600px;
    }
    .media-pr {
        max-width: 600px;
        margin: 0 auto 40px;
    }
    .sec03_authority {
        margin-bottom: 40px;
    }
    .sec02, .sec03, .sec04, .sec05, .sec07, .sec08, .sec09, .sec11 {
        padding-top: 100px;
    }
    .sec04_authority02, .sec04_authority03 {
        max-width: 600px;
        margin-bottom: 40px;
    }
    .reason-box  {
        flex-direction: row;
        flex-wrap:  wrap;
        gap: 20px;
    }
    .reason-box img {
        width: calc(50% - 10px);
    }
	.sec06_bg {
		display: none;
	}
    .flow-box {
        gap: 30px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .flow-item {
        width: calc(33.3% - 20px);
    }
    .flow-icon {
        width: 25%;
        top: -15px;
        left: -15px;
    }
    .plan-box {
        display: flex;
        gap: 30px;
        margin-bottom: 20px;
    }
    .sec05 .inner, .sec07 .inner, .sec08 .inner, .sec09 .inner, .sec10 .inner, .sec11 .inner {
        max-width: 960px;
    }
    .sec07 p {
        margin-bottom: 50px;
    }
    .plan-box img {
        width: calc(33.3% - 20px);
    }
    .option {
        width: 400px;
    }
    .voice {
        display: inline-block;
        width: 49%;
    }
    .faq{
        flex-direction: row;
        flex-wrap:  wrap;
        gap: 20px;
        align-items: flex-start;
    }
    .faq img {
        width: calc(50% - 10px);
    }
    .sec04, .sec05, .sec06,.sec07, .sec08, .sec09, .sec11 {
        padding-bottom: 100px;
    }
    .sec09 iframe {
        width: 50%;
    }
    .cash {
        flex-direction: row;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .cash img {
        width: calc(50% - 10px);
    }
    .sec10 .inner {
        padding: 100px 40px;
    }
    .map-detail {
        width:calc(50% - 20px);
    }
    .sec09 .inner {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 20px;
    }
}