@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,sub,sup,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%;
  font: inherit;
  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%;
}
body {
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 1.6;
  font-size: 1.4rem;
}
#bg {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background-image: url(../2019/images/bg.jpg);
  background-position: center bottom;
  background-size: cover;
}
.wrapper{
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
  #bg{
    background-image: none;
    background-color: #81bef5;
  }
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
  text-decoration: none;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}

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

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .spOnly {
    display: none;
  }
}
.f-kw6{
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.f-HMB{
  font-family: "HonMincho-B", serif;
}
/* ===============================================================================
HeaderArea
=============================================================================== */
header .mv{
  width: 100%;
  max-width:960px;
  height: 540px;
  margin: 0 auto;
  background-image: url(../images/202507/mv_pc.jpg);
  background-size: cover;
  background-position: center top;
  position: relative;
  top: 80px;
}
header h1{
  background-image: url(../2019/images/mv_txt@2x.png);
  width: 607px;
  height: 223px;
  top: 28px;
  left: 25px;
  background-size: contain;
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
header .mv p{
  position: absolute;
  top: 45px;
  left: 750px;
}
.nav{
  width: 960px;
  height: 80px;
  background-color: #ffffff;
  position: fixed;
  z-index: 10;
}
#detail .nav{
  margin-top: -120px;
}
.nav .logo{
  display: table-cell;
  width: 472px;
  height: 80px;
  vertical-align: middle;
  padding-left: 27px;
  text-align: right;
  z-index: 300;
  position: relative;
}
.nav .logo img{
  vertical-align: middle;
}
.nav .logo img:last-of-type{
  margin-left: 13px;
  margin-top: 8px;
}
.global-nav {
  position: fixed;
  top: -60vh;
  width: 960px;
  height: 60vh;
  padding-top: 80px;
  background-color: rgba(255,255,255,.95);
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
}
.btn_cart{
  position: absolute;
  right: 90px;
  top: 18px;
  width: 45px;
  height: 45px;
  z-index: 300;
}
.hamburger {
  position: absolute;
  right: 25px;
  top: 18px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 300;
  border: 1px solid #00a84d;
  border-radius: 50%;
}
.global-nav__list {
  margin-top: 20px;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 2vh 14px;
}
.global-nav__item a {
  padding: 10px 0;
  line-height: 0;
  font-size: 1.8rem;
  color: #727171;
}
.hamburger__line {
  position: absolute;
  left: 10px;
  width: 25px;
  height: 1px;
  background-color: #00a84d;
  -webkit-transition: all .6s;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 13px;
}
.hamburger__line--2 {
  top: 21px;
}
.hamburger__line--3 {
  top: 29px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
}
.nav-open .global-nav {
  top: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  top: 21px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  top: 21px;
}
.yodogawa{
  background-color: #ffffff;
  padding: 80px 0 45px;
}
.yodogawa div{
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .1rem;
  color: #231815;
  max-width: 440px;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0px 36px;
}
.yodogawa a{
  color: #666666;
  display: block;
}
.yodogawa ul{
  max-width: 930px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.yodogawa ul li{
  width: 415px;
  margin: 0 25px;
  border-bottom: 1px dotted #666666;
}
.yodogawa dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  position: relative;
}
.yodogawa dl dt{
  max-width: 75px;
}
.yodogawa dl dd{
  white-space: nowrap;
  overflow: auto;
  position: absolute;
  left: 98px;
  letter-spacing: 0;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.yodogawa dl dd span{
  font-size: 2.1rem;
  font-family: "HonMincho-E", serif;
  color: #000;
  display: block;
  padding-top: 3px;
}
.yodogawa ul li:first-of-type{
  border-top: 1px dotted #666666;
}
.yodogawa ul li:nth-of-type(2){
  border-top: 1px dotted #666666;
}

@media screen and (max-width: 768px) {
  .nav{
    width: 100%;
    height: 70px;
  }
  #detail .nav{
    margin-top: -100px;
  }
  .nav .logo{
    width: 100%;
    height: 70px;
    padding-left: 4%;
    text-align: left;
  }
  header .mv{
    background-image: url(../images/202507/mv_sp.jpg);
    height: 0;
    padding-top: 82.3125%;
    top: 70px;
  }
  header h1{
    width: 64%;
    height: 28%;
    top: 5.61%;
    left: 3%;
  }
  header .mv p{
    width: 80px;
    height: 80px;
    top: 6.83%;
    left: auto;
    right: 1.6%;
  }
  .nav .logo img:first-of-type{
    width: 43.781%;
  }
  .nav .logo img:last-of-type{
    width: 38.156%;
    margin-left: 0;
    display: block;
  }
  .btn_cart {
    width: 38px;
    height: 38px;
    right: 16%;
    top: 23%;
  }
  .hamburger{
    width: 38px;
    height: 38px;
    right: 3%;
    top: 23%;
  }
  .hamburger__line{
    left: 8px;
    width: 20px;
  }
  .hamburger__line--1 {
    top: 11px;
  }
  .hamburger__line--2 {
    top: 17px;
  }
  .hamburger__line--3 {
    top: 24px;
  }
  .nav-open .hamburger__line--1{
    top: 18px;
  }
  .nav-open .hamburger__line--3{
    top: 18px;
  }
  .global-nav{
    width: 100%;
    padding-top: 70px;
  }
  .global-nav__list{
    margin-top: 4vh;
  }
  .global-nav__item{
    padding: 1.2vh 0;
  }
  .global-nav__item a{
    font-size: 1.6rem;
  }
  .yodogawa div{
    font-size: 1.6rem;
    padding: 19px 0px 23px;
  }
  .yodogawa ul li{
    width: 90%;
    margin: 0 auto;
  }
  .yodogawa ul li:nth-of-type(2){
    border-top: none;
  }
  .yodogawa dl{
    padding: 8px 0;
  }
  .yodogawa dl dt {
    max-width: 60px;
  }
  .yodogawa dl dd{
    white-space: normal;
    font-size: 1.2rem;
    left: 78px;
  }
  .yodogawa dl dd span{
    font-size: 1.6rem;
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
h2::before{
  content: '';
  display: inline-block;
  background-image: url(../2019/images/icon_ha@2x.png);
  background-size: contain;
  width: 101px;
  height: 114px;
  vertical-align: middle;
  position: absolute;
  top: 20px;
  left: 40px;
}
h2{
  font-size: 1.6rem;
  position: relative;
  padding: 36px 0 30px 158px;
}
h2 span{
  font-size: 3.4rem;
  font-family: "HonMincho-B", serif;
  display: block;
  padding-bottom: 5px;
}
.intro{
  margin-top: 120px;
  background-color: #FFFFFF;
}
.intro h4{
  font-size: 1.5rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  margin-bottom: 1em;
}
.intro .wrapper div:first-of-type{
  font-size: 1.5rem;
}
.intro .wrapper div:last-of-type{
  color: #727171;
}
.intro .wrapper div:last-of-type p{
  line-height: 2.6;
}
.intro .wrapper div ul{
  list-style: disc;
  padding-left: 1em;
}
.intro .wrapper{
  padding-bottom: 50px;
  line-height: 1.9;
}
.products{
  background-color: #FFFFFF;
  margin-top: 50px;
}
.products .wrapper,
.intro .wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: 50px auto 0;
}
.intro .wrapper div{
  width: 49%;
}
#detail .products{
  padding-top: 10px;
}
.product{
  width: 340px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.product.atari{
  margin-top: 79px;
}
.product h3{
  font-size: 2.1rem;
  font-family: "HonMincho-B", serif;
}
.product p{
  margin-bottom: 20px;
}
.product .value{
  font-size: 1.8rem;
  font-family: "HonMincho-B", serif;
  padding-top: 4px;
}
.product .value span:last-of-type{
  font-size: 1.2rem;
}
.product .desc{
  margin: 15px 0 10px;
  color: #727171;
  font-size: 13px;
}
.product .note{
  border-top: 1px dotted #666666;
  padding: 10px 0 18px;
  color: #727171;
  font-size: 12px;
}
.product .btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products .btn a{
  font-size: 1.5rem;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.products .btn div:first-of-type a{
  border: 1px solid;
  border-radius: 4px;
  color: #00a84d;
  width: 160px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.products .btn div:last-of-type a{
  border: 1px solid;
  border-radius: 4px;
  background-color: #e83820;
  color: #FFFFFF;
  width: 160px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.products .btn div:last-of-type a.sold{
  background-color: #959595;
  pointer-events: none;
}
.products .btn .stock{
  display: block;
  text-align: center;
  font-size: 1.2rem;
  color: #e83820;
}
#detail .products .btn div:first-of-type a{
  color: #727171;
  font-size: 1.3rem;
  font-family: "Koburina Gothic W3 JIS2004", sans-serif;
}
@media screen and (max-width: 768px) {
  h2::before{
    width: 60px;
    height: 68px;
    top: 10px;
    left: 10px;
  }
  h2{
    font-size: 1.2rem;
    padding: 20px 0 16px 80px;
  }
  h2 span{
    font-size: 2.4rem;
    padding-bottom: 0px;
  }
  .products{
    margin-top: 30px;
  }
  .intro{
    margin-top: 100px;
  }
  .intro .wrapper div:last-of-type{
    border-top: dotted 1px #666666;
    margin-top: 1em;
    padding-top: 1em;
  }
  .intro .wrapper {
    width: 85%;
    margin: 24px auto 0;
    padding-bottom: 25px;
  }
  .intro .wrapper div{
    width: 100%;
  }
  .product{
    width: 100%;
    margin-bottom: 40px;
  }
  .product.atari{
    margin-top: 20px;
  }
  .product h3{
    font-size: 1.9rem;
  }
  .products .wrapper{
    width: 78%;
    margin: 34px auto 0;
  }
  .product p{
    width: 83%;
    margin: 0 auto 10px;
  }
  .product .value{
    font-size: 1.6rem;
    padding-top: 0;
  }
  .product .desc{
    margin: 10px 0;
  }
  .products .btn a{
    font-size: 1.3rem;
  }
  .products .btn div{
    width: 47%;
  }
  .products .btn div:first-of-type a,
  .products .btn div:last-of-type a{
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  #detail .products .btn div:first-of-type a{
    font-size: 1.1rem;
    letter-spacing: -.1rem;
  }
}
/* ===============================================================================
demerit
=============================================================================== */
#demerit .intro .wrapper{
  max-width: 540px;
  width: 90%;
}
#demerit h4{
  margin-bottom: 2em;
}
#demerit dl dt{
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
  color: #979B1D;
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 20px 40px;
}
#demerit dl dt::after{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/store/nihoncha/2012/images/red_mark.png);
  background-size: contain;
  position: absolute;
  top: 5px;
  left: 10px;
}
#demerit dl dd{
  padding: 0 0 30px 40px;
}
#demerit .wrapper div{
  width: 100%;
  color: #000;
}
#demerit .intro .wrapper div:last-of-type{
  border: none;
}
#demerit .intro .wrapper a{
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  #demerit dl dd {
    padding: 0 0 30px 15px;
  }
  #demerit dl dt{
    padding: 0 0 10px 30px;
  }
  #demerit dl dt::after{
    width: 15px;
    height: 15px;
    top: 6px;
  }
}
/* ===============================================================================
how
=============================================================================== */
#how .intro .wrapper div{
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
  color: #000;
}
#how  h1{
  font-family: "HonMincho-B", serif;
  font-size: 2.4rem;
  padding: 20px 0 60px;
}
#how h4{
  margin-bottom: 2em;
}
#how .intro .wrapper ul {
	list-style: none;
}
#how .intro .wrapper ul li {
  line-height: 2;
  padding-left: 60px;
  padding-bottom: 30px;
  position: relative;
}
#how .intro .wrapper ul li:nth-of-type(1) {
  background: url(/store/nihoncha/2012/images/how_no1.png) left top no-repeat;
  background-size: 40px auto;
}
#how .intro .wrapper ul li:nth-of-type(2) {
  background: url(/store/nihoncha/2012/images/how_no2.png) left top no-repeat;
  background-size: 40px auto;
}
#how .intro .wrapper ul li:nth-of-type(3) {
  background: url(/store/nihoncha/2012/images/how_no3.png) left top no-repeat;
  background-size: 40px auto;
}
#how .intro .wrapper ul li:nth-of-type(4) {
  background: url(/store/nihoncha/2012/images/how_no4.png) left top no-repeat;
  background-size: 40px auto;
}
#how .intro .wrapper ul li:nth-of-type(5) {
  background: url(/store/nihoncha/2012/images/how_no5.png) left top no-repeat;
  background-size: 40px auto;
}
#how .intro .wrapper ul li:nth-of-type(6) {
  background: url(/store/nihoncha/2012/images/how_no6.png) left top no-repeat;
  background-size: 40px auto;
}
#how .intro .wrapper ul li:nth-of-type(7) {
  background: url(/store/nihoncha/2012/images/how_no7.png) left top no-repeat;
  background-size: 40px auto;
}
#how .intro .wrapper ul li:nth-of-type(8) {
  background: url(/store/nihoncha/2012/images/how_no8.png) left top no-repeat;
  background-size: 40px auto;
}
#how .intro .wrapper div.line{
  max-width: 800px;
  margin: 30px auto;
  border-top: 1px dotted #666666;
}
#how .intro .wrapper div p{
  line-height: 1.7;
}
#how h5{
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#how h5:last-of-type{
  margin-top: 40px;
}
#how  .office img{
  position: absolute;
  top: -210px;
  right: -120px;
}
#how  .home img{
  position: absolute;
  top: -210px;
  right: -120px;
}
@media screen and (max-width: 768px) {
  #how .intro .wrapper ul{
    padding-left: 0;
  }
  #how .intro .wrapper ul li{
    padding-left: 40px;
    padding-bottom: 10px;
  }
  #how .intro .wrapper ul li:nth-of-type(1),
  #how .intro .wrapper ul li:nth-of-type(2),
  #how .intro .wrapper ul li:nth-of-type(3),
  #how .intro .wrapper ul li:nth-of-type(4),
  #how .intro .wrapper ul li:nth-of-type(5),
  #how .intro .wrapper ul li:nth-of-type(6),
  #how .intro .wrapper ul li:nth-of-type(7),
  #how .intro .wrapper ul li:nth-of-type(8) {
    background-size: 30px auto;
  }
  #how .intro .wrapper div p{
    font-size: 1.2rem;
  }
  #how .intro .wrapper div:last-of-type{
    border: none;
  }
  #how h1{
    font-size: 2rem;
    padding: 40px 0 20px;
  }
  #how h5{
    font-size: 1.4rem;
  }
  #how .office img{
    position: relative;
    top: 0px;
    right: 0;
    width: 80%;
  }
  #how .home img{
    position: relative;
    top: 20px;
    right: 0;
    width: 80%;
  }
}
/* ===============================================================================
itoi
=============================================================================== */
#itoi .intro .wrapper{
  max-width: 500px;
  width: 90%;
  font-size: 1.6rem;
}
#itoi h1{
  font-family: "HonMincho-B", serif;
  font-size: 2.4rem;
  padding: 60px 0 40px;
}
#itoi .intro .wrapper dl{
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#itoi .intro .wrapper dt{
  width: 20%;
  padding: 0 5% 0 0;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2em;
  letter-spacing: .1em;
  white-space: nowrap;
}
#itoi .intro .wrapper dd{
  margin: 0 0 2em 0;
  width: 80%;
  line-height: 2em;
}
#itoi .intro .wrapper div{
  width: 100%;
  color: #000;
  border: none;
}
#itoi .intro .wrapper div.conv .image{
  max-width: 450px;
  padding-bottom: 2em;
}
#itoi .intro .wrapper div.conv a{
  color: #FF0000;
}
.linedot{
  width: 800px;
  margin: 30px auto;
  border-top: 1px dotted #666666;
}
@media screen and (max-width: 640px) {
  #itoi .intro .wrapper dl{
    display: block;
  }
  #itoi .intro .wrapper .image img{
    width: 100%;
  }
  #itoi .intro .wrapper div{
    width: 100%;
  }
  #itoi .intro .wrapper dt{
    text-align: left;
  }
  #itoi .intro .wrapper dd{
    width: 100%;
  }
  #itoi .intro .wrapper div:last-of-type{
    border: none;
  }
  #itoi h1{
    font-size: 2rem;
    padding: 40px 0 20px;
  }
  .linedot{
    width: 90%;
  }

}
/* ===============================================================================
FooterArea
=============================================================================== */
footer{
  margin-top: 40px;
  background-color: #FFFFFF;
}
footer .inner {
  max-width: 857px;
  padding: 40px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .share li {
  margin: 0 52px 0 0;
  line-height: 40px;
}
footer li span {
  display: block;
  vertical-align: middle;
}
footer .share_title {
  border-top: 1px solid #00a84d;
  border-bottom: 1px solid #00a84d;
  font-size: 12px;
  letter-spacing: .21rem;
  color: #00a84d;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
footer .hobo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50px;
  right: 0;
}
footer .hobo li {
  margin: 0 0 0 50px;
}
footer .line{
  border-top: 1px dotted #666666;
}
footer .inner2{
  max-width: 860px;
  margin: 0 auto;
  font-size: 13px;
}
footer .link a{
  color: #727171;
}
footer .link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 21px;
}
footer .link li{
  margin: 8px 35px 0 0;
}
footer .copyright {
  padding: 20px 0 30px;
  text-align: center;
  font-size: 11px;
  letter-spacing: .4em;
  color: #727171;
}
@media screen and (max-width: 768px){
  footer .inner {
    padding: 40px 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  footer .share {
    width: 77%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 30px auto;
  }
  footer .share li {
    margin: 0;
  }
  footer .hobo {
    width: 77%;
    position: relative;
    top: 0;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .hobo li {
    width: 50%;
    margin: 0;
    display: block;
  }
  footer .hobo li.email{
    width: 35%;
  }
  footer .link{
    display: block;
    font-size: 1.2rem;
    line-height: 1.8;
    width: 77%;
    margin: 5px auto;
  }
  footer .copyright{
    width: 77%;
    text-align: left;
    margin: 0 auto;
    letter-spacing: .1em;
  }
}
