/*
Theme Name: Arkhe_child
Version: 3.8.0
Template: arkhe
*/

body { font-family: "Noto Sans JP"; }

/* 親要素でflex指定 */
.reversebox {
 display: flex;
}

/* 幅600px以下は縦向き表示にする設定 */
@media screen and (max-width: 600px) {
 .reversebox {
  flex-direction: column;
 }
}

/* 子要素に縦向きの際の並び順を指定 */
@media (max-width: 600px) {
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
}


/*.bg_title {
	display: inline-block;
  position: relative;
  height: 75px;
  margin-right: 100px;
  padding: 1.5rem 2rem 0 2rem;
  word-break: break-all;
  color: #fff;
  background: #000;
}

.bg_title:after {
  position: absolute;
  top: 0;
  right: -55px;
  width: 0;
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.bg_title01 {
	display: inline-block;
  position: relative;
  height: 75px;
  margin-right: 100px;
  padding: 1.5rem 2rem 0 2rem;
  word-break: break-all;
  color: #fff;
  background: #ffd400;
}

.bg_title01:after {
  position: absolute;
  top: 0;
  right: -55px;
  width: 0;
  height: 0;
  content: '';
  border-width: 75px 55px 0 0;
  border-style: solid;
  border-color: #ffd400 transparent transparent transparent;
}
*/

.top-mv {
    width: 100vw;
    height: 100vh;
    margin-left: calc(50% - 50vw);
    background-image: url("/wp-content/uploads/2025/07/top-slide-img01.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* 暗めオーバーレイ */

.top-mv::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.25);
}

.top-mv__inner {
    text-align: center;
    color: #ffffff;
    position: relative;
}

/* ロゴ */

.top-mv__logo {
    width: 90px !important;
    max-width: 90px !important;
    margin-bottom: 20px;
    opacity: 0;
    animation: fadeInLogo 3s ease forwards;
}

/* テキスト */

.top-mv__text {
    font-size: 1.2em;
    margin-bottom: 25px;
    opacity: 0;
    animation: fadeText 2s ease forwards;
    animation-delay: 0.8s;
}

/* ボタン */

.top-mv__btn {
    display: inline-block;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 8px 40px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
    opacity: 0;
    animation: fadeText 2s ease forwards;
    animation-delay: 1.3s;
    border-radius: 10px;
}

.top-mv__btn:hover {
    background: #ffffff;
    color: #000000;
}

/* アニメーション */

@keyframes fadeInLogo {
0% {
opacity: 0;
transform: translateY(10px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}

@keyframes fadeText {
to {
opacity: 1;
}
}

@media(max-width: 768px){
	.top-mv__logo{
		width: 70px !important;
    max-width: 70px !important;
	}
}

.fluid-box{
 width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ddd;
    padding: 40px;
}
.fluid-box-inner{
 margin: 0 auto;
 padding: 25px;
 background-color: #000;
}

@media (max-width: 2000px) {
    [data-logo=left] .l-header__logo {
        justify-content: flex-start;
    }
}

@media (max-width: 2000px) {
    [data-btns=rl-rr][data-logo=left] .l-header__body, [data-btns=rr-rl][data-logo=left] .l-header__body {
        grid-template-columns: auto 1fr auto min-content min-content;
    }
}

.veu_postList .postList_date {
    margin-right: 10px;
    color: #b231b0;
}

.c-fixBtn {
    background: #50228f;
    border-radius: 1px;
    box-shadow: 0 2px 8px #0003, 0 4px 4px -4px #00000026;
    color: #fff;
    cursor: pointer;
    height: 42px;
    line-height: 1;
    opacity: .5;
    overflow: hidden;
    transition: opacity .25s;
    width: 42px;
}

.l-main__body>.c-postContent {
    margin-top: 1rem;
}

.c-pageTitle__main {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
}

.p-page__title {
    margin-bottom: 2.5rem;
    display: none !important;
}

.sma{
    display: none;
}

@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}

body{
	font-family: "Zen Maru Gothic", sans-serif;
}

.img-box{
	width: 100%;
	max-width: 1000px;
	margin: 2% auto;
}

.img-box img{
	border-radius: 10px 60px 10px 90px;
}

.top-tex-box{
	width: 100%;
	max-width: 1000px;
	margin: 2% auto;
}

.top-tex {
    padding: 3%;
    font-size: 1em;
}

.info-box{
	width: 100%;
	max-width: 800px;
	margin: 2% auto;
}

.top-f-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.top-f-item{
	width: 48%;
}

.bland-f-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.bland-f-item{
	width: 58%;
	padding: 3%;
}

.bland-f-img{
	width: 38%;
	padding: 3%;
}

.bland-f-box01{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.bland-f-item01{
	width: 54%;
	padding: 3%;
}

.bland-f-img01{
	width: 44%;
	padding: 3%;
}

.bland-f-img img, .bland-f-img01 img{
	border-radius: 10px;
}

.pickup-f-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 3%;
}

.pickup-f-item{
	width: 24%;
}

.pickup-tex{
    font-size: .9em;
    line-height: 1.5;
	  padding: 2% 1% 6%;
}

.pickup-ttl {
    position: relative;
    text-align: center;
    color: #333;
    padding-bottom: 1rem;
    font-size: 1.1em;
	margin-bottom: 2.5em;
}

.pickup-ttl:after{
content:"";
display:block;

width:70px;
height:6px;

margin:10px auto 0;

background:
radial-gradient(circle,#9a8bb5 2px,transparent 3px)
0 0/12px 6px repeat-x;
}

.btn-box{
	padding: 3%;
	margin-top: 0;
}

.button-54 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	  width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: .7em 3em .7em 2em;
    border: 1px solid #736080;
    border-radius: 5px;
    background-color: #fff;
    color: #736080;
    font-size: 1em;
}

.button-54::after {
    position: absolute;
    right: 2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 2em;
    height: .5em;
    background-color: #736080;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
}

.button-54:hover::after {
    transform: translateY(-50%) scaleX(1.4);
}

 a {
	text-decoration: none;
}

.ttl-box{
	padding: 2%;
	text-align: center;
}

.heading-fuyunohah2 {
    display: inline-block;
    position: relative;
    color: #333;
	font-size: 1.45em;
}

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

.heading-fuyunohah3{
    font-size:1.25em !important;
    text-align: center;
    padding-bottom: 3%;
}

.bland-tex-box{
	width: 100%;
	padding: 0 4%;
	margin-top: 0 !important;
}

.bland-s-tex{
	text-align: justify;
}

@media(max-width:765px){
	.top-f-item{
	width: 100%;
}
.img-box img {
   border-radius: 10px 30px 10px 45px;
}
	.pickup-f-item{
	width: 48%;
  margin-bottom: 15px;
}
	.bland-f-item{
	width: 100%;
}
.bland-f-img{
	width: 100%;
}
		.bland-f-item01{
	width: 100%;
}
.bland-f-img01{
	width: 100%;
}
}

@media(max-width:599px){
	.heading-fuyunohah2 {
    display: inline-block;
    position: relative;
    color: #333;
    font-size: 5.5vmin;
}
	.top-tex-box {
    padding: 4% 2%;
}
}

.faq-tex-box{
	width: 100%;
}

.faq-tex-box{
	width: 100%;
	padding: 0 4%;
}

.qa-6 {
    max-width: 100%;
    margin-bottom: 5px;
    border-bottom: 2px solid #d6dde3;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #868686;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #b07fef;
    line-height: 1.2;
    content: "A";
}

.sns-box {
    margin: 2em auto 2em;
    padding: 2em;
    border: dotted 5px #9d8bba;
    width: 100%;
    max-width: 1000px;
}

.sns-box p {
   margin: 0;
}

.sns-f-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.sns-f-item{
	width:59%;
	text-align: center;
}

.sns-f-img{
	width: 39%;
}

.insta-ttl3 {
    display: inline-block;
    position: relative;
    padding: .5em 2em;
    color: #333333;
}

.insta-ttl3::before,
.insta-ttl3::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 3px solid #9a599b;
    box-sizing: border-box;
    content: '';
}

.insta-ttl3::before {
    top: 0;
    left: 0;
    border-right: none;
}

.insta-ttl3::after {
    bottom: 0;
    right: 0;
    border-left: none;
}

.insta-tex{
 font-size: 1.1em;
color: #b07fef;
	padding: 3%;
}

.insta_btn {
  display: inline-block;
  text-align: center;/*中央揃え*/
  color: #2e6ca5;/*文字色*/
  font-size: 20px;/*文字サイズ*/
  text-decoration: none;/*下線消す*/
}

.insta_btn:hover {/*ホバー時*/
  color:#668ad8;/*文字色*/
  transition: .5s;/*ゆっくり変化*/
}

.insta_btn .insta {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    border-radius: 13px;
}

.insta_btn .insta:before{/*グラデーションを重ねるため*/
  content: '';
  position: absolute;/*絶対配置*/
  top: 23px;/*ずらす*/
  left: -18px;/*ずらす*/
  width: 60px;/*グラデーションカバーの幅*/
  height: 60px;/*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);/*グラデーション②*/
}

.insta_btn .fa-instagram {/*アイコン*/
  color: #FFF;/*白に*/
  position: relative;/*z-indexを使うため*/
  z-index: 2;/*グラデーションより前に*/
  font-size: 35px;/*アイコンサイズ*/
  line-height: 50px;/*高さと合わせる*/
}

.note-f-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	margin: 2% 0 ;
}

.note-f-item{
	width:48%;
	text-align: center;
	padding: 2%;
}

@media(max-width:599px){
	.sns-f-item{
	width:100%;
}
.sns-f-img{
	width: 100%;
	text-align: center;
}
	.sns-box {
    margin: 2em auto 2em;
    padding: 2em;
    border: dotted 5px #9d8bba;
    width: 95%;
    max-width: 1000px;
}
	.note-f-item{
	width:100%;
	text-align: center;
}
}



.sp-pcp-post .sp-pcp-title, .sp-pcp-post .sp-pcp-title a {
    text-transform: none;
    font-size: 1em;
    line-height: 24px;
    color: #111;
    font-weight: 400;
    text-decoration: none;
}

.sp-pcp-post .sp-pcp-post-thumb-area img {
    max-width: 100%;
    transition: ease all .3s;
    height: 300px;
    object-fit: cover;
}

.sp-pcp-post .sp-pcp-post-content .sp-pcp-readmore {
    margin-top: 15px;
    text-align: right;
}

#pcp_wrapper-411 .dots .swiper-pagination-bullet-active {
    background: #c2a7d6;
}


/* post list */

.top-info {
    max-width: 900px;
    margin: 0em auto 5em;
}
.top-info__title {
    text-align: center;
    font-size: 1.75em;
    margin-bottom: 2em;
}
.top-info__list {
    list-style: none;
    padding: 0;
}
.top-info__item {
    padding: .85em 0;
    border-bottom: 1px solid #e5e5e5;
}
.top-info__meta {
    margin-bottom: 0.6em;
}
.top-info__date {
    color: #c66cc8;
    font-size: 0.85em;
    margin-right: 0.6em;
}
.top-info__cat {
    background: #eee;
    padding: 0.25em 0.5em;
    font-size: 0.65em;
    margin-right: 0.4em;
}
.top-info__link {
    font-size: .9em;
    color: #333;
    text-decoration: none;
    line-height: 1.6;
}

@media (max-width: 768px) {

.top-info {
    margin: 0em 1.2em;
}
.top-info__title {
    font-size: 1.4em;
}
.top-info__item {
    padding: 1.2em 0;
}
.top-info__date {
    font-size: 0.8em;
}
.top-info__cat {
    font-size: 0.7em;
}
.top-info__link {
    font-size: 1em;
}
}

/* 記事共通 */

.blog-article{
max-width:900px;
margin:6em auto;
padding:0 1.5em;
line-height:1.9;
color:#333;
}

.blog-title{
font-size:1.8em;
margin-bottom:1.5em;
line-height:1.5;
}

.blog-lead{
font-size:1.05em;
margin-bottom:2em;
}

.blog-article h2 {

font-size: 1.5em;
margin-top: 2.5em;
margin-bottom: 1em;
padding-left: 1em;
position: relative;

}

.blog-article h2::before {

content: "";
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);

width: 6px;
height: 6px;

border-radius: 50%;
background: #c8a2d3;

box-shadow:
0 -10px 0 #c8a2d3,
0 10px 0 #c8a2d3;

}

.blog-article p{
margin-bottom:1.2em;
}

.blog-article ul{
margin:1em 0 1.5em 1.2em;
}

.blog-article li{
margin-bottom:0.5em;
}

.blog-image {
margin: 2em 0;
width: 100%;
height: auto;
border-radius: 15px;
}

.blog-product{
margin:3em 0;
padding:2em;
background:#f7f7f7;
text-align:center;
}

.blog-btn {
display: inline-block;
margin-top: 1em;
padding: .7em 1.8em;
border: 2px solid #9d8aba;
color: #9d89ba;
text-decoration: none;
transition: .3s;
}

.blog-btn:hover{
background:#9d89ba;
color:#fff;
}



/* 目次 */

.blog-toc{

background:#f5f5f5;
padding:1.5em;
margin:2em 0;

}

.blog-toc-title{

font-weight:bold;
margin-bottom:0.8em;

}

.blog-toc ul{

list-style:none;
padding:0;

}

.blog-toc li{

margin-bottom:0.4em;

}

/* =========================
BASE 商品リスト
========================= */

/* BASE */

.base_item {
    list-style: none;
    flex-basis: calc(100% / 3);
    margin-bottom: 2em;
    padding: 1%;
}

.base_item dt {
    margin: 0 0 .5em 0;
    text-align: left;
}

.base_item dt img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.base_item dd {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

.base-item-price::before {
  content: "¥";
  margin-right: 5px; 
}

@media(max-width:599px){
	.base_item {
    list-style: none;
    flex-basis: calc(100% / 2);
    margin-bottom: 2em;
    padding: 1%;
}
	.base_item dt img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
}

.base_items_list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
list-style:none;
padding:0;
margin:auto;
max-width:1100px;
}

/* 商品カード */

.base_item{
position:relative;
background:#fff;
padding:16px;
border-radius:8px;
}

.base_item{
display:flex;
flex-direction:column;
}


/* 画像 */

.base_item dt{
overflow:hidden;
margin-bottom:10px;
}

.base_item img{
width:100%;
height:auto;
display:block;
border-radius:6px;
}

/* 商品名 */

.base_item_title{
display:block;
margin-top:8px;
font-size:1em;
line-height:1.6;
}

/* 価格 */

.base_item dd{
margin:0;
}

.base_item dd:last-child{
margin-top:6px;
font-weight:600;
color:#555;
}

/* 購入ボタン */

.base-buy-btn{
display:inline-block;
margin-top:10px;
padding:6px 14px;
background:#736080;
color:#fff;
text-decoration:none;
border-radius:4px;
font-size:.9em;
}

.base-buy-btn{
margin-top:auto;
align-self:flex-end;
}

.base-buy-btn:hover{
background:#5e4c69;
}

/* SOLD OUT */

.base_item.soldout::before{
content:"SOLD OUT";
position:absolute;
top:12px;
left:12px;
background:#000;
color:#fff;
font-size:11px;
padding:4px 8px;
letter-spacing:1px;
z-index:10;
}

.base_item.soldout img{
opacity:.45;
}

/* スマホ */

@media (max-width: 1024px) {
    .base_item dt img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
}

@media(max-width: 768px){
	.base_items_list{
grid-template-columns:repeat(2,1fr);
gap:20px;
}
}

@media (max-width:598px){
.base_item {
    padding: 5px;
}
    .base_item dt img {
        width: 100%;
        height: 150px;
        object-fit: cover;
    }
.base_item_title{
font-size:.85em;
}
.base-buy-btn {
font-size: .85em;
}
}