@charset "UTF-8";

/**

バック地（白）

**/
.bg-fff {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	
	background: #fff;
/*	background: rgba(209,93,213,1.00);*/
}
.bg-fff.m01{
	width: calc( 100% - 50px );
	height: auto;
	margin: 0;
	padding: 25px;
}

.z-index10{
	z-index: 10;
}
.bg-fff2 {
	clear: both;
	width: 100%;
	height: 30%;
	min-height: 150px;
	max-height: 300px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	
	background: #fff;
/*	background: rgba(209,93,213,1.00);*/
}





/**

loading

**/
#loading{
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 25px);
}
#loading img{
	width: 100px;
	height: auto;
}
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
}



/**

メインビジュアル

**/
.top_txt1,
.top_txt2{
	clear: both;
	width: 50%;
	max-width: 430px;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 10;
}
.top_txt1{
	top: 24%;
	left: 7%;
}
.top_txt2{
	max-width: 430px;
	left: 7%;
	bottom: 0;
/*
	left: 50%;
	transform: translate(-50%,0);
*/
	z-index: 10;
}
@media print, screen and (max-width: 1450px) {
.top_txt1{
	left: 5%;
}
.top_txt2{
	left: 5%;
/*
	left: 50%;
	transform: translate(-50%,0);
*/
}
}
@media print, screen and (max-width: 1200px) {
.top_txt1{
	top: 28%;
	left: 5%;
	
}
.top_txt2{
	bottom: 0;
	left: 5%;
/*
	left: 50%;
	transform: translate(-50%,0);
*/
}
}
@media print, screen and (max-width: 1000px) {
.top_txt1{
	width: 38%;
	top: 25%;
}
.top_txt2{
	width: 38%;
/*
	left: 50%;
	transform: translate(-50%,0);
*/
}
}

.cap01.right01.main_pa01{
	position: absolute;
	bottom: 13em;
	right: 0.5em;
}



/**

セールス

**/
.sales_box1bg{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 20px 0;
	position: relative;
	
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	
	background: #222;
}
.sales_box1 {
	clear: both;
	width: 91.667%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}








/**

BOX1

**/
.box1_ph_flex1{
	clear:both;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1001px) {
.box1_ph_flex1{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
}
.box1_ph1{
	clear:both;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1001px) {
.box1_ph1{
	width:59.285%;
}
}


.box1_ph_flex2{
	clear:both;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.box1_ph2{
	clear:both;
	width:50%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
}


.box1_ph3{
	clear:both;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1001px) {
.box1_ph3{
	width:40.715%;
}
}
@media print, screen and (max-width: 1000px) {
.box1_ph3{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
}
.box1_ph4{
	clear:both;
	width:50%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1001px) {
.box1_ph4{
	width:100%;
}
}




/**

BOX2

**/
.box2_title1{
	clear:both;
	width:100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1001px) {
.box2_title1{
	width:83.334%;
	max-width: 400px;
}
}


.box2_flex1{
	clear:both;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1001px) {
.box2_flex1{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.box2_flex1.m01{
	flex-direction: row-reverse;
}
}
.box2_ph1{
	clear:both;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
	position: relative;
}
@media print, screen and (min-width: 1001px) {
.box2_ph1{
	width:50%;
}
}
/* PC・スマホ共通：写真セルのマウスオーバー（タップ）で拡大 */
.box2_ph1:not(:has(.box2_ph1_pa1)){
	overflow: hidden;
}
.box2_ph1:not(:has(.box2_ph1_pa1)) > a{
	display: block;
}
/* タイトルセル全体リンク（box2_ph1_pa1 を含むセル）も block 化 */
.box2_ph1:has(.box2_ph1_pa1) > a{
	display: block;
}
.box2_ph1:not(:has(.box2_ph1_pa1)) img{
	transition: transform 0.6s ease;
	will-change: transform;
}
.box2_ph1:not(:has(.box2_ph1_pa1)):hover img{
	transform: scale(1.05);
}
/* PC・スマホ共通：ovl_dark 付きの写真は基本状態で黒50%乗算、マウスオーバー（タップ）で0に */
.box2_ph1.ovl_dark::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	background: #291f0b;
	mix-blend-mode: multiply;
	opacity: 0.5;
	opacity: 0.56;
	transition: opacity 0.6s ease;
	pointer-events: none;
	z-index: 1;
}
.box2_ph1.ovl_dark:hover::after{
	opacity: 0;
}
.box2_ph1.ovl_dark.off:hover::after{
	opacity: 0.56;
}
.box2_ph1.ovl_dark .cap01{
	z-index: 2;
}
.box2_ph1_pa1{
	clear:both;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	
/*	background: rgba(80,214,186,1.00);*/
}
.box2_txt1_1{
	clear:both;
	width:62.858%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
@media print, screen and (max-width: 1000px) {
.box2_txt1_1{
	width:78%;
}
}

.box2_txt1_1.off{
	opacity: 0.3;
}
.box2_bar1{
	clear:both;
	width:68.572%;
	height: 1px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: none;
	
	background-image: linear-gradient(90deg, #b7ac79, #5b4e0c);
}
@media print, screen and (max-width: 1000px) {
.box2_bar1{
	width:90%;
}
}

.box2_btn1{
	clear:both;
	width:30px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.box2_btn1.off{
	opacity: 0.3;
}
.box2_btn1.off a{
	pointer-events: none;
}
