.logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999999;
  background-color: #fff;
}
.loader_logo {
 position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
	width: 15%;
	max-width: 150px;
	display: none;
}

@media (max-width: 767px) {
	.loader_logo {
  top: 45%;
  left: 50%;
	width: 25%;
}
}
/*lity*/

.lity {
    background: #053864!important;
    background-color: rgba(5, 56, 100 , 0.85)!important;
}
.lity-close {
	right: 57px;
    top: 50px;
    font-family: 'ShipporiMincho-Regular'!important;
}
.lity-close:hover {
	right: 57px;
    top: 50px;
}
@media (max-width: 560px) {
.lity-close {
    right: 25px!important;
    top: 25px!important;
}
.lity-close:hover {
	right: 25px;
    top: 25px;
	}
}


/*メインビュー*/
.main_image {
	padding-top: 56.25%;
	position: relative;
	
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: -10;
    overflow: hidden;

}
.main_image_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_image_video_sp {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main_image_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 15%;
}
.movie_link_btn {
	z-index: 1000;
	position: absolute;
    bottom: 30px;
    left: 50px;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
	font-family: MADEEvolve Medium;
	font-size: 14px;
	color: #001860;
	width: 230px;
	max-width: 100%;
	height: 50px;
/*
	border: 1px solid #001860;
	background-color: #001860;
	border-radius: 25.5px;
*/
	transition: .5s;
	gap: 13px;
}
.movie_link_btn_icon {
	border: 1px solid #001860;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 8px;
	transition: .5s;
}
.movie_link_btn_jp {
	display: block;
	opacity: .7;
	font-size: 10px;
    margin-top: 2px;
}
.movie_link_btn:hover {
	color: #fff;
/*	background-color: inherit;*/
}
.movie_link_btn_img {
	display: none;
	width: 18px;
    margin: auto;
	transition: .6s;
}
.movie_link_btn_img_nv {
	
	width: 18px;
    margin: auto;
	transition: .6s;
}
.movie_link_btn:hover .movie_link_btn_icon {
	border: 1px solid #fff;
	transform: scale(1.2);
}
.movie_link_btn:hover .movie_link_btn_img{
	display: block;
}
.movie_link_btn:hover .movie_link_btn_img_nv {
	display: none;
}
@media (max-width: 767px) {
	.movie_link_btn {
    left: 40px;
	}
	.main_image {
		padding-top: 177.87%;
	}
	.main_image_video {
		display: none;
	}
	.main_image_video_sp {
		display: block;
	}
	.main_image_logo {
		width: 26%;
	}
}
@media (max-width: 560px) {
	.movie_link_btn {
		justify-content: center;
    left: calc(33% - 33px);
	bottom: 20px;
	width: 210px;
	font-size: 12px;
	gap: 8px;
	}
	.movie_link_btn_jp {
    transform: scale(.8) translateX(-16px);
	}
}

/*whats tabio*/
.section_what {
	background-color: rgb(76 77 73 / .1);
	background-color: #EDEDED;
	padding: 130px 100px 150px ;
	z-index: 2;
	position: relative;

    overflow: hidden;
    margin-top: 56.25%;

}
.section_what_title {
	font-family: MADEEvolve Medium;
	font-size: 30px;
/*	color: #4c4d49;*/
	color :#555853;
	position: absolute;
	top: 100px;
	right: 50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.what_textbox {
	padding-bottom: 130px;
	margin-bottom: 100px;
	border-bottom: 1px solid rgb(185 184 184 / .5);
}
.what_textbox_title {
	font-family: NotoSansJP-SemiBold;
	font-size: 38px;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 40px;
}
.what_textbox_text {
	font-size: 16px;
	line-height: 2.66;
	text-align: center;
}
.what_textbox_text_br {
	display: none;
}
@media (max-width: 1000px) {
	.section_what_title {
		right: 20px;
	}
}
@media (max-width: 767px) {
	.section_what {
    padding: 100px 30px 130px;
	    margin-top: 177.87%;

	}
	.section_what_title {
		font-size: 16px;
		top: 30px;
		right: 10px;
	}
	.what_textbox {
    padding-bottom: 100px;
    margin-bottom: 80px;
	}
	.what_textbox_title {
    font-size: 28px;
    margin-bottom: 30px;
	}
	.what_textbox_text {
    font-size: 16px;
    line-height: 2;
	}
	.what_textbox_text_br {
		display: block;
	}
}
@media (max-width: 560px) {
	.section_what_title {
    font-size: 15px;
    top: 50px;
	}
	.what_textbox_title {
    text-align: left;
	}
	.what_textbox_text {
    text-align: left;
	font-size: 15px;
	line-height: 32px;
	}
}

/*news*/
.news_container {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1150px;
	margin: auto;
}
.news_title {
	font-family: MADEEvolve Medium;
	font-size: 24px;
	width: 220px;
	text-align: center;
}
.news_right {
	flex: 1;
	position: relative;
}
.news_box_item {
	border-bottom: 1px solid rgb(185 184 184 / .5);
}
.news_box_item_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 25px 5px;
	transition: .3s;
}
.news_box_item_link:hover {
	opacity: .7;
}
.news_box_item_link_date {
	font-size: 16px;
	color: #212334;
	width: 130px;
	order: 1;
}
.news_box_item_link_title {
	font-size: 16px;
	color: #212334;
	line-height: 1.5;
	flex: 1;
	order: 2;
}
.news_box_item_link_arrow {
	font-size: 18px;
	color: #053864;
	margin-left: 15px;
	order: 3;
}
.news_more {
	font-size: 14px;
	color: #555853;
	position: absolute;
	right: 0;
	bottom: -50px;
	transition: .3s;
}
.news_more:hover {
	opacity: .7;
}
@media (max-width: 1000px) {
	.news_title {
		width: 121px;
    text-align: left;
	}
}
@media (max-width: 767px) {
	.news_title {
    width: 100%;margin-bottom: 15px;
		
	}
	.news_box_item_link_date {
		font-size: 14px;
		order: 1;
	}
	.news_box_item_link_title {
		font-size: 14px;
		order: 2;
		width: 100%;
		flex: none;
		margin-top: 8px;
	}
	.news_box_item_link_arrow {
		font-size: 12px;
		order: 3;
		margin-left: 0px;
		margin: 8px 0 0 auto;
	}
	.news_more {
    bottom: -40px;
	}
	.news_box_item_link {
    padding: 20px 0px;
	}
}


/*view*/
.section_view {
	position: relative;
}
.section_view_img {
		height: 88vh;
}
.view_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.view_box_title {
	font-family: NotoSansJP-SemiBold;
	font-size: 38px;
	letter-spacing: 0.075em;
	text-align: center;
	margin-bottom: 40px;
	white-space: nowrap;
}
.view_box_text {
	font-size: 16px;
	line-height: 2.3;
	text-align: center;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.section_view_img {
		height: 80vh;
		object-fit: cover;
	}
	.view_box_title {
    font-size: 28px;
	}
	.view_box_text {
    font-size: 16px;
	}
}
@media (max-width: 560px) {
	.view_box {
    width: 88vw;
	}
	.view_box_title {
    font-size: 26px;
	text-align: left;
    margin-bottom: 30px;
	}
	.view_box_text {
    font-size: 15px;
    white-space: wrap;
    text-align: left;
	}
}

/*FEATURE*/
.section_feature {
	background: #fff;
	padding: 200px 0 200px;
	position: relative;
}
.section_feature_title {
	font-family: MADEEvolve Medium;
	font-size: 30px;
	color :#555853;
	position: absolute;
	top: 50px;
	left: 50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.feature_container {
	max-width: 1487px;
	margin: auto;
}
.feature_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.feature_box_title {
	font-family: 'NotoSansJP-SemiBold','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-size: 50px;
	letter-spacing: 0.075em;
}
.feature_box_textbox {
	margin-top: 40px;
	text-align: justify;
}
.feature_box_text {
	font-size: 18px;
	line-height: 2;
}
.filter_blur {
	filter: blur(12px);
	delay: .7;
	transition: 1.3s cubic-bezier(.215,.61,.355,1);
}
.filter_blur_none {
	filter: blur(0);
}
.title_animation {
	filter: blur(12px);
	transform: translateY(20px);
}
.title_animation.active {
	filter: blur(0);
	transform: translateY(0);
	transition: 1.3s cubic-bezier(.215,.61,.355,1);
}
.feature1 {
	padding-left: 6%;
    padding-right: 6.5%;
}
.feature1_left {
	width: 31%;
/*	margin-top: 24%;*/
	margin-top: 26%;
	position: relative;
}
.feature1_img3 {
	position: absolute;
	bottom: -60%;
	right: -45%;
	width: 76%;
}
.feature1_center {
	width: 370px;
	margin-top: 5%;
	position: relative;
}
.feature1_illust {
	width: 36.5%;
	position: absolute;
	top: -5%;
	left: -70%;
}
.feature1_right {
	width: 27.6%;
}
.feature2 {
	padding-left: 6%;
/*	margin-top: 16%;*/
	margin-top: 18%;
}
.feature2_left {
	width: 36.5%;
	margin-top: 19.5%;
}
.feature2_center {
	width: 318px;
	margin-top: 5%;
	position: relative;
}
.feature2_illust {
	width: 83.7%;
	position: absolute;
	top: -3%;
	left: -154%;
}
.feature2_right {
	width: 28.6%;
}
.feature3 {
	padding-left: 6%;
	padding-right: 6.3%;
/*	margin-top: 5%;*/
	margin-top: 7%;
}
.feature3_left {
	width: 603px;
	padding-left: 240px;
	position: relative;
	margin-top: 7%;
}
.feature3_illust {
	width: 27.7%;
	position: absolute;
	top: -3%;
	left: 0;
}
.feature3_right {
	width: 45%;
}
.feature3_img1 {
	width: 74%;
	margin-left: auto;
	margin-bottom: 0%;
}
.feature3_img2 {
	width: 63.3%;
}
.feature4 {
	padding-left: 5.5%;
	padding-right: 6.3%;
	margin-top: 10.5%;
	justify-content: flex-start;
}
.feature4_left {
	width: 53.6%;
	margin-right: 6%;
}
.feature4_img1 {
	width: 82.1%;
	position: relative;
	z-index: 2;
}
.feature4_img2 {
	width: 56.2%;
	margin-left: auto;
	margin-top: -5%;
}
.feature4_right {
	width: 335px;
	position: relative;
	margin-top: 8%;
}
.feature4_illust {
	width: 50.2%;
	position: absolute;
	top: -20%;
	right: -134px;
}
.feature5 {
	display: block;
	padding-left: 5.5%;
    padding-right: 6%;
/*	    margin-top: 10.5%;*/
	margin-top: 12.5%;
}
.feature5_top {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.feature5_top_left {
	width: 540px;
}
.feature5_top_right {
	width: 38.3%;
	margin-left: 3.5%;
}
.feature5_bottom {
	width: 62%;
	display: flex;
	align-items: flex-start;
	margin-top: 3.5%;
}
.feature5_img2 {
	width: 52.7%
}
.feature5_img3 {
	width: 52.1%;
	margin-top: 12%;
	margin-left: -5%;
}
.feature6 {
	padding-left: 5%;
	padding-right: 6.5%;
	margin-top: 10%;
}
.feature6_left {
	width: 44.6%;
	margin-top: 10%;
}
.feature6_img1 {
	width: 88.3%;
	margin-left: auto;
}
.feature6_img2 {
	width: 66.7%;
	margin-top: -6%;
}
.feature6_right {
	width: 49%;
}
.feature6_img3 {
	width: 80.7%;
	margin-left: auto;
	margin-top: 15%;
}
.feature6_img4 {
	width: 55%;
	margin-left: 7%;
	margin-top: -5%;
	position: relative;
	z-index: 2;
}
@media (max-width: 1250px) {
	.feature_box_title {
		font-size: 3.90625vw;
	}
	.feature_box_textbox {
    margin-top: 25px;
	}
	.feature_box_text {
		font-size: 1.302vw;
	}
	.feature1_center {
		width: 33%;
	}
	.feature1_illust {
    width: 29.5%;
    top: -3%;
    left: -52%;
	}
	.feature2_center {
    width: 25%;
	}
	.feature2_illust {
    width: 68.7%;
    left: -135%;
	}
	.feature3_left {
    width: 49%;
    padding-left: 18%;
    margin-top: 10%;
	}
	.feature4_right {
    width: 28%;
	}
	.feature4_illust {
    right: -39%;
	}
}
@media (max-width: 1000px) {
	.section_feature_title {
		left: 20px;
	}
}
@media (max-width: 767px) {
	.section_feature {
    padding: 120px 0;
	}
	.section_feature_title {
		font-size: 4.26vw;
		top: 80px;
		left: 10px;
	}
	.feature_box_title {
    font-size: 42px;
	}
	.feature_box_text {
    font-size: 16px;
	}
	.feature1 {
		padding: 0 40px;
		flex-direction: column-reverse;
	}
	.feature1_right {
    width: 45%;
    margin-left: auto;
	}
	.feature1_center {
    width: 100%;
	}
	.feature1_illust {
    width: 19.5%;
    top: -90%;
		left: 15px;
	}
	.feature1_left {
    width: 54%;
    margin-top: 13%;
	}
	.feature2 {
		padding: 0 0 0 40px;
    flex-direction: column-reverse;
    margin-top: 30%;
	}
	.feature2_right {
    width: 45%;
    margin-left: auto;
	}
	.feature2_center {
    width: 100%;
		padding-right: 40px;
	}
	.feature2_illust {
    width: 30%;
    top: -50%;
    left: 85px;
	}
	.feature2_left {
    width: 65%;
    margin-top: 1.5%;
	}
	.feature3 {
		padding: 0 40px;
    flex-direction: column-reverse;
    margin-top: 9%;
	}
	.feature3_img1 {
    width: 80%;
	}
	.feature3_left {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
	}
	.feature3_illust {
    width: 23%;
    top: -80%;
		left: 0;
	}
	.feature3_right {
    width: 64%;
    margin-left: auto;
	}
	.feature4 {
		padding: 0 40px;
    flex-direction: column;
    margin-top: 9.5%;
	}
	.feature4_left {
    width: 64%;
    margin-right: 0;
	}
	.feature4_right {
    width: 100%;
	margin-top: 8.5%;
	}
	.feature4_illust {
    width: 24.2%;
    position: absolute;
/*    top: -17%;*/
		top: -90%;
    right: 4%;
	}
	.feature5 {
		padding: 0 40px;
		margin-top: 15%;
	}
	.feature5_top {
    justify-content: flex-end;
    flex-direction: column-reverse;
	}
	.feature5_top_right {
    width: 65%;
    margin: 0 0 0 auto;
	}
	.feature5_top_left {
    width: 100%;
		margin-top: 7%;
	}
	.feature5_bottom {
    width: 90%;
    margin-top: 11%;
	}
	.feature6 {
		padding: 0 40px;
		flex-direction: column;
		margin-top: 8.5%;
	}
	.feature6_left {
    width: 73%;
	margin: 10% 0 0 auto;
	}
	.feature6_right {
    width: 100%;
		margin-top: 7%;
	}
	.feature6_img3 {
    width: 66%;
    margin-top: 10%;
	}
}
@media (max-width: 560px) {
	.section_feature {
    padding: 110px 0;
	}
	.section_feature_title {
    font-size: 15px;
    top: 50px;
	}
	.feature_box_title {
    font-size: 36px;
	}
	.feature_box_textbox {
    margin-top: 25px;
	}
	.feature_box_text {
    font-size: 15px;
	text-align: justify;
	}
	.feature_box_text:not(:first-child) {
    margin-top: 3px;
	}
	.feature1 {
    padding: 0 30px;
	}
	.feature1_illust {
    width: 19.5%;
    top: -41%;
    left: 50px;
	}
	.feature1_right {
    width: 57%;
	}
	.feature1_left {
    margin-top: 11%;
	}
	.feature2 {
    padding: 0;
    margin-top: 36%;
	}
	.feature2_right {
    width: 55%;
	padding-left: 30px;
	}
	.feature2_illust {
    top: -33%;
    left: 46px;
	}
	.feature2_right {
    padding-left: 30px;
	}
	.feature2_center {
    padding: 0 30px;
	}
	.feature2_left {
    margin-top: 9%;
	}
	.feature3 {
    padding: 0 30px;
    margin-top: 17%;
	}
	.feature3_illust {
    top: -65%;
/*    left: 35px;*/
		left: calc(20% - 50px);
	}
	.feature3_left {
    margin-top: 10%;
	}
	.feature4 {
    padding: 0 30px;
    margin-top: 15.5%;
	}
	.feature4_illust {
    width: 24.2%;
    top: -90%;
    right: 4%;
	}
	.feature4_right {
    margin-top: 10.5%;
	}
	.feature5 {
    padding: 0;
    margin-top: 15%;
	}
	.feature5_top_left {
    margin-top: 11%;
	padding-left: 30px;
	}
	.feature5_bottom {
    margin-top: 10%;
	width: 95%;
	}
	.feature6 {
    padding: 0;
    margin-top: 9%;
	}
	.feature6_left {
    padding-right: 20px;
	}
	.feature6_right {
    margin-top: 11%;
	padding-left: 30px;
	}
	.feature6_img3 {
    margin-top: 13%;
	}
}

/*CREATOR*/
.section_creator {
	background-color: rgb(76 77 73 / .1);
	background-color: #EDEDED;
	padding: 150px 100px 50px;
	position: relative;
	overflow: hidden;
}
.section_creator_title {
	font-family: MADEEvolve Medium;
	font-size: 30px;
	color :#555853;
	position: absolute;
	top: 100px;
	right: 50px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.creator_box_title {
	font-family: NotoSansJP-SemiBold;
	font-size: 32px;
	letter-spacing: 0.075em;
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.creator_box {
	max-width: 1050px;
	grid-gap: 50px;
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.creator_box_item {
	width: 47%;
/*	margin-bottom: 50px;*/
	padding: 4%;
  border: 1px solid lightgray;
}
.creator_info {
	margin-top: 20px;
	position: relative;
}
.creator_info_instagram {
	position: absolute;
	top: -5px;
	right: 0;
	transition: .3s;
	width: fit-content;
    background: #053864;
    margin: auto;
    border-radius: 50%;
    padding: 10px;
}
.creator_info_instagram:hover {
	opacity: .7;
}
.creator_info_instagram_icon {
	width: 22px;
	margin: auto;
}

.creator_info_position {
	font-size: 12px;
	color: #555853;
	margin-bottom: 10px;
}
.creator_info_position_br {
	display: none;
}
.creator_info_job {
	font-size: 13px;
	margin-bottom: 10px;
	line-height: 1.45;
}
.creator_data {
	height: 130px;
}
.creator_info_name {
	font-size: 24px;
	margin-bottom: 15px;
}
.creator_info_name_kana {
	font-size: 14px;
	margin-left: 10px;
}
.creator_info_textbox_text {
	font-size: 14px;
	line-height: 2.15;
	text-align: justify;
	word-break:break-all; 
	  text-justify:inter-ideograph;
	  text-justify:inter-character;
	  word-wrap:break-word;
	  overflow-wrap:break-word;
}
@media (max-width: 1000px) {
	.section_creator_title {
		right: 20px;
	}
	.creator_box_item {
    width: 48%;
	}
	.creator_info_position_br {
		display: block;
	}
	.creator_box {
    grid-gap: 40px 
	}
}
@media (max-width: 767px) {
	.section_creator {
		padding: 100px 3em ;
	}
	.creator_info_position {
    font-size: 12px;
	line-height: 1.4;
    color: #272727;
    margin-bottom: 8px;
	}
	.section_creator_title {
		font-size: 18px;
		top: 30px;
		right: 10px;
	}
	.creator_info_job {
    line-height: 1.4;
    font-size: 12px;
	margin-bottom: 8px;
	}
	.creator_info_name {
    font-size: 20px;
	}
	.creator_info_name_kana {
    font-size: 11px;
	margin-left: 5px;
	}
	.creator_box_wrapper {
		overflow-x: auto;
		margin-right: calc(50% - 50vw);
	}
	.creator_box {
	width: 333vw;
    grid-gap: 6vw;
		max-width: inherit;
		padding-right: 30px;
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		margin: 60px auto 0;
	}
	.creator_info {
    margin-top: 25px;
	}
	.creator_box_title {
    font-size: 24px;
	}
	.creator_box_item {
    width: 100%;
	margin-bottom: 0;
	padding: 1.2em;
	}
	.creator_info_instagram {
	top: -5px ;
	}
	.creator_info_instagram_icon {
    width: 20px;
	}
	.creator_info_textbox {

	}
	.creator_info_textbox_text {
    line-height: 1.875;
	font-size: 13px;
	}
	.creator_info_instagram_text {
    display: none;
	}
}
@media (max-width: 560px) {
	.section_creator_title {
		font-size: 15px;
		top: 40px;
	}
	.section_creator {
    padding: 72px 2em 72px 2em;
	}
	.creator_info_instagram {
    padding: 8px;
	}
	.creator_info_instagram_icon {
    width: 17px;
	}
	.creator_data {
    height: 115px;
	}
	
	.creator_info_job {
    line-height: 1.55;
    font-size: 11px;
	}
	.creator_info_name {
    font-size: 18px;
	}
	.creator_box {
	width: 340vw;
    grid-gap: 6vw;
		padding-right: 60px;
	}
	
}
/*商品ラインナップ*/
.section_lineup {
	padding: 100px;
	background: #fff;
}
.lineup_container {
	max-width: 1125px;
	margin: auto;
}
.section_lineup_title {
	font-family: NotoSansJP-SemiBold;
	font-size: 32px;
	letter-spacing: 0.075em;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
	overflow: hidden;
}
.section_lineup_title_span {
	display: inline-block;
}
.lineup_category_title {
	font-size: 24px;
	letter-spacing: 0.075em;
	margin-bottom: 35px;
}
.lineup_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.lineup_flex + .lineup_flex {
	margin-top: 80px;
}
.lineup_box_item_image {
	position: relative;
	overflow: hidden;
}
.lineup_flex_img {
	width: 55%;
	object-fit: cover;
	aspect-ratio: 3/2;
}
.lineup_flex_info {
	width: 36%;
}
.lineup_flex_info_title {
	font-size: 24px;
	letter-spacing: 0.075em;
	line-height: 1.5;
}
.lineup_flex_info_textbox {
	margin: 40px 0 40px;
}

.lineup_flex_info_textbox_cont {
	font-family: NotoSansJP-SemiBold;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 15px;
}
.lineup_flex_info_textbox_cont:not(:first-child) {
	margin-top: .75rem;
}
.lineup_flex_info_textbox_cont_dt {
	width: 20%;
	font-weight: 500;
	font-size: 12px;
}
.lineup_flex_info_textbox_cont_ddspan {
	font-size: 12px;
	margin-left: 5px;
	opacity: .8;
}
.lineup_flex_info_btn {
	font-size: 14px;
	color: #fff;
	width: 335px;
	max-width: 100%;
	height: 50px;
	border: 1px solid #555853;
	background-color: #555853;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 25.5px;
	transition: .3s;
}
.lineup_flex_info_btn:hover {
	color: #555853;
	background-color: inherit;
}
.lineup_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 100px 5%;
	margin: 120px 0;
}
.lineup_box_item {
	transition: .3s;
}
.lineup_box_item:hover {
	opacity: .7;
}
.lineup_box_item_img {
	object-fit: cover;
	aspect-ratio: 3/2;
}
.lineup_box_item_title {
	font-size: 18px;
	color:  #053864;
	margin-top: 30px;
	line-height: 1.4;
}
/*ラインナップ*/
.socks_size {
	display: flex;
    gap: 4px;
}
.haramaki_overdye {
	font-size: 15px;
}
.lineup_flex_info_btn.small_l { 
	width: 260px;
	height: 45px;
}
.small_lineup_flex_info_textbox {
	margin: 15px 0 25px;
}
.small_lineup_flex_info_textbox > .lineup_flex_info_textbox_cont {
    font-family: NotoSansJP-SemiBold;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 13px;
}
.small_lineup_flex_info_textbox > .lineup_flex_info_textbox_cont:not(:first-child) {
    margin-top: 0.5rem;
}

@media (max-width: 1000px) {
	.section_lineup {
		padding: 100px 50px;
	}
}
@media (max-width: 767px) {
	.section_lineup {
		padding: 100px 40px;
	}
	.section_lineup_title {
    font-size: 24px;
    margin-bottom: 50px;
	}
	.lineup_category_title {
    font-size: 20px;
    margin-bottom: 20px;
	}
	
	.lineup_flex + .lineup_flex {
    margin-top: 60px;
}
	.lineup_flex_img {
    width: 100%;
	}
	.lineup_flex_info {
    width: 100%;
		margin-top: 20px;
	}
	.lineup_flex_info_textbox {
    margin: 20px 0;
	}
	.lineup_flex_info_title {
    font-size: 18px;
	}
	.lineup_flex_info_textbox_text {
    font-size: 14px;
	}
	.lineup_flex_info_btn {
		font-size: 12px;
		height: 45px;
		width: 100%;
	}
	.lineup_flex_info_btn.small_l {
    width: 100%;
	}
	.lineup_box {
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    margin: 60px 0 80px;
	}
	.lineup_flex_info_textbox_cont_dt {
    width: 60px;
	}
	.lineup_flex_info_textbox_cont:not(:first-child) {
    margin-top: 0.5rem;
	}
	
}
@media (max-width: 560px) {
	.section_lineup {
    padding: 72px 30px 12px;
	}
	.lineup_box {
    grid-gap: 20px;
	    margin: 40px 0 60px;
	}
	.lineup_flex_info_title {
    font-size: 16px;
	}
	.lineup_flex_info_textbox {
    margin: 1.2rem 0;
	}
	.lineup_box_item_title {
    font-size: 13px;
	line-height: 1.4;
    margin-top: 15px;
	height: 50px;
	}
	.lineup_flex_info_btn {
    height: 40px;
	}
	.lineup_flex_info_btn.small_l {
    height: 40px;
	}
	.lineup_flex_info_textbox_cont_ddspan {
    font-size: 10px;
    margin-left: 4px;
	}
	.small_lineup_flex_info_textbox > .lineup_flex_info_textbox_cont {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
	}
	.small_lineup_flex_info_textbox {
    margin: 1rem 0 1rem;
	}
	.small_lineup_flex_info_textbox > .lineup_flex_info_textbox_cont:not(:first-child) {
    margin-top: 0.8rem;
	}
	.socks_size {
    display: flex;
    flex-direction: column;
	}
	.small_lineup_flex_info_textbox .lineup_flex_info_textbox_cont_dt {
   font-size: 10px; 
	}
	.haramaki_overdye {
    font-size: 11px;
	}
}