@charset "UTF-8";
/*===========================
  reset Css
===========================*/

html {
	box-sizing: border-box;
	word-break: normal;
	-moz-tab-size: 4;
	tab-size: 4;
	-webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
	box-sizing: inherit;
	background-repeat: no-repeat;
}

:after,
:before {
	vertical-align: inherit;
	text-decoration: inherit;
}

* {
	margin: 0;
	padding: 0;
}

hr {
	overflow: visible;
	height: 0;
	color: inherit;
}

details,
main {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden] {
	display: none;
}

abbr[title] {
	text-decoration: underline;
	text-decoration: underline dotted;
	border-bottom: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline-width: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

pre {
	font-size: 1em;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

table {
	text-indent: 0;
	border-color: inherit;
}

iframe {
	border-style: none;
}

input {
	border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

button,
input,
select,
textarea {
	background-color: transparent;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
	outline-width: 0;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	display: table;
	max-width: 100%;
	white-space: normal;
	color: inherit;
	border: 0;
}

::-webkit-file-upload-button {
	font: inherit;
	color: inherit;
	-webkit-appearance: button;
}

[disabled] {
	cursor: default;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled=true] {
	cursor: default;
}

ul,
ol {
	list-style: none;
}

dl,
ol,
ul {
	margin: 0;
}

/*===========================
  base.css
===========================*/

:root {
	--main-color: #f8ece7;
	--sub-color: #65574a;
	--third-color: #efdbd2;
	--fourth-color: #fdf4f0;
	--line-color: #cdac9e;
	--line-color2: #efdbd2;
	--bradius: 20px;
	--middleContents: 930px;
	--keyfont: 'Kiwi Maru','Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック体', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', serif;
	--pc-font-10: clamp(0px, .88vw, 10px);
	--pc-font-11: clamp(0px, .96vw, 11px);
	--pc-font-12: clamp(0px, 1.05vw, 12px);
	--pc-font-13: clamp(0px, 1.14vw, 13px);
	--pc-font-14: clamp(0px, 1.23vw, 14px);
	--pc-font-15: clamp(0px, 1.32vw, 15px);
	--pc-font-16: clamp(0px, 1.4vw, 16px);
	--pc-font-17: clamp(0px, 1.49vw, 17px);
	--pc-font-18: clamp(0px, 1.58vw, 18px);
	--pc-font-19: clamp(0px, 1.67vw, 19px);
	--pc-font-20: clamp(0px, 1.75vw, 20px);
	--pc-font-21: clamp(0px, 1.84vw, 21px);
	--pc-font-22: clamp(0px, 1.93vw, 22px);
	--pc-font-23: clamp(0px, 2.02vw, 23px);
	--pc-font-24: clamp(0px, 2.11vw, 24px);
	--pc-font-25: clamp(0px, 2.19vw, 25px);
	--pc-font-26: clamp(0px, 2.28vw, 26px);
	--pc-font-28: clamp(0px, 2.46vw, 28px);
	--pc-font-30: clamp(0px, 2.63vw, 30px);
	--pc-font-32: clamp(0px, 2.81vw, 32px);
	--pc-font-36: clamp(0px, 3.16vw, 36px);
	--pc-font-38: clamp(0px, 3.33vw, 38px);
	--pc-font-40: clamp(0px, 3.51vw, 40px);
	--pc-font-42: clamp(0px, 4vw, 42px);
	--pc-font-52: clamp(0px, 4.56vw, 52px);
	--pc-font-54: clamp(0px, 4.74vw, 54px);
	--pc-font-60: clamp(0px, 5vw, 60px);
	--pc-font-100: clamp(0px, 8.77vw, 100px);
	--sp-font-10: clamp(6px, 2.56vw, 30px);
	--sp-font-11: clamp(6px, 2.93vw, 30px);
	--sp-font-12: clamp(10px, 3vw, 30px);
	--sp-font-13: clamp(11px, 3.33vw, 30px);
	--sp-font-14: clamp(12px, 3.59vw, 30px);
	--sp-font-15: clamp(13px, 3.85vw, 30px);
	--sp-font-16: clamp(14px, 4.1vw, 40px);
	--sp-font-17: clamp(15px, 4.36vw, 40px);
	--sp-font-18: clamp(16px, 4.62vw, 40px);
	--sp-font-19: clamp(16px, 4.87vw, 40px);
	--sp-font-20: clamp(18px, 5.13vw, 40px);
	--sp-font-21: clamp(18px, 5.38vw, 40px);
	--sp-font-22: clamp(18px, 5.87vw, 40px);
	--sp-font-24: clamp(18px, 6.4vw, 40px);
	--sp-font-26: clamp(22px, 6.67vw, 30px);
	--sp-font-27: clamp(20px, 6.92vw, 31px);
	--sp-font-28: clamp(20px, 7.18vw, 32px);
	--sp-font-30: clamp(20px, 7.18vw, 35px);
	--sp-font-35: clamp(30px, 8vw, 39px);
	--sp-font-40: clamp(30px, 10.26vw, 44px);
}

body {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;
	font-size: var(--pc-font-16);
	line-height: 2;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: .01em;
	color: #0f0d0b;
	background: var(--main-color);
	-webkit-font-smoothing: antialiased;
}

body.fixded {
	overflow: hidden;
}

#root {
	overflow-x: hidden;
	width: 100%;
}

p {
	margin: 0;
}

a {
	color: #0f0d0b;
}

a:link,
a:hover,
a:visited,
a:active {
	text-decoration: none;
	color: #0f0d0b;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*  contents
===========================*/

.inner {
	box-sizing: content-box;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 30px;
}

.inner::after {
	display: block;
	clear: both;
	content: '';
}

/*  header
===========================*/

#siteHeader {
	width: 100%;
	max-width: 100%;
	min-height: 85px;
	background: #fff;
}

#siteHeader .inner {
	position: relative;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	padding: 16px 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

#siteHeader .logo {
	width: 150px;
}

#siteHeader .logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	text-indent: -9999px;
	background: url('/system_panel/uploads/images/logo_abeille_brown.png') no-repeat 0 0/100% auto;
	aspect-ratio: 245 / 86;
}

#siteHeader .infoLink {
	margin: 0 85px 0 auto;
}

#siteHeader .infoLink ul {
	display: -ms-flexbox;
	display: flex;
	gap: 0 20px;
}

#siteHeader .infoLink ul li a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	background: url('/system_panel/uploads/images/ico_mail.svg') no-repeat center center/37px auto;
}

#siteHeader .infoLink ul li:nth-child(2) a {
	background-image: url('/system_panel/uploads/images/ico_cart.svg');
	background-size: 43px auto;
}

/* menuBtn */

#siteHeader .menuBtn {
	position: fixed;
	z-index: 51;
	top: 11px;
	right: 30px;
	display: block;
	width: 60px;
	height: 60px;
	cursor: pointer;
	opacity: 1;
	border-radius: 50px;
	background: #c30118;
}

#siteHeader .menuBtn p {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
}

#siteHeader .menuBtn p em {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 60px;
	height: 2px;
	margin: -1px 0 0 -7px;
	transition: .2s;
	background: #2e1617;
}

#siteHeader .menuBtn p em,
#siteHeader .menuBtn p em:after,
#siteHeader .menuBtn p em:before {
	position: absolute;
	top: calc(50% - 1.5px);
	right: 0;
	left: 0;
	display: block;
	width: 28px;
	height: 3px;
	margin: 0 auto;
	content: '';
	transition: .3s;
	border-radius: 5px;
	background: #fff;
}

#siteHeader .menuBtn p em:before {
	margin-top: -10px;
}

#siteHeader .menuBtn p em:after {
	margin-top: 10px;
}

#siteHeader .menuBtn.close p em {
	background: transparent;
}

#siteHeader .menuBtn.close p em:after {
	margin-top: 0;
}

#siteHeader .menuBtn.close p em:before {
	margin-top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#siteHeader .menuBtn.close p em:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#siteHeader .menuBtn p em a {
	display: none;
}

/* menuArea */

#siteHeader .menuArea {
	position: fixed;
	z-index: 50;
	top: 0;
	right: 0;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background: rgba(0, 0, 0, .2);
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#siteHeader .menuArea a {
	color: var(--sub-color);
}

#siteHeader .menuArea .list {
	font-family: var(--keyfont);
	font-size: var(--pc-font-18);
	overflow: auto;
	width: 50%;
	height: 100vh;
	padding: 80px 50px 50px;
	text-align: center;
	background: var(--main-color);
}

#siteHeader .menuArea .list ul li {
	font-weight: bold;
	margin: 0 0 10px;
}

#siteHeader .menuArea {
	visibility: hidden;
	transition: all .3s;
	opacity: 0;
}

#siteHeader .menuArea.open {
	visibility: visible;
	opacity: 1;
}

#siteHeader.top {
	position: relative;
	overflow: hidden;
}

#siteHeader.top .logo a {
	background-image: url('/system_panel/uploads/images/logo_abeille_white.png');
}

#siteHeader.top .catch {
	font-family: var(--keyfont);
	font-size: var(--pc-font-54);
	line-height: 1.5;
	position: relative;
	z-index: 5;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 82px);
	height: 100vh;
	color: #fff;
	text-shadow: 0 0 10px rgba(101, 87, 74, .8);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#siteHeader.top .infoLink ul li a {
	background-image: url('/system_panel/uploads/images/ico_mail_white.svg');
}

#siteHeader.top .infoLink ul li:nth-child(2) a {
	background-image: url('/system_panel/uploads/images/ico_cart_white.svg');
}

#siteHeader.top .catch {
	font-family: var(--keyfont);
	font-size: var(--pc-font-54);
	line-height: 1.5;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: calc(100vh - 82px);
	padding: 0 0 82px;
	color: #fff;
	text-shadow: 0 0 10px rgba(101, 87, 74, .8);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#siteHeader.top .topKvBg ul li {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url('/system_panel/uploads/images/top_kv_01.jpg') no-repeat center center/cover;
}

#siteHeader.top .topKvBg ul li:nth-child(2) {
	background-image: url('/system_panel/uploads/images/top_kv_02.jpg');
}

#siteHeader.top .topKvBg ul li:nth-child(3) {
	background-image: url('/system_panel/uploads/images/top_kv_03.jpg');
}

#siteHeader.top .topKvBg ul li:nth-child(4) {
	background-image: url('/system_panel/uploads/images/top_kv_04.jpg');
}

#siteHeader.top .topKvBg ul li {
	z-index: 1;
	-ms-transform: scale(1);
	transform: scale(1);
	animation: topimgchange 12s infinite normal forwards running;
	opacity: 0;
}

#siteHeader.top .topKvBg ul li:nth-child(1) {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	animation-delay: 1;
}

#siteHeader.top .topKvBg ul li:nth-child(2) {
	animation-delay: 3s;
}

#siteHeader.top .topKvBg ul li:nth-child(3) {
	animation-delay: 6s;
}

#siteHeader.top .topKvBg ul li:nth-child(4) {
	animation-delay: 9s;
}

/*  footer
===========================*/

#siteFooter {
	padding: 60px 0 30px;
	background: #fff;
}

#siteFooter .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#siteFooter a {
	color: var(--sub-color);
}

#siteFooter .box:nth-child(1) {
	width: 28%;
}

#siteFooter .logo {
	width: 170px;
}

#siteFooter .logo a {
	display: block;
	overflow: hidden;
	width: 100%;
	text-indent: -9999px;
	background: url('/system_panel/uploads/images/logo_abeille_brown.png') no-repeat 0 0/100% auto;
	aspect-ratio: 245 / 86;
}

#siteFooter .address {
	font-size: var(--pc-font-14);
	line-height: 1.6;
	margin: 20px 0 0;
	color: var(--sub-color);
}

#siteFooter .box:nth-child(2) {
	display: -ms-flexbox;
	display: flex;
	width: 41%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#siteFooter .linkList {
	width: 50%;
}

#siteFooter .linkList ul li a {
	font-size: var(--pc-font-14);
	font-weight: 600;
}

#siteFooter .box:nth-child(3) {
	width: 31%;
	padding: 5px 0 0;
}

#siteFooter .snsLink ul li {
	margin: 0 0 8px;
}

#siteFooter .snsLink ul li a {
	font-size: var(--pc-font-13);
	font-weight: 600;
	display: block;
	padding: 2px 0 2px 40px;
	background: url('/system_panel/uploads/images/ico_fb.svg') no-repeat 0 center/30px auto;
}

#siteFooter .snsLink ul li br {
	display: none;
}

#siteFooter .snsLink ul li:nth-child(2) a,
#siteFooter .snsLink ul li:nth-child(3) a {
	background-image: url('/system_panel/uploads/images/ico_insta.svg');
}

#siteFooter .snsLink ul li:nth-child(4) a {
	background-image: url('/system_panel/uploads/images/ico_x.svg');
}

#siteFooter .copy {
	font-size: var(--pc-font-11);
	width: 100%;
	margin: 60px 0 0;
	text-align: center;
	color: #7c7c7c;
}

/*===========================
  parts.css
===========================*/

/*  title
===========================*/

.heading1 {
	font-size: var(--pc-font-28);
	font-weight: bold;
	line-height: 1.2;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 50px;
	text-align: center;
	color: var(--sub-color);
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.heading1 br {
	display: none;
}

.heading1 strong {
	font-size: var(--pc-font-36);
	font-weight: bold;
}

.heading1::before,
.heading1::after {
	display: block;
	width: 10px;
	height: 10px;
	content: '';
	vertical-align: middle;
	border-radius: 50%;
	background: #c30118;
}

.heading1::before {
	margin-right: 30px;
}

.heading1::after {
	margin-left: 30px;
}

.topBg .heading1 {
	font-family: var(--keyfont);
	font-size: var(--pc-font-38);
}

.topBg .heading1::before,
.topBg .heading1::after {
	vertical-align: 6px;
}

/*  btn
===========================*/

.brownBtn a {
	font-size: var(--pc-font-18);
	font-weight: 700;
	line-height: 1;
	display: block;
	width: 100%;
	max-width: 340px;
	padding: 18px 45px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	background: url('/system_panel/uploads/images/arrow_white_right.svg') no-repeat right 31px center/10px auto var(--sub-color);
}

/*  link
===========================*/

.moreLink {
	margin: 50px 0 0;
	text-align: center;
}

.moreLink a,
.linkBox .moreLink p {
	font-size: var(--pc-font-15);
	font-weight: 700;
	display: inline-block;
	padding: 0 15px 0 0;
	text-decoration: underline;
	color: var(--sub-color);
	background: url('/system_panel/uploads/images/arrow_brown_right.svg') no-repeat right center/7px auto;
}

.backLink {
	margin: 50px 0 0;
}

.backLink a {
	font-size: var(--pc-font-15);
	font-weight: 700;
	display: inline-block;
	padding: 0 0 0 15px;
	text-decoration: underline;
	color: var(--sub-color);
	background: url('/system_panel/uploads/images/arrow_brown_left.svg') no-repeat 0 center/7px auto;
}

.backContents {
	padding: 0 0 80px;
}

/*  input
===========================*/

input[type='text'],
input[type='email'],
textarea {
	font-size: 16px;
	box-sizing: border-box;
	width: 100%;
	padding: 7px 15px;
	border: var(--line-color2) 1px solid;
	background: #fff;
}

textarea {
	height: 10em;
}

input[type='radio'],
input[type='checkbox'] {
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	vertical-align: -3px;
	accent-color: var(--sub-color);
}

input.zipInput {
	width: 200px;
}

.addArea label {
	font-size: var(--pc-font-14);
	font-weight: 600;
	display: block;
	padding: 10px 0 2px;
}

.addArea:first-child label {
	display: inline-block;
	padding: 0 10px;
}

/*  pankuzu
===========================*/

.pankuzu {
	padding-top: 0;
}

.pankuzu ul {
	font-size: var(--pc-font-14);
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
}

.pankuzu ul li a {
	font-weight: 600;
	margin: 0 10px 0 0;
	padding: 0 14px 0 0;
	background: url('/system_panel/uploads/images/arrow_brown_right.svg') no-repeat right center/6px auto;
}

/*  pageTitle
===========================*/

.pageTitle {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.pageTitle .title {
	font-family: var(--keyfont);
	font-size: var(--pc-font-40);
	font-weight: normal;
	margin: 0 0 30px;
	color: var(--sub-color);
}

.pageTitle .title br {
	display: none;
}

.pageTitle .kvImg { /*border-radius:var(--bradius);*/
	overflow: hidden;
	text-align: center;
}

.pageTitle .kvImg img { /*width:100%; height:100%; aspect-ratio:1140 / 320; object-fit:cover; object-position:50% 20%; border-radius:20px;*/
}

.pageTitle .kvImg img.webgene-item-main-image {
	max-width: 930px; /*aspect-ratio:19 / 8;*/
}

.pageTitle .note {
	font-size: var(--pc-font-14);
	margin: -20px 0 30px;
	color: var(--sub-color);
}

/*  pageLead
===========================*/

.pageLead {
	font-size: var(--pc-font-18);
	padding: 80px 0;
}

.pageLead .inner {
	max-width: var(--middleContents);
}

.pageLead a {
	text-decoration: underline;
}

/*  bannerLink
===========================*/

.bannerLink {
	display: block;
	max-width: 460px;
	margin: 0 auto;
}

/*  list1
===========================*/

.list1 {
	font-size: var(--pc-font-14);
	margin: 13px 0 0;
	text-align: left;
}

.list1 ul li {
	position: relative;
	padding: 0 0 0 15px;
}

.list1 ul li::before {
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	content: '';
	border-radius: 50%;
	background: var(--sub-color);
}

/*  animation
===========================*/

.move1.default {
	opacity: 0;
}

.move1.default_action {
	animation: 1.2s move1 forwards;
}

/*===========================
  module
===========================*/

/*  topBg
===========================*/

.topBg {
	background: url('/system_panel/uploads/images/bg_abeille.svg') no-repeat 0 0/auto 100% fixed;
}

/*  topLead
===========================*/

.topLead {
	font-size: var(--pc-font-18);
	padding: 70px 0;
	text-align: center;
}

/*  topService
===========================*/

.topService .lead {
	margin: 0 0 40px;
	text-align: center;
}

.topService .boxFrame {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 38px 3%;
}

.topService .boxFrame .box {
	width: 48.5%;
	padding: 3%;
	border-radius: 20px;
	background: #fff;
}

.topService .boxFrame .box .imglink {
	display: block;
}

.topService .boxFrame .box img {
	display: block;
	width: 80%;
	margin: 30px auto;
}

.topService .boxFrame .box .tit {
	margin: 20px 0 0;
	text-align: center;
}

.topService .boxFrame .box .tit a {
	font-size: var(--pc-font-20);
	font-weight: 600;
	line-height: 1;
	display: inline-block;
	min-width: 251px;
	max-width: 100%;
	padding: 14px 48px;
	color: #fff;
	border-radius: 10px;
	background: url('/system_panel/uploads/images/arrow_white_right.svg') no-repeat right 18px center/7px auto var(--sub-color);
}

.topService .boxFrame .box .txt {
	line-height: 1.6;
	margin: 27px 0 0;
}

/*  labelList
===========================*/

.labelList {
	display: -ms-flexbox;
	display: flex;
	margin: 0  0 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	gap: 0 10px;
}

.labelList p {
	font-weight: 600;
	line-height: 1;
	padding: 6px 20px;
	color: #fff;
	border-radius: 50px;
}

.labelList .tob p {
	background: #8eccbe;
}

.labelList .toc p {
	background: #f0d595;
}

/*  linkBox
===========================*/

.linkBox {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
	background: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.linkBox img {
	width: 40%;
	max-height: 220px;
	object-fit: cover;
}

.linkBox .txtArea {
	width: 60%;
	padding: 0 3%;
}

.linkBox .txtArea .labelList {
	margin-bottom: -15px;
}

.linkBox .txtArea .tit {
	font-size: var(--pc-font-28);
	font-weight: 600;
	color: var(--sub-color);
}

.linkBox .txtArea .txt {
	line-height: 1.6;
	margin: 5px 0 0;
}

.linkBox .txtArea .moreLink {
	margin: 20px 0 0;
	text-align: right;
}

/*  topArtist
===========================*/

.topArtist {
	padding: 80px 0 0;
}

/*  topNews
===========================*/

.topNews {
	padding: 80px 0 0;
}

/*  topAbout
===========================*/

.topAbout {
	padding: 80px 0 0;
}

/*  topSdgs
===========================*/

.topSdgs {
	padding: 80px 0 120px;
}

.topSdgs .txt {
	margin: 0 0 30px;
	text-align: center;
}

/*  box1
===========================*/

.box1 {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.box1 .imgArea {
	width: 44%;
}

.box1 .imgArea img {
	border-radius: var(--bradius);
}

.box1 .imgArea iframe {
	width: 100%;
}

.box1 .txtArea {
	width: 50%;
	padding: 10px 0 0;
}

.box1 .txtArea .tit {
	font-size: var(--pc-font-18);
	font-weight: 600;
	margin: 0 0 10px;
	color: var(--sub-color);
}

.box1 .txtArea .txt {
	margin: 0 0 20px;
}

.box1 .txtArea .pointTxt {
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0 0;
	padding: 3% 7%;
	border-radius: var(--bradius);
	background: #fff;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.box1 .txtArea .pointTxt img {
	width: 70px;
}

.box1 .txtArea .pointTxt .txt {
	width: calc(100% - 70px);
	margin: 0;
	padding: 0 0 0 20px;
}

.box1 .txtArea .brownBtn {
	margin-top: 30px;
}

/*  box2
===========================*/

.box2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.box2 .box {
	position: relative;
	width: calc(50% - 10px);
	padding: 2.5% 3%;
	border-radius: var(--bradius);
	background: #fff;
}

.box2 .box .imgArea {
	width: 80%;
	margin: 0 auto 20px;
}

.box2 .box .title {
	font-size: var(--pc-font-22);
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: var(--sub-color);
}

.box2 .box .txt {
	line-height: 1.8;
	margin: 20px 0 0;
}

.box2 .box a {
	text-decoration: underline;
}

/*  box3
===========================*/

.box3 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 3%;
}

.box3 .box {
	width: calc(94% / 3);
}

/*  bgColor
===========================*/

.bgColor1 {
	background: var(--fourth-color);
}

.bgColor2 {
	background: #fff;
}

/*  twoBtnArea
===========================*/

.twoBtnArea {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 3%;
}

.twoBtnArea p {
	width: 250px;
}

/*  faq
===========================*/

.faq .box {
	position: relative;
	margin: 0 0 25px;
	padding: 2.5% 3%;
	border-radius: var(--bradius);
	background: #fff;
}

.faq .box::after {
	position: absolute;
	top: 32px;
	right: 3%;
	width: 15px;
	height: 22px;
	margin: 0 auto;
	content: '';
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url('/system_panel/uploads/images/arrow_brown_right.svg') no-repeat 0 0/100% auto;
}

.faq .box .tit {
	font-size: var(--pc-font-18);
	font-weight: bold;
	line-height: 1.8;
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 0 4% 0 0;
	color: var(--sub-color);
}

.faq .box .txt {
	line-height: 1.8;
	overflow: hidden;
}

.faq .box .txt a {
	text-decoration: underline;
}

.faq .box::after {
	transition: all .3s;
}

.faq .box.open::after {
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.faq .box.default .txt {
	visibility: 0;
	height: 0;
	transition: all .1s;
	opacity: 0;
}

.faq .box.open .txt {
	visibility: visible;
	height: auto;
	padding: 10px 0 0;
	transition: all .3s;
	opacity: 1;
}

/*  rental
===========================*/

#rental1,
#rental2,
#rental3,
#rental4,
#rental5,
#rental6,
#rental7,
#rental8 {
	padding: 160px 0 80px;
}

#rental1 .inner,
#rental6 .inner,
#rental8 .inner {
	max-width: var(--middleContents);
}

#rental1 .title {
	font-size: var(--pc-font-28);
	font-weight: bold;
	line-height: 1.8;
	margin: 0 0 30px;
	color: var(--sub-color);
}

#rental1 .txt p {
	margin: 30px 0 0;
}

#rental2 .boxFrame {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 30px 2.5%;
}

#rental2 .boxFrame .box {
	width: calc(94% / 3);
	padding: 2.5% 3%;
	border-radius: var(--bradius);
	background: #fff;
}

#rental2 .boxFrame .box .title {
	font-size: var(--pc-font-18);
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	color: var(--sub-color);
}

#rental2 .boxFrame .box .imgArea {
	width: 70%;
	margin: 10px auto;
}

#rental2 .boxFrame .box .txt {
	line-height: 1.8;
}

#rental3 .boxFrame {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px 3%;
}

#rental3 .boxFrame .box {
	display: -ms-flexbox;
	display: flex;
	width: calc(91% / 4);
	-ms-flex-align: center;
	align-items: center;
}

#rental3 .boxFrame .box img {
	width: auto;
}

#rental5 .lead {
	max-width: var(--middleContents);
	margin: 0 auto 40px;
}

#rental5 .lead a {
	text-decoration: underline;
}

#rental5 .boxFrame {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 2.5%;
}

#rental5 .box {
	position: relative;
	width: calc(94% / 3); /*padding:2.5% 3% 100px;*/
	text-align: center;
	border-radius: var(--bradius);
	background: #fff;
}

#rental5 .box .tit {
	font-size: var(--pc-font-18);
	font-weight: bold;
	color: var(--sub-color);
}

#rental5 .box .price {
	font-size: var(--pc-font-17);
	line-height: 1;
	margin: 25px 0 0;
	color: var(--sub-color);
}

#rental5 .box .price strong {
	font-size: var(--pc-font-36);
	margin: 0 5px 0 0;
}

#rental5 .box .priceLead {
	margin: 10px 0 0;
}

#rental5 .box .sTit {
	margin: 30px 0 0;
	color: var(--sub-color);
}

#rental5 .box .brownBtn {
	font-size: var(--pc-font-16);
	position: absolute;
	right: 0;
	bottom: 30px;
	left: 0;
	padding: 0 3%;
}

#rental5 .box .brownBtn a {
	max-width: 250px;
	margin: 0 auto;
}

#rental6 .box {
	position: relative;
	margin: 0 0 45px;
	padding: 2.5% 3%;
	border-radius: var(--bradius);
	background: #fff;
}

#rental6 .box::after {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	width: 11px;
	height: 17px;
	margin: 0 auto;
	content: '';
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	background: url('/system_panel/uploads/images/arrow_brown_right.svg') no-repeat 0 0/100% auto;
}

#rental6 .box:last-child::after {
	display: none;
}

#rental6 .box .tit {
	font-size: var(--pc-font-22);
	font-weight: bold;
	color: var(--sub-color);
}

#rental6 .box .txt {
	line-height: 1.8;
	margin: 10px 0 0;
}

#rental7 .box1 .txtArea .txt {
	line-height: 1.8;
}

#rental8 .boxFrame {
	margin: 0 0 45px;
}

/*  event
===========================*/

#event1 {
	padding: 160px 0 80px;
}

#event1 .box {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
	padding: 5%;
	border-radius: var(--bradius);
	background: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 30px 3%;
}

#event1 .box a {
	text-decoration: underline;
}

#event1 .box .txtArea {
	line-height: 1.8;
	width: 63%;
}

#event1 .box .txtArea > div {
	margin: 0 0 20px;
}

#event1 .box .txtArea .title {
	font-size: var(--pc-font-22);
	font-weight: bold;
	line-height: 1.6;
	margin: 0 0 25px;
	color: var(--sub-color);
}

#event1 .box .txtArea .tit {
	font-weight: bold;
	margin: 0;
}

#event1 .box .txtArea .sBox .colum {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 5px 0;
}

#event1 .box .txtArea .sBox .stit {
	font-weight: bold;
	width: 120px;
}

#event1 .box .txtArea .sBox .stxt {
	width: calc(100% - 120px);
}

#event1 .box .flyerArea {
	width: 32.6%;
	padding: 20px;
	text-align: center;
	border: var(--third-color) 5px double;
}

#event1 .box .flyerArea img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 325px;
}

#event1 .box .imgArea {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 1%;
}

#event1 .box .imgArea img {
	width: calc(98% / 3);
}

/*  opencall
===========================*/

#opencall1,
#opencall2 {
	padding: 160px 0 80px;
}

#opencall1 .mainImg {
	max-width: 790px;
	margin: 0 auto 40px;
}

/*  sale
===========================*/

#sale1,
#sale2,
#sale3 {
	padding: 80px 0;
}

/*  novelty
===========================*/

#novelty1,
#novelty2,
#novelty3,
#novelty4 {
	padding: 160px 0 80px;
}

#novelty2 .inner {
	max-width: var(--middleContents);
}

#novelty4 .brownBtn a {
	margin: 0 auto;
}

#novelty4 .brownBtn br {
	display: none;
}

/*  artistdetail
===========================*/

.artistdetailBoxList .artistdetailBox .inner {
	border-top: var(--line-color) 1px solid;
}

.artistdetailBox .inner {
	max-width: var(--middleContents);
	padding: 80px 0 80px;
}

.artistdetailBox .heading1 {
	margin: 70px 0 50px;
}

.artistdetailBox .inner .heading1:first-child {
	margin-top: 0;
}

.artistdetailBox.awards {
	min-height: 373px;
	background: url('/system_panel/uploads/images/img_trophy.svg') no-repeat 0 center/354px auto var(--fourth-color);
}

.artistdetailBox.gallery .inner {
	max-width: 1140px;
}

.artistdetailBox .galleryList ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 3%;
}

.artistdetailBox .galleryList ul li {
	display: -ms-flexbox;
	display: flex;
	width: calc(91% / 4);
	height: 300px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.artistdetailBox .galleryList ul li img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#biggerArea {
	position: fixed;
	z-index: 53;
	top: 0;
	left: 0;
	display: none;
}

#biggerArea .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
}

#biggerArea .img {
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100vh;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center; /*padding: 80px 120px;*/
}

#biggerArea .img img {
	position: relative;
	max-width: calc(100% - 120px);
	max-height: calc(100% - 80px);
}

#biggerArea .closeBtn {
	font-family: var(--key-font);
	font-size: 70px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
	height: 70px;
	text-align: center;
	color: #fff;
}

.artistdetailBox .artistSnsList ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px 3%;
}

.artistdetailBox .artistSnsList ul li a {
	display: block;
	width: 45px;
	height: 45px;
	background: url('/system_panel/uploads/images/ico_fb.svg') no-repeat center center/100% auto;
}

.artistdetailBox .artistSnsList ul li.insta a {
	background-image: url('/system_panel/uploads/images/ico_insta.svg');
}

.artistdetailBox .artistSnsList ul li.x a {
	background-image: url('/system_panel/uploads/images/ico_x.svg');
}

.artistdetailBox .artistSnsList ul li.site a {
	background-image: url('/system_panel/uploads/images/ico_hp.svg');
}

.artistdetailBox.gallery p {
	margin-bottom: 20px;
	text-align: center;
}

/*  contact
===========================*/

#contact1,
#contact2,
#contact3,
#contact4,
#contact5 {
	padding: 160px 0 80px;
}

#contact3 .inner,
#contact5 .inner {
	max-width: var(--middleContents);
}

#contact1 {
	padding-bottom: 10px;
	text-align: center;
}

#contact1 .inner {
	background: url('/system_panel/uploads/images/img_bee.png') no-repeat right 0 bottom 0/252px auto;
}

#contact1 .txt {
	font-size: var(--pc-font-20);
	margin: 0 0 70px;
}

#contact3 .colum {
	display: -ms-flexbox;
	display: flex;
	background: var(--fourth-color);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#contact3 .colum:nth-child(2n) {
	background: #f5e5de;
}

#contact3 .colum .tit {
	font-weight: bold;
	width: 30%;
	padding: 10px 0 10px 25px;
}

#contact3 .colum .txt {
	width: 70%;
	padding: 10px 25px;
}

/*  blog common
===========================*/

/* カテゴリ一覧 */

.cateList {
	margin: 15px 0 0;
}

.cateList .webgene-blog {
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px 0;
}

.cateList .webgene-blog .webgene-item {
	font-size: var(--pc-font-14);
	font-weight: 600;
	line-height: 1.2;
	padding: 0 15px;
	border-right: var(--line-color) 1px solid;
}

.cateList .webgene-blog .webgene-item:last-child {
	border-right: none;
}

.home_topics_section .newsList .webgene-blog .webgene-item .txtArea{
  width: 100%;
}

.home_topics_section .newsList .webgene-blog .webgene-item:first-child a::before,
.home_topics_section .newsList .webgene-blog .webgene-item a::after{
  width: 100%;
}

/* 一覧 */

.webgene-blog {
	margin: 0 auto;
}

.newsList .webgene-blog .webgene-item a {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.newsList .webgene-blog .webgene-item a::after,
.newsList .webgene-blog .webgene-item:first-child a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 75%;
	height: 1px;
	content: '';
	background: var(--line-color);
}

.newsList .webgene-blog .webgene-item:first-child a::before {
	top: 0;
	bottom: auto;
}

.newsList .webgene-blog .webgene-item .txtArea {
	display: -ms-flexbox;
	display: flex;
	width: 75%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.newsList .webgene-blog .webgene-item .txtArea .day {
	font-family: var(--keyfont);
	font-weight: 600;
	width: 130px;
}

.webgene-blog .webgene-item .txtArea .cateTxt {
	font-size: var(--pc-font-15);
	line-height: 1;
	width: 150px;
	padding: 7px 5px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: var(--sub-color);
}

.newsList .webgene-blog .webgene-item .txtArea .tit {
	font-weight: 600;
	line-height: 1.6;
	width: calc(100% - 280px);
	padding: 0 10px 0 45px;
}

.newsList .webgene-blog .webgene-item figure {
	width: 22%;
	min-height: 180px;
	border-radius: 20px;
	background: url(/system_panel/uploads/images/logo_abeille_brown2.png) no-repeat center center/50% auto #fff;
}

.newsList .webgene-blog .webgene-item figure img {
	width: 100%;
	height: 180px;
	border-radius: 20px;
	object-fit: cover;
}

.artistList .webgene-blog {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
}

.artistList .webgene-blog .webgene-item {
	display: -ms-flexbox;
	display: flex;
	width: calc(50% - 10px);
	border-radius: var(--bradius);
	background: #fff;
	-ms-flex-align: center;
	align-items: center;
}

.artistList .webgene-blog .webgene-item a {
	display: -ms-flexbox;
	display: flex;
	padding: 3% 10%;
	background: url('/system_panel/uploads/images/arrow_brown_right.svg') no-repeat right 6% center/12px auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.artistList .webgene-blog .webgene-item a figure {
	width: 25%;
}

.artistList .webgene-blog .webgene-item a figure img {
	width: 100%;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.artistList .webgene-blog .webgene-item a figure figcaption {
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0 0;
	text-align: center;
	word-break: break-all;
	color: var(--sub-color);
}

.artistList .webgene-blog .webgene-item a .gallery {
	width: 60%;
	margin: 0 0 0 10%;
}

.artistList .webgene-blog .webgene-item a .gallery ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 0 5%;
}

.artistList .webgene-blog .webgene-item a .gallery ul li {
	max-width: 47.5%;
}

.artistList .webgene-blog .webgene-item a .gallery ul li img {
	height: auto;
	max-height: 120px;
}

/* ページング */

.webgene-pagination {
	width: 100%;
	margin: 40px 0 120px;
	text-align: center;
}

.webgene-pagination ul {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.webgene-pagination ul li {
	display: inline-block;
	vertical-align: middle;
}

.webgene-pagination ul li a {
	font-size: var(--pc-font-18);
	display: block;
	padding: 5px 6px;
}

.webgene-pagination ul li.prev {
	position: absolute;
	top: 0;
	left: 0;
}

.webgene-pagination ul li.next {
	position: absolute;
	top: 0;
	right: 0;
}

.webgene-pagination ul li.prev a,
.webgene-pagination ul li.next a {
	overflow: hidden;
	width: 40px;
	height: 40px;
	padding: 0;
	text-indent: -9999px;
	border-radius: 50%;
	background: url('/system_panel/uploads/images/arrow_white_right.svg') no-repeat center center/8px auto var(--sub-color);
}

.webgene-pagination ul li.prev a {
	transform: rotateY(180deg);
}

.webgene-pagination ul li.selected a {
	font-weight: bold;
}

/* 詳細 */

.detailArea {
	max-width: var(--middleContents);
	margin: 0 auto 120px;
}

.detailArea .webgene-blog .webgene-item {
	border: none;
}

.detailArea .webgene-blog .dateArea {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.detailArea .webgene-blog .newsTitle {
	font-size: var(--pc-font-30);
	font-weight: bold;
	line-height: 1.6;
	margin: 20px 0 0;
	color: var(--sub-color);
}

.detailArea .webgene-blog .dayTxt {
	font-family: var(--keyfont);
	font-weight: 600;
	vertical-align: middle;
	color: var(--sub-color);
}

.detailArea .webgene-blog .cateTxt {
	font-size: var(--pc-font-13);
	line-height: 1;
	margin-left: 10px;
	padding: 4px 20px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	border-radius: 5px;
	background: var(--sub-color);
}

.detailArea .webgene-blog .webgene-item figure {
	width: 100%;
	margin: 30px 0 50px;
	text-align: center;
}

.detailArea .webgene-blog .webgene-item figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 450px;
	border-radius: 0;
	object-fit: contain;
}

.detailArea .webgene-item p {
	margin: 0 0 30px;
}

.detailArea .webgene-item dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.detailArea .webgene-item dl dt {
	font-weight: bold;
	width: 25%;
	padding: 10px 25px;
	background: var(--fourth-color);
}

.detailArea .webgene-item dl dd {
	width: 75%;
	margin: 0;
	padding: 10px 25px;
	background: var(--fourth-color);
}

.detailArea .webgene-item dl dt:nth-of-type(2n),
.detailArea .webgene-item dl dd:nth-of-type(2n) {
	background: #f5e5de;
}

.detailArea .webgene-item table {
	max-width: 100%;
	background: var(--fourth-color);
}

.detailArea .webgene-item table tr:nth-of-type(2n) th,
.detailArea .webgene-item table tr:nth-of-type(2n) td {
	background: #f5e5de;
}

.detailArea .webgene-item table th,
.detailArea .webgene-item table td {
	padding: 5px 20px;
}

/*  contactArea
===========================*/

.contactArea {
	margin: 0 auto;
}

.contactArea .inner {
	max-width: var(--middleContents);
}

.contactArea .contactSelectList ul {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contactArea .contactSelectList ul li {
	padding: 15px 0;
	text-align: center;
	color: var(--sub-color);
	border: #c1bab5 1px solid;
	border-bottom-color: var(--sub-color);
	border-left: none;
	background: #fff;
	-ms-flex: 1;
	flex: 1;
}

.contactArea .contactSelectList ul li:first-child {
	border-left: #c1bab5 1px solid;
}

.contactArea .contactSelectList ul li.on {
	font-weight: bold;
	margin-left: -1px;
	border-color: var(--sub-color);
	border-bottom-color: var(--main-color);
	border-left: var(--sub-color) 1px solid;
	background: none;
}

.contactArea .lead {
	font-size: var(--pc-font-16);
	padding: 40px 0 0;
}

.contactArea .lead p {
	margin: 0 0 20px;
}

.contactArea .lead .tit p {
	font-weight: bold;
	margin: 30px 0 10px;
	color: var(--sub-color);
}

.contactArea .container .row {
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 24px 0;
	border-top: var(--line-color2) 1px solid;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contactArea .container .row:nth-last-child(-n + 2) {
	border-top: none;
}

.contactArea .container .row .formTh {
	font-weight: 600;
	display: -ms-flexbox;
	display: flex;
	width: 33%;
	padding: 0 5% 0 0;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contactArea .container .row .formTh label {
	line-height: 1.6;
	width: calc(100% - 54px);
	padding: 0 10px 0 0;
}

.contactArea .container .row .formTd {
	width: 67%;
}

.contactArea .container .row .formTd .tit {
	font-size: var(--pc-font-14);
	font-weight: bold;
	margin: 10px 0 2px;
}

.contactArea .container .row .formTd .tit:first-child {
	margin-top: 0;
}

.contactArea .col {
	width: 100%;
}

.contactArea .fileArea {
	margin: 10px 0 0;
}

.contactArea .kiyakuArea {
	padding: 50px 0 0;
	border-top: var(--line-color2) 1px solid;
}

.contactArea .kiyakuArea .tit {
	font-weight: 600;
	margin: 0 0 15px;
	text-align: center;
}

.contactArea .kiyakuArea .txtArea {
	overflow: auto;
	box-sizing: border-box;
	width: 100%;
	height: 180px;
	padding: 20px;
	border: var(--line-color2) 1px solid;
	background: #fff;
	overflow-wrap: break-word;
}

.contactArea .kiyakuArea .txtArea a {
	text-decoration: underline;
}

.contactArea .text-center {
	text-align: center;
}

.contactArea .formBtnTd {
	width: 100%;
}

.contactArea .formBtnTd button[type=submit] {
	font-size: var(--pc-font-20);
	font-weight: 700;
	line-height: 1;
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	border: none;
	border-radius: 50px;
	background: var(--sub-color);
}

.radioArea .d-inline-block {
	margin: 7px 10px 0 0;
}

.radioArea label {
	margin: 0;
}

.contactArea .requiredText {
	font-size: var(--pc-font-12);
	font-weight: 600;
	line-height: 1;
	width: 54px;
	padding: 5px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
	background: #d9485a;
}

.formError .formErrorContent {
	font-size: 14px;
	position: relative;
	padding: 5px 10px;
	color: #000;
	border-color: #fff;
	background: #ffd8d6;
	box-shadow: 0 0 0;
}

.formError .formErrorArrow {
	width: 0;
	height: 0;
	margin: -2px auto 0;
	border-style: solid;
	border-top: 10px solid #ffd8d6;
	border-right: 5px solid transparent;
	border-bottom: 0;
	border-left: 5px solid transparent;
}

.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3,
.formError .formErrorArrow .line4,
.formError .formErrorArrow .line5,
.formError .formErrorArrow .line6,
.formError .formErrorArrow .line7,
.formError .formErrorArrow .line8,
.formError .formErrorArrow .line9,
.formError .formErrorArrow .line10 {
	display: none;
}

/*  formComplete
===========================*/

.formComplete {
	margin: 0 0 120px;
}

.formComplete .inner {
	max-width: var(--middleContents);
}

.formComplete .tit {
	font-size: var(--pc-font-24);
	font-weight: bole;
	display: block;
	margin: 0 0 20px;
	text-align: center;
}

.formComplete .txt {
	margin: 0 0 60px;
	text-align: center;
}

.formComplete .brownBtn a {
	margin: 0 auto;
}

/*---------- PC ----------------------------------------------------------*/

/*---------- SP版 ----------------------------------------------------------*/

.heading1:before,
.heading1:after {
	width: 13px;
	height: 17px;
	border-radius: 0;
	background: url(/system_panel/uploads/images/pink6@2x.png) center center no-repeat;
	background-size: 100% auto;
}

.ceo_name_box {
	display: -ms-flexbox;
	display: flex;
	margin-top: 15px;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ceo_name {
	display: -ms-flexbox;
	display: flex;
	margin-top: 5vw;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.ceo_name__name {
	width: 44vw;
}

.company-gallery .slick-track {
	display: -ms-flexbox;
	display: flex;
}

.company-gallery .slick-slide {
	height: 25vw;
}

.company-gallery__item {
	height: 25vw;
	margin-left: 2vw;
}

.company-gallery__item img {
	height: 100%;
}

.rental-voice {
	padding: 100px 0 50px;
}

.rental-voice_item {
	margin-bottom: 40px;
}

.rental-voice_item:last-child {
	margin-bottom: 0;
}

.rental-voice_item ._baloon {
	position: relative;
	margin-bottom: 20px;
	padding: 30px;
	border-radius: 10px;
	background: #fff;
}

.rental-voice_item ._baloon:after {
	position: absolute;
	bottom: -8vw;
	left: 30vw;
	display: block;
	width: 14vw;
	height: 8vw;
	content: '';
	background: url(/system_panel/uploads/images/baloon_icon.png) center top no-repeat;
	background-size: 100% auto;
}

.rental-voice_item ._person ._icon {
	width: 30%;
}

.top-product,
.shop_bnr {
	background: #fdf4f0 !important;
}

.top-sdgs_txt_wrap {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
}

.top-sdgs_txt_wrap .txt {
	text-align: left;
}

#rental5 .box ._icon {
	position: absolute;
	top: -10px;
	right: -5px;
	width: 100px;
}

.brownBtn._rental_btn {
	white-space: nowrap;
}

.brownBtn._rental_btn a {
	max-width: 480px;
}

.brownBtn._rental_btn a em {
	font-size: var(--sp-font-14);
	font-style: normal;
	display: inline-block;
	margin-top: 8px;
}

#rental5 .box {
	padding: 0;
}

#rental5 .box ._inner {
	padding: 6% 6% 110px;
}

#rental5 .box .tit {
	font-size: var(--sp-font-30) !important;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
	border-radius: var(--bradius);
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

#rental5 .box .tit strong {
	font-size: var(--sp-font-16) !important;
	font-weight: normal;
}

#rental5 .box._box1 .tit {
	background: #c1bcb7;
}

#rental5 .box._box2 .tit {
	background: #a39a92;
}

#rental5 .box._box3 .tit {
	background: #84796e;
}

#opencall2 .heading1 br {
	display: none;
}

.contactArea .requiredText {
	white-space: nowrap;
}

.artistdetailBox .galleryList div.ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 30px 3%;
}

.artistdetailBox .galleryList div.ul div.li {
	display: -ms-flexbox;
	display: flex;
	width: calc(91% / 4);
	height: 300px;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.artistdetailBox .galleryList div.ul div.li img {
	max-width: 100%;
	max-height: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

#rental7 .box1 .txtArea .tit span {
	font-size: var(--sp-font-18) !important;
}

a {
	transition: all .3s ease-out;
}

a:hover {
	opacity: .5;
}

@media (min-width: 500px) and (max-width: 769px) {

.pageTitle .kvImg { /*height:300px;*/
}

}

@media (min-width: 700px) and (max-width: 769px) {

#siteHeader .menuBtn {
	top: 7vw;
}

}

@media screen and (min-width: 769px) {

.spOnly,
.spMenuBtn {
	display: none;
}

a,
input[type=submit],
.topService .boxFrame .box .imglink img {
	transition: all .2s;
}

.brownBtn a:hover,
.moreLink a:hover,
.webgene-item a:hover,
.backLink a:hover,
a.linkBox:hover,
input[type=submit]:hover,
.topService .boxFrame .box .tit a:hover,
.bannerLink:hover {
	opacity: .75;
}

.topService .boxFrame .box .imglink:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.company-greet__img {
	text-align: right;
}

.company-greet__img img {
	width: 82%;
}

.ceo_name {
	margin-top: 15px;
}

.ceo_name__name {
	width: 200px;
}

.company-gallery__item {
	height: 18vw;
	margin-left: 2vw;
}

.company-gallery .slick-slide {
	height: 18vw;
}

.rental-voice {
	padding: 160px 0 80px;
}

.rental-voice_flex {
	display: -ms-flexbox;
	display: flex;
	box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.rental-voice_item {
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 0;
}

.rental-voice_item:nth-child(3n) {
	margin-right: 0;
}

.rental-voice_item ._baloon {
	margin-bottom: 30px;
	margin-left: 20%;
	padding: 30px;
	color: #67584b;
	border-radius: 10px;
}

.rental-voice_item ._baloon:after {
	bottom: -40px;
	left: 50px;
	width: 60px;
	height: 40px;
}

.rental-voice_item ._person ._icon {
	width: 125px;
}

.rental-voice_item ._person ._name {
	font-size: 20px;
	color: #67584b;
}

.top-sdgs_img {
	display: block;
	width: 44.27083vw;
	margin-right: auto;
	margin-left: auto;
}

.pageTitle .kvImg img.webgene-item-main-image {
	max-width: 300px !important;
}


}

@media only screen and (min-width: 769px) {

#rental5 .box ._icon {
	top: -80px;
	right: -20px;
	width: 120px;
}

.brownBtn._rental_btn {
	width: 300px;
}

.brownBtn._rental_btn a {
	width: 300px;
}

.brownBtn._rental_btn a em {
	font-size: var(--pc-font-15);
}

#rental5 .box ._inner {
	padding: 2.5% 3% 100px;
}

#rental5 .box .tit {
	font-size: var(--pc-font-25) !important;
}

#rental5 .box .tit strong {
	font-size: var(--pc-font-16) !important;
}

#rental7 .box1 .txtArea .tit span {
	font-size: var(--pc-font-18) !important;
}

}

@media only screen and (min-width: 1350px) {

#rental5 .box ._icon {
	top: -40px;
	right: -70px;
}

}

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

body {
	font-size: var(--sp-font-16);
}

body.bodyfix {
	overflow: hidden;
}

.pcOnly {
	display: none;
}

/*  contents
	===========================*/

.inner,
.contents {
	display: block;
	padding: 0 4vw;
}

.container {
	padding: 0;
}

/* bootstrap打ち消し */

.contents .asideMenu,
.recommendPage .asideMenu {
	position: static;
	width: 100%;
	margin: 20px 0 40px;
	padding: 0;
}

.contents .asideMenu ul,
.recommendPage .asideMenu ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px 10px;
}

.contents .asideMenu ul li,
.recommendPage .asideMenu ul li {
	font-size: var(--sp-font-13);
	width: calc((100% - 10px) / 2);
	margin: 0;
}

.contents .main {
	width: 100%;
	padding: 0;
}

/*  siteHeader
	===========================*/

#siteHeader {
	min-height: 60px;
}

#siteHeader .inner {
	min-height: auto;
	padding: 4vw 4vw 2vw;
}

#siteHeader .logo {
	width: 35%;
}

#siteHeader .infoLink {
	margin-right: 50px;
}

#siteHeader .infoLink ul {
	gap: 0 10px;
}

#siteHeader .infoLink ul li a {
	width: 40px;
	height: 40px;
	background-size: 30px auto;
}

#siteHeader .infoLink ul li:nth-child(2) a {
	background-size: 34px auto;
}

#siteHeader.top .catch {
	font-size: var(--sp-font-26);
	font-weight: bold;
	height: 505px;
	padding: 0 0 52px;
}

#siteHeader .menuBtn {
	top: 13px;
	right: 2vw;
}

#siteHeader .menuBtn,
#siteHeader .menuBtn p {
	width: 50px;
	height: 50px;
}

#siteHeader .menuBtn p em,
#siteHeader .menuBtn p em:after,
#siteHeader .menuBtn p em:before {
	width: 25px;
	height: 2px;
}

#siteHeader .menuBtn p em:before {
	margin-top: -8px;
}

#siteHeader .menuBtn p em:after {
	margin-top: 9px;
}

#siteHeader .menuArea .list {
	font-size: var(--sp-font-18);
	width: 80%;
	padding: 50px 10px;
}

#siteHeader.top .topKvBg ul li:nth-child(1) {
	background-image: url('/system_panel/uploads/images/top_kv_01_sp.jpg');
}

#siteHeader.top .topKvBg ul li:nth-child(2) {
	background-image: url('/system_panel/uploads/images/top_kv_02_sp.jpg');
}

#siteHeader.top .topKvBg ul li:nth-child(3) {
	background-image: url('/system_panel/uploads/images/top_kv_03_sp.jpg');
}

#siteHeader.top .topKvBg ul li:nth-child(4) {
	background-image: url('/system_panel/uploads/images/top_kv_04_sp.jpg');
}

/*  siteFooter
	===========================*/

#siteFooter {
	padding: 50px 0 30px;
}

#siteFooter .box:nth-child(1),
#siteFooter .box:nth-child(2),
#siteFooter .box:nth-child(3) {
	width: 100%;
}

#siteFooter .logo {
	margin: 0 auto;
}

#siteFooter .address {
	font-size: var(--sp-font-14);
	margin: 20px 0 0;
	text-align: center;
}

#siteFooter .address p {
	display: inline-block;
	text-align: left;
}

#siteFooter .box:nth-child(2) {
	margin: 20px 0 0;
	padding: 20px 0;
	border-top: var(--line-color2) 1px solid;
	border-bottom: var(--line-color2) 1px solid;
}

#siteFooter .linkList {
	width: 100%;
	padding: 0;
}

#siteFooter .linkList ul {
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#siteFooter .linkList ul li {
	width: 50%;
}

#siteFooter .linkList ul li a {
	font-size: var(--sp-font-14);
}

#siteFooter .box:nth-child(3) {
	margin: 20px 0 0;
}

#siteFooter .snsLink {
	margin: 0 0 20px;
	text-align: center;
}

#siteFooter .snsLink ul {
	display: inline-block;
}

#siteFooter .snsLink ul li a {
	font-size: var(--sp-font-14);
	text-align: left;
}

#siteFooter .copy {
	font-size: var(--sp-font-11);
	margin: 20px 0 0;
	text-align: center;
}

/*===========================
	  parts.css
	===========================*/

/*  title
	===========================*/

.heading1 {
	font-size: var(--sp-font-20);
	position: relative;
	margin: 0 0 30px;
}

.heading1::before,
.heading1::after {
	width: 7px;
	height: 7px;
}

.heading1::before {
	margin-right: 20px;
}

.heading1::after {
	margin-left: 20px;
}

.heading1 strong {
	font-size: var(--sp-font-22);
}

.topBg .heading1 {
	font-size: var(--sp-font-22);
}

.topBg .heading1::before,
.topBg .heading1::after {
	vertical-align: 4px;
}

#opencall1 .heading1 {
	width: 68vw;
	margin-right: auto;
	margin-left: auto;
}

#opencall1 .heading1::before,
#opencall1 .heading1::after,
#opencall2 .heading1::before,
#opencall2 .heading1::after,
#novelty4 .heading1::before,
#novelty4 .heading1::after {
	height: 5px;
}

/*  link
	===========================*/

.moreLink {
	margin: 30px 0 0;
}

.moreLink a,
.linkBox .moreLink p {
	font-size: var(--sp-font-14);
}

.backLink a {
	font-size: var(--sp-font-16);
}

/*  btn
	===========================*/

.brownBtn {
	text-align: center;
}

.brownBtn a {
	font-size: var(--sp-font-16);
	padding: 20px 20px;
}

/*  input
	===========================*/

input.zipInput {
	width: 30%;
}

/*  table
	===========================*/

.table {
	font-size: 15px;
	overflow: auto;
	width: auto;
	margin-right: -4vw;
}

.table .colum {
	width: 1000px;
}

.table .colum .td .ue {
	font-size: 14px;
}

.table .colum .td .shita {
	font-size: 12px;
}

.table .colum.sumclum .th {
	font-size: 12px;
}

.table .colum.sumclum .th strong {
	font-size: 14px;
}

/*  pankuzu
	===========================*/

.pankuzu {
	padding-top: 70px;
}

.pankuzu ul {
	font-size: var(--sp-font-12);
	padding: 10px 0 20px;
}

/*  pageTitle
	===========================*/

.pageTitle .title {
	font-size: var(--sp-font-24);
	margin: 0 0 20px;
}

.pageTitle .title br {
	display: block;
}

.pageTitle .kvImg { /*height:150px;*/
}

.pageTitle .kvImg img {
	width: 100%; /*height:100%; object-fit:cover;*/
}

.pageTitle .note {
	font-size: var(--sp-font-14);
}

/*  pageLead
	===========================*/

.pageLead {
	font-size: var(--sp-font-16);
	padding: 50px 0;
}

/*  list
	===========================*/

.list1 {
	font-size: var(--sp-font-14);
	text-align: center;
}

.list1 ul {
	display: inline-block;
}

.list1 ul li {
	text-align: left;
}

/*===========================
	  module
	===========================*/

/*  topLead
	===========================*/

.topLead {
	font-size: var(--sp-font-16);
	padding: 40px 0;
	text-align: left;
}

/*  topService
	===========================*/

.topService .lead {
	margin: 0 0 20px;
	letter-spacing: -.03em;
}

.topService .boxFrame {
	gap: 20px 0;
}

.topService .boxFrame .box {
	width: 100%;
	padding: 6%;
}

.topService .boxFrame .box img {
	width: 100%;
}

.topService .boxFrame .box .tit a {
	font-size: var(--sp-font-18);
	min-width: 100%;
}

.topService .boxFrame .box .txt {
	margin: 15px 0 0;
}

/*  topArtist
	===========================*/

.topArtist {
	padding: 60px 0 0;
}

/*  topNews
	===========================*/

.topNews {
	padding: 60px 0 0;
}

/*  topAbout
	===========================*/

.topAbout {
	padding: 60px 0 0;
}

/*  topSdgs
	===========================*/

.topSdgs {
	padding: 60px 0;
}

.topSdgs .txt {
	text-align: left;
}

/*  linkBox
	===========================*/

.linkBox {
	display: block;
}

.linkBox img {
	width: 100%;
	height: 40vw;
	max-height: 500px;
}

.linkBox .txtArea {
	width: 100%;
	padding: 6%;
}

.linkBox .txtArea .tit {
	font-size: var(--sp-font-20);
}

.linkBox .txtArea .labelList {
	margin-bottom: -30px;
}

/*  box1
	===========================*/

.box1 {
	display: block;
}

.box1 .imgArea {
	width: 100%;
	text-align: center;
}

.box1 .imgArea img {
	max-width: 100%;
	max-height: 100%;
}

.box1 .txtArea {
	width: 100%;
}

.box1 .txtArea .tit {
	font-size: var(--sp-font-18);
	margin: 20px 0 0;
}

.box1 .txtArea .txt {
	margin: 10px 0 0;
}

.box1 .txtArea .pointTxt {
	margin: 20px 0 0;
}

.box1 .txtArea .brownBtn a {
	margin: 0 auto;
}

/*  box2
	===========================*/

.box2 .boxFrame {
	gap: 20px 0;
}

.box2 .box {
	width: 100%;
	padding: 6%;
}

.box2 .box .title {
	font-size: var(--sp-font-18);
}

.box2 .box .txt {
	margin: 10px 0 0;
}

/*  box3
	===========================*/

.box3 .box {
	width: 100%;
}

/*  twoBtnArea
	===========================*/

.twoBtnArea p {
	width: auto;
}

.twoBtnArea p a {
	background-image: none;
}

/*  faq
	===========================*/

.faq .box {
	padding: 6%;
}

.faq .box .tit {
	font-size: var(--sp-font-18);
}

.faq .box::after {
	top: 28px;
	right: 6%;
	width: 13px;
	height: 17px;
}

/*  rental
	===========================*/

#rental1,
#rental2,
#rental3,
#rental4,
#rental5,
#rental6,
#rental7,
#rental8 {
	padding: 100px 0 50px;
}

#rental1 .title {
	font-size: var(--sp-font-18);
	margin: 0;
}

#rental1 .txt p {
	margin: 20px 0 0;
}

#rental2 .boxFrame {
	gap: 20px 0;
}

#rental2 .boxFrame .box {
	width: 100%;
	padding: 6%;
}

#rental2 .boxFrame .box .title {
	font-size: var(--sp-font-18);
}

#rental3 .boxFrame {
	gap: 10px 3%;
}

#rental3 .boxFrame .box {
	width: calc(97% / 2);
}

#rental5 .boxFrame {
	gap: 20px 0;
}

#rental5 .box {
	width: 100%; /*padding:6% 6% 110px;*/
}

#rental5 .box .tit {
	font-size: var(--sp-font-18);
}

#rental5 .box .price {
	font-size: var(--sp-font-18);
	margin: 15px 0 0;
}

#rental5 .box .price strong {
	font-size: var(--sp-font-30);
}

#rental5 .box .sTit {
	margin: 20px 0 0;
}

#rental6 .box {
	margin: 0 0 30px;
	padding: 6%;
}

#rental6 .box::after {
	bottom: -25px;
}

#rental6 .box .tit {
	font-size: var(--sp-font-18);
}

/*  event1
	===========================*/

#event1 {
	padding: 100px 0 50px;
}

#event1 .box {
	padding-bottom: 7%;
	gap: 20px 3%;
}

#event1 .box .flyerArea {
	width: 100%;
	padding: 0;
	border: none;
}

#event1 .box .flyerArea img {
	max-height: 200px;
}

#event1 .box .txtArea {
	width: 100%;
}

#event1 .box .txtArea .title {
	font-size: var(--sp-font-18);
	margin: 0 0 20px;
}

#event1 .box .txtArea .sBox {
	margin: 0;
}

#event1 .box .txtArea .sBox .stit {
	font-size: var(--sp-font-14);
	width: 110px;
}

#event1 .box .txtArea .sBox .stxt {
	font-size: var(--sp-font-14);
	width: calc(100% - 110px);
}

#event1 .box .imgArea img {
	width: 100%;
}

/*  opencall
	===========================*/

#opencall1,
#opencall2 {
	padding: 100px 0 50px;
}

#opencall1 .mainImg {
	margin: 0 auto 20px;
}

/*  sale
	===========================*/

#sale1,
#sale2,
#sale3 {
	padding: 50px 0;
}

/*  novelty
	===========================*/

#novelty1,
#novelty2,
#novelty3,
#novelty4 {
	padding: 100px 0 50px;
}

/*  contact
	===========================*/

#contact1,
#contact2,
#contact3,
#contact4,
#contact5 {
	padding: 100px 0 50px;
}

#contact1 .inner {
	padding-bottom: 80px;
	background-position: center bottom 0;
	background-size: 200px auto;
}

#contact1 .txt {
	font-size: var(--sp-font-16);
}

#contact3 .colum .tit {
	padding: 10px 0 10px 10px;
}

#contact3 .colum .txt {
	padding: 10px 10px 5px 20px;
}

.contactArea .contactSelectList ul {
	border-bottom: #c1bab5 1px solid;
	border-left: #c1bab5 1px solid;
}

.contactArea .contactSelectList ul li {
	font-size: var(--sp-font-14);
	line-height: 1.4;
	box-sizing: border-box;
	width: 50%;
	padding: 10px 5px;
	border-bottom: none;
	-ms-flex: none;
	flex: none;
}

.contactArea .contactSelectList ul li:first-child {
	border-left: none;
}

.contactArea .contactSelectList ul li.on {
	position: relative;
	margin: 0;
	border: none;
	background: #fff;
}

.contactArea .contactSelectList ul li.on::after {
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	content: '';
	border: var(--sub-color) 1px solid;
}

/*  artistdetail
	===========================*/

.artistdetailBox .inner {
	margin: 0 4vw;
	padding: 50px 0 50px;
}

.artistdetailBox .heading1 {
	margin: 50px 0 30px;
}

.artistdetailBox.awards {
	min-height: 200px;
	background-position: right 4vw bottom 20px;
	background-size: 100px;
}

.artistdetailBox .galleryList ul li {
	width: calc(97% / 2);
	height: auto;
}

#biggerArea .img {
	padding: 60px 4vw;
}

#biggerArea .closeBtn {
	font-size: 50px;
	width: 50px;
	height: 50px;
}

.artistdetailBox .artistSnsList ul {
	gap: 10px 5%;
}

.artistdetailBox .artistSnsList ul li a {
	width: 35px;
	height: 35px;
}

/*  ブログ共通
	===========================*/

/* カテゴリ一覧 */

.cateList {
	margin: 0;
}

.cateList .webgene-blog .webgene-item {
	font-size: var(--sp-font-13);
}

.cateList .webgene-blog .webgene-item {
	padding: 0 10px;
}

/* 一覧 */

.newsList .webgene-blog {
	width: 100%;
}

.newsList .webgene-blog .webgene-item a {
	padding: 10px 2px;
}

.newsList .webgene-blog .webgene-item a::after,
.newsList .webgene-blog .webgene-item:first-child a::before {
	width: 70%;
}

.newsList .webgene-blog .webgene-item .txtArea {
	display: block;
	width: 70%;
	padding: 0 20px 0 0;
}

.newsList .webgene-blog .webgene-item .txtArea .day {
	line-height: 1;
	float: left;
	width: auto;
	padding: 4px 0 0;
}

.newsList .webgene-blog .webgene-item .txtArea .cateTxt {
	font-size: var(--sp-font-14);
	float: left;
	clear: both;
	width: auto;
	margin: 10px 0 0;
	padding: 5px 10px;
}

.newsList .webgene-blog .webgene-item .txtArea .tit {
	clear: both;
	width: 100%;
	padding: 10px 0 0;
}

.newsList .webgene-blog .webgene-item figure {
	width: 30%;
	min-height: 100px;
}

.newsList .webgene-blog .webgene-item figure img {
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}

.artistList .webgene-blog .webgene-item {
	width: 100%;
}

.artistList .webgene-blog .webgene-item a {
	font-size: var(--sp-font-14);
	padding: 6% 10% 6% 4%;
	background-position: right 4% center;
}

.artistList .webgene-blog .webgene-item a figure {
	width: 40%;
	text-align: center;
}

.artistList .webgene-blog .webgene-item a figure img {
	width: 80%;
}

.artistList .webgene-blog .webgene-item a .gallery {
	width: 52%;
	margin-left: 8%;
}



/* ページング */

.webgene-pagination {
	margin: 10px 0 50px;
}

.webgene-pagination ul li a {
	font-size: var(--sp-font-18);
	padding: 0 8px;
}

.webgene-pagination ul li.prev a,
.webgene-pagination ul li.next a {
	width: 30px;
	height: 30px;
}

/* 詳細 */

.detailArea {
	margin: 0 auto 60px;
}

.detailArea .newsTitle {
	font-size: var(--sp-font-22);
	margin: 10px 0 20px;
}

.detailArea .webgene-blog .cateTxt {
	font-size: var(--sp-font-12);
}

.detailArea .webgene-item img {
	margin: 20px auto;
}

.detailArea .webgene-item p {
	margin: 0 0 20px;
}

.detailArea .webgene-item table {
	font-size: var(--sp-font-14);
	width: 100%;
}

.detailArea .webgene-item table th,
.detailArea .webgene-item table td {
	padding: 3px 10px;
}

/*  contactArea
	===========================*/

/*.contactArea .leadTxt{ font-size:var(--sp-font-16); }
	.contactArea .leadTxt p{ margin:0 0 20px; }*/

.contactArea .lead {
	font-size: var(--sp-font-16);
	padding: 30px 0 0;
}

.contactArea .lead p {
	margin: 0 0 20px;
}

.contactArea .container .row .formTh {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.contactArea .container .row .formTh .requiredText {
	margin: 0 0 0 10px;
}

.contactArea .container .row .formTd {
	width: 100%;
	padding: 0;
}

.addArea label {
	font-size: var(--sp-font-14);
}

.contactArea .container .row .formTd .tit {
	font-size: var(--sp-font-14);
}

.contactArea .telContact .txt1 {
	font-size: 16px;
}

.contactArea .telContact .telnum a {
	padding: 20px 70px 20px 100px;
}

.contactArea .kiyakuArea {
	margin: 0;
	padding: 20px 0 0;
}

.contactArea .kiyakuArea .txtArea {
	padding: 10px;
}

.contactArea .container .row:last-child {
	padding-top: 0;
}

.contactArea .formBtnTd button[type=submit] {
	font-size: var(--sp-font-18);
}

.privacyformError {
	margin-top: -36.5px !important;
}

.contactArea .requiredText {
	font-size: var(--sp-font-12);
}

/*  formComplete
	===========================*/

.formComplete {
	margin: 0 0 100px;
}

.formComplete .tit {
	font-size: var(--sp-font-18);
}

.heading1:before,
.heading1:after {
	width: 2.6875vw;
	height: 3.33854vw;
	background-size: 100% auto;
}

#opencall2 .heading1 br {
	display: inline;
}

#event1 .box .txtArea .sBox .stit {
	width: 100% !important;
}

.artistdetailBox .galleryList div.ul div.li {
	width: calc(97% / 2);
	height: auto;
}

}

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

#opencall1 .heading1 {
	width: 72vw;
}

}

@keyframes topimgchange {

0% {
	z-index: 2;
	transform: scale(1.2);
	opacity: 0;
}

10% {
	z-index: 2;
	transform: scale(1);
	opacity: 1;
}

20% {
	z-index: 2;
	transform: scale(1);
	opacity: 1;
}

45% {
	z-index: 1;
	transform: scale(1);
	opacity: 0;
}

100% {
	z-index: 1;
	transform: scale(1);
	opacity: 0;
}

}

@keyframes move1 {

0% {
	transform: translateY(50px);
	opacity: 0;
}

100% {
	transform: translateY(0px);
	opacity: 1;
}

}


/*# sourceMappingURL=style.css.map */
