@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
.spOnly{
  display: none;
}
@media screen and (max-width: 768px) {
  br{
    display: none;
  }
  .sp-br{
    display: block;
  }
  .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{
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
main a:hover{
  opacity: 0.4;
}
main a[target=_blank]{
  color: #0000ff;
  display: inline;
}
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;
}
#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_main.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: 1.73;
  font-size: 1.5rem;
  color: #000000;
  overflow: hidden;
}
.top{
  width: 100%;
  height: calc(100vh - 162px);
  height: calc(var(--vh, 1vh) * 100 - 162px);
  position: relative;
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.top.active{
  opacity: 1;
}
/* .top{
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-image: url(../img/bg_main.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
} */
.top .inner{
  padding-top: 18vh;
  padding-top: calc(var(--vh, 1vh) * 18);
}
.top h1{
  background-image: url(../img/ttl_main.png);
  width: 866px;
  height: 204px;
  background-size: contain;
  /* position: absolute;
  top: 29%;
  right: 0;
  left: 0; */
  margin: 0 auto;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
}
.top .yodogawa{
  width: 24em;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #ffffff;
  text-shadow: 0 0 26px rgba(0, 0, 0, .6);
  /* position: absolute;
  top: 52%;
  right: 0;
  left: 0; */
  margin: -40px auto 0;
  position: relative;
}
.top .yodogawa:after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 165px;
  height: 177px;
  background: url(../img/icon_sale.png) no-repeat;
  background-size: contain;
  top: 20px;
  right: -120px;
}
.top .copyright{
  color: #ffffff;
  position: absolute;
  right: 25px;
  bottom: 10px;
}
.products{
  text-align: center;
  padding: 30px 0 20px;
  background-color: #ffffff;
}
.products img{
  max-width: 986px;
  width: 95%;
  margin: 0 auto;
}
.intro{
  background-color: #29a8df;
  padding: 50px 0 40px;
}
.intro .ttl{
  max-width: 820px;
  margin: 0 auto;
}
.intro .txt{
  width: 24em;
  margin: 0 auto;
  padding-top: 40px;
  font-size: 1.8rem;
  color: #ffffff;
}
.contents .mv{
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.doraemon .mv{
  background-image: url(../img/bg_doraemon.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.chibimaru .mv{
  background-image: url(../img/bg_chibimaru.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.atom .mv{
  background-image: url(../img/bg_atom.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ranma .mv{
  background-image: url(../img/bg_ranma.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.mint .mv{
  background-image: url(../img/bg_mint.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.abraham .mv{
  background-image: url(../img/bg_abraham.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.neon .mv{
  background-image: url(../img/bg_neon.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.doraemon .ttl{
  max-width: 320px;
}
.chibimaru .ttl{
  max-width: 404px;
}
.atom .ttl{
  max-width: 385px;
}
.ranma .ttl{
  max-width: 303px;
}
.mint .ttl{
  max-width: 449px;
}
.abraham .ttl{
  max-width: 479px;
}
.neon .ttl{
  max-width: 255px;
}
.contents .inner{
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contents .inner.left{
  left: 30px;
  right: auto;
}
.contents .inner.white{
  color: #ffffff;
}
.contents .inner .txt{
  padding: 20px 0;
}

.copyright{
  font-size: 1.1rem;
}
.contents .items{
  background-color: #fadf4c;
  padding: 0 0 70px;
}
.contents .items.pink{
  background-color: #ffb3eb;
}
.contents .items.sky{
  background-color: #afe0eb;
}

ul[role="lineup"]{
  max-width: 720px;
  margin: 0 auto;
  padding: 50px 0;
}
.news{
  position: relative;
}
.news:after{
  position: absolute;
  content: "";
  display: inline-block;
  width: 15.917969%;
  height: 0;
  padding-top: 17.321637%;
  background: url(../img/icon_news1.png) no-repeat;
  background-size: contain;
  top: -3.5vw;
  right: 6.8vw;
}
.news2:after{
  background: url(../img/icon_news2.png) no-repeat;
  background-size: contain;
}
.sub{
  padding: 70px 0;
  background-color: #ffffff;
}
.sub > div{
  max-width: 620px;
  width:90%;
  margin: 0 auto;
}
.sub h2{
  font-size: 3.2rem;
  padding-bottom: 20px;
}
.sub .txt{
  font-size: 1.8rem;
}
.info{
  padding-bottom: 120px;
  background-color: #ffffff;
}
.info .inner{
  max-width: 490px;
  width: 93.75%;
  margin: 0 auto;
  padding: 40px 0 120px;
}
.info h2{
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: "A1 Gothic B",sans-serif;
  padding-bottom: 20px;
}
.info .txt{
  padding-top: 30px;
}
.banner{
  max-width: 700px;
  margin: 0 auto;
}
.banner + .banner{
  padding-top: 70px;
}
.banner.off a{
  opacity: .6;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .main {
    font-size: 1.4rem;
    line-height: 1.85;
    letter-spacing: .02em;
  }  
  #bg{
    background-image: url(../img/bg_main_sp.jpg);
    background-position: center 56px;
    background-size: cover;
  }
  .top{
    height: calc(100vh - 114px);
    height: calc(var(--vh, 1vh) * 100 - 114px);
  }
  .top .inner{
    padding-top: 18vh;
    padding-top: calc(var(--vh, 1vh) * 18);
  }
  .top h1{
    background-image: url(../img/ttl_main_sp.png);
    width: 93.4375%;
    height: 0;
    padding-top: 46%;
    position: relative;
  }
  .top h1:after{
    position: absolute;
    content: "";
    display: inline-block;
    width: 28.125%;
    height: 0;
    padding-top: 30.321637%;
    background: url(../img/icon_sale.png) no-repeat;
    background-size: contain;
    top: 0;
    right: 0;  
  }
  .top .yodogawa{
    width: 80%;
    line-height: 1.4375;
    font-size: 1.6rem;
    position: relative;
    margin-top: -25px;
  }
  .top .yodogawa:after{
    display: none;
  }
  .top .copyright{
    right: 10px;
    bottom: 5px;
  }
  .products{
    padding: 30px 0 0;
  }
  .products img{
    margin: -51px auto 0;
  }
  .intro .ttl,
  .intro .txt{
    width: 93.75%;
    margin: 0 auto;
  }
  .intro .txt{
    font-size: 1.6rem;
  }
  .contents .inner{
    display: none;
  }
  .contents .spOnly{
    background-color: #ffffff;
    padding: 20px 0 40px;
  }
  .contents .spOnly .ttl{
    width: 78.125%;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .contents .spOnly .txt{
    width: 93.75%;
    margin: 0 auto;
  }
  .contents .spOnly .copyright{
    display: block;
    padding-top: 1em;
  }
  html:not(.device-pc) ul[role="lineup"] {
    padding: 40px 20px;
  }
  .banner{
    width: 94%;
    margin: 0 auto;
  }
  .sub{
    padding: 40px 0;
  }
  .sub h2 {
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
  .sub .txt{
    font-size: 1.6rem;
  }
  .contents.atom .spOnly .ttl{
    width: 85.9375%;
  }
  .contents.ranma .spOnly .ttl{
    width: 70.3125%;
  }
  .contents.abraham .spOnly .ttl{
    width: 93.4375%;
  }
  .contents.neon .spOnly .ttl{
    width: 60%;
  }
  .news:after {
    width: 130px;
    padding-top: 36.321637%;
    top: -55px;
    right: 0;
  }
  .banner + .banner{
    padding-top: 20px;
  }
  .info{
    padding-bottom: 60px;
  }
  .info h2{
    font-size: 2.5rem;
    line-height: 1.32;
  }
}
/* ===============================================================================
Footer share
=============================================================================== */
main > footer {
  padding: 45px 0;
  background-color: #ffffff;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
}
main > footer > a {
  color: #000000;
}
.device-pc main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
}
.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 #ccc 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: #666;
}
.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 40px;
}
.device-sp main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 50px auto 0;
}
.device-sp main > footer > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 40px;
  padding: 20px 0 25px;
  border: 1px #ccc 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: #666;
}
.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;
}