/****************************************

common

****************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@900&display=swap");
/****************************************

mixin

****************************************/
.tsuku {
  font-family: "fot-tsukuardgothic-std", sans-serif; }

@media (min-width: 750px) {
  .sp {
    display: none !important; } }

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

.font,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.87;
  color: #333333;
  letter-spacing: 0.01em; }

@media screen and (max-width: 749px) {
  .font,
  body {
    font-size: 1.5rem; } }

.roboto,
.mv_share_text {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0.02em; }

.central {
  display: flex;
  align-items: center;
  justify-content: center; }

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }

html {
  font-size: 62.5% !important;
  height: 100%;
  -webkit-overflow-scrolling: touch; }

body {
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background: #fff; }

.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.5s;
  opacity: 1;
  background: #fff; }

div,
main,
section {
  display: block;
  position: relative; }

h1,
h2 {
  position: relative; }

*:focus {
  outline: none; }

p {
  line-height: 1.75;
  text-align: justify; }

p a {
  word-break: break-all; }

sup {
  vertical-align: super;
  font-size: 50%; }

em {
  font-weight: 700; }

b {
  font-weight: 700; }

a {
  cursor: pointer;
  transition: opacity 0.3s; }

a.block {
  display: block; }

iframe {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.opa {
  cursor: pointer;
  transition: 0.5s;
  opacity: 1; }

.opa:hover {
  opacity: 0.5 !important; }

.scale {
  overflow: hidden;
  display: block; }

.scale img {
  transition: transform 0.5s; }

.scale:hover img {
  transform: scale(1.1); }

.underline {
  text-decoration: underline; }

figcaption,
small {
  font-size: 1.2rem; }

@media screen and (max-width: 749px) {
  figcaption,
  small {
    font-size: 1rem; } }

figcaption {
  margin-top: 5px; }

.spaces {
  letter-spacing: 0.1em; }

.dash {
  letter-spacing: 0; }

@media screen and (min-width: 750px) {
  .block-inline {
    display: inline-block; } }

.center-m {
  margin-left: auto;
  margin-right: auto; }

.center {
  text-align: center; }

.left {
  text-align: left; }

@media screen and (max-width: 749px) {
  .sp-left {
    text-align: left !important; } }

.right {
  text-align: right; }

img.block {
  display: block; }

.w100 {
  width: 100% !important;
  display: block; }

.wh100 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom center;
  font-family: "object-fit: cover; object-position: bottom center;"; }

.bg_white {
  background: #fff !important; }

.bg_black {
  background: #000 !important; }

.bg_silver {
  background: #efefef !important; }

.bg_green {
  background: #288b6f !important; }

.bg_glass {
  background: #54bcab !important; }

.bdr_white {
  border: 1px solid #fff !important; }

.bdr_black {
  border: 1px solid #000 !important; }

.bdr_silver {
  border: 1px solid #efefef !important; }

.bdr_green {
  border: 1px solid #288b6f !important; }

.bdr_glass {
  border: 1px solid #54bcab !important; }

.text_white {
  color: #fff; }

.text_black {
  color: #000; }

.text_silver {
  color: #efefef; }

.text_green {
  color: #288b6f; }

.text_glass {
  color: #54bcab; }

.hr_white {
  border-top: 1px solid #fff; }

.hr_black {
  border-top: 1px solid #000; }

.hr_silver {
  border-top: 1px solid #efefef; }

.hr_green {
  border-top: 1px solid #288b6f; }

.hr_glass {
  border-top: 1px solid #54bcab; }

.wrap100 {
  margin: auto;
  max-width: 100px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap100 {
    padding: 0 12px; } }

.wrap500 {
  margin: auto;
  max-width: 500px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap500 {
    padding: 0 12px; } }

.wrap600 {
  margin: auto;
  max-width: 600px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap600 {
    padding: 0 12px; } }

.wrap700 {
  margin: auto;
  max-width: 700px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap700 {
    padding: 0 12px; } }

.wrap800 {
  margin: auto;
  max-width: 800px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap800 {
    padding: 0 12px; } }

.wrap900 {
  margin: auto;
  max-width: 900px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap900 {
    padding: 0 12px; } }

.wrap990 {
  margin: auto;
  max-width: 990px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap990 {
    padding: 0 12px; } }

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap1000 {
    padding: 0 12px; } }

.wrap1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap1100 {
    padding: 0 12px; } }

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap1200 {
    padding: 0 12px; } }

.wrap1300 {
  margin: auto;
  max-width: 1300px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap1300 {
    padding: 0 12px; } }

.wrap1400 {
  margin: auto;
  max-width: 1400px;
  width: 100%; }

@media screen and (max-width: 749px) {
  .wrap1400 {
    padding: 0 12px; } }

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

@media screen and (max-width: 749px) {
  .mt0 {
    margin-top: 0px !important; } }

.mt5 {
  display: block;
  margin-top: 5px !important; }

@media screen and (max-width: 749px) {
  .mt5 {
    margin-top: 2.5px !important; } }

.mt10 {
  display: block;
  margin-top: 10px !important; }

@media screen and (max-width: 749px) {
  .mt10 {
    margin-top: 5px !important; } }

.mt15 {
  display: block;
  margin-top: 15px !important; }

@media screen and (max-width: 749px) {
  .mt15 {
    margin-top: 7.5px !important; } }

.mt20 {
  display: block;
  margin-top: 20px !important; }

@media screen and (max-width: 749px) {
  .mt20 {
    margin-top: 10px !important; } }

.mt25 {
  display: block;
  margin-top: 25px !important; }

@media screen and (max-width: 749px) {
  .mt25 {
    margin-top: 12.5px !important; } }

.mt30 {
  display: block;
  margin-top: 30px !important; }

@media screen and (max-width: 749px) {
  .mt30 {
    margin-top: 15px !important; } }

.mt40 {
  display: block;
  margin-top: 40px !important; }

@media screen and (max-width: 749px) {
  .mt40 {
    margin-top: 20px !important; } }

.mt50 {
  display: block;
  margin-top: 50px !important; }

@media screen and (max-width: 749px) {
  .mt50 {
    margin-top: 25px !important; } }

.mt60 {
  display: block;
  margin-top: 60px !important; }

@media screen and (max-width: 749px) {
  .mt60 {
    margin-top: 30px !important; } }

.mt70 {
  display: block;
  margin-top: 70px !important; }

@media screen and (max-width: 749px) {
  .mt70 {
    margin-top: 35px !important; } }

.mt80 {
  display: block;
  margin-top: 80px !important; }

@media screen and (max-width: 749px) {
  .mt80 {
    margin-top: 40px !important; } }

.mt90 {
  display: block;
  margin-top: 90px !important; }

@media screen and (max-width: 749px) {
  .mt90 {
    margin-top: 45px !important; } }

.mt100 {
  display: block;
  margin-top: 100px !important; }

@media screen and (max-width: 749px) {
  .mt100 {
    margin-top: 50px !important; } }

.mt110 {
  display: block;
  margin-top: 110px !important; }

@media screen and (max-width: 749px) {
  .mt110 {
    margin-top: 55px !important; } }

.mt120 {
  display: block;
  margin-top: 120px !important; }

@media screen and (max-width: 749px) {
  .mt120 {
    margin-top: 60px !important; } }

.mt130 {
  display: block;
  margin-top: 130px !important; }

@media screen and (max-width: 749px) {
  .mt130 {
    margin-top: 65px !important; } }

.mt140 {
  display: block;
  margin-top: 140px !important; }

@media screen and (max-width: 749px) {
  .mt140 {
    margin-top: 70px !important; } }

.mt150 {
  display: block;
  margin-top: 150px !important; }

@media screen and (max-width: 749px) {
  .mt150 {
    margin-top: 75px !important; } }

.mt160 {
  display: block;
  margin-top: 160px !important; }

@media screen and (max-width: 749px) {
  .mt160 {
    margin-top: 80px !important; } }

.mt200 {
  display: block;
  margin-top: 200px !important; }

@media screen and (max-width: 749px) {
  .mt200 {
    margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt0 {
    margin-top: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt5 {
    margin-top: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt10 {
    margin-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt15 {
    margin-top: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt25 {
    margin-top: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt30 {
    margin-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt40 {
    margin-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt60 {
    margin-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt70 {
    margin-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt80 {
    margin-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt90 {
    margin-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt110 {
    margin-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt120 {
    margin-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt130 {
    margin-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt140 {
    margin-top: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt150 {
    margin-top: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt160 {
    margin-top: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-mt200 {
    margin-top: 200px !important; } }

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

@media screen and (max-width: 749px) {
  .pt0 {
    padding-top: 0px !important; } }

.pt5 {
  display: block;
  padding-top: 5px !important; }

@media screen and (max-width: 749px) {
  .pt5 {
    padding-top: 2.5px !important; } }

.pt10 {
  display: block;
  padding-top: 10px !important; }

@media screen and (max-width: 749px) {
  .pt10 {
    padding-top: 5px !important; } }

.pt15 {
  display: block;
  padding-top: 15px !important; }

@media screen and (max-width: 749px) {
  .pt15 {
    padding-top: 7.5px !important; } }

.pt20 {
  display: block;
  padding-top: 20px !important; }

@media screen and (max-width: 749px) {
  .pt20 {
    padding-top: 10px !important; } }

.pt25 {
  display: block;
  padding-top: 25px !important; }

@media screen and (max-width: 749px) {
  .pt25 {
    padding-top: 12.5px !important; } }

.pt30 {
  display: block;
  padding-top: 30px !important; }

@media screen and (max-width: 749px) {
  .pt30 {
    padding-top: 15px !important; } }

.pt40 {
  display: block;
  padding-top: 40px !important; }

@media screen and (max-width: 749px) {
  .pt40 {
    padding-top: 20px !important; } }

.pt50 {
  display: block;
  padding-top: 50px !important; }

@media screen and (max-width: 749px) {
  .pt50 {
    padding-top: 25px !important; } }

.pt60 {
  display: block;
  padding-top: 60px !important; }

@media screen and (max-width: 749px) {
  .pt60 {
    padding-top: 30px !important; } }

.pt70 {
  display: block;
  padding-top: 70px !important; }

@media screen and (max-width: 749px) {
  .pt70 {
    padding-top: 35px !important; } }

.pt80 {
  display: block;
  padding-top: 80px !important; }

@media screen and (max-width: 749px) {
  .pt80 {
    padding-top: 40px !important; } }

.pt90 {
  display: block;
  padding-top: 90px !important; }

@media screen and (max-width: 749px) {
  .pt90 {
    padding-top: 45px !important; } }

.pt100 {
  display: block;
  padding-top: 100px !important; }

@media screen and (max-width: 749px) {
  .pt100 {
    padding-top: 50px !important; } }

.pt110 {
  display: block;
  padding-top: 110px !important; }

@media screen and (max-width: 749px) {
  .pt110 {
    padding-top: 55px !important; } }

.pt120 {
  display: block;
  padding-top: 120px !important; }

@media screen and (max-width: 749px) {
  .pt120 {
    padding-top: 60px !important; } }

.pt130 {
  display: block;
  padding-top: 130px !important; }

@media screen and (max-width: 749px) {
  .pt130 {
    padding-top: 65px !important; } }

.pt140 {
  display: block;
  padding-top: 140px !important; }

@media screen and (max-width: 749px) {
  .pt140 {
    padding-top: 70px !important; } }

.pt150 {
  display: block;
  padding-top: 150px !important; }

@media screen and (max-width: 749px) {
  .pt150 {
    padding-top: 75px !important; } }

.pt160 {
  display: block;
  padding-top: 160px !important; }

@media screen and (max-width: 749px) {
  .pt160 {
    padding-top: 80px !important; } }

.pt200 {
  display: block;
  padding-top: 200px !important; }

@media screen and (max-width: 749px) {
  .pt200 {
    padding-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt0 {
    padding-top: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt5 {
    padding-top: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt10 {
    padding-top: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt15 {
    padding-top: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt20 {
    padding-top: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt25 {
    padding-top: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt30 {
    padding-top: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt40 {
    padding-top: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt50 {
    padding-top: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt60 {
    padding-top: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt70 {
    padding-top: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt80 {
    padding-top: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt90 {
    padding-top: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt100 {
    padding-top: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt110 {
    padding-top: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt120 {
    padding-top: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt130 {
    padding-top: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt140 {
    padding-top: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt150 {
    padding-top: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt160 {
    padding-top: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-pt200 {
    padding-top: 200px !important; } }

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

@media screen and (max-width: 749px) {
  .pb0 {
    padding-bottom: 0px !important; } }

.pb5 {
  display: block;
  padding-bottom: 5px !important; }

@media screen and (max-width: 749px) {
  .pb5 {
    padding-bottom: 2.5px !important; } }

.pb10 {
  display: block;
  padding-bottom: 10px !important; }

@media screen and (max-width: 749px) {
  .pb10 {
    padding-bottom: 5px !important; } }

.pb15 {
  display: block;
  padding-bottom: 15px !important; }

@media screen and (max-width: 749px) {
  .pb15 {
    padding-bottom: 7.5px !important; } }

.pb20 {
  display: block;
  padding-bottom: 20px !important; }

@media screen and (max-width: 749px) {
  .pb20 {
    padding-bottom: 10px !important; } }

.pb25 {
  display: block;
  padding-bottom: 25px !important; }

@media screen and (max-width: 749px) {
  .pb25 {
    padding-bottom: 12.5px !important; } }

.pb30 {
  display: block;
  padding-bottom: 30px !important; }

@media screen and (max-width: 749px) {
  .pb30 {
    padding-bottom: 15px !important; } }

.pb40 {
  display: block;
  padding-bottom: 40px !important; }

@media screen and (max-width: 749px) {
  .pb40 {
    padding-bottom: 20px !important; } }

.pb50 {
  display: block;
  padding-bottom: 50px !important; }

@media screen and (max-width: 749px) {
  .pb50 {
    padding-bottom: 25px !important; } }

.pb60 {
  display: block;
  padding-bottom: 60px !important; }

@media screen and (max-width: 749px) {
  .pb60 {
    padding-bottom: 30px !important; } }

.pb70 {
  display: block;
  padding-bottom: 70px !important; }

@media screen and (max-width: 749px) {
  .pb70 {
    padding-bottom: 35px !important; } }

.pb80 {
  display: block;
  padding-bottom: 80px !important; }

@media screen and (max-width: 749px) {
  .pb80 {
    padding-bottom: 40px !important; } }

.pb90 {
  display: block;
  padding-bottom: 90px !important; }

@media screen and (max-width: 749px) {
  .pb90 {
    padding-bottom: 45px !important; } }

.pb100 {
  display: block;
  padding-bottom: 100px !important; }

@media screen and (max-width: 749px) {
  .pb100 {
    padding-bottom: 50px !important; } }

.pb110 {
  display: block;
  padding-bottom: 110px !important; }

@media screen and (max-width: 749px) {
  .pb110 {
    padding-bottom: 55px !important; } }

.pb120 {
  display: block;
  padding-bottom: 120px !important; }

@media screen and (max-width: 749px) {
  .pb120 {
    padding-bottom: 60px !important; } }

.pb130 {
  display: block;
  padding-bottom: 130px !important; }

@media screen and (max-width: 749px) {
  .pb130 {
    padding-bottom: 65px !important; } }

.pb140 {
  display: block;
  padding-bottom: 140px !important; }

@media screen and (max-width: 749px) {
  .pb140 {
    padding-bottom: 70px !important; } }

.pb150 {
  display: block;
  padding-bottom: 150px !important; }

@media screen and (max-width: 749px) {
  .pb150 {
    padding-bottom: 75px !important; } }

.pb160 {
  display: block;
  padding-bottom: 160px !important; }

@media screen and (max-width: 749px) {
  .pb160 {
    padding-bottom: 80px !important; } }

.pb200 {
  display: block;
  padding-bottom: 200px !important; }

@media screen and (max-width: 749px) {
  .pb200 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb0 {
    padding-bottom: 0px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb5 {
    padding-bottom: 5px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb10 {
    padding-bottom: 10px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb15 {
    padding-bottom: 15px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb20 {
    padding-bottom: 20px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb25 {
    padding-bottom: 25px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb30 {
    padding-bottom: 30px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb40 {
    padding-bottom: 40px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb50 {
    padding-bottom: 50px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb60 {
    padding-bottom: 60px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb70 {
    padding-bottom: 70px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb80 {
    padding-bottom: 80px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb90 {
    padding-bottom: 90px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb100 {
    padding-bottom: 100px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb110 {
    padding-bottom: 110px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb120 {
    padding-bottom: 120px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb130 {
    padding-bottom: 130px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb140 {
    padding-bottom: 140px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb150 {
    padding-bottom: 150px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb160 {
    padding-bottom: 160px !important; } }

@media screen and (max-width: 749px) {
  .sp-pb200 {
    padding-bottom: 200px !important; } }

.p0 {
  padding: 0px !important; }

@media screen and (max-width: 749px) {
  .p0 {
    padding: 0px !important; } }

.p5 {
  padding: 5px !important; }

@media screen and (max-width: 749px) {
  .p5 {
    padding: 2.5px !important; } }

.p10 {
  padding: 10px !important; }

@media screen and (max-width: 749px) {
  .p10 {
    padding: 5px !important; } }

.p15 {
  padding: 15px !important; }

@media screen and (max-width: 749px) {
  .p15 {
    padding: 7.5px !important; } }

.p20 {
  padding: 20px !important; }

@media screen and (max-width: 749px) {
  .p20 {
    padding: 10px !important; } }

.p25 {
  padding: 25px !important; }

@media screen and (max-width: 749px) {
  .p25 {
    padding: 12.5px !important; } }

.p30 {
  padding: 30px !important; }

@media screen and (max-width: 749px) {
  .p30 {
    padding: 15px !important; } }

.p40 {
  padding: 40px !important; }

@media screen and (max-width: 749px) {
  .p40 {
    padding: 20px !important; } }

.p50 {
  padding: 50px !important; }

@media screen and (max-width: 749px) {
  .p50 {
    padding: 25px !important; } }

.p60 {
  padding: 60px !important; }

@media screen and (max-width: 749px) {
  .p60 {
    padding: 30px !important; } }

.p70 {
  padding: 70px !important; }

@media screen and (max-width: 749px) {
  .p70 {
    padding: 35px !important; } }

.p80 {
  padding: 80px !important; }

@media screen and (max-width: 749px) {
  .p80 {
    padding: 40px !important; } }

.p90 {
  padding: 90px !important; }

@media screen and (max-width: 749px) {
  .p90 {
    padding: 45px !important; } }

.p100 {
  padding: 100px !important; }

@media screen and (max-width: 749px) {
  .p100 {
    padding: 50px !important; } }

.p110 {
  padding: 110px !important; }

@media screen and (max-width: 749px) {
  .p110 {
    padding: 55px !important; } }

.p120 {
  padding: 120px !important; }

@media screen and (max-width: 749px) {
  .p120 {
    padding: 60px !important; } }

.p130 {
  padding: 130px !important; }

@media screen and (max-width: 749px) {
  .p130 {
    padding: 65px !important; } }

.p140 {
  padding: 140px !important; }

@media screen and (max-width: 749px) {
  .p140 {
    padding: 70px !important; } }

.p150 {
  padding: 150px !important; }

@media screen and (max-width: 749px) {
  .p150 {
    padding: 75px !important; } }

.p160 {
  padding: 160px !important; }

@media screen and (max-width: 749px) {
  .p160 {
    padding: 80px !important; } }

.p200 {
  padding: 200px !important; }

@media screen and (max-width: 749px) {
  .p200 {
    padding: 100px !important; } }

.fadein {
  opacity: 0;
  z-index: 1; }

.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important; }

@keyframes fadeInUp {
  from {
    transform: translateY(55px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.fadeInUp2 {
  animation-name: fadeInUp2;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  visibility: visible !important; }

@keyframes fadeInUp2 {
  from {
    margin-top: 30px;
    opacity: 0; }
  to {
    margin-top: 0px;
    opacity: 1; } }

/****************************************

header

****************************************/
/****************************************

mixin

****************************************/
.header {
  background: #fff; }
  .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 70px; }
  .header_logo {
    width: 100px; }
    @media (max-width: 749px) {
      .header_logo {
        width: 70px; } }
    @media (max-width: 749px) {
      .header_logo img {
        width: 100%; } }
  .header_credit {
    font-size: 1rem; }
  .header_share {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0 8px; }
    .header_share_text {
      color: #000;
      font-size: 1.4rem;
      font-family: "Roboto", sans-serif;
      letter-spacing: 0.02em;
      font-weight: 900; }
    .header_share_link-fb {
      width: 9px; }
    .header_share_link-tw {
      width: 20px; }

/****************************************

footer

****************************************/
/****************************************

mixin

****************************************/
.footer {
  background: #00ac8f;
  color: #fff;
  padding: 35px 0; }
  .footer_scroller {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto;
    transform: rotate(45deg); }
  .footer_copy {
    margin-top: 30px;
    font-size: 1.2rem;
    text-align: center; }
    @media (max-width: 749px) {
      .footer_copy {
        font-size: 1rem; } }

/****************************************

home

****************************************/
/****************************************

mixin

****************************************/
.kv {
  padding: 50px 0 60px;
  background-image: url(../img/kv_bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .kv {
      padding: 50px 0; } }
  .kv_inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 749px) {
      .kv_inner {
        padding: 0 12px; } }
  .kv_movie {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .kv_movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.article {
  padding-bottom: 88px; }
  @media (max-width: 749px) {
    .article {
      padding-bottom: 70px; } }
  .article_catch {
    padding-top: 52px;
    padding-bottom: 100px;
    background: #D9EEE9; }
    @media (max-width: 749px) {
      .article_catch {
        padding: 50px 0; } }
    .article_catch h2 {
      color: #000;
      font-size: 3.6rem;
      text-align: center;
      font-weight: bold; }
      @media (max-width: 749px) {
        .article_catch h2 {
          font-size: 2.8rem; } }
      .article_catch h2 span {
        letter-spacing: 0.01em;
        margin: 0 auto; }
        @media (max-width: 749px) {
          .article_catch h2 span {
            line-height: 1.88888888889; } }
    .article_catch_flex {
      display: flex;
      align-items: center;
      gap: 0 36px;
      margin-top: 40px; }
      @media (max-width: 749px) {
        .article_catch_flex {
          flex-direction: column;
          gap: 32px 0;
          margin-top: 32px; } }
    .article_catch_image {
      flex-shrink: 0;
      width: 272px; }
      .article_catch_image > img {
        width: 100%; }
    .article_catch_info p {
      letter-spacing: 0.01em;
      font-weight: bold;
      line-height: 1.875; }
    .article_catch button {
      display: block;
      position: relative;
      color: #00AC97;
      font-size: 2rem;
      letter-spacing: 0.01em;
      font-weight: bold;
      text-align: center;
      width: 600px;
      margin: 28px auto 0;
      padding: 16px 80px;
      background: #fff;
      cursor: pointer; }
      @media (max-width: 749px) {
        .article_catch button {
          font-size: 1.4rem;
          width: 100%;
          margin-top: 32px;
          padding: 8px 24px; } }
      .article_catch button::before, .article_catch button::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 40px;
        margin: auto;
        width: 24px;
        height: 3px;
        background: #00AC97; }
        @media (max-width: 749px) {
          .article_catch button::before, .article_catch button::after {
            right: 16px;
            width: 16px;
            height: 2px; } }
      .article_catch button::after {
        transform: rotate(90deg); }
  .article_mainImage {
    margin-bottom: 55px; }
    .article_mainImage figcaption {
      font-size: 1.2rem;
      letter-spacing: 0.01em;
      text-align: right;
      margin-top: 8px; }
      @media (max-width: 749px) {
        .article_mainImage figcaption {
          line-height: 1.6; } }
    .article_mainImage > img {
      max-width: 100%; }
      @media (max-width: 749px) {
        .article_mainImage > img {
          width: 100%;
          vertical-align: middle; } }
  .article_title {
    color: #00AC97;
    font-size: 2.5rem;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: center; }
    @media (max-width: 749px) {
      .article_title {
        font-size: 2rem;
        line-height: 1.5; } }
    .article_title:not(:first-child) {
      margin-top: 40px; }
    .article_title-cat {
      display: block;
      color: #fff;
      font-size: 1.6rem;
      font-family: "Noto Sans JP", sans-serif;
      line-height: 30px;
      width: 190px;
      height: 30px;
      margin: 0 auto 8px;
      background-image: url(../img/article_title_bg.png);
      background-size: cover;
      background-repeat: no-repeat; }
  .article_text {
    letter-spacing: 0.01em;
    font-weight: bold;
    margin-top: 16px; }
    @media (max-width: 749px) {
      .article_text {
        margin-top: 20px; } }
  .article_info {
    margin-top: 60px; }

@media (max-width: 749px) and (max-width: 749px) {
  .article_info {
    margin-top: 40px; } }
    .article_info_list {
      display: flex;
      flex-direction: column;
      gap: 32px 0; }
      @media (max-width: 749px) {
        .article_info_list {
          gap: 25px 0; } }
    .article_info_title {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      color: #00AC97;
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      max-width: 540px;
      margin: 0 auto;
      padding: 3.5px 16px;
      background-image: url(../img/info_title_bg.png);
      background-size: cover;
      background-repeat: no-repeat;
      z-index: 2; }
      @media (max-width: 749px) {
        .article_info_title {
          line-height: 1.5;
          max-width: 100%;
          padding: 8px 16px;
          background-size: 100% 100%; } }
    .article_info_flex {
      display: flex;
      position: relative;
      padding-top: 17.5px;
      z-index: 1; }
      @media (max-width: 749px) {
        .article_info_flex {
          flex-direction: column; } }
    .article_info_image > img {
      max-width: 100%; }
      @media (max-width: 749px) {
        .article_info_image > img {
          width: 100%;
          vertical-align: middle; } }

.award {
  padding-bottom: 128px;
  background-image: url(../img/award_bg.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat; }
  @media (max-width: 749px) {
    .award {
      position: relative;
      padding-bottom: 70px;
      background: #9ad5c9;
      background: linear-gradient(0deg, rgba(154, 213, 201, 0.7) 0%, rgba(204, 232, 225, 0.7) 100%); } }
  @media (max-width: 749px) {
    .award::before, .award::after {
      content: '';
      position: absolute;
      width: 33.0666666667vw;
      max-width: 124px;
      height: 59.7333333333vw;
      max-height: 224px;
      background-image: url(../img/award_bg_sp.png);
      background-size: cover;
      background-repeat: no-repeat; }
    .award::before {
      top: 0;
      left: 0; }
    .award::after {
      bottom: 0;
      right: 0;
      transform: rotate(180deg); } }
  @media (max-width: 749px) {
    .award .wrap800 {
      position: relative;
      z-index: 5; } }
  .award_title {
    color: #E95383;
    font-size: 3rem;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 32px;
    padding-top: 100px; }
    @media (max-width: 749px) {
      .award_title {
        font-size: 2rem;
        margin-bottom: 20px;
        padding: 0; } }
  .award_list {
    display: flex;
    flex-direction: column;
    gap: 60px 0; }
  .award_item_cat {
    color: #fff;
    font-size: 3rem;
    letter-spacing: 0.01em;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    background-image: url(../img/award_cat_bg.png);
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 749px) {
      .award_item_cat {
        font-size: 2.2rem;
        background-size: 100% 100%; } }
  .award_item_title {
    font-size: 2.5rem;
    letter-spacing: 0.01em;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
    margin-top: 10px; }
    @media (max-width: 749px) {
      .award_item_title {
        font-size: 2rem;
        line-height: 1.5; } }
  .award_item_name {
    color: #E95383;
    letter-spacing: 0.01em;
    font-weight: 500;
    text-align: center;
    margin-top: 5px; }
    @media (max-width: 749px) {
      .award_item_name {
        font-size: 1.5rem; } }
    .award_item_name small {
      font-size: 1.3rem; }
  .award_item_image {
    margin-top: 20px; }
    .award_item_image > img {
      max-width: 100%; }
      @media (max-width: 749px) {
        .award_item_image > img {
          width: 100%;
          vertical-align: middle; } }
  .award_item_text {
    letter-spacing: 0.01em;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 20px; }
  .award_item_thought_title {
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
    width: 240px;
    height: 35px;
    margin: 26px auto 0;
    background-image: url(../img/award_thought_bg.png);
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 749px) {
      .award_item_thought_title {
        font-size: 1.5rem;
        width: 200px;
        background-size: 100% 100%;
        margin-top: 20px; } }
  .award_item_thought_text {
    color: #E95383;
    font-weight: 500;
    line-height: 1.75;
    margin-top: 20px; }
  .award_item_comment {
    display: flex;
    align-items: center;
    gap: 0 20px;
    margin-top: 30px;
    padding: 30px 30px 26px;
    background: #E6F3F0; }
    @media (max-width: 749px) {
      .award_item_comment {
        flex-direction: column;
        gap: 20px 0;
        padding: 32px 16px; } }
    .award_item_comment_image {
      flex-shrink: 0;
      width: 140px; }
    .award_item_comment_info {
      width: calc(100% - 160px); }
      @media (max-width: 749px) {
        .award_item_comment_info {
          width: 100%; } }
    .award_item_comment_text {
      letter-spacing: 0.01em;
      font-weight: 500;
      line-height: 1.75; }
    .award_item_comment_name {
      font-size: 1.4rem;
      letter-spacing: 0.01em;
      font-weight: 500;
      text-align: right; }
      @media (max-width: 749px) {
        .award_item_comment_name {
          margin-top: 15px; } }
      .award_item_comment_name .large {
        font-size: 1.6rem; }
      .award_item_comment_name small {
        font-size: 1.3rem; }
  .award_item_movie {
    position: relative;
    margin-top: 30px;
    padding-bottom: 56.25%;
    overflow: hidden; }
    .award_item_movie > iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.photo {
  padding-bottom: 98px; }
  @media (max-width: 749px) {
    .photo {
      padding-bottom: 70px; } }
  .photo_title {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 22px; }
    @media (max-width: 749px) {
      .photo_title {
        margin: 0 0 20px; } }
    .photo_title span {
      position: relative;
      color: #00AC97;
      font-size: 2.5rem;
      letter-spacing: 0.01em;
      font-weight: bold; }
      @media (max-width: 749px) {
        .photo_title span {
          font-size: 2rem; } }
      .photo_title span::before {
        content: '';
        position: absolute;
        top: -28px;
        left: 0;
        right: 0;
        margin: auto;
        width: 85px;
        height: 10px;
        background-image: url(../img/photo_title.svg);
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 749px) {
          .photo_title span::before {
            top: -16px;
            width: 68px;
            height: 8px; } }
  .photo_image > img {
    max-width: 100%; }
    @media (max-width: 749px) {
      .photo_image > img {
        width: 100%;
        vertical-align: middle; } }
  .photo_image figcaption {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
    text-align: right; }
  .photo .link {
    margin-top: 100px;
    margin-left: -50px;
    margin-right: -50px;
    padding-top: 100px;
    border-top: 1px solid #00AC8F; }
    @media (max-width: 749px) {
      .photo .link {
        margin-top: 50px;
        margin-left: -12px;
        margin-right: -12px;
        padding-top: 50px; } }
    .photo .link a {
      display: block;
      position: relative;
      color: #00AC97;
      font-size: 2rem;
      letter-spacing: 0.01em;
      font-weight: bold;
      text-align: center;
      width: 100%;
      max-width: 600px;
      margin: 0 auto;
      padding: 14px 32px;
      border: 2px solid #00AC97; }
      @media (max-width: 749px) {
        .photo .link a {
          font-size: 1.4rem;
          max-width: 100%; } }
      .photo .link a::after {
        content: '';
        position: absolute;
        top: 8px;
        right: 8px;
        width: 23px;
        height: 21px;
        background-image: url(../img/icon_blank.svg);
        background-size: cover;
        background-repeat: no-repeat; }

.profile {
  padding-top: 125px;
  padding-bottom: 68px;
  background: #00AC8F; }
  @media (max-width: 749px) {
    .profile {
      padding-top: 50px;
      padding-bottom: 70px; } }
  .profile_title {
    line-height: 1.12;
    text-align: center; }
    .profile_title span {
      display: inline-block;
      position: relative;
      color: #fff;
      font-size: 2.5rem;
      letter-spacing: 0.01em;
      font-weight: bold; }
      @media (max-width: 749px) {
        .profile_title span {
          font-size: 2rem; } }
      .profile_title span::before {
        content: '';
        position: absolute;
        top: -28px;
        left: 0;
        right: 0;
        margin: auto;
        width: 85px;
        height: 10px;
        background-image: url(../img/profile_title.svg);
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 749px) {
          .profile_title span::before {
            top: -16px;
            width: 68px;
            height: 8px; } }
  .profile_name {
    color: #fff;
    font-size: 2rem;
    letter-spacing: 0.01em;
    font-weight: bold;
    text-align: center;
    margin-top: 5px; }
    @media (max-width: 749px) {
      .profile_name {
        font-size: 1.5rem;
        line-height: 1.5;
        text-align: right;
        margin-top: 10px; } }
    .profile_name small {
      font-size: 1.2rem; }
  .profile_block {
    display: flex;
    gap: 0 30px;
    margin-top: 25px; }
    @media (max-width: 749px) {
      .profile_block {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 20px; } }
  .profile_image {
    flex-shrink: 0;
    width: 370px; }
    @media (max-width: 749px) {
      .profile_image {
        width: 100%; } }
    .profile_image > img {
      max-width: 100%; }
      @media (max-width: 749px) {
        .profile_image > img {
          width: 100%;
          vertical-align: middle; } }
  .profile_info {
    width: calc(100% - 400px); }
    @media (max-width: 749px) {
      .profile_info {
        width: 100%; } }
    .profile_info_text {
      color: #fff;
      letter-spacing: 0.01em;
      font-weight: bold;
      line-height: 1.75; }

.convention {
  padding-bottom: 95px;
  background: #FFF3C3; }
  @media (max-width: 749px) {
    .convention {
      padding-bottom: 70px; } }
  .convention_title {
    text-align: center;
    margin-top: 28px;
    margin-bottom: 22px; }
    @media (max-width: 749px) {
      .convention_title {
        margin: 0 0 20px; } }
    .convention_title span {
      display: inline-block;
      position: relative;
      font-size: 2.4rem;
      letter-spacing: 0.01em;
      font-weight: bold;
      line-height: 1.5; }
      @media (max-width: 749px) {
        .convention_title span {
          font-size: 2rem; } }
      .convention_title span::before {
        content: '';
        position: absolute;
        top: -28px;
        left: 0;
        right: 0;
        margin: auto;
        width: 85px;
        height: 10px;
        background-image: url(../img/photo_title.svg);
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 749px) {
          .convention_title span::before {
            top: -16px;
            width: 68px;
            height: 8px; } }
  .convention_text {
    font-weight: bold;
    letter-spacing: 0.01em;
    line-height: 1.75;
    margin-bottom: 36px; }
    @media (max-width: 749px) {
      .convention_text {
        margin-top: 20px; } }
  .convention_image {
    margin-bottom: 20px; }
    .convention_image > img {
      max-width: 100%; }
      @media (max-width: 749px) {
        .convention_image > img {
          width: 100%;
          vertical-align: middle; } }
  .convention_block {
    margin-bottom: 18px;
    padding: 40px 40px 42px;
    background: #FFFAE5; }
    @media (max-width: 749px) {
      .convention_block {
        margin-bottom: 20px;
        padding: 24px; } }
    .convention_block_name {
      color: #fff;
      font-weight: bold;
      text-align: center;
      max-width: 550px;
      margin: 0 auto 10px;
      padding: 3.5px 16px;
      background-image: url(../img/convention_name.png);
      background-size: cover;
      background-repeat: no-repeat; }
      @media (max-width: 749px) {
        .convention_block_name {
          max-width: 100%;
          margin-bottom: 20px;
          padding: 8px 16px;
          background-size: 100% 100%; } }
    .convention_block_title {
      font-size: 2.5rem;
      letter-spacing: 0.01em;
      font-weight: bold;
      text-align: center;
      margin-bottom: 22px; }
      @media (max-width: 749px) {
        .convention_block_title {
          font-size: 2rem;
          margin-bottom: 20px; } }
    .convention_block_flex {
      display: flex;
      gap: 0 20px; }
      @media (max-width: 749px) {
        .convention_block_flex {
          flex-direction: column;
          gap: 20px 0; } }
    .convention_block_info {
      width: calc(100% - 320px); }
      @media (max-width: 749px) {
        .convention_block_info {
          width: 100%; } }
    .convention_block_text {
      letter-spacing: 0.01em;
      font-weight: 500;
      line-height: 1.75; }
    .convention_block_image {
      position: relative;
      flex-shrink: 0;
      width: 300px; }
      @media (max-width: 749px) {
        .convention_block_image {
          width: 100%; } }
      .convention_block_image > img {
        max-width: 100%; }
        @media (max-width: 749px) {
          .convention_block_image > img {
            width: 100%;
            vertical-align: middle; } }
      .convention_block_image::after {
        content: '';
        position: absolute;
        bottom: -13px;
        right: -20px;
        width: 120px;
        height: 120px;
        background-image: url(../img/convention_profile.png);
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 749px) {
          .convention_block_image::after {
            right: -16px;
            bottom: -16px;
            width: 100px;
            height: 100px; } }
  .convention_fair_text {
    color: #C45D00;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.41666666667; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s; }
  .modal.is-active {
    opacity: 1;
    visibility: visible; }
  .modal_film {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .modal_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    max-height: 80vh;
    max-height: 80dvh;
    padding: 80px 60px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s; }
    @media (max-width: 749px) {
      .modal_content {
        width: calc(100% - 24px);
        max-height: 80dvh;
        padding: 48px 15px;
        overflow-y: auto; } }
    .modal_content.is-active {
      opacity: 1;
      visibility: visible; }
  .modal_close {
    position: absolute;
    top: 22px;
    right: 22px;
    width: 35px;
    height: 35px;
    cursor: pointer; }
    @media (max-width: 749px) {
      .modal_close {
        top: 16px;
        right: 16px;
        width: 24px;
        height: 24px; } }
    .modal_close::before, .modal_close::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 3px;
      background: #00AC97; }
      @media (max-width: 749px) {
        .modal_close::before, .modal_close::after {
          height: 2px; } }
    .modal_close::before {
      transform: rotate(45deg); }
    .modal_close::after {
      transform: rotate(-45deg); }
  .modal_title {
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    max-width: 680px;
    margin: 0 auto;
    margin-bottom: 28px;
    padding: 13px 16px;
    background-image: url(../img/modal_title_bg.png);
    background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 749px) {
      .modal_title {
        font-size: 2rem;
        margin-bottom: 20px;
        padding: 8px 16px;
        background-size: 100% 100%; } }
  .modal .modal_block {
    padding: 0 25px 0 16px; }
    @media (max-width: 749px) {
      .modal .modal_block {
        padding: 0; } }
    .modal .modal_block_text {
      font-weight: 500;
      line-height: 1.875; }
    .modal .modal_block_image {
      float: right;
      width: 250px;
      margin: 0 0 0 12px; }
      @media (max-width: 749px) {
        .modal .modal_block_image {
          float: none;
          margin: 0 auto 16px; } }
