.mediaViewInfo {
	--web-view-name: PC;
	--web-view-id: PC;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: PC;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

span.f_txt {
    /* margin: 60px 0; */
}

img#inaba_logo03\ sp {
    position: relative;
    height: 20%;
    min-height: 70px;
    top: 10px;
}

.menu_sec span {
    display: block;
    font-family: 'Noto Sans JP', sans-serif;
}

span.sec_txt {font-weight: 500;font-size: clamp(0.625rem, 0.087rem + 2.3vw, 1.188rem);}

span.sec_ttl {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: clamp(0.75rem, 0.152rem + 2.55vw, 1.375rem);
}

.meny_sec span {
    display: block;
}

svg {
    /* width: 140%; */
}

div {}

.menu_logo {
    height: 100px;
}

.menu_sec {
    /* height: 37vh; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    margin: 20px 3% 60px 3%;
}

.menu img {
    width: 50%;
}

.menu_title {
    background-color: #FFD8D8;
}

.under_bg {
	/* position: relative; */
	/* bottom: 6vh; */
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	object-fit: cover;
	overflow: hidden;
	z-index: 1;
	}

img.item_img {
    /* position: absolute; */
    width: 100%;
    height: auto;
    /* margin: 0; */
    /* padding: 0; */
}

span.cercle_ttl {
    font-weight: bold;
    font-size: clamp(1.125rem, 0.417rem + 1.9vw, 2.188rem);
}

body {
    margin: 0;
    padding: 0;
}

section.top {
    position: relative;
}

.about_bg {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
}

footer {
    bottom: 0;
    width: 100%;
    margin-top: -11vw;
    /* height: 5vh; */
    background-color: #D1D1D1;
    text-align: center;
    padding-bottom: 30px;
    z-index: 0;
    /* vertical-align: middle; */
    font-size: clamp(0.875rem, 0.708rem + 0.35vw, 1.125rem);
}

section.item {
    position: relative;
    /* z-index: -1; */
}

div#buy_box2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    /* text-align: center; */
    bottom: 0vh;
    left: 50%;
    transform: translateX(-50%);
    width: 14vw;
    /* max-width: 132px; */
    border-radius: 36.5px;
    text-align: center;
    margin: 0 auto;
    padding: 6px 0;
    background-color: rgba(255,166,23,1);
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    margin: 0 auto;
}
div#buy_box2:hover{
	background-color: #F0788B ;
	color: #6a6a6a;
}

.item_txt {
    position: relative;
    width: 100%;
    /* height: 20vw; */
    text-align: center;
    margin-bottom: 3vh;
}

.item_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 5vw;
    margin-top: 25vw;
}

.about_img {
    position: absolute;
    top: 26vw;
    left: 50px;
    width: 63%;
    height: 50%;
}

.about_logo {
    position: absolute;
    top: 17vw;
    left: 80vw;
}

.buy_box_r {
    width: 25%;
    margin: auto;
}

.buy_box_l {
    width: 25%;
    margin: auto;
}

.buy_box_c {
    width: 50%;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: clamp(1rem, 2.08vw, 2.5rem);
    color: rgba(255,255,255,1);
}

div#buy_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    position: absolute;
    top: 0;
    right: 9vw;
    width: 14vw;
    /* max-width: 132px; */
    /* min-width: 115px; */
    border-radius: 36.5px;
    text-align: center;
    margin: 0 auto;
    padding: 6px 0;
    background-color: rgba(255,166,23,1);
    justify-content: center;
    align-items: center;
}
div#buy_box:hover{
	background-color: #F0788B;
	color: #6a6a6a;
}
.about_txt {
    position: absolute;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    top: 3.5vw;
    z-index: 6;
}

.main_top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* margin-top: 5%; */
    /* margin: 0 10%; */
}

section.about {
    position: relative;
    overflow: hidden;
    z-index: 4;
}

main {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 6;
    top: -3vh;
    bottom: -3vh;
  }


header {
    width: 100%;
    height: 265px;
    background-image: url("../bg_hd.png");
    background-size: cover;
    background-color: rgba(255,255,255,0.289);
    background-blend-mode:lighten;
    text-align: center;
}
#PC {
	position: absolute;
	width: 1920px;
	height: 4455px;
	background-color: rgba(255,255,255,1);
	overflow: hidden;
	--web-view-name: PC;
	--web-view-id: PC;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
#bg_hd {
	opacity: 0.289;
	position: absolute;
	width: 1920px;
	height: 265px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#bg {
	/* position: absolute; */
	width: 100%;
	/* height: 453px; */
	left: 0px;
	margin: 0;
	padding: 0;
	z-index: -1;
	object-fit: cover;
	/* top: 3947px; */
	overflow: hidden;
}
#bg01_l {
	fill: url(#bg01_l);
}

path#bg01_l {
}
.bg01_l {
    filter: drop-shadow(7px 7px 6px rgba(0, 0, 0, 0.161));
    overflow: visible;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
#ft {
	fill: rgba(209,209,209,1);
}
.ft {
	position: absolute;
	overflow: visible;
	width: 1920px;
	height: 53px;
	left: 0px;
	top: 4402px;
}
#bg02_o {
	fill: url(#bg02_o);
}

radialGradient#bg02_o {}
.bg02_o {
	overflow: visible;
	/* position: absolute; */
	width: 114%;
	/* max-height: 600px; */
	/* left: -75px; */
	/* top: 996px; */
	/* object-fit: cover; */
	z-index: 5;
	/* transform: matrix(1,0,0,1,0,0); */
}
#img03 {
	position: absolute;
	width: 1474px;
	height: 1144px;
	left: 223px;
	top: 2628px;
	overflow: hidden;
}
#Group {
	position: absolute;
	width: 697.918px;
	height: 511.156px;
	left: 20px;
	top: -0.093px;
	overflow: visible;
}
#p_005 {
	filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.161));
	/* position: absolute; */
	width: 50%;
	/* height: 511.156px; */
	left: 0px;
	top: 0px;
	overflow: visible;
	padding: 30px;
}
#Group_s {
	position: absolute;
	width: 697.918px;
	height: 511.156px;
	left: 771px;
	top: -0.093px;
	overflow: visible;
}
#p_005_t {
	filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.161));
	position: absolute;
	width: 697.918px;
	height: 511.156px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#Group_u {
	position: absolute;
	width: 697.918px;
	height: 511.156px;
	left: 20px;
	top: 608.907px;
	overflow: visible;
}
#p_005_v {
	filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.161));
	position: absolute;
	width: 697.918px;
	height: 511.156px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#Group_w {
	position: absolute;
	width: 697.918px;
	height: 511.156px;
	left: 771px;
	top: 608.907px;
	overflow: visible;
}
#p_005_x {
	filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.161));
	position: absolute;
	width: 697.918px;
	height: 511.156px;
	left: 0px;
	top: 0px;
	overflow: visible;
}
#text_footer {
	left: 711.5px;
	top: 4420px;
	position: absolute;
	overflow: visible;
	width: 498px;
	white-space: nowrap;
	text-align: left;
	font-family: YuKyokasho Yoko;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: rgba(112,112,112,1);
}
#text03 {
	left: 370px;
	top: 1292px;
	/* position: absolute; */
	overflow: visible;
	width: 1181px;
	height: 459px;
	line-height: 3vw;
	/* margin-top: -15px; */
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(0.875rem, 0.5rem + 0.78vw, 1.438rem);
	color: rgba(255,255,255,1);
}
#text02 {
	left: 769px;
	top: 1202px;
	/* position: absolute; */
	overflow: visible;
	/* width: 383px; */
	display: block;
	white-space: nowrap;
	text-align: center;
	/* font-family: 'Noto Sans JP', sans-serif; */
	font-style: normal;
	font-weight: bold;
	font-size: clamp(1.25rem, 0.833rem + 0.7vw, 1.875rem);
	color: rgba(255,255,255,1);
}

p#text02 {
    margin-bottom: 20px;
}
#text01 {
	left: 768px;
	top: 1057px;
	/* position: absolute; */
	overflow: visible;
	/* width: 381px; */
	display: block;
	white-space: nowrap;
	text-align: center;
	font-family: Montserrat;
	font-style: italic;
	font-weight: normal;
	font-size: clamp(3.375rem, 1.667rem + 3.56vw, 5.938rem);
	color: rgba(255,255,255,1);
}
#ina_008 {
	position: absolute;
	width: 80%;
	/* height: 1062px; */
	/* left: 34px; */
	top: 0;
	overflow: visible;
}
#img_01 {
	transform: rotate(-5deg);
	transform-origin: center;
	/* position: absolute; */
	width: 55%;
	/* height: 1030.215px; */
	left: 0px;
	top: 0px;
	overflow: visible;
}
#img01_bg_ {
	fill: url(#img01_bg_);
}
.img01_bg_ {
	position: absolute;
	overflow: visible;
	/* width: 112.579px; */
	/* height: 112.579px; */
	left: 421.828px;
	top: 153.537px;
}
#ina_011 {
	/* position: absolute; */
	width: 100%;
	/* height: 1116.084px; */
	left: 0px;
	top: 0px;
	overflow: visible;
}
#buy {
	position: absolute;
	width: 216px;
	height: 73px;
	left: 1586px;
	top: 996px;
	overflow: visible;
}
#buy_bg {
	fill: rgba(255,166,23,1);
}
.buy_bg {
	filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.161));
	position: absolute;
	overflow: visible;
	width: 234px;
	height: 91px;
	left: 0px;
	top: 0px;
}
#buy_text {
	left: 62px;
	top: 12px;
	position: absolute;
	overflow: visible;
	width: 99px;
	white-space: nowrap;
	line-height: 60px;
	margin-top: -15px;
	text-align: center;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: rgba(255,255,255,1);
}
#buy_img02 {
	/* position: absolute; */
	width: 60%;
	/* height: 46px; */
	margin: auto;
	display: block;
	left: 166px;
	top: 12px;
	overflow: visible;
}
#buy_img01 {
	/* position: absolute; */
	width: 60%;
	/* height: 46px; */
	margin: auto;
	display: block;
	left: 13px;
	top: 12px;
	overflow: visible;
}
#buy_bc {
	position: absolute;
	width: 216px;
	height: 73px;
	left: 853.546px;
	top: 4103px;
	overflow: visible;
}
#buy_bg_bd {
	fill: rgba(255,166,23,1);
}
.buy_bg_bd {
	filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.161));
	position: absolute;
	overflow: visible;
	width: 234px;
	height: 91px;
	left: 0px;
	top: 0px;
}
#buy_text_be {
	left: 62px;
	top: 12px;
	position: absolute;
	overflow: visible;
	width: 99px;
	white-space: nowrap;
	line-height: 60px;
	margin-top: -15px;
	text-align: center;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: 30px;
	color: rgba(255,255,255,1);
}
#buy_img02_bf {
	position: absolute;
	width: 46px;
	height: 46px;
	left: 166px;
	top: 12px;
	overflow: visible;
}
#buy_img01_bg {
	position: absolute;
	width: 46px;
	height: 46px;
	left: 13px;
	top: 12px;
	overflow: visible;
}
#inaba_logo03 {
	filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.161));
	position: relative;
	/* width: 23%; */
	height: 65%;
	min-height: 196px;
	/* left: 862px; */
	top: 19px;
	margin: 0 auto;
	padding: 0;
	overflow: visible;
	z-index: 7;
}
#cercle {
	transform: rotate(12deg);
	transform-origin: center;
	position: absolute;
	display: flex;
	width: 18vw;
	height: 18vw;
	max-width: 357px;
	min-width: 200px;
	max-height: 357px;
	min-height: 200px;
	margin: 0 auto;
	border-radius: 50%;
	background: rgba(221,154,76,1);
	right: 15vw;
	top: 135px;
	z-index: 7;
	white-space: nowrap;
	line-height: 150%;
	padding: 29px 10px;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-style: normal;
	font-weight: 500;
	font-size: clamp(1.125rem, 0.417rem + 1.48vw, 2.188rem);
	color: rgba(111,24,24,1);
	overflow: hidden;
	flex-direction: column;
	justify-content: center;
}
#n_1 {
	fill: rgba(221,154,76,1);
}
.n_1 {
	/* position: absolute; */
	overflow: visible;
	/* width: 423.423px; */
	/* height: 423.423px; */
	/* right: 0px; */
	/* top: 0px; */
}
#INABA_Preserved_flower_fchouet {
	left: 37.406px;
	top: 56.832px;
	position: absolute;
	overflow: visible;
	width: 305px;
	white-space: nowrap;
	line-height: 56px;
	margin-top: -3px;
	text-align: center;
	font-family: Noto Serif JP;
	font-style: normal;
	font-weight: normal;
	font-size: 50px;
	color: rgba(111,24,24,1);
}
#icon_2a95caf4496b265630d63c376 {
	/* position: absolute; */
	width: 16vw;
	/* height: 321.995px; */
	/* left: 1443.002px; */
	top: 0;
	overflow: visible;
}
#de71f397f507ca94bb7a1bc48347e5 {
	/* position: absolute; */
	width: 40%;
	/* height: 100%; */
	/* left: 1296px; */
	top: 464px;
	overflow: visible;
	display: block;
	margin: 0 auto;
}
#Fchouette {
	/* left: 1064px; */
	/* top: 582px; */
	/* position: absolute; */
	overflow: visible;
	width: 42%;
	white-space: nowrap;
	line-height: 3vw;
	margin-top: -7px;
	text-align: center;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: clamp(0.875rem, 0.5rem + 0.78vw, 1.438rem);
	color: rgba(255,255,255,1);
}
#n__ {
	/* left: 433.002px; */
	/* top: 3877px; */
	/* position: absolute; */
	overflow: visible;
	/* width: 1011px; */
	/* height: 216px; */
	line-height: 3vw;
	/* margin-top: -15px; */
	text-align: center;
	font-family: Noto Sans JP;
	font-style: normal;
	font-weight: normal;
	font-size: clamp(0.875rem, 0.5rem + 0.78vw, 1.438rem);
	color: rgba(255,255,255,1);
}
#bg02_n {
	fill: url(#bg02_n);
}
.bg02_n {
	overflow: hidden;
	/* position: absolute; */
	width: 126%;
	/* max-height: 663px; */
	object-position: bottom;
	margin: auto;
	/* height: 1079.003px; */
	margin-left: -36px;
	z-index: 12;
	top: 0px;
}
a {
	text-decoration:none;
	color: #fff;


}
	
.sp{
	display: none;
}
@media screen and (max-width: 767px){
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}

.sp_sec {
    text-align: center;
    font-family: Noto Sans JP;
    font-style: normal;
    font-weight: normal;
    font-size: clamp(0.875rem, -1.458rem + 4.86vw, 4.375rem);
    color: rgba(255,255,255,1);
}
	header{
		height: 100px;
		/* text-align: center; */
	}
	#inaba_logo03{
		position: absolute;
		height: 10%;
		min-height: 70px;
		max-height: 70px;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
	}
	#Fchouette{
		display: none;
	}
	#img_01{
		width: 74%;
		margin-left: 4%;
	}
	#cercle{
		transform: none;
		top: 30px;
		width: 50px;
		height: 50px;
		right: 2vw;
		max-width: 200px;
		min-width: 95px;
		max-height: 200px;
		min-height: 95px;
		font-size: 10px;
		padding: 3% 0;
	}
	span.cercle_ttl {
		font-weight: bold;
		font-size: 12px;
	}
	.bg01_l{
		width: auto;
		/* max-width: 100vw; */
		height: 100%;
		/* top: 0; */
		/* overflow-x: auto; */
	}
	.about_txt{
		top: 13vw;
	}
	.main_top{
		display: flex;
		justify-content: flex-start;
	}
	#p_005{
		/* position: relative; */
		margin: 0 auto;
		width: 25%;
		padding: 0;
	}
	section.about{
		top: -8vh;
		/* margin-bottom: 25px; */
	}
	div#buy_box{
		max-width: 222px;
		min-width: 115px;
		width: auto;
	}

div#buy_box2 {
    width: auto;
    max-width: 222px;
    min-width: 113px;
    bottom: 0px;
}
	.buy_box_c{
		font-size: clamp(1.125rem, 0.467rem + 2.81vw, 1.813rem);
	}
	#text01{font-size: clamp(2.5rem, 0.706rem + 7.65vw, 4.375rem);}
	#text02{font-size: clamp(0.688rem, 0.209rem + 2.04vw, 1.188rem);}
	#text03{
		
	}
	.about_logo{
		position: relative;
		top: 0;
		left: 60vw;
		z-index: 0;
	}
	.about_img{
		position: relative;
		top: -55vw;
		left: 2vw;
		z-index: 0;
	}
	#ina_008{
		width: 100%;
		/* z-index: 10; */
	}
	.item_box{
		margin: 0 auto;
		/* text-align: center; */
		/* position: relative; */
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		flex-direction: row;
		margin-top: 30px;
	}
	.item_txt{
		margin-top: 30px;
	}
	section.item{
		/* margin-top: 50px; */
	}
	main{

		z-index: 1;
	}
	/*　ハンバーガーボタン　*/
.hamburger {
	display : block;
	position: relative;
	z-index: 9;
	left : 13px;
	top   : 12px;
	width : 42px;
	height: 42px;
	cursor: pointer;
	font-family: 'Montserrat', sans-serif;
	color: #C55287;
	text-align: center;
	}
  .hamburger span {
	display : block;
	position: absolute;
	width   : 30px;
	height  : 2px ;
	left    : 6px;
	background : #555;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition   : 0.3s ease-in-out;
	transition        : 0.3s ease-in-out;
  }

.hamburger p {position: absolute;top: 36px;}
  .hamburger span:nth-child(1) {
	top: 10px;
  }
  .hamburger span:nth-child(2) {
	top: 20px;
  }
  .hamburger span:nth-child(3) {
	top: 30px;
  }
  
  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1),
  .hamburger.active span:nth-child(3) {
	width : 14px;
  }
  .hamburger.active span:nth-child(1){
  
	-webkit-transform:    translate(17px,5px) rotate(45deg);
	-moz-transform   : translate(17px,5px) rotate(45deg);
	transform        : translate(17px,5px) rotate(45deg);
  }
  .hamburger.active span:nth-child(3){
   
	-webkit-transform: translate(17px,-5px) rotate(-45deg);
	-moz-transform   : translate(17px,-5px) rotate(-45deg);
	transform        : translate(17px,-5px) rotate(-45deg);
  }
  nav.globalMenuSp {
	position: fixed;
	z-index: 8;
	top  : 0;
	left : 0;
	color: #000;
	background: #fff;
	text-align: center;
	transform: translateX(-100%);
	transition: all 0.6s;
	width: 100%;
	}
  
  nav.globalMenuSp ul {
	background: #ccc;
	margin: 0 auto;
	padding: 0;
	width: 100%;
  }
  
  nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
  }
  nav.globalMenuSp ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
  }
  nav.globalMenuSp ul li:hover{
	background :#ddd;
  }
  
  nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding: 1.4em 0;
	text-decoration :none;
  }
  
  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
	transform: translateX(0%);
  }
  div#buy_box2{
	/* margin-bottom: 20%; */
	}
	#text03{
		font-size: clamp(0.688rem, 0.209rem + 2.04vw, 1.188rem);
		line-height: 8vw;
	}

}