@charset "UTF-8";
/* CSS Document */
body {
  width: 100%;
  margin: 0;
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

body p {
	margin-top: 0;
	margin-bottom: 0;
　　font-weight: 500;
	color: #333333;
}

.br-pc { display:block; }
.br-sp { display:none; }
 
@media screen and (max-width: 767px) {
 
	.br-pc { display:none; }
	.br-sp { display:block; }

}

.header {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: #FFFFFF;
}

.inner02 {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

.header_inner {
	justify-content: space-between;
}

.header_logo {
	width: 200px;
	height: auto;
	display: block;
}

.header_button {
	width: 240px;
	height: auto;
	font-size: 1.25rem;
	font-weight: 600;
	display: flex;
	justify-content: center;
	text-align: center;
	background: #F01D46;
	border-radius: 16px;
	color: white;
	text-decoration: none;
	padding: 13px 20px;
	transition: transform 0.35s ease-out, background 0.35s ease;
	box-sizing: border-box;
}

.header_button:hover {
	background: #C10C2F;
	transform: translateY(6px);
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.5s ease;
}

.mv {
	width: 100%;
	position: relative;
	background-image: url("../delivery_service/images/delivery_serviceLP_background.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	height: auto;
	aspect-ratio: 2800 / 1313;
}

.mv_inner {
	position: relative;
	height: 100%;
}

.mv_box {
	width: 100%;
	max-width: 40vw;
	position: absolute;
	top: 60%;
	left: 15vw;
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
}

.mv_text {
	width: 100%;
	text-align: center;
	font-weight: 600;
	color: #333333;
	line-height: 1.5;
	font-size: 1.2vw;
}
	
.button_mv {
	width: 100%;
	margin: 0 auto;
	max-width: 24vw;
	line-height: 2.2;
	font-size: 1.7vw;
	font-weight: 600;
	padding: 0.7em 0.2em;
	display: flex;
	justify-content: center;
	text-align: center;
	background: #F01D46;
	border: 2px solid white;
	border-radius: 16px;
	border-color: #fff;
	color: white;
	text-decoration: none;
	transition: transform 0.35s ease-out, background 0.35s ease;
	box-sizing: border-box;
	white-space: nowrap;
}

.button_mv:hover {
	background: #C10C2F;
	transform: translateY(16px);
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.5s ease;
}

.section_yw {
	width: 100%;
	margin: 0;
	position: relative;
	background-size: 100% auto;
	height: auto;
	background-image: url("../delivery_service/images/backgroud_yellow.png"),
	url("../delivery_service/images/backgroud_yellow_mirror.png");
	background-position: 
		center top 0px,
		center top 100%;
	background-size:
		100% 100%,
		100% -100%;
	background-repeat: repeat-y;
	box-sizing: border-box;
}

.section_inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 100px 0px;
	box-sizing: border-box;
}

.item_01 {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

h1 {
	margin: 0;
	margin: 20px 0;
}

.item_title {
	width: 100%;
	margin-right: 1vw;
	margin-bottom: 52px;
	text-align: center;
}

.item_title_img01 {
	width: 100%;
	height: auto;
}

.box_01 {
	width: 100%;
	max-width: 1000px;
	display: block;
	position: relative;
	margin-bottom: 4.5vw;
}

.box_01 img {
	width: 100%;
	max-width: 190px;
	height: auto;
	position: relative;
	bottom: 0;
	transform: translate(45%, 25%);
	z-index: 1;
}

.sub_box_01 {
	width: 100%;
	max-width: 600px;
	height: auto;
	position: absolute;
	align-items: center;
	top: 0;
	left: 22%;
	border-radius: 16px;
	padding: 60px clamp(36px,4vw,100px);
	background-color: #FFEDF5;
	box-sizing: border-box;
	box-shadow: 10px 12px #DDAEC0;
	z-index: 0;
}

.box_01_layout {
	width: 100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.sub_box_01 ul {
	margin: 0;
	padding-left: 0;
}

.sub_box_01 li {
	font-weight: 600;
	font-size: clamp(20px, 1.8vw, 22px);
	line-height: 2;
	color: #7C0022;
	list-style-type: none;
}

.section_pink {
	background-color: #FFEAF3;
}

.item_02 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.title_02 {
	width: 100%;
	max-width: 1080px;
	height: auto;
	margin-bottom: 52px;
	margin-left: auto;
	margin-right: auto;
}

.text_02 {
	width: 100%;
	max-width: 1080px;
	font-weight: 600;
	color: #333333;
	text-align: center;
	font-size: 20px;
	line-height: 2;
}

.item_03 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	align-items: center;
	gap: 30px;
}

.item_title_03 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content: center;
}

.item_title_03 img {
	width: 100%;
	max-width: 1080px;
}

.box_layout_03 {
	width: 100%;
	max-width: 1080px;
	display: contents;
}

.box_03 {
	width: 100%;
	max-width: 84vw;
	display: flex;
	justify-content: center;
	gap: 20px;
}

.card_03 {
	margin: 0 auto;
	background-color: #D14F90;
	border: 2px solid #D14F90;
	border-radius: 10px;
	display: flex;
	flex: 1;
	flex-direction: column;
	text-align: center;
	overflow: hidden;
}

.text_03 {
	margin: 0;
	background-color: white;
	padding: 0vw 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	flex: 1;
}

.text_03 ul{
	margin: 0;
	padding: 1vw 0vw;
}

.text_03 li {
	font-weight: 600;
	list-style-type: none;
	margin-bottom: 20px;
	font-size: clamp(13px, 1.6vw, 17px);
}

.text_03_last {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 2;
}

h2 {
	font-size: clamp(23px, 2.3vw, 24px);
	text-align: center;
	line-height: 0.6;
	color: white;
}

h3 {
	margin: 0;
	margin-top: 14px;
	margin-bottom: -10px;
	font-size: clamp(13px, 1.3vw, 18px);
	color: #454545;
}

.text_03 p {
	margin: 0 auto;
	line-height: 1.8;
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.hr1 {
	width: 90%;
	margin: 0 auto;
	border-top: 2px solid #aaa;
}

.item_04 {
	width: 100%;
	max-width: 1080px;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 30px 0px;
	box-sizing: border-box;
}

.item_04 img {
	width: 100%;
	max-width: 1080px;
	margin-bottom: 30px;
}

.box_body {
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
}

.box_04 {
	width: 100%;
	display: grid;
	grid-template-columns: 0.8fr 1.3fr 1.3fr;
	background-color: #FFF;
	border: 3px solid #D14F90;
	border-radius: 10px;
	overflow: hidden;
}

.cell {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 14px 12px;
	font-size: clamp(11px, 1.8vw, 18px);
	font-weight: 600;
	text-align: center;
	border-right: 2px solid #D1D1D1;
	border-bottom: 2px solid #D1D1D1;
	box-sizing: border-box;
}

.head {
	background-color: #ef7a96;
	color: #FFF;
	font-size: 20px;
	border-right: 2px solid #A01670;
}

.left {
	background-color: #D14F90;
	border-bottom: 2px solid #A01670;
	border-right: 2px solid #D14F90;
	color: #FFF;
}

.right {
	background-color: #e62772;
}

.right_child {
	background-color: #fff7e9;
}

.cell:nth-child(3n) {
	border-right: none;
}

.center:nth-child(-n+3) {
  border-bottom: none;
}

.right:nth-child(-n+3) {
  border-bottom: none;
}

.cell:nth-last-child(-n+3) {
  border-bottom: none;
}

.text_04 {
	margin-top: 8px;
	text-align: right;
	font-size: 10px;
	line-height: 1.6;
}

.button_layout {
	width: 100%;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
	margin-top: 40px;
}

.button_common {
	width: 100%;
	margin: 0 auto;
	max-width: 340px;
	height: 80px;
	line-height: 2;
	font-size: 24px;
	font-weight: 600;
	padding: 16px 20px;
	display: flex;
	justify-content: center;
	text-align: center;
	background: #F01D46;
	border-radius: 16px;
	color: white;
	transition: transform 0.35s ease-out, background 0.35s ease;
	text-decoration: none;
	box-sizing: border-box;
}

.button_common:hover {
	background: #C10C2F;
	transform: translateY(16px);
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.5s ease;
}

.item_05 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
	position: relative;
	justify-content: center;
	flex-direction: column;
	box-sizing: border-box;
}

.item_05 img {
	margin-bottom: 30px;
}

.title_05 {
	width: 100%;
	max-width: 1080px;
	margin: 0;
}

.box_05 {
	width: 100%;
	max-width: 780px;
	margin: 0 auto;
	margin-bottom: 34px;
	border-radius: 16px;
	padding: 40px 60px;
	background-color: #FFFDEB;
	box-sizing: border-box;
	box-shadow: 10px 12px #E5E1C2;
	gap: 40px;
}

.sub_box_05 {
	margin: 0 auto;
	text-align: center;
	padding: 40px 0px;
	box-sizing: border-box;
}

.check_layout {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.check_img {
	width: 100%;
	max-width: 67px;
}

.sub_title_layout {
	transform: translate(0px, -10px)
}

.sub_title_05 h2 {
	width: 100%;
	font-size: clamp(26px, 2.8vw, 30px);
	color: #454545;
}

.text_05 p {
	font-size: clamp(12px, 1.8vw, 18px);
	color: #333333;
	line-height: 1.8;
}

.hr2 {
	width: 101%;
	transform: translate(-4px, -10px);
	border-top: 5px solid #DD2A6F;
}

.item_06 {
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 10px;
	gap: 20px;
}

.title_06_img {
	width: 100%;
	max-width: 1080px;
}

.box_06 {
	width: 96%;
	margin: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: #FFF;
	border-radius: 10px;
	border: 3px solid #D14F90;
	padding: 40px 30px;
	gap: 30px;
	box-sizing: border-box;
}

.sub_box_06 {
	width: 100%;
	max-width: 100em;
	margin: 0px 20px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.text_box_06 {
	display: flex;
	align-items: center;
	margin: 0;
	gap: 12px;
}

.sub_title_06 h2 {
	margin: 0 auto;
	text-align: left;
	font-size: clamp(17px, 2.3vw, 32px);
	line-height: 1.6;
	color: #000;
}

.text_06 {
	font-size: clamp(15px, 2.6vw, 17px);
	font-weight: 500;
	color: #333333;
	line-height: 1.8;
}

.text_box_06 span {
	color: #DD2A6F;
}

.feature {
	width: 100%;
	max-width: 300px;
}

.box_06_02 {
	flex-direction: row-reverse;
}

.text_06_last {
	margin-top: 40px;
	font-weight: 600;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 2;
}

.item_07 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: clamp(15px, 1.9vw, 17px);
	padding: 20px 20px;
	box-sizing: border-box;
	gap: 10px;
}

.img_07 {
	width: 120%;
	max-width: 800px;
	height: auto;
	margin: 0;
	margin-top: -20px;
	margin-left: -40px 
}

.sub_box_07 {
	margin: 0;
}

.box_07{
	width: 100%;
	max-width: 900px;
	display: flex;
	justify-content: center;
	margin: 32px 0px;
	margin-left: -60px; 
}

.question {
	width: 92px;
	height: 100px;
	transform: translate(70px, -40px);
}

.card_07 {
	width: 100%;
	margin: 0 auto;
	background-color: #D14F90;
	border: 2px solid #D14F90;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	overflow: hidden;
}

.sub_box_07 h2 {
	text-align: left;
	margin-left: 85px;
	line-height: 1.1;
}

.text_07 {
	margin: 0;
	background-color: white;
	padding: 30px clamp(12px, 2.2vw, 40px);
	text-align: left;
	font-weight: 500;
	color: #333333;
	line-height: 1.8;
	box-sizing: border-box;
}

.section_last {
	background-color: #D14F90;
}

.item_08 {
	width: 100%;
	margin: 0;
	padding: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 40px;
}

.title_08 {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.text_08_last {
	font-weight: 600;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 2;
}

.button_last {
	width: 100%;
	margin: 0 auto;
	max-width: 340px;
	height: 80px;
	line-height: 2;
	font-size: 24px;
	font-weight: 600;
    padding: 16px 20px;
	display: flex;
	justify-content: center;
	text-align: center;
	background: #FFF;
	border-radius: 16px;
	color: #D14F90;
	box-shadow: 3px 3px #6F2646;
	text-decoration: none;
	transition: transform 0.35s ease-out, background 0.35s ease, box-shadow 0.35s ease;
	box-sizing: border-box;
}

.button_last:hover {
	background: #FCFCCD;
	transform: translateY(16px);
	box-shadow: 3px 3px #6F2646;
	color: #B5005B;
	transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.5s ease, box-shadow 0.2s ease, color 0.2s ease;
}

#footer {	
	background-color: #FFFDEB;	
}

.inner {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px 40px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.05vw;
	box-sizing: border-box;
}

.footernav {
	display: none;
}

.footertext {
	width: 100%;
	max-width: 1080px;
	padding: 90px 1% 20px;
	font-size: 13px;
	line-height: 2.2;
	margin: 0;
	color: #333333;
	box-sizing: border-box;
}

.copy p {
	font-size: 14px;
	color: #333333;
}

/* ==========================================================================
 2. タブレット用のスタイル
 ========================================================================== */

@media screen and (max-width: 1023px) {
	
	.header_logo {
		width: 190px;
	}

	.header_button {
		width: 230px;
		font-size: 1.25rem;
		padding: 13px 20px;
	}
	
	.mv_box {
		gap: 1vw;
	}
	
	.button_mv {
		font-size: 1.7vw;
		max-width: 24vw;
		padding: 0.6em 0.2em;
		border-radius: 14px;
	}
	
	.button_mv:hover {
		transform: translateY(10px);
	}
	
	.section_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 100px 20px;
	}
	
	.item_01 {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.item_title {
		width: 100%;
		margin-right: 1vw;
		margin-bottom: 2.5vw;
		text-align: center;
	}

	.item_title_img01 {
		width: 100%;
		height: auto;
	}

	.box_01 {
		max-width: 800px;
		margin-bottom: 4.5vw;
	}

	.box_01 img {
		max-width: 180px;
		transform: translate(25%, 25%);
	}

	.sub_box_01 {
		width: 90%;
		max-width: 520px;
		left: 24%;
		border-radius: 16px;
		padding: 60px 3.5vw;
	}

	.sub_box_01 li {
		font-size: clamp(18px, 1.7vw, 22px);
	}
	
	.box_05 {
		max-width: 76vw;
		padding: 40px 40px;
	}
	
	.feature {
		width: 100%;
		max-width: 260px;
	}
}

/* ==========================================================================
 3. スマホ用のスタイル
 ========================================================================== */

@media screen and (max-width: 767px) {
	.inner02.section_inner {
		padding: 8vw 4.5vw;
		justify-content: center;
	}
	
	.inner02 {
		max-width: 767px;
		padding: 2vw 1vw;
		align-items: center;
		gap: 20px;
	}
	
	.header_logo {
		width: 100%;
		max-width: 36vw;
		height: auto;
		display: block;
	}
	
	.header_button {
		max-width: 36vw;
		height: auto;
		font-size: 3.5vw;
		padding: 12px 16px;
	}

	.mv {
		background-image: url(../delivery_service/images/delivery_serviceLP_main_sp.png);
		aspect-ratio: 768 / 1400;
	}
	
	.mv_inner {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.mv_box {
		width: 81%;
		max-width: 90vw;
		position: absolute;
		top: 58%;
		left: 50%;
		transform: translateX(-50%);
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 4px;
		box-sizing: border-box;
	}
	
	.mv_text {
		line-height: 1.5;
		font-size: 3vw;
	}

	.button_mv {
		max-width: 64vw;
		line-height: 2.2;
		font-size: 4vw;
		padding: 0.8em 1em;
		border: 2px solid white;
		border-radius: 14px;
	}

	.button_mv:hover {
		background: #C10C2F;
		transform: translateY(14px);
		transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), background 0.5s ease;
	}
	
	.section_inner {
		max-width: 767px;
		padding: 6vw 2vw;
	}

	.item_01 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.item_title {
		width: 100%;
		margin-right: 1vw;
	}
	
	.box_01 {
		width: 100%;
		max-width: 82vw;
		height: 50vw;
		position: relative;
		display: block;
		margin-bottom: 0vw;
	}
	
	.box_01 img {
		width: 25vw;
		max-width: 160px;
		height: auto;
		position: relative;
		bottom: 0;
		transform: translate(-15%, 46%);
	}

	.sub_box_01 {
		width: 100%;
		max-width: 72vw;
		position: absolute;
		top: -5%;
		left: 10%;
		border-radius: 14px;
		box-shadow: 5px 6px #DDAEC0;
		padding: 8vw 5vw;
	}
	
	.sub_box_01 li {
		width: 100%;
		font-size: clamp(7px, 3.4vw, 24px);
		line-height: 2;
	}
	
	.item_02 {
		width: 100%;
		max-width: 90vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		padding: 4vw 0vw;
		box-sizing: border-box;
	}

	picture img {
		vertical-align: bottom;
	}

	.title_02 {
		width: 100%;
		max-width: 90vw;
		margin-bottom: 1vw;
	}

	.text_02 {
		width: 100%;
		max-width: 767px;
		margin: 0 auto;
		font-size: clamp(12px, 3.5vw, 26px);
	}
	
	.item_03 {
		padding: 10px 6px;
		gap: 10px;
	}

	.box_layout_03 {
		width: 100%;
		display: contents;
	}
	
	.box_03 {
		flex-direction: column;
		gap: 12px;
	}

	.card_03 {
		flex: 1;
		width: 100%;
		max-width: 100%;
		border-radius: 8px;
	}
	
	.text_03 {
		width: 100%;
		max-width: 780px;
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0vw 2vw;
		box-sizing:border-box;
	}

	.text_03 ul{
		width: 100%;
		margin: clamp(16px, 3vw, 38px);
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.text_03 li {
		font-size: clamp(14px, 3.2vw, 20px);
	}
	
	h2 {
		font-size: clamp(18px, 2vw, 28px);
	}
	
	h3 {
		margin-top: 14px;
		margin-bottom: -10px;
		font-size: clamp(14px, 2.5vw,28px);
	}

	.text_03_last {
		width: 100%;
		max-width: 84vw;
		margin-top: 14px;
		font-size: clamp(14px, 3.5vw, 26px);
	}

	.item_04 {
		padding: 0px;
		gap: 8px;
	}

	.box_body {
		width: 100%;
		padding: 0px;
		margin-bottom: 30px;
}
	
	.cell {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px clamp(0px, 0.8vw, 6px);
		font-size: clamp(11px, 3.4vw, 25px);
	}
	
	.head {
		font-size: clamp(16px, 3.4vw, 28px);
	}

	.item_04 img {
		margin-bottom: -20px;
	}
	
	.button_layout {
		margin: 0 auto;
		margin-top: １0px;
		margin-bottom: 30px;
	}

	.button_common {
		max-width: 66vw;
		height: 18vw;
		font-size: 5vw;
		align-items: center;
		padding: 1em;
		border-radius: 14px;
	}
	
	.title_05 {
		width: 100%;
		max-width: 70vw;
		height: auto;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	.box_05 {
		max-width: 82vw;
		padding: 26px 2.2vw;
		margin-top: 10px;
		box-shadow: 5px 6px #E5E1C2;
	}
	
	.sub_box_05 {
		padding: 25px 0px;
		box-sizing: border-box;
	}

	.check_layout {
		align-items: center;
		gap: 16px;
	}

	.sub_title_layout {
		transform: translate(0px, -16px)
	}
	
	.check_img {
		width: 100%;
		max-width: 11vw;
	}

	.sub_title_05 h2 {
		width: 100%;
		font-size: clamp(16px, 4.6vw, 38px);
		line-height: 1.5;
	}

	.text_05 p {
		font-size: clamp(14px, 3.6vw, 26px);
		color: #333333;
		line-height: 2;
	}

	.hr2 {
		width: 100%;
		transform: translate(-4px, -10px);
		border-top: 5px solid #DD2A6F;
	}
	
	.item_06 {
		padding: 10px 0px;
	}
	
	
	.title_06_img {
		margin: 0;
		justify-content: center;
		margin-bottom: -25px;
	}

	.box_06 {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 2.5vw;
		padding: 20px;
}

	.sub_title_06 h2 {
	font-size: clamp(15.5px, 3.6vw, 36px);
	}
	
	.sub_box_06 {
		margin: 0px 6px;
		justify-content: center;
		align-items: center;
	}
	
	.text_box_06 {
		width: 100%;
		justify-content: left;
	}
	
	.text_box_06 img {
		width: 100%;
		max-width: 20vw;
	}
	
	.feature {
		width: 100%;
		max-width: 250px;
	}
	
	.text_06_last {
		margin-top: 10px;
		font-size: clamp(11px, 3.6vw, 26px);
	}

	.item_07 {
		padding: 0 2vw;
		gap: 0px;
	}

	.img_07 {
		width: 100%;
		max-width: 700px;
		height: auto;
		margin: 0;
	}
	
	.box_07{
		width: 100%;
		max-width: 800px;
		display: flex;
		position: relative;
		margin: 32px 0px;
		margin-left: 16px;
	}

	.question {
		position: absolute;
		top: -25px;
		left: -16px;
		z-index: 10;
		width: clamp(50px, 15%, 68px);
		height: auto;
		transform: none;
	}

	.card_07 {
		width: 110%;
		max-width: 100%;
		margin: 0;
		box-sizing: border-box;
	}

	.sub_box_07 h2 {
		width: 100%;
		max-width: 90%;
		margin-left: 12%;
		font-size: clamp(17px, 3.2vw, 30px);
		padding-right: 10%;
		line-height: 1.5;
		box-sizing: border-box;
	}

	.text_07 {
		padding: 20px 20px;
		text-align: left;
	}
	
	.item_08 {
		width: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 30px;
		margin-top: 20px;
	}
	
	.item_08 > div:first-child {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.title_08 {
		display: block;
		margin: 0 auto;
		width: 100%;
		margin-left: 1.1vw;
		max-width: 767px;
		height: auto;
	}
	
	.text_08_last {
		width: 100%;
		text-align: center;
		font-size: clamp(14px, 3.5vw, 26px);
	}
	
	.button_layout {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 0px;
	}
	
	.button_last {
		max-width: 66vw;
		height: 18vw;
		font-size: 5vw;
		align-items: center;
		padding: 1em;
		border-radius: 14px;
	}

	.inner {	
		padding: 0;	
		padding: 8px 0px;	
	}	

	.footertext {	
		padding: 50px 5% 20px 5%;	
		font-size: 10px;
		line-height: 1.8;
	}

	.copy p {
		font-size: 12px;
	}
}

/* ==========================================================================
 4. 夏の渡航シーズン特別企画 リニューアル 追加スタイル（ピンク基調踏襲）
 ========================================================================== */

/* テキスト型セクション見出し */
.sec_title { width:100%; max-width:1080px; text-align:center; font-size:clamp(15px, 4.2vw, 36px); color:#B5005B; line-height:1.4;}

/* ヘッダー右側＋期間限定バッジ */
.header_right { display:flex; align-items:center; gap:14px; }
.header_badge { background:#FFF3B0; color:#B5005B; font-size:13px; font-weight:700; padding:6px 12px; border-radius:999px; white-space:nowrap; }

/* FV オーバーレイ追加 */
.mv_badge { width:fit-content; max-width:100%; inline-block; align-self:center; text-align:center; background:#F01D46; color:#fff; font-weight:700; font-size:clamp(8px, calc(0.38vw + 8px), 19px); padding:1% 2.3%; border-radius:999px; white-space:nowrap; }
.mv_text strong { color:#F01D46; }
.mv_microcopy { text-align:center; font-size:clamp(8px,1vw,16px); color:#fff; margin:0; text-shadow:0 1px 3px rgba(0,0,0,.4); }
.caution { margin-top:-0.6vw; }

/* キャンペーン告知帯 */
.campaign { background:#D14F90; padding:48px 10px; }
.campaign_inner { flex-direction:column; gap:10px; text-align:center; color:#fff; }
.campaign_limited { display:inline-block; background:#FFEB3B; color:#7C0022; font-weight:700; font-size:26px; padding:6px 30px; border-radius:999px; box-sizing:border-box;}
.campaign_head { color:#fff; font-size:clamp(24px,4vw,38px); line-height:1.3; margin:6px 0; }
.campaign_period { font-size:clamp(16px,2vw,20px); font-weight:700; color:#fff; }
.campaign_offer { font-size:clamp(15px,2vw,20px); line-height:1.8; margin-top:8px; color:#fff; }
.campaign_offer strong { color:#FFEB3B; font-size:1.25em; }
.campaign_note { font-size: clamp(10px,1.3vw,14px); opacity:.92; margin-top:12px; line-height:1.6; color:#fff; }

/* お得さ数値比較 */
.item_sim { width:100%; max-width:1200px; margin:0 auto; }
.sim_cards { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.sim_card { display:flex; flex-direction: column; justify-content: center; flex:1; min-width:220px; max-width:280px; background:#fff; border:2px solid #E5C7D6; border-radius:14px; padding:22px 16px; text-align:center; box-shadow:6px 8px #DDAEC0; }
.sim_card_best { border-color:#F01D46; background:#FFF3F6; }
.sim_card_label { font-size:clamp(18px, 2.2vw, 22px); font-weight:700; color:#7C0022; }
.sim_card_cost { font-size:clamp(22px,3vw,30px); font-weight:800; color:#333; margin:10px 0 4px; }
.sim_card_best .sim_card_cost { color:#F01D46; }
.sim_card_sub { font-size: 14px; color:#282828; line-height:1.5; }
.sim_catch { text-align:center; font-size:clamp(17px,3vw,26px); font-weight:800; color:#B5005B; margin:28px 0 8px; }
.sim_catch strong { color:#F01D46; }
.sim_note { text-align:center; font-size: clamp(10px,1.3vw,14px); color:#282828; line-height:1.6; }
.sim_note02 { text-align:right; font-size: clamp(10px,1.3vw,14px); color:#282828; line-height:1.6; }
.sim_note03 { margin-top:10px; text-align:center; font-size: clamp(10px,1.3vw,14px); color:#282828; line-height:1.6; }
.sim_note04 { font-size: clamp(10px,1.3vw,14px); color:#282828; line-height:1.8; }


/* 比較表（圧縮）手数料セルのハイライト */
.box_04 .cell.fee_best { background:#FFF3B0; color:#B5005B; font-weight:800; }
.box_04_note { text-align:center; font-size: clamp(10px,1.3vw,14px); color:#282828; margin:14px 0 0; }

/* ご利用の流れ */
.item_flow { width:100%; max-width:760px; margin:0 auto; }
.flow_steps { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:16px; }
.flow_step { display:flex; align-items:flex-start; gap:18px; background:#fff; border-radius:14px; padding:20px 24px; box-shadow:4px 6px #DDAEC0; }
.flow_num { flex:0 0 auto; width:44px; height:44px; border-radius:50%; background:#D14F90; color:#fff; font-size:22px; font-weight:800; display:flex; align-items:center; justify-content:center; }
.flow_body h3 { margin:4px 0 6px; color:#B5005B; font-size:clamp(16px,2.4vw,26px); }
.flow_body p { font-size:clamp(13px,2vw,18px); color:#333; line-height:1.7; }
.flow_note { text-align:center; font-size: clamp(10px,1.3vw,14px); color:#282828; margin-top:16px; }

/* 最終CTA マイクロコピー（濃ピンク背景上＝白文字） */
.cta_microcopy { text-align:center; font-size:clamp(12px,1.4vw,15px); color:#fff; margin:0; }

/* SP 調整 */
@media screen and (max-width:767px) {
  .header_badge { font-size:10px; padding:4px 8px; }
  .header_right { gap:8px; }
  .mv_badge { max-width: 60vw; font-size:3vw; padding:0.4em 1.2em; }
  .mv_microcopy { font-size:2.8vw; margin:10px 0;}
  .sim_cards { flex-direction:column; align-items:center; }
  .sim_card { width:100%;}
  .flow_step { padding:16px; gap:12px; }
  .flow_num { width:38px; height:38px; font-size:18px; }
  .campaign_limited {font-size:16px; padding:6px 20px; }
  .sim_note02 { margin-top:8px; text-align:right; }
  .sim_note03 { margin-top:0px; }
}


/* FV オーバーレイ 位置調整（ボタン見切れ・車アイコン重なり対策） */
@media screen and (min-width:768px){
  .mv_box{ gap: 0.8vw; }
}
@media screen and (max-width:767px){
  .mv_box{ top:73%; gap:6px; }
}


/* FV: マイクロコピーを可読色（濃色）に / スマホは半透明カードでイラストとの重なりを回避 */
.mv_microcopy { color:#333; text-shadow:0 1px 2px rgba(255,255,255,.6); }
@media screen and (max-width:767px){
  .mv_box{
    top: 60%;
    gap: 0.8vh;
    width:86%;
    max-width:86vw;
    background:rgba(255,255,255,0.88);
    border-radius:16px;
    padding: 0.8em 0.6em;
    box-shadow:4px 6px rgba(0,0,0,.14);
  }
  .mv_badge{ font-size: clamp(10px, 2.2vmin, 14px); }
  .mv_text{ color:#333; font-size:3.6vw; }
  .mv_microcopy{ color:#333; text-shadow:none; }
}


/* SEO/アクセシビリティ：視覚的に非表示（読み上げ・クロールは可能） */
.sr-only{
  position:absolute !important;
  width:1px; height:1px;
  padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0);
  white-space:nowrap; border:0;
}


/* セクション間の余白圧縮（比較表→外貨宅配とは／最終CTA） */
.section_inner.pb_sm { padding-bottom:48px; }
.section_inner.pt_sm { padding-top:48px; }
.section_inner.py_sm { padding-top:56px; padding-bottom:72px; }

/* 最終CTA：要素間を詰める＋見出しを白に（濃ピンク背景） */
.item_08 { gap:20px; }
.item_08 .button_layout { margin-top:0; }
.section_last .sec_title { color:#fff; }

@media screen and (max-width:767px){
	.section_inner.pt_sm { padding-top:0px; }
	.sec_title { margin: 0 0 20px; font-size: clamp(16px,5vw,30px);}
}


/* ==========================================================================
 5. CTAボタン ホバー/フォーカス最適化（コンバージョン向け）
    旧: ホバーで下方向に沈む(translateY +16px) → 新: 浮き上がり＋微拡大＋影強調
 ========================================================================== */
.header_button, .button_mv, .button_common, .button_last {
  transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .2s ease, background-color .2s ease, color .2s ease;
  will-change: transform;
}
.header_button { box-shadow: 0 4px 12px rgba(240,29,70,.30); }
.button_mv, .button_common { box-shadow: 0 6px 16px rgba(240,29,70,.32); }

/* ホバー：押したくなる「浮き上がり」 */
.header_button:hover {
  transform: translateY(-3px) scale(1.03);
  background:#C10C2F;
  box-shadow: 0 9px 20px rgba(193,12,47,.45);
  transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .2s ease, background-color .2s ease;
}
.button_mv:hover, .button_common:hover {
  transform: translateY(-4px) scale(1.03);
  background:#C10C2F;
  box-shadow: 0 12px 26px rgba(193,12,47,.45);
  transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .2s ease, background-color .2s ease;
}
.button_last:hover {
  transform: translateY(-4px) scale(1.03);
  background:#FCFCCD;
  color:#B5005B;
  box-shadow: 6px 8px #6F2646, 0 12px 26px rgba(0,0,0,.18);
  transition: transform .18s cubic-bezier(.2,.7,.3,1), box-shadow .2s ease, background-color .2s ease, color .2s ease;
}

/* アクティブ（押下）：軽い押し込みで触覚的フィードバック */
.header_button:active, .button_mv:active, .button_common:active, .button_last:active {
  transform: translateY(-1px) scale(1.0);
  transition-duration: .05s;
}

/* キーボードフォーカスのリング（アクセシビリティ＝離脱防止） */
.header_button:focus-visible, .button_mv:focus-visible, .button_common:focus-visible, .button_last:focus-visible {
  outline: 3px solid #B5005B;
  outline-offset: 3px;
}

/* 主要CTA（FV・最終）に控えめな注目パルス（視線誘導／ホバー中は停止） */
.button_mv, .button_last { position: relative; }
.button_mv::after, .button_last::after {
  content:""; position:absolute; inset:0; border-radius:inherit; pointer-events:none;
}
.button_mv::after   { animation: cta-attn-red   2.4s ease-out infinite; }
.button_last::after { animation: cta-attn-white 2.4s ease-out infinite; }
.button_mv:hover::after, .button_last:hover::after { animation: none; }
@keyframes cta-attn-red {
  0%       { box-shadow: 0 0 0 0 rgba(240,29,70,.45); }
  70%,100% { box-shadow: 0 0 0 16px rgba(240,29,70,0); }
}
@keyframes cta-attn-white {
  0%       { box-shadow: 0 0 0 0 rgba(255,255,255,.65); }
  70%,100% { box-shadow: 0 0 0 16px rgba(255,255,255,0); }
}

/* モーション控えめ設定の尊重（prefers-reduced-motion） */
@media (prefers-reduced-motion: reduce) {
  .header_button, .button_mv, .button_common, .button_last { transition: background-color .2s ease, color .2s ease; }
  .header_button:hover, .button_mv:hover, .button_common:hover, .button_last:hover,
  .header_button:active, .button_mv:active, .button_common:active, .button_last:active { transform: none; }
  .button_mv::after, .button_last::after { animation: none; }
}
