/** Shopify CDN: Minification failed

Line 18:0 All "@import" rules must come first

**/
@charset "UTF-8";
:root {
    --text-color: #383158;
    --subtext-color:#373737;
    --accent-color:#374664;
    --subtext-color:#F4B8D3;
    --title-color:#D8D8D8;
    --bg-color:#FDF0F3;
    --sub-bg-color:#EFECE7;
    --menu-bg-color:#FDE7EB;
    --footer-bg-color:#6A7289;
}
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
html,
body {
    width: 100%;
    position: relative;
}
html {
    font-size: 62.5%;
}
body {
    color: var(--text-color);
    line-height: 1.5;
    word-wrap: break-word;
    font-family: "Hiragino Sans", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro",YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.5rem;
    box-sizing: border-box;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5{
    color: var(--text-color);
    font-family: "Hiragino Sans", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro",YuGothic, 游ゴシック, Meiryo, メイリオ, Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.cormorant{
    font-family: "Cormorant Garamond", serif!important;
}
a {
    text-decoration: none;
    transition: .2s;
}
ul{
	-webkit-padding-start:0px;
	-moz-padding-start: 0px;
	padding-start:0px;
	padding:0px;
	margin:0px;
	list-style-type:none;
}
a:hover {
    opacity: .7;
}
.flex {
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.inner {
    max-width: 1190px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}
iframe#admin-bar-iframe {
    display: none !important;
}

.test{

}

/* ------------------------
共通項目
---------------------------*/
img {
    width: auto;
    max-width: 100%;
    height: auto
}
ul {
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    padding-start: 0px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* ------------------------
ヘッダー
---------------------------*/
.header-wrapper{
      width: 100%;
}
/* PCテキスト  */
.header-text{
    grid-area: header-text;
}
.headertext-title{
    margin: 0;
}
.headertext-title p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
}
/* ロゴ  */
.header__heading-logo {
    height: auto;
    width: 100%;
    width: 100px;
}
.header__heading-link{
    padding: 0;
}
/* PCアイコンメニュー  */
.header__icon, .header__icon--cart .icon{
    height: auto;
    width: auto;
}
.icon-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.icon-menu-wrap img {
    width: 40px;
    height: 30px;
}
.header__icon, .header__icon--cart .icon{
    color: var(--text-color);
    text-decoration: none;
    align-items: center;
    display: flex;
    height: 100%;
    padding: 3px 10px;
}
.icon-menu-wrap-text {
    font-size: 1rem;
    line-height: 1;
    color: var(--text-color);
}
.header__icons {
    align-items: stretch;
    justify-content: space-between;
    gap: 15px;
    padding-right: 0;
}
div#cart-icon-bubble,div#cart-icon-bubble-extra{
    font-size: 0;
    position: relative;
}
.header-menu-openbtn.pc-header {
    padding: 15px;
    cursor: pointer;
}
button.button.button--primary.button--full-width {
    display: none !important;
}
.cart-notification-wrapper {
    display: none !important;
}
/* PC全体レイアウト  */
@media screen and (min-width: 990px) {
    .header--middle-center:not(.drawer-menu) {
        grid-template-areas: "header-text heading icons-menu";
        grid-template-columns: 1fr auto 1fr;
        column-gap: 2rem;
    }
    .header__icons-menu{
        grid-area: icons-menu;  
        justify-content: flex-end;
    }
    .header {
        padding: 0px 0 0px 3rem !important;
    }
}
/* スマホのみレイアウト  */
@media screen and (max-width: 989px) {
.header__icons{
  min-width: 100%;
}
}

/* ------------------------
メニュー
---------------------------*/
.header-menu-openbtn{
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.header-menu-openbtn.open{
    background-color: var(--menu-bg-color);
}
.innnermenu {
    position: absolute;
    width: 100%;
    height: 70svh;
    min-height: 380px;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
    background-color: var(--menu-bg-color);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: -1;
}
.innnermenu.open{
    visibility: visible;
    opacity: 1;
    z-index: 11;
}
.innnermenu-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
    gap: 20px;
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #f4b8d3 #fde7eb;
}
.innnermenu-category {
    width: 150px;
}
.ul.innnermenu-category-list{
    overflow-y: scroll;
    max-height: 455px;
    scrollbar-width: none;
}
.innnermenu-category-list li {
    display: block;
    padding: 10px 0 10px 10px;
    color: var(--text-color);
    cursor: pointer;
    font-size: 1.3rem;
}
.innnermenu-category-list li.submenuopen-btn {
    background-color: var(--subtext-color);
}
.innnermenu-category-sub {
    padding-left: 20px;
    border-left: 2px dotted var(--title-color);
    width: calc(100% - 170px);
}
.category-list-submenu li {
   display: none;
}
.category-list-submenu li.submenuopen{
    display: block;
}
.category-list-submenu {
    gap: 40px;
    flex-wrap: wrap;
    max-width: 680px;
}
.category-list-submenu li{
    max-width: 104px;
    text-align: center;
    width: calc((100% - 160px) / 5);
}
.collection-img-wrap {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    max-width: 90px;
    border-radius: 50%;
    margin: 0 auto 8px;
}
.collection-img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.category-list-submenu li span {
    font-size: 1.3rem;
    color: #4E525D;
    text-align: center;
}
/* ------------------------
スマホヘッダー
---------------------------*/
@media screen and (max-width: 989px) {
    .header {
        padding: 8px 3rem 8px 3rem;
    }
    .header__heading-logo {
        width: 67px;
    }
.sp-headermenu{
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 12;
}
.header__icons-menu {
    display: block;
}
.header__icons {
    gap: 0;
    align-items: center;
    padding: 0;
}
.header-icon-topic{
    padding: 0;
    width: 20%;
}
details {
    width: 100%;
}
.header-menu-openbtn.sp-header{
    padding: 0px;
    justify-content: center;
}
.header__icon, .header__icon--cart .icon{
    padding: 0;
    justify-content: center;
}
.icon-menu-wrap{
    gap: 5px;
}
.header-menu-openbtn.sp-header {
    padding: 10px 0;
}
.header>.header__search{
    display: none;
}
}
/* ------------------------
SPメニュー
---------------------------*/
@media screen and (max-width: 989px) {
.innnermenu {
    top: 46px;
    height: 90svh;
    height: calc(100vh - 60px);
    z-index: 1;
}
.innnermenu-category-list {
    margin-top: 25px;
}
.innnermenu-wrap {
    gap: 0;
    padding: 0 15px 10px 0;
}
.innnermenu-category-sub {
    border-color: var(--subtext-color);
    width: calc(100% - 150px);
}
.category-list-submenu{
    gap: 15px;
    margin-top: 25px;
}
.category-list-submenu li {
    width: calc((100% - 15px) / 2);
}
.category-list-submenu li span {
    font-size: 1.1rem;
    line-height: 1.7;
    display: inline-block;
}
.sp-headermenu .search-modal.modal__content.gradient {
    position: fixed;
    top: -10%;
    bottom: 0;
    margin: auto;
    min-height: 0;
    height: auto;
    background-color: rgb(0 0 0 / 40%);
}
.sp-headermenu details[open] .modal-overlay:after{
 display: none;
}
}

/* ------------------------
フッター
---------------------------*/
.footerguide{
    background-color: var(--bg-color);
    padding: 50px 0 90px;
}
.footerguide-list{
    gap: 50px;
    gap: clamp(25px,3.91vw,50px);
}
.footerguide-list li{

}
.footerguide-list-img img {
    height: 57px;
}
.footerguide-list-img {
    text-align: center;
    font-size: 0;
    margin-bottom: 30px;
}
.footerguide-list-title {
    font-size: 2rem;
    font-size: clamp(1.6rem,1.56vw,2rem);
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-color);
}
.footerguide-list-text {
    border-top: 1px solid var(--accent-color);
    padding-top: 25px;
}
.footerguide-list-text p {
    margin: 0;
    font-size: 1.6rem;
    font-size:clamp(1.3rem,1.25vw,1.6rem);
    color: var(--text-color);
}
.footerguide-linktext{
    color: var(--text-color);
    font-size: 1.6rem;
    font-size:clamp(1.3rem,1.25vw,1.6rem);
    margin-top: 50px;
}
.top-fooer{
    background-color: var(--footer-bg-color);
    padding: 50px 0px 40px;
}
.footer-menutopic li {
    margin-bottom: 15px;
}
.footer-menutopic li:last-child{
    margin-bottom: 0;
}
.footer-menutopic li,.footer-menutopic li a{
    color: #FFF;
    font-size: 1.3rem;
}
.footer-menu-block{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 35px 40px;
}
.footer-submenu-block {
    background-image: linear-gradient(to right, #fff 5px, transparent 5px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 30px;
}
.footer-submenu-block ul{
    gap: 32px;
    gap:clamp(15px,2.5vw,32px);
    justify-content: center;
}
.footer-submenu-block ul a{
    color: #FFF;
    font-size: 1.3rem;
    font-size:clamp(10px,1.02vw,13px);
    display: block;
}

.bottom-footer{
    background: linear-gradient(to right,var(--bg-color), #F0F3FF);
}
.bottom-footer .flex {
    justify-content: space-between;
    align-items: center;
    padding-top:23px;
    padding-bottom: 20px;

}
.bottom-footer .footer-banner-wrap {
    max-width: 585px;
    width: 55%;
    gap: 15px;
    padding: 0;
}
.bottom-footer-company-copy p {
    margin: 0;
    line-height: 2;
    font-size: 1.5rem;
}
/* ------------------------
スマホフッター
---------------------------*/
@media screen and (max-width: 989px) {
.footerguide {
    padding: 30px 0;
}
    .footerguide-list {
        flex-direction: column;
        gap: 25px;
    }
    .footer-guide-sptop {
        display: flex;
        align-items: center;
        margin-bottom: 13px;
        width: 100%;
        position: relative;
    }
    .footerguide-list-img img {
        height: 20px;
    }
    .footerguide-list-img {
        margin-bottom: 0;
        margin-right: 15px;
    }
    .footerguide-list-title {
        margin-bottom: 0;
        font-size: 1.8rem;
    }
    .footerguide-list-text {
        border-top: none;
        padding: 20px 15px;
        background-color: #FFF;
    }
    .footerguide-list-text p{
        font-size: 1.5rem;
    }
.arrow-icon{
    position: relative;
    width: 24px;
    height: 24px;
    border: solid 1px var(--text-color);
    border-radius: 50%;
    margin-left: auto;
}
.arrow-icon::before{
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    border-top: solid 1px var(--text-color);
    border-right: solid 1px var(--text-color);
    transform: translateX(-1px) rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.footer-menu-block{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-bottom: 35px;
    gap: 0;
}
ul.footer-menutopic {
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
}
.footer-menutopic-first,.footer-menutopic li a{
    padding: 5px 0;
    display: block;
}
.footer-menutopic li {
    margin-bottom: 0;
    position: relative;
}
.top-fooer {
    padding: 35px 10px;
}
li.footer-menutopic-sublink::before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-top: solid 1px #ffffff;
    border-right: solid 1px #ffffff;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.footer-submenu-block {
    background-image: none;
    padding-top: 0;
}
.footer-submenu-block ul {
    gap: 0;
    display: block;
    column-count: 2;
    padding: 0 15px;
}
.footer-submenu-block ul a{
    font-size: 1.2rem;
    font-size: clamp(10px, 3.2vw, 13px);
    padding: 5px 0;
}
.bottom-footer .flex {
    flex-direction: column-reverse;
    padding-top: 35px;
    padding-bottom: 80px;
}
.bottom-footer .footer-banner-wrap {
    padding: 0;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
.bottom-footer-company-copy {
    text-align: center;
}
.bottom-footer-company-copy p:last-child {
    font-size: 1rem;
}
}
/* ------------------------
モーダル中身
---------------------------*/
.modal-overlayv2 {
    z-index: 10;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.75);
    transition: opacity 0.3s ease;
}
.modal-open, .modal-close {
    cursor: pointer !important;
}
.modal-content-scroll{
    overflow-y: scroll;
    scrollbar-width: none;
    max-height: 100vh;
    
}
.modal-content {
    position: fixed;
    z-index:11;
    width: 650px;
    max-height: 90vh;
    background: white;
    border-radius:20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: scale(0.8);
    opacity: 0;
    overflow:hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.modal-content.show {
    transform: scale(1);
    opacity: 1;
}
@media screen and (max-width: 750px) {
    .modal-content {
        width: 90%;
    }
}
/* ------------------------
デモサイトモーダル中身(詳細)
---------------------------*/
.demosite-modal-inner {
    max-width: 345px;
    margin: 0 auto;
}
.demosite-modal .modal-content-scroll{
    padding: clamp(20px, 4.69vw, 60px);
    position: relative;
}
.demosite-modal-close {
    font-size: 0;
    /* position: absolute; */
      position: fixed;
    top: 10px;
    right: 15px;
}
.round_btn{
    width: 40px;
    height: 40px;
    background-color: var(--accent-color);
    border-radius: 50%;
    position: relative;
    display: inline-block;
}
.round_btn::before, .round_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px; 
    height: 22px;
    background: #FFF; 
  }
  .round_btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .round_btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
  .copy-button {
    cursor: pointer;
    max-width: 27px;
    font-size: 0;
}
  .demosite-modal-img {
    max-width: 324px;
    margin: 0 auto 15px;
    font-size: 0;
}
.demosite-modal-title p {
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
    color: var(--accent-color);
}
.demosite-modal-title p.demotittle {
    font-size: 2rem;
    margin-bottom: 10px;
}
ul.copy-container-list {
    border: 1px solid var(--accent-color);
    margin-top: 12px;
}
ul.copy-container-list li {
    display: flex;
    align-items: center;
    width: 100%;
}
ul.copy-container-list li .copy-container-title {
    width: 110px;
    padding: 15px;
}
ul.copy-container-list li:first-child {
    border-bottom: 1px solid var(--accent-color);
}
.copy-container-text {
    width: calc(100% - 110px);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(to bottom, var(--accent-color) 1px, transparent 1px);
    background-size: 1px 5px;
    background-repeat: repeat-y;
    background-position: left;
    position: relative;
}
a.demo-link-button {
    background-color: var(--accent-color);
    color: #FFF;
    font-size: 2rem;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 16px 40px;
    border-radius: 50px;
    width: 100%;
    margin-top: 25px;

}
a.demo-link-button span {
    width: 26px;
    display: inline-block;
    position: absolute;
    right: 15px;
    height: 26px;
    top: 0;
    bottom: 0;
    margin: auto;
}
span.copy-message {
    position: absolute;
    font-size: 1.3rem;
    background-color: #FDF0F3;
    padding: 5px 10px;
    border-radius: 5px;
    top: -30%;
    right: -15%;
}
@media screen and (max-width: 750px) {
    span.copy-message {
        right: -8%;
    }
}
/* ------------------------
商品ページ
---------------------------*/
.product__info-wrapper .shopify-payment-button {
    display: none;
}

/* ------------------------
デバイス別
---------------------------*/
@media screen and (min-width: 990px) {
    .pc-none {
        display: none !important;
    }
}
@media screen and (max-width: 989px) {
    .sp-none {
        display: none !important;
    }
}
@media screen and (min-width: 751px) {
    .sp {
        display: none !important;
    }

    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none
    }
}

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