@charset "UTF-8";
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
.spOnly{
  display: none;
}
@media screen and (max-width: 768px) {
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}
nav[role="breadcrumb"]{
  width: 100%;
  background-color: #ffffff;
}
nav[role="breadcrumb"] ol{
  width: 960px;
  margin: 0 auto;
}
/* ===============================================================================
Main
=============================================================================== */
main a{
  color: #ff7276;
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
main a:hover{
  opacity: 0.4;
}
main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.center{
  text-align: center;
}
main hr{
  max-width: 805px;
  width: 87.5%;
  margin: 0 auto;
  border-bottom: 1px solid #d5d5d5;
}
#bg {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-repeat: no-repeat;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
  background-image: url(../img/bg_01.jpg);
  background-position: center 56px;
  background-size: cover;
}
.main {
  font-family: "A1 Gothic M",sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 2;
  font-size: 1.6rem;
  letter-spacing: .08em;
  color: #000000;
  overflow: hidden;
}
.mv{
  width: 100vw;
  height: calc(100vh - 162px);
  position: relative;
  z-index: 10;
}
.mv h1 {
  background: url(../img/txt_kitsune.png) no-repeat;
  width: 81px;
  height: calc((100vh - 162px) * 0.9);
  background-size: contain;
  position: absolute;
  top: 30px;
  right: 30px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
.mv p{
  position: absolute;
}
.mv .logo{
  top: 40px;
  left: 50px;
}
.mv .logo img{
  width: 320px;
}
.mv a{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: 0 auto;
  width: 40px;
}
.yodogawa{
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 0;
}
.yodogawa p{
  font-size: 1.8rem;
  max-width: 520px;
  margin: 0 auto;
}
#items{
  background-color:#ffffff;
  padding: 40px 0;
}
#items div{
  z-index: 1;
  position: relative;
}
#items:before {
  background-image: url(../img/bg_02.png);
  background-size: cover;
  background-position: top center;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
#items.m_fixed:before {
  position: fixed;
  top: 0;
  left: 0;
}
#items h2.new{
  background: url(../img/ttl_new.png) no-repeat;
  width: 554px;
  height: 127px;
  background-size: contain;
  margin: 0 auto 20px;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
}
#items .txt{
  max-width: 360px;
  width: 87.5%;
  margin: 50px auto 100px;
  position: relative;
}
#items .txt:after{
  content: "";
  display: block;
  background: url(../img/img_01.png) no-repeat;
  background-size: contain;
  width: 98px;
  height: 118px;
  position: absolute;
  bottom: -20px;
  right: -170px;
}
#items h2.what{
  background: url(../img/ttl_what.png) no-repeat;
  width: 437px;
  height: 69px;
  background-size: contain;
  margin: 100px auto 20px;
  text-indent: -9999px;
  white-space: nowrap;
  position: relative;
}
#items h2.what:before{
  content: "";
  display: block;
  background: url(../img/img_02.png) no-repeat;
  background-size: contain;
  width: 98px;
  height: 95px;
  position: absolute;
  bottom: -10px;
  left: -115px;
}
.video-wrap {
  text-align: center;
  margin: 50px auto;
  position: relative;
}
.video-wrap #video{
  max-width: 700px;
  width: 87.5%;
}
.video-btn {
  content: "";
  position: absolute !important;
  max-width: 700px;
  width: 87.5%;
  margin: 0 auto;
  top:40px;
  left:0;
  right:0;
  bottom:100px;
  cursor: pointer;
}
.video-wrap p{
  max-width: 700px;
  width: 87.5%;
  margin: 0 auto;
  text-align: right;
  font-size: 1.1rem;
  color: #adadad;
}
#items .txt2{
  max-width: 420px;
  width: 87.5%;
  margin: 50px auto;
}
.banner{
  max-width: 450px;
  width: 87.5%;
  margin: 0 auto;
}
.banner p{
  padding-top: .5em;
}
#interview{
  background-color: #ffbabc;
  padding: 100px 0;
}
#interview div{
  position: relative;
  z-index: 1;
}
#interview h2{
  background: url(../img/ttl_interview.png) no-repeat;
  width: 640px;
  height: 109px;
  background-size: contain;
  margin: 0 auto 20px;
  text-indent: -9999px;
  white-space: nowrap;
  position: relative;
  left: -65px;
}
#interview h2:before{
  content: "";
  display: block;
  background: url(../img/img_03.png) no-repeat;
  background-size: contain;
  width: 107px;
  height: 134px;
  position: absolute;
  bottom: -80px;
}
#interview .txt{
  max-width: 500px;
  width: 87.5%;
  margin: 0 auto;
  font-size: 1.9rem;
  letter-spacing: .05em;
}
#interview .txt span{
    background-color: #ffde08;
}
#interview .prof{
  position: relative;
  max-width: 500px;
  width: 87.5%;
  margin: 50px auto 100px;
  padding: 30px 55px;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 0px 0 rgb(255, 146, 149);
          box-shadow: 10px 10px 0px 0 rgb(255, 146, 149);
}
#interview .prof h3{
  font-family: "A1 Gothic B",sans-serif;
  font-size: 1.8rem;
  color: #ff7276;
  padding-bottom: 20px;
}
#interview .prof h3 span{
  font-size: 1.3rem;
}
#interview .prof:after{
  content: "";
  display: block;
  background: url(../img/obj_01.png) no-repeat;
  background-size: contain;
  width: 144px;
  height: 131px;
  position: absolute;
  bottom: 50px;
  right: -145px;
}
.conv{
  max-width: 800px;
  width: 93%;
  margin: 0 auto;
  padding: 80px 70px;
  background-color: #ffffff;
  border-radius: 24px;
  position: relative;
}
.conv::before{
  content: "";
  display: block;
  background: url(../img/img_04.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 118px;
  position: absolute;
  top: -40px;
  right: 70px;
}
.conv dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 2em;
}
.conv dl dt {
  width: 100px;
  padding-right: 30px;
  text-align: right;
}
.conv dl dt.hobo {
  letter-spacing: -.3em;
}
.conv dl dt.kondo {
  color: #ff7276;
}
.conv dl dd {
  font-family: "A1 Gothic R",sans-serif;
}
.conv .image{
  text-align: center;
  margin-bottom: 2em;
}
#lineup{
  background-color: #ffffff;
  padding: 100px 0 50px;
  position: relative;
}
#lineup h2{
  background: url(../img/ttl_items.png) no-repeat;
  width: 518px;
  height: 71px;
  background-size: contain;
  margin: 0 auto 30px;
  text-indent: -9999px;
  white-space: nowrap;
}
#lineup .date{
  max-width: 705px;
  width: 87.5%;
  margin: 0 auto;
  border-top: #ff7276 dotted 4px;
  border-bottom: #ff7276 dotted 4px;
  font-size: 2rem;
  line-height: 3;
  color: #ff7276;
  text-align: center;
}
#lineup .copyright{
  text-align: center;
  padding-top: 30px;
  line-height: 0;
}
#lineup .copyright img{
  width: 140px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main a{
    display: inline;
  }
  .main {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: .02em;
  }  
  #bg{
    background-image: url(../img/bg_01_sp.jpg);
    background-position: center 56px;
    background-size: cover;
  }
  .mv{
    width: 100%;
    height: calc(100vh - 114px);
    height: calc((var(--vh, 1vh) * 100) - 114px);
  }
  .mv .logo{
    width: 90%;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto; 
  }
  .mv .logo img{
    width: 100%;
  }
  .mv a{
    width: 30px;
  }
  .ttl{
    background-color: rgba(255, 255, 255, .9);
    padding: 50px 0 30px;
  }
  h1.spOnly{
    background: url(../img/txt_kitsune_sp.png) no-repeat;
    width: 145px;
    margin: 0 auto;
    height: 351px;
    background-size: contain;
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
  }
  .yodogawa{
    padding: 30px;
  }
  .yodogawa p{
    font-size: 1.6rem;
  }
  #items:before {
    background-image: url(../img/bg_02_sp.png);
    background-size: cover;
  }
  #items h2.new{
    width: 87.5%;
    height: 0;
    padding-top: 23.142%;
  }
  #items .center{
    width: 90%;
    margin: 0 auto;
  }
  #items .txt{
    margin: 25px auto 50px;
  }
  #items .txt:after{
    display: none;
  }
  #items h2.what{
    width: 72.812%;
    height: 0;
    padding-top: 15.879%;
    margin: 50px auto 80px;
  }
  #items h2.what:before{
    width: 60px;
    height: 58px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -50px;
  }
  #interview{
    padding: 50px 0;
  }
  #interview.m_fixed:before {
    background-image: url(../img/bg_03_sp.png);
    background-size: cover;
  }
  #interview h2{
    background: url(../img/ttl_interview_sp.png) no-repeat;
    background-size: contain;
    width: 87.5%;
    height: 0;
    padding-top: 45.714%;
    margin: 0 auto;
    left: 0;
  }
  #interview h2:before{
    display: none;
  }
  #interview .txt{
    padding-left: 0;
    font-size: 1.6rem;
  }
  #interview .prof{
    margin: 20px auto 100px;
    padding: 30px;
  }  
  #interview .prof:after{
    display: none;
  }
  #interview .prof h3{
    font-size: 1.4rem;
  }
  #interview .prof h3 span{
    font-size: 1.1rem;
  }
  .conv{
    padding: 40px 20px 1px;
    line-height: 1.8;
  }
  .conv:before{
    width: 52px;
    height: 62px;
    top: -75px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .conv dl{
    display: block;
  }
  .conv dl dt{
    text-align: left;
    padding-bottom: 5px;
  }
  #lineup{
    padding: 50px 0 20px;
  }
  #lineup h2{
    width: 87.5%;
    height: 0;
    padding-top: 13.571%;    
  }
  #lineup .center{
    width: 87.5%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.6rem;
  }
  #lineup .date{
    font-size: 1.6rem;
    border-top: #ff7276 dotted 2.8px;
    border-bottom: #ff7276 dotted 2.8px;
  }
  #lineup .copyright{
    width: 129px;
    padding-top: 20px;
    margin: 0 auto;
  }
}
/* ===============================================================================
lineup
=============================================================================== */
ul[role="lineup"]{
  max-width: 720px;
  margin: 100px auto;
}
ul[role="lineup"]:after{
  content: "";
  display: block;
  background: url(../img/txt_tax.png) no-repeat;
  background-size: contain;
  width: 189px;
  height: 136px;
  position: absolute;
  bottom: 30px;
  right: 20px;
}
@media screen and (max-width: 640px) {
  ul[role="lineup"]{
    width: 87.5%;
    margin: 30px auto;
  }
  ul[role="lineup"]:after{
    background: url(../img/txt_tax_sp.png) no-repeat;
    background-size: contain;
    width: 111px;
    height: 116px;
    bottom: 100px;
    right: 4%;
  }
}
/* ===============================================================================
Footer share
=============================================================================== */
footer[role="sitemap"]{
  position: relative;
}
.main > footer {
  padding: 45px 0;
  background-color: #ff7276;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
  color: #ffffff;
  position: relative;
}
.main > footer > a {
  color: #ffffff;
}
.device-pc .main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
  text-decoration: none;
}
.device-pc .main > footer > ul.magazine-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 600px;
  margin: 60px auto 35px;
  padding: 20px 0 35px;
  border: 1px #ffffff solid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.device-pc .main > footer > ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 12.5px;
  content: "この記事をシェアする";
  text-align: center;
  color: #ffffff;
}
.device-pc .main > footer > ul.magazine-share li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.device-pc .main > footer > ul.magazine-share li a img {
  display: block;
  width: 100%;
}
.device-pc .main > footer > ul.magazine-share li + li {
  margin-left: 40px;
}
.device-pc .main > footer > p {
  text-align: center;
  font-size: 12px;
}

.device-sp .main > footer {
  margin: 0 auto;
  padding: 15px 20px 20px;
}
.device-sp .main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 30px auto 0;
  text-decoration: none;
}
.device-sp .main > footer > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 40px;
  padding: 20px 0 25px;
  border: 1px #ffffff solid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.device-sp .main > footer > ul:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  content: "この記事をシェアする";
  text-align: center;
  color: #ffffff;
}
.device-sp .main > footer > ul li + li {
  margin-left: 40px;
}
.device-sp .main > footer > ul li a {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
}
.device-sp .main > footer > p {
  text-align: center;
  font-size: 12px;
}