@charset "utf-8";

/*
Theme Name: aliceglint_theme
Description: Aliceglintのテーマです。
Version: 1.0
Author: 株式会社シーエスレポーターズ
*/

/* common-css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

input::placeholder {
	color: #ccc;
}
input::-ms-input-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
* {
	box-sizing: border-box;
}
a {
	transition: 0.3s;
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	text-decoration: none;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
li {
	list-style: none;
}

html {
	font-size: 14px;
}
body {
	overflow-x: hidden;
	line-height: 1.7;
	letter-spacing: 0.05em;
	color: #000;
	font-feature-settings: 'palt';
	font-family: 'ヒラギノ角ゴ W4', 'Hiragino Kaku Gothic', Verdana, 'メイリオ',
		Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wrap {
	max-width: 960px;
	margin: 0 auto;
}
.ps_re {
	position: relative;
}
.ps_ab {
	position: absolute;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.section {
	padding-top: 60px;
}
.flex.center {
	justify-content: center;
}

/* PARTS */
.body_label {
	background-size: contain;
	background-repeat: repeat-x;
	background-position: left center;
	width: 100%;
	height: 30px;
}
.body_label.header_label {
	background-image: url(img/common/label_top.png);
}
.body_label.footer_label {
	background-image: url(img/common/label_bottom.png);
}
.slick-dots li {
	margin: 0 4px;
}
.slick-dots li button:before,
.slick-dots li,
.slick-dots li button {
	width: 10px;
	height: 10px;
}
.slick-dots li button {
	padding: 0;
}
.slick-dots li button:before {
	line-height: 10px;
	color: #c1c1c1;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fddb5d;
}
.slick-dots {
	bottom: -30px;
}
.mv .metaslider .flex-control-nav {
	bottom: -30px;
}
.mv .metaslider .flex-control-nav li a {
	margin: 0 4px;
	background: #c1c1c1;
	width: 10px;
	height: 10px;
}
.mv .metaslider .flexslider {
	margin: 0 0 30px;
}
.mv .metaslider .flex-control-paging li a.flex-active {
	background: #fddb5d;
}
.title {
	text-align: center;
	margin-bottom: 40px;
}
.subtitle {
	margin-bottom: 50px;
}
.subtitle_text {
	font-size: 23px;
	position: relative;
	font-weight: normal;
}
.subtitle_text::before {
	content: '';
	background-color: #fddb5d;
	width: 70px;
	height: 4px;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.read_more a {
	border-radius: 4px;
	background-color: rgb(254, 220, 94);
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', Verdana,
		'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	width: 375px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 13px 0;
	position: relative;
}
.read_more a::after {
	content: '';
	width: 9px;
	height: 10px;
	position: absolute;
	transform: translateY(-50%);
	right: 20px;
	top: 50%;
	pointer-events: none;
	background: url(img/common/arrow.png) no-repeat center center / contain;
}

.read_more a + a {
	margin-top: 2%;
}

/* パンくずリスト */
.breadcrumbs_wrap {
	padding-top: 20px;
}
.breadcrumbs {
	color: #fddb5d;
}
.breadcrumbs span,
.breadcrumbs span a {
	color: #fddb5d;
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', Verdana,
		'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* HEADER */
.nav_toggle,
.sp_menu {
	display: none;
}
#header {
	border-bottom: 2px solid rgb(212, 212, 212);
}
#header .flex {
	justify-content: space-between;
	align-items: center;
}
#header .pc_menu a {
	color: #000;
	text-align: center;
	display: inline-block;
}
#header .pc_menu a img {
	display: block;
	margin: 0 auto 2px;
}
#header .pc_menu ul {
	display: flex;
	flex-wrap: wrap;
}
#header .pc_menu ul li {
	margin-right: 40px;
}
#header .pc_menu ul li:last-child {
	margin-right: 0;
}
.header_content {
	padding: 15px 0;
}

/* FOOTER */
#footer {
	margin-top: 80px;
	border-top: 2px solid rgb(212, 212, 212);
}
.footer_content {
	padding: 30px 0 20px;
}
.footer_content .logo {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}
.footer_content .text {
	text-align: center;
	font-size: 12px;
	font-feature-settings: initial;
}

/* TOP */
.mv {
	background: url(img/frontpage/mv_bg.jpg) no-repeat center center / cover;
	padding-bottom: 15px;
}
.mv .wrap {
	max-width: 1500px;
}
.front_sec {
	padding: 80px 0;
}
.home_sec01 .box {
	/* width: 48%; */
	width: 23%;
	margin: 1%;
}
.home_sec01 .box img {
	width: 100%;
	height: auto;
}
.home_sec01 .box a {
	display: block;
}
.home_sec01 .read_more {
	margin-top: 40px;
}
.home_sec02 {
	background: url(img/frontpage/mv_bg.jpg) no-repeat center center / cover;
}

.home_sec02 .flex {
	justify-content: space-between;
}

.home_sec02 .icon {
	width: 33%;
	text-align: center;
	margin-bottom: 50px;
}

.home_sec02 .icon:nth-child(n + 3) {
	margin-bottom: 0;
}

/* NEWS */
.news_content {
	border: 2px solid #fddb5d;
	padding: 20px 40px;
	height: 250px;
	overflow-y: scroll;
}
.news_box {
	padding: 20px 0;
	border-bottom: 2px dashed #fddb5d;
	display: flex;
	align-items: center;
}
.news_box a {
	color: #000;
	text-decoration: underline;
}
.news_box .date {
	margin-right: 70px;
}
.news.front_sec {
	padding-bottom: 0;
}

/* PAGE */
.page_title {
	text-align: center;
	padding: 45px 0 40px;
}

/* 会社概要 */
.company_sec01 .company_logo {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #fddb5d;
	height: 400px;
}
.company_sec02 table th,
.company_sec02 table td {
	padding: 20px 0;
	text-align: left;
	border-bottom: 2px dotted #fddb5d;
	letter-spacing: 0;
}
.company_sec02 table th {
	font-weight: bold;
	font-family: 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro W6', Verdana,
		'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	padding-right: 10px;
	min-width: 70px;
}
.company_sec02 table tr:first-child th,
.company_sec02 table tr:first-child td {
	padding-top: 0;
}
.company_sec02 .flex {
	justify-content: space-between;
}
.company_sec02 .box {
	width: 49%;
}
.company_sec02 .company_map iframe {
	width: 100%;
	height: 468px;
	border: 2px solid #fddb5d !important;
}
.company_sec03 .thousand_logo {
	margin-right: 20px;
}
.company_sec03 .text.top {
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
}
.company_sec03 table th {
	padding-right: 10px;
}
.company_sec03 .read_more {
	margin-top: 20px;
}
.company_sec03 .read_more a {
	margin-left: 0;
}
.company_sec03 .bnr {
	margin-bottom: 30px;
}
.company_sec03 .not_img {
	margin-left: 106px;
}
.company_sec03 .not_img .flex_nowrap {
	flex-wrap: nowrap;
	align-items: center;
}
.company_sec03 .flex_nowrap p {
	width: auto;
}
.company_sec03 .flex_nowrap .img {
	height: 100%;
	width: 200px;
	margin-left: 15px;
}
.company_sec03 .wrap .first-inner {
	margin-bottom: 60px;
}

/* NEWSアーカイブ */
.archive_news .news_content {
	max-height: 1590px;
	height: auto;
}

/* NEWSシングル */
.single_news .read_more {
	margin-top: 25px;
}
.single_news .read_more a {
	margin-left: 0;
}
.wp-block-image img {
	height: auto;
}
.single_news_content p,
.single_news_content ul,
.single_news_content ol,
.single_news_content img {
	margin: 25px 0;
}
.single_news_content a {
	display: inline-block;
	color: #000;
}
.single_news_content a::before {
	content: '';
	display: inline-block;
	background: url(img/common/arrow.png) no-repeat center center / contain;
	width: 9px;
	height: 10px;
	margin-right: 20px;
	vertical-align: middle;
}
.single_news .news_thumb {
	margin-bottom: 25px;
	border: 2px solid #fddb5d;
}
.single_news .news_thumb img {
	width: 100%;
	height: auto;
}
.single_news_content a {
	font-size: 20px;
}
.single_news .date {
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1;
}
.single_news .news_title {
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 20px;
}

/* 商品一覧 */
.select_year_wrap {
	text-align: right;
	margin-bottom: 20px;
	padding-right: 1%;
}
.select_year_wrap .flex {
	justify-content: flex-end;
}
.select_year_wrap .flex > div:nth-of-type(2) {
	margin-left: 20px;
}
.select_year {
	display: inline-block;
	position: relative;
}
.select_year::after {
	content: '';
	background: url(img/common/select_arrow.png) no-repeat center center / contain;
	width: 9px;
	height: 6px;
	transform: translateY(-50%);
	top: 55%;
	right: 25px;
	position: absolute;
	pointer-events: none;
}
.select_year select {
	-webkit-appearance: none;
	border: 2px solid #fddb5d;
	padding: 3px 43px 3px 21px;
	font-size: 16px;
	cursor: pointer;
	background-color: #fff;
}
select::-ms-expand {
	display: none;
}
.product_lineup .box {
	/* width: 48%; */
	width: 23%;
	margin: 1%;
}
.product_lineup .box a {
	display: block;
}
.product_lineup .box a img {
	height: auto;
}
.product_lineup_slider .slick-dots.product_top_dots {
	top: -30px;
	bottom: auto;
}

/* 商品詳細 */
.single_product_page_title .text {
	font-size: 2.2rem;
	font-weight: normal;
}
.product_slider .flex {
	justify-content: space-between;
	align-items: flex-start;
}
.product_slider_main {
	width: 50%;
}
.product_slider_main .slide_item {
	border: 2px solid #fddb5d;
}
.product_slider_main .slide_item img {
	width: 100%;
}
.product_slider_thumb {
	width: 48%;
}
.product_slider_thumb .thumbnail_item {
	width: 29%;
	margin: 0 2% 4%;
	overflow: hidden;
	height: 130px;
	position: relative;
	cursor: pointer;
	border: 2px solid #fddb5d;
}
.product_slider_thumb .thumbnail_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.product_slider_thumb .thumbnail_item:hover::before {
	opacity: 1;
}
.product_slider_thumb .thumbnail_item::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(253, 219, 93, 0.7);
	opacity: 0;
	transition: 0.3s;
}
.product_slider_thumb .thumbnail_item.thumbnail-current::before {
	opacity: 1;
}

.product_slider_thumb_item {
	display: flex;
	flex-wrap: wrap;
}
.product_slider_thumb .slick-dots {
	bottom: -10px;
}
.product_slider .text {
	font-size: 12px;
	margin-top: 5px;
}
.product_table table {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #e7e7e7;
}
.product_table table th,
.product_table table td {
	padding: 20px;
	font-size: 14px;
	line-height: 1.4;
}
.product_table table th {
	background-color: #e7e7e7;
	vertical-align: middle;
	width: 22%;
	border-bottom: 2px solid #fff;
}
.goods .product_table table tr th:nth-of-type(2) {
	border-bottom: 2px solid #e7e7e7;
}
.product_table table td {
	background-color: #fff;
	border: 2px solid #e7e7e7;
	width: 28%;
	vertical-align: middle;
}
.product_table table tr:last-child th {
	border-bottom: 2px solid #e7e7e7;
}
.product_table .jancode {
	text-align: right;
	margin-top: 10px;
}
.product_detail .product_title_copy {
	font-size: 20px;
}
.product_detail .product_title {
	font-size: 32px;
}
.product_detail .detail_content {
	margin: 20px 0;
}
.product_detail {
	margin-top: 30px;
}
.product_benefits {
	margin-top: 30px;
}
.product_benefits .box {
	width: 21%;
	margin: 0 2% 1%;
	position: relative;
	padding-bottom: 70px;
}
.product_benefits .box .img {
	border: 2px solid #fddb5d;
	margin-bottom: 10px;
}
.product_benefits .box .img img {
	width: 100%;
	height: auto;
}
.product_benefits .box .benefits_title {
	font-size: 20px;
	font-family: initial;
}
.product_benefits .box .read_more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.product_benefits .box .read_more a {
	width: 100%;
	display: block;
}
.product_limited {
	margin-top: 30px;
}
.product_limited_link a {
	display: inline-block;
	color: #000;
	font-size: 20px;
}
.product_limited_link a::before {
	content: '';
	display: inline-block;
	background: url(img/common/arrow.png) no-repeat center center / contain;
	width: 9px;
	height: 10px;
	margin-right: 20px;
	vertical-align: middle;
}
.product_back_btn {
	margin-top: 30px;
}
.product_back_btn a {
	margin-left: 0;
}
.product_slider span.caption {
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	background-color: #fd4a86;
	padding: 0 5px;
}
.product_slider_main span.caption {
	font-size: 16px;
}

/* フォーム */
.form_wrap .att {
	font-size: 12px;
	color: #fe2f2f;
	margin-bottom: 10px;
}
sup.must {
	color: #fe2f2f;
	font-size: 9px;
	vertical-align: top;
}
.form_wrap form table,
.form_confirm form table {
	border-collapse: collapse;
}
.form_wrap form table th,
.form_confirm form table th {
	background-color: #e7e7e7;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
	text-align: center;
}
.form_wrap form table td,
.form_confirm form table td {
	border: 2px solid #e7e7e7;
}
.form_wrap form table tr:last-child th,
.form_confirm form table tr:last-child th {
	border-bottom: 2px solid #e7e7e7;
}
.form_wrap form table th,
.form_wrap form table td,
.form_confirm form table th,
.form_confirm form table td {
	padding: 20px;
}
.form_wrap form table td span {
	display: block;
	margin-bottom: 10px;
}
.form_wrap form table,
.form_confirm form table {
	width: 100%;
	border: 2px solid #e7e7e7;
}
.form_wrap form table td span.form_att {
	font-size: 12px;
	margin: 10px 0 0;
}
.form_wrap form input[type='text'],
.form_wrap form input[type='tel'],
.form_wrap form input[type='email'],
.form_wrap form textarea {
	border: 2px solid #fddb5d;
	-webkit-appearance: none;
	padding: 8px 15px;
	width: 100%;
	max-width: 460px;
}
.form_wrap form textarea {
	resize: none;
	max-width: 100%;
	height: 120px;
}
.form_wrap form .form_column {
	margin-bottom: 20px;
}
.form_wrap form .form_column:last-child {
	margin-bottom: 0;
}
.form_wrap form .form_column.flex .form_column_box {
	max-width: 220px;
	width: 100%;
}
.form_wrap form .form_column.flex .form_column_box:first-child {
	margin-right: 20px;
}
.form_wrap form select {
	-webkit-appearance: none;
	border: 2px solid #fddb5d;
	width: 220px;
	padding: 5px 15px;
	background-color: #fff;
}
.form_wrap form .area_select {
	display: inline-block;
	position: relative;
}
.form_wrap form .area_select::after {
	content: '';
	background: url(img/common/select_arrow.png) no-repeat center center / contain;
	width: 9px;
	height: 6px;
	transform: translateY(-50%);
	top: 55%;
	right: 25px;
	position: absolute;
	pointer-events: none;
}
.form_wrap form input.w_adjust {
	max-width: 220px;
}
.form_btn_wrap {
	margin-top: 30px;
	text-align: center;
}
.form_btn_wrap .flex {
	justify-content: center;
}
.form_btn {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
.form_btn::after {
	content: '';
	width: 9px;
	height: 10px;
	position: absolute;
	transform: translateY(-50%);
	right: 20px;
	top: 50%;
	pointer-events: none;
	background: url(img/common/arrow.png) no-repeat center center / contain;
}
form .form_btn input {
	-webkit-appearance: none;
	background-color: #fddb5d;
	width: 357px;
	border: none;
	border-radius: 4px;
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W6';
	font-weight: bold;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 13px 0;
	box-shadow: none;
	letter-spacing: 0.05em;
	cursor: pointer;
	transition: 0.3s;
}
form .form_btn input:hover {
	opacity: 0.6;
}

/* 確認画面 */
.form_confirm form table th {
	width: 22%;
}
.form_confirm form table td {
	width: 78%;
}
.mw_wp_form.mw_wp_form_confirm .form_att {
	display: none;
}
.mw_wp_form.mw_wp_form_confirm .name_box .form_column_wrap {
	display: flex;
	align-items: center;
}
.mw_wp_form.mw_wp_form_confirm .name_box .form_column_box span,
.mw_wp_form.mw_wp_form_confirm .area_box .form_column_box span {
	display: none;
}
.mw_wp_form.mw_wp_form_confirm .area_box .form_column_box span.zip_text_change {
	display: inline-block !important;
}
.mw_wp_form.mw_wp_form_confirm .name_box .form_column:nth-of-type(2)::before {
	content: '（';
}
.mw_wp_form.mw_wp_form_confirm .name_box .form_column:nth-of-type(2)::after {
	content: '）';
}
.mw_wp_form.mw_wp_form_confirm .area_box .form_column.dib {
	display: inline-block;
}
.form_wrap form table td span.error {
	margin-bottom: 0;
}
.mw_wp_form.mw_wp_form_input .form_btn.display_confirm {
	display: none;
}
.mw_wp_form.mw_wp_form_confirm .form_btn.display_input {
	display: none;
}

/* 修正するボタン */
form .form_btn input[type='submit'].form_back_btn {
	background-color: #e7e7e7;
}

/* 完了画面 */
.form_thanks .text {
	text-align: center;
	font-size: 20px;
}
main.thanks_page {
	height: calc(100vh - 285px);
	display: block;
}
.pc_none {
	display: none;
}

@media screen and (max-width: 991px) {
	.wrap {
		padding: 0 20px;
	}
	body {
		padding-top: 97px;
		position: relative;
	}

	/* HEADER */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 999;
		background-color: #fff;
	}
	#header .pc_menu {
		display: none;
	}
	#header .nav_toggle {
		position: relative;
		display: block;
		width: 30px;
		height: 28px;
		z-index: 999;
	}
	#header .nav_toggle span {
		left: 0;
		position: absolute;
		background: #fddb5d;
		height: 4px;
		width: 30px;
		transition: 0.3s;
	}
	#header.open .nav_toggle span {
		background: #000;
	}
	#header.open .nav_toggle span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	#header.open .nav_toggle span:nth-of-type(2) {
		opacity: 0;
	}
	#header.open .nav_toggle span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}
	#header .nav_toggle span:nth-of-type(1) {
		top: 0;
	}
	#header .nav_toggle span:nth-of-type(2) {
		top: 12px;
	}
	#header .nav_toggle span:nth-of-type(3) {
		top: 24px;
	}
	.sp_menu {
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(253, 219, 93, 0.8);
		z-index: 998;
	}
	.sp_menu nav {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
	}
	.sp_menu li {
		text-align: center;
		margin-bottom: 50px;
	}
	.sp_menu li:last-child {
		margin-bottom: 0;
	}
	.sp_menu li a {
		color: #000;
		font-size: 24px;
		display: inline-block;
	}
	.sp_menu li img {
		display: block;
		margin: 0 auto 10px;
	}
	.header_content {
		padding: 10px 0 15px;
	}

	/* FOOTER */
	.footer_content .logo {
		left: 20px;
	}

	/* TOP */
	.mv .wrap {
		padding: 0;
	}

	/* フォーム */
	form .form_btn input {
		width: 330px;
	}
	.form_confirm form table th {
		width: 25%;
	}
	.form_confirm form table td {
		width: 75%;
	}

	/* 完了画面 */
	main.thanks_page {
		height: calc(100vh - 279px);
	}

	/* NEWSシングル */
	.single_news_content a {
		font-size: 16px;
	}

	/* 商品詳細 */
	.product_slider_thumb .thumbnail_item {
		height: 13vw;
	}
	.product_table table th,
	.product_table table td {
		padding: 15px 10px;
	}
	.product_limited_link a {
		font-size: 16px;
	}

	/* COMPANY */
	.company_sec03 .box {
		width: calc(100% - 106px);
	}
	.company_sec03 table th {
		min-width: 80px;
	}
	.company_sec03 .bnr {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 767px) {
	html {
		font-size: 13px;
	}
	/* COMMON */
	.read_more a {
		width: 100%;
	}
	.read_more a + a {
		margin-top: 3%;
	}

	.title {
		margin-bottom: 30px;
	}
	.title img {
		height: 122px;
	}
	body {
		padding-top: 75px;
	}
	.pc_none {
		display: block;
	}
	.sp_none {
		display: none;
	}

	/* パンクズリスト */
	.breadcrumbs span,
	.breadcrumbs span a {
		font-size: 10px;
	}
	.breadcrumbs_wrap {
		padding-top: 10px;
	}

	/* HEADER */
	#header .nav_toggle span {
		height: 2px;
	}
	#header .nav_toggle span:nth-of-type(2) {
		top: 7px;
	}
	#header .nav_toggle span:nth-of-type(3) {
		top: 14px;
	}
	#header .nav_toggle span {
		width: 25px;
	}
	#header .nav_toggle {
		width: 25px;
		height: 16px;
	}
	#header .logo img {
		width: 130px;
	}
	.header_content {
		padding: 5px 0 10px;
	}
	#header.open .nav_toggle span:nth-of-type(1) {
		-webkit-transform: translateY(7px) rotate(-45deg);
		transform: translateY(7px) rotate(-45deg);
	}
	#header.open .nav_toggle span:nth-of-type(3) {
		-webkit-transform: translateY(-7px) rotate(45deg);
		transform: translateY(-7px) rotate(45deg);
	}
	.sp_menu li:nth-of-type(1) img {
		width: 84px;
	}
	.sp_menu li:nth-of-type(2) img {
		width: 88px;
	}
	.sp_menu li:nth-of-type(3) img {
		width: 63px;
	}
	.sp_menu li:nth-of-type(4) img {
		width: 120px;
	}
	.sp_menu li:nth-of-type(5) img {
		width: 98px;
	}
	.sp_menu li a {
		font-size: 13px;
	}
	.sp_menu li {
		margin-bottom: 30px;
	}
	.sp_menu li img {
		margin: 0 auto 5px;
	}

	/* FOOTER */
	.footer_content .logo {
		position: initial;
		transform: initial;
	}
	.footer_content .logo img {
		width: 130px;
	}
	#footer .wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer_content .text {
		font-size: 10px;
	}
	.footer_content {
		padding: 15px 0 10px;
	}

	/* TOP */
	.home_sec01 .box {
		width: 100%;
		margin: 0 0 3%;
	}
	.front_sec {
		padding: 50px 0;
	}

	.home_sec02 .icon img {
		max-width: 70%;
	}

	/* NEWS */
	.news_content {
		padding: 0 20px 20px;
	}
	.news_box {
		padding: 15px 0;
	}
	.news_box .date {
		margin-right: 0;
		width: 100%;
		margin-bottom: 5px;
	}
	.news_box {
		flex-wrap: wrap;
	}

	/* PAEG */
	.page_title img {
		height: 124px;
	}
	.page_title {
		padding: 25px 0 30px;
	}
	.subtitle {
		margin-bottom: 25px;
	}
	.subtitle_text {
		font-size: 15px;
	}
	.subtitle_text::before {
		width: 70px;
		height: 2px;
		bottom: -7px;
	}

	/* 商品一覧 */
	.select_year select {
		font-size: 13px;
	}
	.select_year::after {
		top: 50%;
	}
	.select_year select {
		padding: 0 22px;
		height: 27px;
	}
	.select_year::after {
		right: 10px;
	}
	.select_year_wrap {
		margin-bottom: 30px;
	}
	.product_lineup .box {
		width: 48%;
	}

	/* 商品詳細 */
	.single_product_page_title img {
		height: auto;
		width: 85px;
	}
	.single_product_page_title .text {
		font-size: 20px;
	}
	.product_slider_main {
		width: 100%;
	}
	.product_slider_thumb {
		width: 100%;
		display: block;
	}
	.product_slider_thumb.slick-dotted.slick-slider {
		margin-bottom: 50px;
	}
	.product_slider_thumb.sp_none {
		display: none !important;
	}
	.product_slider_thumb .thumbnail_item {
		width: 65px;
		height: 65px;
		margin: 0 5px;
	}
	.product_slider_thumb .thumbnail_item.slick-current::before {
		opacity: 1;
	}
	.product_slider_thumb .slick-dots {
		line-height: 1;
		bottom: -35px;
	}
	.product_slider .text {
		font-size: 9px;
		margin: 10px 0;
		letter-spacing: 0;
		font-family: initial;
	}
	.product_detail .product_title_copy {
		font-size: 11px;
	}
	.product_detail .product_title {
		font-size: 20px;
	}
	.product_detail .detail_content {
		font-size: 13px;
		margin: 10px 0;
	}
	.product_table table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.product_table table th,
	.product_table table td {
		display: block;
		font-size: 13px;
		padding: 10px;
		font-family: initial;
	}
	.product_table table th {
		border-bottom: 1px solid #fff;
		width: 33%;
	}
	.product_table table tr:last-child th:first-child {
		border-bottom: 1px solid #fff;
	}
	.goods .product_table table tr th:nth-of-type(2) {
		border-bottom: 1px solid #fff;
	}
	.goods .product_table table tr:last-child th:first-child {
		border-bottom: 1px solid #e7e7e7;
	}
	.product_table table td {
		border: 1px solid #e7e7e7;
		width: 67%;
	}
	.product_benefits .box {
		width: 48%;
		margin: 0 1% 1%;
		padding-bottom: 42px;
	}
	.product_benefits .box .read_more a {
		padding: 5px 0;
	}
	.product_limited_link a::before {
		margin-right: 0.5em;
		margin-left: -1.5em;
	}
	.product_limited_link a {
		padding-left: 1.5em;
	}
	.product_limited_link a {
		font-size: 13px;
	}
	.product_benefits .box .benefits_title {
		font-size: 13px;
	}
	.product_benefits .box .benefits_copy {
		font-size: 11px;
	}
	.product_benefits .box .read_more {
		margin-top: 10px;
	}
	.product_slider span.caption {
		font-size: 11px;
	}
	.product_slider_main span.caption {
		font-size: 13px;
	}

	/* NEWS詳細 */
	.single_news .date {
		font-size: 11px;
	}
	.single_news .news_title {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.single_news_content {
		font-size: 13px;
	}
	.single_news_content a::before {
		margin-right: 0.5em;
		margin-left: -1.5em;
	}
	.single_news_content a {
		padding-left: 1.5em;
		font-size: 13px;
	}
	.single_news_content .attention {
		font-size: 11px;
		padding-left: 1em;
	}
	.single_news_content .attention::first-letter {
		margin-left: -1em;
	}

	/* COMPANY */
	.company_sec01 .company_logo {
		height: 180px;
	}
	.company_sec01 .company_logo img {
		width: 75px;
	}
	.section {
		padding-top: 30px;
	}
	.company_sec02 .box {
		width: 100%;
		margin-bottom: 20px;
	}
	.company_sec02 .box:last-child {
		margin-bottom: 0;
	}
	.company_sec02 table th,
	.company_sec02 table td {
		padding: 10px 0;
	}
	.company_sec02 .box .company_map iframe {
		height: 320px;
	}
	.company_sec03 .thousand_logo {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.company_sec03 .thousand_logo img {
		width: 110px;
	}
	.company_sec03 .text.top {
		font-size: 16px;
		margin-bottom: 0;
	}
	.company_sec03 .box {
		width: 100%;
	}
	.company_sec03 table th {
		min-width: 70px;
		text-align: left;
	}
	.company_sec03 table td ul li {
		font-family: initial;
	}
	.company_sec03 .not_img {
		margin-left: inherit;
	}
	.company_sec03 .not_img .flex_nowrap {
		flex-direction: row;
		flex-wrap: wrap;
	}

	/* フォーム */
	.form_wrap form table th,
	.form_wrap form table td,
	.form_confirm form table th,
	.form_confirm form table td {
		display: block;
		width: 100%;
		padding: 7px 19px;
	}
	.form_wrap form table th,
	.form_confirm form table th {
		border-bottom: none;
		text-align: left;
	}
	.form_wrap form table td,
	.form_confirm form table td {
		padding: 20px 19px;
	}
	.form_wrap form .form_column.flex .form_column_box:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.form_wrap form .form_column.flex .form_column_box {
		max-width: 100%;
	}
	.form_wrap form .form_column {
		margin-bottom: 10px;
	}
	.form_wrap form input.w_adjust {
		max-width: 100%;
	}
	.form_wrap form table td span.form_att {
		font-size: 10px;
	}
	.form_wrap form select {
		width: 100%;
	}
	.form_wrap form .area_select {
		display: block;
	}
	.form_wrap form .area_select::after {
		right: 15px;
	}

	/* 確認画面 */
	form .form_btn_wrap .form_btn {
		margin: 5px 0;
	}

	/* 完了画面 */
	.form_thanks .text {
		font-size: 16px;
	}
	main.thanks_page {
		height: calc(100vh - 239px);
		min-height: 300px;
	}
}

@media screen and (max-width: 370px) {
	.form_btn,
	form .form_btn input {
		width: 100%;
	}
}
