body {
	font-family: "Noto Sans JP","Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	position: relative;
	width: 100%;
	min-width: 375px;
	overflow-x: hidden;
}

.pc {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

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

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

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

/* Inherit fonts for inputs and buttons */

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

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

.layout-concept {
	margin-top: 4.0625rem;
}

.layout-contents {
	margin-top: 5.9375rem;
}

.layout-description {
	margin-top: 5.9375rem;
}

.layout-lineup {
	margin-top: 5.9375rem;
}

/* SP版改行設定 */
.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

/* 画像表示、マージン調整 */
.width110 {
	width: 110px;
}
.width300 {
	width: 300px;
}
.width400 {
	width: 400px;
}
.width500 {
	width: 500px;
}
.width580 {
	width: 580px;
}
.mt40 {
	margin: 40px auto 0;
}
.mt60 {
	margin: 60px auto 0;
}


.button,
.button--green {
	background-color: #5a2800;
	border-radius: 0.375rem;
	color: #fff;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.75rem 0;
	text-align: center;
	width: 10.25rem;
}

.button--green {
	background-color: #00b900;
	text-transform: uppercase;
}

.concept__content {
	background-color: #fbf0e7;
	margin-top: 1.125rem;
	padding: 1.875rem 1.125rem;
}

.concept__body {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.concept__item1 {
	align-items: flex-start;
	margin-left: -0.75rem;
	margin-top: 1.8125rem;
	max-width: 18.375rem;
}

.concept__item1 img {
	-o-object-fit: cover;
	aspect-ratio: 587/286;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.concept__item2 {
	margin-right: -0.3125rem;
	margin-top: 2rem;
	max-width: 19.4375rem;
}

.concept__item2 img {
	-o-object-fit: cover;
	aspect-ratio: 622/313;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.concept__item3 {
	margin-left: -0.1875rem;
	margin-top: 1.875rem;
	max-width: 18.875rem;
}

.concept__item3 img {
	-o-object-fit: cover;
	aspect-ratio: 604/375;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.contents__content {
	background-color: #fbf0e7;
	margin-top: 1.125rem;
	padding: 1.875rem 1rem 2.5rem;
}

.contents__head {
	margin-left: auto;
	margin-right: auto;
	max-width: 99%;
}

.contents__tab {
	margin-top: 1.8125rem;
}

.cta-button,
.cta-button--line {
	background-color: #358f2b;
	box-shadow: 0 0.3125rem 0 #25641e;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.024em;
	line-height: 1;
	/*max-width: 15.375rem;*/
	padding: 0.75rem 0;
	text-align: center;
	transition: 0.2s;
	width: 100%;
}

.cta-button span,
.cta-button--line span {
	padding-left: 1.25rem;
	position: relative;
}

.cta-button span::before,
.cta-button--line span::before {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
	background-color: #fff;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	content: "";
	height: 1rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6875rem;
}

.cta-button--line {
	text-transform: uppercase;
}


.footer {
	background-image: linear-gradient(to bottom, transparent 0%,transparent 55%, #fbf0e7 55%, #fbf0e7 100%);
	background-image: linear-gradient(to bottom, transparent 0% 55%, #fbf0e7 55% 100%);
}

.footer__body {
	position: relative;
}

.footer__icon {
	margin-left: auto;
	max-width: 13.3125rem;
	position: absolute;
	right: calc(50% - 9.8125rem);
	top: -6.25rem;
}

.footer__icon img {
	-o-object-fit: cover;
	aspect-ratio: 213/56;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__img {
	bottom: 2.1875rem;
	left: 43%;
	margin-top: 0.4375rem;
	max-width: 16.75rem;
	position: relative;
	transform: translateX(-50%);
}

.footer__img img {
	-o-object-fit: cover;
	aspect-ratio: 268/177;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.footer__copyright {
	background-color: #fff;
	border-top: 1px solid #707070;
	height: 3.5625rem;
	padding-top: 0.625rem;
	text-align: center;
}

.footer__copyright small {
	color: #333;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.3333333333;
}

.head,
.head--magenta,
.head--green,
.head--blue,
.head--orange {
	background-image: url("../../assets/images/bg-head.webp");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1294117647));
	padding: 0.6875rem 1.5rem;
	text-align: center;
}

.head__text {
	color: #fc6c08;
	font-size: 1.0625rem;
	font-weight: 600;
	line-height: 1.5294117647;
}

.head--orange .head__text {
	color: #fc6c07;
}

.head--blue .head__text {
	color: #0068b5;
}

.head--green .head__text {
	color: #16a63c;
}

.head--magenta .head__text {
	color: #d8004b;
}

.header {
	background-color: #fff;
	border-bottom: 1px solid #333;
	left: 0;
	padding: 0.75rem 0 0.6875rem;
	/*position: fixed;*/
	right: 0;
	top: 0;
	z-index: 900;
}

.header__inner {
	align-items: center;
	display: flex;
	padding: 0 0.5rem;
}

.header__logo {
	display: flex;
}

.header__logo a {
	display: inline-block;
	height: inherit;
	width: 7.5rem;
}

.header__logo img {
	-o-object-fit: contain;
	aspect-ratio: 120/51;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.header__buttons {
	display: flex;
	flex-direction: column;
	gap: 0.0625rem;
	margin-left: auto;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 36.25rem;
	padding-left: 16px;
	padding-right: 16px;
	width: 100%;
}

.nav__items {
	grid-gap: 0.125rem;
	display: grid;
	gap: 0.125rem;
	grid-template-columns: repeat(2, 1fr);
}

.nav__item,
.nav__item--magenta,
.nav__item--green,
.nav__item--blue,
.nav__item--orange {
	background-color: #fc6c08;
	color: #fff;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	transition: opacity 0.3s;
}

.nav__item--orange {
	background-color: #fc6c07;
}

.nav__item--blue {
	background-color: #0068b5;
}

.nav__item--green {
	background-color: #16a63c;
}

.nav__item--magenta {
	background-color: #d8004b;
}

.nav__item a,
.nav__item--orange a,
.nav__item--blue a,
.nav__item--green a,
.nav__item--magenta a {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1;
	padding: 0.8125rem 0 0.75rem;
}

.nav__item span,
.nav__item--orange span,
.nav__item--blue span,
.nav__item--green span,
.nav__item--magenta span {
	display: block;
	font-size: 0.625rem;
	font-weight: 600;
	line-height: 1;
	margin-top: 0.25rem;
}

.pagetop {
	bottom: 5.5rem;
	height: 3rem;
	padding: 0;
	position: fixed;
	right: 0.75rem;
	width: 3rem;
	z-index: 100;
}

.pagetop img {
	-o-object-fit: contain;
	aspect-ratio: 179/198;
	height: 100%;
	object-fit: contain;
	width: 100%;
}


@media (hover: hover) {

.cta-button:hover,
.cta-button--line:hover {
	box-shadow: none;
	opacity: 1;
	transform: translateY(0.3125rem);
}

.nav__item:hover,
.nav__item--orange:hover,
.nav__item--blue:hover,
.nav__item--green:hover,
.nav__item--magenta:hover {
	opacity: 0.7;
}

}

@media screen and (min-width: 768px) {

.pc {
	display: block;
}

.sp {
	display: none;
}

html {
	font-size: 1.7777777778vw;
}

.layout-concept {
	margin-top: 5.3125rem;
}

.layout-footer {
}

.button,
.button--green {
	font-size: 1rem;
	padding: 0.9375rem 1.25rem;
	width: 100%;
}

.concept__content {
	margin-top: 1.75rem;
	padding: 3.125rem 5.75rem 2.9375rem;
}

.concept__item1 {
	margin-left: -2rem;
	margin-top: 2.625rem;
	max-width: 28.0625rem;
}

.concept__item2 {
	margin-right: -1rem;
	margin-top: 2.1875rem;
	max-width: 31.1875rem;
}

.concept__item2 img {
	aspect-ratio: 499/246;
}

.concept__item3 {
	margin-left: -5.5rem;
	margin-top: 1.25rem;
	max-width: 28.375rem;
}

.contents__content {
	margin-top: 1.75rem;
	padding: 3.125rem 4.9375rem;
}

.contents__head {
	max-width: 96.5%;
}

.contents__tab {
	margin-top: 2.1875rem;
	max-width: 46.375rem;
}

.cta-button,
.cta-button--line {
	box-shadow: 0 0.4375rem 0 #25641e;
	padding: 1.3125rem 0;
	width: 100%;
}


.footer {
	background-image: linear-gradient(to bottom, transparent 0%,transparent 63%, #fbf0e7 63%, #fbf0e7 100%);
	background-image: linear-gradient(to bottom, transparent 0% 63%, #fbf0e7 63% 100%);
}

.footer__icon {
	bottom: 4.0625rem;
	right: calc(50% - 18.3125rem);
	top: auto;
	top: initial;
}

.footer__img {
	bottom: 2.5rem;
	left: 48.3%;
	max-width: 24rem;
}

.footer__img img {
	aspect-ratio: 384/252;
}

.footer__copyright {
	height: 4.375rem;
	padding-top: 0.75rem;
}

.head,
.head--magenta,
.head--green,
.head--blue,
.head--orange {
	background-image: url("../../assets/images/pc/bg-head.webp");
	padding: 0.5625rem 1.125rem 0.4375rem;
}

.head__text {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.header {
	padding: 0.9375rem 0 0.875rem;
}

.header__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 63.75rem;
}

.header__logo a {
	width: 10.375rem;
}

.header__buttons {
	flex-direction: initial;
	gap: 1.25rem;
}

.inner {
	max-width: 950px;
	padding-left: 25px;
	padding-right: 25px;
}



.nav__items {
	grid-template-columns: repeat(4, 1fr);
}

.nav__item a,
.nav__item--orange a,
.nav__item--blue a,
.nav__item--green a,
.nav__item--magenta a {
	font-size: 1.25rem;
	line-height: 1.35;
	padding: 0.8125rem 0 0.8125rem;
}

.nav__item span,
.nav__item--orange span,
.nav__item--blue span,
.nav__item--green span,
.nav__item--magenta span {
	margin-top: 0;
	margin-top: initial;
}

.pagetop {
	bottom: 5rem;
	height: 3rem;
	right: 1.25rem;
	width: 4rem;
}


}

@media screen and (hover: hover) and (min-width: 768px) {

.cta-button:hover,
.cta-button--line:hover {
	transform: translateY(0.4375rem);
}

}

@media (min-width: 900px) {

html {
	font-size: 16px;
}

}

@media screen and (min-width: 1280px) {

.header__inner {
	/*max-width: 100%;*/
	padding: 0 11.4375rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fade {

from {
	opacity: 0;
}

to {
	opacity: 1;
}

}


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