@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;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
body {
  background-color: #f1efe4;
}
.spOnly{
  display: none;
}
img {
  width: initial;
}
@media screen and (min-width: 641px) {
  .btn-permeate {
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
  }
  .btn-permeate:hover {
    opacity: .4; 
  }  
}
@media screen and (max-width: 640px) {
  br:not(.sp-br){
    display: none;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}
/* ===============================================================================
Main
=============================================================================== */
.bonus {
  width: 500px;
  margin: 100px auto 0;
  text-align: center;
  border: 5px solid;
  background: url(/store/techo/ja/magazine/tt_report/img/bg_bonus.png);
}
.bonus .inner {
  border: 2px solid;
  margin: 5px;
  position: relative;
  padding-bottom: 30px;
  background: none;
}
.bonus .title {
  display: flex;
  margin: -35px 0 10px -50px;
  justify-content: space-between;
  max-width: 455px;
  width: 76vw;
  align-items: flex-end;
}
.bonus .title p {
  line-height: 0;
}
.bonus .title p img {
  zoom: .5;
}
.bonus .img {
  position: relative;
}
.bonus .img img {
  margin: 0 auto;
}
.bonus .img::before {
  content: "";
  display: block;
  background: url(/store/techo/ja/magazine/tt_report/img/illust_bonus.svg) no-repeat;
  background-size: contain;
  position: absolute;
  width: 62px;
  height: 75px;
  top: -70px;
  right: 10px;
}
.link {
  text-align: center;
  padding: 2em 0;
}
.link a::after {
  content: '';
  display: inline-block;
  background: url(../img/bonus_link.svg) no-repeat;
  background-size: contain;
  width: 39px;
  height: 27px;
  margin-left: .5em;
}
.link a {
  text-decoration: none;
  color: #333333;
  font-family: 'Aoto Gothic Bold', sans-serif;
  font-size: 2.1rem;
}
.link a span {
  font-size: 3.5rem;
}

@media screen and (max-width: 640px) {
  .bonus {
    width: 89.47vw;
    margin: 15vw auto 0;
    border: 1.2vw solid;
  }
  .bonus .inner {
    padding-bottom: 6vw;
  }
  .bonus h3 {
    width: 43.71vw;
  }
  .bonus .title {
    margin: -10vw 0 2vw -5vw;
    -moz-column-gap: 5.5vw;
         column-gap: 5.5vw;
  }
  .bonus .title p {
    width: 28vw;
  }
  .bonus .img {
    width: 87%;
    margin: 0 auto;
  }
  .bonus .img::before {
    width: 13.5vw;
    height: 0;
    padding-top: 19.6%;
    top: -12.5vw;
    right: -5vw;
  }
  .link a {
    text-decoration: none;
    color: #333333;
    font-family: 'Aoto Gothic Bold', sans-serif;
    font-size: 1.6rem;
  }
  .link a span {
    font-size: 2.2rem;
  } 
  .link a::after {
    width: 32px;
    height: 22px;
  }   
}