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

body {
  font: 1.6rem/1.5 "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #690a02;
}

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

a {
  text-decoration: none;
  color: #690a02;
  transition: 0.2s;
}

@media (min-width:769px) {
  a:hover {
    filter: brightness(1.1);
  }
}
main {
  display: block;
}

/* -- LAYOUT -- */
.header {
  position: relative;
  max-width: 1920px;
  height: 750px;
  margin: 0 auto;
  padding-top: 31px;
  background: url(../../img/header_bg.jpg);
  background-size: 1920px;
  background-position: center center;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.header_tfm {
  position: absolute;
  top: 30px;
  right: 26px;
  width: 131px;
  height: 41px;
  filter: drop-shadow(0px 0px 2px #f7b313) drop-shadow(0px 0px 5px #f7b313);
}
.header_tfm:hover {
  filter: drop-shadow(0px 0px 2px #f7b313) drop-shadow(0px 0px 5px #f7b313);
}
.header_kv {
  margin: 0 auto 8px;
  padding-right: 28px;
  text-align: center;
}
.header_btn {
  display: block;
  width: 782px;
  max-width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0px 10px 15px rgba(71, 5, 9, 0.6));
}
.header_btn:hover {
  filter: drop-shadow(0px 10px 15px rgba(71, 5, 9, 0.6)) brightness(1.2);
}

@media (max-width:768px) {
  .header {
    height: 180vw;
    padding-top: 6.6vw;
    background: url(../../img/sp/header_bg.jpg);
    background-size: cover;
  }
  .header_tfm {
    width: 22.6vw;
    top: 5.3vw;
    right: 6.1vw;
    filter: none;
  }
  .header_tfm:hover {
    filter: none;
  }
  .header_kv {
    margin: 0 auto 47.7vw;
    padding-right: 0;
  }
  .header_btn {
    width: 100%;
    filter: drop-shadow(0px 1.33vw 2vw rgba(71, 5, 9, 0.6));
  }
  .header_btn:hover {
    filter: drop-shadow(0px 1.33vw 2vw rgba(71, 5, 9, 0.6));
  }
}
.about {
  max-width: 1920px;
  margin: 0 auto;
  padding: 31px 0 130px;
  background: url(../../img/about_bg.png);
}
.about_head {
  margin: 0 auto 2px;
}
.about_inner {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 71px;
  z-index: 2;
}
.about_inner:before {
  position: absolute;
  top: 201px;
  left: 50px;
  display: block;
  width: calc(100% - 100px);
  height: calc(100% - 202px);
  margin: 0;
  background: url(../../img/about_bubble.jpg);
  background-repeat: no-repeat;
  border-radius: 100px;
  content: "";
  z-index: -1;
}
.about_txt {
  max-width: calc(100% - 150px);
  margin: 0 auto 33px;
  color: #690a02;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.81;
  text-align: center;
}
.about_btn {
  display: block;
  max-width: 569px;
  margin: 0 auto;
}

@media (max-width:768px) {
  .about {
    padding: 2.9vw 0 16vw;
    background: url(../../img/sp/about_bg.png);
    background-size: 10.8vw;
    background-position: top center;
  }
  .about_head {
    width: 91.6vw;
    margin: 0 auto 6.6vw;
  }
  .about_inner {
    padding: 0 0 10.8vw;
  }
  .about_inner:before {
    top: 21.3vw;
    left: 8.53vw;
    width: 82.9vw;
    height: calc(100% - 21.3vw);
    background: url(../../img/sp/about_bubble.jpg);
    border-radius: 8vw;
    background-size: cover;
  }
  .about_txt {
    width: 82.9vw;
    max-width: 82.9vw;
    margin: 0 auto 6.9vw;
    font-size: 3.2vw;
    line-height: 1.83;
  }
  .about_btn {
    width: 74.4vw;
  }
}
.present {
  padding: 59px 50px 122px;
  background: url(../../img/present_bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.present_head {
  margin: 0 auto 49px;
  text-align: center;
}
.present_box1 {
  max-width: 1100px;
  margin: 0 auto 78px;
  padding: 0 0 69px;
  background: #f2f3eb;
  border-radius: 100px;
}
.present_box2 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 71px;
  background: #f2f3eb;
  border-radius: 100px;
}
.present_info1 {
  position: relative;
  top: -17px;
  display: block;
  margin: 0 auto 12px;
}
.present_info2 {
  position: relative;
  top: -17px;
  display: block;
  margin: 0 auto 22px;
}
.present_txt1 {
  margin: 0 auto 21px;
  padding: 0 15px;
  color: #690a02;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.81;
  text-align: center;
}
.present_txt1 .yellow {
  color: #f39800;
}
.present_txt1 .red {
  color: #d80418;
}
.present_txt2 {
  margin: 0 auto 40px;
  padding: 0 15px;
  color: #690a02;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.81;
  text-align: center;
}
.present_txt2 .yellow {
  color: #f39800;
}
.present_txt2 .red {
  color: #d80418;
}
.present_btn1 {
  display: block;
  margin: 0 auto;
  width: 951px;
  max-width: 95%;
}
.present_btn2 {
  display: block;
  margin: 0 auto;
  width: 733px;
  max-width: 95%;
}

@media (max-width:768px) {
  .present {
    padding: 9.2vw 0 16.1vw;
    background-color: #f7b113;
    background-image: url(../../img/sp/present_bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .present_head {
    width: 63.5vw;
    margin: 0 auto 5.1vw;
  }
  .present_box1 {
    width: 91.5vw;
    margin: 0 auto 10.4vw;
    padding: 0 0 10.8vw;
    border-radius: 8vw;
  }
  .present_box2 {
    width: 91.5vw;
    padding: 0 0 10.8vw;
    border-radius: 8vw;
  }
  .present_info1 {
    top: -2.3vw;
    margin: 0 auto 4.5vw;
    width: 100%;
  }
  .present_info2 {
    top: -2.3vw;
    margin: 0 auto 4.2vw;
    width: 100%;
  }
  .present_txt1 {
    margin: 0 auto 6.7vw;
    padding: 0;
    font-size: 3.2vw;
    line-height: 1.83;
  }
  .present_txt2 {
    margin: 0 auto 6.8vw;
    padding: 0;
    font-size: 3.2vw;
    line-height: 1.83;
  }
  .present_btn1 {
    width: 82.9vw;
  }
  .present_btn2 {
    width: 82.9vw;
  }
}
.ichiban {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 304px;
  background: url(../../img/bnr_bg.jpg);
  background-position: top center;
  background-size: 1920px;
  background-repeat: no-repeat;
}

@media (max-width:768px) {
  .ichiban {
    height: 54.4vw;
    background: url(../../img/sp/bnr_bg.jpg);
    background-size: cover;
  }
  .ichiban_bnr {
    display: block;
    width: 52.8vw;
  }
}
.footer_daiyame {
  display: block;
  width: 700px;
  max-width: 95%;
  margin: 50px auto 55px;
}
.footer_program {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 45px;
}
.footer_sky {
  margin-right: 67px;
}
.footer_copy {
  margin-top: -20px;
  padding: 30px 0;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
}

@media (max-width:768px) {
  .footer_daiyame {
    margin: 11vw auto 10.3vw;
  }
  .footer_program {
    margin: 0 auto 7.4vw;
  }
  .footer_sky {
    width: 31.3vw;
    margin-right: 12.5vw;
  }
  .footer_roomie {
    width: 30.3vw;
  }
  .footer_copy {
    margin-top: 0;
    padding: 8vw 0;
    font-size: 3.3vw;
  }
}
.pagetop {
  display: block;
  width: 52px;
  margin: 0 auto 24px;
}
.pagetop img {
  width: 100%;
}

@media (max-width:768px) {
  .pagetop {
    width: 11.1vw;
    margin: 0 auto 8vw;
  }
}
/* -- UTILITY -- */
/* 共通フッター用 もしくはブレイクポイントごとの表示指定 */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width:768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}