@charset "utf-8";

.events-none {
  pointer-events: none;
}

a:link {
  text-decoration: underline;
  color: #fff;
}

a:visited {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #82000d;
}

.wrap {
  width: 100%;
  font-feature-settings: "palt";
  overflow: hidden;
}

.wrap:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.webp .wrap:before {
  background-image: url(../img/main_bg.webp);
}

.no-webp .wrap:before {
  background-image: url(../img/main_bg.png);
}

.header {
  width: 100%;
  background-color: #000;
}

.header_inner {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
}

.main {
  height: 100%;
  margin: 6rem 0 0;
}

.content {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}

.lead {
  position: relative;
  max-width: 800px;
  width: 100%;
  padding: 1.6rem 2rem;
  margin: 0 auto;
  background-color: #000;
  background-image: url(../img/bg_1.png);
  background-size: 70% auto;
}

.lead p {
  position: relative;
  width: 74%;
  font-size: min(16px, 1.6vw);
  font-weight: 600;
  color: #fff;
  z-index: 2;
}

.cut_1 {
  position: absolute;
  width: 32%;
  bottom: 0;
  right: 0;
}

.intro {
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 4rem auto 0;
  display:flex;
  flex-flow: column;
}

.cover {
  position: absolute;
  width: 22%;
  top: 0;
  left: 2rem;
}

.cover img {
  border: #000 solid 1px;
}

.intro_item {
  position: relative;
  width: 100%;
  padding: 0 0 1rem 30%;
  font-family: 'Oswald', sans-serif;
  font-size: min(34px, 3.4vw);
  color: #9f3807;
  line-height: 1;
}

.intro_item span {
  font-size: 70%;
  color: #000;
}

.read_now {
  position: absolute;
  width: 26%;
  bottom: 0;
  right: 0;
}

.intro_item p {
  margin: .6rem 0;
  font-family: 'Noto Sans', sans-serif;
  font-size: min(18px, 1.8vw);
  font-weight: 600;
  border-bottom: #fff solid 1px;
}

.inner {
  padding: 2rem 0 0;
}

.inner .h1 {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding: 0 0 0 16%;
  margin: 2rem auto;
}

.mark_1 {
  background-image: url(../img/mark.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18% auto;
}

.mark_2 {
  background-image: url(../img/mark_2.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 18% auto;
}

.inner .h1 p {
  font-family: 'Oswald', sans-serif;
  font-size: min(40px, 4.0vw);
  color: #000;
  line-height: 1.2;
}

.inner .h1 .italic_red {
  padding: 0 .3rem 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: 100%;
  color: #9f3807;
  font-style: italic;
}

.inner .h1 span {
  font-style: italic;
}

.element {
  margin: 0 0 .8rem;
}

.inner p {
  font-family: 'Noto Serif', serif;
  font-size: min(16px, 1.6vw);
  font-weight: 400;
}

p.interviewer {
  margin: 0 0 .6rem;
  font-family: 'Noto Sans', sans-serif;
  font-weight: 600;
}

p .speaker {
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  color: #9f3807;
  font-weight: 600;
}

p .artist {
  display: inline-block;
  font-family: 'Noto Sans', sans-serif;
  color: #c92c23;;
  font-weight: 600;
}


p .italic {
  font-style: italic;
}

.image {
  width: 50%;
  margin: 3rem auto 2.2rem;
}

.image img {
  width: 100%;
  margin: 0 0 .4rem;
  border: #000 solid 2px;
}

.image p {
  font-family: 'Noto Sans', sans-serif;
  font-size: min(14px, 1.4vw);
  font-weight: 400;
  line-height: 1.4;
}

.faq {
  width: 100%;
  margin: 4rem 0 1.6rem;
}

.faq_lead {
  margin: 0 0 2rem;
  font-family: 'Oswald', sans-serif;
  font-size: min(24px, 2.4vw);
  color: #000;
  line-height: 1.4;
}

p.interviewer .qnum {
  font-family: 'Oswald', sans-serif;
  color: #9f3807;
  font-size: 120%;
}

.bnr {
  width: 500px;
  margin: 5rem auto;
}

.bnr_item {
  width: 100%;
  margin: 0 0 1rem;
  background-color: #fff;
}

.bnr_item img {
  border: #000 solid 2px;
}

.ft_bnr {
  width: 500px;
  margin: 0 auto 2rem;
  background-color: #fff;
}

.social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2rem 0 2rem;
}

.social_item {
  width: 80px;
  padding: 0 20px;
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.footer {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
  background-color: #000;
}

@media screen and (min-width: 1px) and (max-width: 750px) {
  .pc_display {
    display: none;
  }

  .wrap {
    background-size: 100% auto;
  }
  
  .header {
    width: 100%;
  }
  
  .main {
    height: 100%;
    margin: 0;
  }
  
  .content {
    width: 90%;
    margin: 0 auto;
  }
  
  .lead {
    width: 100%;
    padding: 1rem 5%;
    margin: 0 auto;
    background-color: #000;
  }
  
  .lead p {
    position: relative;
    width: 70%;
    font-size: min(14px, 3.59vw);
    z-index: 10;
  }
  
  .cut_1 {
    width: 66%;
    right: -2%;
  }
  
  .intro {
    width: 100%;
    margin: 1rem auto 0;
  }

  .intro_item span {
    font-size: 60%;
    color: #000;
  }

  .intro_item {
    position: relative;
    width: 100%;
    padding: 1rem;
    font-size: min(28px, 7.18vw);
    line-height: 1;
  }

  .intro_outer {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #c92c23;
    line-height: 1.6;
    background-image: url(../img/bg.png);
    background-size: 50% auto;
  }

  .intro_cover {
    width: 40%;
  }

  .intro_text {
    width: 55%;
    font-family: 'Noto Serif', serif;
    font-size: min(12px, 3.08vw);
    font-weight: 400;
    color: #fff;
  }
  
  .intro_text p {
    width: 100%;
    margin: .4rem 0;
    padding: 0 0 .3rem;
    font-size: min(14px, 3.59vw);
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    border-bottom: #fff solid 1px;
  }

  .read_now {
    width: 45%;
  }
  
  .inner {
    padding: 2rem 0 0;
  }
  
  .inner .h1 {
    min-height: 4rem;
    padding: 0 0 0 24%;
    margin: 1rem auto;
  }

  .mark_1 {
    background-size: 24% auto;
  }
  
  .mark_2 {
    background-size: 24% auto;
  }
  
  .inner .h1 p {
    font-size: min(20px, 5.13vw);
  }
  
  .inner .h1 .italic_red {
    padding: 0;
    font-size: 100%;
    white-space: nowrap;
  }
  
  .inner .h1 span {
    font-style: italic;
  }
  
  .element {
    margin: 0 0 .8rem;
  }
  
  .inner p {
    font-size: min(14px, 3.59vw);
  }
  
  .image {
    width: 80%;
    margin: 2.6rem auto 2.2rem;
  }
  
  .image img {
    margin: 0 0 .3rem;
    border: #000 solid 1px;
  }
  
  .image p {
    font-size: min(12px, 3.08vw);
  }
  
  .bnr {
    width: 100%;
    margin: 3rem auto 2rem;
  }
  
  .ft_bnr {
    width: 90%;
    margin: 0 auto 2rem;
  }
  
  .social {
    margin: 1.6rem 0;
  }
  
  .social_item {
    width: 65px;
    padding: 0 15px;
  }
  
}

@media screen and (min-width: 751px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }
  
  .main {
    margin: 4rem 0 0;
  }
  
  .content {
    width: 90%;
  }
  
  .lead {
    width: 90%;
  }
  
  .lead p {
    width: 74%;
    font-size: min(14px, 1.73vw);
  }
  
  .intro {
    width: 90%;
    margin: 4rem auto 0;
  }
  
  .cover {
    width: 20%;
    bottom: 1.6rem;
    left: 1.6rem;
  }
  
  .intro_item {
    padding: 0 0 1rem 28%;
    font-size: min(38px, 3.95vw);
  }
  
  .intro_item span {
    font-size: 60%;
  }
  
  .read_now {
    width: 26%;
  }

  .intro_item:nth-child(2n) {
    padding: 1.6rem 1.6rem 1.6rem 28%;
    font-family: 'Noto Serif', serif;
    font-size: min(14px, 1.73vw);
    font-weight: 400;
    color: #fff;
    background-color: #c92c23;
    line-height: 1.6;
    background-image: url(../img/bg_2.png);
    background-size: 50% auto;
  }
  
  .intro_item p {
    margin: .3rem 0;
    font-size: min(16px, 1.98vw);
  }
  
  .inner {
    padding: 2rem 0 0;
  }
  
  h1 {
    width: 90%;
    height: 6rem;
    margin: 2rem auto;
    font-size: min(38px,4.69vw);
  }
  
  .inner p {
    font-size: min(14px, 1.73vw);
  }
  
  .bnr {
    width: 60%;
    margin: 4rem auto 3rem;
  }
  
  .ft_bnr {
    width: 50%;
  }
  
  .social_item {
    width: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .intro_item:nth-child(2n) {
    padding: 1.6rem 2rem 1.6rem 30%;
    font-family: 'Noto Serif', serif;
    font-size: min(16px, 1.6vw);
    font-weight: 400;
    color: #fff;
    background-color: #c92c23;
    line-height: 1.6;
    background-image: url(../img/bg_2.png);
    background-size: 70% auto;
  }

  .alpha img {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}