/** mixin **/
/** style **/
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

header {
  width: 100%;
  padding: 0;
  height: 88px;
  background: #d6c050;
  position: relative;
}

header .header-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 50px;
  width: auto;
}

@media screen and (max-width: 768px) {
  header .header-logo {
    height: 30px;
  }
}

main {
  background-color: #fcf5e8;
}

main .wrapper {
  width: 100%;
}

main .wrapper .container {
  padding: 30px 0;
  margin: 0 auto;
  width: calc(100% - 100px);
}

@media screen and (min-width: 1550px) {
  main .wrapper .container {
    width: calc(100% - 700px);
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container {
    width: 90%;
  }
}

main .wrapper .container > div {
  width: 100%;
}

main .wrapper .container .comment p {
  font-size: 14px;
  line-height: 1.8;
  font-family: "YakuHanJP", "Noto Sans Japanese", Meiryo, "Yu Gothic Medium", sans-serif;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .comment p {
    font-size: 60%;
  }
}

main .wrapper .container .flex-item {
  width: 100%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .flex-item {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    margin-bottom: 20px;
  }
}

main .wrapper .container .photo {
  height: 180px;
  width: auto;
}

@media screen and (min-width: 1080px) {
  main .wrapper .container .photo {
    height: 230px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .photo {
    height: 120px;
    margin-right: 0;
  }
}

main .wrapper .container .illust {
  height: 100px;
  width: auto;
}

@media screen and (min-width: 1080px) {
  main .wrapper .container .illust {
    height: 120px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .illust {
    height: 80px;
  }
}

main .wrapper .container .num {
  height: 50px;
  width: auto;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .num {
    height: 30px;
  }
}

main .wrapper .container .sec-separation {
  width: 100%;
  min-height: 47px;
  background-image: url("../images/bg-line.png");
  background-repeat: no-repeat;
  background-position: center;
  margin: 100px 0;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec-separation {
    display: none;
  }
}

main .wrapper .container .title {
  margin: 30px 0 120px 0;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .title.flex-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .wrapper .container .title .flex-box {
  width: 50%;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .title .flex-box {
    width: 100%;
    text-align: center;
  }
}

main .wrapper .container .title .ttl-img {
  width: auto;
  height: 145px;
}

@media screen and (min-width: 1550px) {
  main .wrapper .container .title .ttl-img {
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .title .ttl-img {
    height: 100px;
    margin-bottom: 20px;
  }
}

main .wrapper .container .title .comment {
  padding-left: 20%;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .title .comment {
    padding-left: 0;
    text-align: left;
  }
}

main .wrapper .container .sec01 {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01 {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01.flex-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
  }
}

main .wrapper .container .sec01 .flex-box:first-of-type {
  width: 60%;
  position: relative;
  left: 30px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01 .flex-box:first-of-type {
    width: auto;
    left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

main .wrapper .container .sec01 .flex-box:last-of-type {
  width: 40%;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01 .flex-box:last-of-type {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}

main .wrapper .container .sec01 .illust {
  height: 130px;
  width: auto;
}

@media screen and (min-width: 916px) {
  main .wrapper .container .sec01 .illust {
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01 .illust {
    height: 100px;
    position: absolute;
    right: 0;
    top: -60px;
  }
}

main .wrapper .container .sec01 .num {
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01 .num {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01 .comment {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01 .comment img {
    margin: auto 0;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec01 .photo:last-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec02 {
    margin-top: 80px;
  }
}

main .wrapper .container .sec02 .comment {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  main .wrapper .container .sec02 .comment {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec02 .comment {
    margin-bottom: 20px;
  }
}

main .wrapper .container .sec02 .illust:last-of-type {
  height: 190px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec02 .illust:last-of-type {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec02 .illust:first-of-type {
    height: 60px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec02 .num {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec03 {
    margin-top: 80px;
  }
}

main .wrapper .container .sec03 .content-box {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}

main .wrapper .container .sec03 .comment {
  width: 380px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec03 .comment {
    width: 100%;
    margin-bottom: 20px;
  }
}

main .wrapper .container .sec03 .comment .num {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec03 .photo {
    margin-left: 20px;
  }
}

main .wrapper .container .sec03 .photo-large {
  height: 320px;
  width: auto;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec03 .photo-large {
    height: 150px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec04.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec04 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .wrapper .container .sec04 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .wrapper .container .sec04 .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

main .wrapper .container .sec04 .illust {
  height: 100px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec04 .illust {
    height: 60px;
    margin: 20px 0;
  }
}

main .wrapper .container .sec04 .content-box {
  text-align: right;
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec04 .content-box {
    text-align: center;
    padding-right: 0;
  }
}

main .wrapper .container .sec04 .flex-item:last-of-type {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec04 .flex-item:last-of-type {
    margin-bottom: 0;
  }
}

main .wrapper .container .sec04 .comment {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec04 .num {
    margin-bottom: 10px;
  }
}

main .wrapper .container .sec05 {
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec05 {
    margin-top: 80px;
  }
}

main .wrapper .container .sec05 .comment {
  margin: 10px 0 30px 0;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec05 .num {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec06 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec06.flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec06 .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  main .wrapper .container .sec06 .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .wrapper .container .sec06 .order3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .wrapper .container .sec06 .illust {
    height: 70px;
    margin: -20px 0 0 60%;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec06 .num {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec07 {
    margin-top: 80px;
  }
}

main .wrapper .container .sec07 .num {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 1024px) {
  main .wrapper .container .sec07 .num {
    margin: 0 30px 0 150px;
  }
}

main .wrapper .container .sec07 .illust {
  position: relative;
  bottom: 30px;
  height: 80px;
}

@media screen and (min-width: 1024px) {
  main .wrapper .container .sec07 .illust {
    height: 110px;
    right: 50px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec07 .illust {
    height: 60px;
    bottom: 0;
    right: 0;
    margin: 10px 0 20px 0;
  }
}

main .wrapper .container .sec07 .flex-item:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  main .wrapper .container .sec07 .flex-item:first-of-type {
    right: 250px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec07 .flex-item:first-of-type {
    right: 0;
  }
}

main .wrapper .container .sec07 .content-box {
  text-align: center;
  margin-top: 50px;
}

@media screen and (min-width: 1024px) {
  main .wrapper .container .sec07 .content-box {
    text-align: right;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec07 .content-box {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec08 {
    margin-top: 110px;
  }
}

main .wrapper .container .sec08 .flex-item:first-of-type {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec08 .flex-item:first-of-type {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

main .wrapper .container .sec08 .flex-item:first-of-type .comment {
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec08 .flex-item:first-of-type .comment {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    position: relative;
  }
}

main .wrapper .container .sec08 .flex-item:first-of-type .comment .num {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec08 .flex-item:first-of-type .comment .num {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 15px;
  }
}

main .wrapper .container .sec08 .flex-item:first-of-type .illust:first-of-type {
  height: 60px;
}

@media screen and (min-width: 980px) {
  main .wrapper .container .sec08 .flex-item:first-of-type .illust:first-of-type {
    height: 120px;
  }
}

main .wrapper .container .sec08 .flex-item:first-of-type .illust:last-of-type {
  height: 50px;
}

@media screen and (min-width: 980px) {
  main .wrapper .container .sec08 .flex-item:first-of-type .illust:last-of-type {
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec09 {
    margin-top: 80px;
  }
}

main .wrapper .container .sec09 .container-box {
  width: 30%;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec09 .container-box {
    width: 100%;
  }
}

main .wrapper .container .sec09 .container-box img {
  display: block;
  margin: 0 auto;
}

main .wrapper .container .sec09 .container-box .illust {
  height: 60px;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec09 .container-box .illust {
    height: 45px;
  }
}

main .wrapper .container .sec09 .flex-container {
  width: 50%;
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec09 .flex-container {
    margin-top: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec09 .num {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec10 {
    text-align: center;
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec10 .flex-box {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec10 .comment {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  main .wrapper .container .sec10 .num {
    margin-bottom: 10px;
  }
}

main .close {
  position: relative;
  height: 50px;
}

main .close img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer {
  position: relative;
  height: 50px;
}

footer img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

footer .footer-img {
  height: 10px;
  width: auto;
}

@media screen and (max-width: 768px) {
  footer .footer-img {
    height: 8px;
  }
}

/*# sourceMappingURL=sourcemap/akimatsuri2019.css.map */
