@charset "UTF-8";

body {
  background: #FFF !important;
}

/*商品リンクがないとき */
.rising_main.contents .rmain2 a {
  pointer-events: none;
  cursor: inherit;
}

/* Style Optimize */
.spBreadcrumb {
  width: auto;
  margin: 0;
  padding: 14px 20px !important;
  background-color: #fff !important;
}

.nowrapper .nowrap .rmain2 {
  margin: 0 auto;
  padding: 0;
}



.nowrapper .nowrap .ttl {
  padding: 15px 12px 30px;
  text-align: center;
  font-size: 20px;
  font-family: brown-bold;
  color: #323232;
  letter-spacing: 2px;
  line-height: 1.4;
}

.nowrapper .nowrap .ttl {
  padding: 30px 12px;
}

.rising_main img {
  width: 100%;
}


/* Style Common */
.ttl_area {
  margin-top: 40px;
}


/* TOP style */
.logo {
  padding: 0 10px;
}


/*main visual*/
.is-pc{
  display: none;
}
.mv.is-fixed{
  position: fixed;
  bottom: calc(100% - 78px);
  left: 0;
  width: 100%;
  z-index: 100;
}
.mv{
  background: url('../images/mv_bg_sp.jpg') center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.mv-cover{
  
  padding: 30px 0;
}
.mv-head{
  background: #f0e23e;
  width: 100%;
}
.mv-head-inner{
  padding: 15px 10px;
  text-align: center;
}
.mv-head-ttl{
  font-family: brown-bold;
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: .14em;
}
.mv-head-txt{
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: .1em;
}
.mv-head-txt .brown{
  font-family: brown-bold;
}
.mv-ctt{
  background: #fff;
}
.mv-ctt-inner{
  padding: 25px;
}
.mv-img{
  width: 100%;
  margin: 0 12px;
  display: block;
}
.mv-ctt-txt{
  margin-top: 30px;
  line-height: 1.7;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (min-width: 768px){
  .mv{
    background: url('../images/mv_bg_pc.jpg') center top no-repeat;
    -webkit-background-size: 2000px auto;
    background-size: 2000px auto;
  }
  .mv.is-fixed{
    bottom: calc(100% - 110px);
  }
  .mv-head-inner{
    padding-top: 12px;
    padding-bottom: 15px;
  }
  .mv-cover{
    padding: 30px 0px 40px;
  }
  .mv-head-ttl{
    font-size: 33px;
    line-height: 1;
  }
  .mv-head-ttl + .mv-head-ttl{
    margin-top: 21px;
  }
  .mv-head-txt{
    font-size: 18px;
    margin-top: 21px;
    line-height: 1;
  }
  .mv-img{
    max-width: 518px;
    margin: 0 auto;
  }
  .is-sp{
    display: none;
  }
  .is-pc{
    display: block;
  }
  .mv-ctt{
    border-radius: 15px;
    max-width: 780px;
    margin: 40px auto 0;
  }
  .mv-ctt-inner{
    padding: 40px 40px 30px;
  }
  .mv-ctt-txt{
    margin-top: 45px;
  }
}
@media screen and (min-width: 2000px){
  .mv{
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/*ページ内リンク*/
.page-link-wrap{
  border-bottom: 6px solid #f0e23e;
  padding-top: 30px;
  margin-top: -30px;
}
.page-link-inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.page-link{
  -ms-align-items: center;
  align-items: center;
  border-top: 1px #fff solid;
  border-bottom: 1px #fff solid;
  background: #f3ecaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-family: brown-bold;
  font-size: 16px;
  font-weight: bold;
  width: calc(100% / 3);
  letter-spacing: .2em;
  text-align: center;
  padding: 10px 5px 8px;
}
.page-link:hover{
  text-decoration: none;
}
.page-link.xo{
  background: #f3ecaa  url('../images/icn_xo.png') 10px center no-repeat;
  -webkit-background-size: 24px auto;
  background-size: 24px auto;
  font-size: 10px;
  padding-left: 39px;
  letter-spacing: 0;
  text-align: left;
}
.page-link.xo span{
  display: block;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  
}
.page-link + .page-link{
  border-left: 1px #fff solid;
}
.page-link.is-active{
  background-color: #f0e23e;
  border-bottom: 1px #f0e23e solid;
}

@media screen and (min-width: 768px){
  .page-link-wrap{
    padding: 40px 69px 0;
    margin-top: -40px;
  }
  .page-link-inner{
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
  }
  .page-link{
    border: 1px #fff solid;
    font-size: 20px;
    padding: 22px 10px;
  }
  .page-link + .page-link{
    border-left: none;
  }
  .page-link.xo{
    font-size: 16px;
    letter-spacing: .2em;
    padding: 8px 10px 8px 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    line-height: 1.4;
    
    -webkit-background-size: 45px auto;
    background-size: 45px auto;
    background-position: 34px center;
  }
  .page-link.xo span{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}


/* item menu style */
.panel{
  padding-bottom: 100px;
}
.item_contents {
/*  padding-top: 30px;*/
}

.item_contents + .item_list {
  margin-top: 30px;
}
.item_list{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.lead{
  font-size: 12px;
  line-height: 1.67;
  padding: 23px 15px;
  text-align: center;
}
.item_attention {
  margin-top: 17px;
}

.item_attention_txt {
  font-size: 10px;
  font-weight: normal;
  position: relative;
  padding-left: 1em;
  color: #000000;
}

.item_attention_txt + .item_attention_txt {
  margin-top: 4px;
}

.item_attention_txt:before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

.panel_area {
  width: 100%;
  box-sizing: border-box;
}

.item_inner {
  display: block;
  margin-bottom: 0;
}

.item_image {
  width: 100%;
}

.item_image a {
  position: relative;
  padding-top: 100%;
  display: block;
}

.item_image a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.item_image img {
  width: 100%;
}

.item_single_image {
  width: 100%;
}

.item_text {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 15px 0 15px;
}
.item_wrap .item_attention{
  margin-top: 3px;
}

@media screen and (min-width: 768px) {
  .lead{
    padding: 50px 10px 40px;
    text-align: center;
  }
  .panel-inner{
    padding: 0 68px;
    max-width: 965px;
    margin-right: auto;
    margin-left: auto;
  }
  .item_contents{
    margin-right: auto;
    margin-left: auto;
  }
  .item_image {
    width: calc(50% - 2px);
  }

  .item_inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    min-height: 400px;
  }
  .item_text {
    background: url(../images/wow_logo_icon_2.png) no-repeat;
    background-size: 123px auto;
    background-position: bottom 1px left 60px;
    width: calc(50% + 2px);
    padding: 30px 0 124px 60px;
    
  }
  .item_list{
    padding: 0;
  }
  .item_wrap .item_attention{
    margin-top: 3px;
  }
}

.brand_name {
  margin-bottom: 20px;
}

.wow_logo {
  width: 110px;
  margin: 20px auto;
}

.item_thumb {
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
}


.item_thumb li {
  cursor: pointer;
  width: calc((100% - 16px) / 3);
  margin-bottom: 8px;
  box-sizing: border-box;
  position: relative;
  margin-left: 8px;
}
@supports (-ms-ime-align: auto) {
  /* Edge のみ適用される */
  .item_thumb li {
    margin-left: 7px;
  }
}
.item_thumb li:nth-of-type(3n+1){
  margin-left: 0;
}
.item_thumb li:after {
  opacity: 0;
}

.item_thumb li.thumbnail-current:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: 0.3s opacity linear;
}

.item_thumb li img {
  width: 100%;
  margin: 0 auto;
}

.item_contents + .item_list {
  margin-top: 50px;
}



.brand_name,
.item_info {
  font-family: brown-bold;
}

.brand_name {
  font-size: 15px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}

.gender {
  font-family: brown-bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #646464;
  line-height: 1.67;
}

.item_info {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-weight: bold;
  color: #646464;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
  line-height: 1.67;
}

.item_info a {
  color: #646464;
  pointer-events: none;
  cursor: inherit;
}

.item_info a:hover {
  text-decoration: none;
}

.xo_icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icn_xo.png) no-repeat center;
  background-size: contain;
  font-size: 0;
  color: transparent;
  vertical-align: text-bottom;
  margin: 0 5px;
}

.item_detail {
  font-size: 12px;
  line-height: 1.67;
  
}
.item_detail + .item_detail{
  margin-top: 20px;
}
@media screen and (min-width : 768px){
  .item_thumb li{
    width: calc((100% - 48px) / 7);
  }
  .item_thumb li:nth-of-type(3n+1){
    margin-left: 8px;
  }
  .item_thumb li:nth-of-type(7n+1){
    margin-left: 0;
  }
  .item_detail{
  }
  .item_info{
    margin-bottom: 30px;
  }
}

/*-------------------------
  events
-------------------------*/
#panel2 .item_contents {
  padding-top: 0;
}
.event_image {
  width: 240px;
  margin: 0 auto;
}


.event_date,
.event_name,
.event_info {
  margin-bottom: 20px;
}

.event .item_inner {
  width: 100%;
  line-height: 1.4;
}

.event_date {
  margin: 20px auto 0;
  font-size: 12px;
  line-height: 1.67;
}
.event_date + .event_date{
  margin-top: 0;
}
.event_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  padding: 20px 15px 0 15px;
}
.event_info{
  font-weight: normal;
}
.event_name {
  font-weight: bold;
  font-family: brown-bold;
  font-size: 15px;
  letter-spacing: 0.15em;
  line-height: 1.79;
}
.event_name span {
    font-size: 14px;
}
.event_info, .event_place {
  font-size: 12px;
  line-height: 1.67;
}

#panel2 .slick-prev, #panel2 .slick-next {
    top: 140px;
}


@media (min-width: 790px) {
  .pc_none {
    display: none;
  }
  
  .event .item_inner {
    min-height: unset;
  }
  .event_image{
    width: 300px;
  }
  .event_image img{
    width: 100%;
  }
  .event_info{
    margin-bottom: 30px;
  }
  .event_name{
    margin-bottom: 30px;
  }
  .event_date{
    margin-top: 30px;
  }
  .event_text{
    width: calc(100% - 300px);
    padding: 40px 0 0 40px;
  }
}


/*-------------------------
  story
-------------------------*/
.panel3{
  padding-bottom: 0;
}
.panel3 .panel-inner{
  padding: 30px 15px;
}
.story-block + .story-block{
  margin-top: 30px;
}
.story-txt{
  margin-top: 30px;
  line-height: 1.67;
  font-size: 12px;
}
.ful-img{
  display: block;
  text-align: center;
}
.ful-img img{
  display: block;
  width: 100%;
}
.story-2col{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.story-col-img{
  text-align: center;
  width: calc(50% - 15px);
}
.story-kobe-logo{
  text-align: center;
  width: calc(50% - 15px);
}
.story-block img{
  width: 100%;
}
.story-sm-txt{
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 768px){
  .story-block + .story-block{
    margin-top: 40px;
  }
  .panel3{
    padding-top: 30px;
  }
  .panel3 .panel-inner{
    padding: 0 10px;
    max-width: 810px;
  }
  .story-txt{
    margin-top: 40px;
  }
  
.story-col-img{
  width: calc(50% - 32px);
}
.story-kobe-logo{
  width: calc(50% - 32px);
  }
}
/*

@media (max-width: 767px) {
  .item {
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
  }

}
*/



/*=======btn=======*/

.btn_online__area {
  margin: 15px auto 50px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  max-width: 474px;
}

.btn_online__area .btn_online {
  width: 100%;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: brown-bold;
}

.btn_online__area .btn_online a {
  display: block;
  padding: 5px 0;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}

.other_styling {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px){
  .btn_online__area{
    margin-top: 60px;
  }
  .btn_online__area .btn_online{
    border: 3px solid #000;
  }
  .btn_online__area .btn_online a{
    font-size: 23px;
    letter-spacing: .14em;
    max-width: 450px;
    padding: 12px 0;
  }
}

/*slick*/
.slick-prev, .slick-next{
  z-index: 50;
}
@media screen and (min-width: 768px){
  .slick-prev, .slick-next {
    width: 14px;
    height: 27px;
  }
  .slick-prev {
    left: -39px;
  }
  .slick-next {
    right: -39px;
  }
}

/*pagetop*/
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
}
.pagetop img{
  width: 100%;
}

/*限定ショッピングバッグ*/
.event_item_wrap {
  border: 1px solid #F8D1CF;
  padding: 25px;
  margin-top: 30px;
  display: block;
  color: #000000;
}
.event_item_img {
  width: 240px;
  margin: 0 auto;
}
.event_item_img img {
  width: 100%;
}
.event_item_text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  padding: 20px 15px 0 15px;
}

@media screen and (min-width: 768px){
  .event_item_wrap {
    display: flex;
  }
  .event_item_img {
    width: 300px;
  }
  .event_item_text {
    width: calc(100% - 300px);
    padding: 40px 0 0 40px;
  }
}