@charset "UTF-8";
/*==========================================================
Common -共通設定-
==========================================================*/
body{
  font-size: 15px;
  font-weight: 400;
  line-height: 1.466;
  font-family: "Noto Sans JP", "游ゴシック", sans-serif;
  background: #fc5e87 url(../img/bg_pink.png) 50% 0 repeat;
  background-size: 80px auto;
}
@media only screen and (max-width: 767px) {
  body{
    background-size: 33px auto;
  }
}

#wrapper {
  overflow: hidden;
}
#wrapper:not(.entry, .entry-info, .post-info) {
  padding-bottom: 155px;
}
@media only screen and (max-width: 767px) {
  #wrapper:not(.entry, .entry-info, .post-info) {
    padding-bottom: 150px;
  }
}

#l-header,
#l-container {
  max-width: 1080px;
  margin: 0 auto;
}

#l-container {
  width: 93.33%;
}

/*********************************************
 HEADER
*********************************************/
#l-header {
  background: transparent url(../img/mv_bg_top.png) 0 0 no-repeat;
  background-size: contain;
  position: relative;
}
#l-header::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: min(18.98vw, 205px);
  bottom: 0;
  /*background-image: linear-gradient(0deg, #fc5e87 87%, transparent);*/
  background: #fc5e87;
  mix-blend-mode: screen;
  z-index: -1;
  opacity: .5;
}

@media screen and (max-width: 1080px) {
  #l-header {
    /*background-size: 9.25vw auto;*/
    background-image: url(../img/mv_bg_top_sp.png);
  }
}

.mv_header {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 5px 3.7%;
  width: 100%;
  height: auto;
  max-height: 80px;
  background: transparent;
}
/*.mv_header::after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #da1f00;
  mix-blend-mode: multiply;
}*/
.mv::before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: #da1f00;
  mix-blend-mode: multiply;
  z-index: 0;
}
/*.mv_header .bg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #da1f00;
  mix-blend-mode: multiply;
  z-index: 0;
}*/
.mv_header > *{
  z-index: 2;
}
.mv-k-logo {
  position: relative;
  width: 70px;
  margin: 0 auto;
}
.mv-k-logo::before{
  content: "";
  background: url(../img/kaiseki_summary.png) 0 50% no-repeat;
  background-size: contain;
  width: 142.857%;
  padding-top: 28.571%;
  display: inline-block;
  position: absolute;
  right: 100%;
  margin-right: 8px;
  top: 50%;
  margin-top: -14.2855%;
}
.mv-logo {
  position: absolute;
  top: 10px;
  right: 3.7%;
  height: calc(100% - 20px);
  width: auto;
}
.mv-logo img {
  width: auto;
  max-height: 100%;
}

.mv_main {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 30px 0 55px;
  background: transparent;
}
.mv_main::before, .mv_main::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  
  
}
.mv_main::after {
  /*top: min(18.98vw, 205px);*/
  height: 100%;
  max-height: 500px;
  bottom: 0;
  background-image: linear-gradient(0deg, #fc5e87 75%, transparent);
  opacity: .5;
  mix-blend-mode: screen;
}
.mv_main::before {
  
  bottom: 0;
  background-position: 0 100%;
  background-image: linear-gradient(0deg, #aa0806 75%, transparent);
  width: 100%;
  height: 100%;
  max-height: 500px;
  /*z-index: -1;*/
}
.mv_main .mv_img1,
.mv_main .mv_img2,
.mv_main .mv_img3,
.mv_main .mv_img4{
  display: block;
  z-index: 5;
  position: relative;
}
.mv_main .mv_prize {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 0;
  padding: 0 6.851%;
}
.mv_main .mv_prize::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  
  background-repeat: no-repeat;
  background-size: 100% auto;
  bottom: 2.1%;
  padding-top: 18.33%;
  background-position: 0 100%;
  background-image: url(../img/mv_bg_btm.png);
  z-index: 1;
}
.mv_main .mv_img2 {
  width: 107.5%;
  margin: -2.2% -2.5% 0 -5%;
  /*left: -5%;*/
  position: relative;
}
.mv_main .mv_img2 img{
  max-width: inherit;
  width: 100%;
}
.mv_main .note-list{
  color: #fedfe7;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.57;
  z-index: 5;
}
.mv_main .note-list li{
  letter-spacing: .03em;
}

.mv_main .mv_img3,
.mv_main .mv_img4 {
  width: 47.21%;
}
.mv_main .mv_img3{
  margin-bottom: -6%;
}
.mv_main .mv_img4{
  padding-top: 10px;
}
.mv_main .notice{
  margin-left: auto;
  text-align: right;
  color: #fedfe7;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.88;
  z-index: 5;
}

@media screen and (max-width: 1080px) {
  .mv_main .mv_img1::before {
    top: 38.88vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv_main {
    /*padding: 2px 10px;*/
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .mv_main::before{
    /*background: url(../img/bg_red.png) 0 50% repeat;
    background-size: 33px auto;*/
    background: url(../img/mv_bg_top_sp.png) 0 0 no-repeat;
    background-size: contain;
    /*height: 66.66vw;*/
    height: 82.66vw;
    transform: scale(1, -1);
  }
  .mv_main::after{
    content: none;
  }
  #l-header::after{
    height: 99.06vw;
    bottom: 132.46vw;
    top: inherit;
    background-color: transparent;
    background-image: linear-gradient(0deg, #fc5e87 75%, transparent);
    opacity: .5;
    mix-blend-mode: screen;
  }
  .mv_main .mv_prize{
    padding: 0 6%;
  }
  .mv_main .mv_prize::before{
    background-image: url(../img/mv_bg_btm_sp.png);
    bottom: 1.5%;
    padding-top: 32.133%;
  }
  .mv_main .mv_img1::before {
    top: 44.88vw;
  }
  /*.mv_main .mv_img2 {
    left: 0;
    width: 95%;
    margin-left: 0;
    margin-top: 20px;
  }
  .mv_main .mv_img2::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: -1;
    background: #CE1B00;
    top: -10px;
    left: 0;
  }*/
  .mv_main .note-list{
    font-size: 15px;
    line-height: 1.3;
  }
  .mv_main .note-list li{
    letter-spacing: 0;
  }
  .mv_main .notice{
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-top: 1em;
    color: #fff;
  }
}
@media only screen and (max-width: 430px) {
  .mv_main .mv_img2{
    width: calc(100% + 22.2vw);
    margin: -6% -11.1vw 0;
  }
  .mv_main .mv_img3{
    margin-top: -2%;
    margin-bottom: -18%;
    z-index: 6;
  }
  .mv_main .mv_img3, .mv_main .mv_img4{
    width: 100%;
  }
  .mv_main .note-list{
    order: 3;
  }
  .mv_main .notice{
    order: 4;
    text-align: center;
    margin-right: auto;
    margin-top: 1em;
  }
}

.mv_date {
  margin: 0 auto -2px;
  text-align: center;
  max-height: 160px;
  overflow: hidden;
}
.mv_date img {
  display: block;
}

/* NAVI */
.navi {
  position: relative;
  z-index: 9997;
}
ul.gnav.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 999;
  /*最前面へ*/
  top: 0;
  /*位置指定*/
  left: 0;
  /*位置指定*/
  width: 100%;
  
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(-105%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
  }
  40%,100% {
    opacity: 1;
  }
}
.navi ul.gnav.fixed {
  max-width: inherit;
}
.navi ul.gnav {
  background: #fff;
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  font-size: 22px;
  gap: 2em;
  padding: 1.1em;
}
.navi ul.gnav.fixed {
  padding: .5em 1.1em;
}
.navi ul.gnav li{
  position: relative;
  width: 143px;
  height: 36px;
}
.navi ul.gnav li.nav-1{width: 100px;}
.navi ul.gnav li.nav-3{width: 148px;}


.navi ul.gnav span {
/*  position: relative;
  padding-left: 1.2em;
  display: inline-block;*/
  position: relative;
  display: block;
  text-indent: -9999em;
}
.navi ul.gnav span::before {
  /*content: "";
  display: block;
  width: .9em;
  height: .9em;
  background: url(../img/nav-mark.png) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.4em;*/
}
.navi ul.gnav a {
  color: #A87E21;
}
.navi ul.gnav a{
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.nav-1 a{background-image: url(../img/gnav-01.png);}
.nav-2 a{background-image: url(../img/gnav-02.png);}
.nav-3 a{background-image: url(../img/gnav-03.png);}
.nav-4 a{background-image: url(../img/gnav-04.png);}
.nav-5 a{background-image: url(../img/gnav-05.png);}

/* bottom fixed */
.navi .btn_wrap {
  width: 100%;
  /*min-height: 211px;*/
  min-height: 155px;
  background: #fcecd9;
  padding: 40px;
  text-align: center;
}
.navi .btn_wrap.fixed {
  position: fixed;
  /*fixedを設定して固定*/
  z-index: 999;
  /*最前面へ*/
  bottom: 0;
  /*位置指定*/
  left: 0;
  padding: 25px 40px 20px;
}
.navi .btn_wrap h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  display: inline-block;
  
  margin: auto;
  height: fit-content;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.navi .btn_wrap ul.wrap {
  display: flex;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}
.navi .btn_wrap ul.wrap li {
  width: 47.72%;
  height: min(7.0545vw, 70px);
}

.navi .btn_wrap ul.wrap + p {
  margin-top: 3.3em;
}
.navi .btn_wrap.fixed ul.wrap + p {
  margin-top: 1em;
}
.navi .btn_wrap a {
  display: block;
  box-sizing: border-box;
  max-width: 420px;
  width: 100%;
  height: 100%;
  /*padding: 1em;
  line-height: 1.0;
  border-radius: 1.5em;
  background: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .025em;
  color: #DA1F00;
  box-shadow: 5px 10px 0 #A87E21;*/
  
  position: relative;
  text-indent: -9999em;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
.navi .btn_wrap li.btn-web a{background-image: url(../img/entry-nav-01.png);}
.navi .btn_wrap li.btn-post a{background-image: url(../img/entry-nav-02.png);}

.navi .btn_wrap li.btn-post a .spbr{display: none!important;}
.navi .btn_wrap a::after {
  /*content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent currentColor;
  border-width: .325em .6em;
  border-style: solid;
  margin-left: .25em;
  margin-right: -.85em;*/
}
.navi .btn_wrap p {
  color: #333;
  letter-spacing: .05em;
  font-weight: 700;
}

#btn_wrap_after {
  display: block;
}

#btn_wrap_before {
  display: none;
}

.hnbg {
  display: none;
}

/* SP MENU */
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 1080px) {
  .navi .btn_wrap ul.wrap + p{
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .spnone {
    display: none;
  }

  .mv_header {
    position: fixed;
    z-index: 9999;
  }
  .mv::before{
    position: fixed;
    z-index: 9998;
    height: 80px;
  }
  .mv_header > * {
    z-index: 9999;
  }

  .hnbg {
    display: block;
    width: 40px;
    position: absolute;
    top: 8px;
    left: 16px;
    cursor: pointer;
  }
  .hnbg span {
    display: block;
    width: 100%;
  }
  .hnbg span.t {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 2px;
    text-align: center;
  }
  .hnbg span:not(.t), .hnbg span:not(.t)::before, .hnbg span:not(.t)::after {
    height: 3px;
    background: #fff;
    margin: 0 auto;
    transition: .3s;
  }
  .hnbg span:not(.t) {
    padding-top: 3px;
  }
  .hnbg span:not(.t)::before, .hnbg span:not(.t)::after {
    content: "";
    display: block;
    margin-top: 8px;
  }

  .open .hnbg {
    left: 10px;
  }
  .open .hnbg span.t {
    opacity: 0;
    height: 0;
  }
  .open .hnbg span:not(.t), .open .hnbg span:not(.t)::before, .open .hnbg span:not(.t)::after {
    width: 20px;
    background: #A87E21;
  }
  .open .hnbg span:not(.t)::before {
    transform: rotate(45deg) translate(0, 0);
  }
  .open .hnbg span:not(.t) {
    background-color: transparent;
  }
  .open .hnbg span:not(.t)::after {
    transform: rotate(-45deg) translate(8px, -8px);
  }

  .mv-k-logo {
    width: 50px;
    margin-top: 10px;
    /*left: calc((50px + 140% + 8px)/2);*/
    transform: translateX(50%);
  }
  .mv-k-logo::before {
    width: 140%;
    padding-top: 28%;
    margin-top: -14%;
  }
  .open .mv-k-logo::before {
    background-image: url(../img/kaiseki_summary_pink.png);
  }
  .mv-logo {
    top: 10px;
    right: 10px;
    width: 11%;
    height: auto;
  }
  
  .navi {
    transition-duration: 0s;
    animation: fade .2s linear forwards;
  }
  .navi ul.gnav {
    opacity: 0;
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 0;
    border-top: 1px dotted #A87E21;
    padding: 0;
    margin: 0 28px 20px;
    background-color: transparent;
  }
  .navi ul.gnav li {
    width: 100%!important;
    height: 50px;
    padding: 5px 0;
    border-bottom: 1px dotted #A87E21;
  }
  .navi ul.gnav span {
    min-width: 5.2em;
    text-align: left;
  }
  .navi ul.gnav a {
    display: block;
    width: 100%;
    padding: .5em;
    text-align: center;
  }
  .navi .btn_wrap {
    padding: 20px 30px;
    min-height: 112px;
  }
  /*.navi .btn_wrap a {
    font-size: 16px;
    box-shadow: 3px 6px 0 #A87E21;
    padding: .75em 1em;
  }
  .navi .btn_wrap a::after {
    margin-left: .5em;
  }*/
  
  .navi .btn_wrap p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.16;
    text-align: center;
    letter-spacing: .05em;
  }
  .navi .btn_wrap ul.wrap + p {
    margin-top: 1em;
  }
  .navi .btn_wrap ul.wrap {
    flex-direction: column;
    gap: 5px;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto;
  }
  .navi .btn_wrap ul.wrap li {
    width: 100%;
    height: 46px;
  }
  .navi .btn_wrap li.btn-web a{background-image: url(../img/entry-nav-01_sp.png);}
  .navi .btn_wrap li.btn-post a{background-image: url(../img/entry-nav-02_sp.png);}

  .navi .btn_wrap:not(.fixed) .wrap a {
    letter-spacing: 0;
  }
  .navi .btn_wrap:not(.fixed) .wrap .spbr {
    display: none;
  }
  .navi .btn_wrap:not(.fixed) .wrap .pc {
    display: inline !important;
  }
  .navi .btn_wrap.fixed {
    /*background: #760100;*/
    padding: 10px 10px;
  }
  .navi .btn_wrap.fixed ul.wrap li{
    /*height: 28px;
    overflow: hidden;*/
  }
  .navi .btn_wrap.fixed a {
    height: 100%;
    /*padding: .3em 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.25;*/
  }
  /*.navi .btn_wrap.fixed a::after {
    margin-left: .75em;
  }*/
  .navi .btn_wrap.fixed a .spbr{
    display: none;
  }
  .navi .btn_wrap.fixed ul.wrap + p {
    margin-top: .5em;
  }
  .open .navi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    max-width: 768px;
    width: 100%;
    padding: 100px 0 52px;
    background: #fff;
    box-sizing: border-box;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: scroll;
    display: block;
    opacity: 1;
    transition-duration: 1s;
  }
  .open .navi ul.gnav {
    opacity: 1;
    display: block;
    animation: fade 1s linear forwards;
  }
  .open .navi ul.gnav.fixed{
    position: relative;
    width: auto;
  }
  .open .navi .btn_wrap {
    opacity: 0;
    /*position: relative !important;*/
    animation: fade 1s linear forwards;
    bottom: 0;
    position: absolute;
  }
}
/*********************************************
 FOOTER
*********************************************/
#l-footer {
  background: #A60200;
  text-align: center;
  padding: 50px 0 30px;
}
#l-footer .logo {
  width: 200px;
  margin: 0 auto 40px;
}
#l-footer .copy {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fdaec3;
}
@media only screen and (max-width: 767px) {
  #l-footer .copy {
    font-size: 10px;
  }
}

/*********************************************
 CONTAINER
*********************************************/
/* section */
.section {
  border-radius: 40px;
  margin: 100px auto;
  background: #da1e00 url(../img/bg_red.png) 0 10px repeat;
  background-size: 80px auto;
  padding: 70px 60px;
  position: relative;
  z-index: 0;
}
.section::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}
.section::before {
    background-image: url(../img/section-bg_top.png);
    background-position: 0 0;
    top: 0;
    padding-top: 18.33%;
}

.section-header {
  text-align: center;
  position: relative;
  margin-bottom: min(4.62vw, 50px);
}
.section-header::before {
  /*content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 880px;
  height: 0;
  border-top: 2px solid #fff;
  margin: 0 auto;*/
}
.section-title {
  display: inline-block;
  position: relative;
  /*min-width: 5em;
  font-family: "Kaisei Tokumin", serif;
  font-size: 38px;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: .2em;
  text-indent: .2em;
  background: #fff;
  padding: .29em 1.789em;
  border-radius: .789em;
  color: #A87E21;*/
}
/*div:not(.index) .section-title{
  min-width: 5em;
  font-size: 38px;
  line-height: 1.0;
  font-weight: 700;
  letter-spacing: .2em;
  text-indent: .2em;
  background: #fff;
  padding: .29em 1.789em;
  border-radius: .789em;
  color: #A87E21;
}
div:not(.index) .section-title::before, div:not(.index) .section-title::after {
  content: "";
  display: block;
  position: absolute;
  width: .71em;
  height: .63em;
  background: url(../img/ttl-mark.png) 0 0 no-repeat;
  background-size: contain;
  top: .5em;
}
div:not(.index) .section-title::before {
  left: .789em;
}
div:not(.index) .section-title::after {
  right: .789em;
}*/

.section-title{
  overflow: hidden;
  text-indent: -9999px;
  max-width: 400px;
  width: 100%;
  height: 0;
  padding-top: min(8.33vw, 90px);
  /*height: 90px;*/
  
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}

.section-title2 {
  position: relative;
  font-size: 26px;
  letter-spacing: .05em;
  color: #A87E21;
  font-weight: 700;
  z-index: 0;
  text-align: center;
  margin-bottom: 40px;
}
.section-title2:not(:first-child) {
  margin-top: 80px;
}
.section-title2::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  border-top: 2px solid currentColor;
  margin: 0 auto;
  z-index: -1;
}
.section-title2 > span {
  display: inline-block;
  padding: 0 1em;
  position: relative;
  background: #fff;
}
.section-contents {
  font-weight: 500;
}
.section-contents + .section-contents {
  margin-top: 40px;
}
.section-contents.bg-w {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 1080px) {
  .section {
    background-size: 9.25vw auto;
    padding: 6.4% 5.55%;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    border-radius: 15px;
    padding: 20px 10px;
    margin: 40px auto;
  }
  .section::before{
    background-image: url(../img/section-bg_top_sp.png);
    padding-top: 28.5714%;
  }
  .section-header {
    margin-bottom: 20px;
  }
  .section-header::before {
    border-top-width: 1px;
  }
  .section-title {
    font-size: 20px;
    padding-top: 50px;
  }
  .section-title2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .section-title2::before {
    border-top-width: 1px;
  }
  .section-title2:not(:first-child) {
    margin-top: 40px;
  }
  .section-contents {
    font-size: 16px;
    line-height: 1.5;
  }
  .section-contents.bg-w {
    padding: 20px 10px;
    border-radius: 15px;
  }
}

/* sub section */
.sub-section {
  letter-spacing: .05em;
}
.sub-section:not(:first-child) {
  margin-top: 40px;
}
.sub-section > .ttl {
  color: #A87E21;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  border-bottom: 2px dotted currentColor;
  position: relative;
  padding-left: 1.35em;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.sub-section > .ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: .3em;
  width: 1em;
  height: 1em;
  background: url(../img/subttl-mark.png) 0 0 no-repeat;
  background-size: contain;
}

/* card */
.card {
  border-radius: 20px;
  background-position: -10px -20px;
  background-size: 100px auto;
  padding-bottom: 0;
}
.card + .card {
  margin-top: 40px;
}
.card-ttl {
  padding: 20px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
.card-body {
  margin: 0 20px;
  padding: 20px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}

.blue-card {
  background-image: url(../img/bg_blue.png);
}
.blue-card .card-ttl {
  background: rgba(5, 35, 166, 0.3);
}

.pink-card {
  background-image: url(../img/bg_pink.png);
}
.pink-card .card-ttl {
  background: rgba(218, 31, 0, 0.3);
}

@media only screen and (max-width: 767px) {
  .card {
    padding-bottom: 15px;
    border-radius: 15px;
  }
  .card + .card {
    margin-top: 20px;
  }
  .card-ttl {
    padding: 10px 15px;
    border-radius: 15px 15px 0 0;
  }
  .card-body {
    margin: 0 15px;
    padding: 15px 10px;
  }
}
/* box section */
.box-section {
  border: 2px solid #A87E21;
  margin: 40px auto 60px;
}
.box-section > .box-ttl {
  background: #A87E21;
  color: #fff;
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: 700;
  padding: 7px 20px;
}
.box-section .box-body {
  padding: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .box-section {
    margin-bottom: 40px;
  }
  .box-section > .box-ttl {
    font-size: 16px;
    padding: 8px 10px;
  }
  .box-section .box-body {
    padding: 15px 10px;
  }
}

/* btn */
p.btn {
  min-width: 370px;
  max-width: 100%;
  width: fit-content;
  margin: 40px auto 20px;
}
p.btn a {
  display: block;
  background: #5E9CE5;
  font-size: 22px;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 1.36em;
  padding: .55em 1.86em .75em;
  font-weight: 700;
  box-shadow: 5px 10px 0 rgba(94, 156, 229, 0.5);
    /*&:active {
      &::before {
        opacity: 0;
      }

      height: 78px;
      line-height: 76px;
    }

    &:hover {
      opacity: 1;
      cursor: pointer;
    }*/
}
p.btn a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent currentColor;
  border-width: .325em .6em;
  border-style: solid;
  margin-left: .25em;
  margin-right: -.85em;
}
p.btn-w {
  min-width: 400px;
  max-width: 100%;
  width: fit-content;
  margin: 50px auto 0;
}
p.btn-w a {
  display: block;
  background: #fff;
  font-size: 32px;
  color: #DA1F00;
  text-align: center;
  position: relative;
  border-radius: 1.25em;
  padding: .5em 1.86em .55em;
  letter-spacing: .05em;
  font-weight: 700;
  box-shadow: 5px 10px 0 #A87E21;
}
@media only screen and (max-width: 767px) {
  p.btn {
    min-width: 280px;
  }
  p.btn a {
    font-size: 16px;
    line-height: 1.25;
    border-radius: 1.875em;
    min-height: 3.75em;
    box-shadow: 4px 6px 0 rgba(94, 156, 229, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  p.btn a::after {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -.3em;
  }
  p.btn-w {
    min-width: inherit;
    min-width: 280px;
    margin: 30px auto;
  }
  p.btn-w a {
    font-size: 18px;
    line-height: 1.25;
    border-radius: 1.875em;
    min-height: 3.75em;
    box-shadow: 4px 6px 0 #A87E21;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* txt */
p.txt:not(:last-child) {
  margin-bottom: 1em;
}

p.txt.date + .date {
  margin-top: -1em;
}

.bold {
  font-weight: bold;
}

.note {
  text-indent: -1em;
  margin-left: 1em;
}
.notice{
  
}

.t-center {
  text-align: center;
}

.t-red {
  color: #f00;
}

/* list */
ul.list li {
  text-indent: -1.05em;
  padding-left: 1.05em;
  letter-spacing: .05em;
}
ul.list li::before {
  content: "●";
}
ul.list li.nomark {
  text-indent: 0;
  padding-left: 0;
}
ul.list li.nomark::before {
  content: none;
}

/* disc list */
ul.disc-list li {
  margin-left: 2em;
  letter-spacing: .05em;
  list-style-type: disc;
}

/* note list */
ul.note-list {
  margin: 1em 0;
}
ul.note-list li {
  text-indent: -1.05em;
  padding-left: 1.05em;
  letter-spacing: .05em;
}

/* dl */
dl.dl {
  letter-spacing: .05em;
}
dl.dl:not(:last-child) {
  margin-bottom: 1.5em;
}
dl.dl dt {
  font-weight: 700;
}
dl.dl dd {
  font-weight: 400;
}

dl.mark-dl {
  padding-left: 1em;
  letter-spacing: .05em;
}
dl.mark-dl:not(:last-child) {
  margin-bottom: 2em;
}
dl.mark-dl dt {
  margin-left: -1em;
  font-weight: 700;
}
dl.mark-dl dt .note {
  font-weight: 400;
  text-indent: 0;
  margin-left: 0;
}

.text-pc {
  display: block !important;
}

.text-sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .navi .btn_wrap h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .text-pc {
    display: none !important;
  }

  .text-sp {
    display: block !important;
  }
}
@media screen and (max-width: 670px) {
  .navi .btn_wrap h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .navi .btn_wrap h2 {
    font-size: 14px;
  }
}


.index .mv_main .mv_img2,
.index .mv_main .mv_img2 img,
#prize .prize_a,
#prize .prize_a img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  display: block;
}
@supports (background-image: url('../img/bg-mv_prize_a.webp')) {
  .index .mv_main .mv_img2 {background-image: url(../img/bg-mv_prize_a.webp);}
  .index .mv_main .mv_img2 img{visibility: hidden;}
}
.index .mv_main .mv_img2 img {background-image: url(../img/bg-mv_prize_a.png);}
@media screen and (max-width: 430px) {
  @supports (background-image: url('../img/bg-mv_prize_a_sp.webp')) {
    .index .mv_main .mv_img2 {background-image: url(../img/bg-mv_prize_a_sp.webp);}
  }
}
@supports (background-image: url('../img/bg-prize_a-item.webp')) {
  #prize .prize_a {background-image: url(../img/bg-prize_a-item.webp);}
  #prize .prize_a img{visibility: hidden;}
}
#prize .prize_a img {background-image: url(../img/bg-prize_a-item.png);}
@media screen and (max-width: 430px) {
  @supports (background-image: url('../img/bg-prize_a-item_sp.webp')) {
    #prize .prize_a {background-image: url(../img/bg-prize_a-item_sp.webp);}
  }
}
