:root{
  --textColor:#333;
  --primaryColor:#004B80;
  --accentColor:#FF9AB3;
  --secondAccentColor:#FFD5DF;
  --lineColor:#9EB1BF;
  --bgColor:#ff9123;
  --primaryFont:"Zen Maru Gothic", serif;
}

.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body{
	font-family:"Noto Sans JP", sans-serif;
	color: var(--textColor);
	font-size: 16px;
	font-weight: 500;
	text-align:center;
	/* letter-spacing: 0.05em; */
	background-color: var(--bgColor);
	overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  body{
    font-size: 14px;
   }
   
}

/* ----------------------------------------------
スムーススクロール
----------------------------------------------- */
html{
  scroll-behavior: smooth;
  scroll-padding-top: 120px
}

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

  html{
    scroll-padding-top: 90px
  }

}

/* ----------------------------------------------
PC・SPの切り替え
----------------------------------------------- */

@media screen and (min-width: 768px) {
  .-pc{
    display: inline-block;
  }

  .-sp{
    display: none;
  }
}

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

  .-sp{
    display: inline-block;
  }
}

/* ----------------------------------------------
レイアウト
----------------------------------------------- */

.fontL{
	font-size:1.4em;
}
.fontMS{
	font-size:0.8em;
}
.fontS{
	font-size:0.6em;
}

.-red{
	color:#ed2239;
}
.-navy{
	color:#3530a0;
}

.fade-in-text {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s ease-out, transform 1.0s ease-out;
  transition-delay: calc(var(--delay) * 0.2s);

  font-weight: bold;
  text-align: center;

}

.fade-in-text.visible {
  opacity: 1;
  transform: translateY(0);
}








/* Header Section*/
.p-headerBox{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	font-size:20px;
	padding:23px 16px 38px;
	background-color:#ffffff;
	width: 100%;
	position: relative;
}
.p-headerBox::after{
	content: "";
	position: absolute;
	background: linear-gradient(45deg, #ff9123 50%, transparent 52%),
	  linear-gradient(315deg, #ff9123 50%, transparent 52%);
	background-size: 40px 40px;
	height: 20px;
	width: 100%;
	bottom: 0;
	left:0;
}
.p-headerBox span{
	color:#ff9123;
}

/* Catch Section*/
.p-CatchBox{
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
	font-size:32px;
	color:#ffffff;
	line-height:1.5em;
}

.p-CatchBox .firstCatch{
	padding:96px 0;
	font-size:48px;
}

.p-CatchBox .thatsright{
	padding:2em 0 0.5em;
	font-size:1.6em;
}
.p-CatchBox .box1{
	font-size:26px;
	line-height:1.2em;
}
.p-CatchBox .box2{
	padding:0.6em 0 1.5em;
	font-size:16px;
}
.p-CatchBox .box1 .netonly{
	padding:24px 0 12px;
}
.p-CatchBox .box3{
	padding:0.5em 0 1em;
	font-size:26px;
}
.p-CatchBox img.ponta{
	width:100%;
	max-width:386px;
}
@media screen and (max-width: 767px) {
	.p-CatchBox{
		font-size:20px;
		line-height:1.2em;
	}
	.p-CatchBox .firstCatch{
		font-size:32px;
	}
	.p-CatchBox .thatsright{
		padding:1.3em 0 0.8em;
	}
	.p-CatchBox .box1{
		font-size:20px;
	}
	.p-CatchBox .box1 .netonly{
		padding:28px 0;
	}
	.p-CatchBox .box2{
		padding:0.8em 0 1.5em;
		font-size:0.7em;
	}
	.p-CatchBox p.box3{
		padding:0.5em 0 1.5em;
	}
	.p-CatchBox img.ponta{
		width:50%;
		max-width:386px;
	}
}


/* Product Section*/
.p-ProductBox{
	position: relative;
	padding: 60px 0px 32px;
	background-color:#ffffff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
}
.p-ProductBox:before{
	content: "";
	position: absolute;
	height: 60px;
	width: 100%;
	clip-path: polygon(0 0,50% 100%,100% 0);
	background-color: #ff9123;
	left: 0;
	top: -1px; 
}
.p-ProductBox h3 {
	font-size:24px;
	padding:36px 0 18px;
}
.p-ProductBox .saleDate{
	display:inline-block;
	margin:1em auto 0.5em;
	padding:10px 36px 18px;
	background-color:#000;
	color:#ffffff;
	font-size:38px;
}
.p-ProductBox .productType{
	font-size:22px;
	padding:16px 0 0;
}
.p-ProductBox .productType .color{
	font-size:1.3em;
}
.p-ProductBox .spec {
	padding:10px 0;
}
.p-ProductBox .spec img{
	width:100%;
	max-width:400px;
}
.p-ProductBox .copyright,.modal .copyright{
	font-size:10px;
}
.modal p{
	line-height:1.5em;
	margin:5px 0;
}
.modal .copyright{
	padding-top:16px;
}
.p-ProductBox .itemonly{
	font-size:12px;
	padding:2px 0;
}

.p-ProductBox li.items {
	display: inline-block;
	padding:0 16px 24px;
}
.p-ProductBox .photo,.p-ProductBox .photo2{
	margin:12px auto 24px;
	width:100%;
	max-width:450px;
}
.p-ProductBox .photo li.tumb,.p-ProductBox .photo2 li.tumb{
  border:1px solid #ccc;
  box-sizing:border-box;
  margin:3px;
  border-radius: 20px;
}
.p-ProductBox .photo li.tumb img,.p-ProductBox .photo2 li.tumb img{
	width:100%;
	border-radius: 20px;
}
.p-ProductBox .photo .mini_copyright,
.p-ProductBox .photo2 .mini_copyright{
	padding:0 0 5px 0;
	font-size:7px;
}

.p-ProductBox table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid lightgray;
  margin:0px auto;
}
.p-ProductBox th,
.p-ProductBox td {
  text-align: center;
  padding: 8px 16px;
}
.p-ProductBox th {
  min-width: 90px;
  border-block-end: 1px solid lightgray;
  border-inline-end: 1px solid lightgray;
}
.p-ProductBox td {
  min-width: 180px;
  border-block-end: 1px solid lightgray;
}
.p-ProductBox tr:last-child th,
.p-ProductBox tr:last-child td {
  border-block-end: none;
}
.p-ProductBox th {
	background-color:#ff9123;
	color:#fff;
}
.p-ProductBox .gallery-ttl{
	padding:54px 0 0;
	font-size:1.6em;
	color:#ff9123;
}
.p-ProductBox .gallery{
	list-style:none;
	padding: 0px;
	margin:24px 0 10px;
}
.p-ProductBox .gallery li{
	width: 200px;
	margin:0;
	padding:0;
}
.p-ProductBox .gallery li img{
	width: 100%;
	display: block;
}
.p-ProductBox .order_info{
	margin:0 auto;
	padding:24px 0;
	width:80%;
	max-width:600px;
	text-align:left
}
.p-ProductBox .order{
	text-align:center;
}



.circle-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background-color: #ff9123;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	text-align: center;
	line-height: 1.4;
	padding: 20px;
	transition: 0.3s;
	margin:24px auto;
}
.circle-btn:hover {
	background-color: #e60033;
	transform: scale(1.05);
}


@media screen and (max-width: 767px) {
	.p-ProductBox .saleDate{
	padding:6px 22px;
	font-size:20px;
	}
	.p-ProductBox .photo,.p-ProductBox .photo2{
		max-width:320px;
	}
	.p-ProductBox .productType .color{
		font-size:1.2em;
	}
	.p-ProductBox .gallery li{
		width: 130px;
	}
	.circle-btn {
		width: 180px;
		height: 180px;
		font-size: 24px;
	}
}







/* Gallery Section*/
.p-QandABox{
	position: relative;
	padding: 60px 0px 0;
	background-color:#ff9123;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 900;
}
.p-QandABox:before{
	content: "";
	position: absolute;
	height: 60px;
	width: 100%;
	clip-path: polygon(0 0,50% 100%,100% 0);
	background-color: #ffffff;
	left: 0;
	top: -1px; 
}





/* Footer Section*/
.p-footer{
	padding:32px 16px 24px;
	color:#ffffff;
}
.p-footer a{
	color:#ffffff;
}

.p-footer .logo{
	display:flex;
	align-items: center;
	justify-content: center;
	padding:20px 0 0 0;
}

.p-footer .footerLogo_picturesque img{
	width:100%;
	max-width:200px;
	margin:0 15px;
}

.p-footer .footerLogo_likeflowers img{
	width:80%;
	max-width:150px;
	margin:0 15px;
}

.p-footer li{
	display: inline-block;
	padding:0 8px 24px;
}

.p-footer .copyright{
	padding:40px 0 0;
}
   .open-btn {
        background-color: #f7d96b;
        color: #5b370d;
        padding: 0.8rem 1.5rem;
        font-size: 1.2rem;
        font-weight: bold;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin: 16px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .open-btn:hover {
        background-color: #dfbb36;
    }
    .close-btn {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 1.6rem;
        background: transparent;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: rgba(79, 79, 79, 0.5);
        z-index: 100;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .modal.active {
        display: flex;
        opacity: 1;
        pointer-events: auto;
    }

    .modal-content {
        background: #fff;
        padding: 1rem;
        border-radius: 10px;
        width: 80vw;
        max-width: 500px;
        text-align: center;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        position: relative;
        opacity: 0;
        transform: scale(0.8);
        transition: all 0.3s ease;
    }

    .modal.active .modal-content {
        animation: fadeInScale 0.4s ease forwards;
    }

    @keyframes fadeInScale {
        0% {
            opacity: 0;
            transform: scale(0.8);
        }
        100% {
            opacity: 1;
            transform: scale(1);
        }
    }
