@charset "UTF-8";

/* Reset
------------------------------- */
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

body {
	margin: 0;
}

main {
	display: block;
}

address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

pre {
	font-family: monospace, monospace;
	font-size: inherit;
}

address {
	font-style: inherit;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: inherit;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
	vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}

[type='checkbox'] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

[type='radio'] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	cursor: pointer;
}

[type='button']:disabled,
[type='reset']:disabled,
[type='submit']:disabled,
button:disabled {
	cursor: default;
}

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

option {
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}

[type='search'] {
	outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

label[for] {
	cursor: pointer;
}

details {
	display: block;
}

summary {
	display: list-item;
}

[contenteditable]:focus {
	outline: auto;
}

table {
	border-color: inherit;
	border-collapse: collapse;
}

caption {
	text-align: left;
}

td,
th {
	vertical-align: top;
	padding: 0;
}

th {
	text-align: left;
	font-weight: bold;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Base
------------------------------- */
html {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
}

body {
	background: #ffffff;
	font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', '游ゴシック',
		yugothic, 'メイリオ', 'Meiryo', Verdana, 'Droid Sans', sans-serif;
	color: #343434;
	font-weight: normal;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.5;
}

@media screen and (min-width: 769px) {
	body {
		min-width: 1366px;
		background: #fffdf5;
	}
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
		line-height: 1.57;
	}
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}

a {
	color: #052578;
	text-decoration: none;
	word-break: break-all;
}

a:hover {
	color: #052578;
}

::-moz-selection {
	color: #ffffff;
	background: #008cd1;
}

::selection {
	color: #ffffff;
	background: #008cd1;
}

::-moz-selection {
	color: #ffffff;
	background: #008cd1;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand {
	display: none;
}

sup {
	font-size: 50%;
	position: relative;
	top: -0.1em;
}

sub {
	font-size: 50%;
	position: relative;
	bottom: -0.1em;
}

@media screen and (min-width: 769px) {
	.u-sp {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.u-pc {
		display: none;
	}
}

@media screen and (min-width: 769px) {
	.personal_use a:hover img {
		opacity: 0.7;
	}
}

/* Container
------------------------------- */
.personal_use {
	width: 100%;
	background: #FFFDF5;
}

.personal_use__inner {
	width: 1108px;
	margin: 0 auto;
	background: #fff4e2;
	border-radius: 20px;
}

@media screen and (max-width: 768px) {
	.personal_use__inner {
		width: calc(100% - 32px);
	}
}

/* Header
------------------------------- */
.personal_use__header {
	width: 100%;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.personal_use__header-inner {
	background-color: transparent;
	width: 1108px;
	padding: 20px 0;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.personal_use__header-inner {
		width: calc(100% - 32px);
		padding: 10px 0;
	}
}

@media screen and (max-width: 768px) {
	.personal_use__heading-01-img {
		width: 43px;
	}
}

.personal_use__header-sns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.personal_use__header-sns li {
	margin-right: 8px;
}

.personal_use__header-sns li:last-child {
	margin-right: 0;
}

.header-sns__img {
	width: 32px;
}

/* KV
------------------------------- */
.personal_use__kv {
	width: 100%;
	height: 56.14vw;
	min-height: 767px;
	overflow: hidden;
	/* background: url(/brand/personal_use/images/kv_bg_pc.png) no-repeat center top /
		100% auto; */
	background: url(/brand/personal_use/images/kv_bg_pc.png) no-repeat center top / 100% auto;
	position: relative;
}

@media screen and (max-width: 768px) {
	.personal_use__kv {
		height: 261.333vw;
		min-height: 0;
		background: url(/brand/personal_use/images/kv_bg_sp.png) no-repeat center
			0 / 100% auto;
	}
}

.personal_use__kv-logo {
	width: 490px;
	position: absolute;
	top: -60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.personal_use__kv-logo {
		width: 60vw;
		top: 14px;
	}
}

.personal_use__kv-kareudon {
	width: 17%;
	position: absolute;
	left: 1.4%;
	bottom: 20px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-kareudon {
		width: 37.333vw;
		height: 59.2vw;
		top: 22vw;
		left: initial;
		right: 5vw;
		bottom: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 16px 0 12px;
	}
}

.personal_use__kv-kareudon-img-01 {
	position: absolute;
	width: 168px;
	top: -180px;
	right: -18px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-kareudon-img-01 {
		width: 22.2vw;
		top: 1.867vw;
		right: -3vw;
	}
}

.personal_use__kv-kareudon-img-02 {
	position: absolute;
	width: 140px;
	right: 2.953%;
	top: -12px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-kareudon-img-02 {
		width: 22.5vw;
		right: 8vw;
		top: 7vw;
	}
}

@media screen and (max-width: 375px) {
	.personal_use__kv-kareudon-img-02 {
		width: 20.5vw;
		top: 6vw;
	}
}

@media screen and (max-width: 360px) {
	.personal_use__kv-kareudon-img-02 {
		top: 3vw;
	}
}

@media screen and (max-width: 335px) {
	.personal_use__kv-kareudon-img-02 {
		top: 1vw;
	}
}

.personal_use__kv-gomoku {
	width: 17%;
	position: absolute;
	right: 41.5%;
	bottom: 20px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-gomoku {
		width: 37.333vw;
		height: 52.8vw;
		top: 119vw;
		left: initial;
    right: 2.933vw;
    bottom: 87.8vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 16px 0 12px;
	}

	.personal_use__kv-gomoku .personal_use__kv-product-pkg {
		width: 124px;
		min-width: 123px
	}
}

.personal_use__kv-gomoku-img-01 {
	position: absolute;
	width: 198px;
	top: -220px;
	right: -20px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-gomoku-img-01 {
		width: 34.4vw;
		top: -1.13vw;
    right: -55vw;
	}
}

.personal_use__kv-noukoumiso {
	width: 25%;
	position: absolute;
	right: 17.5%;
	bottom: 20px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-noukoumiso {
		width: 37.333vw;
		height: 59.47vw;
    right: 0;
		left: 4.933vw;
		top: 154vw;
    bottom: 7vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 16px 0 12px;
	}
}

.personal_use__kv-noukoumiso-img-03 {
	position: absolute;
	width: 150px;
	top: -200px;
	right: 13.5%;
}
@media screen and (max-width: 768px) {
	.personal_use__kv-noukoumiso-img-03 {
		width: 35.4vw;
    top: 0.4vw;
    right: 58.2vw;
	}
}

.personal_use__kv-noukoumiso .personal_use__kv-product-pkg {
	width: 15vw;
	min-width: 225px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-noukoumiso .personal_use__kv-product-pkg {
		width: 69px;
		min-width: 69px;
	}
}

.personal_use__kv-gyokaitonkotsu {
	width: 25%;
	position: absolute;
	right: -2.5%;
	bottom: 20px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-gyokaitonkotsu {
		width: 37.333vw;
		height: 52.8vw;
		top: 202vw;
    left: 58.933vw;
    bottom: 10.33vw;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 16px 0 12px;
	}
}

.personal_use__kv-gyokaitonkotsu-img-01 {
	position: absolute;
	width: 198px;
	top: -187px;
	right: 9%;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-gyokaitonkotsu-img-01 {
		width: 35.4vw;
		top: -3.6vw;
		right: -58.8vw;
	}
}


.personal_use__kv-product {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-product {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.personal_use__kv-product-pkg {
	width: 17.57vw;
	min-width: 240px;
	text-align: center;
}

.personal_use__kv-kareudon .personal_use__kv-product-pkg {
	width: 15vw;
	min-width: 225px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-kareudon .personal_use__kv-product-pkg {
		width: 69px;
		min-width: 69px;
	}
}

.personal_use__kv-gomoku .personal_use__kv-product-pkg {
	width: 13vw;
	min-width: 228px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-product-pkg {
		width: 100%;
		min-width: 158px;
	}

	.personal_use__kv-tantan .personal_use__kv-product-pkg {
		width: 69px;
		min-width: 69px;
	}
}

@media screen and (max-width: 768px) {
	.personal_use__kv-gomoku .personal_use__kv-product-pkg {
		min-width: 124px;
		width: inherit;
	}
}

@media screen and (max-width: 768px) {
	.personal_use__kv-tantan .personal_use__kv-product-pkg img{
		/* width: 49%; */
	}
}

.personal_use__kv-product-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 240px;
	height: 50px;
	border-radius: 25px;
	font-size: 1.8rem;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	position: relative;
	margin: 30px 0;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-product-button {
		width: 100%;
		height: 10.66vw;
		border-radius: 10.66vw;
		font-size: 3.73vw;
		margin: 2vw auto 0;
	}
}

.personal_use__kv-product-button::after {
	content: '';
	display: block;
	width: 17px;
	height: 12px;
	background: url(/brand/personal_use/images/arrow.png) no-repeat center /
		contain;
	position: absolute;
	right: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-product-button::after {
		width: 3.2vw;
		height: 2.5vw;
		right: 3.2vw;
	}
}

.personal_use__kv-product-button:hover {
	color: #fff;
}

@media screen and (min-width: 769px) {
	.personal_use__kv-product-button:hover {
		opacity: 0.8;
	}

	.personal_use__kv-product-button:hover::after {
		right: 10px;
	}
}

.personal_use__kv-noukoumiso .personal_use__kv-product-button {
	background: -o-linear-gradient(135deg, #ea7713 0%, #c36411 100%);
	background: linear-gradient(-45deg, #ea7713 0%, #c36411 100%);
	-webkit-box-shadow: 0 5px 0 #894000;
	box-shadow: 0 5px 0 #894000;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-noukoumiso .personal_use__kv-product-button {
		-webkit-box-shadow: 0 3px 0 #894000;
		box-shadow: 0 3px 0 #894000;
		height: 32px;
	}
}

.personal_use__kv-kareudon .personal_use__kv-product-button {
	background: -o-linear-gradient(135deg, #f9c014 0%, #c9ab11 100%);
	background: linear-gradient(-45deg, #f9c014 0%, #c9ab11 100%);
	-webkit-box-shadow: 0 5px 0 #8b5f0c;
	box-shadow: 0 5px 0 #957a26;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-kareudon .personal_use__kv-product-button {
		-webkit-box-shadow: 0 5px 0 #8b5f0c;
		box-shadow: 0 3px 0 #957a26;
		height: 32px;
	}
}

.personal_use__kv-gomoku .personal_use__kv-product-button {
	background: -o-linear-gradient(135deg, #A40000 0%, #E30013 100%);
	background: linear-gradient(-45deg, #A40000 0%, #E30013 100%);
	-webkit-box-shadow: 0 5px 0 #911414;
	box-shadow: 0 5px 0 #911414;
	transform: translateY(3px);
}

@media screen and (max-width: 768px) {
	.personal_use__kv-gomoku .personal_use__kv-product-button {
		-webkit-box-shadow: 0 5px 0 #911414;
		box-shadow: 0 3px 0 #911414;
		height: 32px;
		transform: translateY(-12px);
	}
}

@media screen and (max-width: 768px) {
	.personal_use__kv-gomoku .personal_use__kv-product-button {
		-webkit-box-shadow: 0 5px 0 #2E2020;
		box-shadow: 0 3px 0 #2E2020;
	}
}

.personal_use__kv-tantan .personal_use__kv-product-button {
	background: -o-linear-gradient(135deg, #777676 0%, #2E2020 100%);
	background: linear-gradient(-45deg, #777676 0%, #2E2020 100%);
	-webkit-box-shadow: 0 5px 0 #2E2020;
	box-shadow: 0 5px 0 #2E2020;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-tantan .personal_use__kv-product-button {
		height: 8.5vw;
	}
}
.personal_use__kv-tantan .personal_use__kv-product-button {
	background: -o-linear-gradient(135deg, #777676 0%, #2E2020 100%);
	background: linear-gradient(-45deg, #777676 0%, #2E2020 100%);
	-webkit-box-shadow: 0 5px 0 #2E2020;
	box-shadow: 0 5px 0 #2E2020;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-tantan .personal_use__kv-product-button {
		height: 8.5vw;
	}
}
.personal_use__kv-gyokaitonkotsu .personal_use__kv-product-button {
	background: -o-linear-gradient(135deg, #356AA7 0%, #03254D 100%);
	background: linear-gradient(-45deg, #356AA7 0%, #03254D 100%);
	-webkit-box-shadow: 0 5px 0 #011F41;
	box-shadow: 0 5px 0 #011F41;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-gyokaitonkotsu .personal_use__kv-product-button {
		height: 32px;
	}
}

/* tantanbanner
------------------------------- */
.personal-tantanmen__inner {
	width: 1108px;
	margin: 0 auto;
	text-align: center;
	padding-top: 47px;
}

@media screen and (max-width: 768px) {
	.personal-tantanmen__inner {
		width: 100%;
		padding: 0 6.4vw;
		margin-top: 26px;
	}
}

/* About
------------------------------- */
.personal_use__inner-01 {
	margin: 47px auto 85px;
}

@media screen and (max-width: 768px) {
	.personal_use__inner-01 {
		margin: 26px auto 64px auto;
	}
}

.personal_use__inner-contents-01 {
	padding: 80px 113px;
}

@media screen and (max-width: 768px) {
	.personal_use__inner-contents-01 {
		padding: 32px 4.26vw;
	}
}

.personal_use__heading-03 {
	text-align: center;
}

.inner-01__text-area {
	text-align: center;
	background: url('/brand/personal_use/images/about_bg.png') no-repeat center
		25px / 323px auto;
}

@media screen and (max-width: 768px) {
	.inner-01__text-area {
		text-align: left;
		background-size: 70vw auto;
		background-position: center;
	}
}

.personal_use__text-01 {
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (max-width: 768px) {
	.personal_use__text-01 {
		font-size: 1.4rem;
		line-height: 1.85;
	}
}

.inner-01__text-area .personal_use__text-01:nth-child(n + 2) {
	margin-top: 2em;
}

@media screen and (max-width: 768px) {
	.inner-01__text-area p:nth-child(n + 1) {
		margin-top: 32px;
	}
}

/* Environment
------------------------------- */
.personal_use__inner-02 {
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	.personal_use__inner-02 {
		margin-bottom: 64px;
	}
}

.personal_use__inner-contents-02 {
	padding: 80px 95px;
}

@media screen and (max-width: 768px) {
	.personal_use__inner-contents-02 {
		padding: 32px 4.26vw;
	}
}

.personal_use__heading-04 {
	color: #552a00;
	font-size: 2.3rem;
	line-height: 1.5;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
	.personal_use__heading-04 {
		font-size: 1.8rem;
		margin-top: 32px;
		text-align: center;
	}
}

.personal_use__text-02 {
	margin-top: 24px;
	line-height: 1.625;
}

@media screen and (max-width: 768px) {
	.personal_use__text-02 {
		font-size: 1.4rem;
		line-height: 1.85;
		margin-top: 20px;
	}
}

.inner-02__link {
	color: #aa6c30;
	line-height: 1.5;
	margin-top: 20px;
	text-decoration: underline;
	padding-left: 31px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.inner-02__link:hover {
	color: #aa6c30;
}

@media screen and (min-width: 769px) {
	.inner-02__link:hover {
		text-decoration: none;
	}
}

@media screen and (max-width: 768px) {
	.inner-02__link {
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.inner-02__link::before,
.inner-02__link::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
}

.inner-02__link::before {
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #ffffff;
	border: solid 1px #aa6c30;
}

.inner-02__link::after {
	left: 6px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #aa6c30;
	border-right: 1px solid #aa6c30;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.inner-02__contents-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.inner-02__contents-area {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.inner-02__contents-01 {
	width: 443px;
	background: url('/brand/personal_use/images/environment_bg.png') no-repeat
		center 25px / 200px auto;
}

@media screen and (max-width: 768px) {
	.inner-02__contents-01 {
		width: 100%;
		background-size: 54vw;
		background-position: center;
	}
}

.inner-02__contents-02 {
	width: 443px;
}
@media screen and (max-width: 768px) {
	.inner-02__contents-02 {
		width: 100%;
		margin-top: 24px;
	}
}

.personal_use__text-03 {
	font-size: 1.2rem;
	line-height: 1.33;
	margin-top: 6px;
}

/* Footer
------------------------------- */
.personal_use__footer {
	background: #552a00;
	color: #ffffff;
	padding: 32px 0;
	text-align: center;
}

.personal_use__footer-links {
	width: 750px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.personal_use__footer-links {
		width: 100%;
		border-top: 1px solid #ffffff;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		border-bottom: 1px solid #ffffff;
	}
}

.personal_use__footer-links a {
	color: #ffffff;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.personal_use__footer-links a {
		font-size: 1.2rem;
		line-height: 1.1;
		height: 47px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.personal_use__footer-links a:hover {
	opacity: 0.7;
}

@media screen and (min-width: 769px) {
	.personal_use__footer-links li {
		display: inline-block;
		margin-top: 4px;
	}

	.personal_use__footer-links li:not(.is-no-line):after {
		content: '|';
		display: inline-block;
		margin: 0 0.5em;
	}
}

@media screen and (max-width: 768px) {
	.personal_use__footer-links li {
		display: block;
		width: 50%;
		border-bottom: 1px solid #ffffff;
	}

	.personal_use__footer-links li:nth-of-type(odd) {
		border-right: 1px solid #ffffff;
	}

	/* リンクが奇数個の場合 */
	.personal_use__footer-links li:nth-of-type(2n):last-child {
		border-bottom: none;
	}

	/* リンクが偶数個の場合 */
	.personal_use__footer-links
		li:nth-of-type(2n + 1):not(:nth-last-child(n + 3)) {
		border-bottom: none;
	}
}

.personal_use__footer-copy {
	margin-top: 20px;
	font-size: 1.2rem;
}

.personal_use__footer-logo {
	display: block;
	width: 222px;
	height: 33px;
	margin: 0 auto 16px;
}


.personal_use__kv-kareudon-img-03 {
	position: absolute;
	width: 168px;
	top: -230px;
	right: -18px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-kareudon-img-03 {
    position: absolute;
    width: 36.733vw;
    top: 1vw;
    left: -54vw;
	}
}

.personal_use__kv-tantan {
	width: 17%;
	position: absolute;
	left: 21.5%;
	bottom: 20px;
}
@media screen and (max-width: 768px) {
	.personal_use__kv-tantan {
		width: 37.333vw;
		height: 59.2vw;
		top: 65vw;
		left: initial;
		left: 5vw;
		bottom: initial;
		display: -webkit-box;
		display: -ms-flexbox;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 16px 0 12px;
	}

	.personal_use__kv-tantan .personal_use__kv-product-pkg {
		width: 69px;
		min-width: 69px;
	}
}

.personal_use__kv-tantan-img-01 {
	position: absolute;
	width: 195px;
	top: -180px;
	right: -9%;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-tantan-img-01 {
		width: 22.2vw;
		top: 1.867vw;
		right: -3vw;
	}
}

.personal_use__kv-tantan-img-02 {
	position: absolute;
	width: 140px;
	right: 2.953%;
	top: -12px;
}

@media screen and (max-width: 768px) {
	.personal_use__kv-tantan-img-02 {
		width: 22.5vw;
		right: 8vw;
		top: 7vw;
	}
}

@media screen and (max-width: 375px) {
	.personal_use__kv-tantan-img-02 {
		width: 20.5vw;
		top: 6vw;
	}
}

@media screen and (max-width: 360px) {
	.personal_use__kv-tantan-img-02 {
		top: 3vw;
	}
}

@media screen and (max-width: 335px) {
	.personal_use__kv-tantan-img-02 {
		top: 1vw;
	}
}

@media screen and (max-width: 768px) {
	.personal_use__kv-tantan .personal_use__kv-product-button {
		height: 32px;
	}
}
.personal_use__kv-gyokaitonkotsu  .personal_use__kv-product-pkg {
	width: 8vw;
	min-width: 155px;
}
@media screen and (max-width: 768px) {
	.personal_use__kv-gyokaitonkotsu  .personal_use__kv-product-pkg  {
    width: 69px;
	min-width: 69px
	}
}
