@charset "UTF-8";
/*! * ress.css • v1.2.2 * MIT License * github.com/filipelinhares/ress */
html {
				-webkit-box-sizing: border-box;
				        box-sizing: border-box;
				overflow-y: scroll;
				-webkit-text-size-adjust: 100%;
}

*, :after, :before {
				background-repeat: no-repeat;
				-webkit-box-sizing: inherit;
				        box-sizing: inherit;
}

:after, :before {
				text-decoration: inherit;
				vertical-align: inherit;
}

* {
				padding: 0;
				margin: 0;
}

audio:not([controls]) {
				display: none;
				height: 0;
}

hr {
				overflow: visible;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
				display: block;
}

summary {
				display: list-item;
}

small {
				font-size: 80%;
}

[hidden], template {
				display: none;
}

abbr[title] {
				border-bottom: 1px dotted;
				text-decoration: none;
}

a {
				background-color: transparent;
				-webkit-text-decoration-skip: objects;
}

a:active, a:hover {
				outline-width: 0;
}

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

b, strong {
				font-weight: bolder;
}

dfn {
				font-style: italic;
}

mark {
				background-color: #ff0;
				color: #000;
}

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

sub {
				bottom: -0.25em;
}

sup {
				top: -0.5em;
}

input {
				border-radius: 0;
}

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

[disabled] {
				cursor: default;
}

[type=number] {
				width: auto;
}

[type=search] {
				-webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
				-webkit-appearance: none;
}

textarea {
				overflow: auto;
				resize: vertical;
}

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

optgroup {
				font-weight: 700;
}

button {
				overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
				border-style: 0;
				padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
				outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
				-webkit-appearance: button;
}

button, select {
				text-transform: none;
}

button, input, select, textarea {
				background-color: transparent;
				border-style: none;
				color: inherit;
}

select {
				-moz-appearance: none;
				-webkit-appearance: none;
}

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

select::-ms-value {
				color: currentColor;
}

legend {
				border: 0;
				color: inherit;
				display: table;
				max-width: 100%;
				white-space: normal;
}

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

[type=search] {
				-webkit-appearance: textfield;
				outline-offset: -2px;
}

img {
				border-style: none;
}

progress {
				vertical-align: baseline;
}

svg:not(:root) {
				overflow: hidden;
}

audio, canvas, progress, video {
				display: inline-block;
}

@media screen {
				[hidden~=screen] {
								display: inherit;
				}
				[hidden~=screen]:not(:active):not(:focus):not(:target) {
								position: absolute !important;
								clip: rect(0 0 0 0) !important;
				}
}
[aria-busy=true] {
				cursor: progress;
}

[aria-controls] {
				cursor: pointer;
}

[aria-disabled] {
				cursor: default;
}

::-moz-selection {
				background-color: #b3d4fc;
				color: #000;
				text-shadow: none;
}

::selection {
				background-color: #b3d4fc;
				color: #000;
				text-shadow: none;
}

html {
				font-size: 100%;
}

table {
				width: 100%;
				border-collapse: collapse;
				border-spacing: 0;
				empty-cells: show;
}

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

ol,
ul {
				list-style: none;
}

input,
button,
textarea,
select {
				margin: 0;
				padding: 0;
				background: none;
				border: none;
				border-radius: 0;
				outline: none;
				-webkit-appearance: none;
				   -moz-appearance: none;
				        appearance: none;
}

em {
				font-style: normal;
}

html {
				height: 100%;
				font-size: 62.5%;
				scroll-behavior: smooth;
}

body {
				height: 100%;
				background-color: #ffffff;
				color: #282828;
				font-size: 2rem;
				line-height: 1;
				font-family: YakuHanMP, "Noto Serif JP", serif;
				font-weight: 600;
				-webkit-font-feature-settings: "palt" 1;
				        font-feature-settings: "palt" 1;
				letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
				body {
								font-size: 1.9rem;
				}
}

a {
				-webkit-transition: color 0.3s, -webkit-text-decoration 0.3s;
				transition: color 0.3s, -webkit-text-decoration 0.3s;
				transition: color 0.3s, text-decoration 0.3s;
				transition: color 0.3s, text-decoration 0.3s, -webkit-text-decoration 0.3s;
				color: #0099ff;
				text-decoration: none;
}
a:visited {
				color: #0099ff;
}
a:hover {
				color: #d23725;
				text-decoration: none;
}

::-moz-selection {
				background-color: #ffe1a4;
				color: #282828;
}

::selection {
				background-color: #ffe1a4;
				color: #282828;
}

/**
 * keyframes.scss
 */
@-webkit-keyframes bg_1 {
				0% {
								background-position: 50% 0;
				}
				100% {
								background-position: 50% -2200px;
				}
}
@keyframes bg_1 {
				0% {
								background-position: 50% 0;
				}
				100% {
								background-position: 50% -2200px;
				}
}
@-webkit-keyframes bg_2 {
				0% {
								background-position: 0 0;
				}
				100% {
								background-position: 0 100%;
				}
}
@keyframes bg_2 {
				0% {
								background-position: 0 0;
				}
				100% {
								background-position: 0 100%;
				}
}
.l-header {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: start;
				    -ms-flex-pack: start;
				        justify-content: flex-start;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				width: 100%;
				margin: auto;
				height: 65px;
				padding-left: 15px;
				background-color: #ffffff;
}
@media screen and (max-width: 767px) {
				.l-header {
								height: 45px;
				}
}
.l-header img {
				-webkit-transition: opacity 0.3s;
				transition: opacity 0.3s;
}
.l-header a:hover img {
				opacity: 0.75;
}

.l-header__logo_1 {
				width: 122px;
				height: auto;
				margin-top: -2px;
}
@media screen and (max-width: 767px) {
				.l-header__logo_1 {
								width: 84px;
				}
}

.l-header__logo_2 {
				width: 58px;
				height: auto;
				margin-left: 25px;
				margin-top: -3px;
}
@media screen and (max-width: 767px) {
				.l-header__logo_2 {
								width: 40.6px;
								margin-left: 15px;
				}
}

.l-footer {
				width: 100%;
}
@media screen and (max-width: 767px) {
				.l-footer {
								padding: 0 5%;
				}
}
.l-footer small {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				width: 100%;
				height: 130px;
				padding-bottom: 10px;
				text-align: center;
				color: #414141;
				font-size: 1.2rem;
				line-height: 1.5;
				letter-spacing: 0.5px;
				font-family: "Inter", sans-serif;
				font-weight: 500;
}
@media screen and (max-width: 767px) {
				.l-footer small {
								height: 100px;
								font-size: 1.1rem;
				}
}

.l-footer__btn {
				-webkit-transition: background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
				transition: background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
				transition: transform 1s, background-position 0.4s, color 0.5s, border-color 0.5s;
				transition: transform 1s, background-position 0.4s, color 0.5s, border-color 0.5s, -webkit-transform 1s;
				-webkit-transition-timing-function: ease;
				        transition-timing-function: ease;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				position: relative;
				width: 100%;
				max-width: 350px;
				height: 55px;
				margin: auto;
				margin-bottom: 60px;
				border: 2px solid #fb6eb7;
				background: -webkit-gradient(linear, left top, right top, from(rgba(255, 96, 152, 0.96)), color-stop(50%, rgba(255, 96, 152, 0.96)), color-stop(50%, rgba(71, 204, 131, 0)), to(rgba(71, 204, 131, 0))) 100% 0/200% auto scroll no-repeat;
				background: linear-gradient(90deg, rgba(255, 96, 152, 0.96) 0%, rgba(255, 96, 152, 0.96) 50%, rgba(71, 204, 131, 0) 50%, rgba(71, 204, 131, 0) 100%) 100% 0/200% auto scroll no-repeat;
				color: #fb6eb7;
				font-size: 2rem;
				border-radius: 30px;
				text-decoration: none;
				font-weight: 500;
}
@media screen and (max-width: 767px) {
				.l-footer__btn {
								width: 270px;
								margin-bottom: 0;
								font-size: 1.6rem;
								height: 50px;
				}
}
.l-footer__btn:visited {
				color: #fb6eb7;
}
.l-footer__btn:hover {
				color: #ffffff;
				background-position: 0 0;
				-webkit-transform: scale(0.97);
				        transform: scale(0.97);
}
.l-footer__btn:hover::before {
				border-color: #ffffff;
}
.l-footer__btn::before {
				-webkit-transition: border-color 0.5s;
				transition: border-color 0.5s;
				display: block;
				position: absolute;
				right: 20px;
				width: 13px;
				height: 13px;
				border: 2px solid #fb6eb7;
				border-left: none;
				border-bottom: none;
				-webkit-transform: rotate(45deg);
				        transform: rotate(45deg);
				content: "";
}

.hero {
				width: 100%;
				margin-bottom: 80px;
				background: url(../img/bg.png) top center/auto scroll repeat;
				-webkit-animation: bg_1 80s linear -3s infinite;
				        animation: bg_1 80s linear -3s infinite;
}
@media screen and (max-width: 767px) {
				.hero {
								margin-bottom: 50px;
								background: url(../img/sp_bg.png) top center/cover scroll repeat-y;
								-webkit-animation: bg_2 130s linear -3s infinite;
								        animation: bg_2 130s linear -3s infinite;
				}
}

.hero__inner {
				position: relative;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				width: 1180px;
				height: 870px;
				margin: auto;
}
@media screen and (max-width: 767px) {
				.hero__inner {
								display: block;
								width: 100%;
								height: auto;
								margin: 0;
								aspect-ratio: 5/8;
				}
}

.hero__h {
				margin-top: -45px;
}
@media screen and (max-width: 767px) {
				.hero__h {
								margin: 0;
								position: absolute;
								top: 0;
								left: 0;
				}
}

.hero__date {
				position: absolute;
				bottom: 30px;
				right: 265px;
}
@media screen and (max-width: 767px) {
				.hero__date {
								bottom: auto;
								right: auto;
								top: 0;
								left: 0;
				}
}

.summary {
				position: relative;
				width: 100%;
				padding-bottom: 90px;
				background: url(../img/summary_img_1.png) calc(50% - 600px) 180px/auto scroll no-repeat, url(../img/summary_img_2.png) calc(50% + 608px) 105px/auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
				.summary {
								padding: 0;
								padding: 0 8%;
								background: none;
								margin-bottom: 80px;
				}
}

.summary__h {
				margin-bottom: 40px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.summary__h {
								margin-bottom: 30px;
				}
}

.summary__deadline {
				width: 1px;
				height: 1px;
				overflow: hidden;
}

.summary__text {
				width: 620px;
				margin: auto;
				color: #282828;
				line-height: 1.9;
}
@media screen and (max-width: 767px) {
				.summary__text {
								width: 100%;
								margin: 0;
								font-size: 1.8rem;
								line-height: 1.8;
				}
}
.summary__text p {
				margin-bottom: 1.9em;
}
.summary__text em {
				color: #d64b3a;
}

.summary__pict {
				display: none;
}
@media screen and (max-width: 767px) {
				.summary__pict {
								display: block;
								margin-top: 30px;
				}
}

.notice {
				width: 620px;
				margin: auto;
				padding: 20px 20px 24px;
				border: 2px solid #d64b3a;
				background-color: #fdf5f4;
				border-radius: 5px;
}
@media screen and (max-width: 767px) {
				.notice {
								width: 100%;
								padding: 25px 15px 30px;
				}
}

.notice__h {
				margin-bottom: 12px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.notice__h {
								margin-bottom: 15px;
				}
}

.notice__text {
				color: #282828;
				font-size: 1.8rem;
				line-height: 1.6;
}
@media screen and (max-width: 767px) {
				.notice__text {
								line-height: 1.8;
				}
}
.notice__text em {
				padding-left: 0.2em;
				border-bottom: 2px solid #d64b3a;
				color: #d64b3a;
}

.attention {
				margin-bottom: 80px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.attention {
								margin-bottom: 60px;
								padding: 0 8%;
				}
}

.cautions {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-flow: row wrap;
				        flex-flow: row wrap;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				-webkit-box-align: center;
				    -ms-flex-align: center;
				        align-items: center;
				gap: 40px;
				width: 100%;
				margin-bottom: 150px;
				color: #282828;
				font-size: 1.7rem;
				line-height: 1.6;
				font-weight: 500;
				font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
				.cautions {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-flow: column wrap;
								        flex-flow: column wrap;
								gap: 15px;
								margin: 0;
								margin-bottom: 60px;
								padding: 0 8%;
								font-size: 1.6rem;
								line-height: 1.45;
				}
}

.cautions__li {
				margin-bottom: 0.5em;
				padding-left: 1em;
				text-indent: -1.2em;
}
@media screen and (max-width: 767px) {
				.cautions__li br {
								display: none;
				}
}
.cautions__li::before {
				margin-right: 0.2em;
				color: #d64b3a;
				content: "●";
}

.gifts {
				margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
				.gifts {
								margin-bottom: 100px;
				}
}

.gifts__h {
				margin-bottom: 30px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.gifts__h {
								margin-bottom: 20px;
				}
}

.gifts__text {
				width: 1px;
				height: 1px;
				overflow: hidden;
}

.gifts__ol {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				width: 780px;
				margin: auto;
				margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
				.gifts__ol {
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-direction: column;
								        flex-direction: column;
								-webkit-box-align: center;
								    -ms-flex-align: center;
								        align-items: center;
								gap: 20px;
								width: 100%;
								margin: 0;
								margin-bottom: 20px;
								padding: 0 8%;
				}
}

.gifts__note {
				text-align: center;
				padding-left: 1em;
				text-indent: -1.2em;
				color: #585858;
				font-size: 1.5rem;
				line-height: 1.5;
				font-weight: 500;
				font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
				.gifts__note {
								padding: 0 8%;
								text-align: left;
								font-size: 1.4rem;
				}
}
.gifts__note::before {
				margin-right: 0.2em;
				content: "※";
}

.features {
				width: 980px;
				margin: auto;
				margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
				.features {
								width: 100%;
								margin: 0;
								margin-bottom: 100px;
								padding: 0 8%;
				}
}

.features__h {
				margin-bottom: 35px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.features__h {
								margin-bottom: 25px;
				}
}

.features__ol {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-flow: row wrap;
				        flex-flow: row wrap;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				gap: 30px 60px;
}
@media screen and (max-width: 767px) {
				.features__ol {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-flow: column wrap;
								        flex-flow: column wrap;
								gap: 30px;
				}
}

.flow {
				margin-bottom: 200px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.flow {
								margin-bottom: 100px;
								padding: 0 8%;
				}
}

.flow__h {
				margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
				.flow__h {
								margin-bottom: 25px;
				}
}

.flow__pict {
				margin-bottom: 15px;
}

.flow__note {
				width: 890px;
				margin: auto;
				text-align: left;
				font-size: 1.4rem;
				line-height: 1.5;
				font-family: "Noto Sans JP", sans-serif;
				font-weight: 500;
}
@media screen and (max-width: 767px) {
				.flow__note {
								width: 100%;
								line-height: 1.4;
				}
}

.flow__li {
				margin-bottom: 0.3em;
				padding-left: 1em;
				text-indent: -1.2em;
}
.flow__li::before {
				margin-right: 0.2em;
				color: #d64b3a;
				content: "●";
}

.outline {
				width: 780px;
				margin: auto;
				margin-bottom: 400px;
}
@media screen and (max-width: 767px) {
				.outline {
								width: 100%;
								margin: 0;
								margin-bottom: 250px;
								padding: 0 8%;
				}
}

.outline__h {
				margin-bottom: 35px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.outline__h {
								margin-bottom: 25px;
				}
}

.outline__table {
				width: 100%;
				margin-bottom: 20px;
				border: 2px solid #ffba31;
				color: #282828;
				font-size: 1.9rem;
				line-height: 1.55;
}
@media screen and (max-width: 767px) {
				.outline__table {
								margin-bottom: 0;
								border: none;
								font-size: 1.8rem;
								line-height: 1.45;
				}
}
.outline__table tr {
				border-bottom: 1px solid #ffba31;
}
@media screen and (max-width: 767px) {
				.outline__table tr {
								display: -webkit-box;
								display: -ms-flexbox;
								display: flex;
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-flow: wrap column;
								        flex-flow: wrap column;
								border: none;
				}
}
.outline__table th {
				width: 190px;
				padding: 30px;
				border-right: 1px solid #ffba31;
				background-color: #ffe8ba;
				vertical-align: top;
}
@media screen and (max-width: 767px) {
				.outline__table th {
								width: 100%;
								padding: 8px 6px;
								text-align: center;
								background-color: #ffd98d;
				}
}
.outline__table td {
				padding: 30px;
}
@media screen and (max-width: 767px) {
				.outline__table td {
								width: 100%;
								padding: 10px;
								padding-bottom: 40px;
				}
}
.outline__table em {
				display: block;
				color: #d64b3a;
				font-weight: 700;
}
.outline__table .strike_through {
				display: block;
				text-decoration: line-through;
}

.outline__note {
				color: #585858;
				font-size: 1.4rem;
				line-height: 1.5;
				font-weight: 500;
				font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
				.outline__note {
								line-height: 1.4;
				}
}

.outline__li {
				margin-bottom: 0.3em;
				padding-left: 1em;
				text-indent: -1.2em;
}
.outline__li::before {
				margin-right: 0.2em;
				content: "※";
}

.outline__sun {
				color: #d64b3a;
}

.btn {
				-webkit-transition: background-position 0.5s, -webkit-transform 1s;
				transition: background-position 0.5s, -webkit-transform 1s;
				transition: transform 1s, background-position 0.5s;
				transition: transform 1s, background-position 0.5s, -webkit-transform 1s;
				-webkit-transition-timing-function: ease;
				        transition-timing-function: ease;
				position: relative;
				display: block;
				width: 100%;
				margin: auto;
				padding: 22px 0 28px;
				border-radius: 50px;
				text-align: center;
				color: #ffffff;
				font-size: 5rem;
				font-weight: 700;
				font-family: "Noto Sans JP", sans-serif;
}
.btn:visited {
				color: #ffffff;
}
.btn {
				background: -webkit-gradient(linear, left top, right top, from(rgb(62, 204, 138)), color-stop(50%, rgb(62, 204, 138)), color-stop(50%, rgba(210, 55, 37, 0.9)), to(rgba(210, 55, 37, 0.9))) 100% 0/200% auto scroll no-repeat;
				background: linear-gradient(90deg, rgb(62, 204, 138) 0%, rgb(62, 204, 138) 50%, rgba(210, 55, 37, 0.9) 50%, rgba(210, 55, 37, 0.9) 100%) 100% 0/200% auto scroll no-repeat;
}
@media screen and (max-width: 767px) {
				.btn {
								width: 100%;
								padding: 22px 0 23px;
								font-size: 2.5rem;
				}
}
.btn::before {
				display: block;
				position: absolute;
				top: 50%;
				right: 40px;
				width: 30px;
				height: 30px;
				border: 7px solid #ffffff;
				border-left: none;
				border-bottom: none;
				-webkit-transform: translateY(-50%) rotate(45deg);
				        transform: translateY(-50%) rotate(45deg);
				content: "";
}
@media screen and (max-width: 767px) {
				.btn::before {
								right: 20px;
								width: 15px;
								height: 15px;
								border-width: 3px;
				}
}
.btn:hover {
				color: #ffffff;
				background-position: 0 0;
				-webkit-transform: scale(0.97);
				        transform: scale(0.97);
}

.btn__wrap {
				position: sticky;
				bottom: 20px;
				width: 95%;
				max-width: 1180px;
				margin: auto;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.btn__wrap {
								width: 100%;
								padding: 0 8%;
				}
}

.bottom {
				width: 100%;
				height: 550px;
				margin-top: -325px;
				margin-bottom: 200px;
				background: url(../img/bg.png) center top/auto scroll repeat;
				-webkit-animation: bg_1 80s linear infinite;
				        animation: bg_1 80s linear infinite;
}
@media screen and (max-width: 767px) {
				.bottom {
								height: 400px;
								margin-top: -235px;
								margin-bottom: 120px;
								background: url(../img/sp_bg.png) top center/cover scroll repeat-y;
								-webkit-animation: bg_2 130s linear -3s infinite;
								        animation: bg_2 130s linear -3s infinite;
				}
}

.pdf_btn {
				-webkit-transition: background-position 0.5s, -webkit-transform 1s;
				transition: background-position 0.5s, -webkit-transform 1s;
				transition: transform 1s, background-position 0.5s;
				transition: transform 1s, background-position 0.5s, -webkit-transform 1s;
				-webkit-transition-timing-function: ease;
				        transition-timing-function: ease;
				position: relative;
				display: block;
				width: 100%;
				margin: auto;
				padding: 20px 0 25px;
				border-radius: 2px;
				text-align: center;
				color: #ffffff;
				font-size: 3rem;
				font-weight: 600;
				background: -webkit-gradient(linear, left top, right top, from(rgb(62, 204, 138)), color-stop(50%, rgb(62, 204, 138)), color-stop(50%, rgba(210, 55, 37, 0.9)), to(rgba(210, 55, 37, 0.9))) 100% 0/200% auto scroll no-repeat;
				background: linear-gradient(90deg, rgb(62, 204, 138) 0%, rgb(62, 204, 138) 50%, rgba(210, 55, 37, 0.9) 50%, rgba(210, 55, 37, 0.9) 100%) 100% 0/200% auto scroll no-repeat;
				border-radius: 40px;
}
@media screen and (max-width: 767px) {
				.pdf_btn {
								padding: 19px 0 21px;
								font-size: 1.9rem;
				}
}
.pdf_btn:visited {
				color: #ffffff;
}
.pdf_btn:hover {
				color: #ffffff;
				background-position: 0 0;
				-webkit-transform: scale(0.96);
				        transform: scale(0.96);
}
.pdf_btn img {
				height: 35px;
				margin-right: 15px;
				-webkit-transform: translateY(3px);
				        transform: translateY(3px);
}
@media screen and (max-width: 767px) {
				.pdf_btn img {
								height: 20px;
								margin-right: 10px;
								-webkit-transform: translateY(1px);
								        transform: translateY(1px);
				}
}

.pdf_btn__wrap {
				width: 580px;
				margin: auto;
				margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
				.pdf_btn__wrap {
								width: 100%;
								margin: 0;
								margin-bottom: 50px;
								padding: 0 8%;
				}
}

.products {
				width: 1004px;
				margin: auto;
				margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
				.products {
								width: 100%;
								margin: 0;
								margin-bottom: 100px;
								padding: 0 8%;
				}
}

.products__h {
				margin-bottom: 40px;
				text-align: center;
}

.products__list {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-flow: row wrap;
				        flex-flow: row wrap;
				-webkit-box-pack: justify;
				    -ms-flex-pack: justify;
				        justify-content: space-between;
				gap: 40px;
}
@media screen and (max-width: 767px) {
				.products__list {
								-webkit-box-orient: vertical;
								-webkit-box-direction: normal;
								    -ms-flex-flow: column wrap;
								        flex-flow: column wrap;
								gap: 30px;
				}
}

.products__a {
				-webkit-transition: -webkit-transform 0.8s;
				transition: -webkit-transform 0.8s;
				transition: transform 0.8s;
				transition: transform 0.8s, -webkit-transform 0.8s;
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-webkit-box-orient: vertical;
				-webkit-box-direction: normal;
				    -ms-flex-flow: column wrap;
				        flex-flow: column wrap;
				width: 482px;
				border: 1px solid #c0931b;
				border-radius: 10px;
				color: #282828;
				overflow: hidden;
}
@media screen and (max-width: 767px) {
				.products__a {
								width: 100%;
				}
}
.products__a:last-child {
				margin: auto;
}
@media screen and (max-width: 767px) {
				.products__a:last-child {
								margin: 0;
				}
}
.products__a:visited {
				color: #282828;
}
.products__a:hover {
				color: #282828;
				-webkit-transform: scale(0.95);
				        transform: scale(0.95);
}

.products__wrap {
				padding: 15px 10px 60px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.products__wrap {
								padding: 15px 10px 40px;
				}
}

.products__co {
				margin-bottom: 0.5em;
				font-size: 1.9rem;
}
@media screen and (max-width: 767px) {
				.products__co {
								font-size: 1.6rem;
				}
}

.products__name {
				font-size: 2.5rem;
				line-height: 1.3;
}
@media screen and (max-width: 767px) {
				.products__name {
								font-size: 2rem;
				}
}

.post {
				width: 100%;
				margin-bottom: 150px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.post {
								width: 100%;
								margin: 0;
								margin-bottom: 100px;
								padding: 0 8%;
				}
}

.post__h {
				margin-bottom: 15px;
				text-align: center;
}
@media screen and (max-width: 767px) {
				.post__h {
								margin-bottom: 10px;
				}
}

.post__text {
				margin-bottom: 50px;
				color: #282828;
				font-size: 3rem;
}
@media screen and (max-width: 767px) {
				.post__text {
								margin-bottom: 50px;
								font-size: 2.5rem;
								line-height: 1.5;
				}
}

.post__tag {
				width: 750px;
				margin: auto;
}
@media screen and (max-width: 767px) {
				.post__tag {
								width: 100%;
								margin: 0;
				}
}
.post__tag h3 {
				margin-bottom: 20px;
				color: #c0931b;
				font-size: 2.5rem;
				font-weight: 500;
}
@media screen and (max-width: 767px) {
				.post__tag h3 {
								margin-bottom: 15px;
								font-size: 2.2rem;
				}
}

.post__wrap {
				display: -webkit-inline-box;
				display: -ms-inline-flexbox;
				display: inline-flex;
				-webkit-box-orient: horizontal;
				-webkit-box-direction: normal;
				    -ms-flex-flow: row wrap;
				        flex-flow: row wrap;
				-webkit-box-pack: center;
				    -ms-flex-pack: center;
				        justify-content: center;
				gap: 15px 10px;
				margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
				.post__wrap {
								-webkit-box-pack: start;
								    -ms-flex-pack: start;
								        justify-content: flex-start;
								gap: 10px;
								margin-bottom: 40px;
				}
}
.post__wrap span {
				padding: 8px 15px 10px 15px;
				border: 2px solid #c0931b;
				text-align: left;
				background-color: #ffffff;
				color: #282828;
				font-size: 1.8rem;
				border-radius: 30px;
}
@media screen and (max-width: 767px) {
				.post__wrap span {
								padding: 8px 9px 10px 9px;
								font-size: 1.45rem;
				}
}

.post__note {
				margin-bottom: 25px;
				color: #282828;
				font-size: 1.8rem;
				line-height: 1.5;
}
@media screen and (max-width: 767px) {
				.post__note {
								font-size: 1.6rem;
								text-align: left;
				}
}

.post__pict {
				margin-top: 60px;
				padding: 0 150px;
}
@media screen and (max-width: 767px) {
				.post__pict {
								padding: 0;
				}
}

.ownly_ugc_set_post_comment {
				color: #282828 !important;
				font-size: 1.3rem !important;
				font-weight: 400 !important;
				line-height: 1.62 !important;
}

.ownly_ugc_set_post:not(:last-child) {
				margin-right: 15px !important;
}

.ownly_ugc_post_date {
				color: #282828 !important;
}

.u-d-n {
				display: none !important;
}

@media screen and (max-width: 767px) {
				.u-d-n-mq {
								display: none !important;
				}
}
.u-d-b {
				display: block !important;
}

.u-d-b-mq {
				display: none;
}
@media screen and (max-width: 767px) {
				.u-d-b-mq {
								display: block !important;
				}
}

.u-d-ib {
				display: inline-block !important;
}

.u-d-ib-mq {
				display: none;
}
@media screen and (max-width: 767px) {
				.u-d-ib-mq {
								display: inline-block !important;
				}
}