@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body,
table,
input,
textarea,
select,
option {
	font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', YuGothic, 'Yu Gothic', 'Noto Sans JP', sans-serif;
}

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

ol,
ul {
	list-style: none;
	box-sizing: border-box;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

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

a,
a:link {
	color: #191919;
	text-decoration: none;
}

a:visited {
	color: #191919;
}

a:hover {
	opacity: 0.7;
}

a:active {
	color: #191919;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	margin: 0 auto;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

body.fixed {
	position: fixed;
	top: 0;
	width: 100%;
}

.content {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
}

#container {
	position: relative;
	text-align: left;
	overflow: hidden;
}

#main {
	display: block;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}

	.spOn {
		display: none;
	}
}

@media all and (max-width: 896px) {

	.spNone {
		display: none;
	}

	.spOn {
		display: block;
	}

	body {
		min-width: inherit;
		font-size: 1.4rem;
	}

	.content {
		width: 90%;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}

/*------------------------------------------------------------
	共通
------------------------------------------------------------*/
.br-tb {
	display: none;
}

.br-sp {
	display: none;
}

@media screen and (max-width:896px) {
	.br-tb {
		display: block;
	}

	.tb-off {
		display: none;
	}
}

@media screen and (max-width:425px) {
	.br-sp {
		display: block;
	}

	.sp-off {
		display: none;
	}
}

.content_small {
	max-width: 765px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.sec_ttl {
	text-align: center;
	margin: 0 calc(50% - 50vw) 75px;
}

.sec_ttl h2 {
	width: fit-content;
	position: relative;
	margin: 0 auto 10px;
}

.sec_ttl h2::after {
	content: "";
	background-color: #111111;
	width: 100vw;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.sec_ttl p {
	width: fit-content;
	position: relative;
	margin: 0 auto;
}

.sec_ttl p::after {
	content: "";
	background-color: #111111;
	width: 100vw;
	height: 1px;
	position: absolute;
	bottom: 5px;
	right: 0;
}


.sec_btn {
	display: flex;
	gap: 20px;
	margin-top: 30px;
}

.sec_btn a {
	background-color: #000;
	color: #fff;
	text-align: center;
	border-radius: 50vh;
	padding: 20px 10px 20px 35px;
	max-width: 245px;
	width: 100%;
	display: block;
	position: relative;
}

.sec_btn a span {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translate(0, -50%);
	background-color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: block;
}

.sec_btn a span::before {
	content: "";
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width:896px) {
	.sec_ttl h2 img {
		height: 40px;
	}
}

@media screen and (max-width:480px) {
	.sec_btn {
		flex-direction: column;
		align-items: center;
	}
}

ul.product_list {
	margin-top: 20px;
}

ul.product_list_01 {
	display: grid;
	grid-template-rows: 1fr 1fr 1fr;
	gap: 0 40px;
	width: fit-content;
	margin: 20px auto 0;
	grid-auto-flow: column;
}

ul.product_list p {
	margin-bottom: 10px;
}

ul.product_list li {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	text-align: left;
}

ul.product_list li span {
	background-color: #000;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
}

ul.product_list li span::before {
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

ul.product_list li a {
	text-decoration: underline;
}

@media screen and (max-width:896px) {
	ul.product_list_01 {
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: row;
	}
}

@media screen and (max-width:600px) {
	ul.product_list_01 {
		grid-template-columns: 1fr;
		width: 100%;
	}
}

/*------------------------------------------------------------
	アニメーション
------------------------------------------------------------*/
.fadeInup,
.fadeInleft,
.fadeInright,
.fadeIndown {
	transition: 0.75s;
	visibility: hidden;
	opacity: 0;
}

.fadeInup {
	transform: translate(0, 50px);
}

.fadeInleft {
	transform: translate(-50px, 0);
}

.fadeInright {
	transform: translate(50px, 0);
}

.fadeIndown {
	transform: translate(0, -50px);
}

.fadeInup.active,
.fadeInleft.active,
.fadeInright.active,
.fadeIndown.active {
	visibility: visible;
	opacity: 1;
	transform: translate(0, 0);
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header .header_content {
	padding: 30px 0 0;
	margin-bottom: 90px;
}

#header .header_content h1 {
	padding-left: 15px;
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 20px;
}

#header .header_content h1::after {
	content: "";
	border-top: 1px solid #707070;
	width: 100%;
	height: 1px;
	display: block;
}

#header .header_content h1 img {
	width: 90%;
}

#header .header_content p {
	display: flex;
	align-items: center;
	padding-right: 5px;
	gap: 10px;
}

#header .header_content p::before {
	content: "";
	border-top: 1px solid #707070;
	width: 100%;
	height: 1px;
	display: block;
}

#header .header_content p img {
	width: 50%;
}

@media screen and (max-width:896px) {
	#header .header_content {
		margin-bottom: 25px;
	}

	#header .header_content h1 {
		padding-left: 5%;
		align-items: flex-end;
		gap: 25px;
		display: grid;
		grid-template-columns: auto 1fr;
	}

	#header .header_content h1::after {
		margin-bottom: clamp(20px, 4vw, 35px);
	}

	#header .header_content h1 img {
		width: min(70vw, 450px);
	}

	#header .header_content p {
		padding-right: 0;
		padding-left: 5%;
	}

	#header .header_content p::before {
		content: none;
	}

	#header .header_content p img {
		width: 90%;
		max-width: 446px;
	}


}

/*------------------------------------------------------------
	メインビジュアル
------------------------------------------------------------*/

#mainvisual h1 {
	width: 90%;
	margin: 76px auto 0;
}

#mainvisual .mv_bottom {
	position: relative;
	z-index: -1;
	margin-top: -3vw;
	width: 100%;
}

#mainvisual .mv_bottom01 {
	display: flex;
	width: 90%;
	margin: 0 auto;
	height: 80vh;
}


#mainvisual .mv_bottom01 img {
	width: 33.3333%;
	object-fit: cover;
	object-position: top center;
}


#mainvisual .mv_bottom02 {
	position: absolute;
	top: 50%;
	left: 2.25%;
	width: 12px;
	transform: translate(0, -50%);
	z-index: 2;
}

#mainvisual .mv_bottom03 {
	position: absolute;
	top: 50%;
	right: calc(5% - 24px);
	transform: translate(0, -50%);
	width: 28px;
	z-index: 4;
}

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

	#mainvisual .mv_bottom01 {
		flex-direction: column;
		width: 76%;
		height: 80vh;
	}

	#mainvisual .mv_bottom01 img {
		width: 100%;
		height: 33.3333%;
		object-position: center top;
	}

	#mainvisual .mv_bottom02 {
		left: 5%;
	}

	#mainvisual .mv_bottom03 {
		width: 22px;
		right: calc(12.5% - 22px);
	}

	#mainvisual h1 {
		width: 83%;
		margin-top: 50px;
	}
}


/*------------------------------------------------------------
	Feature
------------------------------------------------------------*/


#feature {
	padding-top: 106px;
	position: relative;
}

#feature::before {
	content: "";
	width: 244px;
	height: 289px;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_feature_bg01.png");
	background-size: contain;
	top: 145px;
	left: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}

#feature::after {
	content: "";
	width: 257px;
	height: 299px;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_feature_bg02.png");
	background-size: contain;
	bottom: -300px;
	right: 0;
	position: absolute;
	z-index: -1;
	background-repeat: no-repeat;
}

#feature h2 {
	max-width: 600px;
	margin: 0 auto 90px;
}


#feature .feature_bigTxt {
	text-align: center;
	font-weight: 600;
	font-size: clamp(22px, 3.2vw, 26px);
	margin-bottom: 26px;
}




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

	#feature {
		padding-top: 100px;
	}

	#feature h2 {
		max-width: 400px;
		width: 100%;
	}

	#feature::before {
		width: 20%;
		background-position-y: center;
		top: 80px;
	}


	#feature::after {
		width: 30%;
		background-position-y: center;
		bottom: -200px;
		background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_feature_bg02_sp.png");
	}
}



/*------------------------------------------------------------
special01
------------------------------------------------------------*/
#special01 {
	margin-top: 160px;
}

#special01 h2 {
	text-align: center;
	margin-bottom: 50px;
}

#special01 h2 img {
	height: 88px;
}

#special01 h3 {
	text-align: center;
	margin: 80px 0 26px;
}


#special01 h3 img {
	height: 44px;
}

#special01 .baron_txt {
	text-align: center;
	font-size: clamp(16px, 2vw, 20px);
	font-weight: 600;
}

.special_bisual {
	width: 90%;
	margin: 70px auto 30px;
}

.special_bisual_img {
	display: flex;
	justify-content: space-between;
}


.special_bisual_img img {
	width: 49.5%;
}

.special_bisual_txt {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.special_bisual_txt img {
	height: 15px;
}

#special01 .sec_btn a {
	margin: 40px auto;
	display: block;
}


/* baronとgeorgeのスライダー */

.baron_slide,
.george_slide {
	width: 65%;
	max-width: 455px;
	margin: 30px auto 18px;
	position: relative;
	overflow: visible;
	padding-bottom: 60px;
}


.baron_slide img,
.george_slide img {
	width: 100%;
	display: block;
}

.baron_slide .swiper-pagination,
.george_slide .swiper-pagination {
	bottom: 10px;
	width: 100%;
	text-align: center;
}


.baron_slide .swiper-pagination-bullet,
.george_slide .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	background: #ccc;
	opacity: 1;
	margin: 0 4px !important;
	border-radius: 0px;
}

.baron_slide .swiper-pagination-bullet-active,
.george_slide .swiper-pagination-bullet-active {
	background: #333;
}


.baron_slide .swiper-wrapper::before {
	content: "";
	width: 220px;
	height: 398px;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_baron_bg01.png");
	position: absolute;
	top: -30px;
	right: -64px;
	background-size: contain;
	background-repeat: no-repeat;
}

.baron_slide .swiper-wrapper::after {
	content: "";
	width: 215px;
	height: 162px;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_baron_bg02.png");
	position: absolute;
	bottom: -50px;
	left: -64px;
	background-size: contain;
	z-index: -1;
	background-repeat: no-repeat;
}





.george_slide .swiper-wrapper::before {
	content: "";
	width: 312px;
	height: 210px;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_george_bg01.png");
	position: absolute;
	top: -40px;
	left: -70px;
	background-size: contain;
	background-repeat: no-repeat;
}

.george_slide .swiper-wrapper::after {
	content: "";
	width: 345px;
	height: 281px;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_george_bg02.png");
	position: absolute;
	bottom: -100px;
	right: -110px;
	background-size: contain;
	z-index: -1;
	background-repeat: no-repeat;
}


#special01 .special_price {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	max-width: 455px;
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	align-items: center;
}


#special01 .special_price img:first-child {
	height: 15px;
}

#special01 .special_price img:nth-child(2) {
	height: 15px;
	margin-top: 4px;
}



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

	#special01 h2 img {
		height: 60px;
	}

	#special01 h2 {
		margin-bottom: 30px;
	}


	.baron_slide .swiper-wrapper::before {
		width: 40%;
		background-position-x: right;
		right: -10%;
	}

	.baron_slide .swiper-wrapper::after {
		width: 50%;
		background-position-y: bottom;
		left: -14%;
		bottom: -8vw;
	}

	.george_slide .swiper-wrapper::before {
		width: 50%;
		background-position-x: left;
		left: -20%;
		top: -8vw;
	}


	.george_slide .swiper-wrapper::after {
		width: 50%;
		right: -20%;
		bottom: -10vw;
		background-position-y: bottom;
	}

	.baron_slide .swiper-pagination-bullet,
	.george_slide .swiper-pagination-bullet {
		width: 10px;
		height: 4px;
		margin: 0 2px !important;
	}

	#special01 h3 img {
		height: 34px;
	}

	.special_bisual {
		display: flex;
		justify-content: space-between;
	}

	.special_bisual_img {
		flex-direction: column;
		width: calc(100% - 24px);
		gap: 12px;
	}

	.special_bisual_img img {
		width: 100%;
	}

	.special_bisual_txt {
		flex-direction: column;
		width: 14px;
		margin-top: 0;
	}

	.special_bisual_txt img {
		object-fit: contain;
		height: auto;
		width: 100%;
	}

}

@media screen and (max-width:480px) {
	#special01 h2 img {
		height: 50px;
	}
}

/*------------------------------------------------------------
special02
------------------------------------------------------------*/

#special02 {
	margin-top: 140px;
	position: relative;
	z-index: 4;
}

#special02 h2 {
	text-align: center;
	margin-bottom: 50px;
}

#special02 h2 img {
	height: 88px;
}





#special02 .sp02_item_box {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 35px;
	margin-bottom: 70px;
}

#special02 .sp02_item_box:last-child {
	margin-bottom: 0;
}

#special02 .sp02_item_box>img {
	max-width: 432px;
	width: 100%;
}

#special02 .sp02_item_box .sp02_item_inner .ttl {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	text-align: center;
	padding: 20px 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

#special02 .sp02_item_box .sp02_item_inner .ttl h5 img {
	height: 17px;
	display: block;
}

#special02 .sp02_item_box .sp02_item_inner .ttl .sp02_price {
	height: 14px;
	margin-top: 3px;
	display: block;
}

#special02 .sp02_item_box .sp02_item_inner>h5 {
	margin: 30px 0 25px;
	font-size: 23px;
	font-weight: 600;
}

#special02 .sp02_main {
	margin: 56px auto 60px;
	position: relative;
	z-index: 0;
}

#special02 .sp02_main .sp02_main_bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

#special02 .sp02_main .sp02_main_bottom img {
	height: 15px;
	object-fit: contain;
}

#special02::after {
	content: "";
	width: 30vw;
	height: 22vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_sp02_bg01.png");
	position: absolute;
	top: 15vw;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.sp02_item {
	position: relative;
	z-index: -2;
}

.sp02_item::before {
	content: "";
	width: 38vw;
	height: 28vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_sp02_bg02.png");
	position: absolute;
	top: 9vw;
	left: 0;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
}

.sp02_item::after {
	content: "";
	width: 22vw;
	height: 20vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_sp02_bg03.png");
	position: absolute;
	bottom: -15vw;
	right: 0;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1;
	background-position-x: right;
}





@media screen and (max-width:896px) {
	#special02 .sp02_item_box {
		grid-template-columns: 1fr;
	}

	#special02 .sp02_item_box>img {
		max-width: 400px;
		margin: 0 auto;
	}

	#special02 .sp02_main .sp02_main_bottom img {
		height: 12px;
	}


	#special02 h2 {
		margin-bottom: 30px;
	}

	#special02 h2 img {
		height: 60px;
	}

	#special02 {
		margin-top: 80px;
	}

	#special02 .sp02_item_box {
		gap: 26px;
	}

	#special02::after {
		width: 50vw;
		height: 37vw;
		top: 200px;
	}

	.sp02_item::after {
		width: 50vw;
		height: 30vw;
	}


}

@media screen and (max-width:480px) {
	#special02 h2 img {
		height: 12vw;
	}

	#special02 .sp02_item_box .sp02_item_inner .ttl h5 img {
		height: 14px;
		padding-top: 2px;
	}

	#special02 .sp02_main .sp02_main_bottom img {
		height: 10px;
	}

	.sp02_item::before {
		top: -8vw;
	}

}

/*------------------------------------------------------------
	New brand
------------------------------------------------------------*/
#newbrand {
	margin-top: 140px;
}

#newbrand h2 {
	text-align: center;
}

#newbrand h2 img {
	height: 90px;
	margin: 0 auto;
}

#newbrand .newbrand_firstTxt {
	text-align: center;
	font-weight: 600;
	font-size: clamp(20px, 3.2vw, 26px);
	margin: 50px 0;
}


#newbrand .daizoBox01 {
	display: flex;
	justify-content: space-between;
}

#newbrand .daizoBox01 img {
	object-fit: contain;
	display: block;
}


#newbrand .daizoBox01 .dz01_left {
	width: 28%;
	position: relative;
}

#newbrand .daizoBox01 .dz01_left img:nth-child(2) {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 7vw;
	height: 11.8vw;
	z-index: 20;
	object-position: bottom;
}

#newbrand .daizoBox01 .dz01_center {
	width: 38%;
	position: relative;
}


#newbrand .daizoBox01 .dz01_center img:nth-child(2) {
	position: absolute;
	top: 8vw;
	right: -6vw;
	background-repeat: no-repeat;
	width: 10vw;
	height: 10vw;
	z-index: 20;
}


#newbrand .daizoBox01 .dz01_right {
	width: 28%;
	display: flex;
}

#newbrand .daizoBox01 .dz01_right img {
	object-position: bottom;
}


#newbrand .daizoBox02 {
	margin: 120px 0;
}

#newbrand .daizoBox02 .content {
	display: flex;
	justify-content: space-between;
}


#newbrand .dz02_left {
	width: 52%;
	margin-right: 4%;
}



#newbrand .dz02_right {
	margin-right: calc(50% - 50vw);
	flex: 1;
	position: relative;
}

#newbrand img.daizo_logo {
	width: 185px;
	margin-bottom: 43px;
}

.dz02_left_img {
	position: relative;
}

#newbrand img.dz02_img04 {
	margin: 40px 0;
}



.dz02_left_img img:nth-child(2) {
	position: absolute;
	width: 4vw;
	height: 10vw;
	top: -3vw;
	object-fit: contain;
	right: 2vw;
	z-index: -1;
}

.dz02_right img:first-child {
	height: 100%;
	object-fit: cover;
}


.dz02_right img:nth-child(2) {
	position: absolute;
	width: 10vw;
	height: 10vw;
	object-position: center;
	bottom: -4vw;
	right: 5vw;
	object-fit: contain;
}

#newbrand .daizoBox03 .content {
	display: flex;
	justify-content: space-between;
}


#newbrand .daizoBox03 .dz03_right {
	width: 42%;
	margin-left: 4%;
	position: relative;
}

#newbrand .daizoBox03 .dz03_left {
	margin-left: calc(50% - 50vw);
	flex: 1;
	position: relative;
	z-index: 1;
}

#newbrand .daizoBox03 .dz03_left img:nth-child(2) {
	width: 46%;
	display: block;
	margin-left: auto;
	margin-top: 40px;
}

#newbrand .daizoBox03 .dz03_right img {
	position: absolute;
	width: 10vw;
	height: 10vw;
	left: -8vw;
	top: 15vw;
	z-index: -1;
}



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

	#newbrand {
		margin-top: 100px;
	}

	#newbrand h2 img {
		height: 120px;
	}

	#newbrand .daizoBox02 .content {
		flex-direction: column;
	}

	#newbrand .daizoBox02 {
		margin: 40px 0 60px;
	}

	#newbrand .dz02_left {
		width: 100%;
	}

	#newbrand .dz02_right {
		margin-top: 40px;
	}

	#newbrand .dz02_right img:first-child {
		width: 70%;
		margin-left: auto;
		display: block;
		height: 60vw;
		object-position: bottom;
	}

	#newbrand .daizoBox03 .content {
		flex-direction: column;
	}

	#newbrand .daizoBox03 .dz03_left {
		display: flex;
		margin-bottom: 40px;
	}


	#newbrand .daizoBox03 .dz03_left img:first-child {
		width: 62%;
		object-fit: contain;
	}

	#newbrand .daizoBox03 .dz03_left img:nth-child(2) {
		margin-left: 4%;
		width: 34%;
		object-fit: contain;
		margin-top: 0;
		object-position: top;
	}

	#newbrand .daizoBox03 .dz03_right {
		width: 100%;
		margin-left: 0;
	}

	#newbrand img.daizo_logo {
		width: 120px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	#newbrand .daizoBox01 .dz01_center img:nth-child(2) {
		width: 15vw;
		height: 15vw;
		right: -9vw;
	}

	#newbrand .daizoBox01 .dz01_left img:nth-child(2) {
		width: 12vw;
		height: 18vw;
		left: 0;
	}

	.dz02_left_img img:nth-child(2) {
		width: 5vw;
		height: 18vw;
		right: 6vw;
		top: -2vw;
		object-position: center;
	}

	.dz02_right img:nth-child(2) {
		width: 15vw;
		height: 15vw;
		bottom: -7vw;
	}

	#newbrand .daizoBox03 .dz03_right img {
		width: 17vw;
		height: 18vw;
		left: -10vw;
	}

	#newbrand .newbrand_firstTxt {
		margin: 36px 0;
	}



}



@media screen and (max-width:480px) {
	#newbrand h2 img {
		height: 27vw;
	}


}



/*------------------------------------------------------------
	Now on the scene
------------------------------------------------------------*/
#nots {
	margin-top: 140px;
	padding: 120px 0 60px;
	background-color: #EDEDED;
	background-image: url(https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_nots_bg01.png);
	background-repeat: no-repeat;
	background-size: 30vw;
	background-position-y: 150px;
	position: relative;
}

#nots::before {
	content: "";
	width: 30vw;
	height: 18vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_nots_bg02.png");
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: contain;
	background-position: right bottom;
	background-repeat: no-repeat;
}

#nots h2 {
	text-align: center;
	margin-top: -160px;
}


#nots h2 img {
	height: 92px;
	margin: 0 auto;
}

#nots h2 img:nth-child(2) {
	display: none;
}

#nots .nots_txt {
	text-align: center;
	font-size: clamp(20px, 3.2vw, 26px);
	font-weight: 600;
	margin: 50px 0;
}



#nots .nots_slide {
	width: 100%;
	max-width: 455px;
	position: relative;
	overflow: visible;
	margin-bottom: 40px;
}


#nots .nots_slide img {
	width: 100%;
	display: block;
}

#nots .nots_slide .swiper-pagination {
	bottom: -24px;
	width: 100%;
	text-align: center;
}


#nots .nots_slide .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	background: #ccc;
	opacity: 1;
	margin: 0 4px !important;
	border-radius: 0px;
}

#nots .nots_slide .swiper-pagination-bullet-active {
	background: #333;
}

#nots .nots_item {
	display: flex;
	gap: 35px;
	margin-bottom: 70px;
}

#nots .nots_item_left ul {
	margin-top: 20px;
}

#nots .nots_item_left ul li {
	display: flex;
	align-items: start;
	gap: 8px;
	margin-bottom: 10px;
}

#nots .nots_item_left ul li span {
	background-color: #000;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	flex-shrink: 0;
	margin-top: 4px;
}

#nots .nots_item_left ul li span::before {
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

#nots .nots_item_left ul li a {
	text-decoration: underline;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#nots .nots_item_right h5 img {
	height: 15px;
	display: block;
	margin: 0 auto;
}


#nots .nots_item_right h5 {
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	text-align: center;
	padding: 20px 0 20px;
	margin-bottom: 20px;
}

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

	#nots h2 img:first-child {
		display: none;
	}

	#nots h2 img:nth-child(2) {
		display: block;
		height: 200px;
	}

	#nots h2 img {
		height: 120px;
	}
}



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


	#nots .nots_item {
		flex-direction: column-reverse;
	}

	#nots .nots_slide {
		max-width: 100%;
	}

	#nots h2 img {
		height: 200px;
	}

	#nots {
		margin-top: 100px;
		background-position-y: 70px;
	}

	#nots .nots_txt {
		margin: 35px 0;
	}

	#nots {
		background-size: 40vw;
	}

	#nots h2 {
		margin-top: -140px;
	}

	#nots h2 img:nth-child(2) {
		height: 120px;
	}

	#nots::before {
		width: 40vw;
		height: 27vw;
	}
}

@media screen and (max-width:480px) {
	#nots h2 img:nth-child(2) {
		height: 27vw;
	}

}



/*------------------------------------------------------------
	Recommend
------------------------------------------------------------*/

#recommend {
	padding-top: 140px;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_buyers_bg01.png");
	background-repeat: no-repeat;
	background-size: 26vw;

}

#recommend h2 {
	text-align: center;
	position: relative;
}

#recommend h2::before {
	content: "";
	width: 21vw;
	height: 17vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_buyers_bg02.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: -4vw;
	right: 0;
	position: absolute;
	background-position-x: right;
	z-index: -1;
}

#recommend h2 img {
	height: 200px;
}

.buyers_slide {
	width: 100%;
	max-width: 455px;
	position: relative;
	overflow: visible;
	margin-bottom: 40px;
}


.buyers_slide img {
	width: 100%;
	display: block;
}

.buyers_slide .swiper-pagination {
	bottom: -24px;
	width: 100%;
	text-align: center;
}


.buyers_slide .swiper-pagination-bullet {
	width: 20px;
	height: 6px;
	background: #ccc;
	opacity: 1;
	margin: 0 4px !important;
	border-radius: 0px;
}

.buyers_slide .swiper-pagination-bullet-active {
	background: #333;
}




#recommend .recommend_txt {
	margin: 80px auto 0;
	writing-mode: vertical-rl;
}

#recommend .recommend_txt span {
	-webkit-text-combine: horizontal;
	-ms-text-combine-horizontal: all;
	text-combine-upright: all;
}

#recommend .recommend_txt p {
	font-size: clamp(2px, 5vw, 34px);
	font-weight: normal;
}

#recommend .recommend_txt p {
	max-width: 765px;
	margin: 0 auto 30px;
	line-height: 2.0;
}

#recommend .recommend_item .content {
	padding: 70px 0;
	display: flex;
	gap: 55px;
	border-bottom: 1px solid #BEBEBE;
}

#recommend .recommend_item:last-child {
	border-bottom: 0;
}

#recommend .recommend_item .left {
	max-width: 384px;
}

#recommend .recommend_item .left ul {
	margin-top: 20px;
}

#recommend .recommend_item .left ul li {
	display: flex;
	align-items: start;
	gap: 8px;
	margin-bottom: 10px;
}

#recommend .recommend_item .left ul li span {
	background-color: #000;
	border-radius: 50%;
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
	flex-shrink: 0;
	margin-top: 4px;
}

#recommend .recommend_item .left ul li span::before {
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	width: 5px;
	height: 5px;
	position: absolute;
	left: 45%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

#recommend .recommend_item .left ul li a {
	text-decoration: underline;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 15px;
	font-weight: normal;
}

#recommend .recommend_item .right .logo p {
	margin-top: 4px;
	font-weight: 600;
}

#recommend .recommend_item.recItem06 .right .logo p {
	margin-top: 10px;
}

#recommend .recommend_item .right>h3 {
	font-size: clamp(17px, 4vw, 22px);
	font-weight: 600;
	margin: 15px 0;
}

#recommend .recommend_item .right>p {
	line-height: 2.0;
	margin-bottom: 30px;
}

#recommend .recommend_item .right .people {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 30px;
	align-items: center;
}

#recommend .recommend_item .right .people img {
	max-width: 106px;
}

#recommend .recommend_item .right .people .inner {
	padding-top: 20px;
}

#recommend .recommend_item .right .people .inner img {
	max-width: 100%;
	vertical-align: middle;
}

#recommend .recommend_item .right .people .inner p {
	font-size: 14px;
}

#recommend .recommend_item .right .people .inner p span {
	font-weight: 500;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

#recommend .recommend_item .right .people .inner h3 {
	font-size: 18px;
	font-weight: normal;
}

#recommend .recommend_item .right .people .inner h3 span {
	font-size: 14px;
	margin-left: 15px;
}

#recommend .recommend_item .logo img {
	height: 31px;
}

#recommend .recommend_item.aw25_yt .logo img {
	height: 62px;
}

#recommend .recommend_item {
	position: relative;
}

#recommend .recItem01::before {
	content: "";
	width: 26vw;
	height: 18vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_buyers_bg03.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: -3vw;
	left: 0;
	position: absolute;
	background-position-x: right;
	background-position-y: center;
	z-index: -1;
}

#recommend .recItem02::before {
	content: "";
	width: 13vw;
	height: 17vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_buyers_bg04.png");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -6vw;
	right: 0;
	position: absolute;
	background-position-x: right;
	background-position-y: center;
	z-index: -1;
}

#recommend .recItem03::before {
	content: "";
	width: 30vw;
	height: 20vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_buyers_bg05.png");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -6vw;
	left: 0;
	position: absolute;
	background-position-x: left;
	background-position-y: center;
	z-index: -1;
}

#recommend .recItem04::before {
	content: "";
	width: 20vw;
	height: 20vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_buyers_bg06.png");
	background-repeat: no-repeat;
	background-size: contain;
	bottom: -15vw;
	right: 0;
	position: absolute;
	background-position-x: right;
	background-position-y: center;
	z-index: -1;
}

#recommend .recItem06::before {
	content: "";
	width: 30vw;
	height: 20vw;
	background-image: url("https://decora-gbg-online.com/apps/note/img/lp20252026aw/25aw_buyers_bg07.png");
	background-repeat: no-repeat;
	background-size: contain;
	top: -2vw;
	left: 0;
	position: absolute;
	background-position-x: left;
	background-position-y: center;
	z-index: -1;
}

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

	#recommend .buyers_slide {
		max-width: 100%;
	}

	#recommend .recommend_content .sec_ttl h2 img {
		height: 75px;
	}

	#recommend .recommend_txt {
		margin-top: 40px;
	}

	#recommend .recommend_item .content {
		display: flex;
		flex-direction: column-reverse;
		gap: 35px;
		padding: 50px 0;
	}

	#recommend .recommend_item .left {
		max-width: 100%;
	}

	#recommend .recommend_item .right .people {
		gap: 15px;
	}



	#recommend h2 img {
		height: 120px;
	}


	#recommend {
		padding-top: 100px;
	}

	#recommend .recItem01::before {
		top: -10vw;
	}

	#recommend .recItem02::before {
		width: 30vw;
		height: 40vw;
		bottom: -20vw;
	}

	#recommend .recItem04::before {
		width: 36vw;
		height: 36vw;
		bottom: -28vw;
	}


	#recommend .recItem06::before {
		top: auto;
		width: 32vw;
		height: 36vw;
		bottom: -28vw;
	}

	#recommend .recommend_item .right>p {
		margin-bottom: 15px;
	}

}



@media screen and (max-width:480px) {
	#recommend {
		background-size: 38vw;
	}

	#recommend .recommend_item .right .people .inner h3 span {
		margin-left: 0;
	}

	#recommend h2 img {
		height: 27vw;
	}

	#recommend h2::before {
		width: 34vw;
		height: 28vw;
	}

	#recommend .recItem01::before {
		width: 34vw;
		top: -10vw;
	}

	#recommend .recItem03::before {
		width: 40vw;
		height: 30vw;
		bottom: -14vw;
	}

	#recommend .recItem06::before {
		width: 42vw;
		height: 42vw;
	}

	#recommend .recommend_item .logo img {
		height: 8vw;
	}

	#recommend .recommend_item.aw25_yt .logo img {
		height: 16vw;
	}

}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer .footer_content {
	padding: 0 0 175px;
}

#footer .footer_logo {
	margin-bottom: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

#footer .footer_logo::before {
	content: "";
	border-left: 1px solid #CECECE;
	height: 100px;
	width: 1px;
	display: block;
}

#footer .footer_logo a {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	gap: 75px;
	position: relative;
	max-width: 450px;
	width: 90%;
	justify-items: center;
}

#footer .footer_logo a::before {
	content: "";
	border-left: 1px solid #CECECE;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}

#footer .footer_logo a img:nth-child(1) {
	max-width: 191px;
	width: 100%;
}

#footer .footer_logo a img:nth-child(2) {
	max-width: 180px;
	width: 100%;
}

#footer .footer_copy {
	text-align: center;
}

#footer .footer_copy img {
	max-width: 224px;
}

@media screen and (max-width:896px) {
	#footer .footer_logo a {
		gap: 35px;
	}
}




/*------------------------------------------------------------
	ハンバーガーメニュー
------------------------------------------------------------*/
/* .zdo_drawer_menu {
	display: none;
} */

.zdo_drawer_menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
}

.zdo_drawer_menu a {
	text-decoration: none;
	padding: 15px 0;
	display: block;
	color: #fff;
}

.zdo_drawer_menu a:hover {
	text-decoration: none !important;
}

.zdo_drawer_menu a:visited {
	color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	display: none;
	top: 0;
	left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
	display: block;
	background: none;
	border: none;
	padding: 0;
	width: 64px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 40px;
	right: 30px;
	z-index: 1001;
	text-align: center;
	outline: none;
}

.zdo_drawer_menu .zdo_drawer_bar {
	display: block;
	height: 3px;
	margin: 10px 0;
	transition: all 0.2s;
	transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
	background-color: #000;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar2 {
	display: none;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar3 {
	width: 70%;
	margin-left: auto;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
	width: 50px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(45deg);
	position: relative;
	right: -16px;
	top: -6px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
	opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
	transform: rotate(-45deg);
	position: relative;
	top: 16px;
	right: 1px;
}

.zdo_drawer_button.active .zdo_drawer_bar1,
.zdo_drawer_button.active .zdo_drawer_bar3 {
	background: #fff !important;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
	width: 312px;
	height: 100%;
	transition: all 0.2s;
	transform: translate(312px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	background: #000;
	color: #fff;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
	transform: translate(0);
}

.zdo_drawer_menu .zdo_drawer_nav {
	padding: 60px 24px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
	font-size: 22px;
	border-bottom: 1px solid #fff;
}

.zdo_drawer_menu .zdo_drawer_nav li a {
	font-weight: 600;
}

.zdo_drawer_menu .zdo_drawer_button {
	color: #333;
}

@media screen and (max-width:896px) {
	.zdo_drawer_menu {
		display: block;
	}

	.zdo_drawer_menu .zdo_drawer_button {
		width: 42px;
	}

	.zdo_drawer_menu .zdo_drawer_bar {
		margin: 8px 0;
	}

	.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
		width: 36px;
	}

	.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
		top: 9px;
		right: -7px;
	}
}

@media screen and (max-width:480px) {
	.zdo_drawer_menu .zdo_drawer_nav_wrapper {
		width: 100%;
		transform: translate(100%);
	}
}