/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-webkit-tap-highlight-color: transparent;
	/* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: inherit;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none;
	/* 1 */
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
	/* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
	-webkit-appearance: checkbox;
	appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */
option {
	padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
	outline-offset: -2px;
	/* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/**
 * Clickable labels
 */
label[for] {
	cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
	outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
	border-color: inherit;
	/* 1 */
	border-collapse: collapse;
}

caption {
	text-align: left;
}

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

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

body {
	color: #1a1a1a;
	font-size: 16px;
	font-family: "";
}

p,
a,
dt,
dd,
li,
th,
td {
	line-height: 2;
}

a {
	color: #1a1a1a;
}

a:hover {
	color: #1a1a1a;
}

p,
h1,
h2,
h3,
h4,
li,
a {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}

body {
	width: 100%;
	position: relative;
	z-index: -2;
}

.btn {
	display: block;
	background-color: #5AB31B;
	color: #fff;
	text-align: center;
	font-size: 0.729vw;
	letter-spacing: 0.01em;
	width: 18.229vw;
	padding: 1.042vw 0;
	border-radius: 1.823vw;
	position: relative;
	box-shadow: 0 5px 0 #479113;
	transition: .4s;
}

@media only screen and (max-width: 768px) {
	.btn {
		width: 54.933vw !important;
		padding: 1.867vw 9.333vw !important;
		font-size: 3.2vw !important;
		height: auto !important;
	}
}

.btn::after {
	content: "";
	display: inline-block;
	width: 1.563vw;
	height: 1.458vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.563vw;
	background-size: cover !important;
	background: url("../../img/img2.png") no-repeat;
}

@media only screen and (max-width: 768px) {
	.btn::after {
		width: 4.667vw !important;
		height: 4.347vw !important;
		background-size: cover !important;
		right: 7% !important;
	}
}

.center {
	margin: 0 auto;
}

.btn2 {
	display: block;
	background-color: #FFA326;
	color: #fff;
	text-align: center;
	font-size: 0.729vw;
	letter-spacing: 0.01em;
	width: 18.229vw;
	padding: 1.042vw 0;
	border-radius: 1.823vw;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 5px 0 #B57011;
	transition: .4s;
}

.btn2::after {
	content: "";
	display: inline-block;
	width: 1.563vw;
	height: 1.458vw;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 1.563vw;
	background: url("../../img/img2.png") no-repeat;
	background-size: cover !important;
}

.btn3 {
	display: block;
	background-color: #FFA326;
	color: #fff;
	text-align: center;
	font-size: 0.729vw;
	letter-spacing: 0.01em;
	width: 12.552vw;
	padding: 0.781vw 0;
	border-radius: 1.823vw;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 5px 0 #B57011;
	transition: .4s;
}

.btn3::after {
	content: "";
	display: inline-block;
	width: 1.563vw;
	height: 1.458vw;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	right: 1.563vw;
	background: url("../../img/img2.png") no-repeat;
	background-size: cover !important;
}

header {
	padding: 0px 2.604vw;
	background: url(../../img/2.jpg);
	padding-top: 2.083vw;
	padding-bottom: 15.625vw;
	min-height: 80vh;
	position: sticky;
	top: 0;
	left: 0;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: background-image 2.5S ease;
}

@media only screen and (max-width: 768px) {
	header {
		height: 158.4vw;
		background: url(../../img/2_sp.png);
		padding: 8vw 5.333vw 0;
		background-size: contain;
		background-position: top;
		background-attachment: fixed !important;
	}
}

header .header_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

header .header_top .header_left {
	font-size: 2.865vw;
}

header .header_top .header_left h1 a img {
	width: 18.438vw;
}

@media only screen and (max-width: 768px) {
	header .header_top .header_left h1 a img {
		width: 44.8vw;
	}
}

header .header_top .header_right {
	display: flex;
	align-items: center;
}

header .header_top .header_right .header_right_box {
	background-color: #fff;
	display: flex;
	align-items: center;
	border-radius: 1.563vw;
	height: 2.552vw;
	padding: 0 1.302vw;
	margin-right: 1.042vw;
}

header .header_top .header_right .header_right_box li {
	font-size: 0.781vw;
	letter-spacing: 0.15em;
	margin-left: 0.26vw;
}

header .header_top .header_right .header_right_box li::before {
	content: "";
	display: inline-block;
	width: 1.25vw;
	height: 1.25vw;
	margin: -0.156vw 0.26vw 0 0;
	background: url("../../img/img3.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

header .header_top .header_right img {
	width: 3.073vw;
	height: 3.073vw;
}

header .left_none {
	margin-left: 0;
}

header .fv {
	text-align: center;
	width: 100%;
	margin-top: 6.25vw;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	header .fv {
		margin-top: 29.333vw;
	}
}

header .fv .top {
	font-size: 3.75vw;
}

@media only screen and (max-width: 768px) {
	header .fv .top {
		font-size: 8vw;
	}
}

header .fv .bottom {
	font-size: 5.625vw;
}

@media only screen and (max-width: 768px) {
	header .fv .bottom {
		font-size: 12vw;
		letter-spacing: -0.1em;
	}
}

header .fv h3 {
	font-size: 2.5vw;
	margin-top: 1.823vw;
	margin-bottom: 3.385vw;
}

@media only screen and (max-width: 768px) {
	header .fv h3 {
		font-size: 5.333vw;
		margin-top: 4vw;
		margin-bottom: 9.333vw;
	}
}

main {
	max-width: 100vw;
	overflow-x: hidden;
	background-color: #fff;
}

main .img4 {
	margin-top: -11.979vw;
	position: absolute;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	main .img4 {
		margin-top: -30vw;
	}
}

main .img6 {
	margin-top: -5.208vw;
	margin-bottom: -12.5vw;
	width: 100%;
}

main .img6_2 {
	margin-top: -2.083vw;
	margin-bottom: -16.5vw;
	width: 100%;
}

main .img85 {
	margin-bottom: -15vw;
}

main .img86 {
	margin-top: -26vw;
}

main .every_day_box {
	display: flex;
	justify-content: space-between;
	padding-left: 12.5vw;
	position: relative;
	margin-top: 7.969vw;
	background-color: #fff;
}

@media only screen and (max-width: 768px) {
	main .every_day_box {
		padding: 5.333vw;
		margin-top: -5vw;
	}
}

@media only screen and (max-width: 768px) {
	main .every_day_box .left {
		text-align: center;
		width: 100%;
	}
}

main .every_day_box .left .top {
	width: 24.01vw;
}

@media only screen and (max-width: 768px) {
	main .every_day_box .left .top {
		width: 80.8vw;
		height: auto;
		margin: 0 auto;
	}
}

main .every_day_box .left .bottom {
	margin-top: 1.927vw;
	width: 31.302vw;
	font-size: 0.833vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.083vw;
	margin-bottom: 2.865vw;
}

@media only screen and (max-width: 768px) {
	main .every_day_box .left .bottom {
		font-size: 4.267vw;
		line-height: 10.667vw;
		width: 100%;
		margin-top: 5vw;
		margin-bottom: 8vw;
		z-index: 9999;
	}
}

main .every_day_box .right {
	position: absolute;
	right: -3.646vw;
	bottom: 2%;
	width: 46.51vw;
}

main .every_day_box .right img {
	width: 100%;
}

main .fixed_box {
	min-height: 70vh;
	background-attachment: fixed;
	background-size: cover;
	background-position: 50% 0px;
}

@media only screen and (max-width: 768px) {
	main .fixed_box {
		min-height: 40vh;
	}
}

main .background {
	background-image: url(../../img/1.jpg);
}

@media only screen and (max-width: 768px) {
	main .background {
		background-size: cover;
		background-position: 0 -10vw;
		background-attachment: unset;
	}
}

main .dog_cat_box {
	padding: 0 12.5vw;
	margin-top: 4vw;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box {
		padding: 0 5.333vw;
	}
}

main .dog_cat_box .dog_cat_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

main .dog_cat_box .dog_cat_top .top_left {
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_top .top_left {
		flex-wrap: wrap;
	}
}

main .dog_cat_box .dog_cat_top .top_left .left {
	font-size: 1.927vw;
	letter-spacing: 0.2em;
	color: #FFA326;
	margin-right: 2.083vw;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_top .top_left .left img {
		width: 62.347vw;
		height: auto;
	}
}

main .dog_cat_box .dog_cat_top .top_left .right {
	font-size: 0.833vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.667vw;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_top .top_left .right {
		font-size: 3.733vw;
		line-height: 7.467vw;
		width: 100%;
		margin-top: 4vw;
	}
}

main .dog_cat_box .dog_cat_bottom {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.604vw;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom {
		margin-top: 10.667vw;
		justify-content: space-between;
	}
}

main .dog_cat_box .dog_cat_bottom a {
	width: 23%;
	display: block;
	margin-bottom: 3.646vw;
}

main .dog_cat_box .dog_cat_bottom a:not(:nth-of-type(4n)) {
	margin-right: 1.875vw;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom a {
		width: 48%;
		margin-bottom: 8vw;
	}
	main .dog_cat_box .dog_cat_bottom a:nth-of-type(odd) {
		margin-right: 10px;
	}
	main .dog_cat_box .dog_cat_bottom a:nth-of-type(even) {
		margin-right: 0;
	}
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list {
	width: 100%;
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box {
	position: relative;
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box img {
	width: 100%;
	height: 12.23958vw;
	object-fit: cover;
	border-radius: 30px;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box img {
		height: 140px;
		object-position: top;
	}
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .f,
main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .new,
main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .m {
	position: absolute;
	top: 0%;
	color: #fff;
	font-size: 0.729vw;
	letter-spacing: 0.1em;
	width: 4.479vw;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .f,
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .new,
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .m {
		width: 67px;
		height: 22px;
		font-size: 12px;
	}
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .f {
	background-color: #EB6464;
	border-radius: 30px 15px 15px 15px;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .f {
		border-radius: 30px 15px 15px 15px;
	}
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .m {
	background-color: #6474EB;
	border-radius: 30px 15px 15px 15px;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .m {
		border-radius: 30px 15px 15px 15px;
	}
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .new {
	right: 0%;
	background-color: #FF9F00;
	border-radius: 15px 30px 15px 15px;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .img_box .new {
		border-radius: 15px 30px 15px 15px;
	}
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .top {
	font-size: 1.042vw;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .top {
		font-size: 3.2vw;
		margin-top: 2.667vw;
	}
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .bottom {
	font-size: 0.729vw;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .bottom {
		font-size: 3.2vw;
	}
}

main .dog_cat_box .dog_cat_bottom .dog_cat_list .bottom::before {
	content: "";
	display: inline-block;
	width: 0.693vw;
	height: 0.885vw;
	margin: -0.156vw 0.26vw 0 0;
	background: url("../../img/img16.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	main .dog_cat_box .dog_cat_bottom .dog_cat_list .bottom::before {
		background-size: cover;
		width: 2.475vw;
		height: 3.149vw;
		margin-right: 1.333vw;
	}
}

main .btn3 {
	display: block;
	background-color: #5AB31B;
	color: #fff;
	text-align: center;
	font-size: 0.729vw;
	letter-spacing: 0.01em;
	width: 18.229vw;
	padding: 1.042vw 0;
	border-radius: 1.823vw;
	position: relative;
	box-shadow: 0 5px 0 #479113;
	transition: .4s;
}

@media only screen and (max-width: 768px) {
	main .btn3 {
		width: 100%;
		height: auto;
		padding: 5.333vw;
		font-size: 3.733vw;
		border-radius: 13.333vw;
	}
}

main .btn3::after {
	content: "";
	display: inline-block;
	width: 1.563vw;
	height: 1.458vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.563vw;
	background: url("../../img/img2.png") no-repeat;
}

@media only screen and (max-width: 768px) {
	main .btn3::after {
		width: 7.904vw;
		height: 7.416vw;
		right: 7.5vw;
		top: 60%;
	}
}

@media only screen and (max-width: 768px) {
	main .btn3::after {
		width: 7.904vw;
		height: 7.416vw;
		right: 7.5vw;
		top: 53%;
	}
}

main .message_box {
	background-color: #FFF3E3;
	position: relative;
	margin-top: 13.021vw;
}

@media only screen and (max-width: 768px) {
	main .message_box {
		margin-top: 40vw;
	}
}

main .message_box .img_left,
main .message_box .img_right {
	position: absolute;
	top: -30%;
}

main .message_box .img_left {
	left: -11%;
	width: 41.615vw;
}

main .message_box .img_right {
	right: -22%;
	width: 56.198vw;
}

main .message_box .message_inner {
	text-align: center;
	position: relative;
}

main .message_box .message_inner .top,
main .message_box .message_inner .ttl {
	color: #FFA326;
	font-weight: 500;
}

main .message_box .message_inner .top {
	width: 32.813vw;
}

@media only screen and (max-width: 768px) {
	main .message_box .message_inner .top {
		width: 83.093vw;
		padding: 0 5.333vw;
	}
}

main .message_box .message_inner .ttl {
	font-size: 2.708vw;
	line-height: 1;
}

main .message_box .message_inner .bottom {
	font-size: 0.833vw;
	letter-spacing: 0.1em;
	line-height: 2.083vw;
	font-weight: 500;
	width: 31.302vw;
	margin: 3.021vw auto;
}

@media only screen and (max-width: 768px) {
	main .message_box .message_inner .bottom {
		font-size: 3.733vw;
		width: 100%;
		text-align: center;
		line-height: 9.333vw;
		padding: 5.333vw;
		margin-top: 0;
		margin-bottom: 8vw;
	}
}

main .message_box .img19,
main .message_box .img20 {
	position: absolute;
	width: 100%;
}

main .message_box .img19 {
	top: -40%;
}

@media only screen and (max-width: 768px) {
	main .message_box .img19 {
		top: -17%;
	}
}

main .message_box .img20 {
	bottom: -40%;
}

@media only screen and (max-width: 768px) {
	main .message_box .img20 {
		bottom: -17%;
	}
}

@media only screen and (max-width: 768px) {
	main .m20 {
		margin: 0 auto;
		width: 85.333vw;
	}
}

main .news_box {
	margin-top: 23.406vw;
	display: flex;
	padding: 0 12.5vw;
	background-color: #fff;
}

@media only screen and (max-width: 768px) {
	main .news_box {
		margin-top: 40vw;
		flex-wrap: wrap;
		padding: 0 5.333vw;
	}
}

main .news_box .left {
	margin-right: 3.906vw;
}

main .news_box .left .top,
main .news_box .left .bottom {
	color: #FFA326;
}

main .news_box .left .top {
	font-size: 1.927vw;
	letter-spacing: 0.2em;
	line-height: 3.021vw;
	margin-bottom: 3vw;
	width: 9.9vw;
}

@media only screen and (max-width: 768px) {
	main .news_box .left .top {
		width: 32vw;
		height: auto;
		margin-bottom: 5.333vw;
	}
}

main .news_box .left .bottom {
	font-size: 2.708vw;
	line-height: 1;
	margin-bottom: 1.458vw;
}

main .news_box .news_list {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	main .news_box .news_list {
		margin-bottom: 8vw;
	}
}

main .news_box .news_list li {
	width: 100%;
	display: flex;
	padding: 1.563vw 0;
	border-top: solid 1px #DDDDDD;
}

@media only screen and (max-width: 768px) {
	main .news_box .news_list li {
		padding: 5.333vw 0;
	}
}

main .news_box .news_list li .img_box {
	margin-right: 2.604vw;
}

main .news_box .news_list li .img_box img {
	width: 11.97917vw;
	height: 7.8125vw;
	object-fit: cover;
	border-radius: 30px;
}

main .news_box .news_list li .right .top {
	display: flex;
}

@media only screen and (max-width: 768px) {
	main .news_box .news_list li .right .top {
		align-items: center;
	}
}

main .news_box .news_list li .right .top .inner_left {
	color: #fff;
	font-size: 0.729vw;
	letter-spacing: 0.1em;
	background-color: #FFA326;
	border-radius: 1.042vw;
	text-align: center;
	padding: 0.26vw 1.042vw;
	margin-right: 1.563vw;
}

@media only screen and (max-width: 768px) {
	main .news_box .news_list li .right .top .inner_left {
		font-size: 3.733vw;
		padding: 0.533vw 4vw;
		border-radius: 5.333vw;
		margin-right: 4vw;
	}
}

main .news_box .news_list li .right .top .inner_right {
	font-size: 0.729vw;
	letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
	main .news_box .news_list li .right .top .inner_right {
		font-size: 3.733vw;
	}
}

main .news_box .news_list li .right .bottom {
	font-size: 1.25vw;
	letter-spacing: 0.15em;
	line-height: 2.5vw;
	margin-top: 1.042vw;
}

@media only screen and (max-width: 768px) {
	main .news_box .news_list li .right .bottom {
		font-size: 4.267vw;
		line-height: 8.533vw;
	}
}

main .news_box .news_list .border_bottom {
	border-bottom: solid 1px #DDDDDD;
}

main .shop_box {
	margin-top: 7.292vw;
	padding: 0 12.5vw;
	background-color: #fff;
}

@media only screen and (max-width: 768px) {
	main .shop_box {
		margin-top: 22.667vw;
		padding: 0 5.333vw;
	}
}

main .shop_box .shop_inner_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main .shop_box .shop_inner_top .left {
	color: #FFA326;
}

main .shop_box .shop_inner_top .left .top {
	font-size: 1.927vw;
	letter-spacing: 0.2em;
	line-height: 3.021vw;
	width: 21.198vw;
}

@media only screen and (max-width: 768px) {
	main .shop_box .shop_inner_top .left .top {
		width: 50.088vw;
	}
}

main .shop_box .shop_inner_top .left .bottom {
	font-size: 2.708vw;
	line-height: 1;
}

main .shop_box .shop_list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 2.604vw;
	margin-bottom: 6vw;
}

@media only screen and (max-width: 768px) {
	main .shop_box .shop_list {
		margin-top: 6.667vw;
		margin-bottom: 2.667vw;
	}
}

main .shop_box .shop_list a {
	width: 23%;
	margin-bottom: 2.083vw;
}

main .shop_box .shop_list a:not(:nth-of-type(4n)) {
	margin-right: 1.875vw;
}

@media only screen and (max-width: 768px) {
	main .shop_box .shop_list a {
		width: 48%;
		margin-bottom: 5.333vw;
	}
	main .shop_box .shop_list a:nth-of-type(odd) {
		margin-right: 10px;
	}
	main .shop_box .shop_list a:nth-of-type(even) {
		margin-right: 0;
	}
}

main .shop_box .shop_list a img {
	width: 100%;
	height: 12.23958vw;
	object-fit: cover;
	border-radius: 30px;
}

@media only screen and (max-width: 768px) {
	main .shop_box .shop_list a img {
		height: 110px;
	}
}

main .shop_box .shop_list a .top {
	font-size: 1.042vw;
	letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
	main .shop_box .shop_list a .top {
		font-size: 3.733vw;
		margin-top: 1.333vw;
	}
}

main .shop_box .shop_list a .bottom {
	font-size: 0.729vw;
	letter-spacing: 0.1em;
	line-height: 1.042vw;
}

main .shop_box .shop_list a .bottom::before {
	content: "";
	display: inline-block;
	width: 0.693vw;
	height: 0.885vw;
	margin: -0.156vw 0.26vw 0 0;
	background: url("../../img/img16.png") no-repeat;
	background-size: contain;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.btn4 {
		width: 100% !important;
		padding: 5.333vw !important;
		margin-bottom: 18.667vw;
	}
}

.img87 {
	width: 18.542vw;
}

.footprints {
	position: absolute;
	z-index: 9999;
	width: 1.815vw;
	height: 1.735vw;
}

@media only screen and (max-width: 768px) {
	.footprints {
		width: 11.392vw;
		height: 11.787vw;
		z-index: 999;
	}
}

.foot1 {
	right: 46.875vw;
	top: 46.875vw;
}

@media only screen and (max-width: 768px) {
	.foot1 {
		right: 66.875vw;
		top: 190.875vw;
		z-index: -1;
	}
}

.foot2 {
	top: 52.083vw;
	left: 46.875vw;
	transform: rotate(-15deg) !important;
}

@media only screen and (max-width: 768px) {
	.foot2 {
		top: 221.083vw;
		left: 0.875vw;
		z-index: -1;
	}
}

.foot3 {
	top: 59.115vw;
	right: 50vw;
	transform: rotate(-52deg) !important;
}

@media only screen and (max-width: 768px) {
	.foot3 {
		top: 249.115vw;
		right: 76vw;
	}
}

.foot4 {
	top: 66.146vw;
	right: 47.396vw;
	transform: rotate(-68deg) !important;
}

@media only screen and (max-width: 768px) {
	.foot4 {
		top: 289.146vw;
		right: 71.396vw;
	}
}

.foot5 {
	top: 71.875vw;
	right: 44.271vw;
	transform: rotate(-47deg) !important;
}

.foot6 {
	top: 78.385vw;
	right: 45.833vw;
	transform: rotate(-14deg) !important;
}

.foot7 {
	top: 84.115vw;
	right: 47.917vw;
	transform: rotate(-14deg) !important;
}

.foot8 {
	top: 88.542vw;
	right: 52.604vw;
	transform: rotate(16deg) !important;
}

.page_top {
	position: fixed;
	background: #FFA326;
	border-radius: 50%;
	height: 6.25vw;
	width: 6.25vw;
	color: #fff;
	right: 4%;
	bottom: 4%;
	z-index: 9999;
	text-align: center;
	padding: 1.198vw 0;
	cursor: pointer;
}

.page_top img {
	width: 2.719vw;
	height: 2.552vw;
}

.page_top p {
	font-size: 0.729vw;
	line-height: 0.729vw;
}

footer {
	display: relative;
}

footer .footer-nav {
	display: flex;
	align-items: center;
	position: absolute;
	right: 15.625vw;
	top: -1.04167vw;
}

@media screen and (max-width: 768px) {
	footer .footer-nav {
		position: relative;
		top: auto;
		right: auto;
		justify-content: center;
	}
}

footer .footer-nav li {
	margin-right: 1.04167vw;
}

@media screen and (max-width: 768px) {
	footer .footer-nav li {
		margin-right: 5vw;
	}
}

footer .footer-nav li a {
	font-size: 0.729vw;
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	footer .footer-nav li a {
		font-size: 3vw;
	}
}

/*# sourceMappingURL=style.css.map */