@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
ul, li {
  list-style: none;
}

* {
  box-sizing: border-box;
  outline: 0;
}

:root {
  --vw: 1vw;
}

@media only screen and (max-width: 767.98px) {
  .tbpc-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

#takarazuka {
  position: relative;
  background: #fff;
  z-index: 1;
  color: #000;
  line-height: 1.714;
  font-family: "Roboto", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  font-weight: 300;
  letter-spacing: 0em;
  font-size: calc(var(--vw) * 16 / 1280 * 100);
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #takarazuka {
    overflow: visible !important;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka {
    min-width: 0;
  }
}
@media screen and (min-width: 1280px) {
  #takarazuka {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka {
    font-size: calc(var(--vw) * 14 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka {
    width: 100%;
    line-height: 1.8;
    min-width: inherit;
  }
}
#takarazuka.hidden {
  /* when modal active */
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
#takarazuka input,
#takarazuka select, #takarazuka button,
#takarazuka textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}
#takarazuka textarea {
  resize: vertical;
}
#takarazuka input[type=number]::-webkit-outer-spin-button,
#takarazuka input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
#takarazuka input[type=number] {
  -moz-appearance: textfield;
}
#takarazuka input[type=checkbox],
#takarazuka input[type=radio] {
  position: absolute;
  opacity: 0;
  height: 1px;
  width: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#takarazuka input[type=submit],
#takarazuka input[type=button],
#takarazuka label,
#takarazuka button,
#takarazuka select {
  cursor: pointer;
}
#takarazuka select::-ms-expand {
  display: none;
}
#takarazuka input[type=checkbox] {
  display: none;
}
#takarazuka sup {
  font-size: 0.7em;
  vertical-align: top;
}
#takarazuka a, #takarazuka button {
  text-decoration: none;
  color: #000;
}
#takarazuka img {
  width: 100%;
  vertical-align: bottom;
}
#takarazuka a.fade,
#takarazuka div.fade,
#takarazuka input.fade {
  transition: opacity 0.4s;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
#takarazuka a.fade:hover,
#takarazuka div.fade:hover,
#takarazuka input.fade:hover {
  opacity: 0.6;
}
#takarazuka #wrapper {
  position: relative;
}
#takarazuka .fadeObj {
  opacity: 0;
  transition: 0.6s;
}
#takarazuka .fadeObj.is-active {
  opacity: 1;
  transition: 0.6s;
}

#takarazuka header.tk_header {
  padding: 5px 30px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header {
    padding: calc(var(--vw) * 8 / 780 * 100) calc(var(--vw) * 14 / 780 * 100) calc(var(--vw) * 8 / 780 * 100) calc(var(--vw) * 23 / 780 * 100);
  }
}
#takarazuka header.tk_header .in {
  position: relative;
  min-width: 1184px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .in {
    min-width: 0;
    width: 100%;
  }
}
#takarazuka header.tk_header .logo {
  width: 143px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .logo {
    width: calc(var(--vw) * 140 / 780 * 100);
    max-width: none;
  }
}
#takarazuka header.tk_header .toyoko_ttl {
  width: 140px;
  margin: 20px 0;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .toyoko_ttl {
    width: 30vw;
    margin: 3vw 0;
    height: auto;
  }
}
#takarazuka header.tk_header .yoyaku_sp {
  width: 10vw;
  margin: 1vw;
  position: relative;
  cursor: pointer;
}
#takarazuka header.tk_header .back_btn {
  position: relative;
  text-align: center;
  background-color: #02479d;
  border: solid 2px #02479d;
  box-sizing: border-box;
  display: table;
  border-radius: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  padding: 15px 26px 15px 26px;
  font-size: 15px;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .back_btn {
    font-size: 2.2vw;
    padding: 2vw;
    display: inline-block;
    width: 45vw;
  }
}
#takarazuka header.tk_header .back_btn:hover {
  background-color: #FFF;
  color: #02479d;
}
#takarazuka header.tk_header .yoyaku {
  position: relative;
  text-align: center;
  background: #02479d;
  display: table;
  border-radius: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  min-width: 300px;
  padding: 20px 0 20px 26px;
  font-size: 20px;
  transition: opacity 0.4s;
  opacity: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .yoyaku {
    min-width: calc(var(--vw) * 197 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .yoyaku {
    padding: calc(var(--vw) * 18 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 18 / 780 * 100) calc(var(--vw) * 32 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .yoyaku {
    font-size: calc(var(--vw) * 18 / 780 * 100);
  }
}
#takarazuka header.tk_header .yoyaku:hover {
  transition: opacity 0.4s;
  opacity: 0.7;
}
#takarazuka header.tk_header .yoyaku:before {
  content: "";
  background: url(../img/sch.svg) 0 0/cover no-repeat;
  width: 26px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .yoyaku:before {
    width: calc(var(--vw) * 22 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .yoyaku:before {
    height: calc(var(--vw) * 26 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka header.tk_header .yoyaku:before {
    left: calc(var(--vw) * 25 / 780 * 100);
  }
}

#page-top {
  position: fixed;
  right: calc(var(--vw) * 24 / 1280 * 100);
  line-height: 1;
  z-index: 99;
  transition: 0.4s;
}
@media screen and (min-width: 1280px) {
  #page-top {
    right: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top {
    right: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top {
    right: calc(var(--vw) * 10 / 780 * 100);
  }
}

#page-top a {
  position: relative;
  background: #FF8F3D;
  text-decoration: none;
  color: #fff;
  width: calc(var(--vw) * 60 / 1280 * 100);
  max-width: 60px;
  height: calc(var(--vw) * 60 / 1280 * 100);
  text-align: center;
  display: block;
  border-radius: 90px;
  transition: 0.4s;
}
@media only screen and (max-width: 767.98px) {
  #page-top a {
    width: calc(var(--vw) * 60 / 780 * 100);
    max-width: none;
  }
}
@media screen and (min-width: 1280px) {
  #page-top a {
    height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top a {
    height: calc(var(--vw) * 60 / 780 * 100);
  }
}
#page-top a:before {
  content: "";
  display: inline-block;
  position: absolute;
  opacity: 1;
  background: #fff;
  width: calc(var(--vw) * 18 / 1280 * 100);
  max-width: 18px;
  height: calc(var(--vw) * 22 / 1280 * 100);
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1280px) {
  #page-top a:before {
    height: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top a:before {
    width: calc(var(--vw) * 18 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #page-top a:before {
    height: calc(var(--vw) * 22 / 780 * 100);
  }
}
@media print, screen and (min-width: 768px) {
  #page-top a:hover {
    background: #fff;
  }
  #page-top a:hover:before {
    background: #FF8F3D;
  }
  .filmbddvd #page-top a:hover:before {
    background: #0BBDFC;
  }
}

footer {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  width: 100%;
  max-width: 100vw;
  font-size: 15px;
  color: #0d1a33;
  overflow-wrap: break-word;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(0, 72, 157, 0.5);
}

#takarazuka {
  min-width: 1184px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka {
    min-width: 0;
  }
}
#takarazuka main {
  position: revert;
  padding-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka main {
    padding-top: 14.8vw;
  }
}
#takarazuka main .in {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 32px 0;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka main .in {
    padding: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100);
  }
}
#takarazuka .btn_fixed {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 160px;
  z-index: 10;
  opacity: 0;
  transition: all 0.4s ease, visibility 0.4s ease;
  scale: 1;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .btn_fixed {
    bottom: 2vw;
    right: 2vw;
    width: 20vw;
  }
}
#takarazuka .btn_fixed:hover {
  scale: 1.08;
}
#takarazuka .btn_fixed.show {
  /* フェードイン */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#takarazuka .btn_fixed.stop {
  /* フッター手前で止めるとき */
  position: absolute;
  bottom: 20px; /* wrapper の底から 20px 上 */
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .btn_fixed.stop {
    bottom: -15vw;
  }
}
#takarazuka .present_txt {
  background: #bbdaf4;
  font-weight: 600;
  font-style: italic;
  color: #00489d;
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-size: 36px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_txt {
    font-size: calc(var(--vw) * 30 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_txt .in {
    padding: 0;
    padding-top: 2vw;
    line-height: 1.3;
  }
}
#takarazuka .present_txt .marker {
  background: linear-gradient(transparent 70%, #d3bca4 0%);
  display: inline;
  padding: 0 1px 0px;
}
#takarazuka .present_txt span {
  letter-spacing: 0.1em;
  font-size: 56px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_txt span {
    font-size: calc(var(--vw) * 50 / 780 * 100);
  }
}
#takarazuka .kv {
  background: #1b3466 url(../img/waku.png) center center/100% 100% no-repeat;
  padding: 54px 0;
  border: 7px solid #1b3466;
  min-width: 1184px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv {
    padding: calc(var(--vw) * 58 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 58 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv {
    min-width: calc(var(--vw) * 0 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv {
    border-width: 2.5vw 1.4vw;
    background-image: url(../img/waku_sp.png);
  }
}
#takarazuka .kv .in {
  min-width: 0;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .in {
    padding: 0;
  }
}
#takarazuka .kv .kv_txt01 {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#takarazuka .kv .kv_txt01 .t01 {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 36px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_txt01 .t01 {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}
#takarazuka .kv .kv_txt01 .t02 {
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 81px;
  margin-top: 24px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_txt01 .t02 {
    font-size: calc(var(--vw) * 58 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_txt01 .t02 {
    margin-top: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .kv .kv_ataru {
  margin: 0 auto;
  width: 1050px;
  margin-top: 28px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_ataru {
    width: calc(var(--vw) * 690 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_ataru {
    margin-top: calc(var(--vw) * 38 / 780 * 100);
  }
}
#takarazuka .kv .kv_wrap01 {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
#takarazuka .kv .kv_wrap01 > .txt {
  line-height: 1;
}
#takarazuka .kv .kv_wrap01 .t01 {
  font-family: "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  font-size: 24px;
  padding-left: 50px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .t01 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .t01 {
    padding-left: calc(var(--vw) * 50 / 780 * 100);
  }
}
#takarazuka .kv .kv_wrap01 .t02 {
  line-height: 0.9;
  text-align: center;
  font-family: "Noto Serif JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  font-size: 54px;
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .t02 {
    font-size: calc(var(--vw) * 54 / 780 * 100);
  }
}
#takarazuka .kv .kv_wrap01 .t02 span {
  font-size: 34px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .t02 span {
    font-size: calc(var(--vw) * 34 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .t02 span {
    display: inline-block;
    margin-top: 0.9em;
  }
}
#takarazuka .kv .kv_wrap01 .t03 {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  margin-top: 5px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .t03 {
    font-size: calc(var(--vw) * 32 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .t03 {
    margin-top: calc(var(--vw) * 10 / 780 * 100);
  }
}
#takarazuka .kv .kv_wrap01 .t03 span {
  font-size: 50px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .t03 span {
    font-size: calc(var(--vw) * 50 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .kv_wrap01_img {
    margin-top: calc(var(--vw) * 30 / 780 * 100);
  }
}
#takarazuka .kv .kv_wrap01 .kv_wrap01_img .img {
  width: 453px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .kv_wrap01_img .img {
    width: calc(var(--vw) * 453 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .kv_wrap01_img .img {
    margin: 0 auto;
  }
}
#takarazuka .kv .kv_wrap01 .kv_wrap01_img .txt {
  font-weight: 600;
  text-align: right;
  font-size: 12px;
  margin-top: 0.8em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .kv .kv_wrap01 .kv_wrap01_img .txt {
    font-size: calc(var(--vw) * 17 / 780 * 100);
  }
}
#takarazuka .block_ttl {
  position: relative;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 600;
  font-size: 36px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .block_ttl {
    font-size: calc(var(--vw) * 36 / 780 * 100);
  }
}
#takarazuka .block_ttl:before {
  content: "";
  position: absolute;
  bottom: -0.4em;
  left: 50%;
  transform: translateX(-50%);
  width: 52px;
  height: 6px;
  background: #cfbc8e;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .block_ttl:before {
    width: calc(var(--vw) * 50 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .block_ttl:before {
    height: calc(var(--vw) * 6 / 780 * 100);
  }
}
#takarazuka .present_sc.present_sc01 {
  background: #00489d;
  padding: 100px 0 130px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc01 {
    padding: calc(var(--vw) * 120 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 85 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#takarazuka .present_sc.present_sc02 {
  background: #ebf5ff;
  padding: 120px 0 70px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc02 {
    padding: calc(var(--vw) * 120 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 85 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#takarazuka .present_sc.present_sc02 .block_ttl {
  color: #1b3466;
}
#takarazuka .present_sc.present_sc02 .block01 .ribbon_wrap:before {
  content: none;
}
#takarazuka .present_sc.present_sc02 .block01 .ribbon {
  background: #00489d;
  border-top: 0;
  border-bottom: 0;
}
#takarazuka .present_sc.present_sc02 .block01 .ribbon .s02 {
  background: #fff;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc02 .block01 .ribbon .s02 {
    padding-left: 0.9em;
    padding-right: 0.9em;
    margin-left: 1em;
  }
}
#takarazuka .present_sc.present_sc02 .block01 .box:last-child {
  margin-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc02 .block01 .box:last-child {
    margin-top: calc(var(--vw) * 70 / 780 * 100);
  }
}
#takarazuka .present_sc.present_sc02 .block01 .box .block01_ttl {
  background: #0061c8;
}
#takarazuka .present_sc.present_sc02 .block01 .box .block01_date {
  display: table;
  padding: 0.2em 0.6em 0.1em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc02 .block01 .box .block01_date {
    margin-top: calc(var(--vw) * 30 / 780 * 100);
  }
}
#takarazuka .present_sc.present_sc02 .block02 .block02_flex .box {
  border-color: #0061c8;
}
#takarazuka .present_sc.present_sc02 .block02 .block02_flex .box .circle_num:before {
  background: #0061c8;
  border: 0 solid #f5cb92;
}
#takarazuka .present_sc.present_sc02 .block03 .block03_date {
  color: #00489d;
  border-color: #00489d;
  position: relative;
}
#takarazuka .present_sc.present_sc02 .block03 .block03_date .comingsoon {
  color: #1b3466;
  background: #f5cb92;
  font-weight: 600;
  border-radius: 0.3em;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding: 0.3em 1em 0.2em;
  position: absolute;
  top: -55px;
  left: -30px;
  transform: rotate(-12deg);
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc02 .block03 .block03_date .comingsoon {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc02 .block03 .block03_date .comingsoon {
    top: calc(var(--vw) * -44 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc02 .block03 .block03_date .comingsoon {
    left: calc(var(--vw) * -24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc.present_sc02 .block03 .block03_date .comingsoon {
    transform: rotate(-8deg);
  }
}
#takarazuka .present_sc .block01 {
  position: relative;
  background: #fff;
  border: 2px solid #00489d;
  padding: 50px 14px 70px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 {
    padding: calc(var(--vw) * 50 / 780 * 100) calc(var(--vw) * 23 / 780 * 100) calc(var(--vw) * 60 / 780 * 100) calc(var(--vw) * 23 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .ribbon_wrap {
  display: table;
  position: absolute;
  top: -56px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .ribbon_wrap {
    top: calc(var(--vw) * -56 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .ribbon_wrap:before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0px;
  left: -4px;
  width: calc(100% + 8px);
  height: 100%;
  background: #f5cb92;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
          clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .ribbon_wrap:before {
    left: -2px;
    width: calc(100% + 4px);
  }
}
#takarazuka .present_sc .block01 .ribbon {
  width: 804px;
  position: relative;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0.5em 0;
  background-color: #1b3466;
  letter-spacing: 0.1em;
  color: #f5cb92;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
          clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
  border-top: 2px solid #f5cb92;
  border-bottom: 2px solid #f5cb92;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .ribbon {
    width: calc(var(--vw) * 708 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .ribbon {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .ribbon {
    padding: 0.8em 0;
  }
}
#takarazuka .present_sc .block01 .ribbon .s01 {
  font-weight: 600;
  font-size: 40px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .ribbon .s01 {
    font-size: calc(var(--vw) * 35 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .ribbon .s01 span {
  display: inline-block;
  font-size: 58px;
  position: relative;
  top: 0.05em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .ribbon .s01 span {
    font-size: calc(var(--vw) * 46 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .ribbon .s02 {
  background: #f5cb92;
  color: #1b3466;
  display: inline-block;
  line-height: 1;
  padding: 0.4em 0.6em 0.3em;
  border-radius: 0.3em;
  margin-left: 1em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .ribbon .s02 {
    padding: 0.4em 0.3em 0.3em 0.6em;
    margin-left: 0.6em;
  }
}
#takarazuka .present_sc .block01 .box {
  margin-top: 0px;
}
#takarazuka .present_sc .block01 .box:last-child {
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box:last-child {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .inbox {
  padding: 0 60px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .inbox {
    padding: 0;
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl {
  position: relative;
  background: #00489d;
  color: #fff;
  padding-top: 0.9em;
  padding-bottom: 0.7em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl {
    padding: calc(var(--vw) * 14 / 780 * 100) calc(var(--vw) * 28 / 780 * 100) calc(var(--vw) * 14 / 780 * 100) calc(var(--vw) * 28 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl.block01_ttl01 .txt {
  padding-left: 0.9em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl.block01_ttl01 .txt {
    padding-left: calc(var(--vw) * 0 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl.block01_ttl02 .txt {
  padding-left: 0.9em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl.block01_ttl02 .txt {
    padding-left: 0;
    letter-spacing: 0;
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl.block01_ttl02 .txt .big {
  font-size: 50px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl.block01_ttl02 .txt .big {
    font-size: calc(var(--vw) * 40 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl.block01_ttl02 .txt .small {
  font-size: 34px;
  margin-left: 0.2em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl.block01_ttl02 .txt .small {
    font-size: calc(var(--vw) * 34 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl .txt {
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.4;
  font-size: 44px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl .txt {
    font-size: calc(var(--vw) * 40 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl .txt {
    line-height: 1.4;
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl .circle {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #b49d71;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3em 0;
  color: #00489d;
  line-height: 1;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl .circle {
    right: calc(var(--vw) * 15 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl .circle {
    width: calc(var(--vw) * 152 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl .circle {
    height: calc(var(--vw) * 152 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl .circle .s01, #takarazuka .present_sc .block01 .box .block01_ttl .circle .s03 {
  font-size: 22px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl .circle .s01, #takarazuka .present_sc .block01 .box .block01_ttl .circle .s03 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl .circle .s02 {
  font-size: 40px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl .circle .s02 {
    font-size: calc(var(--vw) * 44 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_ttl .circle .s04 {
  text-align: center;
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_ttl .circle .s04 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_date {
  line-height: 1.3;
  display: table;
  margin: 0 auto;
  margin-top: 0.4em;
  text-align: center;
  color: #1b3466;
  letter-spacing: 0.1em;
  font-weight: 600;
  font-size: 40px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_date {
    font-size: calc(var(--vw) * 40 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_date .big {
  font-size: 50px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_date .big {
    font-size: calc(var(--vw) * 50 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_date .maru {
  position: relative;
  top: -0.15em;
  font-size: 31px;
  display: inline-block;
  color: #fff;
  z-index: 1;
  margin-left: 0.7em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_date .maru {
    font-size: calc(var(--vw) * 31 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_date .maru:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: #1b3466;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#takarazuka .present_sc .block01 .box .block01_t01 {
  text-align: center;
  font-weight: 600;
  color: #1b3466;
  font-size: 27px;
  margin-top: 0.5em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_t01 {
    font-size: calc(var(--vw) * 27 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_flex {
  display: -ms-flex;
  display: flex;
  align-items: center;
  gap: 0 40px;
  margin-top: 23px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex {
    gap: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex {
    margin-top: calc(var(--vw) * 30 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex {
    align-items: flex-center;
  }
}
#takarazuka .present_sc .block01 .box .block01_flex .img {
  width: 305px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex .img {
    width: calc(var(--vw) * 270 / 780 * 100);
    max-width: none;
  }
}
#takarazuka .present_sc .block01 .box .block01_flex .img p {
  color: #00489d;
  text-align: right;
  font-size: 13px;
  margin-top: 0.2em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex .img p {
    font-size: calc(var(--vw) * 11 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_flex .txt {
  flex: 1;
}
#takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 {
  color: #1b3466;
  margin-top: 20px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 {
    margin-top: calc(var(--vw) * 25 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01:first-child {
  margin-top: 0;
}
#takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 span {
  display: block;
  line-height: 1.2;
}
#takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 .s01 {
  font-size: 15px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 .s01 {
    font-size: calc(var(--vw) * 15 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 .s02 {
  font-weight: 600;
  text-indent: -0.5em;
  margin: 0.4em 0;
  font-size: 27px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 .s02 {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 .s03 {
  font-size: 17px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex .txt .intxt01 .s03 {
    font-size: calc(var(--vw) * 17 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_flex .txt .intxt02 {
  color: #1b3466;
  font-weight: 600;
  font-size: 22px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_flex .txt .intxt02 {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_table {
  margin-top: 40px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_table {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_table table {
  width: 100%;
}
#takarazuka .present_sc .block01 .box .block01_table table th, #takarazuka .present_sc .block01 .box .block01_table table td {
  color: #02479d;
  border: 2px solid #02479d;
  padding: 0.7em 1em;
  font-size: 18px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_table table th, #takarazuka .present_sc .block01 .box .block01_table table td {
    font-size: calc(var(--vw) * 18 / 780 * 100);
  }
}
#takarazuka .present_sc .block01 .box .block01_table table tr th {
  width: 15%;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_table table tr th {
    width: 25%;
  }
}
#takarazuka .present_sc .block01 .box .block01_table table tr td:nth-child(2) {
  width: 60%;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_table table tr td:nth-child(2) {
    width: 45%;
  }
}
#takarazuka .present_sc .block01 .box .block01_table table tr td:nth-child(3) {
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .block01_table table tr td:nth-child(3) {
    width: 35%;
  }
}
#takarazuka .present_sc .block01 .box .block01_table table th {
  font-weight: 600;
}
#takarazuka .present_sc .block01 .box .block01_table table td {
  font-weight: 500;
}
#takarazuka .present_sc .block01 .box .attention {
  font-weight: 500;
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .attention {
    font-size: calc(var(--vw) * 17 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block01 .box .attention {
    margin-top: calc(var(--vw) * 15 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 {
  margin-top: 90px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex {
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex {
    margin-top: calc(var(--vw) * 90 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex {
    flex-direction: column;
  }
}
#takarazuka .present_sc .block02 .block02_flex .box {
  background: #fff;
  position: relative;
  border: 3px solid #f5cb92;
  width: 530px;
  padding: 68px 30px 36px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box {
    width: calc(var(--vw) * 642 / 780 * 100);
    max-width: none;
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box {
    padding: calc(var(--vw) * 80 / 780 * 100) calc(var(--vw) * 33 / 780 * 100) calc(var(--vw) * 40 / 780 * 100) calc(var(--vw) * 33 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box {
    margin-top: calc(var(--vw) * 90 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box:first-child {
    margin-top: 0;
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .circle_num {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .circle_num {
    font-size: calc(var(--vw) * 36 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .circle_num {
    top: calc(var(--vw) * -36 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .circle_num:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5em;
  height: 2.5em;
  background: #1b3466;
  border: 3px solid #f5cb92;
  border-radius: 50%;
  z-index: -1;
}
#takarazuka .present_sc .block02 .block02_flex .box .icon_flex {
  display: -ms-flex;
  display: flex;
  gap: 0 22px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .icon_flex {
    gap: calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 30 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .icon_flex .icon {
  margin-top: 10px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .icon_flex .icon {
    margin-top: calc(var(--vw) * 20 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .icon_flex .icon.icon_member {
  width: 70px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .icon_flex .icon.icon_member {
    width: calc(var(--vw) * 88 / 780 * 100);
    max-width: none;
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .icon_flex .icon.icon_bed {
  width: 64px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .icon_flex .icon.icon_bed {
    width: calc(var(--vw) * 82 / 780 * 100);
    max-width: none;
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .icon_flex .txt {
  flex: 1;
}
#takarazuka .present_sc .block02 .block02_flex .box .icon_flex .txt .t01 {
  color: #0061c8;
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .icon_flex .txt .t01 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .icon_flex .txt .t02 {
  font-weight: 600;
  font-size: 15px;
  margin-top: 1em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .icon_flex .txt .t02 {
    font-size: calc(var(--vw) * 18 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .t03 {
  color: #1b3466;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0.3em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .t03 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .btn01 {
  margin-top: 36px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .btn01 {
    margin-top: calc(var(--vw) * 45 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .block02_date {
  position: relative;
  font-weight: 600;
  border: 2px solid #00489d;
  padding: 0.7em 0;
  text-align: center;
  margin-top: 36px;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .block02_date {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .block02_date {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .block02_date .date_ttl {
  color: #00489d;
  background: #fff;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1em;
  font-weight: 600;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .block02_date .date_ttl {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .block02_date .s01 {
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .block02_date .s01 {
    font-size: calc(var(--vw) * 29 / 780 * 100);
  }
}
#takarazuka .present_sc .block02 .block02_flex .box .block02_date .s02 {
  font-size: 16px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block02 .block02_flex .box .block02_date .s02 {
    font-size: calc(var(--vw) * 19 / 780 * 100);
  }
}
#takarazuka .present_sc .btn01 {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  background: #00489d;
  border: 1px solid #fff;
  border-radius: 2.5em;
  font-weight: 600;
  transition: 0.4s;
  font-size: 19px;
  padding: 0.8em 1em 0.7em 0;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .btn01 {
    font-size: calc(var(--vw) * 23 / 780 * 100);
  }
}
#takarazuka .present_sc .btn01:hover {
  opacity: 1;
  transition: 0.4s;
  color: #00489d;
  background: #fff;
  border: 1px solid #00489d;
}
#takarazuka .present_sc .btn01:hover:before {
  transition: 0.4s;
  background: #00489d;
  border: 1px solid #00489d;
}
#takarazuka .present_sc .btn01:hover:after {
  transition: 0.4s;
  border-color: #fff;
}
#takarazuka .present_sc .btn01:before, #takarazuka .present_sc .btn01:after {
  transition: 0.4s;
  content: "";
  display: inline-block;
  position: absolute;
}
#takarazuka .present_sc .btn01:before {
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
}
#takarazuka .present_sc .btn01:after {
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #00489d;
  border-right: 2px solid #00489d;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
#takarazuka .present_sc .btn02 {
  position: relative;
  display: table;
  text-align: center;
  color: #fff;
  width: 644px;
  background: #1b3466;
  border: 2px solid #fff;
  border-radius: 3em;
  font-weight: 600;
  transition: 0.4s;
  font-size: 34px;
  padding: 0.3em 0 0.2em 0;
  margin: 0 auto;
  margin-top: 70px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .btn02 {
    margin-top: calc(var(--vw) * 68 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .btn02 {
    font-size: calc(var(--vw) * 34 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .btn02 {
    width: 90%;
  }
}
#takarazuka .present_sc .btn02:hover {
  opacity: 1;
  transition: 0.4s;
  color: #00489d;
  background: #fff;
  border: 2px solid #1b3466;
}
#takarazuka .present_sc .btn02:hover:before {
  transition: 0.4s;
  background: #1b3466;
  border: 1px solid #1b3466;
}
#takarazuka .present_sc .btn02:hover:after {
  transition: 0.4s;
  border-color: #fff;
}
#takarazuka .present_sc .btn02:before, #takarazuka .present_sc .btn02:after {
  transition: 0.4s;
  content: "";
  display: inline-block;
  position: absolute;
}
#takarazuka .present_sc .btn02:before {
  width: 1em;
  height: 1em;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
}
#takarazuka .present_sc .btn02:after {
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #00489d;
  border-right: 2px solid #00489d;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
#takarazuka .present_sc .block03 {
  margin-top: 90px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block03 {
    margin-top: calc(var(--vw) * 75 / 780 * 100);
  }
}
#takarazuka .present_sc .block03 .block03_date {
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 0.4em 0.5em;
  font-weight: 600;
  line-height: 1;
  font-size: 40px;
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block03 .block03_date {
    font-size: calc(var(--vw) * 29 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block03 .block03_date {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block03 .block03_date {
    letter-spacing: 0.05em;
    padding-left: 0;
    padding-right: 0;
  }
}
#takarazuka .present_sc .block03 .block03_date .big {
  font-size: 50px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block03 .block03_date .big {
    font-size: calc(var(--vw) * 38 / 780 * 100);
  }
}
#takarazuka .present_sc .block03 .block03_date .maru_1 {
  position: relative;
  top: -0.15em;
  font-size: 31px;
  display: inline-block;
  color: #fff;
  z-index: 1;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block03 .block03_date .maru_1 {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
#takarazuka .present_sc .block03 .block03_date .maru_1:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: #1b3466;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#takarazuka .present_sc .block03 .block03_date .maru {
  position: relative;
  top: -0.15em;
  font-size: 31px;
  display: inline-block;
  color: #fff;
  z-index: 1;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .block03 .block03_date .maru {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
#takarazuka .present_sc .block03 .block03_date .maru:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  background: #00489d;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#takarazuka .present_sc .attention_box {
  background: #fff;
  color: #1b3466;
  width: 1042px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding: 30px 40px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .attention_box {
    margin-top: calc(var(--vw) * 80 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .attention_box {
    padding: calc(var(--vw) * 35 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 30 / 780 * 100) calc(var(--vw) * 30 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .attention_box {
    width: 100%;
  }
}
#takarazuka .present_sc .attention_box .attention_ttl {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .attention_box .attention_ttl {
    font-size: calc(var(--vw) * 28 / 780 * 100);
  }
}
#takarazuka .present_sc .attention_box .attention_txt {
  font-weight: 500;
  font-size: 18px;
  margin-top: 1em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .attention_box .attention_txt {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
#takarazuka .present_sc .attention_box .attention_txt:first-of-type {
  margin-top: 0;
}
#takarazuka .present_sc .attention_box .attention_txt_2 {
  font-weight: 500;
  font-size: 22px;
  margin-top: 1em;
  margin-top: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #999;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .present_sc .attention_box .attention_txt_2 {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
#takarazuka .otoku {
  padding: 70px 0 80px;
  background-image: repeating-linear-gradient(135deg, #c2e7fa, #c2e7fa 11px, #cdebfb 11px, #cdebfb 22px);
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku {
    padding: calc(var(--vw) * 50 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 70 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#takarazuka .otoku .block_ttl {
  color: #1b3466;
}
#takarazuka .otoku .otoku_txt {
  display: table;
  margin: 0 auto;
  font-weight: 500;
  color: #1b3466;
  margin-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_txt {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}
#takarazuka .otoku .otoku_txt p {
  font-weight: 500;
  font-size: 22px;
  margin-top: 1em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_txt p {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}
#takarazuka .otoku .otoku_txt p:first-of-type {
  margin-top: 0;
}
#takarazuka .otoku .otoku_txt .btn01 {
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  background: #00489d;
  border: 1px solid #fff;
  border-radius: 2.5em;
  font-weight: 600;
  transition: 0.4s;
  font-size: 19px;
  padding: 0.8em 1em 0.7em 0;
  margin: 30px auto;
  max-width: 300px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_txt .btn01 {
    font-size: calc(var(--vw) * 23 / 780 * 100);
  }
}
#takarazuka .otoku .otoku_txt .btn01:hover {
  opacity: 1;
  transition: 0.4s;
  color: #00489d;
  background: #fff;
  border: 1px solid #00489d;
}
#takarazuka .otoku .otoku_txt .btn01:hover:before {
  transition: 0.4s;
  background: #00489d;
  border: 1px solid #00489d;
}
#takarazuka .otoku .otoku_txt .btn01:hover:after {
  transition: 0.4s;
  border-color: #fff;
}
#takarazuka .otoku .otoku_txt .btn01:before, #takarazuka .otoku .otoku_txt .btn01:after {
  transition: 0.4s;
  content: "";
  display: inline-block;
  position: absolute;
}
#takarazuka .otoku .otoku_txt .btn01:before {
  width: 1.5em;
  height: 1.5em;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
}
#takarazuka .otoku .otoku_txt .btn01:after {
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #00489d;
  border-right: 2px solid #00489d;
  top: 50%;
  right: 1.2em;
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
#takarazuka .otoku .otoku_box {
  background: #fff;
  position: relative;
  border: 3px solid #1b3466;
  max-width: 868px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 108px 58px 20px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_box {
    margin-top: calc(var(--vw) * 120 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_box {
    padding: calc(var(--vw) * 75 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 10 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_box {
    max-width: none;
  }
}
#takarazuka .otoku .otoku_box .img {
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  width: 726px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_box .img {
    top: calc(var(--vw) * -72 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_box .img {
    width: calc(var(--vw) * 590 / 780 * 100);
    max-width: none;
  }
}
#takarazuka .otoku .otoku_box .txt {
  font-weight: 600;
  text-align: center;
  color: #1b3466;
  letter-spacing: 0.1em;
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_box .txt {
    font-size: calc(var(--vw) * 19 / 780 * 100);
  }
}
#takarazuka .otoku .otoku_box .txt .big {
  font-weight: 500;
  font-size: 50px;
  margin-left: 0.3em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_box .txt .big {
    font-size: calc(var(--vw) * 41 / 780 * 100);
  }
}
#takarazuka .otoku .otoku_box .txt .plus {
  font-weight: 500;
  display: inline-block;
  margin: 0 0.4em;
  font-size: 48px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .otoku .otoku_box .txt .plus {
    font-size: calc(var(--vw) * 39 / 780 * 100);
  }
}
#takarazuka .takarazuka_sky {
  background: #00489d;
  padding: 100px 0 130px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky {
    padding: 10vw 0 10vw;
  }
}
#takarazuka .takarazuka_sky .attention {
  font-weight: 500;
  margin-top: 15px;
  font-size: 14px;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .attention {
    font-size: calc(var(--vw) * 17 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .attention {
    margin-top: calc(var(--vw) * 15 / 780 * 100);
  }
}
#takarazuka .takarazuka_sky .block {
  position: relative;
  background-color: #FFF;
  padding: 0px 0px 50px;
  border: solid 1px #1b3466;
}
#takarazuka .takarazuka_sky .block .title {
  position: relative;
  width: 100%;
  padding: 10px 20px;
  background-color: #1b3466;
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  border-bottom: solid 3px #f5cb92;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .title {
    font-size: 4vw;
    padding: 1vw 2vw;
  }
}
#takarazuka .takarazuka_sky .block .sub_title {
  position: absolute;
  right: 20px;
  top: -5px;
  width: 260px;
  padding: 5px 15px;
  margin: 20px auto;
  background-color: #FFF;
  border-radius: 6px;
  color: #1b3466;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  border: solid 2px #f5cb92;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .sub_title {
    width: 20vw;
    font-size: 3.2vw;
    padding: 1vw 1vw;
    line-height: 1.4;
    right: -2vw;
    top: -7.3vw;
  }
}
#takarazuka .takarazuka_sky .block .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px 0;
  gap: 30px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .box {
    padding: 5vw 5vw;
    flex-direction: column;
  }
}
#takarazuka .takarazuka_sky .block .box .pic {
  width: 450px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .box .pic {
    width: 80%;
  }
}
#takarazuka .takarazuka_sky .block .box .text {
  font-size: 22px;
  color: #1b3466;
  font-weight: 600;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .box .text {
    font-size: 3.5vw;
  }
}
#takarazuka .takarazuka_sky .block .block02_date {
  position: relative;
  font-weight: 600;
  border: 2px solid #00489d;
  padding: 1em 0;
  text-align: center;
  margin: 50px auto 0;
  font-size: 20px;
  text-align: center;
  width: 500px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .block02_date {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .block02_date {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .block02_date {
    width: 80vw;
  }
}
#takarazuka .takarazuka_sky .block .block02_date .date_ttl {
  color: #00489d;
  background: #fff;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1em;
  font-weight: 600;
  font-size: 24px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .takarazuka_sky .block .block02_date .date_ttl {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .takarazuka_sky .block .block02_date .hotel {
  display: inline-block;
  text-align: left;
}
#takarazuka .takarazuka_sky .block .block02_date a {
  position: relative;
  padding-left: 15px;
}
#takarazuka .takarazuka_sky .block .block02_date a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #1b3466;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#takarazuka .qanda {
  padding: 80px 0;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda {
    padding: calc(var(--vw) * 70 / 780 * 100) calc(var(--vw) * 0 / 780 * 100) calc(var(--vw) * 80 / 780 * 100) calc(var(--vw) * 0 / 780 * 100);
  }
}
#takarazuka .qanda .block_ttl {
  color: #1b3466;
}
#takarazuka .qanda .qanda_list01 {
  margin-top: 60px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 {
    margin-top: calc(var(--vw) * 60 / 780 * 100);
  }
}
#takarazuka .qanda .qanda_list01 .acc {
  cursor: pointer;
}
#takarazuka .qanda .qanda_list01 > li {
  margin-top: 36px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li {
    margin-top: calc(var(--vw) * 32 / 780 * 100);
  }
}
#takarazuka .qanda .qanda_list01 > li:first-child {
  margin-top: 0;
}
#takarazuka .qanda .qanda_list01 > li .qanda_about {
  position: relative;
  text-align: center;
  background: #00489d;
  color: #fff;
  line-height: 1.4;
  font-weight: 600;
  font-size: 24px;
  padding: 0.6em 0 0.5em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li .qanda_about {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}
#takarazuka .qanda .qanda_list01 > li .qanda_about.active:after {
  transition: 0.2s;
  opacity: 0;
  transform: rotate(180deg);
}
#takarazuka .qanda .qanda_list01 > li .qanda_about.active:before {
  transition: 0.2s;
  transform: rotate(180deg);
}
#takarazuka .qanda .qanda_list01 > li .qanda_about:before, #takarazuka .qanda .qanda_list01 > li .qanda_about:after {
  content: "";
  display: inline-block;
  transition: 0.2s;
  width: 0.6em;
  height: 2px;
  background: #00489d;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.9em;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li .qanda_about:before, #takarazuka .qanda .qanda_list01 > li .qanda_about:after {
    width: 0.98em;
  }
}
#takarazuka .qanda .qanda_list01 > li .qanda_about:before {
  transform: rotate(90deg);
}
#takarazuka .qanda .qanda_list01 > li .qanda_about span:before, #takarazuka .qanda .qanda_list01 > li .qanda_about span:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0.7em;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li .qanda_about span:before, #takarazuka .qanda .qanda_list01 > li .qanda_about span:after {
    width: 1.4em;
    height: 1.4em;
  }
}
#takarazuka .qanda .qanda_list01 > li .qanda_about_in {
  display: none;
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 {
  border: 2px solid #00489d;
  padding: 38px 75px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li ul.qanda_list02 {
    padding: calc(var(--vw) * 26 / 780 * 100) calc(var(--vw) * 26 / 780 * 100) calc(var(--vw) * 26 / 780 * 100) calc(var(--vw) * 26 / 780 * 100);
  }
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li {
  position: relative;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 1em;
  margin-top: 1em;
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li:first-child {
  margin-top: 0;
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q {
  font-weight: 500;
  font-size: 20px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q.active:after {
  transition: 0.2s;
  opacity: 0;
  transform: rotate(180deg);
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q.active:before {
  transition: 0.2s;
  transform: rotate(180deg);
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q:before, #takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q:after {
  content: "";
  display: inline-block;
  transition: 0.2s;
  width: 0.6em;
  height: 2px;
  background: #00489d;
  position: absolute;
  top: 1em;
  right: 0.2em;
  z-index: 1;
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q:before {
  transform: rotate(90deg);
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q span {
  padding: 0 1.7em;
  display: inline-block;
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q span:before {
  content: "Q.";
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  color: #00489d;
  font-weight: 600;
  font-size: 25px;
  margin-right: 0.1em;
  position: absolute;
  top: -0.3em;
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_q span:before {
    font-size: calc(var(--vw) * 25 / 780 * 100);
  }
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_a {
  display: none;
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_a .qanda_a_in {
  position: relative;
  padding: 1em 0 0;
  font-weight: 500;
  font-size: 18px;
  padding-left: 1.9em;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_a .qanda_a_in {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_a .qanda_a_in {
    padding-left: 1.65em;
  }
}
#takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_a .qanda_a_in:before {
  content: "A.";
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", serif;
  color: #00489d;
  position: absolute;
  top: 0.4em;
  left: 0.15em;
  font-weight: 600;
  font-size: 25px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_list01 > li ul.qanda_list02 li .qanda_a .qanda_a_in:before {
    font-size: calc(var(--vw) * 25 / 780 * 100);
  }
}
#takarazuka .qanda .qanda_txt {
  color: #1b3466;
  font-weight: 500;
  font-size: 18px;
  margin-top: 50px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_txt {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_txt {
    margin-top: calc(var(--vw) * 45 / 780 * 100);
  }
}
#takarazuka .qanda .qanda_txt .bold {
  font-weight: 600;
  font-size: 22px;
}
@media only screen and (max-width: 767.98px) {
  #takarazuka .qanda .qanda_txt .bold {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}

.disc {
  padding-left: 1.2em;
}
.disc li {
  list-style: disc;
  margin-top: 0.3em;
}
.disc li:first-child {
  margin-top: 0;
}

.decimal {
  padding-left: 1.2em;
}
.decimal li {
  list-style: decimal;
  margin-top: 0.3em;
}
.decimal li:first-child {
  margin-top: 0;
}

.regular {
  font-weight: 400;
}

.bold {
  font-weight: 600;
}

.tdeco_under {
  text-decoration: underline;
}

.center {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

@media only screen and (max-width: 767.98px) {
  .sp_align_center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_right {
    text-align: right !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sp_align_left {
    text-align: left !important;
    text-align: justify !important;
  }
}

.dblock {
  display: block !important;
}

.dib {
  display: inline-block !important;
}

@media only screen and (max-width: 767.98px) {
  .spblock {
    display: block;
    min-width: 0 !important;
    width: auto !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .sptable {
    display: table !important;
  }
}

.relative {
  position: relative;
}

.fz10 {
  font-size: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz10 {
    font-size: 10px;
  }
}

.fz11 {
  font-size: calc(var(--vw) * 11 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz11 {
    font-size: 11px;
  }
}

.fz12 {
  font-size: calc(var(--vw) * 12 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz12 {
    font-size: 12px;
  }
}

.fz13 {
  font-size: calc(var(--vw) * 13 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz13 {
    font-size: 13px;
  }
}

.fz14 {
  font-size: calc(var(--vw) * 14 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz14 {
    font-size: 14px;
  }
}

.fz15 {
  font-size: calc(var(--vw) * 15 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz15 {
    font-size: 15px;
  }
}

.fz16 {
  font-size: calc(var(--vw) * 16 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz16 {
    font-size: 16px;
  }
}

.fz17 {
  font-size: calc(var(--vw) * 17 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz17 {
    font-size: 17px;
  }
}

.fz18 {
  font-size: calc(var(--vw) * 18 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz18 {
    font-size: 18px;
  }
}

.fz19 {
  font-size: calc(var(--vw) * 19 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz19 {
    font-size: 19px;
  }
}

.fz20 {
  font-size: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz20 {
    font-size: 20px;
  }
}

.fz21 {
  font-size: calc(var(--vw) * 21 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz21 {
    font-size: 21px;
  }
}

.fz22 {
  font-size: calc(var(--vw) * 22 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz22 {
    font-size: 22px;
  }
}

.fz23 {
  font-size: calc(var(--vw) * 23 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz23 {
    font-size: 23px;
  }
}

.fz24 {
  font-size: calc(var(--vw) * 24 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz24 {
    font-size: 24px;
  }
}

.fz25 {
  font-size: calc(var(--vw) * 25 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz25 {
    font-size: 25px;
  }
}

.fz26 {
  font-size: calc(var(--vw) * 26 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz26 {
    font-size: 26px;
  }
}

.fz27 {
  font-size: calc(var(--vw) * 27 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz27 {
    font-size: 27px;
  }
}

.fz28 {
  font-size: calc(var(--vw) * 28 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz28 {
    font-size: 28px;
  }
}

.fz29 {
  font-size: calc(var(--vw) * 29 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz29 {
    font-size: 29px;
  }
}

.fz30 {
  font-size: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz30 {
    font-size: 30px;
  }
}

.fz31 {
  font-size: calc(var(--vw) * 31 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz31 {
    font-size: 31px;
  }
}

.fz32 {
  font-size: calc(var(--vw) * 32 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz32 {
    font-size: 32px;
  }
}

.fz33 {
  font-size: calc(var(--vw) * 33 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz33 {
    font-size: 33px;
  }
}

.fz34 {
  font-size: calc(var(--vw) * 34 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz34 {
    font-size: 34px;
  }
}

.fz35 {
  font-size: calc(var(--vw) * 35 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz35 {
    font-size: 35px;
  }
}

.fz36 {
  font-size: calc(var(--vw) * 36 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz36 {
    font-size: 36px;
  }
}

.fz37 {
  font-size: calc(var(--vw) * 37 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz37 {
    font-size: 37px;
  }
}

.fz38 {
  font-size: calc(var(--vw) * 38 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz38 {
    font-size: 38px;
  }
}

.fz39 {
  font-size: calc(var(--vw) * 39 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz39 {
    font-size: 39px;
  }
}

.fz40 {
  font-size: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .fz40 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz10 {
    font-size: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz11 {
    font-size: calc(var(--vw) * 11 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz12 {
    font-size: calc(var(--vw) * 12 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz13 {
    font-size: calc(var(--vw) * 13 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz14 {
    font-size: calc(var(--vw) * 14 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz15 {
    font-size: calc(var(--vw) * 15 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz16 {
    font-size: calc(var(--vw) * 16 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz17 {
    font-size: calc(var(--vw) * 17 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz18 {
    font-size: calc(var(--vw) * 18 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz19 {
    font-size: calc(var(--vw) * 19 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz20 {
    font-size: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz21 {
    font-size: calc(var(--vw) * 21 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz22 {
    font-size: calc(var(--vw) * 22 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz23 {
    font-size: calc(var(--vw) * 23 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz24 {
    font-size: calc(var(--vw) * 24 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz25 {
    font-size: calc(var(--vw) * 25 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz26 {
    font-size: calc(var(--vw) * 26 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz27 {
    font-size: calc(var(--vw) * 27 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz28 {
    font-size: calc(var(--vw) * 28 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz29 {
    font-size: calc(var(--vw) * 29 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz30 {
    font-size: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz31 {
    font-size: calc(var(--vw) * 31 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz32 {
    font-size: calc(var(--vw) * 32 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz33 {
    font-size: calc(var(--vw) * 33 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz34 {
    font-size: calc(var(--vw) * 34 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz35 {
    font-size: calc(var(--vw) * 35 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz36 {
    font-size: calc(var(--vw) * 36 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz37 {
    font-size: calc(var(--vw) * 37 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz38 {
    font-size: calc(var(--vw) * 38 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz39 {
    font-size: calc(var(--vw) * 39 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spfz40 {
    font-size: calc(var(--vw) * 40 / 780 * 100);
  }
}

.mt0 {
  margin-top: calc(var(--vw) * 0 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mt10 {
  margin-top: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mt20 {
  margin-top: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt30 {
  margin-top: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mt40 {
  margin-top: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mt50 {
  margin-top: calc(var(--vw) * 50 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mt60 {
  margin-top: calc(var(--vw) * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mt70 {
  margin-top: calc(var(--vw) * 70 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mt80 {
  margin-top: calc(var(--vw) * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mt90 {
  margin-top: calc(var(--vw) * 90 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mt100 {
  margin-top: calc(var(--vw) * 100 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mt110 {
  margin-top: calc(var(--vw) * 110 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt110 {
    margin-top: 110px;
  }
}

.mt120 {
  margin-top: calc(var(--vw) * 120 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mt120 {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt0 {
    margin-top: calc(var(--vw) * 0 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt10 {
    margin-top: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt20 {
    margin-top: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt30 {
    margin-top: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt40 {
    margin-top: calc(var(--vw) * 40 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt50 {
    margin-top: calc(var(--vw) * 50 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt60 {
    margin-top: calc(var(--vw) * 60 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt70 {
    margin-top: calc(var(--vw) * 70 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt80 {
    margin-top: calc(var(--vw) * 80 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt90 {
    margin-top: calc(var(--vw) * 90 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt100 {
    margin-top: calc(var(--vw) * 100 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt110 {
    margin-top: calc(var(--vw) * 110 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmt120 {
    margin-top: calc(var(--vw) * 120 / 780 * 100);
  }
}

.mb0 {
  margin-bottom: calc(var(--vw) * 0 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mb10 {
  margin-bottom: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mb30 {
  margin-bottom: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mb40 {
  margin-bottom: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mb50 {
  margin-bottom: calc(var(--vw) * 50 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mb60 {
  margin-bottom: calc(var(--vw) * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mb70 {
  margin-bottom: calc(var(--vw) * 70 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mb80 {
  margin-bottom: calc(var(--vw) * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mb90 {
  margin-bottom: calc(var(--vw) * 90 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mb100 {
  margin-bottom: calc(var(--vw) * 100 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mb110 {
  margin-bottom: calc(var(--vw) * 110 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb110 {
    margin-bottom: 110px;
  }
}

.mb120 {
  margin-bottom: calc(var(--vw) * 120 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mb120 {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb0 {
    margin-bottom: calc(var(--vw) * 0 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb10 {
    margin-bottom: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb20 {
    margin-bottom: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb30 {
    margin-bottom: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb40 {
    margin-bottom: calc(var(--vw) * 40 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb50 {
    margin-bottom: calc(var(--vw) * 50 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb60 {
    margin-bottom: calc(var(--vw) * 60 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb70 {
    margin-bottom: calc(var(--vw) * 70 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb80 {
    margin-bottom: calc(var(--vw) * 80 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb90 {
    margin-bottom: calc(var(--vw) * 90 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb100 {
    margin-bottom: calc(var(--vw) * 100 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb110 {
    margin-bottom: calc(var(--vw) * 110 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmb120 {
    margin-bottom: calc(var(--vw) * 120 / 780 * 100);
  }
}

.ml0 {
  margin-left: calc(var(--vw) * 0 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml0 {
    margin-left: 0px;
  }
}

.ml10 {
  margin-left: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml10 {
    margin-left: 10px;
  }
}

.ml20 {
  margin-left: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml20 {
    margin-left: 20px;
  }
}

.ml30 {
  margin-left: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml30 {
    margin-left: 30px;
  }
}

.ml40 {
  margin-left: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml40 {
    margin-left: 40px;
  }
}

.ml50 {
  margin-left: calc(var(--vw) * 50 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml50 {
    margin-left: 50px;
  }
}

.ml60 {
  margin-left: calc(var(--vw) * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml60 {
    margin-left: 60px;
  }
}

.ml70 {
  margin-left: calc(var(--vw) * 70 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml70 {
    margin-left: 70px;
  }
}

.ml80 {
  margin-left: calc(var(--vw) * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml80 {
    margin-left: 80px;
  }
}

.ml90 {
  margin-left: calc(var(--vw) * 90 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml90 {
    margin-left: 90px;
  }
}

.ml100 {
  margin-left: calc(var(--vw) * 100 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml100 {
    margin-left: 100px;
  }
}

.ml110 {
  margin-left: calc(var(--vw) * 110 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml110 {
    margin-left: 110px;
  }
}

.ml120 {
  margin-left: calc(var(--vw) * 120 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .ml120 {
    margin-left: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spml0 {
    margin-left: calc(var(--vw) * 0 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml10 {
    margin-left: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml20 {
    margin-left: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml30 {
    margin-left: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml40 {
    margin-left: calc(var(--vw) * 40 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml50 {
    margin-left: calc(var(--vw) * 50 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml60 {
    margin-left: calc(var(--vw) * 60 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml70 {
    margin-left: calc(var(--vw) * 70 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml80 {
    margin-left: calc(var(--vw) * 80 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml90 {
    margin-left: calc(var(--vw) * 90 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml100 {
    margin-left: calc(var(--vw) * 100 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml110 {
    margin-left: calc(var(--vw) * 110 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spml120 {
    margin-left: calc(var(--vw) * 120 / 780 * 100);
  }
}

.mr0 {
  margin-right: calc(var(--vw) * 0 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr0 {
    margin-right: 0px;
  }
}

.mr10 {
  margin-right: calc(var(--vw) * 10 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr10 {
    margin-right: 10px;
  }
}

.mr20 {
  margin-right: calc(var(--vw) * 20 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr20 {
    margin-right: 20px;
  }
}

.mr30 {
  margin-right: calc(var(--vw) * 30 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr30 {
    margin-right: 30px;
  }
}

.mr40 {
  margin-right: calc(var(--vw) * 40 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr40 {
    margin-right: 40px;
  }
}

.mr50 {
  margin-right: calc(var(--vw) * 50 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr50 {
    margin-right: 50px;
  }
}

.mr60 {
  margin-right: calc(var(--vw) * 60 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr60 {
    margin-right: 60px;
  }
}

.mr70 {
  margin-right: calc(var(--vw) * 70 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr70 {
    margin-right: 70px;
  }
}

.mr80 {
  margin-right: calc(var(--vw) * 80 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr80 {
    margin-right: 80px;
  }
}

.mr90 {
  margin-right: calc(var(--vw) * 90 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr90 {
    margin-right: 90px;
  }
}

.mr100 {
  margin-right: calc(var(--vw) * 100 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr100 {
    margin-right: 100px;
  }
}

.mr110 {
  margin-right: calc(var(--vw) * 110 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr110 {
    margin-right: 110px;
  }
}

.mr120 {
  margin-right: calc(var(--vw) * 120 / 1280 * 100);
}
@media screen and (min-width: 1280px) {
  .mr120 {
    margin-right: 120px;
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr0 {
    margin-right: calc(var(--vw) * 0 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr10 {
    margin-right: calc(var(--vw) * 10 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr20 {
    margin-right: calc(var(--vw) * 20 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr30 {
    margin-right: calc(var(--vw) * 30 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr40 {
    margin-right: calc(var(--vw) * 40 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr50 {
    margin-right: calc(var(--vw) * 50 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr60 {
    margin-right: calc(var(--vw) * 60 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr70 {
    margin-right: calc(var(--vw) * 70 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr80 {
    margin-right: calc(var(--vw) * 80 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr90 {
    margin-right: calc(var(--vw) * 90 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr100 {
    margin-right: calc(var(--vw) * 100 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr110 {
    margin-right: calc(var(--vw) * 110 / 780 * 100);
  }
}

@media only screen and (max-width: 767.98px) {
  .spmr120 {
    margin-right: calc(var(--vw) * 120 / 780 * 100);
  }
}
