@charset "UTF-8";
.fadeup {
	opacity: 0;
	transform: translateY(20px);
	transition-duration: 1s;
}
.fadeup.on {
	opacity: 1;
	transform: translateY(0);
}
.img_cap {
	position: relative;
}
.img_cap .cap {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	display: block;
	padding: 3px 5px;
	line-height: 1.5;
	color: #fff;
	text-shadow:
		0px 0px 0px rgba(0, 0, 0, 0.8),
		0px 0px 1px rgba(0, 0, 0, 0.8),
		0px 0px 2px rgba(0, 0, 0, 0.8),
		0px 0px 3px rgba(0, 0, 0, 0.8),
		0px 0px 4px rgba(0, 0, 0, 0.8),
		0px 0px 5px rgba(0, 0, 0, 0.8),
		0px 0px 6px rgba(0, 0, 0, 0.8),
		0px 0px 7px rgba(0, 0, 0, 0.8),
		0px 0px 8px rgba(0, 0, 0, 0.8),
		0px 0px 9px rgba(0, 0, 0, 0.8),
		0px 0px 10px rgba(0, 0, 0, 0.8);
	text-align: right;
}
@media screen and (max-width: 768px) {
	.img_cap .cap {
		font-size: 10px;
	}
}
.img_cap.no_shadow .cap {
	text-shadow: none;
}
.img_cap.black .cap {
	color: #000;
	text-shadow:
		0px 0px 0px rgba(255, 255, 255, 0.8),
		0px 0px 1px rgba(255, 255, 255, 0.8),
		0px 0px 2px rgba(255, 255, 255, 0.8),
		0px 0px 3px rgba(255, 255, 255, 0.8),
		0px 0px 4px rgba(255, 255, 255, 0.8),
		0px 0px 5px rgba(255, 255, 255, 0.8),
		0px 0px 6px rgba(255, 255, 255, 0.8),
		0px 0px 7px rgba(255, 255, 255, 0.8),
		0px 0px 8px rgba(255, 255, 255, 0.8),
		0px 0px 9px rgba(255, 255, 255, 0.8),
		0px 0px 10px rgba(255, 255, 255, 0.8);
}
.img_cap.black.no_shadow .cap {
	text-shadow: none;
}
.img_cap.left .cap {
	right: auto;
	left: 0;
}
.flex {
	display: flex;
	justify-content: space-between;
}
.flex.flex_wrap {
	flex-wrap: wrap;
}
.flex.flex_rr {
	flex-direction: row-reverse;
}
.sec_ttl_group {
	display: flex;
	flex-direction: column;
	row-gap: clamp(25px, 3.334vw, 40px);
	letter-spacing: normal;
}
@media screen and (max-width: 820px) {
	.sec_ttl_group {
		row-gap: 20px;
	}
}
.sec_ttl_group.ctr {
	align-items: center;
	text-align: center;
}
.sec_ttl_group .sec_ttl {
	font-size: clamp(16px, 2.963vw, 40px);
	color: #c27d2d;
	line-height: 1.75;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
	.sec_ttl_group .sec_ttl {
		font-size: 3.2vw;
	}
}
@media screen and (max-width: 767px) {
	.sec_ttl_group .sec_ttl {
		font-size: 5.2vw;
	}
}
.sec01 {
	padding: clamp(40px, 5.834vw, 70px) 0 clamp(80px, 12.5vw, 150px);
}
@media screen and (max-width: 820px) {
	.sec01 {
		padding: 50px 0 60px;
	}
}
@media screen and (max-width: 767px) {
	.sec01 .sec_ttl_group .mitasumo_logo {
		display: none;
	}
}
.sec01 .sec01_item {
	max-width: 1200px;
	margin: clamp(60px, 6.667vw, 80px) auto 0;
	display: grid;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px 0;
	grid-template-columns: 48.34% 48.34%;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item {
		grid-template-columns: 100%;
	}
}
.sec01 .sec01_item .powder01 {
	align-items: center;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder01 {
		flex-direction: column;
		row-gap: 20px;
	}
}
.sec01 .sec01_item .powder01 .mitasumo_logo02 {
	width: 23.28%;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder01 .mitasumo_logo02 {
		width: 135px;
		margin: 0 auto;
	}
}
.sec01 .sec01_item .powder01 .text_group {
	width: 72%;
	flex-direction: column;
	row-gap: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder01 .text_group {
		width: 100%;
	}
}
.sec01 .sec01_item .powder01 .text_group .mitasumo_ttl {
	font-size: clamp(10px, 1.167vw, 14px);
	line-height: 1.4;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder01 .text_group .mitasumo_ttl {
		font-size: 3.6vw;
		text-align: center;
	}
}
.sec01 .sec01_item .powder01 .text_group .mitasumo_ttl .big {
	display: block;
	font-size: 157%;
}
.sec01 .sec01_item .powder01 .text_group .mitasumo_read {
	font-size: clamp(10px, 1.167vw, 14px);
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder01 .text_group .mitasumo_read {
		font-size: 12px;
	}
}
.sec01 .sec01_item .powder01 .text_group .mitasumo_read .small {
	display: block;
	font-size: 80%;
}
.sec01 .sec01_item .example_photo {
	grid-column: 2/3;
	grid-row: 1/4;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .example_photo {
		grid-column: auto;
		grid-row: auto;
	}
}
.sec01 .sec01_item .powder02 {
	flex-direction: column;
	row-gap: clamp(20px, 3.334vw, 40px);
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder02 {
		row-gap: 40px;
	}
}
.sec01 .sec01_item .powder02 .powder02_over {
	width: 100%;
}
.sec01 .sec01_item .powder02 .powder02_over .powder_ttl {
	font-size: clamp(12px, 1.334vw, 16px);
	color: #fff;
	background: #519fd0;
	text-align: center;
	padding: 6px 5px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder02 .powder02_over .powder_ttl {
		font-size: 15px;
	}
}
.sec01 .sec01_item .powder02 .powder02_over .powder02_group {
	flex-direction: column;
}
.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in {
	padding-bottom: clamp(15px, 1.917vw, 23px);
	margin-bottom: clamp(15px, 1.917vw, 23px);
	border-bottom: 1px dashed #ccc;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}
.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre {
	width: 72.42%;
	column-gap: 3.45%;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre {
		width: 54%;
		flex-direction: column;
		row-gap: 10px;
	}
}
.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_ttl {
	width: 120px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #519fd0;
	font-size: clamp(12px, 1.334vw, 16px);
	color: #fff;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_ttl {
		width: 100%;
		font-size: 14px;
	}
}
.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read {
	flex-grow: 1;
}
.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read p {
	font-size: clamp(10px, 1.167vw, 14px);
	line-height: 2.4;
	letter-spacing: -0.05em;
	text-indent: -1em;
	padding-left: 1em;
  text-align: left;
}
@media screen and (max-width: 820px) {
	.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read p {
		line-height: 1.6;
	}
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .genre .genre_read p {
		text-indent: -1.2em;
		font-size: 3.4vw;
	}
}
.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .photo {
	width: 24.14%;
}
@media screen and (max-width: 767px) {
	.sec01 .sec01_item .powder02 .powder02_over .powder02_group .group_in .photo {
		width: 42%;
	}
}
.sec01 .sec01_item .powder02 .powder02_under {
	padding: 20px;
	text-align: center;
	background: rgba(149, 149, 149, 0.2);
}
.sec01 .sec01_item .powder02 .powder02_under .movie_thum {
	transition: 0.3s opacity ease-in-out 0s;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  appearance: none;
  width: 100%;
}
body:not(.mobile) .sec01 .sec01_item .powder02 .powder02_under .movie_thum:hover {
	opacity: 0.7;
}

.sec02 {
	padding: clamp(50px, 6.667vw, 80px) 0;
	/*background: #f1f3ff;*/
}
.sec02 .sec_ttl_group .closet_logo .caption {
	margin-top: 20px;
	font-size: clamp(10px, 1.167vw, 14px);
}
.sec02 .sec_ttl_group .sec_ttl {
	font-size: clamp(16px, 2.858vw, 40px);
	letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
	.sec02 .sec_ttl_group .sec_ttl {
		font-size: 5.2vw;
	}
}
.sec02 .family_photo {
	text-align: center;
	margin: clamp(30px, 3.334vw, 40px) 0 clamp(40px, 5vw, 60px);
}
.sec02 .select_group {
	flex-direction: column;
	row-gap: clamp(30px, 3.847vw, 50px);
}
.sec02 .select_group .select_in {
	position: relative;
	padding: clamp(25px, 3.077vw, 40px) 20px 20px 30px;
}
@media screen and (max-width: 767px) {
	.sec02 .select_group .select_in {
		padding: 15px;
		flex-direction: column;
		row-gap: 20px;
	}
}
.sec02 .select_group .select_in:after {
	content: "";
	position: absolute;
	inset: 0;
	border: 1px solid;
	pointer-events: none;
}
.sec02 .select_group .select_in.no1 {
	background: #fbf2f2;
}
.sec02 .select_group .select_in.no1:after {
	border-color: #d9000f;
}
.sec02 .select_group .select_in.no2 {
	background: #fefafc;
}
.sec02 .select_group .select_in.no2:after {
	border-color: #e12d88;
}
.sec02 .select_group .select_in.no3 {
	background: #f6faf6;
}
.sec02 .select_group .select_in.no3:after {
	border-color: #45a157;
}
.sec02 .select_group .select_in.no4 {
	background: #f4fafd;
}
.sec02 .select_group .select_in.no4:after {
	border-color: #20a4d8;
}
.sec02 .select_group .select_in .select_txt {
	width: 27.97%;
	flex-direction: column;
	justify-content: flex-start;
	row-gap: clamp(30px, 4.616vw, 60px);
}
@media screen and (max-width: 820px) {
	.sec02 .select_group .select_in .select_txt {
		row-gap: 20px;
    width: 33%;
	}
}
@media screen and (max-width: 767px) {
	.sec02 .select_group .select_in .select_txt {
		width: 100%;
		row-gap: 15px;
	}
}
.sec02 .select_group .select_in .select_txt .select_num {
	width: fit-content;
	padding: 6px 10px 10px;
	align-items: end;
	column-gap: 10px;
	font-size: clamp(15px, 1.462vw, 19px);
	color: #fff;
}
@media screen and (max-width: 767px) {
	.sec02 .select_group .select_in .select_txt .select_num {
		font-size: 4vw;
	}
}
.sec02 .select_group .select_in .select_txt .select_num .normal {
	line-height: 1.4;
}
.sec02 .select_group .select_in .select_txt .select_num .big {
	font-size: 294%;
	line-height: 1;
}
.sec02 .select_group .select_in .select_txt .select_num.grad01 {
	background: linear-gradient(to right, #f27074 0%, #d9000f 70%);
}
.sec02 .select_group .select_in .select_txt .select_num.grad02 {
	background: linear-gradient(to right, #e95499 0%, #e12d88 70%);
}
.sec02 .select_group .select_in .select_txt .select_num.grad03 {
	background: linear-gradient(to right, #86bf81 0%, #45a157 70%);
}
.sec02 .select_group .select_in .select_txt .select_num.grad04 {
	background: linear-gradient(to right, #68beec 0%, #20a4d8 70%);
}
.sec02 .select_group .select_in .select_txt .select_read {
	font-size: clamp(12px, 1.385vw, 18px);
  text-align: left;
}
@media screen and (max-width: 820px) {
	.sec02 .select_group .select_in .select_txt .select_read {
		line-height: 1.6;
    letter-spacing: 0;
	}
}
@media screen and (max-width: 767px) {
	.sec02 .select_group .select_in .select_txt .select_read {
		font-size: 3.6vw;
	}
}
.sec02 .select_group .select_in .select_txt .select_read.color01 {
	color: #d9000f;
}
.sec02 .select_group .select_in .select_txt .select_read.color02 {
	color: #e12d88;
}
.sec02 .select_group .select_in .select_txt .select_read.color03 {
	color: #45a157;
}
.sec02 .select_group .select_in .select_txt .select_read.color04 {
	color: #20a4d8;
}
.sec02 .select_group .select_in .select_image {
	width: 71.02%;
}
@media screen and (max-width: 767px) {
	.sec02 .select_group .select_in .select_image {
		width: 100%;
	}
}
.sec02 .select_group .hanrei {
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sec02 .select_group .hanrei {
		width: 70%;
		margin: 0 auto;
	}
}

/*	動画モーダル	*/
.modal_box {
	position: fixed;
	z-index: 99999999;
	inset: 0;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease-in-out 0s;
}
.modal_box .modal_bg {
	background: rgba(0, 0, 0, 0.5);
	inset: 0;
	position: absolute;
	z-index: -1;
}
.modal_box.opened {
	opacity: 1;
	pointer-events: all;
	cursor: pointer;
}
.modal_box.opened .modal_in {
	transform: scale(1);
	opacity: 1;
}
.modal_box .modal_in {
	position: absolute;
	inset: 0;
	margin: auto;
	width: calc(100vw - 40px);
	max-width: calc((100vh - 300px) / 0.5625);
	height: calc((100vw - 40px) * 0.5625);
	max-height: calc(100vh - 300px);
	transform: scale(0.95);
	opacity: 0;
	transition:
		all 0.3s ease-in-out 0s,
		opacity 0.3s ease-in-out 0.3s;
}
.modal_box .modal_in .video {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.modal_box .modal_in .video iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}
.modal_box .close_button {
	width: 60px;
	height: 60px;
	cursor: pointer;
	top: 0;
	right: 0px;
	background: #fff;
	position: fixed;
	transition: all 0.3s ease-in-out 0s;
}
.modal_box .close_button::before,
.modal_box .close_button::after {
	content: "";
	display: block;
	position: absolute;
	width: 40px;
	height: 2px;
	background: #000;
	top: 29px;
	left: 10px;
}
.modal_box .close_button::before {
	transform: rotate(45deg);
}
.modal_box .close_button::after {
	transform: rotate(-45deg);
}
@media (hover: hover) {
	.modal_box .close_button:hover {
		opacity: 0.7;
	}
}

.loaded .modal_box {
	transition: all 0.3s ease-in-out 0s;
}
