@charset "utf-8";

#iphone_lp {
    margin: 0 auto;
    width: 1000px;
}

.mv {
    margin: 0 auto 40px;
}

.headline .-head {
    color: #192B5B;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.headline .-caution {
    font-size: 12px;
    margin: 10px auto 80px;
    text-align: center;
}

.prediction {
    display: flex;
    gap: 20px;
    margin: 0 0 60px;
}

.prediction_wrap {
    flex: 1;
}

.prediction_wrap .-head {
    min-height: 62.4px;
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
    text-align: center;
}

.law {
    margin: 80px 0;
}

.law .-head {
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
    text-align: center;
}

.law_wrap {
    background: #F0F0F0;
    margin: 0 auto;
    padding: 40px 120px;
    position: relative;
    width: 880px;
}

.law_wrap::before,
.law_wrap::after {
    background: center/100% auto no-repeat;
    content: '';
    display: block;
    height: 68px;
    position: absolute;
    width: 90px;
}

.law_wrap::before {
    background-image: url('/pc/img/lp/iphone17/law_l.png');
    left: -60px;
    top: -20px;
}
.law_wrap::after {
    background-image: url('/pc/img/lp/iphone17/law_r.png');
    right: -60px;
    bottom: -20px;
}

.subHeadline .-head {
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 40px;
    text-align: center;
}

.subHeadline .-detail {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    margin: 0 auto 60px;
}

.subHeadline .-detail strong {
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 70%, rgba(255, 226, 78, 1) 70%, rgba(255, 226, 78, 1) 95%, rgba(255, 255, 255, 1) 95%, rgba(255, 255, 255, 1) 100%);
    color: #192B5B;
    font-weight: bold;
}

.evolve-subTitle {
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto 40px;
    text-align: center;
}

.evolve {
    background: #F0F0F0;
    margin: 0 auto 113px;
    padding: 40px 40px 93px;
    position: relative;
}

.evolve_detail {
    display: flex;
    gap: 20px;
}

.evolve .-model {
    border-left: 3px solid #ccc;
    color: #192B5B;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px 0;
    padding-left: 10px;
}

.evolve img {
    margin: 0 0 15px 0;
}

.evolve .-detailHead {
    font-weight: bold;
}

.evolve .-detailHead,
.evolve .-detailText {
    line-height: 1.5;
}

.evolveCatch {
    bottom: -53px;
    background: #FFE24E;
    color: #192B5B;
    font-size: 20px;
    font-weight: bold;
    height: 106px;
    left: 50%;
    padding: 20px 0 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 790px;
}

.evolveCatch::before,
.evolveCatch::after{
    border-color: #FFE24E transparent;
    border-style: solid;
    border-width: 53px 20px;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
}
.evolveCatch::before {
    left: -20px;
}
.evolveCatch::after {
    right: -20px;
}

.evolveCatch strong {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
}

.banner {
    margin: 80px auto;
}

.cpBanner {
    margin: 133px 0 0;
}

.pickup {
    margin: 0 auto 60px;
}

.price {
    margin: 0 auto;
}

.price_menu {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 0 auto 40px;
}

.price_menu > li {
    border-bottom: 1px solid #192B5B;
    position: relative;
    width: 145px;
}

.price_menu > li:hover {
    opacity: 0.8;
}

.price_menu > li::after {
    border: 1px solid #192B5B;
    border-left: none;
    border-top: none;
    content: '';
    display: block;
    height: 5px;
    margin: -3px 0 0;
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 5px;
}

.price_menu a {
    color: #192B5B;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 0 calc(14*100vw/375) 0 0;
    text-decoration: none;
    width: 100%;
}

.caution {
    font-size: 14px;
}

.caution > li {
    padding: 0 0 0.3em 1em;
    text-indent: -1em;
}

.pickup_head {
    color: #192B5B;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto 40px;
    text-align: center;
}

.pickup_text {
    margin: 0 auto 20px;
}

.pickup_list {
    align-items: stretch;
    display: flex;
    gap: 20px;
}

.pickup_list > a {
    align-items: stretch;
    display: block;
    color: #333;
    position: relative;
    text-decoration: none;
    width: 25%;
}

.pickup_list li {
    height: 100%;
    padding: 10px 10px 116px;
}

.pickup_list li:hover {
    background: #f0f0f0;
}

.pickup_image {
    height: 194px;
    margin: 0 auto 30px;
    width: 169px;
}

.pickup_image img {
    display: block;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}

.pickup_name {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.pickup_price {
    bottom: 70px;
    font-size: 14px;
    position: absolute;
    vertical-align: baseline;
}

.pickup_price .-num {
    color: #FF2626;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.05em;
}

.pickup_link {
    border: 1px solid #192B5B;
    border-radius: 4px;
    bottom: 10px;
    color: #192B5B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    left: 50%;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    transform: translateX(-50%);
    width: 100%;
}

.pickup_list li:hover .pickup_link {
    background: #edf3ff;
}

.pickup_list > a.-double {
    width: 50%;
}


.pickup_list .-double li {
    display: flex;
    gap: 20px;
}

.list {
    align-items: start;
    display: flex;
    flex-wrap: wrap;
    gap: 156px 40px;
    margin: 0 auto 20px;
}

.list_group {
    padding: 0 0 20px;
    width: calc(50% - 20px);
}

.list_head {
    color: #192B5B;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 40px;
}

.list_detail {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    margin: 40px 0 0;
    width: 100%;
}

.list_detail-head {
    height: 40px;
    padding: 14px 0 8px;
    text-align: right;
    width: 160px;
}

.list_detail-name {
    border-top: 1px solid #ddd;
    background: #f6f6f6;
    color: #192B5B;
    font-size: 16px;
    padding: 13px 0 13px 25px;
    text-align: left;
}

.list_detail-unused {
    border-top: 1px solid #ddd;
    padding: 13px 0 0 0;
    text-align: right;
    vertical-align: top;
}

.list_detail-unused .-num {
    color: #FF2626;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.05em;
    padding-right: 4px;
}

.list_detail-used {
    border-top: 1px solid #ddd;
    padding: 13px 0 0 0;
    text-align: right;
}

.list_link {
    border: 1px solid #192B5B;
    border-radius: 4px;
    color: #192B5B;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 40px auto 0;
    text-align: center;
    text-decoration: none;
    width: 235px;
}

.list_link:hover {
    background: #edf3ff;
}

.banner img {
    display: block;
    margin: 0 auto;
}

.pickup_caution {
    font-size: 12px;
    margin: 20px 0 80px;
}

.pickup_caution > li {
    display: block;
}

.price_iPhoneBtn {
    border-top: 1px solid #ddd;
    padding: 80px 0 10px;
}

.price_appleWatchBtn {
    padding: 10px 0;
}

.price_airPodsBtn {
    padding: 10px 0 80px;
}

.price_iPhoneBtn a,
.price_appleWatchBtn a,
.price_airPodsBtn a {
    border: 1px solid #192B5B;
    background: #192B5B;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 280px;
}

.price_iPhoneBtn a:hover,
.price_appleWatchBtn a:hover,
.price_airPodsBtn a:hover {
    background: #edf3ff;
    color: #192B5B;
}


.faq {
    background: #F0F0F0;
    padding: 80px 0;
}

.faq_head {
    color: #192B5B;
    font-size: 36px;
    font-weight: bold;
    margin: 0 auto 80px;
    text-align: center;
}

.faq_list {
    margin: 0 auto;
    width: 1000px;
}

.faq_list > li {
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 0 0 10px;
    position: relative;
}

.faq_list .-q {
    color: #192B5B;
    font-weight: bold;
    padding: 20px 60px;
    position: relative;
}

.faq_list .-a {
    border-top: 1px solid #ccc;
    display: none;
    font-size: 14px;
    padding: 40px 85px;
}

.faq_list .-q::after {
    border: 2px solid #192B5B;
    border-left: none;
    border-top: none;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    right: 33px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 6px;
}

.tips {
    margin: 80px auto;
}

.tips_head {
    color: #192B5B;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.points_wrapper {
    background: #F0F0F0;
    border-top: none;
    width: 100%;
}

.points_wrapper .contents_mainArea {
    margin: 40px auto 0;
    width: 1000px;
}


/************ 4つのポイント ******************/


#fourPointWrapper{ 
    background: #F0F0F0;
    padding-top: 0;
}

#fourPoint{
    padding: 50px 0 40px;
}

.fouePointsContents_Wrapper {
    width: 1000px;
    margin: 90px auto 80px;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: flex-start;
}

.fouePointsContents {
    background: #F0F0F0;
    width: 235px;
    height: 354px;
    position: relative;
}

img.number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 65px;
}


.fouePointsContents p {
    color: #333;
    margin: 50px auto 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}

.fouePointsContents p::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 0;
    border-bottom: 3px solid #e0e0e0;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.fouePointsContents p span {
    font-size: 12px;
    font-weight: normal;
}

.fouePointsContents .pointImg {
    width: 205px;
    height: auto;
    display: block;
    margin: 20px auto 0;
}


.floatBnr {
    bottom: 0;
    position: fixed;
    right: 0;
}