@charset "UTF-8";

#season_menu:before {
    content: "";
    height: 96%;
}

#season_menu{
  padding-top: 0px;
  padding-bottom: 8rem;
}

h2.season_title{
  font-size: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.txt_wrapper {
    width: 90%;
    padding: 0;
}
.txt_wrapper2 {
    padding: 3rem 2rem 2rem;
}

.selectBox {
    width: 275px;
    font-size: 85%;
}
select{
  padding: 5px 40px 5px 10px;
}


.menu_cat h2 {
    font-size: 1.8rem;
    padding: .4em .7em;
}

dl.clfix {
    width: 90%;
    margin: 2rem auto 0;
}

dd {
    width: 70%;
}

/* sp */

.shop_more{
  font-size: 1.4rem;
  line-height: 1.6;
}

img.arrow_white{
  width: 14px;
  margin-top: 9px;
  float: right;
}

.js-accordionTtl.is-active img {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.shop_more{
  display: block;
}
.dsc_more{
  display: none;
}

.js-innerAccordion{
  display: none;
}