@charset "UTF-8";
/*
---------------------------------------
reset
---------------------------------------
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

img {
  height: auto;
}

picture {
  height: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

button {
  cursor: pointer;
  color: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

em {
  font-weight: inherit;
}

/*---------------------------------------------
Reset
---------------------------------------------*/
h2,
h3 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

div,
dl,
dt,
dd,
form,
input,
ul,
ol,
li,
p,
select,
textarea,
span,
th,
td {
  margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

#majica_ucs ul {
  list-style: none !important;
}

#majica_ucs a {
  text-decoration: none;
  color: #fff;
}

body #majica_ucs {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

/* sp */
@media screen and (max-width: 750px) {
  body #majica_ucs {
    font-size: 0.6em;
    overflow: hidden;
  }
}
#majica_ucs {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 68.5%;
  line-height: 1.5 !important;
  /*padding: 50px 0!important;
  background: #ddd;*/
}

/*---------------------------------------------
majica_ucs
---------------------------------------------*/
/* hover */
#box_m a:hover,
#box_u a:hover {
  opacity: 0.5;
  transition: 0.3s;
}

/* majica */
#box_m {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  border: 7px solid #e60011;
  border-radius: 15px;
}

.title_m {
  display: flex;
  padding-top: 3.4em;
  width: calc(100% - 4em);
  margin: 0 auto;
}

.h2logo_m {
  width: calc(20% - 1em);
  margin: 0 1em 0 0;
}

.img_title_m {
  padding-top: 1em;
  width: 80%;
  height: 80%;
}

.h2logo_m img,
.img_title_m img {
  width: 100%;
  height: 100%;
}

.img_main_m img,
.img_main_m_smf img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.img_main_m_smf {
  display: none;
}

.a_boxm01 {
  position: relative;
  display: block;
  width: 370px;
  margin: 1.7em auto 1em auto;
  padding: 15px 0;
  color: #fff;
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: 1px;
  background: rgb(230, 0, 17);
  background: linear-gradient(40deg, rgb(230, 0, 17) 0%, rgb(231, 0, 49) 71%, rgb(255, 120, 127) 100%);
  border-radius: 50px;
}

.a_boxm01:before {
  position: absolute;
  content: "";
  background-image: url("../img/ucs_majica/next_boxm.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 20px;
}

.app_m {
  display: none;
}

.p_app_m {
  display: none;
  position: relative;
  background: #e60011;
  width: 33%;
  height: 190px;
  padding-top: 43em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p_app_m span {
  padding-top: 1em;
  font-size: 2.5em;
}

.p_app_m:before {
  position: absolute;
  content: "";
  top: 0;
  right: -40px;
  border-style: solid;
  border-width: 95px 0 95px 40px;
  border-color: transparent transparent transparent #e60011;
}

.app_inner_m {
  width: 67%;
  background: #f2f2f2;
  border-radius: 10px;
}

.app_inner_m ul {
  justify-content: center;
  align-items: center;
  padding: 3em 0 2em 0;
}

.app_inner_m ul li img {
  width: 100%;
  max-height: 70px;
}

.app_inner_m ul li:first-child {
  margin-right: 2em;
}

.p_note_m {
  justify-content: center;
  align-items: center;
  font-size: 1.4em;
  text-align: left;
}

.app_m02 {
  display: flex;
  grid-column: 1/3;
}

.p_app_m02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #e60011;
  width: 25%;
  height: 100%;
  min-height: 160px;
  padding: 3em 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.p_app_m02 span {
  width: 300px;
  display: block;
  padding-top: 0.5em;
  letter-spacing: 1px;
  font-size: 1.8em;
}

.p_app_m02:before {
  position: absolute;
  content: "";
  top: 0;
  right: -45px;
  border-style: solid;
  border-width: 80px 0 80px 45px;
  border-color: transparent transparent transparent #e60011;
}

.app_inner_m02 {
  width: 75%;
  background: #f2f2f2;
  border-radius: 0 0 10px 0;
}

.app_inner_m02 ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.7em 0 1.5em 3em;
}

.app_inner_m02 ul li img {
  width: 100%;
  max-height: 60px;
}

.app_inner_m02 ul li:first-child {
  margin-right: 2em;
}

.p_note_m02 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
  text-align: left;
}

/* majica tab */
@media screen and (max-width: 1040px) {
  .box_r_m {
    display: none;
  }
  #box_m {
    display: block;
    grid-template-columns: 0;
    width: calc(100% - 3em);
    max-width: 680px;
    margin: 0 auto 0.5em auto;
    border: 5px solid #e60011;
    border-radius: 15px;
  }
  .title_m {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.3em;
    width: calc(100% - 4em);
    max-width: 650px;
    margin: 0 auto;
  }
  .h2logo_m {
    width: calc(20% - 1.1em);
    margin: 1.3em 1.1em 0.1em 0;
  }
  .img_title_m {
    padding-top: 2.3em;
  }
  .img_main_m {
    display: none;
  }
  .img_main_m_smf {
    display: block;
    width: 100%;
    height: 100%;
  }
  .a_boxm01 {
    width: 100%;
    max-width: 320px;
    margin: 1.8em auto;
    padding: 15px 0;
    font-size: 1.6em;
  }
  .a_boxm01:before {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
  }
  .p_app_m {
    height: 190px;
    padding-top: 5.5em;
  }
  .p_app_m span {
    display: block;
    padding-top: 1em;
    font-size: 1.6em;
  }
  .p_app_m:before {
    top: 0;
    right: -30px;
    border-width: 95px 0 95px 30px;
  }
  .app_inner_m {
    padding: 0 1.5em 0 4.5em;
    border-radius: 0 0 10px 0;
  }
  .app_inner_m ul {
    padding: 30px 0 20px 0px;
  }
  .app_inner_m ul li img {
    width: 100%;
    max-height: 70px;
  }
  .app_inner_m ul li:first-child {
    margin-right: 1em;
  }
  .p_note_m {
    font-size: 1.4em;
  }
}
/* majica smf */
@media screen and (max-width: 750px) {
  .title_m {
    max-width: 520px;
    padding: 0.3em 0 0.3em 0;
    width: calc(100% - 3em);
  }
  .h2logo_m {
    width: calc(20% - 0.6em);
    margin: 0.7em 0.6em 0.1em 0;
  }
  .img_title_m {
    padding-top: 1.2em;
  }
  .a_boxm01 {
    width: calc(100% - 2em);
    max-width: 320px;
    margin: 1.5em auto;
    padding: 13px 0;
    font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 1px;
  }
  .a_boxm01:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
  }
  .app_m02 {
    display: none;
  }
  .app_m {
    display: block;
  }
  .p_app_m {
    display: block;
    width: 100%;
    height: 45px;
    padding-top: 1.3em;
    text-align: center;
  }
  .p_app_m span {
    display: inline;
    padding-top: 0;
    font-size: 1.4em;
  }
  .p_app_m:before {
    content: none;
  }
  .app_inner_m {
    width: 100%;
    padding: 0.5em 1.5em 1.1em 1.5em;
    border-radius: 0 0 10px 10px;
  }
  .app_inner_m ul {
    display: flex;
    padding: 1em 0 1.1em 0px;
  }
  .app_inner_m ul li img {
    width: 100%;
    max-height: 70px;
  }
  .p_note_m {
    display: flex;
  }
  .p_note_m {
    font-size: 1.3em;
  }
}
/* ucs */
#box_u {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  width: 100%;
  max-width: 1020px;
  margin: 5em auto 0px auto;
  background: #fff;
  border: 7px solid #e85504;
  border-radius: 15px;
}

.box_r_u {
  background: #f2f2f2;
  border-radius: 0 11px 11px 0;
}

.title_u {
  display: flex;
  width: calc(100% - 5em);
  margin: 0 auto 1.5em auto;
}

.h2logo_u {
  width: calc(17% - 1.3em);
  margin: 2.2em 1.3em 0px 0;
}

.img_title_u {
  padding-top: 4.5em;
  width: 82%;
  height: 82%;
}

.main_u {
  width: 100%;
}

.img_main_u {
  width: 100%;
  object-fit: contain;
}

.img_main_u_smf {
  display: none;
}

.a_boxu01,
.a_boxu02 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 1.6em auto 0 auto;
  padding: 15px 0;
  font-size: 1.6em;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  background: rgb(233, 85, 4);
  background: linear-gradient(40deg, rgb(233, 85, 4) 0%, rgb(233, 85, 4) 59%, rgb(239, 151, 0) 94%);
  border-radius: 50px;
}

.a_boxu01 {
  max-width: 390px;
}

.a_boxu02 {
  margin: 1.3em auto 2em auto;
}

.a_boxu01:before,
.a_boxu02:before {
  position: absolute;
  content: "";
  background-image: url("../img/ucs_majica/next_boxm.png");
  background-size: contain;
  background-repeat: no-repeat;
  top: calc(50% - 9px);
  width: 20px;
  height: 20px;
  right: 15px;
}

.h3_campaign_u {
  position: relative;
  padding: 0.5em 0 0 0;
  font-weight: 700;
  font-size: 2em;
  color: #e85504;
}

.span01_h3u,
.span02_h3u {
  position: relative;
  display: inline-block;
  padding: 0.3em 0.2em 0.2em 1em;
  background: #f2f2f2;
  z-index: 0;
}

.span02_h3u {
  font-size: 0.7em;
  padding: 0.4em 1em 0.4em 0;
}

.h3_campaign_u:before {
  position: absolute;
  content: "";
  width: calc(100% + 2em);
  background: #e85504;
  height: 2px;
  top: 1.4em;
  left: -1em;
}

.campaign_u {
  width: 100%;
  padding: 1.5em 2em 0 2em;
}

.campaign_u ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 820px;
  margin: 0 auto;
}

.campaign_u ul li {
  width: calc(50% - 0.4em);
  margin-top: 1.5em;
  margin-right: 0.8em;
}

.campaign_u ul li:nth-child(2n) {
  margin-right: 0;
}

/* ucs tab */
@media screen and (max-width: 1040px) {
  #box_u {
    display: block;
    grid-template-columns: 0;
    width: calc(100% - 3em);
    max-width: 680px;
    margin: 3.5em auto 0 auto;
    border: 5px solid #e85504;
    border-radius: 15px;
  }
  .box_r_u {
    border-radius: 0 0 11px 11px;
  }
  .title_u {
    justify-content: center;
    align-items: center;
    width: calc(100% - 4em);
    max-width: 740px;
    margin: 0 auto;
    padding: 1.5em 0 1em 0;
  }
  .h2logo_u {
    width: calc(19% - 2em);
    margin: 0 1em 0 0;
  }
  .h2logo_u img {
    max-height: 100px;
  }
  .img_title_u {
    padding-top: 2em;
    width: calc(81% - 1em);
    margin: 0 1em 1em 0;
  }
  .img_main_u {
    display: none;
  }
  .img_main_u_smf {
    display: block;
    width: 100%;
    height: 100%;
  }
  .a_boxu01,
  .a_boxu02 {
    width: calc(100% - 2em);
    max-width: 390px;
    margin: 1.8em auto;
    padding: 15px 0;
  }
  .a_boxu02 {
    max-width: 320px;
  }
  .a_boxu01:before,
  .a_boxu02:before {
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 13px;
  }
  .h3_campaign_u {
    padding: 0.7em 1em 0 1em;
  }
  .span01_h3u {
    padding: 0.1em 2em 0 2em;
  }
  .span02_h3u {
    display: block;
  }
  .h3_campaign_u:before {
    top: 1.5em;
    width: calc(100% + 2em);
    left: -1em;
  }
  .campaign_u {
    width: 100%;
    padding: 1em 1.5em 0.5em 1.5em;
  }
  .campaign_u ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
  }
  .campaign_u ul li {
    width: calc(50% - 0.4em);
    margin-top: 0.6em;
  }
  .campaign_u ul li:nth-child(2n) {
    margin-right: 0;
  }
}
/* ucs smf */
@media screen and (max-width: 750px) {
  .title_u {
    justify-content: center;
    align-items: center;
    width: calc(100% - 3em);
    max-width: 540px;
    padding: 1em 0 0.7em 0;
  }
  .h2logo_u {
    width: calc(18% - 0.6em);
    margin: 0 0.6em 0 0;
  }
  .h2logo_u img {
    max-height: 70px;
  }
  .img_title_u {
    padding-top: 0.8em;
    width: 82%;
    margin: 0 0 0.3em 0;
  }
  .a_boxu01,
  .a_boxu02 {
    margin: 1.5em auto;
    padding: 13px 0;
    font-size: 1.3em;
    letter-spacing: 0;
  }
  .a_boxu01 {
    max-width: 320px;
    padding: 8px 0;
  }
  .a_boxu01 span {
    display: block;
  }
  .a_boxu01:before,
  .a_boxu02:before {
    width: 14px;
    height: 14px;
    top: calc(50% - 7px);
    right: 10px;
  }
  .a_boxu02 {
    margin: 1.1em auto 1.2em auto;
  }
  .h3_campaign_u {
    font-size: 1.6em;
    padding: 0.5em 0.5em 0 0.5em;
  }
  .span01_h3u {
    padding: 0 1em 0 1em;
  }
  .h3_campaign_u:before {
    top: 1.2em;
    width: calc(100% + 1.4em);
    left: -0.6em;
  }
  .campaign_u {
    padding: 0.6em 0.8em 0.1em 0.8em;
  }
  .campaign_u ul li {
    width: calc(50% - 0.4em);
    margin-top: 0.6em;
  }
  .campaign_u ul li:nth-child(2n) {
    margin-right: 0;
  }
}
.container {
  position: relative;
  overflow: hidden;
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  text-justify: inter-ideograph;
  word-wrap: break-word;
  color: #333;
  min-width: 375px;
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  body {
    min-width: 0;
  }
}

p,
dt,
dd,
li {
  font-style: normal;
  line-height: 1.75;
  line-break: strict;
  overflow-wrap: break-word;
}
/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
height: auto;
overflow: hidden;
/**/
}

*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media (max-width: 959px) {
  .tab {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

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

.inline-pc {
  display: inline-block !important;
}
@media (max-width: 768px) {
  .inline-pc {
    display: none !important;
  }
}

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

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.inner--w {
  max-width: 100%;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

.en {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}

.mid {
  font-weight: 500;
}

.thin {
  font-weight: 300;
}

.ofi {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.ofi-contain {
  object-fit: contain;
  font-family: "object-fit: contain;";
}

@media (max-width: 768px) {
  .no-telLink a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
    pointer-events: none;
  }
}
input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  font-size: 16px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-family: inherit;
  background: #f1f1f1;
  width: 100%;
  outline: none;
}
@media (max-width: 440px) {
  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    padding: 8px 14px;
    font-size: 13px;
  }
}

select {
  padding: 16px 18px;
  background: url(../img/common/icn-select.svg) no-repeat right 20px center/12px;
  color: #333;
}
@media (max-width: 440px) {
  select {
    padding: 12px 14px;
  }
}

textarea {
  width: 100%;
  height: 300px;
  resize: vertical;
}
@media (max-width: 440px) {
  textarea {
    height: 220px;
  }
}

input::-webkit-input-placeholder {
  color: #ababab;
}

input:-moz-placeholder {
  color: #ababab;
}

textarea::-webkit-input-placeholder {
  color: #ababab;
}

textarea:-moz-placeholder {
  color: #ababab;
}

.anc {
  margin-top: -125px;
  padding-top: 125px;
}
@media (max-width: 768px) {
  .anc {
    margin-top: -20px;
    padding-top: 20px;
  }
}

em {
  font-style: normal;
}

.orange {
  color: #f7b400;
}

.pink {
  color: #f09dc1;
}

@keyframes bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
  70% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.bounce {
  transform: scale(0);
  opacity: 0;
}
.bounce.on {
  animation: bounce 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes bounce-bottom {
  0% {
    transform: scaleY(0);
    opacity: 0;
  }
  50% {
    transform: scaleY(1.25);
    opacity: 1;
  }
  70% {
    transform: scaleY(0.9);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes shine {
  30% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}
.shine {
  position: relative;
  outline: none;
  overflow: hidden;
}

.shine:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(32, 21, 19, 0) 70%);
  transform: skewX(33deg);
  animation: shine 3s infinite ease-in-out 1s;
}

.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: 75px 0 130px;
}
@media (max-width: 768px) {
  .st-footer__top {
    padding: 8.5vw 0 5vw;
  }
}

.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: 23px 0;
}
@media (max-width: 768px) {
  .st-footer__bottom {
    padding: 2vw 0 20vw;
  }
}

.st-footer__bottom__copyright {
  text-align: center;
}
.st-footer__bottom__copyright small {
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .st-footer__bottom__copyright small {
    font-size: 3.733vw;
  }
}

.totop {
  position: fixed;
  right: 15px;
  bottom: 180px;
  z-index: 2;
  transition: all 0.15s linear;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .totop {
    width: 9.86vw;
    right: 2vw;
    bottom: 20.5vw;
  }
}
.totop a {
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .totop a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}
.totop.fixed {
  opacity: 1;
  visibility: visible;
}

.st-footer__fix {
  position: fixed;
  bottom: 8px;
  left: 0;
  right: 0;
  z-index: 9999;
  max-width: 940px;
  padding: 0 20px;
  margin-inline: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .st-footer__fix {
    bottom: 0;
    padding-inline: 3vw;
  }
}
.st-footer__fix.fixed {
  opacity: 1;
  visibility: visible;
}

.st-header {
  position: relative;
  background: #ffffff;
  width: 100%;
  height: 3.645vw;
}
@media (max-width: 768px) {
  .st-header {
    height: 13vw;
    z-index: 1;
  }
}
.st-header .inner {
  height: 100%;
  padding: 0 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.st-header__logo img {
  width: 14.37vw;
}
@media (max-width: 768px) {
  .st-header__logo img {
    width: 41.6vw;
  }
}

.secMainView {
  background: #201513 url(../img/mv_bg@2x.png) no-repeat center bottom/cover;
  padding: 71px 0 80px;
}
@media (max-width: 1280px) {
  .secMainView {
    padding-bottom: 320px;
  }
}
@media (max-width: 959px) {
  .secMainView {
    padding-bottom: 46vw;
  }
}
@media (max-width: 768px) {
  .secMainView {
    background: #201513 url(../img/mv_bg_sp@2x.png) no-repeat center top/cover;
    padding: 5vw 0 49vw;
  }
}
@media (max-width: 768px) {
  .secMainView .inner {
    padding: 0;
  }
}

.secMainView__heading {
  max-width: 993px;
  margin-inline: auto;
  border-radius: 90px;
  margin-bottom: 166px;
}
@media (max-width: 768px) {
  .secMainView__heading {
    margin-bottom: 22vw;
  }
}
.secMainView__heading img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__heading img {
    width: 94.3vw;
  }
}

.secMainView__point {
  background: linear-gradient(to bottom, #ffffff 2%, #f7b52c 9%, #a17d2e 10%, #a17d2e 22%, #ffff65 53%, #fff073 84%, #ffe591 100%);
  border-radius: 40px;
  padding: 5px;
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .secMainView__point {
    border-radius: 0px;
    padding: 2px 0;
  }
}
.secMainView__point:before {
  content: "";
  background: url(../img/mv_chara_01@2x.png) no-repeat center center/cover;
  width: 215px;
  height: 370px;
  display: block;
  position: absolute;
  left: -177px;
  bottom: 100px;
}
@media (max-width: 1280px) {
  .secMainView__point:before {
    left: 28px;
    bottom: -350px;
  }
}
@media (max-width: 768px) {
  .secMainView__point:before {
    width: 28.6666666667vw;
    height: 49.6vw;
    left: 4vw;
    bottom: -44.8vw;
  }
}
.secMainView__point:after {
  content: "";
  background: url(../img/mv_chara_02@2x.png) no-repeat center center/cover;
  width: 217px;
  height: 333px;
  display: block;
  position: absolute;
  right: -172px;
  bottom: 100px;
}
@media (max-width: 1280px) {
  .secMainView__point:after {
    right: 28px;
    bottom: -360px;
  }
}
@media (max-width: 768px) {
  .secMainView__point:after {
    width: 28.9333333333vw;
    height: 44.5333333333vw;
    right: 4.7vw;
    bottom: -46vw;
  }
}

.secMainView__point__inner {
  background: #000000;
  border-radius: 38px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 0 55px 34px;
}
@media (max-width: 768px) {
  .secMainView__point__inner {
    border-radius: 0px;
    padding: 0 2.5vw 8.4vw;
  }
}

.secMainView__point__ttl {
  margin-top: -107px;
}
@media (max-width: 768px) {
  .secMainView__point__ttl {
    margin-top: -14.2vw;
  }
}
.secMainView__point__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__point__ttl img {
    width: 88.3vw;
  }
}

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

.secMainView__point__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 20px;
}
@media (max-width: 768px) {
  .secMainView__point__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw 2vw;
  }
}

@media (max-width: 768px) {
  .secMainView__point__item img {
    width: 100%;
  }
}
.secMainView__point__item a {
  transition: filter 0.3s ease-out;
  position: relative;
  display: block;
}
.secMainView__point__item a:before {
  content: "";
  background: url(../img/icn_arrow-down@2x.png) no-repeat center center/cover;
  width: 25px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 23px;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .secMainView__point__item a:before {
    width: 3.2vw;
    height: 1.6vw;
    bottom: 2.3vw;
  }
}
@media (hover: hover) {
  .secMainView__point__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .secMainView__point__item a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(5px);
  }
}

.secMainView__nav__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 860px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__nav__list {
    gap: 2vw;
  }
}

.secMainView__nav__item a {
  transition: filter 0.3s ease-out;
  position: relative;
  display: block;
}
.secMainView__nav__item a:before {
  content: "";
  background: url(../img/icn_arrow-down@2x.png) no-repeat center center/cover;
  width: 25px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .secMainView__nav__item a:before {
    width: 3.2vw;
    height: 1.6vw;
    bottom: 2.3vw;
  }
}
@media (hover: hover) {
  .secMainView__nav__item a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
  .secMainView__nav__item a:where(:any-link, :enabled, summary):hover:before {
    transform: translateY(5px);
  }
}

.secItem {
  position: relative;
  z-index: 1;
  background: #201513;
  padding-bottom: 29vw;
}
@media (max-width: 768px) {
  .secItem {
    padding-bottom: 63vw;
  }
}
@media (max-width: 768px) {
  .secItem .inner {
    padding-inline: 3vw;
  }
}
.secItem:before {
  content: "";
  background: url(../img/item_bg.png) repeat center top/100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .secItem:before {
    display: none;
  }
}
.secItem:after {
  content: "";
  background: url(../img/item_bg_bottom@2x.png) no-repeat center bottom/cover;
  width: 100%;
  height: 28vw;
  display: block;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .secItem:after {
    background-image: url(../img/item_bg_bottom_sp@2x.png);
    height: 55.6vw;
  }
}

.secItem__head .inner {
  overflow: hidden;
}
@media (max-width: 768px) {
  .secItem__head .inner {
    padding-inline: 0;
  }
}

.secItem__ttl {
  margin-top: -310px;
  margin-bottom: -330px;
}
@media (max-width: 959px) {
  .secItem__ttl {
    margin-top: -21vw;
    margin-bottom: -23vw;
  }
}
@media (max-width: 768px) {
  .secItem__ttl {
    margin-top: -34vw;
    margin-bottom: -47vw;
  }
}
.secItem__ttl img {
  margin-inline: auto;
}

.secItem__attenion {
  text-align: center;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
  margin-top: -95px;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .secItem__attenion {
    font-size: 3.2vw;
    margin-top: -3.5vw;
    margin-bottom: 11.3vw;
    line-height: 1.83;
    padding-inline: 3vw;
  }
}

.secItem__cont {
  background: linear-gradient(to bottom, #ffffff 2%, #f7b52c 9%, #a17d2e 10%, #a17d2e 22%, #ffff65 53%, #fff073 84%, #ffe591 100%);
  border-radius: 40px;
  padding: 5px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .secItem__cont {
    border-radius: 20px;
    padding: 2.5px;
    margin-bottom: 10vw;
  }
}

.secItem__cont__inner {
  padding: 40px 40px 60px;
  border-radius: 35px;
  background: #38200d;
}
@media (max-width: 768px) {
  .secItem__cont__inner {
    padding: 5.7vw 3vw 8vw;
    border-radius: 18px;
  }
}

.secItem__cont__box.box-mb {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .secItem__cont__box.box-mb {
    margin-bottom: 10vw;
  }
}

.secItem__cont__ttl {
  max-width: 920px;
  margin-inline: auto;
  margin-bottom: 46px;
  background: #111;
  border-radius: 33px;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-block: 16px;
  border: 4px solid #fdd000;
  box-shadow: 0 14px 0 #111;
  padding-left: 29px;
}
@media (max-width: 768px) {
  .secItem__cont__ttl {
    font-size: 5.86vw;
    padding-block: 4.9vw;
    margin-bottom: 7.1vw;
    box-shadow: 0 7px 0 #111;
    border-radius: 4.4vw;
    border-width: 2px;
  }
}

.secItem__cont__ttl__pop {
  position: absolute;
  top: -69px;
  left: -17px;
}
@media (max-width: 959px) {
  .secItem__cont__ttl__pop {
    zoom: 0.6;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .secItem__cont__ttl__pop {
    zoom: 1;
    width: 32.93vw;
    top: -10.8vw;
    left: 0;
    transform: translateY(0);
  }
}

.secItem__col1 {
  max-width: 920px;
  margin-inline: auto;
}

.secItem__col2 {
  max-width: 920px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 45px;
  align-items: start;
}
@media (max-width: 959px) {
  .secItem__col2 {
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .secItem__col2 {
    grid-template-columns: 1fr;
    gap: 7vw;
  }
}

.secItem__item {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 4px solid #fdd000;
  box-shadow: 0 14px 0 #111;
}
@media (max-width: 768px) {
  .secItem__item {
    border-radius: 20px;
    box-shadow: 0 7px 0 #111;
    border-width: 3px;
  }
}

.secItem__item__img img {
  width: 100%;
}
.secItem__item__img a {
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secItem__item__img a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.secItem__item__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #111;
  padding: 6px 20px;
}
@media (max-width: 768px) {
  .secItem__item__ttl {
    font-size: 4.53vw;
    padding: 1.2vw 2vw;
  }
}

.secItem__item__txtbox {
  padding: 31px 20px;
}
@media (max-width: 768px) {
  .secItem__item__txtbox {
    padding: 5vw 2vw;
  }
}

.secItem__item__txtbox__col2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 80px;
}
@media (max-width: 768px) {
  .secItem__item__txtbox__col2 {
    grid-template-columns: 1fr;
    gap: 12vw 0;
  }
}

.secItem__item__txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .secItem__item__txt {
    font-size: 5.73vw;
    line-height: 1.428;
    margin-bottom: 1vw;
  }
}

.secItem__item__price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .secItem__item__price {
    font-size: 4vw;
    margin-bottom: 3.7vw;
  }
}

.secItem__item__price__off {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #f1000c;
}
@media (max-width: 768px) {
  .secItem__item__price__off {
    font-size: 7.46vw;
  }
}

.secItem__item__shopInfo__ttl {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  background: #111111;
  color: #fff;
  padding: 10px 22px;
}
@media (max-width: 768px) {
  .secItem__item__shopInfo__ttl {
    font-size: 4.5vw;
    padding: 1.2vw 2vw;
  }
}

.secItem__item__shopInfo__txt {
  padding: 10px 22px 15px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .secItem__item__shopInfo__txt {
    font-size: 3.2vw;
    padding: 2vw 4vw 4vw;
  }
}

.secItem__shop__ttl {
  max-width: 920px;
  margin-inline: auto;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 4px solid #fdd000;
  box-shadow: 0 14px 0 #111;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 86px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secItem__shop__ttl {
    border-radius: 20px;
    box-shadow: 0 7px 0 #111;
    border-width: 3px;
    height: 27.1vw;
    margin-bottom: 5.1vw;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.secItem__shop__ttl__logo {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-right: 40px;
}
@media (max-width: 959px) {
  .secItem__shop__ttl__logo {
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  .secItem__shop__ttl__logo {
    gap: 4vw;
    margin-right: 0;
    margin-bottom: 2vw;
  }
}
@media (max-width: 959px) {
  .secItem__shop__ttl__logo img {
    zoom: 0.7;
  }
}
.secItem__shop__ttl__logo--s {
  zoom: 0.7;
}
@media (max-width: 768px) {
  .secItem__shop__ttl__logo--s {
    zoom: 0.65;
  }
}
.secItem__shop__ttl__logo--s + .secItem__shop__ttl__txt {
  font-size: 24px;
}
@media (max-width: 768px) {
  .secItem__shop__ttl__logo--s + .secItem__shop__ttl__txt {
    font-size: 5.2vw;
  }
}

.secItem__shop__ttl__txt {
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .secItem__shop__ttl__txt {
    font-size: 5.86vw;
  }
}

.secItem__attention {
  text-align: center;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 35px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .secItem__attention {
    font-size: 3.2vw;
    margin-top: -1vw;
    margin-bottom: 3.7vw;
  }
}
.secItem__attention .big {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .secItem__attention .big {
    font-size: 3.4vw;
  }
}

.secItem__btnTtl {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media (max-width: 768px) {
  .secItem__btnTtl {
    font-size: 4.4vw;
  }
}
.secItem__btnTtl span {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
@media (max-width: 768px) {
  .secItem__btnTtl span {
    padding: 0 7.4vw;
  }
}
.secItem__btnTtl span:before, .secItem__btnTtl span:after {
  content: "";
  width: 37px;
  height: 30px;
  display: block;
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .secItem__btnTtl span:before, .secItem__btnTtl span:after {
    width: 5.2vw;
    height: 4.2vw;
  }
}
.secItem__btnTtl span:before {
  background: url(../img/item_btnCatch_l@2x.png) no-repeat center center/cover;
  left: 0;
}
.secItem__btnTtl span:after {
  background: url(../img/item_btnCatch_r@2x.png) no-repeat center center/cover;
  right: 0;
}

.secItem__btn {
  text-align: center;
  margin-top: -17px;
}
@media (max-width: 768px) {
  .secItem__btn {
    margin-top: -1vw;
  }
}
.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);
  }
}

.secCoupon {
  background: #dbe000 url(../img/coupon_bg_01@2x.png) no-repeat center top/100%;
  padding-top: 4.5vw;
}
@media (max-width: 768px) {
  .secCoupon {
    background: #dbe000 url(../img/coupon_bg_01_sp@2x.png) no-repeat center top/100%;
    padding-top: 9.9vw;
  }
}
@media (max-width: 768px) {
  .secCoupon .inner {
    padding-inline: 3vw;
  }
}

.secCoupon__ttl {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .secCoupon__ttl {
    margin-bottom: 5vw;
  }
}
.secCoupon__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__ttl img {
    width: 84vw;
  }
}

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

.secCoupon__gentei {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .secCoupon__gentei {
    margin-bottom: 3vw;
  }
}
.secCoupon__gentei img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__gentei img {
    width: 94vw;
  }
}

.secCoupon__img {
  margin-top: -35px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secCoupon__img {
    margin-top: 0;
    margin-bottom: 5.5vw;
  }
}
.secCoupon__img img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__img img {
    width: 87vw;
  }
}

.secCoupon__bottom {
  background: #d71418;
  padding: 30px 0 50px;
}
@media (max-width: 768px) {
  .secCoupon__bottom {
    padding: 2vw 0 5vw;
  }
}

.secCoupon__btn {
  text-align: center;
}
.secCoupon__btn a {
  display: inline-block;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secCoupon__btn a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.secPoint {
  background: #70c7da url(../img/point_bg_01@2x.png) no-repeat center top/100%;
  padding-top: 3.9vw;
}
@media (max-width: 959px) {
  .secPoint {
    padding-top: 11vw;
  }
}
@media (max-width: 768px) {
  .secPoint {
    background: #70c7da url(../img/point_bg_01_sp@2x.png) no-repeat center top/100%;
    padding-top: 12.9vw;
  }
}
@media (max-width: 768px) {
  .secPoint .inner {
    padding-inline: 3vw;
  }
}

.secPoint__ttl {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .secPoint__ttl {
    margin-bottom: 7vw;
  }
}
.secPoint__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secPoint__ttl img {
    width: 84vw;
  }
}

.secPoint__txtbox {
  background: #fff;
  border-radius: 40px;
  max-width: 863px;
  margin-inline: auto;
  padding: 34px 40px 50px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secPoint__txtbox {
    border-radius: 20px;
    padding: 4.7vw 0vw 8vw;
    margin-bottom: 11vw;
  }
}

.secPoint__txt {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .secPoint__txt {
    font-size: 6.9333333333vw;
    line-height: 1.5;
  }
}
.secPoint__txt em {
  font-size: 42px;
  color: #e60012;
}
@media (max-width: 768px) {
  .secPoint__txt em {
    font-size: 7.4666666667vw;
  }
}
.secPoint__txt + .secPoint__txt {
  margin-top: 45px;
}
@media (max-width: 768px) {
  .secPoint__txt + .secPoint__txt {
    margin-top: 8.2vw;
  }
}

.secPoint__attention {
  text-align: center;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .secPoint__attention {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
}

.secPoint__tenant {
  max-width: 863px;
  margin-inline: auto;
  background: #fffded;
  border-radius: 40px;
  padding: 50px 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .secPoint__tenant {
    border-radius: 20px;
    padding: 9vw 2vw 9vw;
    margin-bottom: 11vw;
  }
}

.secPoint__tenant__ttl {
  font-size: 28px;
  font-weight: bold;
  color: #e60012;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secPoint__tenant__ttl {
    font-size: 7.2vw;
    margin-bottom: 7vw;
  }
}

.secPoint__tenant__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secPoint__tenant__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
    margin-bottom: 4vw;
  }
}

.secPoint__tenant__item {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #cdcdcd;
}
@media (max-width: 768px) {
  .secPoint__tenant__item {
    border-radius: 5px;
  }
}
.secPoint__tenant__item img {
  width: 100%;
}

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

.secPoint__btn {
  text-align: center;
}
.secPoint__btn a {
  display: inline-block;
  transition: filter 0.3s ease-out;
}
@media (hover: hover) {
  .secPoint__btn a:where(:any-link, :enabled, summary):hover {
    filter: brightness(1.1);
  }
}

.secShop__container {
  max-width: 860px;
  margin-inline: auto;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secShop__container {
    border-radius: 6px;
    margin-bottom: 11vw;
  }
}

.secShop__ttl {
  background: #e7380d;
  color: #fff;
  height: 85px;
  display: grid;
  place-items: center;
}
@media (max-width: 768px) {
  .secShop__ttl {
    height: 12.6vw;
  }
  .secShop__ttl img {
    width: 41vw;
  }
}

.secShop__container .accordion {
  padding: 35px 20px;
  background: #f6ee86;
}
@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 {
    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: 1.5rem;
  }
}
.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: #e7380d;
  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;
}

.join__cont {
  background: #38200d;
  padding: 19px;
  border-radius: 20px;
  max-width: 860px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .join__cont {
    padding: 4.86vw 2.55vw;
    border-radius: 10px;
    margin-top: 2.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 {
    padding-bottom: 2vw;
  }
}
.terms__list--join {
  margin-top: 14px;
}

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

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

.secPoint__charge {
  margin-top: 60px;
  background: #d71418;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .secPoint__charge {
    margin-top: 12vw;
    padding: 5vw 3vw 6vw;
  }
}

.secPoint__charge__ttl {
  line-height: 1.25;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .secPoint__charge__ttl {
    font-size: 4.1vw;
  }
}
.secPoint__charge__ttl span:before, .secPoint__charge__ttl span:after {
  top: auto;
  transform: translateY(0%);
  bottom: 0;
}

.secDraw {
  background: #000 url(../img/draw_bg@2x.png) repeat-y top center/100%;
  padding: 70px 0 0;
}
@media (max-width: 768px) {
  .secDraw {
    background: #000 url(../img/draw_bg_sp@2x.png) no-repeat top center/100%;
    padding: 8vw 0 0;
  }
}
@media (max-width: 768px) {
  .secDraw .inner {
    padding-inline: 3vw;
  }
}

.secDraw__heading {
  margin-bottom: 20px;
}
.secDraw__heading img {
  margin-inline: auto;
}

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

.secDraw__list {
  max-width: 874px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secDraw__list {
    margin-bottom: 6vw;
  }
}

.secDraw__list__item:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secDraw__list__item:not(:last-child) {
    margin-bottom: 4vw;
  }
}

.for_pc {
  display: block;
  margin: 0 auto;
}

.for_sp {
  display: none;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .kikaku_container {
    font-size: 1.5rem;
  }
  .for_pc {
    display: none;
    margin: 0 auto;
  }
  .for_sp {
    display: block;
    margin: 0 auto;
  }
}
.kikaku_container {
  max-width: 890px;
  margin: 0 auto;
  background-color: #FFF;
  border-radius: 20px;
  padding: 2rem 2rem 4rem;
}

.kikaku_title {
  display: inline-block;
  color: #FFF;
  padding: 1rem 2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
}

.kikaku_subtitle {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  padding: 2rem 0;
}

.kikaku_txt {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-size: 1.6rem;
  padding-bottom: 2rem;
  line-height: 1.6;
}

.kikaku_mv {
  max-width: 750px;
  margin: 0 auto;
}

.btn a {
  display: inline-block;
  background-color: #00a0e9;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #FFF;
  font-weight: 800;
  font-size: 2.2rem;
  padding: 1.5rem 8rem;
  text-decoration: none;
  border-radius: 100px;
  box-shadow: 5px 6px 0 #ccc;
  margin-top: 2rem;
}

.btn a:hover {
  opacity: 0.8;
}

.no_btn {
  display: inline-block;
  background-color: #ccc;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #FFF;
  font-weight: 800;
  font-size: 2.2rem;
  padding: 1.5rem 8rem;
  text-decoration: none;
  border-radius: 100px;
  margin-top: 2rem;
}

.schedule {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2.4rem;
}

.schedule span {
  font-size: 3.2rem;
}

/* =========================================================
■梶裕貴さん店内放送
========================================================= */
#kaji_housou {
  text-align: center;
  margin-top: 4rem;
}

#kaji_housou h2 {
  padding-bottom: 2rem;
  line-height: 0.6;
  display: inline-block;
  border-bottom: dashed 5px #FFF;
  font-size: 6rem;
}

#kaji_housou .garland_left {
  position: absolute;
  top: -4rem;
  left: 0;
}

#kaji_housou .garland_right {
  position: absolute;
  top: -4rem;
  right: 0;
}

#kaji_housou .kikaku_title {
  background-color: #2ea7e0;
}

#kaji_housou .kikaku_subtitle {
  color: #2ea7e0;
}

.kaji_schedule_container {
  padding-top: 3rem;
}

.kaji_schedule {
  color: #2ea7e0;
}

.kaji_schedule_title {
  padding: 0.5rem 2rem;
  display: inline-block;
  background-color: #727171;
  color: #FFF;
}

#kaji_housou .kikaku_txt {
  color: #2ea7e0;
}

.kaji_profile_container {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 3rem;
  margin: 4rem 0;
  justify-content: center;
}

.kaji_profile_title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  color: #727171;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #727171;
  margin: 6rem 0 2rem;
}

.kaji_profile_name {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #727171;
  padding-top: 0.5rem;
}

.kaji_profile_txtbox,
.soyogi_txtbox {
  text-align: left;
  max-width: 600px;
  font-size: 1.5rem;
}

.soyogi_container {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 3rem;
  margin: 2rem 0;
  justify-content: center;
  border-top: dotted 2px #727171;
  padding-top: 4rem;
  margin-bottom: 4rem;
}

.soyogi_txtbox a {
  color: #727171;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  .schedule {
    font-size: 1.8rem;
    margin-top: 1rem;
  }
  .schedule span {
    font-size: 2.6rem;
  }
  .btn a {
    font-size: 1.8rem;
    padding: 1rem 4rem;
    border-radius: 5rem;
    box-shadow: 2px 4px 0 #ccc;
  }
  .no_btn {
    font-size: 1.8rem;
    padding: 1rem 4rem;
    border-radius: 5rem;
  }
}
@media screen and (max-width: 750px) {
  #kaji_housou h2 {
    font-size: 3.6rem;
  }
  #kaji_housou .kikaku_container {
    margin-top: 0;
  }
  #kaji_housou {
    padding: 0 0 2rem;
  }
  .kaji_schedule {
    font-size: 1.8rem;
  }
  .kaji_schedule span {
    font-size: 2.6rem;
  }
  .kaji_profile_container,
  .soyogi_container {
    display: block;
  }
  .kaji_profile_container img {
    margin-inline: auto;
  }
  .kaji_profile_txtbox,
  .soyogi_txtbox {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 750px) {
  .kikaku_container {
    max-width: 94%;
    margin: 0 auto;
  }
  .kikaku_title {
    font-size: 1.8rem;
    padding: 1rem;
  }
  .kikaku_subtitle {
    font-size: 1.6rem;
  }
  .kikaku_txt {
    font-size: 1.6rem;
  }
  .present_container {
    display: block;
    flex-wrap: nowrap;
    column-gap: 2rem;
    margin: 2rem 0;
  }
  .present_txtbox {
    padding-top: 2rem;
    max-width: 100%;
  }
  .greeting_container {
    padding: 0 1rem;
  }
  .gre_touhyou_btn a {
    display: block;
    font-size: 1.8rem;
    padding: 1.5rem 0;
    margin-inline: 2rem;
  }
  .greeting_schedule .title {
    padding: 1.2rem 0.8rem 1.2rem;
    display: block;
    font-size: 2rem;
  }
  .greeting_schedule .title::after,
  .greeting_schedule .title::before {
    content: "";
    position: absolute;
    right: 3rem;
    top: 1.8rem;
    width: 2px;
    height: 2rem;
    background-color: #ea5514;
    transition: all 0.3s;
  }
  .greeting_day {
    font-size: 2rem;
    padding-bottom: 0.5rem;
  }
  .gr_schedule_box a {
    font-size: 1.6rem;
  }
}
.secDraw__entry {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secDraw__entry {
    margin-bottom: 6vw;
  }
}

.secDraw__btn {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .secDraw__btn {
    margin-bottom: 2vw;
  }
}
.secDraw__btn a {
  display: block;
  margin-inline: auto;
  max-width: 698px;
}

.secDraw__entry__txt {
  text-align: center;
  color: #fff;
}

.secDraw__join {
  background: #111;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .secDraw__join {
    background: #38200d;
    margin-bottom: 6vw;
  }
}

.secDraw__shop {
  background: #fff;
  padding: 46px 40px 56px;
}
@media (max-width: 768px) {
  .secDraw__shop {
    padding: 6.4vw 0 8vw;
  }
}

.secDraw__shop__ttl {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #e60012;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .secDraw__shop__ttl {
    font-size: 5.2vw;
    margin-bottom: 3.5vw;
  }
}

.secDraw__shop__txt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .secDraw__shop__txt {
    font-size: 3.2vw;
    margin-bottom: 7.3vw;
  }
}

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

.secCm {
  background: #111 url(../img/cm_bg@2x.png) no-repeat center center/cover;
  padding-top: 78px;
}
@media (max-width: 768px) {
  .secCm {
    background: #201513 url(../img/cm_bg_sp@2x.png) no-repeat center bottom/100%;
    padding-top: 9.4vw;
    padding-bottom: 76vw;
  }
}
@media (max-width: 768px) {
  .secCm .inner {
    padding-inline: 3vw;
  }
}

.secCm__inner {
  position: relative;
  z-index: 1;
}

.secCm__ttl {
  margin-bottom: -100px;
}
@media (max-width: 768px) {
  .secCm__ttl {
    margin-bottom: -12.9vw;
  }
}
.secCm__ttl img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCm__ttl img {
    width: 71vw;
  }
}

.secCm__movie:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secCm__movie:not(:last-child) {
    margin-bottom: 7.4vw;
  }
}
.secCm__movie iframe {
  display: block;
  width: 818px;
  height: 100%;
  aspect-ratio: 16/9;
  margin-inline: auto;
}
@media (max-width: 959px) {
  .secCm__movie iframe {
    width: 100%;
  }
}

.secCm__bottom {
  margin-top: -25px;
  position: relative;
  padding-bottom: 64px;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 959px) {
  .secCm__bottom {
    margin-top: 3vw;
  }
}
@media (max-width: 768px) {
  .secCm__bottom {
    display: none;
  }
}
.secCm__bottom:before {
  content: "";
  background: linear-gradient(to bottom, rgb(200, 20, 29) 0%, rgb(118, 0, 6) 100%);
  width: 100%;
  height: 190px;
  display: block;
  position: absolute;
  bottom: -90px;
  left: 0;
}
.secCm__bottom .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.secBnr {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .secBnr {
    padding-top: 10.4vw;
    padding-bottom: 11vw;
  }
}
.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: -32px;
  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: -2vw;
  }
}
@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;
}
@media (max-width: 768px) {
  .secBnr__chara__bnr {
    box-shadow: 0 10px 0 #b6e0ff;
    border-radius: 10px;
    border-width: 1px;
  }
}
.secBnr__chara__bnr a {
  display: inline-block;
  transition: opacity 0.3s ease-out;
}
@media (hover: hover) {
  .secBnr__chara__bnr a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}

.secBnr__2col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}
@media (max-width: 959px) {
  .secBnr__2col {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .secBnr__2col {
    grid-template-columns: 1fr;
    gap: 11.1vw;
    margin-bottom: 11vw;
  }
}

.secBnr__item {
  box-shadow: 0 20px 0 #b6e0ff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #000;
  width: 100%;
  aspect-ratio: 539/301;
}
@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;
  }
}

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