/* 基本スタイル */
body{
    font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	color: #1a1a1a;
	background-image: url("../img/back.jpg");
	background-size: contain;
}
img {
	width: 100%;
}
a {
	transition: .3s all;
}
.container {
	width: 100%;
}
.co {
    padding-left: 20px;
	padding-right: 20px;
}
.cont001 {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	position: relative;
	z-index: 2;
}
.cont002 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.cont003 {
	max-width: 1280px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}
.cont004 {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
h2 {font-size: 3.6rem;line-height: 6rem;font-weight: 700 !important;}
h3 {font-size: 2.2rem;line-height: 6rem;font-weight: 700 !important;}

/*------------スマホ 基本スタイル------------*/
@media screen and (max-width: 834px) {
h2 {font-size: 2.6rem;line-height: 5rem;}
h3 {font-size: 1.8rem;line-height: 4rem;}

.cont001 {
    max-width: 600px;
}
.cont003 {
	max-width: 900px;
}
}
/*
-----------------------------------------------
GOOGLE FONT
----------------------------------------------- */
.jp01 {
  font-family: "BIZ UDPGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jp02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*
-----------------------------------------------
link
----------------------------------------------- */
.link01 {
	width: 100%;
	max-width: 620px;
	border: 2px solid #468543;
	background-color: #468543;
	color: #fff;
	font-weight: 700;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
	border-radius: 6px;
	transition: all .5s;
	font-size: 1.6rem;
}
.link01 span {
	display: block;
	position: relative;
	font-size: 1.7rem;
	letter-spacing: 0.2rem;
}
/*------------スマホ------------*/
@media screen and (max-width: 834px) {
	.cont00 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cont01 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.cont02 {
		padding-left: 20px;
		padding-right: 20px;
	}
	.link01 {
	padding: 10px 0;font-size: 1.3rem;
}
.link02 {
	font-weight: 700;
	color: #0071bc;
	border-bottom: 1px solid #0071bc;
	padding-bottom: 4px;
}
.link03 {
	border-bottom: 1px solid #1a1a1a;
}
}
/*------------スマホ以外------------*/
@media screen and (min-width: 835px) {
.link01:hover {
	background-color: #fff;
	color: #468543;
}
.link02 {
	font-weight: 700;
	padding: 0 2px;
	transition: all .2s;
	border-bottom: 2px solid #0071bc;
	display: inline-block;
	vertical-align: top;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #0071bc, 0 0 0 #0071bc;
  transition: text-shadow 0.3s;
}
.link02:hover {
  text-shadow: 0 0 0 #0071bc, 0 1.5em 0 #0071bc;
}
.link03 {
	transition: all .2s;
	border-bottom: 1px solid #1a1a1a;
	display: inline-block;
	vertical-align: top;
  overflow: hidden;
  color: transparent;
  text-shadow: 0 -1.5em 0 #1a1a1a, 0 0 0 #1a1a1a;
  transition: text-shadow 0.3s;
}
.link03:hover {
  text-shadow: 0 0 0 #1a1a1a, 0 1.5em 0 #1a1a1a;
}
}
/*
-----------------------------------------------
TOPヘッダー
----------------------------------------------- */
#header {
	position: relative;
	z-index: 999;
}
.pcmenu_wpr {
	position: fixed;
	width: 100%;
	padding: 10px 20px;
	background-color: rgba(255, 255, 255,0.4);
	border-radius: 0 0 40px 40px;
}
.hdr_logo_link img{
	height: 60px;
	width: auto;
}
.scrl_menu {
	opacity: 0;
}
.scrl_menu.act {
	opacity: 1;
	animation: fadeInAnime 0.5s forwards;
}

@keyframes fadeInAnime {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateX(0);
  }
}
.pcmenu ul {
	display: flex;
	gap: 20px;
	font-weight: 600;
	font-size: 1.4rem;
}
.pcmenu ul li a:hover {
	color: #468543;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
.hdr_logo_link img{
	height: 40px;
}
}

/*
-----------------------------------------------
#mainvisual
----------------------------------------------- */
#mainvisual {
	padding-top: 60px;
}
.mainvisual_p {
	display: block;
	width: fit-content;
	margin: 0 auto;
	position: relative;
	font-size: 1.3rem;
}
.mainvisual_p::before,.mainvisual_p::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #1a1a1a;
}
.mainvisual_p::before {
	top: 0;
	left: -20px;
	transform: rotate(-20deg);
}
.mainvisual_p::after {
	top: 0;
	right: -20px;
	transform: rotate(20deg);
}
.mainvisual_logo {
	width: 200px;
	margin: 16px auto 30px;
}
.topslider {
	margin: 0 auto;
	max-width: 400px;
	aspect-ratio: 4 / 5;
}
.topslider img{
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	object-position: center;
}
.flowtext {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 40px;
  width: 80%;
  margin: 40px auto;
}

.flowtext ul {
  display: flex;
  flex-shrink: 0;          /* 幅が潰れないように固定 */
  animation: flowing 30s linear infinite;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flowtext ul li {
  flex: none;
  padding-right: 60px;
}

.flowtext ul li img {
  width: 500px;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.mainvisual_p02 {
	color: #d0576b;
	background-color: rgba(255, 255, 255,0.8);
	font-size: 1.5rem;
	font-weight: 600;
	border: 2px solid #d0576b;
	border-radius: 60%;
	width: fit-content;
	padding: 10px 20px;
	margin-top: -20px;
	margin-left: 10%;
}

/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.mainvisual_p {
		margin-top: 20px;
		font-size: 1.2rem;
	}
.mainvisual_logo {
	width: 160px;
	margin: 16px auto 20px;
}
	.topslider {
	max-width: 300px;
	width: 70%;
}
.mainvisual_p02 {
	font-size: 1.2rem;
	border: 1.5px solid #d0576b;
	padding: 4px 14px;
	margin-top: 20px;
	margin-left: 5%;
}
.flowtext {
  height: 30px;
  width: 90%;
  margin: 20px auto 0;
}

.flowtext ul li {
  padding-right: 40px;
}
.flowtext ul li img {
  width: 300px;
}
}

/*
-----------------------------------------------
#concept
----------------------------------------------- */
#concept {
	position: relative;
}
.concept_p {
	font-size: 2.2rem;
	line-height: 5rem;
	padding-top: 100px;
	padding-bottom: 60px;
}
.img_brandlogo_gray {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}
#popup {
  display: none;
}

.popup-open {
  cursor: pointer;
}

.popup-overlay {
  display: none;
}

#popup:checked ~ .popup-overlay {
  display: block;
  z-index: 99999;
  background-color: #00000070;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

.popup-window {
  width: 90vw;
  max-width: 900px;
  padding: 30px 40px 40px;
  background-color: #fff;
  border: 4px solid #468543;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-window h3 {
	font-size: 2.4rem;
	margin-bottom: 40px;
}
.img_brandlogo_introduce {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
.concept_p {
	font-size: 1.5rem;
	letter-spacing: 0.05rem;
	line-height: 4rem;
	padding-top: 40px;
	padding-bottom: 60px;
}
.img_brandlogo_gray {
	top: 10%;
	right: 0;
	width: 80%;
	max-width: 400px;
}
.popup-window {
  padding: 20px 10px 20px;
}
.popup-window h3 {
	font-size: 1.6rem;
	letter-spacing: 0;
	margin-bottom: 2%;
}
}

/*
-----------------------------------------------
#about
----------------------------------------------- */
.about_wpr {
	border: 2px solid #1a1a1a;
	background-color: #fff;
	border-radius: 20px;
	padding: 80px 60px;
}
.img_illust01 {
	width: 180px;
}
.img_illust02 {
	width: 140px;
}
.about_p {
	margin-top: 60px;
	margin-bottom: 40px;
	line-height: 3.4rem;	
}
.img_workshop{
	width: calc(50% - 10px);
	height:190px;
}
.img_workshop img{
	height:100%;
	object-fit: cover;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {
.about_wpr {
	padding: 40px 10px;
}
.img_illust01 {
	width: 100px;
	margin-left: 0;
	margin-right: auto;
}
.img_illust02 {
	width: 80px;
	margin-left: auto;
	margin-right: 0;
}
.about_p {
	margin-top: 20px;
	margin-bottom: 40px;
	line-height: 3rem;	
}
.about_img {
	width: 80%;
}
.img_workshop{
	width: 100%;
}
}

/*
-----------------------------------------------
#share
----------------------------------------------- */
#share {
	position: relative;
}
.action_title {
	width: 160px;
	margin-left: -40px;
	margin-bottom: 10px;
}
.img_sukihime {
	display: inline-block;
	width: 160px;
	height: 1em;
	margin-right: 10px;
	position: relative;
}
.img_sukihime::after {
	position: absolute;
	content: "";
	border: 1px solid #636363;
	background-color: #fff;
	width: 100%;
	height: 96%;
	top: 4%;
	left: 0;
	z-index: -1;
}
.img_back02 {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.action_side {
	width: 60%;
}
.action_p {
	margin-top: 40px;
}
.img_illust03 {
	width: 300px;
}
.share_img_box, .cheer_img_box, .spread_img_box  {
	gap: 40px;
}
.share_img_box img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.cheer_img_box > div, .spread_img_box > div {
	max-width: 300px;
}
.cheer_img_box > div img, .spread_img_box > div img {
	object-fit: cover;
	height: 300px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
.action_title {
	width: 140px;
	margin-left: -8px;
	margin-bottom: 10px;
}
.img_sukihime {
	width: 120px;
}
.img_illust03 {
	width: 160px;
	margin-left: auto;
	margin-right: 0;
}
.action_side {
	width: 100%;
}
.action_p {
	margin-top: 20px;
}
.share_img_box, .cheer_img_box, .spread_img_box  {
	gap: 10px;
}
.cheer_img_box > div img, .spread_img_box > div img {
	object-fit: cover;
	height: 160px;
}
}

/*
-----------------------------------------------
#cheer
----------------------------------------------- */
.img_illust04 {
	width: 300px;
	order: 1;
}
#cheer .action_side {
	order: 2;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.img_illust04 {
	width: 160px;
	order: 2;
	margin-left: auto;
	margin-right: 0;
}
#cheer .action_side {
	order: 1;
}
}
/*
-----------------------------------------------
#spread
----------------------------------------------- */
#spread {
	position: relative;
}
#spread .img_back02 {
    transform: scale(-1, 1);
}
.img_illust05 {
	width: 260px;
}
.link01 span{
	display: block;
	width: 100%;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 2rem;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
.img_illust05 {
	width: 160px;
	margin-left: auto;
	margin-right: 0;
}
}
/*
-----------------------------------------------
#media
----------------------------------------------- */
.media_list {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.4rem;
}
.media_list dl {
	margin-top: 30px;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.media_list {
	font-size: 1.2rem;
	line-height: 2.4rem;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.media_list dl {
	margin-top: 20px;
}
}

/*
-----------------------------------------------
#footer
----------------------------------------------- */
.footer_name {
	font-size: 1.8rem;
}
#footer address, .footer_p {
	font-style: normal;
	font-size: 1.4rem;
}
.ftr_logo {
	width: 200px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
/*------------スマホ ------------*/
@media screen and (max-width: 834px) {	
	.footer_name {
	font-size: 1.6rem;
}
#footer address, .footer_p {
	font-style: normal;
	font-size: 1.2rem;
	line-height: 2.4rem;
}
.ftr_logo {
	width: 160px;
}
}


/*
-----------------------------------------------
animation
----------------------------------------------- */
.poyo {
	opacity: 0;
	scale: 0;
	transition: all .5s ease;
}
.poyo.show {
	animation-name: poyo;
	animation-duration: 1s;
	animation-delay: .5s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes poyo {
	0% {
		scale: 1;
		opacity: 0;
	}
	8% {
		scale: 1.07;
		opacity: 1;
	}
	17% {
		scale: 1.12;
		opacity: 1;
	}
	34% {
		scale: 1;
		opacity: 1;
	}
	51% {
		scale: 1.02;
		opacity: 1;
	}
	68% {
		scale: 1;
		opacity: 1;
	}
	100% {
		scale: 1;
		opacity: 1;
	}
} 
.kata {
	animation: katakata 3s infinite ease-in-out alternate;
}

@keyframes katakata {
0% {
    transform: translate(0, 0) rotate(0deg);
}
21% {
    transform: translate(0, 0) rotate(0deg);
}
22% {
    transform: translate(0, 0) rotate(-3deg);
}
23% {
    transform: translate(0, -1px) rotate(0deg);
}
24% {
    transform: translate(0, -1px) rotate(3deg);
}
25% {
    transform: translate(1px, 0) rotate(-2deg);
}
26% {
    transform: translate(0, 1px) rotate(0deg);
}
27% {
    transform: translate(0, 0) rotate(3deg);
}
28% {
    transform: translate(0, 0) rotate(0deg);
}
100% {
    transform: translate(0, 0) rotate(0deg);
}
} 
/* fadeIn */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 0.5s;
  animation-delay: .2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeInTrigger {
  opacity: 0;
}


/*css end*/