@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  font-size: 1.6rem;
  font-family: "Kaisei Decol", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "verdana", sans-serif;
  color: #582500;
  height: 100%;
}
#main {
  overflow: hidden;
  position: relative;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a {
  text-decoration: none;
  cursor: pointer;
}
img {
  width: 100%;
  vertical-align: bottom;
}
a:hover {
  opacity: 0.8;
  cursor: pointer;
  transition: 0.5s;
}

/* ================================ 
        mv 
================================ */
.mv {
  position: relative;
}
.mv_btn {
  position: absolute;
  width: 16%;
  z-index: 2;
  bottom: 2%;
}
.mv_btn._01 {
  left: 10%;
}
.mv_btn._02 {
  right: 10%;
}

/* ================================ 
        共通 
================================ */
.contents {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.note_box {
  background-image: url(../img/texture.webp);
  padding: 40px;
  border-radius: 20px;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 20px 0;
  width: 80%;
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.2));
  text-align: center;
  background-size: 100%;
  background-position: top center;
}
.note_box span {
  color: #d80100;
}

/* スクロールアニメーション */
.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}
.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}
.sec {
  position: relative;
  margin-top: -200px;
  margin-left: -200px;
  margin-right: -200px;
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 100px;
  padding-bottom: 300px;
  border-top-right-radius: 4000px 600px;
  border-top-left-radius: 4000px 600px;
}
.sec_ttl {
  width: 60%;
  margin: 0 auto;
  position: relative;
}
.sec_ttl_deco {
  position: absolute;
  z-index: 2;
}
.sec_banner {
  width: 60%;
  margin: 40px auto 20px;
  position: relative;
}
.sec_photo {
  width: 60%;
  position: relative;
  margin: 0 auto 20px;
  max-width: 980px;
}
.sec_inner {
  margin: 40px auto 0;
  max-width: 980px;
}
.sec_inner._02 {
  margin: 60px auto 0;
}
.sec_inner_sub._02 {
  margin: 40px auto 0;
}
.sec_txt {
  text-align: center;
}
.txt_ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.txt_main {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 10px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.txt_sub {
  font-size: 1.2rem;
}
a.btn_more {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 400px;
  margin: 30px auto 0;
  padding: 2.4rem;
  font-weight: bold;
  font-size: 2.0rem;
  border-radius: 100vh;
  background: #e60038;
  color: #fff;
  position: relative;
  align-items: center;
  display: grid;
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.2));
  line-height: 1.2;
}
.btn--circle {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 7%;
  width: 30px;
  height: 30px;
  padding: 0;
  background: #fff;
  border-radius: 50%;
  display: block;
}
.btn--circle::before{
  content: "";
  position: absolute;
  left: 7px;
  width: 14px;
  height: 2px;
  background: #7a0;
  transform: translateY(-50%);
  top: 50%;
}
.btn--circle::after{
  content: "";
  position: absolute;
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #7a0;
  border-right: 2px solid #7a0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}

/* ================================ 
        lead 
================================ */
.lead {
  background-image: url(../img/lead_bg.webp);
  background-repeat: repeat;
  background-size: 40%;
  padding: 80px 0 300px;
}
.lead_txt {
  color: #fff;
  line-height: 2.0;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
.lead_txt::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 100%;
  background-image: url(../img/lead_leaf02.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 20%;
  top: -40%;
}
.lead_txt::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  background-image: url(../img/lead_leaf03.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  right: 18%;
  bottom: -50%;
}
.note_box._lead {
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.note_box._lead::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  background-image: url(../img/lead_leaf01.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  left: -4%;
  top: -36%;
}
.note_box._lead::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  background-image: url(../img/lead_leaf04.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  right: -4%;
  bottom: -60%;
}

/* ================================ 
        anc 
================================ */
.anc_wrap div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.anc_wrap div:first-child {
  margin-bottom: 20px;
}
.anc_wrap p {
  width: 16%;
  filter: drop-shadow(0px 10px 8px rgba(0, 0, 0, 0.2));
}
.anc_wrap div p a {
  display: block;
}

/* ================================ 
        sec01 
================================ */
.sec._01 {
  background-color: #7aba41;
}
.sec_ttl_deco._left._sec01 {
  width: 50%;
  left: -20%;
  bottom: -30%;
}
.sec_ttl_deco._right._sec01 {
  width: 38%;
  right: -20%;
  bottom: 50%;
}
#restaurant .txt_main {
  color: #fff;
}
#restaurant .txt_ttl {
  color: #ffe257;
}
#restaurant .btn_more {
  background: linear-gradient(to bottom, rgba(78,132,13,100), #164f07 100%);;
}
#restaurant .btn--circle::after {
  border-top: 2px solid #1e5608;
  border-right: 2px solid #1e5608;
}
#restaurant .btn--circle::before {
  background: #1e5608;
}

/* ================================ 
        sec02
================================ */
.sec._02 {
  background-image: url(../img/sec02_bg.webp);
  background-repeat: repeat;
  background-position: top center;
  background-size: 40%;
}
.sec_ttl_deco._left._sec02 {
  width: 38%;
  left: -20%;
  bottom: 40%;
}
.sec_ttl_deco._right._sec02 {
  width: 40%;
  right: -20%;
  bottom: 20%;
}
#show .txt_main {
  color: #fff;
}
#show .txt_ttl {
  color: #ffe257;
}
#show .btn_more {
  background: linear-gradient(to bottom, rgba(236,43,43,100), #950000 100%);;
}
#show .btn--circle::after {
  border-top: 2px solid #950000;
  border-right: 2px solid #950000;
}
#show .btn--circle::before {
  background: #950000;
}
.sec02_badge {
  position: absolute;
  width: 16%;
  top: -10%;
}
.sec02_badge._daytime {
  right: -6%;
}
.sec02_badge._night {
  left: -6%;
}

/* ================================ 
        sec03
================================ */
.sec._03 {
  background-color: #ffa730;
}
.sec_ttl_deco._left._sec03 {
  width: 40%;
  left: -20%;
  bottom: 30%;
}
.sec_ttl_deco._right._sec03 {
  width: 38%;
  right: -20%;
  bottom: 50%;
}
#activity .txt_main {
  color: #fff;
}
#activity .txt_ttl {
  color: #ffe257;
}
#activity .btn_more {
  background: linear-gradient(to bottom, rgba(78,132,13,100), #164f07 100%);;
}
#activity .btn--circle::after {
  border-top: 2px solid #1e5608;
  border-right: 2px solid #1e5608;
}
#activity .btn--circle::before {
  background: #1e5608;
}
.sec03_side {
  position: absolute;
  width: 40%;
  bottom: 0;
}
.sec03_side._left {
  position: absolute;
  bottom: -5%;
  left: -10%;
  width: 44%;
}
.sec03_side._right {
  position: absolute;
  bottom: -5%;
  width: 35%;
  right: -10%;
}
#activity .sec_txt {
  margin-top: 0;
} 

/* ================================ 
        sec04
================================ */
.sec._04 {
  background-image: url(../img/sec04_bg.webp);
  background-repeat: repeat;
  background-position: top center;
  background-size: 40%;
}
.sec_ttl_deco._left._sec04 {
  width: 38%;
  left: -20%;
  bottom: 40%;
}
.sec_ttl_deco._right._sec04 {
  width: 43%;
  right: -20%;
  bottom: 20%;
}
.note_box._sec04 {
  margin: 40px auto;
}
.note_box._sec04._bottom {
  margin: 40px auto 0;
}
#campaign .txt_main {
  color: #582500;
}
#campaign .txt_ttl {
  color: #582500;
}
#campaign .btn_more {
  background: linear-gradient(to bottom, rgba(255,133,179,100), #d61d5a 100%);;
}
#campaign .btn_more._plan {
  width: 100%;
  margin: -30px auto 0;
  padding: 1.4rem 5rem 1.4rem 1.4rem;
}
#campaign .btn--circle::after {
  border-top: 2px solid #d61d5a;
  border-right: 2px solid #d61d5a;
}
#campaign .btn--circle::before {
  background: #d61d5a;
}
.box_inner {
  position: relative;
}
.sec_box_deco {
  position: absolute;
}
.sec_box_deco._01 {
  width: 24%;
  top: -40%;
  right: 10%;
}
.sec_box_deco._02 {
  width: 18%;
  top: -30%;
  left: 16%;
}
.sec_box_deco._03 {
  width: 12%;
  top: -40%;
  left: 12%;
}
.sec_box_deco._04 {
  width: 18%;
  top: -38%;
  right: 16%;
}
#inner_line {
  position: relative;
  width: 80%;
  border: none;
  height: 1px;
  color: #582500;
  background-color: #582500;
  margin: 40px auto;
}
.plan_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-top: 20px;
}
.plan_btn {
  width: 36%;
  display: flex;
  flex-direction: column;
}
.sec_box_image {
  flex-grow: 1;
}

/* ================================ 
        sec05
================================ */
.sec._05 {
  background-color: #d27120;
  padding-bottom: 120px;
}
.sec_ttl_deco._left._sec05 {
  width: 43%;
  left: -20%;
  bottom: -30%;
}
.sec_ttl_deco._right._sec05 {
  width: 38%;
  right: -20%;
  bottom: 50%;
}
#access .txt_main {
  color: #fff;
}
#access .txt_ttl {
  color: #ffe257;
}
#access .btn_more {
  background: linear-gradient(to bottom, rgba(163,68,0,100), #572400 100%);;
}
#access .btn--circle::after {
  border-top: 2px solid #572400;
  border-right: 2px solid #572400;
}
#access .btn--circle::before {
  background: #572400;
}
.note_box._sec05 {
  margin: 40px auto;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
  color: #572400;
  font-weight: 500;
  width: 60%;
}
.note_box._sec05::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 100%;
  background-image: url(../img/fukidashi.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  left: 50%;
  top: -18%;
  transform: translateX(-50%);
}

/* ================================ 
        footer
================================ */
footer{
  background-color: #fff;
  padding: 20px 20px 120px;
}
footer img {
  transition: 0.5s;
}
footer a:hover {
  opacity: 0.6;
}
.footer_logo {
  width: 20%;
  margin: 0 auto 10px;
}

footer .flex{
  align-items: flex-start;
}
footer p {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #231815;
  text-align: center;
}

/* ================================ 
        追従
================================ */
.float_btn {
  display: flex;
  position: fixed;
  justify-content: center;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 80px;
  filter: drop-shadow(0px -10px 30px rgba(0, 0, 0, 0.2));
}
.float_btn div {
  width: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}
.float_btn div a {
  display: block;
  width: 100%;
  height: 100%;
}
.float_btn div a p {
  width: 50%;
  margin: 0 auto;
  height: 100%;
  align-items: center;
  display: flex;
}
.float_btn div:first-child {
  border-radius: 0px 40px 0px 0px;
  background-image: url(../img/float_left_bg.webp);
  background-repeat: repeat-x;
}
.float_btn div:last-child {
  border-radius: 40px 0px 0px 0px;
  background-image: url(../img/float_right_bg.webp);
  background-repeat: repeat-x;
}

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

  /* ================================ 
        mv 
  ================================ */
  .mv_btn {
    width: 40%;
    bottom: 3%;
  }
  .mv_btn._01 {
    left: 5%;
  }
  .mv_btn._02 {
    right: 5%;
  }

  /* ================================ 
        共通 
  ================================ */
  .contents {
    width: 90%;
  }
  a.btn_more {
    width: 90%;
    margin: 6% auto 0;
  }
  .sec_ttl {
    width: 100%;
  }
  .sec_banner {
    width: 100%;
    margin: 6% auto;
  }
  .note_box {
    padding: 6%;
    width: 100%;
  }
  .sec {
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 14%;
    padding-bottom: clamp(260px,42vw,320px);
    margin-left: -4%;
    margin-right: -4%;
    border-top-right-radius: 900px 500px;
    border-top-left-radius: 900px 500px;
  }
  .txt_ttl {
    font-size: 2.0rem;
  }

  /* ================================ 
        lead 
  ================================ */
  .lead {
    background-size: 100%;
    padding: 12% 0 clamp(260px,42vw,320px);
    background-position: top center;
  }
  .lead_txt::before {
    width: 100px;
    left: -14%;
    top: -20%;
  }
  .lead_txt::after {
    width: 60px;
    right: -5%;
    bottom: -23%;
  }
  .note_box._lead {
    margin: 8% auto 12%;
  }
  .note_box._lead::before {
    width: 100px;
    left: -4%;
    top: -15%;
  }
  .note_box._lead::after {
    width: 110px;
    right: -4%;
    top: 81%;
  }

  /* ================================ 
        anc 
  ================================ */
  .anc_wrap div {
    gap: 16px;
  }
  .anc_wrap p {
    width: 30%;
  }

  /* ================================ 
        sec01 
  ================================ */
  .sec_ttl_deco._left._sec01 {
    width: 56%;
    left: -16%;
    bottom: -55%;
  }
  .sec_ttl_deco._right._sec01 {
    width: 46%;
    right: -10%;
    bottom: 20%;
  }

  /* ================================ 
        sec02
  ================================ */
  .sec._02 {
    background-size: 100%;
  }
  .sec_ttl_deco._left._sec02 {
    width: 46%;
    left: -10%;
    bottom: 20%;
  }
  .sec_ttl_deco._right._sec02 {
    width: 40%;
    right: 0%;
    bottom: 20%;
  }
  .sec_photo {
    width: 90%;
    position: relative;
    margin: 0 auto 6%;
  }
  .sec_photo._left {
    margin-left: 0;
  }
  .sec_photo._right {
    margin-right: 0;
  }
  .sec02_badge {
    width: 24%;
  }

  /* ================================ 
        sec03
  ================================ */
  .sec._03 {
    background-size: 100%;
  }
  .sec_ttl_deco._left._sec03 {
    width: 45%;
    left: -16%;
    bottom: -17%;
  }
  .sec_ttl_deco._right._sec03 {
    width: 46%;
    right: -10%;
    bottom: 20%;
  }
  .sec03_side._left {
    bottom: -16%;
    left: -12%;
    width: 52%;
  }
  .sec03_side._right {
    bottom: -18%;
    width: 44%;
    right: -8%;
  }
  #activity .sec_txt {
    margin-top: 10%;
  } 

  /* ================================ 
        sec04
  ================================ */
  .sec._04 {
    background-size: 100%;
  }
  .sec_ttl_deco._left._sec04 {
    width: 46%;
    left: -10%;
    bottom: 20%;
  }
  .sec_ttl_deco._right._sec04 {
    width: 45%;
    right: -4%;
    bottom: 50%;
  }
  #campaign .txt_ttl {
    font-size: 2.4rem;
  }
  #campaign .btn_more {
    width: 100%;
  }
  #campaign .txt_main {
    margin-top: 4px;
  }
  .sec_box_deco._02 {
    width: 33%;
    top: -38%;
    left: -12%;
  }
  .sec_box_deco._04 {
    width: 33%;
    top: -22%;
    right: -12%;
  }
  .sec_box_deco._01 {
    width: 37%;
    top: -33%;
    right: -10%;
  }
  #inner_line {
    width: 100%;
    margin: 8% auto;
  }
  .sec_box_deco._03 {
    width: 22%;
    top: 2%;
    left: -13%;
  }
  .note_box._sec04 {
    margin: 10% auto;
  }
  .note_box._sec04._bottom {
    margin: 10% auto 0;
  }
  .plan_wrap {
    margin-top: 4%;
    gap: 20px 10px;
  }
  .plan_btn {
    width: 48%;
  }
  #plan_btn .btn--circle {
    width: 24px;
    height: 24px;
  }
  #plan_btn .btn--circle::after {
    right: 7px;
    width: 5px;
    height: 5px;
  }
  #plan_btn .btn--circle::before {
    left: 8px;
    width: 9px;
  }
  #campaign .btn_more._plan {
    padding: 1rem 4rem 1rem 1.4rem;
    font-size: 1.4rem;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    margin: -20% auto 0;
  }
  .sec_btn {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  /* ================================ 
        sec05
  ================================ */
  .sec._05 {
    background-size: 100%;
    padding-bottom: 20%;
  }
  .sec_ttl_deco._left._sec05 {
    width: 70%;
    left: -36%;
    bottom: -185%;
  }
  .sec_ttl_deco._right._sec05 {
    width: 46%;
    right: -10%;
    bottom: 20%;
  }
  .note_box._sec05 {
    margin: 8% auto;
    padding: 4%;
    width: 100%;
  }

  /* ================================ 
          footer
  ================================ */
  .footer_logo {
    width: 60%;
    margin: 0 auto 5%;
  }
  footer {
    padding: 6% 6% 20%;
  }

  /* ================================ 
          追従
  ================================ */
  .float_btn {
    height: 15vw;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.2));
  }
  .float_btn div:first-child {
    border-radius: 0px 30px 0px 0px;
    background-size: 100%;
  }
  .float_btn div:last-child {
    border-radius: 30px 0px 0px 0px;
    background-size: 100%;
  }
  .float_btn div a p {
    width: 80%;
  }
}