/*PCサイト*/
@media only screen and (min-width: 768px) {
	body {
		height: auto;
		overflow: scroll;
	}

	/*============================
#shop_top
============================*/
	div#wraper div#container article#main section#shop_top {
		width: var(--content-width03);
		margin: 0 auto;
		margin-top: 80px;
	}

	div#wraper div#container article#main section#shop_top div.inner {
		display: flex;
	}

	div#wraper div#container article#main section#shop_top div.inner>img {
		width: 174px;
		height: 174px;
	}

	div#wraper div#container article#main section#shop_top div.inner div.right {
		width: auto;
		padding-left: 18px;
	}

	div#wraper div#container article#main section#shop_top div.inner div.right h4 {
		font-size: 15px;
		margin-top: 5px;
	}

	div#wraper div#container article#main section#shop_top div.inner div.right h5 {
		margin-top: 10px;
	}

	div#wraper div#container article#main section#shop_top div.inner div.right h5 a {
		font-size: 28px;
		color: #FF4FA7;
		font-weight: 600;
		line-height: 1.1;
	}

	div#wraper div#container article#main section#shop_top div.inner div.right h6 {
		font-size: 12px;
		margin-top: 10px;
	}

	div#wraper div#container article#main section#shop_top div.inner div.right ul.sns_list {
		display: grid;
		row-gap: 0px;
		column-gap: 8px;
		grid-template-columns: repeat(5, 28px);
		margin: 16px 0;
	}

	div#wraper div#container article#main section#shop_top div.inner div.right ul.sns_list li {
		height: 28px;
	}

	div#wraper div#container article#main section#shop_top div.inner div.right a.official_homepege_link {
		width: 171px;
		height: 22px;
		color: #fff;
		background-color: #FF4FA7;
		font-size: 12px;
		display: block;
		text-align: center;
		line-height: 22px;
	}

	/*============================
#main_selector
============================*/
	section#main_selector {
		margin: 15px 0;
		text-align: center;
	}

	section#main_selector div.inner {
		display: inline-block;
	}

	section#main_selector div.inner ul {
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(2, 300px);
	}

	section#main_selector div.inner ul li {
		text-align: center;
		border-radius: 10px;
		border: 1px solid #ccc;
		background-color: #fff;
	}

	section#main_selector div.inner ul li.active {
		background: linear-gradient(to right, #ab3a9d 0%, #e7407b 51.6%, #ff833d 76.98%, #fe963e 100%);
		font-family: "A-OTF-ShinGoPro-Medium";
		border: none;
	}

	section#main_selector div.inner ul li a {
		font-size: 21px;
		display: block;
		color: #000;
		padding: 10px 0;
	}

	section#main_selector div.inner ul li.active a {
		color: #fff;
	}

	/*============================
#sub_selector
============================*/
	section#sub_selector {
		background-color: #F3F3F3;
		text-align: center;
	}

	section#sub_selector div.inner {
		display: inline-block;
	}

	section#sub_selector div.inner ul {
		display: inline-block;
		width: var(--content-width03);
	}

	section#sub_selector div.inner ul li {
		display: inline-block;
		width: 180px;
		border: 1px solid #CCC;
		border-radius: 18px;
		font-size: 20px;
		font-weight: 600;
		height: 39px;
		background-color: #fff;
		margin: 10px 7px;
	}

	section#sub_selector div.inner ul li.active {
		background-color: #DB2888;
		color: #fff;
		font-weight: 600;
		border: none;
	}

	section#sub_selector div.inner ul.sub2 li {
		width: 180px !important;
	}

	section#sub_selector div.inner ul li a {
		padding: 9px 0 7px !important;
		display: block;
		color: #000;
		height: 43px;
	}

	section#sub_selector div.inner ul li.active a {
		color: #fff;
	}

	/*============================
#cast_recruit
============================*/
	section.recruit_layout01 {
		width: var(--content-width03);
		margin: 0 auto;
		margin-top: 62px;
	}

	section.recruit_layout01 div.inner img.cast_recruit_eyecatch {
		width: var(--content-width03);
		height: auto;
		margin-top: 56px;
	}

	section.recruit_layout01 div.inner div.top {
		width: var(--content-width04);
		margin: 0 auto;
	}

	section.recruit_layout01 div.inner div.top h4 {
		font-size: 23.5px;
		font-weight: 600;
		color: #DB2888;
		line-height: 1.5;
		margin-top: 40px;
	}

	section.recruit_layout01 div.inner div.top p {
		font-size: 14px;
		line-height: 1.714;
		margin-top: 14px;
	}

	section.recruit_layout01 div.inner table {
		width: var(--content-width04);
		margin: 0 auto;
		margin-top: 60px;
		border: 1px solid #999;
	}

	section.recruit_layout01 div.inner table tbody tr {
		border-bottom: 1px solid #CCC;
		height: 50px;
	}

	section.recruit_layout01 div.inner table tbody tr:last-of-type {
		border-bottom: 1px solid #999;
	}

	section.recruit_layout01 div.inner table tbody tr th {
		min-width: 120px;
		background-color: #F5E0EF;
		vertical-align: middle;
		font-size: 14px;
		line-height: 1.428;
		padding-bottom: 2.5px;
	}

	section.recruit_layout01 div.inner table tbody tr td {
		font-size: 14px;
		line-height: 1.8;
		vertical-align: middle;
		padding: 12px 12px 15px;
	}

	section.recruit_layout01 div.inner table tbody tr td span {
		color: #DB2888;
		text-decoration: underline;
	}

	section.recruit_layout01 div.inner table tbody tr td ul.treatment {
		display: grid;
		row-gap: 5px;
		column-gap: 5px;
		grid-template-columns: repeat(4, 102px);
		padding: 5px 0;
	}

	section.recruit_layout01 div.inner table tbody tr td ul.treatment li {
		font-size: 10px;
		vertical-align: middle;
		color: #fff;
		background-color: #D6A8C8;
		border-radius: 10px;
		height: 39px;
		text-align: center;
		display: table;
	}

	section.recruit_layout01 div.inner table tbody tr td ul.treatment li i {
		display: table-cell;
		vertical-align: middle;
		padding-bottom: 1.5px;
		line-height: 1.4;
	}

	section.recruit_layout01 div.inner table tbody tr td a.open_the_map {
		color: #DB2888;
		font-weight: 600;
		background-image: url(../img/recruit/map_pin01.png);
		background-repeat: no-repeat;
		background-size: 10.3px 15.2px;
		background-position: 0 7px;
		font-weight: 600;
		padding-left: 12px;
		display: inline-block;
		vertical-align: middle;
		text-decoration: underline;
		margin-top: -6px;
	}

	section.recruit_layout01 div.inner table tbody tr td ul.contact li a span {
		line-height: 1.7;
	}

	section.recruit_layout01 div.inner div.bottom {
		width: var(--content-width04);
		margin: 0 auto;
	}

	section.recruit_layout01 div.inner div.bottom ul li {
		margin-top: 50px;
	}

	section.recruit_layout01 div.inner div.bottom ul li h5 {
		font-size: 18px;
		font-weight: 600;
		color: #8B436A;
		border-left: 5px solid #D6A8C8;
		height: 100%;
		padding-top: 4px;
		padding-left: 9px;
		word-break: break-all;
	}

	section.recruit_layout01 div.inner div.bottom ul li p {
		font-size: 14px;
		line-height: 1.857;
		border: 1px solid #999;
		margin-top: 10px;
		padding: 13px 26px;
	}

	/*============================
#staff_recruit
============================*/
	section#staff_recruit.recruit_layout01 {
		padding-bottom: 40px;
		padding-top: 57px;
	}

	section#staff_recruit.recruit_layout01 div.inner h2.almanach01 {
		color: #4372D7;
	}

	section#staff_recruit.recruit_layout01 div.inner div.top {
		width: var(--content-width04);
		margin: 0 auto;
	}

	section#staff_recruit.recruit_layout01 div.inner div.top h4 {
		color: #1C3A7C;
		font-size: 23.5px;
		font-weight: 600;
		line-height: 1.5;
		margin-top: 40px;
	}

	section#staff_recruit.recruit_layout01 div.inner div.top p {
		font-size: 14px;
		line-height: 1.714;
		margin-top: 14px;
	}

	section#staff_recruit.recruit_layout01 div.inner table tbody tr th {
		background-color: #CCE7FF;
	}

	section#staff_recruit.recruit_layout01 div.inner table tbody tr td span {
		color: #4372D7;
	}

	section#staff_recruit.recruit_layout01 div.inner table tbody tr td ul.treatment li {
		background-color: #A8CDEE;
	}

	section#staff_recruit.recruit_layout01 div.inner table tbody tr td a.open_the_map {
		color: #1C3A7C;
		background-image: url(../img/recruit/map_pin02.png);
	}

	section#staff_recruit.recruit_layout01 div.inner div.bottom ul li h5 {
		color: #1C3A7C;
		border-color: #A8CDEE;
	}

	/*============================
#fix_contact
============================*/
	div#fix_contact {
		background-color: rgba(0, 0, 0, 0.7);
		position: fixed;
		bottom: 0;
		width: 100%;
		padding: 15px 0;
	}

	div#fix_contact ul {
		width: auto;
		margin: 0 auto;
		display: grid;
		grid-auto-flow: column;
		justify-content: center;
		row-gap: 0px;
		column-gap: 15px;
	}

	div#fix_contact ul li.contact_by_tel {
		background-color: #DB2888;
		border-radius: 10px;
		padding: 0 30px 0 10px;
		height: auto;
	}

	div#fix_contact ul li.contact_by_tel a {
		display: block;
		padding-top: 10px;
		padding-left: 58px;
		height: 70px;
		background-image: url(../img/recruit/tel_icon.png);
		background-repeat: no-repeat;
		background-size: 25px 40px;
		background-position: 18px 15px;
	}

	div#fix_contact ul li.contact_by_tel a h2 {
		font-size: 16px;
		color: #fff;
	}

	div#fix_contact ul li.contact_by_tel a address {
		font-size: 22px;
		color: #fff;
		font-weight: 600;
		padding-top: 5px;
	}

	div#fix_contact ul li.contact_by_mail {
		background-color: #DB2888;
		border-radius: 10px;
		padding: 0 30px 0 10px;
	}

	div#fix_contact ul li.contact_by_mail a {
		display: block;
		padding-top: 18px;
		padding-left: 58px;
		height: 70px;
		background-image: url(../img/recruit/mail_icon.png);
		background-repeat: no-repeat;
		background-size: 25px 40px;
		background-position: 18px 15px;
	}

	div#fix_contact ul li.contact_by_mail a h2 {
		font-size: 24px;
		color: #fff;
		white-space: nowrap;
	}

	div#fix_contact ul li.contact_by_line {
		background-color: #00B900;
		border-radius: 10px;
		padding: 0 30px 0 10px;
	}

	div#fix_contact ul li.contact_by_line a {
		display: block;
		padding-top: 18px;
		padding-left: 70px;
		height: 70px;
		background-image: url(../img/recruit/line_icon.png);
		background-repeat: no-repeat;
		background-size: 35px 35px;
		background-position: 20px 16px;
	}

	div#fix_contact ul li.contact_by_line a h2 {
		font-size: 24px;
		color: #fff;
		white-space: nowrap;
	}

	div#fix_contact p {
		font-size: 12px;
		color: #fff;
		margin-top: 15px;
		text-align: center;
	}

	footer {
		padding-bottom: 130px;
	}

	.bounce-anim {
		animation: bounce-in 1s ease-out;
	}

	@keyframes bounce-in {
		0% {
			transform: scale(0.95);
			opacity: 0;
		}

		50% {
			transform: scale(1.02);
			opacity: 1;
		}

		70% {
			transform: scale(0.98);
		}

		100% {
			transform: scale(1);
		}
	}
}
