.magazine_title h1,
.magazine_title h2,
.magazine_title h3,
.magazine_title h4,
.magazine_title h5,
.magazine_title h6,
.magazine_title p {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .magazine_title {
    text-align: left;
  }
  .magazine_title h1,
  .magazine_title h2,
  .magazine_title h3,
  .magazine_title h4,
  .magazine_title h5,
  .magazine_title h6,
  .magazine_title p {
    font-size: 2.6rem;
  }
}
.magazine_title p{
  font-weight: 700;
}
.magazine_catch_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  background-color: #f9a80d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 900px) {
  .magazine_catch_wrap {
    margin-top: 78px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_catch_wrap {
    margin-top: 78px;
  }
}
.magazine_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding: 0 0 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
}
@media screen and (max-width: 900px) {
  .magazine_catch {
    display: block;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_catch {
    display: block;
    padding-bottom: 16px;
  }
}
.magazine_catch_date{
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .magazine_catch_date {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_catch_date{
    justify-content: flex-start;
    padding-bottom: 24px;
  }
}
.magazine_catch_time{
  color: #000;
  padding-left: 28px;
  background-size: 20px auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.magazine_catch_time.-released{
  background-image: url(../../img/icn_calendar.svg);
}
.magazine_catch_time.-updated{
  background-image: url(../../img/icn_update.svg);
}
.magazine_catch_img {
  width: 60%;
  margin-top: -60px;
}
.magazine_catch_img img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .magazine_catch_img {
    width: 100%;
    margin-top: -46px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_catch_img {
    width: 100%;
    margin-top: -46px;
  }
}
.magazine_catch_textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  width: 40%;
  padding: 60px 40px 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .magazine_catch_textarea {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .magazine_catch_textarea {
    display: block;
    width: 100%;
    padding: 30px 0 0;
  }
}
.magazine_catch_catch {
  position: relative;
  padding-left: 42px;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
}
.magazine_catch_catch:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 1px;
  margin: auto;
  background-color: #000;
}
@media screen and (max-width: 900px) {
  .magazine_catch_catch {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_catch_catch {
    padding-left: 40px;
    font-size: 1.2rem;
  }
}
.magazine_catch_name {
  margin-top: 30px;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 900px) {
  .magazine_catch_name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_catch_name {
    margin-top: 20px;
    font-size: 2.8rem;
  }
}
.magazine_catch_copy {
  margin-top: 30px;
  color: #000;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 900px) {
  .magazine_catch_copy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_catch_copy {
    margin-top: 20px;
  }
}
.magazine_profile_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 0;
  background-color: #eee;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media screen and (max-width: 767px) {
  .magazine_profile_wrap {
    padding: 40px 0;
  }
}
.magazine_profile_catch {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .magazine_profile_catch {
    text-align: center;
  }
}
.magazine_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
}
.magazine_profile.opt-1clm {
  display: block;
}
.magazine_profile.opt-1clm li {
  width: 100%;
  padding-right: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.magazine_profile li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-top: 40px;
}
.magazine_profile li:first-child {
  margin-top: 0;
}
.magazine_profile li:nth-child(2) {
  margin-top: 0;
}
.magazine_profile li:nth-child(2n + 1) {
  padding-right: 40px;
  -webkit-box-shadow: 1px 0 0 0 #d6d6d6;
  box-shadow: 1px 0 0 0 #d6d6d6;
}
.magazine_profile li:nth-child(2n + 2) {
  padding-left: 40px;
  border-left: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .magazine_profile {
    margin-top: 0;
  }
  .magazine_profile li {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d6d6d6;
  }
  .magazine_profile li:first-child {
    margin-top: 0;
    border: none;
  }
  .magazine_profile li:nth-child(2) {
    margin-top: 20px;
  }
  .magazine_profile li:nth-child(2n + 1) {
    padding-right: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .magazine_profile li:nth-child(2n + 2) {
    padding-left: 0;
    border-left: none;
  }
}
.magazine_profile_img {
  overflow: hidden;
  width: 100px;
  border-radius: 50px;
}
.magazine_profile_img img {
  width: 100%;
}
.magazine_profile_name_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .magazine_profile_name_sp {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
  }
}
.magazine_profile_text_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .magazine_profile_text_wrap {
    padding-left: 15px;
  }
}
.magazine_profile_name_pc {
  margin-top: 10px;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .magazine_profile_name_pc {
    display: none;
  }
}
.magazine_profile_text {
  margin-top: 6px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .magazine_profile_text {
    margin-top: 0;
  }
}
.magazine_section_catch {
  margin-top: 60px;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
}
.magazine_section_catch:first-child {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .magazine_section_catch {
    margin-top: 40px;
  }
  .magazine_section_catch:first-child {
    margin-top: 40px;
  }
}
.magazine_section_title h1,
.magazine_section_title h2,
.magazine_section_title h3,
.magazine_section_title h4,
.magazine_section_title h5,
.magazine_section_title h6 {
  font-size: 3.6rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .magazine_section_title h1,
  .magazine_section_title h2,
  .magazine_section_title h3,
  .magazine_section_title h4,
  .magazine_section_title h5,
  .magazine_section_title h6 {
    font-size: 2.8rem;
  }
}
.magazine_section {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #000;
}
.magazine_section_catch + .magazine_section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .magazine_section {
    margin-top: 50px;
    padding-top: 30px;
  }
  .magazine_section_catch + .magazine_section {
    margin-top: 40px;
  }
}
.magazine_share_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 80px;
  padding: 40px 0;
  background-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .magazine_share_wrap {
    margin-top: 60px;
    padding: 30px 0;
  }
}
.magazine_share_catch {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
}
.magazine_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 20px;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.magazine_share li {
  width: 40px;
  margin: 0 10px;
}
.magazine_share li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .magazine_share li {
    width: 36px;
  }
}
.magazine_share_inner img {
  width: 100%;
}
.magazine_share li a:hover .magazine_share_inner {
  opacity: 0.7;
}
.magazine_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: start;
  margin-bottom: -80px;
  padding: 40px 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .magazine_pager {
    position: relative;
    margin-bottom: 0;
    padding: 30px 0 65px;
  }
}
.magazine_pager_item {
  width: calc(50% - 95px);
}
.magazine_pager_item a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 40px 10px 0;
}
.magazine_pager_toindex + .magazine_pager_item a {
  padding: 10px 0 10px 40px;
}
@media screen and (max-width: 767px) {
  .magazine_pager_item {
    width: 50%;
  }
  .magazine_pager_item a {
    padding: 0 15px 0 0;
  }
  .magazine_pager_toindex + .magazine_pager_item {
    border-left: 1px solid #e5e5e5;
  }
  .magazine_pager_toindex + .magazine_pager_item a {
    padding: 0 0 0 15px;
  }
}
.magazine_pager_toindex {
  width: 190px;
  margin: 0;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
.magazine_pager_toindex a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  padding: 24px 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
.magazine_pager_toindex a span {
  position: relative;
  padding-top: 33px;
  font-size: 1.3rem;
}
.magazine_pager_toindex a span:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 30px;
  height: 19px;
  margin: auto;
  background: url(/music/summerjazzcamp/magazine/detail/common/img/index_icon05.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .magazine_pager_toindex {
    position: absolute;
    bottom: -70px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    border-right: none;
    border-left: none;
  }
}
.magazine_pager_text {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
.magazine_pager_note {
  margin-top: 10px;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.5;
}
.magazine_related_wrap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 80px 0;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .magazine_related_wrap {
    padding: 60px 0;
  }
}
.magazine_related_catch {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .magazine_related_catch {
    text-align: center;
    font-size: 3.2rem;
  }
}
.magazine_related_item_wrap {
  width: auto;
  margin: 0 -20px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .magazine_related_item_wrap {
    margin: 30px 0 0 -10px;
  }
}
.magazine_related_item {
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  margin-top: 40px;
  padding: 0 20px;
  vertical-align: top;
}
.magazine_related_item a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .magazine_related_item {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    padding: 0 0 0 10px;
  }
  .magazine_related_item:first-child {
    margin-top: 0;
  }
}
.magazine_related_item_inner {
  background-color: #fff;
}
.magazine_related_item_img {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 66.28%;
}
.magazine_related_item_img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.magazine_related_item a:hover .magazine_related_item_img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.magazine_related_text {
  position: relative;
  padding: 22px 30px 28px;
  background-color: #fff;
  text-align: left;
}
.magazine_related_text:before {
  content: "";
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin: auto;
  background-color: #f9a80d;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.magazine_related_text_head{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.magazine_related_item a:hover .magazine_related_text:before {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .magazine_related_text {
    padding-bottom: 26px;
  }
}
.magazine_related_text_category {
  position: relative;
  color: #8c6500;
  font-weight: 700;
  font-size: 1.3rem;
}
.magazine_related_text_category:after,
.magazine_related_text_category:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.magazine_related_text_category:before {
  left: -40px;
  width: 32px;
  height: 0;
  margin: auto 0;
  border-top: 1px solid #999;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.magazine_related_text_category:after {
  left: -18px;
  width: 8px;
  height: 8px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: rotate(45deg) scale(0) translate(-20px, 20px);
  transform: rotate(45deg) scale(0) translate(-20px, 20px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.magazine_related_text_date{
    font-size: 1.3rem;
    color: #000;
    margin: 0;
}
.magazine_related_item:hover .magazine_related_text_category:before {
  border-top-color: #000;
}
.magazine_related_item:hover .magazine_related_text_category:after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1) translate(0, 0);
  transform: rotate(45deg) scale(1) translate(0, 0);
}
@media screen and (max-width: 767px) {
  .magazine_related_text_category {
    font-size: 1.2rem;
  }
}
.magazine_related_text_catch {
  position: relative;
  margin-top: 11px;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .magazine_related_text_catch {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.magazine_related_text_copy {
  position: relative;
  margin-top: 18px;
  color: #666;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .magazine_related_text_copy {
    margin-top: 12px;
  }
}
.magazine_comment li {
  margin-top: 30px;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .magazine_comment li {
    margin-top: 20px;
  }
}
.magazine_comment_name {
  padding-right: 1em;
  font-weight: 700;
}
