@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: #111;
  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: #111;
}
@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;
}

.bounce-02 {
  transform: scale(0);
  opacity: 0;
}
.bounce-02.on {
  animation: bounce 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.2s 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;
    max-width: 100vw;
  }
}
.st-footer__fix.fixed {
  opacity: 1;
  visibility: visible;
}

.st-header {
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 70px;
}
@media (max-width: 768px) {
  .st-header {
    height: 50px;
    z-index: 2;
  }
}
.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: 275px;
}
@media (max-width: 768px) {
  .st-header__logo img {
    width: 156px;
  }
}

#sp-btn {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #fdd000;
  cursor: pointer;
  transition: background 0.4s;
}
@media (max-width: 768px) {
  #sp-btn {
    width: 49px;
    height: 49px;
  }
}
#sp-btn span {
  width: 40px;
  height: 3px;
  border-radius: 3px;
  transition: all 0.4s;
  background: #231714;
}
@media (max-width: 768px) {
  #sp-btn span {
    width: 28px;
    height: 2px;
  }
}
#sp-btn span:not(:last-child) {
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  #sp-btn span:not(:last-child) {
    margin-bottom: 4px;
  }
}

#sp-btn #sp-btn-a,
#sp-btn #sp-btn-a span {
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.4s;
}

#sp-btn #sp-btn-a {
  display: block;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 30px;
  position: relative;
  padding: 0;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  #sp-btn #sp-btn-a {
    width: 28px;
    margin-bottom: 11px;
  }
}
#sp-btn #sp-btn-a:after {
  content: "MENU";
  font-size: 1.4rem;
  font-weight: bold;
  color: #231714;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -16px;
  line-height: 1;
  white-space: nowrap;
  transition: color 0.3s ease-out;
}
@media (max-width: 768px) {
  #sp-btn #sp-btn-a:after {
    font-size: 1rem;
    bottom: -6px;
  }
}

#sp-btn #sp-btn-a:hover {
  opacity: 1;
}

#sp-btn.active span:nth-of-type(1) {
  -webkit-transform: translate(0, 10px) rotate(-29deg);
  transform: translate(0, 10px) rotate(-29deg);
}
@media (max-width: 768px) {
  #sp-btn.active span:nth-of-type(1) {
    -webkit-transform: translate(0, 6px) rotate(-29deg);
    transform: translate(0, 6px) rotate(-29deg);
  }
}

#sp-btn.active span:nth-of-type(2) {
  opacity: 0;
}

#sp-btn.active span:nth-of-type(3) {
  -webkit-transform: translate(0, -10px) rotate(29deg);
  transform: translate(0, -10px) rotate(29deg);
}
@media (max-width: 768px) {
  #sp-btn.active span:nth-of-type(3) {
    -webkit-transform: translate(0, -6px) rotate(29deg);
    transform: translate(0, -6px) rotate(29deg);
  }
}

/* g-anv */
#g-nav {
  position: fixed;
  z-index: 2;
  top: 70px;
  right: 0;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  width: calc(100% - 2rem);
  max-width: 376px;
  height: auto;
  max-height: calc(100% - 70px);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: none;
  background: #fff;
  border: 2px solid #e50112;
  border-right: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  #g-nav {
    top: 49px;
    width: 100%;
    max-height: calc(100% - 49px);
    border-width: 1px;
    border-left: none;
  }
}

.st-header__pageLink__item {
  border-bottom: 2px solid #e50112;
}
@media (max-width: 768px) {
  .st-header__pageLink__item {
    border-width: 1px;
  }
}

.st-header__pageLink__link {
  padding-right: 70px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  transition: color 0.3s ease-out;
  position: relative;
  padding-block: 21px;
}
@media (max-width: 768px) {
  .st-header__pageLink__link {
    padding-right: 49px;
    font-size: 1.6rem;
    padding-block: 11px;
  }
}
@media (hover: hover) {
  .st-header__pageLink__link:where(:any-link, :enabled, summary):hover {
    color: #e50112;
  }
}
.st-header__pageLink__link:before {
  content: "";
  background: #fdd000 url(../img/arrow-bottom@2x.png) no-repeat center center/25px;
  width: 70px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .st-header__pageLink__link:before {
    width: 49px;
    background-size: 17px;
  }
}

.secBnr {
  background: #fffcd9;
  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(auto-fit, calc(50% - 20px));
  justify-content: center;
  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: 12/8;
}
@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;
  }
}

@media (max-width: 768px) {
  .secCoupon .inner {
    padding-inline: 3vw;
  }
}

.secCoupon__appMemberLimited img {
  width: 100%;
  margin-inline: auto;
}

.secCoupon__cont {
  background: url(../img/coupon_bg_01@2x.jpg) no-repeat center top/cover;
  padding-top: 2.1vw;
  padding-bottom: 5vw;
}
@media (max-width: 768px) {
  .secCoupon__cont {
    background: url(../img/coupon_bg_01_sp@2x.jpg) no-repeat center top/cover;
    padding-top: 4.2vw;
    padding-bottom: 9.5vw;
  }
}

.secCoupon__ttl {
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .secCoupon__ttl {
    margin-bottom: 6.6vw;
  }
}
.secCoupon__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__ttl img {
    width: 95vw;
  }
}

.secCoupon__subttl {
  margin-bottom: 17px;
}
@media (max-width: 768px) {
  .secCoupon__subttl {
    margin-bottom: 5.8vw;
  }
}
.secCoupon__subttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__subttl img {
    width: 84vw;
  }
}

.secCoupon__img {
  padding-bottom: 6px;
}
@media (max-width: 768px) {
  .secCoupon__img {
    padding-bottom: 2.3vw;
  }
}
.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);
  }
}

.secDraw {
  background-color: #0090cc;
  background-image: url(../img/draw_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-block: 73px 80px;
}
@media (max-width: 768px) {
  .secDraw {
    background-image: url(../img/draw_bg_sp@2x.png);
    background-repeat: repeat-y;
    background-size: 100%;
    padding-block: 7.5vw 8vw;
    position: relative;
  }
}
@media (max-width: 768px) {
  .secDraw .inner {
    padding-inline: 0;
    position: relative;
    z-index: 1;
  }
}

.secDraw__heading {
  margin-bottom: 33px;
}
@media (max-width: 768px) {
  .secDraw__heading {
    position: relative;
    z-index: 1;
    margin-bottom: 6.5vw;
  }
}
.secDraw__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secDraw__heading img {
    width: 95vw;
  }
}

.secDraw__desc {
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .secDraw__desc {
    padding-inline: 2.5vw;
    margin-bottom: 7.2vw;
  }
}
.secDraw__desc img {
  margin-inline: auto;
}

.secDraw__entryBtnWrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 574px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secDraw__entryBtnWrap {
    padding-inline: 2.5vw;
    margin-bottom: 4vw;
    gap: 2vw;
  }
}
.secDraw__entryBtnWrap a {
  transition: filter 0.3s ease-out;
  position: relative;
  display: block;
}
.secDraw__entryBtnWrap 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) {
  .secDraw__entryBtnWrap a:before {
    width: 3.2vw;
    height: 1.6vw;
    bottom: 3.3vw;
  }
}
@media (hover: hover) {
  .secDraw__entryBtnWrap a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .secDraw__entryBtnWrap a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(5px);
  }
}
.secDraw__entryBtnWrap img {
  width: 100%;
}

.secDraw__list {
  border: 6px solid #231815;
  border-radius: 40px;
  background: #f9f7dd;
  position: relative;
  padding: 35px 40px 83px;
}
@media (max-width: 768px) {
  .secDraw__list {
    border-width: 3px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding: 4.1vw 2.5vw 11vw;
  }
}

@media (max-width: 768px) {
  .secDraw__list__ttl {
    width: 90vw;
    margin-inline: auto;
  }
}
.secDraw__list__ttl img {
  margin-inline: auto;
}

.secDraw__list__item {
  position: relative;
}
.secDraw__list__item.item-01 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secDraw__list__item.item-01 {
    margin-bottom: 2.1vw;
  }
}
.secDraw__list__item.item-02 {
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .secDraw__list__item.item-02 {
    margin-bottom: 7.3vw;
  }
}
.secDraw__list__item.item-03 {
  margin-bottom: 27px;
}
@media (max-width: 768px) {
  .secDraw__list__item.item-03 {
    margin-bottom: 4vw;
  }
}
.secDraw__list__item img {
  margin-inline: auto;
}

.secDraw__list__desc {
  text-align: center;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .secDraw__list__desc {
    font-size: 3.2vw;
    margin-bottom: 9.7vw;
  }
}

.secDraw__tokuten {
  max-width: 860px;
  margin-inline: auto;
}

.tokuten__chara img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .tokuten__chara img {
    width: 83vw;
  }
}

.tokuten__box {
  border-radius: 20px;
  border: 4px solid #231815;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 768px) {
  .tokuten__box {
    border-radius: 10px 10px 20px 20px;
    border-width: 2px;
  }
}

.tokuten__ttl {
  background: #d1141b;
  padding-block: 25px;
}
@media (max-width: 768px) {
  .tokuten__ttl {
    padding: 5vw 3.6vw;
  }
}
.tokuten__ttl img {
  margin-inline: auto;
}

.tokuten__txt {
  font-size: 21px;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  padding-block: 16px 7px;
}
@media (max-width: 768px) {
  .tokuten__txt {
    font-size: 4.13vw;
    padding: 3.2vw 4vw 5.3vw;
  }
}
.tokuten__txt em {
  color: #d1141b;
}

.secDraw__terms {
  padding-inline: 15px;
  padding-bottom: 28px;
}
.secDraw__terms .terms__item {
  color: #000;
}
@media (max-width: 768px) {
  .secDraw__terms .terms__item {
    font-size: 3.73vw;
  }
}

.join__entryHeading {
  margin-top: -68px;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .join__entryHeading {
    margin-top: -34vw;
    margin-bottom: 4.8vw;
  }
  .join__entryHeading img {
    width: 100%;
  }
}
.join__entryHeading img {
  margin-inline: auto;
}

.join__desc {
  max-width: 860px;
  margin-inline: auto;
  border-radius: 20px;
  background: #fff;
  padding-block: 22px 22px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .join__desc {
    font-size: 5.6vw;
    padding-block: 5vw 7vw;
    margin-bottom: 10vw;
  }
}
.join__desc .em {
  color: #e60012;
  font-weight: bold;
}
@media (max-width: 768px) {
  .join__desc .em {
    font-size: 4.26vw;
  }
}
.join__desc .terms__list {
  padding-inline: 30px;
}
@media (max-width: 768px) {
  .join__desc .terms__list {
    padding-inline: 2.5vw;
    padding-top: 5vw;
    padding-bottom: 0;
  }
}
.join__desc .terms__item {
  color: #333;
  text-align: left;
}

.secDraw__entry {
  padding-block: 0 59px;
}
@media (max-width: 768px) {
  .secDraw__entry {
    padding-block: 0 7vw;
  }
}
@media (max-width: 768px) {
  .secDraw__entry .inner {
    padding-inline: 3vw;
  }
}

@media (max-width: 768px) {
  .secDraw__btn {
    padding-inline: 2.5vw;
  }
}
.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.7vw;
    margin-bottom: 10vw;
  }
}
.secDraw__entry__txt--white {
  color: #fff;
  margin-bottom: 0;
  margin-top: 20px;
}

.secCampaign__join {
  position: relative;
  z-index: 1;
  padding: 81px 0 50px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .secCampaign__join {
    padding: 10.7vw 0 12vw;
  }
}
.secCampaign__join .inner {
  position: relative;
  padding-inline: 0;
}
.join__heading {
  margin-bottom: -77px;
}
@media (max-width: 768px) {
  .join__heading {
    margin-bottom: -9vw;
  }
}
.join__heading img {
  width: 653px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .join__heading img {
    width: 82.8vw;
  }
}

.join_lead {
  margin-bottom: 20px;
}
.join_lead img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .join_lead img {
    width: 93vw;
  }
}

.join__nav {
  max-width: 860px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 14px));
  gap: 14px;
  justify-content: center;
  margin-bottom: 86px;
}
@media (max-width: 768px) {
  .join__nav {
    padding-inline: 2.5vw;
    grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 1.46vw));
    gap: 1.46vw;
    margin-bottom: 39.5vw;
  }
}

@media (max-width: 768px) {
  .join__nav__item img {
    width: 100%;
  }
}
.join__nav__item a {
  transition: filter 0.3s ease-out;
  position: relative;
  display: block;
}
.join__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: 959px) {
  .join__nav__item a:before {
    bottom: 2vw;
  }
}
@media (max-width: 768px) {
  .join__nav__item a:before {
    width: 3.2vw;
    height: 1.6vw;
    bottom: 1.9vw;
  }
}
@media (hover: hover) {
  .join__nav__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .join__nav__item a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(5px);
  }
}

.join__way {
  border: 6px solid #231815;
  border-radius: 40px;
  padding-inline: 40px;
  padding-bottom: 55px;
}
@media (max-width: 768px) {
  .join__way {
    border-width: 3px;
    border-right: none;
    border-left: none;
    border-radius: 0;
    padding-inline: 2.5vw;
    padding-bottom: 9.3vw;
  }
}
.join__way--majica {
  background: #ffb3b9;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .join__way--majica {
    margin-bottom: 1vw;
  }
}
.join__way--recept {
  background: #c2e3f2;
  margin-top: 110px;
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  .join__way--recept {
    margin-top: 45vw;
    margin-bottom: 1vw;
  }
}
.join__way--recept .join__head {
  border-color: #00567d;
  color: #00567d;
}
.join__way--recept .join__head--acc:before {
  background: url(../img/icn_plus-blue@2x.png) no-repeat center center/cover;
}
.join__way--recept .join__head--acc.open:before {
  background: url(../img/icn_minus-blue@2x.png) no-repeat center center/cover;
}
.join__way--recept .join__cont {
  background: #00567d;
}
.join__way--recept .join__step__num {
  color: #00567d;
}
.join__way--recept .receipt__heading,
.join__way--recept .join__receipt__ttl {
  color: #00567d;
}

.join__item--mb {
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  .join__item--mb {
    margin-bottom: 12.5vw;
  }
}

.join__head {
  max-width: 860px;
  margin-inline: auto;
  border: 4px solid #95000b;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #95000b;
  letter-spacing: 0.08em;
  width: 100%;
  height: 68px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .join__head {
    height: 28vw;
    font-size: 6.4vw;
  }
}
@media (max-width: 768px) {
  .join__head--s {
    font-size: 5.2vw;
    padding-right: 10vw;
  }
}
.join__head--acc {
  cursor: pointer;
  position: relative;
}
.join__head--acc:before {
  content: "";
  background: url(../img/icn_plus@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--acc:before {
    width: 6.4vw;
    height: 6.4vw;
    right: 4.5vw;
  }
}
.join__head--acc.open:before {
  background: url(../img/icn_minus@2x.png) no-repeat center center/cover;
}
.join__cont {
  max-width: 860px;
  margin-inline: auto;
  background: #95000b;
  padding: 22px 19px 33px;
  border-radius: 20px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .join__cont {
    padding: 2.86vw 2.55vw;
    margin-top: 4.5vw;
  }
}
.join__cont--black {
  margin-top: 82px;
  background: #111;
}
@media (max-width: 768px) {
  .join__cont--black {
    margin-top: 8vw;
    border-radius: 10px;
    margin-inline: 2.5vw;
  }
}

.join__step {
  display: flex;
  flex-direction: column;
  gap: 42px 0;
}
@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: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
}
@media (max-width: 768px) {
  .join__step__item {
    display: block;
  }
}
.join__step__item:not(:last-child):before {
  content: "";
  display: block;
  width: 40px;
  aspect-ratio: 2/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #fdd000;
  position: absolute;
  bottom: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@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__img {
  background: #faf3d6;
  border-radius: 20px 0 0 20px;
  display: grid;
  place-items: center;
  padding: 32px 23px;
}
@media (max-width: 768px) {
  .join__step__img {
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 768px) {
  .join__step__img.item-01 {
    padding: 5vw 0 5vw;
  }
  .join__step__img.item-01 img {
    width: 67vw;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .join__step__img.item-02 {
    padding: 6vw 0 6vw;
  }
  .join__step__img.item-02 img {
    width: 78vw;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .join__step__img.item-03 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-03 img {
    width: 45vw;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .join__step__img.item-04 {
    padding: 4vw 0 5vw;
  }
  .join__step__img.item-04 img {
    width: 48vw;
    margin-inline: auto;
  }
}
@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-block: 20px;
}
@media (max-width: 768px) {
  .join__step__img.item-06 {
    padding: 2.8vw 3.5vw 3.8vw;
  }
  .join__step__img.item-06 img {
    width: 17vw;
  }
}
@media (max-width: 768px) {
  .join__step__img.item-07 {
    padding: 4vw 0 4vw;
  }
  .join__step__img.item-07 img {
    width: 48vw;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .join__step__img.item-08 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-08 img {
    width: 80vw;
    margin-inline: auto;
  }
}
@media (max-width: 768px) {
  .join__step__img.item-09 {
    padding: 5vw 0 6vw;
  }
  .join__step__img.item-09 img {
    width: 45vw;
    margin-inline: auto;
  }
}

.join__step__txtbox {
  background: #fdd000;
  border-radius: 0 20px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 25px 30px;
  min-height: 160px;
}
@media (max-width: 768px) {
  .join__step__txtbox {
    border-radius: 0 0 20px 20px;
    padding: 2.76vw 3.5vw 3.9vw;
    min-height: 0;
  }
}

.join__step__num {
  font-size: 24px;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #95000b;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .join__step__num {
    font-size: 4.8vw;
    margin-bottom: 0;
  }
}

.join__step__txt {
  font-size: 14px;
  line-height: 1.28;
  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: #e60012;
  display: block;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
@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.8vw;
    margin-bottom: 6vw;
    padding-top: 0.2vw;
  }
}

.terms__list {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .terms__list {
    margin-top: 0;
    padding-bottom: 5vw;
  }
}
.terms__list--join {
  margin-top: 29px;
}
@media (max-width: 768px) {
  .terms__list--join {
    margin-top: 5.5vw;
  }
}
.terms__list--mt10 {
  margin-top: 10px;
}
@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: 16px;
  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;
  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: 24px;
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .secCampaign__btn.item-01 {
    margin-top: -7vw;
    margin-bottom: 12vw;
  }
}
.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: 70px;
  border: 3px solid #333;
  color: #333;
  display: grid;
  place-items: center;
  border-radius: 70px;
  background: #fff;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  box-shadow: 0 9px 0 #333;
  transition: background 0.3s ease-out;
  text-align: center;
}
.secCampaign__btn a:not([href]) {
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 768px) {
  .secCampaign__btn a {
    width: 100%;
    height: 18.6vw;
    font-size: 4.8vw;
  }
}
.secCampaign__btn a:before {
  content: "";
  display: block;
  width: 11px;
  aspect-ratio: 1/2;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  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;
  }
}

.b-shop {
  background: linear-gradient(to bottom, #ffffff 0%, #e3f2f6 100%);
  border-radius: 20px;
  position: relative;
  padding: 46px 0 55px;
  max-width: 862px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .b-shop {
    padding: 6vw 3vw 56vw;
    margin-inline: 2.5vw;
    margin-bottom: 10vw;
  }
}
.b-shop:before {
  content: "";
  background: url(../img/b-shop-deco_01@2x.png) no-repeat center center/cover;
  width: 152px;
  height: 173px;
  display: block;
  position: absolute;
  left: 23px;
  bottom: 38px;
}
@media (max-width: 768px) {
  .b-shop:before {
    width: 34.8vw;
    height: 39.6vw;
    left: 5.2vw;
    bottom: 11.26vw;
  }
}
.b-shop:after {
  content: "";
  background: url(../img/b-shop-deco_02@2x.png) no-repeat center center/contain;
  width: 217px;
  height: 190px;
  display: block;
  position: absolute;
  right: 19px;
  bottom: 29px;
}
@media (max-width: 768px) {
  .b-shop:after {
    width: 49vw;
    height: 43.3vw;
    right: 4vw;
    bottom: 9.2vw;
  }
}

.b-shop__heading {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #e60012;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .b-shop__heading {
    font-size: 5.5vw;
    margin-bottom: 5vw;
    line-height: 1.6666666667;
  }
}
@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: 26px;
}
@media (max-width: 768px) {
  .b-shop__lead {
    font-size: 3.733vw;
    letter-spacing: 0;
    line-height: 1.77;
    margin-bottom: 9vw;
    text-indent: 0;
    padding-left: 0;
    padding-inline: 4vw;
  }
}
.b-shop__lead--s {
  font-size: 14px;
}
@media (max-width: 768px) {
  .b-shop__lead--s {
    font-size: 3.2vw;
  }
}

.b-shop__btn {
  display: inline-block;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .b-shop__btn:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}
.b-shop__btn img {
  margin-inline: auto;
}

.secFukubukuro {
  background-color: #0090cc;
}

.secFukubukuro__head {
  background: #ffe400;
  padding-block: 31px;
}
@media (max-width: 768px) {
  .secFukubukuro__head {
    padding: 3.5vw 2.5vw;
  }
}
.secFukubukuro__head img {
  margin-inline: auto;
}

.secFukubukuro__cont {
  background-image: url(../img/fukubukuro_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-block: 56px 80px;
}
@media (max-width: 768px) {
  .secFukubukuro__cont {
    background-image: url(../img/fukubukuro_bg_sp@2x.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    padding-block: 7.5vw 8vw;
    position: relative;
  }
  .secFukubukuro__cont:before {
    content: "";
    background: url(../img/fukubukuro_bg_sp_deco@2x.png) no-repeat center center/cover;
    width: 100%;
    height: 15.733vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (max-width: 768px) {
  .secFukubukuro__cont .inner {
    padding-inline: 0;
    position: relative;
    z-index: 1;
  }
}

.secFukubukuro__ttl {
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .secFukubukuro__ttl {
    margin-bottom: 4vw;
  }
}
.secFukubukuro__ttl img {
  margin-inline: auto;
  width: 100%;
}
@media (max-width: 768px) {
  .secFukubukuro__ttl img {
    width: 97vw;
  }
}

.secFukubukuro__rule {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secFukubukuro__rule {
    padding-inline: 2.5vw;
    margin-bottom: 6vw;
  }
}
.secFukubukuro__rule img {
  margin-inline: auto;
  width: 100%;
}

.secFukubukuro__present {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .secFukubukuro__present {
    padding-inline: 1.5vw;
    margin-bottom: 3vw;
  }
}
.secFukubukuro__present img {
  margin-inline: auto;
  width: 100%;
}

.secFukubukuro__btn {
  text-align: center;
}
@media (max-width: 768px) {
  .secFukubukuro__btn {
    padding-inline: 2.5vw;
  }
}
.secFukubukuro__btn a {
  display: inline-block;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secFukubukuro__btn a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.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__before {
  display: block;
  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__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;
}

.secItem {
  background: url(../img/item_bg@2x.jpg) no-repeat center top/cover;
  padding: 64px 0 80px;
  position: relative;
}
@media (max-width: 768px) {
  .secItem {
    background: #f6879c;
    padding: 1.8vw 0 10vw;
  }
}
.secItem:before {
  content: "";
  background: url(../img/item_bg_l@2x.png) no-repeat center center/contain;
  width: 360.5px;
  height: 639px;
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
}
@media (max-width: 1040px) {
  .secItem:before {
    display: none;
  }
}
@media (max-width: 768px) {
  .secItem:before {
    display: block;
    background: linear-gradient(to bottom, #fff667 0%, #f6879c 100%);
    width: 100%;
    height: 31vw;
    top: 0;
  }
}
.secItem:after {
  content: "";
  background: url(../img/item_bg_r@2x.png) no-repeat center center/contain;
  width: 305px;
  height: 615.5px;
  display: block;
  position: absolute;
  right: 0;
  top: 107px;
}
@media (max-width: 1040px) {
  .secItem:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .secItem:after .inner {
    padding-inline: 2.5vw;
  }
}

.secItem__ttl {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .secItem__ttl {
    margin-bottom: 4vw;
  }
}
.secItem__ttl img {
  margin-inline: auto;
}

.secItem__catch {
  margin-top: -10px;
  margin-bottom: 51px;
}
@media (max-width: 768px) {
  .secItem__catch {
    margin-top: 0;
    margin-bottom: 6.6vw;
  }
}
.secItem__catch img {
  margin-inline: auto;
}

/* Controls
---------------------------------------------------------------------- */
.controls {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 15px;
}
@media (max-width: 768px) {
  .controls {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5.2vw 2vw;
    margin-bottom: 7vw;
  }
}

.control {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: background 150ms;
  border: 6px solid #000;
  border-radius: 10px;
  background: linear-gradient(to bottom, #ffffff 23%, #eecd5c 99%);
  box-shadow: 0 10px 0 0 #000;
  padding: 0.7rem 0;
  margin-bottom: 4.2rem;
}
@media (max-width: 768px) {
  .control {
    margin-bottom: 0;
    border-width: 3px;
    box-shadow: 0 5px 0 0 #000;
    border-radius: 5px;
    padding: 0.5rem 0;
  }
}
.control:before {
  content: "";
  background: #e60012;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.control__txt {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.166;
  transition: color 0.3s ease-out;
}
@media (max-width: 768px) {
  .control__txt {
    font-size: 3.73vw;
  }
}

@media (hover: hover) {
  .control:where(:any-link, :enabled, summary):hover:before {
    opacity: 1;
  }
  .control:where(:any-link, :enabled, summary):hover .control__txt {
    color: #fff;
  }
}

.control.mixitup-control-active:before {
  opacity: 1;
}
.control.mixitup-control-active .control__txt {
  color: #fff;
}

/* Pagination Controls
---------------------------------------------------------------------- */
.controls-pagination {
  margin-bottom: 3rem;
}
.mixitup-page-list,
.mixitup-page-stats {
  display: inline-block;
  vertical-align: middle;
}

.mixitup-page-list {
  display: flex;
  justify-content: center;
  height: 65px;
}
@media (max-width: 768px) {
  .mixitup-page-list {
    height: 14.3vw;
  }
}

.mixitup-page-stats {
  display: none;
}

.mixitup-control {
  position: relative;
  display: inline-block;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  margin: 0;
  padding-inline: 1.1rem;
  cursor: pointer;
  font-size: 0;
  color: #333;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .mixitup-control {
    padding-inline: 2.4vw;
  }
}
.mixitup-control:before {
  content: "";
  width: 1.7rem;
  aspect-ratio: 1/1;
  display: block;
  border-radius: 50%;
  background-color: #000;
}
@media (max-width: 768px) {
  .mixitup-control:before {
    width: 3.6vw;
  }
}

.mixitup-control-truncation-marker {
  background: rgba(0, 0, 0, 0.2);
  padding-inline: 1.1rem;
  pointer-events: none;
  display: inline-grid;
  place-items: center;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mixitup-control-truncation-marker {
    padding-inline: 2.4vw;
  }
}
.mixitup-control-truncation-marker:before {
  display: none;
}

.mixitup-control-first {
  padding-left: 2rem;
}
@media (max-width: 768px) {
  .mixitup-control-first {
    padding-left: 6.6vw;
  }
}

.mixitup-control-last {
  padding-right: 2rem;
}
@media (max-width: 768px) {
  .mixitup-control-last {
    padding-right: 6.6vw;
  }
}

.mixitup-control-prev,
.mixitup-control-next {
  width: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 17px auto;
  background-color: #f4e60e;
  font-size: 0;
}
@media (max-width: 768px) {
  .mixitup-control-prev,
  .mixitup-control-next {
    width: 11.8vw;
    background-size: 3.7vw auto;
  }
}
.mixitup-control-prev:before,
.mixitup-control-next:before {
  display: none;
}

.mixitup-control-prev {
  border-radius: 10px 0 0 10px;
  background-image: url(../img/arrow-left@2x.png);
}
@media (max-width: 768px) {
  .mixitup-control-prev {
    border-radius: 5px 0 0 5px;
  }
}

.mixitup-control-next {
  border-radius: 0 10px 10px 0;
  background-image: url(../img/arrow-right@2x.png);
}
@media (max-width: 768px) {
  .mixitup-control-next {
    border-radius: 0 5px 5px 0;
  }
}

.mixitup-control.mixitup-control-active {
  cursor: default;
}
.mixitup-control.mixitup-control-active:before {
  background-color: #fff;
}
.mixitup-control.mixitup-control-active .control__txt {
  color: #fff;
}

.mixitup-control:disabled {
  background-color: #d9d9d9;
  cursor: default;
}

/* Container
---------------------------------------------------------------------- */
.secItem__container:after {
  content: "";
  display: inline-block;
  width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */
.mix,
.gap {
  display: inline-block;
  vertical-align: top;
}

/* Grid Breakpoints & Column Counts
---------------------------------------------------------------------- */
/* 1 Column (SP) */
.mix,
.gap {
  width: 100%;
}

.mix {
  margin-bottom: 9vw;
}

/**
 * 非表示の `.column-counter` 要素の `font-size` に、カラム数を表す数値を設定している。
 * 初期化時とリサイズ時にこの値を読み取ることで、JavaScript 側でビューポート幅の追跡や
 * ブレークポイントの定義が不要になる（スクロールバーの有無で幅が変わる環境でも安定する）。
 * font-size 以外でも、数値を指定できる CSS プロパティなら同様に使える。
 */
.column-counter {
  font-size: 1px;
}

/* 3 Columns (PC) */
@media screen and (min-width: 961px) {
  .mix,
  .gap {
    width: calc(33.3333333333% - 2.2rem);
  }
  .mix {
    margin-bottom: 35px;
  }
  .mix:not(:nth-of-type(3n)) {
    margin-right: 2.9rem;
  }
  .column-counter {
    font-size: 3px;
  }
}
.secItem__card {
  background: #fff;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  border: 4px solid #fdd000;
  box-shadow: 0 14px 0 #000;
}

.secItem__card__head {
  margin-inline: auto;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  .secItem__card__head {
    height: 13.6vw;
  }
}

.secItem__shop__ttl__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .secItem__shop__ttl__logo {
    gap: 2.5vw;
    margin-right: 2vw;
  }
}
@media (max-width: 959px) {
  .secItem__shop__ttl__logo img {
    zoom: 0.9;
  }
}

.secItem__shop__ttl__txt {
  font-size: 21px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .secItem__shop__ttl__txt {
    font-size: 5.23vw;
  }
}

.secItem__card__name {
  font-size: 18px;
  line-height: 1.428;
  font-weight: bold;
  background: #f4e60e;
  padding: 8px 16px;
  display: grid;
  place-items: center start;
}
@media (max-width: 768px) {
  .secItem__card__name {
    font-size: 4.53vw;
    padding: 2vw 4vw;
  }
}

.secItem__item__shopInfo {
  display: block;
  width: 100%;
  font-weight: 500;
  line-height: 1.3;
  background: #111111;
  color: #fff;
  padding: 12px 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .secItem__item__shopInfo {
    padding: 3.1vw 2vw;
  }
}
.secItem__item__shopInfo:before {
  content: "";
  background: url(../img/icn_plus-black@2x.png) no-repeat center center/cover;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .secItem__item__shopInfo:before {
    width: 5.26vw;
    height: 5.26vw;
    right: 6vw;
  }
}

:root:has(.shopInfo__modal[open]) {
  overflow: hidden;
}

.shopInfo__ttl {
  display: block;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: inherit;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .shopInfo__ttl {
    font-size: 4.3vw;
  }
}

:where(.shopInfo__modal) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

.shopInfo__modal {
  display: grid;
  place-content: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  margin: 0;
  padding: 20px;
  border: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.shopInfo__modal.is-open {
  animation: shopInfoModalOpen 0.3s ease forwards;
}
.shopInfo__modal.is-close {
  animation: shopInfoModalClose 0.3s ease forwards;
}
.shopInfo__modal::backdrop {
  background: transparent;
}

.shopInfo__modal__cont {
  background: #fff;
  width: 920px;
  margin-inline: auto;
  position: relative;
  border-radius: 40px;
}
@media (max-width: 920px) {
  .shopInfo__modal__cont {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shopInfo__modal__cont {
    border-radius: 20px;
  }
}

.shopInfo__modal__close {
  position: absolute;
  top: -70px;
  right: 0;
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  margin: 0 0 10px auto;
  background: #111 url(../img/icn_close@2x.png) no-repeat center center/29px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .shopInfo__modal__close {
    width: 15.73vw;
    margin-bottom: 2vw;
    background-size: 7.5vw auto;
  }
}

.shopInfo__modal__ttl {
  background: #111111;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding: 15px 0;
  border-radius: 40px 40px 0 0;
  cursor: default;
}
@media (max-width: 768px) {
  .shopInfo__modal__ttl {
    font-size: 3.6vw;
    padding: 3.7vw 0;
    border-radius: 20px 20px 0 0;
  }
}

.shopInfo__modal__txt {
  padding: 20px 23px;
  font-size: 16px;
  line-height: 1.75;
  color: #111;
  text-align: left;
  border-radius: 0 0 40px 40px;
  cursor: default;
}
@media (max-width: 768px) {
  .shopInfo__modal__txt {
    font-size: 3.4vw;
    padding: 4vw 4vw;
    border-radius: 0 0 20px 20px;
  }
}

@keyframes shopInfoModalOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  to {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes shopInfoModalClose {
  0% {
    opacity: 1;
    visibility: visible;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.secItem__attention {
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .secItem__attention {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
}

.secItem__coming {
  background: #fff667;
  border-radius: 20px;
  padding: 2rem 0 4rem;
  max-width: 978px;
  margin-inline: auto;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .secItem__coming {
    padding: 1.5rem 0 3rem;
    border-radius: 10px;
    margin-bottom: 2rem;
  }
}

.secItem__coming__ttl {
  font-size: 60px;
  color: #e60012;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .secItem__coming__ttl {
    font-size: 30px;
  }
}

.secItem__coming__txt {
  font-size: 28px;
}
@media (max-width: 768px) {
  .secItem__coming__txt {
    font-size: 14px;
  }
}

.secItem__btn {
  text-align: center;
}
.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);
  }
}

.secLuckynumber {
  background-color: #fbe0a9;
  background-image: url(../img/luckynumber_bg@2x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  padding-block: 65px 80px;
}
@media (max-width: 768px) {
  .secLuckynumber {
    padding-block: 3.5vw 8vw;
  }
}
@media (max-width: 768px) {
  .secLuckynumber .inner {
    padding-inline: 2.5vw;
  }
}

.secLuckynumber__ttl {
  margin-bottom: -5px;
}
@media (max-width: 768px) {
  .secLuckynumber__ttl {
    margin-bottom: 0;
  }
}
.secLuckynumber__ttl img {
  margin-inline: auto;
}

.secLuckynumber__lead {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .secLuckynumber__lead {
    margin-bottom: 2vw;
  }
}
.secLuckynumber__lead img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secLuckynumber__lead img {
    width: 86vw;
  }
}

.secLuckynumber__note {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 768px) {
  .secLuckynumber__note {
    font-size: 3.2vw;
  }
}

.secLuckynumber__schedule {
  margin-top: 10px;
  margin-bottom: 23px;
}
@media (max-width: 768px) {
  .secLuckynumber__schedule {
    margin-top: 10vw;
    margin-bottom: 3vw;
  }
}
.secLuckynumber__schedule img {
  margin-inline: auto;
}

.secShop__container {
  max-width: 860px;
  margin-inline: auto;
  border-radius: 12px;
  overflow: hidden;
  background: #106fb8;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .secShop__container {
    margin-top: 6vw;
    border-radius: 6px;
  }
}
.secShop__container .secShop__ttl {
  padding-block: 30px;
}
@media (max-width: 768px) {
  .secShop__container .secShop__ttl {
    padding-block: 4.4vw;
  }
}
.secShop__container .secShop__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secShop__container .secShop__ttl img {
    width: 40vw;
  }
}
.secShop__container .accordion {
  padding: 35px 20px;
  background: #e7f4fa;
}
@media (max-width: 768px) {
  .secShop__container .accordion {
    padding: 4.7vw 2.3vw 0.5vw;
  }
}
.secShop__container .option {
  position: relative;
}
.secShop__container .toggle {
  display: none;
}
.secShop__container .title,
.secShop__container .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.secShop__container .title {
  padding: 16px;
  display: block;
  color: #111;
  font-size: 21px;
  letter-spacing: 0.02em;
  font-weight: bold;
  box-shadow: 0 8px 0 #d4d4d4;
  background-color: #fff;
  border: solid 2px #111;
  border-radius: 10px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .secShop__container .title {
    padding: 3.8vw;
    border-width: 1px;
    font-size: 5vw;
    box-shadow: 0 1vw 0 #d4d4d4;
    border-radius: 5px;
  }
}
.secShop__container .title:before, .secShop__container .title:after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 1.5rem;
  width: 4px;
  height: 24px;
  background-color: #111;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .secShop__container .title:before, .secShop__container .title:after {
    width: 0.5333333333vw;
    height: 4vw;
    top: 5vw;
    right: 4.5vw;
  }
}
.secShop__container .title:before {
  transform: rotate(90deg) !important;
}
.secShop__container .toggle:checked + .title + .content {
  max-height: 4000px;
  transition: all 1.5s;
}
.secShop__container .toggle:checked + .title::after {
  transform: rotate(90deg) !important;
}
.secShop__container .content {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secShop__container .content {
    margin-bottom: 6vw;
  }
}
.secShop__container .content p {
  margin: 1rem 0 2rem;
  padding: 0.8em 1em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .secShop__container .content p {
    margin: 0.5rem 0 1rem;
    padding: 0.4em 0.5em;
  }
}
.secShop__container .area_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #106fb8;
  text-align: center;
  border-bottom: 2px solid #111;
}
@media (max-width: 768px) {
  .secShop__container .area_ttl {
    font-size: 4.4vw;
    border-width: 1px;
  }
}
.secShop__container .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .secShop__container .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3.2vw 4.9vw;
    margin: 1.5rem 0;
  }
}
.secShop__container .area a {
  display: grid;
  place-content: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  background-color: #fff;
  border: solid 2px #333;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s ease-out;
  text-align: center;
}
@media (max-width: 768px) {
  .secShop__container .area a {
    border-width: 1px;
    font-size: 3.8vw;
    padding: 2vw 0;
    border-radius: 5px;
  }
}
@media (hover: hover) {
  .secShop__container .area a:where(:any-link, :enabled, summary):hover {
    background: #e7380d;
    color: #fff;
  }
}
.secShop__container .area a span {
  font-size: 1.4rem;
  font-weight: 400;
}
@media (max-width: 768px) {
  .secShop__container .area a span {
    font-size: 3vw;
  }
}
.secShop__container .accordion__txt {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  text-indent: -1.2em;
  padding-left: 1.2em;
}

.secSns {
  background: url(../img/sns_bg@2x.png) no-repeat center center/cover;
  padding-block: 96px 50px;
}
@media (max-width: 768px) {
  .secSns {
    background: url(../img/sns_bg_sp@2x.png) no-repeat center top/cover;
    padding-block: 11.9vw 5.6vw;
  }
}

.secSns__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secSns__heading img {
    width: 57vw;
  }
}

.secSns__present {
  margin-top: -50px;
  margin-bottom: 36px;
  text-align: center;
}
@media (max-width: 768px) {
  .secSns__present {
    margin-top: 0.3vw;
    padding-inline: 2.5vw;
    margin-bottom: 8.1vw;
  }
}
.secSns__present a {
  display: inline-block;
}
.secSns__present img {
  border-radius: 20px;
  margin-inline: auto;
}
@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: #fff;
  border-radius: 40px;
  position: relative;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item {
    border-radius: 20px;
    padding: 4.8vw 4.7vw;
  }
}
.secSns__campaign__01__how__item:not(:last-child) {
  margin-bottom: 52px;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item:not(:last-child) {
    margin-bottom: 6vw;
  }
}
.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: 30px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item:not(:last-child):before {
    width: 8vw;
    height: 4vw;
    bottom: -4vw;
  }
}
.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;
  }
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__item.item-02 .secSns__campaign__01__how__txt img {
    width: 54vw;
  }
}

.secSns__campaign__01__how__num {
  position: absolute;
  top: -20px;
  left: 0;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__num {
    top: -2.4vw;
    left: 0vw;
    width: 14vw;
  }
}

.secSns__campaign__01__how__txt img {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__txt img {
    width: 72vw;
  }
}

.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: 2.1vw;
  }
}

.secSns__campaign__01__how__btns__label {
  margin-right: 8px;
}
@media (max-width: 768px) {
  .secSns__campaign__01__how__btns__label {
    margin-right: 1.3vw;
    width: 21vw;
  }
}

.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: 8.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;
  }
}

.secSpecial {
  background: url(../img/special_bg@2x.png) no-repeat center center/cover;
  padding: 66px 0 83px;
}
@media (max-width: 768px) {
  .secSpecial {
    background: url(../img/special_bg_sp@2x.png) no-repeat center center/cover;
    padding: 10.1vw 0 10vw;
  }
}
.secSpecial .inner {
  max-width: 1160px;
}
@media (max-width: 768px) {
  .secSpecial .inner {
    padding-inline: 2.5vw;
  }
}

.secSpecial__heading {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .secSpecial__heading {
    margin-bottom: 0.4vw;
  }
}
.secSpecial__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secSpecial__heading img {
    width: 95vw;
  }
}

.secSpecial__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 43px;
  max-width: 920px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secSpecial__list {
    grid-template-columns: 1fr;
    gap: 7.5vw;
    margin-bottom: 1.9vw;
  }
}

.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__item__ttl {
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .secSpecial__item__ttl {
    margin-bottom: 5vw;
  }
}

.secSpecial__attention {
  text-align: center;
}
@media (max-width: 768px) {
  .secSpecial__attention {
    font-size: 3.2vw;
  }
}

.campaign_bg {
  background: #01a7e3 url(../img/campaign_bg@2x.png) no-repeat center top/cover;
  padding: 52px 0 0;
}
@media (max-width: 768px) {
  .campaign_bg {
    background: #01a7e3 url(../img/campaign_bg_sp@2x.png) no-repeat center top/cover;
    padding: 6.1vw 0 0;
  }
}
.campaign_bg img {
  margin-inline: auto;
}

.secUcs__head {
  width: 100%;
  position: relative;
  z-index: 1;
}

.secUcs__ttl {
  margin-inline: auto;
  margin-top: -40px;
  margin-bottom: 8px;
  position: relative;
}
@media (max-width: 768px) {
  .secUcs__ttl {
    margin-top: -3.5vw;
    margin-bottom: 2vw;
    width: 85vw;
  }
}

.secUcs__cont {
  background: linear-gradient(to right, #b1b4b6 0%, #ffffff 25%, #d8dbdd 50%, #ffffff 75%, #b1b4b6 100%);
  position: relative;
  padding-bottom: 66px;
}
@media (max-width: 768px) {
  .secUcs__cont {
    padding-bottom: 7vw;
  }
}
.secUcs__cont:before {
  content: "";
  background: #231815;
  width: 100%;
  height: 277px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .secUcs__cont:before {
    height: 28vw;
  }
}
@media (max-width: 768px) {
  .secUcs__cont .inner {
    padding-inline: 2.5vw;
  }
}

.secUcs__img {
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secUcs__img {
    width: 89vw;
    margin-bottom: 4.6vw;
  }
}

.secUcs__date {
  margin-inline: auto;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .secUcs__date {
    width: 73vw;
    margin-bottom: 3vw;
  }
}

.secUcs__btn {
  text-align: center;
}
.secUcs__btn a {
  display: inline-block;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secUcs__btn a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}
.secUcs__btn img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secUcs__btn img {
    width: 100%;
  }
}

.secMainView {
  background-color: #01a7e3;
  background-image: url(../img/mv_bg@2x.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  background-size: cover;
}
@media (min-width: 1921px) {
  .secMainView {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .secMainView {
    background-image: url(../img/mv_bg_sp@2x.jpg);
  }
}

.secMainView__head {
  position: relative;
  padding-block: 17px 44px;
}
@media (max-width: 768px) {
  .secMainView__head {
    padding-block: 1.9vw 4.1vw;
  }
}
.secMainView__chara {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 287px;
  transform: translateX(30px);
}
.secMainView__chara img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__chara {
    position: relative;
    top: 0.7vw;
    transform: translateX(0.8vw);
    left: 0;
    width: 68vw;
    margin-inline: auto;
  }
}

.secMainView__heading {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .secMainView__heading {
    margin-bottom: 0;
  }
}
.secMainView__heading img {
  margin-inline: auto;
}
@media (max-width: 1225px) {
  .secMainView__heading img {
    width: 80vw;
  }
}
@media (max-width: 768px) {
  .secMainView__heading img {
    width: 93.2vw;
  }
}

.secMainView_introduction {
  position: relative;
  z-index: 1;
  margin-bottom: 7px;
}
@media (max-width: 768px) {
  .secMainView_introduction {
    margin-bottom: 5vw;
  }
}
@media (max-width: 768px) {
  .secMainView_introduction .inner {
    padding-inline: 2.5vw;
  }
}
.secMainView_introduction img {
  margin-inline: auto;
}

.secMainView__pickupWrap {
  position: relative;
}

.secMainView__pickup__bg {
  position: absolute;
  bottom: calc(-50vw + 426px);
  width: 100%;
  min-width: 1919px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.secMainView__pickup__bg img {
  width: 100%;
}
@media (max-width: 1919px) {
  .secMainView__pickup__bg {
    bottom: -535px;
  }
}
@media (max-width: 768px) {
  .secMainView__pickup__bg {
    display: none;
  }
}

.secMainView__pickup {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .secMainView__pickup .inner {
    padding-inline: 2.9vw;
  }
}
@media (max-width: 768px) {
  .secMainView__pickup {
    margin-bottom: 3.6vw;
  }
}

.secMainView__pickup__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__pickup__ttl img {
    width: 93vw;
  }
}

.secMainView__pickup__link {
  margin-top: -124px;
}
@media (max-width: 768px) {
  .secMainView__pickup__link {
    margin-top: -13.5vw;
  }
}
.secMainView__pickup__link img {
  margin-inline: auto;
}
.secMainView__pickup__link a {
  transition: filter 0.3s ease-out;
  position: relative;
  display: block;
}
.secMainView__pickup__link 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: 25px;
  transition: all 0.3s ease-out;
}
@media (max-width: 959px) {
  .secMainView__pickup__link a:before {
    bottom: 2vw;
  }
}
@media (max-width: 768px) {
  .secMainView__pickup__link a:before {
    width: 3.2vw;
    height: 1.6vw;
    bottom: 2.3vw;
  }
}
@media (hover: hover) {
  .secMainView__pickup__link a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .secMainView__pickup__link a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(5px);
  }
}

.secMainView__bottom {
  position: relative;
  padding: 100px 0 94px;
}
@media (max-width: 768px) {
  .secMainView__bottom {
    padding: 17.5vw 0 0;
  }
}
.secMainView__bottom .inner {
  position: relative;
  z-index: 1;
}
@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;
  top: 26px;
}
@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: 333px;
  display: block;
  position: absolute;
  right: -172px;
  top: 61px;
}
@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: 40px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 52px 30px;
}
@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 6.6vw;
  }
}

.secMainView__point__ttl {
  margin-top: -99px;
}
@media (max-width: 768px) {
  .secMainView__point__ttl {
    margin-top: -16.8vw;
  }
}
.secMainView__point__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__point__ttl img {
    width: 75.2vw;
  }
}

.secMainView__point__nav {
  margin-top: -60px;
  position: relative;
}
@media (max-width: 768px) {
  .secMainView__point__nav {
    margin-top: -6.2vw;
    padding-inline: 2.5vw;
  }
}

.secMainView__point__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px 20px;
}
@media (max-width: 768px) {
  .secMainView__point__list {
    gap: 4vw 2vw;
  }
}

@media (max-width: 768px) {
  .secMainView__point__item {
    width: 30.3vw;
  }
}
.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: 18px;
  max-width: 855px;
  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%;
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Component ------------ */
/* Structures ------------ */
/* Project ------------ */
/*# sourceMappingURL=style.css.map */
