:root {
  --mainTxt: #333;
  --grape: #be0e5e;
  --midori: #2f9f8b;
  --accent: #cf3925;
  --mainBg: #fdfdfd
}

*,
*::after,
*::before {
  box-sizing: border-box;
  transition: .3s
}

html {
  scroll-behavior: smooth
}

body {
  min-height: 100vh;
  font-family: "Helvetica Neue", Arial, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, sans-serif;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  color: var(--mainTxt);
  background: var(--mainBg)
}

blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
ol,
p,
ul {
  margin: 0
}

a,
dd,
dt,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span {
  font-size: 16px
}

p {
  font-size: 18px;
  line-height: 1.8
}

ol,
ul {
  list-style: none;
  padding: 0
}

button,
input,
select,
textarea {
  font: inherit;
  border: none;
  background: 0 0;
  outline: 0
}

button:focus {
  outline: 0
}

a {
  text-decoration: none
}


img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit:contain
}
svg{
  width:18px;
  height:18px;
  fill:currentColor
}
[aria-hidden=true]:not(svg) {
  display: none
}

.center {
  text-align: center
}

.relative {
  position: relative
}

.container {
  padding: 24px
}

body.freeze {
  height: 100vh;
  overflow: hidden
}

body.freeze #main {
  pointer-events: none
}

#mainHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 8px;
  background: rgba(255, 255, 255, .7);
  z-index: 10
}

.site-name {
  width: 300px
}

#global-nav {
  padding: 16px;
  text-align: right;
  z-index: 1
}

#global-nav.fix {
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, .9);
  z-index: 10
}

#global-nav svg {
  width: 22px;
  height: 22px;
  margin-right: 4px;
  fill: currentColor
}

.navLarge {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap
}

@media (min-width:981px) {

  .navLarge>li:not(:last-of-type):focus,
  .navLarge>li:not(:last-of-type):hover {
    transform: translateY(8px)
  }

  .cat-dropdown:focus>.navMedium,
  .cat-dropdown:hover>.navMedium {
    display: block !important
  }

  .navMedium li:focus,
  .navMedium li:hover {
    background: rgba(255, 255, 255, .4)
  }
}

.navSmall {
  padding-left: 1em
}

.navLarge__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  margin: 0 4px;
  color: var(--mainTxt);
  background: radial-gradient(circle at center, rgba(240, 230, 140, .3), rgba(240, 230, 140, .8));
  border-radius: 50%;
  box-shadow: 1px 1px 1px #eee;
  cursor: pointer;
  pointer-events: auto;
  position: relative
}

.navLarge__item span {
  font-size: 14px;
  line-height: 2
}

.navMedium {
  width: 240px;
  background: rgba(190, 14, 94, .9);
  text-align: left;
  box-shadow: 4px 4px 16px 1px var(--mainBg);
  position: absolute;
  top: 100%;
  left: 0;
  padding: 8px;
  z-index: 1
}

.navMedium__item {
  display: flex;
  align-items: center;
  height: 48px;
  color: #fff;
  pointer-events: auto
}

.navMedium__item span {
  font-size: 18px
}

.navSmall__item {
  display: block;
  color: #fff;
  min-height: 40px;
  padding: 12px 8px 8px 8px;
  font-weight: 600;
  pointer-events: auto
}

.navSmall__item:focus {
  background: var(--grape)
}

@media(hover:hover) {
  .navSmall__item:hover {
    background: var(--grape)
  }
}

svg.nopressed {
  display: none
}

.navLarge__item.pressBtn.sfrom[aria-pressed=true] {
  background: var(--grape)
}

.navLarge__item.pressBtn.sfrom[aria-pressed=true] svg {
  display: none
}

.navLarge__item.pressBtn.sfrom[aria-pressed=true] svg.nopressed {
  display: block;
  fill: #fff !important
}

.navLarge__item span.nopressed {
  display: none
}

.navLarge__item.pressBtn.sfrom[aria-pressed=true] span {
  display: none;
  font-weight: 600;
  color: #fff
}

.navLarge__item.pressBtn.sfrom[aria-pressed=true] span.nopressed {
  display: block !important
}

#search-form {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: 300px;
  padding: 16px;
  background: rgba(0, 0, 0, .7)
}

#cmsCommonForm {
  display: flex;
  flex-direction: column;
  align-items: center
}

#cmsCommonForm>input {
  width: 90%;
  height: 48px;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  border: 2px solid #eee
}

#sbtn {
  display: block;
  width: 120px;
  height: 48px;
  margin: 16px auto;
  color: #fff;
  background: var(--accent);
  cursor: pointer
}

#main {
  display: block;
  width: 100%
}

#mainArticle {
  padding-bottom: 120px;
  position: relative
}

.webp #mainArticle {
  background-image: url(https://contents.raku-uru.jp/01/17324/286/artickeBg-1_1616925205916.webp)
}

.no-webp #mainArticle {
  background-image: url(https://image.raku-uru.jp/01/17324/40/artickeBg-1_1613649069661.png)
}

.titleBox {
  padding: 80px 0 40px;
  text-align: center;
  font-size: 30px
}

.titleBox h2 {
  display: inline-block;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 16px;
  position: relative
}

.hannari,
.titleBox>* {
  font-family: 'Shippori Mincho B1', serif
}

h2[data-label]::after {
  content: attr(data-label);
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  text-align: center;
  transform: scaleY(1.2)
}

.titleBox-mini {
  padding: 12px 0
}

.itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 48px 0;
  z-index: 0
}

.itemList-card {
  width: 22%;
  max-width: 320px;
  margin: 0 1.5%;
  margin-bottom: 40px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f1d9d3, #fff2ff);
  box-shadow: 5px 5px 10px #d0c8cc, -5px -5px 10px #fff
}

.rankingList>.itemList-card:nth-of-type(1),
.rankingList>.itemList-card:nth-of-type(2),
.rankingList>.itemList-card:nth-of-type(3) {
  width: 30%
}

.rankingList>.itemList-card:nth-of-type(1)::after {
  content: "1位";
  position: absolute;
  top: -4px;
  left: -4px;
  background: gold;
  padding: 8px 8px;
  font-weight: 600;
  border-radius: 8px
}

.rankingList>.itemList-card:nth-of-type(2)::after {
  content: "2位";
  position: absolute;
  top: -4px;
  left: -4px;
  background: #d4d4d4;
  padding: 8px;
  border-radius: 8px;
  font-weight: 600
}

.rankingList>.itemList-card:nth-of-type(3)::after {
  content: "3位";
  position: absolute;
  top: -4px;
  left: -4px;
  background: #cdc01e;
  padding: 8px;
  border-radius: 8px;
  font-weight: 600
}

.itemList-card:hover {
  background: #fdfdfd
}

.card__link {
  text-decoration: none;
  color: var(--mainTxt)
}

.card__name {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  padding: 16px 0
}

.card__image {
  overflow: hidden
}

.card__image>img {
  aspect-ratio: 1/1;
  object-position: bottom;
  object-fit: cover
}

.card__link:focus .card__image img,
.card__link:hover .card__image img {
  transform: scale(1.1);
  transition: .4s
}

.item-price {
  font-weight: 600;
  color: var(--accent)
}

.tax {
  color: var(--mainTxt);
  font-weight: 400;
  font-size: 12px
}

.item-nonstock {
  font-size: 15px;
  color: #fefefe;
  background: var(--mainTxt);
  padding: 4px;
  display: inline-block;
  border-radius: 0 8px 0
}

.icon-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  font-size: 13px;
  padding: 8px;
  color: #fff
}

.icon-badge.badge-49846 {
  background: var(--grape)
}

.icon-badge.badge-49845 {
  background: rgb(220, 20, 60)
}

.icon-badge.badge-49847 {
  background: rgb(240, 230, 140);
  color: #222
}

.share {
  display: flex;
  padding: 32px 0;
  justify-content: center;
  align-items: center
}

.share>div {
  position: relative
}

.share>div:hover::after {
  content: attr(data-popup);
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 64px;
  padding: 4px;
  background: #fff;
  border-radius: 4px;
  font-size: 10px;
  color: var(--mainTxt)
}

.share svg {
  width: 40px;
  height: 40px;
  background: 0 0;
  fill: #555;
  margin-right: 12px
}

.share .twitter svg {
  fill: #1a91da
}

.share .facebook svg {
  fill: #1877f2
}

.insta svg {
  fill: rgb(230, 64, 100);
  width: 36px;
  height: 36px
}

#copyMsg {
  font-size: 11px;
  color: #fff;
  padding: 4px 8px;
  background: #222;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 120px;
  opacity: 0
}

#copyMsg.visual {
  animation: visual 1s
}

.breadcrumbs {
  padding: 8px
}

.breadcrumbs ol {
  display: flex
}

.breadcrumbs li a span {
  font-size: 14px;
  color: var(--mainTxt);
  padding-left: 8px;
  position: relative
}

.breadcrumbs li:not(:first-of-type) a span::before {
  content: ">";
  font-size: 12px;
  color: #777;
  display: inline-block;
  margin-right: 2px
}

.s8 {
  background: linear-gradient(to bottom, transparent, rgba(247, 46, 171, .1), rgba(190, 14, 94, .1) 60% 80%, transparent)
}

#hurusato {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 496px;
  background: url(https://image.raku-uru.jp/01/17324/600/shine-muscut-mb_1748824862960.jpg) center/cover no-repeat
}

@media(min-width:981px){
  #hurusato{
    background-image: url(https://image.raku-uru.jp/01/17324/597/shine-muscut-pc_1748823322440.jpg)
  }
}
.hurusato-intro {
	width: max-content;
	max-width: 100%;
	font-size: clamp(15px,1.8vw,18px);
  font-weight: 700;
  color: #fff;
	padding: 8px;
  background: rgba(104, 205, 110,.7);
	text-shadow: 0px 1px 1px #aaa;
	letter-spacing: .05em;
}
.hurusato-list__item {
  display: grid;
  grid-template-columns: auto 108px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 336px;
  margin-bottom: 16px;
  padding: 16px;
  background: rgba(255, 255, 255, .8);
  border-radius: 16px;
  position:relative
}
.hurusato-list__item:not([href])::after {
  content: "受付開始までお待ちください";
  position: absolute;
  display: flex;
  inset: 0;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.hurusato-list__item:focus,
.hurusato-list__item:hover {
  background: rgba(255, 200, 200, .8)
}

.hurusato-list__item span {
  font-size: 20px;
  color: var(--grape);
  font-weight: 600;
  margin-right: 16px
}

.hurusato-list__item svg {
  width: 16px;
  height: 18px;
  fill: currentColor;
  margin-left: 2px
}

#footer {
  background: #32f9d9;
  position: relative
}

#footer a {
  color: #333
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 24px
}

.footer__block {
  width: 25%
}

.footer__block.f_center {
  width: 50%
}

.footer__block.f_left {
  display: flex;
  flex-direction: column;
  align-items: center
}

.footer-logo {
  padding: 12px 0
}

.f_left__text>p {
  font-size: 14px
}

.footer__block__calendar {
  display: flex;
  flex-wrap: wrap
}

.calendar-wrapper {
  width: 50%;
  padding: 12px;
  text-align: center
}

.months {
  padding: 8px 0;
  border-bottom: 1px solid #ccc
}

.calendar__body table {
  margin: auto;
  width: 100%;
  max-width: 240px
}

.calendar__body tr {
  display: flex
}

.calendar__body td,
.calendar__body th {
  font-size: 15px;
  flex: 1 1;
  padding: 2px 2px 2px 0;
  border: none;
  text-align: center
}

.calendar__body thead th {
  padding: 8px 2px 8px 0
}

.e1 {
  background: #e00
}

.e2 {
  background: tomato
}

.e3 {
  color: #333;
  background: #deb887
}

.list-event {
  padding: 12px 0
}

.list-event li>span {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-left: 4px
}

.nav-2 li a {
  line-height: 2;
  font-size: 14px
}

.nav-2 li a:hover {
  border-bottom: #eee solid 2px
}

#copyright {
  padding: 24px 0;
  text-align: center;
  background: #303030;
  color: #fefefe
}

#copyright a {
  color: #fefefe
}

#businesslink {
  margin: 8px 0
}

#businesslink li {
  display: inline;
  padding: 4px 8px
}

.footer-dividor {
  position: absolute;
  top: -120px;
  left: 0;
  width: 100%;
  height: 120px;
  transform: rotate(180deg);
  fill: #32f9d9;
  background: 0 0
}

.footer-dividor>svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.svg1 {
  fill: #fff
}

.svg2 {
  fill: #5bc2ff
}

.svg3 {
  fill: #32f9d9
}

@media (max-width:980px) {
  .site-name {
    width: 280px
  }

  #global-nav {
    padding: 0;
    z-index: 2
  }

  .navLarge>li:focus,
  .navLarge>li:hover {
    pointer-events: none
  }

  .navLarge__item {
    width: 75px;
    height: 75px
  }

  .navLarge__item span {
    font-size: 12px
  }

  .navLarge__item.pressBtn[aria-pressed=true] {
    background: var(--grape);
    color: #fff
  }

  .itemList-card {
    width: 30%
  }
  .footer-inner {
    align-items: center;
    flex-direction: column
  }

  .footer__block,
  .footer__block.f_center {
    width: 90%;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 0
  }

  .footer__title {
    font-size: 20px
  }

  .nav-2 li a {
    font-size: 16px;
    line-height: 2.5;
    border-bottom: 1px dashed #999
  }
}

@media (max-width:480px) {
  .site-name {
    width: 240px;
    margin: auto
  }

  #global-nav {
    width: 100%
  }

  .navLarge>li {
    width: 20%
  }

  .navLarge__item {
    width: 100%;
    max-width: 64px;
    height: 64px
  }

  .navLarge__item span {
    font-size: 9px;
    word-break: keep-all
  }

  .titleBox h2 {
    font-size: 36px
  }

  .container {
    padding: 8px
  }

  .itemList-card {
    width: 47%
  }

  .rankingList>.itemList-card:nth-of-type(1),
  .rankingList>.itemList-card:nth-of-type(2),
  .rankingList>.itemList-card:nth-of-type(3) {
    width: 100%
  }

  #mainArticle {
    padding-bottom: 60px
  }

  .breadcrumbs li a span {
    font-size: 12px
  }
  .footer-dividor {
    top: -60px;
    height: 60px
  }

  .calendar-wrapper {
    width: 90%
  }

  #businesslink li {
    display: block
  }
}

@keyframes visual {
  0% {
    opacity: 0
  }

  10% {
    opacity: 1
  }

  90% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}
#slide-wrap{
	position: -webkit-sticky;
	position: sticky;
	top:0;
}
#topSlide >li:not(:first-child){
  display:none
}
.top-free1__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.top-free1__desc p{
  font-size:20px;
}
section.container {
  background: #fdfdfd;
  position: relative;
  z-index: 0;
}
.devidor{
  position:absolute;
  top:-120px;
  left:0;
  width:100%;
  height:120px;
  transform:rotate(180deg)
}
.devidor svg{
  width: 100%;
  height: 120px;
  fill: #fdfdfd;
}
.info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  margin: auto;
  box-shadow: 0px 1px 4px rgba(255,255,255,.5),1px 2px 4px rgba(225,0,0,.2);
  border-radius: 4px 8px 12px;
  background: rgba(255,255,255,.5);
}

.info__titleBox {
  width: 40%;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#info__title {
  font-size: 21px;
  color: var(--grape);
}
.info__content {
  padding: 24px;
  width: 60%;
}

/*カテゴリー一覧*/
.cate-list {
  --col: 1;
  display: grid;
  grid-template-columns: repeat(var(--col),1fr);
  justify-content: space-around;
  gap: 40px 32px;
  max-width: 1000px;
  margin-inline: auto;
  margin-bottom: 48px;
  padding-inline: clamp(12px,2.4vw,24px);
}

.cate-list-card {
  padding:16px;
	background: linear-gradient(145deg,#FAF1E3,#fff2ff);
	box-shadow: 5px 5px 10px #d0c8cc, -5px -5px 10px #fff;
}
.cate-list .card__image img {
  display:block;
  aspect-ratio: 3/2;
  object-fit: contain;
}

.cate__name {
  display: flex;
  justify-content: center;
  align-items: center;
  height:56px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  padding-inline:12px;
  text-align: center;
}
.cate__description {
  font-size: 14px;
  color: #555;
  padding:1em 0;
  line-height: 1;
}
@media (min-width:768px){
  .cate-list{
    --col:2
  }
}
@media (min-width: 1025px){
  .cate-list{
    --col:3
  }
}
@media(hover:hover){
  .cate-list-card:has(.card__link:hover) {
    box-shadow: 5px 5px 10px #aaa, -5px -5px 10px #eee;
  }
}
#fullBg {
  width: 100%;
  height: 90vh;
  position: relative;
  z-index:0;
}
#fullBg::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.no-webp #fullBg::before {
  background: url('https://image.raku-uru.jp/01/17324/39/int04_1613645769163.jpg') center/cover fixed no-repeat;
}
.webp #fullBg::before{
  background:url('https://contents.raku-uru.jp/01/17324/172/intro-fullbg_1615169956963.webp') center/cover fixed no-repeat;
}
.introduction{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.intro-inner {
  padding: 12px 24px;
  background: rgba(252,252,252,0.8);
  box-shadow: 0 0 8px 8px rgba(255,255,255,0.8);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 8px;
  line-height: 10;
}
.intro-inner p {
  line-height: 2.4;
}

.s1{
  background:linear-gradient(to bottom,transparent 18%,rgba(247,46,171,0.1) 30%);
}
.s2 {
  background: linear-gradient(to bottom,rgba(247,46,171,0.1) ,transparent 10% 90%,rgba(247,46,171,0.1));
}
.s3 {
  background: linear-gradient(rgba(247,46,171,0.1) 80%,rgba(245,42,136,.1) 90%);
}
.s4 {
  background: linear-gradient(to bottom,rgba(245,42,136,.1) ,transparent 10% 90%,rgba(255,255,255,.5));
}
.s6 {
  background: linear-gradient(to bottom,rgba(255,255,255,.5) ,rgba(190,14,94,.1) 20% 90%,transparent);
}
@media (max-width: 980px){
#top-free1__title {
  font-size: 32px;
}
  .devidor{
    top:-60px;
    height:60px;
  }
  .devidor svg{
    height: 60px;
  }
  .no-webp #fullBg::before {
    background: url('https://image.raku-uru.jp/01/17324/174/intro-fullbg-medium_1615170554750.jpg') center/cover no-repeat;
  }
  .webp #fullBg::before{
    background:url('https://contents.raku-uru.jp/01/17324/173/intro-fullbg-medium_1615170534531.webp') center/cover no-repeat;
  }
}
@media (max-width: 480px){
#top-free1__title {
  font-size: 30px;
  height: 96px;
  overflow: auto;
}
  .top-free1__desc p{
    font-size:18px
  }
  .info {
    flex-direction: column;
  }
  .info__titleBox {
    width: 100%;
    min-height: 80px;
  }
  .info__content {
    width: 100%;
    padding: 12px 8px 8px;
  }
}
