@charset "UTF-8";
/*** 共通設定 ***/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

img {
  max-width: 100%;
}

#wrapper {
  position: relative;
}

.inner {
  margin: 0 auto;
  width: 1240px;
  max-width: 90%;
}

section {
  border-radius: 10px;
  overflow: hidden;
}

.sp {
  display: none;
}

.tb {
  display: none;
}

@media (max-width: 1023px) {
  .tb {
    display: block;
  }
  .tb_br_none {
    display: none;
  }
  .tb_text_l {
    text-align: left;
  }
  .pcOnly {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.mhd_link {
  max-width: 90%;
  border-radius: 10px;
  border: #E14219 solid 2px;
  background-color: #fff;
  text-align: center;
  transition: linear 0.25s;
  position: relative;
}
@media (max-width: 767px) {
  .mhd_link {
    text-align: left;
    padding-left: 5%;
  }
}
.mhd_link a {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #1A1A1A;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mhd_link a {
    font-size: 3.5vw;
  }
}
.mhd_link:hover {
  background-color: #E14219;
}
.mhd_link:hover a {
  color: #fff;
}
.mhd_link:hover::after {
  background-color: #fff;
}
.mhd_link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 12px;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #E14219;
}
@media (max-width: 767px) {
  .mhd_link::after {
    width: 10px;
    height: 15px;
  }
}

.mhd_link_green {
  max-width: 90%;
  border-radius: 10px;
  border: rgb(119, 163, 94) solid 2px;
  background-color: #abd394;
  text-align: center;
  transition: linear 0.25s;
  position: relative;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mhd_link_green {
    text-align: left;
    padding-left: 5%;
  }
}
.mhd_link_green a {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .mhd_link_green a {
    font-size: 3.5vw;
  }
}
.mhd_link_green:hover {
  background-color: #fff;
}
.mhd_link_green:hover a {
  color: #1A1A1A;
}
.mhd_link_green:hover::after {
  background-color: #1A1A1A;
}
.mhd_link_green::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 12px;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
@media (max-width: 767px) {
  .mhd_link_green::after {
    width: 10px;
    height: 15px;
  }
}

/*** 共通設定 ここまで ***/
/** header **/
#header {
  background-color: #C4C4C4;
  padding: 15px 25px;
}
@media (max-width: 767px) {
  #header .h_wrap .logo {
    text-align: center;
  }
  #header .h_wrap .logo img {
    width: 150px;
  }
}
#header .backtop {
  position: fixed;
  right: 25px;
  bottom: 1.5vw;
  z-index: 25;
}
#header .backtop a {
  display: block;
}
@media (max-width: 767px) {
  #header .backtop {
    width: 15vw;
  }
}

/** main **/
#main {
  background-color: #EEEEEE;
  padding-top: 28px;
  padding-bottom: 40px;
  /* 応募はこちら ボタン */
}
#main .form_btn {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
#main .form_btn .mhd_link {
  width: 480px;
  border: #E14219 solid 3px;
  background-color: #E14219;
}
@media (max-width: 767px) {
  #main .form_btn .mhd_link {
    padding-left: 0;
  }
}
#main .form_btn .mhd_link a {
  color: #fff;
  font-size: 27px;
}
@media (max-width: 767px) {
  #main .form_btn .mhd_link a {
    font-size: 23px;
    text-align: center;
  }
}
#main .form_btn .mhd_link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 12px;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
#main .form_btn .mhd_link:hover {
  background-color: #fff;
}
#main .form_btn .mhd_link:hover a {
  color: #E14219;
}
#main .form_btn .mhd_link:hover::after {
  background-color: #E14219;
}
#main .gallery_btn {
  margin-top: 45px;
}
#main .gallery_btn .gallery_btn_text {
  font-size: clamp(12px, 3.75vw, 18px) !important;
  font-weight: 700 !important;
  text-align: center;
  color: #E14219 !important;
  white-space: nowrap;
  margin-bottom: 8px;
}
#main .gallery_btn .gallery_btn_text::before {
  content: "＼";
  margin-right: 0.15rem;
}
#main .gallery_btn .gallery_btn_text::after {
  content: "／";
  margin-left: 0.15rem;
}
#main .gallery_btn .mhd_link {
  width: 480px;
  margin-inline: auto;
  border: #E14219 solid 3px;
  background-color: #fff;
}
@media (max-width: 767px) {
  #main .gallery_btn .mhd_link {
    padding-left: 0;
  }
}
#main .gallery_btn .mhd_link a {
  color: #E14219;
  font-size: 27px;
}
@media (max-width: 767px) {
  #main .gallery_btn .mhd_link a {
    font-size: 23px;
    text-align: center;
  }
}
#main .gallery_btn .mhd_link::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 12px;
  height: 18px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #E14219;
}
#main .gallery_btn .mhd_link:hover {
  background-color: #E14219;
}
#main .gallery_btn .mhd_link:hover a {
  color: #fff;
}
#main .gallery_btn .mhd_link:hover::after {
  background-color: #fff;
}

section#mv {
  margin-bottom: 25px;
  /* ファーストビュー 767px以下で表示 */
}
section#mv .mv_attention {
  background-color: #fff;
  padding: 25px 5% 15px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
section#mv .mv_attention p {
  margin-bottom: 5px;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}

section#introduction .experience {
  position: relative;
  padding: 53px 60px 48px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section#introduction .experience::before, section#introduction .experience::after {
    position: absolute;
    content: "";
    top: 0;
    width: 50%;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  section#introduction .experience::before {
    background-image: url(../images/background/bg_left.png);
    background-position: 0 50%;
    right: 60%;
  }
  section#introduction .experience::after {
    background-image: url(../images/background/bg_right.png);
    background-position: 100% 50%;
    left: 60%;
  }
}
@media (max-width: 767px) {
  section#introduction .experience {
    padding: 35px 5% 40px;
    text-align: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/background/767×1024.jpg);
    background-position: top center;
  }
}
section#introduction .experience .exp_text {
  position: relative;
  z-index: 2;
}
section#introduction .experience .exp_text h2 {
  font-size: 38px;
  font-weight: 700;
  color: #460000;
}
section#introduction .experience .exp_text h2 span {
  background: linear-gradient(transparent 75%, #FFE13C 75%, #FFE13A 90%, transparent 90%);
  line-height: 1.3em;
}
@media (max-width: 1023px) {
  section#introduction .experience .exp_text h2 {
    font-size: 3.6vw;
  }
}
@media (max-width: 767px) {
  section#introduction .experience .exp_text h2 {
    font-size: 6vw;
  }
}
section#introduction .experience .exp_text p {
  font-size: 16px;
  font-weight: 500;
  color: #1A1A1A;
  line-height: 1.7em;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  section#introduction .experience .exp_text p {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  section#introduction .experience .exp_text p {
    font-size: 3.5vw;
  }
}
section#introduction .hd_detail {
  background-color: #66A145;
  padding: 40px 60px 70px;
}
@media (max-width: 767px) {
  section#introduction .hd_detail {
    font-size: 6vw;
  }
}
@media (max-width: 767px) {
  section#introduction .hd_detail {
    padding: 40px 5% 60px;
  }
}
section#introduction .hd_detail .detail_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* YouTubeサムネイルをモーダルウィンドウで再生する */
}
@media (max-width: 1023px) {
  section#introduction .hd_detail .detail_flex {
    flex-direction: column;
  }
}
section#introduction .hd_detail .detail_flex .hd_text {
  flex: 1;
  max-width: 45%;
  display: flex;
  align-items: center;
}
section#introduction .hd_detail .detail_flex .hd_text .hd_textInner .fukidashi {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  position: relative;
}
section#introduction .hd_detail .detail_flex .hd_text .hd_textInner .fukidashi:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 21px;
  border-bottom-width: 21px;
  border-left-width: 22px;
  border-right-width: 22px;
  margin-left: -22px;
  border-top-color: #FFFFFF;
  top: 92%;
  left: 50%;
}
section#introduction .hd_detail .detail_flex .hd_text .hd_textInner .fukidashi span {
  color: #66A145;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  section#introduction .hd_detail .detail_flex .hd_text .hd_textInner .fukidashi span {
    font-size: 4.6vw;
  }
}
section#introduction .hd_detail .detail_flex .hd_text .hd_textInner p {
  color: #fff;
  line-height: 1.8;
  margin-top: 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  section#introduction .hd_detail .detail_flex .hd_text .hd_textInner p {
    font-size: 3.5vw;
  }
}
@media (max-width: 1023px) {
  section#introduction .hd_detail .detail_flex .hd_text {
    width: 100%;
    max-width: 100%;
    justify-content: left;
  }
}
@media (max-width: 767px) {
  section#introduction .hd_detail .detail_flex .hd_text {
    max-width: 100%;
  }
}
section#introduction .hd_detail .detail_flex .hd_youtube {
  flex: 1;
  width: 100%;
  max-width: 50%;
}
section#introduction .hd_detail .detail_flex .hd_youtube .youtube_modal {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
section#introduction .hd_detail .detail_flex .hd_youtube .youtube_modal iframe, section#introduction .hd_detail .detail_flex .hd_youtube .youtube_modal a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  section#introduction .hd_detail .detail_flex .hd_youtube {
    margin-top: 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  section#introduction .hd_detail .detail_flex .hd_youtube {
    max-width: 100%;
    margin-top: 30px;
  }
}
section#introduction .step {
  padding: 40px 60px 70px;
  background-image: url(../images/background/1240x720.png);
  background-size: cover;
}
@media (max-width: 767px) {
  section#introduction .step {
    padding: 40px 5%;
    background-size: 170%;
    background-position: center;
    background-repeat: repeat;
  }
}
section#introduction .step .step_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  section#introduction .step .step_upper {
    flex-direction: column;
  }
}
section#introduction .step .step_upper .step_title h3 .sub_title {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  section#introduction .step .step_upper .step_title h3 .sub_title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  section#introduction .step .step_upper .step_title h3 .sub_title {
    font-size: 4.5vw;
  }
}
section#introduction .step .step_upper .step_title h3 .main_title {
  font-size: 39px;
  font-weight: 700;
}
@media (max-width: 1023px) {
  section#introduction .step .step_upper .step_title h3 .main_title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  section#introduction .step .step_upper .step_title h3 .main_title {
    font-size: 6vw;
  }
}
section#introduction .step .step_upper .step_title h3 .main_title .bigStep {
  font-size: 69px;
  font-weight: 700;
  display: inline-block;
  padding-left: 5px;
}
@media (max-width: 1023px) {
  section#introduction .step .step_upper .step_title h3 .main_title .bigStep {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  section#introduction .step .step_upper .step_title h3 .main_title .bigStep {
    font-size: 10vw;
  }
}
section#introduction .step .step_upper .step_fukidashi {
  width: 418px;
  background-image: url(../images/step_fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 30px 0 45px 0;
  text-align: center;
}
@media (max-width: 1023px) {
  section#introduction .step .step_upper .step_fukidashi {
    padding: 20px 0 30px;
    background-position: center;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  section#introduction .step .step_upper .step_fukidashi {
    max-width: 90%;
    padding: 15px 0 25px;
    margin-top: 20px;
    background-position: center;
  }
}
section#introduction .step .step_upper .step_fukidashi span {
  font-size: 26px;
  font-weight: 700;
  color: #460000;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  section#introduction .step .step_upper .step_fukidashi span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  section#introduction .step .step_upper .step_fukidashi span {
    max-width: 100%;
    font-size: 3.5vw;
  }
}
section#introduction .step .step_middle {
  margin-top: 28px;
}
section#introduction .step .step_middle .step_flex {
  display: flex;
  justify-content: space-between;
  gap: 1.5%;
  /* 各ステップの設定 */
}
@media (max-width: 767px) {
  section#introduction .step .step_middle .step_flex {
    flex-direction: column;
    align-items: center;
    gap: 2%;
  }
}
section#introduction .step .step_middle .step_flex .step_item {
  width: 33.33%;
  position: relative;
}
@media (max-width: 767px) {
  section#introduction .step .step_middle .step_flex .step_item {
    width: 90%;
  }
  section#introduction .step .step_middle .step_flex .step_item:nth-child(n+2) {
    margin-top: 30px;
    padding-top: 20px;
  }
}
section#introduction .step .step_middle .step_flex .step_item .circle {
  position: absolute;
  top: -15px;
  left: -2px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  text-align: center;
  padding: 18px 0 10px 0;
  background-color: #E14219;
}
@media (max-width: 767px) {
  section#introduction .step .step_middle .step_flex .step_item .circle {
    width: 70px;
    height: 70px;
    padding: 12px 0 8px 0;
  }
}
section#introduction .step .step_middle .step_flex .step_item .circle span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  section#introduction .step .step_middle .step_flex .step_item .circle span {
    font-size: 3.5vw;
  }
}
section#introduction .step .step_middle .step_flex .step_item .circle .number {
  font-size: 28px;
}
@media (max-width: 767px) {
  section#introduction .step .step_middle .step_flex .step_item .circle .number {
    font-size: 5.5vw;
  }
}
section#introduction .step .step_middle .step_flex .step_item .step_image {
  text-align: center;
}
section#introduction .step .step_middle .step_flex .step_item + .step_item::before {
  content: "";
  width: 13px;
  height: 25px;
  position: absolute;
  left: -15px;
  top: 47%;
  transform: translateY(-50%);
  background: url(../images/step_icon.png);
}
@media (max-width: 767px) {
  section#introduction .step .step_middle .step_flex .step_item + .step_item::before {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    top: -5%;
  }
}
section#introduction .step .step_middle .step_flex p {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
section#introduction .step .step_lower {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
section#introduction .step .step_lower .mhd_link {
  width: 400px;
}
section#introduction .product {
  background-color: #E14219;
  border-radius: 0 0 10px 10px;
  padding: 0 60px 20px;
  padding-top: 25px;
}
@media (max-width: 767px) {
  section#introduction .product {
    padding: 20px 8% 20px;
  }
}
section#introduction .product h3 {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
section#introduction .product .product_info {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 45px 30px;
  margin: 20px 0 0 0;
}
@media (max-width: 1023px) {
  section#introduction .product .product_info {
    padding: 30px 25px 30px;
  }
}
@media (max-width: 767px) {
  section#introduction .product .product_info {
    padding: 30px 7%;
  }
}
section#introduction .product .product_info .product_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex {
    flex-direction: column;
  }
}
section#introduction .product .product_info .product_flex .left {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1023px) {
  section#introduction .product .product_info .product_flex .left {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .left {
    width: 100%;
    flex-direction: row;
  }
}
section#introduction .product .product_info .product_flex .left .package {
  width: 75%;
}
@media (max-width: 1023px) {
  section#introduction .product .product_info .product_flex .left .package {
    width: 70%;
  }
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .left .package {
    width: 38%;
    margin: 0 auto;
  }
}
section#introduction .product .product_info .product_flex .left .cashback {
  width: 55%;
}
@media (max-width: 1023px) {
  section#introduction .product .product_info .product_flex .left .cashback {
    width: 80%;
  }
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .left .cashback {
    width: 55%;
  }
}
section#introduction .product .product_info .product_flex .product_text {
  width: 75%;
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .product_text {
    width: 100%;
  }
}
section#introduction .product .product_info .product_flex .product_text h4 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .product_text h4 {
    margin-top: 25px;
  }
}
section#introduction .product .product_info .product_flex .product_text .varsion {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1160px) {
  section#introduction .product .product_info .product_flex .product_text .varsion {
    flex-direction: column;
    align-items: start;
  }
}
section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap {
  width: 50%;
  font-weight: 700;
  display: flex;
  align-items: baseline;
}
@media (max-width: 1330px) {
  section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap {
    width: 60%;
  }
}
@media (max-width: 1160px) {
  section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap {
    width: 100%;
  }
}
section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap .var_name {
  font-size: 18px;
  width: 8em;
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap .var_name {
    font-size: 3.5vw;
    width: 7.5em;
  }
}
section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap .price {
  font-size: 35px;
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap .price {
    font-size: 6vw;
  }
}
section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap .price span {
  font-size: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .product_text .varsion .price_wrap .price span {
    font-size: 3vw;
  }
}
section#introduction .product .product_info .product_flex .product_text .varsion .mhd_link {
  width: 50%;
}
@media (max-width: 1330px) {
  section#introduction .product .product_info .product_flex .product_text .varsion .mhd_link {
    width: 40%;
  }
}
section#introduction .product .product_info .product_flex .product_text .varsion .mhd_link a {
  padding: 18px 20px 18px 0;
}
@media (max-width: 1160px) {
  section#introduction .product .product_info .product_flex .product_text .varsion .mhd_link {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
  section#introduction .product .product_info .product_flex .product_text .varsion .mhd_link a {
    padding: 15px 20px 15px 0;
  }
}
section#introduction .product .product_info .product_flex .product_text .varsion.low {
  margin-top: 15px;
}
section#introduction .product .product_info .product_flex .product_text .difference {
  margin-top: 25px;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .product_text .difference {
    text-align: left;
  }
}
section#introduction .product .product_info .product_flex .product_text .difference a {
  color: #0060F4;
  text-decoration-line: underline;
  width: fit-content;
  padding-left: 25px;
  position: relative;
}
section#introduction .product .product_info .product_flex .product_text .difference a::before {
  content: url(../images/question.png);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
section#introduction .product .product_info .product_flex .product_text .difference a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  section#introduction .product .product_info .product_flex .product_text .difference a {
    font-size: 14px;
    background-size: contain;
    padding-left: 25px;
    background-position-y: 0;
  }
}
section#introduction .product .etc_btn {
  text-align: right;
  padding-top: 20px;
}
section#introduction .product .etc_btn a {
  display: inline-block;
  background: #E8795C;
  padding: 10px 30px 12px 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
section#introduction .product .etc_btn a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 10px;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
}
section#introduction .product .etc_btn a:hover {
  background: #ff896c;
}

/* キャンペーン概要 */
#campaign {
  margin-top: 45px;
  border-radius: 10px;
  background-color: #fff;
}
#campaign > h2 {
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
  background-color: #DED1D1;
}
#campaign .contents_wrap {
  background: #fff;
  padding: 40px 60px;
}
@media (max-width: 767px) {
  #campaign .contents_wrap {
    padding: 30px 5%;
  }
}
#campaign .canp_flex {
  display: flex;
}
@media (max-width: 767px) {
  #campaign .canp_flex {
    flex-direction: column;
  }
}
#campaign .canp_flex + .canp_flex {
  margin-top: 20px;
}
#campaign .canp_flex .canp_title {
  width: 9em;
  min-width: 9em;
  font-size: 18px;
}
@media (max-width: 1023px) {
  #campaign .canp_flex .canp_title {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #campaign .canp_flex .canp_title {
    width: 100%;
  }
}
#campaign .canp_flex .canp_title span {
  color: #fff;
  background: #460000;
  border-radius: 5px;
  padding: 13px 8px;
  text-align: center;
  display: block;
  font-weight: 500;
}
@media (max-width: 767px) {
  #campaign .canp_flex .canp_title span {
    padding: 10px 5px;
  }
}
#campaign .canp_flex .canp_title.invert span {
  border: 1px solid #460000;
  color: #460000;
  background: #fff;
}
#campaign .canp_flex .canp_text {
  flex-grow: 1;
  padding: 6px 0 8px 25px;
}
@media (max-width: 1023px) {
  #campaign .canp_flex .canp_text {
    flex: 4;
  }
}
@media (max-width: 767px) {
  #campaign .canp_flex .canp_text {
    padding: 15px 0 6px;
  }
}
#campaign .canp_flex .canp_text .fw400 {
  font-weight: 400 !important;
}
#campaign .canp_flex .canp_text .fw400 * {
  font-weight: 400 !important;
}
#campaign .canp_flex .canp_text .day_text {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 1023px) {
  #campaign .canp_flex .canp_text .day_text {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  #campaign .canp_flex .canp_text .day_text {
    font-size: 3vw;
  }
}
#campaign .canp_flex .canp_text .day_text span {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  padding: 0 2px;
}
@media (max-width: 1023px) {
  #campaign .canp_flex .canp_text .day_text span {
    font-size: 2.7vw;
  }
}
@media (max-width: 767px) {
  #campaign .canp_flex .canp_text .day_text span {
    font-size: 4.1vw;
  }
}
#campaign .canp_flex .canp_text p {
  line-height: 1.5em;
  font-weight: 300;
}
#campaign .canp_flex .canp_text p.bold {
  font-size: 18px;
}
#campaign .canp_flex .canp_text a {
  color: #0060F4;
  text-decoration-line: underline;
}
#campaign .canp_flex .canp_text a:hover {
  opacity: 0.8;
}
#campaign .canp_flex .canp_text .taishou_text {
  font-size: 18px;
  font-weight: 300;
}
#campaign .canp_flex .canp_text .taishou_text span {
  display: inline-block;
  padding: 3px 8px;
  background: #FFE13C;
  font-weight: 500;
  margin-right: 0.5em;
}
#campaign .canp_flex .canp_text .sub_text {
  font-size: 14px;
  font-weight: 300;
  padding-top: 8px;
}
#campaign .canp_flex .canp_text .sub_text .reference {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  #campaign .canp_flex .canp_text .sub_text {
    padding-top: 15px;
  }
}

/* 各種リスト表示 */
.nomal_list.bold * {
  font-weight: 500;
}
.nomal_list li {
  font-weight: 300;
  font-size: 17px;
  line-height: 1.35em;
  padding-bottom: 5px;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 767px) {
  .nomal_list li {
    font-size: 16px;
  }
}
.nomal_list li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 1px;
}
.nomal_list.lines li {
  padding-top: 5px;
  border-bottom: 1px dashed #a27f7f;
}
.nomal_list.lines li::before {
  top: 6px;
}

* + .nomal_list {
  margin-top: 10px;
}

/* 応募の流れ */
.flow_wrap {
  margin: 25px 0;
  background: #FFF7CE;
  padding: 20px 40px 30px;
}
@media (max-width: 767px) {
  .flow_wrap {
    padding: 15px 25px 20px;
  }
}
.flow_wrap .flow_title {
  font-size: 24px;
  text-align: center;
  color: #460000;
  font-weight: 600;
  padding-bottom: 13px;
}
.flow_wrap .flow_list {
  display: flex;
  gap: 1.5%;
}
@media (max-width: 1023px) {
  .flow_wrap .flow_list {
    flex-wrap: wrap;
  }
}
.flow_wrap .flow_list .flow_box {
  width: 23.875%;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #460000;
  padding: 15px;
  position: relative;
  text-align: center;
}
@media (max-width: 1023px) {
  .flow_wrap .flow_list .flow_box {
    width: 100%;
  }
  .flow_wrap .flow_list .flow_box:nth-child(n+2) {
    margin-top: 1.5%;
  }
}
.flow_wrap .flow_list .flow_box p {
  font-weight: 400 !important;
  line-height: 1.35em !important;
  padding-bottom: 8px;
  font-size: 18px;
  color: #460000;
}
@media (max-width: 767px) {
  .flow_wrap .flow_list .flow_box p {
    font-size: 16px;
  }
}
.flow_wrap .flow_list .flow_box::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 24px solid #460000;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (max-width: 1023px) {
  .flow_wrap .flow_list .flow_box::after {
    top: auto;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 24px solid #460000;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-bottom: none;
  }
}
.flow_wrap .flow_list .flow_box:last-child::after {
  display: none;
}

section#contact {
  margin-top: 45px;
  border-radius: 10px;
  background-color: #fff;
}
section#contact h2 {
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
  background-color: #DED1D1;
}
section#contact .mail {
  font-size: 17px;
  padding: 40px 20px;
  text-align: center;
  color: #460000;
  line-height: 1.6em;
}
section#contact .mail span {
  font-weight: 700;
}

/* シェアする */
#sns {
  text-align: center;
  padding: 35px 0 0 0;
  position: relative;
  overflow: visible;
}
#sns .title_wrap {
  padding-bottom: 10px;
  font-size: 16px;
}
#sns .sns_links {
  display: flex;
  justify-content: center;
}
#sns .sns_links li {
  width: 45px;
}
#sns .sns_links li a img {
  transition: 0.3s;
}
#sns .sns_links li a:hover img {
  opacity: 0.85;
}
#sns .sns_links li + li {
  margin-left: 8px;
}

/* フォームここから */
section#formbox {
  margin-top: 30px;
  border-radius: 10px;
  border: solid;
  border-color: #DED1D1;
  background-color: #fff;
}
section#formbox h2 {
  font-size: 24px;
  text-align: center;
  padding: 15px 0;
  background-color: #DED1D1;
}
section#formbox h3 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 15px 0;
  background-color: #DED1D1;
}
section#formbox h4 {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  padding: 15px 0;
  background: linear-gradient(transparent 75%, #EEEEEE 75%, #EEEEEE 90%, transparent 90%);
}
section#formbox img {
  margin: 15px 0;
  padding: 0px 20px;
}
section#formbox .form {
  font-size: 17px;
  padding: 20px 20px;
  text-align: left;
  color: #460000;
  line-height: 1.6em;
}

section#formbox_ttl .form_title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  padding: 40px 0px 15px 0px;
  color: #460000;
}
section#formbox_ttl h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  padding: 0px 0px 15px 0px;
  color: #460000;
}

section#formdetail h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 600;
  padding: 45px 0px 15px 0px;
  color: #460000;
}

/* フォームここまで */
/* コピーメッセージ */
.success-msg {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
  color: #fff;
  padding: 20px;
  bottom: 80%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  z-index: 15;
  overflow: visible;
  /*
  @media (max-width:$sp_wid) {
      position: fixed;
      bottom: auto;
      top: 0;
      border-radius: 0;
      width: 100%;
      height: fit-content;
      margin: auto;
  }
  */
}

/** footer **/
#footer {
  background-color: #C4C4C4;
}
#footer .f_wrap {
  text-align: center;
  padding: 30px 3%;
}
#footer .f_wrap .copyright {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */