@charset "UTF-8";
@import url("pc.css") screen and (min-width: 768px), print;
@import url("sp.css") screen and (max-width: 767.9px);
/* 汎用 */
.lp_credit .mplus {
  font-family: "M PLUS 1p", sans-serif;
  transform: rotate(0.05deg); /* ジャギー防止 */
}

.lp_credit .pacifico {
  font-family: "Pacifico", cursive;
}

.lp_credit .color_water {
  color: #148FD3;
}

.lp_credit .fw_medium {
  font-weight: 500;
}

.lp_credit .textline {
  padding: 0 5px;
  background: linear-gradient(transparent 0.8em, #F8D856 0.8em);
}

.lp_credit .textline._blue {
  background: linear-gradient(transparent 0.8em, #D6F4FF 0.8em);
}

.lp_credit .mod-link {
  border-bottom: 1px solid #148FD3;
  color: #148FD3;
}

.lp_credit .lead_area .mod-link {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.lp_credit .inline {
  display: inline-block;
}

/* フッター調整 */
.l-footer {
  background: #f2f2f2;
  padding-bottom: 150px;
}

.l-footer.u-100vw {
  margin: 0;
}

.l-footer .inner {
  width: 100%;
  max-width: 1000px;
  justify-content: space-between;
  margin: auto;
  padding: 50px 0 40px;
  flex-direction: row-reverse;
}

.l-footer img {
  width: 100%;
  vertical-align: bottom;
}

.l-footer .fbox {
  display: flex;
}

.l-footer .sns_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer .sns_box_inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-footer .sns_box p {
  margin-left: 34px;
  color: #003ca5;
  font-size: 1rem;
  font-weight: 700;
}

.l-footer .sns_item {
  width: 60px;
  margin-left: 0;
}

.l-footer .logo {
  padding: 0 0 15px;
}

.l-footer .logo img {
  width: 130px;
}

.l-footer .copyright {
  color: #656464;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.7;
  letter-spacing: 1px;
}

.l-footer .note {
  max-width: 1000px;
  margin: auto;
  padding-top: 35px;
  color: #656464;
  font-weight: 700;
  font-size: 11px;
  line-height: 1.9;
  letter-spacing: 1px;
}

.l-footer .note_link {
  margin-top: 30px;
}

.l-footer .note_link a {
  text-decoration: underline;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .l-footer {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 915px) {
  .l-footer .inner {
    display: block;
  }
  .l-footer .sns_box {
    display: block;
  }
  .l-footer .sns_box_inner {
    width: 90%;
    margin: auto;
  }
  .l-footer .sns_box p {
    margin-left: 3.3%;
    margin-right: 3.3%;
  }
  .l-footer .foot_box {
    text-align: center;
  }
  .l-footer .logo {
    padding: 50px 0 25px;
  }
  .l-footer .logo img {
    width: 22%;
    max-width: 82.5px;
  }
  .l-footer .copyright {
    font-size: 0.9rem;
  }
  .note {
    width: 90%;
    font-size: 0.65rem;
  }
  .note_link {
    margin-top: 3.6%;
  }
  .l-footer .note_link a {
    margin-left: 0;
    display: block;
    line-height: 2;
  }
}
.campaignBox {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  background: #0046c0;
  padding: 0px 10px 70px;
  box-sizing: border-box;
}
.campaignBox .camp_ttl {
  background: #ffee2f;
  color: #4e4e38;
  font-size: 3.2rem;
  padding: 10px 20px;
  position: relative;
  font-weight: 900;
  max-width: 900px;
  box-sizing: border-box;
  margin: 0 auto;
  letter-spacing: 0;
  text-align: center;
}
@media (max-width: 798px) {
  .campaignBox .camp_ttl {
    font-size: clamp(16px, 5vw, 2.4rem);
    line-height: 1.4;
  }
  .campaignBox .camp_ttl span {
    display: block;
    font-size: 80%;
  }
}
.campaignBox .camp_ttl::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-width: 38px 0px 38px 15px;
  border-color: transparent transparent transparent #0046c0;
  border-style: solid;
}
.campaignBox .camp_ttl::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-width: 38px 15px 38px 0px;
  border-color: transparent #0046c0 transparent transparent;
  border-style: solid;
}
.campaignBox .camp_ttl img {
  position: absolute;
  max-width: 225px;
  width: 25%;
  bottom: -30px;
  right: -9%;
  z-index: 2;
}
@media (max-width: 798px) {
  .campaignBox .camp_ttl img {
    right: 0;
    bottom: -40px;
  }
}
.campaignBox h3 {
  font-size: 3.8rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 30px auto 30px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.campaignBox h3 .star01 {
  position: absolute;
  width: 30px;
  left: 60px;
  top: -10px;
}
@media (max-width: 798px) {
  .campaignBox h3 .star01 {
    width: 15px;
    top: 20px;
    left: 20px;
  }
}
.campaignBox h3 .star02 {
  position: absolute;
  width: 30px;
  right: 40px;
  bottom: -15px;
}
@media (max-width: 798px) {
  .campaignBox h3 .star02 {
    width: 15px;
    bottom: 1.8em;
    right: 30px;
  }
}
.campaignBox h3 .slash01 {
  width: 20px;
  flex-shrink: 0;
  height: 47px;
  margin-bottom: 20px;
  margin-right: 10px;
}
.campaignBox h3 .slash02 {
  width: 20px;
  height: 47px;
  flex-shrink: 0;
  transform: scale(-1, 1);
  margin-bottom: 20px;
  margin-left: 10px;
}
.campaignBox h3 .underline {
  border-bottom: 6px solid #ffee2f;
}
.campaignBox h3 .big {
  font-size: 7.4rem;
  line-height: 1;
}
.campaignBox h3 strong {
  font-weight: 900;
}
@media (max-width: 798px) {
  .campaignBox h3 {
    font-size: clamp(1.7rem, 5.4vw, 2.4rem);
    margin: 20px auto 15px;
    line-height: 2;
  }
  .campaignBox h3 .big {
    font-size: 5rem;
  }
}
.campaignBox .period {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
}
@media (max-width: 798px) {
  .campaignBox .period {
    font-size: 1.4rem;
  }
}
.campaignBox .period span {
  flex-shrink: 0;
}
.campaignBox .campaign_inner {
  background: #fff;
  max-width: 1147px;
  margin: 30px auto 0;
  border-radius: 18px;
  padding: 40px;
  box-sizing: border-box;
}
@media (max-width: 798px) {
  .campaignBox .campaign_inner {
    padding: 20px;
    margin-top: 15px;
  }
}
.campaignBox .campaign_inner .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 798px) {
  .campaignBox .campaign_inner .flex {
    display: block;
  }
}
.campaignBox .campaign_inner .flex .cont {
  width: 48%;
  display: flex;
  justify-content: flex-start;
}
.campaignBox .campaign_inner .flex .cont .tokuten {
  font-size: 26px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  padding: 8px 15px;
  background: #1760c1;
  border-radius: 10px;
  color: #fff;
}
.campaignBox .campaign_inner .flex .cont .tokuten strong {
  display: block;
  font-weight: 900;
  margin-left: 0.2em;
}
.campaignBox .campaign_inner .flex .cont .ill {
  max-width: 126px;
  margin-top: 20px;
  margin-left: -5%;
}
@media (max-width: 798px) {
  .campaignBox .campaign_inner .flex .cont .ill {
    margin-top: 0;
    margin-left: 0;
  }
}
.campaignBox .campaign_inner .flex .cont + .cont .tokuten {
  background: #eba60d;
}
@media (max-width: 798px) {
  .campaignBox .campaign_inner .flex .cont + .cont {
    margin-top: 30px;
  }
}
.campaignBox .campaign_inner .flex .cont + .cont .ill {
  max-width: 126px;
  margin-top: 20px;
  margin-left: -9%;
}
@media (max-width: 798px) {
  .campaignBox .campaign_inner .flex .cont + .cont .ill {
    margin-top: 0;
    margin-left: 0;
  }
}
.campaignBox .campaign_inner .flex .cont .rightBox {
  margin-left: 15px;
}
.campaignBox .campaign_inner .flex .cont .rightBox .txt {
  font-size: 2.2rem;
}
.campaignBox .campaign_inner .flex .cont .rightBox .txt .blue {
  color: #1760c1;
  font-weight: 900;
}
.campaignBox .campaign_inner .flex .cont .rightBox .txt .yellow {
  color: #eba60d;
  font-weight: 900;
}
.campaignBox .campaign_inner .flex .cont .rightBox .txt .underline_b {
  background: linear-gradient(transparent 0%, transparent 60%, #b2e7ff 60%, #b2e7ff 100%);
  line-height: 1;
}
.campaignBox .campaign_inner .flex .cont .rightBox .txt .underline_b strong {
  font-weight: 900;
  font-size: 4rem;
}
.campaignBox .campaign_inner .flex .cont .rightBox .txt .underline_y {
  background: linear-gradient(transparent 0%, transparent 60%, #ffca54 60%, #ffca54 100%);
  line-height: 1;
}
.campaignBox .campaign_inner .flex .cont .rightBox .txt .underline_y strong {
  font-weight: 900;
  font-size: 4rem;
}
.campaignBox .campaign_inner .flex .cont .rightBox .period {
  font-size: 1.6rem;
  display: flex;
  color: #000;
  margin-top: 10px;
}
@media (max-width: 798px) {
  .campaignBox .campaign_inner .flex .cont .rightBox .period {
    font-size: 1.4rem;
  }
}
@media (max-width: 798px) {
  .campaignBox .campaign_inner .flex .cont {
    width: 100%;
    display: block;
  }
  .campaignBox .campaign_inner .flex .cont .tokuten {
    width: 100%;
    justify-content: center;
    font-size: 1.7rem;
  }
  .campaignBox .campaign_inner .flex .cont .rightBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 10px 0;
  }
  .campaignBox .campaign_inner .flex .cont .rightBox .ill {
    width: 30%;
  }
  .campaignBox .campaign_inner .flex .cont .rightBox .ill img {
    height: auto;
    display: block;
  }
  .campaignBox .campaign_inner .flex .cont .rightBox .txt {
    width: 65%;
    font-size: 1.6rem;
  }
}
.campaignBox .campaign_inner .noteBox {
  border-radius: 4px;
  border: 1px solid #000;
  margin-top: 30px;
  overflow: hidden;
}
.campaignBox .campaign_inner .noteBox .notetoggle {
  text-align: center;
  font-size: 1.6rem;
  display: block;
  background: #f9f9f9;
  font-weight: 900;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.campaignBox .campaign_inner .noteBox .notetoggle .icn {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  margin: auto;
  transition: 0.5s;
}
.campaignBox .campaign_inner .noteBox .notetoggle .icn::before {
  content: "";
  width: 1.5rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
}
.campaignBox .campaign_inner .noteBox .notetoggle .icn::after {
  content: "";
  width: 1.5rem;
  height: 0.3rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #000;
  transform: rotate(90deg);
}
.campaignBox .campaign_inner .noteBox .notetoggle.open .icn {
  transform: rotate(135deg);
}
.campaignBox .campaign_inner .noteBox .note_inner {
  padding: 15px;
  box-sizing: border-box;
  display: none;
}
.campaignBox .campaign_inner .noteBox .note_inner p {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.campaignBox .campaign_inner .noteBox .note_inner p .underline {
  text-decoration: underline;
  font-weight: 600;
}
.campaignBox .campaign_inner .noteBox .note_inner ul li {
  display: flex;
  font-size: 1.2rem;
  line-height: 1.8;
}
.campaignBox .campaign_inner .noteBox .note_inner ul li::before {
  content: "※";
}

.btnBox {
  margin-top: 60px;
}
.btnBox.mt0 {
  margin-top: 0;
}
@media (max-width: 798px) {
  .btnBox {
    margin-top: 40px;
  }
}
.btnBox p {
  font-size: 2.6rem;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
}
.btnBox p .slash01 {
  width: 16px;
  flex-shrink: 0;
  margin-right: 10px;
}
.btnBox p .slash02 {
  width: 16px;
  flex-shrink: 0;
  transform: scale(-1, 1);
  margin-left: 10px;
}
@media (max-width: 798px) {
  .btnBox p {
    font-size: clamp(1.6rem, 4vw, 2rem);
  }
  .btnBox p .slash01, .btnBox p .slash02 {
    width: 10px;
  }
}
.btnBox a {
  background: linear-gradient(0deg, rgb(234, 215, 0) 0%, rgb(255, 238, 47) 100%);
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 2.2rem;
  width: 90%;
  margin: 30px auto 0;
  display: block;
  position: relative;
  font-weight: 900;
  border-radius: 45px;
  max-width: 510px;
  padding: 20px 50px;
  transition: 0.5s;
  color: #014099;
}
.btnBox a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  display: block;
  width: 20px;
}
.btnBox a:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 798px) {
  .btnBox a {
    margin-top: 15px;
    font-size: 1.8rem;
  }
}

.kv {
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}
.kv::after {
  content: "";
  display: block;
  margin: 0 -5%;
  margin-top: 80px !important;
  width: 110%;
  height: 100px;
  border-top-left-radius: 200%;
  border-top-right-radius: 200%;
  background: #0046c0;
}
@media (max-width: 798px) {
  .kv::after {
    height: 40px;
    margin-top: 5vw !important;
  }
}

.flowBox {
  padding: 100px 0;
  margin-bottom: 70px;
  background: #D6F4FF;
}
.flowBox .flowBox_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
}
@media (max-width: 798px) {
  .flowBox .flowBox_inner .flow_box_cont {
    padding: 24px !important;
  }
}
.flowBox .btnBox p {
  color: #014099;
}

.lp_credit .flow_box_cont {
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .pc-vis {
    display: none;
  }
}

.sp-vis {
  display: none;
}
@media (max-width: 768px) {
  .sp-vis {
    display: block;
  }
}

/*---------- modal ----------*/
.modal-target {
  display: none;
}

.modaal-wrapper {
  background: rgba(15, 3, 0, 0.7);
}

.modaal-container {
  box-shadow: none;
  border-radius: 20px;
}

.modaal-content-container {
  padding: 0;
}

.modaal-container .head-area {
  background: #298BCD;
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 25px 0 10px 25px;
}

.modaal-container .head-area ul {
  justify-content: start;
  gap: 0 15px;
  font-weight: bold;
}

.modaal-container .head-area ul li {
  border: 1px solid #fff;
  padding: 5px 10px;
  line-height: 1;
}

.mdl-contents-area {
  padding: 25px 25px 35px 25px;
}

.mdl-contents-area .mdl-list dd {
  padding-left: 23px;
}

.mdl-contents-area .content-m-text + .note {
  margin-top: 0;
}

.mdl-contents-area .mdl-list + .mdl-list {
  margin-top: 20px;
}

.mdl-contents-area .text-area {
  text-align: center;
  padding: 50px 0 30px 0;
}

.mdl-contents-area .text-area .content-m-text {
  line-height: 1.2;
}

.mdl-contents-area .flex-box {
  gap: 0 30px;
  align-items: end;
}

.mdl-contents-area .flex-box-inner {
  width: 48%;
}

.mdl-contents-area .flex-box-inner .note {
  margin-top: 20px;
}

.modal-a .mdl-contents-area .flex-box-inner:first-of-type .note {
  margin-bottom: 133px;
}

.modal-b .mdl-contents-area .flex-box-inner:first-of-type .note {
  margin-bottom: 100px;
}

.modal-c .contents-box {
  position: relative;
  padding-top: 20px;
  padding-bottom: 40%;
}

.modal-c .text-box,
.modal-c figure {
  position: absolute;
}

.modal-c .text-box {
  width: 50%;
  left: 0;
  top: 50px;
}

.modal-c .text-box.third-box {
  width: 50%;
  left: 0;
  top: auto;
  bottom: 50px;
}

.modal-c figure {
  width: 45%;
  right: 0;
}

.modal-c .text-box {
  text-align: center;
}

.modal-c .text-box span {
  color: #E60000;
}

.modal-c .note {
  text-align: left;
}

.modal_close {
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
  width: auto;
  height: auto;
  font-size: 5rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .modal_close {
    font-size: 3rem;
    top: 0;
    right: 5px !important;
  }
}

.modaal-wrapper .modaal-close {
  overflow: visible;
}

.modaal-close:hover {
  background: none !important;
}

.modaal-content-container .content-l-text {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .modaal-content-container .content-l-text {
    font-size: 2rem;
  }
}
.modaal-content-container .flex-box {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.modaal-content-container .bl {
  color: #298BCD;
}
.modaal-content-container .note {
  font-size: 1rem;
}
.modaal-content-container .content-m-text, .modaal-content-container .content-text {
  font-size: 1.8rem;
}
.modaal-content-container .content-m-text .small, .modaal-content-container .content-text .small {
  font-size: 70%;
}
@media screen and (max-width: 768px) {
  .modaal-content-container .content-m-text, .modaal-content-container .content-text {
    font-size: 1rem;
  }
}
.modaal-content-container .modal-b .head-area {
  background: #FF001E;
}
.modaal-content-container .modal-b .bl {
  color: #FF001E;
}
.modaal-content-container .modal-c .head-area {
  background: #EDAEB4;
}
.modaal-content-container .modal-c .bl {
  color: #EDAEB4;
}
.modaal-content-container .modal-c .content-text {
  font-size: 1.3rem;
}

#modaal-close {
  display: none !important;
}

.modaal-close:after, .modaal-close:before {
  display: none;
}

@media screen and (max-width: 1024px) {
  .mdl-contents-area .mdl-list dd {
    padding-left: 13px;
  }
  .modal-c .contents-box {
    padding-bottom: 50%;
  }
  .modal-a .mdl-contents-area .flex-box-inner:first-of-type .note {
    margin-bottom: 158px;
  }
  .modal-b .mdl-contents-area .flex-box-inner:first-of-type .note {
    margin-bottom: 107px;
  }
}
@media screen and (max-width: 768px) {
  .modaal-container {
    border-radius: 10px;
  }
  .modaal-container .head-area {
    border-radius: 10px 10px 0 0;
    padding: 10px 10px 5px 10px;
  }
  .modaal-container .head-area ul {
    gap: 0 5px;
  }
  .modaal-container .head-area ul li {
    padding: 3px;
    font-size: 2.4vw;
  }
  .mdl-contents-area {
    padding: 10px 20px;
  }
  .mdl-contents-area .mdl-list dt {
    padding-left: 1em;
    text-indent: -0.8em;
  }
  .mdl-contents-area .mdl-list dd {
    padding-left: 13px;
  }
  .mdl-contents-area .content-m-text + .note {
    margin-top: 5px;
  }
  .mdl-contents-area .mdl-list + .mdl-list {
    margin-top: 10px;
  }
  .mdl-contents-area .text-area {
    text-align: center;
    padding: 20px 0 10px 0;
  }
  .mdl-contents-area .text-area .content-m-text {
    line-height: 1.4;
  }
  .mdl-contents-area .flex-box {
    flex-flow: row wrap;
    gap: 0 30px;
    align-items: end;
  }
  .mdl-contents-area .flex-box-inner {
    width: 95%;
    margin: 0 auto 20px auto;
  }
  .mdl-contents-area .flex-box-inner .note {
    margin-top: 20px;
  }
  .mdl-contents-area .flex-box-inner:last-of-type .note {
    margin-bottom: 0;
  }
  .modal-c .contents-box {
    padding-top: 0;
    padding-bottom: 0;
  }
  .modal-c .text-box,
  .modal-c figure {
    position: static;
    margin: 20px auto;
  }
  .modal-c .text-box {
    width: 100%;
    left: 0;
    top: 20px;
  }
  .modal-c .text-box.third-box {
    width: 100%;
    left: 0;
    top: auto;
    bottom: 10px;
  }
  .modal-c figure {
    width: 100%;
    right: 0;
    top: 140px;
  }
  .modal-c .note {
    text-align: center;
  }
  .modal_close {
    top: 0;
    right: 1px;
  }
  .modal-a .mdl-contents-area .flex-box-inner:first-of-type .note {
    margin-bottom: 0 !important;
  }
  .modal-b .mdl-contents-area .flex-box-inner:first-of-type .note {
    margin-bottom: 0 !important;
  }
}
footer .flex {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto 0;
}
footer .flex p {
  font-size: 11px;
}
@media (max-width: 798px) {
  footer .flex {
    display: block;
  }
  footer .flex p + p {
    margin-top: 20px;
  }
}

footer .links {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  width: 90%;
  margin: 40px auto 0;
}
footer .links a {
  font-size: 11px;
}
@media (max-width: 798px) {
  footer .links {
    display: block;
  }
  footer .links a {
    display: block;
    margin: 10px auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}

footer copyright {
  text-align: center;
  font-size: 1.1rem;
  display: block;
}

.fix_btn {
  position: fixed;
  bottom: 10px;
  right: -100vw;
  transition: 0.2s;
  max-width: 510px;
  width: 40%;
  z-index: 10;
  opacity: 0;
  border-radius: 45px;
  transition: 0.5s;
}
.fix_btn a {
  background: linear-gradient(90deg, rgb(234, 215, 0) 0%, rgb(255, 238, 47) 100%);
  box-shadow: 0px 10px 0px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 2.2rem;
  width: 100%;
  display: block;
  position: relative;
  font-weight: 900;
  border-radius: 45px;
  max-width: 510px;
  padding: 20px 50px;
  transition: 0.5s;
  color: #014099;
}
.fix_btn a img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  display: block;
  width: 20px;
}
.fix_btn a:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
@media (max-width: 798px) {
  .fix_btn a {
    font-size: 1.8rem;
  }
}
.fix_btn.active {
  opacity: 1;
  right: 10px;
}
@media screen and (max-width: 798px) {
  .fix_btn {
    bottom: -100vw;
    right: 0;
    width: 95%;
  }
  .fix_btn.active {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
  }
}
.fix_btn:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

/*------------------------------------------------------

	KOSAERU 追記

------------------------------------------------------*/
.modal-d img {
  border-radius: 20px;
}

.modal-d + .modaal-close {
  color: #333;
}/*# sourceMappingURL=import.css.map */