@charset "UTF-8";
/*-----------------------大力商店の歴史*/
.section_mv #history.mv_inner {
	background-image: url("../img/history/bg_main.jpg");
	background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
	.img-spnone {
		display: none;
	}
}

.h_slide {
	overflow: hidden;
	position: relative;
	opacity: 0;
	transition: 2s;
}
.h_slide.fadeIn.active {
	opacity: 1;
}
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear;
}
/* 画像のサイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.section.outline {
	padding: 80px 0 0;
}
.history .h_container_wrap {
	margin-top: 120px;
}
.history .h_container_wrap .h_container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 80px;
}
.history .h_container_wrap .h_container.l_container {
	margin-top: 80px;
}
.history .h_container_wrap .h_container:last-of-type {
	margin-bottom: 0;
}
.history .h_container_wrap .h_container.row_r {
	flex-direction: row-reverse;
}
.history .h_container_wrap .h_container.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.history .h_container_wrap .h_container.fadeIn.active {
	top: 0;
	opacity: 1;
}
.history .h_container_wrap .h_container .textbox {
	width: 50%;
	padding: 0 5em;
	display: flex;
	flex-direction: column;
	/*justify-content: flex-end;*/
	position: relative;
}
/*.history .h_container_wrap .h_container .textbox .period {
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #E5E5E5;
	white-space: nowrap;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: absolute;
	right: 5%;
	top: 0;
	z-index: -1;
	transition: 2s;
	opacity: 0;
}*/
.history .h_container_wrap .h_container .textbox .period {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 2px;
	color: #E5E5E5;
	margin-bottom: 1em;
	white-space: nowrap;
	transition: 1s;
	opacity: 0;
}
/*.history .h_container_wrap .h_container .textbox .period.fadeIn.active {
	right: 8.8%;
	opacity: 1;
}*/
.history .h_container_wrap .h_container .textbox .period.fadeIn.active {
	opacity: 1;
}
/*.history .h_container_wrap .h_container .textbox .period span {
	text-combine-upright: all;
}*/
.history .h_container_wrap .h_container .textbox .text {
	font-size: 1rem;
	line-height: 2.2;
	letter-spacing: 1px;
	font-family: inherit;
}
.history .h_container_wrap .h_container .imagebox {
	width: 50%;
	height: 500px;
	position: relative;
	overflow: hidden;
}

.img-wrap {
	opacity: 0;
}
.img-animation {
	animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}
.img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #f9f9f9;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}
@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

.history .h_container_wrap .h_container .imagebox img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
}
@media screen and (max-width: 991px) {
	.history .h_container_wrap .h_container .textbox {
		padding: 0 3em;
	}
	.history .h_container_wrap .h_container .textbox .text {
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 768px) {
	.section.outline {
		padding: 50px 0 0;
	}
	.history .h_container_wrap {
		margin-top: 60px;
	}
	.history .h_container_wrap .h_container,
	.history .h_container_wrap .h_container.row_r {
		flex-direction: column-reverse;
		margin-bottom: 3em;
	}
	.history .h_container_wrap .h_container.l_container {
		margin-top: 3em;
	}
	.history .h_container_wrap .h_container .textbox {
		width: 100%;
		padding: 0 30px;
		margin-top: 30px;
	}
	.history .h_container_wrap .h_container .textbox .period {
		font-size: 2.2rem;
		/*right: unset;
		left: 20px;
		writing-mode: horizontal-tb;
		position: relative;*/
		margin-bottom: 0.7em;
	}
	.history .h_container_wrap .h_container .textbox .period.fadeIn.active {
		/*right: unset;
		left: 0;*/
		opacity: 1;
	}
	.history .h_container_wrap .h_container .textbox .text {
		line-height: 2;
	}
	.history .h_container_wrap .h_container .imagebox {
		width: 100%;
		height: 0;
		padding-top: 82%;
		/*margin-top: 2em;*/
	}
	.history .h_container_wrap .h_container .imagebox .caption {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 480px) {
	.history .h_container_wrap .h_container .textbox .period {
		font-size: 1.6rem;
	}
}

.section.c_history {
	position: relative;
	background-image: url("../img/common/bg_pattern.png");
	background-size: 100px auto;
	background-color: #EDEDED;
}
.c_history .section-heading {
	max-width: 600px;
	margin: 0 auto 40px;
}
.c_history .section-heading.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.c_history .section-heading.fadeIn.active {
	top: 0;
	opacity: 1;
}
.c_history .section-heading h2 {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #d3d3d3;
}
.c_history .section-heading h2 span {
	position: relative;
}
.c_history .section-heading h2 span::after {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #d3d3d3;
	position: absolute;
	top: 50%;
	left: 110px;
	transform: translateY(-50%);
}
/*.c_history h2 {
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 2px;
	color: #E5E5E5;
	white-space: nowrap;
	-ms-writing-mode: tb-lr;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	position: absolute;
	right: 9%;
	top: 0;
	opacity: 0;
	transition: 2s;
}*/
/*.c_history h2.fadeIn.active {
	right: 10%;
	opacity: 1;
}*/
/*.c_history h2 span {
	position: relative;
}*/
/*.c_history h2 span::after {
	content: "";
	display: block;
	width: 2px;
	height: 80px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
}*/
.c_history .section_inner.fadeIn {
	position: relative;
	top: 30px;
	opacity: 0;
	transition: 2s;
}
.c_history .section_inner.fadeIn.active {
	top: 0;
	opacity: 1;
}
.c_history .c_history_box_wrap {
	width: 100%;
	/*max-width: 800px;*/
	max-width: 600px;
	margin: 0 auto;
	position: relative;
}
.c_history .c_history_box_wrap::before {
	content: "";
	display: block;
	width: 1px;
	height: calc(100% - 28px);
	background-color: #cccccc;
	position: absolute;
	left: 200px;
	top: 13px;
}
.c_history .c_history_box_wrap .c_history_box {
	display: flex;
	padding-bottom: 30px;
}
.c_history .c_history_box_wrap .c_history_box:last-child {
	padding-bottom: 0;
}
.c_history .c_history_box_wrap .c_history_box .c_history_p {
	width: 200px;
	padding-right: 40px;
	position: relative;
}
.c_history .c_history_box_wrap .c_history_box .c_history_p::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #cccccc;
	position: absolute;
	right: -5px;
	top: 12px;
}
.c_history .c_history_box_wrap .c_history_box .c_history_p::after {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	background-color: #cccccc;
	position: absolute;
	right: 0;
	top: 16px;
}
.c_history .c_history_box_wrap .c_history_box .c_history_p .period {
	font-size: 1.075rem;
	font-weight: 600;
	line-height: 2;
}
.c_history .c_history_box_wrap .c_history_box .c_history_txt {
	flex: 1;
	padding-left: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.c_history .c_history_box_wrap .c_history_box .c_history_txt > p {
	font-size: 1.075rem;
}
@media screen and (max-width: 768px) {
	/*.c_history h2 {
		font-size: 3.4rem;
		right: 3%;
	}
	.c_history h2.fadeIn.active {
		right: 4%;
	}*/
	.c_history .section-heading {
		padding: 0 30px;
		margin: 0 auto 30px;
	}
	.c_history .section-heading h2 {
		font-size: 2.2rem;
	}
	.c_history .section-heading h2 span::after {
		width: 70px;
		left: 90px;
	}
	.c_history .c_history_box_wrap::before {
		left: 140px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p {
		width: 140px;
		padding-right: 30px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p::before {
		top: 9px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p::after {
		width: 30px;
		top: 13px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p .period {
		font-size: 1rem;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_txt {
		padding-left: 40px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_txt > p {
		font-size: 1rem;
	}
}
@media screen and (max-width: 480px) {
	/*.c_history h2 {
		font-size: 2.8rem;
		right: 3%;
	}*/
	.c_history .section-heading h2 {
		font-size: 1.725rem;
	}
	.c_history .section-heading h2 span::after {
		width: 60px;
		left: 80px;
		height: 1px;
	}
	.c_history .c_history_box_wrap::before {
		left: 130px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p {
		width: 130px;
		padding-right: 24px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p::after {
		width: 24px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_p .period {
		font-size: 0.875rem;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_txt {
		padding-left: 20px;
	}
	.c_history .c_history_box_wrap .c_history_box .c_history_txt > p {
		font-size: 0.875rem;
	}
}


/*.h_container .bg_img {
	position: absolute;
	z-index: -1;
	width: 70%;
	max-width: 800px;
}
.h_container .bg_img.bg_img_item01 {
	top: 0;
	right: 2%;
}
.h_container .bg_img.bg_img_item02 {
	top: 37%;
	left: 2%;
}
.h_container .bg_img.bg_img_item03 {
	top: 4%;
	right: 0;
}
.h_container .bg_img.bg_img_item04 {
	top: 40%;
	left: 5%;
}
.h_container .bg_img.bg_img_item05 {
	top: 68%;
	left: -3%;
}
.re_item_wrap {
	position: relative;
	width: 80%;
	margin: 90px auto 0;
}
.re_item_wrap .re_item.item01 {
	width: 50%;
}
.re_item_wrap .re_item.item02 {
	width: 43%;
	margin: -10% 0 0 auto;
	padding-left: 40px;
}
.re_item_wrap .re_item.item03 {
	width: 24%;
	margin-top: -19%;
	margin-left: 16%;
}
.re_item_wrap .re_item.item04 {
	width: 28%;
	margin-top: -20%;
	margin-left: 53%;
}
.re_item_wrap .re_item.item05 {
	width: 80%;
	margin-top: -8%;
	margin-left: auto;
	margin-right: auto;
}
.re_item_wrap .re_item.item06 {
	width: 56%;
}
.re_item_wrap .re_item.item07 {
	width: 38%;
	margin-top: -20%;
	margin-left: 62%;
}
.re_item_wrap .re_item.item08 {
	width: 34%;
	margin-top: -19%;
	margin-left: 5%;
}
.re_item_wrap .re_item.item09 {
	width: 46%;
	margin-top: -30%;
	margin-left: 57%;
}
@media screen and (max-width: 768px) {
	.h_container .bg_img {
		width: 90%;
	}
	.h_container .bg_img.bg_img_item02 {
		top: 58%;
	}
	.h_container .bg_img.bg_img_item04 {
		top: 46%;
	}
	.h_container .bg_img.bg_img_item05 {
		top: 66%;
	}
	.re_item_wrap {
		width: 90%;
		margin: 90px auto 40px;
	}
	.re_item_wrap .re_item.item01 {
		width: 70%;
	}
	.re_item_wrap .re_item.item02 {
		width: 60%;
	}
	.re_item_wrap .re_item.item03 {
		width: 40%;
		margin-top: -9%;
		margin-left: 16%;
	}
	.re_item_wrap .re_item.item04 {
		width: 50%;
		margin-top: -24%;
	}
	.re_item_wrap .re_item.item05 {
		width: 100%;
		margin-top: -13%;
	}
	.re_item_wrap .re_item.item06 {
		width: 70%;
		margin-top: -10%;
	}
	.re_item_wrap .re_item.item07 {
		width: 44%;
		margin-top: -10%;
		margin-left: 52%;
	}
	.re_item_wrap .re_item.item08 {
		width: 48%;
		margin-top: -26%;
		margin-left: 2%;
	}
	.re_item_wrap .re_item.item09 {
		width: 62%;
		margin-top: -24%;
		margin-left: 38%;
	}
}*/


.pllximg {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.pllximg .pllximg_item {
	width: 100%;
	height: 100vh;
	clip-path: inset(0);
	position: relative;
	/*top: 0;
	left: 0;*/
	z-index: -1;
	opacity: 0;
	transition: 2s;
}
.pllximg .pllximg_item.fadeIn.active {
	opacity: 1;
}
.pllximg .pllximg_item::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.pllximg .pllximg_item.item01::before {
	background-image: url("../img/history/pllximg05.jpg");
}
.pllximg .pllximg_item.item02::before {
	background-image: url("../img/history/pllximg06.jpg");
}
.pllximg .pllximg_item.item03::before {
	background-image: url("../img/history/pllximg01.jpg");
}
.pllximg .pllximg_item.item04::before {
	background-image: url("../img/history/pllximg04.jpg");
}
.pllximg .pllximg_item.item05::before {
	background-image: url("../img/history/pllximg03.jpg");
}
.pllximg .pllximg_item.item06::before {
	background-image: url("../img/history/pllximg02.jpg");
}
@media screen and (max-width: 768px) {
	.pllximg {
		height: calc(100vh - 60px);
	}
	.pllximg .pllximg_item {
		height: calc(100vh - 60px);
	}
	.pllximg .pllximg_item.item01::before {
		background-image: url("../img/history/pllximg05_sp.jpg");
	}
	.pllximg .pllximg_item.item02::before {
		background-image: url("../img/history/pllximg06_sp.jpg");
	}
	.pllximg .pllximg_item.item03::before {
		background-image: url("../img/history/pllximg01_sp.jpg");
	}
	.pllximg .pllximg_item.item04::before {
		background-image: url("../img/history/pllximg04_sp.jpg");
	}
	.pllximg .pllximg_item.item05::before {
		background-image: url("../img/history/pllximg03_sp.jpg");
	}
	.pllximg .pllximg_item.item06::before {
		background-image: url("../img/history/pllximg02_sp.jpg");
	}
}




