@charset "UTF-8";
@-webkit-keyframes shine {
  10% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
@keyframes shine {
  10% {
    left: 150%;
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}
.img img {
  vertical-align: bottom;
}

body {
  min-width: 1030px !important;
}
@media only screen and (max-width: 750px) {
  body {
    min-width: 100% !important;
  }
}

.contents .bg01 {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: linear-gradient(9deg, rgb(128, 98, 174) 11%, rgb(1, 57, 160) 99%, rgb(1, 57, 160) 100%);
}
@media only screen and (max-width: 750px) {
  .contents .bg01 {
    background: none;
  }
}
.contents .bg01 .inner {
  position: relative;
  z-index: 0;
}
.contents .bg01 .inner::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2126px;
  height: 700px;
  background: url("/magazine/sasakamacp/assets/image/bg_sasa.png") no-repeat center top;
  background-size: contain;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .contents .bg01 .inner::before {
    display: none;
  }
}
.contents .bg01::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -165px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2584px;
  height: 224px;
  background: url("/magazine/sasakamacp/assets/image/bg_02.png") no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .contents .bg01::before {
    display: none;
  }
}
.contents .bg01 .read {
  z-index: 0;
}
.contents .bg01 .read::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -90px;
  left: -150px;
  width: 1350px;
  height: 410px;
  background: url("/magazine/sasakamacp/assets/image/bg_illust.png") no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: -2;
}
@media only screen and (max-width: 750px) {
  .contents .bg01 .read::after {
    display: none;
  }
}
.contents .bg02 {
  position: relative;
  background: url("/magazine/sasakamacp/assets/image/pattern02.png") repeat top 0px center, -webkit-gradient(linear, left bottom, left top, from(rgba(2, 20, 37, 0.99608)), to(rgb(5, 51, 94)));
  background: url("/magazine/sasakamacp/assets/image/pattern02.png") repeat top 0px center, linear-gradient(0deg, rgba(2, 20, 37, 0.99608) 0%, rgb(5, 51, 94) 100%);
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .contents .bg02 {
    background: none;
    padding-top: 0;
  }
}
.contents .bg02 .inner {
  position: relative;
  z-index: 1;
}
.contents .bg02::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1935px;
  height: 987px;
  background: url("/magazine/sasakamacp/assets/image/bg_01.png") no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 0;
}
@media only screen and (max-width: 750px) {
  .contents .bg02::after {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .contents .bg01_sp {
    background: url("/magazine/sasakamacp/assets/image/bg_sp.png") no-repeat center top;
    background-size: contain;
  }
}
.contents #mainvisual {
  padding: 60px 0 70px;
}
@media only screen and (max-width: 750px) {
  .contents #mainvisual {
    padding: 11.333vw 3vw 13.333vw;
  }
}
.contents .read {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .contents .read {
    margin-bottom: 17.333vw;
  }
}
.contents .read_ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .contents .read_ttl {
    width: 62.667vw;
    top: -5.333vw;
  }
}
.contents .read_txt {
  position: relative;
  width: 780px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .contents .read_txt {
    width: 84vw;
  }
}
.contents .read_txt::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -35px;
  right: -40px;
  width: 980px;
  height: 445px;
  background: url("/magazine/sasakamacp/assets/image/read_img.png") no-repeat center top;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  .contents .read_txt::before {
    width: 96vw;
    height: 99.333vw;
    bottom: -7.333vw;
    right: -6vw;
    background: url("/magazine/sasakamacp/assets/image/read_img_sp.png") no-repeat center top;
    background-size: contain;
    z-index: 2;
  }
}
.contents .sec_wrap {
  position: relative;
  background: url("/magazine/sasakamacp/assets/image/pattern_note.jpg") repeat;
  background-size: 25%;
  border-radius: 15px;
  border: solid 1px #e1c514;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.6);
}
.contents .sec_wrap_ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -55px;
  margin: 0 auto;
}
.contents .sec01 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 750px) {
  .contents .sec01 {
    margin-bottom: 17.333vw;
  }
}
.contents .sec01_ttl {
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  .contents .sec01_ttl {
    width: 40vw;
    margin: 0 auto 4vw;
  }
}
.contents .sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 40px;
}
@media only screen and (max-width: 750px) {
  .contents .sec01_flex {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3.333vw 0;
    width: 78.667vw;
    margin: 0 auto;
  }
  .contents .sec01_flex::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 16vw;
    height: 16vw;
    top: -4vw;
    right: -4vw;
    background: url("/magazine/sasakamacp/assets/image/cont01_img2_fukidasi_sp.png") no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}
.contents .sec01_flex_image figure {
  position: relative;
}
.contents .sec01_flex_image figure figcaption {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  .contents .sec01_flex_image figure figcaption {
    position: initial;
    font-size: 2.667vw;
  }
}
.contents .sec02 {
  margin-bottom: 110px;
}
@media only screen and (max-width: 750px) {
  .contents .sec02 {
    margin-bottom: 0vw;
  }
}
.contents .sec02 .sec_wrap {
  padding: 70px 100px 65px;
  border-left: none;
  border-right: none;
}
@media only screen and (max-width: 750px) {
  .contents .sec02 .sec_wrap {
    padding: 10.667vw 5.333vw 6.667vw;
    margin-bottom: 0;
    border-radius: 0;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.6);
  }
}
@media only screen and (max-width: 750px) {
  .contents .sec02 .sec_wrap_ttl {
    width: 78.667vw;
    margin: 0 auto;
    top: -8.667vw;
  }
}
.contents .sec02_exp {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 45px;
}
@media only screen and (max-width: 750px) {
  .contents .sec02_exp {
    font-size: 3.467vw;
    margin-bottom: 5.333vw;
  }
}
.contents .sec02_quiz {
  padding: 0 40px 15px;
}
@media only screen and (max-width: 750px) {
  .contents .sec02_quiz {
    padding: 0 0 3vw;
  }
}
.contents .sec02_quiz_blc {
  text-align: left;
  margin-bottom: 40px;
}
.contents .sec02_quiz_blc:first-of-type {
  width: 500px;
}
.contents .sec02_quiz_blc:nth-of-type(2) {
  width: 590px;
}
.contents .sec02_quiz_blc:last-of-type {
  width: 668px;
}
@media only screen and (max-width: 750px) {
  .contents .sec02_quiz_blc {
    margin-bottom: 4.667vw;
  }
  .contents .sec02_quiz_blc:first-of-type {
    width: 72.133vw;
  }
  .contents .sec02_quiz_blc:nth-of-type(2) {
    width: 67.6vw;
  }
  .contents .sec02_quiz_blc:last-of-type {
    width: 78vw;
  }
}
.contents .sec02_form_catch {
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .contents .sec02_form_catch {
    width: 46.667vw;
    margin: 0 auto 3vw;
  }
}
.contents .sec02_form_btn a {
  position: relative;
  overflow: hidden;
  display: block;
  width: 700px;
  margin: 0 auto;
}
.contents .sec02_form_btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 2;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  opacity: 0;
  pointer-events: none;
}
@media only screen and (max-width: 750px) {
  .contents .sec02_form_btn a::before {
    display: none;
  }
}
.contents .sec02_form_btn a:hover::before {
  -webkit-animation: shine 5s ease-in-out;
          animation: shine 5s ease-in-out;
  opacity: 1; /* 表示する */
}
@media only screen and (max-width: 750px) {
  .contents .sec02_form_btn a:hover::before {
    display: none;
  }
}
.contents .sec02_form_btn a :hover img {
  opacity: 1;
  vertical-align: bottom;
}
@media only screen and (max-width: 750px) {
  .contents .sec02_form_btn a {
    width: 78.667vw;
  }
}
.contents .sec03 {
  padding-bottom: 160px;
}
@media only screen and (max-width: 750px) {
  .contents .sec03 {
    padding: 18.667vw 5.333vw 18.667vw;
    background: url("/magazine/sasakamacp/assets/image/sec03_bg_sp.png") no-repeat top;
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 750px) {
  .contents .sec03 .sec_wrap {
    border-radius: 2vw;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
            box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
  }
}
@media only screen and (max-width: 750px) {
  .contents .sec03 .sec_wrap_ttl {
    width: 76vw;
    top: -6.667vw;
    margin: 0 auto;
  }
}
.contents .sec03_agreement {
  padding: 70px 50px 50px;
}
@media only screen and (max-width: 750px) {
  .contents .sec03_agreement {
    padding: 9.333vw 4vw 6.667vw;
  }
}
.contents .sec03_agreement_wrap {
  border: solid 1px #e1c514;
  border-radius: 15px;
  background: #fff;
}
@media only screen and (max-width: 750px) {
  .contents .sec03_agreement_wrap {
    border-radius: 2vw;
  }
}
.contents .sec03_agreement_wrap_inner {
  height: 350px;
  overflow-y: scroll;
  padding: 25px 40px;
}
@media only screen and (max-width: 750px) {
  .contents .sec03_agreement_wrap_inner {
    padding: 4.667vw 2.667vw 3vw;
    height: 60vw;
  }
}
.contents .sec03_agreement_wrap h3, .contents .sec03_agreement_wrap span.ttl {
  font-size: 22px !important;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .contents .sec03_agreement_wrap h3, .contents .sec03_agreement_wrap span.ttl {
    font-size: 4vw !important;
  }
}
.contents .sec03_agreement_wrap p {
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .contents .sec03_agreement_wrap p {
    font-size: 3.467vw;
  }
}
.contents .sec03_agreement_wrap a {
  color: #032d54;
  text-decoration: underline;
}
.contents .sec03_agreement_wrap h3, .contents .sec03_agreement_wrap p {
  color: #032d54;
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .contents .sec03_agreement_wrap h3, .contents .sec03_agreement_wrap p {
    margin-bottom: 3vw;
  }
}
.contents .sec04 {
  position: relative;
  background: url("/magazine/sasakamacp/assets/image/pattern01.jpg") repeat;
  z-index: 0;
  padding: 10px 0 80px;
}
@media only screen and (max-width: 750px) {
  .contents .sec04 {
    padding: 3vw 5.333vw 8vw;
    z-index: 1;
  }
}
.contents .sec04::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2584px;
  height: 246px;
  background: url("/magazine/sasakamacp/assets/image/pattern01_2.png") no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .contents .sec04::before {
    width: 100vw;
    height: 7.067vw;
    top: -7.333vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    background: url("/magazine/sasakamacp/assets/image/pattern01_2_sp.png") no-repeat;
    background-size: 100% auto;
  }
}
.contents .sec04 h2 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .contents .sec04 h2 {
    margin: 0 auto 6.667vw;
    width: 84vw;
  }
}
.contents .sec04_product_top {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .contents .sec04_product_top {
    width: 76vw;
    margin: 0 auto 4vw;
  }
}
.contents .sec04_product_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 0;
  padding: 30px 0 40px;
}
@media only screen and (max-width: 750px) {
  .contents .sec04_product_flex {
    gap: 0 0;
    padding: 0 0 4vw;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.contents .sec04_product_flex_item {
  width: 33.3333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .contents .sec04_product_flex_item {
    width: 50%;
    padding: 4vw 0vw 5.333vw;
    border-bottom: solid 1px #243974;
  }
}
.contents .sec04_product_flex_item picture {
  display: block;
}
@media only screen and (max-width: 750px) {
  .contents .sec04_product_flex_item picture {
    margin: 0 auto;
  }
}
.contents .sec04_product_flex_item:nth-child(-n+3) {
  border-bottom: solid 1px #243974;
  padding-bottom: 30px;
}
.contents .sec04_product_flex_item:nth-child(-n+3) picture {
  padding-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .contents .sec04_product_flex_item:nth-child(-n+3) picture {
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .contents .sec04_product_flex_item:nth-child(-n+3) {
    padding: 4vw 0 5.333vw;
  }
}
.contents .sec04_product_flex_item:nth-child(3n-1) {
  position: relative;
}
.contents .sec04_product_flex_item:nth-child(3n-1) picture {
  border-right: solid 1px #243974;
  border-left: solid 1px #243974;
}
@media only screen and (max-width: 750px) {
  .contents .sec04_product_flex_item:nth-child(3n-1) picture {
    border-right: none;
    border-left: none;
  }
}
@media only screen and (max-width: 750px) {
  .contents .sec04_product_flex_item:nth-of-type(5), .contents .sec04_product_flex_item:last-of-type {
    border-bottom: none;
  }
  .contents .sec04_product_flex_item:first-of-type picture, .contents .sec04_product_flex_item:nth-of-type(2) picture, .contents .sec04_product_flex_item:nth-of-type(4) picture {
    width: 38.667vw;
  }
  .contents .sec04_product_flex_item:nth-of-type(2n) {
    position: relative;
  }
  .contents .sec04_product_flex_item:nth-of-type(2n)::before {
    position: absolute;
    content: "";
    top: 4vw;
    left: 0;
    display: inline-block;
    width: 1px;
    height: calc(100% - 8vw);
    background: #243974;
  }
  .contents .sec04_product_flex_item:nth-of-type(3) picture {
    width: 31.733vw;
    padding-top: 4vw;
  }
  .contents .sec04_product_flex_item:nth-of-type(2) picture, .contents .sec04_product_flex_item:nth-of-type(5) picture, .contents .sec04_product_flex_item:nth-of-type(6) picture {
    width: 36.667vw;
  }
}
.contents .sec04 .brand_banner a {
  display: inline-block;
  margin: 0 auto;
}
.contents .sec04 .brand_banner a img {
  -webkit-box-shadow: 4px 4px 6px 3px rgba(0, 0, 0, 0.17);
          box-shadow: 4px 4px 6px 3px rgba(0, 0, 0, 0.17);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media only screen and (max-width: 750px) {
  .contents .sec04 .brand_banner a img {
    -webkit-box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 2px 6px 1px rgba(0, 0, 0, 0.2);
  }
}
.contents .banner {
  padding: 60px 0 0;
  background: #fff;
}
@media only screen and (max-width: 750px) {
  .contents .banner {
    padding: 8vw 0 5.333vw;
  }
}
.contents .banner_catch {
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  .contents .banner_catch {
    margin: 0 auto 2.667vw;
    width: 70.667vw;
  }
}
.contents .banner_link {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .contents .banner_link {
    margin: 0 auto 0vw;
  }
}
.contents .banner_link a {
  display: block;
  width: 490px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .contents .banner_link a {
    width: 53.333vw;
  }
}
.contents #pagetop {
  text-align: right;
  border-bottom: solid 2px #41210f;
}
@media only screen and (max-width: 750px) {
  .contents #pagetop {
    display: none;
  }
}