@charset "UTF-8";

.d-none {
  display: none;
}

/*header*/
.h-main {
  height: 100px;
  border-bottom: 1px solid #a79e7f;
}

.h-inner {
  height: 100px;
}

.l-inner {
  width: 1000px;
  margin: 0 auto;
}

.l-sideWrp--both {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-linkBlock {
  display: block;
  margin-top: 8px
}

.h-logoBox_logo {
  width: 166px;
}

.h-btnBox {
  position: relative;
  width: 190px;
  height: 35px;
  text-align: center;
  border-radius: 5px;
  background-color: #5a3c00;
}

.h-btnBox:hover {
  opacity: .7;
}

.h-btnBox::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 9px;
  height: 10px;
  margin: auto 0;
  content: '';
  background-image: url(../img/icon_triangle.svg);
}

.h-btnBox::before:hover {
  opacity: .7
}

.h-btnBox_btn {
  font-size: 13px;
  font-weight: 700;
  line-height: 35px;
  display: block;
  padding-left: 20px;
  letter-spacing: .06em;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .l-inner {
    width: 93%;
  }
}

@media screen and (max-width: 380px) {
  .h-logoBox_logo {
    width: 105px;
  }
}


/*footer*/
.f-main {
  height: 50px;
  color: #5a3c00;
  border-top: 1px solid;
}

.f-inner {
  height: 50px;
}

.f-copy {
  font-size: 12px;
  font-weight: 400;
  line-height: 3.6;
  text-align: center;
  letter-spacing: .04em;
  color: #000;
}


/*common*/
* {
  box-sizing: border-box;
}

body {
  position: relative;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-warning {
  color: #d71818;
  font-size: 14px;
}


/*mv*/
.mv {
  background: url(../img/bg_mv_pc.png), #FFFDF0;
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 20vw;
  position: relative;
}

.mv img {
  width: 868px;
  max-width: 100%;
  margin: 0 auto 50px;
  display: block;
}

.mv-text {
  text-align: center;
  padding-bottom: 50px;
}

.search {
  width: 780px;
  margin: 0 auto;
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-text {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  font-size: 14px;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.form-group .form-label {
  width: calc(100% - 420px);
}

.form-group .form-control {
  width: 420px;
}

.form-group .form-control select {
  width: 100%;
  height: 36px;
}

.btn-search {
  font-size: 18px;
  font-weight: bold;
  width: 200px;
  padding: 8px 0;
  margin: 30px auto 0 auto;
  border-radius: 100px;
  border: 1px solid #77c0e5;
  background-color: #9FD9F6;
  display: block;
  cursor: pointer;
}

.btn-search:hover {
  opacity: 0.8;
}

.main {
  background: url(../img/bg.png), linear-gradient(#9FD9F6, #6BC7F1 500px);
  background-size: 1vw;
}

.comic {
  width: 400px;
  margin: 80px auto;
}

.comic img {
  width: 100%;
  margin: 8px 0;
}

.appendix {
  width: 780px;
  margin: 60px auto;
  padding: 60px 80px;
  background-color: rgba(255, 255, 255, 0.9);
}

.appendix-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.appendix-title-left {
  margin-right: 40px;
}

.appendix-title-right {
  width: 100px;
}

.book-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

.web-furoku {
  width: 100%;
  background-color: #9FD9F6;
  text-align: center;
  font-weight: bold;
}

.appendix-title-right .cover {
  width: 100%;
  border: 1px solid #999999;
}

.appendix-contents {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 50px;
}

.appendix-contents ul {
  list-style: none;
}

.appendix-item {
  width: 294px;
  margin-right: 32px;
  margin-bottom: 48px;
}

.appendix-item:nth-child(even) {
  margin-right: 0;
}

.appendix-item a:hover {
  text-decoration: underline;
}

.appendix-item a:hover img {
  opacity: 0.8;
}

.appendix-item .appendix-img {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.appendix-item .appendix-img img {
  height: 70px;
}

.appendix-item .appendix-name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 4px;
}

.appendix-memo {
  font-size: 12px;
  margin-top: 4px;
}

.btn-wrapper {
  width: 780px;
  margin: 60px auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.btn {
  width: 48%;
}

.btn img {
  width: 100%;
}


@media screen and (max-width: 768px) {
  .mv {
    background: url(../img/bg_mv_sp.png), #FFFDF0;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 26vw;
  }

  .mv picture {
    width: calc(100% - 120px);
    margin: 0 auto 30px;
    display: block;
  }

  .mv picture img {
    width: 100%;
  }

  .mv-text {
    padding-bottom: 20vw;
  }

  .search {
    width: calc(100% - 40px);
    padding: 30px 20px;
  }

  .form-group {
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 12px;
  }

  .form-group .form-label {
    width: 100%;
  }

  .form-group .form-control {
    width: 100%;
  }

  .comic {
    width: calc(100% - 40px);
    max-width: 400px;
    margin: 40px auto;
  }

  .appendix {
    width: calc(100% - 40px);
    padding: 36px;
  }

  .appendix-title {
    flex-direction: column-reverse;
  }

  .appendix-title-left {
    width: 100%;
    margin-right: 0;
  }

  .appendix-title-right {
    width: 100px;
    margin-bottom: 8px;
  }

  .web-furoku {
    margin-top: 4px;
  }

  .appendix-title-right .cover {
    width: 100%;
    border: 1px solid #999999;
  }

  .appendix-item {
    width: 100%;
    margin-right: 0;
  }

  .btn-wrapper {
    width: calc(100% - 40px);
    padding-bottom: 40px;
  }

  .btn {
    max-width: 400px;
  }
}


@media screen and (max-width: 576px) {
  .search-text {
    margin-bottom: 16px;
    text-align: left;
  }

  .btn-wrapper {

    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
  }
}
