@charset "UTF-8";
/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:root {
  --color-brown: #804C1F;
  --color-black: #141414;
  --color-pink: #E54B7D;
  --color-link: #804C1F;
  --color-red: #ca0307;
  --color-blue: #092253;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow: hidden scroll;
}
html.--fixed {
  overflow: hidden;
}

body {
  color: #1A1A1A;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  height: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  dd,
dt,
td,
th,
ol,
ul,
p {
    font-size: 3.7333333333vw;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

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

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.text-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

ul.indent {
	display: block;
	padding: 0px;
}

ul.indent li:before {
	padding: 0px;
  margin: 0 0 0 -22px;
	content: "\30FB";
}

ul.indent li {
  margin-bottom: 8px;
  padding-left: 20px;
  line-height: 1.6;
  font-size: 20px;
}
.mB10 {
	margin-bottom: 10px;
}

.mB20 {
	margin-bottom: 20px;
}

.mB30 {
	margin-bottom: 30px;
}

.mB40 {
	margin-bottom: 40px;
}

.mB50 {
	margin-bottom: 50px;
}

.mB60 {
	margin-bottom: 60px;
}

.mB70 {
	margin-bottom: 70px;
}

.mB80 {
	margin-bottom: 80px;
}

.mB90 {
	margin-bottom: 90px;
}

.mB100 {
	margin-bottom: 100px;
}
.mT10 {
	display: block;
	margin-top: 10px;
}

.mT20 {
	display: block;
	margin-top: 20px;
}

.mT30 {
	display: block;
	margin-top: 30px;
}

.mT40 {
	display: block;
	margin-top: 40px;
}

.mT50 {
	display: block;
	margin-top: 50px;
}

.mT60 {
	display: block;
	margin-top: 60px;
}

.mT70 {
	display: block;
	margin-top: 70px;
}

.mT80 {
	display: block;
	margin-top: 80px;
}

.mT90 {
	display: block;
	margin-top: 90px;
}

.mT100 {
	display: block;
	margin-top: 100px;
}
.fs05 {
	font-size: 0.5em;
}

.fs06 {
	font-size: 0.6em;
}

.fs07 {
	font-size: 0.7em;
}

.fs08 {
	font-size: 0.8em;
}

.fs09 {
	font-size: 0.9em;
}

.fs10 {
	font-size: 1em;
}

.fs12 {
	font-size: 1.2em;
}

.fs13 {
	font-size: 1.3em;
}

.fs14 {
	font-size: 1.4em;
}

.fs15 {
	font-size: 1.5em;
}

.fs16 {
	font-size: 1.6em;
}

.fs18 {
	font-size: 1.8em;
}

.fs20 {
	font-size: 2.0em;
}
ul.indent1 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent1 li:before {
	padding: 0px;
	margin: 0 0 0 -23px;
	content: "\203B";
}

ul.indent1 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

ul.indent2 {
	display: block;
	padding: 0px;
	margin: 0px;
	line-height: 1.8em;
}

ul.indent2 li:before {
	padding: 0px;
	margin: 0 0 0 -15px;
	content: "\30FB";
}

ul.indent2 li {
	padding: 0px;
	margin: 0 0 0 15px;
}

@media screen and (max-width: 767px) {
  ul.indent li{
    font-size: 3.7333333333vw;
  }
}
/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
br.sp,
span.sp,
.sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
img.pc,
br.pc {
    display: inline !important;
  }
  th.pc,
td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
td.pc,
span.pc,
br.pc,
img.pc,
.pc {
    display: none !important;
  }
  img.sp,
br.sp,
span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  width: 1px;
  white-space: nowrap;
  position: absolute;
}

/* l-footer
========================================================================== */
.l-header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.p-fixbnr{
  position: absolute;
  right: 0;
  top: 30px;
}
.p-fixbnr__link{
  background-color: #E95098;
}
.p-fixbnr__form{
 background-color: #1785d6; 
}
.p-fixbnr a{
  width: 60px;
  height: 150px;
  text-align: center;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0 12px;
}
.p-fixbnr a span{
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-fixbnr a{
    writing-mode: vertical-rl;
  }
  .p-fixbnr li {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {

  .l-header{
    bottom: 0;
    top: auto;
  }
  .p-fixbnr a{
    /* width: 60%; */
    width: 95%;
    height: auto;
    background-color: #fff;
    padding: 6px 0 10px;
    display: block;
    border-radius: 5px;
    margin: auto;
    line-height: 1.2;
    box-shadow: 0px 0px 3px #ffffff;
  }
  .p-fixbnr a span{
    color: #E95098;
    font-weight: bold;
    font-size: 14px;
  }
  .p-fixbnr{
    right: auto;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .p-fixbnr ul{
    background-color: #1CB9EE;
    border-radius: 10px 10px 0 0;
    padding: 16px 8px;
    display: flex;
  }
  .p-fixbnr li{
    width: 50%;
    margin: auto;
  }
  .p-fixbnr a span:first-child{
    font-size: 16px;
  }
  
}
/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* l-footer
========================================================================== */
.l-footer {
  background-color: #E95098;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
.l-footer .copyright {
  font-size: 1.8em;
}
@media screen and (max-width: 767px) {
  .l-footer {
    /* padding-bottom: 3.533333vw; */
    padding-top: 3.533333vw;
    padding-bottom: 100px;
  }
  .l-footer .copyright {
    /* font-size: 4.8vw; */
  }
}

/* l-container
========================================================================== */
.l-container{
  overflow: hidden;
}

/* main-visual
========================================================================== */
.main-visual {
  margin-bottom: 120px;
  padding: 0px 20px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.main-visual .main-visual_cast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 6px;
  /* -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 80px auto 0;
  position: relative;
}
.main-visual .main-visual_cast > li {
  /* -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; */
  max-width: 171px;
  width: calc(100% / 6 - 6px);
  margin-bottom: 50px;
  position: relative;
}
.main-visual .main-visual_cast > li:nth-child(7):before{
  content: "";
  width: 320%;
  max-width: 522px;
  height: 35px;
  background-image: url(../images/kv_yuujo-ttl.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -43px;
  left: 0;
}
.main-visual .main-visual_cast > li > figure > img {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 20px #fff;
          box-shadow: 0 0 20px #fff;
  border-radius: 20px;
}
.main-visual .main-visual_cast .main-visual_gest{
  width: 50%;
  max-width: 100%;
}
.main-visual .main-visual_cast .main-visual_gest figure img{
  border: none;
  border-radius: unset;
  box-shadow: none;
}
.main-visual .main-visual_cast > li > figure figcaption {
  margin-top: 10px;
}
.main-visual_cast:before{
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/kv_syutsuen-ttl.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 35px;
  width: 1049px;
}
.main-visual .main-visual_bg {
  display: block;
  overflow: hidden;
  pointer-events: none;
  width: 100%;
  height: 110%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-visual .main-visual_bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-visual {
    margin-bottom: 24vw;
    padding: 5.3333333333vw 5.3333333333vw 0;
    z-index: 0;
  }
  .main-visual .main-visual_cast {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.3333333333vw 2.1333333333vw;
    margin-top: 4.8vw;
    margin-top: 90px;
  }
  .main-visual .main-visual_cast .main-visual_gest{
    width: auto;
  }
  .main-visual .main-visual_cast > li {
    max-width: 43.4666666667vw;
    width: auto;
  }
  .main-visual .main-visual_cast > li > figure > img {
    border-width: 1.0666666667vw;
    -webkit-box-shadow: 0 0 5.3333333333vw #fff;
            box-shadow: 0 0 5.3333333333vw #fff;
    border-radius: 5.3333333333vw;
    width: 27.4666666667vw;
  }
  .main-visual .main-visual_cast > li > figure figcaption {
    margin-top: 2.6666666667vw;
  }
  .main-visual .main-visual_cast > li:nth-child(7):before{
    top: -42px;
    left: 158%;
    transform: translateX(-50%);
    background-image: url(../images/kv_yuujo-ttl_sp.png);
    width: 308px;
    height: 31px;
  }
  .main-visual .main-visual_gest{
    width: 100%;
  }
  .main-visual .main-visual_gest img{
    width: 175px;
    margin: auto;
  }
  .main-visual_cast:before{
    background-image: url(../images/kv_syutsuen-ttl_sp.png);
    width: 344px;
    height: 32px;
    top: -40px;
  }

}

/* event
========================================================================== */
.event {
  text-align: center;
  position: relative;
}
.event::after, .event::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.event::before {
  background-image: url(../images/event_bg01.png);
  height: 253px;
  width: 191px;
  left: -75px;
  top: -35px;
}
.event::after {
  background-image: url(../images/event_bg02.png);
  height: 250px;
  width: 190px;
  right: -88px;
  top: -164px;
}
.event h2 {
  margin-bottom: 5px;
}
.event h3 {
  color: #1785D6;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5333333333;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .event {
    padding-bottom: 29.3333333333vw;
    text-align: left;
  }
  .event::before {
    background-image: url(../images/event_bg_sp.png);
    height: 24.5333333333vw;
    width: 90.6666666667vw;
    bottom: 2.4vw;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .event::after {
    content: none;
  }
  .event h2 {
    margin-bottom: 5.3333333333vw;
    text-align: center;
  }
  .event h2 img {
    height: auto;
    width: 56vw;
  }
  .event h3 {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}

/* summary
========================================================================== */
.summary {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF5BF), to(#FFEDF4));
  background: -webkit-linear-gradient(bottom, #FFF5BF, #FFEDF4);
  background: linear-gradient(0deg, #FFF5BF, #FFEDF4);
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 70px;
}
.summary .wrap {
  position: relative;
}
.summary .wrap::after, .summary .wrap::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.summary .wrap::before {
  background-image: url(../images/summary_bg01.png);
  height: 283px;
  width: 225px;
  left: -195px;
  top: -40px;
}
.summary .wrap::after {
  background-image: url(../images/summary_bg02.png);
  height: 358px;
  width: 277px;
  right: -175px;
  top: -93px;
}
.summary h2 {
  margin-bottom: 10px;
  text-align: center;
}
.summary dl {
  display: grid;
  font-size: 24px;
  grid-template-columns: auto auto;
  line-height: 1.75;
  margin-bottom: 16px;
}
.summary dl dt,
.summary dl dd {
  line-height: inherit;
}
.summary dl dt {
  color: #1785D6;
  font-weight: 700;
  text-align: right;
}
.summary-image{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .summary {
    background: -webkit-gradient(linear, right top, left top, from(#FFF5BF), to(#FFEDF4));
    background: -webkit-linear-gradient(right, #FFF5BF, #FFEDF4);
    background: linear-gradient(-90deg, #FFF5BF, #FFEDF4);
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 9.3333333333vw;
  }
  .summary .wrap {
    padding-bottom: 33.0666666667vw;
  }
  .summary .wrap::before {
    background-image: url(../images/summary_bg_sp.png);
    height: 26.1333333333vw;
    width: 90.6666666667vw;
    bottom: 5.3333333333vw;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .summary .wrap::after {
    content: none;
  }
  .summary h2 {
    margin-bottom: 5.3333333333vw;
  }
  .summary h2 img {
    height: auto;
    width: 56vw;
  }
  .summary dl {
    display: block;
  }
  .summary dl div{
    display: flex;
    flex-wrap: wrap;
  }
  .summary dl dt {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
    text-align: left;
    display: inline-block;
  }
  .summary dl dd {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    display: inline-block;
  }
  .summary dl dd:last-child {
    margin-bottom: 0;
  }
}

/* ticket
========================================================================== */
.ticket {
  padding-bottom: 80px;
  padding-top: 70px;
  position: relative;
}
.ticket::after, .ticket::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.ticket::before {
  background-image: url(../images/ticket_bg01.png);
  height: 177px;
  width: 218px;
  left: 50px;
  top: 22px;
}
.ticket::after {
  background-image: url(../images/ticket_bg02.png);
  height: 112px;
  width: 113px;
  right: 110px;
  top: 26px;
}
.ticket h2{
  text-align: center;
}
.ticket p {
  /* font-size: 30px; */
}
.ticket-content {
  max-width: 800px;
  margin: 40px auto;
}
.ticket-content dt{
  color: #1785D6;
  font-weight: 700;
}
.ticket-content dd,.ticket-content ul{
  margin-bottom: 20px;
}
.ticket-content h3{
  font-size: 2.8em;
  color: #e03e8a;
  margin: 80px auto 20px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ticket {
    padding-bottom: 40vw;
    padding-top: 16vw;
  }
  .ticket::before {
    background-image: url(../images/ticket_bg_sp.png);
    height: 24.2666666667vw;
    width: 82.4vw;
    bottom: 10.6666666667vw;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .ticket::after {
    content: none;
  }
  .ticket h2 img {
    height: auto;
    width: 56vw;
  }
  .ticket p {
    /* font-size: 4.8vw; */
  }
  .ticket-content dt{
    font-size: 4.8vw;
  }
  .ticket-content dt,.ticket-content ul{
    margin-bottom: 2.6666666667vw;
  }
  .ticket-content dd,.ticket-content ul,.ticket p{
    font-size: 3.7333333333vw;
  }
  .ticket-content h3{
    font-size: 5.2vw;
    margin: 40px auto 20px;
  }
}
.goods-txt{ color: #ca0307; font-size: 16px;}
/* attention
========================================================================== */
.attention {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF5BF), to(#FFEDF4));
  background: -webkit-linear-gradient(bottom, #FFF5BF, #FFEDF4);
  background: linear-gradient(0deg, #FFF5BF, #FFEDF4);
  margin-top: 80px;
  padding-bottom: 80px;
  padding-top: 70px;
}
.attention .wrap {
  position: relative;
}
.attention .wrap::after, .summary .wrap::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  position: absolute;
}
.attention .wrap::before {
  background-image: url(../images/summary_bg01.png);
  height: 283px;
  width: 225px;
  left: -195px;
  top: -40px;
}
.attention .wrap::after {
  background-image: url(../images/summary_bg02.png);
  height: 358px;
  width: 277px;
  right: -175px;
  top: -93px;
}
.attention h2 {
  margin-bottom: 10px;
  text-align: center;
}
.attention dl {
  display: grid;
  font-size: 24px;
  grid-template-columns: auto auto;
  line-height: 1.75;
  margin-bottom: 16px;
}
.attention dl dt,
.attention dl dd {
  line-height: inherit;
}
.attention dl dt {
  color: #1785D6;
  font-weight: 700;
  text-align: right;
}
.attention p {
  font-size: 20px;
}
.attention p strong{
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.enq{width: 55%;margin: 60px auto 70px;text-align: center;}
.enq a{background-color: #1785d6;border-radius: 40px;padding: 20px 20px;color: #DDD;display: block;width: auto;}
.enq a:hover{color: #1785d6;background-color: #a9d5f5;}

.eve{width: 55%;margin: 60px auto 10px;text-align: center;}
.eve a{background-color: #ffb3f8;border-radius: 40px;padding: 20px 20px;color: #fff;display: block;width: auto;}
.eve a:hover{color: #ffb3f8;background-color: #fff2fe;}
.eve-txt{text-align: center;}
@media screen and (max-width: 767px) {
  ul.indent li:before{
    margin: 0 0 0 -16px;
  }
  ul.indent li{
    padding-left: 14px;
  }
  .attention {
    background: -webkit-gradient(linear, right top, left top, from(#FFF5BF), to(#FFEDF4));
    background: -webkit-linear-gradient(right, #FFF5BF, #FFEDF4);
    background: linear-gradient(-90deg, #FFF5BF, #FFEDF4);
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 9.3333333333vw;
  }
  .attention .wrap {
    padding-bottom: 33.0666666667vw;
  }
  .attention .wrap::before {
    background-image: url(../images/summary_bg_sp.png);
    height: 26.1333333333vw;
    width: 90.6666666667vw;
    bottom: 5.3333333333vw;
    left: 50%;
    top: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .attention .wrap::after {
    content: none;
  }
  .attention h2 {
    margin-bottom: 5.3333333333vw;
  }
  .attention h2 img {
    height: auto;
    width: 56vw;
  }
  .attention dl {
    display: block;
  }
  .attention dl div{
    display: flex;
    flex-wrap: wrap;
  }
  .attention dl dt {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
    text-align: left;
    display: inline-block;
  }
  .attention dl dd {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    display: inline-block;
  }
  .attention dl dd:last-child {
    margin-bottom: 0;
  }
  .attention p{
    font-size: 3.7333333333vw;
  }
  .attention p strong{
    font-size: 4vw;
  }
.enq{width:85%;margin: 30px auto 50px;text-align: center;}
.enq a{background-color: #1785d6;border-radius: 40px;padding: 20px 20px;color: #DDD;display: block;width: auto;font-size: 3.7333333333vw;}
.enq a:hover{color: #1785d6;background-color: #a9d5f5;}

.eve{width:85%;margin: 30px auto 10px;text-align: center;}
.eve a{background-color: #ffb3f8;border-radius: 40px;padding: 20px 20px;color: #fff;display: block;width: auto;font-size: 3.333333333vw;}
.eve a:hover{color: #ffb3f8;background-color: #fff2fe;}
}

.yutabiBtn a{
  background-color: #8bbd8c;
  color: #fff;
  display: block;
  border-radius: 40px;
  padding: 20px 10px;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .yutabiBtn a{
  border-radius: 25px;
  padding: 10px 5px;
  font-size: 0.9em;
  width: 80%;
  line-height: 1.4;
  }
}

