@charset "utf-8";

/* W Royal Collection */

.w_royal .wide_title__wrap img{
  border-radius: 0px;
}

.w_royal .wide_title {
  padding-top: 0;
}
.w_royal .introduce h1{
  margin:0;
}

.list__special{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1em 0;
}
/*.list__special_img{
    width: calc(80% - 50px);
    margin: 0 auto 50px;
}
.list__special_text{
    width: calc(50% - 50px);
    margin: 0 50px 50px 0;
    position: relative;
}*/
.list__special_img{
  width: calc(40% - 50px);
    margin: 0 auto 50px;
}
.list__special_text{
    width: calc(60% - 40px);
    /* margin: 0 20px 50px 20px; */
    position: relative;
    margin: 0 auto 50px;

}
.list__special_text p.price{
  font-weight: bold;
    margin:20px 0 10px;
    font-size: 16px;
}

.list__special_text p.cart{
  text-align: left;
}
@media (max-width: 767px) {
.list__special{
  display: block;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1em 0;
}
.list__special_img{
    width: 100%;
    margin: 0 auto 20px;
}
.list__special_text{
    width: 95%;
    margin: 0 auto 50px;
    position: relative;
}
.list__special_text h2{
  margin: 0 0 auto;
}
.list__special_text p.cart{
  text-align: center;
}
}

/* カートに入れる button_arrow_light_spc */
.button_arrow_light_spc {
  position: relative;
  display: inline-block;
  padding: .2em 2em .2em 1em;
  background-color: #231916;
  border: 2px solid #231916;
  color: #fff;
  text-align: center;
  text-decoration: none!important;
  margin-top: .5rem;
  width:70%;
}
.button_arrow_light_spc::after {
  position: absolute;
  top: 50%;
  right: .2em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .2s;
}
.button_arrow_light_spc:hover::after {
  right: -.05em;
}

@media (max-width: 640px) {
.button_arrow_light_spc {
  padding: .3em 1.5em .3em .5em;
  border: 1px solid #231916;
  color: #fff;
  margin-top: .3rem;
  width: 90%;
}
}
/* W Royal Collection ページ内link*/
ul.w_royal_guide{
  width: 90%;
  margin: 0 auto; 
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
ul.w_royal_guide h4{
  font-size: 18px;
  color:#231815;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}
ul.w_royal_guide li{
  width: 100%;
}
img.icon_w_royal{
  vertical-align: middle;
}

@media screen and (min-width:668px) and ( max-width:768px) {
ul.w_royal_guide{
  width: 95%;
  margin: 0 auto; 
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}
ul.w_royal_guide h4{
  font-size: 18px;
  color:#231815;
  font-weight: bold;
  text-align: right;
  padding-right: 0px;
}
ul.w_royal_guide li{
  width: auto;
}
}
@media screen and (max-width:667px) {
  ul.w_royal_guide{
  width: 90%;
  margin: 0 auto; 
  display:block;
}
ul.w_royal_guide h4{
  text-align: center;
  padding-right: 0px;
}
}

.w_royal .mainvisual{
  overflow-x: hidden;
  padding-top: 40px;
}
.w_royal .container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.w_royal .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
  /*padding-bottom: 28px;*/
}
.w_royal .swiper-button-prev,
.w_royal .swiper-button-next {
  fill: #fff;
  stroke: none;
  stroke-width: 0;
  z-index: 10000;
  /*width: 20px;*/
  margin-top: -18px;
  /*background-image: none;*/
}
.w_royal .swiper-pagination-bullet-active {
  background: #d5b04a;
}

.swiper-slide p{
  text-align: center;
}

@media (min-width: 768px) {
  .w_royal .swiper-button-prev,
  .w_royal .swiper-button-next {
    width: 27px;
    margin-top: -22px;
  }
}
/* アニメーション設定 */
.w_royal .swiper-slide {
    transform: scale(0.5);
    transition: transform 500ms;
}
.w_royal .swiper-slide-active {
    transform: scale(1);
}

.w_royal .button_page_under{
  min-width: 240px;
  position: relative;
  display: inline-block;
  padding: .4em 2em .4em .3em;
 background-color: #fff;  /* */
  border: 1px solid #231815;
  color: #231815;
  text-align: center;
  text-decoration: none!important;
  font-size: .9rem;
  margin-top: .5rem;
  border-radius: 10px;
}
.w_royal .button_page_under::after {
    position: absolute;
    bottom: 25%;
    right: .5em;
    content: '';
    margin-top: -5px;
    border: 7px solid transparent;
    border-top: 7px solid #231815;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: all .2s;
}

.w_royal hr{
  border: none;
  display: block;
  margin: 20px 0 50px;
  height: 5px;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
  background-size: 3px 1px;/* この値を変更 */
  background-position: top;
  background-repeat: repeat-x;
}
@media (max-width: 640px) {
	.w_royal hr{
  border: none;
  display: block;
  /*margin: 15px 0 30px;*/
  height: 5px;
  background-image: linear-gradient(to right, #000, #000 1px, transparent 1px, transparent 2px);
  background-size: 3px 1px;/* この値を変更 */
  background-position: top;
  background-repeat: repeat-x;
}
	}
/**/
.w_royal .collection_items{
    background: #fffef6;
    padding: 30px 0 0;
  }
.w_royal .collection_items h4{
   background: none;
   padding: .7rem 0 .5rem 0;
   display: inline;
   text-align: center;
}