@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-display: swap;
    font-weight: 100
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-display: swap;
    font-weight: 200
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-display: swap;
    font-weight: 300
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-display: swap;
    font-weight: 400
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-display: swap;
    font-weight: bold
}
@font-face {
    font-family: 'FreestyleScript';
    src: url("../font/FreestyleScript-Regular.eot");
    src: url("../font/FreestyleScript-Regular.eot?#iefix") format("embedded-opentype"),url("../font/FreestyleScript-Regular.woff") format("woff"),url("../font/FreestyleScript-Regular.ttf") format("truetype"),url(../font/FreestyleScript-Regular.otf),url("../font/FreestyleScript-Regular.svg#svgFontName") format("svg");
    font-display: swap
}

/* ----------------------------------------------
    reset
---------------------------------------------- */
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
body {
	margin: 0;
}
main {
	display: block;
}
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dd {
	margin-left: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
pre {
	font-family: monospace, monospace;
	font-size: inherit;
}
address {
	font-style: inherit;
}
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
abbr[title] {
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
svg, img, embed, object, iframe {
	vertical-align: bottom;
}
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}
button, [type="button"], [type="reset"], [type="submit"] {
	cursor: pointer;
}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled {
	cursor: default;
}
:-moz-focusring {
	outline: auto;
}
select:disabled {
	opacity: inherit;
}
option {
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
legend {
	padding: 0;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
[type="search"] {
	outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[type="number"] {
	-moz-appearance: textfield;
}
label[for] {
	cursor: pointer;
}
details {
	display: block;
}
summary {
	display: list-item;
}
[contenteditable]:focus {
	outline: auto;
}
table {
	border-color: inherit;
	border-collapse: collapse;
}
caption {
	text-align: left;
}
td, th {
	vertical-align: top;
	padding: 0;
}
th {
	text-align: left;
	font-weight: bold;
}

/* ----------------------------------------------
    common
---------------------------------------------- */
html {
	font-size: 62.5%;
    scroll-behavior: smooth;
    touch-action: manipulation;
}
body {
    color: #000;
    background: #faf9f2;
	font: 400 1.4rem / 1.5 "Yu Gothic",YuGothic,"????粒?? Pro W3","Hiragino Kaku Gothic Pro","????粒?? ProN W3","Hiragino Kaku Gothic ProN","????","Meiryo",sans-serif;
	/*font-feature-settings: "palt";*/
}
svg, img, embed, object, iframe {
	max-width: 100%;
	height: auto;
}

i {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 899px) {
}

/* ----------------------------------------------
    header
---------------------------------------------- */
#header {
    width: 100%;
    background: #fff;
}
#header .inner {
    width: 100%;
    max-width: 1100px;
    height: 150px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
}
#header .inner .logo {
    position: absolute;
    top: 10px;
    left: 10px;
}
#header .inner .logo .shop {
    width: 140px;
    height: 22px;
    margin: 3px 5px 0 auto;
    background: url(../img/shoptag.png) center / 100% 100% no-repeat;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header .inner .gnav {
    height: 100%;
    padding: 13px 0 0;
    display: flex;
    gap: 0 10px;
    flex-wrap: wrap;
    align-items: center;
    align-content: flex-start;
    justify-content: flex-end;
}
#header .inner .gnav .sns {
    margin: 0 3px 0 0;
    display: flex;
    gap: 0 6px;
}
#header .inner .gnav .menu {
    width: 100%;
    margin: 19px 0 auto;
    display: flex;
    justify-content: center;
}
#header .inner .gnav .menu li {
    width: calc(100% / 6);
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
    position: relative;
}
#header .inner .gnav .menu li:not(:last-child)::after {
	content: "/";
	margin-top: -15px;
	font-size: 1.5em;
	display: block;
	position: absolute;
	top: 50%;
	right: -5px;
}
#header .inner .burger {
	display: none;
}
@media screen and (max-width: 899px) {
	body.noscroll{
		overflow: hidden;
	}
	#wrap {
	    padding: 80px 0 0;
	}
	#header {
	    position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 9999;
	}
    #header .inner {
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
	#header .inner .logo {
	    width: 40%;
	    display: block;
	    position: static;
	}
	#header .inner .logo .shop {
	    width: 100%;
	    height: 19px;
	    margin: 3px 0 0;
	    font-size: 1.1rem;
	}
    #header .inner .present {
        width: 35%;
        margin: 0 10px 0 auto;
        display: block;
    }
    #header .inner .burger {
        width: 40px;
        height: 28px;
        margin: 0 10px 0 0;
		display: block;
        position: relative;
        cursor: pointer;
    }
    #header .inner .burger::after {
	    content: "メニュー";
	    width: 100%;
	    font-size: .8rem;
	    font-weight: bold;
	    text-align: center;
	    white-space: pre;
	    position: absolute;
	    left: 0;
	    bottom: -17px;
	}
	#header .inner .burger.close::after {
        content: "閉じる";
    }
	#header .inner .burger span {
		width: 40px;
        height: 5px;
		background: #000;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
        transition: all .3s;
	}
	#header .inner .burger span:nth-child(1) {
		top: 0;
	}
	#header .inner .burger span:nth-child(2) {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	#header .inner .burger span:nth-child(3) {
		bottom: 0;
	}
	#header .inner .burger.close span:nth-child(1) {
        height: 4px;
		transform: translate(-50%, 12px) rotate(45deg);
	}
	#header .inner .burger.close span:nth-child(2) {
		opacity: 0;
	}
	#header .inner .burger.close span:nth-child(3) {
        height: 4px;
		transform: translate(-50%, -12px) rotate(-45deg);
	}
	#header .inner .gnav {
	    width: 100%;
	    height: 0;
	    padding: 0 40px;
	    background: rgb(255 255 255 / 90%);
	    display: flex;
	    gap: 20px 0;
        flex-direction: row;
        align-items: center;
        justify-content: center;
	    position: fixed;
	    top: 80px;
	    bottom: 0;
	    left: 0;
	    z-index: 9999;
	    overflow-y: scroll;
	    transition: height 0.4s cubic-bezier(0.5, 1, 0.89, 1), padding 0.4s cubic-bezier(0.5, 1, 0.89, 1);
	}
	#header .inner .gnav.active {
	    height: calc(100% - 80px);
	    padding: 30px 40px;
	}
	#header .inner .gnav .present {
	    width: 100%;
	    margin: 0;
	    text-align: center;
	    order: 1;
	}
	#header .inner .gnav .contact {
	    order: 2;
	}
	#header .inner .gnav .present img,
	#header .inner .gnav .contact img {
	    width: 100%;
	    max-width: 236px;
	}
	#header .inner .gnav .tel {
	    order: 3;
	}
	#header .inner .gnav .menu {
		margin: 0;
	    flex-wrap: wrap;
	    order: 4;
	}
	#header .inner .gnav .menu li {
	    width: 100%;
	    font-size: 1.4rem;
	    font-weight: normal;
	}
	#header .inner .gnav .menu li:not(:last-child)::after {
		display: none;
	}
	#header .inner .gnav .menu li a {
        padding: 15px 0;
        border-bottom: 1px dashed #808080;
        text-align: center;
        display: block;
    }
	#header .inner .gnav .sns {
		margin: 0;
		gap: 0 10px;
	    order: 5;
	}
	#header .inner .gnav .ground {
	    order: 6;
	}
}

/* ----------------------------------------------
    mv
---------------------------------------------- */
.mv {
    width: 100%;
    position: relative;
}
.mv .text {
	width: 80%;
	max-width: 660px;
	padding: 4.5em 0;
	background: rgb(255 255 255 / 90%);
	border-radius: 1em;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.mv .text .icon {
	width: 6%;
	position: absolute;
	top: 28%;
	right: 16%;
	rotate: -20deg;
}
.mv .text .shop {
    font-size: 2.0rem;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1;
    letter-spacing: .2em;
}
.mv .jump {
    position: absolute;
    left: 50%;
    bottom: 3em;
    transform: translateX(-50%);
}
.mv .back {
    object-fit: cover;
    width: 100%;
    height: 550px;
}
@media screen and (max-width: 899px) {
	.mv .text {
	    padding: 2.5em 0;
	}
	.mv .text .logo {
	    width: 70%;
	}
	.mv .text .shop {
	    margin: .5em 0 0;
	    font-size: 1.4rem;
	}
	.mv .text .logo {
	    width: 80%;
	}
	.mv .jump {
	    display: none;
	}
	.mv .back {
	    height: 260px;
	}
}

/* ----------------------------------------------
    breadcrumb
---------------------------------------------- */
#breadcrumb ul {
    width: 95%;
    max-width: 1024px;
    margin: 1.5em auto 0;
    font-size: 1.2rem;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
    align-items: center;
}
#breadcrumb ul li {
    position: relative;
}
#breadcrumb ul li:not(:last-child) {
	padding: 0 1.5em 0 0;
	background: url(../img/icon-arrow.png) top .3em right / 5px no-repeat;
}
@media screen and (max-width: 899px) {
	#breadcrumb ul {
	    width: 90%;
	    font-size: 1.0rem;
	}
}

/* ----------------------------------------------
    contents
---------------------------------------------- */
#contents {
    width: 100%;
    max-width: 1024px;
    margin: 4em auto 8em;
    display: flex;
    justify-content: space-between;
}
#contents #main {
    width: calc(100% - 260px - 3em);
}
#contents #main h3 {
    margin: 0 0 1.5em;
}
#contents #main h3.title02 {
    margin-top: 2em;
    padding: 0 0 .5em;
    border-bottom: 2px solid #e5e5e5;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .05em;
    display: flex;
    gap: .5em;
    align-items: baseline;
}
#contents #main h3.title02::before {
    content: "";
    width: .8em;
    height: .8em;
    background: #71706e;
    display: block;
}
#contents #main .slide {
    position: relative;
}
@media screen and (min-width: 769px) {
	#contents #main .slide:not(.slide01) {
	    padding: 0 3%;
	}
	#contents #main .slide.slide01 .swiper .swiper-wrapper {
	    display: flex;
	    gap: 2em;
	    flex-direction: column;
	}
	#contents #main .slide.slide01 .swiper .swiper-wrapper .swiper-slide a {
	    display: flex;
	}
	#contents #main .slide.slide01 .swiper .swiper-wrapper .swiper-slide .text {
	    padding: 1em 2em;
	}
	#contents #main .slide.slide01 .swiper-prev,
	#contents #main .slide.slide01 .swiper-next {
	    display: none;
	}
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide {
    background: #fff;
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    max-width: 310px;
    flex-shrink: 0;
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide .text {
    padding: 1em;
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide .text .date {
    margin: 0 0 1em;
    color: #9aa2b3;
    font-size: 1.2rem;
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide .text .title {
    margin: 0 0 .8em;
    font-size: 1.8rem;
    font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide .text .body {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide .text .tag {
    color: #ed80a9;
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
}
#contents #main .slide .swiper .swiper-wrapper .swiper-slide .text .tag li::before{
    content: "#";
}
#contents #main .slide .swiper-prev,
#contents #main .slide .swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
#contents #main .slide .swiper-prev {
    left: 0;
    transform: scale(-1, 1);
}
#contents #main .slide .swiper-next {
    right: 0;
}
#contents #main .more a {
    max-width: 150px;
    height: 40px;
    margin: 2em 0 0 auto;
    color: #fff;
    background: #ed80a9;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 100vmax;
    position: relative;
}
#contents #main .more a::after {
	content: "";
    width: 5px;
    height: 8px;
    background: url(../img/icon-arrow.png) center / cover no-repeat;
    filter: invert(100%) grayscale(100%) brightness(200%);
    position: absolute;
    top: 50%;
    right: .8em;
    transform: translateY(-50%);
}
@media screen and (max-width: 899px) {
	#contents {
		margin: 2em auto 4em;
		gap: 4em 0;
	    flex-direction: column;
	}
	#contents #main {
	    width: 90%;
	    margin: 0 auto;
	}
	#contents #main .slide,
	#contents #main .slide:not(.slide01) {
	    width: 100vw;
	    margin: 0 calc(50% - 50vw);
	    padding: 0 5%;
	}
	#contents #main .slide .swiper-prev {
	    left: 2%;
	    transform: scale(-1, 1);
	}
	#contents #main .slide .swiper-next {
	    right: 2%;
	}
	#contents #main .slide.list .swiper .swiper-wrapper {
	    display: flex;
	    gap: 1em;
	    flex-direction: column;
	}
	#contents #main .slide.list .swiper .swiper-wrapper .swiper-slide a {
	    display: flex;
	}
	#contents #main .slide.list .swiper .swiper-wrapper .swiper-slide .img {
	    max-width: 100px;
	}
	#contents #main .slide.list .swiper .swiper-wrapper .swiper-slide .text {
	    padding: .6em;
	    display: flex;
	    gap: .5em;
	    flex-wrap: wrap;
	    align-items: baseline;
	}
	#contents #main .slide.list .swiper .swiper-wrapper .swiper-slide .text .date {
	    margin: 0;
	}
	#contents #main .slide.list .swiper .swiper-wrapper .swiper-slide .text .cate {
	    font-size: 1.2rem;
	}
	#contents #main .slide.list .swiper .swiper-wrapper .swiper-slide .text .title {
	    margin: 0;
	    font-size: 1.4rem;
	}
	#contents #main .slide.list .swiper .swiper-wrapper .swiper-slide .text .body,
	#contents #main .slide.list .swiper .swiper-wrapper .swiper-slide .text .tag {
	    display: none;
	}
}
/* ------------------------------------------- */
#contents #main .detail .date {
    margin: 0 0 1em;
    color: #9aa2b3;
}
#contents #main .detail .title {
    margin: 0 0 1em;
    font-size: 3.0rem;
}
#contents #main .detail .img {
    margin: 0 0 4em;
}
#contents #main .detail .img img {
    width: 100%;
}
#contents #main .detail .toc {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 4em;
    padding: 1em 1em 0;
    border: 1px solid #333;
}
#contents #main .detail .toc dt {
    margin: 0 0 .6em;
    font-weight: bold;
    text-align: center;
}
#contents #main .detail .toc dd a {
    padding: 1em 0;
    color: #333;
    border-top: 1px dotted #999999;
    text-align: left;
    text-indent: 1em;
    text-decoration: none;
    display: flex;
}
/*#contents #main .detail h2 {
    margin: 2em 0;
    padding: .8em;
    color: #000;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    font-size: 1.8rem;
}
#contents #main .detail p {
    margin: 0 0 1em;
}*/
#contents #main .detail .bottom {
    margin: 6em 0 0;
}
#contents #main .detail .bottom .category div {
	display: flex;
	gap: 1em 0;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents #main .detail .bottom .category div::after {
	content: "";
	width: 32%;
}
#contents #main .detail .bottom dt {
	width: 100%;
    margin: 0 0 1em;
    padding: 0 0 .5em;
    border-bottom: 1px solid #ccc;
    font-size: 1.8rem;
    text-align: center;
}
#contents #main .detail .bottom .category dd {
	width: 32%;
}
#contents #main .detail .bottom .category dd a {
    padding: 1em 2em 1em 1em;
    background: url(../img/icon-arrow.png) center right 1em / 5px no-repeat;
    border: 1px solid #dbd9c7;
    display: block;
}
#contents #main .detail .bottom .keyword {
    margin: 4em 0 0;
}
#contents #main .detail .bottom .keyword div {
    display: flex;
    gap: .8em .5em;
    flex-wrap: wrap;
}
#contents #main .detail .bottom .keyword div dd {
    padding: 0 0 0 1em;
	font-size: 1.2rem;
}
#contents #main .detail .bottom .keyword div dd a {
    padding: .2em .5em;
    background: #fff;
    position: relative;
}
#contents #main .detail .bottom .keyword div dd a::before {
    content: "";
    width: 1em;
    height: 100%;
    background: #fff;
    aspect-ratio: cos(30deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    top: 0;
    right: 100%;
}
#contents #main .detail .bottom .keyword div dd a::after {
    content: "";
    width: .3em;
    height: .3em;
    background: #faf9f2;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -.3em;
    transform: translateY(-50%);
    z-index: 1;
}
@media screen and (max-width: 899px) {
	#contents #main .detail .date {
	    font-size: 1.2rem;
	}
	#contents #main .detail .title {
	    font-size: 1.8rem;
	}
	#contents #main .detail .img {
	    margin: 0 0 3em;
	}
	#contents #main .detail .toc {
	    margin: 0 auto 3em;
	}
	/*#contents #main .detail h2 {
	    padding: .5em;
	}*/
	#contents #main .detail .bottom dt {
	    font-size: 1.6rem;
	}
	#contents #main .detail .bottom .category dd {
	    width: 48%;
	}
	#contents #main .detail .bottom .category dd a {
	    font-size: 1.0rem;
	}
	#contents #main .detail .bottom .keyword {
	    margin: 3em 0 0;
	}
}

/* ----------------------------------------------
    pager
---------------------------------------------- */
#pager ul {
	margin: 3em auto 0;
    display: flex;
    gap: 0 .6em;
    align-items: center;
    justify-content: center;
}
#pager ul li a {
	padding: .5em;
    border: 1px solid #BFBFBF;
    display: flex;
    align-items: center;
    justify-content: center;
}
#pager ul li.now a {
    border: 1px solid;
	font-weight: bold;
    pointer-events: none;
}
@media screen and (max-width: 899px) {
}

/* ----------------------------------------------
    side
---------------------------------------------- */
#contents #side {
    width: 260px;
}
#contents #side h3 {
    margin: 2em 0 1em;
}
#contents #side #search {
    margin: 2em 0;
    position: relative;
}
#contents #side #search input {
    width: 100%;
    height: 45px;
    background: #fff;
    border-radius: 5px;
    font-size: 1.8rem;
}
#contents #side #search button {
    position: absolute;
    top: 45%;
    right: .5em;
    transform: translateY(-50%);
}
#contents #side .calendar .box {
    width: 100%;
    padding: 1em;
    color: #fff;
    background: #434343;
}
#contents #side .calendar .box table {
    width: 100%;
    table-layout: fixed;
}
#contents #side .calendar .box table caption {
    margin: 0 0 .3em;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .05em;
}
#contents #side .calendar .box table th,
#contents #side .calendar .box table td {
    text-align: center;
}
#contents #side .calendar .box table td a {
    color: #ed80a9;
    text-decoration: underline;
}
#contents #side .calendar .move {
    margin: .5em 0 0;
    display: flex;
    justify-content: space-between;
}
#contents #side .calendar .move .prev {
    background: url(../img/icon-arrow.png) top .4em right / 5px no-repeat;
    transform: scale(-1, 1);
}
#contents #side .calendar .move .next {
    background: url(../img/icon-arrow.png) top .4em right / 5px no-repeat;
}
#contents #side .calendar .move .prev a {
	padding: 0 0 0 1em;
    display: block;
	transform: scale(-1, 1);
}
#contents #side .calendar .move .next a {
	padding: 0 1em 0 0;
}
#contents #side .category {
	margin: 0 0 2.5em;
    border-top: 1px solid #dbd9c7;
}
#contents #side .category li a {
    padding: 1em 2em 1em 1em;
    background: url(../img/icon-arrow.png) center right 1em / 5px no-repeat;
    border-bottom: 1px solid #dbd9c7;
    display: block;
}
#contents #side .keyword {
	margin: 0 0 2.5em;
    display: flex;
    gap: .8em .5em;
    flex-wrap: wrap;
}
#contents #side .keyword li {
    padding: 0 0 0 1em;
	font-size: 1.2rem;
}
#contents #side .keyword li a {
    padding: .2em .5em;
    background: #fff;
    position: relative;
}
#contents #side .keyword li a::before {
    content: "";
    width: 1em;
    height: 100%;
    background: #fff;
    aspect-ratio: cos(30deg);
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    position: absolute;
    top: 0;
    right: 100%;
}
#contents #side .keyword li a::after {
    content: "";
    width: .3em;
    height: .3em;
    background: #faf9f2;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: -.3em;
    transform: translateY(-50%);
    z-index: 1;
}
#contents #side .bnr {
	text-align: center;
    display: flex;
    gap: 1em;
    flex-direction: column;
}
@media screen and (max-width: 899px) {
	#contents #side {
	    width: 80%;
	    margin: 0 auto;
	}
}

/* ----------------------------------------------
    shoplist
---------------------------------------------- */
#shoplist {
    padding: 50px 0;
    background-color: #E5E5E5;
}
#shoplist h2 {
    margin: 0 0 30px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
#shoplist p {
    margin: 0 0 30px;
    padding: 0 10px;
    font-size: 1.6rem;
    text-align: center;
}
#shoplist ul {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 10px;
    padding: 0 10px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#shoplist ul li {
    width: 160px;
    padding: 0 0 0 10px;
}
#shoplist ul li a {
    width: 100%;
    font-size: 1.8rem;
    display: flex;
    gap: 0 10px;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: start;
}
#shoplist ul li:last-child a {
    font-size: 1.4rem;
}
@media screen and (max-width: 899px) {
	#shoplist ul {
	    padding: 0 15px;
	    gap: 10px 0;
	    justify-content: space-between;
	}
	#shoplist ul::after {
	    content: "";
	    width: 31%;
	}
	#shoplist ul li {
	    width: 31%;
	    padding: 0;
	}
	#shoplist ul li a {
		padding: 0 3%;
	    flex-direction: column-reverse;
	}
	#shoplist ul li a img {
	    width: 100%;
	}
}

/* ----------------------------------------------
    footer
---------------------------------------------- */
#footer {
	padding: 30px 10px 130px;
	background: #fff;
	text-align: center;
	position: relative;
}
#footer .inner .logo {
    width: fit-content;
    margin: 0 auto 30px;
    display: block;
}
#footer .inner p {
    margin: 20px;
    font-size: 1.1rem;
}
#footer .inner .sns {
    margin: 0 0 30px;
    display: flex;
    gap: 0 10px;
    justify-content: center;
}
#footer .inner .cta {
	margin: 0 auto 30px;
    display: flex;
    gap: 0 30px;
    justify-content: center;
}
#footer .inner .fnav ul {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 30px;
    display: flex;
    gap: 0 4px;
    flex-wrap: wrap;
    justify-content: center;
}
#footer .inner .fnav ul li a {
    font-size: 1.2rem;
}
#footer .inner .fnav ul li a::after {
    content: "|";
}
#footer .inner .pagetop {
	position: absolute;
	top: 30px;
	right: 30px;
}
#footer .inner .copyright {
    font-size: 1.2rem;
}
@media screen and (max-width: 899px) {
	#footer {
        padding: 50px 10px 15vw;
    }
    #footer .inner .cta {
	    width: 80%;
	    gap: 0 10px;
	}
}

/* ----------------------------------------------
    title
---------------------------------------------- */
.title01 .en {
    margin: 0 .2em 0 0;
    font-size: 4.0rem;
    font-family: "FreestyleScript";
    line-height: 1;
}
.title01 .jp {
    color: #ed80a9;
    font-weight: bold;
    font-size: 1.2rem;
}

/* ----------------------------------------------
    hidden
---------------------------------------------- */
.desk-hidden {
	display: none;
}
@media screen and (max-width: 899px) {
	.desk-hidden {
		display: block;
	}
	.mobile-hidden {
		display: none;
	}
}

/* ----------------------------------------------
    hover
---------------------------------------------- */
@media (hover: hover) {
	a:hover {
		opacity: .6;
	}
}
