@charset "UTF-8";
body {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "MS P明朝", "MS 明朝", serif;
  color: #494537;
  background: #fff;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73vw;
    line-height: 1.6;
  }
}

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

a:hover {
  opacity: 0.9;
}

.pc_br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.gold {
  background: linear-gradient(178deg, rgb(255, 248, 176) 0%, rgb(251, 216, 128) 62%, rgb(229, 148, 40) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .gold {
    line-height: 1.5;
    font-size: 4.133vw;
  }
}

.gold::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.3em;
  width: 100%;
  height: 0.8px;
  background: linear-gradient(178deg, rgb(255, 248, 176) 0%, rgb(251, 216, 128) 62%, rgb(229, 148, 40) 100%);
}
@media screen and (max-width: 767px) {
  .gold::after {
    bottom: 0.03em;
  }
}

.brawn {
  color: #a87925;
  font-weight: 600;
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .brawn {
    line-height: 1.5;
    font-size: 4.133vw;
  }
}

.section_inr {
  max-width: 1100px;
  width: 100%;
  padding: 5rem 1.25rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 1238px) {
  .section_inr {
    overflow-y: visible;
    overflow-x: clip;
  }
}
@media screen and (max-width: 767px) {
  .section_inr {
    padding: 14.1vw 3.58vw 13vw;
  }
}

/*----------------------------------------
FV
----------------------------------------*/
.fv {
  background: url("../img/fv-back.webp") no-repeat center;
}
.fv_inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.fv_btn {
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .fv_btn {
    width: 95%;
    bottom: -12vw;
  }
}

/*----------------------------------------
悩み訴求
----------------------------------------*/
.trouble {
  background: url("../img/background-img01.webp") no-repeat center;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .trouble {
    background: url("../img/background-img01-sp.webp") no-repeat center;
    background-size: cover;
  }
}
.trouble_text {
  text-align: left;
  padding-left: 3.3125rem;
  padding-top: 4.5rem;
}
@media screen and (max-width: 960px) {
  .trouble_text {
    padding-left: 0;
    padding-top: 2.5vw;
  }
}
.trouble_text--large {
  font-size: 1.8431rem;
  margin-left: -0.8rem;
}
.trouble_text--small {
  margin-top: 2.125rem;
}
@media screen and (max-width: 767px) {
  .trouble_text--small {
    margin-top: 6.92vw;
  }
}
.trouble_text--center {
  text-align: center;
  margin-top: 4.375rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .trouble_text--center {
    margin-top: 11.79vw;
    font-size: 3.73vw;
  }
}
.trouble_text--last {
  text-align: center;
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  .trouble_text--last {
    font-size: 7.33vw;
    line-height: 1.4;
    margin-top: 0.8vw;
    font-weight: 600;
  }
}

/*----------------------------------------
そして、8月8日
----------------------------------------*/
.main {
  background: url("../img/background-img02.webp") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .main {
    background: url("../img/background-img02-sp.webp") no-repeat center;
    background-size: cover;
  }
}
.main_heading {
  max-width: 750px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .main_heading {
    margin-left: -1vw;
    width: 73.5vw;
  }
}
.main_wrapper {
  margin-left: auto;
  max-width: 750px;
  width: 100%;
  padding-left: 1rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .main_wrapper {
    padding-left: 0;
  }
}
.main_text {
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .main_text {
    margin-top: 4vw;
  }
}

/*----------------------------------------
このフェスでしか
----------------------------------------*/
.experience {
  background: url("../img/background-img03.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .experience {
    background: url("../img/background-img03-sp.webp") no-repeat top;
    background-size: cover;
  }
}
.experience_inr {
  position: relative;
}
.experience_heading {
  max-width: 670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .experience_heading {
    width: 68.71vw;
  }
}
.experience_item {
  margin-top: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .experience_item {
    margin-top: 10vw;
  }
}
.experience_list {
  position: relative;
  width: 43%;
}
@media screen and (max-width: 960px) {
  .experience_list {
    width: 100%;
    margin-top: -2vw;
  }
}
@media screen and (max-width: 767px) {
  .experience_list {
    width: 77vw;
  }
}
.experience_text {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
  color: #603a09;
  font-size: 1.375rem;
}
@media screen and (max-width: 960px) {
  .experience_text {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .experience_text {
    font-size: 4.26vw;
  }
}

.message {
  margin-top: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .message {
    margin-top: 13.8vw;
  }
}
.message_heading {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.message_text {
  text-align: left;
  padding-left: 3.125rem;
  margin-top: 2.125rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .message_text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .message_text {
    padding-left: 0;
    margin-top: 6.41vw;
    text-shadow: 1px 1px 3px #f9f7f4;
  }
}
.message_img {
  position: absolute;
  bottom: -140px;
  right: -44px;
}
@media screen and (max-width: 767px) {
  .message_img {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .message_img {
    width: 84vw;
    bottom: 11vw;
    right: -25vw;
  }
}

.name {
  margin-top: 3.4375rem;
  margin-left: 16.125rem;
}
@media screen and (max-width: 767px) {
  .name {
    margin-top: 6.15vw;
    margin-left: 0;
  }
}

/*----------------------------------------
プログラム
----------------------------------------*/
.program {
  background: url("../img/background-img04.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .program {
    background: url("../img/background-img04-sp.webp") no-repeat top;
    background-size: cover;
  }
}
.program_heading {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .program_heading {
    max-width: 50vw;
  }
}
.program_learn {
  max-width: 965px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.program_speech {
  margin-top: -5.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .program_speech {
    margin-top: 0;
  }
}
.program_speech-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.2rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .program_speech-text {
    bottom: auto;
    top: 14.5vw;
    font-size: 0.9em;
  }
}

.talker {
  margin-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .talker {
    margin-top: 8vw;
  }
}
.talker_heading {
  position: relative;
}
@media screen and (max-width: 767px) {
  .talker_heading {
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.talker_heading-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .talker_heading-text {
    font-size: 5.5vw;
  }
}
.talker_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .talker_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 8vw;
    margin-top: 5vw;
    row-gap: 3vw;
  }
}
.talker_item.row-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.talker_item.row-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.talker_item.row-3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.talker_list {
  width: 177px;
}
@media screen and (max-width: 767px) {
  .talker_list {
    width: 40%;
  }
}

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

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

/*----------------------------------------
プロフィール
----------------------------------------*/
.profile {
  background: url("../img/background-img05.webp") no-repeat top;
}
@media screen and (max-width: 767px) {
  .profile {
    background: url("../img/background-img05-sp.webp") no-repeat top;
    background-size: cover;
  }
}
.profile_inr {
  position: relative;
}
.profile_heading {
  max-width: 457px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .profile_heading {
    margin-top: 4vw;
    width: 78vw;
  }
}
.profile_carrier {
  color: #fff;
  text-align: left;
  position: absolute;
  top: 14.6rem;
  line-height: 1.3;
  font-size: 1.0625rem;
  left: 26.25rem;
}
@media screen and (max-width: 1023px) {
  .profile_carrier {
    left: 36.2vw;
  }
}
@media screen and (max-width: 767px) {
  .profile_carrier {
    top: 45.2vw;
    left: 5.3vw;
    font-size: 2.8vw;
    width: 100%;
    line-height: 1.5;
  }
}
.profile_text {
  margin-top: 0.5rem;
  font-size: 1.0625rem;
  text-align: left;
  margin-left: 25rem;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .profile_text {
    margin-left: 34.4vw;
  }
}
@media screen and (max-width: 767px) {
  .profile_text {
    margin-top: 1.8vw;
    margin-left: 1.8vw;
    font-size: 3.73vw;
    line-height: 1.6;
  }
}
.profile_box02 {
  margin-top: 10rem;
  margin-left: 5rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 1023px) {
  .profile_box02 {
    margin-left: 0;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .profile_box02 {
    padding-bottom: 0;
    margin-top: 20vw;
  }
}
.profile_text02 {
  text-align: left;
  font-size: 1.0625rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .profile_text02 {
    margin-top: 1.8vw;
    margin-left: 1.8vw;
    font-size: 3.73vw;
    line-height: 1.6;
  }
}
.profile_name02 {
  text-align: left;
  margin-bottom: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .profile_name02 {
    margin-bottom: 3vw;
    width: 55vw;
    margin-left: 1.8vw;
  }
}
.profile_name {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  margin-left: 25rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 1023px) {
  .profile_name {
    margin-left: 34.4vw;
  }
}
@media screen and (max-width: 767px) {
  .profile_name {
    margin-left: 1.4vw;
    width: 72vw;
    margin-top: 15vw;
  }
}

.target {
  position: relative;
}
.target_heading {
  max-width: 795px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .target_heading {
    margin-top: 8.974vw;
  }
}
.target_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.target_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  position: relative;
  width: 46%;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 1px solid;
  margin-inline: auto;
  text-align: left;
  padding: 0.9375rem 1.625rem 0.85rem;
  line-height: 1.5;
  -o-border-image: linear-gradient(178deg, rgb(215, 177, 117) 0%, rgb(255, 244, 226) 40%, rgb(185, 132, 34) 76%, rgb(214, 177, 111) 99%) 1;
     border-image: linear-gradient(178deg, rgb(215, 177, 117) 0%, rgb(255, 244, 226) 40%, rgb(185, 132, 34) 76%, rgb(214, 177, 111) 99%) 1;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
}
.target_list:nth-of-type(1) {
  margin-top: 0;
}
.target_list:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .target_list:nth-of-type(2) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .target_list:nth-of-type(2) {
    margin-top: 2vw;
  }
}
@media screen and (max-width: 1023px) {
  .target_list {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .target_list {
    width: 95%;
    padding: 3.8vw 5.12vw;
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
    margin-top: 2vw;
  }
}

.target_list img {
  width: 29px;
  height: 29px;
  aspect-ratio: 1/1;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .target_list img {
    width: 5.8vw;
    height: 5.89vw;
    margin-right: 2vw;
  }
}

.last {
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .last {
    margin-top: 18vw;
  }
}
.last_box {
  background: #fff;
  margin-inline: auto;
  text-align: left;
  position: relative;
  z-index: 1;
  border: 1px solid;
  margin-inline: auto;
  text-align: center;
  line-height: 1.5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  -o-border-image: linear-gradient(178deg, rgb(215, 177, 117) 0%, rgb(255, 244, 226) 40%, rgb(185, 132, 34) 76%, rgb(214, 177, 111) 99%) 1;
     border-image: linear-gradient(178deg, rgb(215, 177, 117) 0%, rgb(255, 244, 226) 40%, rgb(185, 132, 34) 76%, rgb(214, 177, 111) 99%) 1;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  padding: 4.25rem 0;
}
@media screen and (max-width: 767px) {
  .last_box {
    width: 100%;
    padding: 10vw 5vw 15vw;
  }
}
.last_heading {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .last_heading {
    width: 55vw;
    top: -5vw;
  }
}
.last_heading-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .last_heading-text {
    font-size: 5.5vw;
  }
}
.last_table {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
.last_table th {
  text-align: center;
  font-weight: 400;
  padding: 0.8rem;
  width: 30%;
  border-bottom: 1px solid #e5cc9f;
}
@media screen and (max-width: 767px) {
  .last_table th {
    padding: 3vw;
    border-bottom: 0.2vw solid #e5cc9f;
  }
}
.last_table td {
  text-align: left;
  padding: 0.8rem;
  width: 50%;
  border-bottom: 1px solid #e5cc9f;
}
@media screen and (max-width: 767px) {
  .last_table td {
    padding: 3vw;
    border-bottom: 0.2vw solid #e5cc9f;
  }
}
.last_deco {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .last_deco {
    left: 2vw;
    top: 2vw;
    width: 15vw;
  }
}
.last_deco2 {
  position: absolute;
  right: 1rem;
  top: 1rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .last_deco2 {
    right: 2vw;
    top: 2vw;
    width: 15vw;
  }
}
.last_deco3 {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .last_deco3 {
    left: 2vw;
    bottom: 2vw;
    width: 15vw;
  }
}
.last_deco4 {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .last_deco4 {
    right: 2vw;
    bottom: 2vw;
    width: 15vw;
  }
}

.pink {
  color: #c2646e;
  font-weight: 600;
}

.btn_last {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .btn_last {
    margin-top: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .btn_last {
    margin-top: 4vw;
  }
}

.footer {
  background: url("../img/background-img02.webp") no-repeat bottom;
  background-size: cover;
  text-align: center;
  font-size: 0.8rem;
  padding: 1rem 0;
}
@media screen and (max-width: 767px) {
  .footer {
    font-size: 2.5vw;
    padding-bottom: 30vw;
  }
}
.footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin: 2rem 0;
}
@media screen and (max-width: 1023px) {
  .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer_link {
    gap: 3vw;
  }
}
.footer_btn {
  padding: 0.8rem;
  display: block;
  background: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  border: 1px solid #b98422;
  text-align: center;
  line-height: 1.5;
  color: #b98422;
  width: 20%;
  font-weight: 600;
  font-size: 1.1rem;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  .footer_btn {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_btn {
    width: 65vw;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
            box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.16);
    font-size: 3vw;
    padding: 2vw;
  }
}

.fixed_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .fixed_btn {
    display: block;
    position: fixed;
    bottom: 1vw;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
  }
  .fixed_btn a {
    display: inline-block;
    width: 100%;
  }
  .fixed_btn img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-filter: drop-shadow(1px 4px 5px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(1px 4px 5px rgba(0, 0, 0, 0.16));
  }
}
.fixed_btn {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fixed_btn.is-show {
  opacity: 1;
  pointer-events: auto;
}

.foryou {
  background: url("../img/background-img06.webp") no-repeat top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .foryou {
    background: url("../img/background-img06-sp.webp") no-repeat bottom;
    background-size: cover;
  }
}