@charset "utf-8";
/* all */
.modal__container {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    justify-content: center;
    opacity: 0;
    overflow: auto;
    text-align: center;
    transition: .3s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}
.modal__container.active {
    opacity: 1;
    visibility: visible;
}

.modal__body {
    position: relative;
    padding: 16px 0;
    width: calc(100% - 30px);
}
@media screen and (min-width: 769px) {
  .modal__body {
    position: relative;
    padding: 16px 0;
    width: auto;
  }
}

.modal__content {
    display: none;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 12px;
}
@media screen and (min-width: 769px) {
  .modal__content {
    width: 840px;
    display: none;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 28px 30px 30px;
    position: relative;
  }
}

.modal__content > img {
  width: 100%;
}

.modal__content_text_01 {
  font-size: 11.5px;
  font-weight: 600;
  margin-top: 15px;
}
@media screen and (min-width: 769px) {
  .modal__content_text_01 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 19px;
    text-align: left;
  }
}

.modal__content_text_02 {
  font-size: 10px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.25;
  text-align: left;
}
@media screen and (min-width: 769px) {
  .modal__content_text_02 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 19px;
    line-height: 1.25;
    text-align: left;
  }
}

.modal__content_text_03 {
  font-size: 10px;
  line-height: 1.25;
  text-align: left;
  list-style-type: disc;
  padding-left: 1.5em;
}
@media screen and (min-width: 769px) {
  .modal__content_text_03 {
    font-size: 14px;
    line-height: 1.25;
    text-align: left;
    list-style-type: disc;
    padding-left: 1.5em;
  }
}

.modal__container.active .modal__content {
    display: block;
}

.modal__close {
  position: absolute;
  top: 7.5px;
  right: -4.5px;
}
@media screen and (min-width: 769px) {
  .modal__close {
    position: absolute;
    top: -18px;
    right: -12px;
  }
}

.modal__close img {
  width: 33px;
  height: 33px;
}

@media screen and (min-width: 769px) {
  .modal__open {
    cursor: pointer;
  }
}


/* fixed */
.fixed_lp {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background:#eee no-repeat top center;
  background-size: cover;
  z-index: 50;
  opacity: 1;
  transition: 0.4s all ease;
  background: url("/sites/default/files/media/sp/images/lp/blackfriday/fixed_bg.jpg");
  background-size: 100% 100%;
  background-position: center;
  width: 100%;
  height: calc(227px / 2);
}
@media screen and (min-width: 769px) {
  .fixed_lp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background:#eee no-repeat top center;
    background-size: cover;
    z-index: 50;
    opacity: 1;
    transition: 0.4s all ease;
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/fixed_bg_pc.png");
    background-size: 1920px 100%;
    background-position: top center;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0;
  }
}

.fixed_lp > img {
  width: calc(586px / 2);
  height: calc(130px / 2);
  margin: auto;
  display: block;
}
@media screen and (min-width: 769px) {
  .fixed_lp > img {
    width: 468px;
    height: 105px;
    margin: 0;
  }
}

.fixed_lp .fixed_button {
  display: grid;
  grid-template-columns: 140px 140px;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .fixed_lp .fixed_button {
    display: grid;
    grid-template-columns: 200px 200px;
    gap: 20px;
    justify-content: center;
    margin-left: 10px;
  }
}

.fixed_lp .fixed_button img {
  width: 100%;
}

.fixed_lp.is-show {
  visibility: visible;
  opacity: 1;
  position: fixed;
}
.fixed_lp.sticky {
  visibility: inherit;
  position: sticky;
  opacity: 1;
}
.fixed_lp .inner {
  text-align: center;
}
.fixed_lp .btn {
  display: inline-block;
  margin-left: 36px;
}
.fixed_lp .btn + .btn{
  margin-left: 26px;

}
.fixed_lp .btn a {
  display: inline-block;
}
.lstFixed{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
}


/* SP */
@media screen and (max-width: 768px) {
  .campaign_banner {
    height: 33px;
  }

  .campaign_banner img {
    width: 100%;
  }
  
  .hero {
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/hero_bg.png")no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    padding: 13.5px 0 15px;
  }
  
  .hero > img {
    width: 100%;
  }

  .hero_button {
    display: grid;
    grid-template-columns: 140px 140px;
    gap: 10px;
    justify-content: center;
    margin-top: 12.5px;
  }

  .hero_button img {
    width: 100%;
  }

  .attention {
    padding: 20px;
  }

  .attention_title {
    font-weight: 600;
    font-size: 10px;
  }

  .attention ul {
    list-style-type: disc;
    padding-left: 1em;
    font-size: 10px;
    line-height: 1.25;
  }

  section h2 {
    padding: 15px 0;
    background: #00a0e9;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .section01 {
    background: #dbf5ff;
  }

  .section01_text_01 {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 30px;
  }

  .section01_text_01 span {
    text-decoration: underline;
  }

  .section01_text_02 {
    text-align: center;
    font-size: 17px;
    margin-top: 8px;
  }

  .section01_text_02 span {
    color: #009ce5;
    font-weight: 600;
  }

  .section01_list {
    border-radius: 10px;
    overflow: hidden;
    width: calc(580px / 2);
    margin: 15px auto;
  }

  .section01_list_title {
    background: #009ce5;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
  }

  .section01_list_item {
    background: #fff;
    padding: 15px 40px;
    line-height: 1.25;
  }

  .section01_list_item_text {
    font-weight: 600;
  }

  .section01_list_item ul {
    list-style-type: disc;
    padding-left: 1em;
  }

  .section01_button {
    text-align: center;
    padding-bottom: 25px;
  }

  .section01_button img {
    width: calc(580px / 2);
  }

  .section02 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section02 > img {
    width: calc(580px / 2);
    margin: auto;
    display: block;
    margin-top: 25px;
  }

  .section02_text_01 {
    text-align: center;
    margin-top: 7.5px;
  }

  .section02_text_02 {
    text-align: center;
    position: relative;
    padding: 0 15px;
    display: inline-block;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
  }

  .section02_text_02::before {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section02_text_02.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: 9px;
    height: 13.5px;
  }

  .section02_text_02::after {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section02_text_02.png");
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    width: 9px;
    height: 13.5px;
    transform: scale(-1, 1);
  }

  .section02_button {
    margin-top: 5px;
    padding-bottom: 25px;
  }

  .section02_button img {
    width: calc(580px / 2);
    margin: auto;
    display: block;
  }

  .section03_list {
    padding: 25px 15px;
  }

  .section03_list_title {
    position: relative;
    padding-left: 25px;
    margin-top: 10px;
    height: calc(34px / 2);
    line-height: 1.25;
    color: #bb1d37;
    font-weight: 600;
    font-size: 15px;
  }

  .section03_list_title:first-child {
    margin-top: 0;
  }

  .section03_list_title::after {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section03_list_title.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: calc(34px / 2);
    height: calc(34px / 2);
  }

  .section03_list_title.is-active::after {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section03_list_title_active.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: calc(34px / 2);
    height: calc(34px / 2);
  }

  .section03_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    padding-left: 25px;
    margin-top: 10px;
  }

  .section03_list ul a {
    font-size: 15px;
    color: #375778;
    font-weight: 600;
  }

  .section03_list_item {
    padding: 0 15px;
  }

  .section03_list_item .h3Link {
    padding: 7.5px 5px;
    background: #ececec;
    color: #333;
    font-weight: 600;
    text-decoration: none;
  }

  .section03_list_item .linkList {
    padding: 20px 0;
  }

  .section03_list_item .linkList li {
    position: relative;
    padding-left: calc(15px / 2);
    margin-top: 10px;
  }

  .section03_list_item .linkList li:first-of-type {
    margin-top: 0;
  }

  .section03_list_item .linkList li::before {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section03_list_title_arrow.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(15px / 2);
    height: calc(7px / 2);
  }

  .section03_list_item .linkList li a {
    margin-left: 5px;
    color: #375777;
  }

  .section04 {
    background: #dbf5ff;
    padding-bottom: 25px;
  }

  .section04_list {
    border-radius: 5px;
    overflow: hidden;
    width: calc(580px / 2);
    margin: 15px auto 0;
  }

  .section04_list:first-of-type {
    margin-top: 20px;
  }

  .section04_list_title {
    background: #009ce5;
    display: flex;
    justify-content: start;
    padding: 10px 10px 10px 32.5px;
    color: #fff;
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
  }

  .section04_list_title::before {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section04_list_title_q.png");
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(29px / 2);
    height: calc(33px / 2);
  }

  .section04_list_item {
    background: #fff;
    padding: 10px 15px 10px 32.5px;
    line-height: 1.25;
    position: relative;
  }

  .section04_list_item::before {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section04_list_title_a.png");
    background-size: 100% 100%;
    position: absolute;
    left: 10px;
    top: 10px;
    margin: auto;
    width: calc(30px / 2);
    height: calc(30px / 2);
  }

  .section04_list_item_text_01 {
    color: #d90004;
    font-weight: 600;
  }

  a.section04_list_item_text_02, a.section04_list_item_text_02:active, a.section04_list_item_text_02:visited {
    color: #00a0e9;
    font-weight: 600;
    text-decoration: underline;
  }

  .section04_list_item_text_03 {
    font-size: 8.5px;
  }

  .section04_list_item_text_04 {
    text-align: right;
  }

  .section04_list_item_text_04 a, .section04_list_item_text_04 a:active, .section04_list_item_text_04 a:visited {
    color: #00a0e9;
    font-weight: 600;
  }

  .section05 {
    padding: 25px 15px 150px;
    background: #f7f7f7;
    position: relative;
  }

  .section05_text_01 {
    font-size: 11px;
    font-weight: 600;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
  }

  .section05_text_02 {
    font-size: 11px;
    font-weight: 600;
    margin-top: 40px;
    line-height: 1.5;
  }

  .section05_text_03 {
    font-size: 11px;
    line-height: 1.5;
  }

  .section05_text_04 {
    font-size: 11px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 22.5px;
  }

  .section05_text_05 {
    font-size: 11px;
    line-height: 1.5;
  }

  .page_top {
    position: absolute;
    bottom: 120px;
    right: 15px;
  }

  .page_top img {
    width: calc(160px / 2);
    height: calc(28px / 2);
  }
}

/* PC */
@media screen and (min-width: 769px) {

	/* フルコンテンツ幅の場合コメントアウトを外す */
	.l-content {
		width: 100% !important;
		padding: 0 !important;
	}

  .campaign_banner {
    display: flex;
    justify-content: center;
    overflow: hidden;
    background: #2e201e;
  }

  .campaign_banner img {
    width: 1920px;
  }
  
  .hero {
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/hero_bg_pc.png")no-repeat;
    background-size: 1920px 100%;
    background-position: top center;
    padding: 40px 0 50px;
    display: flex;
    flex-direction: column;
  }
  
  .hero > img {
    width: 787px;
    margin: 0 auto;
    padding-left: 90px;
  }

  .hero_button {
    display: grid;
    grid-template-columns: 350px 350px;
    gap: 30px;
    justify-content: center;
    margin-top: -25px;
  }

  .hero_button img {
    width: 100%;
  }

  .attention {
    padding: 60px 50px 70px;
    width: 900px;
    margin: auto;
  }

  .attention_title {
    font-weight: 600;
    font-size: 14px;
  }

  .attention ul {
    list-style-type: disc;
    padding-left: 1em;
    font-size: 14px;
    line-height: 1.5;
  }

  section h2 {
    padding: 17px 0;
    background: #00a0e9;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .section01 {
    background: #dbf5ff;
  }

  .section01_text_01 {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-top: 80px;
  }

  .section01_text_01 span {
    text-decoration: underline;
  }

  .section01_text_02 {
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
  }

  .section01_text_02 span {
    color: #009ce5;
    font-weight: 600;
  }

  .section01_list {
    border-radius: 10px;
    overflow: hidden;
    width: 900px;
    margin: 30px auto 40px;
  }

  .section01_list_title {
    background: #009ce5;
    display: flex;
    justify-content: center;
    padding: 18px 0;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
  }

  .section01_list_item {
    background: #fff;
    padding: 40px 100px;
    line-height: 1.5;
    font-size: 20px;
  }

  .section01_list_item_text {
    font-weight: 600;
    text-align: center;
  }

  .section01_list_item ul {
    list-style-type: disc;
    display: flex;
    justify-content: center;
    gap: 50px;
  }

  .section01_button {
    text-align: center;
    padding-bottom: 80px;
  }

  .section01_button img {
    width: 550px;
  }

  .section02 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .section02 > img {
    width: 900px;
    margin: auto;
    display: block;
    margin-top: 80px;
  }

  .section02_text_01 {
    width: 900px;
    font-size: 14px;
    text-align: right;
    margin: 12px auto 0;
  }

  .section02_text_02 {
    text-align: center;
    position: relative;
    padding: 0 37px;
    display: inline-block;
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
    color: #000;
  }

  .section02_text_02::before {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section02_text_02.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: 18px;
    height: 27px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .section02_text_02::after {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section02_text_02.png");
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    width: 18px;
    height: 27px;
    transform: scale(-1, 1);
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .section02_button {
    margin-top: 15px;
    padding-bottom: 90px;
  }

  .section02_button img {
    width: 550px;
    margin: auto;
    display: block;
  }

  .section03_list {
    padding: 60px 20px 50px;
    width: 900px;
    margin: auto;
  }

  .section03_list_title {
    position: relative;
    padding-left: 48px;
    margin-top: 30px;
    margin-left: 20px;
    height: 28px;
    line-height: 28px;
    color: #bb1d37;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
  }

  .section03_list_title:first-child {
    margin-top: 0;
  }

  .section03_list_title::after {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section03_list_title.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
  }

  .section03_list_title.is-active::after {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section03_list_title_active.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
  }

  .section03_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
    padding-left: 48px;
    margin-top: 10px;
    margin-left: 20px;
  }

  .section03_list ul a {
    font-size: 18px;
    color: #375778;
    font-weight: 600;
  }

  .section03_list_item {
    padding: 0 20px 60px;
    width: 900px;
    margin: auto;
  }

  .section03_list_item .h3Link {
    padding: 15px 20px;
    background: #ececec;
    color: #333;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .section03_list_item .linkList {
    padding: 20px;
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 10px 20px;
  }

  .section03_list_item .linkList li {
    position: relative;
    padding-left: 15px;
  }

  .section03_list_item .linkList li:first-of-type {
    margin-top: 0;
  }

  .section03_list_item .linkList li::before {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section03_list_title_arrow.png");
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 7px;
  }

  .section03_list_item .linkList li a {
    margin-left: 5px;
    color: #375777;
    font-size: 18px;
  }

  .section04 {
    background: #dbf5ff;
    padding-bottom: 25px;
  }

  .section04_list {
    border-radius: 10px;
    overflow: hidden;
    width: 900px;
    margin: 30px auto 0;
  }

  .section04_list:first-of-type {
    margin-top: 80px;
  }

  .section04_list_title {
    background: #009ce5;
    display: flex;
    justify-content: start;
    padding: 20px 25px 20px 70px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    position: relative;
  }

  .section04_list_title::before {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section04_list_title_q.png");
    background-size: 100% 100%;
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 29px;
    height: 33px;
  }

  .section04_list_item {
    background: #fff;
    padding: 38px 25px 40px 70px;
    line-height: 1.5;
    font-size: 18px;
    position: relative;
  }

  .section04_list_item::before {
    content: "";
    background: url("/sites/default/files/media/sp/images/lp/blackfriday/section04_list_title_a.png");
    background-size: 100% 100%;
    position: absolute;
    left: 30px;
    top: 40px;
    margin: auto;
    width: 30px;
    height: 30px;
  }

  .section04_list_item_text_01 {
    color: #d90004;
    font-weight: 600;
  }

  a.section04_list_item_text_02, a.section04_list_item_text_02:active, a.section04_list_item_text_02:visited {
    color: #00a0e9;
    font-weight: 600;
    text-decoration: underline;
  }

  .section04_list_item_text_03 {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
  }

  .section04_list_item_text_04 {
    text-align: right;
    margin-top: 5px;
  }

  .section04_list_item_text_04 a, .section04_list_item_text_04 a:active, .section04_list_item_text_04 a:visited {
    color: #00a0e9;
    font-weight: 600;
  }

  .section05 {
    padding: 60px 0 187px;
    background: #fff;
    position: relative;
  }

  .section05_inner {
    width: 900px;
    margin: auto;
    position: relative;
  }

  .section05_text_01 {
    font-size: 14px;
    font-weight: 600;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.5;
  }

  .section05_text_02 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    line-height: 1.5;
  }

  .section05_text_03 {
    font-size: 14px;
    line-height: 1.5;
  }

  .section05_text_04 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: 30px;
  }

  .section05_text_05 {
    font-size: 14px;
    line-height: 1.5;
  }

  .page_top {
    position: absolute;
    bottom: -20px;
    right: 0;
  }

  .page_top img {
    width: 93px;
    height: 16px;
  }

  .link_hover:hover {
    opacity: .7;
  }
}
.l-footer-menu01{display:none;}