@charset "utf-8";
/* CSS Document */
:root {
 --bodyW: 100%;
 --topimgH: 560px;
}
.my-dialog {
	width: var(--bodyW);
}
/* --- 全体 --- */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body, html {
	width: var(--bodyW);
	min-width:320px;
}
body {
	margin:0 auto;
	width: var(--bodyW);
	font-size:12px;
	color:#514822;
	background:#f3f2e9;
	font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* --- 文字 --- */
.ib {
	display:inline-block;
}
img {
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
.disnon {
	display:none;
}
.sp{ display:none; }
ul li {
	list-style:none;
}
h1 {
	display:none;
}
h2 {
	background:url(../images/h2/h2_bg.png);
	padding:36px 30px;
	margin:20px auto 30px;
 width: calc( var(--bodyW) * 0.94 );
	height:24px;
}
h2.ptitle {
	background-image:none;
	background-color:#f3f2e9;
	color:#9b7802;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:30px;
	text-align:center;
	display: inline-block;
	height:auto;
	letter-spacing:0.15em;
	margin:20px auto 30px;
	padding:24px 3.3%;
	position:relative;
	text-align:left;
	width: 100%;
}
h2.ptitle > span {
	position:absolute;
	background-image: url(../images/top/thumb_RoseL.svg), url(../images/top/thumb_RoseTR.svg), url(../images/top/thumb_RoseBL.svg), url(../images/top/thumb_RoseR.svg);
	background-repeat:no-repeat;
	background-position:left 0 top 0, right 0 top 0, bottom 0 left 0, bottom 0 right 0;
	display:inline-block;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
}
h2.ptitle > span::after {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top:91%;
	height: 10px;
	background: linear-gradient(to bottom, rgba(226, 225, 217, 1) 0, rgba(221, 219, 194, 0) 100% );
	/* 左右をフェード（マスクで中央だけ残す） */
	mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
	-webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 80%, transparent);
	pointer-events: none;
	z-index: 1;
}
h2.ptitle:before, h2.ptitle:after {
	content:"";
	display:inline-block;
	height:0;
	background-color:#f2f0e0;
	position:absolute;
	left:25px;
	right:25px;
}
h2.ptitle:before {
	border-top:2px solid #d9d5ab;
	border-bottom:2px solid #fcfcf9;
	top: 8px;
}
h2.ptitle:after {
	border-top:2px solid #fcfcf9;
	border-bottom:2px solid #d9d5ab;
	bottom: 8px;
}
h2.title {
	display:flex;
	align-items:center;
	background-image:none;
	box-sizing:border-box;
	color:#473d16;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:28px;
	margin:0 auto;
	padding:0 0 5px 10px;
	position:relative;
	letter-spacing:1px;
	line-height:1;
 width: calc( var(--bodyW) * 0.98 );
	height:auto;
}
h2.title.plogo {
	background-image:url(../images/h2/bg_h2.svg);
	background-repeat:no-repeat;
	background-position:right 5px center;
}
h2.title span {
	font-size:14px;
	color:#a18011;
	margin-left:15px;
}
h2.title:after {
	content:"";
	display:inline-block;
	height:0;
	border-top:1px solid #eae9e1;
	border-bottom:1px solid #fcfcf9;
	position:absolute;
	left:0;
	right:0;
	bottom:-2px;
}
h3 {
	background:url(../images/common/img_kasou_line.png) no-repeat center bottom;
	margin:0 0 15px 0;
	padding-left:10px;
	color:#a07f10;
	height:30px;
}
h3.stitle {
	color: #473D14;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:22px;
	height:auto;
	letter-spacing:0.15em;
	padding-left:2px;
	position:relative;
	background:none;
 width: calc( var(--bodyW) * 0.97 );
	margin:0 auto 20px;
}
h3.stitle:after {
	content:"";
	display:inline-block;
	height:0;
	border-top:2px solid #eae9e1;
	border-bottom:2px solid #fcfcf9;
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
}
h4 {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:15px;
	font-weight:bold;
	color:#9b7802;
	margin:0 0 2px 0;
}
h4.eng{ font-size:13px; }
p+h4{ padding-top: 5px;}

.bold {
	font-weight:bold;
}
.tx_14f{ font-size:14px; }
.del {
	text-decoration:line-through;
}
@media all and (max-width:999px) {
h2.ptitle {
	text-align:center;
	font-size:26px;
}
}
@media all and (max-width:640px) {
.sp{ display: inline-block; }
}
/* ---  --- */
img {
	border:0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.allclear {
	clear:both;
}
.tx_l {
	text-align: left;
}
.tx_r {
	text-align: right;
}
.tx_c {
	text-align: center;
}
/* --- リンク --- */
a:link, a:visited {
	color:#987a03;
	text-decoration:none;
}
a:hover, a:active {
	color:#987a03;
	text-decoration:underline;
}
.a_box { /*詳細を見るボタン*/
	float:right;
	padding:2px 10px 2px 25px;
	display:block;
	font-weight:bolder;
}
.a_box:link, .a_box:visited {
	background:url(../images/common/img_a.png) no-repeat left center #987a03;
	color:#fff;
	text-decoration:none;
}
.a_box:active, .a_box:hover {
	background:url(../images/common/img_a.png) no-repeat left center #d3be68;
}

dl {
}
dl dt {
	font-weight:bold;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:16px;
	margin-top:10px;
	font-weight:700;
}
dl dt:first-child {
	margin-top:0;
}
dl dd {
	font-size:14px
}


/* --- H E A D E R --- */

#header {
	display:none;
}
@media all and (max-width:640px) {
body {
	padding-top:50px;
}
#header {
	display:inline-block;
	background: #fff;
	padding: 8px 3%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition:transform:0.5s;
}
header.hidden {
    transform: translateY(-100%);
}

#header h1 {
	display:flex;
	flex: 1;
}
#header h1 img {
	width: 80px;
	height: auto;
	display: block;
}
.menu-toggle {
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	z-index: 1001;
}
.menu-toggle span {
	display: block;
	width: 28px;
	height: 3px;
	background: #333;
	transition: all 0.3s ease;
	border-radius: 2px;
}
.menu-toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(5px, 7px);
}
.menu-toggle.active span:nth-child(2) {
	opacity: 0;
}
.menu-toggle.active span:nth-child(3) {
	transform: rotate(-45deg) translate(5px, -7px);
}
}
/* --- ナビ --- */
#nav2 {
	width: var(--bodyW);
	min-width:256px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background: linear-gradient(to bottom, #b49e52 0%, #b49e52 2px, #FFF 2px, #e7e0d1 100%);
	box-shadow: 0 5px 5px 0 rgba(231, 224, 209, 1);
}
#nav2 ul {
	max-width:1000px;
	width: var(--bodyW);
	margin:0 auto;
	display:flex;
}
#nav2 ul li {
	list-style-type:none;
	width:25%;
}
#nav2 ul li a {
	width: var(--bodyW);
	height:51px;
	box-sizing:border-box;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	line-height:1.2;
	padding-top:5px;
	transition: background 0.2s;
	position:relative;
}
#nav2 ul li a:before {
	position:absolute;
	content:"";
	display:inline-block;
	left:0;
	right:0;
	top:0;
	height:2px;
	background: linear-gradient(to right, #b49e52 0%, #fdf0c3 45%, #fdf0c3 55%, #b49e52 100%);
}
#nav2 ul li a:hover {
	background:white;
	text-decoration:none;
}
#nav2 ul li a span:nth-child(1) {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-weight:700;
	letter-spacing:3px;
	font-size:16px;
	color:#473d16
}
#nav2 ul li a span:nth-child(2) {
	font-size:8px;
}
@media all and (max-width:640px) {
#nav2 {
	position: fixed;
	top: 0;
	right: -100%;
	width: 80%;
	max-width: 350px;
	height: 100vh;
	background: #fff;
	box-shadow: -2px 0 10px rgba(0,0,0,0.2);
	transition: right 0.3s ease;
	z-index: 999;
	overflow-y: auto;
	padding-top: 51px;
}
#nav2.active {
	right: 0;
}
#nav2 ul {
	flex-direction:column;
}
#nav2 ul li {
	width:100%;
}
#nav2 ul li a:before {
	display:none;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	z-index: 998;
}
.overlay.active {
	opacity: 1;
	visibility: visible;
}
#nav2 ul {
	list-style: none;
}
#nav2 ul li {
	border-bottom: 1px solid #e0e0e0;
}
#nav2 ul li a {
	display: block;
	height:auto;
	padding: 12px 25px;
	text-decoration: none;
	transition: background 0.3s ease;
}
#nav2 ul li a:hover, #nav2 ul li a:active {
	background: #f8f8f8;
}
#nav2 ul li a span {
	display:block
}
}
/* --- コンテンツ --- */
.flexbox {
	display:flex
}
#contents_youso {
	max-width:960px;
	width:94%;
	margin:0 auto;
	padding:20px 0px;
	clear:both;
	overflow:auto;
}
/* --- コンテンツ --- */
#contents_youso2 {
	max-width:960px;
	background-color:#003;
	margin:0 auto;
	padding:20px 0px;
	clear:both;
	overflow:auto;
}
/* --- コンタクト --- */
.contact {
	margin-top:20px;
	border:1px solid #e5e1cd;
	clear:both;
	padding:30px 5.2%;
	font-size:14px;
}
.contact .flexbox {
	justify-content:space-between;
	gap:50px;
}
.contact h2 {
	background-image:none;
	margin:0 0 20px 0;
	padding:0;
}
.contact h3 {
	background-image:none;
	background: linear-gradient(to bottom, #95833c, #786107); /* 上→下 */
	-webkit-background-clip: text;  /* 文字で背景をくり抜く（Safari対応） */
	background-clip: text;
	color: transparent;             /* 文字の塗りを透明に */
	-webkit-text-fill-color: transparent; /* Safari用 */
	border-bottom:1px solid #eae9e1;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:22px;
	height:auto;
	letter-spacing:1px;
	margin-bottom:10px;
	padding-left:2px;
	padding-right:50px;
	position:relative;
}
.contact h3 span.small {
	font-size:18px;
}
.contact h3:before {
	content:"";
	display:inline-block;
	height:30px;
	width:44px;
	position:absolute;
	right:0;
	top:1px;
	background-image:url(../images/h2/bg_h2.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.contact h3:after {
	content:"";
	display:inline-block;
	height:0;
	border-top:1px solid #eae9e1;
	border-bottom:1px solid #fcfcf9;
	position:absolute;
	left:0;
	right:0;
	bottom:-1px;
}
.contact_pic {
	display:inline-block;
	width:270px;
	text-align:center;
}
.contact_pic img {
	margin-bottom:3px;
}
.contact_info {
	display:inline-block;
	width:540px;
}
.contact_info table {
	margin-bottom:10px;
	border-collapse:collapse;
}
.contact_info table th {
	text-align:left;
	vertical-align:top;
	padding:8px 0;
}
.contact_info table td {
	text-align:left;
	vertical-align:top;
	padding:8px 0 0 4px;
}
#pagetop {
	clear:both;
	text-align:right;
	margin:30px 0 0 0;
}
.contact_info table th {
	width:100px;
	position:relative;
	white-space:nowrap;
	padding-right:10px;
}
.contact_info table th:after {
	content:":";
	position:absolute;
	right:2px;
}
@media all and (max-width:640px) {
.contact h3 {
	font-size:20px;
}
.contact h3 span.small {
	font-size:16px;
}
.contact .flexbox {
	flex-direction:column;
	gap:1px;
}
.contact_info {
	width:100%;
}
.contact_pic {
	margin:auto;
}
.contact_info table {
	border-collapse:collapse;
	border-spacing:0;
}
.contact_info tr, .contact_info th, .contact_info td {
	width:auto;
	display: list-item;
	border: none;
	padding:0;
	text-align:left;
	list-style:none;
	margin:0;
}
.contact_info table th {
	width:100%;
	font-size:14px;
	line-height:1.62;
	padding-bottom:0;
}
.contact_info table th:after {
	position:static;
}
.contact_info table td {
	width:100%;
	padding:10px 0 10px 10px;
	margin-bottom:1px;
	padding-top:0;
}
}
/* --- フッター ---- */
#footer {
	padding:20px 0;
	display:flex;
	align-items:center;
	width:100%;
	position:relative;
	gap:50px
}
#footer:before, #footer:after {
	position:absolute;
	content:"";
	left:0;
	right:0;
	border-top:2px solid #e9e9e0;
	border-bottom:2px solid #fcfcf9;
}
#footer:before {
	top:0;
}
#footer:after {
	bottom:0;
}
#footer_logo {
	width:125px
}
#footer_contents {
	width:calc( 100% - 175px)
}
#footer_contents ul {
	display:flex;
	flex-wrap: wrap;
	gap:5px
}
#footer_contents ul li {
	list-style:none;
	display:inline-block;
	width:calc( (100% - 15px) / 4 );
	background:url(../images/common/footer_list.png) no-repeat left center;
	box-sizing:border-box;
	padding:0 0 0 10px;
	margin:0 0 0 0;
}
#copy {
	display:inline-block;
	width: var(--bodyW);
	font-size:12px;
	padding:20px 0;
	text-align:center;
	overflow:auto;
}
@media all and (max-width:780px) {
#footer_contents ul li {
	width:calc( (100% - 10px) / 3 );
}
}
@media all and (max-width:640px) {
#footer {
	flex-direction:column;
	gap:15px
}
#footer_contents {
	width:100%
}
#footer_contents ul {
	width: 100%;
	gap:10px;
}
#footer_contents ul li {
	width:calc( 50% - 15px );
}
}
/* --- トップページ --- */
#top_jewelies {
	width:930px;
	margin:0 auto 50px auto;
	height:545px;
}
#top_jewelies li {
	float:left;
	display:block;
	list-style-type:none;
	margin:0 15px 15px 15px;
}
#pickup {
	display:flex;
	justify-content:space-between;
	margin:30px auto;
 width: calc( var(--bodyW) * 0.97 );
	gap:35px;
}
.pickbox {
	width:50%;
	border:1px solid #e5e1cd;
	background-color:#f6f5ef;
	padding:25px 35px;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
	background-image: url(../images/top/thumb_RoseL.svg), url(../images/top/thumb_RoseR.svg);
	background-repeat:no-repeat;
	background-position:7px 5px, right 7px bottom 5px;
}
.pickbox.red {
	padding:30px 25px;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	align-items:center;
	border: 1px solid #fde4e5;
	background-image: url(../images/top/thumb_RedRoseL.svg), url(../images/top/thumb_RedRoseR.svg), linear-gradient(to bottom, #FFF 0%, #FFF 30%, #feefef 50%, #fbcbce 100%);
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-position: 7px 5px, right 7px bottom 5px, 0 0;
}
.pickbox.red h3 {
	font-size:24px;
	line-height:1;
	background-image:none;
	position:relative;
	margin-bottom:0;
	padding-left:0;
	height:auto;
	letter-spacing:2px;
	color:#a81725;
	font-feature-settings: "palt";
}
.pickbox.red p {
	line-height:1.2;
	font-weight:700;
	font-size:15.5px;
	color:#473d16;
}
#pikup {
	width:870px;
	clear:both;
	height:105px;
	margin:30px auto 30px;
	background:url(../images/top/back_about.png) no-repeat;
	padding:25px 35px 20px 35px;
}
#pikup2 {
	width:380px;
	height:205px;
	margin:30px 15px 30px 15px;
	background:url(../images/top/back_about2.png) no-repeat;
	padding:25px 35px 20px 35px;
}
.pikup_p {
	font-size:11px;
}
.pikup_p2 {
	font-size:13px;
}
.pikup_small {
	font-size:10px;
	color:#9b7802;
}
@media all and (max-width:640px) {
#pickup {
	flex-direction: column
}
.pickbox {
	width:100%;
	gap:0;
	padding:22px 22px;
}
.pickbox.red {
	gap:10px;
}
.pickbox.red p {
	display:inline-block;
	width:100%;
	text-align:left;
}
.pickbox.red br {
	display:none;
}
}
/* --- 下層ページ --- */
.topimage_kasou {
	text-align:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	height:245px;
	position:relative;
}
.topimage_kasou #kasou_logo {
	background-position:center left 9px;
	background-repeat:no-repeat;
	background-size:180px;
	display:inline-block;
	width:960px;
	height:245px;
	margin:auto;
}
#top_jewellies {
	background-color:#0e1057;
	background-image:url(../images/kasou_top/img_top_jewelies.webp);
}
#top_jewellies #kasou_logo {
	background-image: url(../images/kasou_top/PHILOS_jewelies.webp);
}
#top_about {
	background-color:#effde3;
	background-image:url(../images/kasou_top/img_top_about.webp);
}
#top_about #kasou_logo {
	background-image: url(../images/kasou_top/PHILOS_about.webp);
}
#top_sale {
	background-image:url(../images/kasou_top/img_top_sale2.webp), url(../images/kasou_top/back_top_sale.png);
	background-repeat: no-repeat, repeat-x;
}
#top_sale #kasou_logo {
	background-image: url(../images/kasou_top/PHILOS_sale2.webp);
}
#top_info {
	background-color:#f9c509;
	background-image:url(../images/kasou_top/img_top_sale.webp);
}
#top_info #kasou_logo {
	background-image: url(../images/kasou_top/PHILOS_sale.webp);
}
.contents_box {
 width: calc( var(--bodyW) * 0.94 );
	margin:0 auto;
	padding:0 0 30px 0;
	overflow:auto;
}
@media all and (max-width:1000px) {
.topimage_kasou {
	background-size:cover;
}
}
@media all and (max-width:640px) {
.topimage_kasou {
	height:160px;
}
.topimage_kasou #kasou_logo {
	background-position:center left 9px;
	background-repeat:no-repeat;
	background-size:100px;
	display:inline-block;
	width:100%;
	height:160px;
	margin:auto;
}
.contents_box {
	width: var(--bodyW);
}
}
/* --- フィロスについて --- */
.about_h3 {
	background:none;
}
.atitle {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	display:flex;
	align-items:center;
	color:#9b7802;
	line-height:1;
}
.atitle li {
	list-style:none;
	display: inline-block;
}
.atitle li:nth-child(1) {
	font-size:64px;
	text-align:center;
	width:50px;
}
.atitle li:nth-child(2) {
	position:relative;
	width:calc( 100% - 50px )
}
.atitle li:nth-child(2):after {
	position: absolute;
	top:58%;
	left:-3px;
	right:10px;
	content:"";
	border-top:1px solid #eae9e1;
	border-bottom:1px solid #fcfcf9;
}
.atitle h3 {
	background:none;
	color:#473D14;
	font-size:22px;
	margin:0;
	padding:0;
	line-height:1
}
.atitle p {
	font-size:14px;
	line-height:1
}
#about1 .jp, #about2 .jp {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:14px;
}
#about1 .jp dl {
	margin-bottom:28px
}
#about1 .jp dt {
	padding-left:0;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0;
}
#about1 .jp dt .small {
	font-size:28px;
}
#about1 .jp dt .focus {
	color:#9b7802
}
#about1 .jp dd {
	font-size:18px;
	margin-left:1em;
}
#about2 .jp p {
	font-size:24px;
}
#about2 .jp p > span.large {
	font-size:30px;
	color:#9b7802;
}
.about_box {
	margin:0 0 0 0;
	padding:0 4.1% 20px;
	position:relative;
}
#about_origin {}
#about_ko {}
#about_03 { display:flex; flex-direction:column; gap:10px;}
.a03Box{ display:flex; gap:40px; position:relative; }
#back01_1{ width:222px; height:auto; position:absolute; top:0; right:0;}
#back01_2{ width:127px; height:auto; position:absolute; top:0; right:235px;}
#back02_1{ width:125px; height:auto; position:absolute; top:45px; right:0;}
#back02_2{ width:125px; height:auto; position:absolute; top:115px; right:115px;}
.a03Box .imgBox{ display:inline-block; width:180px; background-repeat:no-repeat; background-size:cover; position:relative; }
/* 左上角の三角形 */
.a03Box .imgBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 32px solid #f3f2e9;      /* 三角形の色 */
  border-right: 32px solid transparent; /* 透明で直角二等辺に */
}
/* 右下角の三角形 */
.a03Box .imgBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 32px solid #f3f2e9;    /* 三角形の色 */
  border-left: 32px solid transparent;
}
.a03Box:nth-child(1) .imgBox{ background-position:top center; background-image:url(../images/about/back03_1.png)}
.a03Box:nth-child(2) .imgBox{ background-position:center; background-image:url(../images/about/back03_2.png)}
.a03Box:nth-child(3) { align-items:flex-start;}
.a03Box:nth-child(3) .imgBox{ height:216px; background-image:url(../images/about/back03_3.png)}
.a03Box dl{ display:inline-block; width:calc( 100% - 220px );}
p.p_messeage {
	text-align:right;
}
.en {
	margin:30px 0 40px 0;
	font-size:14px;
}

@media all and (max-width:960px) {
#about1 .jp, #about2 .jp, #about1 .en, #about2 .en {	padding-right:120px; }
#back01_1{ width:110px; top:120px; right:0px;}
#back01_2{ width:110px; top:0; right:0;}
#back02_1{ width:110px; top:120px; right:0px;}
#back02_2{ width:110px; top:0; right:0;}
}
@media all and (max-width:640px) {
.atitle h3 {
	font-size:20px;
}
.atitle p {
	font-size:12px;
	line-height:1
}
.about_box {
	padding-bottom: 20px;
}
#about1 .jp, #about2 .jp { padding-top:120px; padding-right:0; }
#about1 .en, #about2 .en { padding-right:0;}
#back01_1{ width:width:110px; top:0; right:30%; transform:translateX(55px)}
#back01_2{ width:width:110px; top:0; left:30%; transform:translateX(-55px)}
#back02_1{ width:width:110px; top:0; right:30%; transform:translateX(55px)}
#back02_2{ width:width:110px; top:0; left:30%; transform:translateX(-55px)}
#about1 .jp dt {
	padding-left:0;
	font-size:30px;
	font-weight:normal;
	letter-spacing:0;
}
#about1 .jp dt {
	font-size:22px;
}
#about1 .jp dt .small {
	font-size:20px;
}
#about1 .jp dd {
	font-size:16px;
}
#about2 .jp p {
	font-size:20px;
}
#about2 .jp p > span.large {
	font-size:22px;
}
.a03Box{ gap:10px;}
.a03Box .imgBox{ width:20%;}


/* 左上角の三角形 */
.a03Box .imgBox::before {
  border-top: 32px solid #f3f2e9;      /* 三角形の色 */
  border-right: 32px solid transparent; /* 透明で直角二等辺に */
}

/* 右下角の三角形 */
.a03Box .imgBox::after {
  border-bottom: 32px solid #f3f2e9;    /* 三角形の色 */
  border-left: 32px solid transparent;
}
.a03Box:nth-child(3) { align-items:stretch;}
.a03Box:nth-child(3) .imgBox{ height:auto; background-image:url(../images/about/back03_3SP.png)}
.a03Box dl{ display:inline-block; width:calc( 80% - 10px );}
}

/* --- ジュエリー --- */

/*index*/
.jewelies_list {
	margin:20px auto 20px;
}
/*各カテゴリ*/
ul.jewelies_list {
	display:flex;
	flex-wrap: wrap;
	margin:20px auto 30px;
	width: calc( var(--bodyW) * 0.97 );
	gap:15px 15px;
	justify-content:center;
}
#index ul.jewelies_list {
	display:none;
}
ul.jewelies_list li {
	width: calc( (100% - 30px) / 3 )
}
ul.jewelies_list li a {
	border: 1px solid #e5e1cd;
	background-color: #f6f5ee;
	transition: background-color 0.2s;
	display:inline-block;
	position:relative;
	height:100%;
}
ul.jewelies_list li a:after {
	content:"";
	display:inline-block;
	height:12px;
	left:0;
	right:0;
	top:100%;
	position:absolute;
	background-image:url(../images/jewelies/dropShadow.png);
	background-repeat:no-repeat;
	background-size: 100% 12px;
	transition: opacity 0.2s;
	opacity:1;
}
ul.jewelies_list li a:hover:after {
	opacity:0;
}

ul.jewelies_list li a:hover {
	background-color: #fFF;
}
ul.jewelies_list li:nth-child(-n+2) {
	width: calc( (100% - 15px) / 2 )

}

ul.jewelies_list2 {
	display:flex;
	justify-content:space-between;
	margin:20px auto 30px;
	width:920px;
	width: calc( var(--bodyW) * 0.9584 );
	gap:2.2%
}
ul.jewelies_list2 li{ display:inline-block;}
ul.jewelies_list2 li a{ display:inline-block;}
ul.jewelies_list2 li a + a {
	margin-top:5px;
}
#index ul.jewelies_list{ display:none}
.jewelies_row {
	display:flex;
	width:95.9%;
	margin:0 auto 50px;
	flex-wrap: wrap;
	gap:35px 20px;
}
ul.jewelies_row li {
	display:flex;
	flex-direction:column;
	width:calc( (100% - 40px ) / 3 );
	list-style-type:none;
	font-size:14px;
	text-align:center;
}
.jewelies_row1 img {
	box-shadow:2px 2px 2px #CCCCCC;
	background-color:#FFF;
	width:100%;
	height:auto;
}
.jewelies_row1 a {
	display:block;
	margin-bottom:5px;
	border:1px solid #EEEEEE;
}
.jewelies_row1 a:hover {
	opacity: 0.5;
}
.speech-bubble {
	display:flex;
	width:95.9%;
	margin:0 auto 50px;
	align-items:center;
}
.speech-bubble .imgBox{
	width:33.333%;
	vertical-align:bottom;
}
.speech-bubble .imgBox img{
	vertical-align:bottom;
	overflow:hidden;
	box-shadow:2px 2px 2px #CCCCCC;
}
.speech-bubble .bubble {
	width: calc( 66.666% + 20px );
	align-items:center;
	justify-content:center
}
.bubble > div {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing:border-box;
	color: #333;
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:20px;
	line-height: 1.6;
	margin-left:20px;
	padding: 3% 3%;
	position: relative;
	text-align:center;
	width:calc(100% - 20px);
}
.bubble > div:before {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #ddd transparent transparent;
}
.bubble > div:after {
	content: "";
	position: absolute;
	left: -18px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 14px 19px 14px 0;
	border-color: transparent #fff transparent transparent;
}
.bubble p {
	margin: 0;
}
@media all and (max-width:999px) {
.speech-bubble .bubble {
	align-items:left;
}
.bubble > div {
	padding: 5%;
	font-size:16px;
	text-align:left;
}
.bubble > div br {
	display:none;
}
}
@media all and (max-width:640px) {
#index ul.jewelies_list {
	display:flex;
}
ul.jewelies_list2 {
	display:none;
}
ul.jewelies_list {
	width: var(--bodyW);
	gap:8px;
	flex-wrap: wrap;
}
ul.jewelies_list li {
	width:38.5%;
}
ul.jewelies_list li:nth-child(-n+2) {
	width:59.0%;
}

ul.jewelies_list li a:after {
	content:"";
	display:inline-block;
	height:8px;
	left:0;
	right:0;
	top:100%;
	position:absolute;
	background-image:url(../images/jewelies/dropShadow.png);
	background-repeat:no-repeat;
	background-size: 100% 8px;
}
.jewelies_row {
	width:100%;
	gap:17px 10px;
}
ul.jewelies_row li {
	width:calc( (100% - 10px ) / 2 );
}
.speech-bubble {
	width:100%;
}
.speech-bubble .imgBox img{
	border-radius:50%;
}
.bubble > div {
	font-size:14px;
}
}
/* =======================================
	PRIVACY POLICY
======================================= */
.pp_dl {
	margin:40px 20px;
}
.pp_dl dt {
	font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS PMincho", "MS Mincho", "Noto Serif JP", "serif";
	font-feature-settings: "palt";
	font-size:16px;
	padding:0;
}
.pp_dl dd {
	margin-bottom:1em;
	line-height:2;
	margin-left:1em;
}
.pp_dl ul li {
	list-style-position:inside;
}
@media all and (max-width:640px) {
.pp_dl {
	margin:40px 0;
}
}
/*--------------------- トップページのスライド------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
}
#slider_area {
	margin: 0 auto;
	text-align: center;
	margin-bottom:50px;
	border-bottom:2px dotted #69F;
	padding-bottom:20px;
}
.bx-wrapper img {
	margin: 0 auto;
}
#bx-pager img {
	padding: 2px;
	border: 1px solid #ccc;
}
/* .mainView
------------------------- */

.slideShow .mainView {
	position: relative;
	overflow: hidden;
	height: var(--topimgH) !important;
}
.slideShow .slider {
	height: var(--topimgH) !important;
}
.slideShow .mainView ul {
	overflow: hidden;
	position: relative;
	height: var(--topimgH) !important;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	position: absolute;
	text-align:center;
	list-style-type:none;
	height: var(--topimgH) !important;
}
.slideShow .mainView ul li .inner {
	display:inline-block;
	height: var(--topimgH) !important;
	max-width:1000px;
	min-width:320px;
	width:100%;
	margin:auto;
	position:relative;
}

li#li_slider1 {
	background:url(../images/topimage/img1_back.webp) #f9c509 no-repeat center / cover;
}
li#li_slider2 {
	background:url(../images/topimage/img2_back.webp) #effde3 no-repeat center / cover;
}
li#li_slider3 {
	background:url(../images/topimage/img3_back.webp) #0a0c42 no-repeat center / cover;
}
li#li_slider4 {
	background:url(../images/topimage/img4_back.webp) #e9e1e1 no-repeat center / cover;
}
li#li_slider5 {
	background:url(../images/topimage/img5_back.webp) #d8edfd no-repeat center / cover;
}
/*li#li_slider6{
	background:url(../images/topimage/img10_back.jpg) #d8edfd no-repeat center top;
}
li#li_slider9{
	background:url(../images/topimage/img9_03_back.jpg) #d8edfd no-repeat center top;
}
li#li_slider10{
	background:url(../images/topimage/img10_3_back.jpg) #d8edfd no-repeat center top;
}*/
.slideShow .mainView ul li img {
	width:170px;
	height:auto;
	position:absolute;
	left:9.5%;
	top:50%;
	transform:translateY(-50%)
}
@media all and (max-width:1000px) {
:root {
 --topimgH: 280px;
}
.slideShow .mainView ul li img {
	width:120px;
	left:5%;
}
}
@media all and (max-width:640px) {
:root {
 --topimgH: 220px;
}
.slideShow .mainView ul li img {
	width:80px;
}
}
/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: var(--bodyW);
	overflow: hidden;
}
.thumbNail {
	display:none;
}
.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}
.slideShow .thumbNail ul li img {
	width: var(--bodyW);
}
.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev, .slideShow .mainView .btnNext {
	top: 0;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(../img/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(../img/btnNext.png) no-repeat center center;
}
/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.slideShow ul {
	display: inline-block;
	overflow: hidden;
}
.aki_banner {
	width:842px;
	margin:0 auto 30px;
}
.xmas_top_banner {
	background:url(../images/topimage/img10_3_back.jpg) #f9c509 no-repeat center top;
	width: var(--bodyW);
	height:550px;
}
.xmas_top_banner_inner {
	width:1000px;
	margin:0 auto;
}
.jewelies_h4 {
	font-size:18px;
}
.jewelies_p {
	font-size:13px;
}
.special_bt_li {
	display:flex;
	justify-content:space-between;
	width:912px;
	margin:10px auto 30px
}
.special_bt_li li {
	list-style:none;
}
.special_h3 {
	font-size:30px;
	margin-top:30px;
	padding:5px;
	color:#FFF;
	background-color:#060;
	clear:both;
	background-image:none;
	text-align:center;
	height:40px;
}
