@charset "UTF-8";

/*----------------------------------------------------
共通
----------------------------------------------------*/
html {
	font-size: 16px;
	box-sizing: border-box;
	overflow-x: hidden;
}
body {
	color: #333333;
	font-family: 'Noto Sans JP', ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 2;
	position: relative;
	overflow-x: hidden;
	transition: all 1.3s ease;
	margin: 0;
}
div {
	box-sizing: border-box;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
svg {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a {
	outline: none;
	color: #333333;
	text-decoration: none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:focus, *:focus {
	outline:none;
}
a:visited {
	color: inherit;
}
a:hover {
	color: #D70035;
}
a img {
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-ms-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}
a:hover img {
	opacity: .7;
}
p a {
	color: #333333;
	text-decoration: underline;
}
.post, .page {
	margin: 0;
}
.center {
	text-align: center;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
.clear {
	clear:both;
	height: 0;
}
small {
	font-weight: 500;
}
ul, ol {
	padding: 0;
	margin: 0;
}
li > ul, li > ol {
	margin-left: 0;
}
ul li {
	list-style: none;
	box-sizing: border-box;
}
dl {
	margin: 0;
}
dt {
	font-weight: 500;
	box-sizing: border-box;
}
dd {
	margin: 0;
	box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th,
table td {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	font-weight: 500;
	margin: 0;
	padding: 0;
}
p {
	margin: 0;
}
figure {
	margin: 0;
}

.sp-hidden {
	display: block;
}
.pc-hidden {
	display: none;
}

[data-page="wp"] main {
	/* ▼20251120 修正 */
	/* margin-top: 350px; */
	margin-top: 380px;
	/* ▲20251120 修正 */
}
header {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 11;
}
.header .inner {
	max-width: 1500px;
	margin: 0 auto;
}
.header .header-sec01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.header .logo {
	width: calc(100vw / 1300 * 204);
	max-width: 204px;
}
.header .logo img.active {
	display: none;
}
.header-center {
	margin: 0 30px 0 auto;
	padding: 15px 0 20px;
}
.header .header-center_box01 {
	display: flex;
	align-items: center;
}
.header-center_box01 .header-center_box01_search {
	display: flex;
}
.header-center_box01_search_text {
	margin-right: 15px;
	border: 1px solid #D3D3D3;
	padding: 6px 10px;
	line-height: 24px;
	border-radius: 4px;
	position: relative;
}
.header-center_box01_search_text::before,.header-center_box01_search_text::after {
	border: solid transparent;
	content:'';
	height:0;
	width:0;
	pointer-events:none;
	position:absolute;
	left:100%;
	top:50%;
}
.header-center_box01_search_text::before {
	border-color: rgba(211, 211, 211, 0);
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 12px;
	border-right-width: 12px;
	margin-top: -6px;
	margin-left: 1px;
	border-left-color:#D3D3D3;
}
.header-center_box01_search_text::after {
	border-color: rgba(255, 255, 255, 0);
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 11px;
	border-right-width: 11px;
	margin-top: -5px;
	border-left-color:#FFFFFF;
}
.header-center_box01_search_text a {
	color: #5F5F5F;
	text-decoration: underline;
	font-size: 14px;
	margin: 0 2px;
}
.header-center_box01_search_text a:hover {
	text-decoration: none;
}
.header-center_box01_search_form {
	background: #F5F5F5;
	border-radius: 4px;
	padding: 3px 15px;
	display: flex;
	width: calc(100vw / 1300 * 330);
	max-width: 330px;
}
.c-pcHeaderContainer__inner02__right__form__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.c-pcHeaderContainer__inner02__right__form__inner__input {
	border: none;
	background: none;
	width: 100%;
	color: #A0A0A0;
	font-size: 14px;
}
.c-pcHeaderContainer__inner02__right__form__inner__button {
	width: 23px;
	height: 23px;
	flex-shrink: 0;
	background: none;
	background-image: url(../images/common/search.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
}
.header-center_box01 .header-center_box01_btns ul {
	display: flex;
	margin-left: 20px;
}
.header-center_box01 .header-center_box01_btns ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 0 10px;
}
.header-center_box01 .header-center_box01_btns ul li:last-of-type {
	margin-right: 0;
}
.header-center_box01 .header-center_box01_btns ul li img.hover {
	display: none;
	opacity: 0;
}
.header-center_box01 .header-center_box01_btns ul li:hover img.nohover {
	display: none;
	opacity: 0;
}
.header-center_box01 .header-center_box01_btns ul li:hover img.hover {
	display: block;
	opacity: 1;
}
.header-center_box01 .header-center_box01_btns ul li {
	position: relative;
}
.header-center_box01 .header-center_box01_btns ul li a {
	position: relative;
	z-index: 2;
}
.header-center_box01 .header-center_box01_btns ul li.search a {
	display: block;
}
.header-center_box01 .header-center_box01_btns ul li .header-center_box01_search_form {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	height: 35px;
	width: calc(100vw / 1300 * 750);
	max-width: 930px;
	display: flex;
	opacity: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	pointer-events: none;
}
.header-center_box01 .header-center_box01_btns ul li.search:hover .header-center_box01_search_form {
	opacity: 1;
	pointer-events: auto;
}
.header-center_box02 ul {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 15px;
}
.header-center_box02 ul li {
	margin: 0 10px;
}
.header-center_box02 ul li:last-of-type {
	margin-right: 0;
}
.header-center_box02 ul li a {
	font-size: 14px;
	line-height: 24px;
	display: block;
}
.header-right {
	background: #D70035;
	border-radius: 50%;
	height: 78px;
	width: 78px;
	margin: 10px 0 10px;
	transition: all 0.3s;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #FFFFFF;
}
.header-right:hover {
	opacity: .6;
}
.header-right a {
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;
}
.header-sec02 figure {
	margin: 0;
}
.header-sec02 figure img {
	width: 100%;
}
#gnav > ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	width: calc(100% - calc(100vw / 1300 * 80));
}
#gnav > ul > li {
	width: 180px;
	max-width: 180px;
	min-height: 77px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#gnav > ul > li > a {
	display: block;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 3px solid #FFFFFF;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	position: relative;
}
#gnav > ul > li > a::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(https://www.caina-test.com/stst-test/wp-content/themes/stst/images/common/arrow.svg);
	background-repeat: no-repeat;
	width: 7px;
	height: 14px;
	background-size: contain;
	right: 0;
	top: 8px;
}
#gnav > ul > li > a:hover,#gnav > ul > li > a.is-active {
	color: #D70035;
	border-bottom: 3px solid #D70035;
}
#gnav .dropdown {
	background: #F5F5F5;
	position: absolute;
	width: 100vw;
	padding: 26px 0 30px;
	left: 50%;
	transform: translateX(-50%);
	top: 77px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	pointer-events: none;
}
#gnav .dropdown.is-active {
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}
#gnav .dropdown ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: calc(100% - calc(100vw / 1300 * 80));
	max-width: 980px;
	margin: 0 auto;
}
#gnav .dropdown ul li {
	width: calc(100% / 4);
}
#gnav .dropdown ul li a {
	font-size: 16px;
	line-height: 40px;
}
#gnav .golfclub .dropdown ul {
	width: calc(100% - calc(100vw / 1300 * 180));
	max-width: 677px;
}
#gnav .other .dropdown ul {
	width: calc(100% - calc(100vw / 1300 * 180));
	max-width: 677px;
}
#gnav .other .dropdown ul li:first-of-type {
	width: 450px;
}
#gnav .dropdown ul li a.sale {
	display: flex;
	align-items: center;
}
#gnav .dropdown ul li a.sale span {
	background: #D70035;
	color: #FFFFFF;
	padding: 0 5px;
	line-height: 25px;
	margin-left: 20px;
}
.header .normal {
	transition: all 0.5s ease;
}
.header .active {
	display: none;
}
.header.active .normal {
	display: none;
}
.header.active .active {
	display: block;
}
.header.active #gnav .dropdown {
	top: 65px;
}
.bottom_bnrs {
	margin: 80px auto 80px;
}
.bottom_bnrs .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
footer {
	background: #D70035;
	padding: 58px 0 0;
}
footer .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
footer .logo {
	width: 216px;
	margin: 0 auto;
}
footer .footer_list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 40px auto;
}
footer .footer_list:nth-of-type(1) {
	margin-bottom: 10px;
}
footer .footer_list:nth-of-type(2) {
	margin-top: 0;
}
footer .footer_list li {
	margin: 0 15px;
}
footer .footer_list li a {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
}
footer .footer_list li a:hover {
	opacity: .6;
}
footer .footer_sns {
	display: flex;
	justify-content: center;
	margin-bottom: 44px;
	align-items: center;
}
footer .footer_sns li {
	margin: 0 10px;
}
footer .footer_sns li a {
	display: flex;
	align-items: center;
}
footer .copyright {
	background: #333333;
}
footer .copyright p {
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	padding: 10px 0;
	line-height: 24px;
}
#pageTop {
	right: 20px;
	display: block;
	z-index: 999;
}

#bread_clumnb .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.archive_h1_title .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 50px auto;
	text-align: center;
}
.archive_h1_title .h1_en {
	font-size: 38px;
	line-height: 46px;
	letter-spacing: 0.02em;
	color: #000000;
	text-transform: uppercase;
}
.archive_h1_title .h1_jp {
	font-size: 14px;
	color: #D70035;
	margin-top: -5px;
	letter-spacing: 0.12em;
	line-height: 1.5;
	font-weight: 500;
}
.archive_box .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.archive_List ul {
	display: flex;
	flex-wrap: wrap;
}
.archive_List ul li {
	width: calc(100% / 5 - calc(100vw / 1300 * 16));
	margin-right: calc(100vw / 1300 * 20);
	margin-bottom: calc(100vw / 1300 * 30);
}
.archive_List ul li:nth-child(5n) {
	margin-right: 0;
}
.archive_List ul li a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.archive_List .image {
	overflow: hidden;
  width: calc(100vw / 1300 * 228);
	max-width: 100%;
}
main.voice .archive_List .image {
	background: #F5F5F5;
}
.archive_List .image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.archive_List .title {
	margin: 20px 0 10px;
}
.archive_List .title p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.archive_List .data {
	margin-top: auto;
}
.archive_List .data p {
	color: #A0A0A0;
}
.campaign .archive_List ul li {
	width: calc(100% / 3 - calc(100vw / 1300 * 27));
	margin-right: calc(100vw / 1300 * 40);
	margin-bottom: calc(100vw / 1300 * 40);
}
.campaign .archive_List ul li:nth-child(5n) {
	margin-right: calc(100vw / 1300 * 40);
}
.campaign .archive_List ul li:nth-child(3n) {
	margin-right: 0;
}
.campaign .archive_List .image {
	overflow: hidden;
	height: auto;
	width: 100%;
}
.campaign .archive_List .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.campaign .archive_List .title {
	margin: 20px 0;
}
.campaign .archive_List .title p {
	font-size: 18px;
	line-height: 30px;
	color: #000000;
}
.campaign .archive_List .data {
	display: flex;
	justify-content: space-between;
}
.campaign .archive_List .data p {
	color: #333333;
}
.campaign .archive_List .data::after {
	content: "CHECK >";
	color: #D70035;
	font-family: 'Aldrich';
}
.Aldrich {
	font-family: 'Aldrich';
}
.Arial {
	font-family: 'Arial';
}
.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
}
.wp-pagenavi span,.wp-pagenavi a {
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	color: #5F5F5F;
	font-size: 18px;
	line-height: 36px;
	border-radius: 50%;
}
.wp-pagenavi span.current {
	background: #F5EAED;
}
.wp-pagenavi a {
	background: #FFFFFF;
}
.single_cat_title {
	margin-top: 20px;
	margin-bottom: 80px;
}
.single_cat_title .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
	display: flex;
	background: #F5F5F5;
	align-items: center;
	padding: 15px 20px;
}
.single_cat_title .title_en {
	font-size: 26px;
	text-transform: uppercase;
	line-height: 40px;
	margin-right: 20px;
	color: #000000;
}
.single_cat_title .title_jp {
	font-size: 14px;
	line-height: 40px;
	color: #D70035;
}
.single_box .inner {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.single_box_head {
	margin-bottom: 40px;
}
.single_box_head h1 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.single_box_head .date {
	text-align: right;
}
.singleCatch {
	max-width: 800px;
	width: 100%;
	margin: 0 auto 60px;
}
.single[data-cont="voice"] .singleCatch {
	margin-bottom: 0;
	background: #F5F5F5;
}
.voice-old {
	margin: 10px auto 30px;
}
.voice-old p {
	font-size: 20px;
	line-height: 25px;
	text-align: center;
}
.singleCatch img {
	width: 100%;
	height: auto;
}
.singleConts p {
	font-size: 16px;
	line-height: 32px;
}
.singleConts p + p {
	margin-top: 40px;
}
.singleConts p a {
	color: #D70035;
}
.singleConts p a:hover {
	text-decoration: none;
}
.singleConts strong {
	font-size: 24px;
	line-height: 36px;
}
.singleConts h2 {
	color: #000000;
	font-size: 22px;
	letter-spacing: 0.04em;
	line-height: 56px;
	border-bottom: 3px solid #D70035;
	text-align: left;
	margin: 80px auto 50px;
}
.singleConts h3 {
	color: #000000;
	text-align: left;
	font-size: 18px;
	line-height: 36px;
	letter-spacing: 0.04em;
	background: #F5F5F5;
	padding: 7px 20px;
	margin: 40px auto 40px;
}
.singleConts h4 {
	color: #D70035;
	font-size: 18px;
	margin: 40px auto 20px;
	line-height: 28px;
}
.singleConts h5 {
	color: #000000;
	font-size: 18px;
	line-height: 28px;
	margin: 40px auto 20px;
}
.singleConts ul,.singleConts ol {
	margin: 50px auto;
}
.singleConts ul li,.singleConts ol li {
	font-size: 16px;
	line-height: 32px;
	margin: 10px 0;
}
.singleConts ul li {
	display: flex;
}
.singleConts ul li::before {
	content: "▶︎";
	display: block;
	color: #D70035;
	font-size: 10px;
	margin-right: 10px;
}
.singleConts ol li {
	margin-left: 20px;
	padding-left: 3px;
}
.singleConts ol li::marker {
	color: #D70035;
	font-family: 'Aldrich';
}
.recommend_sec {
	margin: 80px auto;
}
.recommend_sec_title {
	text-align: center;
}
.recommend_sec_title p {
	font-size: 36px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #000000;
	display: inline-block;
	line-height: 46px;
	color: #000000;
}
.recommend_sec_inner {
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
.recommend_sec_inner_box {
	width: calc(100% / 4 - calc(100vw / 1300 * 20));
	margin-right: calc(100vw / 1300 * 20);
}
.recommend_sec_inner_box:nth-child(4n) {
	margin-right: 0;
}
.recommend_sec_inner_box_img {
	border: 1px solid #D5D5D5;
	width: 100%;
}
.recommend_sec p.recommend_sec_inner_box_text01 {
	margin-top: 15px;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	line-height: 25px;
}
.recommend_sec p.recommend_sec_inner_box_text02 {
	margin-top: 6px;
	text-align: left;
	font-size: 15px;
	line-height: 25px;
}
.single_box #pager {
	border-top: 1px solid #45454540;
	padding-top: 37px;
	margin-top: 100px;
}
.single_box #pager .inner {
	max-width: 662px;
	width: 100%;
}
.single_box #pager .buttons-flex {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
}
.single_box #pager .buttons-flex .prev a,.single_box #pager .buttons-flex .next a {
	display: flex;
	align-items: center;
}
.single_box #pager .prev .link_obj {
	line-height: 7px;
	width: 13px;
	margin: 0 20px 0 0;
	padding: 1px 0 0;
}
.single_box #pager .next .link_obj {
	line-height: 7px;
	width: 13px;
	margin: 0 0 0 20px;
	padding: 1px 0 0;
}
.single_box #pager .all {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}
.single[data-cont="voice"] .singleCatch {
	max-width: 200px;
}
.related_archive {
	background: #F5EAED;
	margin-top: 80px;
	padding: 60px 0;
}
.related_archive .inner {
	max-width: 972px;
	width: calc(100% - calc(100vw / 1300 * 54));
	margin: 0 auto;
}
.related_archive_title {
	text-align: center;
	margin-bottom: 43px;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
}
.related_archive .archive_List ul li {
	width: calc(100% / 4 - calc(100vw / 1300 * 15));
	margin-right: calc(100vw / 1300 * 20);
	margin-bottom: 0;
}
.related_archive .archive_List ul li:nth-child(4) {
	margin-right: 0;
}
.related_archive .archive_List .image {
	background: #F5F5F5;
}
.page_cat_title {
	margin: 50px auto;
}
.page_cat_title .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
	text-align: center;
}
.page_cat_title h1 {
	font-size: 32px;
	line-height: 46px;
	color: #000000;
	letter-spacing: 0.02em;
}
.page_sec .inner {
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.boxContact table {
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
}
.boxContact table tr {
	border-top: 1px solid #BEBEBE;
	vertical-align: top;
}
.boxContact table th {
	background: #F5F5F5;
	font-weight: normal;
	text-align: left;
	padding: 10px 10px;
	line-height: 40px;
	width: 31.75%;
}
.boxContact table th div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.boxContact table th p {
	font-size: 16px;
}
.boxContact table th span {
	background: #D70035;
	display: block;
	padding: 2px 6px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
}
.boxContact table td {
	display: flex;
	justify-content: space-between;
	padding: 10px 15px;
}
.boxContact table td input {
	border-radius: 0;
	border: 1px solid #707070;
}
.formQ01 input {
	width: 250px;
	min-height: 40px;
}
.formQ02 input,.formQ03 input {
	width: 420px;
	min-height: 40px;
}
.formQ04 textarea {
	border-radius: 0;
	border: 1px solid #707070;
	width: 520px;
	min-height: 150px;
}
tr.formQ04 {
	border-bottom: 1px solid #BEBEBE;
}
.formQ05 select {
	width: 250px;
	min-height: 40px;
}
.contact_top_text {
	text-align: center;
	margin: 90px auto 60px;
	font-size: 16px;
	line-height: 32px;
}
.check_btn input,.check_btn a {
	width: 400px;
	margin: 80px auto 120px;
	display: block;
	background: #5F5F5F;
	border: none;
	color: #FFFFFF;
	font-size: 18px;
	padding: 18px 10px;
	border-radius: 30px;
	pointer-events: painted;
	transition: 0.3s ease-in-out;
	-webkit-appearance: none;
}
.check_btn input:hover,.check_btn a:hover {
	background: #D70035;
}
.check_btn a {
	text-align: center;
	line-height: 28px;
}
.check_btn input[name="check_btn"] {
	margin: 80px auto 20px;
}
.check_btn input.back_btn {
	margin: 0 auto 120px;
	background: #FFFFFF;
	border: 1px solid #5F5F5F;
	color: #5F5F5F;
}
.check_btn input.back_btn:hover {
	border: 1px solid #000000;
	color: #000000;
}
[data-page="check"] .boxContact table th span {
	display: none;
}
[data-page="check"] .boxContact table tr {
	border-top: none;
}
[data-page="check"] .boxContact table th {
	background: unset;
}
[data-page="check"] .boxContact table td {
	border-top: 1px solid #BEBEBE;
	justify-content: flex-start;
}
[data-page="check"] tr.formQ04 {
	border-bottom: none;
}
[data-page="check"] .formQ04 td {
	border-bottom: 1px solid #BEBEBE;
}
.page_sec[data-page="sitemap"] .inner {
	max-width: 1080px;
}
.sitemap_list {
	margin-top: 90px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap_box[data-col="1"] {
	width: 100%;
}
.sitemap_box[data-col="2"] {
	width: 46.3%;
}
.sitemap_box {
	margin-bottom: 40px;
}
.sitemap_text {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 3px solid #D70035;
}
.sitemap_text p {
	font-size: 22px;
	font-weight: 500;
	line-height: 36px;
}
.sitemap_text span {
	line-height: 36px;
	display: flex;
}
.sitemap_list_child {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sitemap_list_child_box {
	width: 46.3%;
	margin-top: 20px;
}
.sitemap_list_child_box > .sitemap_text {
	border-bottom: none;
	background: #F5F5F5;
	padding: 10px 20px;
}
.sitemap_list_child_box > .sitemap_text p {
	font-size: 18px;
	line-height: 36px;
}
.sitemap_list_grandchild {
	margin-top: 20px;
}
[data-num="15"] .sitemap_list_grandchild {
	margin-top: 0;
}
.sitemap_list_grandchild_box {
	margin: 8px 0;
}
.sitemap_list_grandchild_box .sitemap_text {
	border-bottom: none;
	justify-content: flex-start;
	padding-bottom: 0;
}
.sitemap_list_grandchild_box .sitemap_text p {
	font-size: 16px;
	line-height: 32px;
	font-weight: normal;
	margin-left: 10px;
	text-decoration: underline;
}
.sitemap_list_grandchild_box .sitemap_text:hover p {
	text-decoration: none;
}
.sitemap_list_grandchild_box .sitemap_text img {
	width: 8px;
	height: auto;
}
.follow_box {
	margin: 100px auto 60px;
}
.follow_box_title {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.follow_box_title p {
	font-size: 26px;
	line-height: 46px;
	margin: 0 55px;
}
.follow_box_list {
	display: flex;
	justify-content: center;
	align-items: center;
}
.follow_box_list a {
	margin: 0 30px;
}
.page_sec[data-page="shop"] .inner {
	max-width: 1080px;
}
.shop_title {
	margin: 50px auto 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shop_title h2 {
	margin: 0 15px;
	font-size: 32px;
	line-height: 48px;
	letter-spacing: 0.04em;
	color: #000000;
	font-weight: 600;
}
.shop_title h2 span {
	color: #D70035;
}
.shop_title h2 span.dot {
	position: relative;
	color: #000000;
}
.shop_title h2 span.dot::before {
	content: "・";
	color: #D70035;
	position: absolute;
	top: -1em;
	left: 50%;
	font-size: 25px;
	transform: translateX(-50%);
}
.shop_topText {
	margin-bottom: 100px;
	text-align: center;
}
.shop_topText p {
	font-size: 16px;
	line-height: 32px;
}
.shop_topText p + p {
	margin-top: 32px;
}
p span.bold {
	color: #D70035;
	font-weight: 600;
}
p span.y-line {
	color: #D70035;
	font-weight: 600;
	background: linear-gradient(transparent 60%, #FFFF00 60%);
}
.shop_cont_title {
	text-align: center;
	margin-bottom: 40px;
}
.shop_cont_title h3 {
	margin-top: 15px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
}
.shop_cont_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.shop_cont_box_Text {
	width: 46.3%;
}
.shop_cont_box_Text p + p {
	margin-top: 32px;
}
.shop_cont_box_Img {
	width: 48.15%;
}
.shop_bottom_box {
	display: flex;
	justify-content: space-between;
	background: #F5F5F5;
	padding: 40px;
}
.shop_bottom_box01 {
	width: 46.3%;
}
.shop_bottom_box01_text01 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: #D70035;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
.shop_bottom_box02 {
	width: 50.02%;
	background: #FFFFFF;
	padding: 25px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shop_bottom_box02_text02 span {
	color: #D70035;
}

.page_sec[data-page="buyer"] .inner {
	max-width: 1080px;
	position: relative;
}
.buyer_sec01 {
	background: rgba(215, 0, 53, 0.9);
	position: absolute;
	right: -70px;
	top: 238px;
}
.buyer_sec01_inner {
	position: relative;
	padding: 50px;
}
.buyer_sec01_text01 {
	color: #FFFFFF;
	font-size: 28px;
	line-height: 42px;
	position: relative;
}
.buyer_sec01_text01::after {
	content: "";
	display: block;
	width: 26px;
	height: 2px;
	background-color: #FFFFFF;
	margin: 30px 0 25px;
}
.buyer_sec01_text02 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 40px;
}
.buyer_sec01_img {
	position: absolute;
	top: 40px;
	right: 40px;
}
.buyer_sec02 {
	margin: 60px auto 80px;
}
.buyer_sec02_inner {
	display: flex;
	justify-content: space-between;
}
.buyer_sec02_text {
	width: 48.15%;
}
.buyer_sec02_text p {
	font-size: 16px;
	line-height: 26px;
}
.buyer_sec02_text p + p {
	margin-top: 26px;
}
.buyer_sec02_img {
	margin-top: 140px;
	width: 46.3%;
}
.buyer_sec03 {
	background: #F5F5F5;
	padding: 80px 0;
}
.buyer_sec03_inner {
	max-width: 1080px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.buyer_sec03_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.buyer_sec03_list li {
	width: 46.3%;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.buyer_sec03_list li[data-type="01"] {
	background: #FFFFFF;
	box-shadow: 20px 20px 0px 0 #bebebe;
	justify-content: center;
}
.buyer_sec03_title01 {
	display: flex;
}
.buyer_sec03_title01 p {
	font-size: 14px;
	margin: 0 14px;
	font-weight: 500;
	color: #000000;
}
.buyer_sec03_title01 span {
	width: 20px;
}
.buyer_sec03_title02 p {
	text-align: center;
	font-size: 38px;
	line-height: 46px;
	margin: 40px auto 10px;
	letter-spacing: 0.02em;
	color: #000000;
}
.buyer_sec03_title02 h2 {
	color: #D70035;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0.1em;
}
.buyer_sec03_img {
	width: 240px;
}
.buyer_sec03_list_title {
	display: flex;
	align-items: center;
	width: 100%;
	margin: 20px auto;
}
.buyer_sec03_list_title p {
	font-size: 28px;
	line-height: 22px;
	text-align: center;
	background: #D70035;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #FFF;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.buyer_sec03_list_title p span {
	font-size: 12px;
}
.buyer_sec03_list_title h3 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.04em;
	margin-left: 20px;
	color: #000000;
	width: 84%;
}
.buyer_sec03_text p {
	font-size: 16px;
	line-height: 26px;
}
.buyer_sec03_text p + p {
	margin-top: 26px;
}

.top_slidBnr {
	margin-bottom: 76px;
}
.top_slidBnr .inner {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.top_slidBnr_Slider {
	display: flex;
  justify-content: center;
}
.top_slidBnr .slick-slider .slick-list {
	overflow: visible;
	max-width: 100vw;
}
.top_slidBnr_Slider_box {
	width: 550px;
	min-width: 550px;
}
.top_slidBnr_Slider_box img {
	width: 550px;
}
.top_slidBnr_Slider_box a {
	display: block;
}
.top_slidBnr .slick-dots {
	position: absolute;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	bottom: -32px;
}
.top_slidBnr .slick-dots li {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.top_slidBnr .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	border-radius: 5px;
	cursor: pointer;
	color: transparent;
	border: 1px solid #B7B7B7;
	outline: none;
	background: #FFFFFF;
}
.top_slidBnr .slick-dots li.slick-active button {
	border: 1px solid #D70035;
	background: #D70035;
}
.top_slidBnr .slick-prev,.top_slidBnr .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2;
}
.top_slidBnr .slick-next {
	right: 40px;
}
.top_slidBnr .slick-prev {
	left: 40px;
}
.top_slidBnr .slick-next::before {
	content: "";
	display: block;
	background-image: url(https://www.caina-test.com/stst-test/wp-content/themes/stst/images/top/Next.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
}
.top_slidBnr .slick-prev::before {
	content: "";
	display: block;
	background-image: url(https://www.caina-test.com/stst-test/wp-content/themes/stst/images/top/Previous.png);
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: contain;
}
.top_sec_title {
	text-align: center;
	margin-bottom: 40px;
}
.top_sec_title_en {
	font-size: 38px;
	line-height: 46px;
	letter-spacing: 0.02em;
	color: #000000;
	text-transform: uppercase;
}
.top_sec_title_jp {
	font-size: 14px;
	color: #D70035;
	margin-top: -5px;
	letter-spacing: 0.12em;
	line-height: 1.5;
	font-weight: 500;
}
.top_newitem_title {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	margin-bottom: 15px;
	color: #333333;
	letter-spacing: 0.02em;
}
.top_tabCont .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
	position: relative;
	padding-top: 70px;
}
.top_tabCont_tab {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	top: 0;
}
.top_tabCont_tab li {
	background: #F5F5F5;
	width: 297px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin: 0 3px;
	border-radius: 4px 4px 0 0;
}
.top_tabCont_tab li a {
	color: #A0A0A0;
	font-size: 18px;
	line-height: 28px;
}
.top_tabCont_tab li.active {
	z-index: 2;
	border: 1px solid #BEBEBE;
	background: #FFFFFF;
	height: 71px;
	border-bottom: none;
}
.top_tabCont_tab li.active a {
	color: #D70035;
}
.top_tabCont_area {
	border-top: 1px solid #BEBEBE;
	position: relative;
	display: none;
	opacity: 0;
	background: #fff;
	min-height: 616px;
	padding: 50px 0 80px;
}
.top_tabCont_area.active {
	display: block;
	opacity: 1;
}
.top_tabCont_tab_sp {
	display: none;
}
#category .top_tabCont_area_list {
	display: flex;
	justify-content: center;
	padding: 0 34px;
}
#category .top_tabCont_area_list li {
	margin-right: 60px;
}
#category .top_tabCont_area_list li:nth-child(4){
	margin-right: 0;
}
#category .top_tabCont_area_list li > a span {
	font-size: 18px;
	font-weight: 500;
	line-height: 46px;
	display: flex;
}
#category .top_tabCont_area_list li > a span::before {
	content: "▶︎";
	display: block;
	color: #A0A0A0;
	font-size: 16px;
	margin-right: 7px;
}
#category .top_tabCont_category_box_child {
	margin-top: 15px;
}
#category .top_tabCont_category_box_child li {
	margin-right: 0;
	display: flex;
}
#category .top_tabCont_category_box_child li a {
	font-size: 16px;
	line-height: 32px;
	word-break: keep-all;
	text-decoration: underline;
	display: block;
}
#category .top_tabCont_category_box_child li::before {
	content: "▶︎";
	display: block;
	color: #D70035;
	font-size: 10px;
	margin-right: 10px;
	line-height: 32px;
}
#brand .top_tabCont_area_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#brand .top_tabCont_area_list li {
	width: calc(100% / 6 - calc(100vw / 1300 * 19));
	text-align: center;
}
#brand .top_tabCont_area_list li:nth-child(n+7) {
	margin-top: 40px;
}
.top_tabCont_brand_box a {
	display: block;
}
.top_tabCont_brand_text {
	font-size: 16px;
	line-height: 26px;
	margin-top: 10px;
}
.top_features {
	background: #F5F5F5;
	padding: 80px 0;
}
.top_features .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.top_features .archive_List {
	display: flex;
}
.top_features .archive_List li {
	width: calc(100% / 5 - calc(100vw / 1300 * 16));
	margin-right: calc(100vw / 1300 * 20);
}
.top_features .archive_List li:nth-child(5) {
	margin-right: 0;
}
.top_newitem {
	background: #F5EAED;
	padding: 80px 0;
}
.top_newitem .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
#newitem .FS2_Recommend2_newitemrecomend ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#newitem .FS2_Recommend2_newitemrecomend ul li {
	float: unset;
	width: calc(100% / 5 - calc(100vw / 1300 * 16));
	padding: 15px;
	margin: 0 0 40px;
	border: none;
	background: #ffffff;
}
#newitem .FS2_Recommend2_newitemrecomend ul li:nth-child(n+6) {
	margin: 0 0 0;
}
#newitem .FS2_Recommend2_newitemrecomend a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
#newitem .FS2_Recommend2_newitemrecomend ul li img {
	width: 100%;
	margin: 0;
}
#newitem .FS2_Recommend2_newitemrecomend p.itemName {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 10px;
}
#newitem .FS2_Recommend2_newitemrecomend .itemPrice {
	font-size: 18px;
	color: #D70035;
	display: block;
	float: unset;
	text-align: left;
	width: 100%;
	font-weight: normal;
	font-family: 'Arial';
	margin-top: auto;
}
.top_newitem .mens {
	margin-top: 100px;
}
.top_btn {
	margin: 60px auto 0;
}
.top_btn a {
	width: 400px;
	margin: 0 auto;
	display: block;
	background: #5F5F5F;
	padding: 17px 10px;
	border-radius: 30px;
	pointer-events: painted;
	transition: 0.3s ease-in-out;
	text-align: center;
	line-height: 28px;
}
.top_btn a span {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 28px;
}
.top_btn a:hover {
	background: #D70035;
}
.top_news {
	padding: 80px 0 120px;
}
.top_news .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.top_news .archive_List {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_news .archive_List li {
	width: calc(100% / 2 - calc(100vw / 1300 * 30));
	border-bottom: 1px solid #BEBEBE;
	padding-bottom: 30px;
}
.top_news .archive_List li:nth-child(1),.top_news .archive_List li:nth-child(2) {
	margin-bottom: 30px;
}
.top_news .archive_List li a {
	display: flex;
	justify-content: space-between;
}
.top_news .archive_List .text {
	width: 62.07%;
}
.top_news .archive_List .title p {
	font-weight: normal;
}
.top_news .archive_List .data p {
	font-size: 16px;
	line-height: 46px;
}
.top_news .archive_List .image {
	height: 180px;
	width: 180px;
}
.top_campaign {
	padding: 0 0 120px;
}
.top_campaign .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.top_campaign ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_campaign ul li[data-img="01"] {
	width: calc(100% / 2 - calc(100vw / 1300 * 4));
}
.top_campaign ul li[data-img="02"] {
	width: calc(100% / 3 - calc(100vw / 1300 * 5));
	margin-top: 8px;
}
.top_campaign ul li img {
	width: 100%;
}
.top_pickup {
	padding: 0 0 80px;
}
.top_pickup .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.top_pickup_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_pickup_list li.top_pickup_list_box:nth-child(1),.top_pickup_list li.top_pickup_list_box:nth-child(2) {
	margin-bottom: 85px;
}
.top_pickup_list_box {
	width: calc(100% / 2 - calc(100vw / 1300 * 30));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.top_pickup_list_box_title {
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 20px;
}
.top_pickup_list_box_title img {
	width: 13.32%;
	max-width: 77px;
	margin-top: 7px;
}
.top_pickup_list_box_title p {
	width: 83.04%;
	font-size: 22px;
	line-height: 34px;
}
.FS2_Recommend2_pickuprecomend ul {
	display: flex;
	justify-content: space-between;
}
.FS2_Recommend2_pickuprecomend ul li {
	width: calc(100% / 3 - calc(100vw / 1300 * 14));
	margin-right: calc(100vw / 1300 * 20);
}
.FS2_Recommend2_pickuprecomend ul li:last-child {
	margin-right: 0;
}
.FS2_Recommend2_pickuprecomend ul li a {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.FS2_Recommend2_pickuprecomend ul li a .itemImg {
	overflow: hidden;
	width: calc(100vw / 1300 * 180);
	max-width: 100%;
}
.FS2_Recommend2_pickuprecomend ul li a .itemImg img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.FS2_Recommend2_pickuprecomend ul li a .itemName {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-top: 15px;
}
.FS2_Recommend2_pickuprecomend ul li a .itemPrice {
	color: #D70035;
	font-size: 18px;
	line-height: 46px;
	margin-top: auto;
	font-family: 'Arial';
}
.top_inst {
	padding: 80px 0;
	background: #F5F5F5;
}
.top_inst .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.top_inst .top_sec_title_en {
	display: flex;
	justify-content: center;
	align-items: center;
}
.top_inst .top_sec_title_en span {
	display: inline-block;
	margin-right: 15px;
	align-items: center;
	margin-bottom: 5px;
}
.top_inst .top_sec_title_en span img {
	vertical-align: middle;
}
.top_shop {
	padding: 80px 0 0;
}
.top_shop .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
.top_shop .shop_cont_box_Text {
	width: 52.46%;
}
.top_shop .shop_cont_box_Text img {
	width: 353px;
}
.top_shop .shop_cont_box_Text h3 {
	margin: 30px 0;
	font-size: 22px;
	line-height: 36px;
}
.top_shop .shop_cont_box_Img {
	width: 42.62%;
	margin-top: 40px;
}
.top_shop .shop_cont_box_Img .shop_bottom_box01_text01 {
	margin-top: 20px;
}
.page_sec[data-page="recruit"] .inner {
	max-width: 1080px;
	position: relative;
}
.recruit_sec02 .buyer_sec02_text {
	width: 100%;
}
.recruit_sec03 .buyer_sec03_list li[data-type="01"] {
	width: 100%;
	padding: 80px 20px 88px;
	margin-bottom: 100px;
}
.buyer_sec03_title02 p {
	text-transform: uppercase;
}
.recruit_sec03 .buyer_sec03_title01 p {
	margin: 0 35px;
}
.recruit_sec03 .buyer_sec03_img {
	width: 96%;
}
.recruit_sec03_list_title {
	width: 100%;
	margin: 20px 0;
}
.recruit_sec03_list_title h3 {
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #000000;
}
.recruit_sec03_hukidasi {
	background: #D70035;
	display: inline-block;
	color: #FFFFFF;
	border-radius: 8px;
	padding: 8px 18px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	position: relative;
}
.recruit_sec03_hukidasi::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/page/recruit_arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	width: 16px;
	height: 18px;
}
.recruit_sec04_inner {
	max-width: 1080px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 80px auto;
}
.recruit_sec04_list {
	margin: 20px 23px 80px;
	display: flex;
	flex-wrap: wrap;
}
.recruit_sec04_list li {
	font-size: 22px;
	line-height: 48px;
	font-weight: bold;
	display: flex;
}
.recruit_sec04_list li:nth-child(odd){
	width: 550px;
	margin-right: 6%;
}
.recruit_sec04_list li:nth-child(even){
	width: 380px;
}
.recruit_sec04_list li::before {
	content: "▶︎";
	display: block;
	color: #D70035;
	font-size: 15px;
	margin-right: 6px;
}
.recruit_sec04 h4 {
	font-size: 22px;
	border-bottom: 3px solid #D70035;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
.recruit_table {
	width: 100%;
}
.recruit_table tr {
	border-top: 1px solid #BEBEBE;
	border-bottom: 1px solid #BEBEBE;
}
.recruit_table th {
	background: #F5F5F5;
	padding: 20px 30px;
	text-align: left;
	font-weight: normal;
	width: 20.37%;
}
.recruit_table td {
	padding: 20px 30px;
}
.recruit_contact {
	background: #F5F5F5;
	margin-top: 80px;
}
.recruit_contact_inner {
	padding: 40px;
	text-align: center;
}
.recruit_contact_text01 {
	font-size: 28px;
	font-weight: bold;
	color: #D70035;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
.recruit_contact_text02 {
	font-size: 16px;
	line-height: 32px;
}
.recruit_contact_tel {
	display: block;
	font-size: 66px;
	font-weight: bold;
	line-height: 1.5;
}
.recruit_contact_text03 {
	font-size: 20px;
	margin-top: 10px;
}
.recruit_contact .top_btn {
	margin: 20px auto 0;
}
.post_sale_btn {
	display: flex;
	justify-content: center;
	max-width: 800px;
}
.post_sale_btn a {
	background: #D70035;
	display: block;
	width: 48.75%;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	padding: 22px 10px;
	border: 1px solid #D70035;
	border-radius: 5px;
	line-height: 25px;
	margin: 0 10px;
}
.post_sale_btn a:hover {
	background: #FFFFFF;
	color: #D70035;
}
.single_box img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.single_box img + p {
	margin-top: 60px;
}
.single_box p + img {
	margin-top: 40px;
}
.single_box p strong {
	background: linear-gradient(to top, #FFFF00 40%, #fff 40%);
	font-size: 18px;
	line-height: 28px;
}
.page_cat_title[data-page="member"] .inner {
	max-width: 1080px;
	width: 100%;
}
.tokuten_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1080px;
	margin: 90px auto 120px;
}
.tokuten_list li {
	width: 27.78%;
	margin-right: 8%;
}
.tokuten_list li:nth-child(3n){
	margin-right: 0;
}
.tokuten_list li:nth-child(4),.tokuten_list li:nth-child(5),.tokuten_list li:nth-child(6){
	margin-top: 80px;
}
.tokuten_list li:nth-child(7){
	margin-top: 80px;
	margin-right: 0;
}
.tokuten_list_num {
	font-family: 'Aldrich';
	text-align: center;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 0.02em;
	position: relative;
}
.tokuten_list_num p {
	background: #FFFFFF;
	padding: 0 10px;
	margin: 0 auto;
}
.tokuten_list_num span {
	color: #D70035;
}
.tokuten_list_num::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #BEBEBE;
	position: absolute;
	z-index: -1;
	left: 0;
}
.tokuten_list h2 {
	margin: 20px auto 27px;
	font-size: 18px;
	text-align: center;
	line-height: 28px;
	background:linear-gradient(transparent 60%, #ff6 60%);
}
.tokuten_list h2 span {
	font-size: 28px;
}
.tokuten_list .tokuten_list_text {
	font-size: 16px;
	line-height: 28px;
}
.tokuten_bottom_text {
	background: #F5F5F5;
	text-align: center;
	padding: 7px;
	font-size: 14px;
	line-height: 32px;
	max-width: 1080px;
	margin: 0 auto 100px;
}
[data-page="member"] .top_btn a {
	background: #FFFF00;
}
[data-page="member"] .top_btn a span {
	color: #000000;
}
[data-page="member"] .top_btn a:hover {
	background: #D70035;
}
[data-page="member"] .top_btn a:hover span {
	color: #FFFFFF;
}

#use .top_tabCont_area_list {
	display: flex;
	flex-wrap: wrap;
	max-width: 912px;
	margin: 50px auto 100px;
	justify-content: space-between;
}
.top_tabCont_color_box {
	width: calc(100% / 8);
}
.top_tabCont_color_box:nth-child(n+9) {
	margin-top: 40px;
}
.top_tabCont_color_box a {
	display: block;
	text-align: center;
}
.top_tabCont_color_box a span {
	background: #000000;
	border: 1px solid #E0E0E0;
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	margin: 0 auto 7px;
}
.top_tabCont_color_box a span.color01 {
	background: #000000;
}
.top_tabCont_color_box a span.color02 {
	background: #A9A9A9;
}
.top_tabCont_color_box a span.color03 {
	background: #FFFFFF;
}
.top_tabCont_color_box a span.color04 {
	background: #8B4513;
}
.top_tabCont_color_box a span.color05 {
	background: #F5DEB3;
}
.top_tabCont_color_box a span.color06 {
	background: #918D40;
}
.top_tabCont_color_box a span.color07 {
	background: #228B22;
}
.top_tabCont_color_box a span.color08 {
	background: #2254E8;
}
.top_tabCont_color_box a span.color09 {
	background: #000080;
}
.top_tabCont_color_box a span.color10 {
	background: #800080;
}
.top_tabCont_color_box a span.color11 {
	background: #DC143C;
}
.top_tabCont_color_box a span.color12 {
	background: #F0479C;
}
.top_tabCont_color_box a span.color13 {
	background: #FFA500;
}
.top_tabCont_color_box a span.color14 {
	background: #FFEB00;
}
.top_tabCont_color_box a span.color15 {
	background: #CC9818;
}
.top_tabCont_color_box a span.color16 {
	background: #C0C0C0;
}
.top_tabCont_color_box a p {
	text-decoration: underline;
	font-size: 16px;
	line-height: 32px;
	transition: .3s;
}
.top_tabCont_color_box a:hover {
	opacity: .6;
}
.header-add-user {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 15px auto 0;
}
.header-add-user p.FS2_repeater {
	font-size: 14px;
	text-align: right;
	letter-spacing: 0.04em;
	line-height: 24px;
}
.header-add-user p.FS2_repeater span {
	color: #D70035;
}

/*----------------------------------------------------
ヘッダーブレイクポイント
----------------------------------------------------*/
@media print, (max-width: 1199px){
	.header .header-center_box01 {
		justify-content: flex-end;
	}
	.header-center_box01 .header-center_box01_search {
		display: none;
	}
	.header-center_box01 .header-center_box01_btns ul li .active {
		display: block;
	}
	.header-center_box01 .header-center_box01_btns ul li .normal {
		display: none;
	}
	.header-center_box02 ul li a {
		font-size: 13px;
	}
	#gnav > ul > li > a {
		font-size: 16px;
	}
	#gnav .dropdown ul li {
		width: calc(100% / 3);
	}
	.buyer_sec01 {
		right: calc(100vw / 1300 * -30);
		top: calc(100vw / 1200 * 250);
	}
	.buyer_sec01_text01 {
		font-size: 24px;
		line-height: 38px;
	}
	.buyer_sec01_text02 {
		font-size: 20px;
		line-height: 36px;
	}
}

/*----------------------------------------------------
PCのみ
----------------------------------------------------*/
@media print, (min-width: 835px){
	.pc-hidden {
		display: none !important;
	}
	.header.active .header-sec02,.header.active .header-center_box01_search {
		display: none;
	}
	.header.active .logo {
		width: calc(100vw / 1300 * 120);
		max-width: 120px;
	}
	.header.active .header-center {
		margin: 0;
		padding: 15px 0 15px;
		width: calc(100vw / 1300 * 890);
		max-width: 1090px;
	}
	.header.active .header-center_inner {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header.active .header-center_box02 {
		order: 1;
	}
	.header.active .header-center_box01 {
		order: 2;
	}
	.header.active #gnav > ul > li {
		min-height: 65px;
	}
	.header.active .header-right {
		padding: 8px 10px;
		margin: 17px 0 12px;
		height: 100%;
		width: calc(100vw / 1300 * 140);
		max-width: 140px;
		text-align: center;
		border-radius: 28px;
	}
	.header.active .header-center_box02 ul {
		margin-top: 0;
	}
	.single-voice .singleConts p {
		text-align: center;
	}
	.header-sec02 a {
		display: block;
		position: relative;
	}
	.header-sec02 a::before {
		content: "";
		display: block;
		position: absolute;
		width: 100vw;
		height: 100%;
		background-color: #FFFFFF;
		top: 0;
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		z-index: -1;
	}
	.header-sec02 a.bnr-member::before {
		background-color: #D70035;
	}
	.header-sec02 a.bnr-line::before {
		background-color: #FFFCD9;
	}
	.header-sec02 a.bnr-info::before {
		background-color: #E2E2E2;
	}
}
/*----------------------------------------------------
SP
----------------------------------------------------*/
@media print, (max-width: 834px){
	[data-page="wp"] main {
		/* ▼20251120 修正 */
		/* margin-top: calc(100vw / 750 * 580); */
		margin-top: calc(100vw / 700 * 580);
		/* ▲20251120 修正 */
	}
	header {
		position: fixed;
		top: 0%;
		left: 0%;
		width: 100%;
		background-color: #FFFFFF;
		z-index: 11;
	}
	.header .header-sec01 {
		flex-wrap: wrap;
		width: 100%;
		position: relative;
	}
	.header-center {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.header .logo {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: absolute;
		padding: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 25);
		pointer-events: auto;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
	}
	.header .logo a {
		display: flex;
		margin: 0;
	}
	.header .logo a img {
		width: calc(100vw / 750 * 197);
		height: 100%;
		margin: 0;
	}
	.header .header-center_box01 {
		justify-content: space-between;
		width: calc(100% - calc(100vw / 750 * 60));
		margin: 0 auto;
		padding: calc(100vw / 750 * 30) 0;
	}
	.header-center_box01 .header-center_box01_btns ul {
		margin-left: 0;
	}
	.header-center_box01 .header-center_box01_btns ul li {
		margin: 0 calc(100vw / 750 * 15);
	}
	.header-center_box01 .header-center_box01_btns ul li img {
		height: calc(100vw / 750 * 45);
	}
	.headerMenu a {
		display: flex;
	}
	.headerMenu a img {
		width: calc(100vw / 750 * 56);
	}
	.header-center_box02 ul {
		background: #333333;
		margin-top: 0;
		padding: calc(100vw / 750 * 18) 0;
	}
	.header-center_box02 ul li {
		margin: 0;
		width: calc(100vw / 750 * 150);
		text-align: center;
	}
	.header-center_box02 ul li a {
		font-size: calc(100vw / 750 * 22);
		line-height: calc(100vw / 750 * 24);
		color: #FFF;
	}
	#sp_menu {
		width: 100%;
		height: 100%;
		background: rgba(51, 51, 51, 0.7);
		position: fixed;
		-webkit-overflow-scrolling: touch;
		left: 0;
		top: 0;
		z-index: 12;
		-webkit-transform: translateX(-100vh);
		transform: translateX(-100vh);
		transition: all 0.5s ease;
	}
	#sp_menu.open {
		-webkit-transform: translateX(0vh);
		transform: translateX(0vh);
	}
	#sp_menu .inner {
		background: #333333;
		width: calc(100vw / 750 * 530);
		height: 100%;
		padding: calc(100vw / 750 * 25) calc(100vw / 750 * 30);
		overflow-y: scroll;
	}
	#sp_menu .logo {
		margin-bottom: calc(100vw / 750 * 40);
		border-bottom: 1px solid #5F5F5F;
		padding-bottom: calc(100vw / 750 * 20);
	}
	#sp_menu .logo img {
		width: calc(100vw / 750 * 198);
	}
	#sp_menu ul {
		border-bottom: 1px solid #5F5F5F;
	}
	#sp_menu ul:last-of-type {
		border-bottom: none;
	}
	#sp_menu ul li {
		margin: calc(100vw / 750 * 28) calc(100vw / 750 * 10);
	}
	#sp_menu ul li a {
		color: #FFFFFF;
		font-size: calc(100vw / 750 * 30);
		line-height: 2.5;
	}
	#sp_menu ul li a.current {
		color: #FFFF00;
	}
	#sp_menu ul li a span {
		display: inline-block;
		margin-right: calc(100vw / 750 * 15);
		line-height: 1.4;
	}
	#sp_menu ul li a span img {
		width: calc(100vw / 750 * 36);
	}
	#sp_menu .close {
		position: absolute;
		right: calc(100vw / 750 * 35);
		top: calc(100vw / 750 * 40);
	}
	#sp_menu .close img {
		width: calc(100vw / 750 * 35);
	}
	#gnav > ul {
		padding: 0;
		width: calc(100% - calc(100vw / 750 * 80));
	}
	#gnav > ul > li {
		justify-content: center;
		width: unset;
		max-width: unset;
		min-height: calc(100vw / 750 * 90);
	}
	#gnav > ul > li > a {
		padding-bottom: 0;
		border-bottom: none;
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 30);
	}
	#gnav > ul > li > a::after {
		content: none;
	}
	#gnav > ul > li > a:hover {
		border-bottom: none;
	}
	.header.active .header-sec02,.header.active .header-sec03 {
		display: none;
	}

	.bottom_bnrs_btn a {
		background: #D70035;
		border-radius: calc(100vw / 750 * 10);
		margin: calc(100vw / 750 * 80) auto calc(100vw / 750 * 40);
		padding: calc(100vw / 750 * 30);
		font-size: calc(100vw / 750 * 30);
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: calc(100vw / 750 * 36);
	}
	.bottom_bnrs_btn a span {
		display: flex;
		width: calc(100vw / 750 * 114);
		flex-direction: column;
		margin-right: calc(100vw / 750 * 10);
	}
	.bottom_bnrs_btn a span img {
		margin: 0;
	}
	.bottom_bnrs {
		margin: calc(100vw / 750 * 80) auto calc(100vw / 750 * 80);
	}
	.bottom_bnrs .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.bottom_bnrs img {
		margin-bottom: calc(100vw / 750 * 40);
		width: 100%;
	}
	footer {
		padding: calc(100vw / 750 * 70) 0 0;
	}
	footer .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	footer .logo {
		width: calc(100vw / 750 * 272);
		margin-bottom: calc(100vw / 750 * 60);
	}
	.footer_sp_list {
		background: #F5F5F5;
	}
	.footer_list li {
	}
	.footer_list li a {
		display: block;
		border-bottom: 1px solid #BEBEBE;
		font-size: calc(100vw / 750 * 28);
		line-height: calc(100vw / 750 * 42);
		padding: calc(100vw / 750 * 30) 0;
		width: calc(100% - calc(100vw / 750 * 60));
		margin: 0 auto;
		position: relative;
	}
	.footer_list li a.open_list::before {
		content: '';
		height: calc(100vw / 750 * 27);
		width: calc(100vw / 750 * 5);
		background: #A0A0A0;
		position: absolute;
		top: 50%;
		right: calc(100vw / 750 * 50);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	}
	.footer_list li a.open_list.open::before {
		content: none;
	}
	.footer_list li a.open_list::after {
		content: '';
		width: calc(100vw / 750 * 27);
		height: calc(100vw / 750 * 5);
		background: #A0A0A0;
		position: absolute;
		top: 50%;
		right: calc(100vw / 750 * 39);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.footer_list li ul.child {
		background: #BEBEBE60;
	}
	.footer_list li ul.child a {
		width: calc(100% - calc(100vw / 750 * 60));
		border-bottom: none;
	}
	footer .footer_sns {
		margin-bottom: calc(100vw / 750 * 40);
	}
	footer .footer_sns li {
		margin: 0 calc(100vw / 750 * 15);
	}
	footer .footer_sns li img {
		width: calc(100vw / 750 * 46);
		height: auto;
	}
	footer .copyright p {
		font-size: calc(100vw / 750 * 20);
		padding: calc(100vw / 750 * 15) 0;
		line-height: calc(100vw / 750 * 24);
	}
	#pageTop {
		bottom: calc(100vw / 750 * 60);
		right: calc(100vw / 750 * 20);
	}
	#pageTop img {
		width: calc(100vw / 750 * 78);
	}

	#bread_clumnb .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	#bread_clumnb .breadcrumbs {
		font-size: calc(100vw / 750 * 22);
		line-height: calc(100vw / 750 * 34);
	}
	.archive_h1_title .inner {
		width: calc(100% - calc(100vw / 750 * 60));
		margin: calc(100vw / 750 * 60) auto calc(100vw / 750 * 80);
	}
	.archive_h1_title .h1_en {
		font-size: calc(100vw / 750 * 48);
		line-height: calc(100vw / 750 * 56);
	}
	.archive_h1_title .h1_jp {
		font-size: calc(100vw / 750 * 22);
		line-height: 2;
	}
	.archive_box .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.archive_List ul li {
		width: calc(100% / 2 - calc(100vw / 750 * 10));
		margin-right: calc(100vw / 750 * 20);
		margin-bottom: calc(100vw / 750 * 80);
	}
	.archive_List ul li:nth-child(5n) {
		margin-right: calc(100vw / 750 * 20);
	}
	.archive_List ul li:nth-child(2n) {
		margin-right: 0;
	}
	.archive_List .image {
		height: calc(100vw / 750 * 335);
		width: calc(100vw / 750 * 335);
	}
	.archive_List .title {
		margin: calc(100vw / 750 * 20) 0 calc(100vw / 750 * 10);
	}
	.archive_List .title p {
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 36);
	}
	.archive_List .data p {
		font-size: calc(100vw / 750 * 22);
		line-height: calc(100vw / 750 * 46);
	}
	.wp-pagenavi span, .wp-pagenavi a {
		width: calc(100vw / 750 * 83);
		height: calc(100vw / 750 * 83);
		margin: 0 calc(100vw / 750 * 16);
		font-size: calc(100vw / 750 * 28);
		line-height: calc(100vw / 750 * 45);
	}
	.campaign .archive_box .inner {
		width: calc(100% - calc(100vw / 750 * 140));
	}
	.campaign .archive_List ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: calc(100vw / 750 * 80);
	}
	.campaign .archive_List .title {
		margin: calc(100vw / 750 * 20) 0;
	}
	.campaign .archive_List .title p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 38);
	}
	.campaign .archive_List .data p {
		font-size: calc(100vw / 750 * 26);
	}
	.campaign .archive_List .data::after {
		font-size: calc(100vw / 750 * 24);
	}
	.single_cat_title {
		margin-top: calc(100vw / 750 * 60);
		margin-bottom: calc(100vw / 750 * 60);
	}
	.single_cat_title .inner {
		width: 100%;
		padding: calc(100vw / 750 * 20) calc(100vw / 750 * 30);
	}
	.single_cat_title .title_en {
		font-size: calc(100vw / 750 * 36);
		line-height: calc(100vw / 750 * 54);
		margin-right: calc(100vw / 750 * 30);
	}
	.single_cat_title .title_jp {
		font-size: calc(100vw / 750 * 22);
		line-height: 2;
	}
	.single_box .inner {
		width: calc(100% - calc(100vw / 750 * 100));
	}
	.single_box_head {
		margin-bottom: calc(100vw / 750 * 20);
	}
	.single_box_head h1 {
		text-align: left;
		font-size: calc(100vw / 750 * 34);
		font-weight: 500;
		margin-bottom: calc(100vw / 750 * 20);
		line-height: calc(100vw / 750 * 52);
	}
	.single_box_head .date p {
		font-size: calc(100vw / 750 * 24);
	}
	.singleCatch {
		width: 100%;
		margin: 0 auto calc(100vw / 750 * 60);
	}
	.single[data-cont="voice"] .singleCatch {
		margin-bottom: 0;
	}
	.singleConts p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 46);
	}
	.singleConts strong {
		font-size: calc(100vw / 750 * 28);
		line-height: calc(100vw / 750 * 44);
		font-weight: 500;
	}
	.singleConts p + p {
		margin-top: calc(100vw / 750 * 60);
	}
	.recommend_sec {
		margin: calc(100vw / 750 * 80) auto;
	}
	.recommend_sec_inner {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: calc(100vw / 750 * 40);
		margin-bottom: 0;
	}
	.recommend_sec_title p {
		font-size: calc(100vw / 750 * 34);
		line-height: calc(100vw / 750 * 46);
	}
	.recommend_sec_inner_box {
		width: calc(100% / 2 - calc(100vw / 750 * 15));
		margin-right: 0;
		margin-bottom: calc(100vw / 750 * 60);
	}
	.recommend_sec p.recommend_sec_inner_box_text01 {
		margin-top: calc(100vw / 750 * 20);
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 36);
	}
	.recommend_sec p.recommend_sec_inner_box_text02 {
		margin-top: calc(100vw / 750 * 11);
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 36);
	}
	.singleConts h2 {
		font-size: calc(100vw / 750 * 30);
		line-height: calc(100vw / 750 * 72);
		margin: calc(100vw / 750 * 60) auto calc(100vw / 750 * 50);
	}
	.singleConts h3 {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 40);
		padding: calc(100vw / 750 * 12) calc(100vw / 750 * 20);
		margin: calc(100vw / 750 * 50) auto calc(100vw / 750 * 40);
	}
	.singleConts h4 {
		font-size: calc(100vw / 750 * 26);
		margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 20);
		line-height: calc(100vw / 750 * 40);
	}
	.singleConts h5 {
		font-size: calc(100vw / 750 * 26);
		margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 20);
		line-height: calc(100vw / 750 * 40);
	}
	.singleConts ul, .singleConts ol {
		margin: calc(100vw / 750 * 40) auto;
	}
	.singleConts ul li, .singleConts ol li {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 44);
		margin: calc(100vw / 750 * 15) 0;
	}
	.singleConts ul li::before {
		font-size: calc(100vw / 750 * 16);
		margin-right: calc(100vw / 750 * 10);
	}
	.singleConts ol li {
		margin-left: calc(100vw / 750 * 30);
		padding-left: calc(100vw / 750 * 5);
	}
	.single_box #pager {
		padding-top: calc(100vw / 750 * 60);
		margin-top: calc(100vw / 750 * 100);
	}
	.single_box #pager .inner {
		width: calc(100% - calc(100vw / 750 * 40));
	}
	.single_box #pager a {
		font-size: calc(100vw / 750 * 26);
	}
	.single_box #pager .prev .link_obj {
		line-height: calc(100vw / 750 * 13);
		width: calc(100vw / 750 * 13);
		margin: 0 calc(100vw / 750 * 17) 0 0;
		padding: calc(100vw / 750 * 2) 0 0;
	}
	.single_box #pager .next .link_obj {
		line-height: calc(100vw / 750 * 13);
		width: calc(100vw / 750 * 13);
		margin: 0 0 0 calc(100vw / 750 * 17);
		padding: calc(100vw / 750 * 2) 0 0;
	}
	.single_box #pager .prev .link_obj img,.single_box #pager .next .link_obj {
		width: calc(100vw / 750 * 13);
	}
	.single[data-cont="voice"] .singleCatch {
		max-width: calc(100vw / 750 * 350);
	}
	.voice-old {
		margin: calc(100vw / 750 * 15) auto calc(100vw / 750 * 60);
	}
	.voice-old p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 40);
		text-align: center;
	}
	.related_archive {
		margin-top: calc(100vw / 750 * 80);
		padding: calc(100vw / 750 * 60) 0;
	}
	.related_archive .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.related_archive_title {
		margin-bottom: calc(100vw / 750 * 40);
		font-size: calc(100vw / 750 * 30);
		line-height: calc(100vw / 750 * 36);
		letter-spacing: 0.06em;
		font-weight: normal;
	}
	.archive_List ul {
		justify-content: space-between;
	}
	.related_archive .archive_List ul li {
		width: calc(100% / 2 - calc(100vw / 750 * 10));
		margin-right: 0;
		margin-bottom: calc(100vw / 750 * 50);
	}
	.related_archive .archive_List ul li:nth-child(n+3) {
		margin-bottom: 0;
	}

	.page_cat_title {
		margin: calc(100vw / 750 * 80) auto calc(100vw / 750 * 60);
	}
	.page_cat_title .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.page_cat_title h1 {
		font-size: calc(100vw / 750 * 48);
		line-height: calc(100vw / 750 * 56);
	}
	.page_sec .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.boxContact table {
		width: 100%;
		table-layout: fixed;
		box-sizing: border-box;
	}
	.boxContact table tr {
		border-top: none;
	}
	.boxContact table th {
		font-weight: bold;
		padding: calc(100vw / 750 * 10) calc(100vw / 750 * 20);
		line-height: calc(100vw / 750 * 60);
		width: 100%;
		display: block;
	}
	.boxContact table th div {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.boxContact table th p {
		font-size: calc(100vw / 750 * 26);
	}
	.boxContact table th span {
		padding: calc(100vw / 750 * 5) calc(100vw / 750 * 15);
		font-size: calc(100vw / 750 * 20);
		line-height: calc(100vw / 750 * 30);
	}
	.boxContact table td {
		padding: calc(100vw / 750 * 20) 0;
	}
	.formQ01 input {
		width: 90%;
		min-height: calc(100vw / 750 * 60);
	}
	.formQ02 input,.formQ03 input {
		width: 100%;
		min-height: calc(100vw / 750 * 60);
	}
	.formQ04 textarea {
		width: 100%;
		min-height: calc(100vw / 750 * 300);
	}
	tr.formQ04 {
		border-bottom: none;
	}
	.contact_top_text {
		margin: calc(100vw / 750 * 60) auto calc(100vw / 750 * 60);
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 48);
	}
	.check_btn input,.check_btn a {
		width: calc(100vw / 750 * 690);
		margin: calc(100vw / 750 * 80) auto calc(100vw / 750 * 120);
		font-size: calc(100vw / 750 * 26);
		padding: calc(100vw / 750 * 30) 0;
		border-radius: calc(100vw / 750 * 50);
	}
	.check_btn a {
		line-height: calc(100vw / 750 * 36);
	}
	[data-page="check"] .boxContact table tr {
		border-top: none;
		border-bottom: 1px solid #BEBEBE;
	}
	[data-page="check"] .boxContact table th {
		padding: calc(100vw / 750 * 40) calc(100vw / 750 * 20) 0;
	}
	[data-page="check"] .boxContact table td {
		border-top: none;
		padding: calc(100vw / 750 * 20) calc(100vw / 750 * 20);
	}
	[data-page="check"] .boxContact table td div {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 40);
	}
	[data-page="check"] .boxContact table tr.formQ04 {
		border-bottom: none;
	}
	[data-page="check"] .formQ04 td {
		border-bottom: none;
	}

	.page_sec[data-page="sitemap"] .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.sitemap_list {
		margin-top: calc(100vw / 750 * 120);
	}
	.sitemap_list[data-col="1"] {
		width: 100%;
	}
	.sitemap_list[data-col="2"] {
		width: 46.3%;
	}
	.sitemap_box {
		margin-bottom: 40px;
	}
	.sitemap_decoImg img {
		width: calc(100vw / 750 * 18);
	}
	.sitemap_text {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		padding-bottom: 10px;
		border-bottom: 3px solid #D70035;
	}
	.sitemap_text p {
		font-size: calc(100vw / 750 * 28);
		line-height: calc(100vw / 750 * 52);
		width: calc(100% - calc(100vw / 750 * 20));
	}
	.sitemap_list_child_box {
		width: 100%;
		margin-top: calc(100vw / 750 * 40);
	}
	.sitemap_list_child_box > .sitemap_text {
		padding: calc(100vw / 750 * 10) calc(100vw / 750 * 20);
	}
	.sitemap_list_child_box > .sitemap_text p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 40);
	}
	.sitemap_list_grandchild {
		margin-top: calc(100vw / 750 * 20);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	[data-num="15"] .sitemap_list_grandchild {
		margin-top: 0;
	}
	[data-num="15"] .sitemap_list_child_box {
		width: 100%;
	}
	.sitemap_list_grandchild_box {
		margin: calc(100vw / 750 * 10) 0;
		width: 54%;
	}
	.sitemap_list_grandchild_box:nth-child(2n){
		width: 40%;
	}
	[data-num="15"] .sitemap_list_grandchild_box {
		width: 100%;
	}
	.sitemap_list_grandchild_box .sitemap_text p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 60);
		margin-left: calc(100vw / 750 * 10);
		width: calc(100% - calc(100vw / 750 * 15));
	}
	.sitemap_list_grandchild_box .sitemap_text img {
		width: calc(100vw / 750 * 10);
	}
	.sitemap_box[data-num="15"]{
		width: 100%;
	}
	.sitemap_box[data-num="13"]{
		order: 16;
	}
	.sitemap_box[data-num="14"]{
		order: 15;
	}
	.sitemap_box[data-num="16"]{
		order: 14;
	}
	.follow_box {
		margin: calc(100vw / 750 * 100) auto calc(100vw / 750 * 100);
	}
	.follow_box_title {
		margin-bottom: calc(100vw / 750 * 57);
	}
	.follow_box_title p {
		font-size: calc(100vw / 750 * 36);
		line-height: calc(100vw / 750 * 64);
		margin: 0 calc(100vw / 750 * 46);
	}
	.follow_box_title span img {
		width: calc(100vw / 750 * 32);
	}
	.follow_box_list a {
		margin: 0 calc(100vw / 750 * 42);
	}

	.page_sec[data-page="shop"] .inner {
		width: unset;
	}
	.shop_title {
		width: calc(100% - calc(100vw / 750 * 100));
		margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 40);
		align-items: flex-end;
	}
	.shop_title h2 {
		margin: 0 calc(100vw / 750 * 15);
		font-size: calc(100vw / 750 * 34);
		line-height: calc(100vw / 750 * 58);
		text-align: center;
	}
	.shop_title h2 span.dot::before {
		font-size: calc(100vw / 750 * 28);
	}
	.shop_title span img {
		width: calc(100vw / 750 * 22);
	}
	.shop_topText {
		width: calc(100% - calc(100vw / 750 * 100));
		text-align: left;
		margin: 0 auto calc(100vw / 750 * 80);
	}
	.shop_topText p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 46);
	}
	.shop_topText p + p {
		margin-top: calc(100vw / 750 * 36);
	}
	.shop_cont_title {
		width: calc(100% - calc(100vw / 750 * 100));
		text-align: center;
		margin: 0 auto calc(100vw / 750 * 40);
	}
	.shop_cont_title figure {
		width: calc(100vw / 750 * 422);
		margin: 0 auto;
	}
	.shop_cont_title h3 {
		margin-top: calc(100vw / 750 * 5);
		font-size: calc(100vw / 750 * 32);
		line-height: calc(100vw / 750 * 52);
		font-weight: 500;
	}
	.shop_cont_box {
		width: calc(100% - calc(100vw / 750 * 100));
		margin: 0 auto calc(100vw / 750 * 40);
		flex-wrap: wrap;
	}
	.shop_cont_box_Text {
		width: 100%;
		margin-bottom: calc(100vw / 750 * 40);
	}
	.shop_cont_box_Text p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 46);
	}
	.shop_cont_box_Text p + p {
		margin-top: calc(100vw / 750 * 36);
	}
	.shop_cont_box_Img {
		width: 100%;
	}
	[data-num="02"] .shop_cont_box_Text {
		order: 1;
	}
	[data-num="02"] .shop_cont_box_Img {
		order: 2;
	}
	.shop_bottom_box {
		width: calc(100% - calc(100vw / 750 * 100));
		padding: calc(100vw / 750 * 30) calc(100vw / 750 * 40);
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.shop_bottom_box01 {
		width: 100%;
		text-align: center;
	}
	.shop_bottom_box01_text01 {
		font-size: calc(100vw / 750 * 32);
		line-height: calc(100vw / 750 * 52);
		margin-bottom: calc(100vw / 750 * 5);
	}
	.shop_bottom_box01_text02 {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 40);
	}
	.shop_bottom_box02 {
		width: 100%;
		padding: calc(100vw / 750 * 19) calc(100vw / 750 * 20);
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: calc(100vw / 750 * 20);
	}
	.shop_bottom_box02_text01 {
		text-align: center;
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 40);
		width: 100%;
	}
	.shop_bottom_box02_text02 {
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 38);
		width: 100%;
	}

	.page_sec[data-page="buyer"] .inner {
		width: 100%;
	}
	.buyer_sec01 {
		right: unset;
		top: unset;
		width: calc(100vw / 750 * 650);
		transform: unset;
		position: relative;
		margin: calc(100vw / 750 * -194) auto 0;
		z-index: 2;
	}
	.buyer_sec01_inner {
		padding: calc(100vw / 750 * 50) calc(100vw / 750 * 40);
	}
	.buyer_sec01_text01 {
		font-size: calc(100vw / 750 * 34);
		line-height: calc(100vw / 750 * 52);
	}
	.buyer_sec01_text01::after {
		width: calc(100vw / 750 * 28);
		height: calc(100vw / 750 * 2);
		margin: calc(100vw / 750 * 30) 0 calc(100vw / 750 * 25);
	}
	.buyer_sec01_text02 {
		font-size: calc(100vw / 750 * 30);
		line-height: calc(100vw / 750 * 52);
	}
	.buyer_sec01_img {
		top: calc(100vw / 750 * 40);
		right: calc(100vw / 750 * 40);
		width: calc(100vw / 750 * 112);
	}
	.buyer_sec02 {
		margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 80);
	}
	.buyer_sec02_inner {
		flex-wrap: wrap;
		width: calc(100% - calc(100vw / 750 * 40));
		margin: 0 auto;
	}
	.buyer_sec02_text {
		width: 100%;
	}
	.buyer_sec02_text p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 46);
	}
	.buyer_sec02_text p + p {
		margin-top: calc(100vw / 750 * 36);
	}
	.buyer_sec02_img {
		margin-top: calc(100vw / 750 * 60);
		width: 100%;
	}
	.buyer_sec03 {
		padding: calc(100vw / 750 * 80) 0;
	}
	.buyer_sec03_inner {
		width: calc(100% - calc(100vw / 750 * 100));
	}
	.buyer_sec03_list li {
		width: 100%;
		margin-bottom: calc(100vw / 750 * 80);
	}
	.buyer_sec03_list li[data-type="01"] {
		box-shadow: calc(100vw / 750 * 20) calc(100vw / 750 * 20) 0px 0 #bebebe;
		padding: calc(100vw / 750 * 75) calc(100vw / 750 * 78);
	}
	.buyer_sec03_title01 p {
		font-size: calc(100vw / 750 * 24);
		margin: 0 calc(100vw / 750 * 38);
	}
	.buyer_sec03_title01 span {
		width: calc(100vw / 750 * 38);
	}
	.buyer_sec03_title02 p {
		font-size: calc(100vw / 750 * 48);
		line-height: calc(100vw / 750 * 56);
		margin: calc(100vw / 750 * 40) auto 0;
	}
	.buyer_sec03_title02 h2 {
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 54);
	}
	.buyer_sec03_img {
		width: calc(100vw / 750 * 530);
	}
	.buyer_sec03_list_title {
		width: 100%;
		margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 20);
	}
	.buyer_sec03_list_title p {
		font-size: calc(100vw / 750 * 34);
		line-height: calc(100vw / 750 * 26);
		width: calc(100vw / 750 * 80);
		height: calc(100vw / 750 * 80);
	}
	.buyer_sec03_list_title p span {
		font-size: calc(100vw / 750 * 14);
	}
	.buyer_sec03_list_title h3 {
		font-size: calc(100vw / 750 * 30);
		line-height: calc(100vw / 750 * 48);
		margin-left: calc(100vw / 750 * 24);
		width: calc(100vw / 750 * 546);
		font-weight: 600;
		color: #333333;
	}
	.buyer_sec03_text p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 46);
	}
	.buyer_sec03_text p + p {
		margin-top: calc(100vw / 750 * 36);
	}

	.top_slidBnr {
		margin-bottom: calc(100vw / 750 * 140);
	}
	.top_slidBnr_Slider {
		flex-wrap: wrap;
    overflow: hidden;
    height: calc(100vw / 750 * 464);
	}
	.top_slidBnr_Slider.slick-initialized {
		overflow: unset;
	}
	.top_slidBnr_Slider_box {
		width: calc(100vw / 750 * 750);
		min-width: calc(100vw / 750 * 750);
	}
	.top_slidBnr_Slider_box img {
		width: calc(100vw / 750 * 750);
	}
	.top_slidBnr .slick-dots {
		bottom: calc(100vw / 750 * -70);
	}
	.top_slidBnr .slick-dots li {
		width: calc(100vw / 750 * 14);
		height: calc(100vw / 750 * 14);
		margin: 0 calc(100vw / 750 * 10);
	}
	.top_slidBnr .slick-dots li button {
		width: calc(100vw / 750 * 14);
		height: calc(100vw / 750 * 14);
		border-radius: 50%;
	}
	.top_slidBnr .slick-prev,.top_slidBnr .slick-next {
		display: none;
	}
	.top_slidBnr .slick-prev::before,.top_slidBnr .slick-next::before {
		content: none;
	}
	.top_sec_title {
		margin-bottom: calc(100vw / 750 * 60);
	}
	.top_sec_title_en {
		font-size: calc(100vw / 750 * 48);
		line-height: calc(100vw / 750 * 56);
	}
	.top_sec_title_jp {
		font-size: calc(100vw / 750 * 22);
		line-height: 2;
	}
	.top_newitem_title {
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 28);
		margin-bottom: calc(100vw / 750 * 10);
	}
	.top_features {
		padding: calc(100vw / 750 * 100) 0;
	}
	.top_features .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.top_features .archive_List {
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top_features .archive_List li {
		width: calc(100% / 2 - calc(100vw / 750 * 10));
		margin-right: 0;
	}
	.top_features .archive_List li:nth-child(n+3) {
		margin-top: calc(100vw / 750 * 58);
	}
	.top_features .archive_List li:nth-child(5) {
		margin-right: 0;
	}
	.top_newitem {
		padding: calc(100vw / 750 * 100) 0;
	}
	.top_newitem .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	#newitem .FS2_Recommend2_newitemrecomend ul li {
		width: calc(100% / 2 - calc(100vw / 750 * 10));
		padding: calc(100vw / 750 * 20);
		margin: 0 0 calc(100vw / 750 * 20);
	}
	#newitem .FS2_Recommend2_newitemrecomend ul li:nth-child(n+6) {
		margin: 0 0 calc(100vw / 750 * 20);
	}
	#newitem .FS2_Recommend2_newitemrecomend ul li:nth-child(n+9) {
		margin: 0 0 0;
	}
	#newitem .FS2_Recommend2_newitemrecomend p.itemName {
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 36);
		margin-top: calc(100vw / 750 * 20);
		margin-bottom: calc(100vw / 750 * 15);
	}
	#newitem .FS2_Recommend2_newitemrecomend .itemPrice {
		font-size: calc(100vw / 750 * 30);
		line-height: calc(100vw / 750 * 54);
	}
	.top_newitem .mens {
		margin-top: calc(100vw / 750 * 100);
	}
	.top_btn {
		margin: calc(100vw / 750 * 60) auto 0;
	}
	.top_btn a {
		width: 100%;
		padding: calc(100vw / 750 * 30) 0;
		border-radius: calc(100vw / 750 * 50);
		line-height: calc(100vw / 750 * 36);
	}
	.top_btn a span {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 36);
	}
	.top_news {
		padding: calc(100vw / 750 * 100) 0;
	}
	.top_news .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.top_news .archive_List li {
		width: 100%;
		padding-bottom: calc(100vw / 750 * 30);
	}
	.top_news .archive_List li:nth-child(1),.top_news .archive_List li:nth-child(2),.top_news .archive_List li:nth-child(3) {
		margin-bottom: calc(100vw / 750 * 30);
	}
	.top_news .archive_List .text {
		width: calc(100vw / 750 * 475);
	}
	.top_news .archive_List .data p {
		font-size: calc(100vw / 750 * 22);
		line-height: calc(100vw / 750 * 46);
	}
	.top_news .archive_List .image {
		height: calc(100vw / 750 * 175);
		width: calc(100vw / 750 * 175);
	}
	.top_campaign {
		padding: 0 0 calc(100vw / 750 * 100);
	}
	.top_campaign .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.top_campaign ul li[data-img="01"] {
		width: 100%;
	}
	.top_campaign ul li[data-img="02"] {
		width: 100%;
		margin-top: 0;
	}
	.top_campaign ul li:nth-child(n+2) {
		margin-top: calc(100vw / 750 * 20);
	}
	.top_pickup {
		padding: 0 0 calc(100vw / 750 * 100);
	}
	.top_pickup .inner {
		width: calc(100% - calc(100vw / 750 * 60));
		margin: 0 auto;
	}
	.top_pickup_list li.top_pickup_list_box:nth-child(1),.top_pickup_list li.top_pickup_list_box:nth-child(2),.top_pickup_list li.top_pickup_list_box:nth-child(3) {
		margin-bottom: calc(100vw / 750 * 82);
	}
	.top_pickup_list_box {
		width: 100%;
	}
	.top_pickup_list_box_title {
		margin-bottom: calc(100vw / 750 * 40);
	}
	.top_pickup_list_box_title img {
		width: calc(100vw / 750 * 161);
		max-width: calc(100vw / 750 * 161);
		margin-top: calc(100vw / 750 * 13);
	}
	.top_pickup_list_box_title p {
		width: calc(100vw / 750 * 505);
		font-size: calc(100vw / 750 * 30);
		line-height: calc(100vw / 750 * 42);
	}
	.top_pickup_list_box .top_btn a {
		width: calc(100vw / 750 * 400);
	}
	.FS2_Recommend2_pickuprecomend ul li {
		width: calc(100% / 3 - calc(100vw / 750 * 15));
	}
	.FS2_Recommend2_pickuprecomend ul li a .itemImg {
		width: calc(100vw / 750 * 216);
	}
	.FS2_Recommend2_pickuprecomend ul li a .itemName {
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 36);
		margin-bottom: calc(100vw / 750 * 13);
		margin-top: calc(100vw / 750 * 18);
	}
	.FS2_Recommend2_pickuprecomend ul li a .itemPrice {
		font-size: calc(100vw / 750 * 30);
		line-height: calc(100vw / 750 * 54);
	}
	.top_inst {
		padding: calc(100vw / 750 * 100) 0;
	}
	.top_inst .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.top_inst .top_sec_title_en span {
		margin-right: calc(100vw / 750 * 10);
		margin-bottom: calc(100vw / 750 * 5);
	}
	.top_inst .top_sec_title_en span img {
		width: calc(100vw / 750 * 40);
	}
	.top_shop {
		padding: calc(100vw / 750 * 100) 0 0;
	}
	.top_shop .inner {
		width: calc(100% - calc(100vw / 750 * 60));
	}
	.top_shop .shop_cont_box {
		width: 100%;
	}
	.top_shop .shop_cont_box_Text {
		width: 100%;
		margin-bottom: 0;
	}
	.top_shop .shop_cont_box_Text img {
		width: calc(100vw / 750 * 422);
		margin-left: calc(100vw / 750 * 40);
	}
	.top_shop .shop_cont_box_Text h3 {
		margin: 0 0 calc(100vw / 750 * 30);
		font-size: calc(100vw / 750 * 32);
		line-height: calc(100vw / 750 * 52);
		text-align: center;
	}
	.top_shop .shop_cont_box_Img {
		width: 100%;
		margin-top: calc(100vw / 750 * 40);
	}
	.top_shop .shop_cont_box_Img .shop_bottom_box01_text01 {
		margin-top: calc(100vw / 750 * 20);
	}

	.recruit_sec03 .buyer_sec03_list li[data-type="01"] {
		width: 100%;
		padding: calc(100vw / 750 * 78) calc(100vw / 750 * 20) calc(100vw / 750 * 102);
		margin-bottom: calc(100vw / 750 * 100);
	}
	.recruit_sec03 .buyer_sec03_title01 p {
		margin: 0 calc(100vw / 750 * 70);
	}
	.recruit_sec03 .buyer_sec03_img {
		width: calc(100vw / 750 * 530);
	}
	.recruit_sec03_list_title {
		width: 100%;
		margin: calc(100vw / 750 * 40) 0 calc(100vw / 750 * 20);
	}
	.recruit_sec03_list_title h3 {
		font-size: calc(100vw / 750 * 30);
		line-height: calc(100vw / 750 * 48);
	}
	.recruit_sec03_hukidasi {
		border-radius: calc(100vw / 750 * 8);
		padding: calc(100vw / 750 * 18) calc(100vw / 750 * 35);
		margin-bottom: calc(100vw / 750 * 15);
		font-size: calc(100vw / 750 * 22);
		line-height: 1;
	}
	.recruit_sec03_hukidasi::after {
		bottom: calc(100vw / 750 * -15);
		width: calc(100vw / 750 * 16);
		height: calc(100vw / 750 * 18);
	}
	.recruit_sec04_inner {
		width: calc(100% - calc(100vw / 750 * 60));
		margin: calc(100vw / 750 * 80) auto;
	}
	.recruit_sec04_list {
		margin: calc(100vw / 750 * 20) calc(100vw / 750 * 40) calc(100vw / 750 * 80);
	}
	.recruit_sec04_list li {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 52);
	}
	.recruit_sec04_list li:nth-child(odd){
		width: 100%;
		margin-right: 0;
	}
	.recruit_sec04_list li:nth-child(even){
		width: 100%;
	}
	.recruit_sec04_list li:nth-child(2) {
		order: 6;
	}
	.recruit_sec04_list li:nth-child(3) {
		order: 2;
	}
	.recruit_sec04_list li:nth-child(4) {
		order: 7;
	}
	.recruit_sec04_list li:nth-child(5) {
		order: 3;
	}
	.recruit_sec04_list li:nth-child(6) {
		order: 8;
	}
	.recruit_sec04_list li:nth-child(7) {
		order: 4;
	}
	.recruit_sec04_list li:nth-child(8) {
		order: 9;
	}
	.recruit_sec04_list li:nth-child(9) {
		order: 5;
	}
	.recruit_sec04_list li:nth-child(10) {
		order: 10;
	}
	.recruit_sec04_list li::before {
		font-size: calc(100vw / 750 * 16);
		margin-right: calc(100vw / 750 * 10);
	}
	.recruit_sec04 h4 {
		font-size: calc(100vw / 750 * 30);
		border-bottom: calc(100vw / 750 * 6) solid #D70035;
		margin-bottom: calc(100vw / 750 * 40);
		padding-bottom: calc(100vw / 750 * 10);
	}
	.recruit_table th {
		padding: calc(100vw / 750 * 23) calc(100vw / 750 * 15);
		width: calc(100vw / 750 * 218);
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 39);
		vertical-align: top;
	}
	.recruit_table td {
		padding: calc(100vw / 750 * 23) calc(100vw / 750 * 15);
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 39);
	}
	.recruit_contact {
		margin-top: calc(100vw / 750 * 80);
	}
	.recruit_contact_inner {
		padding: calc(100vw / 750 * 40) calc(100vw / 750 * 20);
	}
	.recruit_contact_text01 {
		font-size: calc(100vw / 750 * 26);
		margin-bottom: calc(100vw / 750 * 20);
	}
	.recruit_contact_text02 {
		font-size: calc(100vw / 750 * 24);
		line-height: calc(100vw / 750 * 36);
	}
	.recruit_contact_tel {
		font-size: calc(100vw / 750 * 66);
		line-height: 1.5;
	}
	.recruit_contact_text03 {
		font-size: calc(100vw / 750 * 24);
		margin-top: calc(100vw / 750 * 10);
	}
	.recruit_contact .top_btn {
		margin: calc(100vw / 750 * 20) auto 0;
	}
	.recruit_sec04 figure img {
		width: calc(100vw / 750 * 554);
		margin-left: calc(100vw / 750 * 20);
	}

	.post_sale_btn {
		width: 100%;
		flex-wrap: wrap;
	}
	.post_sale_btn a {
		width: 100%;
		font-size: calc(100vw / 750 * 28);
		padding: calc(100vw / 750 * 30) calc(100vw / 750 * 10);
		border-radius: calc(100vw / 750 * 5);
		line-height: calc(100vw / 750 * 25);
		margin: 0;
	}
	.post_sale_btn a:nth-child(n+2){
		margin-top: calc(100vw / 750 * 20);
	}
	.post_sale_btn a:hover {
		background: #D70035;
		color: #FFFFFF;
	}
	.single_box img + p {
		margin-top: calc(100vw / 750 * 60);
	}
	.single_box p + img {
		margin-top: calc(100vw / 750 * 40);
	}
	.single_box p strong {
		background: linear-gradient(to top, #FFFF00 40%, #fff 40%);
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 40);
	}

	.top_tabCont {
		margin-bottom: calc(100vw / 750 * 100);
	}
	.top_tabCont .inner {
		width: calc(100% - calc(100vw / 750 * 60));
		padding-top: 0;
	}
	.top_tabCont_tab {
		display: none;
	}
	.top_tabCont_tab_sp {
		display: block;
		position: relative;
	}
	.top_tabCont_tab_sp p {
		font-size: calc(100vw / 750 * 32);
		line-height: calc(100vw / 750 * 48);
	}
	.top_tabCont_tab_sp::before {
		content: '';
		height: calc(100vw / 750 * 27);
		width: calc(100vw / 750 * 5);
		background: #A0A0A0;
		position: absolute;
		top: 50%;
		right: calc(100vw / 750 * 50);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
	}
	.top_tabCont_tab_sp::after {
		content: '';
		width: calc(100vw / 750 * 27);
		height: calc(100vw / 750 * 5);
		background: #A0A0A0;
		position: absolute;
		top: 50%;
		right: calc(100vw / 750 * 39);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.top_tabCont_tab_sp.open::before {
		content: none;
	}
	.top_tabCont_area {
		border-top: none;
		border-bottom: 1px solid #BEBEBE;
		display: block;
		opacity: 1;
		background: #fff;
		min-height: unset;
		padding: calc(100vw / 750 * 27) 0;
	}
	.top_tabCont_area_inner {
		display: none;
	}
	.top_tabCont_area:first-of-type .top_tabCont_area_inner {
		display: block;
	}
	.top_tabCont_area_inner .top_btn a {
		width: calc(100vw / 750 * 400);
	}
	#category .top_tabCont_area_list {
		flex-wrap: wrap;
		padding: 0;
		width: 100%;
		margin-top:
	}
	#category .top_tabCont_area_list li {
		margin-right: 0;
		width: 100%;
		margin-top: calc(100vw / 750 * 28);
	}
	#category .top_tabCont_area_list li > a {
		background: #F5F5F5;
		display: block;
		padding: calc(100vw / 750 * 20);
	}
	#category .top_tabCont_area_list li > a span {
		font-size: calc(100vw / 750 * 28);
		font-weight: normal;
		line-height: 1.8;
	}
	#category .top_tabCont_area_list li > a span::before {
		content: none;
	}
	#category .top_tabCont_category_box_child {
		margin-top: calc(100vw / 750 * 40);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#category .top_tabCont_category_box_child li {
		margin-right: 0;
		margin-top: 0;
		margin-bottom: calc(100vw / 750 * 30);
		display: flex;
		width: 48%;
	}
	#category .top_tabCont_category_box_child li a {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 40);
		word-break: keep-all;
		text-decoration: none;
		display: block;
		background: unset;
	}
	#category .top_tabCont_category_box_child li::before {
		content: none;
	}
	#category .top_btn {
		margin: 0 auto calc(100vw / 750 * 40);
	}
	#brand .top_tabCont_area_list {
		margin-top: calc(100vw / 750 * 30);
	}
	#brand .top_tabCont_area_list li {
		width: calc(100vw / 750 * 216);
	}
	#brand .top_tabCont_area_list li:nth-child(n+7) {
		margin-top: 0;
	}
	#brand .top_tabCont_area_list li:nth-child(n+4) {
		margin-top: calc(100vw / 750 * 20);
	}
	.top_tabCont_brand_box a {
		border: 1px solid #BEBEBE;
	}
	.top_tabCont_brand_text {
		display: none;
	}
	#brand .top_btn {
		margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 40);
	}
	.tokuten_list {
		margin: calc(100vw / 750 * 96) auto calc(100vw / 750 * 120);
	}
	.tokuten_list li {
		width: calc(100vw / 750 * 600);
		margin: 0 auto;
	}
	.tokuten_list li:nth-child(3n){
		margin-right: auto;
	}
	.tokuten_list li:nth-child(4),.tokuten_list li:nth-child(5) {
		margin-top: calc(100vw / 750 * 120);
	}
	.tokuten_list li:nth-child(n+2) {
		margin-top: calc(100vw / 750 * 120);
	}
	.tokuten_list_num {
		margin-bottom: calc(100vw / 750 * 40);
	}
	.tokuten_list_num p {
		padding: 0 calc(100vw / 750 * 10);
		font-size: calc(100vw / 750 * 30);
	}
	.tokuten_list h2 {
		margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 40);
		font-size: calc(100vw / 750 * 34);
		text-align: center;
		line-height: calc(100vw / 750 * 52);
	}
	.tokuten_list h2 span {
		font-size: calc(100vw / 750 * 50);
	}
	.tokuten_list .tokuten_list_text {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 46);
	}
	.tokuten_bottom_text {
		padding: calc(100vw / 750 * 22) calc(100vw / 750 * 45);
		margin-bottom: calc(100vw / 750 * 120);
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 46);
		text-align: left;
	}
	[data-page="member"] .top_btn {
		margin: calc(100vw / 750 * 60) auto calc(100vw / 750 * 117);
	}

	#use .top_tabCont_area_list {
		width: calc(100vw / 750 * 600);
		margin: calc(100vw / 750 * 40) auto 0;
	}
	.top_tabCont_color_box {
		width: calc(100% / 4);
	}
	.top_tabCont_color_box:nth-child(n+5) {
		margin-top: calc(100vw / 750 * 50);
	}
	.top_tabCont_color_box a span {
		width: calc(100vw / 750 * 90);
		height: calc(100vw / 750 * 90);
		margin: 0 auto calc(100vw / 750 * 15);
	}
	.top_tabCont_color_box a p {
		font-size: calc(100vw / 750 * 26);
		line-height: calc(100vw / 750 * 52);
	}
	#use .top_btn {
		margin: calc(100vw / 750 * 40) auto calc(100vw / 750 * 40);
	}

	.sp-hidden {
		display: none !important;
	}
	.pc-hidden {
		display: block;
	}

	.header-center_box01.pc-hidden .headerMenu {
		display: flex;
	}
	.header-center_box01.pc-hidden .headerMenu .search {
		margin-left: calc(100vw / 750 * 20);
		display: flex;
	}
	.header-center_box01.pc-hidden .headerMenu .search img {
		width: calc(100vw / 750 * 46);
	}
	.header-center_box01.pc-hidden .headerMenu .header-center_box01_search_form {
		display: none;
		width: calc(100vw / 750 * 700);
    max-width: 100%;
    padding: calc(100vw / 750 * 20) calc(100vw / 750 * 15);
    position: absolute;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    top: 33%;
    border-radius: 0;
    z-index: 100;
	}
	.header-center_box01.pc-hidden .headerMenu .search.open img {
		display: block;
	}
	.header-center_box01.pc-hidden .headerMenu .header-center_box01_search_form.open {
		display: block;
	}
	.header-center_box01.pc-hidden .c-pcHeaderContainer__inner02__right__form__inner__input {
		font-size: calc(100vw / 750 * 30);
		line-height: 1;
		padding: 0;
	}
	.shop_mainImg img {
		width: 100%;
	}
	.shop_cont_box_Img img {
		width: 100%;
	}
	.page_cat_title[data-page="member"] h1 img {
		width: 100%;
	}
	.tokuten_list li figure img {
		width: 100%;
	}
	.tokuten_list li:nth-child(7) {
		margin-right: auto;
	}
	.header-add-user {
		max-width: 100%;
		width: 100%;
		margin: calc(100vw / 750 * 15) auto 0 calc(100vw / 750 * 5);
	}
	.header-add-user p.FS2_repeater {
		font-size: calc(100vw / 750 * 24);
		text-align: center;
		letter-spacing: 0;
		line-height: calc(100vw / 750 * 38);
	}
}

@media (max-width: 834px) and (orientation: landscape) {
  #sp_menu {
    transform: translateX(-100vw);
  }
}
#bdash-reception-window-close-detector {
	pointer-events: none;
}

.shop_btn_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.shop_btn_area a{
	display: block;
	width: 30%;
	margin: 0 auto;
	display: block;
	color: #fff!important;
	background: #D70035;
	padding: 17px 10px;
	border-radius: 30px;
	pointer-events: painted;
	transition: 0.3s ease-in-out;
	text-align: center;
	line-height: 28px;
}
.shop_btn_area a:hover{
	opacity: 0.8;
}
@media print, (max-width: 834px){
	.shop_btn_area{
		display: block;
		
	}
	.shop_btn_area a{
		margin-bottom: 5%;
		width: 90%;
	}
}

/* header店舗情報のホバーメニュー */
#shop_list{
	position: relative;
}
#shop_list_menu{
	margin: 0;
	display: none;
	background-color: #f5f3f3;
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 2;
	width: 250px;
}
#shop_list_menu li{
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 0;
	padding: 5px;
}
#shop_list_menu li:last-child{
	border-bottom: none;
}
#shop_list_menu li a{
	display: block;
}
@media (max-width: 835px){
	#shop_list_menu{
		display: none!important;
	}
}

/* 入会特典ランク用ポップアップ */
.tmb {
  width: 50%;
}
.tmb_img {
  width: 100%;
  height: auto;
max-width:300px;
}
.tmb_img:hover {
  cursor: pointer;
}
.popup {
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s, transform 0s 0.3s;
}
.popup__btn {
  display: block;
  z-index: 33;
  position: absolute;
  top: 1vh;
  right: 1vh;
  width: 5vh;
  height: 5vh;
  cursor: pointer;
}
.popup__btn::before,
.popup__btn::after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
  content: '';
}
.popup__btn::before {
  transform: rotate(45deg);
}
.popup__btn::after {
  transform: rotate(-45deg);
}
.popup__btnarea {
  z-index: 32;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__img {
  z-index: 11;
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
}
.popup__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
				.tmb p{color: #D70035;}
.tmb input[type="checkbox"] {
  display: none;
}
.tmb input[type="checkbox"]:checked ~ .popup {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.3s;
}
/* 20251007 配送・支払い方法について */
.pre-footer {
    margin-bottom: 80px;
}
.pre-footer_inner {
    max-width: 1500px;
    width: calc(100% - calc(100vw / 1300 * 80));
    margin: 0 auto;
}
.pre-footer_content {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}
.pre-footer_half {
    width: calc(50% - 16px);
}
.pre-footer_half > *:not(:first-child) {
    margin-top: 1rem;
}
.pre-footer_half h3 {
    font-size: 22px;
}
.pre-footer_half h4 {
    font-weight: 400;
}
@media print, (max-width: 834px) {
    .pre-footer {
        margin-bottom: calc(100vw / 750 * 80);
    }
    .pre-footer_half {
        width: 100%;
    }
}

/* 20251028 お客様の声の掲載 */
.top_voice {
	padding-bottom: 80px;
}
.top_voice .inner {
	max-width: 1500px;
	width: calc(100% - calc(100vw / 1300 * 80));
	margin: 0 auto;
}
@media print,(max-width: 834px) {
	.top_voice .inner {
		width: 100%;
	}
	.top_voice .archive_List ul {
		justify-content: space-between;
		flex-wrap: nowrap;
		overflow-x: scroll;
	}
	.top_voice .archive_List ul li {
		margin-bottom: 0;
		padding-bottom: 20px;
	}
	.top_voice .archive_List ul li:first-child {
		padding-left: 30px;
	}
	.top_voice .archive_List ul li:last-child {
		padding-right: 30px;
	}
	.top_voice .top_btn {
		width: calc(100% - calc(100vw / 750 * 60));
	}
}

/* 20251120 発送の案内について */
.scn--shipping-note-sp{
	margin: 0 10px;
	color: #FF0066;
	display: block;
	text-align: center;
}
@media (min-width: 834px) {
	.scn--shipping-note-sp {
		display: none;
	}
}
.scn--shipping-note-pc {
	margin: 0 10px ;
	color: #FF0066;
	display: block;
}
@media (max-width: 833px) {
	.scn--shipping-note-pc {
		display: none;
	}
}