/*
Theme Name: manekidako.lp Theme
Theme URI: 
Author: manekidako.lp
Author URI: 
Description: Original Theme of manekidako.lp
Version: 1.0
License: manekidako.lp
License URI: 
Tags: 
Text Domain: 
*/
@charset "UTF-8";

*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:where([hidden]:not([hidden=until-found])) {
	display: none !important;
}

:where(html) {
	-moz-tab-size: 2;
	  -o-tab-size: 2;
	     tab-size: 2;
	-webkit-text-size-adjust: none;
	color-scheme: dark light;
}

:where(body) {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

:where(button) {
	all: unset;
}

:where(input,
button,
textarea,
select) {
	font: inherit;
	color: inherit;
}

:where(textarea) {
	resize: vertical;
}

:where(button,
label,
select,
summary,
[role=button],
[role=option]) {
	cursor: pointer;
}

:where(:disabled) {
	cursor: not-allowed;
}

:where(label:has(> input:disabled),
label:has(+ input:disabled)) {
	cursor: not-allowed;
}

:where(a) {
	color: inherit;
	text-underline-offset: 0.2ex;
}

:where(ul,
ol) {
	list-style: none;
}

:where(img,
svg,
video,
canvas,
audio,
iframe,
embed,
object) {
	display: block;
}

:where(img,
picture,
svg,
video) {
	max-inline-size: 100%;
	block-size: auto;
}

:where(p,
h1,
h2,
h3,
h4,
h5,
h6) {
	overflow-wrap: break-word;
}

:where(h1,
h2,
h3 h4) {
	line-height: 1.5;
}

:where(hr) {
	overflow: visible;
	border: none;
	color: inherit;
	-webkit-border-before: 1px solid;
	        border-block-start: 1px solid;
	block-size: 0;
}

:where(:focus-visible,
:target) {
	scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within,
:active)) {
	position: absolute !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	white-space: nowrap !important;
	-webkit-clip-path: inset(50%) !important;
	        clip-path: inset(50%) !important;
}

html {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	word-wrap: break-word;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	line-height: 1.5;
	color: #222;
	text-align: left;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	font-style: italic;
	vertical-align: middle;
	-webkit-shape-margin: 0.75rem;
	        shape-margin: 0.75rem;
}

a {
	color: #222;
	text-decoration: none;
}

.en {
	font-family: "Lato", sans-serif;
}

.fade-appear {
	opacity: 0;
}

.fade-appear.fade-action {
	-webkit-animation-name: appear;
	   -moz-animation-name: appear;
	        animation-name: appear;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-in {
	opacity: 0;
}

.fade-in.fade-action {
	-webkit-animation-name: fade-in;
	   -moz-animation-name: fade-in;
	        animation-name: fade-in;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-up {
	opacity: 0;
}

.fade-up.fade-action {
	-webkit-animation-name: fade-up;
	   -moz-animation-name: fade-up;
	        animation-name: fade-up;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-right {
	opacity: 0;
}

.fade-right.fade-action {
	-webkit-animation-name: fade-right;
	   -moz-animation-name: fade-right;
	        animation-name: fade-right;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-left {
	opacity: 0;
}

.fade-left.fade-action {
	-webkit-animation-name: fade-left;
	   -moz-animation-name: fade-left;
	        animation-name: fade-left;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-bg .title {
	position: relative;
	color: transparent;
	-webkit-transition: color 0.1ms 0.35s;
	-moz-transition: color 0.1ms 0.35s;
	transition: color 0.1ms 0.35s;
}

.fade-bg .title::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--c-primary);
	content: "";
	-webkit-transform: translate(101%, -50%);
	   -moz-transform: translate(101%, -50%);
	    -ms-transform: translate(101%, -50%);
	        transform: translate(101%, -50%);
}

.fade-bg.white .title::before {
	background-color: var(--c-white);
}

.fade-bg.fade-action .title {
	color: var(--c-primary);
}

.fade-bg.fade-action .title::before {
	-webkit-animation-name: fade-bg;
	   -moz-animation-name: fade-bg;
	        animation-name: fade-bg;
	-webkit-animation-duration: 1.25s;
	   -moz-animation-duration: 1.25s;
	        animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.fade-bg.fade-action.white .title {
	color: var(--c-white);
}

.fade-cheese {
	opacity: 0;
}

.fade-cheese.fade-action {
	-webkit-animation-name: appear;
	   -moz-animation-name: appear;
	        animation-name: appear;
	-webkit-animation-duration: 0.8s;
	   -moz-animation-duration: 0.8s;
	        animation-duration: 0.8s;
	-webkit-animation-timing-function: ease;
	   -moz-animation-timing-function: ease;
	        animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	   -moz-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}

.l-header {
	position: relative;
	z-index: 9999;
	width: 100%;
	max-width: 2000px;
	margin: 0 auto;
}

.l-header_list {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 40px;
	gap: 4px;
}

.l-header_list img {
	width: clamp(2.5rem, 2.5vw, 4rem);
}

/*===================================
 赤の枠テープ
===================================*/

.pc-bg,
.pc-wrap {
	pointer-events: none;
}

body .pc-bg::before,
body .pc-bg::after {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 30px;
	height: 100%;
	background-repeat: repeat-y;
	background-size: 30px auto;
	content: "";
}

body .pc-bg::before {
	right: 0;
	background-image: url("images/common/tape-tate.png");
}

body .pc-bg::after {
	left: 0;
	background-image: url("images/common/tape-tate.png");
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

body::before,
body::after {
	position: fixed;
	left: 0;
	width: 100%;
	height: 30px;
	background-image: url("images/common/tape-yoko.png");
	background-repeat: repeat-x;
	background-size: auto 30px;
	content: "";
}

body::before {
	z-index: 999;
	top: 0;
}

body::after {
	z-index: 999;
	bottom: 0;
}

body::before,
body::after {
	background-color: #dc0011;
	pointer-events: none;
}

.sp_none {
	display: block;
}

.l-footer {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.l-footer_inner {
	position: absolute;
	top: 0;
	left: 50%;
	width: 100%;
	width: 65%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.l-footer_sns {
	position: absolute;
	z-index: 5;
	top: 45%;
	left: 0%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 7%;
	gap: 10px;
}

.l-footer_sns img {
	width: 40px;
	height: auto;
}

.l-footer_list {
	position: absolute;
	z-index: 5;
	top: 20%;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	gap: 3px;
}

.l-footer_list img {
	width: clamp(2rem, 2.1428571429vw, 4rem);
}

.home { /* ==============================================
  商品紹介
   ============================================== */ /* ==============================================
  レシピ紹介
   ============================================== */ /* ==============================================
  ワークショップ
   ============================================== */ /* ==============================================
  商品購入バナー
   ============================================== */ /* ==============================================
  LINEバナー
   ============================================== */ /* ==============================================
  　お問い合わせ
     ============================================== */
}

.home .mv {
	position: relative;
	max-width: 2000px;
	margin: 0 auto;
}

.home .mv_image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	padding-top: 100px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.home .product {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.home .product {
	position: relative;
	width: 85%;
	margin: clamp(10rem, 14.2857142857vw, 30rem) auto 0;
}

.home .product_title {
	position: absolute;
	z-index: 10;
	top: -13.5%;
	width: clamp(42rem, 42.8571428571vw, 85.6rem);
	margin: 0 auto;
}

.home .product .huwatoro {
	position: relative;
	width: 100%;
	max-width: 1500px;
}

.home .product .huwatoro_button {
	position: absolute;
	right: 12%;
	bottom: 10%;
	width: 40%;
	max-width: 555px;
}

.home .product .komeko {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin-top: clamp(5rem, 5.7142857143vw, 10rem);
}

.home .product .komeko_button {
	position: absolute;
	right: 12%;
	bottom: 10%;
	width: 40%;
	max-width: 555px;
}

.home .recipe {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 85%;
	max-width: 1500px;
	margin: clamp(5rem, 5.7142857143vw, 10rem) auto 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.home .recipe_youtube {
	position: absolute;
	top: 50%;
	right: 5%;
	overflow: hidden;
	width: clamp(30rem, 35.7142857143vw, 63.1rem);
	-webkit-transform: translateY(-40%);
	   -moz-transform: translateY(-40%);
	    -ms-transform: translateY(-40%);
	        transform: translateY(-40%);
	aspect-ratio: 4/3;
}

.home .recipe_youtube iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.home .workshop {
	position: relative;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 85%;
	max-width: 1500px;
	margin: clamp(10rem, 14.2857142857vw, 20rem) auto 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.home .workshop_title {
	position: absolute;
	z-index: 10;
	top: -9%;
	left: 50%;
	width: clamp(60rem, 64.2857142857vw, 116.8rem);
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .workshop_haikei {
	position: relative;
	z-index: -1;
}

.home .workshop_slide {
	position: absolute;
	z-index: 50;
	top: 10%;
	left: 5%;
	width: clamp(30rem, 35.7142857143vw, 65.5rem);
}

.home .workshop_slide .swiper {
	width: 100%;
}

.home .workshop_slide .swiper-slide img {
	width: 100%;
	height: auto;
}

.home .workshop_slide .workshop-main {
	position: relative;
}

.home .workshop_slide .workshop-main .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.home .workshop_slide .workshop-thumb {
	margin-top: clamp(1rem, 1.4285714286vw, 3rem);
}

.home .workshop_slide .workshop-thumb .swiper-slide {
	width: 20%;
	cursor: pointer;
	opacity: 0.4;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.home .workshop_slide .workshop-thumb .swiper-slide-thumb-active {
	opacity: 1;
}

.home .workshop_slide .workshop-thumb .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}

.home .workshop_text {
	position: absolute;
	z-index: 1;
	top: 10%;
	right: 5%;
	width: clamp(30rem, 35.7142857143vw, 63.6rem);
}

.home .workshop_report {
	position: absolute;
	top: 46%;
	left: 50%;
	width: clamp(60rem, 57.1428571429vw, 110.5rem);
	-webkit-transform: translate(-50%, 0);
	   -moz-transform: translate(-50%, 0);
	    -ms-transform: translate(-50%, 0);
	        transform: translate(-50%, 0);
}

.home .workshop_report_image {
	position: relative;
}

.home .workshop_report_button {
	position: absolute;
	z-index: 10;
	right: 17%;
	bottom: 6%;
	width: 28%;
	max-width: 265px;
}

.home .workshop_youtube {
	position: absolute;
	bottom: 5%;
	left: 50%;
	overflow: hidden;
	width: clamp(30rem, 35.7142857143vw, 63.1rem);
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	aspect-ratio: 4/3;
}

.home .workshop_youtube iframe {
	width: 100%;
	height: 100%;
}

.home .workshop_icon {
	position: absolute;
	z-index: -1;
	pointer-events: none;
	inset: 0;
}

.home .workshop_icon img {
	position: absolute;
	z-index: 5;
	width: 16%;
}

.home .workshop_icon .workshop_icon01 {
	top: 0;
	left: -9%;
}

.home .workshop_icon .workshop_icon02 {
	top: 1%;
	right: -5%;
}

.home .workshop_icon .workshop_icon03 {
	bottom: 3%;
	left: -7%;
}

.home .workshop_icon .workshop_icon04 {
	right: -4%;
	bottom: 4%;
}

.home .workshop_icon .workshop_icon05 {
	bottom: 19%;
	left: 24%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .workshop_icon .workshop_icon06 {
	right: 7%;
	bottom: 5%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 85%;
	max-width: 1500px;
	margin: clamp(5rem, 5.7142857143vw, 10rem) auto 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	gap: 2%;
}

.home .banner_huwatoro {
	position: relative;
}

.home .banner_button {
	position: absolute;
	right: 12%;
	bottom: 10%;
	width: 45%;
	max-width: 330px;
}

.home .banner_komeko {
	position: relative;
}

.home .camp {
	position: relative;
	width: 85%;
	max-width: 1500px;
	margin: clamp(5rem, 5.7142857143vw, 10rem) auto 0;
}

.home .camp_button {
	position: absolute;
	right: 16%;
	bottom: 19%;
	width: 25%;
	max-width: 415px;
}

.home .line {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 85%;
	max-width: 1500px;
	margin: clamp(4rem, 5.7142857143vw, 10rem) auto 0;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
}

.home .contact {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	width: 100%;
	margin-top: clamp(5rem, 5.7142857143vw, 10rem);
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.home .contact_button {
	position: absolute;
	bottom: 10%;
	left: 50%;
	width: 12%;
	max-width: 223px;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

/* ==============================================
　紙吹雪
   ============================================== */

.confetti {
	position: fixed;
	z-index: -2;
	width: 100vw;
	height: 100vh;
	inset: 0;
}

.confetti canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}

:target {
	scroll-margin-top: 200px; /* ← header の高さに合わせて調整 */
}

.p-notFound {
	min-height: 60vh;
	margin-top: 200px;
	color: #fff;
}

.p-notFound .section_ttl {
	font-size: clamp(40px, 1.286rem + 5.18vw, 120px);
}

.p-notFound .error_txt {
	margin-bottom: 5%;
	font-size: 18px;
}

.p-notFound .pageLink a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: clamp(1.6rem, 1.2857142857vw, 2rem);
	color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

/*===================================
 お問い合わせページ　css
===================================*/

.p-contact {
	padding: 200px 0;
	font-size: clamp(1.4rem, 1.2857142857vw, 1.9rem);
}

.p-contact .sp_none {
	display: block;
}

.p-contact .contact_section_title {
	font-size: clamp(3.5rem, 2.8571428571vw, 5rem);
	font-weight: 700;
	color: #fff;
	text-align: center;
}

.p-contact .contact_section .desc_inner {
	margin: 40px auto;
	font-size: clamp(1.4rem, 1.2857142857vw, 1.8rem);
	text-align: center;
}

.p-contact .contact_section .desc_inner p {
	font-weight: 700;
	line-height: 2;
	color: #fff;
}

.p-contact .contact_section .desc_inner p a {
	display: inline-block;
	color: #1f50ff;
}

.p-contact .privacyLink {
	color: #000;
	text-decoration: underline !important;
}

.p-contact .privacyLink:hover {
	opacity: 0.7;
}

.p-contact .cform option,
.p-contact .cform textarea,
.p-contact .cform input[type=text],
.p-contact .cform input[type=email],
.p-contact .cform input[type=search],
.p-contact .cform input[type=url] {
	width: 100%;
}

.p-contact :focus {
	outline: none;
}

.p-contact .contact-form_ttl {
	margin-bottom: 60px;
	font-size: 40px;
}

.p-contact .contact_txt {
	line-height: 1.75;
}

.p-contact .contact-form_inner {
	width: 90%;
	max-width: 1080px;
	margin: auto;
	padding: 5em;
}

.p-contact .contact-form_inner .cform {
	width: 100%;
	margin: auto;
}

.p-contact .contact-form_inner .cform tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	margin-bottom: 0.5em;
	padding: 0 0 0.5em;
	border-bottom: 1px solid #bdbdbd;
}

.p-contact .contact-form_inner .cform tr:not(:last-child) {
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.p-contact .contact-form_inner .cform tr:last-child {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
}

.p-contact .contact-form_inner .cform tr:last-child th {
	padding-top: 5px;
}

.p-contact .contact-form_inner .cform tr.select {
	padding-bottom: 2.5em;
}

.p-contact .contact-form_inner .cform .docmentBox {
	padding-bottom: 0;
}

.p-contact .contact-form_inner .cform th {
	display: block;
	width: 30%;
}

.p-contact .contact-form_inner .cform .mainTtl {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.p-contact .contact-form_inner .cform .subTtl {
	padding-right: 2em;
	font-weight: normal !important;
	text-align: right;
}

.p-contact .contact-form_inner .cform span {
	padding: 0 4px 2px;
	border-radius: 2px;
	color: #000;
}

.p-contact .contact-form_inner td {
	display: block;
	width: 70%;
	max-width: 980px;
}

.p-contact .contact-form_inner td #name,
.p-contact .contact-form_inner td #furigana,
.p-contact .contact-form_inner td #company-name,
.p-contact .contact-form_inner td #url,
.p-contact .contact-form_inner td #mail,
.p-contact .contact-form_inner td #select,
.p-contact .contact-form_inner td #inquiryTxt,
.p-contact .contact-form_inner td #tel {
	width: 100%;
}

.p-contact .contact-form_inner td .desc {
	font-size: 0.8em;
}

.p-contact .contact-form_inner .shortBox span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.p-contact .contact-form_inner .shortBox span input {
	width: 20%;
	margin: 0 5px;
}

.p-contact .required-srt {
	margin: 0 5px;
	border-radius: 2px;
	background-color: #d11a22;
	font-size: 10px;
	color: #fff !important;
}

.p-contact .arbitrary-srt {
	margin: 0 5px;
	border-radius: 2px;
	background-color: #bdbdbd;
	font-size: 10px;
	color: #efefef !important;
}

.p-contact button,
.p-contact input,
.p-contact textarea {
	display: block;
	padding: 12px 8px;
	border: none;
	background-color: #efefef;
}

.p-contact select {
	width: 100%;
	padding: 5px;
	color: #000;
}

.p-contact .birthdayBox td {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.p-contact .birthdayBox .yearBox,
.p-contact .birthdayBox .monthBox,
.p-contact .birthdayBox .dayBox {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.p-contact .birthdayBox .yearBox .year,
.p-contact .birthdayBox .yearBox .month,
.p-contact .birthdayBox .yearBox .day,
.p-contact .birthdayBox .monthBox .year,
.p-contact .birthdayBox .monthBox .month,
.p-contact .birthdayBox .monthBox .day,
.p-contact .birthdayBox .dayBox .year,
.p-contact .birthdayBox .dayBox .month,
.p-contact .birthdayBox .dayBox .day {
	width: 100px;
	margin-right: 5px;
}

.p-contact .birthdayBox .yearBox .error,
.p-contact .birthdayBox .monthBox .error,
.p-contact .birthdayBox .dayBox .error {
	position: absolute;
	bottom: -24px;
	left: 0;
	font-size: 11px;
}

.p-contact .birthdayBox .yearBox,
.p-contact .birthdayBox .monthBox {
	margin-right: 1em;
}

.cform input[type=email] {
	width: 100%;
}

.submit-btn input[type=submit] {
	display: block;
	width: 35%;
	margin: auto;
	padding: 1.5em 1em !important;
	border-radius: 50px;
	background: #000 !important;
	color: #fff;
	text-decoration: none;
}

.submit-btn input[type=submit]:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 1px 0 rgb(160, 160, 160);
	        box-shadow: 0 0 1px 0 rgb(160, 160, 160);
}

.error {
	display: block;
	font-size: 93%;
	color: #b70000 !important;
}

.thanks_inner__ttl {
	margin-bottom: 2em;
	text-align: center;
}

.thanks_inner__txtBox p {
	margin-bottom: 1em;
	text-align: center;
}

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

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

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

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

input[type=text] {
	font-size: 16px !important;
}

.contact-form_inner {
	margin-top: 40px !important;
	border-radius: 10px;
	background-color: #fff;
}

.incomeBox {
	margin: 1em auto;
	padding: 1em;
	background-color: #bdbdbd;
}

.p-contact select {
	font-size: 16px;
}

.form-btn input {
	width: 350px;
	margin: 0 auto;
	padding: 2rem 0;
	border-radius: 40px;
	background-color: #221815;
	color: #fff;
}

p.checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 20px auto 40px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap; /* CF7 のチェックボックスラップ */
}

p.checkbox a {
	text-decoration: underline !important;
}

p.checkbox .wpcf7-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin: 0 0.5em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

p.checkbox .wpcf7-list-item input[type=checkbox] {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 6px;
	border-radius: 0;
}

.p-contact .required-srt {
	padding: 0 3px;
	font-size: 13px;
}

/*===================================
 お問い合わせ完了
===================================*/

.complete {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 90%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

.complete_title {
	font-size: clamp(3.5rem, 3.5714285714vw, 8rem);
	font-weight: 700;
	text-align: center;
}

.complete .desc {
	margin-top: 3%;
	font-size: clamp(1.4rem, 1.1428571429vw, 1.9rem);
	line-height: 2;
}

.complete .pageLink a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	margin-top: 60px;
	font-size: clamp(1.6rem, 1.2857142857vw, 2rem);
	color: #fff;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
}

/*===================================
　プライバシーポリシー　css
===================================*/

.privacy-policy {
	padding: 250px 0;
}

.privacy-policy .wrapper {
	width: 90%;
	margin: auto;
}

.privacy-policy .privacy_section .wrapper {
	width: 100%;
	max-width: 1280px;
	margin: auto;
}

.privacy-policy .privacy_section .txt {
	margin-bottom: 40px;
	line-height: 1.5;
}

.privacy_inner {
	margin-bottom: 8%;
	padding: 4em;
	border-radius: 10px;
	background-color: #fff;
}

.privacy_inner__ttlBox {
	margin-bottom: 40px;
	border-bottom: 2px solid #000;
}

.privacy_inner ol {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: my-counter;
}

.privacy_inner ol .listTtl {
	position: relative;
	padding: 1em 0;
	padding-left: 30px;
	border-bottom: 1px dashed #000;
	font-size: 16px;
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph; /* ----- 無理な余白消す---- */
	-webkit-font-feature-settings: "palt";
	   -moz-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}

.privacy_inner ol .listTtl:first-child {
	padding-top: 1em;
	border-top: 1px dashed #000;
}

.privacy_inner ol .listTtl::before {
	position: absolute;
	top: 1.25em;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	width: 22px;
	height: 22px;
	border-radius: 3px;
	background-color: #000;
	font-size: 85%;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	content: counter(my-counter);
	counter-increment: my-counter;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	   -moz-box-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.privacy_inner ol .listTtl ul {
	font-weight: normal;
}

.privacy_inner ol .listTtl .box {
	margin-top: 1rem;
	padding: 1em 2em;
	background-color: #efefef;
}

.privacy_inner ol .listTtl .box02 {
	margin-top: 1rem;
	font-weight: normal;
}

.privacy_inner ol .listTtl .listBox {
	margin-top: 1em;
}

.privacy_inner ol .listTtl .listBox span {
	background-color: #efefef;
	line-height: 1.75;
}

.privacy_inner ol .list {
	margin: 1em 0;
}

.privacy_inner ol .list table {
	width: 100%;
}

.privacy_inner ol .list tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	padding: 0.5em 0;
	border-top: 1px solid #efefef;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	   -moz-box-align: start;
	        align-items: flex-start;
}

.privacy_inner ol .list tr:last-child {
	border-bottom: 1px solid #efefef;
}

.privacy_inner ol .list tr th {
	width: 18%;
}

.privacy_inner ol .list tr td {
	width: 80%;
}

.privacy_inner ol .list .checkList {
	padding: 1em 2em;
	background-color: #efefef;
	list-style: disc;
}

.privacy_inner ol .list .numList {
	list-style: none;
}

.privacy_inner ol .list .numList span {
	font-weight: bold;
}

.privacy_inner ol .list .numList .jpNum li {
	padding-left: 1rem;
	text-indent: -1rem;
}

.privacy_inner ol .list .numList .num {
	padding-left: 3rem;
	text-indent: -3rem;
}

.privacy_inner ol .list .numList .num:not(:last-child) {
	margin-bottom: 1rem;
}

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

body {
	overflow-x: hidden;
	min-height: 100vh;
	background-color: #bf3030;
	background-image: url("./images/home/red_haikei.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

@media (prefers-reduced-motion: no-preference) {

:where(html:focus-within) {
	scroll-behavior: smooth;
}

}

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

body {
	font-size: 1.6rem;
}

.sp-only {
	display: none;
}

.sp-escape {
	display: block;
}

}

@media screen and (max-width: 820px) and (min-width: 577px) {

.tab-only {
	display: block;
}

.tab-escape {
	display: none;
}

}

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

.pc-only {
	display: block;
}

.pc-escape {
	display: none;
}

.tab-only {
	display: none;
}

.tab-escape {
	display: block;
}

}

@media screen and (max-width: 1610px) {

.p-contact .contact_section .desc_inner {
	width: 90%;
}

.p-contact .contact_txt {
	width: 95%;
	margin: 0 auto 20px;
}

.privacy-policy .privacy_section .wrapper {
	width: 90%;
	margin: auto;
}

}

@media screen and (max-width: 1040px) {

body .pc-bg::before,
body .pc-bg::after {
	width: 16px;
	background-size: 16px auto;
}

body .pc-bg::before {
	background-image: url("images/common/tape-tate_sp.png");
}

body .pc-bg::after {
	background-image: url("images/common/tape-tate_sp.png");
}

body .pc-wrap::before,
body .pc-wrap::after {
	position: fixed;
	z-index: 999;
	top: 0;
	width: 16px;
	height: 100%;
	background-repeat: repeat-y;
	background-size: 16px auto;
	content: "";
}

body .pc-wrap::before {
	right: 0;
	background-image: url("images/common/tape-tate_sp.png");
}

body .pc-wrap::after {
	left: 0;
	background-image: url("images/common/tape-tate_sp.png");
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

body::before,
body::after {
	height: 16px;
	background-image: url("images/common/tape-yoko_sp.png");
	background-size: auto 16px;
}

}

@media screen and (max-width: 820px) {

.pc-only {
	display: none;
}

.pc-escape {
	display: block;
}

.sp_none {
	display: none;
}

.l-footer_inner {
	width: 80%;
}

.l-footer_sns {
	top: 56%;
	left: 50%;
	width: 17%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.l-footer_list img {
	width: clamp(1.5rem, 3.0487804878vw, 3rem);
}

.home .product {
	margin-top: clamp(8rem, 20vw, 20rem);
}

.home .product_title {
	top: -4.5%;
	width: 60%;
}

.home .product .huwatoro_button {
	bottom: 6%;
	left: 50%;
	width: 70%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .product .komeko_button {
	bottom: 6%;
	left: 50%;
	width: 70%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .recipe_youtube {
	top: 55%;
	left: 50%;
	width: 85%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .workshop_title {
	top: -3%;
	width: 85%;
}

.home .workshop_slide {
	top: 25%;
	right: auto;
	left: 50%;
	width: 80%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .workshop_text {
	top: 3%;
	right: auto;
	left: 50%;
	width: 94%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .workshop_report {
	top: 45%;
	width: 85%;
}

.home .workshop_report_button {
	bottom: 5%;
	width: 70%;
}

.home .workshop_youtube {
	top: 77%;
	left: 50%;
	width: 85%;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .workshop_icon .workshop_icon02 {
	top: 25%;
}

.home .workshop_icon .workshop_icon03 {
	bottom: 1%;
}

.home .workshop_icon .workshop_icon04 {
	bottom: -1%;
}

.home .workshop_icon .workshop_icon05 {
	left: 6%;
}

.home .workshop_icon .workshop_icon06 {
	right: -9%;
	bottom: 7%;
}

.home .camp_button {
	bottom: 9%;
	left: 50%;
	width: 64%;
	max-width: 470px;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	   -moz-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.home .contact_button {
	bottom: 3%;
	width: 24%;
}

.p-contact .sp_none {
	display: none;
}

.p-contact .contact-form_ttl {
	margin-bottom: 40px;
	font-size: 32px;
}

.p-contact .contact-form_inner {
	padding: 4em 2em;
}

.p-contact .contact-form_inner .cform th {
	width: 40%;
}

.p-contact .contact-form_inner .cform .subTtl {
	text-align: left;
}

.p-contact .contact-form_inner td {
	width: 60%;
}

.submit-btn input[type=submit] {
	width: 50%;
}

.thanks_inner__txtBox p {
	text-align: left;
}

.privacy_inner {
	padding: 2em;
}

.privacy_inner ol .list tr th {
	width: 25%;
}

.privacy_inner ol .list tr td {
	width: 72%;
}

}

@media screen and (max-width: 770px) {

.p-contact .contact-form_inner .cform tr {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	margin-bottom: 15px;
}

.p-contact .contact-form_inner .cform th {
	width: 100%;
	margin-bottom: 5px;
}

.p-contact .contact-form_inner td {
	width: 100%;
}

}

@media screen and (max-width: 576px) {

body {
	font-size: 1.4rem;
}

.tab-only {
	display: none;
}

.tab-escape {
	display: block;
}

.sp-only {
	display: block;
}

.sp-escape {
	display: none;
}

.l-header_list {
	padding: 7%;
}

.l-footer_list {
	top: 10%;
}

.home .banner {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.home .banner_button {
	right: 8%;
	bottom: 9%;
	width: 52%;
}

.home .banner_komeko {
	margin-top: 10px;
}

.p-notFound {
	padding: 20px 0 60px;
}

.p-notFound .error_txt {
	font-size: 14px;
}

.p-contact .contact_section .desc_inner p {
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
}

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

.p-contact .contact-form_ttl {
	margin-bottom: 20px;
	font-size: 24px;
}

.p-contact .contact-form_inner {
	padding: 2em;
}

.p-contact .contact-form_inner .docment {
	font-size: 14px;
}

.submit-btn input[type=submit] {
	width: 80%;
	margin-bottom: 40px;
}

.thanks_inner__txtBox p {
	font-size: 14px;
}

select {
	width: 100% !important;
	height: 35px !important;
	padding: 0.5rem;
	border: 1px solid #ccc !important;
	border-radius: 0.25rem;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	     appearance: none !important;
}

.contact-form_inner {
	border: none;
}

input[type=text] {
	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	        box-sizing: border-box !important;
	width: 100% !important;
	font-size: 16px !important;
}

select {
	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	        box-sizing: border-box !important;
	width: 100% !important;
	font-size: 16px !important;
}

.form-btn input {
	width: 80%;
	padding: 1.5rem 0;
}

p.checkbox {
	margin: 20px auto;
	text-align: center !important;
}

/* 白背景の中に収める */

.p-contact .contact-form_inner {
	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	        box-sizing: border-box !important;
	width: 90% !important; /* 100% → 90% で安定 */
	margin: 0 auto !important;
	padding: 2em 1em !important; /* 横の余白を減らす */
}

/* テーブル周りがはみ出さないように統一 */

.p-contact .contact-form_inner table,
.p-contact .contact-form_inner tbody,
.p-contact .contact-form_inner tr,
.p-contact .contact-form_inner th,
.p-contact .contact-form_inner td {
	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	        box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* 入力欄が枠内に必ず収まるように */

.p-contact .contact-form_inner td input,
.p-contact .contact-form_inner td textarea,
.p-contact .contact-form_inner td select {
	-webkit-box-sizing: border-box !important;
	   -moz-box-sizing: border-box !important;
	        box-sizing: border-box !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* table の flex の影響で横ズレ防止 */

.p-contact .cform tr {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.complete {
	text-align: left;
}

.privacy-policy .privacy_section {
	padding-bottom: 40px;
}

.privacy-policy .privacy_section .txt {
	font-size: 12px;
}

.privacy-policy .privacy_section p {
	font-size: 12px;
}

.privacy_inner {
	padding: 1em;
	border-radius: 10px;
}

.privacy_inner__ttlBox {
	margin-bottom: 1em;
}

.privacy_inner ol .listTtl {
	margin: 0;
	padding-left: 20px;
	font-size: 12px;
}

.privacy_inner ol .listTtl::before {
	width: 14px;
	height: 14px;
	font-size: 100%;
}

.privacy_inner ol .listTtl .box {
	padding: 0.5em 1em;
}

.privacy_inner ol .list tr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
}

.privacy_inner ol .list tr th {
	width: 100%;
}

.privacy_inner ol .list tr td {
	width: 100%;
}

.privacy_inner ol .list .checkList {
	padding: 0.5em 1em;
}

}

@media screen and (max-width: 320px) {

.p-contact .contact-form_inner {
	padding: 2em 1em;
}

}

@-webkit-keyframes fade-in {

0% {
	opacity: 0;
	-webkit-transform: translateY(25px);
	        transform: translateY(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-moz-keyframes fade-in {

0% {
	opacity: 0;
	-moz-transform: translateY(25px);
	     transform: translateY(25px);
}

100% {
	opacity: 1;
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

}

@keyframes fade-in {

0% {
	opacity: 0;
	-webkit-transform: translateY(25px);
	   -moz-transform: translateY(25px);
	        transform: translateY(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fade-up {

0% {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	        transform: translateY(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

}

@-moz-keyframes fade-up {

0% {
	opacity: 0;
	-moz-transform: translateY(-25px);
	     transform: translateY(-25px);
}

100% {
	opacity: 1;
	-moz-transform: translateY(0);
	     transform: translateY(0);
}

}

@keyframes fade-up {

0% {
	opacity: 0;
	-webkit-transform: translateY(-25px);
	   -moz-transform: translateY(-25px);
	        transform: translateY(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	        transform: translateY(0);
}

}

@-webkit-keyframes fade-right {

0% {
	opacity: 0;
	-webkit-transform: translateX(25px);
	        transform: translateX(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-moz-keyframes fade-right {

0% {
	opacity: 0;
	-moz-transform: translateX(25px);
	     transform: translateX(25px);
}

100% {
	opacity: 1;
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

}

@keyframes fade-right {

0% {
	opacity: 0;
	-webkit-transform: translateX(25px);
	   -moz-transform: translateX(25px);
	        transform: translateX(25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes fade-left {

0% {
	opacity: 0;
	-webkit-transform: translateX(-25px);
	        transform: translateX(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	        transform: translateX(0);
}

}

@-moz-keyframes fade-left {

0% {
	opacity: 0;
	-moz-transform: translateX(-25px);
	     transform: translateX(-25px);
}

100% {
	opacity: 1;
	-moz-transform: translateX(0);
	     transform: translateX(0);
}

}

@keyframes fade-left {

0% {
	opacity: 0;
	-webkit-transform: translateX(-25px);
	   -moz-transform: translateX(-25px);
	        transform: translateX(-25px);
}

100% {
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	        transform: translateX(0);
}

}

@-webkit-keyframes fade-bg {

0% {
	-webkit-transform: translate(-101%, -50%);
	        transform: translate(-101%, -50%);
}

50% {
	-webkit-transform: translateX(0, -50%);
	        transform: translateX(0, -50%);
}

100% {
	-webkit-transform: translate(101%, -50%);
	        transform: translate(101%, -50%);
}

}

@-moz-keyframes fade-bg {

0% {
	-moz-transform: translate(-101%, -50%);
	     transform: translate(-101%, -50%);
}

50% {
	-moz-transform: translateX(0, -50%);
	     transform: translateX(0, -50%);
}

100% {
	-moz-transform: translate(101%, -50%);
	     transform: translate(101%, -50%);
}

}

@keyframes fade-bg {

0% {
	-webkit-transform: translate(-101%, -50%);
	   -moz-transform: translate(-101%, -50%);
	        transform: translate(-101%, -50%);
}

50% {
	-webkit-transform: translateX(0, -50%);
	   -moz-transform: translateX(0, -50%);
	        transform: translateX(0, -50%);
}

100% {
	-webkit-transform: translate(101%, -50%);
	   -moz-transform: translate(101%, -50%);
	        transform: translate(101%, -50%);
}

}

@-webkit-keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-moz-keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@-webkit-keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-moz-keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@keyframes disappear {

0% {
	opacity: 1;
}

100% {
	opacity: 0;
}

}

@-webkit-keyframes sway {

0%,100% {
	-webkit-transform: rotate(10deg);
	        transform: rotate(10deg);
}

50% {
	-webkit-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}

}

@-moz-keyframes sway {

0%,100% {
	-moz-transform: rotate(10deg);
	     transform: rotate(10deg);
}

50% {
	-moz-transform: rotate(-10deg);
	     transform: rotate(-10deg);
}

}

@keyframes sway {

0%,100% {
	-webkit-transform: rotate(10deg);
	   -moz-transform: rotate(10deg);
	        transform: rotate(10deg);
}

50% {
	-webkit-transform: rotate(-10deg);
	   -moz-transform: rotate(-10deg);
	        transform: rotate(-10deg);
}

}

@-webkit-keyframes ver-hol {

0% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-webkit-transform: translate(-10px, -10px) rotate(-8deg);
	        transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

}

@-moz-keyframes ver-hol {

0% {
	-moz-transform: translate(10px, 10px) rotate(4deg);
	     transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-moz-transform: translate(-10px, -10px) rotate(-8deg);
	     transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-moz-transform: translate(10px, 10px) rotate(4deg);
	     transform: translate(10px, 10px) rotate(4deg);
}

}

@keyframes ver-hol {

0% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	   -moz-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

50% {
	-webkit-transform: translate(-10px, -10px) rotate(-8deg);
	   -moz-transform: translate(-10px, -10px) rotate(-8deg);
	        transform: translate(-10px, -10px) rotate(-8deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(4deg);
	   -moz-transform: translate(10px, 10px) rotate(4deg);
	        transform: translate(10px, 10px) rotate(4deg);
}

}

@-webkit-keyframes hol-ver {

0% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(-6deg);
	        transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

}

@-moz-keyframes hol-ver {

0% {
	-moz-transform: translate(-10px, -10px) rotate(12deg);
	     transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-moz-transform: translate(10px, 10px) rotate(-6deg);
	     transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-moz-transform: translate(-10px, -10px) rotate(12deg);
	     transform: translate(-10px, -10px) rotate(12deg);
}

}

@keyframes hol-ver {

0% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	   -moz-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(-6deg);
	   -moz-transform: translate(10px, 10px) rotate(-6deg);
	        transform: translate(10px, 10px) rotate(-6deg);
}

100% {
	-webkit-transform: translate(-10px, -10px) rotate(12deg);
	   -moz-transform: translate(-10px, -10px) rotate(12deg);
	        transform: translate(-10px, -10px) rotate(12deg);
}

}

@-webkit-keyframes floating-right {

0% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(6deg);
	        transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

}

@-moz-keyframes floating-right {

0% {
	-moz-transform: translate(-10px, -5px) rotate(-6deg);
	     transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-moz-transform: translate(10px, 10px) rotate(6deg);
	     transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-moz-transform: translate(-10px, -5px) rotate(-6deg);
	     transform: translate(-10px, -5px) rotate(-6deg);
}

}

@keyframes floating-right {

0% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	   -moz-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

50% {
	-webkit-transform: translate(10px, 10px) rotate(6deg);
	   -moz-transform: translate(10px, 10px) rotate(6deg);
	        transform: translate(10px, 10px) rotate(6deg);
}

100% {
	-webkit-transform: translate(-10px, -5px) rotate(-6deg);
	   -moz-transform: translate(-10px, -5px) rotate(-6deg);
	        transform: translate(-10px, -5px) rotate(-6deg);
}

}

@-webkit-keyframes floating-left {

0% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(-20px, -20px) rotate(-12deg);
	        transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

}

@-moz-keyframes floating-left {

0% {
	-moz-transform: translate(10px, 10px) rotate(12deg);
	     transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-moz-transform: translate(-20px, -20px) rotate(-12deg);
	     transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-moz-transform: translate(10px, 10px) rotate(12deg);
	     transform: translate(10px, 10px) rotate(12deg);
}

}

@keyframes floating-left {

0% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	   -moz-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

50% {
	-webkit-transform: translate(-20px, -20px) rotate(-12deg);
	   -moz-transform: translate(-20px, -20px) rotate(-12deg);
	        transform: translate(-20px, -20px) rotate(-12deg);
}

100% {
	-webkit-transform: translate(10px, 10px) rotate(12deg);
	   -moz-transform: translate(10px, 10px) rotate(12deg);
	        transform: translate(10px, 10px) rotate(12deg);
}

}

@-webkit-keyframes swiper-animation {

0% {
	-webkit-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

@-moz-keyframes swiper-animation {

0% {
	-moz-transform: translateX(0%);
	     transform: translateX(0%);
}

100% {
	-moz-transform: translateX(-100%);
	     transform: translateX(-100%);
}

}

@keyframes swiper-animation {

0% {
	-webkit-transform: translateX(0%);
	   -moz-transform: translateX(0%);
	        transform: translateX(0%);
}

100% {
	-webkit-transform: translateX(-100%);
	   -moz-transform: translateX(-100%);
	        transform: translateX(-100%);
}

}

