/* View Small */

html {
	min-height: 100vh;
	font-size: 23px !important;
}
body {
	min-width: 480px;
	min-height: 100vh;
	font-size: 23px !important;
}

.only_mobile {
	display: block;
}
.only_mobile.inline {
	display: inline-block;
}
.only_pc,
.only_pc.inline {
	display: none;
}

.section {
	margin-bottom: 6.5em;
}
.block:not(:last-of-type) {
	margin-bottom: 4em;
}
.inner {
	min-width: 0;
}
.inner.narrow {
	padding: 0 50px;
}
.inset {
	width: 100%;
}


h3.title {
    font-size: 1.8em;
}

.page_home h3.title {
	font-size: 2.8em;
}

.button a {
	padding: 1.1em 75px 1.08em 1.6em;
	font-size: 1.1em;
}
.button a::before {
	right: 30px;
	width: 20px;
	height: 20px;
}

.summary p,
p.summary {
	line-height: 1.88em !important;
	letter-spacing: 0.05em;
}

.splide_title {
	font-size: 6.5em;
}

/* Menu */

#menu_switch {
	display: block;
	position: fixed;
	top: 45px;
	right: 40px;
	z-index: 10001;
}
#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 0 0 20px 20px;
	z-index: 1000;
}
.menu_inner {
	padding: 200px 50px 100px 50px;
}
#menu_global {
	margin-bottom: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid #6e759b;
}
#menu li:not(:last-of-type) {
	margin-bottom: 2.2em;
}
#menu li a {
	font-family: "Pragati Narrow", sans-serif;
	font-size: 2.1em;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0.05em;
	color: #212362 !important;
	text-decoration: none;
} 
#menu li a .menu_ja {
	margin-left: 0.8em;
	font-family: 'Inter','Noto Sans JP',sans-serif;
	font-size: 0.5em;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #6e759b !important;
}
#menu_instagram {
	float: left;
	width: 270px;
}
#menu_instagram a {
	display: block;
	position: relative;
	padding: 1em 1.2em 1.4em 1.2em;
	font-weight: 600;
	color: #212362 !important;
	background: #f3f9fb;
	text-decoration: none;
	border-radius: 10px;
	transition: all 250ms ease-in-out;
}
#menu_instagram a::before {
	position: absolute;
	top: -15px;
	right: -20px;
	content: '';
	width: 70px;
	height: 70px;
	background: #212362 url(../images/common/icon_instagram_white.png) no-repeat center / 45px;
	border-radius: 50%;
}
.menu_instagram_image {
	aspect-ratio: 3 / 2;
	margin-bottom: 1.2em;
	border-radius: 5px;
	background: #ccc;
	overflow: hidden;
}
#menu_instagram h4 {
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.5em;
}
#footer_titles {
	transform: translateY(30px);
}
#menu_sub ul,
#menu_contact {
	float: right;
	width: calc(100% - 330px);
}
#menu_sub ul {
	margin-bottom: 2em;
}
#menu_sub li:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#menu_sub li a {
	font-size: 1.8em;
}
#menu_contact a {
	position: relative;
    padding: 1em 1.8em 1.05em 120px;
    padding: 0.8em 1.5em 0.9em 120px;
    color: #fff !important;
    font-size: 1.1em;
	font-weight: 600;
    line-height: 1.4em;
    text-decoration: none;
    border-radius: 10px;
}
#menu_contact a::before {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	content: '';
	width: 60px;
	height: 60px;
	background: url(../images/common/icon_try_white.png) no-repeat center / 100%;
}
#menu_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100dvh;
	background: #000;
	opacity: 0.8;
	cursor: pointer;
	z-index: 999;
}


.section_faq .faq_panes {
	width: 100%;
}

/* News */

.news_list_date {
    width: 130px;
}
.news_list_title {
    padding-left: 145px;
}

/** Single **/

#news_single .heading {
	margin-bottom: 2em;
	padding-bottom: 2em;
}
#news_single .heading h2 {
	font-size: 1.6em;
}
#single_paging li#paging_next a,
#single_paging li#paging_prev a {
	width: 50px;
}
#news_single .post {
	font-size: 1.15em;
}


/* Page Heading */

#page_heading {
	margin-bottom: 5em;
	height: 380px;
}
#page_heading .inner {
	padding-top: calc(120px + 5em);
	padding-bottom: 0;
}

/* Page Summary */

#page_summary_wrapper {
    padding: 2.5em 2.5em 3em 2.5em;
}
#page_summary h3 {
    float: none;
    position: relative;
    margin-bottom: 1em;
    width: 100%;
    font-size: 1.6em;
    line-height: 1.6em;
}
#page_summary .summary {
    float: none;
    padding-left: 0;
    padding-top: 1.5em;
    border-top: 1px solid #fff;
    width: 100%;
    border-left: none;
}

.toc_list {
	position: relative;
	top: auto;
}
.toc_list li a {
	padding: 0.5em 50px 0.5em 0.8em;
}
.toc_list li a::before {
	width: 22px;
	height: 22px;
}

/* Header */

#header {
	height: 120px;
}
.compacted #header {
	height: 120px;
}
#header_inner {
	padding: 27px 40px 26px 40px;
	padding: 27px 105px 26px 40px;
}
.compacted #header_inner {
	padding: 27px 40px 26px 40px;
	padding: 27px 105px 26px 40px;
}
#header_logo  {
	margin-top: 0;
}
#header_logo a {
	width: 200px;
	height: 58px;
	width: 230px;
	height: 67px;
}
.expanded #header_logo a {
	background: url(../images/common/kicksmart.jp_color.png) no-repeat center / 100% !important;
}
#header_menu {
	display: none;
}
#header_menu_contact {
	margin-top: -5px;
}
#header_menu_contact a {
	padding: 0.49em 1.8em 0.5em 90px;
	font-size: 0.9em;
	font-weight: 600;
}
#header_menu_contact a::before {
    left: 30px;
    width: 40px;
    height: 40px;
}

/* Faq */

.faq_q::before {
	top: 20px;
	left: 0.6rem;
}
.faq_a {
	padding: 0.9em 1rem 1em 1rem;
	padding-left: 68px;
	padding: 1.5em;
	padding-left: 100px;
}
.faq_a::before {
	top: 37px;
	left: 1.7rem;
	font-size: 1.7em;
}
.faq_a p {
	font-size: 1em;
}
.faq_switch {
	top: 40px;
	background-size: 100%;
}

#faq_list .side {
	float: none;
	margin-bottom: 3.5em;
	width: 100%;
}
#faq_list .side li {
	float: left;
	width: 48%;
}
#faq_list .side li:nth-of-type(even) {
	float: right;
}
#faq_list .side li a {
	display: block;
}
#faq_list .main {
	float: none;
	width: 100%;
}
#faq_list .main h3.title {
	margin-bottom: 0.8em;
}

/* Home */

/** Hero **/

#home_hero {
	margin-top: 120px;
	max-height: 100%;
	max-height: 1260px;
}
#home_hero .inner {
	padding: 0 30px;
	padding-bottom: 150px;
}
#home_hero_tiles_upper_mobile {
	padding-left: 160px;
}
#home_hero_tiles_lower_mobile {
	padding-right: 160px;
}
#home_hero_tiles_lower_mobile .splide__list {
	align-items: center;
}
.home_hero_summary_mobile {
	filter: none;
	text-align: left !important;
}
.home_hero_summary_mobile_wrapper {
	margin: auto;
	/* width: max-content; */
}
.home_hero_summary_mobile::before {
	display: none;
}
.home_hero_summary_mobile h2 {
	margin-bottom: 0.8em;
	font-size: 1.7em;
	font-weight: 600;
	line-height: 1.2em;
	letter-spacing: 0.1em;
	color: #212362;
}
.home_hero_summary_mobile p {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.1em;
}
.home_hero_summary_mobile p:not(:last-of-type) {
	margin-bottom: 0.5em;
}
.home_hero_summary_mobile p.home_hero_summary_name {
	letter-spacing: 0.15em;
}
.home_hero_summary_mobile p span {
	font-size: 0.8em;
}
#home_hero_titles {
	margin: 30px 0;
}
#home_hero_boxers {
    max-width: 1000px;
    max-height: 1000px;
    height: 90%;
}
.home_hero_boxer_nagatsuka {
	transform: translateX(80px);
}
#home_hero_campaign {
    bottom: 0;
    left: 30px;
    width: calc(100% - 60px);
}
.home_hero_campaign_image {
    width: 140px;
	height: 140px;
}
.home_hero_campaign_text {
    padding: 1em 70px 1.18em 160px;
}
.home_hero_campaign_text::before {
    width: 23px;
    height: 23px;
}

/** News **/

.home_news_list {
    float: none;
	margin-bottom: 3em;
    width: 100%;
}
.home_news_list .news_list_date {
    width: 140px;
	font-size: 0.95em;
}
.home_news_list .news_list_title {
    display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	padding-left: 0;
	font-size: 1.05em;
}
#home_news_instagram {
    float: none;
    width: 100%;
    padding: 2.5em 1.5em 2em 1.5em;
	overflow: hidden;
}
.home_news_instagram_slide {
	aspect-ratio: 3 / 2;
}
.home_news_instagram_text {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}
.home_news_instagram_text h4 {
    float: left;
	font-size: 1.1em;
}
#home_news_instagram .button {
	float: right;
	margin-top: 10px;
}


/** About **/

#home_about {
	padding-top: 5em;
}
.home_about_concept_title {
	margin-bottom: 3em;
}
.home_about_concept_title h3 {
	font-size: 5em;
	line-height: 0.9em;
}
.home_about_concept_title h3.title_outlined {
    float: none;
}
.home_about_concept_title h4 {
    float: none;
    margin-top: 0.5em;
    margin-left: 0.1em;
    font-size: 1.7em;
}
.home_about_concept_summary {
    float: none;
}
.about_concept_desc {
	width: 100%;
}
.about_concept_desc_adjust {
	letter-spacing: 0.07em !important;
}
#home_about_instructor h3.title {
	margin-bottom: 0.8em;
}
#home_about_instructor_slides {
	width: calc(100% - 180px);
}
#home_about_instructor_slides .splide-controller {
	width: calc(100% + 180px);
}
.home_about_instructor_slide_image {
    width: 220px;
}
.home_about_instructor_slide h6 {
    bottom: -50px;
}
#home_about_instructor_slides .splide__pagination__page {
	height: 6px;
}
#home_about_instructor_slides .splide__arrow {
    width: 60px;
    height: 60px;
    background: #fff url(../images/common/icon_splide_arrow.png) no-repeat center / 25px;
}

/** Training **/

#home_training .inner {
	padding-top: 5.5em;
	padding-bottom: 5.5em;
}
#home_training::before {
	background: url(../images/common/accent.png) no-repeat top / 100%;
}
#home_training_slides_mobile {
	margin-bottom: 2.5em;
}
.home_training_text .summary p {
	letter-spacing: 0.09em;
}
.home_training_images {
	position: relative;
	display: none;
	top: auto;
	right: auto;
	width: 100%;
}
.home_training_slides {
	float: none;
	width: 100%;
}

/** Fees **/

.home_fees_plan {
	height: 130px;
}
#home_fees_text h3.title {
	margin-bottom: 1em;
}
#home_fees_text {
    float: none;
	margin-bottom: 3em;
    width: 100%;
}
#home_fees_plans {
	float: none;
	width: 100%;
}
.home_fees_plan_data {
	padding-top: 37px;
	padding-bottom: 36px;
}
.home_fees_sum p {
	font-size: 2em;
}
.home_fees_add p::after {
	margin: 0 25px;
}
.home_fees_plan_data h5 {
	margin-top: 5px;
	font-size: 1em;
}
.home_fees_plan_times {
	padding: 1.2em 1em;
}
.home_fees_plan_icon {
	width: 45px;
}

/** Access **/

#home_access_map {
	aspect-ratio: 3 / 2;
}
#home_access_wrapper {
    padding: 3em 2em 3em 2em;
    padding: 3em;
    margin: -120px auto 0 auto;
    width: 100%;
}
#home_access_wrapper .heading {
	float: none;
    width: 100%;
}
.home_access_data {
	float: none;
    width: 100%;
}
.home_access_data h4 {
	margin-bottom: 1em;
	padding-left: 60px;
}
.home_access_data h4::before {
	width: 42px;
	height: 60px;
	width: 35px;
	height: 50px;
}
.home_access_data h5 {
	margin-bottom: 1.5em;
    padding-bottom: 1.8em;
}
.home_access_data h6 {
	font-size: 0.8em;
	letter-spacing: 0.02em;
}
._home_access_data_icon {
	width: 75px;
}

/* About */

.about_concept {
	margin-bottom: 4em;
}
.about_concept_images {
	float: none;
	margin-bottom: 2.5em;
	width: 100%;
}
.about_concept_images h4 {
	margin-bottom: 0.8em;
}
.about_concept_images h3 {
	margin-bottom: 2rem;
	font-size: 2.5em;
	line-height: 1.4em;
}
.about_concept_desc {
    float: none;
    margin-left: 0;
}
.about_concept_desc p {
	letter-spacing: 0.09em;
    line-height: 2em;
}
.about_concept_desc p:not(:last-of-type) {
    margin-bottom: 1.2em;
}
.about_concept_voice .inner {
	padding-bottom: 170px;
}
.about_concept_voice_panes {
	width: 100%;
}
.about_concept_voice_pane {
	float: right;
	clear: both;
	padding: 1.5em 3em;
    width: 70%;
}
.about_concept_voice_pane:nth-last-of-type(n + 3) {
	margin-left: 0;
    margin-bottom: 0;
}
.about_concept_voice_pane:nth-of-type(even) {
	float: left;
}
.about_concept_voice_pane:not(:last-of-type) {
	margin-bottom: 1.5em;
}
.about_concept_voice_pane p {
	font-size: 0.9em;
}
.about_concept_voice_pane h5 {
	font-size: 1.15em;
}
.about_concept_voice_image {
	right: 40px;
	width: 300px;
}
#about_features .inner {
    padding-bottom: 8em;
    width: 100%;
}
.about_features_pane {
	width: 88%;
}
.about_features_pane:nth-of-type(even) {
	margin-left: auto !important;
}
.about_features_pane:not(:last-of-type) {
	margin-bottom: 5em;
}
.about_features_image {
	float: none;
	margin-bottom: 2em;
	margin-left: 5%;
	width: 90%;
}
.about_features_text {
	float: none;
	padding-top: 0 !important;
	width: 100%;
}
.about_features_pane:nth-of-type(even) {
	float: none;
	margin-left: 0;
}
.about_features_pane:nth-of-type(even) .about_features_text {
	float: none;
}
.about_features_text .button {
	margin-top: 1.8em;
}
.about_instructors_pane {
    float: none;
    width: 100%;
}
.about_instructors_pane:nth-of-type(even) {
    float: none;
}
.about_instructors_pane:nth-of-type(2n + 1) {
    clear: none;
}
.about_instructors_pane:nth-last-of-type(n + 3) {
    margin-bottom: 0;
}
.about_instructors_pane:not(:last-of-type) {
    margin-bottom: 3.5em;
}
.about_instructors_image {
	width: 40%;
}
.about_instructors_pane .heading {
	margin-bottom: 2em;
}
.about_instructors_pane dt {
	width: 8rem;
}
.about_instructors_pane dd {
	padding-left: 9rem;
}

/* Training */

#training_menu .main {
	float: none;
	width: 100%;
}
.training_menu_text {
	padding: 2.5em 2em;
	margin-left: 0;
}
.training_menu_text::before {
    font-size: 5em;
}
.training_menu_text h4 {
	margin-bottom: 0.8em;
}
.training_menu_text h5 {
    margin-bottom: 0.8em;
}
.training_menu_desc p {
    line-height: 1.6em;
}
.training_menu_point {
	left: -50px;
	bottom: -70px;
}
.training_menu_point_image {
	width: 160px;
	height: 160px;
}
.training_menu_point_text {
    top: -80px;
    padding: 1em 0.9em 1em 1em;
    width: 240px;
	font-size: 0.73em;
	letter-spacing: 0.05em;
}
.training_menu_point_text br {
	display: none;
}
.training_menu_images {
	margin-top: -35px;
	margin-left: auto;
	width: 90%;
}
#training_timeschedule tbody td {
	font-size: 1.12em;
}
#training_class .summary br {
	display: none;
}
.training_class_pane {
	float: none;
	margin: 0 !important;
	padding: 2em 2em 2em 1em;
	width: 100%;
}
.training_class_pane:not(:last-of-type) {
	margin-bottom: 1.5em !important;
}
.training_class_image {
	float: left;
	width: 130px;
	margin-top: 16px;
	margin-top: 32px;
	width: 180px;
	width: 160px;
}
.training_class_text {
	float: right;
	margin-top: 0;
	padding-top: 0;
    width: calc(100% - 200px);
    width: calc(100% - 190px);
	border-top: none;
}
.training_class_text h5,
.training_class_text h4 {
	text-align: left;
}
.training_class_text h5 {
	margin-bottom: 0.3em;
}
.training_class_text h4 {
	margin-bottom: 0.5em;
}
.training_class_desc p {
    line-height: 1.6em;
}

/* Fees */

.fees_plan_pane {
	float: none;
	width: 100%;
}
.fees_plan_pane:not(:nth-of-type(3n)) {
	margin-right: 0;
}
.fees_plan_pane:not(:last-of-type) {
	margin-bottom: 1.5em !important;
}
#fees_plan_students .fees_plan_pane:first-of-type {
	margin-left: 0;
}
#fees_plan_students .fees_plan_pane:last-of-type {
	margin-right: 0;
}
.fees_plan_pane {
	padding: 2.5em 2.2em 2em 2.2em;
	text-align: left;
}
.fees_plan_pane_heading {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}
.fees_plan_pane_title {
	float: left;
}
.fees_plan_pane h5 {
	margin-bottom: 0.6em;
	font-size: 1.3em;
}
.fees_plan_icon {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    margin-right: 0.5em;
	width: 45px;
}
.fees_plan_times {
	margin-bottom: 0;
}
.fees_plan_pane h6 {
	float: right;
	margin-top: 15px;
	font-size: 2em;
}
.fees_plan_recommend {
	clear: both;
}
.fees_plan_recommend li {
    padding-left: 45px;
    font-size: 1em;
}
.fees_plan_recommend li::before {
    top: -2px;
    width: 30px;
    height: 30px;
}
#fees_select .inner {
	padding-top: 3.5em;
	padding-bottom: 3.5em;
}
#fees_select h4.title {
	margin-bottom: 2em;
}
#fees_select li {
    position: relative;
    float: none;
    padding: 1em 2em 1.2em 132px;
    width: 100%;
}
#fees_select li:not(:last-of-type) {
    margin-bottom: 1.5em;
}
#fees_select li:nth-of-type(3n) {
    margin-top: 0;
    margin-left: 0;
    clear: both;
}
#fees_select li::before {
    bottom: -11px;
    width: 22px;
    height: 22px;
}
#fees_select li::after {
    width: 70px;
    height: 70px;
}
#fees_membership {
	overflow: hidden;
}
.fees_membership_flow_pane:not(:last-of-type)::before {
    bottom: -50px;
    width: 35px;
    height: 35px;
}
.fees_membership_first_image {
	float: none;
	aspect-ratio: 2 / 1;
	width: 100%;
}
.fees_membership_first_text {
	float: none;
	padding: 2.5em 2.2em;
	width: 100%;
}
.fees_membership_flow_pane h6 {
	margin-bottom: 1.2em;
}
.fees_membership_flow_pane p {
	float: none;
	clear: both;
	width: 100%;
}
.fees_membership_flow_pane p br {
	display: none;
}
.fees_membership_flow_pane .fees_membership_flow_soon {
	font-size: 0.7em;
	width: 135px;
	height: 135px;
}
#fees_membership_fee {
    float: none;
	margin-bottom: 2.5em;
	padding-bottom: 2.5em;
    padding-right: 0;
    width: 100%;
    border-right: none;
	border-bottom: 1px solid #ccc;
}
.fees_membership_fee_sum p {
	font-size: 2em;
}
#fees_membership_notes {
	float: none;
	width: 100%;
}
#fees_plan_students {
    float: none;
	margin-bottom: 3em;
    width: 100%;
    margin-right: 0;
}
#fees_plan_students .fees_plan_pane {
    width: 100%;
}
#fees_plan_students .fees_plan_pane:nth-of-type(even) {
    float: none;
}
#fees_plan_kids {
    float: none;
    width: 100%;
}
#fees_plan_kids .fees_plan_icon {
    width: 45px;
}

/* Gym */

#gym_data {
	margin-bottom: 3.5em;
}
#gym_data .main {
	float: none;
	margin-bottom: 3em;
	width: 100%;
}
#gym_data dt {
	width: 7em;
}
#gym_data dd {
	padding-left: 8em;
}
#gym_data .side {
	float: none;
	width: 100%;
}
#gym_data_map {
	margin-bottom: 2em;
	aspect-ratio: 3 / 2;
}
#gym_data_access ul {
	margin-bottom: 1.5em;
}
.gym_data_access_pane {
	padding: 1em 1.5em;
	text-align: left;
}
.gym_data_access_icon {
	float: left;
}
.gym_data_access_pane h6 {
	float: right;
	padding-top: 7px;
	width: calc(100% - 85px);
}
#gym_facilities_slides {
	margin-bottom: 3em;
}
.gym_facilities_panes {
	margin-bottom: 2em;
	padding-bottom: 1.5em;
}
.gym_facilities_pane {
	width: 23.5%;
}
.gym_facilities_pane:not(:last-of-type) {
	margin-right: 2%;
}
.gym_facilities_pane h4 {
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
.gym_facilities_others ul {
	float: none;
	margin-bottom: 1em;
	width: 100%;
}
.gym_facilities_others li {
	padding: 0.5em;
	font-size: 0.9em;
}
.gym_facilities_others h5 {
	float: none;
	width: 100%;
	font-size: 1em;
	letter-spacing: 0.03em;
}
.gym_facilities_others h5 br {
	display: none;
}

/* Contact */

#contact_form .side {
	float: none;
	margin-bottom: 5em;
	width: 100%;
}
#contact_form .main {
	float: none;
	width: 100%;
}
#contact_campaigns_wrapper {
	padding: 2.5em 2.2em;
}
#contact_campaigns_wrapper::before {
	background: url(../images/common/accent_color.png) no-repeat -50px center / 110%;
}
#contact_campaigns_wrapper p {
	text-align: left;
}
#contact_campaigns_wrapper p br {
	display: none;
}
.contact_campaigns_text {
	float: none;
	width: 100%;
}
.contact_campaigns_image {
	float: none;
	position: absolute;
	top: 2.5em;
	right: 2em;
	width: 170px;
}
.contact_campaigns_pane {
	padding: 1.5em 1em 1em 1em;
	width: 48%;
}
.contact_campaigns_pane:nth-of-type(even) {
	float: right;
}
.contact_campaigns_pane::before {
	top: -25px;
}
.contact_campaigns_pane.campaign_benefits_recommend {
	float: none;
	clear: both;
	width: 100%;
}
.contact_campaigns_pane:nth-of-type(3n - 1) {
	margin: 0;
}
.contact_campaigns_pane:not(:last-of-type) {
	margin-bottom: 2em;
}
#contact_campaigns h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	letter-spacing: 0.05em;
}
.contact_campaigns_summary {
	margin-bottom: 2em;
}
.contact_campaigns_pane h4 {
	font-size: 1.6em;
}
.contact_campaigns_pane h4 .label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
#contact_campaigns_glove h4 .label {
	letter-spacing: 0.08em;
}
.form_faq_pane {
	padding: 1em 0;
}
.form_faq h3 {
	font-size: 1.5em;
}
.form_faq_pane h4 {
	font-size: 1.15em;
}
.form_faq_a {
	font-size: 1em;
}
.form {
	width: 100%;
}
.submit p.note {
	margin-top: 0;
}
.submit p.note br {
	display: none;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="number"],
.form textarea {
	font-size: 34px !important;
}

.sent_direct {
	width: 100%;
}

.flatpickr-calendar {
	transform: scale(1.6);
    transform-origin: left top;
}

/* Socks */

#socks_cta {
	height: auto;
}
#socks_cta_wrapper {
	padding-top: 5em;
	padding-bottom: 5em;
}
#socks_cta_wrapper h3 {
	font-size: 2em;
}
.socks_cat_text {
	text-align: left;
}
.socks_cat_text p {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
.socks_cta_button a {
    padding: 1.3em 2em 1.4em 140px;
}
.socks_cta_button a::before {
    left: 45px;
    width: 65px;
    height: 65px;
}

/* Footer */

#footer_inner {
	padding: 0 50px 2em 50px;
	min-width: 0;
}
#footer_data {
	float: none;
	margin-bottom: 3.5em;
	width: 100%;
}
#footer_instagram {
	margin-top: -1em;
	width: 250px;
}
#footer_instagram a::before {
    top: -20px;
    right: -25px;
    width: 70px;
    height: 70px;
    background: #6e759b url(../images/common/icon_instagram_white.png) no-repeat center / 40px;
}
#footer_instagram h4 {
    font-size: 0.88em;
}
#footer_logo {
	margin-bottom: 2em;
}
#footer_logo a {
	width: 230px;
	height: 67px;
}
.footer_address {
	margin-bottom: 0;
}
.footer_address p {
	line-height: 1.8em;
}
#footer_meta {
	float: none;
	width: 100%;
}
#footer_menu {
	margin-right: 0;
}
#footer_menu li:not(:last-of-type) {
	margin-bottom: 1.5em;
}
#footer_menu li a {
	padding-left: 35px;
	font-size: 1.1em;
}
#footer_menu li a::before {
	width: 18px;
	height: 18px;
}
#copyright {
	float: right;
	transform: translateX(20px);
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 0.75em;
	letter-spacing: 0;
}
#footer_titles {
	transform: translateY(35px);
}