html {
  font-size: 62.5%;
  color: #fff;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  min-width: 320px;
}
/* ヘッダー */
.header_wrap {
  max-width: 82%;
  margin: 7px auto 0;
}
.header_img {
  width: 100%;
}

/* メインコンテンツ */

/* FV */
.fv_wrap {
  max-width: 100%;
}
.fv {
  width: 100%;
}
.fv_img {
  max-width: 100%;
  width: 100%;
  vertical-align: top;
}
.fv_under {
  background-image: url("../image/pc/bg01.png");
  background-size: cover;
}
.fv_under_box {
  padding: 27px 10px;
}
.cta_position {
  display: flex;
  text-align: right;
  margin-top: 4%;
  justify-content: space-evenly;
}
.cta_size {
  max-width: 100%;
}
.cta_relative {
  position: relative;
}
.cta_inner {
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-size: min(3.3vw, 18px);
  font-weight: 600;
  position: absolute;
}

.cta_inner_sp {
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-size: min(4vw, 30px);
  font-weight: 600;
  position: absolute;
}
.cta_absolute_01 {
  top: 27%;
  left: 26%;
  /* right: 0;
    left: 0; */
  margin: auto;
  display: block;
  /* width: 55%; */
  text-align: center;
  white-space: nowrap;
}
.cta_absolute_02 {
  top: 27%;
  left: 30%;
  /* right: 0;
    left: 0; */
  margin: auto;
  display: block;
  /* width: 55%; */
  text-align: center;
  white-space: nowrap;
}
.cta_absolute_03 {
  top: 27%;
  left: 30%;
  /* right: 0;
    left: 0; */
  margin: auto;
  display: block;
  /* width: 55%; */
  text-align: center;
  white-space: nowrap;
}
.cta_logo__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta_logo__btn_sp {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sponsor_logo {
  margin-bottom: 15px;
}

.cta_btn {
  color: #fff;
  text-decoration: none;
}
.main_wrap {
  width: 610px;
  margin: 0 auto;
  max-width: 100%;
}

/* セクション１ */
.section_title {
  text-align: center;
  font-family: YakuHanJP, "Noto Serif JP", sans-serif;
}
.section_position {
  padding: 2rem 0;
}
.section_position_02 {
  padding: 30px 0;
  color: #000;
  font-size: 3.1rem;
}
.head_red {
  background-color: #d01320;
  color: #fff;
}
.section_head {
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
}
.notes_wrapper {
  background-image: url("../image/pc/bg02.png");
  background-repeat: repeat;
  position: relative;
}

.nates {
  padding: 5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.note {
  background-image: url("../image/pc/note.png");
  color: #000;
  background-size: auto;
  width: 50%;
  max-width: 100%;
  margin-bottom: 0.8rem;
}
.note_content {
  width: 83%;
  margin: 0 auto;
}
.note_icon {
  max-height: 13rem;
  text-align: center;
  padding-top: 11%;
}
.item_padding {
  padding-top: 1rem;
}
.tips_icon {
  background-color: #d01320;
  color: #fff;
  display: inline;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 1.6rem;
  padding: 0 0.6rem;
}
.st_text {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 2.1rem;
  padding-bottom: 0.6rem;
  letter-spacing: -1.7px;
}
.cl_red {
  color: #d01320;
}
.nm_text {
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 3rem;
  letter-spacing: -1px;
}
.triangle {
  background-image: url(../image/pc/yajirushi_pc.png);
}
.notes_wrapper::after {
  border-right: 49.5vw solid #fefde4;
  border-top: 100px solid transparent;
  border-left: 49.5vw solid #fefde4;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.before_pad {
  padding-bottom: 12rem;
}

/* セクション2 */
.bg_color {
  background-color: #fefde4;
}
.head_gradation {
  background: linear-gradient(
    to right,
    #fefde4 0%,
    #e70012 6%,
    #e70012 94%,
    #fefde4 100%
  );
}
.img_items {
  padding: 4rem 0;
}
.img_item {
  position: relative;
  max-width: 100%;
}
.img_setter_right {
  text-align: right;
}
.img_setter_left {
  text-align: left;
  margin-top: -2rem;
}
.img_position_left {
  position: absolute;
  top: 0;
  left: 15%;
}
.img_position_right {
  position: absolute;
  top: 26%;
  right: 4%;
}

/* セクション3  追加した部分*/
.reason {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.reason__title {
  color: #d01320;
  font-size: 4rem;
  text-align: center;
  font-family: YakuHanJP, "Noto Serif JP", sans-serif;
  padding-bottom: 2rem;
}

.reason__title::before {
  content: "";
  display: inline-block;
  background: url("../image/pc/reason_point.png") 50% 0 no-repeat;
  background-size: contain;
  width: 41px;
  height: 37px;
  margin-right: 4px;
}

.title--small {
  font-size: 3rem;
}

.reason__content {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5rem;
}

.reason_part2 {
  padding-bottom: 7rem;
}

.reason-text {
  color: #000;
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    sans-serif;
  font-size: 1.6rem;
  letter-spacing: -1px;
}

.reason-text-small {
  font-size: 1rem;
  vertical-align: text-top;
}

.reason-text-changeLine {
  display: block;
}

.reason__content-text {
  width: 50%;
}

.reason__content-pic {
  width: 50%;
}

.annotations {
  font-family: YakuHanJP, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic,
    sans-serif;
  font-size: 1rem;
  color: #7b7b7b;
  text-align: right;
}

.reason-pic-up {
  padding: 2rem 0;
}

.reason-pic-bottom {
  padding-bottom: 7rem;
}

.reason_part4 {
  padding-bottom: 1rem;
}

.reason_part4_pic {
  width: 50%;
}

/* セクション4 */
.bg_color02 {
  background-color: #f0f0d7;
  padding-top: 6rem;
  font-size: 3.6rem;
}
.info_items {
  background-color: #fff;
  border-radius: 2rem;
}
.info_item {
  padding-bottom: 2.6rem;
}
.info_head {
  position: relative;
  max-width: 100%;
}
.under {
  background: linear-gradient(transparent 78%, #ffee3a 22%);
}
.info_bg {
  max-width: 100%;
}
.info_head_title {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 900;
  position: absolute;
  top: 10%;
  left: 0%;
  right: 0%;
  color: #d01320;
}
.info_content {
  color: #000;
  position: absolute;
  padding-top: 1.8rem;
  top: 31%;
  right: 0;
  left: 0;
}
.info_content_02 {
  color: #000;
  position: absolute;
  padding-top: 1.8rem;
  top: 61%;
  left: 5%;
  right: 50%;
}
.info_content_03 {
  color: #000;
  position: absolute;
  padding-top: 3.6rem;
  top: 60%;
  right: 5%;
  left: 50%;
}
.info_content_title {
  font-size: 2.4rem;
  color: #e70012;
  font-weight: 800;
  height: 8.5rem;
}
.info_content_title_03 {
  font-size: 2.4rem;
  color: #e70012;
  font-weight: 800;
  height: 5rem;
}
.text_line {
  line-height: 100%;
}
.info_content_text {
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 800;
}
.dot {
  line-height: unset;
}
.info_under {
  padding-top: 4rem;
}
.under_inner {
  background-image: url("../image/pc/sankaku.png");
  padding-bottom: 12rem;
  background-size: auto;
  background-position-y: -2%;
  background-position-x: 52%;
}
.inner_text {
  font-size: 3rem;
  font-family: YakuHanJP, "Noto Serif JP", serif;
  text-align: center;
}
.inner_color {
  color: #fff;
  text-shadow: #e4ce28 2px 2px 8px, #e4ce28 -2px 2px 9px, #e4ce28 2px -2px 10px,
    #e4ce28 -2px -2px 12px, #e4ce28 -2px -2px 14px, #e4ce28 -2px -2px 16px,
    #e4ce28 -2px -2px 18px;
}

/* フッター */
.footer_wrap {
  padding: 4.5rem 0 5rem 0;
}
.footer_item {
  color: #000;
  font-size: 1.6rem;
  font-family: YakuHanJP, "Noto Sans JP", serif;
  font-weight: 500;
}
.inner_padding {
  padding-top: 5.2rem;
}
.head_size {
  font-size: 2.2rem;
  font-weight: 700;
}
.head_under {
  border-bottom: 0.2rem solid #e70012;
  font-size: 2.2rem;
}
.footer_content {
  padding-top: 1.5rem;
}
.content_list {
  list-style: none;
}
.copy_right {
  background-color: #f8f5e6;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
  padding: 2rem 0;
  text-align: center;
}

.is_sp {
  display: none;
}

@media screen and (max-width: 415px) {
  .header_wrap {
    max-width: 90%;
    /* min-width: 320px;
        overflow: hidden; */
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  .main_wrap {
    max-width: 100%;
  }
  .section_head {
    font-size: 2rem;
  }
  .section_position {
    padding: 1.3rem 0;
  }
  .section_position_02 {
    padding: 10px 0;
  }
  .bg_color02 {
    padding-top: 3rem;
  }
  .cta_size {
    max-width: 90%;
  }
  .cta_position_sp {
    width: 100%;
    text-align: center;
    /* margin-top: -8rem; */
  }
  .cta_absolute_01_sp {
    top: 20%;
    left: 26%;
    display: block;
    width: 50%;
    text-align: center;
    white-space: nowrap;
  }
  .cta_absolute_02_sp {
    top: 20%;
    left: 26%;
    display: block;
    width: 50%;
    text-align: center;
    white-space: nowrap;
  }
  .cta_absolute_03_sp {
    top: 20%;
    left: 26%;
    display: block;
    width: 50%;
    text-align: center;
    white-space: nowrap;
  }
  .nates {
    padding: 3rem 0;
    display: block;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .note {
    margin: 0 auto;
    padding-bottom: 8rem;
    background-size: contain;
    width: 262px;
    height: 288px;
  }
  .before_pad {
    padding-bottom: 40rem;
  }
  .note_sp {
    margin-bottom: 2rem;
  }
  .note_content {
    width: 90%;
  }
  .note_icon {
    padding-top: 10%;
  }
  .note_icon_img {
    width: 35%;
  }
  .st_text {
    font-size: 2rem;
  }
  .nm_text {
    padding-bottom: 0;
    font-size: 1.3rem;
  }
  .sp_width {
    width: 90%;
    margin: 0 auto;
  }
  .img_item_seg {
    width: 65%;
  }
  .img_position_left,
  .img_position_right {
    width: 40%;
  }
  .img_setter_right {
    margin-left: auto;
  }
  .info_head_size {
    font-size: 2.5rem;
  }
  .info_bg_sp {
    width: 94%;
    margin: 0 auto;
  }
  .info_content {
    top: 20%;
  }
  .info_content_02 {
    top: 47%;
    left: 0;
    right: 0;
  }
  .info_content_03 {
    top: 73%;
    right: 0;
    left: 0;
  }
  .info_content_title {
    font-size: 1.8rem;
    height: 6.6rem;
  }
  .info_content_title_03 {
    font-size: 1.8rem;
    height: 4rem;
  }
  .info_content_text {
    font-size: 1.4rem;
  }
  .img_position_left {
    left: 6%;
  }
  .img_position_right {
    right: 2%;
    top: 10%;
  }
  .sp_fontSize {
    font-size: 2.2rem;
    top: 6%;
  }
  .sp_fontSize_02 {
    font-size: 2.2rem;
    top: 10%;
  }
  .sp_fontSize_03 {
    font-size: 2.2rem;
    top: 12%;
  }
  .triangle {
    height: 6rem;
  }
  .info_items {
    width: 90%;
    margin: 0 auto;
  }
  .inner_text {
    font-size: 2.2rem;
  }
  .under_inner {
    padding-bottom: 7rem;
    background-position-y: -7%;
    background-position-x: 50%;
    background-size: 715px;
  }
  .head_under {
    font-size: 1.8rem;
  }
  .footer_content {
    font-size: 1.3rem;
  }
  .head_size {
    font-size: 1.8rem;
  }

  /* セクション3  追加した部分*/
  .reason {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reason__title {
    font-size: 2.4rem;
    padding-bottom: 2rem;
  }

  .reason__title::before {
    width: 20px;
    height: 18px;
  }

  .title--small {
    font-size: 1.8rem;
  }
  .reason-pic {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reason-text {
    font-size: 1.3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reason-text-small {
    font-size: 1rem;
  }

  .reason-text-changeLine {
    display: inline;
  }

  .reason__content-text {
    width: 100%;
  }

  .reason__content-pic {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .reason_part2_pic {
    padding-top: 1rem;
  }
  .reason_part4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .reason_part4_pic {
    width: 50%;
  }

  .annotations {
    font-size: 1rem;
  }
}
