.entry-content ul{
	list-style: none;
}

#header{
	position: fixed;
	display: flex;
	width: 100%;
	min-height: 100px;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	top: 0;
	left: 0;
	z-index: 99999;
}

.logo_area img{
	max-height: 80px;
}

ul.nav{
	list-style: none;
	display: flex;
	min-height: 2.25rem;
	align-content: center;
	margin: 0;
	padding-right: 1rem;
}

ul.nav li{
	padding: 0 1.5rem;
	border-right: 1px solid #000000;
	align-content: center;
}

ul.nav li:last-child{
	border-right: 0;
}

ul.nav li a{
	font-weight: 500;
	text-decoration: none;
	color: #000000;	
}

.hum{
	display: none;
	position: absolute;
	width: 64px;
	height: 64px;
	background-image: linear-gradient(150deg, rgba(96, 177, 48, 1), rgba(0, 125, 65, 1));
	right: 0;
	top: 0;
	cursor: pointer;
}

.hum span{
	position: absolute;
	width: 36px;
	height: 5px;
	background: #FFEC00;
	left: 0;
	right: 0;
	margin: auto;
	transition: .5s;
}

.hum span:nth-child(1){
	top: 0.75rem;
}

.hum span:nth-child(2){
	top: 1.75rem;
}

.hum span:nth-child(3){
	top: 2.75rem;
}

.hum.active span:nth-child(1){
	top: 1.75rem;
	transform: rotate(45deg);
}

.hum.active span:nth-child(2){
	top: 1.75rem;
	transform: rotate(135deg);
}

.hum.active span:nth-child(3){
	top: 1.75rem;
	transform: rotate(315deg);
	opacity: 0;
}

.site-inner{
	margin-top: 80px;
}

.title-box{
	max-width: 1350px;
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin: auto;
	margin-bottom: 2.5rem;
}

.title-box .title-tx{
	max-width: 380px;
	width: 100%;
	font-size: 3rem;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 4px;
}

.entry-content ul.list-box{
	list-style: none;
	display: flex;
	max-width: 1350px;
	width: 100%;
	margin: auto;
	padding: 0;
	justify-content: space-between;
}

.cont-box.gray .title-tx {
	max-width: 1300px;
	width: 100%;
	font-size: 4.25rem;
	font-weight: 900;
	margin: auto;
	margin-bottom: 2.75rem;
	text-align: center;
	color: #F47400;
	line-height: 1.5;
}

.cont-box.gray .title-tx small {
	display: block;
	font-size: 1.75rem;
	color: #000;
}

.entry-content ul.col4{
	display: flex;
	flex-wrap: wrap;
	  max-width: 1300px;
	width: 100%;
	margin: auto;
	padding: 0;
}

.entry-content ul.col4 li{
	width: 25%;
}

.entry-content ul.col4 li a{
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000;
}

.entry-content ul.col4 li a .mem_name{
	position: absolute;
	width: 100%;
	text-align: center;
	filter: drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 2px #ffffff);
	bottom: 1rem;
}

.entry-content .more-btn a{
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 700;
	color: #000000;
	padding-right: 2.5rem;
	background-image: url(../images/arrow-more.png);
	background-size: 20px auto;
	background-position: right center;
	background-repeat: no-repeat;
}

.list-box li{
	max-width: 300px;
	width: calc(25% - 2rem);
}

.list-box li .img-box {
	display: block;
	margin-bottom: 0.625rem;
}

.list-box li .img-box img{
	object-fit: cover;
	aspect-ratio: 1 / 1;
}

.entry-content .list-box li a{
	text-decoration: none;
	color: #000000;
}

.list-box li a .cl2{
	display: flex;
	margin-bottom: .25rem;
}

.list-box li a .cl2 .category{
	text-transform: uppercase;
	max-width: 70px;
	width: 100%;
	min-height: 18px;
	font-size: 0.875rem;
	text-align: center;
	align-content: center;
	color: #ffffff;
	margin-left: 1rem;
}

.list-box li a .cl2 .category.blog{
	background: #32B257;
}

.list-box li a .cl2 .category.news{
	background: #F39800;
}

.list-box li a .news-title{
	font-weight: 700;
}

.cont-box{
	padding: 10rem 2.5rem 12.25rem;
	margin: auto;
}

.cont-box.blog {
	padding-bottom: 10rem;
}

.cont-box.gray{
	position: relative;
	background: #F4F3ED;
	z-index: 1;
}

.cont-box.gray::before{
	content: "";
	position: absolute;
	width: 350px;
	height: fit-content;
	aspect-ratio: 35 / 36;
	background-image: url(../images/mem-bg.png);
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	left: -1rem;
	top: 1rem;
	z-index: -1;
}

.cont-box.link {
	padding-top: 6.25rem;
	padding-bottom: 7rem;
	border-top: 1px solid #CCC;
}
.cont-box.top-about {
	padding: 8rem 2.5rem;
}
.inner-about {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
	width: 100%;
	padding: 0 1rem;
	align-items: center;
	position: relative;
	background-color: #FFF;
}
.inner-about .logo-img  {
	width: 30%;
	max-width: 300px;
	margin: 0 5%;
}
.inner-about .top-about-tx {
	margin: 0 5% 0 0;
	width: 55%;
}
.inner-about .top-about-tx p {
	padding-bottom: 1.25rem;
	width: 100%;
}
.inner-about .top-about-tx p:last-child {
	padding-bottom: 0;
}
.col2-link{
	max-width: 1240px;
	width: 100%;
	min-height: 280px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: auto;
}

.col2-link .l-box{
	max-width: 220px;
	width: 18%;
	min-height: inherit;
	align-content: center;
	font-size: 2rem;
	border-right: 1px solid #000000;
	margin-right: 1.25rem;
}

.col2-link .r-box {
	max-width: 920px;
	width: 100%;
}

.col2-link .r-box ul.col4{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.col2-link .r-box ul.col4 li{
	max-width: 200px;
	width: 22.5%;
	margin-right: 2.5rem;
	margin-bottom: 1.25rem;
}

.col2-link .r-box ul.col4 li:nth-child(4n){
	margin-right: 0;
}

.col2-link .r-box ul.col4 li:nth-child(n+9){
	margin-bottom: 0;
}

#footer .footer-box{
	display: flex;
	background: #F5F5F5;
	margin: auto;
	align-items: center;
	justify-content: center;
	padding: 4rem 1rem 3.5rem;
}

#footer .footer-box .foot-logo,
#footer .footer-box .from-box{
	margin-right: 3.125rem;
}

#footer .footer-box .foot-logo{
	max-width: 240px;
}

#footer .footer-box .from-box p{
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0;
	text-align: left;
}

#footer .footer-box .from-box p small{
	font-size: 87.5%;
}

#footer .footer-box ul.btn-box{
	list-style: none;
	max-width: 200px;
	width: 100%;
	display: flex;
	margin: 0;
	justify-content: space-between;
}

#footer .footer-box ul.btn-box li{
	max-width: 57px;
	width: 100%;
}

#footer .copyright{
	min-height: 2.5rem;
	align-content: center;
	text-align: center;
	font-size: 0.75rem;
}

#footer .copyright span.front{
	margin-left: 2.5rem;
}

#footer .copyright span.front a{
	text-decoration: none;
	color: #000000;
}

/*SUB PAGE*/

#bread-area {
	width: 100%;
	min-height: 2.25rem;
	align-content: center;
	padding: 0 1rem;
	margin: auto;
	margin-bottom: 6.25rem;
	background: #F4F3ED;
}

#bread-area .breadcrumbs{
	max-width: 1300px;
	width: calc(100% - 2rem);
	margin: auto;
}

#bread-area .breadcrumbs span{
	font-size: 0.875rem;
	padding: 0 0.25rem;
	text-transform: capitalize;
}

#bread-area .breadcrumbs span:first-child{
	padding-left: 0;
}

#bread-area .breadcrumbs span:last-child{
	padding-right: 0;
}

#bread-area .breadcrumbs span a{
	color: #243F84;
	text-decoration: underline;
}

h1.entry-title,
h1.page-title{
	letter-spacing: 2px;
}

h1.entry-title.single{
	margin-bottom: 6.25rem;
}

h1.entry-title small,
h1.page-title small{
	display: block;
	font-size: 1.125rem;
	color: #FFB133;
	line-height: 2.5rem;
}

.entry-content .sub-inner h2{
	position:relative;
	font-size: 1.75rem;
	line-height: 2.25rem;
	padding: 1.75rem 0;
	margin-bottom: 4.375rem;
	z-index: 1;
}

.entry-content .sub-inner h2::before{
	content: "";
	position: absolute;
	width: 180px;
	height: 190px;
	background-image: url(https://www.three-d-entertainment.com/wdp/wp-content/uploads/2025/12/title-bg.png);
	background-position: center;
	background-repeat;
	background-size: 100% auto;
	left: -3.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -1;
}

.entry-content .sub-inner h2::after{
	content: "";	
	position: absolute;
	width: 100%;
	height: 0;	
	border-bottom: 5px solid #3DBA27;
	bottom: 0;
	left: 0;
	z-index: 0;
}

table.info{
	max-width: 1000px;
	width: calc(100% - 4rem);
	margin: auto;
	border: none;
}

table.info tr th,
table.info tr td{
	border: none;
	border-top: 1px solid #CCCCCC;
	font-size: 1.125rem;
	line-height: 2.5rem;
	padding: 1.25rem 1.75rem;
	vertical-align: baseline;
}


table.info tr:last-of-type th,
table.info tr:last-of-type td{
	border-bottom: 1px solid #CCCCCC;
}

table.info tr th{
	width: 220px;
	background: #FAFCF7;
	color: #3DBA27;
}

.entry-content ul.gaiyo{
	width: 100%;
	padding-bottom: 0.25rem;
}

.entry-content ul.gaiyo li h3{
	font-size: 1rem;
	font-weight: 400;
	padding: 1rem;
	line-height: 100%;
	background: #E2F2C2;
	margin-bottom: 1rem;
}

dl.accordion {
	counter-reset: num;
	margin: 0;
}

dl.accordion dt{
	position: relative;
	cursor: pointer;
	padding: 0 1.5rem 1rem;
	padding-right: 2.5rem;
	line-height: 150%;
	font-weight: 400;
	user-select: none; /* テキスト選択を防止 */
}

dl.accordion dt::before{
	content: "1.";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

dl.accordion dt:nth-of-type(2)::before{
	content: "2.";
}

dl.accordion dt::after{
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(https://www.three-d-entertainment.com/wdp/wp-content/uploads/2025/12/arro-ac.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	right: -1.25rem;
	top: 0.25rem;
}

dl.accordion dt.is-active::after{
	transform: rotate(180deg);
}

dl.accordion dd{
	margin: 0 1rem 1.75rem;
}

.entry-content p.acp{
	font-size: 0.9375rem;
	line-height: 1.625rem;
}

dl.accordion dd ul{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0.9375rem;
    line-height: 150%;
	justify-content: flex-start;
	padding: 0;
}

dl.accordion dd ul li{
	position: relative;
	width: calc(100% / 3);
	padding-left: 1.5rem;
	margin: 0 0 0.5rem;
}

dl.accordion dd ul li::before{
	content: "";
	position: absolute;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100%;
	background: #A7D8A3;
	left: 0.5rem;
	top: 0.5rem;
}

.sub-inner.single{
	max-width: 1300px;
	width: calc(100% - 4rem);
	margin: auto;
	padding-top: 5rem;
}

.sub-inner.single ul.col4{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
    margin: 0;
	justify-content: flex-start;
}

.sub-inner.single ul.col4 li{
    width: calc(25% - 2rem);
    margin: 0 1rem 2rem;
}

.sub-inner.single ul.col4 li a{
	text-decoration: none;
	color: #000000;
}

.sub-inner.single ul.col4 li a .img-box {
    display: block;
	margin-bottom: 0.625rem;
}

.sub-inner.single ul.col4 li a .img-box img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.sub-inner.single ul.col4 li a .cl2{
	display: flex;
	margin-bottom: 1rem;
}
.sub-inner.single ul.col4 li a .cl2 .category{
	text-transform: uppercase;
	max-width: 70px;
	width: 100%;
	min-height: 18px;
	font-size: 0.875rem;
	text-align: center;
	align-content: center;
	color: #ffffff;
	margin-left: 1rem;
}

.sub-inner.single ul.col4 li a .cl2 .category.blog{
	background: #32B257;
}

.sub-inner.single ul.col4 li a .cl2 .category.event,.list-box li a .cl2 .category.event{
	background: #F39800;
}

.sub-inner.single ul.col4 li a .news-title{
	display: block;
}

/* topics */
body.single-post h1.entry-title.single {
	border-bottom: 5px solid #3DBA27;
	max-width: 1300px;
	margin: 0 auto 2rem auto;
	text-align: left;
	padding: 0 0 2rem 0;
	width: 98%;
}
body.single-post .post-thumbnail {
	width: 98%;
	max-width: 960px;
}
body.single-post figure.wp-block-gallery.has-nested-images {
	padding: 0 1%;
}
body.single-post figure.wp-block-image {
	margin-left: auto;
	margin-right: auto;
	display: table;
}

/* mrember */
.member-wrap {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 5rem 0;
}
.member-wrap .bunrui-area,.member-wrap .entry-title,.member-wrap .en {
	position: relative;
	z-index: 3;
}
.member-wrap .image-des,.member-wrap .request {
	position: relative;
	z-index: 5;
}
.bunrui-area {
	margin: 0 auto .5rem auto;
	text-align: center;
	width: 90%;
}
.bunrui-area p.bunrui {
	font-size: 1.125rem;
	line-height: 1.25;
	background-color: #32CCE0;
	width: auto;
	display: inline-block;
	padding: .25rem 1.5rem;
	color: #FFF;
	font-weight: 500;
	border-radius: 50vh;
}
body.single-member h1.entry-title.single {
	margin-bottom: 0;
}
body.single-member .en {
	text-align: center;
	margin: 0 auto 1rem auto;
	color: #FFB133;
	font-size: 1.125rem;
	font-weight: 700;
}
.main-image {
	max-width: 720px;
	width: 85%;
	margin: 0 auto;
	position: relative;
	padding: 1rem 0 2rem;
}
.main-image img {
	position: relative;
	z-index: 3;
	max-height: 480px;
	display: block;
	margin: 0 auto;
}
.main-image::before {
	position: absolute;
	left: -100px;
	top: -70px;
	content: '';
	width: 180px;
	height: 186px;
	background-image: url(../images/member-image-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 2;
}
.main-image::after {
	position: absolute;
	right: -90px;
	bottom: -80px;
	content: '';
	width: 180px;
	height: 186px;
	background-image: url(../images/member-image-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 4;
}
.image-des {
	padding-bottom: 1rem;
	text-align: center;
	font-size: 1.125rem;
	font-weight: 500;
}
.request {
	max-width: 360px;
	width: 88%;
	margin: 1rem auto 5rem auto;
}
.request a {
	background-color: #E24242;
	color: #FFF;
	font-weight: 700;
	font-size: 1.25rem;
	text-align: center;
	display: block;
	line-height: 1;
	border-radius: 50vh;
	padding: 1.75rem 1.5rem;
}
.request a:hover {
	color: #FFF;
}
.request a span.mail {
	position: relative;
	width: 28px;
	height: 21px;
	margin-right: 1rem;
	display: inline-block;
}
.request a span.mail::before {
	position: absolute;
	left: 0;
	top: 3px;
	content: '';
	width: 28px;
	height: 21px;
	background-image: url(../images/icon-mail.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
}
.member-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 5px solid #17AF0E;
	margin: 0 auto 2rem auto;
	padding: 1rem 0.25rem;
}
.member-title h2 {
	font-size: 2rem;
	letter-spacing: 0.06em;
}
.member-title p {
	padding-bottom: 0;
	margin-left: 4rem;
	font-weight: 500;
}
.combi-box {
	width: 100%;
	margin: 0 auto 2rem auto;
	display: flex;
	flex-wrap: wrap;
}
.combi-box .per1, .combi-box .per2 {
	width: 48%;
	margin: 0 1%;
}
.combi-box .sname {
	padding: 1rem 0;
	font-size: 1.25rem;
	font-weight: 700;
}
.member-wrap table {
	border: 1px solid #CCC;
	border-width: 0 0 1px 0;
}
.member-wrap table th, .member-wrap table td {
	border: 1px solid #CCC;
	border-width: 1px 0 0 0;
	vertical-align: top;
	padding: 1rem .75rem;
	font-size: 0.9375rem;
}
.member-wrap table th {
	color: #5DAF54;
	width: 25%;
}
.member-wrap table.solo tr:nth-child(1) th,.member-wrap table.solo tr:nth-child(1) td {
	border-width: 0;
}
ul.member-sns {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	padding: 1.5rem 0;
	justify-content: center;
}
ul.member-sns li {
	margin: 0 18px;
}
ul.member-sns li img {
	max-width: 36px;
}
.bnr-one {
	max-width: 420px;
	margin: 0 auto;
	padding: 0 0 5rem 0;
	word-wrap: 75%;
}
.award-area, .works-area {
	padding: 0 0 5rem 0;
}
.member-wrap .works-area ul,.member-wrap .award-area ul,.member-wrap td.career ul,.member-wrap td.music ul {
	list-style-type: none;
	padding: 1rem 2%;
	margin: 0 auto;
	width: 100%;
}
.member-wrap td.career ul,.member-wrap td.music ul {
	padding: 0;	
}
.member-wrap .works-area ul li,.member-wrap .award-area ul li,.member-wrap td.career ul li,.member-wrap td.music ul li {
	position: relative;
	padding: 0 0 0 1.5rem;
	margin: 0 0 .75rem 0;
	line-height: 1.5;
}
.member-wrap .works-area ul li a,.member-wrap .award-area ul li a {
	text-decoration: underline;
	font-weight: 700;
	color: #F39;
}
.member-wrap .works-area ul li::before,.member-wrap .award-area ul li::before,.member-wrap td.career ul li::before,.member-wrap td.music ul li::before {
	position: absolute;
	left: 0;
	top: 10px;
	content: '';
	width: 8px;
	height: 8px;
	background-color: #A7D8A3;
	border-radius: 50vh;
}
.member-wrap .works-area .w-cm ul,.member-wrap .works-area .w-event ul {
	display: flex;
	flex-wrap: wrap;
}
.member-wrap .works-area .w-cm ul li,.member-wrap .works-area .w-event ul li {
	width: 48%;
	margin: 0 2% .75rem 0;
}
.works-area h3 {
	margin: 3rem auto 1rem auto;
	background-color: #DDEFCA;
	padding: 1rem 1.25rem;
	border-radius: 10px;
}
body.archive .list-area {
	max-width: 1300px;
	margin: 0 auto;
	padding: 4rem 2% 8rem 2%;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
body.archive .list-area article {
	width: 25%;
	display: initial;
	padding: 0;
	max-width: initial;
	border: none;
	margin: 0;
	text-align: center;
}
body.archive .list-area article a,.top-member ul.col4 li {
    margin-bottom: 1rem;
    padding: 0 .5rem;
}
body.archive .list-area article a, .top-member ul.col4 li a {
    color: #000;
    position: relative;
    display: block;
    text-align: center;
    font-weight: 700;
    font-size: 1.25rem;
}
body.archive .list-area article a .title,.top-member ul.col4 li a .title {
	display: inline-block;
	margin: .5rem auto 0 auto;
}
body.archive .list-area article a .title ruby,.top-member ul.col4 li a .title ruby {
    ruby-align: center;
}
body.archive .list-area article a .title ruby rt, .top-member ul.col4 li a .title ruby rt {
    display: ruby-text-container;
}
body.archive .list-area article img,.top-member ul.col4 li a img {
	object-fit: cover;
	width: 100%;
	aspect-ratio: 1 / 1.25;
}
.age {
	transform: rotate(-45deg);
	display: inline-block;
}
body.no-sidebar:not(.search-results).single.single-member article:not(.type-page) .entry-content {
	padding: 0;
}
.atte-contact {
	margin: 0 auto 30px auto;
	border: 2px solid #CCC;
	box-sizing: border-box;
	padding: .75rem;
	background-color: #fffbe9;
}
.entry-content .atte-contact p {
	padding-bottom: 1rem;
}
.entry-content .atte-contact p:last-child {
	padding-bottom: 0;
}

/* その他調整 */
body.single .entry-content p {
	font-size: 1.125rem;
}
body.single .entry-content p img {
	padding: .5rem;
}
body.category .news-title {
	font-weight: 500;
	line-height: 1.5;
}
body.category .sub-inner.single ul.col4 li a .cl2 {
	margin-bottom: .5rem;
}
body.no-sidebar:not(.search-results).single.single-post article:not(.type-page) .entry-content {
	padding: 0;
}
.post-box-area {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 3rem 1rem;
	font-size: 1.125rem;
}
.post-box-area .post-tx {
	padding-bottom: 2rem;
}

/* 問い合わせ関連 */
button, input, select, textarea,::placeholder {
	font-family: "Noto Sans JP","Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica",Verdana, sans-serif;
}
table.form,#wpcf7cpcnf table {
	border-width: 0 0 1px 0;
	margin-bottom: 2rem;
}
table.form th, table.form td,#wpcf7cpcnf table th,#wpcf7cpcnf table td {
	box-sizing: border-box;
	padding: 0.5rem;
	border-width: 1px 0 0 0;
}
table.form th,#wpcf7cpcnf table th {
	width: 25%;
	background: #FAFCF7;
	color: #3DBA27;
}
#wpcf7cpcnf table th p,#wpcf7cpcnf table td p,table.form th p,table.form td p {
	padding-bottom: 0;
	margin-bottom: 0;
	width: 100%;
}
.hissu {
	display: inline-block;
	box-sizing: border-box;
	line-height: 1;
	background-color: #BF5151;
	color: #FFF;
	font-weight: 500;
	padding: 4px 10px;
	font-size: .9375rem;
	margin-left: 20px;
}
select, option {
	padding: 0.625em 0.4375em;	
}
.form-btn {
	margin: 0 auto 30px auto;
	text-align: center;
}
.form-btn p {
	text-align: center !important;
}
.form-btn input {
	min-width: 200px;
}
.form-btn input:hover {
	opacity: .6;
}
div.wpcf7cp-btns {
	text-align: center;
}
div.wpcf7cp-btns button,.form-btn input[type="submit"] {
	background: #32B257;
	padding: 1.25rem 2.5rem;
}
.form-btn input[type="submit"]:hover,.form-btn input[type="submit"]:focus {
	background: #32B257;
}

@media screen and ( max-width:1320px ) {
	.member-wrap {
		margin-right: 4%;
		margin-left: 4%;
	}
}
@media screen and ( max-width:1280px ) {
	.list-box li {
		max-width: none;
		width: calc(25% - 1rem);
	}

	.col2-link {
		flex-direction: column;
		min-height: auto;
	}

	.col2-link .l-box{
		max-width: 120px;
		width: 100%;
		min-height: 80px;
		text-align: center;
		border-right: none;
		border-bottom: 1px solid #000000;
		margin-right: unset;
		margin-bottom: 2.5rem;
	}

	.col2-link .r-box ul.col4 li{
		width: calc(25% - 2rem);
		margin: 0 1rem 1.25rem;
	}

	.col2-link .r-box ul.col4 li:nth-child(4n){
		margin-right: 1rem;
	}
	.cont-box.top-about {
		padding: 3rem 2rem;
	}
	.inner-about .logo-img {
		width: 25%;
		margin: 0 3%;
	}
	.inner-about .top-about-tx {
		margin: 0 3% 0 0;
		width: 66%;
	}
}

@media screen and ( max-width:1024px ) {
	.entry-content .sub-inner h2 {
		padding: 1.5rem 1rem;
		margin-right: 2%;
		margin-left: 2%;
	}
	body.single-member h1.entry-title.single {
		text-align: center;
		font-size: 2rem;
	}
	.main-image::before {
		left: -10%;
		top: -10%;
		width: 24%;
	}
	.main-image::after {
		right: -10%;
		bottom: -10%;
		width: 24%;
	}
	.member-wrap table th {
		display: block;
		width: 100%;
		padding: .5rem .5rem 0 .5rem;
	}
	.member-wrap table td {
		display: block;
		width: 100%;
		padding: 0 .5rem .5rem .5rem;
		border-width: 0;
	}
	body.archive .list-area article,.top-member ul.col4 li {
		width: calc(100% / 3);
	}
	.inner-about {
		padding: .5rem 0;
	}
	.inner-about .top-about-tx {
		width: 100%;
		margin: 0 auto;
	}
	.inner-about .logo-img {
		width: 35%;
		margin: 0 auto 1.5rem auto;
	}
	#bread-area {
		padding: 0;
	}
}

@media screen and ( max-width:960px ) {
	ul.nav {
		position: fixed;
		display: block;
		max-width: 200px;
		width: 100%;
		min-height: auto;
		padding-right: 0;
		top: 4rem;
		right: 0;
		opacity: 0;
		visibility: hidden;
		transform: translateX(100%);
		filter: drop-shadow(0 2px 2px #cccccc);
		transition: 0.3s;
	}

	ul.nav.active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0);
	}

	ul.nav li{
		border-right: 0;
		padding: 0;
	}

	ul.nav li a{
		display: block;
		padding: 0 1rem;
		min-height: 3.75rem;
		align-content: center;
		background: #ffffff;
		border-bottom: 1px dashed #000000;
	}

	ul.nav li:last-child a{
		border-bottom: 0;
	}

	.hum{
		display: block;
	}

	.entry-content ul.list-box{
		flex-wrap: wrap;
	}

	.list-box li {
		max-width: none;
		width: calc(50% - 1rem);
		margin-bottom: 2.5rem;
	}

	.list-box li:nth-child(n+3) {
		margin-bottom: 0;
	}

	#footer .footer-box {
		flex-direction: column;
		padding: 2.5rem 1rem;
	}

	#footer .footer-box .foot-logo,
	#footer .footer-box .from-box{
		margin-right: 0;
		margin-bottom: 1.25rem;
	}
	
	.entry-content .sub-inner h2 {
		font-size: 1.5rem;
		padding: 1.5rem 0;
		margin-bottom: 2.5rem;
		margin-left: 0;
		margin-right: 0;
	}

	table.info{
		max-width: 960px;
		width: calc(100% - 2rem);
	}

	table.info tr th, table.info tr td{
		display: block;
		width: 100%;
		padding: 1rem;
		border: none;
	}

	table.info tr:last-of-type th, table.info tr:last-of-type td{
		border: none;
	}

	table.info tr th{
		line-height: 1.5rem;
	}

	table.info tr td{
		margin-bottom: 1.5rem;
	}

	dl.accordion dt {
		padding-right: 1.25rem;
		word-break: auto-phrase;
	}

	dl.accordion dt::after{
		right: 0;
	}

	.sub-inner.single {
    	width: calc(100% - 2rem);
	}
	
	.sub-inner.single ul.col4 li {
		width: calc(50% - 2rem);
	}
	#footer .footer-box .from-box p {
		text-align: center;
	}
	.cont-box, .cont-box.blog {
		padding: 5rem 2.5rem;
	}
    #header {
        min-height: 64px;
    }
    .logo_area img {
        max-height: 64px;
    }
}

@media screen and ( max-width:768px ) {
	.cont-box,.cont-box.blog {
		padding: 5rem 1.25rem;
	}

	.cont-box.link {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}

	.cont-box.gray::before {
		width: 210px;
	}

	.title-box {
		flex-direction: column;
		align-items: center;
	}

	.title-box .title-tx {
		max-width: fit-content;
		font-size: 2.5rem;
		margin-bottom: 1.25rem;
	}

	.cont-box.gray .title-tx{
		font-size: 3.25rem;
		text-align: center;
	}

	.cont-box.gray .title-tx small{
		font-size: 1.375rem;
	}
	
	.list-box li {
		max-width: none;
		width: calc(50% - 0.5rem);
		margin-bottom: 1.5rem;
	}

	.entry-content ul.col4 li{
		width: calc(100% / 3);
	}

	.col2-link .r-box ul.col4 {
		justify-content: space-between;
	}

	.col2-link .r-box ul.col4 li {
		width: calc(33.33% - 1rem);
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	.col2-link .r-box ul.col4 li:nth-child(4n){
		margin-right: 0.5rem;
	}

	#bread-area{
		margin-bottom: 4rem;
	}
	.combi-box .per1, .combi-box .per2 {
		width: 98%;
	}
	.member-wrap .works-area .w-cm ul li, .member-wrap .works-area .w-event ul li {
		width: 100%;
		margin: 0 0 .75rem 0;
	}
	body.archive .list-area article,.top-member ul.col4 li {
		width: calc(100% / 2);
	}
	table.form th, table.form td,#wpcf7cpcnf table th,#wpcf7cpcnf table td {
		width: 100%;
		display: block;
	}
	.sub-inner.single {
		padding-top: 3rem;
	}
}

@media screen and ( max-width:640px ) {	
	table.info{
		width: 100%;
	}
	
	dl.accordion dd ul li{
		width: calc(100% / 2);
	}
	
	.sub-inner.single ul.col4 li {
		width: 100%;
	}
	.member-title h2 {
		width: 100%;
		line-height: 1.25;
	}
	.member-title p {
		margin-left: 0;
		color: #333;
	}
	.combi-box .sname {
		padding-top: 0;
	}
	ul.member-sns {
		padding-top: .5rem;
	}
	.works-area h3 {
		margin-top: 1.5rem;
	}
	.works-area h3:first-of-type {
		margin-top: 0;
	}
	.member-wrap .works-area .w-cm h3:first-of-type, .member-wrap .works-area .w-event h3:first-of-type {
		margin-top: 1.5rem;
	}
	.request {
		max-width: 310px;
		margin-bottom: 3rem;
	}
	.request a {
		padding: 1rem .75rem;
		font-size: 1.125rem;
	}
	.request a span.mail,.request a span.mail::before {
		width: 22px;
		height: 16px;
	}
	.main-image {
		padding-bottom: 1rem;
	}
	.image-des {
		padding-bottom: 0;
	}
	.form-btn input {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	body.single-post h1.entry-title.single {
		padding-bottom: 1rem;
		margin-bottom: 1.5rem;
	}
	.cont-box .logo-img {
		max-width: 220px;
		width: 50%;
	}
	.cont-box.top-about {
		padding: 3rem 1.25rem;
	}
	.inner-about .top-about-tx p {
		line-height: 1.75rem;
		letter-spacing: 0.06em;
	}
}

@media screen and ( max-width:540px ) {	
	.entry-content ul.col4 li{
		width: calc(100% / 2);
	}

	.col2-link .r-box ul.col4 li {
		width: calc(50% - 1rem);
	}

	#footer .copyright {
		min-height: 3.75rem;
	}

	#footer .copyright span.front {
		display: block;
		margin-left: 0;
	}
	#footer .footer-box .from-box p .txbr {
		display: inline-block;
		width: 100%;
	}
	.request a {
		font-size: 1rem;
	}
	ul.member-sns li {
		margin: 0 18px 18px 18px;
	}
	.bunrui-area p.bunrui {
		font-size: .9375rem;
	}
}
@media screen and ( max-width:480px ) {
	body.archive .list-area article a, .top-member ul.col4 li a {
		font-size: 1.125rem;
		font-weight: 700;
	}	
	body.post-type-archive-member h1.entry-title {
		text-align: center;
	}
	body.archive .list-area {
		padding: 2rem 4% 8rem 4%;
	}
	body.home .list-box li a .cl2 {
		flex-wrap: wrap;
	}
	body.home .list-box li a .cl2 .category {
		margin-left: 0;
	}
	body.home .list-box li a .cl2 .date {
		width: 100%;
	}
	.image-des {
		font-size: .9rem;
	}
	body.single-member h1.entry-title.single {
		font-size: 1.75rem;
	}
}
@media screen and ( max-width:380px ) {
	body.archive .list-area article a, .top-member ul.col4 li a {
		font-size: 1rem;
	}	
}