/****** SLIDER ******/
.p-main-slider .bx-wrapper .bx-viewport {
  border: 0;
  box-shadow: none;
  left: 0;
}
.p-main-slider .bx-wrapper img {
  margin: 0 auto;
  width: 100%;
}
.p-main-slider .bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -40px;
}
.p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
  margin-left: 10px;
  margin-right: 10px;
  background: #dddddd;
}
@media screen and (max-width: 767px) {
  .p-main-slider .bx-wrapper .bx-pager {
    bottom: -25px;
  }
  
  .p-main-slider .bx-wrapper img {
    width: 100%;
    width: auto;
  }
  
 	.p-main-slider-sp img{
		 object-fit: cover;
		height: 165px;
	} 
	.p-shop-contents {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 30px 0;
}
}

/****** NEWS ******/
.p-line-informaiton {
  margin-top: 90px;
  margin-bottom: 90px;
}

.c-ttl-main{
  font-size:1.5rem;
}

.c-ttl-category{
	max-width: 1200px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin:0 auto;
    padding: 20px 0;
}
@media screen and (min-width: 767px) {


}


.p-line-informaiton-list{
  margin-top:60px;
}
.p-line-informaiton-list__item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #000;
}
.p-line-informaiton-list__date {
  width: 120px;
}

.p-line-informaiton-list__ttl {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .p-line-informaiton {
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-line-informaiton {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .p-line-informaiton-list__item {
    display: block;
    margin-bottom: 15px;
  }
}

/* リンクバナー */

.top-linkBanners {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  .top-linkBanners {
    padding-top: 50px;
}
}
@media print, screen and (min-width: 1025px) {
    .lay-contentsContainer {
        max-width: calc(var(--width_base) + (var(--sidePadding_base) * 2));
        margin: 0 auto;
    }
}
.lay-contentsContainer {
    width: 100%;
    padding: 0 var(--sidePadding_base);
}	
.top-linkBanners .top-linkBanners-banners {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    gap: 34px;
}	
.top-linkBanners .top-linkBanners-banners .linkBanner {
    display: block;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}
.imgDefault {
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1023px) {
    .top-linkBanners .top-linkBanners-banners {
        padding: 0 30px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
  @media only screen and (max-width: 599px) {
    .top-linkBanners .top-linkBanners-banners {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px 20px;
    }
}

/* リンクバナー */

/* タイプ別 */

.block-header-category-container{
  max-width: 1200px;
  margin:0 auto;
}
  @media only screen and (max-width: 599px) {
.block-header-category-container{
  max-width: 599px;
}
}

.p-index-totleh2 {
    position: relative;
    text-align: center;
    margin-top: 160px;
	font-weight: normal;
	letter-spacing: 0.1rem;
	font-size:28px;
}
.p-index-totleh2::before {
  background-color: #000;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}

@media screen and (max-width: 767px) {
  .p-index-totleh2{margin-top: 100px;}
}

.block-left-menu-ttl{
  text-align: center;
  font-size: 20px;
  background: #f5f5f5;
  padding:15px;
  margin-top: 60px;
}

.block-header-category-items {
    display: flex;
    flex-direction: column;
}
.block-header-category-item-motifs{
    display: flex;
    flex-direction: column;
	margin-top: 30px;
	line-height: 1.3;
}

.block-header-category-item .block-left-menu-list-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 34px 20px;
}
@media screen and (max-width: 1023px) {
  .block-header-category-items{
      padding:0 30px;
  }
    .block-header-category-item .block-left-menu-list-items {
      margin-top: 30px;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}
@media screen and (max-width: 768px) {
  .block-header-category-items{
      padding:0 30px;
  }
}
@media screen and (max-width: 414px) {
    .block-header-category-item .block-left-menu-list-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}
.block-left-menu-list .layer-1-item > .item-name {
    display: flex;
    /* position: relative; */
    padding: 30px 0 20px;
    align-items: center;
}
.block-left-menu-list .layer-1-item > .item-name img {
    width: 50px;
    margin-right: 8px;
}

.layer-1-item{
	width: 100%;
}
.block-left-menu-list .layer-2 {
    border-top: 1px solid #000;
}
.layer-3 li{
    border: 1px solid #333;
    border-bottom: none;
    border-right: none;
    border-left: none;
    margin: 0;
}
.layer-3 li:last-child{
    border-bottom: 1px solid #333;
}
.layer-3{
    list-style: none;
    padding: 0;
    transition: all .4s ease-in-out;
} 
ul.layer-4 li{
    border-bottom: 1px solid #333;
    margin: 0;
	  display: table-cell;
  vertical-align: middle;
}
ul.layer-4 li:last-child{
    height: 80px;
	padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.layer-4{
    transition: all .4s ease-in-out;
    list-style: none;
    padding: 0;
	  display: table;
  width: 100%;
}


.layer-2 li a {
    display: block;
    padding: 15px;
}
.layer-3 li a {
    display: block;
    padding: 10px 30px;
}
.layer-4 li a {
    height: 80px;
    display: flex;
    padding: 0 15px;
    align-items: center;
}



.block-header-category-item-motifs .block-left-menu-list-items {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 100%;
    gap: 0 20px;
    align-items: center;
}
.motifitem-size img{
	width: 42px;
}
.item-name-motif {
    display: flex;
    align-items: center;
}
.item-name-motif
.item-motif-name{
	padding-left: 20px;
}

@media screen and (max-width: 1023px) {
    .block-header-category-item-motifs .block-left-menu-list-items {
        grid-template-columns: repeat(3, 1fr);
        gap: 0 20px;
    }
}
  @media only screen and (max-width: 599px) {
    .block-header-category-item-motifs .block-left-menu-list-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 0 20px;
    }
}
    
/* タイプ別 */


/* 御朱印巡りの豆知識 */

.block-header-category-mametisiki .block-left-menu-list-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 0 40px;
    align-items: center;
}
@media screen and (max-width: 1023px) {
    .block-header-category-mametisiki .block-left-menu-list-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}
  @media only screen and (max-width: 599px) {
    .block-header-category-mametisiki .block-left-menu-list-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 15px;
    }
}

ul.layer-5 li{
    border-bottom: 1px solid #333;
    margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.layer-5{
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
  	margin-top: 60px;
    transition: all .4s ease-in-out;
} 
.layer-5 li a {
    padding: 20px 15px;
    align-items: center;
}

/* 御朱印巡りの豆知識 */



/****** MESSAGE ******/
.p-message__body{
  	padding: 10px 0;
}
.p-message {
  margin-top: 160px;
  color: #2d2d2d;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
/*
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
*/
  letter-spacing: 0.2em;
}
.p-message span.letter_s{
  font-size: 11px;
}
.p-message span.letter_r{
  color: #d9333f;
}
@media screen and (max-width: 1023px) {
  .p-message {
    margin-top: 0;
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-message {
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0;
    font-size: 14px;
  }  
  .p-message span.letter_s{
    font-size: 10px;
  }
}

/****** INFORMATION ******/
.p-information {
  max-width:1000px;
  margin:0 auto;
}
@media screen and (max-width: 1023px) {
  .p-information {
    margin-bottom: 45px;
    margin-left: 25px;
    margin-right: 25px;
    padding: 45px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-information {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }
}

.p-index-totleh2-2 {
  position: relative;
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  letter-spacing: 0.1rem;
}
.p-index-totleh2-2::before {
  background-color: #000;
  bottom: -20px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}

.l-main3{
	background: #fafafa;
	padding: 120px 0;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
    .l-main3 {
        margin-top: 30px;
        padding: 50px 30px;
    }

}
.Anniv10{
	padding: 30px 60px;
	margin-top: 60px;
	background: #fff;
}
@media screen and (max-width: 767px) {
.Anniv10{
	padding: 25px;
}
.Anniv10 p{
  	font-size: 16px;
}
}
.Anniv10 h4 {
	text-align: center;
	font-size: 20px;
}
.Anniv10 p{
	font-size: 18px;
	line-height: 1.8;
	text-align: justify;
}

/****** CONCEPT ******/
.p-concept-box {
  display: flex;
  flex-wrap: wrap;
/*
  margin-top: 75px;
  margin-bottom: 105px;
*/
}
.p-concept-box__logo {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-concept-box__logo img {
  max-width: 400px;
}
.p-concept-box__txt {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  justify-content: center;
  margin:30px 0 80px;
/*
  align-items: center;
  position: relative;
  padding: 60px 120px;
  color: #000;
  line-height: 2.0;
*/
}
.p-concept-box__txt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  /** background: rgba(0, 0, 0, 0.4); **/
  width: 100%;
  height: 100%;
}

.p-concept-box__body {
  position: relative;
  z-index: 10;
}

.p-concept-list{
max-width: 400px;
list-style-position: inside;
padding-left: 0;
margin-right: 50px;
}

.p-concept-list li{
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #666;
line-height: 1.5;
}


@media screen and (max-width: 1023px) {
  .p-concept-box {
    margin-top: 45px;
    margin-bottom: 25px;
    margin-left: 25px;
    margin-right: 25px;
  }
  .p-concept-box__logo {
    padding: 45px;
    width: 220px;
    min-height: 195px;
  }
  .p-concept-box__logo img {
    max-width: 130px;
  }
    .p-concept-box__logo3 img {
    max-width: 500px;
  }
 
  .p-concept-box__txt {
    padding: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept-box {
    display: block;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }
  .p-concept-box__logo {
    padding: 0;
    width: 100%;
/*    min-height: 80px;*/
/*    max-height: 150px;*/
  }
  .p-concept-box__logo img {
    max-width: 100px;
  }
    .p-concept-box__logo3 img {
    max-width: 100%;
  }
  .p-concept-box__txt {
    padding: 0;
    line-height: 1.8; 
  }
  
  
  
}

/****** RECOMMEND ITEMS ******/
.is-recommend span {
  /*text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;*/
}
.c-ttl-bg.is-recommend:before {
  background: url(https://img07.shop-pro.jp/PA01328/379/etc_base64/UkUtcmFua2luZzE.jpg?cmsp_timestamp=20241029164840) center center no-repeat;
  background-size: cover;
}
.p-recommend {
  overflow: hidden;
  padding-bottom: 90px;
background:#fff;
}
@media screen and (max-width: 1023px) {
  .p-recommend {
    padding-bottom: 60px;
  }
  .p-recommend-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend {
    padding-bottom: 30px;
  }
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}

/****** TOP PICK UP ITEMS ******/
/*
.p-pickup {
  padding-top: 60px;
  padding-bottom: 120px;
background: #fff;
}
*/
.p-pickup-list {
  margin-top: 60px;
}
.p-pickup-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 75px;
  word-break: break-all;
}
.p-pickup-list__item:last-child {
  margin-bottom: 0;
}
.p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
  order: -1;
}
.p-pickup-list__img {
  overflow: hidden;
  position: relative;
  width: 50%;
  height: auto;
  opacity: 1;
  transform: translate(0, 0);
}
.p-pickup-list__img:before, .p-pickup-list__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.p-pickup-list__img .p-pickup-list__img-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
/*  transition: all 0.4s 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
  background: #000000;
}
.p-pickup-list__img:after {
/*  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
  background: #fff;
}
.p-pickup-list__img:before {
/*  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);*/
  background: #fff;
}
.p-pickup-list__img.faded .p-pickup-list__img-bg, .p-pickup-list__img.faded:after {
  width: 0;
}
.p-pickup-list__img img {
  position: relative;
  top: 50%;
  transform: translate(0, 0);
  width: 100%;
}
.p-pickup-list__txt {
  box-sizing: border-box;
  flex: 1;
  padding-left: 70px;
  padding-right: 70px;
}

.p-pickup-index{
display: -webkit-flex;
display: flex;
align-items: center;
}
.p-pickup-index img{
  height:25px;
  margin-right:5px;
}
  

.p-pickup-list__ttl {
/*
  margin-top: 0;
  margin-bottom: 15px;
*/
  line-height: 1.4;
  font-size: 24px;
  font-weight: normal;
}

.p-pickup-list__ttl img {
  display: none !important;
}

.p-pickup-list__btn {
  margin-top: 30px;
}



@media screen and (min-width: 1270px) {
  .p-pickup-list__img {
    max-height: 200px;
  }
}
@media screen and (max-width: 1023px) {
  .p-pickup {
/*    padding-top: 90px;*/
/*    padding-bottom: 90px;*/
  }
  .p-pickup-list__item {
    margin-bottom: 60px;
  }
  .p-pickup-list__item:nth-child(even) .p-pickup-list__txt {
    padding-left: 25px;
    padding-right: 25px;
  }
  .p-pickup-list__img {
    width: 53%;
    height: 28vw;
  }
  .p-pickup-list__txt {
    padding-left: 60px;
    padding-right: 25px;
    width: 47%;
  }
}
@media screen and (max-width: 767px) {
  .p-pickup {
/*    padding-top: 45px;*/
/*    padding-bottom: 60px;*/
  }
  .p-pickup-list {
/*    margin-top: 0;
    margin-left: -25px;
    margin-right: -25px;
   */
  }
  .p-pickup-list__item {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    max-width: 600px;
  }
  .p-pickup-list__img {
        width: 87%;
        margin: 0 auto;
        height: 100%;
  }
  .p-pickup-list__txt {
    margin-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: auto;
  }
  .p-pickup-list__img img {
    top: 50%;
    transform: translate(0,0);
  }
.p-pickup-list__ttl {
    margin: 0;
    font-size: 16px;
  }
  
 .p-pickup-index {
    margin-bottom: 15px;
}
  .p-pickup-list__btn {
    margin-top: 20px;
  }
  
  
  
}

/****** TOP RANKING ******/
.is-ranking span {
/*text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;*/
/*background-color: rgb(128 128 128 / 30%);
  padding: 1em 3em;*/
}

.c-ttl-bg.is-ranking:before {
  background: url(https://img07.shop-pro.jp/PA01328/379/etc_base64/UkUtcmVjb21tZW5kMw.jpg?cmsp_timestamp=20241029164840) center center no-repeat;
  background-size: cover;
}
.p-ranking {
  padding-top: 160px;
  background:#fff;
}
.p-ranking-list {
  margin-bottom: 30px;
}
.p-ranking-list .slick-prev {
  left: -5px;
  margin-top: -43px;
}
.p-ranking-list .slick-next {
  right: -5px;
  margin-top: -43px;
}
.p-ranking-list .slick-dotted.slick-slider {
  margin-bottom: 60px;
}
.p-ranking-list .slick-dots {
  bottom: -45px;
}
.p-ranking-list .slick-dots li {
  margin: 0 2px;
}

.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 25px;
  word-break: break-all;
}
.p-ranking-list__item.slick-active .p-ranking-list__num {
  opacity: 1;
  animation: rankingfadein 0.2s 0s;
}
.p-ranking-list__img {
  margin-bottom: 20px;
  background: #ffffff;
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 3px;
  min-width: 30px;
  line-height: 27px;
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  color: #2d2d2d;
  text-align: center;
  opacity: 0;
  transition: all ease 0.1s;
}
.p-ranking-list__num.is-1 {
  background: #c5b597;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #b1b9bb;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #714d3b;
  color: #ffffff;
}
.p-ranking-list__ttl img {
  vertical-align: middle;
}
.p-ranking-list__price {
  margin-top: 15px;
  font-size: 14px;
}
.p-ranking-list__ttl {
  font-size: 14px;
}
.p-ranking-list__price.is-default {
  margin-top: 0;
}
.p-ranking-list__btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1050px) {
  .p-ranking-list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 25px;
  }
  .p-ranking {
    padding-top: 90px;
  }
  .p-ranking-list {
    margin-left: 0;
    margin-right: 0;
  }
  .p-ranking-list .slick-prev {
    left: 0;
  }
  .p-ranking-list .slick-next {
    right: 0;
  }
  .p-ranking-list__item {
    margin-right: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-ttl-bg.is-ranking {
    margin-bottom: 35px;
  }
  .p-ranking {
    padding-top: 0;
  }
  .p-ranking-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .p-ranking-list .slick-prev {
    margin-top: -30px;
  }
  .p-ranking-list .slick-next {
    margin-top: -30px;
  }
  .p-ranking-list__item {
    margin-right: 12px;
    margin-left: 12px;
  }
  .p-ranking-list__img {
    margin-bottom: 10px;
    text-align: center;
  }
  .p-ranking-list__ttl {
    font-size: 13px;
  }
  .p-ranking-list__price {
    margin-top: 5px;
    font-size: 13px;
  }
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/****** TOP SHOP ******/

.shop-info{
	max-width:880px;
	margin:60px auto 0;
	font-size: 18px;
	line-height: 2;
	text-align:justify;
}
.p-shop-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 45px;
  padding-bottom: 45px;
  background: #fff;
}

.p-parallax01 {
  height:725px;
}
.p-parallax02 {
  height:725px;
}

.p-shop-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
/*
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
*/
}
.p-shop__bg img {
  width: 100%;
}
.p-shop__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
}
.p-shop-contents {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.p-shop-box {
  position: relative;
  z-index: 100;
  width: 660px;
/*  color: #ffffff;*/
}
.p-shop-box2{
  	text-align: left;
}
.p-shop-box__ttl {
  margin-bottom: 15px;
  line-height: 1.4;
  font-size: 24px;
}
.p-shop-box__body {
  margin-top: 20px;
/*  line-height: 2.0;*/
}
.p-shop-box__url {
  margin-top: 15px;
}
.p-shop-box__url a {
  color: #ffffff;
}
.p-box__btn {
  margin-top: 30px;
}
.p-box__btn2{
  color:#000;
   background: #ff701e;
  padding:10px 30px;
}


  

.c-ttl-main2{
    font-size:1.25rem;
  text-align: center;
  margin-bottom:15px;
}
  
.p-concept-box__logo2 img {
  max-width: 500px;
/*	margin-right: 30px;*/
}
.p-shop-wrap2 {
    max-width: 880px;
    margin: 0 auto;
}

.p-shop-m{
  margin-top:120px;
  margin-bottom:160px;
  padding: 30px;
}

@media screen and (max-width: 1023px) {
  .p-shop {
    padding-top: 0;
  }
  .p-shop__bg .simpleParallax {
    overflow: visible !important;
  }
  .p-box__btn {
    margin-top: 20px;
  }

}

@media screen and (max-width: 1250px) {

    .p-parallax01 {
        height: 350px;
    }
.p-parallax02 {
          height: 350px;
}

}


@media screen and (max-width: 1023px) {

  .p-parallax01 {
        margin-top: -50px;
}
.p-parallax02 {
        margin-top: -50px;
}

}




@media screen and (max-width: 767px) {
  .p-shop {
    padding-top: 0;
  }
    .p-parallax01 {
              height: 220px;
        margin-top: -80px;
}
.p-parallax02 {
              height: 220px;
        margin-top: -80px;
}
  
  
  
  .p-shop-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-shop-wrap:before {
    content: none;
  }
  .p-shop__bg {
    position: static;
    width: auto;
    height: auto;
  }
  .p-shop__bg img {
    max-width: 100%;
  }
  .p-shop__bg .simpleParallax {
    overflow: hidden !important;
  }
  .p-shop-contents {
    min-height: inherit;
  }
  .p-shop-box {
    margin-top: 15px;
    width: auto;
    color: #2d2d2d;
  }
  .p-shop-box__body {
    margin-top: 0;
  }
  .p-shop-box__url a {
    color: #2d2d2d;
  }
  .p-shop-box__ttl {
    font-size: 17px;
  }
}
/****** CUSTOM ******/
.pctb-view {
  display: none;
}
.pctb-br {
  display: none;
}


.l-main2{margin-top: 80px;}
.l-main3{
	background: #fafafa;
}

.p-group-bnr-limited__img{
    text-align: center;
}
  
.p-group-bnr-limited__img img{
  width: 100%;
  max-width: 1200px;
}
@media screen and (max-width: 1023px) {
.p-group-bnr-limited__img img{
  width: 92%;
}
}
@media screen and (max-width: 767px) {
.p-group-bnr-limited__img img{
  width: 100%;
}
  .p-group-bnr{
    margin:0 30px;
  }
}


.c-ttl-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: calc(100% - 50px);
    height: 350px;
    width: 100%;
    background: #eeeeee;
}

@media screen and (max-width: 767px) {
.c-ttl-sp {
    text-align:center;
    font-size: 1.5rem;
    padding-bottom:20px;
    margin-top: 100px;
}
.c-ttl-sp-img{
  margin-top:10px;
  }

}

/*.fw-all{font-weight:400;}*/

/*
.u-container2{
  text-align:left;
}*/


.u-container_concept01{
  margin-top:120px;
	padding-bottom: 80px;
}

.sp-u-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


@media screen and (max-width: 767px) {
.u-container_concept01 {
	padding-bottom: 120px;
}
}

@media screen and (max-width: 1023px) {
.u-container_concept01 {
	padding-bottom: 120px;
}
}



.category-icon-wrap{
  max-width:1200px;
  margin: 120px auto 0;
}

.category-icon-ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-left: -10px;
    margin-right: -10px;
}

.category-iconlist-all{
    box-sizing: border-box;
    margin-top: -2px;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.3333%;
    word-break: break-all;
}

.category-iconlist-m{
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 14px 35px 14px 25px;
    border-top: 2px solid #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
    min-height: 80px;
    animation-duration: 1.5s;
}
.category-iconlist-m img{
  margin-right:10px;
  height:65px;
}
.category-iconlist-m:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #2d2d2d;
    border-bottom: 2px solid #2d2d2d;
    transform: rotate(-45deg);
    transition: all ease 0.2s;
}

a.category-iconlist-m{
  transition: 0.5s;
}
.category-iconlist-m:hover{
  transition-property: opacity; 
  transition-duration: 1s;
    background: rgba(0,0,0,0.25);
    color: #ffffff;
    text-decoration: none;
  transition: 0.5s;
}
.category-iconlist-m:hover:before {
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
  transition: 0.5s;
}


.category-menu_list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.cml-wrap{
  margin:30px auto 0;
  }
  

.category-menu_list figure {
	margin: 0;
}
.category-menu_list img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
.category-menu_list dl,
.category-menu_list dd {
	margin: 0;
}
.category-menu_list dl {
	margin-top: .5em;
	line-height: 1.5;
}
.category-menu_list dt,
.category-menu_list .summary {
	text-align: left;
  font-weight: normal;
}

.category-menu_list dd {
	margin-top: .3em;
}
.category-menu_list .price {
	display: inline-block;
	padding: .2em .8em;
	background: #eee;
}
/* よこ並びのスタイル */
.category-menu_list {
	max-width: 1200px;
	padding: 0 25px;
}
.category-menu_list li {
	padding: 16px 10px;
	box-sizing: border-box;
}
@media screen and (min-width: 375px) {
	.category-menu_list li {
		float: left;
		width: 50%;
	}
	.category-menu_list::after {
		content: "";
		display: block;
		clear: left;
	}
}
@media screen and (min-width: 375px) and (max-width: 767px) {
	.category-menu_list li:nth-child(2n+1) {
		clear: left;
	}
}
@media screen and (min-width: 768px) {
	.category-menu_list li {
		width: 33.333%;
	}
	.category-menu_list li:nth-child(3n+1) {
		clear: left;
	}
}
@media screen and (max-width: 767px) {
.category-menu_list {
    padding: 0;
}
}
@media screen and (max-width: 420px) {
.category-menu_list li {
	padding: 16px 4px;
	box-sizing: border-box;
}
}








@media screen and (max-width: 1023px) {
    .category-iconlist-all {
        width: 50%;
    }
  .category-icon-wrap{
      margin: 120px 25px 0;
}
  .p-shop-wrap2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
    .u-container2 {
   text-align: center;
      margin-top:50px;
}
  
 .p-concept-box__logo2 img {
    max-width: 600px;
    margin-right: 0;
}
  
  
  .p-concept-box__txt {
    box-sizing: border-box;
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 30px 0 80px;
    flex-direction: column;
    align-items: center;
}
  
 .p-concept-list {
    max-width: 800px;
    margin-right: 0;
	margin-bottom: 50px
}
  
     .p-concept-box__logo img {
       max-width: auto;
    }
  
}

@media screen and (max-width: 767px) {
  
    .category-icon-wrap{
      margin: 120px 25px 0;
}
  .category-iconlist-m img {
    height: 45px;
}
  
  .category-iconlist-m {
    padding: 14px 35px 14px 15px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
}
  
      .category-iconlist-all {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
    .category-icon-ul {
        display: block;
        margin-left: 0;
        margin-right: 0;
        border-top: 1px solid #2d2d2d;
    }
.category-iconlist-m{
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
}

   .p-concept-box__logo2 img {
    max-width: 100%;
}
  .p-shop-m {
    margin-top: 100px;
    margin-bottom: 80px;
}

  
}



@media screen and (min-width: 768px) {
  .sptb-view {
    display: none;
  }
  .sptb-br {
    display: none;
  }
  .pctb-view {
    display: block;
  }
  .pctb-br {
    display: inline;
  }
}



.arrow-right {
	width: 100%;
  position: relative;
  display: inline-block;
}
.arrow-right:before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

a {
    transition: all .4s ease-in-out;
display: block;
}
a:hover{
    transition: all .4s ease-in-out;
  text-decoration: none;
}
.layer-2:hover{
    transition: all .4s ease-in-out;
	background:rgba(0,0,0,0.07);
}
.layer-3 li:hover{
    transition: all .4s ease-in-out;
	background:rgba(0,0,0,0.07);
}
.layer-4 li:hover{
    transition: all .4s ease-in-out;
	background:rgba(0,0,0,0.07);
}
.layer-5 li:hover{
    transition: all .4s ease-in-out;
	background:rgba(0,0,0,0.07);
}