@charset "utf-8";
/* CSS Document */
html{scroll-behavior: smooth;}
body {
	font-family:"Zen Kaku Gothic New","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-size:15px;
	line-height: 1.5;
	font-weight: 700;
	color: #000000;
	text-align: justify;

}
*{vertical-align: top; box-sizing: border-box; word-break: break-all;}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#wrapper {
	display: flex;
	width: 100%;
	background: #fff no-repeat center top;
	overflow: hidden;
	height: auto;
}

@media screen and (max-width: 1024px) {
	div#wrapper {width: 100%!important; display: block;}
}

/********************************

PCメイン

********************************/

#left{
	height: 100vh;
	max-width: 100%;
	/*width: calc(100vw - 773px);*/
	width: 100vw;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
}

#left>img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	object-position: bottom;
}

/*** logo ***/
#left .logo{
	position: absolute;
	top: 4%;
	left: 4.5%;
	width: 44%;
}

#left .logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*** pop ***/
#left .pop {
	position: absolute;
	bottom:20px;
	left: 6%;
	width: 40%;
}

#left .pop img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/*** bnr ***/
.bnr {
	position: fixed;
	bottom: 0;
	right: 1.6%;
	width: 12%;
	z-index: 999;
}
.bnr div{
	margin-bottom: 20px;
}
.bnr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

#left .logo {display: none;}
#left .pop {display: none;}

@media screen and (max-width: 1300px) {
	#left .logo{
		top: 9%;
		left: 3.5%;
		width: 47%;
	}
	#left .pop{
		left: 1.5%;
		width: 50%;
		bottom: 30px;
	}
}

@media screen and (max-width: 1200px) {
	/*#left .logo {display: none;}
	#left .pop{display: none;}*/
	.bnr {width: 20%;}
}

@media screen and (max-width: 750px) {
	#left{display: none;}
	#left>img {display: none;}

	.bnr {
		/*width: 120px;
		bottom: 10px;
	  opacity: 0;
	  transform: translateY(30px);
	  transition: opacity 0.6s ease, transform 0.6s ease;*/
		width: 95%;
		bottom: 10px;
		display: flex;
		right: 50%;
		transform: translate(50%,30px);
		gap: 2%;
		opacity: 0;
		transition: .5s ease;
	}

	.bnr.fade_in {
	  opacity: 1;
	  transform: translate(50%,0);
		/*justify-content: center;*/
		justify-content: right;
		align-items: center;
	}
}

@media screen and (max-height: 650px) {
	#left .logo {
		width: 35%;
		left: 10%;
	}

	#left .pop {
		left: 3.5%;
		width: 45%;
		bottom: 30px;
	}
}

/* PCの場合は常に表示 */
@media screen and (min-width: 751px) {
  .bnr {
    opacity: 1 !important;
    transform: none !important;
  }
}


/********************************

中身

********************************/
#center {
	/*width: 35%;*/
	width: 900px;
	height: 100vh;
	overflow-y: scroll;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	background: url(../img/bg.png)top center no-repeat #ffef00;
	background-size: 100%;
	z-index: 998;
	scroll-behavior: smooth;
	/*width: 500px;*/
	/*right: 273px;*/
	/*padding: 90px 20px 60px;*/
}

#center .top_return{
	background: #920783;
	padding: 15px;
	text-align: right;
}
#center .top_return a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
#center .top_return a:hover{opacity: 0.7;}

#center .scroll_box{
	margin: 110px auto 0;
	/*width: 90%;*/
}
#workshop_inner,#gff{
	width: 90%;
}
#mv h2{
	max-width: 440px;
	margin: 0 auto 80px;
}

#workshop_inner>h2 {
	max-width: 650px;
	margin: 0 auto 40px;
	background: #920783;
	border-radius: 90px;
	padding: 10px 0;
}
#workshop_inner>h2 img{width: auto;}

#center img {width: 100%;}

#center .scroll_box .pc_mv{
	margin-bottom: 60px;
}

@media screen and (min-width: 1200px) {
	#mv{
	width: 90%;
	margin: 0 auto;}
}

@media screen and (max-width: 1200px) {
	#center{
		width: 500px;
		/*width: 46%;*/
		left: 50%;
		transform: translateX(-50%);
	}
	/*.inner_box {
		background: url(../img/bg.png)top center no-repeat;
		padding: 0 5%;
	}
	.inner_box div{
		width: 90%;
		margin: 0 auto;
		padding-top: 40px;
	}*/
}

@media screen and (max-width: 750px) {
	#center {
		width: 100%;
		height: auto;
		position: static;
		transform: none;
		overflow: hidden;
	}
	#center .top_return {text-align: left;}
	#mv{width: 100%;}
}


/********************************

SPメインビジュアル

********************************/

.sp_mv{display: none;}
@media screen and (max-width: 1200px) {
	.sp_mv {display: block;}
	/*#center {background: none #ffef00;}*/
	#center .scroll_box{
		width: 100%;
		margin: 80px auto 0;
	}
	#center .scroll_box .pc_mv{display: none;}

}

/********************************

コピー

********************************/
#main_copy p {
	font-size: 24px;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	/*#main_copy {padding-top: 60px;}*/
}

@media screen and (max-width: 750px) {
	#main_copy p {font-size: 20px;}
}

/********************************

ワークショップとかの部分

********************************/
.main_box {text-align: center; margin: 60px auto;}
.main_box img{
	/*max-width: 440px;*/
	width: 100%;
}

.main_box > div{
	max-width: 650px;
	width: 100%;
	margin: 0 auto 80px;
	text-align: justify;
	/*background: url("../img/workshop_bg.png") repeat-y;
	background-size: 100%;
	padding: 35px 8% 0 5%;*/
}
.main_box>div>div{margin-bottom: 60px;}

.main_box h2{
	font-size: 26px;
	font-weight: 900;
	line-height: 1.2;
	margin: 25px auto 20px;
}

.main_box p{
	font-size: 20px;
	margin: 20px auto 30px;
}

.main_box .center_txt {text-align: center;}

.main_box h3{
	font-size: 24px;
	text-align: center;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-weight: 900;
	line-height: 1;
	padding: 15px 10px;
	margin-bottom: 20px;
	position: relative;
}

.main_box h4{
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	vertical-align: middle;
	margin-bottom: 10px;
}
.main_box h4::before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #000000;
	vertical-align: middle;
	margin-right: 20px;
}
.main_box h4::after{
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background: #000000;
	vertical-align: middle;
	margin-left: 20px;
}

.main_box b{
	display: block;
	font-size: 32px;
	line-height: 1.2;
	margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
	.main_box h2{font-size: 24px;}
	.main_box p{font-size: 17px;}
	.main_box h3{font-size: 20px;padding:10px;}
	.main_box h4{font-size: 20px;}
	.main_box b{font-size: 24px;}

	.main_box>div>div {margin-bottom: 0;}
	.inner_box div{padding-top: 0;}
}

/********************************

その他のポップアップ部分

********************************/
#pop_btn{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 1;
	/*line-height: 40px;*/
	border-radius: 20px;
	background: #000000;
	color: #FFFFFF;
	top: 7px;
	right: 15px;
	cursor: pointer;
}
#pop_btn img{width: 15px;}

.modal_overlay {
  display: none; /* 最初は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  z-index: 999;
  justify-content: center;
  align-items: center;
}

.pop_box {
  background: #fff;
  padding: 3em;
  border-radius: 8px;
  max-width: 1000px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  position: relative;
}

.close_btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5em;
  cursor: pointer;
}

@media screen and (max-width: 750px) {
	#pop_btn{width: 30px; /*line-height: 30px;*/ height: 30px; top: 5px;}
}


/********************************

footer

********************************/

footer{
	background: #FFFFFF;
	text-align: center;
	padding: 25px 0;
	font-size: 13px;
}
footer div{
	max-width: 326px;
	width: 80%;
	display: flex;
	margin: 0 auto 30px;
	justify-content: space-between;
}


@media screen and (max-width: 750px) {
	footer{padding-bottom: 150px;}
}

/************** 202510.追記 ********************/

.anchor_btn {
	background: #000000;
	border-radius: 36px;
	color: #ffffff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 18px 0 20px;
	margin-top: 20px;
	font-size: 18px;
	position: relative;
}

.anchor_btn:hover {opacity: 0.7;}
.anchor_btn::after {
	content: "";
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	right: 24px;
	top: 27px;
}

/*========= header （ハンバーガーメニュー） ===========*/
header {
	/*width: 100%;*/
	position: fixed;
	top: 1.6%;
	right: 1.6%;
	z-index: 1000;
	display: inline-block;
	animation: he_bg 0.5s;
	transition: 0.4s;
	box-sizing: border-box;
}

.hamburger {
	width: 78px;
	height: 78px;
	float: right;
	position: relative;
	background: #920783;
	border-radius: 50%;
}

.hamburger div {
	display: block;
	width: 38px;
	height: 38px;
	position: absolute !important;
	z-index: 10001;
	cursor: pointer;
	top: 33%;
	right: 27%;
}

.hamburger div span:nth-child(1) {
	margin-top: 0px;
}

.hamburger div span:nth-child(2) {
	margin-top: 12px;
	margin-right: 0px;
}

.hamburger div span:nth-child(3) {
	margin-top: 24px;
}

.hamburger div span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #ffffff none repeat scroll 0% 0%;
	opacity: 1;
	right: 0px;
	transition: all 0.25s ease-in-out 0s;
	transform: rotate(0deg);
}

.hamburger div span.color {
	background: #ffffff none repeat scroll 0% 0%;
}

.hamburger div.opened span:nth-child(1) {
	transform: rotate(135deg);
	margin-top: 10px;
	background: #920783 !important;
}

.hamburger div.opened span:nth-child(2) {
	opacity: 0;
	right: -75px;
}

.hamburger div.opened span:nth-child(3) {
	transform: rotate(-135deg);
	margin-top: 10px;
	background: #920783 !important;
}

/*------ hamburger menu clickの時の LIST ------*/

div.inner {
	/*width: 100%;*/
	/*height: 70%;*/
	width: 26%;
	/*height: calc(100% - 200px);*/
	height: 100%;
	background-color: #f7f6f2;
	position: fixed;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 10000;
	top: 0;
	opacity: 0;
	right: -100%;
	display: block;
	overflow-y: scroll;
	padding: 120px 0;
}

div.inner>div {
	width: 80%;
	margin: 0 auto;
	display: flex;
}

div.inner div ul {
	/*margin-left: auto;*/
	width: 100%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: bold;
}

div.inner div ul li {
	width: 100%;
	display: block;
	vertical-align: top;
}

div.inner div ul li a {
	color: #920783;
	font-size: 20px;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 40px;
}

.on {
	right: 0 !important;
	display: block;
}

@media screen and (max-width: 1400px) {
	div.inner>div {width: 86%;}
	div.inner>div>span {width: 47%;}
	div.inner>div>span>img {width: 100%;}
}

@media screen and (max-width: 768px) {

	header {height: 72px;}

	.hamburger {
		width: 74px;
		height: 72px;
		top: 0px;
		right: 0px;
	}

	.hamburger div {
		width: 34px;
		height: 30px;
		right: 28%;
		top: 31%;
	}

	div.inner {
		width: 100%;
		height: 100%;
	}

	.hamburger a:hover {opacity: 1;}

}


.pagetop {
	width: 60px;
	height: 60px;
	position: relative;
	background: #dd5334;
	border-radius: 50%;
	margin-left: auto;
	display: block;
}

.pagetop::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-bottom: 12px solid #ffffff;
	border-top: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
