@charset "utf-8";

/**
 * Setup
 */

 @font-face {
	font-family: 'notosans';
	src:
		url('../font/NotoSans-Black.ttf') format('trueType');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'notosas';
	src:
		url('../font/NotoSans-Bold.ttf') format('trueType');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'notosans';
	src:
		url('../font/NotoSans-Regular.ttf') format('trueType');
	font-weight: 400;
	font-style: normal;}

@font-face {
	font-family: 'gt_america';
	src:
		url('../font/GT-America-Standard-Bold-Y.otf') format('openType');
	font-weight: 900;
	font-style: normal;
}


*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: "noto-Sans", "Meiryo", 'MS PGothic', sans-serif;
	font-size: 1.6rem;
	margin: 0;
	-webkit-font-smoothing: antialiased;  /* ← 追加 */
    -moz-osx-font-smoothing: grayscale;   /* ← 追加（Firefox Mac対応） */
}

h1,
h2,
h4,
h5,
h6 {
	font-weight: 400;
}

h3 {
	font-family: "notosans";
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 2.8rem;
	color: var(--main);
	position: relative;
	display: inline-block;
}

h3::before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	left: 50px;
	height: 4px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: var(--main);
}

h4 {
	font-family: "notosans";
	font-weight: 900;
	font-size: 2.2rem;
	color: var(--main);
	margin: 20px auto;
	border-bottom: #597479 1px solid;
}
h5 {
	font-family: "notosans";
	font-weight: 700;
	font-size: 2rem;
	color: var(--main);
	margin: 20px auto;
	border-bottom: #597479 1px solid;
	line-height: 1.3;
	padding-bottom: 9px;
}

a {
	color: var(--black);
	text-decoration: none;
}

a:hover {
	opacity: 0.5;
	/* color: #4e4e4e;
	background-color: rgb(215, 217, 231);
	border-left: 5px solid #E9EFEE; */
}

.active {
	background-color: var(--main);
	color: var(--wh);
	border-radius: 5px;
}

.contents .navigation .list .headline a.active::before {
	background: #fff;
}

img {
	max-width: 100%;
}

ul {
	padding-left: 0;
}

input[type="text"],
input[type="password"],
textarea {
	border: 1px solid #ccc;
}

li {
	list-style: none;
}

hr {
	border: 1px solid #ddd;
}

/* ------241016------ */
/* div,
p {
	word-break: normal;
} */

/* strong{} */
em {
	font-style: normal;
}

.grid {
	/* margin: 0 0 50px 0; 0907ret*/
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}


table {
	table-layout: fixed;
	color: var(--black);
	font-family: "notosans";
	font-size: 1.6rem;
	font-weight: 400;
	border-collapse: collapse;
	margin: 50px auto;
	max-width: 720px;
	width: 100%;  
}

tr ul {
	padding: 0;
	margin: 0;
}

th {
	font-family: "notosans";
	text-align: left;
	vertical-align: middle;
	background-color: var(--bg);
	border: 1px solid #999;
	padding: 10px;
	font-weight: 400;
}

td {
	font-family: "notosans";
	text-align: left;
	border: 1px solid #999;
	padding: 10px;
	font-weight: 400;
}

ol {
	padding-left: 0;
}

:root {
	--black: #010101;
	--main: #597479;
 	--header: #E5E5E5;
	--bg: #e9efef;
	--wh: #fefefe;
	--note: #ffffff;
	--note_posi: #e9efef;
}

html {
	font-size: 62.5%;
	line-height: 1.8;
}

#wrapper {
	padding: 110px 0;
}

	.header_ttl a .noto{
		font-family: "notosans";
		font-weight: 400;
		font-size: 1.6rem;
		display: inline-block;
		color: var(--black);
	}
	#header {
		width: 100%;
		padding: 15px 0;
		background:var(--header);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#header .header_inner {
		position: relative;
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
		width: 94vw;
	}


	#header .header_inner .header_item img {
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
	}
	.header_item img {
		padding-left: 0;
	}

	.header_ttl a {
		font-family: "gt_america";
		font-size: 2.2rem;
		font-weight: 700;
		color: var(--black);
		text-decoration: none;
		position: absolute;
		left: 280px;
		top: 50%;
		text-align: center;
		transform: translate(-50%, -50%);
		width: 720px;
	}
	.contents {
		max-width: 1080px;
		width: 95%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	.contents .navigation {
		width: 280px;
		max-height: calc(100vh - 180px);
		overflow-y: auto;
		-ms-overflow-style: none;
		scrollbar-width: thin;
		position: fixed;
		padding-bottom: 80px;
		/* left: calc((100% - 1080px) / 2); */
	}

	.contents .main {
		max-width: 720px;
		width: 100%;
		position: absolute;
		right: 0;
	}
 
	section {
		margin: 100px auto;
		position: relative;
	}

	.section_title  {
	position: relative;
	}
	.section_title p {
		font-family: "notosans";
		font-weight: 900;
		color: var(--black);
		-webkit-text-stroke: 3px #E9EFEE;
		paint-order: stroke fill;
		padding: 13px 0 10px 25px;
		display: block;
		width: 100%;
		background-image: url(../img/ttl_bar.png);
		background-repeat: no-repeat;
		height: 50px;
	}

	.section_title::before {
		content: "";
		position: absolute;
		left: 9px;
		top: 50%;
		transform: translateY(-50%);
		height: 26px;
		width: 7px;
		background: var(--black);
		border-radius: 3.5px;
	}

.section_title p::before {
    font-family: "notosans";
    font-weight: 900;
    color: var(--black);
    -webkit-text-stroke: 3px #E9EFEE;
    paint-order: stroke fill;
    padding: 13px 0 10px 10px;
    display: block;
    width: 100%;
	height: auto;
    background-image: url(../img/ttl_bar.png);
    background-repeat: no-repeat;
    height: 50px;
}
.ttl_group {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}

.ttl_group>h3:nth-child(2) {
	margin-top: 100px;
}

.yt_thumb {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	margin-bottom: 230px;
	padding-bottom: 20px;
}

.yt_thumb_mb280 {
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	margin-bottom: 280px;
	padding-bottom: 20px;
}

.yt_movie {
	width: 70%;
	height: 250px;
	position: absolute;
	left: -50%;
	transform: translate(95%, 0);
}



.ring_led {
	width: 100px;
	margin: 0 auto;
}

.sp {
	display: none;
}

.section_bg {
	background-color: #E9EFEE;
	padding-bottom: 100px;
}

.controller {
	width: 260px;
	margin: 0 auto;
}

.controllerx2 {
	width: 140px;
	margin: 0 auto;
}

.btn_rotate {
	width: 140px;
	margin: 0 auto;

}

.sencor_tap {
	width: 200px;
	margin: 0 auto;
}

.app_link {
	color: var(--main);
	font-family: "notosans";
	font-weight: 700;
	text-decoration: underline;
}

.app_link::after {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/link_icon.svg);
    margin-top: -8px;
    transform: translateY(10px);
}

/* ------------ safari --------------- */
_::-webkit-full-page-media, _:future, :root .app_link::after {
	content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/link_icon.svg);
    margin-top: -8px;
    transform: translateY(10px);
}


.connect_subttl {
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--black);
	margin-left: 0;
	margin-top: 30px;
}


.mainvisual_logo {
	position: absolute;
	top: 50%;
	left: 20%;
	transform: translate(-50%, -50%);
}

.mainvisual_logo img {
	max-width: 147px;
}


.pic img {
	margin: 0 auto;
	width: 100vw;
}
	/* ------------ partsname start -------------- */
	.part_names_list {
		padding-left: 0;
		display: grid;
		gap: 3rem;
	}

	.part_names_list li {
		width: 100%;
		max-width: 440px;
		margin: 30px auto 30px;
		padding-top: 10px;
	}

	.part_names_list li img {
		display: block;  /* ← 追加 */
		margin: 0 auto;
	}

	.part_name_item {
		position: relative;
	}
	.name_controller {
	font-family: "notosans";
	color: var(--main);
	font-size: 2rem;
    font-weight: 700;
    position: absolute;
    top: 91%;
    left: 20%;
    transform: translate(-50%, -50%);
		}

	/* ------------ part_labels PC -------------- */
	.part_labels {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.part_labels li {
		position: absolute;
		font-size: 1.6rem;
		font-weight: 400;
		white-space: nowrap;
	}
	.part_labels li:nth-child(4),
	.part_labels li:nth-child(5) {
		font-size: 2rem;
		font-weight: 700;
	}
	.label_delay {
		top: -15%;
		left: 95%;
		transform: translate(-50%, 0);
	}
	.label_reverb {
		top: 20%;
		left: 58%;
		transform: translate(-50%, 0);
	}
	.label_chorus {
		top: 20%;
		left: 129%;
		transform: translate(-50%, 0);
	}
	.label_ringled {
		top: 71%;
		left: 60%;
		transform: translate(-50%, 0);
	}
	.label_powerled {
		top: 70%;
		left: 117%;
		transform: translate(-50%, 0);
	}
	.label_audio {
		top: 90%;
		left: 95%;
		transform: translate(-50%, 0);
	}
/* ------------ partsname end -------------- */
/* ------------ connect_poer start -------------- */
	.slide_to_arrow {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-7%, -230%);
	}
	.attach_plug ul {
		padding-bottom: 50px;
		padding: 0;
	}
	
	.connecting_cable {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 345px;
		margin: 40px auto;
		padding-left: 0;
	}
	
	.connecting_cable li {
		padding: 0 10px;
	}
/* ------------ connect_poer end -------------- */
/* ------------ use_looer start -------------- */
.lineout ul {
	display: flex;
	justify-content: space-between;
	padding-left: 0;
}

.lineout ul li img {
	max-width: 168px;
	width: 100%;
	display: block;
}

#use_looper .inner_undo_redo ul {
	position: relative;
	border-bottom: 1px solid #E9EFEE;
	padding: 50px 20px;
	margin: 0 auto;
	width: 640px;
}

#use_looper .inner_undo_redo ul .arrow::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid #E9EFEE;
	border-bottom: 0;
	z-index: 10;
}

/* ------------ use_looer end -------------- */
.note {
	background-color: var(--note);
	display: flex;
	max-width: 640px;
	margin: 20px auto;
	position: relative;
	border-radius: 5px;
}
.note_posi {
	background-color: var(--note_posi);
	display: flex;
	max-width: 640px;
	margin: 20px auto;
	position: relative;
	border-radius: 5px;
}

.note_icon {
	width: 57px;
}

.note_text:before {
	content: 'Note';
	position: absolute;
	display: inline-block;
	width: 57px;
	height: 20px;
	background-color: var(--main);
	color: var(--wh);
	text-align: center;
	font-family: "notosans";
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	border-radius: 3px;
	top: 0;
	left: 0%;
	transform: translate(28%, 104%);
}

.note p {
	padding-left: 84px;
	padding-right: 11px;
}
.note_posi p {
	padding-left: 84px;
	padding-right: 11px;
}


.battery_led {
	padding-top: 0;
	margin-right: 20px;
	max-width: 100px;
	width: 100%;
	align-self: center;
}

.auto_power_grid {
	padding: 0;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

/* arrow flex start */

#undo_redo .inner ul:nth-last-of-type(2),
#undo_redo .inner ul:last-child:after {
	content: none;
}

.ta_effect_note {
	display: flex;
	justify-content: space-between;
	max-width: 300px;
	padding: 5px;
	margin: 0 auto;
}

.ta_effect_note figure {
	margin: 10px;
	width: 110px;
	height: 110px;
	text-align: center;
}

.ta_effect_note figure img {
	width: 100px;
	text-align: center;
}

.ta_effect_note figcaption {
	line-height: 1.4;
}
.shrink{
	display: block;
}

.mtb20{
	margin: 20px 0px;
}
.grid-item .mtb20{
	margin: 20px 0px;
}
/* ----------------- bluetooth start ------------------ */
.blue_tooth_arrow .inner ul {
	position: relative;
	border-bottom: 1px solid var(--main);
	padding: 50px 20px;
	margin: 0;
}
.blue_tooth_arrow .inner ul:nth-child(5) {
	justify-content: space-between;
}
.blue_tooth_arrow .inner ul li{
	position: relative;
	/* border-bottom: 1px solid #E9EFEE; */
	padding: 50px 0px;
	margin: 0;
}

.blue_tooth_arrow .inner ul::after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 20px solid var(--main);
	border-bottom: 0;
	z-index: 10;
}

.blue_tooth_arrow .inner ul:nth-last-of-type(2),
.blue_tooth_arrow .inner ul:last-child:after {
	content: none;
}

.blue_tooth_arrow .inner ul:nth-child(2) {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.blue_tooth_arrow .inner ul:nth-child(2) li {
	padding: 10px;
}

.blue_tooth_arrow .inner .note_group:first-child {
	margin-top: 0;
	padding-top: 0;
}

.blue_tooth_arrow ul:nth-child(3) {
	max-width: 640px;
	width: 90%;
	margin: 0 auto;
	margin-top: 0;
	padding-top: 10px;
	padding-left: 70px;
}

.blue_tooth_arrow ul:nth-child(3) li {
	padding: 0 20px;
}

/* ----------------- bluetooth end ------------------ */

.chorus_heading h4 {
	color: var(--black);
	padding-bottom: 0;
	margin-bottom: 3px;
	border-bottom: #010101 1px solid;
}

.firmware li {
	padding-bottom: 30px;
}

.updata_failed {
	display: flex;
}
.num_heading {
	padding-right: 8px;
}

/* ---------------- lottie --------------- */

.in_tune {
	width: 160px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

.taeffects_onoff {
	display: flex;
	justify-content: space-evenly;
	max-width: 722px;
	width: 100%;
	/* margin-left: 0; */
	padding-left: 0;
}

.taeffects_onoff figure{
	max-width: 158px;
	width: 110px;
	/* margin: 0 auto; */
	/* margin-left: 0; */
	margin-bottom: 50px;
	text-align: center;
}
.bluetoothplay .grid-item:nth-child(1){
	padding-right: 10px;		
	width: 50%;
}
.tuning_area{
	position: relative;
	font-family: "notosans";
}
.tuning_area li:nth-child(1){
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-290%, 60%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.tuning_area li:nth-child(2){
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%, -177%);
		-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.tuning_area li:nth-child(3){
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(103%, 60%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}

.firmware_ttlup{
	display: block;
	font-family: "notosans", sans-serif;
	font-weight: 700;
	border-bottom: #597479 1px solid;
	font-size: 2rem;
	color: var(--main);
	margin: 10px auto;
}


	#footer {
		width: 100%;
		position: fixed;
		bottom: 0;
		z-index: 99;
		background-color: #f1f1f1;
	}
    #footer .copyright {
        margin: 0 auto;
        padding: 5px 0px 5px 0px;
        text-align: right;
        font-size: 1rem;
        color: gray;
        max-width: 1080px;
    }
	
	.contents .navigation::-webkit-scrollbar {
		display: none;
	}

	.contents .navigation .name {
		margin-bottom: 0px;
		text-align: center;
	}

	.contents .navigation a .description {
		line-height: 150%;
		text-align: center;
		margin-top: 0;
		text-decoration: none;
	}

	.products_name p {
		text-align: center;
		margin-top: 0;
		font-weight: 700;
		text-decoration: none;
	}

	.products_name a p {
		text-decoration: none;
	}

	.contents .navigation .list {
		margin-bottom: 15px;
	}

	.contents .navigation .list ul {
		border-top: 1px solid #DBDBDB;
		padding-left: 0;
	}

	.contents .navigation .list li {
		border-bottom: none;
		position: relative;
	}

	.contents .navigation .list li::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 5px;
		right: 5px;
		height: 1px;
		background: var(--main);
	}

	.contents .navigation .list .headline a {
		padding: 15px;
		display: block;
		position: relative;
		text-decoration: none;
		font-family: "notosans";
		font-size: 1.6rem;
		font-weight: 900;
		padding-left: 25px;
	}
	a {
		color: var(--main);
	}
	a:active {
		color: var(--wh);
	}

	.contents .navigation .list li a::before {
		content: "";
		position: absolute;
		left: 9px;
		top: 50%;
		transform: translateY(-50%);
		height: 26px;
		width: 7px;
		background: var(--main);
		border-radius: 3.5px;
	}
	.contents .navigation .list li:nth-child(12) a::before {
		content: none;
	}

	.contents .navigation .list .headline span {
		padding: 15px;
		display: block;
		background: url('../../assets/img/ico_arrow_down.svg') right 10px top 50% no-repeat;
		cursor: pointer;
		font-size: 1.6rem;
		font-weight: bold;
		color: #3FAFBF;
	}

	.contents .navigation .list .headline a#hd1 {
		display: inline-block;
		width: 280px;
		padding-right: 2px;
	}

	.contents .navigation .list .headline span#hd1 {
		display: inline-block;
		vertical-align: middle;
	}

	.contents .navigation .list .headline span.act {
		background: url('../../assets/img/ico_arrow_up.svg') right 10px top 50% no-repeat #D9EFF3 !important;
	}

	.contents .navigation .list .text {
		display: none;
	}

	.contents .navigation .list .text a {
		padding: 15px;
		display: block;
		position: relative;
		background: #D9EFF3;
		text-decoration: none;
	}

	.contents .navigation .list .text a:after {
		content: "";
		width: 7px;
		height: 7px;
		border: solid 1px var(--black_color);
		border-top: none;
		border-left: none;
		position: absolute;
		top: 35%;
		right: 16px;
		transform: rotate(-45deg);
		margin-left: 5px;
		margin-top: 2px;
	}

	.contents .navigation .list .text .link {
		border-top: 1px solid #DBDBDB;
	}

	.contents .navigation .remarks {
		line-height: 160%;
        font-size: 1.1rem;
        color: rgb(136, 136, 136);
        max-width: 269px;
        width: 92%;
        margin: 0 auto;
	}
	/* ----------------- TAG Remote Appを使う ----------------- */

	.app {
		display: flex;
		justify-content: space-evenly;

	}

	.app img {
		width: 80%;
		margin: 0 auto;
		display: block;
		margin-right: 0;
	}

	.num_heading {
		color: var(--main);
		font-weight: 900;
		font-size: 2rem;
	}

	.subheading {
		font-family: "notosans";
		font-weight: 900;
		font-size: 2rem;
	}
	.effect_subheading {
		font-family: "notosans";
		font-weight: 900;
		font-size: 1.6rem;
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
	}

	.effect_subheading:after {
		content: '';
		position: absolute;
		left: 50px;
		bottom: 0px;
		display: inline-block;
		width: 100px;
		height: 3px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: var(--main);
	}
	.connected {
		padding-top: 62px;
	}

/* --------------- common end ---------------------- */
/* ccccccc */
/*
 * BACKGROUND Rules = #ffffff or #000000
 * TEXT Rules = #fefefe or #010101
*/
/**************************************************
/**************************************************
/**************************************************
* Development PC pppppp*/






	.pc {
		display: block;
	}

	.tb {
		display: none;
	}

	.contents .main {
		position: absolute;
		max-width: 720px;
		width: calc(100% - 300px);
		position: relative; 
		margin-left: auto;
	}

	.container {
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}
	.list_table {
		max-width: 720px;
	}
	.inner {
		width: 640px;
		margin: 0 auto;
	}

	.inner_flex {
		width: 640px;
		margin: 0 auto;
	}

	.inner_undo_redos {
		width: 640px;
		margin: 0 auto;
	}

	.inner_lineout {
		width: 640px;
		margin: 0 auto;
	}

	.grid_lineout {
		/* margin: 0 0 50px 0; 0907ret*/
		padding: 0;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}

	.grid_lineout>.grid-item {
		max-width: 25%;
	}

	.grid_lineout>.grid-item:nth-child(2) {
		min-width: 25%;
	}

	.volume_setting {
		width: 100%;
	}

	/* .grid {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	} */

	.grid-iterm {
		list-style: none;
	}

	.grid-col-2>.grid-item {
		width: 50%;
	}

	.grid-col-3>.grid-item {
		width: 25%;
	}

	.grid_lineout .grid-col-3>.grid-item {
		width: 25%;
	}

	.grid-col-3>.grid-item:nth-child(1) {
		margin-right: 23px;
	}

	.grid-col-3>.grid-item:nth-child(2) {
		width: 50%;
	}

	.grid-col-3_flex>.grid-item:nth-child(2) {
		margin: 0 auto;
		width: 200px;
	}

	.grid-col-3>.grid-item:nth-child(3) {
		margin-left: 23px;
	}

	.grid-col-4>.grid-item {
		max-width: 145px;
		padding: 0px;
		margin: 0 auto;
		width: 100%;
	}

	.grid-col-4>li:nth-child(2) {
		text-align: center;
	}

	.grid_flex {
		padding: 50px 0;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		border-bottom: 1px solid #E9EFEE;
		background-color: #F2F2F2;
		text-align: center;
	}

	.grid_center {
		display: block;
		justify-content: center;
		text-align: center;
	}

	.grid_center li:first-child img {
		max-width: 180px;
		width: 100%;
	}

	.grid_row {
		display: flex;
	}

	.grid_side {
		display: flex;
		width: 300px;
		margin: 0 auto;
		justify-content: space-around;
	}

	/* ----------------- power_on start-------------------- */

	.auto_power_onoff {
		justify-content: space-evenly;
	}

	/* ----------------- power_on end-------------------- */

	.operate {
		color: var(--main);
	}


	#note_ta_effect {
		align-items: flex-start;
		justify-content: space-between;
		max-width: 600px;
		width: 100%;
	}


	#note_ta_effect li:not(:nth-child(2)) {
		text-align: center;
	}

	#note_ta_effect .note_text {
		text-align: left;
	}

	.note_group {
		margin-top: 0;
	}

	.note>img {
		width: 57px;
		height: 29px;
		padding-top: 10px;
	}

	.note_block {
		background-color: var(--note);
		display: flex;
		margin: 20px auto;
		position: relative;
	}
	.note_block_posi {
		background-color: var(--note_posi);
		display: flex;
		margin: 20px auto;
		position: relative;
	}

	.note_block p {
		padding-right: 0;
		padding-bottom: 40px;
	}
	.note_block_posi p {
		padding-right: 0;
		padding-bottom: 40px;
	}

	.note_pic {
		width: 57px;
		position: absolute;
		top: 21%;
		left: 0;
		transform: translate(50%, 50%);
	}

	.anim {
		width: 260px;
	}

	.subttl_group {
		width: 100%;
		max-width: 680px;
		margin: 0 auto;
		/* margin-top: 50px; */
		padding-top: 10px;
	}

	.flow_odd {
		padding: 50px 20px;
		background-color: var(--bg);
		margin-bottom: 0;
	}

	#ta_effects>.section_bg>.inner>.grid-col-2 .grid-item {
		width: 80%;
		margin: 0 auto;
		max-width: 640px;
		margin-right: 20px;
	}

	.use_tuner_cont {
		margin-bottom: 200px;
	}

	.yt_ttl {
		font-family: "notosans";
		font-weight: 700;
	}

	.sec_caption {
		padding-top: 30px;
		margin-bottom: 0;
	}

	/* ----------------- TAG Remote Appを使う ----------------- */
	.grid_app {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	.grid_app .grid_app-item p {
		margin-top: 0;
	}

	.grid_app li:first-child {
		max-width: 310px;
		width: 100%;
	}
	.grid_app li:nth-child(2) {
		max-width: 300px;
		width: 95%;
	}
	.grid_app li ul li:nth-child(2) {
		max-width: 300px;
		width: 100%;
	}

	.process{
		display: flex;
		justify-content: center;
		padding: 0;
	}

	.process:first-of-type{
		flex-direction: row-reverse;
	}

	.process>li>p {
		margin-top: 0;
		position: relative;
	}


	.process li img {
		max-width: 262px;
		width: 100%;
}

	.process li:nth-child(3){
		max-width: 330px;
		width: 100%;
		padding-left: 20px;
	}
	.process li:first-child p::after{
		content: "";
		position: absolute;
		left: -90px;
		top: 37%;
		transform: translateY(-50%) rotate(90deg);
		width: 54px;
		height: 74px;
		background: url(../img/bt_icon_arrow.svg) no-repeat;
	}
	.process li:nth-child(3) {
		position: relative;
    }
	.process li:nth-child(3) .connected::after {
		content: "";
		position: absolute;
		left: -29%;
		top: auto;
		bottom: -190px;
		transform: translate(-50%, -50%);
		width: 120px;
		height: 164px;
		background: url(../img/connect_arrow_pc.svg) no-repeat;
    }
	.Other_Functions li:first-child img {
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
	}

	/* ----------------- firmware ----------------- */
	.firmware {
		width: 100%;
		padding-left: 0;
	}

	.firmware_ttl {
		color: var(--main);
		font-family: "notosans";
		font-weight: 900;
		font-size: 2rem;
		border-bottom: #597479 1px solid;
		margin-bottom: 10px;
	}

	.note_app {
		background-color: var(--note);
		display: flex;
		max-width: 640px;
		margin: 20px auto;
		position: relative;
		border-radius: 5px;
	}
	.note_text_app::before {
		content: url(../img/note.png);
		vertical-align: middle;
		padding-right: 5px;
	}

	/* ----------------- open_source ----------------- */
	.open_source_text>h2 {
		font-family: "notosans";
		font-size: 2rem;
		font-weight: 900;
		padding-top: 40px;
	}

	/* ----------------- open_source ----------------- */

	/* .undo_redo lottie-player:not(:first-child){
	border: green solid 1px;
	width: 100%;
	} */

	/* .note_text::before{
		content: url(/assets/img/note.png);
		vertical-align: middle;
		padding-right: 5px;

	} */
	.section_title {
		margin-bottom: 15px;
		line-height: 100%;
		font-size: 2.2rem;
		font-weight: bold;
		color: var(--black);
	}


	.ttl_caption {
		font-size: 1.8rem;
		font-family: "notosans";
		font-weight: 400;
	}

	#mainvisual {
		position: relative;
	}

	#mainvisual img {
		margin: 0 auto;
	}

	#mainvisual .remarks {
		display: none;
	}



	.mainvisual_logo p {
		color: var(--wh);
		text-align: center;
		margin-top: 10px;
		position: absolute;
		top: 60%;
		transform: translate(10px, 10px);
	}

	/* ---------------------- Individual -------------------------------- */

	.text_bold {
		font-weight: 700;
	}

	.mt_50 {
		margin-top: 50px;
	}
	.ml_0

	.ai_s {
		align-items: start;
	}

	.pd_0 {
		padding: 0;
	}

	.ai_s li:first-child {
		align-items: start;
	}

	.tac {
		text-align: center;
	}

	/* ---------------------- Individual -------------------------------- */
	/* -------------- name_pats start -------------- */

	.attach_plug ul li:first-child img {
		margin: 0 auto;
		width: 100%;
		max-width: 680px;
	}

	.name_pats {
		margin-top: 40px;
		margin-bottom: 80px;
	}

	.part_names_list ul {
		margin: 0 auto;
	}


	.lineout {
		max-width: 436px;
		width: 100%;
		margin: 0 auto;
	}

	.lineout_caption {
		padding-top: 50px;
	}

	.lineout ul p {
		font-weight: 500;
		text-align: center;
		margin-top: 0;
	}

	.lineout_volume {
		background-color: unset;
		text-align: left;
	}

	.line_out li:nth-child(2) {
		width: 25%;
	}

	/* -------------- name_pats start -------------- */
	/* -------------- connect_power start -------------- */

	.attach_plug ul li:first-child {
		position: relative;
	}

	.connecting_cable {
		display: flex;
		justify-content: center;
		width: 100%;
		max-width: 390px;
		margin: 40px auto;
		padding-left: 0;
	}

	.connecting_cable li:nth-child(2) {
		padding: 15px 20px;
	}

	#ring_led {
		width: 100px;
	}
.loop_volume_area{
	position: relative;
}
.loop_volume_area>.loop_volume_item>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -120%);
	width: 130px;
}
	/* -------------- connect_power end -------------- */
	/* -------------- power_on start -------------- */

	#power_on {
		width: 260px;
		margin: 0 auto;
	}



	/* -------------- power_on end -------------- */

	/* arrow start */
	#use_looper .inner ul {
		position: relative;
		border-bottom: 1px solid #E9EFEE;
		padding: 50px 20px;
		margin: 0;
	}

	#use_looper .inner ul::after {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 20px solid #E9EFEE;
		border-bottom: 0;
		z-index: 10;
	}

	/* 追加 */
	.no_arrow::after {
		content: none !important;
	}

	.btm_noborder {
		border-bottom: none !important;
	}

	/* arrow end  */

	/* ------------- bluetooth start ---------------- */

	.device_bluetooth img{
		padding: 0	15px;
	}

	.blue_tooth_arrow ul:nth-child(2) {
		max-width: 640px;
		width: 80%;
		margin: 0 auto;
	}

	.blue_tooth_arrow ul:nth-child(2) li img {
		width: 260px;
	}
	.grid_app .grid_app-item p {
        margin-top: 0;
    }
	.note_app p {
        padding: 41px 10px 0;
    }
    .note_text_app:before {
        content: 'Note';
        position: absolute;
        width: 57px;
        height: 20px;
        background-color: var(--main);
        color: var(--wh);
        text-align: center;
        font-family: "notosans";
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.2;
        border-radius: 3px;
        top: 10px;
        left: 3%;
    }

.blue_tooth_arrow .inner .nextsong_ope{
    align-items: start;
	padding: 0px 20px;
    background-color: var(--bg);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
.blue_tooth_arrow .inner .nextsong_ope img{
padding: 0	20px;
}



	/* ------------- bluetooth end ---------------- */

	/* ------------------- use tuner start ---------------- */

	/* ------------------- use tuner end ---------------- */
	



/* -------------- tb  ---------- */
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
 * Development tb ttt
 */
/* @media only screen and (min-width: 720px)and (max-width: 999px)  */

	/* サイドバーなし//////////////// */
@media only screen and (max-width:1024px) {

	#header .navigation a,
	#header .navigation span {
		position: relative;
		text-decoration: none;
		color: var(--black);
	}

	.container {
		width: 100%;
		max-width: 640px;
		margin: 0 auto;
	}
		.list_table {
		max-width: 720px;
	}

	.contents .main {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
		position: static;
	}

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	.tb {
		display: block;
	}

	.inner {
		width: 640px;
		margin: 0 auto;
	}

	#mainvisual  {
		position: relative;
	}
	#mainvisual img {
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}

	.navigation ul li .remarks {
		line-height: 160%;
		font-size: 11px;
		color: #888;
		border-top: 1px solid #888;
		padding-bottom: 30px;
		padding-top: 20px;
	}
    .nav_ttl {
        border-bottom: 1px solid var(--black);
        font-size: 1.8rem !important;
        text-align: center;
    }
	#wrapper {
		padding: 80px 0 0;
		overflow: hidden;
	}

	h3 {
		font-size: 2rem;
	}

	h4 {
		font-size: 2rem;
	}

	#header {
		width: 100%;
		padding: 15px;
		background: var(--header);
		position: fixed;
		left: 0;
		top: 0;
		z-index: 100;
		overflow-y: scroll;
		/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
		-ms-overflow-style: none;
		/*Firefoxへの対応*/
		scrollbar-width: none;
	}

	#header .navigation li+li {
		margin-top: 30px;
	}

	#header .accordion {
		width: 34px;
		height: 31px;
		position: absolute;
		right: 15px;
		top: 15px;
		background: url(../../assets/img/ico_open.svg) left top no-repeat;
	}
	#header .accordion.act {
		position: fixed;
		width: 37px;
		height: 31px;
		background: url(../../assets/img/ico_close.svg) left top no-repeat !important;
	}

	.contents_box::-webkit-scrollbar {
		display: none;
	}

	.navigation {
		display: none;
	}

	.navigation ul {
		background-color: var(--header);
		height: 100vh;
		margin-top: 10%;
		padding: 0 10%;
	}

	.header_ttl a {
		max-width: 999px;
	}
	#header .header_inner {
		position: relative;
		max-width: 1080px;
		margin: 0 auto;
		display: flex;
	}
	#header .header_inner .header_ttl{
		white-space: nowrap;
	}

	.section_bg {
		background-color:var(--bg);
		padding-bottom: 30px;
	}

	.open_source_text>h2 {
		font-size: 2rem;
		font-family: "notosans";
		font-weight: 900;
	}

	.operate {
		color: var(--main);
	}

	.no_arrow::after {
		content: none !important;
	}

	.btm_noborder {
		border-bottom: none !important;
	}

	.lineout ul {
		display: flex;
		justify-content: space-between;
		padding-left: 0;
	}
	.lineout ul p {
		margin-top: 0;
    }

	.lineout {
		max-width: 436px;
		width: 100%;
		margin: 0 auto;
	}

	.grid_app {
		display: flex;
		justify-content: space-between;
		padding: 0;
	}

	.grid_app>li:first-child {
		width: 50%;
	}

	.grid_app li:first-child {
		max-width: 310px;
		width: 100%;
	}
	.grid_app li:nth-child(2) {
		max-width: 300px;
		width: 95%;
	}

	.grid-col-3>.grid-item {
		width: 25%;
	}

	.grid_lineout .grid-col-3>.grid-item {
		width: 25%;
	}

	.grid-col-3>.grid-item:nth-child(1) {
		margin-right: 23px;
	}

	.grid-col-3>.grid-item:nth-child(2) {
		width: 50%;
	}

	.grid-col-3_flex>.grid-item:nth-child(2) {
		margin: 0 auto;
		width: 200px;
	}

	.grid-col-3>.grid-item:nth-child(3) {
		margin-left: 23px;
	}

	.grid-col-4>.grid-item {
		max-width: 145px;
		padding: 0px;
		margin: 0 auto;
		width: 100%;
	}

	.grid-col-4>li:nth-child(2) {
		text-align: center;
	}

	.grid_flex {
		padding: 50px 0;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		border-bottom: 1px solid #E9EFEE;
		background-color: #F2F2F2;
		text-align: center;
	}

	.grid_row {
		display: flex;
	}

	.inner_flex {
		width: 640px;
		margin: 0 auto;
	}

	.inner_undo_redos {
		width: 640px;
		margin: 0 auto;
	}

	.inner_lineout {
		width: 640px;
		margin: 0 auto;
	}

	.grid_lineout {
		/* margin: 0 0 50px 0; 0907ret*/
		padding: 0;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}

	.grid_lineout>.grid-item {
		max-width: 25%;
	}

	.grid_lineout>.grid-item:nth-child(2) {
		min-width: 25%;
	}

	.grid_side {
		display: flex;
		width: 300px;
		margin: 0 auto;
		justify-content: space-around;
	}

	.grid_center {
		display: block;
		justify-content: center;
		text-align: center;
	}

	.grid_center li:first-child img {
		max-width: 180px;
		width: 100%;
	}

	/* ---------------------- Individual_tb start -------------------------------- */
	.text_bold {
		font-weight: 700;
	}

	.mt_50 {
		margin-top: 50px;
	}

	.ai_s {
		align-items: start;
	}

	.pd_0 {
		padding: 0;
	}

	.ai_s li:first-child {
		align-items: start;
	}

	.tac {
		text-align: center;
	}

	/* ---------------------- Individual end -------------------------------- */

	.volume_setting {
		width: 100%;
	}

	.loop_volume_area{
		position: relative;
	}
	.loop_volume_area>.loop_volume_item>img{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -120%);
		width: 130px;
	}

	.subttl_group {
		width: 100%;
		max-width: 680px;
		margin: 0 auto;
		/* margin-top: 50px; */
		padding-top: 10px;
	}

	.slide_to_arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-13%, -220%);
	}

	.app {
		display: flex;
		justify-content: space-evenly;
	}

	.app img {
		width: 80%;
		margin: 0 auto;
		display: block;
		margin-right: 0;
	}

	.yt_movie {
		/* width: 100%; */
		/* height: 192px; */
		position: absolute;
		left: -50%;
		/* transform: translate(50%, 0); */
	}

	.section_title p {
		color: var(--black);
		font-family: "notosans";
		font-weight: 900;
		-webkit-text-stroke: 3px #E9EFEE;
		paint-order: stroke fill;
		padding: 12px 0 10px 25px;
		display: block;
		background-image: url(../../assets/img/ttl_bar.png);
		background-repeat: no-repeat;
		width: 100%;
		height: auto;
	}

	.grid {
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#ta_effects>.section_bg>.inner>.grid-col-2 .grid-item {
		width: 80%;
		margin: 0 auto;
		max-width: 640px;
		margin-right: 20px;
	}

	.flow_odd {
		padding: 50px 20px;
		background-color: #F2F2F2;
		margin-bottom: 0;
	}

	#ta_effects>.section_bg>.inner>.grid-col-2 .grid-item {
		width: 80%;
		margin: 0 auto;
		max-width: 640px;
		margin-right: 20px;
	}

	.use_tuner_cont {
		margin-bottom: 200px;
	}

	.ai_s {
		align-items: start;
	}

	.open_source_text>h2 {
		font-family: "notosans";
		font-size: 2rem;
		font-weight: 900;
		padding-top: 40px;
	}

	.controller {
		width: 260px;
		margin: 0 auto;
	}
	/* arrow start */
	#use_looper .inner ul {
		position: relative;
		border-bottom: 1px solid #E9EFEE;
		padding: 50px 20px;
		margin: 0;
	}
	#use_looper .inner ul::after {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 20px solid #E9EFEE;
		border-bottom: 0;
		z-index: 10;
	}

	.note p {
		padding: 5px;
		padding-left: 15%;
		padding-right: 15px;
	}

	.note_text_app {
		padding: 5px;
		padding-left: 15%;
		padding-right: 15px;
	}

	.note_group {
		margin-top: 0;
	}

	.note_block p {
		padding-right: 0;
		padding-bottom: 40px;
	}

	.note_block {
		background-color: var(--note);
		display: flex;
		margin: 20px auto;
		position: relative;
	}

	.note_text:before {
		content: 'Note';
		position: absolute;
		display: inline-block;
		width: 57px;
		height: 20px;
		background-color: var(--main);
		color: var(--wh);
		text-align: center;
		font-family: "notosans";
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.2;
		border-radius: 3px;
		top: 0;
		left: 0%;
		transform: translate(40%, 130%);
		/* position: absolute; */
	}


	.ta_effect_note {
		display: flex;
		justify-content: space-between;
	}

	.ta_effect_note figure {
		padding: 0;
		margin: 0 auto;
		width: 130px;
		height: 100px;
		text-align: center;
		margin-top: 17px;
	}
/* ----------------- bluetooth start --------------- */
	.blue_tooth_arrow .inner ul:nth-child(2) {
		margin-bottom: 0;
		padding-bottom: 50px;
	}

	.blue_tooth_arrow .inner ul:nth-child(2) li {
		padding: 10px;
	}

	.blue_tooth_arrow .inner .note_group:first-child {
		margin-top: 0;
		padding-top: 0;
	}

	.blue_tooth_arrow ul:nth-child(3) {
		max-width: 640px;
		width: 90%;
		margin: 0 auto;
		margin-top: 0;
		padding-top: 10px;
		padding-left: 70px;
	}

	.blue_tooth_arrow ul:nth-child(3) li {
		padding: 0 20px;
	}

	.nextsong_ope  {
		align-items: flex-start;
		margin-top: 30px;
		padding-top: 30px;
	}

	.nextsong_ope li:nth-child(3) .next_song {
		margin-top: 45px;
        padding-top: 53px;

}
	.device_bluetooth img{
		padding: 0	15px;
	}
/* ----------------- bluetooth end --------------- */
	.note_app {
		background-color: var(--note);
		display: flex;
		max-width: 640px;
		margin: 20px auto;
		position: relative;
	}

	.note_app p {
		padding: 41px 10px 0;
	}

	.note_text_app:before {
		content: 'Note';
		position: absolute;
		width: 57px;
		height: 20px;
		background-color: var(--main);
		color: var(--wh);
		text-align: center;
		font-family: "notosans";
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.2;
		border-radius: 3px;
		top: 10px;
		left: 3%;
	}

	.process{
		display: flex;
		justify-content: center;
		padding: 0;		}

	.process li:nth-child(3){
		max-width: 330px;
		width: 100%;
	}

	.process li:nth-child(2) {
		max-width: 310px;
		width: 100%;
		/* padding-left: 10px; */
	}

	.process>li>p {
		margin-top: 0;
	}
	.process li:nth-child(3) .connected::after {
		left: -29%;
		top: 162%;
	}
	.connected {
		padding-top: 62px;
	}

	.grid_app .grid_app-item p {
		margin-top: 0;
	}



	.num_heading {
		color: var(--main);
		font-weight: 900;
		font-size: 2rem;
	}

	.subheading {
		font-family: "notosans";
		font-weight: 900;
		font-size: 2rem;
	}

	.lineout_caption {
		padding-top: 50px;
	}

	.updata_failed li:nth-child(2) {
		padding-left: 10px;
	}

	.grid_app>li>.firmware>li:first-child img {
		width: 100%;
	}

	#footer {
		width: 100%;
		/* max-width: 1920px; */
		position: fixed;
		bottom: 0;
		z-index: 99;
		background-color: #f1f1f1;
	}

	#footer .copyright {
		margin: 0 auto;
		padding: 5px 50px 5px 0px;
		text-align: right;
		font-size: 1rem;
		color: gray;
	}

	.parent_plus{
		position: relative;
	}	
	.plus{
		position: absolute;
		top: 28%;
        right: 0;
        width: 11%;
	}
	.parent_plus .shrink{
		display: block;
		width: 85%;
	}

   .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); 
	}

	.modal_content {
        padding: 50px 0px 20px;
        position: relative;
	}

	.close {
		color: #aaa;
		float: right;
		font-size: 60px;
		font-weight: bold;
		position: fixed;
        right: 11%;
        margin-top: -9%;
		z-index: 10;
	}

	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}

}


/* tttt0  tb end*/

/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
/**************************************************
 * Development SP   
 */
/* sssssss */
@media only screen and (max-width: 767px) {
	#error_indication td,
	#error_indication th {
		overflow-wrap: break-word;
		word-break: break-word;
		-webkit-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
	}

	/* ------------ part_labels SP -------------- */
	.part_labels {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}
	.part_labels li {
		position: absolute;
		font-size: 1.4rem;
 		white-space: nowrap;
	}
	.label_delay {
        top: -17%;
        left: 96%;
        transform: translate(-50%, -50%);
	}
	.label_reverb {
        top: 20%;
        left: 58%;
        transform: translate(-50%, -50%);
	}
	.label_chorus {
		top: 20%;
        left: 130%;
        transform: translate(-50%, -50%);
	}
	.label_ringled {
		top: 73%;
        left: 54%;
        transform: translate(-50%, -50%);
	}
	.label_powerled {
		top: 73%;
		left: 115%;
		transform: translate(-50%, -50%);
	}
	.label_audio {
        top: 95%;
        left: 94%;
        transform: translate(-50%, -50%);
	}
	
		/* Safari Hack  */
	@supports (-webkit-touch-callout: none) {
		.label_delay {
			top: -17%;
			left: 96%;
		}
		.label_reverb {
			top: 18%;
			left: 58%;
		}
		.label_chorus {
			top: 18%;
			left: 130%;
		}
		.label_ringled {
			top: 74%;
			left: 50%;
		}
		.label_powerled {
			top: 74%;
			left: 115%;
		}
		.label_audio {
			top: 94%;
			left: 94%;
		}
	}
	

	/* ------------ part_labels SP end -------------- */

	/* ---------------------- sp common start -------------------------------- */
	.contents {
		width: 100%;
	}
	.contents .main {
		margin: 0 auto;
		max-width: 720px;
		width: 100%;
	}
	.container {
		width: 94%;
		margin: 0 auto;
	}

	.products_name {
		display: none;
	}

	.inner {
		width: 94%;
		margin: 0 auto;
	}

	#header {
        width: 100%;
        padding: 15px;
        background:var(--header);
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        overflow-y: scroll;	
		overflow-x: hidden;
	}
	.header_inner {
		padding: 0;
	}
	#header .header_inner {
		max-width: 100%;
	}

	#header_item img {
		width: 100%;
		padding: 15px;
		background: var(--black);
		position: absolute;
		left: 0;
		top: 0;
	}
	#header .accordion {
		width: 34px;
		height: 31px;
		position: absolute;
		right: 15px;
		top: 15px;
		background: url('../../assets/img/ico_open.svg') left top no-repeat;
	}
	#header .accordion.act {
		position: fixed;
		width: 37px;
		height: 31px;
		background: url('../../assets/img/ico_close.svg') left top no-repeat !important;
	}

    #header .navigation {
        height: 100vh;
        padding-top: 35px;
		display: none;
    }	
	#header .navigation .headline {
		margin-bottom: 10px;
		font-weight: 400;
		font-size: 1.6rem;
		}

	#header .navigation .text {
		font-size: 1.6rem;
	}

	#header .navigation .text+.text {
		margin-top: 10px;
	}

	#header .navigation li+li {
		margin-top: 30px;
	}

	#header .navigation a,
	#header .navigation span {
		position: relative;
		text-decoration: none;
		color:var(--black);
	}

		#header .navigation ul {
		padding: 0;
	}
	.switch_sp{
		padding-bottom: 100px;
	}
	.active_sp {
	font-size: larger;
	font-weight: bold;
	}
	/* --------------------------------------- */
	.header_inner li img {
		margin-top: 5px;
	}
	.header_inner {
		padding: 0;
	}
    .header_ttl a {
       font-size: 2rem;
        /* right: auto; */
        left: 60%;
        transform: translate(-50%, -50%);
        width: auto;
		position: absolute;
    }
	.nav_ttl{
		border-bottom: 1px solid var(--black);
		font-size: 1.8rem!important;
		text-align: center;
	}
	.gta{
		font-family: "gt_america";
	}	
	/* モーダルが開いている時、背景（body）を固定する */
body.no-scroll {
    overflow: hidden;
}
	/* ---------------------------------------- */
	.footer {
		width: 100%;
		bottom: 0;
		z-index: 99;
		background-color: #f1f1f1;
	}

	.footer .copyright {
		margin: 0 auto;
		padding: 5px 0px 5px 0px;
		text-align: center;
		font-size: 1rem;
		color: gray;
	}


	.contents .navigation .name {
		margin-bottom: 8px;
		text-align: center;
	}

	.contents .navigation .description {
		margin-bottom: 15px;
		line-height: 150%;
		text-align: center;
		color: var(--black);
	}

	.contents .navigation .list {
		display: none;
	}

	.contents .navigation .remarks {
		display: none;
	}

	.subttl_group {
		display: block;
	}


	.attach_plug figure{
		margin: 16px 0px;
	}

	.yt_movie {
		width: 100%;
		height: 192px;
		position: absolute;
		left: -50%;
		transform: translate(50%, 0);
	}

	/* -------------- sp grid start------------- */

	.grid_center {
		display: block;
		justify-content: center;
		text-align: center;
	}

	.grid_center li:first-child img {
		max-width: 180px;
		width: 100%;
		margin: 0 auto;
		display: block;
	}

	.grid {
		padding: 0;
		display: block;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
    .grid-col-4>.grid-item {
        padding: 0px;
        margin: 0 auto;
        width: 100%;
    }
	.grid-col-3>.grid-item {
        width: 100%;
    }
	    .grid-col-2>.grid-item {
        width: 100%;
    }
	    .grid-col-3>.grid-item:nth-child(2) {
        width: 100%;
    }

	.grid-item {
		padding: 0px;
		text-align: left;
	}

	.grid_sp {
		display: flex;
	}

	.grid_row li img {
		margin: 0 auto;
	}

	.grid_overdub {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.grid_app {
		display: block;
		padding: 0;
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}

	.grid_app .grid_app-item {
		padding: 0px 10px 30px;
	}
	.grid_app .grid_app-item {
		padding-right: 0;
	}

	.grid_app li:first-child {
		max-width: 100%;
		width: 100%;
	}

	.grid_app .grid_app-item p {
		margin-top: 0;
	}

	.grid_app li:nth-child(2) {
		width: 100%;
		padding-left: 0px;
		padding-top: 0;
	}

	.looper_setting ul li:first-child img {
		position: static;
	}

	.Other_Functions li:first-child img {
		position: static;
	}
	.grid_app_flex {
		display: flex;
		justify-content: center;
		padding: 0;
		max-width: 720px;
		width: 100%;
		margin: 0 auto;
	}

	.grid_app_flex .grid_app-item {
		padding: 0 10px;
	}

	.grid_app_flex li:first-child {
		width: 100%;
	}

	.grid_app_flex .grid_app-item p {
		margin-top: 0;
	}

	.grid_app_flex li:nth-child(2) {
		width: 100%;
		padding-left: 0px;
		padding-top: 0;
	}

	.grid_row {
		display: flex;
		justify-content: space-evenly;
		padding: 10px 0 !important;
	}

	.grid_row>li img {
		margin: 0 auto;
		text-align: center;
		padding: 0;
		width: 100%;
		padding-top: 0;
	}

	.grid_row li figcaption {
		width: 100%;
		text-align: center;
	}

	.grid_side {
		display: flex;
		justify-content: space-evenly;
	}

	.grid_side li {
		margin-top: 30px;
		text-align: center;
	}

	.grid_side li p {
		margin-top: 0;
	}

	/* -------------- sp grid end ------------- */

	.navigation ul li .remarks {
		line-height: 160%;
		font-size: 11px;
		color: #888;
		border-top: 1px solid #888;
		padding-bottom: 70px;
		padding-top: 20px;
	}

	.contents .navigation .name {
		margin-bottom: 8px;
		text-align: center;
	}

	.contents .navigation .description {
		margin-bottom: 15px;
		line-height: 150%;
		text-align: center;
		color: var(--black);
	}

	.contents .navigation .list {
		display: none;
	}

	.contents .navigation .remarks {
		display: none;
	}

	h3 {
		font-family: "notosans";
		font-size: 2rem;
	}

	h4 {
		font-size: 2rem;
	}

	body {
		background-color: white;
	}

	#wrapper {
		padding: 55px 0 0;
		overflow: hidden;
	}

	.pc {
		display: none;
	}

	.tb {
		display: none;
	}

	.sp {
		display: block;
	}

	.attach_plug ul li:first-child {
		position: relative;
	}

	.auto_power_onof {
		display: flex;
		justify-content: space-between;
	}

    .slide_to_arrow {
        position: absolute;
        font-size: 1.4rem;
        top: 34%;
        line-height: 1.6;
        left: 63%;
        transform: translate(-50%, -50%);
    }

	.grid .note {
		padding-left: 0;
	}

	section {
		margin: 30px auto;
	}

	.section_title {
		margin-bottom: 15px;
		line-height: 100%;

	}

	.section_title p {
		font-family: "notosans";
		font-size: 2rem;
		font-weight: 900;
		color: var(--black);
		-webkit-text-stroke: 3px #E9EFEE;
		paint-order: stroke fill;
		padding: 13px 0 14px 22px;
		display: block;
		width: 100%;
		height: auto;
		background-image: url('../../assets/img/ta1g_ttl_bar_2x.png');
		background-repeat: no-repeat;
		background-size: cover;
		background-position-x: right;
		background-position-y: bottom;
	}
	#lineout>.section_title p{
		font-feature-settings: "palt";
	}

	#ta_effects .section_title p{
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
		background-image: url('../../assets/img/ta1g_ttl_bar_sp_x2_2x.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-position: right bottom;
		width: 95vw;
		height: auto;
	}


	.note {
		margin: 20px 0px;
	}

	.note_text:before {
		transform: translate(29%, 70%);
	}

	.note p {
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 40px;
	}
	.note_posi p {
		padding-left: 20px;
		padding-top: 40px;
	}

	.note_block {
		display: block;
	}

	.note_block .note p {
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 50px;
	}
	.note_block_posi {
    background-color: var(--note_posi);
    display: block;
    margin: 20px auto;
    position: relative;
	}
	.note_block_posi p {
		padding-right: 10px;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.note_group:first-child {
		border: #010101 1px solid;
		padding-bottom: 10px;
	}

	.note_app {
		background-color: var(--note);
		display: flex;
		max-width: 640px;
		margin: 20px auto;
		position: relative;
	}

	.note_app p {
		padding: 41px 10px 0;
	}

	.note_text_app:before {
		content: 'Note';
		position: absolute;
		width: 57px;
		height: 20px;
		background-color: var(--main);
		color: var(--wh);
		text-align: center;
		font-family: "notosans";
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.2;
		border-radius: 3px;
		top: 10px;
		left: 3%;
	}

	.operation {
		color: var(--black);
		text-align: left;
	}

	.operate {
		color: var(--main);
		text-align: left;
	}

	.no_arrow::after {
		content: none !important;
	}

	.btm_noborder {
		border-bottom: none !important;
	}

	.sec_caption {
		padding: 15px 0;

	}

	/* ---------------------- sp common end -------------------------------- */
	/* ---------------------- Individual_sp start -------------------------------- */
	.text_bold {
		font-weight: 700;
	}
	.tap_device{
		padding: 0 10px 0px 0px;
	}


	.mt_20 {
	padding-top: 20px;
	}
	.mt_50 {
		margin-top: 50px;
	}

	.ai_s {
		align-items: start;
	}

	.pd_0 {
		padding: 0;
	}

	.ai_s li:first-child {
		align-items: start;
	}

	.tac {
		text-align: center;
	}
	.letterspace01{
		letter-spacing: -0.1em;
	}

	.mb0{
		margin-bottom: 0;
	}

	.process{
		display:block;
		position: relative;
	}

	.process li:first-child{
		padding-bottom: 0;
	}
	.process .tap_device img{
		max-width: 100%;
	}
	.process li:first-child p{
        position: relative;
	}
	.process li:first-child p::after{
        content: "";
        position: absolute;
		left: 95%;
        top: 170%;
        transform: translate(-50%, -50%);
        width: 54px;
        height: 74px;
        background: url(../img/bt_icon_arrow.svg) no-repeat;
	}
	.process li:first-child .connected {
		position: relative;
    }
    .process li:first-child .connected::after {
        content: "";
        position: absolute;
        left: 79%;
        top: auto;
        bottom: -250px;
        transform: translate(-50%, -50%);
        width: 87px;
        height: 164px;
        background: url(../img/connect_arrow.svg) no-repeat;
    }
		@supports (-webkit-touch-callout: none) {
		.process li:first-child .connected::after {
        bottom: -243px;
		}
		}
	.process li:nth-child(2) img {
		max-width: 376px;
		width: 100%;
	}
	.ta_r{
		text-align: right;
	}
	.ta_r li p{
		text-align: right;
	}
	/* ---------------------- Individual end -------------------------------- */

    .mainvisual_logo {
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 35%;
    }

	.mainvisual_img {
		/* position: absolute; */
		width: 100%;
		margin: 0 auto;
	}

	.mainvisual_logo p {
		color: var(--wh);
		text-align: center;
		margin-top: 0;
	}

	#mainvisual .remarks {
		display: block;
		line-height: 160%;
		font-size: 1.1rem;
		color: #888;
	}

	/* ----------------- part_names_list start -------------- */
	.part_names_list {
		margin: 0 auto;
		padding-left: 0;
		width: 90%;
		padding-top: 0px;
	}

	.part_names_list li {
		margin-bottom: 40px;
	}
	.part_name_item {
		position: relative;
	}
	.name_controller {
		font-size: 1.8rem;
		font-weight: 700;
		position: absolute;
		top: 90%;
        left: 20%;
		transform: translate(-50%, -50%);
						}

				
	.name_ringled{
		font-size: 1.6rem;
		font-weight: 700;
		position: absolute;
		top: 50%;
		left: 50%;
        transform: translate(-210%, 280%);
				}
	_::-webkit-full-page-media, _:future, :root .name_ringled {
		transform: translate(-170%, 260%);
									}
	.name_powerled{
		font-size: 1.6rem;
		font-weight: 700;
		position: absolute;
		top: 50%;
        left: 50%;
        transform: translate(91%, 290%);
				}
		_::-webkit-full-page-media, _:future, :root .name_powerled {
		transform: translate(60%, 240%);
												}
	

	/* ----------------- part_names_list end -------------- */
	/* ----------------- bluetooth start -------------- */

	.blue_tooth_arrow .inner ul {
		position: relative;
		border-bottom: 1px solid var(--main);
		padding: 0px 20px;
		margin: 0;
		padding-top: 30px;
	}

	.blue_tooth_arrow .inner ul li {
		position: relative;
		border-bottom: none;
		padding: 10px 0px;
		margin: 0;
		max-width: 640px;
	}
.blue_tooth_arrow .inner .nextsong_ope img {
    padding: 0 20px;
	width: 60%;
}
	.blue_tooth_arrow .inner .loop_volume_area .operation {
		padding-top: 40px;		
	}

	.blue_tooth_arrow ul:nth-child(2) {
        width: 100%;
        margin: 0 auto;
    }
	.blue_tooth_arrow .inner ul:nth-child(2) {
		margin-top: 30px;
		padding-bottom: 10px;
		padding: 10px ;  
	}

	.blue_tooth_arrow ul:nth-child(3) {
		width: 100%;
	}

    .grid-col-3>.grid-item:nth-child(3) {
        margin-left: 0px;
        width: 100%;
    }
	.blue_tooth_arrow ul:nth-child(3) li {
		padding-bottom: 20px;
	}

	.blue_tooth_arrow .inner .bluetoothplay {
		display: flex;
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	.bluetoothplay .grid-item{
		padding: 0;
		width: 50%;
	}
	.bluetoothplay .grid-item:nth-child(1){
		padding-right: 10px;		
		width: 50%;
	}
	.device_bluetooth img{
		padding: 0	15px;
	}
	.nextsong_ope li:first-child .next_song{
		display: inline-block;
		width: 100%; 
		border-top: 1px solid var(--main);
		padding-top: 30px; 
		margin-right: 15px;
		vertical-align: middle;
		margin: 30px auto;
	}

	.blue_tooth_arrow .inner .nextsong_ope {
    align-items: start;
    padding: 40px 20px;
    background-color: var(--bg);
    display: block;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
}
	/* ----------------- bluetooth end -------------- */
	/* ----------------- lineout start -------------- */
	.inner_lineout {
		width: 100%;
		margin: 0 auto;
	}
	.lineout_caption {
		padding: 15px;
	}
	.lineout{
		width: 94%;
		margin: 0 auto;
	}
	.lineout ul {
		display: flex;
		justify-content: space-evenly;
		padding-left: 0;
	}

	.lineout ul li {
		width: 44%;
	}

	.lineout ul p {
		font-weight: 500;
		text-align: center;
		margin-top: 0;
	}
    .grid-item {
        padding: 15px 0px;
	}
    .process>.grid-item {
        padding: 0px;
	}

	.grid_lineout {
		/* margin: 0 0 50px 0; 0907ret*/
		display: block;
		padding: 0;
		margin: 0 auto;
		margin-top: 30px;
		width: 100%;
		text-align: center;
		/* padding-top: 50px; */
	}

	.grid_lineout li:first-child {
		padding-left: 15px;
		text-align: left;
	}

	.grid_lineout li:nth-child(2) {
		width: 200px;
		margin: 0 auto;
	}
    .grid_lineout>.grid-item {
        max-width: 90%;
		margin: 0 auto;
		padding: 15px;
    }
	/* ----------------- lineout end -------------- */

	.flow_odd {
		padding: 26px 20px;
		background-color: #F2F2F2;
		margin-bottom: 0;
	}

	/* ----------------- TA effect satart -------------- */
    #ta_effects>.section_bg>.inner>.grid-col-2 .grid-item {
        width: 100%;
        margin: 0 auto;
        max-width: 640px;
        /* margin-right: 20px; */
    }
	.note_ta_effect {
		background-color: var(--note);
		display: block;
		max-width: 640px;
		margin: 20px auto;
		position: relative;
		margin: 0 10px;
	}

	.note_ta_effect p {
		width: 90%;
		margin: 0 auto;
		padding-top: 44px;
	}

	.ta_effect_note {
		display: flex;
		padding-bottom: 70px;
	}

	.ta_effect_note figure img {
		width: 100px;
		margin: 0 auto;
		padding-top: 0;
		display: grid;
		padding-bottom: 10px;
	}

	.ta_effect_note figcaption {
		padding-top: 15px;
		line-height: 1.4;
		text-align: center;
	}

	/* .taeffects_onoff {
	display: block !important;
	max-width: 722px;
	width: 100%;
	padding-left: 0;
} */

	.effect_subheading {
		font-family: "notosans";
		font-weight: 900;
		font-size: 1.6rem;
		position: relative;
		display: inline-block;
		margin-bottom: 1em;
	}

	.effect_subheading:after {
		content: '';
		position: absolute;
		left: 50px;
		bottom: 0px;
		display: inline-block;
		width: 100px;
		height: 3px;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: var(--main);
	}


	
	/* ----------------- TA effect end -------------- */

	/* ----------------- app start -------------- */
	.install {
		display: grid;
		padding: 15px 0;
	}

	.app {
		display: flex;
		justify-content: space-evenly;
	}

	.app img {
		width: 90%;
		padding-top: 10px;
	}

	.num_heading {
		color: var(--main);
		font-weight: 900;
		font-size: 1.8rem;
	}

	.subheading {
		font-family: "notosans";
		font-weight: 900;
		font-size: 1.8rem;
		line-height: 1;			
	}
	.parent_plus{
		position: relative;
	}	
	.plus{
		position: absolute;
		top: 28%;
        right: 0;
        width: 40px;
	}
	.parent_plus .shrink{
		display: block;
		width: 85%;
	}
	.process .grid-item .sp {
		margin-bottom: 0px;
		padding: 0;	
		text-align: left;
	}
   .modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); 
	}

	.modal_content {
	background-color: var(--bg);
	margin: 17% auto 5%;
	padding: 35px 20px 20px;
	border: 1px solid #888;
	width: 94%;
	max-width: 500px;
	max-height: 88vh;
	overflow-y: auto;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	position: relative;
	}

	.close {
		color: #aaa;
		float: right;
		font-size: 28px;
		font-weight: bold;
		position: fixed;
        right: 11%;
        margin-top: -9%;
		z-index: 10;
	}

	.close:hover,
	.close:focus {
		color: black;
		text-decoration: none;
		cursor: pointer;
	}

	.Other_Functions li:first-child img {
		position: -webkit-sticky;
		position: sticky;
		top: 100px;
	}
	.Other_Functions li img {
		width: 100%;
		max-width: 100%;

	}

	.updata_failed {
		display: block;
	}
	.firmware_ttlup{
		font-family: "notosans", sans-serif;
		font-weight: 900;
		font-size: 2rem;
	}
    .process>li>p {
        margin-top: 10px;
        margin-bottom: 30px;
    }
	    .process li:nth-child(3){
		max-width: 378px;
		width: 100% ;
    }
	    .process li:nth-child(2) {
        max-width: 378px;
        width: 100%;
        padding-left: 0;
    }
	    .grid_app li:nth-child(2) {
        max-width: 100%;
        width: 100%;
    }
	    .grid_app li ul li:nth-child(2) {
        max-width: 100%;
        width: 100%;
    }

	/* ----------------- app end -------------- */
	/* table {
		width: 94%;
	} */
	.list_table:first-child table tr th td {
		display: block;
		width: 100%;
	}

	.list_table table tr .wordbrak {
		overflow-wrap: break-word;
	}
	/* ----------------- open_source start -------------- */
	.open_source_text>h2 {
		font-size: 2rem;
		font-family: "notosans";
		font-weight: 900;
		padding-top: 50px;
	}

	.open_source_text {
		width: 94%;
		margin: 0 auto;
		overflow-wrap: break-word;
	}

	#open_source {
		margin-bottom: 0;
	}

	/* ----------------- open_source end -------------- */
}


/* @media only screen and (max-width: 430px) {
	.section_title p {
		font-family: "notosans";
		font-weight: 900;
		font-size: 4.9vw;
	}

	.ttl_caption {
		font-size: 4vw;
	}
} */

/* トップへ戻るボタン */
#totop_btn {
	position: fixed;
	bottom: 55px;
	right: calc((100vw - 1080px) / 2 + 5px);
	z-index: 100;
	display: block;
	width: 47px;
	height: 47px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.4s ease;
}

#totop_btn.is-visible {
	opacity: 1;
	pointer-events: auto;
}

#totop_btn.is-visible:hover {
	opacity: 0.7;
}

#totop_btn.is-menu-open {
	opacity: 0 !important;
	pointer-events: none !important;
}


@media only screen and (max-width: 1024px) {
	#totop_btn {
		right: calc((100vw - 720px) / 2 + 50px);
	}
}

@media only screen and (max-width: 767px) {
	#totop_btn {
		display: none;
	}
}