@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;
  font-weight: 900;
}

body #majica_ucs {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  font-size: 1.8em;
}

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

/* 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: 4em 0;
  font-weight: 900;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

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

.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:first-child{
  width: 100%;
}
.campaign_u ul li{
  width: calc(50% - 0.4em);
  margin-top: 0.8em;
}
.campaign_u ul li:nth-child(2n){
  margin-right: 0.8em;
}*/
.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:first-child{
    width: 100%;
  }
  .campaign_u ul li{
    width: calc(50% - 0.3em);
    margin-top: 0.6em;
  }
  .campaign_u ul li:nth-child(2n){
    margin-right: 0.6em;
  }*/
  .campaign_u ul li {
    width: calc(50% - 0.3em);
    margin-top: 0.6em;
    margin-right: 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;
  }
  /*.campaign_u ul li{
    width: calc(50% - 0.2em);
    margin-top: 0.6em;
  }
  .campaign_u ul li:nth-child(2n){
    margin-right: 0.4em;
  }*/
}
.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.8rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  body {
    min-width: 0;
  }
}

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

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

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

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

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

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

a:hover {
  text-decoration: none;
}

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

.clearfix {
  min-height: 1px;
}

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

*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

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

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

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

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

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

.img {
  line-height: 0;
}

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

.mid {
  font-weight: 500;
}

.thin {
  font-weight: 300;
}

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

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

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

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

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

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

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

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

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

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

em {
  font-style: normal;
}

.orange {
  color: #f7b400;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup.on {
  animation: fadeup 0.6s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

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

.zoom {
  opacity: 0;
  transform: scale(0.6);
  transition: transform 0.3s ease-out;
}
.zoom.on {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

.fadein {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.fadein.on {
  opacity: 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 15vw;
  }
}

.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: 220px;
  z-index: 2;
  transition: all 0.15s linear;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .totop {
    width: 9.86vw;
    right: 2vw;
    bottom: 13.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: 0;
  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 {
    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;
  }
}
.st-header .inner {
  height: 100%;
  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 {
  padding-block: 26px 143px;
  background: url(../img/mv_bg@2x.jpg) no-repeat center top/cover;
}
@media (max-width: 768px) {
  .secMainView {
    padding-block: 8vw 7vw;
    background: url(../img/mv_bg_sp@2x.jpg) no-repeat center top/cover;
  }
}
@media (max-width: 768px) {
  .secMainView .inner {
    padding-inline: 3vw;
  }
}

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

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

.secMainView__top__date {
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .secMainView__top__date {
    margin-top: -6vw;
  }
}
.secMainView__top__date img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secMainView__top__date img {
    width: 68vw;
  }
}

.secMainView__chara {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  margin-top: -110px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .secMainView__chara {
    width: 85vw;
    margin-top: 4.2vw;
    margin-bottom: 11.7vw;
  }
}

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

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

.secItem {
  position: relative;
  z-index: 1;
  background: linear-gradient(to bottom, #30b0eb 0%, #156bcb 44%, #156bcb 100%);
  padding-top: 3.5vw;
  padding-bottom: 21.9vw;
}
@media (max-width: 768px) {
  .secItem {
    background: linear-gradient(to bottom, #30b0eb 0%, #156bcb 27%, #156bcb 100%);
    padding-top: 7.5vw;
    padding-bottom: 41vw;
  }
}
.secItem .inner {
  overflow: hidden;
}
@media (max-width: 768px) {
  .secItem .inner {
    padding-inline: 3vw;
  }
}
.secItem:before {
  content: "";
  background: url(../img/item_bg_top_top@2x.png) no-repeat center top/100%;
  width: 100%;
  height: 81.4583333333vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  top: -7vw;
  z-index: -1;
}
@media (max-width: 768px) {
  .secItem:before {
    background-image: url(../img/item_bg_top_top_sp@2x.png);
    top: -6vw;
  }
}
.secItem:after {
  content: "";
  background: url(../img/item_bg_bottom@2x.png) no-repeat center center/cover;
  width: 100%;
  height: 19.1145833333vw;
  display: block;
  position: absolute;
  bottom: 0;
}
@media (max-width: 768px) {
  .secItem:after {
    background-image: url(../img/item_bg_bottom_sp@2x.png);
    height: 31.6vw;
  }
}

.secItem__bg {
  position: relative;
}
.secItem__bg:before {
  content: "";
  background: url(../img/item_bg_01_part@2x.png) repeat-y center top 100px/1900px;
  width: 100%;
  height: calc(100% - 500px);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .secItem__bg:before {
    background: url(../img/item_bg_01_part_sp@2x.png) repeat-y center top 6vw/99.2vw;
    height: calc(100% - 40vw);
  }
}

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

.secItem__cont {
  background: rgba(48, 70, 155, 0.6);
  border-radius: 40px;
  padding: 40px 40px 60px;
  margin-bottom: 70px;
}
@media (max-width: 959px) {
  .secItem__cont {
    padding-inline: 20px;
  }
}
@media (max-width: 768px) {
  .secItem__cont {
    padding: 5.7vw 3vw 8vw;
    margin-bottom: 10vw;
    border-radius: 20px;
  }
}
.secItem__cont.item-03 {
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  .secItem__cont.item-03 {
    margin-bottom: 6.5vw;
  }
}
.secItem__cont.item-03 .secItem__cont__box {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secItem__cont.item-03 .secItem__cont__box {
    margin-bottom: 0;
  }
}

.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;
  box-shadow: 5px 14px 0 #324898;
  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 #324898;
    border-radius: 4.4vw;
  }
}

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

.secItem__item {
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 6px solid #324898;
  box-shadow: 5px 14px 0 #324898;
}
@media (max-width: 768px) {
  .secItem__item {
    border-radius: 20px;
    box-shadow: 0 7px 0 #324898;
    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: #324898;
  color: #fff;
  padding: 10px 25px;
}
@media (max-width: 768px) {
  .secItem__item__shopInfo__ttl {
    font-size: 4.53vw;
    padding: 1.2vw 2vw;
  }
}

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

.secItem__shop__ttl {
  max-width: 920px;
  margin-inline: auto;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  border: 6px solid #324898;
  box-shadow: 5px 14px 0 #324898;
  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 #324898;
    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: url(../img/coupon_bg_01@2x.png) no-repeat center bottom/cover;
  padding-top: 4.5vw;
  padding-bottom: 4vw;
}
@media (max-width: 768px) {
  .secCoupon {
    background: url(../img/coupon_bg_01_sp@2x.png) no-repeat center top/cover;
    padding-top: 9.9vw;
    padding-bottom: 9vw;
  }
}
@media (max-width: 768px) {
  .secCoupon .inner {
    padding-inline: 3vw;
  }
}

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

.secCoupon__img {
  margin-top: -75px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .secCoupon__img {
    margin-top: -7vw;
    margin-bottom: 5.5vw;
  }
}
.secCoupon__img img {
  margin-inline: auto;
}
@media (max-width: 768px) {
  .secCoupon__img img {
    width: 80vw;
  }
}

.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: url(../img/point_bg_01@2x.png) no-repeat center top/cover;
  padding-top: 4.5vw;
  padding-bottom: 4vw;
}
@media (max-width: 768px) {
  .secPoint {
    background: url(../img/point_bg_01_sp@2x.png) no-repeat center center/cover;
    padding-top: 12.9vw;
    padding-bottom: 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: 30px;
}
@media (max-width: 768px) {
  .secPoint__txtbox {
    border-radius: 20px;
    padding: 4.7vw 0vw 8vw;
    margin-bottom: 5.1vw;
  }
}

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

.secTravel {
  background: url(../img/travel_bg@2x.jpg) no-repeat center top/cover;
  padding-top: 82px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .secTravel {
    padding-top: 10.5vw;
    padding-bottom: 9vw;
    position: relative;
    background: none;
    background: linear-gradient(to bottom, #30b0eb 0%, #00b3e3 76%, #006ab9 100%);
  }
  .secTravel:before {
    content: "";
    background: url(../img/travel_bg_sp@2x.jpg) no-repeat center top/100%;
    width: 100%;
    height: 235.4666666667vw;
    display: block;
    position: absolute;
    top: 0;
  }
}
.secTravel .inner {
  max-width: 959px;
}
@media (max-width: 768px) {
  .secTravel .inner {
    padding-inline: 0;
    position: relative;
  }
}

.secTravel__majica {
  background: #111;
  border-radius: 33px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .secTravel__majica {
    margin-inline: 3vw;
    font-size: 6.4vw;
    border-radius: 4.4vw;
  }
}
.secTravel__majica span {
  display: inline-block;
  background: url(../img/logo_majica@2x.png) no-repeat left center/46px;
  padding-left: 62px;
  padding-block: 5px;
}
@media (max-width: 768px) {
  .secTravel__majica span {
    background-size: 9.2vw;
    padding-left: 12.4vw;
    padding-block: 1.1vw;
  }
}

.secTravel__ttl {
  margin-top: -34px;
}
@media (max-width: 768px) {
  .secTravel__ttl {
    margin-top: -7.5vw;
  }
}

.secTravel__date {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secTravel__date {
    margin-inline: 3vw;
    margin-top: -13vw;
    margin-bottom: 10.8vw;
  }
}
.secTravel__date img {
  margin-inline: auto;
}

.secTravel__award {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 39px;
}
@media (max-width: 768px) {
  .secTravel__award {
    margin-inline: 3vw;
    grid-template-columns: 1fr;
    gap: 10vw;
  }
}

@media (max-width: 768px) {
  .secTravel__award__item img {
    width: 100%;
  }
}

.secTravel__txtbox {
  background: #111;
  border-radius: 20px;
  padding: 14px 22px 20px;
  max-width: 860px;
  margin-inline: auto;
  margin-bottom: 41px;
}
@media (max-width: 768px) {
  .secTravel__txtbox {
    margin-inline: 3vw;
    padding: 2.6vw 2.4vw 3.7vw;
    margin-bottom: 11vw;
    border-radius: 2.66vw;
  }
}

.terms__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  margin-bottom: 30px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 1.4em;
}
.terms__txt:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 768px) {
  .terms__txt {
    font-size: 4.8vw;
    margin-bottom: 8.3vw;
    padding-top: 0.2vw;
  }
}

.terms__list {
  margin-top: 36px;
}
@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;
  }
}

.secTravel__shop {
  background: #fff;
  border-radius: 40px;
  max-width: 863px;
  margin-inline: auto;
  padding: 46px 40px 56px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .secTravel__shop {
    margin-inline: 3vw;
    padding: 6.4vw 0 8vw;
    margin-bottom: 5.1vw;
    border-radius: 20px;
  }
}

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

.secTravel__shop__txt {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .secTravel__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);
  }
}

@media (max-width: 768px) {
  .secTravel__entry {
    margin-inline: 3vw;
  }
}

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

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

.secPresent {
  background: url(../img/present_bg@2x.jpg) no-repeat center top/cover;
  padding-top: 82px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .secPresent {
    padding-top: 10.9vw;
    padding-bottom: 9vw;
    background: none;
    position: relative;
    background: #56bee3;
  }
  .secPresent:before {
    content: "";
    background: url(../img/present_bg_sp@2x.jpg) no-repeat center top/100%;
    width: 100%;
    height: 270.6666666667vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.secPresent .inner {
  max-width: 959px;
}
@media (max-width: 768px) {
  .secPresent .inner {
    padding-inline: 3vw;
    position: relative;
  }
}

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

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

.secPresent__txtbox01 {
  background: #fff229;
  border-radius: 40px;
  padding: 34px 40px 35px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .secPresent__txtbox01 {
    border-radius: 20px;
    padding: 5.4vw 0vw 7vw;
    margin-bottom: 11.6vw;
  }
}

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

.secPresent__txtbox01__attention {
  text-align: center;
  line-height: 1.75;
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .secPresent__txtbox01__attention {
    font-size: 2.56vw;
    margin-top: 1vw;
  }
}

.secPresent__attention {
  text-align: center;
  line-height: 1.75;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .secPresent__attention {
    font-size: 3.2vw;
    margin-bottom: 8.7vw;
  }
}

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

@media (max-width: 768px) {
  .secPresent__shop {
    margin-inline: 0;
  }
}

.secTravel__shop__txt--red {
  color: #e60012;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .secTravel__shop__txt--red {
    margin-bottom: 5.1vw;
  }
}

.secPresent__btnWrap {
  margin-top: 36px;
}
@media (max-width: 768px) {
  .secPresent__btnWrap {
    margin-top: 5.1vw;
  }
}

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

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

.secCm {
  background: url(../img/cm_bg@2x.jpg) no-repeat center center/cover;
  padding-top: 78px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .secCm {
    background: url(../img/cm_bg_sp@2x.jpg) no-repeat center center/cover;
    padding-top: 10.4vw;
    padding-bottom: 11vw;
  }
}
@media (max-width: 768px) {
  .secCm .inner {
    padding-inline: 3vw;
  }
}

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

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

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

.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 */
