@charset "UTF-8";
.lead-navy {
	color: #000000;}

.bg-color {
background: #ffd616;

}

.kabegami{
background-image:url(/RealShop/images/realshop/sakamotodays/sakamotodays-bg.webp);
background-size:100%;
}
.kabegami01::before {
content:"";
display:block;
position:fixed;
top:0;
left:0;
z-index:-1;
width:100%;
height:100%;
background-repeat:no-repeat;
    background-position: bottom 84% right 10%;
    background-image: url(/RealShop/images/realshop/sakamotodays/sakamotodays-bg07.webp);
    background-size: 100%;
}

.line-container{
background-color:rgba(255,255,255,0.9);
border: solid 2px #000000;
}

.ttl-d__text {
z-index: 5;
}

.info {
background:rgb(255 255 255 / 25%);
}

.ttl-a,
.ttl-b:before,
.ttl-d__text:before,
.ttl-e
{
  background: #C30A14;
}

.ttl-b,
.ttl-c,
.right-text,
.header-top__menu__list li a:hover {
  color: #000000;
}

.ttl-b{
font-size: 3.5rem;
}

.ttl-c {
  border: solid 2px #ff9daa;
  background-image:repeating-linear-gradient(135deg, transparent, transparent 8px, #F1F3FF 8px, #F1F3FF 12px);
}

.l-column.goods-list .goods-list__inner {
  background: #FFF;
  box-shadow: 2px 5px 6px 1px #ebebeb;
}

.caution-container {
  background: #FFF;
}

.l-column.goods-list .col-1 .image {
  padding-right: 2rem;
  border-right: dotted 3px #ff525d;
}

.space {
  color: #ddd;
  margin: 2rem 0;
}


.main section:nth-last-of-type(4) .inner {
margin: 0 auto 0rem;
}


@media only screen and (max-width: 599px) {
.l-column.goods-list .col-1 .image {
    border-right: none;
    padding-right: 0;
  }
	
.yoko{
	justify-content: center;
  }

.l-column .col-2{
    flex-basis: 70%;
  }
}


@media only screen and (max-width: 599px) {
.kabegami01::before{
background-image: url(/RealShop/images/realshop/sakamotodays/sakamotodays-bg06.webp);
background-position: bottom 145% right 34%;
background-size: 134%;
}
}





.sns{
background-color:rgba(255,255,255,1.00) ;
}

.sns .ttl-b {
  max-width: 100rem;
  margin: 0 auto 10rem;
}

.inner_sns {
  max-width: 120rem;
  margin: 0 auto;
  padding: 6rem 0 8rem;
}

.sns_list {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

.sns_list li {
  flex-basis: 33.333%;
}

.sns_list li{
  padding: 0 0.65%;
  margin-bottom: 2.5rem;
}

.sns_list li a {
  display: block;
  border-bottom: dotted 1px #111;
  height: 100%;
  max-height: 8rem;
}

.sns_list dl {
  position: relative;
  width: 92%;
}

.sns_x::before{
  content: "";
  position: absolute;
  width: 5%;
  height: 3rem;
  top: 0;
  bottom: 0;
  right: -8%;
  margin: auto 0;
  background: url(/RealShop/asset/images/x-logo.svg) no-repeat;
  background-size: 100%;
}

.sns_line::before{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: -8%;
  margin: auto 0;
  background: url(/RealShop/asset/images/icon-line.svg) no-repeat;
  background-size: 100%;
}

.sns_insta::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: -8%;
  margin: auto 0;
  background: url(/RealShop/asset/images/icon-instagram.svg) no-repeat;
  background-size: 100%;
}

.sns_list dl {
  width: 90%;
}

.sns_list dt {
  font-size: clamp(0.5rem, calc(0.21052631578947367rem + 1.1578947368421053vw), 1.6rem);
}

.sns_list dd {
  padding-bottom: 2.2em;
  font-size: clamp(0.4rem, calc(0.18947368421052635rem + 0.8421052631578947vw), 1.2rem);
}

.sns_list .small {
  font-size: clamp(0.4rem, calc(0.24210526315789477rem + 0.631578947368421vw), 1rem);
}



@media only screen and (max-width: 590px) {
  .sns .ttl-b {
  margin: 0 auto 4rem;
  }

  .inner_sns {
    width: 100%;
    padding: 5rem 3.2%;
    margin: 0 auto;
  }

  .sns_list li {
    flex-basis: 100%;
    padding: 2.5rem 0 0.65%;
    margin-bottom: 0;
  }

  .sns_list dt {
    font-size: 1.4rem;
    margin-bottom: .2rem;
  }

  .sns_list dd,
  .sns_list .small {
    font-size: 1.1rem;
  }

  .sns_x::before {
    width: 6%;
  }

  .sns_line::before,
  .sns_insta::before
  {
    width: 24px;
    height: 24px;
  }
}


.contact{
background: #ffffff;
}


.tokuten-shadow{
box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
}


