@charset "utf-8";


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#tokusyu ol,#tokusyu ul,#tokusyu a {
	list-style: none;
	text-decoration: none;
	color: inherit;
  margin: 0;
  padding: 0;
}

#tokusyu h1, #tokusyu h2,#tokusyu h3,#tokusyu h4,#tokusyu h5,#tokusyu h6 {
    font-weight: inherit;
}

#tokusyu img {
	max-width: 100%;
	height: auto;
  vertical-align: top;
}

#tokusyu html{
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

#tokusyu {
  color: #535353;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .076em;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}
#tokusyu #wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 3vw;
}

/*カラーミー用 tokusyuCL*/
#tokusyuCL ol,#tokusyuCL ul,#tokusyuCL a {
	list-style: none;
	text-decoration: none;
	color: inherit;
  margin: 0;
  padding: 0;
}

#tokusyuCL h1, #tokusyCL h2,#tokusyuCL h3,#tokusyuCL h4,#tokusyuCL h5,#tokusyuCL h6 {
    font-weight: inherit;
}

#tokusyuCL img {
	max-width: 100%;
	height: auto;
  vertical-align: top;
}

#tokusyuCL html{
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
}

#tokusyuCL {
  color: #535353;
  font-size: 12px;
  line-height: 1;
  letter-spacing: .076em;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}
#tokusyuCL #wrapper {
  max-width: 980px;
  margin: 0 auto;
  padding: 50px 3vw;
}



/**FONT**/
.meno {
  font-family: mencken-std-head-narrow, sans-serif;
  font-style: normal;
}

.jp {
  font-family: "yu-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/**PC/SP**/
.pc_only {
  display: block;
  }
.sp_only {
  display: none;
  }

@media (max-width: 768px){
  .pc_only {
    display: none;
    }
  .sp_only {
    display: block;
    }
}




.background {
    position: relative;
}
.background::before {
    content:"";
    display:inline-block;
    position:absolute;
    top: 0;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    bottom: 0;
    z-index:-999;
    background-repeat:repeat;
    background-position: top center;
    background-image:url('https://ruirue-co-jp.prm-ssl.jp/img/24outer/imges/bgimg.jpg');
    background-size:contain;
}






/*******************************************/

.ttl_pc {
  max-width: 1200px;
  margin: 0 auto;
}

#ttl_area {
  max-width: 1200px;
  margin: 0 auto 200px;
}
@media (max-width: 768px){
  #ttl_area {
    margin: 0 auto 0px;
  }
}

#tokusyu h2,#tokusyuCL h2 {
  font-size: 18px;
  text-align: center;
  line-height: 2em;
  letter-spacing: .1rem;
  margin: 50px auto 80px;
}
@media (max-width: 768px){
  #tokusyu h2,#tokusyuCL h2 {
    margin: 0 auto;
    padding: 3vw;
  }
}

/* nav */
.typenav_ttl {
  text-align: center;
  font-size: 60px;
  margin: 30px auto;
  color: #910a27;
}
.type_nav {
  padding: 0 3vw;
}
.type_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 2vw;
}
.type_nav ul li {
  width: calc( 100% / 8 - 1vw);
}  
@media (max-width: 768px){
  .type_nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3vw;
  }
  .type_nav ul li {
    width: calc( 100% / 4 - 1vw);
  }
}
  
.type_nav ul li img {
  border-style : Solid;
  border-color : #603B1F;
  border-color : rgba(96, 59, 31, 1);
  border-width : 1px;
  border-radius : 9999px 9999px 0px 0px;
  -moz-border-radius : 9999px 9999px 0px 0px;
  -webkit-border-radius : 9999px 9999px 0px 0px;
  transition: all 0.5s ease-in-out;
}  
.type_nav ul li p {
  font-size: 24px;
  text-align: center;
  color: #603b1f;
  margin: .4rem auto ;
}  
@media (max-width: 768px){
  .type_nav ul li p {
    margin-bottom: 1rem;
  }
}

.type_nav ul li:hover img {
  opacity: 0.6;
}

/* section type */

section {
  margin: 100px auto 240px;
}


.type_ttl {
  text-align: center;
  font-size: 80px;
  margin: 0 auto 2rem;
  color: #910a27;
}
@media (max-width: 768px){
  .type_ttl {
    font-size: 62px;
  }
}
.type_txt {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 6rem;
  line-height: 2;
  font-size: 16px;
}
@media (max-width: 768px){
  .type_txt {
    margin: 0 auto 2rem; 
  }
}

.pc_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px){
  .pc_flex {
    display: block;
  }
}

.left, .right {
  width: calc( 100% / 2 - 0.7rem );
}
.left {
  margin: 0 10vw;
}
@media (max-width: 768px){
  .right {
    width: 100%;
  }
  .left {
    width: calc( 100% / 1 - 10vw );
    margin: 0 auto 80px;
  }
}

.left img {
  border-style : solid;
  border-color : #603B1F;
  border-width : 2px;
  border-radius : 9999px 9999px 0px 0px;
  -moz-border-radius : 9999px 9999px 0px 0px;
  -webkit-border-radius : 9999px 9999px 0px 0px;
  transition: all 0.5s ease-in-out;
}
.buy {
  display: flex;
  background-color: rgba(145, 10, 39, 0);
  border: solid 1px #910a27;
  color: #910a27;
  width: 60px;
  height: 30px;
  border-radius:9999px;
  transition: all 0.5s ease-in-out;
  font-size: 17px;
  justify-content: center;
  align-items: center;
}

.left a:hover img {
  opacity: 0.8;
}
.left a:hover .buy {
  background-color: rgba(145, 10, 39, 1);
  color: #efe1d6;
}


.number {
  font-size: 38px;
  color: #910a27;
  margin: 1rem 0 .5rem;
}
.number_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.name {
  font-size: 14px;
  line-height: 1.4;
  word-break: break-all;
}


.flex4-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.items {
  margin: 130px auto 50px;
}
@media (max-width: 768px){
  .flex4-2 {
    margin: 80px auto 20px;
  }
}
.item_card {
  width: calc( 100% / 4 - 1rem );
  margin-bottom: 30px;
}
@media (max-width: 768px){
  .item_card {
    width: calc( 100% / 2 - 1vw );
  }
}
.item_cre .number {
  font-size: 30px;
}
.item_card a:hover .buy {
  background-color: rgba(145, 10, 39, 1);
  color: #efe1d6;
}

/* itemcard swiper */
.swiper-slide img {
  height: auto;
  width: 100%;
}
/* ページネーションのサイズと色 */
.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #910a27;
}
.swiper-pagination {
  position: relative !important;
  margin-top: 14px !important;
}

.swiper-button-next,
.swiper-button-prev {
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 40px;
}

#tokusyu a.cate_btn, #tokusyuCL a.cate_btn {
  position: relative;
  display: flex;
  background-color: #910a27;
  color: #efe1d6;
  width: 330px;
  height: 50px;
  border-radius: 9999px;
  transition: all 0.5s ease-in-out;
  font-size: 17px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#tokusyu a.cate_btn:after {
  content: "▶";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}
#tokusyuCL a.cate_btn:after {
  content: "▶";
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}


#tokusyu a.cate_btn:hover {
  background: #a3314a;
}
#tokusyuCL a.cate_btn:hover {
  background: #a3314a;
}




/* footer_area
------------------------- */
#footer_area {
  margin-top: 6vw;
  border-top: 2px solid #603B1F;
}

@media (max-width: 768px){
  #footer_area {
    padding: 3vw 0;
  }
}

.brand_logo {
  width: 200px;
  margin: 40px 0 20px;
}


#tokusyu a.foot_btn, #tokusyuCL a.foot_btn {
  position: relative;
  display: flex;
  color: #910a27;
  width: 200px;
  height: 40px;
  transition: all 0.5s ease-in-out;
  font-size: 22px;
  align-items: center;
  margin: 0.3rem 0;
  text-decoration: underline 1px;
}

#tokusyu a.foot_btn:after {
  content: "▶";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#tokusyu a.foot_btn:hover {
  opacity: 0.6;
}
#tokusyuCL a.foot_btn:after {
  content: "▶";
  font-size: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#tokusyuCL a.foot_btn:hover {
  opacity: 0.6;
}


/***追従するトップへ戻るボタン***/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 1rem;
  bottom: 5rem;
  background: #603B1F;
  opacity: 0.6;
  z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  content: "";
  margin: auto;
  position: absolute;
  top: 12px;
  bottom: 0;
  left: 14px;
  width: 18px;
  height: 20px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  text-align: center;
}
/***トップへ戻るボタンここまで***/

@media (max-width: 768px){
  /***追従するトップへ戻るボタンSP***/
  #page_top{
    width: 36px;
    height: 36px;
    position: fixed;
    right: 0.5rem;
    bottom: 1rem;
    background: #603B1F;
    opacity: 0.6;
    z-index: 999;
  }
  #page_top a{
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    text-decoration: none;
  }
  #page_top a::before{
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 12px;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    text-align: center;
  }
  /***トップへ戻るボタンここまで***/
}







