/* CSS Document */
@media (min-width: 900px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
}
@media (max-width: 900px) {
  .repc {
    display: none;
  }
  .resp {
    display: block !important;
  }
  img.resp {
    display: inline-block;
  }
}
body {
  font-size: 1.3rem;
  position: relative;
}

body a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#contents {
  position: relative;
  width: 100%;
}
#contents #main {
  z-index: 500;
}

body {
  background: url(../images/bg_body.jpg) no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.logo_kotonoha {
  margin: 0 1rem;
}

header {
  text-align: center;
  padding-top: 1rem;
}
header h1 {
  width: 100%;
  max-width: 508px;
  margin: auto;
}
header h1 img {
  width: 100%;
}
header p {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

h2 {
  color: #408040;
  font-weight: bold;
  background: rgba(216, 255, 220, 0.7);
  padding: 1rem;
}

.box_titlelist h2 {
  text-align: center;
}
.box_titlelist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box_titlelist ul li {
  font-size: 0.8rem;
  text-align: center;
  position: relative;
}
@media (min-width: 900px) {
  .box_titlelist ul li {
    width: 100px;
    margin: 10px;
  }
}
@media (max-width: 900px) {
  .box_titlelist ul li {
    width: 23%;
    margin: 1%;
  }
}
.box_titlelist ul li:hover {
  opacity: 0.7;
}
.box_titlelist ul li img {
  width: 100%;
}
.box_titlelist ul li p {
  margin: 0.3rem;
}
.box_titlelist ul li .ico_new {
  background: red;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 3px;
  position: absolute;
  top: -1rem;
  left: calc(50% - 1.2rem);
}

section#gokusai03 {
  background: url(../images/bg_gokusai03.jpg) no-repeat top left;
  background-size: cover;
}
@media (max-width: 900px) {
  section#gokusai03 {
    background: url(../images/bg_gokusai03_s.jpg) repeat-y top left;
    background-size: 100% auto;
  }
}

section#yowahamu {
  background: url(../images/bg_yowahamu.jpg) no-repeat top left;
  background-size: cover;
}
@media (max-width: 900px) {
  section#yowahamu {
    background: url(../images/bg_yowahamu_s.jpg) repeat-y top left;
    background-size: 100% auto;
  }
}

section#omawarisan5 {
  background: url(../images/bg_omawarisan5.jpg) no-repeat top left;
  background-size: cover;
}
@media (max-width: 900px) {
  section#omawarisan5 {
    background: url(../images/bg_omawarisan5_s.jpg) repeat-y top left;
    background-size: 100% auto;
  }
}

section#tokimekinail {
  background: url(../images/bg_tokimekinail.jpg) no-repeat top left;
  background-size: cover;
}
@media (max-width: 900px) {
  section#tokimekinail {
    background: url(../images/bg_tokimekinail_s.jpg) repeat-y top left;
    background-size: 100% auto;
  }
}

section {
  padding: 2rem;
  border-bottom: 20px #fff solid;
}

h3 {
  text-align: center;
  padding: 1rem;
  margin: 0;
  font-size: 1.2rem;
  color: #408040;
}

h4 {
  text-align: center;
  padding: 0;
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}

.box_cont {
  font-size: 1rem;
  margin: auto;
}
@media (min-width: 900px) {
  .box_cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 800px;
  }
}
.box_cont .box_movie {
  text-align: center;
}
@media (min-width: 900px) {
  .box_cont .box_movie {
    width: 320px;
  }
}
.box_cont .box_movie img {
  width: 100%;
  max-width: 390px;
  border: 2px solid #fff;
}
@media (max-width: 900px) {
  .box_cont .box_movie img {
    width: 70%;
    max-width: 390px;
    margin-top: 1rem;
  }
}
.box_cont .box_songinfo {
  background: rgba(255, 255, 255, 0.7);
  padding: 20px;
  text-align: center;
  line-height: 1.2rem;
  margin: 0 20px 0 0;
  font-size: 0.9rem;
  word-break: break-all;
}
@media (min-width: 900px) {
  .box_cont .box_songinfo {
    width: 390px;
  }
}
@media (max-width: 900px) {
  .box_cont .box_songinfo {
    margin: 0;
  }
}
.box_cont .box_songinfo img {
  width: 100%;
  margin: 0.5rem 0;
}
.box_cont .box_songinfo a {
  color: #408040;
}

.box_link a {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.7rem;
  margin: 2rem auto;
  width: 100%;
  max-width: 750px;
  text-decoration: none;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #000;
}
@media (max-width: 900px) {
  .box_link a {
    font-size: 1rem;
    width: calc(100% - 1.5rem);
  }
}
.box_link a.link_full {
  background: #eb901b;
}
.box_link a.link_special {
  background: #aacd06;
}
.box_link a:hover {
  opacity: 0.7;
}
.box_link a img {
  margin: -0.5rem 0.5rem;
}
@media (max-width: 900px) {
  .box_link a img {
    width: 1.8rem;
    margin: -0.3rem 0.3rem;
  }
}

@media (max-width: 769px) {
  .fancybox-content {
    position: absolute;
    top: 2%;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  #contents #movie h3 {
    margin-top: 0px !important;
  }
}
footer {
  text-align: center;
  font-size: 0.8rem;
  color: #aacd06;
}

.gotop {
  position: fixed;
  right: 5%;
  bottom: 0;
  text-align: center;
  z-index: 100;
}
@media (max-width: 900px) {
  .gotop {
    right: calc(50% - 107px);
  }
}
.gotop:hover {
  opacity: 0.7;
}
.gotop p {
  background: url(/images/bg_gotop.png) no-repeat center bottom;
  width: 214px;
  height: 30px;
  margin: 0;
  padding-top: 44px;
  font-size: 1.2rem;
}/*# sourceMappingURL=common.css.map */