@charset "utf-8";
/* CSS Document */
/* update:2021/11/08 1800 */

/* font-import */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
/* !font-import */

/* breadcrumb-setting */
.gw_breadcrumb{
	margin-top: 0;
	width: 100%;
	height: 30px;
	font-size: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 10px;
}
.gw_breadcrumb *{
	vertical-align: middle;
}
.gw_breadcrumb li{
	height: 40px;
	color:#707070;
	display: inline-block;
}
.gw_breadcrumb li:not(:first-child)::before{
	content: "";
	background: url(https://7net-img.omni7.jp/co/common/images/bg-icon-arrow-03.png);
	background-repeat: no-repeat;
	width: 4px;
	height: 6px;
	display: inline-block;
	vertical-align: middle;
}
.gw_breadcrumb li:first-child {
	padding-left: 0;
	background: none;
}

.gw_breadcrumb li a:hover{
	text-decoration: underline;
	color: #d43500;
}
.gw_breadcrumb li{
	color: #000;
}
.gw_breadcrumb li a{
	text-decoration: none!important;
	color: #666;
	padding-left: 5px;
}
/* !breadcrumb-setting */

/* copy-guard */
#gw_custom_area img{
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
	-webkit-touch-callout: none;
	-ms-user-select:none;
	user-select:none;
}
.gw_copyguard_img{
	pointer-events: none;
}
/* !copy-guard */

/* object-display-responsive-change */
#gw_custom_area .gw_pc_only {
	display: none !important;
}
#gw_custom_area .gw_sp_only {
	display: block !important;
}
@media (min-width:980px) {
	#gw_custom_area .gw_pc_only {
		display: block !important;
	}
	#gw_custom_area .gw_sp_only {
		display: none !important;
	}
}
/* !object-responsive-change */

/* form-size */
.gw_container{
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}
.gw_container_sp_full{
	width: 100%;
}
@media (min-width:640px) {
	.gw_container{
		width: calc(640px - 20px * 2);
		margin-left: auto;
		margin-right: auto;
	}
	.gw_container_sp_full{
		width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width:980px) {
	.gw_container,
	.gw_container_sp_full{
		width: 980px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* !form-size */

/* h1,h2... resetcss */
#gw_custom_area h1,
#gw_custom_area h2,
#gw_custom_area h3{
	border:none;
	padding: 0;
	margin: 0;
}
/* !h1,h2... resetcss */

/* img-defalut */
#gw_custom_area img{
	width: 100%;
	max-height: 100%;
}
/* !img-defalut */

/* anchor_link headMenu setting */
#gw_topic,
#gw_discography,
#gw_archive,
#gw_profile,
#gw_relation{
	padding-top: 50px;
	margin-top: -50px;
}
/* !/* anchor_link headMenu setting */

/* customs-area */
#gw_containers{
	font-family: 'Noto Sans JP', sans-serif;
}

#gw_containers h2{
	text-align: center;
	background: transparent -webkit-gradient(linear, left top, left bottom, from(#E7D2EA), to(#FFFFFF)) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(180deg, #E7D2EA 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
	color: #82438B;
	padding-top: 3px;
	font-weight: 700;
}
#gw_title{
	padding-top: 30px;
	padding-bottom: 15px;
}
/* #gw_header */
#gw_header_ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	font-weight: 700;
}
#gw_header_ul li a{
	display: block;
	width: 100%;
	background-color: #7030A0;
	color: #FFFFFF;
	text-decoration: none!important;
	position: relative;
	padding-top: 22px;
	padding-bottom: 22px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	grid-column-gap: 2px;
}
#gw_header_ul li a::after{
	content: "";
	display: block;
	/* position: absolute; */
	top: 50%;
	right: 2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0.7em;
	height: 0.7em;
	background-color: #FFFFFF;
	-webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
#gw_header_ul{
	margin-top: 32px;
	margin-bottom: 25px;
}
@media (max-width:979px) {
	#gw_header_ul{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		grid-gap: 10px;
	}
	#gw_header_ul li{
		width: 46%;
	}
	#gw_top_banner img{
	 width: 96%;
	 margin:0 auto;
	}
}
@media (min-width:980px) {
	#gw_header_ul li a::after{
		right: 5px;
	}
	#gw_header_ul li{
		width: calc(25% - 10px);
	}
	#gw_header_ul{
		/* grid-template-columns: 1fr 1fr 1fr 1fr 1fr; */
		grid-column-gap: 10px;
		padding-bottom: 50px;
	}
	#gw_header_ul li a{
		padding-top: 16px;
		padding-bottom: 16px;
	}
}

/* !#gw_header */

/* #gw_topic */
#gw_topic_ul li:not(:first-child){
	padding-top: 5px;
}

#gw_topic_ul li a{
	color: #000000;
	font-weight: 400;
	text-decoration: none!important;
}
#gw_topic_ul li a .gw_topic_item_name{
	text-decoration: underline;
}
#gw_topic_ul li a:hover{
	color: #d43500;
}
.gw_topic_item{
	display: grid;
	grid-template-columns: 25% 75%;
}

.gw_topic_marker{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.gw_topic_marker::after{
	content:"";
	display: block;
	height: 1.5em;
	width: 1.5em;
	background-color: #E03080;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (min-width:980px) {
	.gw_topic_item{
		grid-template-columns: 25% 75%;
	}
	#gw_topic_ul li:not(:first-child){
		padding-top: 20px;
	}
}
/* !#gw_topic */

/* gw_disco */
#gw_disco_ul{
	display: grid;
	grid-template-columns: 1fr;
	text-align: center;
	grid-row-gap: 5px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-weight: 700;
}
#gw_disco_ul li a{
	border-style: solid;
	border-color: #7030A0;
	border-width: 5px;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
	position: relative;
	color: #7030A0;
	text-decoration: none!important;
}
@media (max-width:979px) {
	#gw_disco_ul li a{
		text-align: left;
		padding-left: 2em;
	}
}
#gw_disco_ul li a:hover{
	opacity: 0.6;
}
#gw_disco_ul li a::after{
	content: "";
	display: block;
	height: calc(1.5em + 100px);
	width: calc(1.5em + 100px);
	background-color: #7030A0;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	position: absolute;
	top: 0;
	right: -2px;
}
@media (max-width:979px) {
	#gw_disco_ul{
		margin-left: 30px;
		margin-right: 30px;
	}
}
@media (min-width:980px) {
	#gw_disco_ul{
		padding-top: 57px;
		padding-bottom: 80px;
		grid-gap: 20px 25px;
		margin-left: 130px;
		margin-right: 130px;
		grid-template-columns: 1fr 1fr;
	}
	#gw_disco_ul li a::after{
		height: calc(1.5em + 30px);
		width: calc(1.5em + 30px);
	}
	#gw_disco_ul li a{
		padding-top: 15px;
		padding-bottom: 15px;
		border-width: 5px;
	}
}
/* !gw_disco */

/* gw_archive */
.gw_archive_item::before{
	content:"";
	display: block;
	height: 1.5em;
	width: 1.5em;
	background-color: #7030A0;
	-webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.gw_archive_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.gw_archive_item div{
	margin-left: 5px;
}
#gw_archive_ul li a{
	color: #000000;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
#gw_archive_ul li a:hover{
	text-decoration: none!important;
	color: #d43500;
}
.gw_archive_item div.gw_archive_item_name{
	width: calc(100% - 3em);
}
#gw_archive_ul li:not(:first-child){
	padding-top: 5px;
}
@media (max-width: 979px){
	ul#gw_archive_ul{
		margin-left: 10px;
	}
}
@media (min-width:980px) {
	.gw_archive_item div {
    margin-left: 1.5em;
	}
	.gw_archive_item{
		margin-left: 4em;
	}
	#gw_topic_ul,
	#gw_archive_ul{
		padding-top: 30px;
		padding-bottom: 80px;
	}
	#gw_archive_ul li:not(:first-child){
		padding-top: 20px;
	}
}
/* !gw_archive */

/* gw_profile */
#gw_profile_content{
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 15px;
	padding-bottom: 30px;
}

/* !gw_profile */
.gw_relation_item{
	margin-left: 10px;
	margin-right: 10px;
}
@media (min-width:980px) {
	.gw_relation_item{
		margin-left: 130px;
		margin-right: 130px;
	}
}

#gw_topic_ul,
#gw_archive_ul{
	padding-top: 15px;
	padding-bottom: 80px;
}
#gw_relation_ul{
	padding-top: 15px;
}
@media (min-width: 980px) {
	#gw_title{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#gw_top_banner{
		padding-bottom: 50px;
	}
	#gw_top_banner img{
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	#gw_containers h2{
		padding-top: 22px;
	}

	#gw_profile_content{
		padding-top: 30px;
		padding-bottom: 80px;
		margin-left: 4em;
	}
	#gw_relation_ul{
		padding-top: 30px;
	}
	
}
/* !customs-area */
/* font-size */
#gw_containers h2{
	font-size: 18px;
}
#gw_header_ul{
	font-size: 10px;
}
.gw_topic_item{
	font-size: 11px;
}
#gw_archive_ul{
	font-size: 10px;
}
#gw_disco_ul{
	font-size: 16px;
}
#gw_profile_content{
	font-size: 10px;
}
.gw_topic_item_name,
.gw_archive_item_name{
	font-size: 14px;
	font-size: calc(0.875rem + ((1vw - 3.2px) * 0.9091));
}
@media (min-width: 320px) {
  #gw_containers h2 {
    font-size: calc(1.125rem + ((1vw - 3.2px) * 2.5758));
  }
	#gw_header_ul {
		font-size: calc(0.625rem + ((1vw - 3.2px) * 1.2121));
	}
	.gw_topic_item {
		font-size: calc(0.6875rem + ((1vw - 3.2px) * 1.3636));
	}
	#gw_archive_ul {
		font-size: calc(0.625rem + ((1vw - 3.2px) * 1.8182));
	}
	#gw_disco_ul {
		font-size: calc(1rem + ((1vw - 3.2px) * 0.3125));
	}
	#gw_profile_content {
    font-size: calc(0.625rem + ((1vw - 3.2px) * 1.8182));
  }
	.gw_topic_item_name,
	.gw_archive_item_name{
		font-size: calc(0.875rem + ((1vw - 3.2px) * 0.9091));
	}
}
@media (min-width:640px) {
	#gw_containers h2 {
		font-size: 26px;
	}
	#gw_header_ul {
		font-size: 14px;
	}
	.gw_topic_item {
		font-size: 15px;
	}
	#gw_archive_ul {
		font-size: 16px;
	}
	#gw_disco_ul {
		font-size: 17px;
	}
	#gw_profile_content {
		font-size: 16px;
	}
	.gw_topic_item_name,
	.gw_archive_item_name{
		font-size: 17px;
	}
}
@media (min-width:980px) {
	#gw_containers h2{
		font-size: 35px;
	}
	#gw_header_ul{
		font-size: 18px;
	}
	.gw_topic_item,
	.gw_topic_item_name,
	.gw_archive_item_name{
		font-size: 20px;
	}
	#gw_archive_ul,
	#gw_disco_ul,
	#gw_profile_content{
		font-size: 22px;
	}
}
/* !font-size */