@charset "utf-8";
:root {
  --blackColor: #000;
  --whiteColor: #fff;
  --grayColor: #eeede5;
  --redColor: #cf0f31;
  --yellowColor: #fef7e0;
  --pinkColor: #ffe8e8;
  --fontColor: #454545;
}
/*----------------------------------*/
/* 共通
/*----------------------------------*/
body {
  color: var(--fontColor);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
h1, h2, h3, h4, h5, p, li {
  color: var(--fontColor);
}
img {
  width: 100%;
  height: auto;
}
a {
  color: #015de8;
  text-decoration: underline;
}
.bold {
  font-weight: 600;
}

.break-keep {
  word-break: keep-all;
}
@media screen and (max-width: 767.9px) {
  .only_pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .only_sp {
    display: none !important;
  }
}

.sec_box .sec_inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 80px 0;
}
.sec_box .sec_title{
  line-height: 1.0;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec_box .sec_inner {
    width: 100%;
    padding: 40px 3vw;
  }
  .sec_box .sec_title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

ul.note .note_item {
  font-size: 12px;
  color: var(--fontColor);
  font-weight: 400;
  margin-top: 0;
  text-indent: -1em;
  padding-left: 1em;
}
ul.note .note_item::before {
  margin-right: 0;
}
ul.note .note_item.red {
  color: var(--redColor);
}
ul.note .note_item.red::before {
  color: var(--redColor);
}
ul.dot .dot_item {
  font-size: 12px;
  color: var(--fontColor);
  font-weight: 400;
  margin-top: 0;
  text-indent: -1em;
  padding-left: 1em;
}
ul.dot .dot_item::before {
  content: '・';
  font-size: inherit;
  margin-right: 0;
}
ol.note_order .note_order_item {
  font-size: 12px;
  color: var(--fontColor);
  font-weight: 400;
  margin-top: 0;
  text-indent: -2em;
  padding-left: 2em;
  counter-increment: num;
}
ol.note_order .note_order_item::before {
  font-size: inherit;
  margin-right: 0.5em;
  content: "※" counter(num);
}
.btn_area {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.btn_area a {
  display: block;
  width: 390px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.btn_area a img {
  display: block;
  width: 100%;
  height: auto;
}
.btn_area > p {
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}
.btn_area li {
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn_area {
    width: 100%;
    padding: 10px;
  }
  .btn_area a {
    width: 300px;
  }
  .btn_area > p {
    font-size: 12px;
  }
}
.red {
  color: var(--redColor);
}

/* 画像横スクロール */
.image-container {
  width: 750px;
  margin: 20px auto 0;
  max-width: 100%;
}
.scroll-image {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .image-container {
    width: 90%;
    overflow-x: auto;
    white-space: nowrap;
    margin: 10px auto 0;
  }
  .scroll-image {
    display: block;
    width: 110vw;
  }
}

/*----------------------------------*/
/* header
/*----------------------------------*/
.header {
  background-color: #ffffff;
}
.header .inner {
  max-width: 1280px;
  padding: 12px 10px;
  box-sizing: border-box;
  text-align: center;
}
.header img {
  width: 74.667vw;
  display: block;
  max-width: calc((486 / 750) * 100vw);
}
@media screen and (min-width: 768px) {
  .header img {
    width: 280px;
  }
}

/* header_app_link */
#header_app {
  display: block;
}
.header_app_link {
  align-items: center;
  background: var(--grayColor);
  display: flex;
  line-height: 1;
  padding: 10px 5.333vw;
  padding: 10px;
  min-height: 50px;
}
.header_app_link_close {
  margin-right: 14px;
}
.header_app_link_close img {
  width: 10px;
  height: 10px;
}
.header_app_link_icon {
  margin-right: 8px;
  width: 34px;
  height: 34px;
}
.header_app_link_txt {
  color: var(--fontColor);
  display: block;
  font-size: 14px;
  font-weight: 600;
}
.header_app_link_btn {
  background: var(--whiteColor);
  border-radius: 20px;
  color: var(--fontColor);
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  #header_app {
    display: none;
  }
}

/*----------------------------------*/
/* fv
/*----------------------------------*/
.fv {
  background-color: #fff9e5;
  padding-bottom: 20px;
}
.fv img {
  display: block;
}
.fv_img {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.fv h1 {
  max-width: 1200px;
  margin: 0 auto;
}
.fv_unit01 {
  position: absolute;
  width: 230px;
  max-width: 19.2%;
  height: auto;
  top: 10%;
  right: 6%;
}
img.rotate_item_bg {
  position: absolute;
  animation: rotate 50s infinite linear;
}
img.rotate_item {
  position: absolute;
  width: 82%;
  transform: translate(12%, 20%);
}

/* animation */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fv_campaign {
  position: absolute;
  width: 60%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.fv_campaign > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.fv_campaign div > a {
  width: 49%;
}
.fv_campaign div > a > img {
  display: block;
  width: 100%;
}
.fv .note {
  background-color: var(--yellowColor);
}
.fv .note .note_item {
  margin: auto;
  width: 60%;
}
/* 767px対策 */
@media screen and (max-width: 767.9px) {
  .fv {
    background-color: #f3e6bc;
  }
  .fv .note {
    background-color: #f3e6bc;
    padding: 0 3vw;
  }
  .fv .note .note_item {
    width: 100%;
  }
  .fv_btn .note .note_item {
    text-align: center;
  }
  .fv_unit01 {
    width: 300px;
    max-width: 30%;
    right: 7%;
    top: 10%;
  }
  .fv_campaign {
    width: 94%;
    bottom: 2%;
  }
}
.fv_btn {
  background-color: var(--whiteColor);
  padding: 20px;
}
.fv_btn a > img {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
}

.anc {
  background: var(--grayColor);
}
.anc_list {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 16px 0;
  display: flex;
  flex-wrap: wrap;
}
.anc_list_item {
  position: relative;
  width: calc((100% - 48px) / 3);
  margin-right: 24px;
  border-bottom: var(--fontColor) 1px solid;
  padding: 8px 0;
  font-style: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.anc_list_item:nth-child(3n) {
  margin-right: 0;
}
.anc_list_item::before {
  content: "";
  position: absolute;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid var(--fontColor);
  border-right: 2px solid var(--fontColor);
  transform: rotate(45deg);
  top: calc(50% - 5px);
}
.anc_list_item a {
  color: var(--fontColor);
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .anc_list {
    width: 100%;
    padding: 10px 3vw;
  }
  .anc_list_item {
    width: calc((100% - 12px) / 2);
    margin-right: 12px;
    min-height: 40px;
  }
  .anc_list_item:nth-child(3n) {
    margin-right: 12px;
  }
  .anc_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .anc_list_item::before {
    content: "";
    position: absolute;
    right: 6px;
    display: block;
    width: 7px;
    height: 7px;
  }
  .anc_list_item a {
    font-size: 12px;
    padding: 0 15px 0 6px;
  }
}

.app {
  background: var(--whiteColor);
  padding: 20px 0;
}
.app_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.app_01 {
  width: fit-content;
  margin: auto;
}
.app_01_img {
  display: flex;
}
.app_01_img > img {
  width: 114px;
  height: 114px;
}
.app_02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}
.app_02_txt {
  display: flex;
  align-items: center;
}
.app_02_txt > img  {
  display: block;
  width: 52px;
  height: 52px;
  margin-right: 8px;
}
.app_02_txt > p {
  font-size: 22px;
  margin-bottom: 6px;
  font-weight: 600;
}
.app_02_img {
  display: flex;
}
.app_02_img > a + a {
  margin-left: 10px;
}
.app_02_img > a > img {
  display: block;
  width: 100%;
}
.app_bg {
  background-color: var(--grayColor);
  padding: 8px;
  width: 114px;
  height: 114px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}
.app_bg > img {
  width: 26px;
  height: 40px;
  margin: auto;
  display: block;
}
.app_bg > p {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

/*----------------------------------*/
/* sec01
/*----------------------------------*/
.sec01 {
  background-color: var(--yellowColor);
}
.rec_list {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
}
.rec_list_item {
  position: relative;
  width: calc((100% - 36px) / 3);
  margin-right: 18px;
  align-items: center;
  background-color: var(--whiteColor);
  border-radius: 20px;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
}
.rec_list_item:nth-child(3n) {
  margin-right: 0;
}
.rec_list_item_ttl {
  font-size: 18px;
  font-size: clamp(15px, 1.9vw, 18px);
  font-weight: 600;
  text-align: center;
  color: var(--fontColor);
  align-content: center;
  width: 100%;
  line-height: 1.4;
}
.rec_list_item_ttl .fb {
  font-size: 22px;
  font-size: clamp(16px, 2.0vw, 22px);
  font-weight: 800;
  line-height: 1.4;
}
.rec_list_item  img {
  padding-top: 10px;
  width: 250px;
  max-width: 100%;
  margin: auto;
  display: block;
  height: auto;
}
.rec_list_item_ttl .line {
  border-bottom: #facb32 3px solid;
  max-width: 100%;
  display: block;
  height: 3px;
  margin: 10px auto;
}
@media screen and (max-width: 767px) {
  .rec_list {
    width: 100%;
    flex-direction: column;
  }
  .rec_list_item {
    width: 100%;
    margin: 0 auto;
  }
  .rec_list > .rec_list_item + .rec_list_item {
    margin-top: 14px;
  }
  .rec_list_item_ttl {
    font-size: 18px;
  }
  .rec_list_item_ttl .fb {
    font-size: 18px;
  }
  .rec_list_item_ttl .line {
    width: 250px;
  }
  .rec_list_item  img {
    width: 290px;
  }
}

/*----------------------------------*/
/* sec02
/*----------------------------------*/
.sec02 {
  background-color: var(--grayColor);
}
.common_list {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
.common_list_item {
  position: relative;
  width: calc((100% - 36px) / 3);
  margin-right: 18px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--whiteColor);
  border: #dcdbd1 solid 3px;
  border-radius: 20px;
  padding: 30px 12px;
}
.common_list_item:nth-child(3n) {
  margin-right: 0;
}
.common_list_item_label {
  position: absolute;
  background-color: #facb32;
  font-size: 20px;
  left: -2px;
  top: -2px;
  border-radius: 20px 0;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common_list_item_ttl {
  font-size: 22px;
  font-size: clamp(16px, 2.0vw, 22px);
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.04rem;
  line-height: 1.4;
}
.common_list_item img {
  margin: 0 auto 20px;
  display: block;
  height: 80px;
  width: auto;
  max-width: 100%;
}
.common_list_item_txt {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
}
.common_list_item .note {
  margin-top: 10px;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .common_list {
    width: 100%;
    margin: auto;
    flex-direction: column;
  }
  .common_list_item {
    width: 100%;
    margin: 0 auto;
    padding: 20px 6vw;
  }
  .common_list > .common_list_item + .common_list_item {
    margin-top: 10px;
  }
  .common_list_item_ttl {
    font-size: 18px;
  }
  .common_list_item_txt {
    width: 350px;
    max-width: 100%;
  }
  .common_list_item .note {
    max-width: 350px;
  }
}

/*----------------------------------*/
/* sec03
/*----------------------------------*/
.sec03 {
  background-color: var(--yellowColor);
}
.sec03 .common_list_item img {
  margin: 0 auto 20px;
  display: block;
  max-width: 170px;
  width: 150px;
  height: auto;
}
.sec03 .common_list_item {
  border: none;
}
@media screen and (max-width: 767px) {
  .sec03 .sec_inner {
    width: 100%;
    padding: 40px 0;
  }
}

/*----------------------------------*/
/* sec04
/*----------------------------------*/
.sec04 {
  background-color: var(--grayColor);
}
.sec04 .sec_inner {
  max-width: 860px;
}
.sec04 h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.sec04 h3::before {
  content: "";
  display: inline-block;
  background-color: #facb32;
  width: 10px;
  height: 23px;
  margin-right: 10px;
}
.sec04 .faq+.faq {
  margin-top: 40px;
}
.faq-list>.accordion+.accordion {
  margin-top: 10px;
}
.accordion {
  border-radius: 10px;
  line-height: 1.4;
}

/* accordion */
.accordion_head {
  cursor: pointer;
  padding: 4px 20px;
  position: relative;
  background-color: var(--whiteColor);
  display: flex;
  align-items: center;
  border-radius: 10px;
}
.accordion_head.active {
  border-radius: 10px 10px 0 0;
}
.accordion_head > span {
  font-size: 16px;
  font-weight: 600;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 15px;
}
.accordion_head > p {
  font-size: 14px;
  font-weight: 600;
  padding-left: 14px;
  color: var(--fontColor);
  border-left: solid 2px var(--grayColor);
}
.accordion_head::after,
.accordion_head::before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 12px;
  background-color: var(--fontColor);
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.5s;
}
.accordion_head::before {
  transform: rotate(90deg);
}
.accordion_head.active::before {
  transform: rotate(270deg);
}
.accordion_head.active::after {
  transform: rotate(90deg);
}
.accordion_content {
  display: none;
  background-color: var(--whiteColor);
  border-radius: 0 0 10px 10px;
  padding: 0 10px 0 10px;
}
.accordion_inner {
  border-top: 3px var(--grayColor) solid;
  padding: 10px 10px 20px 10px;
}
.accordion_inner_txt {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  font-weight: 400;
}
.accordion_inner > img{
  display: block;
  max-width: 170px;
}
.accordion_inner ul, .accordion_inner ol {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .accordion_head {
    padding: 10px 32px 10px 12px;
  }
  .accordion_head > span {
    padding-right: 12px;
  }
  .accordion_head::after,
  .accordion_head::before {
    height: 12px;
    right: 20px;
  }
}


/*----------------------------------*/
/* sec05
/*----------------------------------*/
.sec05 {
  background-color: var(--yellowColor);
}
.sec05 .sec_inner {
  max-width: 860px;
}
.sec05 .sec_title {
  margin-bottom: 18px;
}
.sec05 h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 20px;
}
.sec05 h3 .fb {
  font-size: 22px;
  font-weight: 800;
  color: var(--redColor);
}
.sec05 h3::before {
  content: "";
  display: inline-block;
  background-color: var(--fontColor);
  width: 2px;
  height: 1.6em;
  margin-right: 0.8em;
  transform: rotate(330deg);
}
.sec05 h3::after {
  content: "";
  display: inline-block;
  background-color: var(--fontColor);
  width: 2px;
  height: 1.6em;
  margin-left: 0.8em;
  transform: rotate(30deg);
}

.step_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 34px;
}
.step_list_item {
  width: calc((100% - 36px) / 3);
  margin-right: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.step_list_item:nth-child(3n) {
  margin-right: 0;
}
.step_list_item_label {
  position: relative;
  font-size: 12px;
  display: flex;
  align-items: baseline;
  background-color: #facb32;
  height: 36px;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 600;
}
.step_list_item_label .fb {
  font-size: 24px;
  font-weight: 600;
}
.step_list_item_label::before {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent #facb32;
  bottom: 50%;
  right: -31px;
  transform: translateY(50%);
  border-width: 18px 16px;
  border-style: solid;
  z-index: 3;
}
.step_list_item_label::after{
  content: "";
  position: absolute;
  bottom: 50%;
  left: -1px;
  transform: translateY(50%);
  border-width: 18px 16px;
  border-color: transparent transparent transparent var(--yellowColor);
  border-style: solid;
  z-index: 2;
}
.step_list_item:first-child .step_list_item_label::after {
  display: none;
}
.step_list_item:last-child .step_list_item_label::before {
  display: none;
}
.step_list_item_box {
  background-color: var(--whiteColor);
  display: flex;
  flex-grow: 1;
  border-radius: 10px;
  padding: 26px 20px;
}
.step_list_item_box p {
  font-size: 16px;
  font-weight: 400;
  width: 85%;
  padding-right: 10px;
  line-height: 1.2;
}
.step_list_item_box .fb {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.step_list_item_box img {
  display: block;
  width: 40px;
  height: auto;
  margin: auto;
}
.supplement {
  display: flex;
  justify-content: center;
  max-width: 90%;
  margin: 0 auto;
}
.supplement > div {
  display: flex;
  align-items: flex-start
}
.supplement p {
  width: 300px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--grayColor);
  border-radius: 99px;
  margin-right: 18px;
}
.supplement ul {
  width: calc(100% - ( 300px + 18px));
}
.supplement ul > li {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .sec05 h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .step_list {
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .step_list_item {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
  }
  .step_list > .step_list_item + .step_list_item {
    margin-top: 20px;
  }
  .step_list_item_label {
    flex-direction: column;
    height: unset;
    align-items: center;
    width: 36px;
    margin-bottom: 0;
  }
  .step_list_item_label::before {
    border-color: #facb32 transparent transparent transparent;
    bottom: -35px;
    right: 0;
    transform: translateY(0);
    border-width: 18px 18px;
  }
  .step_list_item_label::after{
    top: 0;
    left: 0;
    transform: translateY(0);
    border-width: 18px 18px;
    border-color: var(--yellowColor) transparent transparent transparent;
  }
  .step_list_item_box {
    width: calc(100% - ( 36px + 10px ));
    padding: 20px 16px;
    margin-left: 10px;
  }
  .step_list_item_box p {
    font-size: 14px;
  }
  .step_list_item_box img {
    width: 46px;
  }
  .supplement {
    width: 100%;
  }
  .supplement > div {
    flex-direction: column;
  }
  .supplement p {
    max-width: 90%;
    margin: 0 auto 6px;
  }
  .supplement ul {
    width: 100%;
  }
}

/*----------------------------------*/
/* sec06
/*----------------------------------*/
.sec06 {
  background-color: var(--pinkColor);
}
.sec06 .sec_inner {
  max-width: 860px;
}
.sec06 .sec_title {
  color: var(--whiteColor);
  background-color: var(--redColor);
  width: 100%;
  padding: 20px 0;
}
.campaign {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}
.campaign > img{
  display: block;
  width: 600px;
  margin-bottom: 40px;
}
.campaign > ul {
  width: 700px;
}
.campaign > .dot .dot_item {
  font-weight: 600;
}
.campaign_list > .campaign_list_item + .campaign_list_item {
  margin-top: 30px;
}
.campaign_list_item > section {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.campaign_list_item > section > div {
  width: 100%;
  display: flex;
}
.campaign_list_item_content > div {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .campaign_list_item > section > div {
    flex-direction: column;
  }
}
.campaign_list_item {
  background-color: var(--whiteColor);
  padding: 30px;
}
.campaign_list_item_bnr {
  display: block;
  width: 50%;
}
.campaign_list_item > img {
  display: block;
  width: 100%;
}
.campaign_list_item > p {
  font-size: 16px;
  text-align: center;
}
.campaign_condition {
  width: 50%;
  padding-left: 20px;
}
.campaign_condition > li {
  display: flex;
  min-height: 116px;
}
.campaign_condition > li + li {
  margin-top: 10px;
}
.campaign_condition_label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background: var(--redColor);
  border-radius: 4px;
  width: 34px;
  font-size: 12px;
  color: var(--whiteColor);
  margin-right: 20px;
}
.campaign_condition_label .fb {
  font-size: 28px;
}
.campaign_condition_txt {
  width: calc(100% - (34px + 20px));
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.campaign_condition_txt > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-weight: 600;
}
.campaign_condition .note {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .sec06 .sec_inner {
    width: 100%;
  }
  .sec06 .sec_title {
    padding: 12px;
  }
  .campaign {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
  }
  .campaign > div{
    padding: 10px;
  }
  .campaign > img{
    width: 100%;
    margin-bottom: 20px;
  }
  .campaign > ul > li {
    font-size: 12px;
  }
  .campaign_list_item {
    padding: 0;
  }
  .campaign_list_item_bnr {
    width: 100%;
  }
  .campaign_condition {
    width: 100%;
    padding: 10px;
  }
  .campaign_condition > li {
    min-height: 70px;
  }
  .campaign_condition_label {
    margin-right: 10px;
  }
  .campaign_condition_txt {
    padding: 8px 0;
  }
  .campaign_condition_txt > p {
    font-size: 14px;
  }
  .campaign > ul {
    width: 100%;
  }
  .campaign_list_item > p {
    font-size: 12px;
  }
}

/* modal */
.modal_btn_area {
  margin: 0 auto;
  padding-top: 20px;
}
.modal_btn {
  width: 100%;
  background-color: #d9d9d9;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 50px;
  border: solid 1px #454545;
}
.modal_btn::before {
  content: "";
  background-image: url(../images/icon_arrow03.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 15px;
  display: block;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
}
.modal_btn_text {
  font-size: 16px;
  font-weight: 600;
}
.modal {
  width: 100%;
  height: 100%;
  display: none;
}

.modal_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  max-width: 90vw;
  border-radius: 10px;
  padding: 4vw 5vw;
  height: min-content;
  max-height: 80vh;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: clip;
  background-color: var(--whiteColor);
}
.modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icon-cross.png);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.modal_item h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal_content {
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  line-height: 1.2;
  height: 400px;
  overflow-y: scroll;
  padding: 0 10px;
}
.modal_content p {
  font-size: 12px;
  line-height: 1.2;
}
.modal_content dt {
  margin-top: 10px;
}
.modal_content dd {
  margin-bottom: 10px;
}
.modal table {
  border-collapse: collapse;
  border-left: solid 1px #a6a6a6;
  border-top: solid 1px #a6a6a6;
  font-weight: 400;
  margin-top: 10px;
}
.modal table th {
  background-color: #e8e8e8;
  text-align: center;
  border-right: solid 1px #a6a6a6;
  border-bottom: solid 1px #a6a6a6;
  width: 25%;
  padding: 10px;
  font-weight: 400;
}
.modal table td {
  font-size: 12px;
  border-right: solid 1px #a6a6a6;
  border-bottom: solid 1px #a6a6a6;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .modal_btn_area {
    padding: 10px;
  }
  .modal_btn {
    padding: 10px 30px 10px 10px;
  }
  .modal_btn::before {
    right: 8px;
    width: 16px;
    height: 16px;
  }
  .modal_btn_text {
    font-size: 12px;
  }
  .modal_content {
    padding: 0 3vw;
  }
  .modal_content p {
    font-size: 12px;
  }
  .modal table th {
    font-size: 12px;
    width: 30%;
    padding: 4px;
  }
  .modal table td {
    font-size: 12px;
    padding: 4px;
  }
  .modal_close {
    top: 14px;
    right: 14px;
    width: 20px;
    height: 20px;
  }
  .modal_item {
    width: 92%;
    max-width: 92vw;
    padding: 6.4vw;
    max-height: 80vh;
  }
}

/* quiz */
/* quiz */

/*----------------------------------*/
/* sec07
/*----------------------------------*/
.sec07 {
  background-color: var(--grayColor);
}
.sec07 .sec_inner {
  max-width: 860px;
}

/* caution */
.caution_scroll {
  background-color: var(--whiteColor);
  border-radius: 10px;
  padding: 30px;
  height: 400px;
  overflow-y: scroll;
  line-height: 1.48;
  margin-bottom: 40px;
}
.caution_scroll .scroll_inner {
  padding: 0;
}
.caution_scroll .h3 {
  font-size: 16px;
  margin: 24px 0 16px;
  font-weight: 600;
}
.caution_scroll .h4 {
  font-size: 14px;
  margin: 16px 0 12px;
  font-weight: 600;
}
.caution_scroll .h5 {
  font-size: 14px;
  margin: 16px 0 0;
}
.caution_scroll p, .caution_scroll dd {
  font-size: 14px;
  font-weight: 400;
}
.caution_scroll .dot {
  position: relative;
  padding-left: 1em;
}
.caution_scroll .dot::before {
  content: '';
  background-color: var(--fontColor);
  font-size: inherit;
  width: 0.4em;
  height: 0.7em;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.caution_scroll ul li {
  font-size: 14px;
  margin-top: 4px;
  text-indent: -1em;
  padding-left: 1em;
}
.caution_scroll ul li::before {
  content: '・';
  font-size: inherit;
}
.caution_scroll a {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
.caution_scroll {
  padding: 20px;
  }
  .caution_scroll .h3 {
    font-size: 14px;
    margin: 16px 0 8px;
  }
  .caution_scroll .h4 {
    font-size: 12px;
    margin: 12px 0 8px;
  }
  .caution_scroll .h5 {
    font-size: 12px;
    margin: 12px 0 0;
  }
  .caution_scroll p, .caution_scroll dd {
    font-size: 12px;
  }
  .caution_scroll ul li {
    font-size: 12px;
    margin-top: 2px;
  }
}


/*----------------------------------*/
/* footer
/*----------------------------------*/
.footer .copy {
  text-align: center;
  background-color: var(--grayColor);
  padding: 40px 0;
}
@media (max-width: 767px) {
  .footer .copy {
    padding: 8.52878vw 0;
  }
}

.footer .copy p {
  font-size: 12px;
}
@media (max-width: 767px) {
  .footer .copy p {
    font-size: 3.2vw;
  }
}

/*----------------------------------*/
/* floating
/*----------------------------------*/
/* floating_bottom */
/* .floating_bottom {
  display: none;
} */

  .floating_bottom {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 18px 0;
    text-align: center;
    background-color: rgba(34, 34, 34, 0.8);
    z-index: 99;
    display: none;
    padding: 2vw 0;
  }
  .floating_bottom > a {
    width: 300px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }
  .floating_bottom a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .floating_bottom ul.note .note_item {
    color: var(--whiteColor);
  }


/* floating_side */
.floating_side {
  height: 340px;
  width: 70px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 100;
}
.floating_side a {
  display: block;
}
.floating_side a:hover {
  opacity: 1;
}
.floating_side img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .floating_side {
    height: 200px;
    width: 40px;
  }
}

/*----------------------------------*/
/* slider
/*----------------------------------*/
.slider_area {
  width: 100%;
}
.slick-list {
  margin: 0 auto;
  padding: 0;
}
.slider_item_inner {
  width: 88%;
  margin: 0 auto;
  padding: 18px 14px;
  background-color: var(--whiteColor);
  border-radius: 10px;
}
.slick-slide img {
  display: block;
  max-width: 100%;
  margin: 10px auto;
  height: 300px;
  width: auto;
}
.slick-prev, .slick-next {
  z-index: 2;
  width: 32px;
  height: 64px;
  background-color: var(--whiteColor);
}
.slick-prev {
  left: 0;
  border-radius: 0 50px 50px 0;
}
.slick-next {
  right: 0;
  border-radius: 50px 0 0 50px;
}
.slick-prev:before {
  content: '';
  background-image: url(../images/icon_arrow01.gif);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 4px;
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.slick-next:before {
  content: '';
  background-image: url(../images/icon_arrow02.gif);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  right: 2px;
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.slick-prev.slick-disabled, .slick-arrow.slick-disabled {
  opacity: 0;
  display: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0;
  display: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background-color: var(--whiteColor);
}
.slider_list_item_ttl {
  font-size: 16px;
  font-weight: 800;
  text-align: center;
}
.slider_list_item_txt {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  padding: 0 10px;
  width: 300px;
  margin: 0 auto;
  max-width: 100%;
}


/*----------------------------------*/
/* scrollanimation
/*----------------------------------*/
.scroll_show_top {
  position: relative;
  top: 50px;
  opacity: 0;
  transition: all 1.5s;
}
.scroll_show_top.active{
  top: 0;
  opacity: 1;
}


/*----------------------------------*/
/* entry_checkbox
/*----------------------------------*/
.entry_section .entry_area .entry_disabled {
  display: none;
}
.entry_section .entry_area.entry_disabled .entry_disabled {
  display: block;
}
.entry_section .entry_area.entry_disabled .entry_enabled {
  display: none;
}
.entry_section input {
  display: none;
}
input+.check_label {
  display: flex;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  position: relative;
  padding-left: 24px;
}
input+.check_label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background-size: cover;
}
input+.check_label:before {
  content: "";
  background-image: url(../images/icon_unchecked.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 4px;
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}
input:checked+.check_label:before {
  content: "";
  background-image: url(../images/icon_checked.png);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 4px;
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.entry_section .checkbox {
  display: block;
  margin: 5px auto 0;
  width: fit-content;
}
.entry_disabled > img {
  display: block;
  width: 390px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .entry_disabled > img {
    width: 300px;
  }
}