video {
  width: 100%;
}

.code_fs-l-main {
  margin-top: 0;
}
/* .freepage_sericoordinate_wrap {
  margin-top:  var(--c-spacing-1);
} */

.freepage_code_wrap {
  /* margin-top: -50px; */
}
.fs-l-main--coordinate .fs-c-breadcrumb{
  margin-top:48px;
  margin-bottom:20px;
}
#code_story_sec {
  margin-bottom: 200px;
}
/*ヒーローイメージ*/
.code_hero_box {
  margin-top:0;
  margin-bottom: 100px;
}
.code_month_heading {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 3.6rem;
  margin-bottom:  50px;
}
/*コーディネートストーリー*/
.code_story_area {
  position: relative;
}
.code_story_heading {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 3.6rem;
  margin-bottom: 70px;
  text-align: center;
}
.code_story_heading::after {
  content: "";
  background-color: #404040;
  display: block;
  height: 1px;
  width: calc(100% / 30);
  text-align: center;
  margin: 30px auto 0;
}

.code_txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 400;
  z-index: 1;
  position: relative;
}
.code_txt p {
  margin-bottom: 30px;
}
/*背景写真が２枚の時*/
.code_img_2_L {
  max-width: 500px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 20%;
  z-index: 0;
}

.code_img_2_R {
  max-width: 500px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 15%;
  z-index: 0;
}
/*背景写真が３枚の時*/

.code_img_3_1 {
  max-width: 450px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 15%;
  z-index: 0;
}

.code_img_3_2 {
  max-width: 450px;
  width: 100%;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 0;
}
.code_img_3_3 {
  max-width: 450px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 0;
}

/*コーディネートコンセプト*/
.code_row {
  margin-bottom: 130px;
}
.point_row {
  margin-bottom: 30px;
}

.code_detail_heading {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 3.4rem;

  text-align: center;
}

.code_detail_heading::after {
  content: "";
  background-color: #404040;
  display: block;
  height: 1px;
  width: calc(100% / 20);
  text-align: center;
  margin: 30px auto 50px;
}
.code_point_heading {
  font-size: 3rem;
  margin-bottom: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
}

.code_point_heading::after {
  content: "";
  background-color: #404040;
  display: inline-block;
  height: 1px;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.code_detail_txt {
  text-align: center;
  font-size: 1.6rem;
  z-index: 1;
  position: relative;
}
.code_detail_box_left .code_detail_txt {
  text-align: left;
}
.code_detail_txt p {
  margin-bottom: 30px;
}
.code_detail_box_left_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.code_point_no {
  border: 2px solid #ccc;
  padding: 5px;
}
/*画像用*/
.code_img_mb_50 {
  margin-bottom: 50px;
}
.code_img_mb {
  margin-bottom: 100px;
}

/*コーディネートアイテム*/
#code_lineup_sec {
  border-top: 1px solid #ccc;
  padding-top: 150px;
}
.code_heading {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 3.4rem;
  margin-bottom: 30px;
  text-align: center;
}

/*バックナンバー*/
#code_backnumber_sec {
  border-top: 1px solid #ccc;
  padding-top: 150px;
}
.code_backnumber_heading {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 3.4rem;
  margin-bottom: 50px;
  text-align: center;
}

.code_backnumber_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.code_code_backnumber_list_box {
  width: 31%;
  margin: 0 1% 30px;
}
.code_code_backnumber_list_box {
  display: flex;
}
.code_code_backnumber_list_ttl {
  font-weight: 400;
  font-size: 1.6rem;
  margin-top: 10px;
}
/* – ★☆★☆
画面幅1366px以上
★☆★☆*/
@media (min-width: 1366px) {
}
/*lg – ★☆★☆
画面幅992px以下
★☆★☆*/
@media (max-width: 992px) {
  #code_story_sec {
    margin-bottom: 150px;
  }
  .point_row_reverse {
    flex-direction: column-reverse;
  }
  .code_detail_box {
    margin-bottom: 50px;
  }
  .code_detail_box_left .code_detail_heading {
    text-align: center;
  }
  .code_detail_box_left .code_detail_txt {
    text-align: center;
  }
  .code_row {
    margin-bottom: 100px;
  }
  #code_backnumber_sec,
  #code_lineup_sec {
    padding-top: 100px;
  }
  .code_code_backnumber_list_box {
    width: 46%;
    margin: 0 2% 30px;
  }
}
/*md –
★☆★☆画面幅768px以下
★☆★☆*/
@media (max-width: 768px) {
  .fs-l-main--coordinate .fs-c-breadcrumb{
    margin-top:24px;
  }
  #code_story_sec {
    margin-bottom: 100px;
  }

  .code_lineup_list_item {
    width: 46%;
    margin: 15px 2%;
  }
  .code_month_heading {
    font-size: 2.8rem;
  }
  .code_hero_box {
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .code_story_heading {
    font-size: 2.6rem;
    margin-bottom: 50px;
    text-align: left;
  }
  .code_story_heading::after {
    width: 100%;
    margin: 0;
  }
  .code_txt p {
    margin-bottom: 20px;
  }
  .code_txt {
    text-align: left;
  }
  .code_detail_heading {
    text-align: left;
    font-size: 2.6rem;
  }
  .code_detail_heading::after {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
  }
  .code_detail_box {
    margin-bottom: 20px;
  }
  .code_detail_txt {
    text-align: left;
  }
  .code_detail_box_left_wrap {
    justify-content: left;
  }
  .code_detail_box_left .code_detail_heading {
    text-align: left;
  }
  .code_detail_box_left .code_detail_txt {
    text-align: left;
  }
  .code_backnumber_heading {
    font-size: 2.6rem;
  }
  .code_heading {
    font-size: 2.6rem;
  }
  .code_code_backnumber_list_box {
    margin: 0 2% 10px;
  }
  .code_code_backnumber_list_ttl {
    font-size: 1.4rem;
  }
  .code_img_mb {
    margin-bottom: 50px;
  }
}

/*sm – ★☆★☆
画面幅576px以下
★☆★☆*/
@media (max-width: 576px) {
}

/*sm – ★☆★☆
画面幅320px以下
★☆★☆*/
@media (max-width: 320px) {
}
/*sm – ★☆★☆
* スマホ横向き
★☆★☆*/
@media screen and (max-width: 667px) and (orientation: landscape) {
}

/*アニメーション*/

.js-storyImgfadeIn {
  opacity: 0;
}
.js-storyImgfadeIn.active {
  -webkit-animation-name: js-storyImgfadeIn;
  animation-name: js-storyImgfadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes js-storyImgfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes js-storyImgfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}

.js-fadeIn {
  opacity: 0;
}
.js-fadeIn.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
