@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #fef4e8;
}
p,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
dt,
dd,
form,
iframe,
section,
div {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style-type: none;
}
* {
  box-sizing: border-box;
}
p {
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 0.6pt;
}
img,
iframe {
  vertical-align: bottom;
}
.sp {
  display: none;
}
#header,
#banners,
#trailer,
#main,
#footer {
  min-width: 980px;
}

#headbanner {
  width: 100%;
}
#headbanner a.btn-joeikai {
  display: block;
  position: relative;
  width: 100%;
  background: #fff3f3;
  text-align: center;
}
#headbanner a.btn-joeikai img {
  width: 375px;
  height: auto;
}
#headbanner a.btn-joeikai:hover {
  opacity: 0.8;
  cursor: pointer;
}
#headbanner a.btn-joeikai span.bird {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 66px;
  margin-left: 260px;
}
#headbanner a.btn-joeikai span.bird img {
  width: 66px;
  height: auto;
}
/* ---------------------

digital

-----------------------*/
#digital {
  clear: both;
  padding: 56px 0 80px;
  background: #fef4e8;
  position: relative;
}
#digital #page-title {
  width: 640px;
  margin: 0 auto 35px;
}
#digital .page-subtitle {
  width: 480px;
  margin: 0 auto 35px;
}
#digital #page-title img,
#digital .page-subtitle img {
  width: 100%;
  height: auto;
}
#digital .inner {
  width: 960px;
  background: #fff;
  padding: 50px 50px 80px;
  margin: 0 auto;
  position: relative;
}
#digital .area-title {
  font-size: 21px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
#digital .digital-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  width: 660px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 35px;
}
#digital .digital-lists li img {
  width: 100%;
  height: auto;
}

#digital .deco1 {
  position: absolute;
  top: 0;
  right: 8px;
}
#digital .deco2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#digital .deco3 {
  position: absolute;
  top: -30px;
  right: 10px;
}
#digital .digital-text {
  width: 100%;
}

/* ---------------------

SP

-----------------------*/
@media screen and (max-width: 760px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #header,
  #banners,
  #trailer,
  #main,
  #footer {
    min-width: inherit;
  }

  section,
  div,
  dl,
  dt,
  dd,
  p,
  img {
    width: 100% !important;
    height: auto;
  }
  p {
    font-size: 13px;
    line-height: 1.8em;
    letter-spacing: 0.3pt;
  }
  /* ---------------------

digital

-----------------------*/
  #digital {
    clear: both;
    padding: 30px 0 0px;
    background: #fef4e8;
    position: relative;
  }
  #digital #page-title {
    width: 100%;
    box-sizing: border-box;
    padding: 0 6%;
    margin: 0 auto 15px;
  }
  #digital .page-subtitle {
    width: 80% !important;
    max-width: 420px;
    margin: 0 auto 20px;
  }
  #digital .inner {
    width: 100%;
    background: #fff;
    padding: 30px 30px 80px;
    margin: 0 auto;
    position: relative;
  }
  #digital .area-title {
    font-size: 18px;
    padding: 0;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
  }
  #digital .digital-lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin: 0 auto 35px;
    padding: 0 20px;
    width: 100%;
  }

  #digital .deco1 {
    position: absolute;
    top: 0;
    right: 8px;
  }
  #digital .deco2 {
    position: absolute;
    width: 80px !important;
    bottom: 20px;
    left: 20px;
  }
  #digital .deco3 {
    position: absolute;
    width: 62px !important;
    top: -30px;
    right: 10px;
  }
  #digital .digital-text {
    width: 100%;
  }
}
