/* reset */

html {
	color: #505050;
	font-size: 62.5%;
	font-family: "SSTJapanese W55 Regular", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size: small;
	*font: x-small;
	font-weight: 400;
}

body {
	margin: 0px;
	padding: 0px;
}

* {
	box-sizing: border-box;
}

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,
hr,
button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1.6rem;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	box-sizing: border-box;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

img[src$=".svg"] {
	max-width: 100%;
}

a {
	text-decoration: none;
	transition: color 0.3s;
}

a:link {
	color: #505050;
}

a:visited {
	color: #505050;
}

a:hover {
	color: #505050;
}

a:active {
	color: #505050;
}

label {
	cursor: pointer;
}

svg {
	vertical-align: top;
}

[tabindex="-1"]:focus {
	outline: 0;
}

.sLock {
	overflow: hidden;
}

.comMt0 {
	margin-top: 0 !important;
}

.comMt30-60 {
	margin-top: 30px !important;
}

.pcNone {
	display: none;
}

.spNone {
	display: block;
}

.comCenter {
	text-align: center;
}

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 11;
	backface-visibility: hidden;
	background-color: #1a1a1a;
}

header a {
	text-decoration: none !important;
}

.headerInr01 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 14px 0 30px;
	height: 65px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerInr01 .headerLogo {
	width: 100px;
}

.headerInr01 .headerLogo a {
	transition: opacity 0.3s;
}

.headerInr01 .headerLogo a:hover {
	opacity: 0.6;
}

.headerInr01 dl {
	display: flex;
	align-items: center;
}

.headerInr01 dt {
	font-size: 1.4rem;
	color: #FFF;
}

.headerInr01 .headerSns01 {
	display: none;
}

.headerInr01 .headerSns02 {
	width: 30px;
	margin-left: 18px;
}

.headerInr01 .headerSns02 a {
	transition: opacity 0.3s;
}

.headerInr01 .headerSns02 a:hover {
	opacity: 0.6;
}

.headerInr01 .headerSns03 {
	width: 30px;
	margin-left: 10px;
}

.headerInr01 .headerSns03 a {
	transition: opacity 0.3s;
}

.headerInr01 .headerSns03 a:hover {
	opacity: 0.6;
}

.scrollmagic-pin-spacer {
	height: auto !important;
	min-height: inherit !important;
}

.headerInr02 {
	background-color: #5B6670;
}

.headerInr02 .headerInr02Act {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #5B6670;
}

.headerInr02 .headerInr02Box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 0 0 30px;
	height: 70px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.headerInr02 h1,
.headerInr02 #mainLogo {
	z-index: 11;
}

.headerInr02 h1 a,
.headerInr02 #mainLogo a {
	transition: opacity 0.3s;
}

.headerInr02 h1 a:hover,
.headerInr02 #mainLogo a:hover {
	opacity: 0.6;
}

.headerInr02 h1 img,
.headerInr02 #mainLogo img {
	width: 200px;
	vertical-align: middle;
}

.gNavPcOuter {
	display: flex;
	justify-content: flex-end;
}

.gNavPcOuter p span {
	display: inline-block;
}

#gNavPc {
	display: block;
}

#gNavPc ul {
	display: flex;
}

#gNavPc ul li {
	font-size: 1.3rem;
}

#gNavPc ul li a {
	color: #FFF;
	height: 70px;
	padding: 0 12px;
	transition: color 0.3s,background-color 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
}

#gNavPc ul li a:hover {
	color: #505050;
	background-color: #fff;
}

#gNavPc ul li.gNavPcAct a {
	color: #505050;
	background-color: #fff;
}

.menuTrigger {
	position: absolute;
	z-index: 10;
	display: none;
	box-sizing: border-box;
	backface-visibility: hidden;
}

.menuTrigger::before,
.menuTrigger::after {
	position: relative;
	display: block;
	content: "";
	background-color: #FFF;
	width: 26%;
	height: 1%;
	transition: transform 0.2s;
}

.menuTrigger::after {
	margin-top: 15%;
}

.menuTrigger::before:not(.active):hover {
	background-color: #FFF;
}

.menuTrigger::after:not(.active):hover {
	background-color: #FFF;
}

.menuTrigger.active::before {
	background-color: #FFF;
	transform: rotate(315deg);
	transform-origin: center;
	position: relative;
	top: 8%;
}

.menuTrigger.active::after {
	background-color: #FFF;
	transform: rotate(-315deg);
	position: relative;
	top: -8%;
	transform-origin: center;
}

#gNavSp {
	display: none;
}

#gNavSp .gNavSpInr {
	position: relative;
	z-index: 10;
	background-color: #5B6670;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	display: none;
}

#gNavSp ul {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	border-top: 1px solid #3a3a3a;
	padding: 0 5.33333vw;
}

#gNavSp ul li {
	font-size: 4.26667vw;
	font-family: "SST W55 Light", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 10;
	width: 100%;
}

#gNavSp ul li a,
#gNavSp ul li button {
	display: block;
	position: relative;
	padding: 6vw 0;
	color: #FFF;
	width: 100%;
	background-color: inherit;
	text-align: left;
}

#gNavSp ul li a::after,
#gNavSp ul li button::after {
	position: absolute;
	content: "";
	width: 2vw;
	height: 2.4vw;
	background-image: url(/common/image/arw_r01_line_w.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	right: 0;
	top: 50%;
	margin-top: -1.2vw;
}

#cmnWrap01 {
	background-color: #5B6670;
}

.cw01Inr {
	max-width: 1366px;
	margin: 0 auto;
	padding: 10px 188px;
	display: flex;
	align-items: center;
}

.cw01Inr p {
	font-size: 1.5rem;
	padding-right: 2em;
}

.cw01Inr p a {
	display: flex;
	align-items: center;
	color: #FFF;
	position: relative;
	padding-right: 14px;
	text-decoration: none !important;
}

.cw01Inr p a span:nth-child(2) {
	border-bottom: 1px solid #5B6670;
	transition: border-bottom 0.3s;
	line-height: 1.66;
}

.cw01Inr p a:hover span:nth-child(2) {
	border-bottom: 1px solid #FFF;
}

.cw01Inr p a::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 8px;
	background-image: url(/common/image/arw_r01_line_w.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	right: 0;
	top: 50%;
	margin-top: -4px;
}

.cw01Inr img {
	width: 30px;
	vertical-align: middle;
	margin-right: 10px;
}

#cmnWrap02 {
	background-color: #505050;
	border-top: 1px solid #3a3a3a;
}

.cw02Inr {
	max-width: 1366px;
	margin: 0 auto;
	padding: 55px 188px 60px;
}

.cw02Inr div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cw02Inr h3 {
	font-size: 2.8rem;
	font-family: "SST W55 Light", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFF;
}

.cw02Inr p {
	font-size: 1.5rem;
}

.cw02Inr p a {
	color: #FFF;
	position: relative;
	padding-right: 20px;
}

.cw02Inr p a span {
	border-bottom: 1px solid #505050;
	transition: border-bottom 0.3s;
	line-height: 1.66;
}

.cw02Inr p a:hover span {
	border-bottom: 1px solid #FFF;
}

.cw02Inr p a::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 8px;
	background-image: url(/common/image/arw_r01_line_w.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	right: 0;
	top: 50%;
	margin-top: -4px;
}

.cw02Inr ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 25px;
}

.cw02Inr ul li {
	width: calc(25% - 2px);
	font-size: 1.5rem;
}

.cw02Inr ul li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	color: #FFF;
	padding: 0 29px;
	border-bottom: 1px solid #3a3a3a;
	transition: box-shadow 0.3s,border-bottom 0.3s;
	cursor: pointer;
}

.cw02Inr ul li a:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid #505050;
}

.cw02Inr .cwImg01 {
	width: 50px;
}

.cw02Inr .cwImg02 {
	width: 66px;
}

.cw02Inr .cwImg03 {
	width: 60px;
}

.cw02Inr .cwImg04 {
	width: 70px;
}

#cmnWrap03 {
	margin-top: 80px;
}

.cw03Inr {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 188px;
	display: flex;
	justify-content: space-between;
}

.cw03Inr .cw03Box {
	background-color: #54616b;
	width: 50%;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	order: 2;
	padding: 30px;
}

.cw03Inr .cw03Box h3 {
	font-size: 2.2rem;
	font-family: "SST W55 Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	color: #FFF;
}

.cw03Inr .cw03Box .cw03Tx {
	font-size: 1.5rem;
	color: #FFF;
	margin-top: 20px;
}

.cw03Inr .cw03Box .cw03Btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.cw03Inr .cw03Box .cw03Btn a {
	background-color: #c8000a;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	color: #FFF;
	width: 150px;
	height: 50px;
	padding-left: 30px;
	position: relative;
	transition: background-color 0.3s , color 0.3s;
}

.cw03Inr .cw03Box .cw03Btn a:hover {
	color: #505050;
	background-color: #fff;
}

.cw03Inr .cw03Box .cw03Btn a::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 8px;
	background-image: url(/common/image/arw_r01_line_w.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	right: 30px;
	top: 50%;
	margin-top: -4px;
	transition: background-image 0.3s;
}

.cw03Inr .cw03Box .cw03Btn a:hover::after {
	background-image: url(/common/image/arw_r01_line.svg);
}

.cw03Inr .cw03Img {
	width: 50%;
	order: 1;
}

#cmnWrap04 {
	margin-top: 100px;
}

.cw04Inr {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 188px;
}

.cw04Inr h2 {
	font-size: 2.8rem;
	font-family: "SST W55 Light", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.0;
	letter-spacing: 0.05em;
}

.cw04Box {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.cw04Box:not(:first-child) {
	margin-top: 10px;
}

.cw04Box .cw04Img {
	width: 66%;
}

.cw04Box > div {
	width: 34%;
	background-color: #f5f5f5;
	display: flex;
	align-items: center;
	padding: 0 30px;
}

.cw04Box > div h3 {
	font-size: 2.2rem;
	font-family: "SST W55 Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	color: #666666;
}

.cw04Box > div .cw04Tx {
	font-size: 1.8rem;
	line-height: 1.66;
	margin-top: 20px;
}

.cw04Box > div .cw04Link {
	font-size: 1.5rem;
	margin-top: 20px;
}

.cw04Box > div .cw04Link a {
	position: relative;
	padding-right: 18px;
}

.cw04Box > div .cw04Link a span {
	border-bottom: 1px solid #f5f5f5;
	transition: border-bottom 0.3s;
	line-height: 1.66;
}

.cw04Box > div .cw04Link a:hover span {
	border-bottom: 1px solid #505050;
}

.cw04Box > div .cw04Link a::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 8px;
	background-image: url(/common/image/arw_r01_line.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	right: 10px;
	top: 50%;
	margin-top: -4px;
	right: 0 !important;
}

#cmnWrap05 {
	max-width: 1366px;
	margin: 40px auto 0;
	padding: 0 188px;
}

.cw05Inr {
	border: 1px solid #CCC;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 50px 40px;
}

.cw05Inr h3 {
	font-size: 2.2rem;
	color: #666666;
	font-family: "SST W55 Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.cw05Inr div div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 20px;
}

.cw05Inr .cw05Tx {
	font-size: 1.5rem;
	line-height: 1.66;
	color: #505050;
}

.cw05Inr .cw05Img {
	text-align: center;
}

.cw05Inr .cw05Img img {
	width: 60px;
	margin-right: 20px;
}

.cw05Inr ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 50%;
}

.cw05Inr ul li a {
	transition: opacity 0.3s;
}

.cw05Inr ul li a:hover {
	opacity: 0.6;
}

.cw05Inr ul li img {
	height: 70px;
}

#fBuyWrap {
	margin-top: 100px;
	background-color: #1a1a1a;
	position: relative;
}

#fBuyWrap::before {
	position: absolute;
	height: 1px;
	width: 100%;
	content: "";
	top: 70px;
	left: 0;
	background-color: #dbdbdb;
}

.fBuyInr {
	max-width: 1366px;
	margin: 0 auto;
	padding: 0 316px;
}

.fBuyInr h3 {
	font-size: 2.2rem;
	font-family: "SST W55 Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.fBuyInr h3 img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.fBuyList01 {
	padding: 30px 0;
	margin: 0 auto;
}

.fBuyList01 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.fBuyList01 li {
	width: 225px;
}

.fBuyList01 li:nth-child(n + 4) {
	margin-top: 30px;
}

.fBuyList01 li img {
	border: 1px solid #dbdbdb;
}

.fBuyList01 li a {
	transition: opacity 0.3s;
}

.fBuyList01 li a:hover {
	opacity: 0.6;
}

.fBuyList01::after {
	display: block;
	content: "";
	width: 225px;
}

#fBuyWrap + #bcWrap {
	margin-top: 0 !important;
	border-top: 1px solid #dbdbdb;
}

#bcWrap {
	margin-top: 100px;
	background-color: #f5f5f5;
}

.bcInr {
	max-width: 1366px;
	margin: 0 auto;
	padding: 20px 188px;
}

.bcInr ul {
	display: flex;
	flex-wrap: wrap;
}

.bcInr ul li {
	font-size: 1.3rem;
	line-height: 1.66;
	position: relative;
}

.bcInr ul li a {
	color: #505050;
	border-bottom: 1px solid #505050;
	transition: border-bottom 0.3s;
	text-decoration: none !important;
}

.bcInr ul li a:hover {
	border-bottom: 1px solid #f5f5f5;
}

.bcInr ul li:not(:last-child) {
	padding-right: 18px;
}

.bcInr ul li:not(:last-child)::after {
	position: absolute;
	content: "/";
	text-align: center;
	right: 0;
	width: 18px;
}

footer {
	background-color: #1a1a1a;
}

footer a {
	text-decoration: none !important;
}

.footerInr01 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footerInr01 .footerLogo a {
	transition: opacity 0.3s;
}

.footerInr01 .footerLogo a:hover {
	opacity: 0.6;
}

.footerInr01 .footerLogo img {
	width: 200px;
}

.footerInr01 ul {
	display: flex;
}

.footerInr01 ul li {
	font-size: 1.2rem;
	padding-left: 26px;
}

.footerInr01 ul li a {
	color: #FFF;
	border-bottom: 1px solid #1a1a1a;
	transition: border-bottom 0.3s;
	line-height: 1.66;
}

.footerInr01 ul li a:hover {
	border-bottom: 1px solid #FFF;
}

.footerInr02Wrap {
	border-top: 1px solid #3a3a3a;
}

.footerInr02 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 30px 30px 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.footerInr02 ul {
	display: flex;
}

.footerInr02 ul li {
	font-size: 1.3rem;
	padding-left: 40px;
}

.footerInr02 ul li a {
	color: #FFF;
	border-bottom: 1px solid #1a1a1a;
	transition: border-bottom 0.3s;
	line-height: 1.66;
}

.footerInr02 ul li a:hover {
	border-bottom: 1px solid #FFF;
}

.footerInr03 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 30px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.footerInr03 .footerRead {
	font-size: 1.2rem;
	color: #999;
	order: 2;
}

.footerInr03 .footerCopy {
	font-size: 1.2rem;
	color: #999;
	order: 1;
}

.jsMegamenu {
	position: relative;
	z-index: 12;
}

.jsMegamenu button.jsMegamenuBtn {
	font-size: 1.4rem;
	color: #FFF;
	width: 100%;
	height: 70px;
	padding: 0 23px;
	transition: color 0.3s,background-color 0.3s;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #c8000a;
	border: none;
	cursor: pointer;
}

.megamenu {
	position: relative;
	z-index: 12;
}

.megamenuContainer {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 12;
	width: auto;
	height: auto;
	padding-top: 0;
}

.megamenuInner {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #FFF;
	border-radius: 9px;
	box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.2);
	top: -10px;
}

.megamenuInner::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #FFF transparent;
	position: absolute;
	top: -10px;
	right: 40px;
}

.megamenuOverlay {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

.hBuywrap {
	width: 600px;
	padding: 40px;
	position: relative;
}

.hBuywrap .hBuyTx01 {
	font-size: 2.2rem;
	font-family: "SST W55 Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	color: #666666;
	text-align: center;
}

.hBuywrap .hBuyTx02 {
	font-size: 2.2rem;
	font-family: "SST W55 Bold", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	color: #666666;
	text-align: center;
	margin-top: 40px;
}

.hBuywrap .hBuyList01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 20px;
}

.hBuywrap .hBuyList01::after {
	content: '';
	display: block;
	width: 160px;
	height: 1%;
}

.hBuywrap .hBuyList01 li {
	width: 160px;
}

.hBuywrap .hBuyList01 li:nth-child(n+4) {
	margin-top: 20px;
}

.hBuywrap .hBuyList01 li a {
	border: 1px solid #dbdbdb;
	display: block;
	transition: opacity 0.3s;
}

.hBuywrap .hBuyList01 li a:hover {
	opacity: 0.6;
}

.hBuywrap .hBuyBtn01 {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.hBuywrap .hBuyBtn01 a {
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	color: #505050;
	height: 50px;
	padding-left: 30px;
	padding-right: 70px;
	position: relative;
	border: 1px solid #999;
	transition: background-color 0.3s , color 0.3s , border 0.3s;
}

.hBuywrap .hBuyBtn01 a:hover {
	color: #FFF;
	background-color: #54616b;
	border: 1px solid #54616b;
}

.hBuywrap .hBuyBtn01 a::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 8px;
	background-image: url(/common/image/arw_r01_line.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	right: 30px;
	top: 50%;
	margin-top: -4px;
	transition: background-image 0.3s;
}

.hBuywrap .hBuyBtn01 a:hover::after {
	background-image: url(/common/image/arw_r01_line_w.svg);
}

.hBuywrap .hBuyBtn02 {
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 40px;
	right: 40px;
}

.hBuywrap .hBuyBtn02 button {
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	color: #505050;
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	border: 1px solid #999;
	background-color: #fff;
	transition: background-color 0.3s , color 0.3s , border 0.3s;
}

.hBuywrap .hBuyBtn02 button:hover {
	color: #FFF;
	background-color: #54616b;
	border: 1px solid #54616b;
}

.comBuyBtn {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.comBuyBtn a {
	font-size: 2.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	height: 80px;
	width: 400px;
	position: relative;
	background-color: #d62b15;
	border: 1px solid #d62b15;
	transition: background-color 0.3s , color 0.3s , border 0.3s;
}

.comBuyBtn a:hover {
	color: #d62b15;
	background-color: #fff;
	border: 1px solid #d62b15;
}

.comBuyBtn a::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 10px;
	background-image: url(/common/image/arw_b02_w.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	right: 30px;
	top: calc(50% - 5px);
	transition: background-image 0.3s;
}

.comBuyBtn a:hover::after {
	background-image: url(/common/image/arw_b02_red.svg);
}

.comBuyBtn a::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	background-image: url(/common/image/ic_buy_red.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: right center;
	left: 20px;
	top: calc(50% - 15px);
	transition: background-image 0.3s;
}

.comBuyBtn a:hover::before {
	background-image: url(/common/image/ic_buy_red.png);
}

@media (max-width: 1366px) {

.comMt30-60 {
	margin-top: 2.19619vw !important;
}

.headerInr01 {
	padding: 0 1.02489vw 0 30px;
	height: 65px;
}

.headerInr01 .headerLogo {
	width: 100px;
}

.headerInr01 dt {
	font-size: 1.02489vw;
}

.headerInr01 .headerSns02 {
	width: 2.19619vw;
	margin-left: 1.31772vw;
}

.headerInr01 .headerSns03 {
	width: 2.19619vw;
	margin-left: 0.73206vw;
}

.headerInr02 .headerInr02Act {
	height: 5.12445vw;
}

.headerInr02 .headerInr02Box {
	padding: 0 0 0 30px;
	height: 5.12445vw;
}

.headerInr02 h1 img,
.headerInr02 #mainLogo img {
	width: 14.64129vw;
}

#gNavPc ul li {
	font-size: 0.87848vw;
}

#gNavPc ul li a {
	height: 5.12445vw;
	padding: 0 0.73206vw;
}

.cw01Inr {
	padding: 0.73206vw 13.76281vw;
}

.cw01Inr p {
	font-size: 1.0981vw;
}

.cw01Inr p a {
	padding-right: 1.02489vw;
}

.cw01Inr p a::after {
	width: 0.51245vw;
	height: 0.58565vw;
	margin-top: -0.29283vw;
}

.cw01Inr img {
	width: 2.19619vw;
	margin-right: 0.73206vw;
}

.cw02Inr {
	padding: 4.02635vw 13.76281vw 4.39239vw;
}

.cw02Inr h3 {
	font-size: 2.04978vw;
}

.cw02Inr p {
	font-size: 1.0981vw;
}

.cw02Inr p a {
	padding-right: 1.46413vw;
}

.cw02Inr p a::after {
	width: 0.51245vw;
	height: 0.58565vw;
	margin-top: -0.29283vw;
}

.cw02Inr ul {
	margin-top: 1.83016vw;
}

.cw02Inr ul li {
	font-size: 1.0981vw;
}

.cw02Inr ul li a {
	height: 8.78477vw;
	padding: 0 2.12299vw;
}

.cw02Inr ul li a:hover {
	box-shadow: 0px 0px 2.19619vw 0px rgba(0, 0, 0, 0.25);
}

.cw02Inr .cwImg01 {
	width: 3.66032vw;
}

.cw02Inr .cwImg02 {
	width: 4.83163vw;
}

.cw02Inr .cwImg03 {
	width: 4.39239vw;
}

.cw02Inr .cwImg04 {
	width: 5.12445vw;
}

#cmnWrap03 {
	margin-top: 5.85652vw;
}

.cw03Inr {
	padding: 0 13.76281vw;
}

.cw03Inr .cw03Box {
	padding: 2.19619vw;
}

.cw03Inr .cw03Box h3 {
	font-size: 1.61054vw;
}

.cw03Inr .cw03Box .cw03Tx {
	font-size: 1.0981vw;
}

.cw03Inr .cw03Box .cw03Tx {
	margin-top: 1.46413vw;
}

.cw03Inr .cw03Box .cw03Btn {
	margin-top: 2.92826vw;
}

.cw03Inr .cw03Box .cw03Btn a {
	font-size: 1.0981vw;
}

.cw03Inr .cw03Box .cw03Btn a {
	width: 10.98097vw;
	height: 3.66032vw;
	padding-left: 2.19619vw;
}

.cw03Inr .cw03Box .cw03Btn a::after {
	width: 0.51245vw;
	height: 0.58565vw;
	right: 2.19619vw;
	margin-top: -0.29283vw;
}

#cmnWrap04 {
	margin-top: 7.32064vw;
}

.cw04Inr {
	padding: 0 13.76281vw;
}

.cw04Inr h2 {
	font-size: 2.04978vw;
}

.cw04Box {
	margin-top: 2.19619vw;
}

.cw04Box:not(:first-child) {
	margin-top: 0.73206vw;
}

.cw04Box > div {
	padding: 0 2.19619vw;
}

.cw04Box > div h3 {
	font-size: 1.61054vw;
}

.cw04Box > div .cw04Tx {
	font-size: 1.31772vw;
}

.cw04Box > div .cw04Tx {
	margin-top: 1.46413vw;
}

.cw04Box > div .cw04Link {
	font-size: 1.0981vw;
}

.cw04Box > div .cw04Link {
	margin-top: 1.46413vw;
}

.cw04Box > div .cw04Link a {
	padding-right: 1.31772vw;
}

.cw04Box > div .cw04Link a::after {
	width: 0.51245vw;
	height: 0.58565vw;
	right: 0.73206vw;
	margin-top: -0.29283vw;
}

#cmnWrap05 {
	padding: 0 13.76281vw;
}

.cw05Inr {
	padding: 3.66032vw 2.92826vw;
}

.cw05Inr h3 {
	font-size: 1.61054vw;
}

.cw05Inr div div {
	margin-top: 1.46413vw;
}

.cw05Inr .cw05Tx {
	font-size: 1.0981vw;
}

.cw05Inr .cw05Img img {
	width: 4.39239vw;
	margin-right: 1.46413vw;
}

.cw05Inr ul {
	width: 50%;
}

.cw05Inr ul li img {
	height: 5.12445vw;
}

#fBuyWrap {
	margin-top: 7.32064vw;
}

#fBuyWrap::before {
	top: 5.12445vw;
}

.fBuyInr {
	padding: 0 23.13324vw;
}

.fBuyInr h3 {
	font-size: 1.61054vw;
}

.fBuyInr h3 {
	padding: 1.46413vw 0;
}

.fBuyInr h3 img {
	width: 2.19619vw;
	height: 2.19619vw;
	margin-right: 0.73206vw;
}

.fBuyList01 {
	padding: 2.19619vw 0;
}

.fBuyList01 li {
	width: 16.10542vw;
}

.fBuyList01 li:nth-child(n + 4) {
	margin-top: 2.19619vw;
}

.fBuyList01::after {
	width: 16.10542vw;
}

#bcWrap {
	margin-top: 7.32064vw;
}

.bcInr {
	padding: 1.46413vw 13.76281vw;
}

.bcInr ul li {
	font-size: 0.95168vw;
}

.bcInr ul li:not(:last-child) {
	padding-right: 1.31772vw;
}

.bcInr ul li:not(:last-child)::after {
	width: 1.31772vw;
}

.footerInr01 {
	padding: 1.46413vw 2.19619vw;
}

.footerInr01 .footerLogo img {
	width: 14.64129vw;
}

.footerInr01 ul li {
	font-size: 0.87848vw;
}

.footerInr01 ul li {
	padding-left: 1.46413vw;
}

.footerInr02 {
	padding: 2.19619vw 2.19619vw 1.46413vw;
}

.footerInr02 ul li {
	font-size: 0.95168vw;
}

.footerInr02 ul li {
	padding-left: 2.19619vw;
}

.footerInr03 {
	padding: 0 2.19619vw 2.19619vw;
}

.footerInr03 .footerRead {
	font-size: 0.87848vw;
}

.footerInr03 .footerCopy {
	font-size: 0.87848vw;
}

.jsMegamenu button.jsMegamenuBtn {
	font-size: 1.02489vw;
}

.jsMegamenu button.jsMegamenuBtn {
	height: 5.12445vw;
	padding: 0 1.68375vw;
}

.megamenuContainer {
	right: 1.46413vw;
}

.megamenuInner {
	top: -0.73206vw;
}

.megamenuInner::before {
	top: -0.73206vw;
	right: 1.46413vw;
	border-width: 0 0.73206vw 0.73206vw 0.73206vw;
}

.hBuywrap {
	width: 43.92387vw;
	padding: 2.92826vw;
}

.hBuywrap .hBuyTx01 {
	font-size: 1.61054vw;
}

.hBuywrap .hBuyTx02 {
	font-size: 1.61054vw;
}

.hBuywrap .hBuyTx02 {
	margin-top: 2.92826vw;
}

.hBuywrap .hBuyList01 {
	margin-top: 1.46413vw;
}

.hBuywrap .hBuyList01::after {
	width: 11.71303vw;
}

.hBuywrap .hBuyList01 li {
	width: 11.71303vw;
}

.hBuywrap .hBuyList01 li:nth-child(n+4) {
	margin-top: 1.46413vw;
}

.hBuywrap .hBuyBtn01 {
	margin-top: 1.46413vw;
}

.hBuywrap .hBuyBtn01 a {
	font-size: 1.0981vw;
}

.hBuywrap .hBuyBtn01 a {
	height: 3.66032vw;
	padding-left: 2.19619vw;
	padding-right: 5.12445vw;
}

.hBuywrap .hBuyBtn01 a::after {
	width: 0.51245vw;
	height: 0.58565vw;
	right: 2.19619vw;
	margin-top: -0.29283vw;
}

.hBuywrap .hBuyBtn02 {
	bottom: 2.92826vw;
	right: 2.92826vw;
}

.hBuywrap .hBuyBtn02 button {
	font-size: 1.0981vw;
}

.hBuywrap .hBuyBtn02 button {
	height: 3.66032vw;
	padding-left: 2.19619vw;
	padding-right: 2.19619vw;
}

.comBuyBtn {
	margin-top: 7.32064vw;
}

.comBuyBtn a {
	font-size: 1.61054vw;
}

.comBuyBtn a {
	height: 5.85652vw;
	width: 29.28258vw;
}

.comBuyBtn a::after {
	width: 0.87848vw;
	height: 0.73206vw;
	right: 2.19619vw;
	top: calc(50% - 0.37vw);
}

.comBuyBtn a::before {
	width: 2.19619vw;
	height: 2.19619vw;
	left: 1.46413vw;
	top: calc(50% - 1.1vw);
}

}

@media only screen and (max-width: 768px) {

.comMt30-60 {
	margin-top: 8vw !important;
}

.pcNone {
	display: block;
}

.spNone {
	display: none;
}

.headerInr01 {
	padding: 0 2.66667vw 0 20px;
	height: 56px;
}

.headerInr01 .headerLogo {
	width: 86px;
}

.headerInr01 .headerLogo a:hover {
	opacity: 1;
}

.headerInr01 dt {
	font-size: 2.8vw;
}

.headerInr01 .headerSns01 {
	display: block;
	width: 5.33333vw;
	margin-left: 4vw;
}

.headerInr01 .headerSns02 {
	width: 5.33333vw;
	margin-left: 2.66667vw;
}

.headerInr01 .headerSns02 a:hover {
	opacity: 1;
}

.headerInr01 .headerSns03 {
	width: 5.33333vw;
	margin-left: 2.66667vw;
}

.headerInr01 .headerSns03 a:hover {
	opacity: 1;
}

.headerInr02 .headerInr02Act {
	height: 14.66667vw;
}

.headerInr02 .headerInr02Act .menuTrigger {
	top: 0;
}

.headerInr02 .headerInr02Box {
	padding: 0 0 0 31%;
	height: 14.66667vw;
}

.headerInr02 h1 a:hover,
.headerInr02 #mainLogo a:hover {
	opacity: 1;
}

.headerInr02 h1 img,
.headerInr02 #mainLogo img {
	width: 36vw;
}

.gNavPcOuter p span {
	display: none;
}

#gNavPc {
	display: none;
}

#gNavPc ul li {
	font-size: 4.26667vw;
}

.menuTrigger {
	top: 56px;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 15%;
	height: 14.66667vw;
	border-right: 2px solid #3a3a3a;
	font-size: 0;
}

#gNavSp {
	display: flex;
}

.cw01Inr {
	flex-wrap: wrap;
	padding: 4vw 5.33333vw;
}

.cw01Inr p {
	font-size: 3.46667vw;
}

.cw01Inr p {
	width: 100%;
	padding-right: 0;
}

.cw01Inr p + h3 {
	margin-top: 5.33333vw;
}

.cw01Inr p a {
	line-height: 1.66;
	width: 100%;
}

.cw01Inr p a span:nth-child(2) {
	border-bottom: none !important;
}

.cw01Inr p a::after {
	width: 2vw;
	height: 2.4vw;
	margin-top: -1.2vw;
}

.cw01Inr img {
	width: 9.33333vw;
	margin-right: 5.33333vw;
}

.cw02Inr {
	padding: 10.66667vw 5.33333vw;
}

.cw02Inr h3 {
	font-size: 6.66667vw;
}

.cw02Inr p {
	font-size: 3.46667vw;
}

.cw02Inr p a {
	padding-right: 5.33333vw;
}

.cw02Inr p a span {
	border-bottom: none !important;
}

.cw02Inr p a::after {
	width: 2vw;
	height: 2.4vw;
	margin-top: -1.2vw;
}

.cw02Inr ul {
	margin-top: 5.33333vw;
}

.cw02Inr ul li {
	font-size: 3.46667vw;
}

.cw02Inr ul li {
	width: calc(50% - 0.6vw);
}

.cw02Inr ul li a {
	height: 18.66667vw;
	padding: 0 2.66667vw 0 4vw;
}

.cw02Inr ul li a:hover {
	box-shadow: 0 0 0 0;
	border-bottom: 1px solid #3a3a3a;
}

.cw02Inr .cwImg01 {
	width: 6.66667vw;
}

.cw02Inr .cwImg02 {
	width: 8.8vw;
}

.cw02Inr .cwImg03 {
	width: 8vw;
}

.cw02Inr .cwImg04 {
	width: 9.33333vw;
}

#cmnWrap03 {
	margin-top: 16vw;
}

.cw03Inr {
	padding: 0 5.33333vw;
	flex-wrap: wrap;
}

.cw03Inr .cw03Box {
	width: 100%;
	padding: 0;
	justify-content: space-between;
	flex-direction: row;
}

.cw03Inr .cw03Box div {
	padding: 5.33333vw;
}

.cw03Inr .cw03Box h3 {
	font-size: 5.06667vw;
}

.cw03Inr .cw03Box .cw03Tx {
	font-size: 3.46667vw;
}

.cw03Inr .cw03Box .cw03Tx {
	margin-top: 1.33333vw;
}

.cw03Inr .cw03Box .cw03Btn {
	margin-top: 0;
}

.cw03Inr .cw03Box .cw03Btn a {
	font-size: 4vw;
}

.cw03Inr .cw03Box .cw03Btn a {
	width: 28vw;
	height: auto;
	padding-left: 5.33333vw;
}

.cw03Inr .cw03Box .cw03Btn a span {
	display: none;
}

.cw03Inr .cw03Box .cw03Btn a:hover {
	color: #FFF;
	background-color: #c8000a;
}

.cw03Inr .cw03Box .cw03Btn a::after {
	width: 2vw;
	height: 2.4vw;
	right: 5.33333vw;
	margin-top: -1.2vw;
}

.cw03Inr .cw03Box .cw03Btn a:hover::after {
	background-image: url(/common/image/arw_r01_line_w.svg);
}

.cw03Inr .cw03Img {
	width: 100%;
}

#cmnWrap04 {
	margin-top: 21.33333vw;
}

.cw04Inr {
	padding: 0 5.33333vw;
}

.cw04Inr h2 {
	font-size: 6.66667vw;
}

.cw04Box {
	flex-wrap: wrap;
	margin-top: 5.33333vw;
	border-bottom: 1px solid #e8e8e8;
}

.cw04Box:not(:first-child) {
	margin-top: 8vw;
	border-top: 1px solid #e8e8e8;
}

.cw04Box .cw04Img {
	width: 100%;
	order: 1;
}

.cw04Box > div {
	width: 100%;
	order: 2;
	padding: 5.33333vw 0;
	background-color: inherit;
}

.cw04Box > div h3 {
	font-size: 5.06667vw;
}

.cw04Box > div .cw04Tx {
	font-size: 4vw;
}

.cw04Box > div .cw04Tx {
	margin-top: 2.66667vw;
}

.cw04Box > div .cw04Link {
	font-size: 4vw;
}

.cw04Box > div .cw04Link {
	margin-top: 2.66667vw;
	text-align: right;
}

.cw04Box > div .cw04Link a {
	padding-right: 4.8vw;
}

.cw04Box > div .cw04Link a span {
	border-bottom: none !important;
}

.cw04Box > div .cw04Link a::after {
	width: 2vw;
	height: 2.4vw;
	right: 1.33333vw;
	margin-top: -1.2vw;
}

#cmnWrap05 {
	padding: 0 5.33333vw;
}

.cw05Inr {
	padding: 10.66667vw 4.66667vw;
}

.cw05Inr h3 {
	font-size: 5.06667vw;
}

.cw05Inr h3 {
	text-align: center;
	line-height: 1.4;
}

.cw05Inr div div {
	margin-top: 4vw;
}

.cw05Inr .cw05Tx {
	font-size: 4vw;
}

.cw05Inr .cw05Tx {
	width: 100%;
	line-height: 1.66;
	margin-top: 4vw;
}

.cw05Inr .cw05Img {
	width: 100%;
}

.cw05Inr .cw05Img img {
	width: 30%;
	margin-right: 0;
}

.cw05Inr ul {
	width: 100%;
	margin-top: 5.33333vw;
}

.cw05Inr ul li a:hover {
	opacity: 1;
}

.cw05Inr ul li img {
	height: 12vw;
}

#fBuyWrap {
	margin-top: 21.33333vw;
}

#fBuyWrap::before {
	top: 18vw;
}

.fBuyInr {
	padding: 0 5.33333vw;
}

.fBuyInr h3 {
	font-size: 5.06667vw;
}

.fBuyInr h3 {
	padding: 4vw 0;
}

.fBuyInr h3 img {
	width: 9.33333vw;
	height: 9.33333vw;
	margin-right: 2.66667vw;
}

.fBuyList01 {
	padding: 8vw 5.33333vw;
}

.fBuyList01 li {
	width: 48.5%;
}

.fBuyList01 li:nth-child(n + 4) {
	margin-top: 2vw;
}

.fBuyList01 li:nth-child(n + 3) {
	margin-top: 2vw;
}

.fBuyList01 li a:hover {
	opacity: 1;
}

#bcWrap {
	margin-top: 21.33333vw;
}

.bcInr {
	padding: 4vw 5.33333vw;
}

.bcInr ul li {
	font-size: 3.46667vw;
}

.bcInr ul li a:hover {
	border-bottom: 1px solid #505050;
}

.bcInr ul li:not(:last-child) {
	padding-right: 4.8vw;
}

.bcInr ul li:not(:last-child)::after {
	width: 4.8vw;
}

.footerInr01 {
	flex-wrap: wrap;
	width: auto;
	padding: 10.66667vw 5.33333vw 10.66667vw;
}

.footerInr01 .footerLogo a:hover {
	opacity: 1;
}

.footerInr01 .footerLogo img {
	width: 36vw;
}

.footerInr01 ul {
	flex-wrap: wrap;
}

.footerInr01 ul li {
	font-size: 3.2vw;
}

.footerInr01 ul li {
	width: 50%;
	padding-left: 0;
	margin-top: 10.66667vw;
}

.footerInr01 ul li a:hover {
	border-bottom: 1px solid #1a1a1a;
}

.footerInr02 {
	padding: 10.66667vw 5.33333vw 5.33333vw;
	justify-content: flex-start;
}

.footerInr02 ul {
	width: 100%;
}

.footerInr02 ul li {
	font-size: 3.46667vw;
}

.footerInr02 ul li {
	padding-left: 0;
	width: 50%;
}

.footerInr02 ul li a:hover {
	border-bottom: 1px solid #1a1a1a;
}

.footerInr03 {
	padding: 0 5.33333vw 10.66667vw;
}

.footerInr03 .footerRead {
	font-size: 3.2vw;
}

.footerInr03 .footerRead {
	line-height: 1.66;
	order: 1;
}

.footerInr03 .footerCopy {
	font-size: 3.2vw;
}

.footerInr03 .footerCopy {
	order: 2;
	width: 100%;
	margin-top: 2.66667vw;
}

.jsMegamenu button.jsMegamenuBtn {
	font-size: 4.26667vw;
}

.jsMegamenu button.jsMegamenuBtn {
	height: 14.66667vw;
	width: 17.33333vw;
}

.megamenuContainer {
	right: 2.5vw;
}

.megamenuInner {
	top: -1.33333vw;
}

.megamenuInner::before {
	top: -2vw;
	right: 3.33333vw;
	border-width: 0 2.66667vw 2.66667vw 2.66667vw;
}

.hBuywrap {
	width: 90vw;
	padding: 8vw 5.33333vw;
}

.hBuywrap .hBuyTx01 {
	font-size: 5.06667vw;
}

.hBuywrap .hBuyTx02 {
	font-size: 5.06667vw;
}

.hBuywrap .hBuyTx02 {
	margin-top: 5.33333vw;
}

.hBuywrap .hBuyList01 {
	margin-top: 5.33333vw;
}

.hBuywrap .hBuyList01::after {
	width: 37.33333vw;
}

.hBuywrap .hBuyList01 li {
	width: 37.33333vw;
}

.hBuywrap .hBuyList01 li:nth-child(n+4) {
	margin-top: 2.66667vw;
}

.hBuywrap .hBuyList01 li:nth-child(n+3) {
	margin-top: 2.66667vw;
}

.hBuywrap .hBuyList01 li a:hover {
	opacity: 1;
}

.hBuywrap .hBuyList01 li a {
	overflow: hidden;
}

.hBuywrap .hBuyBtn01 {
	margin-top: 4vw;
}

.hBuywrap .hBuyBtn01 a {
	font-size: 4vw;
}

.hBuywrap .hBuyBtn01 a {
	padding: 2.66667vw 0 2.66667vw 5.33333vw;
	height: auto;
	width: 100%;
	line-height: 1.66;
}

.hBuywrap .hBuyBtn01 a:hover {
	color: #505050;
	background-color: #FFF;
	border: 1px solid #999;
}

.hBuywrap .hBuyBtn01 a::after {
	width: 2vw;
	height: 2.4vw;
	right: 5.33333vw;
	margin-top: -1.2vw;
}

.hBuywrap .hBuyBtn01 a:hover::after {
	background-image: url(/common/image/arw_r01_line.svg);
}

.hBuywrap .hBuyBtn02 {
	position: relative;
	bottom: auto;
	right: auto;
	margin-top: 2.66667vw;
}

.hBuywrap .hBuyBtn02 button {
	font-size: 4vw;
}

.hBuywrap .hBuyBtn02 button {
	padding: 2.66667vw 5.33333vw 2.66667vw 5.33333vw;
	height: auto;
	width: 100%;
	line-height: 1.66;
}

.hBuywrap .hBuyBtn02 button:hover {
	color: #505050;
	background-color: #FFF;
	border: 1px solid #999;
}

.comBuyBtn {
	margin-top: 21.33333vw;
}

.comBuyBtn a {
	font-size: 5.06667vw;
}

.comBuyBtn a {
	padding: 2.66667vw 0 2.66667vw 5.33333vw;
	height: auto;
	width: 100%;
	line-height: 1.66;
}

.comBuyBtn a:hover {
	color: #fff;
	background-color: #d62b15;
	border: 1px solid #d62b15;
}

.comBuyBtn a::after {
	width: 2vw;
	height: 2.4vw;
	right: 5.33333vw;
	margin-top: -1.2vw;
}

.comBuyBtn a:hover::after {
	background-image: url(/common/image/arw_b02_w.svg);
}

.comBuyBtn a::before {
	width: 2vw;
	height: 2.4vw;
	right: 5.33333vw;
	margin-top: -1.2vw;
}

.comBuyBtn a:hover::before {
	background-image: url(/common/image/ic_buy_red.png);
}

}

