/*
Theme Name: MYTREX Official Site future shop
Author: Sotsu Medical
Author URI: https://www.mytrex.jp/
Description:
Version: 1.0
*/

/***************************************************************
*
* ブラウザのデフォルトCSSをリセットします
*
***************************************************************/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;margin-top:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* font
-------------------------------------------------------------- */

strong {font-weight: 800;}
em {font-style: italic;}
ol {list-style-type: decimal;}
.fs {font-family: 'Times New Roman','YuMincho','Hiragino Mincho ProN','Yu Mincho','MS PMincho',serif;}

/* general -------------------------------------------------------------- */

.cfx:before,
.cfx:after {
	content: " ";
	display: table;
}

.cfx:after {
	clear: both;
}

.cfx {
	*zoom: 1;
}

body {
	font-size: 14px;
	background-color: #ffffff;
	font-family: sans-serif;
}

a {
	outline: none;
	color: #000000;
	text-decoration: none;
	text-decoration: underline;
}

a:link {
	color: #333;
}

a:hover {
	color: #76B28A;
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a:focus,
*:focus {
	outline: none;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}

.container {
	width: 100%;
}

html :where(img) {
    height: auto;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.container,
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-11,
	.col-sm-12 {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media screen and (min-width: 768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-xs-1,
	.col-xs-10,
	.col-xs-11,
	.col-xs-12,
	.col-xs-2,
	.col-xs-3,
	.col-xs-4,
	.col-xs-5,
	.col-xs-6,
	.col-xs-7,
	.col-xs-8,
	.col-xs-9 {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media screen and (max-width: 767px) {
	.pc_none {display: none !important;}
	.pc {display: none !important;}
}

@media screen and (min-width: 768px) {
	.sp_none {display: none !important;}
	.sp {display: none !important;}
}

.data-info {display: none;}
.data-info.activate {display: block;}

/* menu -------------------------------------------------------------- */

@media screen and (max-width: 767px) {
	.menu_pc {display: none;}
}

@media screen and (min-width: 768px) {
	.menu_sp {display: none;}
}


/* pc -------------------------------------------------------------- */

.menu_pc_f {
	background: #ffffff;
	/* height: 14vw; */
}
.menu_pc_f.is_fixed {
	position: fixed;
	z-index: 9999;
	/* height: 7vw; */
}

.menu_pc_list_logo {
	text-align: center;
}

.menu_pc_list_logo img {
	width: 14vw;
	height: auto;
}

.menu_pc_list {
	position: relative;
	list-style-type: none;
	margin: 0 auto;
}

.menu_pc_list li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: right;
}

.menu_pc_list li a {
	display: block;
	margin: 0;
	padding: 13px 0;
	padding: 0 0 0.5vw;
	color: #3f3c3c;
	font-size: 1.2vw;
	line-height: 1.2vw;
	text-decoration: none;
	z-index: 100;
}


/* pc -------------------------------------------------------------- */


/* ドロワーメニュー
------------------------------------------------- */

.wrapper {
	height: 100%;
	overflow-x: hidden;
	position: relative;
}

.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .7s;
}

.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}

main {
	height: 100%;
	/*min-height: 100vh;*/
	padding: 0 0px;
	background-color: #fff;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* margin-top: 8vw; */
}

@media screen and (max-width: 767px) {
	main {
		margin-top: 14vw;
	}
}

@media screen and (min-width: 768px) {
	main {
		/* margin-top: 13vw; */
	}
}

main h1 {
	text-align: center;
	font-weight: 500;
}

.menu-trigger {
	display: inline-block;
	width: 22px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 4vw;
	left: 4vw;
	z-index: 1000;
	transform: translateX(0);
	transition: transform .5s;
}

.menu-trigger.active {
	transform: translateX(80vw);
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}

.menu-trigger.active span {
	background-color: #555;
}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(11px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
	top: 9px;
}

.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-7px) rotate(45deg);
	bottom: 1.2vw;
}

nav {
	width: 80vw;
	height: 100%;
	padding-top: 0px;
	background-color: rgb(256, 256, 256, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	transform: translate(-80vw);
	transition: all .5s;
}

nav.open {
	transform: translateZ(0);
	overflow: scroll;
	background: #040000;
}

nav li {
	color: #fff;
	text-align: center;
	padding: 10px 0;
}


/*                         sp menu                           */

.menu_sp_list_logo {
	padding: 18px 0vw 18px 0vw;
	text-align: center;
	width: 100%;
	background: #ffffff;
	z-index: 999;
}

.menu_sp_list_logo img {
	width: 23vw;
	height: auto;
}

.menu_sp_list {
	/*position: relative;*/
	overflow: hidden;
	color: #ffffff;
	background: #040000;
	border-bottom: 0.22vw solid #fff;
}

.menu_sp_list input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.menu_sp_list label {
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 2px;
	position: relative;
	display: block;
	padding: 4vw 0vw 4vw 5vw;
	cursor: pointer;
	margin: 0 0 1px 0;
	background: #040000;
}

.menu_sp_list .menu_sp_list-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
	color: #000000;
	background: #ffffff;
}


/* :checked */

.menu_sp_list input:checked~.menu_sp_list-content {
	max-height: 70em;
}


/* Icon */

.menu_sp_list label::after {
	line-height: 6vw;
	position: absolute;
	top: 2vw;
	right: 0;
	display: block;
	width: 6vw;
	height: 6vw;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
	font-size: 5vw;
}

.menu_sp_list input[type=checkbox]+label::after {
	content: '+';
}

.menu_sp_list input[type=checkbox]:checked+label::after {
	transform: rotate(315deg);
}

/*                         sp menu                           */

/* menu -------------------------------------------------------------- */


/* footer -------------------------------------------------------------- */

footer {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	background: #040000;
	margin: 0px 0px 0px;
	font-size: 10px;
	color: #ffffff;
}

@media screen and (max-width: 767px) {
	footer {
		padding: 10vw 6vw 6vw 6vw;
	}
	.footer_logo img {
		/* width: 35vw; */
		height: auto;
	}
	.footer_padding {
		width: 100%;
		text-align: center;
	}
	.footer_copyright {
		width: 100%;
		text-align: left;
		font-size: 1.9vw;
		line-height: 3vw;
		letter-spacing: 0.1vw;
		color: #fff;
	}
	.footer_menu_product {
		width: 100%;
		/* padding: 5vw 0vw 5vw 10vw; */
		text-align: left;
		margin-bottom: 6vw;
	}
	.footer_menu_product_box {
		display: flex;
		justify-content: space-between;
	}
	.footer_menu_product_ttl3 {
		font-size: 2.5vw;
		line-height: 4vw;
		letter-spacing: 0.5vw;
		color: #ffffff;
	}
	.footer_menu_product_ttl3 a {
		color: #ffffff;
	}
	.footer_menu_product_ttl3 a:hover {
		color: #ffffff;
		text-decoration: none;
	}
}

@media screen and (min-width: 768px) {
	footer {
		padding: 2vw 0px 2vw;
	}
	.footer_logo {
		width: 11.5vw;
		text-align: center;
	}
	.footer_logo img {
		height: auto;
	}
	.footer_logo_journal {
		margin-bottom: 6vw;
	}
	.footer_logo_related {
		width: 13vw;
		margin: 0 auto;
		padding-bottom: 1vw;
	}
	.footer_logo_shop {
		margin-bottom: 1vw;
	}
	.footer_padding {
		width: 100%;
		text-align: left;
	}
	.footer_copyright {
		width: 100%;
		text-align: center;
		font-size: 0.7vw;
		line-height: 1.0vw;
		letter-spacing: 0vw;
		color: #fff;
	}
	.footer_menu_product {
		width: 100%;
		text-align: left;
	}
	.footer_menu_product_box {
		float: left;
		width: 16vw;
		padding-right: 2vw;
	}
	.footer_menu_product_ttl3 {
		font-size: 0.8vw;
		line-height: 1.2vw;
		letter-spacing: 0.01vw;
		color: #ffffff;
	}
	.footer_menu_product_ttl3 a {
		color: #ffffff;
	}
	.footer_menu_product_ttl3 a:hover {
		color: #ffffff;
		text-decoration: none;
	}
}


/* footer -------------------------------------------------------------- */



/* Owned Media */

@keyframes slidedown {
	from {
		opacity: 1;
		transform: translateY(-20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeout {
	from {
		opacity: 1;
		transform: translateY(0px);
	}
	to {
		opacity: 1;
		transform: translateY(0px);
	}
}

@media screen and (max-width: 767px) {
	/* new_header_menu */	
	.menu_sp .menu_sp_list_logo {
		padding: 3.3vw 0 3.3vw 38vw;
		text-align: left;
		position: initial;
		height: 14vw;
	}
	.menu_sp .menu_sp_list_logo img {
		vertical-align: middle;
	}
	.menu-trigger {
		width: 6.6vw;
		height: 5.0vw;
		top: 5vw;
		left: inherit;
		right: 4vw;
	}
	.menu-trigger.active {
		transform: translateX(0);
		z-index: 1001;
	}
	.menu-trigger.active span:nth-of-type(1) {
		transform: translateY(1.5vw) rotate(-45deg);
	}
	.menu-trigger span:nth-of-type(2) {
		top: 2.2vw;
	}
	.menu-trigger.active span:nth-of-type(3) {
		transform: translateY(-2vw) rotate(45deg);
	}
	.menu_sp .wps-btn-cart {
		right: 12vw;
		top: 2.5vw;
	}
	nav {
		left: inherit;
		right: 0;
		transform: translate(80vw);
		padding: 0 0 0 0;
	}
	nav.open {
		background: #ffffff;
	}
	.menu_sp_list {
		background: #ffffff;
		border-bottom: none;
	}
	.menu_sp_list0_logo {
		width: 34vw;
		margin: 0vw 0 6vw;
	}
	.menu_sp_list0 {
color: #333;
font-size: 4.5vw;
font-weight: 700;
background: #fff;
padding: 2.5vw 0;
letter-spacing: 0.2vw;
	}
	.menu_sp_list0 a {
		display: block;
		color: #333333;
		margin-bottom: 0;
		text-decoration: none;
	}
	.menu_sp_list1 {
		font-size: 2.5vw;
		width: 50vw;
	}
	.menu_sp_list1 span {
		display: inline-block;
		margin-bottom: 1.5vw;
		margin-right: 1.5vw;
	}
	.menu_sp_list1 a {
		text-decoration: none;
	}
	.menu_sp_list label {
		color: #333333;
		background: #ffffff;
		margin-bottom: 0;
		padding: calc(2.5vw + 5px) 0vw calc(2.5vw + 5px) 0;
	}
	.header_menu_product_ttl4 {
font-size: 3.0vw;
margin-bottom: 4vw;
letter-spacing: 0.1vw;
	}
	.header_menu_product_ttl4 a {
		display: inline-block;
		position: relative;
		padding-right: 3vw;
		margin-right: 4vw;
		margin-bottom: 2vw;
		text-decoration: none;
	}
	.header_menu_product_ttl4 a::after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 3px transparent;
		border-left: solid 4px #000000;
		top: 50%;
		right: -3px;
		margin-top: -3px;
	}
	.header_menu_sns {
		display: flex;
		gap: 0 3.6vw;
		/* justify-content: space-between; */
	}
	.header_menu_sns img {
		height: 6.5vw;
	}
	nav.open {
		/* background: #D2E2D6; */
	}
	.overlay.open {
		height: 100vh;
	}
	.menu_sp_list_head {
		background: #ffffff;
		margin: 0 0;
		padding: 4vw 4vw 8vw;
		/* width: 80vw; */
	}
	.menu_sp_list_foot {
		/* background: #D2E2D6; */
		margin: 0 0;
		padding: 0 4vw;
		/* width: 80vw; */
	}
	.menu_sp_list label::after {
		font-size: 4vw;
		right: 17vw;
	}
	.menu_sp_list input[type=checkbox]+label::after {
		content: '▼';
	}
	.menu_sp_list input[type=checkbox]:checked+label::after {
		transform: rotate(-180deg);
	}
	.menu_sp_list-search {
		position: relative;
		display: block;
		font-size: 2.6vw;
		margin-bottom: 4.6vw;
		padding-right: 23vw;
	}
	.menu_sp_list-search:last-child {
		margin-bottom: 0;
	}
	.menu_sp_list-search:before {
		content: '';
		width: 1vw;
		height: 1vw;
		border: 0;
		border-top: solid 1px #000000;
		border-right: solid 1px #000000;
		position: absolute;
		top: 50%;
		right: 20vw;
		margin-top: -4px;
		transform: rotate(45deg);
	}
	.menu_sp {
		display: flex;
		align-items: center;
		padding-right: 14.6vw;

		position: fixed;
		width: 100%;
		background-color: #fff;
		height: 14vw;
		z-index: 999;
	}
	.menu_sp_list_icon {
		display: flex !important;
		gap: 0 4vw;
	}
	.menu_sp_list_store {
		height: 7.0vw;
	}
	.menu_sp_list_store img {
		height: 7vw;
		max-width: none;
	}
	footer > .menu_sp {
		display: block;
	}

	/*  */
	input[type=checkbox].menu-checkbox {
		margin-top: 0;
		width: 5.8vw;
		height: 4vw;
		position: absolute;
		top: 4vw;
		left: inherit;
		right: 4vw;
	}
	input[type=checkbox].menu-checkbox {
		opacity: 0;
		z-index: 1002;
	}
	input[type=checkbox].menu-checkbox:checked ~ .menu-trigger {
		transform: translateX(0);
		z-index: 1001;
	}
	input[type=checkbox].menu-checkbox:checked ~ .menu-trigger span:nth-of-type(1) {
		transform: translateY(1.5vw) rotate(-45deg);
	}
	input[type=checkbox].menu-checkbox:checked ~ .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	input[type=checkbox].menu-checkbox:checked ~ .menu-trigger span:nth-of-type(3) {
		transform: translateY(-2vw) rotate(45deg);
	}
	input[type=checkbox].menu-checkbox ~ nav.menu_sp_list {
		background: #D2E2D6;
	}
	input[type=checkbox].menu-checkbox:checked ~ nav.menu_sp_list {
		transform: translateZ(0);
    	overflow: scroll;
	}
	.menu-checkbox_overlay {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		opacity: 0;
		transition: opacity .7s;
	}
	input[type=checkbox].menu-checkbox:checked ~ .menu-checkbox_overlay {
		width: 100%;
		height: 100vh;
		opacity: 1;
	}

	/* footer_menu */
	footer {
		background: #000000;
	}
	.footer_logo {
		display: flex;
		justify-content: center;
		margin-bottom: 6vw;
	}
	.footer_logo_journal {
		width: 38vw;
	}
	.footer_logo_related {
		width: 35vw;
		margin: 0 auto 5vw;
	}
	.footer_logo_shop {
		margin-bottom: 2vw;
	}
	.footer_menu_product_ttl3 {
		display: flex;
		justify-content: space-between;
		width: 43vw;
	}
	.footer_menu_product_ttl3 a {
		color: #ffffff;
		font-size: 3.0vw;
		display: block;
		text-decoration: none;
		margin-bottom: 2vw;
		position: relative;
		padding-left: 2.5vw;
		font-family: "Quicksand", sans-serif;
	}
	.footer_menu_product_ttl3 a::before {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 4px transparent;
		border-left: solid 6px #ffffff;
		top: 50%;
		left: 0;
		margin-top: -3px;
	}
	.footer_menu_product_ttl3 a:hover {
		color: #ffffff;
	}
	.footer_menu_product_ttl4 {
		width: 35vw;
	}
	.footer_menu_product_ttl4 a {
		font-size: 2.6vw;
		display: block;
		text-decoration: none;
		position: relative;
		padding-left: 2.5vw;
		color: #ffffff;
	}
	.footer_menu_product_ttl4 a::before {
		position: absolute;
		content: '・ ';
/*		width: 0;
		height: 0;
		border: solid 3px transparent;
		border-left: solid 5px #ffffff; */
		top: 50%;
		left: 0;
		margin-top: -3px;
	}
	.footer_menu_product_ttl4 a:hover {
		color: #ffffff;
	}
	.footer_menu_product_ttl4 a:not(:last-child) {
		margin-bottom: 1.3vw;
	}
	.footer_copyright p {
		color: #ffffff;
		font-size: 1.5vw;
		text-align: center;
	}
	.footer_menu_product .sp_column_reverse {
		display: flex;
		flex-direction: column-reverse;
	}
	.footer_menu_sns {
		display: flex;
		gap: 0 3.6vw;
	}
	.footer_menu_sns > a {
		display: block;
		/* height: 6vw; */
	}
	.footer_menu_sns > a img {
		height: auto;
	}

	/* page_top */
	#pageTop {
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 10000;
	}

	#pageTop img {
		width: 100%;
	}

	#pageTop i {
		padding-top: 6px
	}

	#pageTop a {
		display: block;
		z-index: 999;
		padding: 8px 8px 8px 8px;
		border-radius: 0px;
		width: 35px;
		height: 35px;
		background-color: #231815;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}

	#pageTop a:hover {
		text-decoration: none;
		background-color: #ffffff;
	}
}

@media screen and (min-width: 768px) {
	/* header_menu */
	.menu_pc #header {
		height: 5.2vw;
	}
	.menu_pc #header.HeightMin {
		margin-top: -5.2vw !important;
	}
	.menu_pc_f {
		z-index: 10000;
	}
	.menu_pc_f.contents {
		/* height: 5.2vw; */
		background-color: #ffffff;
		padding-left: 2vw;
		padding-right: 2vw;
		transition: background-color 0.15s linear;
		animation-name: fadeout;
		/* position: fixed; */
	}
	.menu_pc_f.is_fixed {
		background-color: #ffffff;
		transition: background-color 0.15s linear;
		animation-name: slidedown;
		animation-duration: 1s;
	}
	.header_menu {
		background-color: #ffffff;
	}
	#menu_pc_lists {
		display: flex;
		justify-content: flex-end;
		position: relative;
		min-height: 5.5vw;
		margin-top: 1.5vw;
		margin-bottom: 2.5vw;
	}
	.menu_pc_list_logo {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}
	.menu_pc_list_page {
		display: flex;
		margin-bottom: 1.5vw;
	}
	.menu_pc_list_page li {
		font-size: 0.6vw;
		margin-right: 1vw;
	}
	.menu_pc_list_page li:last-child {
		margin-right: 0;
	}
	.menu_pc_list_page a {
		text-decoration: none;
		position: relative;
		padding-right: 0.6vw;
	}
	.menu_pc_list_page a::after {
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		border: solid 3px transparent;
		border-left: solid 4px #000000;
		top: 50%;
		right: -3px;
		margin-top: -3px;
	}
	.menu_pc_list_sns {
		display: flex;
		justify-content: flex-end;
	}
	.menu_pc_list_sns li {
		margin-right: 1vw;
	}
	.menu_pc_list_sns li:last-child {
		margin-right: 0;
	}
	.menu_pc_list_sns li a {
		display: block;
	}
	.menu_pc_list_sns li img {
		height: 1.5vw;
	}
	.menu_pc_list_category {
display: flex;
justify-content: center;
position: relative;
padding-right: 0;
font-size: 1.6vw;
letter-spacing: .1vw;
padding-bottom: 1vw;
border-bottom: 1px solid #cde2d4;
font-family: "Quicksand", sans-serif;
font-weight: 600;
		/* margin-bottom: 4vw; */
	}
	#menu_pc_lists .menu_pc_list_category {
		display: none;
	}
	.menu_pc_list_category li {
		margin-right: 3.12vw;
	}
	.menu_pc_list_category li:last-child {
		margin-right: 0;
	}
	.menu_pc_list_category li > a {
		display: block;
		padding-bottom: 0;
		text-decoration: none;
	}

	/* スクロール後のヘッダー */
	.is_fixed .menu_pc_list_category {
		display: none;
	}
	.is_fixed #menu_pc_lists {
		min-height: auto;
		align-items: center;
		justify-content: space-between;
		margin-top: 0.5vw;
    	margin-bottom: 0.5vw;
	}
	.is_fixed #menu_pc_lists .menu_pc_list_logo img {
		width: 6vw;
		margin: 0.5vw 0 0;
	}
	.is_fixed #menu_pc_lists .menu_pc_list_category {
		display: flex;
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
		font-size: 1.3vw;
	}
	.is_fixed #menu_pc_lists .menu_pc_list_logo {
		position: relative;
		top: initial;
		left: initial;
		transform: inherit;
		-webkit-transform: inherit;
		-ms-transform: inherit;
	}
	.is_fixed #menu_pc_lists .menu_pc_list_page {
		display: none;
	}

	/* footer_menu */
	footer {
		background: #000000;
		padding: 0;
		margin-top: 5vw !important;
	}
	.footer_inner {
		display: flex;
		justify-content: space-between;
		padding: 2.5vw 0 1.5vw;		
	}
	.footer_menu_product {
		width: 33vw;
	}
	.footer_menu_product_box {
		float: none;
		width: auto;
		padding-right: 0;
		display: flex;
	}
	.footer_menu_product_ttl3 {
		margin-right: 7vw;
	}
	.footer_menu_product_ttl3 a {
font-size: 1.1vw;
letter-spacing: .2vw;
color: #fff;
display: block;
text-decoration: none;
position: relative;
padding-left: 1.2vw;
font-family: "Quicksand",sans-serif;
	}
	.footer_menu_product_ttl3 a::before {
position: absolute;
content: '';
width: 0;
height: 0;
border: solid 4px transparent;
border-left: solid 5px #fff;
top: 50%;
left: 0;
margin-top: -4.5px;
	}
	.footer_menu_product_ttl3 a {
		margin-bottom: 0.5vw;
	}
	.footer_menu_product_ttl3 a:hover {
		color: #ffffff;
	}
	.footer_menu_product_ttl4 {
		margin-bottom: 1.5vw;
	}
	.footer_menu_product_ttl4 a {
		font-size: 0.8vw;
		color: #ffffff;
		display: block;
		text-decoration: none;
		position: relative;
		padding-left: 0.8vw;
	}
	.footer_menu_product_ttl4 a::before {
position: absolute;
content: '・';
width: 0;
height: 0;
top: 50%;
left: 0;
margin-top: -3px;
	}
	.footer_menu_product_ttl4 a:hover {
		color: #ffffff;
	}
	.footer_menu_product_ttl4 a:not(:last-child) {
		margin-bottom: 0.5vw;
	}
	.footer_menu_sns {
		display: flex;
		justify-content: space-between;
	}
	.footer_menu_sns > a {
		display: block;
		/* margin-right: 2vw; */
		height: 1.5vw;
	}
	.footer_menu_sns > a:last-child {
		margin-right: 0;
	}
	.footer_menu_sns > a img {
		height: 100%;
	}
	.footer_copyright {
		font-size: 0.78vw;
		color: #ffffff;
		padding-bottom: 1vw;
	}

	/* page_top */
	#pageTop {
		position: fixed;
		bottom: 2vw;
		right: 2vw;
		z-index: 10000;
	}

	#pageTop img {
		width: 100%;
	}

	#pageTop i {
		padding-top: 6px
	}

	#pageTop a {
		display: block;
		z-index: 999;
		padding: 8px 8px 8px 8px;
		border-radius: 0px;
		width: 35px;
		height: 35px;
		background-color: #231815;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
	}

	#pageTop a:hover {
		text-decoration: none;
		background-color: #ffffff;
	}
}


@media screen and (min-width: 768px) {
	.line_content {
        padding-top: 6.5vw;
    }
	.line_content .bnr_wrap img{
		width: 100%;
		height: auto;
    }
    .line_content .cat_ttl {
        width: 58vw;
        margin: 0 auto 3.5vw;
    }
    .line_content .box_wrap {
        display: flex;
        border: 2px solid #ff147a;
        padding: 3vw 5vw 3vw 7vw;
    }
    .line_content .box_1 {
        width: 37vw;
        padding-right: 1.5vw;
        border-right: 1px dashed #000000;
        margin-right: 1.5vw;
    }
    .line_content .box_2 dt {
        font-size: 1.0vw;
        font-weight: bold;
        margin-bottom: 1vw;
    }
    .line_content .box_2 dd ul li {
        font-size: 0.8vw;
        line-height: 1.2vw;
        margin-bottom: 0.5vw;
        text-indent: -1em;
        margin-left: 1em;
    }
    .coupon_time1 {
        font-size: 0.6vw;
    }
    .coupon_time2 {
        font-size: 1.2vw;
        font-weight: bold;
    }
    .line_link {
        position: relative;
    }
    .line_link_btn {
        width: 9.4vw;
        position: absolute;
        right: 8%;
		bottom: 47%;
		height: 2vw;
    }
}

@media screen and (max-width: 767px) {
	.line_content {
        /* padding-top: 7.5vw; */
    }
    .line_content .cat_ttl {
        width: 83vw;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5vw;
    }
    .line_content .box_wrap {
        border: 2px solid #ff147a;
        margin-left: 7.5vw;
        margin-right: 7.5vw;
    }
    .line_content .box_1 {
        padding: 6vw 12vw 6vw 12vw;
    }
    .line_content .box_2 {
        padding: 6vw 6vw 6vw 6vw;
        background-color: #f0f0f0;
    }
    .line_content .box_2 dt {
        font-size: 3vw;
        font-weight: bold;
        margin-bottom: 2.5vw;
    }
    .line_content .box_2 dd ul li {
        font-size: 3vw;
        line-height: 4vw;
        margin-bottom: 2.5vw;
        text-indent: -1em;
        margin-left: 1em;
    }
    .line_content .box_2 dl:nth-child(2) dd ul li {
        margin-bottom: 0;
        font-size: 2vw;
    }
    .coupon_time {
        padding-top: 2vw;
    }
    .coupon_time1 {
        font-size: 3.5vw;
    }
    .coupon_time2 {
        font-size: 3.5vw;
        font-weight: bold;
    }

    .line_link {
        margin-left: 12vw;
        margin-right: 12vw;
        margin-top: 8vw;
        margin-bottom: 15vw;
    }
    .line_link_ttl {
        font-size: 3.4vw;
        line-height: 5vw;
        text-align: center;
        font-weight: bold;
        margin-bottom: 3vw;
    }
    .line_link_btn {
        margin-bottom: 3vw;
    }
    .line_link_qr {
        margin-bottom: 6vw;
    }
    .line_link_txt {
        font-size: 3vw;
        line-height: 5vw;
        margin-bottom: 2.5vw;
    }
    .line_link_txt .color_pink {
        color: #fa2f6c;
    }
    .line_link_subtxt {
        font-size: 2vw;
    }
}

@media screen and (max-width: 767px) {
.blog_item_area {
padding: 4vw 0vw;
}
.blog_item_box {
text-align: center;
padding: 1vw 1vw;
float: left;
width: 50%;
}
.blog_item_img {
text-align: center;
}
.blog_item_img img {
width: 33vw;
}
.blog_item_nm {
font-size: 4vw;
line-height: 5vw;
color: #101010;
}
.blog_item_link {
padding: 2vw 1vw;
}
.btnb,
a.btnb,
button.btnb {
font-size: 3.5vw;
font-weight: none !important;
line-height: 4.1vw;
position: relative;
display: inline-block;
padding: 2vw 3vw !important;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
}
a.blog_btn_flat {
overflow: hidden;
padding: 1vw 2.5vw;
color: #fff !important;
border-radius: 0;
background: #000;
}
a.blog_btn_flat span {
position: relative;
}
a.blog_btn_flat:before {
position: absolute;
top: 0;
left: 2.5vw;
width: 150%;
height: 500%;
content: '';
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
transform: translateX(-98%) translateY(-70%) rotate(135deg);
background: #ff0f0f;
}
a.blog_btn_flat:hover:before {
-webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
transform: translateX(-9%) translateY(-25%) rotate(135deg);
}
.blog-img {
width: 80vw !important;
}
.news_size_img1 img {
width: 80vw !important;
}
.news_size_img2 img {
width: 80vw !important;
}
}

@media screen and (min-width: 768px) {
.blog_item_area {
padding: 5vw 2vw;
}
.blog_item_box {
text-align: center;
float: left;
width: 33%;
}
.blog_item_img {
text-align: center;
}
.blog_item_img img {
width: 18vw;
}
.blog_item_nm {
font-size: 1.2vw;
line-height: 1.5vw;
color: #101010;
}
.blog_item_link {
padding: 1vw 2vw;
}
.btnb,
a.btnb,
button.btnb {
font-size: 1.1vw;
font-weight: none !important;
line-height: 1.1vw;
position: relative;
display: inline-block;
padding: 1vw 2vw !important;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
}
a.blog_btn_flat {
overflow: hidden;
padding: 1vw 2.5vw;
color: #fff !important;
border-radius: 0;
background: #000;
}
a.blog_btn_flat span {
position: relative;
}
a.blog_btn_flat:before {
position: absolute;
top: 0;
left: 2.5vw;
width: 150%;
height: 500%;
content: '';
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
transform: translateX(-98%) translateY(-70%) rotate(135deg);
background: #ff0f0f;
}
a.blog_btn_flat:hover:before {
-webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
transform: translateX(-9%) translateY(-25%) rotate(135deg);
}
.blog-img {
width: 50vw !important;
}
.news_size_img1 img {
width: 40vw !important;
}
.news_size_img2 img {
width: 40vw !important;
}
}
