@charset "UTF-8";

/*============= 【base】 ==============*/
html {
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	/*文字色*/
	color: #111;
	font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
	font-size: 16px;
	line-height: 1.5;
}

* {
	margin: 0 auto;
	padding: 0;
	word-break: break-all;
	list-style-type: none;
	border-style: none;
	font-style: normal;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

img {
	display: block;
	max-width: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}

/*============= 【common】 ==============*/

.d-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
}

.brsp,
.disp-smt {
	display: none;
}

.hover-btn {
	transition: .3s;
}

.hover-btn:hover {
	filter: brightness(.9);
}

@charset "utf-8";

/*========= ページトップのためのCSS ===============*/


.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/*============= 【header】 ==============*/
body {
	padding-top: 70px;
}

header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 70px;
	color: #fff;
	background: #cc0813;
	filter: drop-shadow(1px 0px 2px #a7272f);
	z-index: 10;
}

.header-logo {
	margin-left: 50px;
}

.drawer-checkbox,
.drawer-icon {
	display: none;
}

.drawer-menu {
	height: 100%;
	width: 30%;
	min-width: 250px;
	margin-right: 50px;
}

.drawer-menu-lists {
	height: 100%;
	width: 100%;
}

.drawer-menu-list {
	height: 100%;
	width: 25%;
	text-align: center;
}

.drawer-menu-lists,
.drawer-menu-lists {
	margin: 0;
}

.drawer-menu-lists a {
	height: 100%;
	color: inherit;
	background: #cc0813;
	font-family: 'Anton';
}

/*============= 【second】 ==============*/
#second {
	background-image: url("../img/second/star-hand.png");
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 63vw;
	min-height: 360px;
}

.second-title h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
}

.second-title img {
	width: 70%;
}

/*============= 【third】 ==============*/
#third {
	background-color: #B0000A;
	padding-bottom: 100px;
}

.third-sankaku {
	text-align: center;
	margin-bottom: 70px;
}

.third-sankaku-img {
	padding-bottom: 50px;
	padding-top: 50px;
}

.ikebepro1 {
	font-size: 40px;
	font-weght: 900;
}

.ikebepro span {
	font-size: 70%;
}

h3 {
	color: #ffffff;
}

.content-wrap1 {
	max-width: 1280px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}

.content-left {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 2.5;
	margin-right: 3%;
	margin-left: 0;
	font-weight: 600;
	width: 47%;
}

.content-right {
	margin-right: 0;
	margin-left: 0;
	width: 50%;
	border: solid 10px #fff;
}

.contact-shopicon {
	margin-right: 0;
	margin-left: 0;
	font-weight: 600;
}

.contact-button p {
	margin-right: 6px;
	margin-left: 5px;
}

.contact-arrow {
	margin-right: 0;
	margin-left: 0;
}

.tips1-title img {
	margin-bottom: 15px;
}

.fa-crown {
	margin-right: 5px !important;
}

.longname {
	font-size: 50%;
	height: 10px;
	display: inline-block;
}

.pc store-pic {
	border: .5px solid;
	border-radius: 10px;
	color: #393939d4;
}

/*============= 【variation】 ==============*/
#variation {
	background-color: #F0F0F0;
	color: #000000;

}

.variation-fukidashi-staff {
	text-align: center;
	display: flex;
	width: 70%;
	margin-bottom: 30px;
}

.variation-fukidashi {
	position: relative;

}

.variation-fukidashi img {
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 4));
}

.variation-fukidashi p {
	position: absolute;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 522px;
	height: 170px;
	padding: 30px;
}

.ikebepro2 {
	font-size: 160%;
	margin-bottom: 0;
	font-weight: 900;
	color: #fdb659;
}

.ikebepro2 br {
	display: none;
}

.choice {
	position: relative;
	width: 100%;
	max-width: 660px;
	margin-bottom: 40px;
}

.choice::after {
	content: "";
	position: absolute;
	margin-left: -10px;
	border: 6px solid transparent;
	border-top: 10px solid #000;
	top: 50%;
	right: 20px;
	transform: translate(-20%, -20%);
}

.choice select {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
}

.choice select::-ms-expand {
	display: none;
}

.choice::after {
	content: "";
	position: absolute;
	margin-left: -10px;
	border: 6px solid transparent;
	border-top: 10px solid #000;
	top: 50%;
	right: 20px;
	transform: translate(-20%, -20%);
	pointer-events: none;
}

.choice select {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.choice select::-ms-expand {
	display: none;
}

.effector-box-wrap {
	margin-bottom: 100px;
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fx {
	animation: fadeOut .5s ease-out;
	filter: drop-shadow(0 3px 5px #15151550);
	width: 100%;
	max-width: 900px;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: scale(.9);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}

.fx.isShow {
	animation: fadeIn .3s ease-in;
}

.box-header {
	background-color: #cc0813;
	padding: 20px 40px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
}

#introduction {
	display: flex;
}

.sikaku {
	width: 20px;
	background-color: #cc0813;
}

.contact {
	display: flex;
	width: 100%;
}

.contact-button {
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	border-radius: 30px;
	border-width: 2px;
	border: solid #cc0813;
	max-width: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/*============= 【tips】 ==============*/
.pc {
	display: block !important;
}

.sp {
	display: none !important;
	width: 100%;
}

#tips {
	background-color: #000000;
}

.tips-pic {
	width: 228px;
}

.tips1-title img {
	margin-bottom: 15px;
}

.tips1-title br {
	display: none;
}

.tips1-title h2 {
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 70px;
	font-size: 40px;
	font-weight: 700;
}

.tips-fukidashi {
	position: relative;
}

.tips-fukidashi img {
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 4));
}

.tips-staff {
	color: #ffffff;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	font-weight: 600;
}

.staff-pic {
	width: 144px;
}

.staff-pic .tips-fukidashi p {
	position: absolute;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	top: 45%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 522px;
	height: 170px;
	padding: 30px;
}

.fx-flow p {
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin-bottom: 100px;
	max-width: 100%;
}

.tips2-title h2 {
	color: #ffffff;
	text-align: center;
	font-size: 48px;
	font-weight: 700;
}

.tips2-title {
	margin-bottom: 70px;
}

.tips2-title img {
	margin-bottom: 15px;
}

.swiper-container {
	max-width: 1024px;
	margin: 0;
}

.tips-fukidashi-user {
	text-align: center;
	display: flex;
	margin: 30px auto;
	justify-content: space-between;
	align-items: center;
	width: 900px;
	max-width: 95%;
}

.tips-fukidashi-staff {
	text-align: center;
	display: flex;
	width: 100%;
	margin-bottom: 45px;
	justify-content: space-between;
	align-items: center;
	max-width: 660px;
}

.fx-flow {
	max-width: 900px;
	margin-bottom: 100px;
}

.fx-flow img {
	margin-bottom: 5px;
}

.fx-flow-p {

	text-indent: -1em;
	color: #fff;
	margin-left: 1em;
	font-size: 14px;
}

.tips2-wrap {
	max-width: 900px;
}

.tips-fukidashi2 {
	position: relative;
}

.tips-fukidashi2 img {
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 4));
}

.tips-staff2 p {
	color: #ffffff;
	font-size: 16px;
}

.tips-fukidashi2 p {
	position: absolute;
	font-size: 16px;
	line-height: 2;
	text-align: left;
	top: 35%;
	left: 48%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 522px;
	height: 170px;
	padding: 30px;
}

.tips-connect-manual-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 50px;
	max-width: 900px;
}

.connect-fx {
	position: relative;
	width: 49%;
	margin: 0 0 20px;
	background-color: #fff;
}

.connect-fx::after {
	content: "";
	position: absolute;
	margin-left: -10px;
	border: 6px solid transparent;
	border-top: 10px solid #000;
	top: 50%;
	right: 20px;
	transform: translate(-20%, -20%);
	pointer-events: none;
}

.connect-fx select {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.connect-fx select::-ms-expand {
	display: none;
}

.connect-message {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100px;
	padding: 20px;
	color: #ccc;
	background: #fefefe;
}


.tips-front-rear {
	margin-bottom: 30px;
	display: flex;
	margin-right: 0;
	margin-left: 0;
	justify-content: space-between;
}

.tips-front {
	height: 55px;
	background-color: #ffffff;
	display: flex;
	margin-left: 0;
	margin-right: 0;
	width: 49%;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.tips-front p {
	margin-right: 0;
	margin-left: 0;
}

.tips-front img {
	margin-right: 0;
	margin-left: 0;

}

.tips-rear {
	width: 440px;
	height: 55px;
	background-color: #ffffff;
	position: relative;
	margin-right: 0;
}

.tips-rear p {
	position: absolute;
	left: 3%;
	top: 25%;
}

.tips-rear img {
	position: absolute;
	left: 90%;
	top: 39%;
}

.tips-message {
	max-width: 900px;
	background-color: #ffffff;
	margin-bottom: 50px;
	min-height: 100px;
	text-align: center;
	display: flex;
	align-items: center;
	font-weight: 500;
}

.tips-manual-pdf {
	text-align: center;
	color: #FFFFFF;
	line-height: 32px;
	margin-bottom: 30px;
	font-weight: 500;
}

.tips-send-button {
	width: 100%;
	max-width: 400px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.tips-send-button img {
	margin-left: 0;
	margin-right: 0;
}

.tips-send-button p {
	margin-left: 5px;
	margin-right: 0;
}


#user {
	background-color: #f0f0f0;
	overflow: hidden;
}

.user-title-pic {
	width: 308px;
}

h2 {
	text-align: center;
	margin-bottom: 60px;
	font-size: 48px;
	font-weight: 700;
}

.user-title img {
	margin-bottom: 15px;
}

.user-fukidashi-wrap {
	text-align: center;
	display: flex;
	width: 70%;
	margin-bottom: 30px;
}

.user-fukidashi {
	position: relative;
}

.user-fukidashi img {
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 4));
}

.user-fukidashi p {
	position: absolute;
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	top: 25%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	width: 522px;
	height: 170px;
	padding: 30px;
}

#about {
	background-color: #000000;
}

.about-title {
	text-align: center;
	color: #ffffff;
	font-size: 48px;
	margin-bottom: 70px;
	font-weight: 700;
}

.about-title-pic {
	width: 322px;
}

.about-title img {
	margin-bottom: 15px;
}

.about-caption-picture {
	display: flex;
	margin-bottom: 100px;
	justify-content: space-between;
	width: 100%;
}

.about-caption {
	color: #ffffff;
	width: 55%;
	margin-left: 0;
	font-weight: 500;
	border: solid 3px;
	border-radius: 10px;
	padding: 20px;
	background-color: #fff;
	color: #000;
	border-color: #c4bebe;
}

.about-caption li {
	display: inline;
}

.about-picture {
	margin-right: 0px;
	margin-left: 0px;
	width: 40%;
}

.about-picture img {
	margin-right: 0;
}

.about-caption-list {
	display: flex;
}

.label {
	white-space: nowrap
}

.about-title2 {
	margin-bottom: 50px;
	font-size: 24px;
	font-weight: 700;
}

h3 {
	color: #ffffff;
	font-size: 25px;
	text-align: center;
	padding-bottom: 3px;
}

.border-bottom {
	width: 300px;
	background-color: #cc0813;
	height: 4px;
}

.about-point01 {
	color: #ffffff;
	display: flex;
	align-items: space-between;
	margin-bottom: 60px;
	width: 100%;
}

.point01 {
	width: 55%;
	margin-right: 0;
}

#point01-caption-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;

	margin-bottom: 10px;
}

.point01-caption-title {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 33px;
}

.point01-caption {
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
}

.point01-img {
	width: 40%;
	height: 100%;
	margin-left: 0;
	margin-right: 5%;

}

.empty-box2 {
	width: 84px;
	height: 79px;
}

.empty-box3 {
	width: 0px;
	height: 79px;
}

.empty-box4 {
	width: 0px;
	height: 79px;
}

.empty-box1 {
	width: 110px;
	height: 79px;
}

.point-title {
	max-width: 137px;
	max-height: 79px;
	margin-left: 0;
	margin-right: 10px;
}

.about-caption-picture {
	display: flex;
	align-items: center;
	margin-bottom: 100px;
}

.about-caption li {
	display: inline;
}

.about-caption-list {
	display: flex;
}

.about-title2 {
	margin-bottom: 70px;
}

.about-title2 h3 {
	color: #ffffff;
	font-size: 40px;
	text-align: center;
}

.border-top {
	max-width: 470px;
	background-color: #cc0813;
	height: 4px;
}

.border-bottom {
	max-width: 470px;
	width: 100%;
	background-color: #cc0813;
	height: 4px;
}

.about-point02 {
	color: #ffffff;
	display: flex;
	margin-bottom: 60px;
}

.about-point02:last-of-type {
	margin-bottom: 100px;
}

.point02 {
	width: 55%;
	margin-right: 5%;
	margin-left: 0;
}

#point02-caption-title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 0;
	margin-bottom: 10px;
}

.point02-caption-title {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 33px;
}

.point02-caption {
	font-size: 20px;
	line-height: 2;
	font-weight: 500;
}

.point02-img {
	width: 40%;
	height: 100%;
	margin-right: 0;
}

.empty-box {
	width: 110px;
	height: 79px;
}

.point-title {
	max-width: 137px;
	max-height: 79px;
	margin-right: 0;
}

.about-point03 {
	color: #ffffff;
	display: flex;
	width: calc(100% / 1);
	margin-bottom: 50px;
	margin-left: 0;
	margin-right: 0;
}

.point03 {
	width: 61%;
	margin-right: 0;
}

#point03-caption-title {
	display: flex;
	width: calc(100% / 1);
	margin-left: 0;
	margin-right: 0;
	align-items: flex-start;
}

.point03-caption-title {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 33px;
}

.point03-caption {
	font-size: 16px;
	line-height: 32px;
}

.point03-img {
	width: 290px;
	height: 325px;
	align-items: flex-start;
	margin-left: 0;
	margin-right: 0;
}

.empty-box {
	width: 110px;
	height: 79px;
}

.point-title {
	max-width: 137px;
	max-height: 79px;
}

.about-point04 {
	color: #ffffff;
	display: flex;
	width: calc(100% / 1);
	margin-bottom: 100px;
}

.point04 {
	margin-left: 0;
	width: 61%;
}

#point04-caption-title {
	display: flex;
	width: calc(100% / 1);
	margin-left: 0;
	margin-right: 0;
	align-items: flex-start;
}

.point04-caption-title {
	display: block;
	width: 100%;
	font-size: 24px;
	line-height: 33px;
}

.point04-caption {
	font-size: 16px;
	line-height: 32px;
}

.point04-img {
	width: 290px;
	height: 325px;
	align-items: flex-start;
	margin-left: 0;
	margin-right: 0;
}

.empty-box {
	width: 110px;
	height: 79px;
}

.point-title {
	max-width: 137px;
	max-height: 79px;
	min-width: 137px;
	width: 40%;
}

.stores-box {
	max-width: 900px;
	background-color: #ffffff;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 50px;
	padding-bottom: 40px;
	padding-top: 40px;
	width: 100%;
}

.recommend-1-cap-btn {
	width: 50%;
	padding-left: 40px;
	padding-right: 20px;
	margin-left: 0px;
}

.stores-box-header {
	background-color: #cc0813;
	color: #ffffff;
	text-align: center;
	font-size: 25px;
	height: 60px;
	max-width: 900px;
	padding: .5%;
	width: 100%;
	font-weight: 700;
}

.eg-fx-store {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 700;
}

.eg-fx-wrap {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
	flex-wrap: wrap;
}

.eg-fx-wrap:last-of-type {
	margin-bottom: 0;
}

.store {
	text-align: center;
	width: calc(93%/4);
	font-size: 20px;
	margin-left: 0;
	margin-bottom: 30px;
	font-weight: 500;

}

.store-pic {
	border: .5px solid;
	border-radius: 8px;
	color: #555555;
	margin-left: 0;
}

.eg-fx-wrap .store:last-of-type {
	margin-right: 0;
}

.eg-fx-wrap .store:nth-of-type(4n) {
	margin-right: 0;
}

.eg-fx-wrap .store:nth-of-type(5n) {
	margin-bottom: 0;
  margin-right: calc((102.4% / 4) - (93% / 4));
}

.eb-fx-store {
	font-size: 22px;
	margin-bottom: 15px;
	font-weight: 700;
}

.eb-fx-wrap {
	display: flex;
	width: 100%;
	margin-left: 0;
}

.to-ec {
	max-width: 900px;
	padding: 30px;
	font-size: 22px;
	display: flex;
	background-color: #ffffff;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.to-ec-txt {
	margin-left: 0;
	margin-right: 0;
}

.to-ec-img {
	margin: 0 0;
}

.to-ec-txt-p {
	width: 389px;
	font-size: 22px;
	margin-left: 0;
	margin-right: 0;
	font-weight: 700;
}

.ec-button {
	background-color: #cc0813;
	width: 390px;
	height: 45px;
	border-radius: 30px;
	margin-top: -45px;
	color: #ffffff;
	font-size: 22px;
	display: inline-flex;
	margin-right: 0;
	margin-left: 0;
	justify-content: center;
	align-items: center;

}

.footer {
	height: 120px;
	background-color: #000000;
}

.footer p {
	color: #999;
	text-align: center;
}

.logo {
	padding: 1.5%;
}

.point-title {}

.to-ec-btn-img {
	margin-right: 5px;
	margin-left: 0;
}

.point-title-caption {
	font-size: 26px;
	line-height: 33px;
	margin-right: 0;
	margin-left: 10px;
	font-weight: 600;
}

.about-wrap {
	width: 100%;
	max-width: 900px;
}

.to-ec-btn-txt {
	margin-right: 0;
	margin-left: 0;
}

.tips-front-rear-wrap {
	max-width: 900px;
}

.effector-title {
	margin-left: 0;
	color: #ffffff;
	font-size: 26px;
	line-height: 25px;
	align-items: center;
	font-weight: 700;
}

.cate-header-tag {
	margin-right: 0;
	text-align: right;
}

.cate-tag {
	margin: 6px;
}

.cate-tag2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.cate-tag p {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #fefefe;
	border-radius: 20px;
	color: #ffffff;
}

#Introduction {
	display: flex;
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 40px;
	justify-content: flex-start;
	text-align: start;
	width: 100%;
}

.Introduction-wrap {
	padding-left: 40px;
	padding-right: 40px;
}

.cate-caption {
	font-size: 20px;
	line-height: 1.6;
	margin-left: 10px;
	font-weight: 600;
}

.recommend1-box {
	position: relative;
	width: 48%;
	max-width: 400px;
	margin: 0 0 20px;
}

.recommend-1-box-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: -4px;
	z-index: -1;
}

.recommend-1-boxparts {
	position: relative;
	margin-left: 0px;
	margin-right: 0;
	width: 63%;
}

.recommend-1-title {
	width: 90%;
	margin: 0px;
	color: #fff;
	text-align: center;
	font-weight: 700;
}

.rank-num1 {
	font-size: 160%;
}

.recommend-1-title br {
	display: none;
}

.recommend-1-title>* {
	display: inline-block;
	line-height: 1;
}

.recommend-1-title>img {
	height: 1em;
}

.recommend-1-model {
	width: 92%;
	margin: 0;
	font-size: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	height: 7vw;
	font-weight: 700;
	max-height: 63px;
	line-height: 16px;
}

span.rank-top-brand {
	font-size: 60%;
	display: inline-block;
	margin-right: 5px;
}

span.rank-top-name {
	display: inline-block;
}

.recommend-1-wrap {
	position: relative;
	margin-bottom: 70px;
	max-width: 900px;
}

.recommend-1-wrap:last-of-type {
	margin-right: 0;
}

.recommend-1-img {
	width: 50%;
	height: 100%;
	margin-right: 0;
	margin-left: 0;
	position: absolute;
	right: 0;
	top: 0%;
	padding-left: 20px;
	padding-right: 40px;
}

.recommend-1-img img {
	height: 100%;
}

.recommend-1-caption {
	margin-left: 0px;
	margin-bottom: 20px;
	line-height: 30px;
	margin-right: 0;
	width: 100%;
}

span.comment-ranktop {
	font-size: 16px;
	font-style: italic;
	color: #464646;
}

.ec-fx-button-1 {
	background-color: #cc0813;
	height: 45px;
	border-radius: 30px;
	color: #ffffff;
	font-size: 16px;
	display: inline-flex;
	margin-right: 0;
	margin-left: 0;
	justify-content: center;
	width: 100%;
	align-items: center;
	font-weight: 500;
}

.recommend-rank {
	display: flex;
	align-items: flex-start;
	margin-right: 0;
	margin-left: 0;
}

.recommend-cap {
	font-size: 30px;
	font-weight: 700;
	display: inline-block;
}

.modelname {
	line-height: 32px;
	display: block;
	margin-bottom: 10px;
}

span.blandname {
	font-size: 65%;
	margin-right: 5px;
	display: inline-block;
}

span.comment {
	font-size: 45%;
	font-style: italic;
	color: #464646;
	display: block;
	line-height: 20px;
}

.recommend-wrap {
	display: flex;
	justify-content: space-between;
	padding-left: 40px;
	padding-right: 40px;
	flex-wrap: wrap;
}

.recommend-2 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: space-between;
}

.recommend-2:last-of-type {
	margin-right: 0;
}

.recommend-img {
	width: 50%;
	margin-right: 0;
	margin-left: 0;
	display: flex;
	align-items: center;
}

.recommend-img img {
	max-height: 100%;
}

.recommend-sankaku {
	margin-left: 0;
	margin-right: 0;
	margin-top: 5px;
}

.recommend-2-box {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 50px;
	width: 47%;
}

.rank {
	margin-left: 0;
	margin-right: 0;
	background-color: #CC0813;
	border-radius: 5px;
}

span.rank-num {
	font-size: 22px;
}

.rank p {
	font-size: 18px;
	font-weight: 600;
	padding: 5px 20px;
	color: #fff;
}

.recommend-modelname {
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}

.recommend-title-cap {
	margin-left: 0;
	margin-right: 0;
	width: 49%;
}

.button-hover:hover {
	transition: .3s;
	filter: brightness(0.92);
}

.ec-fx-button-2 {
	width: 100%;
	height: 45px;
	background-color: #cc0813;
	border-radius: 30px;
	margin-left: 0;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.ec-fx-button-2:last-of-type {
	margin-right: 0;
}

.ec-fx-button-2-wrap {
	display: flex;
	justify-content: space-between;
}

.to-ec-btn-img-2 {
	margin-right: 2px;
	margin-left: 0;
	color: #fff;
}

.to-ec-btn-txt-2 {
	margin-right: 0;
	margin-left: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
}

.balloon {
	position: relative;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 30px;
	border-radius: 4px;
	word-break: normal;
	width: 70%;
	line-height: 32px;
	margin-left: 0;
	margin-right: 0px;
	text-align: left;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 4));
	font-weight: 400;
}

.balloon2 {
	position: relative;
	padding: 20px;
	background-color: #ffffff;
	border-radius: 30px;
	border-radius: 4px;
	word-break: normal;
	width: 70%;
	line-height: 32px;

	margin-left: 0;
	margin-right: 4%;
	text-align: left;
	filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 4));
	font-weight: 500;
}

.balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 40%;
	border-left: 15px solid #ffffff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.balloon2::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -15px;
	top: 30%;
	border-left: 15px solid #ffffff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}

.tips-staff {
	margin-left: 0px;
	margin-right: 0;
	width: 22%;
}

.tips-staff2:first-of-type {
	margin-left: 0;
}

.user {
	margin-left: 0;
	margin-right: 0;
	color: #000000;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 0;
	width: 26%;
	font-weight: 600;
}

.user-pic {
	width: 235px;
}

.second-title br {
	display: none;
}

.second-title {
	padding: 50px;
}

.effector-type h2 {
	font-size: 48px;
	color: #000;
	font-weight: 700;
}

.third-title {
	padding: 0;
	color: #000;
}

.effector-type {
	margin-bottom: 70px;
	text-align: center;
	font-weight: 700;
}

.effector-type img {
	margin-bottom: 15px;
	width: 367px;
}

.about {
	max-width: 900px;
}

.content-wrap {
	max-width: 1280px;
	padding: 100px 50px;
}

.mokuji {
	max-width: 960px;
	border: solid #fff;
	border-radius: 20px;
	line-height: 1.9;
	padding: 50px;
}

.mokuji a,
.mokuji p {
	color: #fff;
}

.mokuji>ul>li,
.mokuji p {
	font-size: 20px;
	font-weight: bold;
}

.mokuji>ul>li>ul>li {
	font-size: 80%;
	margin-left: 15px;
}

#user .content-wrap {
	position: relative;
}

.content-wrap2 {
	max-width: 1280px;
	padding: 0px 50px;
}

.fx-flow-img {
	margin-bottom: 5px;
}



@media (max-width:960px) {
	.to-ec-btn-txt-2 {
		margin-right: 0;
		margin-left: 0;
		color: #ffffff;
		font-size: 14px;
	}

	.tips-front p {
		font-size: 14px;
	}

	.content-left {
		font-size: 20px;

	}

	.to-ec {
		max-width: 900px;
		width: 100%;
		padding: 15px;
		flex-direction: column;
	}

	.to-ec-txt {
		margin-bottom: 15px;
	}

	.to-ec-txt-p {
		width: 100%;
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 5px;
		text-align: center;
	}

	.ec-button {
		margin-top: 0;
		width: 100%;
		justify-content: center;
	}

	.to-ec-btn-img {
		margin-left: 0px;
	}

	.to-ec-img {
		width: 100%;
		margin-bottom: 30px;
	}

	.recommend-1-title {
		font-size: 14px;
		line-height: 10px;
	}

	.recommend-1-model {
		height: 7vw;
		max-height: 63px;
		font-size: 18px;
	}

	.content-wrap1 {
		max-width: 820px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		text-align: center;
		align-items: center;
		flex-direction: column;
	}

	.content-wrap2 {
		padding: 0px 0px;
	}

	.content-right {
		width: 100%;
		border: none;
	}

	.content-left {
		margin-bottom: 60px;
		width: 100%;
		margin-right: 0;
	}

	.recommend-1-img img {
		height: 100%;
	}

	.ikebepro2 br {
		display: inline;
	}

	.recommend-1-model {
		height: 6vw;
	}

	.recommend-title-cap {
		margin-bottom: 20px;
		width: 100%;
	}

	.recommend-img {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.recommend-1-model {
		height: 7.5vw;
	}

	.recommend-1-img img {
		height: auto;
	}

	.ec-fx-button-2-wrap {
		flex-direction: column;
	}

	.ec-fx-button-2 {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.recommend-1-title {
		font-size: 11px;
	}

	.balloon {
		width: 70%;
	}

	.recommend-1-model {
		font-size: 16px;
	}

	h2 {
		font-size: 38px;
	}

	.about-title {
		font-size: 36px;
	}

	.ikebepro1 {
		font-size: 30px;
	}

	.recommend-1-title {
		font-size: 10px;
	}

	.recommend-1-model {
		line-height: 14px;
		height: 6.5vw;
	}
}

@media (max-width:640px) {

	/*============= 【header】 ==============*/
	body {
		padding-top: 50px;
	}

	header {
		height: 50px;
	}

	.header-logo {
		margin-left: 20px;
	}

	.drawer-icon {
		display: block;
		position: absolute;
		right: 10px;
		display: block;
		height: 50px;
		width: 50px;
		z-index: 4;
	}


	.drawer-icon-hum,
	.drawer-icon-hum:before,
	.drawer-icon-hum:after {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		display: block;
		height: 4px;
		width: 28px;
		border-radius: 2px;
		background: #fff;
		margin: auto;
	}

	.drawer-icon-hum:before,
	.drawer-icon-hum:after {
		content: "";
	}

	.drawer-icon-hum:before {
		top: 0px;
		transform: translateY(-11px);
	}

	.drawer-icon-hum:after {
		top: 0px;
		transform: translateY(11px);
	}

	.drawer-menu {
		position: fixed;
		top: 0;
		right: -100vw;
		max-width: 100%;
		width: 100vw;
		height: 100vh;
		margin: 0;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		color: #fefefe;
		background: #cc0813;
		z-index: 3;
	}

	.drawer-menu-lists {
		padding-top: 50px;
	}

	.drawer-menu-list {
		height: 20%;
		width: 100%;
		border-top: 1px solid #da8d8d;
	}

	.drawer-menu-list a {
		font-size: 24px;
	}

	.drawer-menu-list span {
		display: block;
		font-size: 60%;
		font-family: 'Noto Sans JP', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
	}

	.drawer-icon-hum,
	.drawer-icon-hum:after,
	.drawer-icon-hum:before,
	.drawer-menu {
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	.drawer-checkbox:checked~.drawer-icon .drawer-icon-hum {
		background: transparent;
	}

	.drawer-checkbox:checked~.drawer-icon .drawer-icon-hum:before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: 0;
	}

	.drawer-checkbox:checked~.drawer-icon .drawer-icon-hum:after {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 0;
	}

	.drawer-checkbox:checked~.drawer-menu {
		right: 0;
	}

	.brsp,
	.disp-smt {
		display: block;
	}

	.brpc,
	.disp-pc {
		display: none;
	}

	.modaal-video-wrap {
		margin: auto 0 !important;
	}

	.modaal-video-container {
		max-width: 100% !important;
	}

	.modaal-inner-wrapper {
		padding: 80px 15px !important;
	}

	.smt-logo {
		width: 118px;
	}

	.second-title img {
		width: 100%;
	}

	.effector-type h2 {
		font-size: 24px;

	}

	.effector-type {
		margin-bottom: 30px;
	}

	.recommend-1-img img {
		max-height: 300px;
	}

	.contact-button {
		width: 100%;
		height: 45px;
		background-color: #ffffff;
		border-radius: 30px;
		border-width: 2px;
		border: solid #cc0813;
		max-width: 400px;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tips1-title h2,
	.tips2-title h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.second-title h2 {
		font-size: 16px;
	}

	.effector-title h2 {
		font-size: 22px;
	}

	.third-sankaku-img {
		padding: 30px 0;
		width: 15%;
	}

	.second-title {
		padding: 30px 0;
	}

	.second-title br {
		display: inline;
	}

	.third-sankaku {
		text-align: center;
		margin-bottom: 30px;
	}

	.content-wrap2 {
		max-width: 1280px;
		padding: 0px 0px;
	}

	.ikebepro1 {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 2;
	}

	.ikebepro2 {
		font-size: 26px;
		margin-bottom: 0;
		line-height: 1.5;
	}

	.ikebepro2 br {
		display: inline;
	}

	.content-wrap {
		margin-bottom: 50px;
	}

	.mokuji {
		max-width: 320px;
	}

	.content-wrap1 {
		max-width: 800px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		text-align: center;
		align-items: center;
		flex-direction: column;
	}

	.content-left {
		font-size: 14px;
		color: #FFFFFF;
		line-height: 2.2;
		margin-right: 0px;
		margin-left: 0;
		width: 85%;
		margin-bottom: 50px;
	}

	.content-right {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.content-right img {
		width: 100%;
	}

	.effector-title h3 {
		color: #000000;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	.tips-staff {
		font-size: 16px;
		flex-direction: column-reverse;
		margin-bottom: 25px;
		width: 100%;
	}

	.tips-fukidashi-staff {
		text-align: center;
		display: flex;
		width: 100%;
		margin-bottom: 25px;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.balloon {
		border-radius: 30px;
		border-radius: 4px;
		width: 100%;
		font-size: 14px;
		line-height: 2;
	}

	.balloon::before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		right: 47%;
		top: -30px;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ffffff;
		border-left: 15px solid transparent;
	}

	.balloon2 {
		position: relative;
		padding: 20px;
		background-color: #ffffff;
		border-radius: 30px;
		border-radius: 4px;
		word-break: normal;
		width: 90%;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
		filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
		font-size: 14px;
		line-height: 2;
	}

	.balloon2::before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		right: 47%;
		top: -30px;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ffffff;
		border-left: 15px solid transparent;
	}

	.choice {
		margin-bottom: 30px;
	}

	.choice select {
		font-size: 12px;
	}

	.fukidashi-wrap {
		max-width: 100%;
	}

	.fx-flow {
		max-width: 900px;
		margin-bottom: 50px;
	}

	.fx-flow p {
		font-size: 12px;
		line-height: 1.5;
	}

	.tips-connect-manual-wrap {
		margin-bottom: 20px;
	}

	.connect-fx {
		width: 100%;
		margin: 0 0 15px;
	}

	.connect-fx select {
		font-size: 12px;
	}

	.tips2-title {
		margin-bottom: 30px;

	}

	.tips-front-rear-wrap {
		width: 100%;
	}

	.tips-front-rear {
		margin-bottom: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.tips-front {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.tips-front p {
		font-size: 12px;
		margin-top: 4px;
	}

	.tips-front img {
		position: absolute;
		left: 92%;
		top: 40%;
	}

	.tips-front:last-of-type {
		margin-bottom: 0;
	}

	.tips-rear {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.tips-message {
		width: 100%;
		margin-bottom: 20px;
	}

	.tips-message p {
		line-height: 1.2;
		padding: 20px;
	}

	.tips2-wrap {
		width: 100%;
		max-width: 660px;
	}

	.tips-fukidashi-user {
		text-align: center;
		display: flex;
		width: 100%;
		margin-bottom: 30px;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-top: 0;
	}

	.user {
		margin-left: 0;
		margin-right: 0;
		color: #000000;
		font-size: 16px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		margin-bottom: 20px;
		width: 100%;
	}

	.about-caption-picture {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 50px;
	}

	.about-picture img {
		width: 100%;
	}

	.about-picture {
		width: 100%;
	}

	.about {
		max-width: 900px;
	}

	.about-caption {
		margin-bottom: 25px;
		font-size: 14px;
		width: 100%;
	}

	.about-point01 {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.point01-img {
		width: 100%;
		height: 100%;
	}

	.point01 {
		width: 100%;
	}

	.point01-caption {
		margin-bottom: 25px;
	}

	.about-point02 {
		flex-direction: column;
		justify-content: center;
	}

	.point02-img {
		width: 100%;
		height: 100%;
	}

	.point02 {
		width: 100%;
	}

	.point02-caption {
		margin-bottom: 25px;
	}

	.eg-fx-wrap {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 20px;
	}

	.eg-fx-store {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.eb-fx-store {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.stores-box {
		max-width: 600px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.stores-box-header {
		max-width: 600px;
		width: 100%;
		font-size: 17px;
		line-height: 2.5;
		white-space: nowrap;
	}

	.store {
		margin-right: 0;
		margin-bottom: 20px;
		width: calc(96%/2);
		font-size: 14px;
	}

	.store img {
		margin-bottom: 5px;
	}

	.store:last-of-type {
		margin-bottom: 0;
	}

	.to-ec {
		max-width: 600px;
		width: 100%;
		padding: 15px;
		flex-direction: column;
	}

	.to-ec-txt {
		margin-bottom: 15px;
	}

	.to-ec-txt-p {
		width: 100%;
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 5px;
		text-align: center;
	}

	.ec-button {
		margin-top: 0;
		width: 100%;
		justify-content: center;
	}

	.to-ec-btn-img {
		margin-left: 0px;
	}

	.to-ec-img {
		width: 100%;
		margin-bottom: 30px;
	}

	.recommend-1-wrap {
		flex-wrap: wrap;
		padding-left: 20px;
		padding-right: 20px;
	}

	.recommend-1-img {
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 15px;
		padding-left: 0;
		padding-right: 0;
	}

	.recommend1-box {
		width: 360px;
		left: -19px;
		margin: 0 0 20px;
	}

	.recommend-1-title {
		width: 280px;
		font-size: 16px;
		padding: 4px;
		display: block;
	}

	.recommend-1-title>* {
		line-height: 1.2;
	}

	.recommend-1-title p:first-child {
		display: block;
	}

	.recommend-1-boxparts {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.recommend-1-icon {
		left: 30%;
	}

	.recommend-1-model {
		width: 80%;
		font-size: 25px;
		line-height: 25px;
		height: 70px;
		max-height: none;
	}

	.box-header {
		margin-bottom: 20px;
		padding: 5px 10px 15px;
	}

	.effector-title {
		margin-left: 0;
		color: #ffffff;
		font-size: 21px;
		line-height: 21px;
	}

	.recommend-1-title br {
		display: inline;
	}

	.effector-box-wrap {
		width: 100%;
		margin-bottom: 50px;
		filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
	}

	.recommend-1-box-img {
		left: -7px;
	}

	.Introduction-wrap {
		padding: 0 10px;
	}

	#Introduction {
		margin-bottom: 20px;
	}

	.recommend-1-caption {
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
	}

	.ec-fx-button-1 {
		height: 45px;
		width: 100%;
	}

	.sikaku {
		width: 20px;
	}

	.cate-header-tag {
		display: none;
	}

	.cate-caption {
		font-size: 14px;
		margin-left: 5px;
	}

	.recommend-wrap {
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}

	.recommend-2-box {
		flex-direction: column;
		width: 100%;
	}

	.recommend-2 {
		flex-direction: column;
	}

	.recommend-1-cap-btn {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.to-ec-btn-txt-2 {
		font-size: 14px;
	}

	.content-wrap {
		padding: 50px 14px;
	}

	.to-ec-btn-txt {
		font-size: 18px;

	}

	.tips-manual-pdf {
		font-size: 10px;
		line-height: 2;
	}

	.border-top {
		width: 100%;
	}

	.border-bottom {
		width: 100%;
		background-color: #cc0813;
		height: 4px;
	}

	.point-title-caption {
		font-size: 18px;
		line-height: 1.4;
	}

	.point01-caption {
		font-size: 14px;
		line-height: 1.8;
	}

	.point02-caption {
		font-size: 14px;
		line-height: 1.8;
	}

	.tips1-title br {
		display: inline;
	}

	.user-title h2 {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.about-title2 h3 {
		font-size: 20px;
	}

	.border-top {
		height: 2px;
	}

	.border-bottom {
		height: 2px;
	}
}

@media (max-width:415px) {
	.recommend-1-box-img {
		margin-right: 0;
		width: 100%;
	}

	.recommend-1-model {
		left: 9%;
		top: 9%;
		font-size: 18px;
		height: 55px;
		line-height: 20px;
	}

	.recommend1-box {
		width: 260px;
		left: -20px;
		margin: 0px 0 20px;
	}

	.recommend-1-title {
		width: 194px;
		font-size: 12px;
		padding: 1px;
	}

	.connect-fx select {
		font-size: 10px;
	}

	.tips1-title h2 {
		font-size: 20px;
	}

	.tips2-title h2 {
		font-size: 20px;
	}

	.effector-title h2 {
		font-size: 20px;
	}

	.third-sankaku-img {

		margin-bottom: 0;
		padding: 30px 0;
	}

	.second-title h2 {
		font-size: 14px;
	}

	.second-title {
		padding: 30px 0;
	}

	.second-title br {
		display: inline;
	}

	#third {
		background-color: #CC0813;
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.ikebepro1 {
		font-size: 16px;
		margin-bottom: 0;
		line-height: 2;
	}

	.ikebepro2 {
		font-size: 24px;
		margin-bottom: 0;
		line-height: 1.5;
	}

	.ikebepro2 br {
		display: inline;
	}

	.content-wrap1 {
		max-width: 800px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		text-align: center;
		align-items: center;
		flex-direction: column;
	}

	.content-left {
		font-size: 13px;
		color: #FFFFFF;
		line-height: 2.2;
		margin-right: 0px;
		margin-left: 0;
		width: 95%;
		margin-bottom: 50px;
	}

	.content-right {
		margin-right: 0;
		margin-left: 0;
		width: 100%;
	}

	.content-right img {
		width: 100%;
	}

	.effector-title h3 {
		color: #000000;
	}

	.pc {
		display: none !important;
	}

	.tips-staff {
		font-size: 16px;
		flex-direction: column-reverse;
		margin-bottom: 25px;
	}

	.tips-fukidashi-staff {
		text-align: center;
		display: flex;
		width: 100%;
		margin-bottom: 25px;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.balloon {
		position: relative;
		padding: 20px;
		background-color: #ffffff;
		border-radius: 30px;
		border-radius: 4px;
		word-break: normal;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
		filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 4));
		font-size: 14px;
		line-height: 2;
	}

	.balloon::before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		right: 45%;
		top: -30px;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ffffff;
		border-left: 15px solid transparent;
	}

	.balloon2 {
		position: relative;
		padding: 20px;
		background-color: #ffffff;
		border-radius: 30px;
		border-radius: 4px;
		word-break: normal;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: left;
		filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
		font-size: 14px;
		line-height: 2;
	}

	.balloon2::before {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		right: 45%;
		top: -30px;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ffffff;
		border-left: 15px solid transparent;
	}

	.fukidashi-wrap {
		max-width: 100%;
	}

	.fx-flow {
		max-width: 660px;
	}

	.tips-front-rear-wrap {
		width: 100%;
	}

	.tips-front-rear {
		margin-bottom: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.tips-front {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.tips-front p {
		font-size: 10px;
		margin-top: 4px;
	}

	.tips-front img {
		position: absolute;
		left: 92%;
		top: 40%;
	}

	.tips-front:last-of-type {
		margin-bottom: 0;
	}

	.tips-rear {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.tips-message {
		width: 100%;
		margin-bottom: 20px;
	}

	.tips-message p {
		line-height: 1.2;
		padding: 10px 15px 10px 15px;
	}

	.tips2-wrap {
		width: 100%;
		max-width: 660px;
	}

	.tips-fukidashi-user {
		text-align: center;
		display: flex;
		width: 100%;
		margin-bottom: 30px;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.user {
		margin-left: 0;
		margin-right: 0;
		color: #000000;
		font-size: 16px;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-start;
		margin-bottom: 20px;
	}

	.about-caption-picture {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 50px;
	}

	.about-picture {
		width: 100%;
	}

	.about {
		max-width: 900px;
	}

	.about-caption {
		margin-bottom: 25px;
		font-size: 13px;
		width: 100%;
	}

	.about-point01 {
		flex-direction: column-reverse;
		justify-content: center;
	}

	.point01-img {
		width: 100%;
		height: 100%;
	}

	.point01 {
		width: 100%;
	}

	.point01-caption {
		margin-bottom: 25px;
	}

	.about-point02 {
		flex-direction: column;
		justify-content: center;
	}

	.point02-img {
		width: 100%;
		height: 100%;
	}

	.point02 {
		width: 100%;
	}

	.point02-caption {
		margin-bottom: 25px;
	}

	.eg-fx-store {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.eb-fx-store {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.stores-box {
		max-width: 600px;
		padding-left: 15px;
		padding-right: 15px;
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.stores-box-header {
		max-width: 600px;
		width: 100%;
		font-size: 14px;
		line-height: 2.5;
		white-space: nowrap;
	}

	.store {
		margin-right: 0;
		margin-bottom: 20px;
		width: calc(96%/2);
		font-size: 14px;
	}

	.store:last-of-type {
		margin-bottom: 0;
	}

	.to-ec {
		max-width: 600px;
		width: 100%;
		padding: 15px;
		flex-direction: column;
	}

	.to-ec-txt {
		margin-bottom: 15px;
	}

	.to-ec-txt-p {
		width: 100%;
		font-size: 14px;
		margin-top: 0;
		margin-bottom: 5px;
		text-align: center;
	}

	.ec-button {
		margin-top: 0;
		width: 100%;
		justify-content: center;
	}

	.to-ec-btn-img {
		margin-left: 0px;
	}

	.to-ec-img {
		width: 100%;
		margin-bottom: 30px;
	}

	.recommend-1-wrap {
		flex-wrap: wrap;
		padding-left: 10px;
		padding-right: 10px;
	}

	.recommend-1-img {
		width: 100%;
		height: 100%;
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 15px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.recommend-1-boxparts {
		width: 100%;
		display: flex;
		flex-direction: column;
	}

	.recommend-1-icon {
		left: 30%;
	}

	.box-header {
		margin-bottom: 20px;
	}

	.recommend-1-title br {
		display: inline;
	}

	.effector-box-wrap {
		width: 100%;
		margin-bottom: 50px;
		filter: drop-shadow(0 1px 2px rgb(0, 0, 0));
	}

	.Introduction-wrap {
		padding: 0 10px;
	}

	#Introduction {
		width: 100%;
		margin-bottom: 20px;
	}

	.recommend-1-caption {
		width: 100%;
		font-size: 14px;
		line-height: 1.2;
	}

	.ec-fx-button-1 {
		height: 45px;
		width: 100%;
	}

	.sikaku {
		width: 20px;
	}

	.cate-caption {
		font-size: 14px;
		line-height: 1.2;
		margin-left: 5px;
	}

	.recommend-wrap {
		flex-direction: column;
		padding-left: 20px;
		padding-right: 20px;
	}

	.recommend-2-box {
		flex-direction: column;
		width: 100%;
	}

	.recommend-2 {
		flex-direction: column;
	}

	.recommend-img {
		margin-left: auto;
		margin-right: auto;
	}

	.ec-fx-button-2-wrap {
		flex-direction: column;
	}

	.ec-fx-button-2 {
		margin-right: 0;
		width: 100%;
		margin-bottom: 10px;
	}

	.content-wrap {
		padding: 50px 14px;
	}

	.to-ec-btn-txt {
		font-size: 14px;
	}

	.tips-manual-pdf {
		font-size: 9px;
		line-height: 2;
	}

	.border-top {
		width: 100%;
	}

	.border-bottom {
		width: 100%;
		background-color: #cc0813;
		height: 4px;
	}

	.point-title-caption {
		font-size: 18px;
		line-height: 1.4;
	}

	.point01-caption {
		font-size: 14px;
		line-height: 1.8;
	}

	.point02-caption {
		font-size: 14px;
		line-height: 1.8;
	}

	.tips1-title br {
		display: inline;
	}

	.user-title h2 {
		font-size: 20px;
	}

	.about-title2 h3 {
		font-size: 20px;
	}

	.border-top {
		height: 2px;
	}

	.border-bottom {
		height: 2px;
	}

}