@media screen and (max-width: 768px) {
	.-w-more_btn a, .-w-more_btn a span {
		transition: none !important;
	}
}/*common_css*/
@font-face {
    font-family: 'icomoon';
    src: url('/font/icomoon.eot#iefix') format('embedded-opentype'),
        url('/font/icomoon.ttf') format('truetype'),
        url('/font/icomoon.woff') format('woff'),
        url('/font/icomoon.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1.6;
}
.icon-x:before {
    content: "\e900";
}
.icon-hatebu:before {
    content: "\e903";
}
.icon-line:before {
    content: "\e904";
}
.icon-pocket:before {
    content: "\e905";
}
.icon-pencil:before {
    content: "\e908";
}
.icon-step1:before {
    content: "\e90f";
}
.icon-step31:before {
    content: "\e910";
}
.icon-facebook:before {
    content: "\ea91";
}
.icon-instagram:before {
    content: "\ea93";
}
.icon-twitter:before {
    content: "\ea97";
}
:root {
    --white: #fff;
    --text_color: #000000;
    --bg_color: #ffffff;
    --bg_color2: #EEEEEE;
    --bg_color3: #E4DDE3;
    --main_color: #770977;
    --main_color2: #FF7F00;
    --main_color3: #debb6a;
    --cv_color: #00B900;
    --cv_color12: ;
    --cv_color2: #74326B;
    --cv_color21: ;
    --rem1: 8rem;
    --rem2: calc(var(--rem1) / 2);
    --rem3: calc(var(--rem2) / 2);
    --rem4: calc(var(--rem3) / 2);
    --rem5: calc(var(--rem4) / 2);
    --fs1: 1.5rem;
    --fs05: calc(var(--fs1) * .64);
    --fs08: calc(var(--fs1) * .8);
    --fs12: calc(var(--fs1) * 1.2);
    --fs15: calc(var(--fs1) * 1.563);
    --fs2: calc(var(--fs1) * 1.953);
    --fs25: calc(var(--fs1) * 2.441);
    --fs3: calc(var(--fs1) * 3.052);
}
html {
    font-size: 62.5%;
    background: #fff;
    scroll-behavior: smooth;
}
body {
    font-family: 'Noto Sans JP','Helvetica Neue','Helvetica','Hiragino Sans','Hiragino Kaku Gothic ProN','Arial','Yu Gothic','Meiryo',sans-serif;
    color: var(--text_color);
    font-size: var(--fs1);
    line-height: 1.6;
    letter-spacing: 0.06em;
    word-wrap: break-word;
    text-size-adjust: 100%;
}
main {
    margin-top: 68px;
}
.en {
    font-family:
        font-family:Georgia, "Times New Roman", serif;;
    font-weight: ;
}
.wrap,
img {
    width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
img,
td,
th {
    vertical-align: top;
}
blockquote,
body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
table,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
.mincho {
    font-family: 'Noto Serif JP', serif;
}


.title {
    margin: 0 auto var(--rem3);
 color: var(--main_color);
    font-size: clamp(var(--fs25), 7vw, 82px);
    line-height: 1.15;
    letter-spacing: .04em;
    font-weight: 900;

    text-align: center;
}
.orn{
  margin: 0 auto var(--rem3);
}

.lead {
    font-size: clamp(var(--fs12), 2.4vw, 34px);
    line-height: 1.75;
    font-weight: 800;
    letter-spacing: .05em;
        text-align: center;
        margin-bottom: var(--rem3);
}
.wrap {
    margin: 0 auto;
    max-width: 1170px;
}
.full {
    max-width: 100%;
}
.w1600 {
    width: 88%;
    max-width: 1600px;
        max-width: 1440px;
    margin: 0 auto;
}
.w1440 {
    margin: 0 auto;
    max-width: 1440px;
    width: 88%;
}
.w1080 {
    margin: 0 auto;
    max-width: 1080px;
    width: 88%;
}
.w800 {
    margin: 0 auto;
    max-width: 800px;
    width: 88%;
}
img {
    height: auto;
}
br {
    display: block;
    content: "";
    margin-bottom: 1rem;
}
.sp,
.tab {
    display: none;
}
.pc {
    display: block;
}
p {
    margin-bottom: 1rem;
}
p:last-child,
li:last-child {
    margin-bottom: 0;
}
a {
    cursor: pointer;
    color: var(--text_color);
    transition: .3s;
}
a:hover {
    opacity: .7;
}
a.underline,
a.underline:hover {
    text-decoration: underline;
}
i {
    font-style: inherit;
}
li {
    list-style: none;
}
table {
    border-collapse: collapse;
    font-size: inherit;
}
td,
th {
    text-align: left;
}
.tx-center {
    text-align: center;
}
.tx-right {
    text-align: right;
}
.hidden {
    overflow: hidden;
}
.flex {
    display: flex;
    gap: var(--rem2);
    align-items: flex-start;
}
.flex.center {
    align-items: center;
}
.flex.stretch {
    align-items: stretch;
}
.between {
    flex-wrap: wrap;
    justify-content: space-between;
}
.mb0 {
    margin-bottom: 0 !important;
}
.mb1,
p {
    margin-bottom: 1rem;
}
.mb2 {
    margin-bottom: 2rem;
}
.mb3 {
    margin-bottom: 3rem;
}
.mb5 {
    margin-bottom: 5rem;
}
.mb10 {
    margin-bottom: 10rem;
}
.rel {
    position: relative;
}
.abs {
    position: absolute;
}
section {
    padding: var(--rem1) 0;
}
h2 {
    font-size: var(--fs3);
    color: var(--text_color);
    margin-bottom: var(--rem2);
    line-height: 1.2;
    font-weight: 700;
}
h3,
h4,
h5 {
    color: #000;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--rem3);
    font-weight: 700;
    letter-spacing: .12em;
    color: var(--main_color);
    line-height: 1;
    margin-bottom: var(--rem2);
    text-transform: uppercase;
    --eyebrow-slash-angle: -65deg;
    --eyebrow-slash-length: var(--fs12);
    --eyebrow-slash-thick: 2px;
}
.eyebrow::before,
.eyebrow::after {
    content: "";
    display: inline-block;
    width: var(--eyebrow-slash-length);
    height: var(--eyebrow-slash-thick);
    background: currentColor;
    border-radius: 2px;
    transform: rotate(var(--eyebrow-slash-angle));
    opacity: .7;
}
table th {
    font-weight: inherit;
}
a.tel {
    pointer-events: none;
}
input,
textarea {
    font: var(--fs1)/1.6 'Noto Sans JP','Helvetica Neue','Helvetica','Hiragino Sans','Hiragino Kaku Gothic ProN','Arial','Yu Gothic','Meiryo',sans-serif;
}
:focus-visible {
    outline: 0;
}
.rem {
    margin-bottom: var(--rem2);
}
.shadow {
    box-shadow: 6px 6px 10px 0px rgba(0,0,0,0.33);
}
.radius {
    border-radius: var(--rem3);
}
.pagenation {
    margin-bottom: var(--rem3);
    text-align: center;
}
.pagenation .prev.current,
.pagenation .next.current,
.pagenation .page.current {
    padding: calc(var(--rem4) - 3.5px);
    color: var(--main_color);
    border: 1px solid var(--main_color);
}
.pagenation .prev.current,
.pagenation .page.current {
    margin-right: 0.5rem;
}
.pagenation a {
    color: var(--bg_color);
    padding: 1rem;
    background: var(--main_color);
    margin: 0 0.5rem 0 0;
}
.pagenation .next a {
    margin: 0;
}
.pagenation .scope_limit {
    margin: 0 0.5rem 0 0;
}
a.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: var(--rem4) var(--rem5);
    width: calc(100% - var(--rem4));
    border-radius: 6px;
    font-weight: 700;
    font-size: var(--fs15);
    color: #fff;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7), 0 3px 5px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    position: relative;
    max-width: clamp(325px, 3vw, 425px);
    margin: 0 auto;
    background: linear-gradient(180deg, #834483 0%, #414 100%);
}
a.btn:hover {
    transform: translateY(2px);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.4);
}
a.btn.line {
    background: linear-gradient(180deg, #51cc37 0%, #158b05 100%);
}
a.btn.visit {
    background: linear-gradient(180deg, #f3b145 0%, #c46800 100%);
}
a.btn.store {
    background: linear-gradient(180deg, #834483 0%, #414 100%);
}

@media screen and (min-width: 1920px) {
  .w1600 {
   
    max-width: 1600px;
  }
}

@media screen and (min-width: 1921px) {
    :root {
        --wide-side-nav: clamp(28rem, 15.625vw, 32rem);
    }
    header[data-lib="34"] .wide_side {
        display: block;
    }
    body > main,
    footer[data-lib="44"] {
        width: calc(100% - var(--wide-side-nav));
        margin-left: var(--wide-side-nav);
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1440px) {
    main {
        margin-top: 5rem;
    }
}
@media screen and (max-width: 1380px) {
    .w1440 {
        max-width: 90%;
    }
}
@media screen and (max-width: 1170px) {
    .wrap {
        max-width: 90%;
    }
}
@media screen and (max-width: 1080px) {
    .w1080 {
        max-width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .pc,
    .sp {
        display: none;
    }
    .tab {
        display: block;
    }
    .wrap,
    .full,
    .w1440,
    .w1080,
    .w800 {
        max-width: 88%;
    }
    .wrap .w1440,
    .wrap .w1080,
    .wrap .w800 {
        max-width: 100%;
    }
    .column {
        flex-direction: column;
    }
}
@media screen and (max-width: 599px) {
    :root {
        --rem1: 6rem;
        --fs05: calc(var(--fs1) * .64);
        --fs08: calc(var(--fs1) * .8);
        --fs1: 3.5vw;
        --fs12: calc(var(--fs1) * 1.2);
        --fs15: calc(var(--fs1) * 1.563);
        --fs2: calc(var(--fs1) * 1.953);
        --fs25: calc(var(--fs1) * 2.441);
        --fs3: calc(var(--fs1) * 3.052);
    }
    section {
        padding: var(--rem2) 0;
    }
    .tab,
    .pc {
        display: none;
    }
    .flex {
        flex-direction: column;
    }
    .flex.block,
    .sp {
        display: block;
    }
    a.tel {
        pointer-events: auto;
        color: var(--a);
        text-decoration: underline;
    }
    h2 {
        font-size: var(--fs2);
    }
    h3 {
        font-size: var(--fs12);
    }
    .pagenation .prev.current,
    .pagenation .next.current,
    .pagenation .page.current {
        padding: calc(var(--rem3) - 3.5px);
    }
    a.btn {
        font-size: clamp(var(--fs12), 2vw, var(--fs15));
    }
}