@charset "utf-8";

/* ------------------------------------------------------*/
/* content */
/* ------------------------------------------------------*/

img {
	max-width: 100%;
}

a:hover {
  opacity: 0.7;
}

div.container {
  margin: 0 auto;
  padding: 0;
  font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
  text-align: left;
  max-width: 1024px;
	font-size: max(min(7.1vw, 72px), 14px);
	color: #000000;
  line-height: 1.8;
}

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

.mainvisual {
	line-height: 0;
	margin: 0 auto;
}

.product_column {
	text-align: center;
	padding-bottom: 80px;
	background-color: #fff;
}

.product_column_header {
	background-color: #289bdc;
	padding: 20px 0;
}
.product_column_header.-head{
	background-color: #289bdc;
	padding: 10px 0;
}

.product_column_header.-padding {
	padding-bottom: 34px;
}

.product_column_label {
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	/* font-style: italic; */
}

.product_column_text {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	/* font-weight: 500; */
	margin-top: 2px;
}
.product_column_text.-head{
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4;
	/* font-weight: 500; */
	margin-top: 0;
}

.product_column_text.-color_black{
	color: #000;
	font-size: clamp(16px, 2.54vw, 26px);
	font-weight: bold;
	line-height: 1.4;
	margin-block: 20px;
}
.product_column_text.-notes_text{
	color: #000;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	margin: 60px auto 20px;
	text-align: left;
	width: 90%;
}

.product_column_header.-green {
	background-color: #000;
}
.product_column_header.-blue {
	background-color: #2e5090;
	margin-bottom: 34px;
}

h2.product_column_title {
	height: auto;
	font-size: 38px;
	text-align: center;
	margin-bottom: 35px;
	font-weight: bold;
	line-height: 1.5;
}

.product_column_glasses + .product_column_glasses {
	margin-top: 86px;
}

.-border-bottom {
	max-width: 485px;
	height: 1px;
	background-color: #cccccc;
	margin: 65px auto 47px;
}

.product_column_glasses {
	max-width: 690px;
	width: 92%;
	margin: 0 auto;
}

.product_column_glasses a {
	display: block;
	max-width: 330px;
	margin: 0 auto;
	font-size: 26px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 15px 0 14px;
	position: relative;
	border: 2px solid #000000;
	border-bottom: 2px solid #000000 !important;
}

.product_column_glasses a::after {
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	transform: rotate(-45deg);
	vertical-align: middle;
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
}




.notes-red {
	color: #f10000;
	font-weight: bold;
}

.product_column.-border_color {
	border: 4px solid #2e5090;
	padding-bottom: 40px;
}

.product_column.-bg-color {
	background-color: #eaf3fc;
}

.way_space {
	width: 90%;
	margin-inline: auto;
}

.ticket-space {
	padding-block: 80px 40px;
}

.product_column_text.-notes_text p {
  padding-left: 1em; 
  text-indent: -1em; 
  margin-bottom: 8px; 
  line-height: 1.5;
  word-break: break-all;
}

.product_column_text.-notes_text p:last-child {
  margin-bottom: 0;
}

.product_column_photo {
	margin-bottom: 20px;
}






.campaign-flow {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 660px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.98vw, 10px); 
}

.campaign-flow_item {
  background-color: #fdf37a;
  padding: clamp(12px, 1.95vw, 20px); 
  display: flex;
  align-items: flex-start;
  gap: clamp(10px, 1.46vw, 15px);
}

.campaign-flow_number {
  background-color: #3a4a90;
  color: #ffffff;
  font-size: clamp(16px, 2.34vw, 24px);
  font-weight: bold;
  width: clamp(32px, 4.3vw, 44px); 
  height: clamp(32px, 4.3vw, 44px); 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-top: clamp(3px, 0.59vw, 6px); 
}
.campaign-flow_number.-num_position {
  margin-top: -4px; 
}

.campaign-flow_content {
  display: flex;
  flex-direction: column;
  gap: clamp(6px, 0.98vw, 10px); 
  text-align: left;
}
.campaign-flow_content.-note_gap {
  display: flex;
  flex-direction: column;
  gap: 0;
  color: #3a4a90;
  text-align: left;
}

.campaign-flow_title {
  margin: 0;
  font-size: clamp(16px, 2.54vw, 26px); 
  font-weight: bold;
  line-height: 1.4;
}
.campaign-flow_title.-note_gap {
  margin: 0;
  font-size: clamp(16px, 2.54vw, 26px);
  font-weight: bold;
  line-height: 1.4;
}


.campaign-flow_desc {
  margin: 0;
  font-size: clamp(14px, 2.34vw, 24px);
  font-weight: bold;
  line-height: 1.6;
}


.text-red {
  color: #f10000;
  font-weight: bold;
  font-size: clamp(14px, 2.34vw, 24px); 
}


.campaign-flow_note {
  font-weight: bold;
  font-size: clamp(10px, 1.37vw, 14px); 
  color: #f10000;
  padding-left: 1em; 
  text-indent: -1em;
  word-break: break-all;
  gap: 0;
}




@media screen and (min-width: 1025) {
	


.campaign-flow {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 660px;
  width: 90%;
  display: flex;
  flex-direction: column;
  gap: 10px; 
}


.campaign-flow_item {
  background-color: #fdf37a; 
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}


.campaign-flow_number {
  background-color: #3a4a90;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  width: 44px;
  height: 44px;
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0; 
  margin-top: 6px;
}
.campaign-flow_number.-num_position{
  margin-top: -4px;
}

.campaign-flow_content {
  display: flex;
  flex-direction: column;
  gap: 10px; 
  color: #3a4a90; 
  text-align: left;
}
.campaign-flow_content.-note_gap{
  display: flex;
  flex-direction: column;
  gap: 0; 
  color: #3a4a90; 
  text-align: left;
}

.campaign-flow_title {
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}
.campaign-flow_title.-note_gap{
  margin: 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

.campaign-flow_desc {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.text-red {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

.campaign-flow_note {
  margin: 0 0 -2px;
  font-size: 14px;
  color: #f10000; 
  padding-left: 1em; 
  text-indent: -1em;
  word-break: break-all;
  gap: 0;

}
}






@media (hover:hover) {
	.product_column_glasses a:hover {
		color: #fff;
		background-color: #000;
		opacity: 1;
	}
}

.product_column_glasses a:hover::after {
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
	
	/* ------------------------------------------------------*/
	/* content */
	/* ------------------------------------------------------*/
	img {
		max-width: 100% !important;
		height: auto;
	}
	
	div.container {
		margin: auto;
		width: 100%;
		font-family: 'Helvetica Neue', 'Helvetica', 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
		text-align: left;
		max-width: 750px;
		margin: 0 auto;
		color: #000000;
		line-height: 1.8;
		padding: 0;
	}
	
	.mainvisual {
		line-height: 0;
	}
	
	.product_column {
		padding-bottom: 60px;
		background-color: #fff;
	}
	.product_column.-border_color {
		padding-bottom: 20px;
		background-color: #fff;
	}
	
	.pb0 {
		padding-bottom: 0;
	}
	
	.product_column_header {
		padding: 5px 0;
		background-color: #289bdc;
	}
	
	.product_column_header.-green {
		background-color: #000;
	}
	.product_column_header.-blue {
		margin-bottom: 30px;
	}
	
	.product_column_label {
		text-align: center;
		color: #fff;
		font-weight: bold;
		line-height: 2;
		/* font-style: italic; */
		font-size: 100%;
	}
	
	.product_column_text {
		text-align: center;
		font-weight: 500;
		color: #fff;
		line-height: 1.5;
		margin-top: 5px;
		font-size: 62.5%;
	}
	.product_column_text.-head {
		font-weight:600;
		color: #fff;
		line-height: 1.2;
		margin-top: 0;
		font-size: 16px;
	}
	
	h2.product_column_title {
		text-align: center;
		margin-bottom: 28px;
		font-weight: bold;
		line-height: 1.5;
		height: auto;
		font-size: 91%;
	}
	
	.product_column_glasses {
		max-width: 690px;
		width: 92%;
		margin: 0 auto;
	}
	
	.product_column_glasses + .product_column_glasses {
		margin-top: 50px;
	}
	
	.-border-bottom {
		max-width: 690px;
		width: 92%;
		height: 1px;
		background-color: #cccccc;
		margin: 45px auto;
	}

	.-border-bottom.top-none-border {
		margin: 0 auto 45px;
	}
	
	.product_column_glasses a {
		display: block;
		max-width: 233px;
		width: 59.46%;
		margin: 6px auto 0;
		text-align: center;
		text-decoration: none;
		color: #000000;
		padding: 11px 0;
		position: relative;
		border: 1px solid #000000;
		border-bottom: 1px solid #000000 !important;
		font-size: 60%;
	}
	
	.product_column_glasses a::after {
		border-right: 2px solid #000000;
		border-bottom: 2px solid #000000;
		transform: rotate(-45deg);
		vertical-align: middle;
		content: '';
		width: 8px;
		height: 8px;
		position: absolute;
		top: calc(50% - 4px);
		right: 20px;
	}

	.ticket-space {
    padding-block: 40px 20px;
}

.product_column_text.-notes_text {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    line-height: 2;
    margin: 40px auto 10px;
    text-align: left;
    width: 90%;
}

.product_column_text.-notes_text p {
    margin-bottom: 6px;
	line-height: 1.5;
}

.product_column_text.-color_black{
	color: #000;
	font-size: clamp(16px, 2.54vw, 26px);
}
}

@media screen and (min-width: 1025px) {
  div.container {
    font-size: 26px;
  }
}