@charset "UTF-8";

/* 
@import url("https://use.fontawesome.com/releases/v5.14.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allison&display=swap");
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	padding: 0;
	margin: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
}

html {
	line-height: 1;
}


strong {
	font-weight: 700;
}

ol,
ul {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

caption,
th,
td {
	font-weight: inherit;
	text-align: left;
	vertical-align: middle;
}

q,
blockquote {
	quotes: none;
}

q::before,
q::after,
blockquote::before,
blockquote::after {
	content: "";
	content: none;
}

a {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	margin-bottom: 5%;
	display: block;
}


input,
textarea,
select,
option,
button {
	font: inherit;
	color: inherit;
}

input:focus,
textarea:focus,
select:focus,
option:focus,
button:focus {
	outline: none;
}

input[type="text"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="submit"],
input[type="button"],
button {
	-webkit-box-sizing: content-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font: inherit;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}

input[type="submit"]:focus,
input[type="button"]:focus,
button:focus {
	outline: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
	outline-offset: -2px;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

html {
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
}


/* 
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; 
font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
*/

body {
	position: relative;
	min-height: 100vh;
	overflow-x: hidden;
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	word-wrap: break-word;
	overflow-wrap: break-word;
	zoom: 1;
	background-color: #FFF;
}

@media only screen and (max-width: 767px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	letter-spacing: 0.025em;
}



/* ---------------------------------------- */

.wrapper {
	width: 100%;
	min-width: 1200px;
	max-width: 1660px;
	padding: 1% 10px;
	margin: auto;
}

@media only screen and (max-width: 1279px) {
	.wrapper {
		min-width: auto;
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
}

.wrapper02 {
	width: 100%;
	min-width: 1200px;
	max-width: 1382px;
	padding: 5% 10px;
	margin: auto;
}
@media only screen and (max-width: 1444px) {
	.wrapper02 {
		min-width: auto;
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 5%;
			padding:0% 10px;
	}
}
@media only screen and (max-width: 1279px) {
	.wrapper02 {
		min-width: auto;
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 5%;
			padding:0% 10px;
	}
}
@media only screen and (max-width: 768px) {
	.wrapper02 {
		min-width: auto;
		max-width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 5%;
			padding:10% 10px;
	}
}

.wrapper03 {
	width: 100%;
	max-width: 960px;
	padding: 0 10px;
	margin: auto;
}

.module .wrapper {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-row-gap: 0;
	grid-column-gap: 30px;
}

@media only screen and (max-width: 767px) {
	.module .wrapper {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-row-gap: 0;
		grid-column-gap: 30px;
	}
}

.module__inner {
	display: grid;
	grid-template-columns: repeat(1, minmax(0, 1fr));
	grid-row-gap: 0;
	grid-column-gap: 30px;
}

@media only screen and (max-width: 767px) {
	.module__inner {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-row-gap: 0;
		grid-column-gap: 30px;
	}
}

.hidden {
	overflow-x: hidden;
}

.sa {
	opacity: 0;
	-webkit-transition: all .8s ease;
	transition: all .8s ease;
}

.sa.show {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}

.sa--lr {
	-webkit-transform: translate(-100px, 0);
	transform: translate(-100px, 0);
}

.sa--rl {
	-webkit-transform: translate(100px, 0);
	transform: translate(100px, 0);
}

.sa--up {
	-webkit-transform: translate(0, 100px);
	transform: translate(0, 100px);
}

.sa--down {
	-webkit-transform: translate(0, -100px);
	transform: translate(0, -100px);
}

.sa--scaleUp {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

.sa--scaleDown {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.sa--rotateL {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sa--rotateR {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

pre {
	padding: 1em;
	overflow: auto;
	color: #FFF;
	white-space: pre;
	background-color: #333;
}

._pc {
	display: initial !important;
}

@media only screen and (max-width: 767px) {
	._pc {
		display: none !important;
	}
}

._sp {
	display: none !important;
}

@media only screen and (max-width: 767px) {
	._sp {
		display: initial !important;
	}
}

.blank-icon::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: inherit;
	font-display: swap;
	content: "";
}

.l-header {
	width: 100vw;
	max-height: 554px;
	aspect-ratio: 2560 / 679;

}

/* 
.l-header__inner {
	padding-top: 75px;
} */

.l-header__bottom {
	margin-top: 1em;
}

.l-header__nav {
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
}


.l-footer {
	padding: 45px 0 35px;
	background-color: #FFFBE5;
}

.l-footer__top {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

@media only screen and (max-width: 991px) {
	.l-footer__top {
		display: block;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.l-footer__left {
		margin-bottom: 40px;
	}
}

.l-footer__logo {
	width: 75%;
	max-width: 355px;
}

.l-footer__nav {
	font-weight: 700;
}

.l-footer__nav ul {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
}

@media only screen and (max-width: 991px) {
	.l-footer__nav ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.l-footer__copy {
	font-size: 1.5rem;
	text-align: right;
}

@media only screen and (max-width: 991px) {
	.l-footer__copy {
		text-align: center;
	}
}

.headline-lv1 {
	position: relative;
	margin: auto;
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.2rem;
	margin-top: 9%;
}
@media only screen and (max-width: 1666px) {
.headline-lv1 {
	margin-top: 5%;
}
}
@media only screen and (max-width: 1444px) {
.headline-lv1 {
	margin-top: 3%;
}
}
.headline-lv1::before {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 1px;
	content: '';
	background-color: #FFFBE5;
}

.headline-lv1::after {
	position: absolute;
	right: 50%;
	z-index: -1;
	display: inline-block;
	width: 100%;
	width: 360px;
	height: 100%;
	content: '';
	background-color: #FFFBE5;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.headline-lv1--sub {
	margin-top: 30px;
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-size: 1.75rem;
	font-weight: 700;
	color: #707070;
	text-align: center;
	letter-spacing: 2rem;
}

.headline-lv2,
.headline-lv2-green,
.headline-lv2-blue,
.headline-lv2-orange,
.headline-lv2-purple,
.headline-lv2--feature,
.headline-lv2--gas,
.headline-lv2--cartoon,
.headline-lv2--recipe,
.headline-lv2--trivia {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	background-color: #FDA160;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.headline-lv2-green {
	background-color: #E6FFE9;
}

.headline-lv2-blue {
	background-color: #D7EEFF;
}

.headline-lv2-orange {
	background-color: #FFEDDC;
}

.headline-lv2-purple {
	background-color: #E3DEF1;
}

.headline-lv2--main {
	font-size: 3rem;
	font-weight: 700;
}

.headline-lv2--sub {
	font-weight: 700;
}

.headline-lv2--feature {
	background-color: #FDA160;
}

.headline-lv2--gas {
	background-color: #DAE78F;
}

.headline-lv2--cartoon {
	background-color: #C1AE8A;
}

.headline-lv2--recipe {
	background-color: #F2DA76;
}

.headline-lv2--trivia {
	background-color: #F4AFA2;
}

.headline-lv3,
.headline-lv3--orange {
	position: relative;
	padding-bottom: 15px;
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1;
	color: #222;
	border-bottom: 1px solid #333;
}

.headline-lv3--orange {
	color: #FDA160;
}

@media only screen and (max-width: 991px) {

	.headline-lv3,
	.headline-lv3--orange {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 767px) {

	.headline-lv3,
	.headline-lv3--orange {
		font-size: 4rem;
	}
}

.headline-lv3 span,
.headline-lv3--orange span {
	display: inline-block;
}

.headline-lv4,
.headline-lv4--1,
.headline-lv4--2,
.headline-lv4--3 {
	padding-left: 7rem;
	font-size: 2.5rem;
	font-weight: 400;
	text-indent: -7rem;
}

@media only screen and (max-width: 767px) {

	.headline-lv4,
	.headline-lv4--1,
	.headline-lv4--2,
	.headline-lv4--3 {
		font-size: 2.5rem;
	}
}

.headline-lv4--1::before {
	display: inline-block;
	width: 6%;
	aspect-ratio: 177 / 286;
	margin-right: 10px;
	content: '';
	background-image: url(../img/feature/title-deco-one.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.headline-lv4--2::before {
	display: inline-block;
	width: 7%;
	aspect-ratio: 25 / 32;
	margin-right: 30px;
	content: '';
	background-image: url(../img/feature/title-deco-two.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.headline-lv4--3::before {
	display: inline-block;
	width: 8%;
	aspect-ratio: 19 / 24;
	margin-right: 30px;
	content: '';
	background-image: url(../img/feature/title-deco-three.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.headline-lv5>* {
	display: block;
}

.headline-lv5--sub {
	margin-bottom: 2rem;
	font-size: 3rem;
	font-weight: 700;
	color: #707070;
	letter-spacing: 0.25rem;
}

@media only screen and (max-width: 767px) {
	.headline-lv5--sub {
		font-size: 2rem;
	}
}

.headline-lv5--main {
	margin-bottom: 2rem;
	font-size: 4rem;
	font-weight: 700;
	color: #1A1311;
	letter-spacing: 1rem;
	border-bottom: double 4px #2B2E34;
}

@media only screen and (max-width: 767px) {
	.headline-lv5--main {
		font-size: 2.5rem;
	}
}

.headline-lv6 {
	font-size: 3rem;
	font-weight: 400;
}

.headline-lv6 span {
	display: inline-block;
}

.headline-lv7 {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
	background: #d9d9d9;
}

.headline-lv8 {
	font-size: 4rem;
	letter-spacing: 1rem;
}

.headline-lv9 {
	color: #0075ba;
}

.headline-lv10 {
	font-size: 3rem;
	font-weight: 700;
	color: #707070;
}

.headline-lv10::before {
	margin-right: 1rem;
	content: '■';
}

.headline-lv11 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #707070;
}

.headline-lv11::before {
	margin-right: 1rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	color: #FDA160;
	content: '\f14a';
}

.headline-lv12,
.headline-lv12--bluegreen,
.headline-lv12--orange,
.headline-lv12--purple,
.headline-lv12--green,
.headline-lv12--blue {
	padding: 0 30px;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	border-radius: 50px;
}

.headline-lv12--bluegreen {
	background-color: #A2D7D4;
}

.headline-lv12--orange {
	background-color: #fedcbd;
}

.headline-lv12--purple {
	background-color: #CFC2F2;
}

.headline-lv12--green {
	color: #fff;
	background-color: #8FBC8F;
}

.headline-lv12--blue {
	color: #fff;
	background-color: #4682B4;
}

.headline-lv13 {
	font-size: 2rem;
	font-weight: 700;
}

.nav-menu--pc ul {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	/*gap: 5px;
    justify-content: space-between;を変更*/
	gap: 10px;
    justify-content: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;

	/* font-family: 'Zen Kaku Gothic New', sans-serif; */
}

@media only screen and (max-width: 1279px) {
	.nav-menu--pc ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.nav-menu--pc ul li {
	position: relative;
	width: calc(100% / 8);
	text-align: center;
    border-radius: 16px;
	
}

@media only screen and (max-width: 1279px) {
	.nav-menu--pc ul li {
		/*width: calc(100% / 2 - 5px);*/
			width: calc(100% / 7);
	}
}
@media only screen and (max-width: 1079px) {
img.nav-card__icon {
    width: 40px;
	}
}
@media only screen and (max-width: 768px) {
	.nav-menu--pc ul li {
		/*width: calc(100% / 2 - 5px);*/
			width: calc(100% / 4);
			  transition: box-shadow 0.3s ease; 
	}
}
/*
.nav-card {
  display: block;             
  border-radius: 16px;         
  overflow: hidden;           
  transition: box-shadow 0.3s ease; 
}

.nav-card__inner {
  transition: transform 0.3s ease; 
}

.nav-card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
}*/



/* 元のリストアイテムに拡大用のトランジションを追加 */
.nav-menu--pc ul li {
  position: relative;              /* 拡大時に重なり順を調整する場合に必要 */
  transition: transform 0.3s ease;  /* 拡大のアニメーションを滑らかに */
  transform-origin: center center;  /* 中心を基準に拡大する */
  z-index: 1;                       /* 通常時の重なり順 */
}

/* ホバー時に1.5倍に拡大 */
.nav-menu--pc ul li:hover {
  transform: scale(1.02); 
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);/* 横・縦ともに1.5倍 */
  z-index: 10;                      /* 拡大時は前面に出るように */
}



.nav-menu--pc ul li:first-child {
	background-color:#FDA160;
}

.nav-menu--pc ul li:nth-child(2) {
	background-color: #D1E668;
}

.nav-menu--pc ul li:nth-child(3) {
	background-color: #D6BE90;
}

.nav-menu--pc ul li:nth-child(4) {
	background-color: #E2CE67;
}

.nav-menu--pc ul li:nth-child(5) {
	background-color: #E5AC9F;
}

.nav-menu--pc ul li:nth-child(6) {
	background-color:#9EC6A2;
}

.nav-menu--pc ul li:nth-child(7) {
	background-color: #AAD8B3;
}

.nav-menu--pc ul li a {
display: block;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* padding: 5px 0; */
    font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;  
}

.nav-menu--sp {
	display: none;
}

.section,
.section--kw {
	padding-top:　90px;
}

.section--kw {
	padding-bottom: 80px;
}

@media only screen and (max-width: 991px) {

	.section,
	.section--kw {
		padding-top: 0;
	}
}

.section-banner02 {
	padding: 100px 0 120px;
}

@media only screen and (max-width: 991px) {
	.section-banner02 {
		padding: 50px 0 60px;
	}
}

.section-banner02__inner {
	text-align: center;
}

.section__container-cs {
	padding-top: 80px;
}

@media only screen and (max-width: 991px) {
	.section__container-cs {
		padding-top: 40px;
	}
}

.section__container-cs ul {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	row-gap: 50px;
	justify-content: space-around;
	-ms-flex-pack: distribute;
}

.section__container-cs ul li {
	width: calc(100% / 4 - 50px);
}

@media only screen and (max-width: 991px) {
	.section__container-cs ul li {
		width: calc(100% / 2 - 50px);
	}
}

.section__container-kw {
	width: 90%;
	padding-top: 60px;
	margin: auto;
	color: #4E8C93;
}

.section__container-kw ul li {
	width: 100%;
	text-align: center;
}

.section__container-kw ul li a,
.section__container-kw ul li .search-button {
	display: block;
	width: 100%;
	padding: 10px;
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	border: 1px solid #4E8C93;
	border-radius: 50px;
}

.section__container-kw ul li a::before,
.section__container-kw ul li .search-button::before {
	width: 100%;
	content: '#';
}

.section__container-feature {
	margin-top: 50px;
}

.section__caution {
	margin-top: 50px;
	font-size: 1.5rem;
	text-align: right;
}

.section__search {
	margin-top: 50px;
}

.section-head {
	padding: 70px 0 80px;
}

.section-lower01 {
	padding: 65px 0 100px;
}

.section-lower01__title {
	margin-bottom: 50px;
}

.section-lower01__text {
	margin-bottom: 40px;
	font-size: 2rem;
}

.section-lower01__container {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	gap: 40px;
}

@media only screen and (max-width: 991px) {
	.section-lower01__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.section-lower02 {
	padding: 65px 0 100px;
	margin-right: calc(-50vw + 50%);
	margin-left: calc(-50vw + 50%);
	background-color: #fdf5e6;
}

.section-lower02__inner {
	display: grid;
	row-gap: 50px;
}

.section-lower03 {
	padding-bottom: 80px;
}

.section-lower03__inner {
	position: relative;
	z-index: -2;
	padding: 50px 0;
}

.section-lower03__container {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 991px) {
	.section-lower03__container {
		display: grid;
		gap: 50px;
	}
}

.section-lower03__container>* {
	position: relative;
	width: 50%;
	padding: 0 120px 0 50px;
}

@media only screen and (max-width: 991px) {
	.section-lower03__container>* {
		width: 100%;
		padding: 0;
	}
}

.section-lower03__title {
	width: 30rem;
	margin-bottom: 5rem;
	font-family: Allison, cursive;
	font-size: 5rem;
	border-bottom: double 4px #333;
}

.section-lower04 {
	width: 100vw;
	padding: 65px 20px 100px;
	margin: 0 calc(50% - 50vw);
}

.section-lower04__inner {
	display: grid;
	gap: 50px;
}

.section-lower04__title {
	text-align: center;
}

.section-lower04__title img {
	max-width: 150px;
	margin-bottom: 2rem;
}

.section-lower05 {
	padding: 50px 70px;
	margin-top: 100px;
}

@media only screen and (max-width: 767px) {
	.section-lower05 {
		padding: 50px 30px;
	}
}

.section-lower05__inner {
	display: grid;
	gap: 100px;
}

.section-lower05__title {
	font-weight: 700;
	text-align: center;
}

.section-lower05__title span {
	position: relative;
	z-index: 5;
	padding: 0 20px;
	background: #d9d9d9;
}

.section-lower05__title span::before {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: -1;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	content: '';
	border-bottom: 1px solid #fff;
}

.section-lower05__title-inner {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	align-items: center;
	justify-content: space-around;
	-ms-flex-pack: distribute;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

@media only screen and (max-width: 1279px) {
	.section-lower05__title-inner {
		display: grid;
		gap: 20px;
	}
}

.section-lower05__title-inner>* {
	text-align: center;
}

.section-lower05__title-left {
	font-size: 2rem;
}

.section-lower05__title-right {
	position: relative;
	z-index: 1;
	font-size: 3rem;
}

@media only screen and (max-width: 1279px) {
	.section-lower05__title-right {
		width: 100%;
		background-color: #e3cfc5;
	}
}

.section-lower05__title-right::after {
	position: absolute;
	top: -74px;
	right: -44px;
	z-index: -1;
	width: 160%;
	height: 180px;
	content: '';
	background: #e3cfc5;
}

@media only screen and (max-width: 1279px) {
	.section-lower05__title-right::after {
		display: none;
	}
}

.section-lower05__container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

@media only screen and (max-width: 991px) {
	.section-lower05__container {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.section-lower05__container {
		grid-template-columns: repeat(1, 1fr);
	}
}

.section-lower05__bottom {
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
}

.section-lower05__bottom span {
	font-size: 3rem;
}

.section-lower06 {
	margin-bottom: 60px;
}

.section-lower06__container--grid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

@media only screen and (max-width: 767px) {
	.section-lower06__container--grid2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.section-lower06__title {
	margin-bottom: 40px;
}

.section-lower07 {
	padding: 65px 0 100px;
}

.section-lower07__container ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}



.content-01__title {
	margin-top: 20px;
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.content-01__img,
.content-01__img--border {
	position: relative;
}

.content-01__img>*,
.content-01__img--border>* {
	display: block;
	width: auto;
	max-height: 300px;
	margin: auto;
}

.content-01__img--border {
	border: 1px solid #ccc;
}




.content-02__inner {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	gap: 50px;
}

.content-02__inner>* {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.content-02__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content-02__inner>* {
		width: 100%;
	}
}

.content-02__top {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	gap: 55px;
}

@media only screen and (max-width: 991px) {
	.content-02__top {
		display: grid;
		gap: 30px;
	}
}

.content-02__bottom {
	margin-top: 50px;
}

.content-02__bottom-img {
	margin-top: 50px;
}

.content-02__bottom-img ul {
	display: -webkit-box;
	display: flexbox;
	display: flex;
}

.content-02__title {
	display: grid;
	row-gap: 20px;
	margin-bottom: 2rem;
}

.content-02__title span {
	display: block;
}

.content-02__title--sub {
	font-size: 3rem;
	letter-spacing: -0.1rem;
}

.content-02__title--sub02 {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	margin-bottom: 3rem;
	font-size: 2.5rem;
	font-weight: 400;
	background-color: antiquewhite;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.content-02__title--sub02::before {
	display: inline-block;
	width: 73px;
	aspect-ratio: 73 / 80;
	margin-right: 20px;
	content: '';
	background-image: url(../img/feature/feature-01.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content-02__title--sub03 {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	margin-bottom: 3rem;
	font-size: 2.5rem;
	font-weight: 400;
	background-color: aliceblue;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.content-02__title--sub03::before {
	display: inline-block;
	width: 73px;
	aspect-ratio: 73 / 80;
	margin-right: 20px;
	content: '';
	background-image: url(../img/gas/gas-13.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content-02__title--sub04 {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	align-items: center;
	padding: 5px 10px;
	margin-bottom: 3rem;
	font-size: 2.5rem;
	font-weight: 400;
	background-color: navajowhite;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.content-02__title--sub04::before {
	display: inline-block;
	width: 73px;
	aspect-ratio: 62 / 80;
	margin-right: 20px;
	content: '';
	background-image: url(../img/cartoon/cartoon-05.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.content-02__title--main,
.content-02__title--main--orange {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 4rem;
	line-height: 1;
}

.content-02__title--main--orange {
	font-weight: 400;
	color: #FDA160;
}

.content-02__title--main span,
.content-02__title--main--orange span {
	display: inline-block;
}

.content-02__text {
	font-size: 2rem;
}

.content-03 {
	position: relative;
	padding: 20px;
	background-color: #f0f8ff;
}

@media only screen and (max-width: 991px) {
	.content-03 {
		margin-bottom: 50px;
	}
}

.content-03__num {
	position: absolute;
	top: 0;
	left: 50%;
	font-family: Allison, cursive;
	font-size: 5rem;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 991px) {
	.content-03__inner {
		display: grid;
		row-gap: 30px;
	}
}

.content-03__top {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-03__right {
	max-width: 320px;
	aspect-ratio: 20 / 17;
	margin-left: auto;
}

@media only screen and (max-width: 991px) {
	.content-03__right {
		width: 50%;
		margin-left: unset;
	}
}

.content-03__right--02 {
	margin-left: 3rem;
}

.content-03__text {
	margin-top: 20px;
	font-size: 2rem;
}

@media only screen and (max-width: 767px) {
	.content-03__text {
		font-size: 2rem;
	}
}

.content-03__img img {
	height: 100px;
}

.content-04__title {
	margin-bottom: 2rem;
}

.content-04__inner {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	gap: 20px;
}

@media only screen and (max-width: 991px) {
	.content-04__inner {
		display: grid;
	}
}

.content-04__inner>* {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.content-04__inner>* {
		width: 100%;
	}
}

.content-04__text {
	font-size: 2rem;
}

@media only screen and (max-width: 991px) {
	.content-04__text {
		font-size: 2rem;
	}
}

.content-04__text ul {
	display: grid;
	gap: 1.5rem;
}

.content-04__text ul li {
	padding-left: 5rem;
	text-indent: -4.25rem;
}

.content-04__text ul li:first-child::before {
	margin-right: 3rem;
	font-weight: 700;
	color: #992923;
	content: '1';
}

.content-04__text ul li:nth-child(2)::before {
	margin-right: 3rem;
	font-weight: 700;
	color: #992923;
	content: '2';
}

.content-04__text ul li:nth-child(3)::before {
	margin-right: 3rem;
	font-weight: 700;
	color: #992923;
	content: '3';
}

.content-04__text ul li:nth-child(4)::before {
	margin-right: 3rem;
	font-weight: 700;
	color: #992923;
	content: '4';
}

.content-04__text ul li:nth-child(5)::before {
	margin-right: 3rem;
	font-weight: 700;
	color: #992923;
	content: '5';
}

.content-04__img {
	position: relative;
	margin-left: auto;
}

.content-05__text {
	font-size: 2rem;
}

.content-05__img {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 3rem;
}

.content-06__inner {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-column-gap: 5rem;
	-moz-column-gap: 5rem;
	column-gap: 5rem;
	padding: 4rem;
	background-color: #fffcf1;
	background-image: linear-gradient(0deg, transparent calc(100% - 1px), #fff6b8 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #fff6b8 calc(100% - 1px));
	background-repeat: repeat;
	background-position: center center;
	background-size: 30px 30px;
	border: 1px solid #ffd345;
}

@media only screen and (max-width: 991px) {
	.content-06__inner {
		display: grid;
		row-gap: 3rem;
	}
}

.content-06__inner>* {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.content-06__inner>* {
		width: 100%;
	}
}

.content-06__inner ul {
	display: grid;
	row-gap: 3rem;
}

.content-06__inner ul li {
	font-size: 2.5rem;
	font-weight: 700;
}

.content-06__inner ul li::before {
	margin-right: 1rem;
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	color: #288d97;
	content: '\f0c8';
}

.content-06__inner ul li p {
	display: inline-block;
}

.content-06__inner ul li p span {
	display: inline-block;
}

.content-06__caution {
	position: relative;
	padding: 20px 20px 10px;
	font-size: 2rem;
	font-weight: 400;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
}

.content-06__caution::before {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 10px;
	height: fill-available;
	content: '';
	background-color: #ffdb00;
}

.content-07__title {
	text-align: center;
}

.content-08 {
	padding: 20px;
	margin-top: 2rem;
	background-color: #faf0e6;
}

.content-08__inner {
	padding: 20px;
	border: 2px dotted #777;
}

.content-08__container {
	width: 80%;
	margin: auto;
}

.content-08__container-inner {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	gap: 50px;
}

.content-08__container-inner>* {
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.content-08__container-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.content-08__container-inner>* {
		width: 100%;
	}
}

.content-08__container-left,
.content-08__container-right {
	display: grid;
	row-gap: 30px;
}

.content-08__container-title {
	font-size: 2rem;
}

.content-08__container-title p::before {
	margin-right: 10px;
	content: '●';
}

.content-08__container-content-left {
	font-size: 2rem;
}

.content-08__container-content-right {
	width: 15%;
}

@media only screen and (max-width: 767px) {
	.content-09__inner {
		display: grid;
	}
}

@media only screen and (max-width: 767px) {
	.content-09__inner>* {
		width: 100%;
	}
}

.content-09__left {
	margin-bottom: 3rem;
}

.content-09__right {
	text-align: center;
}

.content-09__right-bottom {
	display: -webkit-box;
	display: flexbox;
	display: flex;
}

.content-09__right-bottom>* {
	width: 33%;
	margin: auto;
}

.content-09__title {
	margin-bottom: 2rem;
}

.content-09__text {
	font-size: 2rem;
	font-weight: 700;
}

.content-09__span {
	font-size: 5rem;
	font-weight: 700;
	color: #f0908a;
}

.content-09__img02::before {
	display: block;
	font-size: 5rem;
	text-align: center;
	content: '⇓';
}

.content-10__top {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	gap: 50px;
}

@media only screen and (max-width: 991px) {
	.content-10__top {
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
	}
}

.content-10__top>* {
	width: 50%;
}

@media only screen and (max-width: 991px) {
	.content-10__top>* {
		width: 100%;
	}
}

.content-10__left {
	display: grid;
	row-gap: 6rem;
}

.content-10__container {
	position: relative;
}

.content-10__container::after {
	position: absolute;
	right: -20rem;
	bottom: 0;
	display: inline-block;
	width: 100%;
	max-width: 200px;
	aspect-ratio: 1201 / 1301;
	content: '';
	background-image: url(../img/recipe/recipe-03.png);
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 991px) {
	.content-10__container::after {
		display: none;
	}
}

.content-11 {
	position: relative;
	width: 100%;
	max-width: 500px;
	padding: 6rem 2rem 2rem;
	margin-top: 6rem;

	/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	background: antiquewhite;
}

@media only screen and (max-width: 991px) {
	.content-11 {
		margin-right: auto;
		margin-left: auto;
	}
}

.content-11::before {
	position: absolute;
	top: -3rem;
	right: 17rem;
	display: inline-block;
	width: 100%;
	max-width: 60px;
	aspect-ratio: 78 / 101;
	content: '';
	background-image: url(../img/recipe/recipe-02.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.content-11__text {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: dotted 1px #777;
}

.content-12__inner {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1rem;
}

.content-12__img {
	float: left;
	width: 100%;
	max-width: 100px;
	height: 100px;
}

.content-12__date {
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-size: 2.25rem;
	font-weight: 700;
}

.content-12__text {
	margin-top: 2rem;

	/* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; */
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	font-size: 2.5rem;
}

.content-13__img {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.content-13__img img {
	border: 1px solid #777;
}

.content-13__img-02 {
	margin-top: 3rem;
	text-align: center;
}

.content-13__title {
	margin-top: 7rem;
	font-size: 4rem;
	font-weight: 700;
}

.content-13__text {
	margin-top: 3rem;
	font-size: 2rem;
	font-weight: 700;
}

.content-14 {
	margin-bottom: 30px;
}

.content-14__wrap {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.content-14__wrap {
		display: grid;
	}
}

.content-14__wrap--noflex {
	display: grid;
}

.content-14__title {
	margin-bottom: 20px;
}

.content-14__title--small {
	font-size: 2.5rem;
	font-weight: 700;
}

.content-14__left {
	width: 60%;
	padding-right: 30px;
}

.content-14__left--w100 {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.content-14__left {
		width: 100%;
		padding-: 0;
	}
}

.content-14__right {
	width: 40%;
}

.content-14__right--w100 {
	width: 100%;
}

@media only screen and (max-width: 767px) {
	.content-14__right {
		width: 100%;
	}
}

.content-14__text {
	font-size: 2.5rem;
	line-height: 1.75;
}

.content-14__text--bg,
.content-14__text--bg-blue {
	padding: 20px;
	margin-top: 10px;
	font-size: 2rem;
}

.content-14__text--bg-blue {
	background-color: #D7EEFF;
}

.content-14__text--bg-blue span {
	margin-right: 20px;
}

.content-14__caution {
	width: 80%;
	margin: auto;
	font-size: 2rem;
	font-weight: 700;
	-webkit-text-decoration: underline #FF0;
	text-decoration: underline #FF0;
}

.content-14__img--flex,
.content-14__img--flex--w100 {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	width: 50%;
	align-items: center;
}

.content-14__img--flex--w100 {
	width: 100%;
}

.content-15,
.content-15--bluegreen,
.content-15--orange,
.content-15--purple,
.content-15--green,
.content-15--blue {
	position: relative;
	width: 90%;
	padding: 50px;
	margin: auto;
	margin-top: 60px;
}

@media only screen and (max-width: 767px) {

	.content-15,
	.content-15--bluegreen,
	.content-15--orange,
	.content-15--purple,
	.content-15--green,
	.content-15--blue {
		padding: 50px 20px;
	}
}

.content-15--bluegreen {
	background-color: #eff;
}

.content-15--orange {
	background-color: #FFEDDC;
}

.content-15--purple {
	background-color: #E3DEF1;
}

.content-15--green {
	background-color: #E6FFE9;
}

.content-15--blue {
	background-color: #D7EEFF;
}

.content-15__wrap {
	display: grid;
	gap: 10px;
}

.content-15__container--grid2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}

@media only screen and (max-width: 767px) {
	.content-15__container--grid2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

.content-15__img--center>* {
	display: block;
	margin: auto;
	text-align: center;
}

.content-15__img--padding50 {
	padding: 50px 0;
}

.content-15__text {
	font-size: 2rem;
}

.content-15__text p span {
	display: inline-block;
}

.content-15__title {
	position: absolute;
	top: 0;
	left: 50%;
	width: 40%;
	margin: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
	.content-15__title {
		width: 100%;
	}
}

.content-16 {
	text-align: center;
}

.content-17__title {
	margin-bottom: 2rem;
}

.content-17__text {
	margin-bottom: 3rem;
	font-size: 2rem;
}

.content-17__img {
	text-align: center;
}

.content-18__title {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	margin-bottom: 3rem;
}

@media only screen and (max-width: 767px) {
	.content-18__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 2rem;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
	}
}

.content-18__title-img {
	width: 40%;
}

@media only screen and (max-width: 767px) {
	.content-18__title-img {
		width: 100%;
	}
}

.content-18__text {
	font-size: 3rem;
	font-weight: 700;
}

.banner__other {
	margin-top: 10px;
	font-size: 2rem;
	text-align: right;
}

.banner__other span {
	position: relative;
	margin-right: 38px;
}

.banner__other span::after {
	position: absolute;
	top: -40%;
	margin-left: 10px;
	font-family: "Font Awesome 5 Free";
	font-size: 3rem;
	font-weight: 400;
	color: #0072B7;
	content: '\f35a';
}

.grid-5 {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 33px;
	-webkit-column-gap: 27px;
	-moz-column-gap: 27px;
	column-gap: 27px;
}

@media only screen and (max-width: 1279px) {
	.grid-5 {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 20px;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.grid-5 {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 20px;
		-webkit-column-gap: 15px;
		-moz-column-gap: 15px;
		column-gap: 15px;
	}
}

.search {
	text-align: center;
}

.search__container {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 400px;
	height: 2.5em;
	padding: 3px 10px;
	margin: auto;
	overflow: hidden;
	font-family: 'PT Sans', 'Zen Kaku Gothic New', sans-serif;
	background-color: #fff;
	border: 1px solid #348E94;
	border-radius: 5px;
}

@media only screen and (max-width: 767px) {
	.search__container {
		width: 100%;
	}
}

.search__container input[type="text"] {
	height: 2.0em;
	text-align: center;
	border: none;
}

.search__container input[type="text"]:focus {
	outline: 0;
}

.search__container input[type="submit"] {
	position: absolute;
	top: -6px;
	left: 0;
	width: 2.5em;
	height: 2.5em;
	font-family: 'Font Awesome 5 Free';
	font-size: 1.3em;
	font-weight: 700;
	color: #348E94;
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}

.table-02,
.table-02--check {
	width: 100%;
	margin-bottom: 40px;
}

.table-02 thead,
.table-02--check thead {
	color: #FFF;
	background-color: #d9d9d9;
}

.table-02 tr,
.table-02--check tr {
	display: grid;
	row-gap: 20px;
	padding: 30px 0;
	border-top: 1px solid #d9d9d9;
}

.table-02 th,
.table-02--check th {
	width: 100%;
	font-size: 3rem;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {

	.table-02 th,
	.table-02--check th {
		display: block;
		width: 100%;
		padding: 10px 0 0;
	}
}

.table-02 td,
.table-02--check td {
	display: grid;
	padding: 0 20px;
	font-size: 2rem;
}

.table-02--check th {
	padding: 40px 0;
	vertical-align: top;
}

.table-02--check tr:first-child {
	border-top: none;
	border-bottom: none;
}

.form01-input,
.form01-input--400,
.form01-input--100 {
	width: 100%;
	padding: 0.5em 1em;
	border: 1px solid #d9d9d9;
}

.form01-input::input-placeholder,
.form01-400::input-placeholder,
.form01-100::input-placeholder {
	color: #d9d9d9;
}

.form01-input::placeholder,
.form01-400::placeholder,
.form01-100::placeholder {
	color: #d9d9d9;
}

.form01-input:input-placeholder,
.form01-400:input-placeholder,
.form01-100:input-placeholder {
	color: #d9d9d9;
}

.form01-input::input-placeholder,
.form01-400::input-placeholder,
.form01-100::input-placeholder {
	color: #d9d9d9;
}

.form01-input::placeholder,
.form01-input--400::placeholder,
.form01-input--100::placeholder {
	color: #d9d9d9;
}

.form01-input--400 {
	max-width: 400px;
}

.form01-input--100 {
	max-width: 100px;
}

.form01-select,
.form01-select--400,
.form01-select--100 {
	width: 100%;
	padding: 0.5em 1em;
	border: 1px solid #d9d9d9;
}

.form01-select::input-placeholder,
.form01-400::input-placeholder,
.form01-100::input-placeholder {
	color: #d9d9d9;
}

.form01-select::placeholder,
.form01-400::placeholder,
.form01-100::placeholder {
	color: #d9d9d9;
}

.form01-select:input-placeholder,
.form01-400:input-placeholder,
.form01-100:input-placeholder {
	color: #d9d9d9;
}

.form01-select::input-placeholder,
.form01-400::input-placeholder,
.form01-100::input-placeholder {
	color: #d9d9d9;
}

.form01-select::placeholder,
.form01-select--400::placeholder,
.form01-select--100::placeholder {
	color: #d9d9d9;
}

.form01-select--400 {
	max-width: 400px;
}

.form01-select--100 {
	max-width: 100px;
}

.form01-select+.form-input,
.form01-select--400+.form-input,
.form01-select--100+.form-input {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {

	.form01-select+.form-input,
	.form01-select--400+.form-input,
	.form01-select--100+.form-input {
		margin-top: 10px;
	}
}

.form01-label,
.form01-label--req {
	font-weight: 400;
}

.form01-label--req {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.form01-label--req::after {
	display: inline-box;
	display: inline-flexbox;
	display: inline-flex;
	align-items: center;
	padding: 0 2rem;
	margin-left: 3rem;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFF;
	content: "必須";
	background-color: #288790;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

@media only screen and (max-width: 767px) {
	.form01-label--req::after {
		font-size: 10px;
		font-size: 1rem;
	}
}

@media only screen and (max-width: 767px) {
	.form01-label--req::after {
		margin-left: 0;
		font-size: 1.5rem;
	}
}

.form01-caption {
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
}

@media only screen and (max-width: 767px) {
	.form01-caption {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.form01-textarea {
	width: 100%;
	height: 150px;
	padding: 0.5em 1em;
	font: inherit;
	resize: none;
	border: 1px solid #d9d9d9;
}

.form01-textarea::input-placeholder {
	color: #d9d9d9;
}

.form01-textarea::placeholder {
	color: #d9d9d9;
}

.form01-textarea:input-placeholder {
	color: #d9d9d9;
}

.form01-textarea::input-placeholder {
	color: #d9d9d9;
}

.form01-textarea::placeholder {
	color: #d9d9d9;
}

.form01-btn {
	display: grid;
	max-width: 500px;
	margin: auto;
}

.form01-btn--check {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	-ms-flex-wrap: inherit;
	flex-wrap: wrap;
	flex-wrap: inherit;
	gap: 40px;
	padding: 0 20px;
}

.form01-btn--check>* {
	width: 50%;
}

.form01-btn--finish {
	max-width: 300px;
	margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
	.form01-btn--finish {
		margin: 10px auto 0;
	}
}

.form01-btn--col2 {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1040px;
	margin: 40px auto 0;
}

.form01-btn--col2>* {
	width: 50%;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.form01-btn--col2>* {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.form01-btn--col2>*:last-child {
		margin-bottom: 0;
	}
}

.form01-flex {
	display: inline-box;
	display: inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: .25em 0;
	margin-right: 1em;
}

.form01-flex+.form-flex {
	margin-right: 1em;
}

.form01-flex+.form-flex:last-child {
	margin-right: 0;
}

.form01-flex>* {
	margin-left: 0.5em;
}

.form01-flex>*:first-child {
	margin-left: 0;
}

.form01-link {
	font-weight: 400;
	color: #d9d9d9;
	text-decoration: underline;
}

.form01-link::after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	content: '\f2d2';
}

.btn,
.btn-back,
.btn-correct,
.btn-confirm {
	position: relative;
	display: block;
	padding: 24px 0;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border: 1px solid #FDA160;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn::after,
.btn-back::after,
.btn-correct::after,
.btn-confirm::after {
	position: absolute;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: inherit;
	font-display: swap;
	content: "";
}

.btn:hover,
.btn-back:hover,
.btn-correct:hover,
.btn-confirm:hover {
	color: v #FDA160;
	background-color: #FDA160;
}

.btn-back::before,
.btn-correct::before {
	position: absolute;
	left: 20px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: inherit;
	font-display: swap;
	content: "";
}

.btn-back::after,
.btn-correct::after {
	display: none;
}

.btn-store,
.btn-store--large {
	display: block;
	padding: 24px 0;
	line-height: 1;
	color: #FFF;
	text-align: center;
	background-color: #FDA160;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btn-store span::before,
.btn-store--large span::before {
	margin-right: 3px;
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	color: inherit;
	font-display: swap;
	content: "";
}

.btn-store:hover,
.btn-store--large:hover {
	opacity: 0.5;
}

.btn-store--large {
	font-size: 24px;
	font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
	.btn-store--large {
		font-size: 20px;
		font-size: 2rem;
	}
}

.btn-tag-01 {
	display: block;
	padding: 7px 18px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	color: #FFF;
	text-align: center;
	background-color: #FDA160;
}

@media only screen and (max-width: 767px) {
	.btn-tag-01 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.btn-tag-02 {
	display: block;
	padding: 7px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	color: #FFF;
	text-align: center;
	background-color: #FDA160;
}

@media only screen and (max-width: 767px) {
	.btn-tag-02 {
		font-size: 12px;
		font-size: 1.2rem;
	}
}

.btn-correct {
	background-color: #d9d9d9;
	border: none;
}

.btn-correct:hover {
	color: #333;
	background-color: #d9d9d9;
	opacity: 0.5;
}

.btn-confirm {
	color: #FFF;
	background-color: #288790;
	border: none;
}

.btn-confirm:hover {
	background-color: #288790;
	opacity: 0.5;
}

.accordion_one {
	width: 100%;
	max-width: 800px;
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
}

.accordion_one .accordion_header {
	position: relative;
	z-index: +1;
	padding: 20px 11%;
	font-family: "PT Sans", 'Zen Kaku Gothic New', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background-color: #8ac782;
	border-radius: 10px 10px 0 0;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.accordion_one .accordion_header:hover {
	opacity: .8;
}

.accordion_one .accordion_header .i_box {
	position: absolute;
	top: 50%;
	right: 5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	border: 1px solid #fff;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.accordion_one .accordion_header .i_box .one_i {
	position: relative;
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion_one .accordion_header .i_box .one_i::before,
.accordion_one .accordion_header .i_box .one_i::after {
	position: absolute;
	top: 7px;
	left: 0;
	display: -webkit-box;
	display: flexbox;
	display: flex;
	width: 18px;
	height: 4px;
	content: '';
	background-color: #fff;
	border-radius: 10px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.accordion_one .accordion_header .i_box .one_i::before {
	top: 0;
	left: 7px;
	width: 4px;
	height: 18px;
}

.accordion_one .accordion_header.open .i_box .one_i::before {
	content: none;
}

.accordion_one .accordion_header.open .i_box .one_i::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.accordion_one .accordion_inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	padding: 1em;
	border-right: 2px solid #8ac782;
	border-bottom: 2px solid #8ac782;
	border-left: 2px solid #8ac782;
	border-radius: 0 0 10px 10px;
}

.accordion_one .accordion_inner .box_one {
	text-align: center;
}

.accordion_one .accordion_inner p.txt_a_ac {
	display: -webkit-box;
	display: flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: center;
	padding: 0;
	margin: 0;
	line-height: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

@media screen and (max-width: 1024px) {
	.accordion_one .accordion_header {
		font-size: 18px;
	}

	.accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
}

@media screen and (max-width: 767px) {
	.accordion_one .accordion_header {
		padding: 15px 60px 15px 15px;
		font-size: 16px;
		text-align: left;
	}
}

/* まちがい探し */

/* -------------------------------------------------------------------------- */
main.difference .accordion_one .accordion_inner .box_one img {
	width: 100%;
	max-width: unset;
}

.contact-sec01 {
	padding: 80px 0;
}

.contact-sec01__title {
	margin-bottom: 50px;
}

.contact-finish-sec01__title {
	margin-bottom: 30px;
	text-align: center;
}

.contact-finish-sec01__title::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.5) * .5em);
	content: "";
}

.contact-finish-sec01__title::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.5) * .5em);
	content: "";
}

.contact-finish-sec01__text {
	margin-bottom: 60px;
	font-weight: 700;
	text-align: center;
}

.contact-finish-sec01__text::before {
	display: block;
	width: 0;
	height: 0;
	margin-top: calc((1 - 1.5) * .5em);
	content: "";
}

.contact-finish-sec01__text::after {
	display: block;
	width: 0;
	height: 0;
	margin-bottom: calc((1 - 1.5) * .5em);
	content: "";
}

.contact-finish-sec01__btn {
	width: 300px;
	margin: auto;
}

.text--color01 {
	color: #992923;
}

.text--size01 {
	font-size: 1.25em;
}

.text--bold,
.text--bold-mr20 {
	font-weight: 700;
}

.text--bold-mr20 {
	margin-right: 20px;
}

.text--underline-red {
	-webkit-text-decoration: underline #f00;
	text-decoration: underline #f00;
}