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

ul[class],
ol[class] {
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
	list-style: none;
}

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

img {
	display: block;
	max-width: 100%;
}

article > * + * {
	margin-top: 1em;
}

input,
button,
textarea,
select {
	font: inherit;
}

/* iOSでのデフォルトスタイルをリセット */

input[type="submit"],
input[type="button"] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	border: none;
	border-radius: 0;
	box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

html {
	font-size: 62.5%;
}

html,
body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
}

body {
	background: #fff;
	background: linear-gradient(90deg, #fff9eb 0%, white 20%, white 80%, #fff9eb 100%);
	color: #1b1b1b;
	font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
	font-size: 16px;
	height: auto !important;
	line-height: 1.75;
}

article,
aside,
footer,
header,
nav,
section,
main {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

video {
	height: auto;
	max-width: 100%;
}

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

table {
	border: 1px solid #eee;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	width: 100%;
}

th,
td {
	border: 1px solid #eee;
	padding: 4px 6px;
	text-align: left;
	vertical-align: top;
}

blockquote,
q {
	quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: "";
	content: none;
}

address {
	font-style: normal;
}

form {
	margin: 0;
	padding: 0;
}

form button {
	-webkit-appearance: none;
	background-color: #946373;
	background-image: none;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.6rem;
	margin: 0;
	padding: 0.6em 2em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	width: auto;
}

form button:hover,
form button:focus {
	outline: none;
}

form button:hover {
	opacity: 0.6;
}

form button ::-moz-focus-inner {
	border: none;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	background-image: none;
	border: 1px solid #bdbdbd;
	border-radius: 0;
	font-family: inherit;
	font-size: 1.6rem;
	padding: 8px;
	width: 100%;
}

textarea:hover,
textarea:focus {
	outline: none;
}

textarea:focus {
	box-shadow: none;
	outline: none;
}

textarea ::-moz-focus-inner {
	border: none;
	padding: 0;
}

a[href^="tel:"] {
	color: inherit;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-container {
	margin: 0 auto;
	max-width: 100%;
	width: 1000px;
}

.l-container::after {
	clear: both;
	content: "";
	display: table;
}

#footer {
	background: #4c4948;
	color: #fff;
	padding: 50px;
	position: relative;
}

.l-footer__wrapper {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 100%;
	padding: 0;
	width: 860px;
}

.l-footer__logo {
	flex-shrink: 0;
}

.l-footer__logo > img {
	margin: auto;
}

.l-footer__btn {
	display: flex;
}

.l-footer__btn > a {
	margin-right: 10px;
}

#header {
	background: #fbd6a6;
	color: #1b1b1b;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 20;
}

.l-header__wrapper {
	margin: 0 auto;
	max-width: 100%;
	padding: 15px 0;
	position: relative;
	width: 1000px;
}

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

.l-header__logo {
	margin-right: auto;
}

.l-header__logo a {
	transition: all 0.3s ease 0s;
}

.l-header__logo a:hover {
	opacity: 0.6;
}

.l-header__logo img {
	width: 200px;
}

.custom-logo-link img {
	height: auto;
	max-height: 50px;
	max-width: 142px;
	width: auto;
}

.custom-logo-link {
	display: block;
}

.l-header__btn {
	display: flex;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.l-header__btn > a + a {
	margin-left: 5px;
}

.c-btn {
	-webkit-appearance: none;
	background-color: transparent;
	background-image: none;
	border: 1px solid #1b1b1b;
	border-radius: 0;
	color: #1b1b1b;
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	height: 20px;
	letter-spacing: 0.04em;
	line-height: 18px;
	margin: 0;
	max-width: 100%;
	position: relative;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	transition: .3s;
	vertical-align: middle;
	width: 80px;
}

.c-btn::after {
	border-right: 1px solid #1b1b1b;
	border-top: 1px solid #1b1b1b;
	height: 10px;
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	transition: .3s;
	width: 10px;
}

.c-btn:hover {
	opacity: 0.6;
}

.c-btn:hover::after {
	border-color: transparent;
	right: 5%;
}

.c-btn:not(:disabled) {
	cursor: pointer;
}

.c-btn:hover,
.c-btn:focus {
	outline: none;
}

.c-btn::-moz-foucus-inner {
	border: none;
	padding: 0;
}

.entry-header {
	height: 350px;
	position: relative;
	width: 100vw;
}

.entry-header::before {
	background: #EFD4C6;
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.entry-header__img {
	background: rgba(148, 99, 115, 0.6);
	height: 100%;
	width: 100%;
}

.entry-header__img > img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.entry-header__img--case > img {
	-o-object-position: center 57%;
	object-position: center 57%;
}

.entry-header__img--qa > img {
	-o-object-position: center 60%;
	object-position: center 60%;
}

.entry-header__text {
	background: rgba(148, 99, 115, 0.75);
	color: #fff;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	left: 0;
	margin: auto;
	max-width: 363px;
	padding: 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
}

.entry-header__text > h1 {
	font-size: 50px;
	line-height: 1;
}

.entry-header__text > h1 > span {
	display: block;
	font-size: 27px;
	margin-top: 10px;
	padding-top: 10px;
	position: relative;
	text-align: center;
}

.entry-header__text > h1 > span::before {
	background: #fff;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.entry-header__text img {
	margin: auto;
}

.c-fnav {
	display: flex;
	padding: 5px 0;
}

.c-fnav__link {
	border: solid 1px #fff;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	width: 100px;
}

.c-fnav__link:hover {
	opacity: 0.7;
}

.c-fnav__link:not(:last-child) {
	border-right: none;
}

.c-fnav__wrapper li {
	display: inline;
	margin-right: 46px;
}

.c-fnav__wrapper li:last-child {
	margin-right: 0;
}

.c-fnav__wrapper a {
	color: #1b1b1b;
	display: inline-block;
	padding: 0.3em;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-fnav__wrapper a:hover {
	text-decoration: underline;
}

.c-footer {
	background: #fff;
}

.c-footer__bnr img {
	margin: auto;
	margin-bottom: 20px;
}

.c-footer__btn {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 50px;
	max-width: 525px;
}

.c-frame {
	background: #fff;
	border: 1px solid #b2b2b2;
	margin: auto;
	max-width: 900px;
	padding: 80px;
	position: relative;
}

.c-frame--2 {
	background: #fffbf5;
}

.c-frame::before {
	border-bottom: 11.5px solid transparent;
	border-left: 11.5px solid transparent;
	border-right: 11.5px solid #fbd6a6;
	border-top: 11.5px solid #fbd6a6;
	content: "";
	position: absolute;
	right: -1px;
	top: -1px;
}

.c-frame::after {
	border-left: 1px solid #b2b2b2;
	content: "";
	content: "";
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
	width: 30px;
}

.c-gnav ul,
.c-gnav2 ul {
	align-items: center;
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.c-gnav ul li,
.c-gnav2 ul li {
	padding: 10px 20px;
	position: relative;
}

.c-gnav ul li:last-child,
.c-gnav2 ul li:last-child {
	margin-right: 0;
}

.c-gnav ul li::after,
.c-gnav2 ul li::after {
	background: #cbcbcb;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-gnav ul li a,
.c-gnav2 ul li a {
	color: #1b1b1b;
	display: block;
	text-decoration: none;
	transition: all 0.3s ease 0s;
}

.c-gnav ul li a:hover,
.c-gnav2 ul li a:hover {
	opacity: 0.6;
}

.c-gnav__icon {
	display: block;
}

.c-gnav__wrapper {
	background: #946373;
	bottom: auto;
	color: #fff;
	height: 100%;
	left: auto;
	max-width: 90%;
	overflow: auto;
	padding: 0 0.8em;
	padding-top: 64px;
	position: fixed;
	right: 0;
	text-align: left;
	top: 0;
	transform: translateX(105%);
	transition: all 0.5s ease 0s;
	width: 300px;
	z-index: 40;
}

.c-gnav__wrapper.is-open {
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.16);
	height: 100%;
	transform: translate(0);
}

.c-gnav__wrapper ul {
	display: initial;
}

.c-gnav__wrapper ul li {
	margin-bottom: 0.8em;
}

.c-gnav__wrapper ul li a {
	color: #fff;
	text-decoration: none;
}

.c-gnav__icon {
	left: 20px;
	position: absolute;
	top: 20px;
	z-index: 100;
}

.c-gnav__icon::after {
	color: #fff;
	content: "MENU";
	display: none;
	font-size: 0.8rem;
	font-weight: 700;
	line-height: 1;
	margin-top: 4px;
	text-align: center;
}

.c-gnav__icon.is-open::after {
	content: "CLOSE";
}

.c-gnav__icon a {
	display: block;
	height: 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
	transition: transform 0.3s;
	width: 30px;
}

.c-gnav__icon a:after,
.c-gnav__icon a:before {
	background: #fff;
	content: "";
	display: block;
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	transition: transform 0.5s;
	width: 100%;
}

.c-gnav__icon a:before {
	top: 0;
}

.c-gnav__icon a:after {
	bottom: 0;
}

.c-gnav__icon a span {
	background: #fff;
	height: 3px;
	left: 0;
	margin: auto;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: 100%;
	top: 50%;
	transform: translate(0, -50%);
	transition: transform 0.5s;
	white-space: nowrap;
	width: 100%;
}

.c-gnav__icon a.is-open:not(.fix) {
	background: none;
	margin: auto;
}

.c-gnav__icon a.is-open:not(.fix):before {
	background: #fff;
	top: 50%;
	transform: translate(0, -50%) rotate(45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix):after {
	background: #fff;
	bottom: 50%;
	transform: translate(0, 50%) rotate(-45deg);
	width: 88%;
}

.c-gnav__icon a.is-open:not(.fix) span {
	transform: translate(100%, -50%);
}

.c-gnav__icon--b a:after,
.c-gnav__icon--b a:before,
.c-gnav__icon--b a.is-open:not(.fix):before,
.c-gnav__icon--b a.is-open:not(.fix):after {
	background: #231815;
}

.c-gnav__icon--b a span {
	background: #231815;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */

* {
	box-sizing: border-box;
}

.container {
	margin: 0 auto;
	max-width: 800px;
}

.clr:after,
.col:after,
.container:after,
.group:after,
.row:after {
	clear: both;
	content: "";
	display: table;
}

.row {
	padding-bottom: 0;
}

.col {
	display: block;
	float: left;
	width: 100%;
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */

.container {
	padding: 0 1%;
}

.container img {
	max-width: 100%;
}

* + .container {
	margin-top: 2em;
}

.row:not(:last-child) {
	margin-bottom: 4%;
}

.col {
	float: none;
}

.col:not(:last-child) {
	margin-bottom: 3%;
}

/* ローディング画面 */

#loading {
	background-color: #fff;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	transition: all 1s;
	width: 100vw;
	z-index: 100;
}

#loading.is-loaded {
	opacity: 0;
	visibility: hidden;
}

.c-loading__anime {
	-webkit-animation: load4 1.3s infinite linear;
	animation: load4 1.3s infinite linear;
	border-radius: 50%;
	color: #808080;
	font-size: 20px;
	height: 1em;
	left: 50%;
	margin: 100px auto;
	position: fixed;
	text-indent: -9999em;
	top: calc(50% - 100px);
	transform: translateZ(0);
	transform: translate(-50%, -50%);
	width: 1em;
}

.c-mv {
	height: 1000px;
	max-height: calc(100vh - 70px);
	min-height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.c-mv .l-container {
	height: 100%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
}

.c-mv__img {
	height: 100%;
	position: relative;
}

.c-mv__img > img {
	-o-object-fit: cover;
	-o-object-position: top center;
	height: 100%;
	left: -300%;
	margin: auto;
	max-width: none;
	object-fit: cover;
	object-position: top center;
	position: absolute;
	right: -300%;
	top: 0;
	width: 100%;
}

.c-mv__inner {
	align-items: flex-end;
	bottom: 10px;
	color: #1b1b1b;
	display: flex;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	left: 0;
	opacity: 0;
	padding: 0 24px;
	position: absolute;
	position: absolute;
	right: 0;
	text-align: left;
	top: 50px;
	transition: 2s 0.5s;
	z-index: 10;
}

.c-mv__inner > img {
	margin: 0 auto;
	max-height: 95%;
}

.c-mv__inner.is-fadein {
	opacity: 1;
}

.c-mv__scroll {
	bottom: 10%;
	left: 50px;
	position: absolute;
}

.c-mv2 {
	background: #fff;
	position: relative;
}

.c-mv2::before {
	background: #efe8ea;
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-mv2 .l-container {
	position: relative;
}

.c-mv2__inner {
	bottom: 20px;
	left: 20px;
	position: absolute;
}

.c-mv2__inner2 {
	bottom: 50px;
	position: absolute;
	right: 50px;
}

.c-mv2__img > img {
	-o-object-fit: cover;
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.c-pagenation {
	margin: 0 auto 50px;
	margin-top: 50px;
	max-width: 340px;
	position: relative;
	text-align: center;
	width: 1000px;
	z-index: 1;
}

.c-pagenation .page-numbers {
	color: #946373;
	line-height: 1;
	padding: 0 10px;
	transition: .3s;
}

.c-pagenation .page-numbers:not(.next) {
	border-right: 1px solid #000;
}

.c-pagenation .page-numbers:not(.prev):first-child {
	border-left: 1px solid #000;
}

.c-pagenation .page-numbers.current {
	color: #1b1b1b;
}

.c-pagenation .page-numbers:not(.current) {
	transition: 0.3s ease;
}

.c-pagenation .page-numbers:not(.current):hover {
	opacity: 0.7;
}

.c-pagenation .page-numbers + .page-numbers {
	margin: 0;
}

.c-pagenation .prev {
	background-image: url(../img/img_prev.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: none !important;
	height: 16px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	width: 16px;
}

.c-pagenation .prev:hover {
	opacity: .7;
}

.c-pagenation .next {
	background-image: url(../img/img_next.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: none !important;
	height: 16px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
	width: 16px;
}

.c-pagenation .next:hover {
	opacity: .7;
}

.c-pagenation1 .page-numbers {
	display: none;
}

.c-pagenation1 .page-numbers.prev,
.c-pagenation1 .page-numbers.next {
	display: block;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.p-awesome-nav {
	display: flex;
	justify-content: space-between;
}

.p-awesome-nav > a {
	color: #946373;
	text-decoration: none;
	transition: .3s;
	width: 50%;
}

.p-awesome-nav > a:hover {
	opacity: 0.6;
}

.p-awesome-nav__next {
	padding-left: 20px;
	position: relative;
	text-align: right;
}

.p-awesome-nav__next::before {
	background: #B2B2B2;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}

.p-awesome-nav__prev {
	padding-right: 20px;
}

.nav-archive {
	text-align: center;
}

.nav-archive > span {
	padding: 0 10px;
}

.nav-archive > a {
	color: #946373;
	padding: 0 10px;
	transition: .3s;
}

.nav-archive > a:hover {
	opacity: 0.6;
}

.c-scroll-top {
	bottom: 5%;
	opacity: 0;
	position: fixed;
	right: 5%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 2;
}

[data-scroll="true"] .c-scroll-top {
	opacity: 0.9;
	visibility: visible;
}

.c-scroll-top a {
	background: #946373;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 70px;
	overflow: hidden;
	padding: 0;
	position: relative;
	text-indent: 100%;
	white-space: nowrap;
	width: 70px;
}

.c-scroll-top a::after {
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	content: "";
	display: block;
	height: 10px;
	left: 50%;
	margin: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -20%) rotate(45deg);
	transition: .2s;
	width: 10px;
}

#footer.high .c-scroll-top {
	bottom: auto;
	margin: 0;
	position: absolute;
	right: 5%;
	top: 0;
	transform: translateY(-50%);
}

.blog-main,
.single-main {
	background: #fbd6a6;
}

.blog-main + .c-footer,
.single-main + .c-footer {
	background: #fbd6a6;
}

.single-main .post-thumbnail > img {
	margin: auto;
}

.p-blog-sec1 {
	padding: 50px 0;
}

.p-blog__lead {
	font-size: 18px;
	margin: auto;
	max-width: 720px;
}

.p-blog__wrap2 {
	background: #fcda9d;
	background: #fdeac6;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2) inset;
	margin: 0 auto 20px;
	max-width: 900px;
	padding: 10px;
}

.p-blog__wrap {
	background: #fff9f0;
	box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.2) inset;
	display: flex;
	padding: 50px 50px;
}

.p-blog__img {
	flex-shrink: 0;
	margin-right: 50px;
	position: relative;
	transition: .3s;
	width: 35%;
	z-index: 1;
}

.p-blog__img:hover {
	opacity: 0.7;
}

.p-blog__img > img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-blog__content {
	padding-top: 50px;
}

.p-blog__title {
	font-size: 21px;
}

.p-blog__date {
	font-size: 14px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.p-blog__date::after {
	background: #fcda9d;
	bottom: 0;
	content: "";
	height: 2px;
	position: absolute;
	right: 0;
	width: calc(100% + 100px);
	z-index: 0;
}

.p-blog__text {
	font-size: 18px;
}

.p-blog__btn {
	margin-top: 30px;
}

.type-post {
	padding: 80px 0;
}

.type-post .l-container {
	width: 750px;
}

.type-post .post-thumbnail {
	margin-bottom: 30px;
}

.type-post .entry-title {
	font-size: 32px;
	margin-bottom: 20px;
}

.type-post h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.type-post__wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}

.type-post__item {
	width: 48%;
}

.type-post p {
	line-height: 2;
	margin-bottom: 1.5em;
}

.bonus-main {
	background: #fbd6a6;
}

.p-bonus-frame1 {
	box-shadow: 0 0 8px 8px rgba(35, 24, 21, 0.15);
	margin: auto;
	max-width: 700px;
	padding: 80px 10px 20px;
	position: relative;
}

.p-bonus-frame1::before {
	background: url(../img/bonus_headline2@2x.jpg) no-repeat top left/contain;
	content: "";
	height: 45px;
	left: 0;
	max-width: 100%;
	position: absolute;
	top: 0;
	width: 540px;
}

.p-bonus-frame1--2::before {
	background: url(../img/bonus_headline3@2x.jpg) no-repeat top left/contain;
}

.p-bonus-frame1--3::before {
	background: url(../img/bonus_headline4@2x.jpg) no-repeat top left/contain;
}

.p-bonus-frame1--4::before {
	background: url(../img/bonus_headline5@2x.jpg) no-repeat top left/contain;
}

.p-bonus-frame1__list > li {
	border-bottom: 1px solid #231815;
	padding: 20px 30px 20px 120px;
	position: relative;
}

.p-bonus-frame1__list > li::before {
	background: url(../img/check@2x.png) no-repeat center/contain;
	content: "";
	height: 29px;
	left: 65px;
	position: absolute;
	top: 25px;
	width: 38px;
}

.p-bonus-frame1__title {
	font-size: 23px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.p-bonus-frame1__text {
	font-size: 18px;
	line-height: 1.4;
}

.p-bonus-frame2 {
	border: 1px solid #946373;
	font-weight: bold;
	margin: auto;
	margin-bottom: 50px;
	max-width: 700px;
	padding: 30px 20px;
	position: relative;
	text-align: center;
}

.p-bonus-frame2__text {
	font-size: 21px;
}

.p-bonus-frame2__text--red {
	color: #c30d23;
}

.p-bonus-frame2__text--large {
	font-size: 40px;
}

.p-bonus-frame2::before {
	background: #fffbf5;
	bottom: -1px;
	content: "";
	height: 2px;
	position: absolute;
	right: -1px;
	width: 130px;
}

.p-bonus-frame2::after {
	background: #fffbf5;
	bottom: -1px;
	content: "";
	height: 50px;
	position: absolute;
	right: -1px;
	width: 2px;
}

.p-bonus-frame2__img {
	background: url(../img/bonus_frame1@2x.png) no-repeat center/contain;
	bottom: -15px;
	height: 49px;
	position: absolute;
	right: -10px;
	width: 126px;
}

.p-bonus-frame2__img--2 {
	background: url(../img/bonus_frame2@2x.png) no-repeat center/contain;
	bottom: -15px;
	height: 58px;
	right: -10px;
	width: 164px;
}

.p-bonus-frame2__img--3 {
	background: url(../img/bonus_frame3@2x.png) no-repeat center/contain;
	bottom: -15px;
	height: 43px;
	right: -10px;
	width: 112px;
}

.p-bonus-frame2--2::before {
	background: #fff;
	content: "";
	height: 2px;
	width: 160px;
}

.p-bonus-frame2--2::after {
	background: #fff;
	content: "";
	height: 50px;
	width: 2px;
}

.p-bonus-frame2--3::before {
	content: "";
	height: 2px;
	width: 110px;
}

.p-bonus-frame2--3::after {
	content: "";
	height: 40px;
	width: 2px;
}

.p-bonus-sec1 {
	padding: 80px 0;
}

.p-bonus-sec1__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

.p-bonus-sec1__h2 > img {
	margin: auto;
}

.p-bonus-sec1__lead {
	font-size: 18px;
	margin: auto;
	max-width: 590px;
}

.p-bonus-sec2 {
	margin-bottom: 30px;
}

.p-bonus-sec2__h3 {
	color: #946373;
	font-size: 32px;
	line-height: 1.3;
	margin: auto;
	margin-bottom: 30px;
	max-width: 370px;
	padding-left: 80px;
	position: relative;
}

.p-bonus-sec2__h3 > span {
	font-size: 15px;
}

.p-bonus-sec2__h3::before {
	background: url(../img/num1@2x.png) no-repeat center/contain;
	content: "";
	height: 59px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 59px;
}

.p-bonus-sec2__lead {
	margin: auto;
	margin-bottom: 50px;
	max-width: 450px;
}

.p-bonus-sec2__img {
	margin-bottom: 50px;
}

.p-bonus-sec2__img > img {
	margin: auto;
}

.p-bonus-sec3 {
	margin-bottom: 30px;
}

.p-bonus-sec3__h3 {
	color: #946373;
	font-size: 32px;
	line-height: 1.3;
	margin: auto;
	margin-bottom: 30px;
	max-width: 370px;
	padding-left: 80px;
	position: relative;
}

.p-bonus-sec3__h3 > span {
	font-size: 15px;
}

.p-bonus-sec3__h3::before {
	background: url(../img/num2@2x.png) no-repeat center/contain;
	content: "";
	height: 59px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 59px;
}

.p-bonus-sec3__lead {
	margin: auto;
	margin-bottom: 50px;
	max-width: 450px;
}

.p-bonus-sec4 {
	margin-bottom: 30px;
}

.p-bonus-sec4__h3 {
	color: #946373;
	font-size: 32px;
	line-height: 1.3;
	margin: auto;
	margin-bottom: 30px;
	max-width: 370px;
	padding-left: 80px;
	position: relative;
}

.p-bonus-sec4__h3 > span {
	font-size: 15px;
}

.p-bonus-sec4__h3::before {
	background: url(../img/num3@2x.png) no-repeat center/contain;
	content: "";
	height: 59px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 59px;
}

.p-bonus-sec4__lead {
	margin: auto;
	margin-bottom: 50px;
	max-width: 450px;
}

.p-bonus-sec4__img {
	margin: 50px 0;
}

.p-bonus-sec4__img > img {
	margin: auto;
	margin-bottom: 20px;
}

.p-bonus-sec5 {
	margin-bottom: 30px;
	padding-bottom: 50px;
}

.p-bonus-sec5__h3 {
	color: #946373;
	font-size: 32px;
	line-height: 1.3;
	margin: auto;
	margin-bottom: 30px;
	max-width: 370px;
	padding-left: 80px;
	position: relative;
}

.p-bonus-sec5__h3 > span {
	font-size: 15px;
}

.p-bonus-sec5__h3::before {
	background: url(../img/num4@2x.png) no-repeat center/contain;
	content: "";
	height: 59px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 59px;
}

.p-bonus-sec5__lead {
	margin: auto;
	margin-bottom: 50px;
	max-width: 450px;
}

.p-bonus-sec5__img {
	margin: 50px 0;
}

.p-bonus-sec5__img > img {
	margin: auto;
	margin-bottom: 20px;
}

.p-bonus-sec6 {
	background: #fff;
	padding: 50px 0;
}

.p-bonus-sec6__h2 {
	color: #946373;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

.p-bonus-sec6__h2 > img {
	margin: auto;
}

.p-bonus-sec6__h2 > span {
	position: relative;
}

.p-bonus-sec6__h2 > span::after {
	background: #946373;
	bottom: -3px;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-bonus-sec6__wrap {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 50px;
	max-width: 850px;
}

.p-bonus-sec6__wrap > img {
	flex-shrink: 0;
	margin-left: 20px;
}

.p-bonus-sec6__left {
	font-size: 18px;
}

.p-bonus-sec6__wrap2 {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 900px;
}

.p-bonus-sec6-circle {
	border-radius: 50%;
	height: 287px;
	padding: 10px;
	width: 287px;
}

.p-bonus-sec6-circle:nth-of-type(1) {
	border: 1px solid #a8828d;
}

.p-bonus-sec6-circle:nth-of-type(2) {
	background: #fcda9d;
}

.p-bonus-sec6-circle:nth-of-type(3) {
	background: #eae0e3;
}

.p-bonus-sec6-circle__left {
	float: left;
	height: 100%;
	shape-outside: radial-gradient(circle farthest-corner at center right, rgba(255, 255, 255, 0) 70%, white 70%, white 100%);
	width: 50%;
}

.p-bonus-sec6-circle__right {
	float: right;
	height: 100%;
	shape-outside: radial-gradient(circle farthest-corner at center left, rgba(255, 255, 255, 0) 70%, white 70%, white 100%);
	width: 50%;
}

.p-bonus-sec6-circle__h3 {
	font-size: 21px;
	padding: 53px 0 20px;
	text-align: center;
}

.p-bonus-sec6-circle__text {
	font-size: 16px;
	text-align: center;
}

.faq-main {
	background: #fbd6a6;
}

.faq-main + .c-footer {
	background: #fbd6a6;
}

.faq-main .c-frame {
	margin-bottom: 20px;
}

.p-faq__h3 {
	border-bottom: 3px solid #946373;
	border-top: 3px solid #946373;
	color: #946373;
	margin: 0 auto 50px;
	max-width: 600px;
	text-align: center;
}

.p-faq__wrap {
	margin-bottom: 30px;
	padding-left: 67px;
}

.p-faq__q {
	border-bottom: 1px solid #946373;
	color: #946373;
	font-size: 26px;
	margin-bottom: 20px;
	position: relative;
}

.p-faq__q::before {
	background: url(../img/icon_q@2x.png) no-repeat center/contain;
	content: "";
	height: 47px;
	left: -60px;
	position: absolute;
	top: 0;
	width: 43px;
}

.p-faq__a {
	font-size: 18px;
}

.p-faq__a a {
	color: #0088c9;
	text-decoration: none;
	transition: opacity .3s;
}

.p-faq__a a:hover {
	opacity: 0.6;
}

.p-faq-sec1 {
	padding: 80px 0 30px;
}

.p-faq-sec1__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 50px;
	text-align: center;
}

.p-faq-sec1__h2 > img {
	margin: auto;
}

.p-faq-sec1__h2 > span {
	color: #946373;
	font-size: 40px;
	padding: 0 5px;
	position: relative;
}

.p-faq-sec1__h2 > span::after {
	background: #946373;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-faq-sec1__lead {
	font-size: 18px;
	text-align: center;
}

.p-faq-sec1-anchor {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 900px;
	padding: 30px 0;
}

.p-faq-sec1-anchor__link {
	border-bottom: 1px solid #946373;
	border-top: 1px solid #946373;
	color: #946373;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
	padding: 6px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	width: 170px;
}

.p-faq-sec1-anchor__link:hover {
	opacity: 0.6;
}

.p-faq-sec1-anchor__link::before {
	background: #946373;
	bottom: 0;
	content: "";
	height: 80%;
	left: 0;
	position: absolute;
	width: 1px;
}

.p-faq-sec1-anchor__link::after {
	background: #946373;
	content: "";
	height: 80%;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
}

.message-main {
	background: #fbd6a6;
}

.message-main + .c-footer {
	background: #fbd6a6;
}

.p-message-sec1 {
	padding: 80px 0;
}

.p-message-sec1__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 1;
	margin: 0 auto 50px;
	max-width: 420px;
	padding: 0 50px 0 10px;
	position: relative;
	z-index: 1;
}

.p-message-sec1__h2 > span {
	font-size: 18px;
	padding-left: 30px;
}

.p-message-sec1__h2::before {
	background: rgba(254, 246, 230, 0.5);
	bottom: 8px;
	content: "";
	height: 20px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-message-sec1__h2::after {
	background: url(../img/message_img1@2x.png) no-repeat center/contain;
	bottom: -20px;
	content: "";
	height: 45px;
	position: absolute;
	right: 30px;
	width: 118px;
}

.p-message-sec1__lead {
	margin: auto;
	max-width: 450px;
	position: relative;
}

.p-message-sec1__lead::after {
	background: url(../img/message_img2@2x.png) no-repeat center/contain;
	bottom: 30px;
	content: "";
	height: 151px;
	position: absolute;
	right: 30px;
	width: 120px;
}

.p-message-sec1__frame1 {
	height: 100%;
	position: absolute;
	width: 100%;
}

.p-message-sec1__frame1::before {
	background: #4d4d4d;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 10px;
	width: 141px;
}

.p-message-sec1__frame1::after {
	background: #4d4d4d;
	content: "";
	height: 86px;
	left: 10px;
	position: absolute;
	top: 0;
	width: 1px;
}

.p-message-sec1__frame2 {
	height: 100%;
	position: absolute;
	width: 100%;
}

.p-message-sec1__frame2::before {
	background: #4d4d4d;
	bottom: 10px;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	width: 141px;
}

.p-message-sec1__frame2::after {
	background: #4d4d4d;
	bottom: 0;
	content: "";
	height: 86px;
	position: absolute;
	right: 10px;
	width: 1px;
}

.p-message-sec1__text {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 21px;
	font-weight: 500;
	padding: 40px 40px 100px 40px;
	position: relative;
}

.p-message-sec1__text > span {
	font-size: 30px;
}

.p-message-sec2__wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 50px;
	max-width: 900px;
}

.p-message-sec2__wrap:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-message-sec2__img {
	width: 44%;
}

.p-message-sec2__content {
	width: 50%;
}

.p-message-sec2__h3 {
	font-size: 30px;
}

.p-message-sec2__text {
	font-size: 18px;
}

.p-order-sec1 {
	padding: 50px 0;
}

.p-order-sec1__h2 {
	border-bottom: 1px solid #c9b1b9;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.p-order-sec1__text {
	font-size: 22px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-order-sec1__text--mincho {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
}

.p-order-sec1__img {
	margin-top: 50px;
}

.p-order-sec1__img > img {
	margin-left: auto;
}

.p-order-sec1__btn-wrap {
	margin: 50px 0 80px;
}

.p-order-sec1__btn {
	text-align: center;
}

.p-order-sec1__btn > img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: auto;
}

.p-products-sec1 {
	padding: 80px 0;
}

.p-products-sec1__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

.p-products-sec1__text {
	font-size: 18px;
	margin: 0 auto 30px;
	max-width: 800px;
}

.p-products-sec1 img {
	margin-left: auto;
	margin-right: auto;
}

.p-products-sec2 .l-container {
	border-top: 2px solid #962C1A;
	padding-top: 50px;
}

.p-products-sec2 h2 {
	margin-bottom: 50px;
	text-align: center;
}

.p-products-sec2 h2 > img {
	margin: auto;
}

.p-products-sec2__wrap {
	display: flex;
	justify-content: space-between;
}

.p-products-sec2__img {
	width: 50%;
}

.p-products-sec2__content {
	padding: 20px;
}

.p-products-sec2__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.p-products-sec3 {
	padding: 80px 0 50px;
}

.p-products-sec3 h2 {
	border-bottom: 1px solid #946373;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.p-products-sec3 h2 > img {
	margin: auto;
}

.p-products-sec3__container {
	margin: auto;
	max-width: 100%;
	width: 750px;
}

.p-products-sec3-head__wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-products-sec3-head__content {
	width: 48%;
}

.p-products-sec3-head__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.p-products-sec3-head__img {
	width: 48%;
}

.p-products-sec3-head__img > img {
	margin: auto;
}

.p-products-sec3__wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-products-sec3__wrap:nth-of-type(even) {
	flex-direction: row;
}

.p-products-sec3__img {
	width: 48%;
}

.p-products-sec3__content {
	width: 48%;
}

.p-products-sec3__h3 {
	background: #962c1a;
	color: #fff;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 23px;
	font-style: italic;
	font-weight: 500;
	margin-bottom: 20px;
	padding: 5px;
	text-align: center;
}

.p-products-sec4__border1 {
	border: 2px solid #94252A;
	padding: 50px;
	position: relative;
}

.p-products-sec4__border1::before,
.p-products-sec4__border1::after {
	background: #fff;
	border-left: 2px solid #94252A;
	content: "";
	height: 30px;
	width: 30px;
}

.p-products-sec4__border1::before {
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.p-products-sec4__border1::after {
	bottom: -15px;
	left: -15px;
	position: absolute;
	transform: rotate(135deg);
	transform-origin: center;
}

.p-products-sec4__border2 {
	border: 2px solid #DFBEBF;
	height: calc(100% + 4px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: calc(100% + 4px);
	z-index: -1;
}

.p-products-sec4__border2::before,
.p-products-sec4__border2::after {
	background: #fff;
	border-left: 2px solid #DFBEBF;
	content: "";
	height: 30px;
	width: 30px;
}

.p-products-sec4__border2::before {
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.p-products-sec4__border2::after {
	bottom: -15px;
	left: -15px;
	position: absolute;
	transform: rotate(135deg);
	transform-origin: center;
}

.p-products-sec4__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
}

.p-products-sec4__lead {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	margin: 0 auto 50px;
	max-width: 800px;
}

.p-products-sec4__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: auto;
	max-width: 660px;
}

.p-products-sec4__item {
	margin-bottom: 40px;
	width: 30%;
}

.p-products-sec4__img {
	margin: auto;
	margin-bottom: 20px;
}

.p-products-sec4__h3 {
	align-items: center;
	display: grid;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 22px;
	font-weight: 500;
	height: 60px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}

.p-products-sec4__text {
	font-size: 14px;
	margin: auto;
	max-width: 160px;
}

.p-products-sec5 {
	padding: 80px 0;
}

.p-products-sec5 h2 {
	border-bottom: 1px solid #946373;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.p-products-sec5 h2 > img {
	margin: auto;
}

.p-products-sec5__wrap {
	display: flex;
	justify-content: space-between;
}

.p-products-sec5__img {
	width: 53%;
}

.p-products-sec5__content {
	width: 42%;
}

.p-products-sec5__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.p-products-sec5-frame {
	border: 4px solid #962C1A;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	margin: auto;
	margin-top: 80px;
	max-width: 620px;
	padding: 80px 50px 50px 100px;
	position: relative;
}

.p-products-sec5-frame__h3 {
	background: #fff;
	color: #962C1A;
	display: inline-block;
	font-size: 57px;
	font-weight: 500;
	left: 0;
	margin: auto;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: translateY(-50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-products-sec5-frame__list {
	font-size: 18px;
	font-weight: bold;
}

.p-products-sec5-frame__list > li {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}

.p-products-sec5-frame__list > li::before {
	background: url(../img/check1@2x.png) no-repeat center/contain;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.p-products-sec6 {
	padding-bottom: 80px;
}

.p-products-sec6 .l-container {
	border-top: 2px solid #2B3B66;
	padding-top: 50px;
}

.p-products-sec6 h2 {
	margin-bottom: 50px;
	text-align: center;
}

.p-products-sec6 h2 > img {
	margin: auto;
}

.p-products-sec6__wrap {
	display: flex;
	justify-content: space-between;
}

.p-products-sec6__img {
	width: 52%;
}

.p-products-sec6__caption {
	font-size: 10px;
}

.p-products-sec6__content {
	padding: 20px;
	width: 44%;
}

.p-products-sec6__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.p-products-sec6__h3 > span {
	display: inline-block;
	position: relative;
}

.p-products-sec6__h3 > span::before {
	content: "※1";
	font-size: 10px;
	position: absolute;
	right: -20px;
	top: -10px;
}

.p-products-sec6__h3 > span::after {
	background: linear-gradient(90deg, #ae9a52 0%, #bba863 2.55%, #d4c182 8.2%, #e6d399 13.68%, #f1dea6 18.87%, #f5e2ab 23.47%, #e8d59b 31.44%, #cfbb7b 50.06%, #bda964 68.09%, #b29e57 85.09%, #ae9a52 100%);
	bottom: 0px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: calc(100% + 20px);
}

.p-products-sec7 {
	padding: 80px 0 50px;
}

.p-products-sec7 h2 {
	border-bottom: 1px solid #946373;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.p-products-sec7 h2 > img {
	margin: auto;
}

.p-products-sec7__wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-products-sec7__wrap:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-products-sec7__img {
	width: 48%;
}

.p-products-sec7__content {
	width: 48%;
}

.p-products-sec7__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.6;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.p-products-sec7__h3 > span {
	display: inline-block;
	padding-right: 10px;
	position: relative;
}

.p-products-sec7__h3 > span::before {
	content: "※1";
	font-size: 10px;
	position: absolute;
	right: -10px;
	top: -10px;
}

.p-products-sec7__h3 > span::after {
	background: linear-gradient(90deg, #ae9a52 0%, #bba863 2.55%, #d4c182 8.2%, #e6d399 13.68%, #f1dea6 18.87%, #f5e2ab 23.47%, #e8d59b 31.44%, #cfbb7b 50.06%, #bda964 68.09%, #b29e57 85.09%, #ae9a52 100%);
	bottom: 0px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: calc(100% + 10px);
}

.p-products-sec8__border1 {
	border: 2px solid #2B3B66;
	padding: 50px;
	position: relative;
}

.p-products-sec8__border1::before,
.p-products-sec8__border1::after {
	background: #fff;
	border-left: 2px solid #2B3B66;
	content: "";
	height: 30px;
	width: 30px;
}

.p-products-sec8__border1::before {
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.p-products-sec8__border1::after {
	bottom: -15px;
	left: -15px;
	position: absolute;
	transform: rotate(135deg);
	transform-origin: center;
}

.p-products-sec8__border2 {
	border: 2px solid #9EA5B9;
	height: calc(100% + 4px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: calc(100% + 4px);
	z-index: -1;
}

.p-products-sec8__border2::before,
.p-products-sec8__border2::after {
	background: #fff;
	border-left: 2px solid #9EA5B9;
	content: "";
	height: 30px;
	width: 30px;
}

.p-products-sec8__border2::before {
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.p-products-sec8__border2::after {
	bottom: -15px;
	left: -15px;
	position: absolute;
	transform: rotate(135deg);
	transform-origin: center;
}

.p-products-sec8__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 48px;
	font-weight: 500;
	text-align: center;
}

.p-products-sec8__lead {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	margin: 0 auto 50px;
	max-width: 700px;
}

.p-products-sec8__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
}

.p-products-sec8__item {
	margin: 0 1%;
	margin-bottom: 40px;
	position: relative;
	width: 22%;
}

.p-products-sec8__percent {
	align-items: center;
	background: #000;
	background: linear-gradient(45deg, #0080bf 0%, #1b8cc9 10.44%, #3799d3 23.77%, #48a0d9 35.47%, #4ea3db 44.17%, #4aa1da 57.56%, #3f9cd6 69.89%, #2d94cf 81.81%, #1288c6 93.4%, #0080bf 100%);
	border-radius: 50%;
	color: #fff;
	display: grid;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 25px;
	height: 53px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 53px;
}

.p-products-sec8__percent span {
	font-size: 15px;
}

.p-products-sec8__img {
	margin: auto;
	margin-bottom: 20px;
}

.p-products-sec8__h3 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.8;
	margin: auto;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
	text-align: center;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-products-sec8__h3 span {
	bottom: -5px;
	font-size: 10px;
	position: absolute;
	right: 0;
}

.p-products-sec8__text {
	font-size: 14px;
	margin: auto;
	width: 80%;
}

.p-products-sec8__note {
	font-size: 11px;
	margin: auto;
	margin-top: 20px;
	text-align: right;
	width: 80%;
}

.p-products-sec9 {
	padding: 80px 0;
}

.p-products-sec9 h2 {
	border-bottom: 1px solid #946373;
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.p-products-sec9 h2 > img {
	margin: auto;
}

.p-products-sec9__large {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: -0.1em;
	margin-bottom: 50px;
	text-align: center;
}

.p-products-sec9__large > span {
	position: relative;
}

.p-products-sec9__large > span::after {
	background: linear-gradient(90deg, #ae9a52 0%, #bba863 2.55%, #d4c182 8.2%, #e6d399 13.68%, #f1dea6 18.87%, #f5e2ab 23.47%, #e8d59b 31.44%, #cfbb7b 50.06%, #bda964 68.09%, #b29e57 85.09%, #ae9a52 100%);
	bottom: 5px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-products-sec9__wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
	padding: 50px 0;
	position: relative;
}

.p-products-sec9__wrap::before {
	background: rgba(43, 59, 102, 0.2);
	content: "";
	height: 100%;
	left: -50vw;
	position: absolute;
	top: 0;
	width: 200vw;
	z-index: -2;
}

.p-products-sec9__wrap::after {
	background: rgba(43, 59, 102, 0.2);
	content: "";
	height: 155px;
	left: -50vw;
	position: absolute;
	top: 154px;
	width: 200vw;
	z-index: -2;
}

.p-products-sec9__item {
	width: 30%;
}

.p-products-sec9__item:not(:last-of-type) {
	position: relative;
}

.p-products-sec9__item:not(:last-of-type)::after {
	background: url(../img/next@2x.png) no-repeat center/contain;
	content: "";
	height: 25px;
	position: absolute;
	right: -38px;
	top: 93px;
	width: 25px;
}

.p-products-sec9__h3 {
	color: #fff;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 36px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	text-align: center;
}

.p-products-sec9__text {
	font-size: 14px;
	text-align: center;
}

.p-products-sec9-frame {
	border: 4px solid #2B3B66;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-weight: 500;
	margin: auto;
	margin-top: 80px;
	max-width: 620px;
	padding: 80px 50px 50px 100px;
	position: relative;
}

.p-products-sec9-frame__h3 {
	background: #fff;
	color: #2B3B66;
	display: inline-block;
	font-size: 57px;
	font-weight: 500;
	left: 0;
	margin: auto;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: translateY(-50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-products-sec9-frame__list {
	font-size: 18px;
	font-weight: bold;
}

.p-products-sec9-frame__list > li {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}

.p-products-sec9-frame__list > li::before {
	background: url(../img/check2@2x.png) no-repeat center/contain;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.support-main {
	background: #fbd6a6;
}

.support-main + .c-footer {
	background: #fbd6a6;
}

.p-support-sec1 {
	padding: 80px 0;
}

.p-support-sec1__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 50px;
	text-align: center;
}

.p-support-sec1__h2 > img {
	margin: auto;
}

.p-support-sec1__h2 > span {
	color: #946373;
	font-size: 40px;
	padding: 0 5px;
	position: relative;
}

.p-support-sec1__h2 > span::after {
	background: #946373;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-support-sec1__lead {
	font-size: 18px;
	margin: auto;
	max-width: 680px;
}

.p-support-sec2__wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 50px;
	max-width: 900px;
}

.p-support-sec2__wrap:nth-of-type(even) {
	flex-direction: row-reverse;
}

.p-support-sec2__img {
	width: 44%;
}

.p-support-sec2__content {
	width: 49%;
}

.p-support-sec2__h3 {
	font-size: 30px;
}

.p-support-sec2__text {
	font-size: 18px;
}

.home-main {
	background: #fbd6a6;
}

.p-top-h2-1 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 63px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}

.p-top-h2-1__small {
	font-size: 52px;
}

.p-top-h2-1__frame {
	background: #fff;
	border: 3px solid #946373;
	color: #946373;
	padding: 0px 10px;
}

.p-top-sec1 {
	padding: 80px 0;
}

.p-top-sec1__lead {
	font-size: 18px;
	margin: auto;
	margin-bottom: 50px;
	max-width: 700px;
}

.p-top-sec1__wrap {
	display: flex;
	justify-content: space-around;
	margin: auto;
	max-width: 800px;
}

.p-top-sec1__item {
	width: 20%;
}

.p-top-sec1__h3 {
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 30px;
	text-align: center;
}

.p-top-sec1__text {
	font-size: 14px;
}

.p-top-sec1 img {
	margin-left: auto;
	margin-right: auto;
}

.p-top-sec2 {
	padding: 120px 0 100px;
	position: relative;
	z-index: 1;
}

.p-top-sec2::before {
	background: url(../img/top_sec2_bg.png) no-repeat top center/cover;
	content: "";
	height: calc(100% + 320px);
	left: 0;
	position: absolute;
	top: -100px;
	width: 100%;
	z-index: -1;
}

.p-top-sec2__lead {
	font-size: 18px;
	margin: auto;
	margin-bottom: 50px;
	max-width: 700px;
}

.p-top-sec2__wrap {
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-bottom: 80px;
	max-width: 800px;
}

.p-top-sec2__item {
	width: 28%;
}

.p-top-sec2__item > img {
	margin-left: auto;
	margin-right: auto;
}

.p-top-sec2__text {
	font-size: 14px;
	margin: auto;
	margin-top: 20px;
	max-width: 155px;
}

.p-top-sec2__h3 {
	border-bottom: 2px solid #751020;
	border-top: 2px solid #751020;
	color: #751020;
	font-size: 30px;
	margin: auto;
	margin-bottom: 50px;
	max-width: 900px;
	text-align: center;
}

.p-top-sec2__wrap2 {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 800px;
}

.p-top-sec2__img {
	flex-shrink: 0;
	width: 30%;
}

.p-top-sec2__img > img {
	margin: auto;
}

.p-top-sec2__text2 {
	font-size: 14px;
	width: 60%;
}

.p-top-sec3 {
	padding: 120px 0 200px;
	position: relative;
	z-index: 1;
}

.p-top-sec3::before {
	background: url(../img/top_sec3_bg.png) no-repeat top center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: -100px;
	width: 100%;
	z-index: -1;
}

.p-top-sec3__lead {
	font-size: 18px;
	margin: auto;
	margin-bottom: 50px;
	max-width: 700px;
}

.p-top-sec3__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-bottom: 50px;
	max-width: 900px;
}

.p-top-sec3__item {
	margin: 20px 0%;
	width: 32%;
}

.p-top-sec3__head {
	background: url(../img/bg_circle.png) no-repeat center/contain;
	color: #946373;
	display: grid;
	font-size: 30px;
	height: 175px;
	line-height: 1.5;
	margin-bottom: 10px;
	place-items: center;
	text-align: center;
}

.p-top-sec3__text {
	font-size: 14px;
	margin: auto;
	max-width: 190px;
}

.p-top-sec3__h3 {
	border-bottom: 2px solid #751020;
	border-top: 2px solid #751020;
	color: #751020;
	font-size: 30px;
	margin: auto;
	margin-bottom: 50px;
	max-width: 900px;
	text-align: center;
}

.p-top-sec3__wrap2 {
	display: flex;
	justify-content: space-between;
	margin: auto;
	max-width: 900px;
}

.p-top-sec3__item2 {
	width: 30%;
}

.p-top-sec3__h4 {
	color: #751020;
	font-size: 24px;
	margin-bottom: 10px;
}

.p-top-sec3__text2 {
	font-size: 14px;
}

.p-top-sec4 {
	padding: 50px 0 30px;
}

.p-top-sec4 .l-container {
	width: 1200px;
}

.p-top-sec4__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 36px;
	font-weight: 500;
	text-align: center;
}

.p-top-sec4__h2 > img {
	margin: auto;
}

.p-top-sec4__lead {
	font-size: 18px;
	margin: auto;
	margin-bottom: 50px;
	max-width: 700px;
}

.p-top-sec4__wrap {
	background: #fffbf5;
	background: #fffbf5;
	display: flex;
	justify-content: space-between;
	padding: 50px 100px;
}

.p-top-sec4__wrap--reverse {
	background: transparent;
	flex-direction: row-reverse;
	margin-bottom: 50px;
	padding: 0;
}

.p-top-sec4__img {
	width: 40%;
}

.p-top-sec4__content {
	width: 46%;
}

.p-top-sec4__h3 {
	color: #946373;
	font-size: 38px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.p-top-sec4__h3 > span {
	position: relative;
}

.p-top-sec4__h3 > span::after {
	background: #946373;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-sec4__text {
	font-size: 20px;
}

.p-top-sec4__btn {
	margin-top: 20px;
	text-align: right;
}

.p-top-sec4__bg {
	background: #fef4e1;
	padding: 50px 100px;
}

.p-top-sec4-card__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.p-top-sec4-card__item {
	background: #fff;
	border: 1px solid #b2b2b2;
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
	width: 49%;
}

.p-top-sec4-card__item::before {
	border-bottom: 11.5px solid transparent;
	border-left: 11.5px solid transparent;
	border-right: 11.5px solid #fef4e1;
	border-top: 11.5px solid #fef4e1;
	content: "";
	position: absolute;
	right: -1px;
	top: -1px;
}

.p-top-sec4-card__item::after {
	border-left: 1px solid #b2b2b2;
	content: "";
	content: "";
	height: 30px;
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
	width: 30px;
}

.p-top-sec4-card__h4 {
	color: #946373;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 10px;
	padding-left: 80px;
	position: relative;
}

.p-top-sec4-card__h4::before {
	background: url(../img/num1@2x.png) no-repeat center/contain;
	content: "";
	height: 59px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 59px;
}

.p-top-sec4-card__h4--2::before {
	background: url(../img/num2@2x.png) no-repeat center/contain;
}

.p-top-sec4-card__h4--3::before {
	background: url(../img/num3@2x.png) no-repeat center/contain;
}

.p-top-sec4-card__h4--4::before {
	background: url(../img/num4@2x.png) no-repeat center/contain;
}

.p-top-sec4-card__large {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 10px;
	position: relative;
	text-align: center;
}

.p-top-sec4-card__large::after {
	background: #b2b2b2;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-sec5 {
	color: #fff;
	margin-bottom: 30px;
}

.p-top-sec5 .l-container {
	width: 1200px;
}

.p-top-sec5__bg {
	background: #c48a72;
	padding: 50px 150px;
}

.p-top-sec5__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 40px;
	font-weight: 500;
	text-align: center;
}

.p-top-sec5__h2 > img {
	margin: auto;
}

.p-top-sec5__lead {
	font-size: 18px;
	margin: auto;
	margin-bottom: 50px;
	max-width: 650px;
}

.p-top-sec5__hr {
	background: #fff;
	border: none;
	height: 1px;
	margin-bottom: 50px;
}

.p-top-sec5__wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-top-sec5__wrap--reverse {
	flex-direction: row-reverse;
}

.p-top-sec5__img {
	flex-shrink: 0;
	width: 200px;
}

.p-top-sec5__img img {
	margin-bottom: 10px;
}

.p-top-sec5__img figcaption {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.p-top-sec5__content {
	width: calc(100% - 250px);
}

.p-top-sec5__h3 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 28px;
	font-weight: 500;
	margin: 10px 0;
}

.p-top-sec6 {
	margin-bottom: 50px;
}

.p-top-sec6 .l-container {
	width: 1200px;
}

.p-top-sec6__bg {
	background: linear-gradient(-90deg, white 0%, #f7f7f7 19.07%, #eaeaea 60.22%, #e6e6e6 100%, #c8c7a2 100%);
	padding: 50px 150px;
}

.p-top-sec6__h2 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 52px;
	font-weight: 500;
	text-align: center;
}

.p-top-sec6__h2 > img {
	margin: auto;
}

.p-top-sec6__lead {
	font-size: 18px;
	margin: auto;
	margin-bottom: 50px;
	max-width: 480px;
}

.p-top-sec6__hr {
	background: #231815;
	border: none;
	height: 1px;
	margin-bottom: 50px;
}

.p-top-sec6__wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 50px;
	place-items: center;
}

.p-top-sec6__img {
	flex-shrink: 0;
	width: 50%;
}

.p-top-sec6__content {
	width: 48%;
}

.p-top-sec6__text {
	font-size: 24px;
}

.p-top-sec6__btn {
	margin-top: 20px;
}

.p-top-sec7 {
	padding-bottom: 30px;
	position: relative;
}

.p-top-sec7 img {
	margin: auto;
}

.p-top-sec7 .l-container {
	position: relative;
	z-index: 1;
}

.p-top-sec7::after {
	background: linear-gradient(-90deg, white 0%, #efefe4 16.09%, #deddc7 37.49%, #d2d1b3 58.8%, #cacaa6 79.76%, #c8c7a2 100%, #231815 100%);
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-top-sec8 {
	background: #fff;
	padding: 50px 0;
}

.p-top-sec8__h2 {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 30px;
	text-align: center;
}

.p-top-sec8__h2 > span {
	position: relative;
}

.p-top-sec8__h2 > span::after {
	background: #000;
	bottom: 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-contact {
	margin: auto;
	max-width: 670px;
}

.p-contact input[type="text"],
.p-contact input[type="email"],
.p-contact textarea {
	background: #eceded;
	border: none;
	padding: 5px;
	width: 100%;
}

.p-contact dl {
	margin-bottom: 15px;
}

.p-contact dt,
.p-contact dd {
	width: 100%;
}

.p-contact .wpcf7-list-item.first {
	margin-right: 50px;
}

.p-contact__btn-wrap {
	text-align: center;
}

.p-contact__btn {
	background: #4c4948;
	border-radius: 4px !important;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	width: 80px;
}

.js-fadein,
.js-fadein-up,
.js-fadein-down {
	opacity: 0;
	transition: 1s .5s;
}

.js-fadein.is-fadein,
.is-fadein.js-fadein-up,
.is-fadein.js-fadein-down {
	opacity: 1;
	transform: translate(0);
}

.js-fadein-up {
	transform: translateY(-30px);
}

.js-fadein-down {
	transform: translateY(30px);
}

.u-fit-aspect,
.u-fit-aspect--bottom,
.u-fit-aspect--50,
.u-fit-aspect--100 {
	padding: 66.6% 0 0;
	position: relative;
	width: 100%;
}

.u-fit-aspect > img,
.u-fit-aspect--bottom > img,
.u-fit-aspect--50 > img,
.u-fit-aspect--100 > img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.u-fit-aspect--bottom > img {
	-o-object-position: bottom;
	object-position: bottom;
}

.u-fit-aspect--50 {
	padding: 50% 0 0;
}

.u-fit-aspect--100 {
	padding: 100% 0 0;
}

.u-mbl {
	margin-bottom: 5em !important;
}

.u-mbm {
	margin-bottom: 3em !important;
}

.u-mbs {
	margin-bottom: 1em !important;
}

.u-bg-gold {
	background: linear-gradient(30deg, #80642c 0%, #83672f 20.58%, #8d7238 38.56%, #9e8447 55.56%, #b69d5b 71.86%, #c2aa66 78.7%, #b9a15e 83.44%, #a18749 91.32%, #80642c 100%);
	color: #fff;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 22px;
	font-style: italic;
	text-align: center;
}

@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-duration: 0.01ms !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	transition-duration: 0.01ms !important;
}

}

@media (min-width: 768px) {

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

#sidebar {
	float: right;
	margin-left: 2%;
	width: 23.5%;
}

.c-gnav2 .current {
	position: relative;
}

.c-gnav2 .current::after {
	background: #946373;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}

.gutters .col {
	margin-left: 2%;
}

.span_1 {
	width: 8.33333333333%;
}

.span_2 {
	width: 16.6666666667%;
}

.span_3 {
	width: 25%;
}

.span_4 {
	width: 33.3333333333%;
}

.span_5 {
	width: 41.6666666667%;
}

.span_6 {
	width: 50%;
}

.span_7 {
	width: 58.3333333333%;
}

.span_8 {
	width: 66.6666666667%;
}

.span_9 {
	width: 75%;
}

.span_10 {
	width: 83.3333333333%;
}

.span_11 {
	width: 91.6666666667%;
}

.span_12 {
	width: 100%;
}

.gutters .span_1 {
	width: 6.5%;
}

.gutters .span_2 {
	width: 15%;
}

.gutters .span_3 {
	width: 23.5%;
}

.gutters .span_4 {
	width: 32%;
}

.gutters .span_5 {
	width: 40.5%;
}

.gutters .span_6 {
	width: 49%;
}

.gutters .span_7 {
	width: 57.5%;
}

.gutters .span_8 {
	width: 66%;
}

.gutters .span_9 {
	width: 74.5%;
}

.gutters .span_10 {
	width: 83%;
}

.gutters .span_11 {
	width: 91.5%;
}

.gutters .span_12 {
	width: 100%;
}

.container {
	margin: auto;
	max-width: 1000px;
	padding: 0 10px;
}

* + .container {
	margin-top: 40px;
}

.col {
	float: left;
}

.reverse > .col {
	float: right;
}

.col:not(:last-child) {
	margin-bottom: 0;
}

.reverse > .col:last-child,
:not(.reverse) > .col:first-child {
	margin-left: 0;
}

.col.offset_1 {
	margin-left: 8.33333333333%;
}

.gutters .col.offset_1 {
	margin-left: 10.5%;
}

.gutters .col.offset_1:first-child {
	margin-left: 8.5%;
}

.col.offset_2 {
	margin-left: 16.6666666667%;
}

.gutters .col.offset_2 {
	margin-left: 19%;
}

.gutters .col.offset_2:first-child {
	margin-left: 17%;
}

.col.offset_3 {
	margin-left: 25%;
}

.gutters .col.offset_3 {
	margin-left: 27.5%;
}

.gutters .col.offset_3:first-child {
	margin-left: 25.5%;
}

.col.offset_4 {
	margin-left: 33.3333333333%;
}

.gutters .col.offset_4 {
	margin-left: 36%;
}

.gutters .col.offset_4:first-child {
	margin-left: 34%;
}

.col.offset_5 {
	margin-left: 41.6666666667%;
}

.gutters .col.offset_5 {
	margin-left: 44.5%;
}

.gutters .col.offset_5:first-child {
	margin-left: 42.5%;
}

.col.offset_6 {
	margin-left: 50%;
}

.gutters .col.offset_6 {
	margin-left: 53%;
}

.gutters .col.offset_6:first-child {
	margin-left: 51%;
}

.col.offset_7 {
	margin-left: 58.3333333333%;
}

.gutters .col.offset_7 {
	margin-left: 61.5%;
}

.gutters .col.offset_7:first-child {
	margin-left: 59.5%;
}

.col.offset_8 {
	margin-left: 66.6666666667%;
}

.gutters .col.offset_8 {
	margin-left: 70%;
}

.gutters .col.offset_8:first-child {
	margin-left: 68%;
}

.col.offset_9 {
	margin-left: 75%;
}

.gutters .col.offset_9 {
	margin-left: 78.5%;
}

.gutters .col.offset_9:first-child {
	margin-left: 76.5%;
}

.col.offset_10 {
	margin-left: 83.3333333333%;
}

.gutters .col.offset_10 {
	margin-left: 87%;
}

.gutters .col.offset_10:first-child {
	margin-left: 85%;
}

.col.offset_11 {
	margin-left: 91.6666666667%;
}

.gutters .col.offset_11 {
	margin-left: 95.5%;
}

.gutters .col.offset_11:first-child {
	margin-left: 93.5%;
}

.col.offset_12 {
	margin-left: 100%;
}

:not(.reverse) > .col.break + .col {
	clear: left;
	margin-left: 0;
}

.reverse > .col.break {
	margin-left: 0;
}

.reverse > .col.break + .col {
	clear: right;
	margin-right: 0;
}

.col.break ~ .col {
	margin-top: 2%;
}

.p-products-sec2__content {
	margin-right: 6%;
	width: 40%;
}

.p-support-sec2__wrap:nth-child(2) img,
.p-support-sec2__wrap:nth-child(3) img,
.p-support-sec2__wrap:nth-child(4) img {
	margin-top: -15px;
}

.u-sp-only {
	display: none;
}

}

@media (min-width: 1024px) {

.container {
	padding: 0;
}

}

@media (max-width: 1000px) {

.p-bonus-sec6-circle {
	height: 200px;
	padding: 0px;
	width: 200px;
}

.p-bonus-sec6-circle__h3 {
	font-size: 14px;
	padding: 35px 0 10px;
}

.p-bonus-sec6-circle__text {
	font-size: 12px;
}

}

@media (max-width: 999px) {

.l-container {
	padding-left: 20px;
	padding-right: 20px;
}

.l-footer__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.l-header__wrapper {
	padding-left: 20px;
	padding-right: 20px;
}

.c-pagenation {
	padding-left: 20px;
	padding-right: 20px;
}

}

@media (max-width: 767px) {

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 28px;
	font-size: 2.8rem;
}

h3 {
	font-size: 22px;
	font-size: 2.2rem;
}

h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
}

.l-container {
	padding-left: 15px;
	padding-right: 15px;
}

#footer {
	padding: 20px;
}

.l-footer__wrapper {
	flex-direction: column;
	padding-left: 15px;
	padding-right: 15px;
}

.l-footer__logo {
	margin-bottom: 30px;
}

.l-footer__text {
	margin-bottom: 20px;
}

.l-header__wrapper {
	padding: 10px 0;
	padding-left: 15px;
	padding-right: 15px;
}

.custom-logo-link img {
	margin: auto;
	max-height: 44px;
	max-width: 230px;
}

.l-header__btn {
	display: none;
}

.entry-header .l-container {
	height: 350px;
	padding: 0;
}

.c-fnav {
	flex-direction: column;
	padding: 20px 0 10px;
}

.c-fnav__link {
	display: inline-block;
	font-size: 16px;
	margin: auto;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

.c-fnav__link:not(:last-child) {
	border-bottom: none;
	border-right: solid 1px #fff;
}

.c-fnav__wrapper li {
	margin: 0;
}

.c-frame {
	padding: 30px;
}

.c-gnav2 {
	display: none;
}

.c-mv {
	height: 60vh;
	min-height: auto;
}

.c-mv__img > img {
	-o-object-position: top center;
	height: 100%;
	object-position: top center;
}

.c-mv__inner {
	height: 90%;
	padding: 0;
}

.c-mv__inner > img {
	height: 100%;
	max-width: 100%;
}

.c-mv__scroll {
	display: none;
}

.c-mv2 .l-container {
	padding: 0;
}

.c-mv2__inner {
	bottom: 5px;
	left: 5px;
}

.c-mv2__inner img {
	width: 120px;
}

.c-mv2__inner2 {
	bottom: 15px;
	right: 15px;
}

.c-mv2__inner2 img {
	width: 100px;
}

.c-mv2__img > img {
	-o-object-fit: cover;
	height: 300px;
	object-fit: cover;
	width: 100%;
}

.c-pagenation {
	padding-left: 15px;
	padding-right: 15px;
}

.c-pagenation {
	margin-top: 30px;
}

.c-pagenation .prev {
	height: 16px;
	width: 16px;
}

.c-pagenation .next {
	height: 16px;
	width: 16px;
}

.p-blog__lead {
	font-size: 16px;
}

.p-blog-sec1 {
	padding: 50px 0;
}

.p-blog__wrap {
	flex-direction: column;
	padding: 15px;
}

.p-blog__img {
	margin-bottom: 20px;
	margin-right: 0px;
	width: 100%;
}

.p-blog__img > img {
	-o-object-fit: contain;
	height: auto;
	object-fit: contain;
}

.p-blog__content {
	padding-top: 10px;
	width: 100%;
}

.p-blog__title {
	font-size: 18px;
}

.p-blog__date {
	font-size: 12px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
}

.p-blog__date::after {
	content: "";
	height: 2px;
	width: 100%;
}

.p-blog__text {
	font-size: 16px;
}

.p-blog__btn {
	margin-bottom: 10px;
	margin-top: 20px;
}

.type-post {
	padding: 50px 0;
}

.type-post .post-thumbnail {
	margin-bottom: 30px;
}

.type-post .entry-title {
	font-size: 28px;
	margin-bottom: 20px;
}

.type-post h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.type-post__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.type-post__item {
	margin-bottom: 10px;
	width: 100%;
}

.type-post p {
	line-height: 2;
}

.p-bonus-frame1 {
	box-shadow: 0 0 4px 4px rgba(35, 24, 21, 0.15);
	padding: 30px 10px 10px;
}

.p-bonus-frame1::before {
	height: 45px;
}

.p-bonus-frame1__list > li {
	padding: 20px 20px 20px 40px;
}

.p-bonus-frame1__list > li::before {
	height: 18px;
	left: 10px;
	top: 24px;
	width: 25px;
}

.p-bonus-frame1__title {
	font-size: 14px;
}

.p-bonus-frame1__text {
	font-size: 14px;
}

.p-bonus-frame2 {
	margin-bottom: 50px;
	padding: 20px 10px;
}

.p-bonus-frame2__text {
	font-size: 16px;
}

.p-bonus-frame2__text--large {
	font-size: 24px;
}

.p-bonus-frame2::before {
	background: #fffbf5;
	bottom: -1px;
	content: "";
	height: 2px;
	position: absolute;
	right: -1px;
	width: 130px;
}

.p-bonus-frame2::after {
	background: #fffbf5;
	bottom: -1px;
	content: "";
	height: 50px;
	position: absolute;
	right: -1px;
	width: 2px;
}

.p-bonus-frame2__img {
	background: url(../img/bonus_frame1@2x.png) no-repeat center/contain;
	bottom: -15px;
	height: 49px;
	position: absolute;
	right: -10px;
	width: 126px;
}

.p-bonus-sec1 {
	padding: 50px 0 20px;
}

.p-bonus-sec1__h2 {
	font-size: 26px;
}

.p-bonus-sec1__lead {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-bonus-sec2__h3 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 50px;
}

.p-bonus-sec2__h3 > span {
	font-size: 12px;
}

.p-bonus-sec2__h3::before {
	height: 39px;
	width: 39px;
}

.p-bonus-sec2__lead {
	margin-bottom: 30px;
}

.p-bonus-sec2__img {
	margin-bottom: 30px;
}

.p-bonus-sec3__h3 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 50px;
}

.p-bonus-sec3__h3 > span {
	font-size: 12px;
}

.p-bonus-sec3__h3::before {
	height: 39px;
	width: 39px;
}

.p-bonus-sec3__lead {
	margin-bottom: 30px;
}

.p-bonus-sec4__h3 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 50px;
}

.p-bonus-sec4__h3 > span {
	font-size: 12px;
}

.p-bonus-sec4__h3::before {
	height: 39px;
	width: 39px;
}

.p-bonus-sec4__lead {
	margin-bottom: 30px;
}

.p-bonus-sec5__h3 {
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 50px;
}

.p-bonus-sec5__h3 > span {
	font-size: 12px;
}

.p-bonus-sec5__h3::before {
	height: 39px;
	width: 39px;
}

.p-bonus-sec5__lead {
	margin-bottom: 30px;
}

.p-bonus-sec6__h2 {
	font-size: 30px;
}

.p-bonus-sec6__wrap {
	flex-direction: column;
}

.p-bonus-sec6__left {
	margin-bottom: 20px;
}

.p-bonus-sec6__wrap2 {
	flex-direction: column;
}

.p-bonus-sec6-circle {
	height: 300px;
	margin: 0 auto 30px;
	padding: 0px;
	width: 300px;
}

.p-bonus-sec6-circle__h3 {
	font-size: 22px;
	padding: 70px 0 20px;
}

.p-bonus-sec6-circle__text {
	font-size: 16px;
}

.p-faq__h3 {
	border-bottom: 2px solid #946373;
	border-top: 2px solid #946373;
	font-size: 20px;
	margin: 0 auto 40px;
}

.p-faq__wrap {
	margin-bottom: 30px;
	padding-left: 40px;
}

.p-faq__q {
	font-size: 22px;
	margin-bottom: 15px;
}

.p-faq__q::before {
	height: 32px;
	left: -40px;
	top: 7px;
	width: 30px;
}

.p-faq__a {
	font-size: 16px;
}

.p-faq-sec1 {
	padding: 50px 0 0px;
}

.p-faq-sec1__h2 {
	font-size: 32px;
	margin-bottom: 30px;
}

.p-faq-sec1__lead {
	font-size: 16px;
}

.p-faq-sec1-anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 30px 0;
}

.p-faq-sec1-anchor__link {
	font-size: 15px;
	margin: 0 2% 10px;
	padding: 5px 0;
	width: 46%;
}

.p-message-sec1 {
	padding: 50px 0;
}

.p-message-sec1__h2 {
	font-size: 50px;
	line-height: 1.1;
	margin: 0 auto 50px;
	padding: 0 10px 0 10px;
	z-index: 1;
}

.p-message-sec1__h2 > span {
	font-size: 14px;
	padding-left: 20px;
}

.p-message-sec1__h2::before {
	bottom: 8px;
	height: 15px;
	left: 0;
	width: 100%;
}

.p-message-sec1__h2::after {
	bottom: -20px;
	height: 37px;
	right: 10px;
	width: 100px;
}

.p-message-sec1__lead::after {
	bottom: 25px;
	height: 128px;
	right: 25px;
	width: 100px;
}

.p-message-sec1__frame1::before {
	height: 1px;
	left: 0;
	top: 10px;
	width: 141px;
}

.p-message-sec1__frame1::after {
	height: 86px;
	left: 10px;
	top: 0;
	width: 1px;
}

.p-message-sec1__frame2::before {
	bottom: 10px;
	height: 1px;
	right: 0;
	width: 141px;
}

.p-message-sec1__frame2::after {
	bottom: 0;
	height: 86px;
	right: 10px;
	width: 1px;
}

.p-message-sec1__text {
	font-size: 18px;
	padding: 30px 30px 100px 30px;
}

.p-message-sec1__text > span {
	font-size: 26px;
}

.p-message-sec2__wrap {
	flex-direction: column;
	margin-bottom: 50px;
}

.p-message-sec2__wrap:nth-of-type(even) {
	flex-direction: column;
}

.p-message-sec2__img {
	margin-bottom: 20px;
	width: 100%;
}

.p-message-sec2__img > img {
	margin: auto;
}

.p-message-sec2__content {
	width: 100%;
}

.p-message-sec2__h3 {
	font-size: 22px;
}

.p-message-sec2__text {
	font-size: 16px;
}

.p-order-sec1 {
	padding: 30px 0;
}

.p-order-sec1__h2 {
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	text-align: center;
}

.p-order-sec1__text {
	font-size: 18px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-order-sec1__img {
	margin-top: 50px;
}

.p-order-sec1__img > img {
	margin-left: auto;
}

.p-order-sec1__btn-wrap {
	margin: 50px 0 80px;
}

.p-order-sec1__btn {
	text-align: center;
}

.p-order-sec1__btn > img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: auto;
}

.p-products-sec1 {
	padding: 30px 0;
}

.p-products-sec1__h2 {
	font-size: 32px;
	margin-bottom: 30px;
}

.p-products-sec2 .l-container {
	border-top: 2px solid #962C1A;
	padding-top: 50px;
}

.p-products-sec2 h2 {
	margin-bottom: 50px;
}

.p-products-sec2 h2 > img {
	width: 250px;
}

.p-products-sec2__wrap {
	flex-wrap: wrap;
}

.p-products-sec2__img {
	width: 100%;
}

.p-products-sec2__content {
	width: 100%;
}

.p-products-sec2__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.p-products-sec3 .l-container {
	border-top: 2px solid #962C1A;
	padding-top: 50px;
}

.p-products-sec3 h2 {
	margin-bottom: 50px;
}

.p-products-sec3 h2 > img {
	width: 250px;
}

.p-products-sec3-head__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
}

.p-products-sec3-head__content {
	margin-bottom: 30px;
	width: 100%;
}

.p-products-sec3-head__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.p-products-sec3-head__img {
	width: 100%;
}

.p-products-sec3-head__img > img {
	margin: auto;
}

.p-products-sec3__wrap {
	flex-wrap: wrap;
}

.p-products-sec3__img {
	width: 100%;
}

.p-products-sec3__img > img {
	margin: auto;
}

.p-products-sec3__content {
	margin-bottom: 30px;
	width: 100%;
}

.p-products-sec3__h3 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 20px;
}

.p-products-sec4__border1 {
	padding: 30px;
}

.p-products-sec4__border1::before,
.p-products-sec4__border1::after {
	background: #fff9eb;
	border-left: 2px solid #94252A;
	content: "";
	height: 30px;
	width: 30px;
}

.p-products-sec4__border1::before {
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.p-products-sec4__border1::after {
	bottom: -15px;
	left: -15px;
	position: absolute;
	transform: rotate(135deg);
	transform-origin: center;
}

.p-products-sec4__border2 {
	border: 2px solid #DFBEBF;
	height: calc(100% + 4px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: calc(100% + 4px);
}

.p-products-sec4__border2::before,
.p-products-sec4__border2::after {
	background: #fff9eb;
	border-left: 2px solid #DFBEBF;
	content: "";
	height: 30px;
	width: 30px;
}

.p-products-sec4__border2::before {
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.p-products-sec4__border2::after {
	bottom: -15px;
	left: -15px;
	position: absolute;
	transform: rotate(135deg);
	transform-origin: center;
}

.p-products-sec4__h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.p-products-sec4__lead {
	margin: 0 auto 50px;
	max-width: 800px;
}

.p-products-sec4__item {
	margin-bottom: 40px;
	width: 45%;
}

.p-products-sec4__img {
	margin-bottom: 20px;
}

.p-products-sec4__h3 {
	align-items: center;
	display: grid;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 18px;
	font-weight: 500;
	height: 60px;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}

.p-products-sec4__text {
	font-size: 12px;
}

.p-products-sec5 {
	padding: 50px 0;
}

.p-products-sec5 h2 {
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.p-products-sec5__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 60px;
}

.p-products-sec5__img {
	width: 100%;
}

.p-products-sec5__content {
	width: 100%;
}

.p-products-sec5__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.p-products-sec5-frame {
	border: 4px solid #962C1A;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	margin-top: 80px;
	padding: 50px 30px 30px 30px;
	position: relative;
}

.p-products-sec5-frame__h3 {
	background: #fff;
	color: #962C1A;
	display: inline-block;
	font-size: 30px;
	left: 0;
	margin: auto;
	padding: 0 20px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	transform: translateY(-50%);
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.p-products-sec5-frame__list {
	font-size: 16px;
}

.p-products-sec5-frame__list > li {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}

.p-products-sec5-frame__list > li::before {
	background: url(../img/check1@2x.png) no-repeat center/contain;
	content: "";
	height: 25px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
}

.p-products-sec6 .l-container {
	border-top: 2px solid #962C1A;
	padding-top: 50px;
}

.p-products-sec6 h2 {
	margin-bottom: 50px;
}

.p-products-sec6 h2 > img {
	width: 250px;
}

.p-products-sec6__wrap {
	flex-wrap: wrap;
}

.p-products-sec6__img {
	width: 100%;
}

.p-products-sec6__content {
	width: 100%;
}

.p-products-sec6__h3 {
	border-bottom: 1px solid #333333;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.p-products-sec7 h2 {
	margin-bottom: 50px;
}

.p-products-sec7 h2 > img {
	width: 250px;
}

.p-products-sec7__wrap {
	flex-wrap: wrap;
}

.p-products-sec7__img {
	width: 100%;
}

.p-products-sec7__img > img {
	margin: auto;
}

.p-products-sec7__content {
	margin-bottom: 30px;
	width: 100%;
}

.p-products-sec7__h3 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.p-products-sec8__border1 {
	padding: 30px;
}

.p-products-sec8__border1::before,
.p-products-sec8__border1::after {
	background: #fff9eb;
	border-left: 2px solid #2B3B66;
	content: "";
	height: 30px;
	width: 30px;
}

.p-products-sec8__border1::before {
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.p-products-sec8__border1::after {
	bottom: -15px;
	left: -15px;
	position: absolute;
	transform: rotate(135deg);
	transform-origin: center;
}

.p-products-sec8__border2 {
	border: 2px solid #9EA5B9;
	height: calc(100% + 4px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: calc(100% + 4px);
}

.p-products-sec8__border2::before,
.p-products-sec8__border2::after {
	background: #fff9eb;
	border-left: 2px solid #9EA5B9;
	content: "";
	height: 30px;
	width: 30px;
}

.p-products-sec8__border2::before {
	position: absolute;
	right: -15px;
	top: -15px;
	transform: rotate(-45deg);
	transform-origin: center;
}

.p-products-sec8__border2::after {
	bottom: -15px;
	left: -15px;
	position: absolute;
	transform: rotate(135deg);
	transform-origin: center;
}

.p-products-sec8__h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.p-products-sec8__lead {
	margin: 0 auto 50px;
	max-width: 800px;
}

.p-products-sec8__wrap {
	justify-content: space-between;
}

.p-products-sec8__item {
	margin-bottom: 40px;
	width: 45%;
}

.p-products-sec8__item:nth-of-type(2) h3 {
	height: 63px;
}

.p-products-sec8__img {
	margin-bottom: 20px;
}

.p-products-sec8__h3 {
	align-items: center;
	display: grid;
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	text-align: center;
}

.p-products-sec8__text {
	font-size: 12px;
	width: 100%;
}

.p-products-sec9 {
	padding: 50px 0;
}

.p-products-sec9 h2 {
	margin-bottom: 50px;
	padding-bottom: 20px;
	text-align: center;
}

.p-products-sec9__large {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 34px;
	font-weight: 500;
	letter-spacing: -0.1em;
	margin-bottom: 50px;
	text-align: center;
}

.p-products-sec9__large > span {
	position: relative;
}

.p-products-sec9__large > span::after {
	bottom: 5px;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-products-sec9__wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 50px 0;
	position: relative;
}

.p-products-sec9__wrap::before {
	background: rgba(43, 59, 102, 0.2);
	content: "";
	height: 100%;
	left: -50vw;
	position: absolute;
	top: 0;
	width: 200vw;
	z-index: -2;
}

.p-products-sec9__wrap::after {
	content: none;
}

.p-products-sec9__item {
	width: 100%;
}

.p-products-sec9__item:not(:last-of-type) {
	margin-bottom: 70px;
}

.p-products-sec9__item:not(:last-of-type)::after {
	bottom: -40px;
	content: "";
	height: 25px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	transform: rotate(90deg);
	width: 25px;
}

.p-products-sec9__img > img {
	margin: auto;
}

.p-products-sec9__h3 {
	font-size: 30px;
	line-height: 1.4;
	margin-bottom: 0px;
}

.p-products-sec9__text {
	font-size: 12px;
}

.p-products-sec9-frame {
	margin-top: 80px;
	padding: 50px 30px 30px 30px;
	position: relative;
}

.p-products-sec9-frame__h3 {
	font-size: 30px;
	padding: 0 20px;
	position: absolute;
	text-align: center;
}

.p-products-sec9-frame__list {
	font-size: 16px;
}

.p-products-sec9-frame__list > li {
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}

.p-products-sec9-frame__list > li::before {
	height: 25px;
	width: 25px;
}

.p-support-sec1 {
	padding: 50px 0 30px;
}

.p-support-sec1__h2 {
	font-size: 32px;
}

.p-support-sec1__lead {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-support-sec2__wrap {
	flex-direction: column;
	margin-bottom: 50px;
}

.p-support-sec2__wrap:nth-of-type(even) {
	flex-direction: column;
}

.p-support-sec2__img {
	margin-bottom: 20px;
	width: 100%;
}

.p-support-sec2__img > img {
	margin: auto;
}

.p-support-sec2__content {
	width: 100%;
}

.p-support-sec2__h3 {
	font-size: 24px;
}

.p-support-sec2__text {
	font-size: 16px;
}

.p-top-h2-1 {
	font-size: 30px;
	margin-bottom: 20px;
}

.p-top-h2-1__small {
	font-size: 24px;
}

.p-top-h2-1__frame {
	border: 2px solid #946373;
	padding: 0px 5px;
}

.p-top-sec1 {
	padding: 50px 0 0;
}

.p-top-sec1__lead {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-top-sec1__wrap {
	flex-wrap: wrap;
}

.p-top-sec1__item {
	margin-bottom: 30px;
	width: 40%;
}

.p-top-sec1__h3 {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 15px;
}

.p-top-sec1__text {
	font-size: 12px;
}

.p-top-sec2 {
	padding: 120px 0 100px;
}

.p-top-sec2::before {
	height: calc(100% + 220px);
	top: -200px;
}

.p-top-sec2__lead {
	font-size: 16px;
	margin-bottom: 50px;
}

.p-top-sec2__wrap {
	flex-direction: column;
	margin-bottom: 30px;
}

.p-top-sec2__item {
	margin: auto;
	margin-bottom: 30px;
	width: 80%;
}

.p-top-sec2__text {
	font-size: 14px;
	margin-top: 10px;
	max-width: 200px;
}

.p-top-sec2__h3 {
	border-bottom: 2px solid #751020;
	border-top: 2px solid #751020;
	font-size: 24px;
	margin-bottom: 30px;
}

.p-top-sec2__wrap2 {
	flex-direction: column;
}

.p-top-sec2__img {
	margin-bottom: 20px;
	width: 100%;
}

.p-top-sec2__text2 {
	font-size: 14px;
	width: 100%;
}

.p-top-sec3 {
	padding: 50px 0 100px;
}

.p-top-sec3::before {
	height: calc(100% + 220px);
	top: -300px;
}

.p-top-sec3__lead {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-top-sec3__wrap {
	margin-bottom: 30px;
}

.p-top-sec3__item {
	margin: 20px 0%;
	width: 100%;
}

.p-top-sec3__head {
	background: url(../img/bg_circle.png) no-repeat center/contain;
	font-size: 22px;
	height: 175px;
	margin-bottom: 10px;
}

.p-top-sec3__text {
	font-size: 14px;
	margin: auto;
	max-width: 320px;
}

.p-top-sec3__h3 {
	border-bottom: 2px solid #751020;
	border-top: 2px solid #751020;
	font-size: 24px;
	margin-bottom: 30px;
}

.p-top-sec3__wrap2 {
	flex-direction: column;
}

.p-top-sec3__item2 {
	margin-bottom: 20px;
	width: 100%;
}

.p-top-sec3__h4 {
	font-size: 20px;
	margin-bottom: 0px;
}

.p-top-sec3__text2 {
	font-size: 14px;
}

.p-top-sec4 {
	padding: 0px 0 80px;
}

.p-top-sec4__h2 {
	font-size: 38px;
}

.p-top-sec4__lead {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-top-sec4__wrap {
	flex-direction: column;
	padding: 30px 30px;
}

.p-top-sec4__wrap--reverse {
	margin-bottom: 30px;
	padding: 0;
}

.p-top-sec4__img {
	margin-bottom: 10px;
	width: 100%;
}

.p-top-sec4__img > img {
	margin: auto;
}

.p-top-sec4__content {
	width: 100%;
}

.p-top-sec4__h3 {
	font-size: 23px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.p-top-sec4__h3 > span::after {
	bottom: 0;
	height: 2px;
	left: 0;
}

.p-top-sec4__text {
	font-size: 16px;
}

.p-top-sec4__btn {
	margin-top: 10px;
}

.p-top-sec4__bg {
	padding: 30px 30px;
}

.p-top-sec4-card__item {
	margin-bottom: 30px;
	padding: 20px;
	position: relative;
	width: 100%;
}

.p-top-sec4-card__item::before {
	border-bottom: 11.5px solid transparent;
	border-left: 11.5px solid transparent;
	border-right: 11.5px solid #fef4e1;
	border-top: 11.5px solid #fef4e1;
	right: -1px;
	top: -1px;
}

.p-top-sec4-card__item::after {
	height: 30px;
	right: -15px;
	top: -15px;
	width: 30px;
}

.p-top-sec4-card__h4 {
	font-size: 20px;
	margin-bottom: 10px;
	padding-left: 50px;
}

.p-top-sec4-card__h4::before {
	height: 40px;
	position: absolute;
	width: 40px;
}

.p-top-sec4-card__large {
	font-size: 22px;
	margin-bottom: 10px;
}

.p-top-sec5 {
	margin-bottom: 30px;
}

.p-top-sec5__bg {
	padding: 30px 30px;
}

.p-top-sec5__h2 {
	font-size: 38px;
}

.p-top-sec5__lead {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-top-sec5__hr {
	margin-bottom: 30px;
}

.p-top-sec5__wrap {
	flex-direction: column;
	margin-bottom: 50px;
}

.p-top-sec5__wrap--reverse {
	flex-direction: column;
}

.p-top-sec5__img {
	flex-shrink: 0;
	width: 100%;
}

.p-top-sec5__img img {
	margin: auto;
	margin-bottom: 10px;
}

.p-top-sec5__img figcaption {
	font-size: 14px;
	line-height: 1.4;
	text-align: center;
}

.p-top-sec5__content {
	width: 100%;
}

.p-top-sec5__h3 {
	font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "HG明朝E", "MS PMincho", "MS Mincho", serif;
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0;
}

.p-top-sec6__bg {
	padding: 30px;
}

.p-top-sec6__h2 {
	font-size: 38px;
}

.p-top-sec6__lead {
	font-size: 16px;
	margin-bottom: 30px;
}

.p-top-sec6__hr {
	margin-bottom: 30px;
}

.p-top-sec6__wrap {
	flex-direction: column;
	margin-bottom: 30px;
	place-items: center;
}

.p-top-sec6__img {
	margin-bottom: 10px;
	width: 100%;
}

.p-top-sec6__img img {
	margin: auto;
}

.p-top-sec6__content {
	width: 100%;
}

.p-top-sec6__text {
	font-size: 18px;
}

.p-top-sec6__btn {
	margin-top: 20px;
}

.u-pc-only {
	display: none;
}

}

@-webkit-keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

@keyframes load4 {

0%,100% {
	box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
}

12.5% {
	box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

25% {
	box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
}

37.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

50% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
}

62.5% {
	box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
}

75% {
	box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
}

87.5% {
	box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
}

}

