@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
/*////////////////////////////
FAUNDATION
////////////////////////////*/
html {
  font-size: 62.5%;
}

body {
  color: #333333;
  font: 1.6rem/1 'Noto Sans JP', sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
  color: #333333;
}

a:hover {
  opacity: .9;
}

main {
  display: block;
}

/*////////////////////////////
.header
////////////////////////////*/
.header {
  margin-bottom: 70px;
}

.header_nav {
  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;
  max-width: 1000px;
  height: 70px;
  margin: 0 auto;
  padding: 0 15px;
}

.header_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_sns > li:not(:last-child) {
  margin-right: 15px;
}

.header_sns > li > a > img {
  width: 30px;
  height: 30px;
}

.header_kv {
  padding: 66px 15px 41px;
  background: #1aa78b;
  text-align: center;
}

@media (max-width: 800px) {
  .header {
    margin-bottom: 50px;
  }
  .header_nav {
    height: 60px;
  }
  .header_one {
    width: 70%;
  }
  .header_kv {
    padding: 30px 15px;
  }
  .header_kv img {
    max-width: 600px;
    width: 100%;
  }
}

/*////////////////////////////
.main
////////////////////////////*/
.lead {
  max-width: 1000px;
  margin: 0 auto 70px;
  padding: 0 15px;
  text-align: center;
}

@media (max-width: 800px) {
  .lead {
    margin: 0 auto 50px;
  }
  .lead img {
    max-width: 500px;
    width: 100%;
  }
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 70px;
  padding: 0 15px;
}

.about_one {
  margin-right: 40px;
}

.about_box {
  padding-top: 40px;
}

.about_txt {
  margin-bottom: 35px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}

.about_txt > span {
  color: #1aa78b;
}

@media (min-width: 801px) and (max-width: 1001px) {
  .about_box {
    padding-top: 0;
  }
}

@media (max-width: 800px) {
  .about {
    display: block;
    margin: 0 auto 50px;
  }
  .about_one {
    margin-right: 0;
    text-align: center;
  }
  .about_one > a > img {
    max-width: 400px;
    width: 100%;
  }
  .about_box {
    padding-top: 20px;
  }
  .about_txt {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .about_btn {
    margin: 0 auto;
  }
}

.special {
  max-width: 1000px;
  margin: 0 auto 70px;
  padding: 40px;
  border: 1px solid #1aa78b;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.special_head {
  margin-bottom: 20px;
}

.special_cm {
  display: block;
  margin: 0 auto;
  padding: 20px;
}

.special_inner {
  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;
}

.special_txt {
  margin-bottom: 20px;
  line-height: 1.75;
}

.special_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.special_guide {
  margin-right: 10px;
}

.special_comment {
  margin-bottom: 40px;
  line-height: 1.75;
}

.special_comment > span {
  color: #1aa78b;
  font-weight: bold;
}

.special_img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: left;
}

@media (max-width: 800px) {
  .special {
    margin: 0 15px 50px;
    padding: 20px 15px;
  }
  .special_head {
    margin-bottom: 20px;
    text-align: center;
  }
  .special_head img {
    max-width: 470px;
    width: 100%;
  }
  .special_inner {
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .special_txt > br {
    display: none;
  }
  .special_guide {
    max-width: 240px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .special_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .special_audee img {
    max-width: 130px;
  }
  .special_comment {
    margin-bottom: 20px;
  }
  .special_comment > span {
    display: block;
  }
  .special_comment > br {
    display: none;
  }
  .special_img {
    width: 85%;
    max-width: 350px;
    margin: 0 auto;
  }
  .special_cm {
    padding: 0;
  }
}

@media (max-width: 480px) {
  .special_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.present {
  padding: 40px 15px;
  background: url(../../img/bg_present.png);
}

.present_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 15px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

.present_head {
  margin-bottom: 30px;
  text-align: center;
}

.present_txt {
  margin-bottom: 20px;
  text-align: center;
}

.present_img {
  margin-bottom: 20px;
  text-align: center;
}

.present_list {
  max-width: 700px;
  margin: 0 auto 10px;
  font-size: 1.4rem;
}

.present_list > ul {
  list-style: none;
  color: #1aa78b;
}

.present_list > ul > li {
  margin-bottom: 7px;
  line-height: 1.25;
}

.present_listHead {
  margin-bottom: 10px;
  font-weight: bold;
}

.present_credit {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.2rem;
}

.present_btn {
  text-align: center;
}

.present_apple {
  display: inline-block;
  width: 137px;
  height: 50px;
  margin-right: 20px;
}

.present_google {
  display: inline-block;
  width: 170px;
  height: 50px;
}

@media (min-width: 801px) and (max-width: 1001px) {
  .present_apple {
    margin-right: 10px;
  }
}

@media (max-width: 800px) {
  .present {
    padding: 15px;
  }
  .present_inner {
    padding: 20px 15px;
  }
  .present_head img {
    width: 100%;
    max-width: 520px;
  }
  .present_img {
    margin-bottom: 20px;
  }
  .present_btn {
    text-align: left;
  }
  .present_apple {
    margin-right: 0;
    margin-bottom: 10px;
    width: 44%;
    max-width: 137px;
    height: auto;
  }
  .present_google {
    width: 54%;
    max-width: 170px;
    height: auto;
  }
}

.app {
  background: #1aa78b;
  background-image: url(../../img/bg_app.png);
  background-position: center bottom 15px;
  background-repeat: repeat-x;
}

.app_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  padding: 57px 0 0 84px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.app_box {
  margin-left: 50px;
  padding-top: 5px;
}

.app_head {
  margin-bottom: 20px;
}

.app_txt {
  margin-bottom: 30px;
  color: #fff;
  line-height: 1.75;
}

.app_btn {
  margin-bottom: 10px;
}

.app_apple {
  display: inline-block;
  width: 137px;
  height: 50px;
  margin-right: 20px;
}

.app_google {
  display: inline-block;
  width: 170px;
  height: 50px;
}

.app_note {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2;
  background: #1aa78b;
}

@media (min-width: 801px) and (max-width: 1001px) {
  .app_inner {
    padding: 50px 15px 0;
  }
}

@media (max-width: 800px) {
  .app {
    background-position: center bottom 10px;
    background-size: 225px;
  }
  .app_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    padding: 50px 30px 0;
  }
  .app_cap {
    text-align: center;
  }
  .app_box {
    margin-left: 0;
    margin-bottom: 20px;
    padding-top: 0;
  }
  .app_txt {
    margin-bottom: 20px;
  }
  .app_txt > br {
    display: none;
  }
  .app_apple {
    margin-right: 0;
    width: 44%;
    max-width: 137px;
    height: auto;
  }
  .app_google {
    width: 54%;
    max-width: 170px;
    height: auto;
  }
}

.event {
  margin: 0 auto 100px;
  padding: 70px 15px 0;
  text-align: center;
}

.event_head {
  margin-bottom: 30px;
}

.event_lead {
  margin-bottom: 30px;
  line-height: 2;
}

.event_img {
  display: block;
  width: 80%;
  max-width: 400px;
  margin: 0 auto 20px;
  border: 4px double #1aa78b;
}

.event_guest {
  margin: 0 auto 50px;
  color: #1aa78b;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.event_sub {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
}

.event_btn {
  margin: 0 auto;
}

@media (max-width: 800px) {
  .event {
    margin: 0 auto 50px;
    padding: 50px 15px 0;
  }
  .event_head {
    margin-bottom: 20px;
  }
  .event_lead {
    margin-bottom: 20px;
  }
  .event_lead > br {
    display: none;
  }
  .event_img {
    margin: 0 auto 10px;
  }
  .event_guest {
    margin: 0 auto 30px;
    font-size: 1.8rem;
  }
  .event_sub {
    font-size: 1.6rem;
  }
}

.footer_bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.footer_bnr a {
  display: inline-block;
  margin-right: 50px;
}

.footer_bnr a:last-child {
  margin-right: 0;
}

.footer_tfm {
  width: 139px;
  height: 43px;
}

.footer_jfn {
  width: 64px;
  height: 48px;
}

.footer_fun {
  width: 106px;
  height: 124px;
}

.footer_asahi {
  width: 192px;
  height: 104px;
}

.footer_copy {
  padding: 10px;
  font-size: 1.2rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  background: #1aa78b;
}

@media (max-width: 800px) {
  .footer_bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 0;
  }
  .footer_bnr a {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .footer_bnr a img {
    width: 100%;
  }
  .footer_tfm {
    width: 35vw;
    max-width: 220px;
    height: auto;
  }
  .footer_jfn {
    width: 15vw;
    max-width: 110px;
    height: auto;
  }
  .footer_fun {
    width: 25vw;
    max-width: 160px;
    height: auto;
  }
  .footer_asahi {
    width: 35vw;
    max-width: 240px;
    height: auto;
  }
}

/*////////////////////////////
COMMON
////////////////////////////*/
.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  height: 60px;
  font-size: 2rem;
  font-weight: 700;
  background: #ffda5c;
  border-radius: 5px;
}

.btn:after {
  content: '';
  position: absolute;
  top: 24px;
  right: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 5px;
  border-color: transparent transparent transparent #333333;
}

@media (max-width: 800px) {
  .btn {
    font-size: 1.8rem;
  }
}

/*////////////////////////////
UTILITY
////////////////////////////*/
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */