@charset "utf-8";

.fc_red {
  color: #e60012;
}

.youyoujiteki {
  padding-bottom: 100px;
}

.youyoujiteki .only_sp {
  display: none;
}

.youyoujiteki .only_pc {
  display: inline-block;
}

.youyoujiteki .page-width {
  max-width: 1140px;
}

.contents_inner {
  padding-top: 51px;
  padding-bottom: 100px;
}

.box_white {
  padding: 50px 40px;
  background: #fff;
  border-radius: 6px;
  display: block;
  -webkit-box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
}

.youyoujiteki_current_link {
  position: relative;
  display: block;
  margin: -50px -40px;
  padding: 40px 0;
  border-radius: 6px;
  overflow: hidden;
}

.youyoujiteki_current_link:hover {
  color: #333;
  text-decoration: none;
}

.youyoujiteki_current_link:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #707070;
  opacity: .14;
}

.youyoujiteki_current_link img {
  width: 100%;
  height: auto;
}

.youyoujiteki_current_inner {
  display: -ms-grid;
  display: grid;
  grid-template-areas:
    "cover logo"
    "cover num"
    "cover read";
  -ms-grid-columns: 38.4% 7% 54.5%;
  grid-template-columns: 38.4% 54.5%;
  -ms-grid-rows: auto 0 62px 0 auto;
  grid-template-rows: auto 62px auto;
  grid-gap: 0 7%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 770px;
  margin: 0 auto;
}

.youyoujiteki_current_cover {
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: cover;
  max-width: 296px;
}

.youyoujiteki_current_cover img {
  border: 1px solid #dfdfdf;
}

.youyoujiteki_current_logo {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: logo;
  -ms-grid-row-align: end;
  align-self: end;
  max-width: 438px;
  margin-right: -20px;
}

.youyoujiteki_current_number {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: num;
  -ms-grid-row-align: end;
  align-self: end;
  /* margin-top: 22px; */
  padding: 6px 0 2px;
  color: #fff;
  background-color: #cfa972;
  font-size: 24px;
  letter-spacing: .1em;
  text-align: center;
  font-weight: bold;
}

.youyoujiteki_current_read {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: read;
  -ms-grid-row-align: start;
  align-self: start;
  margin-top: 44px;
  font-size: 32px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
}

.youyoujiteki_present {
  margin-top: 50px;
  background-color: #ffffff;
  /*-webkit-box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);
  box-shadow: 0 0 5px 0 rgba(74, 27, 26, 0.11);*/
}

.youyoujiteki_present_title {
  height: 80px;
  color: #fff;
  background: #e5000a url(../img/present_title_line.png) 0 center / 4px auto repeat-x;
  text-align: center;
}

.youyoujiteki_present_title span {
  display: inline-block;
  height: 100%;
  padding: 0 26px;
  background-color: #e5000a;
}

.youyoujiteki_present_title span img {
  max-width: 384px;
}

.youyoujiteki_present_contents {
  padding: 35px 80px 58px 63px;
}

.youyoujiteki_present_copy {
  font-size: clamp(25px, 2.2vw, 35px);
  font-weight: bold;
  text-align: center;
}

.youyoujiteki_present_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.youyoujiteki_present_detail img {
  width: 49%;
}

.youyoujiteki_present_period {
  max-width: 800px;
  margin: 35px auto;
  padding: 15px 10px;
  color: #e5000a;
  background-color: #fff;
  border: 2px solid #e5000a;
  font-size: clamp(28px, 2.6vw, 30px);
  font-weight: bold;
  text-align: center;
}

.youyoujiteki_present_btn {
  display: block;
  max-width: 350px;
  height: 80px;
  margin: 35px auto 0;
  color: #fff !important;
  background-color: #895f2c;
  border-radius: 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}

.youyoujiteki_backnumber {
  margin: 50px auto;
}

.youyoujiteki_backnumber_title {
  color: #713f04;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.youyoujiteki_backnumber_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: calc(28px - 9px) -5px -9px;
}

.youyoujiteki_backnumber_item {
  width: 16.666%;
  padding: 5px 9px;
}

.youyoujiteki_backnumber_item a {
  display: block;
  padding: 11px 0;
  color: #fff;
  background-color: #e6a016;
  font-size: clamp(10px, 1.5vw, 18px);
  font-weight: bold;
  text-align: center;
}

.youyoujiteki_backnumber_att {
  margin-top: 18px;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}

.youyoujiteki_banner_wrap {
  margin: 55px auto 0;
  text-align: center;
}

.youyoujiteki_banner {
  position: relative;
  display: block;
  max-width: 858px;
}

.youyoujiteki_banner_items {
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 68%;
}

.youyoujiteki_banner_items img,
.youyoujiteki_banner_bg img {
  width: 100%;
  height: auto;
}

.youyoujiteki_btn_back {
  display: block;
  max-width: 400px;
  height: 80px;
  margin: 35px auto 0;
  color: #fff !important;
  background-color: #895f2c;
  border-radius: 5px;
  font-size: 30px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
}
.txt img {
  max-width: 100%;
  width: 100%;
}
.disp_sp {
  display: none;
}

@media screen and (max-width: 880px) {
  .youyoujiteki_current_inner {
    width: 90%;
  }

  .youyoujiteki_present_period {
    width: 90%;
    font-size: 18px;
  }

  .youyoujiteki_present_copy {
    font-size: clamp(18px, 2.6vw, 25px);
  }

  .youyoujiteki_backnumber_item a {
    font-size: clamp(10px, 1vw, 13px);
  }
  .disp_pc {
    display: none;
  }
  .disp_sp {
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .youyoujiteki {
    padding-bottom: 50px;
  }

  .youyoujiteki .only_sp {
    display: inline-block;
  }

  .youyoujiteki .only_pc {
    display: none;
  }

  .youyoujiteki .page-width {
    max-width: 100%;
    min-width: auto;
  }

  .youyoujiteki_current_inner {
    grid-template-areas:
      "logo"
      "num"
      "cover"
      "read";
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 0 38px 0 auto 0 auto;
    grid-template-rows: auto 38px auto auto;
    grid-gap: 0;
    width: 72%;
  }

  .youyoujiteki_current_number {
    font-size: 14px;
  }

  .youyoujiteki_current_cover {
    width: 79%;
    margin: 25px auto 0;
  }

  .youyoujiteki_current_read {
    margin-top: 25px;
    font-size: 18px;
  }

  .youyoujiteki_present_title {
    height: 50px;
    background-size: auto 35px;
  }

  .youyoujiteki_present_title span {
    width: 235px;
    padding: 0 10px;
  }

  .youyoujiteki_present_title span img {
    max-width: 100%;
  }

  .youyoujiteki_present_contents {
    padding: 15px 15px 30px;
  }

  .youyoujiteki_present_copy {
    font-size: 19px;
  }

  .youyoujiteki_present_detail {
    display: block;
    margin-top: 17px;
  }

  .youyoujiteki_present_detail img {
    width: 100%;
  }

  .youyoujiteki_present_detail img+img {
    margin-top: 15px;
  }

  .youyoujiteki_present_period {
    width: 100%;
    padding: 10px 5px;
    margin: 24px auto;
    font-size: clamp(13px, 2.6vw, 16px);
    line-height: 1.4;
  }

  .youyoujiteki_present_btn {
    width: 75%;
    height: 45px;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 45px;
  }

  .youyoujiteki_backnumber {
    padding: 25px 19px;
  }

  .youyoujiteki_backnumber_title {
    font-size: 17px;
  }

  .youyoujiteki_backnumber_list {
    width: 100%;
    margin: calc(14px - 6px) -6px -6px;
  }

  .youyoujiteki_backnumber_item {
    width: 50%;
    padding: 6px;
  }

  .youyoujiteki_backnumber_item a {
    font-size: 15px;
  }

  .youyoujiteki_backnumber_att {
    font-size: 10px;
  }

  .youyoujiteki_banner_items {
    top: 8px;
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    width: 94.9%;
    height: 20vw;
    margin: 0 auto;
  }

  .youyoujiteki_current_cover {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }

  .youyoujiteki_current_logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .youyoujiteki_current_number {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .youyoujiteki_current_read {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }

  .youyoujiteki_btn_back {
    width: 64.2%;
    height: 45px;
    margin: 24px auto 0;
    font-size: 16px;
    line-height: 45px;
  }
}
.apology {
  border: 7px solid #e5000b;
  background-color: #fff;
  margin-top: 46px;
}
.apology img {
  width: 100%;
}
.apology .img_sp,
.apology .notes .br_sp {
  display: none;
}
.apology a:hover {
  opacity: 0.7;
}
.apology .notes {
  font-size: 18px;
  width: 94%;
  margin: 25px auto 33px auto;
}
@media screen and (max-width: 880px) {
  .apology {
    margin-top: 40px;
  }
  .apology .img_pc {
    display: none;
  }
  .apology .img_sp {
    display: block;
  }
  .apology .notes .br_sp {
   display: inline-block;
  }
  .apology .notes {
    font-size: 14px;
    margin: 12px auto 16px auto;
  }
  .apology .notes span {
    white-space: nowrap;
    font-size: 94%;
  }
}