@charset "UTF-8";

.content_wrapper {
  margin-top: 30px;
}

.sub-ttl {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: normal;
  padding-top: 5px;
}

.rising_main {
  margin: 0 auto;
  padding: 0;
  width: 950px;
}

.rising_main img {
  width: 100%;
}

.ttl {
  color: #333;
  font-family: brown-bold;
  font-size: 33px;
  letter-spacing: 4.5px;
  line-height: 139%;
  padding: 39px 0 30px;
  text-align: center;
  text-indent: 1px;
}

.ttl_text {
  font-weight: 700;
  line-height: 19px;
}

.content_wrapper.item {
  display: flex;
  flex-wrap: wrap;
}

.content_wrapper.item .content_item {
  width: calc(100% / 2 - 30px);
  /* max-width: 367px; */
  padding-bottom: 60px;
}

.content_wrapper.item .content_item:nth-of-type(even) {
  /* padding-left: 60px; */
  margin-left: 60px;
}

.content_item__text {
  margin-top: 30px;
}

.content_item_ttl {
  font-size: 14px;
  font-weight: bold;
}

.content_item_detail {
  margin-top: 27px;
  line-height: 19px;
}

.capture {
  margin-top: 23px;
  color: #585858;
}

.content_item__image img + img {
  margin-top: 15px;
}

.content_item_left,
.content_item_right {
  display: block;
}

.content_item_left {
  flex-direction: row;
  -webkit-flex-direction: row;
}

.content_item_right {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}

/* .content_item .content_item__image {
  max-width: 367px;
} */
.content_item__image img {
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.content_item__image img:hover {
  -webkit-transform: scale(1.03);
  -moz-transform: scale(1.03);
  -o-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.content_item_left .content_item__text {
  box-sizing: border-box;
  /*display: table-cell;
  float: right;*/
  line-height: 1.58;
  /*margin: 100px 0 0 0;*/
  width: 380px;
}

.content_item_right .content_item_detail,
.content_item_left .content_item_detail {
  margin-bottom: 30px;
  line-height: 1.58;
}

.capture {
  text-align: left;
  line-height: 1.58;
  display: inline-block;
}

.capture a {
  color: #585858;
  font-weight: bold;
  text-decoration: none;
}

.capture a:hover {
  text-decoration: underline;
}

/*.capture span {
  margin: 0 0 0 2px;
}*/

.animate-box {
  opacity: 0;
}

.capture span.brand {
  font-weight: bold;
}

.capture span.item {
  font-weight: bold;
}

.capture span.price {
  font-weight: bold;
}

.event-wrapper {
  margin: 30px auto 50px;
}

.event-wrapper .inner {
  padding: 30px;
  display: flex;
  align-items: center;
  border: 1px solid #000;
}

.event-wrapper .inner a {
  text-decoration: none;
  color: #d61518;
}

.event-image {
  margin-right: 25px;
  width: 50%;
  /* max-width: 350px; */
}

.event-ttl {
  font-family: brown-bold;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.14em;
}

.event-text {
  width: 50%;
  text-align: center;
  line-height: 19px;
}

.event-text p:nth-of-type(n + 2) {
  margin-top: 27px;
}

.btn_online__area {
  padding: 50px 0;
  max-width: 450px;
  margin: auto;
}

.btn_online__area .btn_online {
  margin-top: 0;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  border: 3px solid #000;
}

.other_styling {
  margin-bottom: 25px;
}

.btn_online__area .btn_online a {
  display: block;
  font-size: 23px;
  font-family: "brown-bold";
  font-weight: 700;
  color: #000;
  letter-spacing: 3px;
  text-decoration: none;
  vertical-align: middle;
}

.stories-wrap {
  padding: 0px 76px;
}

.stories-wrap h3 {
  padding: 20px 0;
  border-top: 1px solid #000;
  letter-spacing: 0.14em;
}

.stories_link {
  display: flex;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #000;
}

.stories_link a {
  text-decoration: none;
  font-size: 10px;
  line-height: 19px;
}

.stories_link li {
  flex: 1;
}
.stories_link li:nth-of-type(n + 2) {
  margin-left: 25px;
}

.title_jp {
  font-family: brown-bold;
  font-size: 12px;
  font-weight: bold;
  padding: 15px 0 5px;
  letter-spacing: 0.14em;
}
.stories_text {
  font-weight: bold;
}

.is-sp {
  display: none;
}

.caution {
  display: block;
  font-size: 10px;
}

.ttl_text .caution {
  margin-top: 15px;
}

@media (max-width: 979px) {
  .may-fashion.gray {
    background-color: #f0efed;
  }

  .nowrapper .nowrap .may-fashion .ttl_text {
    padding: 24px 20px 20px;
  }

  .ttl {
    color: #333;
    font-family: brown-bold;
    font-size: 33px;
    letter-spacing: 4.5px;
    line-height: 139%;
    padding: 39px 0 30px;
    text-align: center;
    text-indent: 1px;
  }

  .nowrapper .nowrap .rmain2 {
    padding: 0 20px;
  }

  .rising_main {
    box-sizing: border-box;
    /*margin-top: 30px;*/
    padding: 0 20px;
    width: 100%;
  }

  .content_item_left .content_item__image,
  .content_item_left .content_item__text,
  .content_item_right .content_item__image,
  .content_item_right .content_item__text {
    width: 50%;
  }

  .content_wrapper.item .content_item {
    max-width: initial;
  }

  .event-wrapper {
    padding: 0;
  }

  .stories-wrap {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .content_wrapper {
    margin-top: 30px;
  }

  .rising_main {
    padding: 0;
  }

  .rmain2 {
    padding: 0 20px;
  }

  .content_item_left,
  .content_item_right {
    flex-direction: column;
    -webkit-flex-direction: column;
  }

  .content_item_left .content_item__image,
  .content_item_left .content_item__text,
  .content_item_right .content_item__image,
  .content_item_right .content_item__text {
    width: 100%;
  }

  .content_item_left .content_item__text,
  .content_item_right .content_item__text {
    margin-bottom: 50px;
  }

  .content_item_right .content_item_detail,
  .content_item_left .content_item_detail {
    margin-bottom: 10px;
  }

  .rising_main .content_item__image img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  .capture,
  .capture a {
    color: #828282;
  }

  .ttl {
    text-indent: 0px;
    letter-spacing: 2px;
    font-size: 20px;
    line-height: 1.4;
  }

  .rmain2 .content_wrapper.item {
    display: block;
  }

  .content_wrapper.item .content_item {
    max-width: 670px;
    width: 100%;
    margin: auto;
  }

  .content_wrapper.item .content_item:nth-of-type(even) {
    /* padding-left: 0; */
    margin-left: 0;
  }

  .sub-ttl {
    font-size: 12px;
  }

  .event-wrapper .inner {
    display: block;
  }

  .event-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .event-text {
    width: 100%;
  }

  .center {
    text-align: center;
  }

  .btn_online__area {
    padding: 30px 0 50px;
    max-width: unset;
  }

  .btn_online__area .btn_online {
    width: 100%;
    padding: 5px 0;
    border: 2px solid #000;
  }

  .btn_online__area .btn_online a {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
  }

  .stories-wrap {
    padding: 0px 20px;
  }

  .stories_link {
    display: block;
    border-bottom: none;
  }

  .stories_link li:nth-of-type(n + 2) {
    margin-left: 0;
    margin-top: 30px;
  }

  .is-sp {
    display: block;
  }
}

/*後半コンテンツ*/
.nowrapper .nowrap .rmain2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.btn_online__area {
  padding-top: 0;
}
.uptrend_downwear .event-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .btn_online__area {
    padding-top: 0;
  }
}
