@charset "UTF-8";
/* 追加設定
----------------------------------------------- */
/* トップページ
----------------------------------------------- */
/* line 6, top.scss */
article.top {
  /* TOP共通 */
  /* TOP共通ここまで */
}
/* line 9, top.scss */
article.top h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.07em;
  /* mobile */
}
@media print, screen and (max-width: 767px) {
  /* line 9, top.scss */
  article.top h2 {
    font-size: 28px;
    padding: 0 10px;
  }
}
/* line 23, top.scss */
article.top section.top_cover {
  background: url("../images/top/cover.jpg") no-repeat center;
  background-size: cover;
  /* mobile */
}
/* line 26, top.scss */
article.top section.top_cover .wrapper {
  padding: 125px 0 50px;
  display: flex;
}
/* line 29, top.scss */
article.top section.top_cover .wrapper .illust {
  width: 50%;
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
}
/* line 35, top.scss */
article.top section.top_cover .wrapper .copy_area {
  position: relative;
  width: 50%;
}
/* line 38, top.scss */
article.top section.top_cover .wrapper .copy_area .image {
  position: absolute;
  right: 0;
  top: -100px;
}
/* line 43, top.scss */
article.top section.top_cover .wrapper .copy_area h1.copy {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: white;
  font-weight: 200;
  letter-spacing: 0.2em;
}
/* line 48, top.scss */
article.top section.top_cover .wrapper .copy_area h1.copy span:not(.small) {
  display: block;
}
/* line 51, top.scss */
article.top section.top_cover .wrapper .copy_area h1.copy .frame {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  width: 175px;
  border: solid 2px white;
  padding: 8px 0;
  margin-bottom: 15px;
}
/* line 60, top.scss */
article.top section.top_cover .wrapper .copy_area h1.copy .main_copy {
  font-size: 55px;
  margin-bottom: 25px;
}
/* line 63, top.scss */
article.top section.top_cover .wrapper .copy_area h1.copy .main_copy .small {
  font-size: 33px;
}
/* line 67, top.scss */
article.top section.top_cover .wrapper .copy_area h1.copy .detail {
  font-size: 18px;
  margin-bottom: 55px;
  line-height: 1.6em;
}
/* line 73, top.scss */
article.top section.top_cover .wrapper .copy_area a.btn {
  background: #f2bd1c;
  display: block;
  text-align: center;
  color: white;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /* PC */
  width: 240px;
  padding: 20px 0;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  /* line 35, _variables.scss */
  article.top section.top_cover .wrapper .copy_area a.btn:hover {
    background: gainsboro;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 23, top.scss */
  article.top section.top_cover {
    background: url("../images/top/area_bg.png") repeat-x left bottom #f59900;
    background-size: contain;
  }
  /* line 85, top.scss */
  article.top section.top_cover .wrapper {
    padding: 65px 10px 25px;
    display: block;
  }
  /* line 88, top.scss */
  article.top section.top_cover .wrapper .illust {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* line 94, top.scss */
  article.top section.top_cover .wrapper .copy_area {
    width: 100%;
  }
  /* line 96, top.scss */
  article.top section.top_cover .wrapper .copy_area .image {
    right: 0;
    top: -25px;
  }
  /* line 101, top.scss */
  article.top section.top_cover .wrapper .copy_area h1.copy .frame {
    font-size: 16px;
    width: 200px;
    margin-bottom: 15px;
  }
  /* line 106, top.scss */
  article.top section.top_cover .wrapper .copy_area h1.copy .main_copy {
    margin-bottom: 15px;
  }
  /* line 109, top.scss */
  article.top section.top_cover .wrapper .copy_area h1.copy .detail {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6em;
  }
  /* line 115, top.scss */
  article.top section.top_cover .wrapper .copy_area a.btn {
    border: solid 2px white;
  }
}
/* line 124, top.scss */
article.top section.info {
  margin-bottom: 120px;
  background: url("../images/common/stripe_02.png") repeat-x top left;
  padding-top: 100px;
  /* mobile */
}
/* line 128, top.scss */
article.top section.info h2 {
  margin-bottom: 70px;
}
/* line 131, top.scss */
article.top section.info .box {
  position: relative;
  padding: 65px 100px;
  background: white;
  border: solid 1px #e4e2d8;
}
/* line 136, top.scss */
article.top section.info .box ul.news_list {
  width: 100%;
}
/* line 139, top.scss */
article.top section.info .box ul.news_list a li {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
/* line 143, top.scss */
article.top section.info .box ul.news_list a li .date {
  width: 15%;
  font-size: 10px;
  color: #9c9c9c;
  font-family: "Century Gothic", "Avenir-Light", sans-serif;
}
/* line 149, top.scss */
article.top section.info .box ul.news_list a li .title {
  width: 85%;
}
/* line 154, top.scss */
article.top section.info .box ul.news_list a:last-child li {
  margin-bottom: 0;
}
/* line 160, top.scss */
article.top section.info .box .btn {
  position: absolute;
  background: #f2bd1c;
  display: block;
  text-align: center;
  color: white;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /* PC */
  width: 185px;
  padding: 13px 0;
  bottom: -20px;
  right: 50px;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  /* line 35, _variables.scss */
  article.top section.info .box .btn:hover {
    background: gainsboro;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 124, top.scss */
  article.top section.info {
    margin-bottom: 80px;
    padding-top: 70px;
  }
  /* line 174, top.scss */
  article.top section.info h2 {
    margin-bottom: 50px;
  }
  /* line 177, top.scss */
  article.top section.info .box {
    padding: 25px 10px 40px;
  }
  /* line 181, top.scss */
  article.top section.info .box ul.news_list a li {
    margin-bottom: 20px;
  }
  /* line 183, top.scss */
  article.top section.info .box ul.news_list a li .date {
    width: 25%;
  }
  /* line 186, top.scss */
  article.top section.info .box ul.news_list a li .title {
    width: 75%;
  }
  /* line 192, top.scss */
  article.top section.info .box .btn {
    right: 50%;
    transform: translateX(50%);
  }
}
/* line 200, top.scss */
article.top section.otoku {
  margin-bottom: 125px;
  /* mobile */
}
/* line 203, top.scss */
article.top section.otoku .wrapper h2 {
  margin-bottom: 120px;
}
/* line 206, top.scss */
article.top section.otoku .wrapper ul.items {
  display: flex;
}
/* line 208, top.scss */
article.top section.otoku .wrapper ul.items li {
  width: 25%;
  padding: 0 25px;
}
/* line 211, top.scss */
article.top section.otoku .wrapper ul.items li h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  line-height: 1.4em;
}
/* line 219, top.scss */
article.top section.otoku .wrapper ul.items li .picture {
  text-align: center;
  margin-bottom: 30px;
}
/* line 223, top.scss */
article.top section.otoku .wrapper ul.items li p {
  display: block;
  height: 100px;
  font-size: 14px;
  line-height: 1.6em;
}
/* line 229, top.scss */
article.top section.otoku .wrapper ul.items li a.btn {
  background: #f2bd1c;
  display: block;
  text-align: center;
  color: white;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /* PC */
  padding: 15px 0;
  width: 235px;
}
@media print, screen and (min-width: 768px) {
  /* line 35, _variables.scss */
  article.top section.otoku .wrapper ul.items li a.btn:hover {
    background: gainsboro;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 200, top.scss */
  article.top section.otoku {
    margin-bottom: 50px;
  }
  /* line 241, top.scss */
  article.top section.otoku .wrapper h2 {
    margin-bottom: 60px;
  }
  /* line 244, top.scss */
  article.top section.otoku .wrapper ul.items {
    display: block;
  }
  /* line 246, top.scss */
  article.top section.otoku .wrapper ul.items li {
    border-bottom: solid 1px #e4e2d8;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 35px;
  }
  /* line 251, top.scss */
  article.top section.otoku .wrapper ul.items li h3 {
    margin-bottom: 15px;
  }
  /* line 254, top.scss */
  article.top section.otoku .wrapper ul.items li .picture {
    margin-bottom: 15px;
  }
  /* line 257, top.scss */
  article.top section.otoku .wrapper ul.items li p {
    height: auto;
    margin-bottom: 15px;
  }
  /* line 261, top.scss */
  article.top section.otoku .wrapper ul.items li a.btn {
    margin-bottom: 35px;
  }
  /* line 264, top.scss */
  article.top section.otoku .wrapper ul.items li:last-child {
    border-bottom: none;
  }
}
/* line 273, top.scss */
article.top section.okica_area {
  margin-bottom: 125px;
  padding: 120px 0 65px;
  background: url("../images/top/area_bg.png") repeat-x left bottom #fbfaf4;
  /* mobile */
}
/* line 278, top.scss */
article.top section.okica_area .wrapper h2 {
  margin-bottom: 60px;
}
/* line 281, top.scss */
article.top section.okica_area .wrapper .flex {
  display: flex;
}
/* line 283, top.scss */
article.top section.okica_area .wrapper .flex .picture {
  width: 40%;
  text-align: right;
  margin-top: auto;
  margin-bottom: 0;
}
/* line 290, top.scss */
article.top section.okica_area .wrapper .flex .tex p {
  letter-spacing: 0.17em;
  line-height: 2.2em;
  display: block;
  padding: 50px 85px;
}
/* line 295, top.scss */
article.top section.okica_area .wrapper .flex .tex p a {
  color: gray;
  text-decoration: underline;
  /* PC */
}
@media print, screen and (min-width: 768px) {
  /* line 300, top.scss */
  article.top section.okica_area .wrapper .flex .tex p a:hover {
    color: #f2bd1c;
  }
}
/* line 306, top.scss */
article.top section.okica_area .wrapper .flex .tex a.btn {
  background: #f2bd1c;
  display: block;
  text-align: center;
  color: white;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  font-weight: 400;
  font-size: 14px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  /* PC */
  padding: 17px 0;
  width: 240px;
}
@media print, screen and (min-width: 768px) {
  /* line 35, _variables.scss */
  article.top section.okica_area .wrapper .flex .tex a.btn:hover {
    background: gainsboro;
  }
}
@media print, screen and (max-width: 767px) {
  /* line 273, top.scss */
  article.top section.okica_area {
    margin-bottom: 55px;
    padding: 60px 0 65px;
  }
  /* line 319, top.scss */
  article.top section.okica_area .wrapper h2 {
    margin-bottom: 30px;
  }
  /* line 322, top.scss */
  article.top section.okica_area .wrapper .flex {
    display: block;
  }
  /* line 324, top.scss */
  article.top section.okica_area .wrapper .flex .picture {
    width: 65%;
    text-align: center;
    margin: 0 auto;
  }
  /* line 330, top.scss */
  article.top section.okica_area .wrapper .flex .tex p {
    letter-spacing: 0.1em;
    line-height: 1.8em;
    display: block;
    padding: 20px 10px;
  }
  /* line 336, top.scss */
  article.top section.okica_area .wrapper .flex .tex a.btn {
    background: #f2bd1c;
    display: block;
    text-align: center;
    color: white;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    font-weight: 400;
    font-size: 14px;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    /* PC */
    padding: 17px 0;
    width: 240px;
  }
}
@media print, screen and (max-width: 767px) and (min-width: 768px) {
  /* line 35, _variables.scss */
  article.top section.okica_area .wrapper .flex .tex a.btn:hover {
    background: gainsboro;
  }
}

/* line 347, top.scss */
article.top section.trouble {
  margin-bottom: 125px;
  /* mobile */
}
/* line 349, top.scss */
article.top section.trouble h2 {
  margin-bottom: 85px;
}
/* line 352, top.scss */
article.top section.trouble .flex {
  display: flex;
  justify-content: space-between;
}
/* line 355, top.scss */
article.top section.trouble .flex a.trouble_btn {
  display: block;
  width: 48%;
  text-align: center;
  font-size: 18px;
  padding: 20px 25px;
  background: #fbfaf4;
  border: solid 1px #e4e2d8;
  line-height: 1.6em;
}
@media print, screen and (max-width: 767px) {
  /* line 347, top.scss */
  article.top section.trouble {
    margin-bottom: 55px;
  }
  /* line 369, top.scss */
  article.top section.trouble h2 {
    margin-bottom: 55px;
    padding-bottom: 25px;
  }
  /* line 373, top.scss */
  article.top section.trouble .flex {
    display: block;
    padding: 0 10px;
  }
  /* line 376, top.scss */
  article.top section.trouble .flex a.trouble_btn {
    margin-bottom: 15px;
    width: 100%;
    padding: 20px 10px;
  }
  /* line 380, top.scss */
  article.top section.trouble .flex a.trouble_btn img {
    width: 20%;
  }
}

/*# sourceMappingURL=top.css.map */
