/* arguments inittial */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* site style */
/* [ writing-mode ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
#top {
  color: #fff;
}

#top .bg {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  overflow: hidden;
}

#top .bg:before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#top .bg .bg_slide {
  position: relative;
  overflow: hidden;
}

#top .bg .bg_slide figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#top .bg .bg_slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

#top .bg .swiper-slide-active .slide-img,
#top .bg .swiper-slide-duplicate-active .slide-img,
#top .bg .swiper-slide-prev .slide-img {
  animation: zoomOut 10s linear 0s 1 normal both;
}

#top .mv {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  #top .mv {
    padding: 0 30px 0 60px;
  }
}

#top .mv .mv_ttl {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#top .mv .mv_ttl img {
  display: block;
  max-width: 425px;
}

@media (max-width: 767px) {
  #top .mv .mv_ttl img {
    max-width: 267px;
  }
}

#top .lead{
	padding-top: 60px;
}
@media (max-width: 767px) {
	#top .lead{
		padding-top: 60px;
		padding-bottom: 0;
	}
  }

#top .lead .lead_content{
	font-size: 20px;
	font-size: 2rem;
	line-height: 2em;
	letter-spacing: 0.2em;
	font-weight: 700;
}

@media only screen and (max-width: 1100px){
	#top .lead .lead_content{
		font-size: 16px;
		font-size: 1.6rem;
	}
}

@media (max-width: 767px){
	#top .lead .lead_content{
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.8666em;
		letter-spacing: 0.15em;
		margin-top: 40px;
	}
}

#top .lead .lead_inner{
	width: calc(100% - 60px);
	margin: 0 auto;
	max-width: 737px;
}

@media (max-width: 767px){
	#top .lead .lead_inner {
		padding: 0;
		max-width: max-content;
	}
}

@media only screen and (max-width: 400px){
	#top .lead .lead_inner {
		max-width: 100%;
	}
}

#top .story {
  margin: 215px 0 0 0;
}

@media (max-width: 767px) {
	#top .story {
		margin: 133px 0 0;
	}
}

#top .story .story_link{
	background: #0055A2;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	padding: 125px 0 105px;
	transform: skewY(-10.7deg);
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
  #top .story .story_link {
    padding: 85px 0 54px;
  }
}

#top .story .story_link .story_link_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: block;
  top: 50%;
  left: 0;
  opacity: 0.7;
  mix-blend-mode: multiply;
  transition: 0.3s;
  background-image: url("/kabunushi/community/co-creation/assets/img/top/img_story.jpg");
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transform: skewY(10.7deg) translateY(-50%);
}

@media (max-width: 767px) {
  #top .story .story_link .story_link_bg {
    background-image: url("/kabunushi/community/co-creation/assets/img/top/img_story_sp.jpg");
  }
}

#top .story .story_title{
  transform: skewY(10.7deg);
  position: relative;
  margin-top: 0;
  z-index: 2;
}

#top .story .story_title ._en{
	width: 413px;
	padding-bottom: 26px;
	border-bottom: 3px solid #fff;
}

@media (max-width: 767px){
	#top .story .story_title ._en{
		width: 225px;
		padding-bottom: 18px;
	}
}

#top .story .story_title ._en img{
	width: 183px;
}

@media (max-width: 767px){
	#top .story .story_title ._en img {
		width: 124px;
	}
}

#top .story .story_inner{
	position: relative;
	/*background: #E9EFF6;*/
	padding-top: 150px;
	padding-bottom: 50px;
	z-index: 2;
}
@media (max-width: 767px){
	#top .story .story_inner{
		padding-top: 30px;
	}
}

#top .story_inner::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #E9EFF6;
	transform: skewY(-10.7deg);
	z-index: -1;
}

#top .story .no_story{
	display: none;
	width: calc(100% - 60px);
	max-width: 1020px;
	margin: 150px auto 0;
	color: #0055A2;
	text-align: center;
	font-size: 2.0rem;
}
@media (max-width: 767px){
	#top .story .no_story{
		display: none;
		width: calc(100% - 54px);
		max-width: 1020px;
		margin: 100px auto 0;
		color: #0055A2;
		text-align: center;
		font-size: 1.5rem;
	}
}

#top .story .story_list{
	margin: 0 auto 110px;
}

#top .story .search{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 50px;
	margin: 50px auto 150px;
	max-width: 1020px;
	color: #0055A2;
	font-size: 1.6rem;
}
@media (max-width: 767px){
	#top .story .search{
		justify-content: flex-start;
		margin: 50px auto 100px;
		padding: 0 27px;
		font-size: 1.5rem;
	}
}

select{
	font: inherit; /* Specify font inheritance of form elements */
	text-transform: none; /* Firefox 40+, Internet Explorer 11- */
	background-color: transparent;
	border-style: none;
	-moz-appearance: none; /* Firefox 36+ */
	-webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand{
	display: none;
}
select::-ms-value{
	color: currentColor;
}

#top .story .search > div{
	display: inline-block;
	width: auto;
}
@media (max-width: 767px){
	#top .story .search > div{
		width: 100%;
	}
}
#top .story .search .selectbox{
	position: relative;
	display: block;
}
@media (max-width: 767px){
	#top .story .search .selectbox{
		width: 100%;
	}
}
#top .story .search select{
	padding: 0.5em calc(0.5em + 22px) 0.5em 0.5em;
	border: solid 1px #0055A2;
	border-radius: 3px;
	color: #0055A2;
	cursor: pointer;
}
@media (max-width: 767px){
	#top .story .search select{
		width: 100%;
	}
}
#top .story .search .selectbox::before,
#top .story .search .selectbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: calc(50% - 4.5px);
  right: 15px;
  width: 2px;
  height: 10px;
  border-radius: 9999px;
  background-color: #0055A2;
  transform-origin: 50% calc(100% - 0px);
}

#top .story .search .selectbox::before{
  transform: rotate(45deg);
}

#top .story .search .selectbox::after{
  transform: rotate(-45deg);
}

#top .story .story_list {
	width: calc(100% - 60px);
	max-width: 1020px;
	margin: 150px auto 110px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 120px 0;
  }
  
  @media (max-width: 767px) {
	#top .story .story_list {
	  width: 100%;
	  padding: 0 27px;
	  margin-top: 48px;
	  margin-bottom: 0;
	  gap: 48px;
	}
  }
  
  #top .story .story_list._special .story_item:before {
	content: '';
	width: 26.1%;
	position: absolute;
	top: 54%;
	right: 7px;
	aspect-ratio: 1;
	background-image: url("/kabunushi/community/co-creation/assets/img/story/text_movie.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	transform: skewY(10.7deg);
	z-index: 4;
  }
  
  @media only screen and (max-width: 1000px) {
	#top .story .story_list._special .story_item:before {
	  top: 46%;
	}
  }
  
  @media (max-width: 767px) {
	#top .story .story_list._special .story_item:before {
	  top: auto;
	  bottom: calc(100% - 68vw);
	  width: 100px;
	}
  }
  
  @media only screen and (max-width: 540px) {
	#top .story .story_list._special .story_item:before {
	  width: 68px;
	}
  }
  
  #top .story .story_list._short {
	margin-top: 250px;
  }
  
@media (max-width: 767px){
	#top .story .story_list._short{
		margin-top: 48px;
	}
}

@media (min-width: 768px){
	#top .story .story_list._short{
		justify-content: flex-start;
		gap: 120px calc((1% + 48px) / 2);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px){
	#top .story .story_list._short{
		justify-content: flex-start;
		gap: 120px calc((1% + 15px) / 2);
	}
}
  
  @media (min-width: 768px) {
	#top .story .story_list._short .story_item {
	  width: calc(33% - 16px);
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
	#top .story .story_list._short .story_item {
	  width: calc(33% - 5px);
	}
  }
  
  @media (min-width: 768px) {
	#top .story .story_list._short .story_item a:before {
	  padding-top: 42%;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
	#top .story .story_list._short .story_item a:before {
	  padding-top: 47%;
	}
  }
  
  @media (min-width: 768px) {
	#top .story .story_list._short .story_item a ._img {
	  width: calc(100% + 10px);
	}
	#top .story .story_list._short .story_item a ._text {
	  padding: 0 10px 20px 17px;
	}
	#top .story .story_list._short .story_item a ._title {
	  font-size: 16px;
	  font-size: 1.6rem;
	  line-height: 1.4545em;
	  width: calc(100% + 10px);
	  word-break: break-all;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
	#top .story .story_list._short .story_item a ._title {
	  font-size: 14px;
	  font-size: 1.4rem;
	  width: 100%;
	}
  }
  
  @media (min-width: 768px) {
	#top .story .story_list._short .story_item a ._company {
	  font-size: 16px;
	  font-size: 1.6rem;
	  margin-top: 8px;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
	#top .story .story_list._short .story_item a ._company {
	  font-size: 14px;
	  font-size: 1.4rem;
	}
  }
  
  @media (min-width: 768px) {
	#top .story .story_list._short .story_item a ._name {
	  font-size: 14px;
	  font-size: 1.4rem;
	  margin-top: 2px;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1000px) {
	#top .story .story_list._short .story_item a ._name {
	  font-size: 12px;
	  font-size: 1.2rem;
	}
  }
  
  @media (min-width: 768px) {
	#top .story .story_list._short .story_item a ._foot {
	  font-size: 13px;
	  font-size: 1.3rem;
	  right: 10px;
	  top: calc(100% - 40px);
	  min-width: 65%;
	}
  }

  #top .story_item {
	width: calc(50% - 50px);
	transform: skewY(-10.7deg);
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	padding-left: 20px;
	display: flex;
  }
  
  @media only screen and (max-width: 1100px) {
	#top .story_item {
	  width: calc(50% - 10px);
	}
  }
  
  @media (max-width: 767px) {
	#top .story_item {
	  width: 100%;
	  padding-left: 13px;
	}
  }
  
  #top .story_item.soon {
	pointer-events: none;
  }
  
  #top .story_item.cosmo a ._title {
	letter-spacing: 0;
  }
  
  #top .story_item a {
	display: block;
	position: relative;
	width: 100%;
	cursor: pointer;
  }
  
  #top .story_item a:before {
	content: '';
	padding-top: 36%;
	display: block;
	width: 100%;
  }
  
  @media (max-width: 767px) {
	#top .story_item a:before {
	  padding-top: 30%;
	}
  }
  
  #top .story_item a:after {
	content: '';
	display: block;
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 68%;
	bottom: 0;
	left: 0;
	background: #fff;
  }
  
  @media (max-width: 767px) {
	#top .story_item a:after {
	  background: none;
	}
  }
  
  @media (any-hover: hover) {
	#top .story_item a:hover, #top .story_item a:focus {
	  opacity: 1;
	}
	#top .story_item a:hover ._img span, #top .story_item a:focus ._img span {
	  background-size: 110%;
	}
  }
  
  #top .story_item a ._img {
	display: block;
	aspect-ratio: 440 / 330;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 2;
	width: 100%;
  }
  
  @media (max-width: 767px) {
	#top .story_item a ._img {
	  left: -10px;
	  z-index: 3;
	}
  }
  
  #top .story_item a ._img span {
	width: 100%;
	height: 125.1515%;
	position: absolute;
	top: 62.5%;
	left: 50%;
	display: block;
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	transform: skewY(10.7deg) translate(-50%, -50%);
	transition: 0.3s;
  }
  
  #top .story_item a ._text {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 0 10px 5px 20px;
	z-index: 2;
  }
  
  @media only screen and (max-width: 1000px) {
	#top .story_item a ._text {
	  padding: 10px 10px 25px 20px;
	}
  }
  
  @media (max-width: 767px) {
	#top .story_item a ._text {
	  padding: 0 10px 15px 15px;
	  background: #fff;
	}
  }
  
  #top .story_item a ._text:before {
	content: '';
	padding-top: 52.5%;
	display: block;
	width: 100%;
  }
  
  @media (max-width: 767px) {
	#top .story_item a ._text:before {
	  padding-top: 64.5%;
	}
  }
  
  #top .story_item a ._title, #top .story_item a ._company, #top .story_item a ._name {
	color: #0055A2;
	transform: skewY(10.7deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	will-change: transform;
  }
  
  #top .story_item a ._title {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 700;
  }
  
  @media only screen and (max-width: 1000px) {
	#top .story_item a ._title {
	  font-size: 18px;
	  font-size: 1.8rem;
	}
  }
  
  @media (max-width: 767px) {
	#top .story_item a ._title {
	  font-size: 14px;
	  font-size: 1.4rem;
	  line-height: 1.5714em;
	}
  }
  
  #top .story_item a ._title span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3em;
	letter-spacing: 0.1em;
  }
  
  @media only screen and (max-width: 1000px) {
	#top .story_item a ._title span {
	  font-size: 14px;
	  font-size: 1.4rem;
	  margin-top: 5px;
	}
  }
  
  @media (max-width: 767px) {
	#top .story_item a ._title span {
	  font-size: 12px;
	  font-size: 1.2rem;
	  margin-top: 0;
	}
  }
  
  #top .story_item a ._company {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 500;
	margin-top: 10px;
  }
  
  @media only screen and (max-width: 1000px) {
	#top .story_item a ._company {
	  font-size: 16px;
	  font-size: 1.6rem;
	}
  }
  
  @media (max-width: 767px) {
	#top .story_item a ._company {
	  font-size: 12px;
	  font-size: 1.2rem;
	  margin-top: 7px;
	}
  }
  
  #top .story_item a ._name {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 500;
  }
  
  @media only screen and (max-width: 1000px) {
	#top .story_item a ._name {
	  font-size: 13px;
	  font-size: 1.3rem;
	}
  }
  
  @media (max-width: 767px) {
	#top .story_item a ._name {
	  font-size: 10px;
	  font-size: 1rem;
	}
  }
  
  #top .story_item a ._foot {
	width: fit-content;
	min-width: 55%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	text-align: right;
	background: #0055A2;
	color: #fff;
	transform: skewY(10.7deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-font-smoothing: antialiased;
	will-change: transform;
	position: absolute;
	top: calc(100% - 30px);
	right: 20px;
	padding: 53px 9px 9px 10px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5em;
	letter-spacing: 0.05em;
	font-weight: 700;
  }
  
  @media (max-width: 767px) {
	#top .story_item a ._foot {
	  font-size: 11px;
	  font-size: 1.1rem;
	  width: 165px;
	  position: static;
	  margin: -35px 20px 0 auto;
	}
  }
  
  #top .story_item.ajirushi a ._title, #top .story_item.seiwa a ._title {
	letter-spacing: 0;
  }
  
  @media (min-width: 768px) {
	#top .story_item.ajirushi a ._title span, #top .story_item.seiwa a ._title span {
	  font-size: 14px;
	  font-size: 1.4rem;
	}
  }
  
  #top .story_item.seiwa a ._foot {
	letter-spacing: 0;
  }

#concept-page{
	position: relative;
	/*background: #E9EFF6;*/
}
#concept-page::before{
	content: "";
	position: absolute;
	bottom: -150px;
	left: 0;
	width: 100%;
	height: 600px;
	background: #E9EFF6;
}
@media (max-width: 767px){
	#concept-page::before{
		bottom: -50px;
		height: 500px;
	}
}

#concept-page .concept_link{
	width: 255px;
	height: 69px;
	color: #0055A2;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0055A2;
	margin: 104px auto 300px;
	background: #E9EFF6;
	transition: 0.3s;
	transform: skewX(-20deg);
	cursor: pointer;
  }
  
@media (max-width: 767px){
	#concept-page .concept_link {
		height: 50px;
		margin: 40px auto 100px;
		width: 175px;
	}
}
  
  #concept-page .concept_link span {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1em;
	letter-spacing: 0.2em;
	font-weight: 500;
	transform: skewX(20deg);
  }
  
  @media only screen and (max-width: 1100px) {
	#concept-page .concept_link span {
	  font-size: 20px;
	  font-size: 2rem;
	}
  }
  
  @media (max-width: 767px) {
	#concept-page .concept_link span {
	  font-size: 16px;
	  font-size: 1.6rem;
	}
  }
  
  @media (any-hover: hover) {
	#concept-page .concept_link:hover, #concept-page .concept_link:focus {
	  background: #0055A2;
	  opacity: 1;
	  color: #fff;
	}
  }

#top .c_footer {
  margin-bottom: 194px;
}

@media (max-width: 767px) {
  #top .c_footer {
    margin-bottom: 222px;
  }
}