@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
}

/*---------------------------------------------
Reset
---------------------------------------------*/
h2,
h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

div,
dl,
dt,
dd,
form,
input,
ul,
ol,
li,
p,
select,
textarea,
span,
th,
td {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

#majica_ucs ul {
  list-style: none !important;
}

#majica_ucs a {
  text-decoration: none;
  color: #fff;
}

body #majica_ucs {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

/* sp */
@media screen and (max-width: 750px) {
  body #majica_ucs {
    font-size: 0.6em;
    overflow: hidden;
  }
}
#majica_ucs {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 68.5%;
  line-height: 1.5 !important;
  /*padding: 50px 0!important;
  background: #ddd;*/
}

/*---------------------------------------------
majica_ucs
---------------------------------------------*/
/* hover */
#box_m a:hover,
#box_u a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* majica */
#box_m {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  border: 7px solid #e60011;
  border-radius: 15px;
}

.title_m {
  display: flex;
  padding-top: 3.4em;
  width: calc(100% - 4em);
  margin: 0 auto;
}

.h2logo_m {
  width: calc(20% - 1em);
  margin: 0 1em 0 0;
}

.img_title_m {
  padding-top: 1em;
  width: 80%;
  height: 80%;
}

.h2logo_m img,
.img_title_m img {
  width: 100%;
  height: 100%;
}

.img_main_m img,
.img_main_m_smf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img_main_m_smf {
  display: none;
}

.a_boxm01 {
  position: relative;
  display: block;
  width: 370px;
  margin: 1.7em auto 1em auto;
  padding: 15px 0;
  color: #fff;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 1px;
  background: rgb(230, 0, 17);
  background: linear-gradient(40deg, rgb(230, 0, 17) 0%, rgb(231, 0, 49) 71%, rgb(255, 120, 127) 100%);
  border-radius: 50px;
}

.a_boxm01:before {
  position: absolute;
  content: "";
  background-image: url("../img/ucs_majica/next_boxm.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 20px;
}

.app_m {
  display: none;
}

.p_app_m {
  display: none;
  position: relative;
  background: #e60011;
  width: 33%;
  height: 190px;
  padding-top: 43em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p_app_m span {
  padding-top: 1em;
  font-size: 2.5em;
}

.p_app_m:before {
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
  border-style: solid;
  border-width: 95px 0 95px 40px;
  border-color: transparent transparent transparent #e60011;
}

.app_inner_m {
  width: 67%;
  background: #f2f2f2;
  border-radius: 10px;
}

.app_inner_m ul {
  justify-content: center;
  align-items: center;
  padding: 3em 0 2em 0;
}

.app_inner_m ul li img {
  width: 100%;
  max-height: 70px;
}

.app_inner_m ul li:first-child {
  margin-right: 2em;
}

.p_note_m {
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  text-align: left;
}

.app_m02 {
  display: flex;
  grid-column: 1/3;
}

.p_app_m02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #e60011;
  width: 25%;
  height: 100%;
  min-height: 160px;
  padding: 3em 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p_app_m02 span {
  width: 300px;
  display: block;
  padding-top: 0.5em;
  letter-spacing: 1px;
  font-size: 1.8em;
}

.p_app_m02:before {
  position: absolute;
  content: "";
  top: 0;
  right: -45px;
  border-style: solid;
  border-width: 80px 0 80px 45px;
  border-color: transparent transparent transparent #e60011;
}

.app_inner_m02 {
  width: 75%;
  background: #f2f2f2;
  border-radius: 0 0 10px 0;
}

.app_inner_m02 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.7em 0 1.5em 3em;
}

.app_inner_m02 ul li img {
  width: 100%;
  max-height: 60px;
}

.app_inner_m02 ul li:first-child {
  margin-right: 2em;
}

.p_note_m02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  text-align: left;
}

/* majica tab */
@media screen and (max-width: 1040px) {
  .box_r_m {
    display: none;
  }
  #box_m {
    display: block;
    grid-template-columns: 0;
    width: calc(100% - 3em);
    max-width: 680px;
    margin: 0 auto 0.5em auto;
    border: 5px solid #e60011;
    border-radius: 15px;
  }
  .title_m {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.3em;
    width: calc(100% - 4em);
    max-width: 650px;
    margin: 0 auto;
  }
  .h2logo_m {
    width: calc(20% - 1.1em);
    margin: 1.3em 1.1em 0.1em 0;
  }
  .img_title_m {
    padding-top: 2.3em;
  }
  .img_main_m {
    display: none;
  }
  .img_main_m_smf {
    display: block;
    width: 100%;
    height: 100%;
  }
  .a_boxm01 {
    width: 100%;
    max-width: 320px;
    margin: 1.8em auto;
    padding: 15px 0;
    font-size: 1.6em;
  }
  .a_boxm01:before {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .p_app_m {
    height: 190px;
    padding-top: 5.5em;
  }
  .p_app_m span {
    display: block;
    padding-top: 1em;
    font-size: 1.6em;
  }
  .p_app_m:before {
    top: 0;
    right: -30px;
    border-width: 95px 0 95px 30px;
  }
  .app_inner_m {
    padding: 0 1.5em 0 4.5em;
    border-radius: 0 0 10px 0;
  }
  .app_inner_m ul {
    padding: 30px 0 20px 0px;
  }
  .app_inner_m ul li img {
    width: 100%;
    max-height: 70px;
  }
  .app_inner_m ul li:first-child {
    margin-right: 1em;
  }
  .p_note_m {
    font-size: 1.4em;
  }
}
/* majica smf */
@media screen and (max-width: 750px) {
  .title_m {
    max-width: 520px;
    padding: 0.3em 0 0.3em 0;
    width: calc(100% - 3em);
  }
  .h2logo_m {
    width: calc(20% - 0.6em);
    margin: 0.7em 0.6em 0.1em 0;
  }
  .img_title_m {
    padding-top: 1.2em;
  }
  .a_boxm01 {
    width: calc(100% - 2em);
    max-width: 320px;
    margin: 1.5em auto;
    padding: 13px 0;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .a_boxm01:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
  }
  .app_m02 {
    display: none;
  }
  .app_m {
    display: block;
  }
  .p_app_m {
    display: block;
    width: 100%;
    height: 45px;
    padding-top: 1.3em;
    text-align: center;
  }
  .p_app_m span {
    display: inline;
    padding-top: 0;
    font-size: 1.4em;
  }
  .p_app_m:before {
    content: none;
  }
  .app_inner_m {
    width: 100%;
    padding: 0.5em 1.5em 1.1em 1.5em;
    border-radius: 0 0 10px 10px;
  }
  .app_inner_m ul {
    display: flex;
    padding: 1em 0 1.1em 0px;
  }
  .app_inner_m ul li img {
    width: 100%;
    max-height: 70px;
  }
  .p_note_m {
    display: flex;
  }
  .p_note_m {
    font-size: 1.3em;
  }
}
/* ucs */
#box_u {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
  max-width: 1020px;
  margin: 5em auto 0px auto;
  background: #fff;
  border: 7px solid #e85504;
  border-radius: 15px;
}

.box_r_u {
  background: #f2f2f2;
  border-radius: 0 11px 11px 0;
}

.title_u {
  display: flex;
  width: calc(100% - 5em);
  margin: 0 auto 1.5em auto;
}

.h2logo_u {
  width: calc(17% - 1.3em);
  margin: 2.2em 1.3em 0px 0;
}

.img_title_u {
  padding-top: 4.5em;
  width: 82%;
  height: 82%;
}

.main_u {
  width: 100%;
}

.img_main_u {
  width: 100%;
  object-fit: contain;
}

.img_main_u_smf {
  display: none;
}

.a_boxu01,
.a_boxu02 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 1.6em auto 0 auto;
  padding: 15px 0;
  font-size: 1.6em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  background: rgb(233, 85, 4);
  background: linear-gradient(40deg, rgb(233, 85, 4) 0%, rgb(233, 85, 4) 59%, rgb(239, 151, 0) 94%);
  border-radius: 50px;
}

.a_boxu01 {
  max-width: 390px;
}

.a_boxu02 {
  margin: 1.3em auto 2em auto;
}

.a_boxu01:before,
.a_boxu02:before {
  position: absolute;
  content: "";
  background-image: url("../img/ucs_majica/next_boxm.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 9px);
  width: 20px;
  height: 20px;
  right: 15px;
}

.h3_campaign_u {
  position: relative;
  padding: 0.5em 0 0 0;
  font-weight: 700;
  font-size: 2em;
  color: #e85504;
}

.span01_h3u,
.span02_h3u {
  position: relative;
  display: inline-block;
  padding: 0.3em 0.2em 0.2em 1em;
  background: #f2f2f2;
  z-index: 0;
}

.span02_h3u {
  font-size: 0.7em;
  padding: 0.4em 1em 0.4em 0;
}

.h3_campaign_u:before {
  position: absolute;
  content: "";
  width: calc(100% + 2em);
  background: #e85504;
  height: 2px;
  top: 1.4em;
  left: -1em;
}

.campaign_u {
  width: 100%;
  padding: 1.5em 2em 0 2em;
}

.campaign_u ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.campaign_u ul li {
  width: calc(50% - 0.4em);
  margin-top: 1.5em;
  margin-right: 0.8em;
}

.campaign_u ul li:nth-child(2n) {
  margin-right: 0;
}

/* ucs tab */
@media screen and (max-width: 1040px) {
  #box_u {
    display: block;
    grid-template-columns: 0;
    width: calc(100% - 3em);
    max-width: 680px;
    margin: 3.5em auto 0 auto;
    border: 5px solid #e85504;
    border-radius: 15px;
  }
  .box_r_u {
    border-radius: 0 0 11px 11px;
  }
  .title_u {
    justify-content: center;
    align-items: center;
    width: calc(100% - 4em);
    max-width: 740px;
    margin: 0 auto;
    padding: 1.5em 0 1em 0;
  }
  .h2logo_u {
    width: calc(19% - 2em);
    margin: 0 1em 0 0;
  }
  .h2logo_u img {
    max-height: 100px;
  }
  .img_title_u {
    padding-top: 2em;
    width: calc(81% - 1em);
    margin: 0 1em 1em 0;
  }
  .img_main_u {
    display: none;
  }
  .img_main_u_smf {
    display: block;
    width: 100%;
    height: 100%;
  }
  .a_boxu01,
  .a_boxu02 {
    width: calc(100% - 2em);
    max-width: 390px;
    margin: 1.8em auto;
    padding: 15px 0;
  }
  .a_boxu02 {
    max-width: 320px;
  }
  .a_boxu01:before,
  .a_boxu02:before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 13px;
  }
  .h3_campaign_u {
    padding: 0.7em 1em 0 1em;
  }
  .span01_h3u {
    padding: 0.1em 2em 0 2em;
  }
  .span02_h3u {
    display: block;
  }
  .h3_campaign_u:before {
    top: 1.5em;
    width: calc(100% + 2em);
    left: -1em;
  }
  .campaign_u {
    width: 100%;
    padding: 1em 1.5em 0.5em 1.5em;
  }
  .campaign_u ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }
  .campaign_u ul li {
    width: calc(50% - 0.4em);
    margin-top: 0.6em;
  }
  .campaign_u ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/* ucs smf */
@media screen and (max-width: 750px) {
  .title_u {
    justify-content: center;
    align-items: center;
    width: calc(100% - 3em);
    max-width: 540px;
    padding: 1em 0 0.7em 0;
  }
  .h2logo_u {
    width: calc(18% - 0.6em);
    margin: 0 0.6em 0 0;
  }
  .h2logo_u img {
    max-height: 70px;
  }
  .img_title_u {
    padding-top: 0.8em;
    width: 82%;
    margin: 0 0 0.3em 0;
  }
  .a_boxu01,
  .a_boxu02 {
    margin: 1.5em auto;
    padding: 13px 0;
    font-size: 1.3em;
    letter-spacing: 0;
  }
  .a_boxu01 {
    max-width: 320px;
    padding: 8px 0;
  }
  .a_boxu01 span {
    display: block;
  }
  .a_boxu01:before,
  .a_boxu02:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
  }
  .a_boxu02 {
    margin: 1.1em auto 1.2em auto;
  }
  .h3_campaign_u {
    font-size: 1.6em;
    padding: 0.5em 0.5em 0 0.5em;
  }
  .span01_h3u {
    padding: 0 1em 0 1em;
  }
  .h3_campaign_u:before {
    top: 1.2em;
    width: calc(100% + 1.4em);
    left: -0.6em;
  }
  .campaign_u {
    padding: 0.6em 0.8em 0.1em 0.8em;
  }
  .campaign_u ul li {
    width: calc(50% - 0.4em);
    margin-top: 0.6em;
  }
  .campaign_u ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.container {
  position: relative;
  overflow: hidden;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #333;
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body {
    min-width: 0;
  }
}

p,
dt,
dd,
li {
  font-style: normal;
  line-height: 1.75;
  line-break: strict;
  overflow-wrap: break-word;
}
/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .inline-pc {
    display: none !important;
  }
}

.inline-sp {
  display: none !important;
}
@media (max-width: 768px) {
  .inline-sp {
    display: inline-block !important;
  }
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.inner--w {
  max-width: 100%;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

.en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.mid {
  font-weight: 500;
}

.thin {
  font-weight: 300;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media (max-width: 768px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #f1f1f1;
  width: 100%;
  outline: none;
}
@media (max-width: 430px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    padding: 8px 14px;
    font-size: 13px;
  }
}

select {
  padding: 16px 18px;
  background: url(../img/common/icn-select.svg) no-repeat right 20px center/12px;
  color: #333;
}
@media (max-width: 430px) {
  select {
    padding: 12px 14px;
  }
}

textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
}
@media (max-width: 430px) {
  textarea {
    height: 220px;
  }
}

input::-webkit-input-placeholder {
  color: #ababab;
}

input:-moz-placeholder {
  color: #ababab;
}

textarea::-webkit-input-placeholder {
  color: #ababab;
}

textarea:-moz-placeholder {
  color: #ababab;
}

.anc {
  margin-top: -125px;
  padding-top: 125px;
}
@media (max-width: 768px) {
  .anc {
    margin-top: -20px;
    padding-top: 20px;
  }
}

em {
  font-style: normal;
}

.orange {
  color: #f7b400;
}

.pink {
  color: #f09dc1;
}

@keyframes bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.bounce {
  transform: scale(0);
  opacity: 0;
}
.bounce.on {
  animation: bounce 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes bounce-bottom {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    transform: scaleY(1.25);
    opacity: 1;
  }
  70% {
    transform: scaleY(0.9);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes shine {
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.shine {
  position: relative;
  outline: none;
  overflow: hidden;
}

.shine:before {
  content: "";
  display: block;
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  left: -75%;
  /*キラッと光る形状*/
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(25deg);
}

.bnr {
  padding-bottom: 110px;
}
@media (max-width: 768px) {
  .bnr {
    padding-bottom: 17.5vw;
  }
}

.bnr__list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 44px;
  justify-content: center;
}
@media (max-width: 768px) {
  .bnr__list {
    grid-template-columns: 1fr;
    gap: 11.4vw 0;
  }
}

.bnr__item {
  width: 437px;
  box-shadow: 0 20px 0 #b6e0ff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #000;
}
@media (max-width: 768px) {
  .bnr__item {
    width: 100%;
    border-radius: 4vw;
    box-shadow: 0 4.2vw 0 #b6e0ff;
  }
}
.bnr__item img {
  width: 100%;
}
.bnr__item a {
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .bnr__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.fix_bnr {
  width: 100%;
  padding: 21px 0;
  position: relative;
  z-index: 2;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .fix_bnr {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
  }
}
.fix_bnr .inner {
  max-width: 960px;
  position: relative;
}
@media (max-width: 768px) {
  .fix_bnr .inner {
    padding: 0;
  }
}

.fix_bnr__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 40px;
}
@media (max-width: 768px) {
  .fix_bnr__list {
    gap: 0;
  }
}

.fix_bnr__item {
  color: #004097;
}
.fix_bnr__item a {
  display: grid;
  grid-template-columns: 60px 1fr;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .fix_bnr__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}
@media (max-width: 768px) {
  .fix_bnr__item a {
    grid-template-columns: 1fr;
  }
}
.fix_bnr__item.item-01 a {
  background: #fdd000;
}
.fix_bnr__item.item-01 .fix_bnr__item__icn {
  border: 3px solid #fdd000;
}
@media (max-width: 768px) {
  .fix_bnr__item.item-01 .fix_bnr__item__icn {
    border: 2px solid #fdd000;
  }
}
@media (max-width: 768px) {
  .fix_bnr__item.item-01 .fix_bnr__item__icn img {
    width: 8vw;
  }
}
.fix_bnr__item.item-02 a {
  background: #f3b1b9;
}
.fix_bnr__item.item-02 .fix_bnr__item__icn {
  border: 3px solid #f3b1b9;
}
@media (max-width: 768px) {
  .fix_bnr__item.item-02 .fix_bnr__item__icn {
    border: 2px solid #f3b1b9;
  }
}
@media (max-width: 768px) {
  .fix_bnr__item.item-02 .fix_bnr__item__icn img {
    width: 6.13vw;
  }
}
.fix_bnr__item.item-03 {
  color: #fff;
}
.fix_bnr__item.item-03 a {
  background: #004097;
}
.fix_bnr__item.item-03 .fix_bnr__item__icn {
  border: 3px solid #004097;
}
@media (max-width: 768px) {
  .fix_bnr__item.item-03 .fix_bnr__item__icn {
    border: 2px solid #004097;
  }
}
@media (max-width: 768px) {
  .fix_bnr__item.item-03 .fix_bnr__item__icn img {
    width: 6.26vw;
  }
}

.fix_bnr__item__icn {
  width: 64px;
  height: 60px;
  background: #fff;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .fix_bnr__item__icn {
    width: 100%;
    height: 10.5vw;
  }
}

.fix_bnr__item__txt {
  font-size: 21px;
  font-weight: bold;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .fix_bnr__item__txt {
    font-size: 3.3vw;
    padding: 1.3vw 0;
  }
}

.st-footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.st-footer__top {
  background: linear-gradient(to right, rgb(247, 181, 44) 0%, rgb(248, 221, 126) 100%);
  padding: 70px 0 140px;
}
@media (max-width: 768px) {
  .st-footer__top {
    padding: 8.5vw 0 11vw;
  }
}

.st-footer__top__copyright {
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 768px) {
  .st-footer__top__copyright {
    margin-top: 36vw;
  }
}
.st-footer__top__copyright img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .st-footer__top__copyright img {
    width: 80vw;
  }
}

.st-footer__bottom {
  background: #e7380d;
  padding: 17px 0;
}
@media (max-width: 768px) {
  .st-footer__bottom {
    padding: 1.6vw 0 3vw;
  }
}

.st-footer__bottom__copyright {
  text-align: center;
}
.st-footer__bottom__copyright small {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 16px;
}
@media (max-width: 768px) {
  .st-footer__bottom__copyright small {
    font-size: 3.7vw;
  }
}

.totop {
  position: fixed;
  right: 15px;
  bottom: 190px;
  z-index: 2;
  transition: all 0.15s linear;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .totop {
    width: 9.86vw;
    right: 2vw;
    bottom: 19vw;
  }
}
.totop a {
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .totop a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}
.totop.fixed {
  opacity: 1;
  visibility: visible;
}

.st-footer__fix {
  position: fixed;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 9999;
  max-width: 940px;
  padding: 0 20px;
  margin-inline: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-footer__fix {
    bottom: 0;
    padding-inline: 3vw;
  }
}
.st-footer__fix.fixed {
  opacity: 1;
  visibility: visible;
}

.st-header {
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 3.645vw;
}
@media (max-width: 768px) {
  .st-header {
    height: 13vw;
    z-index: 1;
  }
}
.st-header .inner {
  max-width: 1020px;
  height: 100%;
  padding: 0 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 768px) {
  .st-header .inner {
    padding-inline: 10px;
  }
}

.st-header__logo img {
  width: 14.37vw;
}
@media (max-width: 768px) {
  .st-header__logo img {
    width: 41.6vw;
  }
}

.l-contents {
  background-image: url(../img/mv_bg@2x.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 1918px;
}
@media (min-width: 1921px) {
  .l-contents {
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .l-contents {
    background: none;
  }
}

.secMainView__head {
  padding-block: 102px 20px;
}
@media (max-width: 768px) {
  .secMainView__head {
    background: url(../img/mv_bg_sp@2x.png) no-repeat top center/100%;
    padding-block: 2.8vw 16.8vw;
  }
}
.secMainView__heading {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .secMainView__heading {
    margin-bottom: 0;
  }
}
.secMainView__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__heading img {
    width: 94vw;
  }
}

.secMainView__bottom {
  padding: 119px 0 70px;
}
@media (max-width: 768px) {
  .secMainView__bottom {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .secMainView__bottom .inner {
    padding-inline: 0;
  }
}

.secMainView__point {
  background: #fff667;
  border-radius: 40px;
  padding: 8px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .secMainView__point {
    border-radius: 0px;
    padding: 4px 0;
  }
}
.secMainView__point:before {
  content: "";
  background: url(../img/mv_chara_01@2x.png) no-repeat center center/contain;
  width: 227px;
  height: 335px;
  display: block;
  position: absolute;
  left: -172px;
  bottom: 100px;
}
@media (max-width: 1280px) {
  .secMainView__point:before {
    left: 28px;
    bottom: -350px;
    display: none;
  }
}
@media (max-width: 768px) {
  .secMainView__point:before {
    width: 28.6666666667vw;
    height: 49.6vw;
    left: 4vw;
    bottom: -44.8vw;
    display: none;
  }
}
.secMainView__point:after {
  content: "";
  background: url(../img/mv_chara_02@2x.png) no-repeat center center/contain;
  width: 216px;
  height: 321px;
  display: block;
  position: absolute;
  right: -172px;
  bottom: 100px;
}
@media (max-width: 1280px) {
  .secMainView__point:after {
    right: 28px;
    bottom: -360px;
    display: none;
  }
}
@media (max-width: 768px) {
  .secMainView__point:after {
    width: 28.9333333333vw;
    height: 44.5333333333vw;
    right: 4.7vw;
    bottom: -46vw;
    display: none;
  }
}

.secMainView__point__inner {
  background: url(../img/mv_point_bg@2x.png) no-repeat center center/cover;
  border-radius: 38px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 55px 34px;
}
@media (max-width: 768px) {
  .secMainView__point__inner {
    background: url(../img/mv_point_bg_sp@2x.png) no-repeat center center/cover;
    border-radius: 0px;
    padding: 0 0 4.4vw;
  }
}

.secMainView__point__ttl {
  margin-top: -115px;
}
@media (max-width: 768px) {
  .secMainView__point__ttl {
    margin-top: -17.4vw;
  }
}
.secMainView__point__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__point__ttl img {
    width: 95vw;
  }
}

.secMainView__point__nav {
  margin-top: -56px;
  position: relative;
}
@media (max-width: 768px) {
  .secMainView__point__nav {
    margin-top: -6.4vw;
    padding-inline: 2.5vw;
  }
}

.secMainView__point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
@media (max-width: 768px) {
  .secMainView__point__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw 2vw;
  }
}

@media (max-width: 768px) {
  .secMainView__point__item img {
    width: 100%;
  }
}
.secMainView__point__item a {
  transition: filter 0.3s ease-out;
  position: relative;
  display: block;
}
.secMainView__point__item a:before {
  content: "";
  background: url(../img/icn_arrow-down@2x.png) no-repeat center center/cover;
  width: 25px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 23px;
  transition: all 0.3s ease-out;
}
@media (max-width: 959px) {
  .secMainView__point__item a:before {
    bottom: 2vw;
  }
}
@media (max-width: 768px) {
  .secMainView__point__item a:before {
    width: 3.2vw;
    height: 1.6vw;
    bottom: 2.3vw;
  }
}
@media (hover: hover) {
  .secMainView__point__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .secMainView__point__item a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(5px);
  }
}

.secMainView__nav__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 860px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__nav__list {
    gap: 2vw;
  }
}

.secMainView__nav__item a {
  transition: filter 0.3s ease-out;
  position: relative;
  display: block;
}
.secMainView__nav__item a:before {
  content: "";
  background: url(../img/icn_arrow-down@2x.png) no-repeat center center/cover;
  width: 25px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .secMainView__nav__item a:before {
    width: 3.2vw;
    height: 1.6vw;
    bottom: 2.3vw;
  }
}
@media (hover: hover) {
  .secMainView__nav__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .secMainView__nav__item a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(5px);
  }
}
.secMainView__nav__item img {
  width: 100%;
}

.secItem {
  padding-top: 4vw;
  padding-bottom: 21.7vw;
  position: relative;
}
@media (max-width: 768px) {
  .secItem {
    background: url(../img/item_bg_repeat_sp@2x.jpg) repeat-y top 66vw center/100%;
    padding-bottom: 44.4vw;
  }
  .secItem:before {
    content: "";
    background: url(../img/item_bg_sp@2x.jpg) no-repeat center center/cover;
    width: 100%;
    height: 66vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.secItem .inner {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .secItem .inner {
    padding-inline: 3vw;
  }
}
.secItem:after {
  content: "";
  background: url(../img/item_bg_bottom@2x.png) no-repeat center bottom/100%;
  width: 100%;
  height: 31.94vw;
  display: block;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .secItem:after {
    background-image: url(../img/item_bg_bottom_sp@2x.png);
    height: 72.6vw;
  }
}

@media (max-width: 768px) {
  .secItem__head .inner {
    padding-inline: 0;
  }
}

.secItem__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secItem__ttl img {
    width: 94vw;
  }
}

.secItem__attenion {
  text-align: center;
  line-height: 1.75;
  font-weight: 400;
  margin-top: -4px;
  margin-bottom: 63px;
}
@media (max-width: 768px) {
  .secItem__attenion {
    font-size: 3.2vw;
    margin-top: 1.4vw;
    margin-bottom: 8.7vw;
    line-height: 1.83;
    padding-inline: 3vw;
  }
}

.secItem__container {
  background: url(../img/item_bg.jpg) no-repeat top -140px center/cover;
}
@media (max-width: 768px) {
  .secItem__container {
    background: none;
  }
}

.secItem__cont {
  background: #fff667;
  border-radius: 40px;
  padding: 3px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .secItem__cont {
    border-radius: 20px;
    padding: 2px;
    margin-bottom: 10vw;
  }
}
.secItem__cont.item-03 {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secItem__cont.item-03 {
    margin-bottom: 5vw;
  }
}

.secItem__cont__inner {
  padding: 30px 40px 84px;
  border-radius: 37px;
  background: #5b0007;
}
@media (max-width: 768px) {
  .secItem__cont__inner {
    padding: 5.2vw 2.5vw 8vw;
    border-radius: 18px;
  }
}
.secItem__cont__inner:not(:has(.secItem__cont__ttl__pop)) {
  padding-top: 49px;
}
@media (max-width: 768px) {
  .secItem__cont__inner:not(:has(.secItem__cont__ttl__pop)) {
    padding-top: 8vw;
  }
}

.secItem__start {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: -6px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .secItem__start {
    font-size: 5vw;
    line-height: 1.428;
    margin-top: 7vw;
    margin-bottom: 9.4vw;
  }
}

.secItem__cont__box.box-mb {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .secItem__cont__box.box-mb {
    margin-bottom: 10vw;
  }
}

.secItem__cont__ttl {
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: 36px;
  background: #111;
  border-radius: 33px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-block: 12px;
  border: 4px solid #fdd000;
  box-shadow: 0 14px 0 #111;
}
@media (max-width: 768px) {
  .secItem__cont__ttl {
    font-size: 5.86vw;
    padding-block: 4.4vw;
    margin-bottom: 7.1vw;
    box-shadow: 0 7px 0 #111;
    border-radius: 4.4vw;
    border-width: 2px;
  }
}

.secItem__cont__ttl__pop {
  position: absolute;
  top: -74px;
  left: -28px;
}
@media (max-width: 959px) {
  .secItem__cont__ttl__pop {
    zoom: 0.6;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .secItem__cont__ttl__pop {
    zoom: 1;
    width: 31vw;
    top: -11.8vw;
    left: 0;
    transform: translateY(0);
  }
}

.secItem__col1 {
  max-width: 920px;
  margin-inline: auto;
}
.secItem__col1 .secItem__item:not(:last-child) {
  margin-bottom: 63px;
}
@media (max-width: 768px) {
  .secItem__col1 .secItem__item:not(:last-child) {
    margin-bottom: 6.5vw;
  }
}
.secItem__col1 .secItem__item__top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}
@media (max-width: 768px) {
  .secItem__col1 .secItem__item__top {
    display: block;
  }
}
.secItem__col1 .secItem__item__product {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.secItem__col2 {
  max-width: 920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
}
@media (max-width: 959px) {
  .secItem__col2 {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .secItem__col2 {
    grid-template-columns: 1fr;
    gap: 7vw;
  }
}
.secItem__col2.box-mb {
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  .secItem__col2.box-mb {
    margin-bottom: 8vw;
  }
}
.secItem__col2 .secItem__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  position: relative;
  overflow: visible;
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .secItem__col2 .secItem__item {
    margin-bottom: 9vw;
  }
}
.secItem__col2 .secItem__item:before {
  content: "※アピタ・ピアゴオンラインショップに遷移します。";
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .secItem__col2 .secItem__item:before {
    font-size: 3.2vw;
    bottom: -11vw;
  }
}
.secItem__col2 .secItem__item__top {
  border-radius: 36px 36px 0 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .secItem__col2 .secItem__item__top {
    border-radius: 18px;
  }
}
.secItem__col2 .secItem__item__link {
  border-radius: 0 0 36px 36px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .secItem__col2 .secItem__item__link {
    border-radius: 0 0 18px 18px;
  }
}
.secItem__col2 .product__price {
  height: 193px;
}
@media (max-width: 768px) {
  .secItem__col2 .product__price {
    height: auto;
  }
}

.secItem__item {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 4px solid #fdd000;
  box-shadow: 0 14px 0 #111;
}
@media (max-width: 768px) {
  .secItem__item {
    border-radius: 20px;
    box-shadow: 0 7px 0 #111;
    border-width: 2px;
  }
}

.secItem__item__img img {
  width: 100%;
}
.secItem__item__img a {
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secItem__item__img a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.product__name {
  font-size: 21px;
  line-height: 1.428;
  font-weight: bold;
  background: #f4e60e;
  height: 85px;
  padding-inline: 28px;
  display: grid;
  place-items: center start;
}
@media (max-width: 768px) {
  .product__name {
    font-size: 5.5vw;
    padding-inline: 2vw 0;
    height: 24vw;
  }
}

.product__price {
  flex: 1;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .product__price {
    padding: 2.8vw 2.5vw;
  }
}

.secItem__item__shopInfo__ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  background: #111111;
  color: #fff;
  padding: 10px 22px;
}
@media (max-width: 768px) {
  .secItem__item__shopInfo__ttl {
    font-size: 3.6vw;
    padding: 2.2vw 2vw;
  }
}

.secItem__item__shopInfo__txt {
  padding: 14px 22px 15px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .secItem__item__shopInfo__txt {
    font-size: 3.2vw;
    padding: 2vw 4vw 4vw;
  }
}

.secItem__shop__ttl {
  max-width: 920px;
  margin-inline: auto;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 4px solid #fdd000;
  box-shadow: 0 14px 0 #111;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secItem__shop__ttl {
    border-radius: 20px;
    box-shadow: 0 7px 0 #111;
    border-width: 3px;
    height: 27.1vw;
    margin-bottom: 5.1vw;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.secItem__shop__ttl__logo {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 40px;
}
@media (max-width: 959px) {
  .secItem__shop__ttl__logo {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .secItem__shop__ttl__logo {
    gap: 4vw;
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
@media (max-width: 959px) {
  .secItem__shop__ttl__logo img {
    zoom: 0.6;
  }
}
.secItem__shop__ttl__logo--s {
  zoom: 0.7;
}
@media (max-width: 768px) {
  .secItem__shop__ttl__logo--s {
    zoom: 0.65;
  }
}
.secItem__shop__ttl__logo--s + .secItem__shop__ttl__txt {
  font-size: 24px;
}
@media (max-width: 768px) {
  .secItem__shop__ttl__logo--s + .secItem__shop__ttl__txt {
    font-size: 5.2vw;
  }
}
.secItem__shop__ttl__logo--mr0 {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 959px) {
  .secItem__shop__ttl__logo--mr0 img {
    zoom: 0.5;
  }
}

.secItem__shop__ttl__txt {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .secItem__shop__ttl__txt {
    font-size: 5.86vw;
  }
}

.secItem__attention {
  text-align: center;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 35px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .secItem__attention {
    font-size: 3.2vw;
    margin-top: -1vw;
    margin-bottom: 3.7vw;
  }
}
.secItem__attention .big {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .secItem__attention .big {
    font-size: 3.4vw;
  }
}

.secItem__note {
  text-align: center;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .secItem__note {
    font-size: 3.2vw;
    margin-top: 5.7vw;
    line-height: 1.83;
    padding-inline: 3vw;
  }
}

.secItem__item__link a {
  display: block;
  background: #cb1b0e;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  height: 64px;
  display: grid;
  place-items: center;
  position: relative;
  transition: filter 0.3s ease-out;
}
@media (max-width: 768px) {
  .secItem__item__link a {
    font-size: 6.4vw;
    height: 19vw;
  }
}
.secItem__item__link a:before {
  content: "";
  background: url(../img/icn_link@2x.png) no-repeat center center/cover;
  width: 29px;
  height: 29px;
  display: block;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .secItem__item__link a:before {
    width: 4.266vw;
    height: 4.266vw;
    right: 12.8vw;
  }
}
@media (hover: hover) {
  .secItem__item__link a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.secItem__btnWrap {
  margin-top: -32px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secItem__btnWrap {
    margin-top: -6.4vw;
    margin-bottom: 6vw;
  }
}

.secItem__btnTtl {
  color: #000;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .secItem__btnTtl {
    font-size: 4.4vw;
  }
}
.secItem__btnTtl span {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
@media (max-width: 768px) {
  .secItem__btnTtl span {
    padding: 0 7.4vw;
  }
}
.secItem__btnTtl span:before, .secItem__btnTtl span:after {
  content: "";
  width: 37px;
  height: 30px;
  display: block;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .secItem__btnTtl span:before, .secItem__btnTtl span:after {
    width: 5.2vw;
    height: 4.2vw;
  }
}
.secItem__btnTtl span:before {
  background: url(../img/item_btnCatch_l@2x.png) no-repeat center center/cover;
  left: 0;
}
.secItem__btnTtl span:after {
  background: url(../img/item_btnCatch_r@2x.png) no-repeat center center/cover;
  right: 0;
}

.secItem__btn {
  text-align: center;
  margin-top: -21px;
}
@media (max-width: 768px) {
  .secItem__btn {
    margin-top: -3vw;
  }
}
.secItem__btn a {
  display: inline-block;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secItem__btn a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

@media (max-width: 768px) {
  .secCoupon .inner {
    padding-inline: 3vw;
  }
}

.secCoupon__cont {
  background: #EDD589 url(../img/coupon_bg_01@2x.png) no-repeat center top/cover;
  padding-top: 2.8vw;
}
@media (max-width: 768px) {
  .secCoupon__cont {
    background: #EDD589 url(../img/coupon_bg_01_sp@2x.png) no-repeat center top/cover;
    padding-top: 7.3vw;
  }
}

.secCoupon__ttl {
  margin-bottom: 99px;
}
@media (max-width: 768px) {
  .secCoupon__ttl {
    margin-bottom: 3vw;
  }
}
.secCoupon__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__ttl img {
    width: 100vw;
  }
}

.secCoupon__subttl {
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .secCoupon__subttl {
    margin-bottom: 3.3vw;
  }
}
.secCoupon__subttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__subttl img {
    width: 84vw;
  }
}

.secCoupon__img {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .secCoupon__img {
    padding-bottom: 6vw;
  }
}
.secCoupon__img img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__img img {
    width: 89vw;
  }
}

.secCoupon__bottom {
  background: #d71418;
  padding: 10px 0 42px;
}
@media (max-width: 768px) {
  .secCoupon__bottom {
    padding: 1vw 2vw 5vw;
  }
}

.secCoupon__btn {
  text-align: center;
}
.secCoupon__btn a {
  display: inline-block;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secCoupon__btn a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.secPoint {
  background: #036eb8 url(../img/point_bg_01@2x.png) no-repeat center top/100%;
  padding-top: 3.9vw;
}
@media (max-width: 768px) {
  .secPoint {
    background: #036eb8 url(../img/point_bg_01_sp@2x.png) no-repeat center top/100%;
    padding-top: 7.7vw;
  }
}
@media (max-width: 768px) {
  .secPoint .inner {
    padding-inline: 3vw;
  }
}

.secPoint__ttl {
  margin-bottom: 53px;
}
@media (max-width: 768px) {
  .secPoint__ttl {
    margin-bottom: 8vw;
  }
}
.secPoint__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secPoint__ttl img {
    width: 94vw;
  }
}

.secPoint__txtbox {
  background: #fff;
  border-radius: 40px;
  max-width: 863px;
  margin-inline: auto;
  padding: 34px 40px 55px;
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .secPoint__txtbox {
    border-radius: 20px;
    padding: 5.3vw 0vw 8vw;
    margin-bottom: 8vw;
  }
}

.secPoint__txt {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .secPoint__txt {
    font-size: 6.9333333333vw;
    line-height: 1.5;
  }
}
.secPoint__txt em {
  font-size: 42px;
  color: #d1141b;
}
@media (max-width: 768px) {
  .secPoint__txt em {
    font-size: 7.4666666667vw;
  }
}
.secPoint__txt + .secPoint__txt {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .secPoint__txt + .secPoint__txt {
    margin-top: 11.1vw;
  }
}

.secPoint__attention {
  text-align: center;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .secPoint__attention {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
}

.secDraw {
  background-image: url(../img/draw_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-block: 83px 0;
}
@media (max-width: 768px) {
  .secDraw {
    background-image: url(../img/draw_bg_sp_repeat@2x.png);
    background-repeat: repeat-y;
    background-position: top 127.46vw center;
    background-size: 100%;
    padding-block: 7.5vw 0;
    position: relative;
  }
  .secDraw:before {
    content: "";
    background: url(../img/draw_bg_sp_top@2x.png) no-repeat top 0 center/100%;
    width: 100%;
    height: 127.46vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
.secDraw .inner {
  max-width: 900px;
}
@media (max-width: 768px) {
  .secDraw .inner {
    padding-inline: 2.5vw;
    position: relative;
    z-index: 1;
  }
}

.secDraw__heading {
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .secDraw__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 8.5vw;
  }
}
.secDraw__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secDraw__heading img {
    width: 95vw;
  }
}

.secDraw__desc {
  margin-bottom: 59px;
}
@media (max-width: 768px) {
  .secDraw__desc {
    margin-bottom: 10.7vw;
  }
}

.secDraw__list__item.item-01 {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .secDraw__list__item.item-01 {
    margin-bottom: 2.1vw;
  }
}
.secDraw__list__item.item-02 {
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .secDraw__list__item.item-02 {
    margin-bottom: 5vw;
  }
}
.secDraw__list__item.item-03 {
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .secDraw__list__item.item-03 {
    margin-bottom: 4vw;
  }
}

.secDraw__list__desc {
  text-align: center;
  margin-bottom: 65px;
		font-size: 15px;
}
@media (max-width: 768px) {
  .secDraw__list__desc {
    font-size: 3.2vw;
    margin-bottom: 11.7vw;
  }
}

.secDraw__tokuten {
  margin-bottom: 37px;
}
@media (max-width: 768px) {
  .secDraw__tokuten {
    margin-bottom: 8.4vw;
  }
}

.tokuten__chara img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .tokuten__chara img {
    width: 83vw;
  }
}

.tokuten__box {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tokuten__box {
    border-radius: 10px 10px 20px 20px;
  }
}

.tokuten__ttl {
  background: #d1141b;
  padding: 25px 0 22px 0;
}
@media (max-width: 768px) {
  .tokuten__ttl {
    padding: 4.4vw 6.1vw;
  }
}
.tokuten__ttl img {
  margin-inline: auto;
}

.tokuten__txt {
  font-size: 21px;
  text-align: center;
  font-weight: 800;
  line-height: 2;
  padding: 16px 23px 5px 23px;
}

@media (max-width: 768px) {
  .tokuten__txt {
    font-size: 4.13vw;
    padding: 3.2vw 4vw 5.3vw;
  }
}

.tokuten__txt em {
  color: #d1141b;
}
.secDraw__terms{
		margin: 0 3em 2em 3em;
}
.secDraw__terms .terms__item {
  color: #6A6A6A;
  font-size: 15px;
		font-weight: 600;
		text-align: left;
}

@media (max-width: 768px) {
	.secDraw__terms{
			margin: 0 5vw 5.6vw 5vw;
	}
  .secDraw__terms .terms__item {
    font-size: 3.53vw;
  }
}

.secDraw__terms02{
		margin: 0.8em 3em 1em 3em;
}
.secDraw__terms02 .terms__item {
  color: #6A6A6A;
  font-size: 15px;
		font-weight: 600;
		text-align: left;
}

@media (max-width: 768px) {
  .secDraw__terms02 .terms__item {
    font-size: 3.73vw;
  }
		.secDraw__terms02{
				margin: 0.8em 0 0 0;
		}
}

.join__entryHeading {
  margin-bottom: 21px;
}

@media (max-width: 768px) {
  .join__entryHeading {
    margin-bottom: 2.8vw;
  }
  .join__entryHeading img {
    width: 84vw;
    margin-inline: auto;
  }
}
.join__entryHeading--recept {
  margin-bottom: 4px;
}
@media (max-width: 768px) {
  .join__entryHeading--recept {
    margin-bottom: 1.2vw;
  }
}

.join__desc {
  border-radius: 20px;
  background: #fff;
  padding: 22px 22px 1px 22px;
  text-align: center;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .join__desc {
    font-size: 5.6vw;
    padding-block: 4.5vw 4vw;
    margin-bottom: 1.5vw;
  }
}
.join__desc .small {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .join__desc .small {
    font-size: 4.26vw;
    display: block;
    margin-top: 8vw;
    line-height: 2;
  }
}
.join__desc em {
  color: #d1141b;
		font-weight: 900;
		font-size: 1.2em;
}

.secDraw__entry {
  background: #d71518;
  padding-block: 40px 50px;
}
@media (max-width: 768px) {
  .secDraw__entry {
    padding-block: 3vw 7vw;
  }
}
@media (max-width: 768px) {
  .secDraw__entry .inner {
    padding-inline: 3vw;
  }
}

.secDraw__btn a {
  display: block;
  margin-inline: auto;
  max-width: 698px;
}

.secDraw__entry__txt {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .secDraw__entry__txt {
    font-size: 3.2vw;
    margin-bottom: 10vw;
  }
}
.secDraw__entry__txt--white {
  color: #fff;
  margin-bottom: 0;
}

.secCampaign__join {
  position: relative;
  z-index: 1;
  padding: 15px 0 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .secCampaign__join {
    padding: 1.5vw 0 3vw;
  }
}
.secCampaign__join .inner {
  max-width: 900px;
  position: relative;
  padding-inline: 0;
}
.join__heading {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .join__heading {
		margin-bottom: 0;
    /*margin-bottom: 12vw;*/
  }
}
.join__heading img {
  width: 556px;
  margin: 0 auto 17px auto;
}
@media (max-width: 768px) {
  .join__heading img {
    width: 82.8vw;
  }
}

.join__item--mb {
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .join__item--mb {
    margin-bottom: 4.5vw;
  }
}

.join__list {
	font-size: 0;
	margin-bottom: 80px;
}
.join__list ul li{
		display: inline-block;
		vertical-align: top;
  position: relative;
		width: 32%;
  height: 120px;
		margin: 25px 2% 0 0;
		padding: 10px 0 0 0;
  font-weight: 900;
  color: #fff;
  text-align: center;
  background: #d1141b;
  border-radius: 25px;
  cursor: pointer;
		box-shadow: 0 7px 0 #333;
  transition: background 0.3s ease-out;
}
.join__list ul li:before{
		position: absolute;
		content: '';
		left: calc(50% - 13px);
		bottom: 10px;
		width: 0;
  height: 0;
		border-style: solid;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  border-top: 13px solid #fff;
		border-bottom: 0;
  transition: 0.3s ease-out;
}
.join__list ul li:first-child{
  font-size: 28px;
		line-height: 1.4em;
}
.join__list ul li:first-child span,
.join__list ul li:nth-child(2n) span,
.join__list ul li:last-child span{
		display: block;
}
.join__list ul li:nth-child(2n),
.join__list ul li:last-child{
  font-size: 24px;
		line-height: 1.4em;
}
.join__list ul li a{
		display: block;
		width: 100%;
		height: 100%;
}
.join__list ul li p{
		width: 86%;
		margin: 6px auto 0 auto;
		padding: 5px 0 7px 0;
		background: #fff;
		color: #d1141b;
  font-size: 19px;
  border-radius: 50px;
		line-height: 1.3em;
}
.join__list ul li:last-child{
		margin-right: 0;
}
.join__list ul li:hover{
  background: #FF4F00;
}
.join__list ul li:hover:before{
		bottom: 5px;
}

@media (max-width: 768px) {
	.join__list {
			margin-bottom: 40px;
	}
	.join__list ul li{
			display: block;
			vertical-align: top;
			position: relative;
			width: calc(100% - 0px);
			height: auto;
			min-height: 65px;
			margin: 3.5vw 0 0 0;
			padding: 7px 30px 7px 0;
			text-align: center;
			border-radius: 12px;
			box-shadow: 0 4px 0 #333;
	}
		.join__list ul li:before{
			left: inherit;
			bottom: calc(50% - 10px);
			right: 18px;
			width: 0;
			height: 0;
			border-style: solid;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent;
			border-top: 13px solid #fff;
			border-bottom: 0;
	}
	.join__list ul li:first-child{
			padding: 20px 0;
			font-size: 5vw;
			line-height: 1.4em;
	}
	.join__list ul li:first-child span,
	.join__list ul li:nth-child(2n) span,
	.join__list ul li:last-child span{
			display: inline-block;
	}
	.join__list ul li:nth-child(2n),
	.join__list ul li:last-child{
		font-size: 4.4vw;
			line-height: 1.4em;
	}
	.join__list ul li p{
			width: 86%;
			margin: 3px auto 0 auto;
			padding: 4px 0;
			background: #fff;
			color: #d1141b;
			font-size: 3.63vw;
			border-radius: 50px;
			line-height: 1.1em;
	}
	.join__list ul li:hover:before{
			bottom: calc(50% - 10px);
	}
}

/*@media (max-width: 768px) {
	.join__list ul li{
			display: inline-block;
			vertical-align: top;
			position: relative;
			width: 32%;
			height: 120px;
			margin: 2.5vw 2% 0 0;
			padding: 10px 0 0 0;
			text-align: center;
			border-radius: 15px;
			box-shadow: 0 5px 0 #333;
	}
		.join__list ul li:before{
			left: calc(50% - 13px);
			bottom: 8px;
			width: 0;
			height: 0;
			border-style: solid;
			border-right: 10px solid transparent;
			border-left: 10px solid transparent;
			border-top: 10px solid #fff;
			border-bottom: 0;
	}
	.join__list ul li:first-child{
			font-size: 3.73vw;
			line-height: 1.4em;
	}
	.join__list ul li:first-child span,
	.join__list ul li:nth-child(2n) span,
	.join__list ul li:last-child span{
			display: block;
	}
	.join__list ul li:nth-child(2n),
	.join__list ul li:last-child{
		font-size: 3.73vw;
			line-height: 1.4em;
	}
	.join__list ul li p{
			width: 82%;
			margin: 6px auto 0 auto;
			padding: 4px 0;
			background: #fff;
			color: #d1141b;
			font-size: 3.43vw;
			border-radius: 50px;
			line-height: 1.1em;
	}
	.join__list ul li:last-child{
			margin-right: 0;
	}
	.join__list ul li:hover{
			background: #FF4F00;
	}
}*/

.join__head {
		margin-top: 25px;
  border: 5px solid #95000b;
  border-radius: 38px;
  background: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  color: #95000b;
  letter-spacing: 0.03em;
  width: 100%;
  height: 82px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .join__head {
				border-radius: 100px;
				height: 28vw;
    font-size: 6.4vw;
				line-height: 8.5vw;
  }
  .join__head--s {
				height: auto;
				min-height: 28vw;
				padding: 13px 0;
    font-size: 5.7vw;
				line-height: 7.9vw;
    padding-right: 10vw;
  		letter-spacing: 0;
  }
}
.join__head:before {
  content: "";
  background: url(../img/icn_minus@2x.png) no-repeat center center/cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .join__head:before {
    width: 6.4vw;
    height: 6.4vw;
    right: 4.5vw;
  }
}
.join__head.closed:before {
  background: url(../img/icn_plus@2x.png) no-repeat center center/cover;
}

.join__cont {
  background: #95000b;
		margin: 15px 0 20px 0;
  padding: 35px 19px 29px;
  border-radius: 20px;
  position: relative;
  /*margin-top: -33px;
  border-radius: 0 0 20px 20px;
  z-index: -1;*/
}
@media (max-width: 768px) {
  .join__cont {
    padding: 2.86vw 2.55vw;
    margin-top: 4.5vw;
  }
}
.join__cont--black {
  margin-top: 55px;
		padding: 30px 3em 30px 3em;
  background: #111;
		border-radius: 20px;
}
@media (max-width: 768px) {
  .join__cont--black {
    margin-top: 8.5vw;
				padding: 7vw 5vw 7vw 5vw;
  }
}

.join__step {
  display: flex;
  gap: 0 54px;
}
@media (max-width: 768px) {
  .join__step {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16.23vw 5.46vw;
  }
}

.join__step__item {
  position: relative;
  border-radius: 20px;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .join__step__item {
    border-radius: 10px;
  }
}
.join__step__item:not(:last-child):before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fdd000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -35px;
}
@media (max-width: 768px) {
  .join__step__item:not(:last-child):before {
    width: auto;
    height: 5.4vw;
    aspect-ratio: 2;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
    top: auto;
    transform: translateY(0);
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -11vw;
  }
}

.join__step__num {
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #95000b;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 768px) {
  .join__step__num {
    border-radius: 10px 10px 0 0;
    padding-block: 0.5vw;
    font-size: 4.8vw;
  }
}

.join__step__img {
  background: #faf3d6;
}
.join__step__img.item-01 {
  padding: 17px 23px 18px 23px;
}
@media (max-width: 768px) {
  .join__step__img.item-01 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-01 img {
    width: 67vw;
    margin-inline: auto;
  }
}
.join__step__img.item-02 {
  padding: 21px 14px 24px;
}
@media (max-width: 768px) {
  .join__step__img.item-02 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-02 img {
    width: 78vw;
    margin-inline: auto;
  }
}
.join__step__img.item-03 {
  padding: 21px 11px 21px;
}
@media (max-width: 768px) {
  .join__step__img.item-03 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-03 img {
    width: 78vw;
    margin-inline: auto;
  }
}
.join__step__img.item-04 {
  padding: 9px 47px;
}
@media (max-width: 768px) {
  .join__step__img.item-04 {
    padding: 4vw 0 5vw;
  }
  .join__step__img.item-04 img {
    width: 48vw;
    margin-inline: auto;
  }
}
.join__step__img.item-05 {
  padding: 38px 14px;
}
@media (max-width: 768px) {
  .join__step__img.item-05 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-05 img {
    width: 80vw;
    margin-inline: auto;
  }
}
.join__step__img.item-06 {
  padding: 11px 19px;
}
.join__step__img.item-06 img {
  width: 63px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .join__step__img.item-06 {
    padding: 2.8vw 3.5vw 3.8vw;
  }
  .join__step__img.item-06 img {
    width: 17vw;
  }
}
.join__step__img.item-07 {
  padding: 12px 44px 8px;
}
@media (max-width: 768px) {
  .join__step__img.item-07 {
    padding: 4vw 0 4vw;
  }
  .join__step__img.item-07 img {
    width: 48vw;
    margin-inline: auto;
  }
}
.join__step__img.item-08 {
  padding: 35px 14px;
}
@media (max-width: 768px) {
  .join__step__img.item-08 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-08 img {
    width: 80vw;
    margin-inline: auto;
  }
}
.join__step__img.item-09 {
  padding: 20px 26px;
}
@media (max-width: 768px) {
  .join__step__img.item-09 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-09 img {
    width: 60vw;
    margin-inline: auto;
  }
}

.join__step__txtbox {
  background: #fdd000;
  border-radius: 0 0 20px 20px;
  flex: 1;
  padding: 18px 14px;
  min-height: 126px;
}
@media (max-width: 768px) {
  .join__step__txtbox {
    border-radius: 0 0 10px 10px;
    padding: 3.26vw 2.5vw;
    min-height: 0;
  }
}

.join__step__txt {
  font-size: 14px;
  line-height: 1.2857142857;
  text-align: left;
  font-weight: 500;
}
@media (max-width: 768px) {
  .join__step__txt {
    font-size: 3.73vw;
    line-height: 1.5;
  }
}
.join__step__txt + .join__step__txt {
  margin-top: 10px;
}
.join__step__txt--attention {
  text-indent: -1em;
  padding-left: 1em;
}
.join__step__txt--attention + .join__step__txt {
  margin-top: 0;
}
.join__step__txt em {
  font-size: 16px;
  color: #d1141b;
  font-weight: bold;
}
@media (max-width: 768px) {
  .join__step__txt em {
    font-size: 4.26vw;
  }
}

.join__step__txtList {
  margin-top: 10px;
}
.join__step__txtList li {
  font-size: 14px;
  line-height: 1.2857142857;
  font-weight: 500;
  text-align: left;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media (max-width: 768px) {
  .join__step__txtList li {
    font-size: 3.46vw;
  }
}

.join__receipt {
  margin-top: 23px;
}
@media (max-width: 768px) {
  .join__receipt {
    margin-top: 5vw;
  }
}

.receipt__heading {
  border-radius: 20px 20px 0 0;
  background: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #95000b;
  padding: 11px 0;
}
@media (max-width: 768px) {
  .receipt__heading {
    border-radius: 10px 10px 0 0;
    font-size: 4.8vw;
    padding: 4.3vw 0;
  }
}

.join__receipt__box {
  background: #faf3d6;
  padding: 9px 27px 20px 22px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 42px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 768px) {
  .join__receipt__box {
    display: block;
    padding: 4vw 2.5vw 7vw;
    border-radius: 0 0 10px 10px;
  }
}

@media (max-width: 768px) {
  .join__receipt__box__l {
    margin-bottom: 5.4vw;
  }
}

.join__receipt__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #95000b;
  line-height: 1.77;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .join__receipt__ttl {
    font-size: 4.8vw;
    margin-bottom: 4.5vw;
    letter-spacing: 0.07em;
  }
}

.join__receipt__list {
  padding-left: 3px;
}
.join__receipt__list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
  text-indent: -1.2em;
  padding-left: 1.2em;
}
@media (max-width: 768px) {
  .join__receipt__list li {
    font-size: 3.73vw;
  }
}

.join__receipt__box__imgs {
  display: grid;
  grid-template-columns: 1fr 2.8fr;
  gap: 0 24px;
}
@media (max-width: 768px) {
  .join__receipt__box__imgs {
    grid-template-columns: 1fr 2.7fr;
    gap: 0 5vw;
  }
}

.join__receipt__box__imgs__item .flex {
  display: flex;
}

.join__receipt__box__imgs__ttl {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .join__receipt__box__imgs__ttl {
    font-size: 3.6vw;
    margin-bottom: 2.5vw;
  }
}

.join__receipt__box__imgs__img {
  margin-top: 9px;
}
@media (max-width: 768px) {
  .join__receipt__box__imgs__img {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .join__receipt__box__imgs__img.item-01 img {
    width: 20.5vw;
  }
}
@media (max-width: 768px) {
  .join__receipt__box__imgs__img.item-02 img {
    width: 23.7vw;
  }
}

.join__receipt__box__imgs__txt {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
  flex: 1;
  padding-right: 5px;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .join__receipt__box__imgs__txt {
    font-size: 3.2vw;
    padding-top: 0;
  }
}

.join__receipt__box__bad {
  margin-top: 17px;
}
@media (max-width: 768px) {
  .join__receipt__box__bad {
    margin-top: 5.1vw;
  }
}

.join__receipt__box__bad__ttl {
  background: #f7b400;
  color: #005bab;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  border-radius: 20px 20px 0 0;
  line-height: 1;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .join__receipt__box__bad__ttl {
    font-size: 4.13vw;
    border-radius: 10px 10px 0 0;
    padding: 1.3vw 0;
  }
}

.join__receipt__box__bad__cont {
  background: #eae0b6;
  border-radius: 0 0 20px 20px;
  padding: 9px 0 8px;
}
@media (max-width: 768px) {
  .join__receipt__box__bad__cont {
    border-radius: 0 0 10px 10px;
    padding: 1.5vw 0 2vw;
  }
}

.bad__list {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 0 23px;
  justify-content: center;
}
@media (max-width: 768px) {
  .bad__list {
    gap: 0 7vw;
    zoom: 0.85;
  }
}
.bad__list li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  align-self: center;
}

.join__receipt__box__bad__img {
  display: grid;
  place-items: center;
}
.join__receipt__box__bad__img img {
  margin: 0 auto;
}

.join__receipt__box__bad__txt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .join__receipt__box__bad__txt {
    font-size: 3.7vw;
    margin-top: 0.5vw;
  }
}

.terms__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  margin-bottom: 10px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
.terms__txt--circle {
  padding-left: 1.4em;
}
.terms__txt--circle:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .terms__txt {
    font-size: 4.4vw;
  		line-height: 1.57;
    margin-bottom: 2.3vw;
    padding-top: 0.2vw;
  }
		.terms__txt--circle:before {
				content: "●";
				font-size: 4vw;
				left: 0.5vw;
		}
}

.terms__list {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .terms__list {
    padding-bottom: 0;
  }
}
.terms__list--join {
  margin: 29px 1em 0 1em;
}
@media (max-width: 768px) {
  .terms__list--join {
    margin-top: 5.5vw;
  }
}
.terms__list--mt10 {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .terms__list--mt10 {
    margin-top: 2.5vw;
  }
}

.terms__item {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 1.7em;
}
.terms__item:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .terms__item {
    font-size: 3.73vw;
  }
}
.terms__item--join {
  font-size: 15px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .terms__item--join {
    font-size: 3.46vw;
  }
}
.terms__item--em {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .terms__item--em {
    font-size: 4.26vw;
  }
}
.terms__item--yellow {
  color: #fff20d;
		margin: 5px 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .terms__item--yellow {
    font-size: 4.26vw;
  }
}

.secCampaign__btn {
  margin-top: 24px;
  margin-bottom: 64px;
}
.secCampaign__btn.item-01 {
  margin-top: 26px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .secCampaign__btn.item-01 {
    margin: 3.5vw 1vw 5.5vw 1vw;
  }
}
.secCampaign__btn.item-02 {
  margin-top: 42px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .secCampaign__btn.item-02 {
    margin-top: 6vw;
    margin-bottom: 10vw;
  }
}
.secCampaign__btn a {
  display: block;
  width: 602px;
  height: 64px;
  border: 2px solid #a5a4a4;
  color: #333;
  display: grid;
  place-items: center;
  border-radius: 100px;
  background: #fff;
  margin: 0px auto 0 auto;
  font-size: 22px;
  font-weight: 800;
  position: relative;
  box-shadow: 0 7px 0 #a5a4a4;
  transition: background 0.3s ease-out;
  text-align: center;
		z-index: 999;
}
.secCampaign__btn a:not([href]) {
  opacity: 0.5;
  pointer-events: none;
}

.secCampaign__btn a:before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #a5a4a4;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 7px 0 #a5a4a4;
  right: 20px;
  transition: right 0.3s ease-out;
}

@media (max-width: 768px) {
  .secCampaign__btn a {
    width: 100%;
    height: 18.6vw;
    font-size: 4.6vw;
  }
		
		.secCampaign__btn a:before {
				content: "";
				display: block;
				width: 3%;
				aspect-ratio: 1/2;
				clip-path: polygon(0 0, 100% 50%, 0 100%);
				background: #a5a4a4;
				position: absolute;
				top: 50%;
				transform: translateY(-50%);
  		box-shadow: 0 5px 0 #a5a4a4;
				right: 15px;
				transition: right 0.3s ease-out;
		}
}

@media (hover: hover) {
  .secCampaign__btn a:where(:any-link, :enabled, summary):hover {
    background: #fdd000;
  }
  .secCampaign__btn a:where(:any-link, :enabled, summary):hover:before {
    right: 15px;
  }
}

.secBulk {
  background: url(../img/bulk_bg@2x.png) no-repeat center center/cover;
  padding-block: 46px 50px;
}
@media (max-width: 768px) {
  .secBulk {
    padding-block: 5.6vw 5.6vw;
  }
}
@media (max-width: 768px) {
  .secBulk .inner {
    padding-inline: 2.5vw;
  }
}

.secBulk__heading {
  margin-bottom: 31px;
}
@media (max-width: 768px) {
  .secBulk__heading {
    margin-bottom: 0;
  }
}
.secBulk__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secBulk__heading img {
    width: 89vw;
  }
}

.secSpecial {
  background: url(../img/special_bg@2x.png) no-repeat center center/cover;
  padding: 66px 0 75px;
}
@media (max-width: 768px) {
  .secSpecial {
    background: url(../img/special_bg_sp@2x.png) no-repeat center center/cover;
    padding: 10.6vw 0 14.3vw;
  }
}
.secSpecial .inner {
  max-width: 1160px;
}
@media (max-width: 768px) {
  .secSpecial .inner {
    padding-inline: 8.5vw;
  }
}

.secSpecial__heading {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .secSpecial__heading {
    margin-bottom: 8vw;
  }
}
.secSpecial__heading img {
  margin-inline: auto;
}
.secSpecial__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 43px;
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .secSpecial__list {
    grid-template-columns: 1fr;
    gap: 7.5vw;
    margin-bottom: 3.7vw;
  }
}

.secSpecial__item img {
  width: 100%;
}
.secSpecial__item a {
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secSpecial__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.secSpecial__attention {
  text-align: center;
}
@media (max-width: 768px) {
  .secSpecial__attention {
    font-size: 3.2vw;
  }
}

.secComing {
  background: url(../img/coming_bg@2x.jpg) no-repeat center center/cover;
  padding-block: 88px 85px;
}
@media (max-width: 768px) {
  .secComing {
    padding-block: 12.3vw 5.6vw;
  }
}

.secComing__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secComing__heading img {
    width: 65vw;
  }
}

.secComing__bnr img {
  margin-inline: auto;
  border-radius: 20px;
  border: 1px solid #000;
}

.secSns {
  background: url(../img/sns_bg@2x.png) no-repeat center center/cover;
  padding-block: 77px 50px;
}
@media (max-width: 768px) {
  .secSns {
    background: url(../img/sns_bg_sp@2x.png) no-repeat center center/cover;
    padding-block: 9.9vw 5.6vw;
  }
}

.secSns__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secSns__heading img {
    width: 61vw;
  }
}

.secSns__present {
  margin-top: -50px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .secSns__present {
    margin-top: 0.3vw;
    padding-inline: 2.5vw;
    margin-bottom: 9vw;
  }
}
.secSns__present img {
  border: 2px solid #333;
  border-radius: 20px;
  margin-inline: auto;
  display: block;
}
@media (max-width: 768px) {
  .secSns__present img {
    border-radius: 10px;
  }
}

.secSns__campaign__01__how__ttl img {
  margin: 0 auto 22px;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__ttl img {
    margin-bottom: 6.1vw;
    width: 62vw;
  }
}

.secSns__campaign__01__how__list {
  max-width: 700px;
  margin: 0 auto 52px;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__list {
    padding: 0 10px;
    margin-bottom: 7.4vw;
  }
}

.secSns__campaign__01__how__item {
  background: #d5ecf3;
  border-radius: 40px;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item {
    border-radius: 20px;
    padding: 5vw 3vw;
  }
}
.secSns__campaign__01__how__item:not(:last-child) {
  margin-bottom: 68px;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}
.secSns__campaign__01__how__item:not(:last-child):before {
  content: "";
  background: url(../img/sns_how_arrow@2x.png) no-repeat center center/cover;
  width: 61px;
  height: 61px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item:not(:last-child):before {
    width: 10vw;
    height: 10vw;
    bottom: -5vw;
  }
}
.secSns__campaign__01__how__item.item-01 {
  padding-bottom: 22px;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item.item-01 {
    padding-bottom: 3vw;
  }
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item.item-02 {
    padding-inline: 12vw;
  }
}

.secSns__campaign__01__how__num {
  position: absolute;
  top: -20px;
  left: 0;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__num {
    top: -5vw;
    left: -2vw;
    width: 13vw;
  }
}

.secSns__campaign__01__how__txt img {
  margin: 0 auto;
}

.secSns__campaign__01__how__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__btns {
    margin-top: 3vw;
  }
}

.secSns__campaign__01__how__btns__label {
  margin-right: 8px;
}

.secSns__campaign__01__how__btn {
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__btn {
    padding-bottom: 1vw;
  }
}
.secSns__campaign__01__how__btn a {
  display: block;
  width: 513px;
  height: 64px;
  border-radius: 64px;
  background: #e7380d;
  display: grid;
  place-items: center;
  box-shadow: 0 15px 0 #f7b400;
  transition: filter 0.3s ease-out;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__btn a {
    width: 100%;
    height: 10.6vw;
    padding: 0 5vw;
    box-shadow: 0 7px 0 #f7b400;
  }
}
@media (hover: hover) {
  .secSns__campaign__01__how__btn a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.secSns__campaign__01__how__present {
  max-width: 708px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__present {
    padding: 0 10px;
  }
}

.secCm {
  background: url(../img/cm_bg@2x.jpg) no-repeat center center/cover;
  padding-block: 78px 169px;
}
@media (max-width: 768px) {
  .secCm {
    padding-block: 6.1vw 10.9vw;
  }
}
@media (max-width: 768px) {
  .secCm .inner {
    padding-inline: 3vw;
  }
}

.secCm__inner {
  position: relative;
  z-index: 1;
}

.secCm__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCm__ttl img {
    width: 93vw;
  }
}

.secCm__movie:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secCm__movie:not(:last-child) {
    margin-bottom: 7.4vw;
  }
}
.secCm__movie iframe {
  display: block;
  height: 100%;
  aspect-ratio: 16/9;
  margin-inline: auto;
  text-align: center;
  box-shadow: 0 20px 0 #b6e0ff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000;
  width: 100%;
  max-width: 822px;
  margin-inline: auto;
  background: #fff;
}
@media (max-width: 959px) {
  .secCm__movie iframe {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 10px 0 #b6e0ff;
  }
}

.secGame__top {
  background: url(../img/game_top_bg@2x.png) no-repeat center center/cover;
  height: 481px;
  position: relative;
}
@media (max-width: 768px) {
  .secGame__top {
    height: 48.1vw;
    background-image: url(../img/game_top_bg_sp@2x.png);
  }
}
.secGame__top:before {
  content: "";
  height: 42px;
  aspect-ratio: 2.4;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #ffffd9;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -41px;
}
@media (max-width: 768px) {
  .secGame__top:before {
    height: 5.1vw;
    bottom: -5vw;
  }
}
.secGame__top .inner {
  height: 100%;
  position: relative;
}

.secGame__img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}
@media (max-width: 768px) {
  .secGame__img {
    bottom: -1vw;
  }
}
.secGame__img img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secGame__img img {
    width: 96.2vw;
  }
}

.secGame__play {
  background: url(../img/game_play_bg@2x.png) no-repeat center center/cover;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .secGame__play {
    background-image: url(../img/game_play_bg_sp@2x.png);
  }
}
.secGame__play .inner {
  padding-block: 27px 162px;
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .secGame__play .inner {
    padding-block: 3.4vw 22.4vw;
    padding-inline: 4vw;
  }
}
.secGame__play .inner:before {
  content: "";
  background: url(../img/game_chara@2x.png) no-repeat center center/contain;
  width: 569px;
  height: 215px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -52px;
}
@media (max-width: 768px) {
  .secGame__play .inner:before {
    width: 76.1vw;
    height: 28.9vw;
    bottom: -5.7vw;
  }
}

.secGame__btn a {
  display: inline-block;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secGame__btn a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}
.secGame__btn img {
  margin-inline: auto;
  display: block;
}

.secBnr {
  padding-top: 34px;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .secBnr {
    padding-top: 10vw;
    padding-bottom: 19vw;
  }
}
.secBnr .inner {
  max-width: 1160px;
}
@media (max-width: 768px) {
  .secBnr .inner {
    padding-inline: 3vw;
  }
}

.secBnr__chara {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .secBnr__chara {
    margin-bottom: 11.1vw;
  }
}

.secBnr__chara__ttl {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .secBnr__chara__ttl {
    margin-bottom: 9vw;
  }
}
.secBnr__chara__ttl span {
  display: inline-block;
  background: #e7380d;
  width: 822px;
  margin-inline: auto;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  padding: 8px 0;
  border-radius: 50px;
  position: relative;
}
@media (max-width: 959px) {
  .secBnr__chara__ttl span {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .secBnr__chara__ttl span {
    font-size: 7.2vw;
    border-radius: 4.4vw;
    padding: 4vw 0;
  }
}
.secBnr__chara__ttl span:before {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -31px;
  aspect-ratio: 2;
  clip-path: polygon(50% 100%, 100% 0, 0 0);
  background: #e7380d;
}
@media (max-width: 959px) {
  .secBnr__chara__ttl span:before {
    height: 2vw;
    bottom: -1.9vw;
  }
}
@media (max-width: 768px) {
  .secBnr__chara__ttl span:before {
    height: 3.5vw;
    bottom: -3.4vw;
  }
}

.secBnr__chara__bnr {
  text-align: center;
  box-shadow: 0 20px 0 #b6e0ff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000;
  max-width: 822px;
  margin-inline: auto;
  width: 100%;
  aspect-ratio: 822/538;
  background: #fff;
}
@media (max-width: 768px) {
  .secBnr__chara__bnr {
    box-shadow: 0 10px 0 #b6e0ff;
    border-radius: 10px;
    border-width: 1px;
  }
}
.secBnr__chara__bnr a {
  display: inline-block;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .secBnr__chara__bnr a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.secBnr__2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 959px) {
  .secBnr__2col {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .secBnr__2col {
    grid-template-columns: 1fr;
    gap: 11.1vw;
    margin-bottom: 11vw;
  }
}

.secBnr__item {
  box-shadow: 0 20px 0 #b6e0ff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000;
  width: 100%;
  aspect-ratio: 539/301;
}
.secBnr__item--l {
  aspect-ratio: 539/302;
}
@media (max-width: 768px) {
  .secBnr__item {
    box-shadow: 0 10px 0 #b6e0ff;
    border-radius: 10px;
    border-width: 1px;
  }
}
.secBnr__item a {
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .secBnr__item a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.secBnr__4col {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}
@media (max-width: 959px) {
  .secBnr__4col {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .secBnr__4col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10vw 5.1vw;
  }
}

.secCampaign__shop {
  background-color: #fcebf3;
  border-radius: 20px;
  position: relative;
  padding: 30px 0 50px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secCampaign__shop {
    padding: 6vw 3vw 10vw;
    margin-bottom: 10vw;
  }
}

.b-shop__heading {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #e60012;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .b-shop__heading {
    font-size: 5.5vw;
    margin-bottom: 4.3vw;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .b-shop__heading--s {
    font-size: 5.2vw;
  }
}

.b-shop__lead {
  text-align: center;
  font-size: 16px;
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .b-shop__lead {
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.77;
    margin-bottom: 6.5vw;
  }
}
.b-shop__lead--s {
  font-size: 14px;
}
@media (max-width: 768px) {
  .b-shop__lead--s {
    font-size: 3.2vw;
  }
}



.secCampaign__shop__btn {
  color: #fff;
  font-size: 23px;
		font-weight: 700;
		letter-spacing: 0.05em;
  display: block;
  width: 367px;
  height: 64px;
  margin: 0 auto;
		padding-right: 10px;
  border-radius: 64px;
  background: #e7380d;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 0 #f7b400;
  position: relative;
}
.secCampaign__shop__btn:before {
  content: "";
  background: url(../img/sns_shop_deco@2x.png) no-repeat center center/cover;
  width: 49px;
  height: 42px;
  display: block;
  position: absolute;
  right: -14px;
  top: -16px;
}
.secCampaign__shop__btn:after {
		content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1 / 2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 7px 0 #a5a4a4;
  right: 40px;
  transition: right 0.3s ease-out;
}

@media (hover: hover) {
.secCampaign__shop__btn:where(:any-link, :enabled, summary):hover {
    background: #fe3e0e;
  }
.secCampaign__shop__btn:where(:any-link, :enabled, summary):hover:after {
    right: 35px;
  }
}

@media (max-width: 768px) {
  .secCampaign__shop__btn:before {
    width: 12.333333vw;
    height: 10.5vw;
    top: -2.6vw;
    right: -2.2vw;
  }
}
@media (max-width: 768px) {
  .secCampaign__shop__btn {
    width: 80vw;
    height: 15vw;
    box-shadow: 0 7px 0 #f7b400;
    padding: 0 15vw;
    font-size: 5.3vw !important;
    padding: 0 !important;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
