/* base */
.content{
	width: 100%!important;
	padding: 0!important;
}

.lp_content {
    font-size:16px;
    margin:0;
    font-family:
        "Noto Sans JP",
        "Hiragino Kaku Gothic ProN",
        Meiryo,
        sans-serif;
    color:#222;
    background:#fff;
}

* {
    box-sizing:border-box;
}

.lp_breadcrumb{
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.inner{
	width: 1200px;
	max-width: 100%;
	margin: auto;
}

.back_gray{
	background: #f5f1e8;
}

.back_red{
	background: #fff0f2;
}

@media(max-width:1200px){
	.inner{
		padding:0 20px;
	}
}

/* mv */
.mv-wrap{
	background: url(/html/user_data/assets/img/item/jetstream-quickly-campaign/mv_back.webp);
	background-position: center;
	background-size: cover;
}

.mv-wrap img{
	vertical-align: bottom;
}

/* section */
.product-section,
.coupon-section {
    margin:0 auto;
    padding: 80px 0;
}



.product-section__header,
.coupon-section__header {
    text-align:center;
}



.section__badge{
    display:inline-block;
    padding:8px 22px;
    border-radius:999px;
    background:#fff0f3;
    color:#e60023;
    font-size:14px;
    font-weight:bold;
}



.product-section__title,
.coupon-section__title {
    margin:25px 0 20px;
    font-size:40px;
    line-height:1.45;
    font-weight:800;
}


.coupon-section__title span {
    background:linear-gradient(transparent 65%,#ffd4da 65%);
}

.product-section__lead,
.coupon-section__lead {
    color:#444;
    font-size:16px;
}




.product-section__list {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:22px;
    margin-top:45px;
}



.product-card {
    background:#fff;
    border:1px solid #eee;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}



.product-card__image {
    height:205px;
    background:
        radial-gradient(circle at 20% 10%,#fde8e8,transparent 40%),
        linear-gradient(135deg,#f7f3eb,#fff);
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}


.product-card__image img {
    width: 85%;
    max-width: 500px;
    filter:drop-shadow(0 15px 15px rgba(0,0,0,.18));
}



.product-card__tag {
    position:absolute;
    top:18px;
    right:18px;
    background:#205baa;
    color:#fff;
    padding:10px 18px;
    border-radius:999px;
    font-size:13px;
    font-weight:bold;
}



.product-card__body {
    padding:35px 28px 30px;
}



.product-card__size {
    margin:0 0 12px;
    color:#e60023;
    font-size:16px;
    font-weight:bold;
}



.product-card__title {
    margin:0 0 25px;
    font-size:23px;
    font-weight:800;
}



.product-card__plans {
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}



.product-card__plan-button {
    height:80px;
    border:1px solid #ddd;
    border-radius:14px;
    background:#fff;
    cursor:pointer;
    font-size:15px;
}



.product-card__plan-button span {
    display:block;
    font-weight:bold;
}



.product-card__plan-button small {
    color:#444;
}



.product-card__plan-button--active {
    background:#ed001c;
    color:#fff;
    border-color:#ed001c;
}



.product-card__plan-button--active small {
    color:#fff;
}



.product-card__price {
    margin-top:18px;
    border:1px solid #eee;
    border-radius:16px;
    overflow:hidden;
}



.product-card__price-row {
    min-height:85px;
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}



.product-card__quantity {
    margin:8px 0 0;
    color:#444;
    font-size:14px;
}



.product-card__normal-price {
    color:#555;
    font-size:18px;
    font-weight:700;
    text-decoration-line:line-through;
    text-decoration-color:#e60023;
    text-decoration-thickness:2px;
}



.product-card__coupon-price {
    color:#e60023;
    font-size:28px;
    font-weight:900;
}



.product-card__price-row--coupon {
    background:#fff0f2;
}



.product-card__unit {
    display:block;
    text-align:right;
    color:#444;
    font-size:13px;
}



.product-card__note {
    margin:18px 0;
    color:#444;
    font-size:13px;
}



.product-card__link {
    display:flex;
    height:70px;
    align-items:center;
    justify-content:center;
    background:#ed001c;
    color:#fff;
    border-radius:999px;
    text-decoration:none;
    font-weight:bold;
}




.coupon-flow {
    margin-top:60px;
    display:grid;
    grid-template-columns:1fr auto 1fr auto 1fr;
    align-items:center;
    gap:30px;
}



.coupon-flow__card {
    height:260px;
    padding: 40px 12px;
    border: 1px solid #b0b0b0;
    border-radius:24px;
    text-align:center;
}



.coupon-flow__price {
    display:block;
    margin:25px 0 15px;
    font-size:38px;
    font-weight:900;
}



.coupon-flow__price--old {
    color:#666;
    text-decoration-line:line-through;
    text-decoration-color:#e60023;
}



.coupon-flow__card--new {
    border:2px solid #c79b2c;
    background: #fff;
}



.coupon-flow__card--coupon {
    background:#ed001c;
    color:#fff;
}



.coupon-flow__arrow {
    color:#e60023;
    text-align:center;
    font-weight:bold;
}

.coupon-flow__arrow span{
    display: block;
    font-size: 3rem;
}

@media(max-width:768px){
	.coupon-flow__arrow span{
		transform: rotate(90deg);
	}
}


.coupon-box {
    position:relative;
    max-width:730px;
    margin:45px auto 0;
    padding: 30px 30px 40px;
    border:4px dashed #ed001c;
    border-radius:28px;
    background: #fff;
    text-align:center;
}

.coupon-box__badge {
    position:absolute;
    top:-18px;
    left:50%;
    transform:translateX(-50%);
    background:#c79b2c;
    color:#fff;
    padding:10px 30px;
    border-radius:999px;
    font-weight:bold;
}

.coupon-box__message{
    margin-top: 12px;
    font-size: clamp(1.4rem, 1vw, 1.8rem);
}

.coupon-box__discount {
    color:#ed001c;
    font-size:72px;
    margin:0;
}



.coupon-box__discount span {
    font-size:38px;
}

.coupon-section__note{
	text-align: center;
	padding:40px 0 0;
}


.coupon-box__code {
    width:90%;
    padding: 22px 12px;
    margin:30px auto;
    border:1px solid #eee;
    border-radius:18px;
    background:#faf8f2;
    font-size:30px;
    font-weight:bold;
    letter-spacing: 2px;
}


.coupon-box__text{
	font-weight: bold;
}


.coupon-box__button {
    padding:17px 50px;
    border:none;
    border-radius:999px;
    background:#ed001c;
    color:#fff;
    font-size:16px;
    font-weight:bold;
}



@media(max-width:768px){

    .product-section,
    .coupon-section {
        padding:50px 15px;
    }


    .product-section__title,
    .coupon-section__title {
        font-size:28px;
    }


    .product-section__list,
    .coupon-flow {
        grid-template-columns:1fr;
    }


    .product-card__body {
        padding:25px 18px;
    }


    .coupon-box__discount {
        font-size:56px;
    }


    .coupon-box__code {
        font-size:22px;
    }

}



.product-compare {
    margin:0 auto;
    padding: 50px 0;
}


.product-compare__header {
    text-align:center;
    margin-bottom: 40px;
}


.product-compare__heading {
    margin:0 0 20px;
    font-size:40px;
    line-height:1.45;
    font-weight:800;
}


.product-compare__lead {
    margin:0;
    color:#444;
    font-size:16px;
}



.product-compare__container {
    position:relative;
    display:grid;
    grid-template-columns:1fr 1fr;
    overflow:hidden;
    border-radius:24px;
    border:1px solid #eee;
}



.product-compare__card {
    padding:40px;
    min-height:480px;
}



.product-compare__card--old {
    background:#f5f1e8;
}



.product-compare__card--new {
    background:#fff8fa;
}



.product-compare__arrow {
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:2;
    color:#e60023;
    font-size:30px;
    font-weight:bold;
}



.product-compare__badge {
    display:inline-block;
    padding:8px 18px;
    border-radius:999px;
    background:#e8e0d2;
    color:#444;
    font-size:14px;
    font-weight:bold;
    margin-bottom:22px;
}



.product-compare__badge--accent {
    background:#e60023;
    color:#fff;
}



.product-compare__card-title {
    margin:0 0 10px;
    font-size:24px;
    line-height:1.4;
    font-weight:800;
}



.product-compare__card--new .product-compare__card-title {
    color:#e60023;
}



.product-compare__card-subtitle {
    margin:0 0 35px;
    color:#444;
    font-size:14px;
}



.product-compare__list {
    margin:0;
}



.product-compare__item {
    display:grid;
    grid-template-columns:100px 1fr;
    padding:17px 0;
    border-bottom:1px dashed #ddd;
}



.product-compare__label {
    font-weight:bold;
    font-size:15px;
    color: #555;
}



.product-compare__value {
    margin:0;
    font-size:15px;
}



.product-compare__emphasis {
    color:#e60023;
    font-weight:800;
}



.product-compare__note {
    text-align:center;
    margin:25px 0 0;
    color:#444;
    font-size:13px;
}



@media(max-width:768px){

    .product-compare {
        padding:50px 15px;
    }


    .product-compare__heading {
        font-size:28px;
    }


    .product-compare__container {
        grid-template-columns:1fr;
    }


    .product-compare__arrow {
        display:none;
    }


    .product-compare__card {
        min-height:auto;
        padding:30px 20px;
    }


    .product-compare__card-title {
        font-size:21px;
    }


    .product-compare__item {
        grid-template-columns:85px 1fr;
    }

}



.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}
.container-sm {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

.text-center { text-align: center; }
.text-white {/* color: #ffffff; */}
.red-text { color: #d10014; }

.section-badge {
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 8px;
}
.section-title {
    margin: 25px 0 20px;
    font-size: 40px;
    line-height: 1.45;
    font-weight: 800;
}

.condition-table {
  width: 850px;
  max-width: 100%;
  margin: auto;
  border-collapse: collapse;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.condition-table th, 
.condition-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #f0eeeb;
  font-size: 14px;
}

.condition-table tr:last-child th,
.condition-table tr:last-child td {
  border-bottom: none;
}

.condition-table th {
  width: 30%;
  background-color: #f9f7f5;
  text-align: left;
  font-weight: bold;
  color: #444444;
}

.condition-table td {
  width: 70%;
  color: #333333;
}

.condition-table a{
	text-decoration: underline;
	color:#004e98;
}

.condition-table a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.coupon-code {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.notes-box {
  background-color: #ffffff;
  border: 1px solid #eadecc;
  border-radius: 12px;
  padding: 30px 30px 30px 48px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.02);
  width: 850px;
  max-width: 100%;
  margin: auto;
}

.notes-list {
  list-style-type: none;
}

.notes-list li {
  position: relative;
  font-size: 13px;
  color: #666666;
  margin-bottom: 12px;
  line-height: 1.7;
  list-style: disc;
}

.notes-list li:last-child {
  margin-bottom: 0;
}

.section-badge-outline {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 4px 16px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
}

.cta-title {
  letter-spacing: 0.05em;
  margin: 25px 0 20px;
  font-size: 40px;
  line-height: 1.45;
  font-weight: 800;
}

.cta-lead {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 auto 35px;
  width: 850px;
  max-width: 100%;
  opacity: 0.95;
}

.btn-cta {
  display: inline-block;
  background-color: #ffffff;
  color: #d10014;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  padding: 16px 45px;
  border-radius: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}

.btn-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.links-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 850px;
  max-width: 100%;
  margin: auto;
}

.link-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #eadecc;
  border-radius: 6px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  transition: all 0.2s ease;
}

.link-card:hover {
  background-color: #fdfcfb;
  border-color: #d10014;
}

.link-card .link-arrow {
  color: #ed001c;
  font-weight: normal;
  transition: color 0.2s ease;
}

.link-card:hover .link-arrow {
  color: #d10014;
}

.link-card.border-red {
  border-color: #d10014;
}

.footer {
  text-align: center;
  padding: 40px 20px;
  background-color: #fbf9f6;
  font-size: 11px;
  color: #888888;
  border-top: 1px solid #f0eeeb;
}

@media (max-width: 640px) {
  .section {
    padding: 40px 15px;
  }
  .section-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .condition-table th, 
  .condition-table td {
    display: block;
    width: 100%;
  }
  .condition-table th {
    padding-bottom: 5px;
    background-color: #ffffff;
  }
  .condition-table td {
    padding-top: 5px;
    border-bottom: 1px solid #f0eeeb;
  }
  .notes-box {
    padding: 20px;
  }
  .cta-title {
    font-size: 18px;
  }
  .links-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .btn-cta {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
  }
}

.section__heading{
	text-align: center;
}

/* flow */
.flow-toggle-btn {
    padding: 16px 20px;
    font-size: clamp(1.5rem,1.5vw,1.8rem);
    font-weight: bold;
    color: #222;
    border: 3px solid #2180da;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    transition: background-color 0.2s, color 0.2s;
    width: 700px;
    max-width: 100%;
}

.flow-toggle-btn:hover {
	background-color: #2180da;
	color: #fff;
	border: 3px solid #2180da;
}

.flow-toggle-btn:active {
	transform: translateY(0);
}

.flowchart-wrapper {
	transition: max-height 0.4s ease-in-out, opacity 0.4s;
	max-height: 2000px;
	opacity: 1;
	width: 100%;
}

.is-hidden {
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.flowchart-container {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.flow-step {
	display: flex;
	border-radius: 8px;
	overflow: hidden;
	margin: 20px 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #2180da;
}

.step-header {
	flex-shrink: 0;
	width: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	padding: 10px 0;
	font-weight: bold;
	background-color: #2180da;
	border-right: 1px solid #2180da;
}

.step-number {
	font-size: 1.2em;
}

.step-num-bold {
	font-size: 2.2em;
	line-height: 1;
}

.step-content {
	flex-grow: 1;
	padding: 15px 20px;
	background-color: white;
	color: #222;
	font-size: 15px;
	line-height: 1.6;
	border: none;
}


.flow-separator {
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.flow-separator::before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #2180da;
}
.step-content img {
    height: 3em;
    width: auto;
    vertical-align: middle;
    margin: 0 5px;
}

.step-content .step-image-large {
    height: auto;
    width: 100%; 
    display: block; 
    margin: 10px auto 0; 
    vertical-align: initial;
    border: solid 1px #ccc;
}

.product__anchor{
    position: relative;
    margin: 40px auto 0;
    padding: 12px 44px 12px 44px;
    display: block;
    width: 400px;
    max-width: 100%;
    text-align: center;
    border: 3px solid #e60023;
    border-radius: 50px;
    font-size: clamp(1.6rem, 2vw, 2rem);
    font-weight: bold;
    color: #e60023;
    transition: all 0.2s;
}

.anchor__down:after{
    content: '';
    transform: translateY(-25%) rotate(45deg);
    position: absolute;
    width: 10px;
    height: 10px;
    right: 24px;
    top: 39%;
    margin-left: 10px;
    border-bottom: 3px solid #e60023;
    border-right: 3px solid #e60023;
    transition: transform .5s;
}

.anchor__up:after{
    content: '';
    transform: translateY(-25%) rotate(225deg);
    position: absolute;
    width: 10px;
    height: 10px;
    right: 24px;
    top: 52%;
    margin-left: 10px;
    border-bottom: 3px solid #e60023;
    border-right: 3px solid #e60023;
    transition: transform .5s;
}

.product__anchor:hover{
    background: #e60023;
    color:#fff;
}

.anchor__down:hover:after,
.anchor__up:hover:after{
    border-color:#fff;
}