@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ephesis&display=swap');

/* 全体の設定
================================================== */
html,body{
    height: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    font-weight: normal;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
}
ul{
    list-style:none;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
table {
    border-collapse:collapse;
    font-size: 100%;
    border-spacing: 0;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
}
body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}
a{
    text-decoration: none;
}
section{
  clear: both;
}


/* margin-bottom
================================================== */

.margin_bottom_30 {
  margin-bottom: 30px;
}
.margin_bottom_50 {
  margin-bottom: 50px;
}
.margin_bottom_100 {
  margin-bottom: 100px;
}
.margin_bottom_200 {
  margin-bottom: 200px;
}


/* ヘッダー
================================================== */
#main_side a{
	color: #000;
	font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-style: normal;
}


/* 見出し
================================================== */
.midashi h2{
	width: 60%;
    font-size: 4em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
	font-weight:normal;
	margin: 70px auto;
	text-align: center;
}
.midashi h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
}
.midashi p{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
    text-align: center;
}


/* ストーリー
================================================== */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.8em;
    color: #004d40;
    margin-bottom: 10px;
}
.story-section {
    background-color: #fff;
    padding: 100px 20px;
}
.story-content {
    display: flex;
    align-items: center;
    gap: 50px;
    text-align: left;
}
.story-image-left {
    flex: 1;
    min-width: 500px;
}
.story-image-left img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.story-text {
    flex: 2;
}
.story-text p {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 15px;
}
.signature {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    margin-top: 20px;
    font-size: 1.2rem;
    color: #9E7B4C;
}
/* スクロールアニメーション (表示状態) */
.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-up.delay-1.visible { transition-delay: 0.2s; }
.fade-up.delay-2.visible { transition-delay: 0.4s; }

.fade-in-left.visible {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fade-in-right.visible {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

/* fade-in-left/right の初期位置 */
.fade-in-left { transform: translateX(-50px); }
.fade-in-right { transform: translateX(50px); }



/* クリスマス用ラッピング
================================================== */
.xmas_wrapping{
    padding: 60px 20px;
    background-color: #9B4444;
    text-align: center;
}
.xmas_wrapping h2{
	width: 60%;
    font-size: 4em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
	font-weight:normal;
	margin: 50px auto;
    color: #fff;
}
.xmas_wrapping h2 span {
	padding-bottom: 20px;
	border-bottom: 3px solid #fff;
}
.xmas_wrapping p{
	width: 60%;
	margin: 0 auto;
    text-align: center;
    color: #fff;
}
#xmas_wrapping{
	width:80%;
	padding:96px 4% 30px;
	margin: 0 auto;
}
.button-28 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 350px;
    margin:0 auto 50px;
    padding: 1.2em 2em;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
    font-size: 1.1em;
    top: 1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
}
.button-28:hover {
    background-color: #000;
    color: #fff;
}
.button-28::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    background-color: #000;
    content: '';
    transition: width .3s ease;
}
.button-28:hover::before {
    width: 100%;
}
.button-28::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
}
.button-28:hover::after {
    border-color: #fff;
}



/* モチーフジュエリー
================================================== */
#motif_jewelry{
	background: url("../images/bg.jpg") no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 60px 20px;
}
#motif_jewelry h2{
    font-size: 4em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
    font-style: normal;
    color:#fff;
}

#motif_jewelry img{
	width: auto;
}

.heading-1 {
    display: inline-block;
    position: relative;
    color: #fff;
	margin: 70px auto;
	text-align: center;
}

.heading-1:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background-color: #fff;
}

.heading-2{
	width: 70%;
	margin: 0 auto;
	padding-bottom: 80px;
    text-align: center;
    color: #fff;
}

/** モチーフの意味紹介 **/
.motif {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #000;
}
.meaning-item {
    max-width: 900px;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding: 30px;
    border-left: 5px solid #004d40;
    background-color: #f9f9f9;
    border-radius: 8px;
    opacity: 0;
}
.meaning-item h3 {
    font-size: 2rem;
    color: #004d40;
    margin: 0;
}
.meaning-item strong {
    color: #b71c1c;
}

/** アニメーション設定 **/
.fadeIn {
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateY(20px);
}
.slideInLeft {
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateX(-50px);
}
.slideInRight {
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateX(50px);
}
.visible {
    opacity: 1 !important;
    transform: translate(0) !important;
}

/** 陳列設定 **/

.collection-grid {
    max-width: 970px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 20px auto 50px;
}
.product-card {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    transform: translateY(20px); /* スクロールアニメーション初期位置 */
}
.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.product-card img {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 15px;
}
.product-card h3 {
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    color: #004d40;
    margin: 5px 0;
}
.product-card .price {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #9E7B4C;
    margin: 10px 0;
}
.detail-link {
    font-size: 0.9rem;
    font-weight: 700;
    display: inline-block;
    margin-top: 10px;
    color: #000;
}

/** アニメーション設定 **/
.product_box {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.container_img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fadeInOut 10s infinite;
  transition: opacity 1.5s ease-in-out;
}
.container_img:nth-child(1) {
  position: relative;
  animation-delay: 0s;
}
.container_img:nth-child(2) {
  animation-delay: 5s;
}
@keyframes fadeInOut {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}
.container_img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


/* レスポンシブ用設定
================================================== */
@media only screen and (min-width: 800px){
body{
	font-size:14px;
}
.wrapper{
	width: 100%;
}
.main{
	width: 80%;
}
#side_navi{
	width: 12%;
	position: fixed;
	top: 0;
	right: 4%;
	background: #fff;
}
a#menu_side{
	display:none;
}	
.panel{
	display:block !important;
}
#side_navi h1{
	padding: 30px 0;
}
#main_side 	li{
	font-size: 14px;
	padding: 10px 0;
}
}



/* ここから下はスマホ用
================================================== */

@media only screen and (max-width: 640px){
.midashi p{
	width: 94%;
	padding-bottom: 30px;
}
}

@media only screen and (max-width: 799px){
#side_navi{
	position: fixed;
	width: 100%;
	z-index:500;
}
#side_wrap{
	position: relative;
	width: 100%;
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
#side_navi h1{
	text-align: center;
	padding-top: 15px;
}
#side_navi h1 img{
	width: auto !important;
	max-height: 25px;
}
a#menu_side{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
}
#menuBtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
}
#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
}
#menuBtn:before{
  	margin-top: -7px;
}
#menuBtn:after{
  	margin-top: 5px;
}
a#menu_side .close{
  	background: transparent;
}

a#menu_side .close:before, a#menu_side .close:after{
  	margin-top: 0;
}
a#menu_side .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
}
a#menu_side .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
}
.panel{
	width: 100%;
	display: none;
	overflow: hidden;
	position: relative;
	left: 0;
	top: -10px;
	z-index: 100;
}
#main_side	{
	position: absolute;
	top: 0;
	width: 100%;
	text-align: right;
}
#main_side 	ul{
	border-bottom: 1px solid #ccc;
	background: #fff;
	text-align: left;
}
#main_side 	li a{
	position: relative;
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: 400;
}
#main_side 	li a:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 5px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.heading-2{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
    text-align: left;
}

/* 見出し
================================================== */
.midashi h2{
	width: 80%;
    font-size: 4em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
	font-weight:normal;
	margin: 70px auto;
	text-align: center;
}
.midashi p{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 80px;
    text-align: left;
}



/* ストーリー
================================================== */
.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    color: #004d40;
    margin-bottom: 10px;
}
.story-section {
    padding: 60px 20px;
}
.story-content {
    flex-direction: column;
    gap: 30px;
}
.story-image-left {
    flex: 1;
    min-width: 300px;
}
.story-image-left img {
    max-width:100%;
    width: 95%;
    margin: 0 auto;
}
/* fade-in-left/right の初期位置 */
.fade-in-left { transform: translateX(-20px); }
.fade-in-right { transform: translateX(20px); }
    
    
/* モチーフジュエリー
================================================== */
.collection-grid {
    max-width: 100%;
    width: 95%;
    grid-template-columns: 1fr;
}
.contact-button {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
}
.contact-buttons {
    flex-direction: column;
    gap: 15px;
}

/** モチーフの意味紹介 **/
.meaning-item {
    max-width: 100%;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding: 15px;
    border-left: 5px solid #004d40;
    background-color: #f9f9f9;
    border-radius: 8px;
    opacity: 0;
}
.meaning-item h3 {
    font-size: 2rem;
    color: #004d40;
    margin: 0;
}
.meaning-item strong {
    color: #b71c1c;
}
.slideInLeft {
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateX(-20px);
}
.slideInRight {
    transition: opacity 1s ease-out, transform 1s ease-out;
    transform: translateX(20px);
}

    
    
/* ギフトラッピング
================================================== */
.xmas_wrapping{
    padding: 70px 0 100px;
    background-color: #9B4444;
    text-align: center;
}
.xmas_wrapping h2{
	width: 80%;
    font-size: 3.5em;
    font-family: "Ephesis", cursive;
    font-weight: 400;
	font-weight:normal;
	margin: 70px auto;
    color: #fff;
}
.xmas_wrapping h2 span {
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
}
.xmas_wrapping p{
	width: 80%;
	margin: 0 auto -50px;
    text-align: left;
    color: #fff;
}
}
    

/* PCのみ
================================================== */
@media(max-width:788px){
.pc{
    display: none !important;
}
}
    
/* SPのみ
================================================== */
@media(min-width:789px){
.sp{
    display: none !important;
}
}
