@charset "UTF-8";
/* reset
--------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  border: none;
  background: #960000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

/* img */
img,
div, p, blockquote,
h1, h2, h3, h4, h5, h6,
ul, ol, li, dl, dt, dd,
form, fieldset, textarea,
address,
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

/* html5 */
main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

/* table */
table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

caption {
  text-align: left;
}

/* a */
a:hover, a:active {
  outline: none;
}

a {
  color: #040000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

.noT a:hover {
  text-decoration: none;
}

a[href^="tel:"] {
  color: #040000;
  cursor: default;
  text-decoration: none;
}

/* form */
input, input:focus, input:hover, input:active,
textarea, textarea:focus, textarea:hover, textarea:active {
  outline: none;
}

/* img */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

/* selection */
::-moz-selection {
  background: #b2d7fe;
}

* {
  min-height: 0%;
  /* word-break: break-all; */
  word-break: break-word;
  word-wrap: break-word;
}

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

html

*************************************************/
html {
  font-size: 10px;
}
@media (max-width: 1366px) {
  html {
    font-size: calc(10 / 1366 * 100vw);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(20 / 767 * 100vw);
  }
}

body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

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

wrapper

*************************************************/
#wrapper {
  padding-top: 50px;
  color: #040000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: left;
  background: #f82c5a url(../img/common/bg_deco.png) repeat center center/6.7rem auto;
}
@media (max-width: 767px) {
  #wrapper {
    padding-top: 40px;
  }
}

.container {
  overflow: hidden;
}

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

no-js-el

*************************************************/
.no-js-el {
  display: none !important;
}

/* utility
--------------------------------------------------*/
/* layout */
.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

.align_center {
  text-align: center;
}

@media (min-width: 768px) {
  .align_left_pc {
    text-align: left !important;
  }
  .align_right_pc {
    text-align: right !important;
  }
  .align_center_pc {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .align_left_sp {
    text-align: left !important;
  }
  .align_right_sp {
    text-align: right !important;
  }
  .align_center_sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .font0_pc {
    font-size: 0rem !important;
  }
  .font1_pc {
    font-size: 0.1rem !important;
  }
  .font2_pc {
    font-size: 0.2rem !important;
  }
  .font3_pc {
    font-size: 0.3rem !important;
  }
  .font4_pc {
    font-size: 0.4rem !important;
  }
  .font5_pc {
    font-size: 0.5rem !important;
  }
  .font6_pc {
    font-size: 0.6rem !important;
  }
  .font7_pc {
    font-size: 0.7rem !important;
  }
  .font8_pc {
    font-size: 0.8rem !important;
  }
  .font9_pc {
    font-size: 0.9rem !important;
  }
  .font10_pc {
    font-size: 1rem !important;
  }
  .font11_pc {
    font-size: 1.1rem !important;
  }
  .font12_pc {
    font-size: 1.2rem !important;
  }
  .font13_pc {
    font-size: 1.3rem !important;
  }
  .font14_pc {
    font-size: 1.4rem !important;
  }
  .font15_pc {
    font-size: 1.5rem !important;
  }
  .font16_pc {
    font-size: 1.6rem !important;
  }
  .font17_pc {
    font-size: 1.7rem !important;
  }
  .font18_pc {
    font-size: 1.8rem !important;
  }
  .font19_pc {
    font-size: 1.9rem !important;
  }
  .font20_pc {
    font-size: 2rem !important;
  }
  .font21_pc {
    font-size: 2.1rem !important;
  }
  .font22_pc {
    font-size: 2.2rem !important;
  }
  .font23_pc {
    font-size: 2.3rem !important;
  }
  .font24_pc {
    font-size: 2.4rem !important;
  }
  .font25_pc {
    font-size: 2.5rem !important;
  }
  .font26_pc {
    font-size: 2.6rem !important;
  }
  .font27_pc {
    font-size: 2.7rem !important;
  }
  .font28_pc {
    font-size: 2.8rem !important;
  }
  .font29_pc {
    font-size: 2.9rem !important;
  }
  .font30_pc {
    font-size: 3rem !important;
  }
  .font31_pc {
    font-size: 3.1rem !important;
  }
  .font32_pc {
    font-size: 3.2rem !important;
  }
  .font33_pc {
    font-size: 3.3rem !important;
  }
  .font34_pc {
    font-size: 3.4rem !important;
  }
  .font35_pc {
    font-size: 3.5rem !important;
  }
  .font36_pc {
    font-size: 3.6rem !important;
  }
  .font37_pc {
    font-size: 3.7rem !important;
  }
  .font38_pc {
    font-size: 3.8rem !important;
  }
  .font39_pc {
    font-size: 3.9rem !important;
  }
  .font40_pc {
    font-size: 4rem !important;
  }
  .font41_pc {
    font-size: 4.1rem !important;
  }
  .font42_pc {
    font-size: 4.2rem !important;
  }
  .font43_pc {
    font-size: 4.3rem !important;
  }
  .font44_pc {
    font-size: 4.4rem !important;
  }
  .font45_pc {
    font-size: 4.5rem !important;
  }
  .font46_pc {
    font-size: 4.6rem !important;
  }
  .font47_pc {
    font-size: 4.7rem !important;
  }
  .font48_pc {
    font-size: 4.8rem !important;
  }
  .font49_pc {
    font-size: 4.9rem !important;
  }
  .font50_pc {
    font-size: 5rem !important;
  }
  .font51_pc {
    font-size: 5.1rem !important;
  }
  .font52_pc {
    font-size: 5.2rem !important;
  }
  .font53_pc {
    font-size: 5.3rem !important;
  }
  .font54_pc {
    font-size: 5.4rem !important;
  }
  .font55_pc {
    font-size: 5.5rem !important;
  }
  .font56_pc {
    font-size: 5.6rem !important;
  }
  .font57_pc {
    font-size: 5.7rem !important;
  }
  .font58_pc {
    font-size: 5.8rem !important;
  }
  .font59_pc {
    font-size: 5.9rem !important;
  }
  .font60_pc {
    font-size: 6rem !important;
  }
  .font61_pc {
    font-size: 6.1rem !important;
  }
  .font62_pc {
    font-size: 6.2rem !important;
  }
  .font63_pc {
    font-size: 6.3rem !important;
  }
  .font64_pc {
    font-size: 6.4rem !important;
  }
  .font65_pc {
    font-size: 6.5rem !important;
  }
  .font66_pc {
    font-size: 6.6rem !important;
  }
  .font67_pc {
    font-size: 6.7rem !important;
  }
  .font68_pc {
    font-size: 6.8rem !important;
  }
  .font69_pc {
    font-size: 6.9rem !important;
  }
  .font70_pc {
    font-size: 7rem !important;
  }
  .font71_pc {
    font-size: 7.1rem !important;
  }
  .font72_pc {
    font-size: 7.2rem !important;
  }
  .font73_pc {
    font-size: 7.3rem !important;
  }
  .font74_pc {
    font-size: 7.4rem !important;
  }
  .font75_pc {
    font-size: 7.5rem !important;
  }
  .font76_pc {
    font-size: 7.6rem !important;
  }
  .font77_pc {
    font-size: 7.7rem !important;
  }
  .font78_pc {
    font-size: 7.8rem !important;
  }
  .font79_pc {
    font-size: 7.9rem !important;
  }
  .font80_pc {
    font-size: 8rem !important;
  }
  .font81_pc {
    font-size: 8.1rem !important;
  }
  .font82_pc {
    font-size: 8.2rem !important;
  }
  .font83_pc {
    font-size: 8.3rem !important;
  }
  .font84_pc {
    font-size: 8.4rem !important;
  }
  .font85_pc {
    font-size: 8.5rem !important;
  }
  .font86_pc {
    font-size: 8.6rem !important;
  }
  .font87_pc {
    font-size: 8.7rem !important;
  }
  .font88_pc {
    font-size: 8.8rem !important;
  }
  .font89_pc {
    font-size: 8.9rem !important;
  }
  .font90_pc {
    font-size: 9rem !important;
  }
  .font91_pc {
    font-size: 9.1rem !important;
  }
  .font92_pc {
    font-size: 9.2rem !important;
  }
  .font93_pc {
    font-size: 9.3rem !important;
  }
  .font94_pc {
    font-size: 9.4rem !important;
  }
  .font95_pc {
    font-size: 9.5rem !important;
  }
  .font96_pc {
    font-size: 9.6rem !important;
  }
  .font97_pc {
    font-size: 9.7rem !important;
  }
  .font98_pc {
    font-size: 9.8rem !important;
  }
  .font99_pc {
    font-size: 9.9rem !important;
  }
  .font100_pc {
    font-size: 10rem !important;
  }
}
@media (max-width: 767px) {
  .font0_sp {
    font-size: 0rem !important;
  }
  .font1_sp {
    font-size: 0.1rem !important;
  }
  .font2_sp {
    font-size: 0.2rem !important;
  }
  .font3_sp {
    font-size: 0.3rem !important;
  }
  .font4_sp {
    font-size: 0.4rem !important;
  }
  .font5_sp {
    font-size: 0.5rem !important;
  }
  .font6_sp {
    font-size: 0.6rem !important;
  }
  .font7_sp {
    font-size: 0.7rem !important;
  }
  .font8_sp {
    font-size: 0.8rem !important;
  }
  .font9_sp {
    font-size: 0.9rem !important;
  }
  .font10_sp {
    font-size: 1rem !important;
  }
  .font11_sp {
    font-size: 1.1rem !important;
  }
  .font12_sp {
    font-size: 1.2rem !important;
  }
  .font13_sp {
    font-size: 1.3rem !important;
  }
  .font14_sp {
    font-size: 1.4rem !important;
  }
  .font15_sp {
    font-size: 1.5rem !important;
  }
  .font16_sp {
    font-size: 1.6rem !important;
  }
  .font17_sp {
    font-size: 1.7rem !important;
  }
  .font18_sp {
    font-size: 1.8rem !important;
  }
  .font19_sp {
    font-size: 1.9rem !important;
  }
  .font20_sp {
    font-size: 2rem !important;
  }
  .font21_sp {
    font-size: 2.1rem !important;
  }
  .font22_sp {
    font-size: 2.2rem !important;
  }
  .font23_sp {
    font-size: 2.3rem !important;
  }
  .font24_sp {
    font-size: 2.4rem !important;
  }
  .font25_sp {
    font-size: 2.5rem !important;
  }
  .font26_sp {
    font-size: 2.6rem !important;
  }
  .font27_sp {
    font-size: 2.7rem !important;
  }
  .font28_sp {
    font-size: 2.8rem !important;
  }
  .font29_sp {
    font-size: 2.9rem !important;
  }
  .font30_sp {
    font-size: 3rem !important;
  }
  .font31_sp {
    font-size: 3.1rem !important;
  }
  .font32_sp {
    font-size: 3.2rem !important;
  }
  .font33_sp {
    font-size: 3.3rem !important;
  }
  .font34_sp {
    font-size: 3.4rem !important;
  }
  .font35_sp {
    font-size: 3.5rem !important;
  }
  .font36_sp {
    font-size: 3.6rem !important;
  }
  .font37_sp {
    font-size: 3.7rem !important;
  }
  .font38_sp {
    font-size: 3.8rem !important;
  }
  .font39_sp {
    font-size: 3.9rem !important;
  }
  .font40_sp {
    font-size: 4rem !important;
  }
  .font41_sp {
    font-size: 4.1rem !important;
  }
  .font42_sp {
    font-size: 4.2rem !important;
  }
  .font43_sp {
    font-size: 4.3rem !important;
  }
  .font44_sp {
    font-size: 4.4rem !important;
  }
  .font45_sp {
    font-size: 4.5rem !important;
  }
  .font46_sp {
    font-size: 4.6rem !important;
  }
  .font47_sp {
    font-size: 4.7rem !important;
  }
  .font48_sp {
    font-size: 4.8rem !important;
  }
  .font49_sp {
    font-size: 4.9rem !important;
  }
  .font50_sp {
    font-size: 5rem !important;
  }
  .font51_sp {
    font-size: 5.1rem !important;
  }
  .font52_sp {
    font-size: 5.2rem !important;
  }
  .font53_sp {
    font-size: 5.3rem !important;
  }
  .font54_sp {
    font-size: 5.4rem !important;
  }
  .font55_sp {
    font-size: 5.5rem !important;
  }
  .font56_sp {
    font-size: 5.6rem !important;
  }
  .font57_sp {
    font-size: 5.7rem !important;
  }
  .font58_sp {
    font-size: 5.8rem !important;
  }
  .font59_sp {
    font-size: 5.9rem !important;
  }
  .font60_sp {
    font-size: 6rem !important;
  }
  .font61_sp {
    font-size: 6.1rem !important;
  }
  .font62_sp {
    font-size: 6.2rem !important;
  }
  .font63_sp {
    font-size: 6.3rem !important;
  }
  .font64_sp {
    font-size: 6.4rem !important;
  }
  .font65_sp {
    font-size: 6.5rem !important;
  }
  .font66_sp {
    font-size: 6.6rem !important;
  }
  .font67_sp {
    font-size: 6.7rem !important;
  }
  .font68_sp {
    font-size: 6.8rem !important;
  }
  .font69_sp {
    font-size: 6.9rem !important;
  }
  .font70_sp {
    font-size: 7rem !important;
  }
  .font71_sp {
    font-size: 7.1rem !important;
  }
  .font72_sp {
    font-size: 7.2rem !important;
  }
  .font73_sp {
    font-size: 7.3rem !important;
  }
  .font74_sp {
    font-size: 7.4rem !important;
  }
  .font75_sp {
    font-size: 7.5rem !important;
  }
  .font76_sp {
    font-size: 7.6rem !important;
  }
  .font77_sp {
    font-size: 7.7rem !important;
  }
  .font78_sp {
    font-size: 7.8rem !important;
  }
  .font79_sp {
    font-size: 7.9rem !important;
  }
  .font80_sp {
    font-size: 8rem !important;
  }
  .font81_sp {
    font-size: 8.1rem !important;
  }
  .font82_sp {
    font-size: 8.2rem !important;
  }
  .font83_sp {
    font-size: 8.3rem !important;
  }
  .font84_sp {
    font-size: 8.4rem !important;
  }
  .font85_sp {
    font-size: 8.5rem !important;
  }
  .font86_sp {
    font-size: 8.6rem !important;
  }
  .font87_sp {
    font-size: 8.7rem !important;
  }
  .font88_sp {
    font-size: 8.8rem !important;
  }
  .font89_sp {
    font-size: 8.9rem !important;
  }
  .font90_sp {
    font-size: 9rem !important;
  }
  .font91_sp {
    font-size: 9.1rem !important;
  }
  .font92_sp {
    font-size: 9.2rem !important;
  }
  .font93_sp {
    font-size: 9.3rem !important;
  }
  .font94_sp {
    font-size: 9.4rem !important;
  }
  .font95_sp {
    font-size: 9.5rem !important;
  }
  .font96_sp {
    font-size: 9.6rem !important;
  }
  .font97_sp {
    font-size: 9.7rem !important;
  }
  .font98_sp {
    font-size: 9.8rem !important;
  }
  .font99_sp {
    font-size: 9.9rem !important;
  }
  .font100_sp {
    font-size: 10rem !important;
  }
}
/* margin-top */
.mt0 {
  margin-top: 0rem !important;
}

.mt5 {
  margin-top: 0.5rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

.mt15 {
  margin-top: 1.5rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt25 {
  margin-top: 2.5rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt35 {
  margin-top: 3.5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt45 {
  margin-top: 4.5rem !important;
}

.mt50 {
  margin-top: 5rem !important;
}

.mt55 {
  margin-top: 5.5rem !important;
}

.mt60 {
  margin-top: 6rem !important;
}

.mt65 {
  margin-top: 6.5rem !important;
}

.mt70 {
  margin-top: 7rem !important;
}

.mt75 {
  margin-top: 7.5rem !important;
}

.mt80 {
  margin-top: 8rem !important;
}

.mt85 {
  margin-top: 8.5rem !important;
}

.mt90 {
  margin-top: 9rem !important;
}

.mt95 {
  margin-top: 9.5rem !important;
}

.mt100 {
  margin-top: 10rem !important;
}

.mt105 {
  margin-top: 10.5rem !important;
}

.mt110 {
  margin-top: 11rem !important;
}

.mt115 {
  margin-top: 11.5rem !important;
}

.mt120 {
  margin-top: 12rem !important;
}

.mt125 {
  margin-top: 12.5rem !important;
}

.mt130 {
  margin-top: 13rem !important;
}

.mt135 {
  margin-top: 13.5rem !important;
}

.mt140 {
  margin-top: 14rem !important;
}

.mt145 {
  margin-top: 14.5rem !important;
}

.mt150 {
  margin-top: 15rem !important;
}

.mt155 {
  margin-top: 15.5rem !important;
}

.mt160 {
  margin-top: 16rem !important;
}

.mt165 {
  margin-top: 16.5rem !important;
}

.mt170 {
  margin-top: 17rem !important;
}

.mt175 {
  margin-top: 17.5rem !important;
}

.mt180 {
  margin-top: 18rem !important;
}

.mt185 {
  margin-top: 18.5rem !important;
}

.mt190 {
  margin-top: 19rem !important;
}

.mt195 {
  margin-top: 19.5rem !important;
}

.mt200 {
  margin-top: 20rem !important;
}

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

.mr5 {
  margin-right: 0.5rem !important;
}

.mr10 {
  margin-right: 1rem !important;
}

.mr15 {
  margin-right: 1.5rem !important;
}

.mr20 {
  margin-right: 2rem !important;
}

.mr25 {
  margin-right: 2.5rem !important;
}

.mr30 {
  margin-right: 3rem !important;
}

.mr35 {
  margin-right: 3.5rem !important;
}

.mr40 {
  margin-right: 4rem !important;
}

.mr45 {
  margin-right: 4.5rem !important;
}

.mr50 {
  margin-right: 5rem !important;
}

.mr55 {
  margin-right: 5.5rem !important;
}

.mr60 {
  margin-right: 6rem !important;
}

.mr65 {
  margin-right: 6.5rem !important;
}

.mr70 {
  margin-right: 7rem !important;
}

.mr75 {
  margin-right: 7.5rem !important;
}

.mr80 {
  margin-right: 8rem !important;
}

.mr85 {
  margin-right: 8.5rem !important;
}

.mr90 {
  margin-right: 9rem !important;
}

.mr95 {
  margin-right: 9.5rem !important;
}

.mr100 {
  margin-right: 10rem !important;
}

.mr105 {
  margin-right: 10.5rem !important;
}

.mr110 {
  margin-right: 11rem !important;
}

.mr115 {
  margin-right: 11.5rem !important;
}

.mr120 {
  margin-right: 12rem !important;
}

.mr125 {
  margin-right: 12.5rem !important;
}

.mr130 {
  margin-right: 13rem !important;
}

.mr135 {
  margin-right: 13.5rem !important;
}

.mr140 {
  margin-right: 14rem !important;
}

.mr145 {
  margin-right: 14.5rem !important;
}

.mr150 {
  margin-right: 15rem !important;
}

.mr155 {
  margin-right: 15.5rem !important;
}

.mr160 {
  margin-right: 16rem !important;
}

.mr165 {
  margin-right: 16.5rem !important;
}

.mr170 {
  margin-right: 17rem !important;
}

.mr175 {
  margin-right: 17.5rem !important;
}

.mr180 {
  margin-right: 18rem !important;
}

.mr185 {
  margin-right: 18.5rem !important;
}

.mr190 {
  margin-right: 19rem !important;
}

.mr195 {
  margin-right: 19.5rem !important;
}

.mr200 {
  margin-right: 20rem !important;
}

/* margin-bottom */
.mb0 {
  margin-bottom: 0rem !important;
}

.mb5 {
  margin-bottom: 0.5rem !important;
}

.mb10 {
  margin-bottom: 1rem !important;
}

.mb15 {
  margin-bottom: 1.5rem !important;
}

.mb20 {
  margin-bottom: 2rem !important;
}

.mb25 {
  margin-bottom: 2.5rem !important;
}

.mb30 {
  margin-bottom: 3rem !important;
}

.mb35 {
  margin-bottom: 3.5rem !important;
}

.mb40 {
  margin-bottom: 4rem !important;
}

.mb45 {
  margin-bottom: 4.5rem !important;
}

.mb50 {
  margin-bottom: 5rem !important;
}

.mb55 {
  margin-bottom: 5.5rem !important;
}

.mb60 {
  margin-bottom: 6rem !important;
}

.mb65 {
  margin-bottom: 6.5rem !important;
}

.mb70 {
  margin-bottom: 7rem !important;
}

.mb75 {
  margin-bottom: 7.5rem !important;
}

.mb80 {
  margin-bottom: 8rem !important;
}

.mb85 {
  margin-bottom: 8.5rem !important;
}

.mb90 {
  margin-bottom: 9rem !important;
}

.mb95 {
  margin-bottom: 9.5rem !important;
}

.mb100 {
  margin-bottom: 10rem !important;
}

.mb105 {
  margin-bottom: 10.5rem !important;
}

.mb110 {
  margin-bottom: 11rem !important;
}

.mb115 {
  margin-bottom: 11.5rem !important;
}

.mb120 {
  margin-bottom: 12rem !important;
}

.mb125 {
  margin-bottom: 12.5rem !important;
}

.mb130 {
  margin-bottom: 13rem !important;
}

.mb135 {
  margin-bottom: 13.5rem !important;
}

.mb140 {
  margin-bottom: 14rem !important;
}

.mb145 {
  margin-bottom: 14.5rem !important;
}

.mb150 {
  margin-bottom: 15rem !important;
}

.mb155 {
  margin-bottom: 15.5rem !important;
}

.mb160 {
  margin-bottom: 16rem !important;
}

.mb165 {
  margin-bottom: 16.5rem !important;
}

.mb170 {
  margin-bottom: 17rem !important;
}

.mb175 {
  margin-bottom: 17.5rem !important;
}

.mb180 {
  margin-bottom: 18rem !important;
}

.mb185 {
  margin-bottom: 18.5rem !important;
}

.mb190 {
  margin-bottom: 19rem !important;
}

.mb195 {
  margin-bottom: 19.5rem !important;
}

.mb200 {
  margin-bottom: 20rem !important;
}

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

.ml5 {
  margin-left: 0.5rem !important;
}

.ml10 {
  margin-left: 1rem !important;
}

.ml15 {
  margin-left: 1.5rem !important;
}

.ml20 {
  margin-left: 2rem !important;
}

.ml25 {
  margin-left: 2.5rem !important;
}

.ml30 {
  margin-left: 3rem !important;
}

.ml35 {
  margin-left: 3.5rem !important;
}

.ml40 {
  margin-left: 4rem !important;
}

.ml45 {
  margin-left: 4.5rem !important;
}

.ml50 {
  margin-left: 5rem !important;
}

.ml55 {
  margin-left: 5.5rem !important;
}

.ml60 {
  margin-left: 6rem !important;
}

.ml65 {
  margin-left: 6.5rem !important;
}

.ml70 {
  margin-left: 7rem !important;
}

.ml75 {
  margin-left: 7.5rem !important;
}

.ml80 {
  margin-left: 8rem !important;
}

.ml85 {
  margin-left: 8.5rem !important;
}

.ml90 {
  margin-left: 9rem !important;
}

.ml95 {
  margin-left: 9.5rem !important;
}

.ml100 {
  margin-left: 10rem !important;
}

.ml105 {
  margin-left: 10.5rem !important;
}

.ml110 {
  margin-left: 11rem !important;
}

.ml115 {
  margin-left: 11.5rem !important;
}

.ml120 {
  margin-left: 12rem !important;
}

.ml125 {
  margin-left: 12.5rem !important;
}

.ml130 {
  margin-left: 13rem !important;
}

.ml135 {
  margin-left: 13.5rem !important;
}

.ml140 {
  margin-left: 14rem !important;
}

.ml145 {
  margin-left: 14.5rem !important;
}

.ml150 {
  margin-left: 15rem !important;
}

.ml155 {
  margin-left: 15.5rem !important;
}

.ml160 {
  margin-left: 16rem !important;
}

.ml165 {
  margin-left: 16.5rem !important;
}

.ml170 {
  margin-left: 17rem !important;
}

.ml175 {
  margin-left: 17.5rem !important;
}

.ml180 {
  margin-left: 18rem !important;
}

.ml185 {
  margin-left: 18.5rem !important;
}

.ml190 {
  margin-left: 19rem !important;
}

.ml195 {
  margin-left: 19.5rem !important;
}

.ml200 {
  margin-left: 20rem !important;
}

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

.pt5 {
  padding-top: 0.5rem !important;
}

.pt10 {
  padding-top: 1rem !important;
}

.pt15 {
  padding-top: 1.5rem !important;
}

.pt20 {
  padding-top: 2rem !important;
}

.pt25 {
  padding-top: 2.5rem !important;
}

.pt30 {
  padding-top: 3rem !important;
}

.pt35 {
  padding-top: 3.5rem !important;
}

.pt40 {
  padding-top: 4rem !important;
}

.pt45 {
  padding-top: 4.5rem !important;
}

.pt50 {
  padding-top: 5rem !important;
}

.pt55 {
  padding-top: 5.5rem !important;
}

.pt60 {
  padding-top: 6rem !important;
}

.pt65 {
  padding-top: 6.5rem !important;
}

.pt70 {
  padding-top: 7rem !important;
}

.pt75 {
  padding-top: 7.5rem !important;
}

.pt80 {
  padding-top: 8rem !important;
}

.pt85 {
  padding-top: 8.5rem !important;
}

.pt90 {
  padding-top: 9rem !important;
}

.pt95 {
  padding-top: 9.5rem !important;
}

.pt100 {
  padding-top: 10rem !important;
}

.pt105 {
  padding-top: 10.5rem !important;
}

.pt110 {
  padding-top: 11rem !important;
}

.pt115 {
  padding-top: 11.5rem !important;
}

.pt120 {
  padding-top: 12rem !important;
}

.pt125 {
  padding-top: 12.5rem !important;
}

.pt130 {
  padding-top: 13rem !important;
}

.pt135 {
  padding-top: 13.5rem !important;
}

.pt140 {
  padding-top: 14rem !important;
}

.pt145 {
  padding-top: 14.5rem !important;
}

.pt150 {
  padding-top: 15rem !important;
}

.pt155 {
  padding-top: 15.5rem !important;
}

.pt160 {
  padding-top: 16rem !important;
}

.pt165 {
  padding-top: 16.5rem !important;
}

.pt170 {
  padding-top: 17rem !important;
}

.pt175 {
  padding-top: 17.5rem !important;
}

.pt180 {
  padding-top: 18rem !important;
}

.pt185 {
  padding-top: 18.5rem !important;
}

.pt190 {
  padding-top: 19rem !important;
}

.pt195 {
  padding-top: 19.5rem !important;
}

.pt200 {
  padding-top: 20rem !important;
}

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

.pr5 {
  padding-right: 0.5rem !important;
}

.pr10 {
  padding-right: 1rem !important;
}

.pr15 {
  padding-right: 1.5rem !important;
}

.pr20 {
  padding-right: 2rem !important;
}

.pr25 {
  padding-right: 2.5rem !important;
}

.pr30 {
  padding-right: 3rem !important;
}

.pr35 {
  padding-right: 3.5rem !important;
}

.pr40 {
  padding-right: 4rem !important;
}

.pr45 {
  padding-right: 4.5rem !important;
}

.pr50 {
  padding-right: 5rem !important;
}

.pr55 {
  padding-right: 5.5rem !important;
}

.pr60 {
  padding-right: 6rem !important;
}

.pr65 {
  padding-right: 6.5rem !important;
}

.pr70 {
  padding-right: 7rem !important;
}

.pr75 {
  padding-right: 7.5rem !important;
}

.pr80 {
  padding-right: 8rem !important;
}

.pr85 {
  padding-right: 8.5rem !important;
}

.pr90 {
  padding-right: 9rem !important;
}

.pr95 {
  padding-right: 9.5rem !important;
}

.pr100 {
  padding-right: 10rem !important;
}

.pr105 {
  padding-right: 10.5rem !important;
}

.pr110 {
  padding-right: 11rem !important;
}

.pr115 {
  padding-right: 11.5rem !important;
}

.pr120 {
  padding-right: 12rem !important;
}

.pr125 {
  padding-right: 12.5rem !important;
}

.pr130 {
  padding-right: 13rem !important;
}

.pr135 {
  padding-right: 13.5rem !important;
}

.pr140 {
  padding-right: 14rem !important;
}

.pr145 {
  padding-right: 14.5rem !important;
}

.pr150 {
  padding-right: 15rem !important;
}

.pr155 {
  padding-right: 15.5rem !important;
}

.pr160 {
  padding-right: 16rem !important;
}

.pr165 {
  padding-right: 16.5rem !important;
}

.pr170 {
  padding-right: 17rem !important;
}

.pr175 {
  padding-right: 17.5rem !important;
}

.pr180 {
  padding-right: 18rem !important;
}

.pr185 {
  padding-right: 18.5rem !important;
}

.pr190 {
  padding-right: 19rem !important;
}

.pr195 {
  padding-right: 19.5rem !important;
}

.pr200 {
  padding-right: 20rem !important;
}

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

.pb5 {
  padding-bottom: 0.5rem !important;
}

.pb10 {
  padding-bottom: 1rem !important;
}

.pb15 {
  padding-bottom: 1.5rem !important;
}

.pb20 {
  padding-bottom: 2rem !important;
}

.pb25 {
  padding-bottom: 2.5rem !important;
}

.pb30 {
  padding-bottom: 3rem !important;
}

.pb35 {
  padding-bottom: 3.5rem !important;
}

.pb40 {
  padding-bottom: 4rem !important;
}

.pb45 {
  padding-bottom: 4.5rem !important;
}

.pb50 {
  padding-bottom: 5rem !important;
}

.pb55 {
  padding-bottom: 5.5rem !important;
}

.pb60 {
  padding-bottom: 6rem !important;
}

.pb65 {
  padding-bottom: 6.5rem !important;
}

.pb70 {
  padding-bottom: 7rem !important;
}

.pb75 {
  padding-bottom: 7.5rem !important;
}

.pb80 {
  padding-bottom: 8rem !important;
}

.pb85 {
  padding-bottom: 8.5rem !important;
}

.pb90 {
  padding-bottom: 9rem !important;
}

.pb95 {
  padding-bottom: 9.5rem !important;
}

.pb100 {
  padding-bottom: 10rem !important;
}

.pb105 {
  padding-bottom: 10.5rem !important;
}

.pb110 {
  padding-bottom: 11rem !important;
}

.pb115 {
  padding-bottom: 11.5rem !important;
}

.pb120 {
  padding-bottom: 12rem !important;
}

.pb125 {
  padding-bottom: 12.5rem !important;
}

.pb130 {
  padding-bottom: 13rem !important;
}

.pb135 {
  padding-bottom: 13.5rem !important;
}

.pb140 {
  padding-bottom: 14rem !important;
}

.pb145 {
  padding-bottom: 14.5rem !important;
}

.pb150 {
  padding-bottom: 15rem !important;
}

.pb155 {
  padding-bottom: 15.5rem !important;
}

.pb160 {
  padding-bottom: 16rem !important;
}

.pb165 {
  padding-bottom: 16.5rem !important;
}

.pb170 {
  padding-bottom: 17rem !important;
}

.pb175 {
  padding-bottom: 17.5rem !important;
}

.pb180 {
  padding-bottom: 18rem !important;
}

.pb185 {
  padding-bottom: 18.5rem !important;
}

.pb190 {
  padding-bottom: 19rem !important;
}

.pb195 {
  padding-bottom: 19.5rem !important;
}

.pb200 {
  padding-bottom: 20rem !important;
}

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

.pl5 {
  padding-left: 0.5rem !important;
}

.pl10 {
  padding-left: 1rem !important;
}

.pl15 {
  padding-left: 1.5rem !important;
}

.pl20 {
  padding-left: 2rem !important;
}

.pl25 {
  padding-left: 2.5rem !important;
}

.pl30 {
  padding-left: 3rem !important;
}

.pl35 {
  padding-left: 3.5rem !important;
}

.pl40 {
  padding-left: 4rem !important;
}

.pl45 {
  padding-left: 4.5rem !important;
}

.pl50 {
  padding-left: 5rem !important;
}

.pl55 {
  padding-left: 5.5rem !important;
}

.pl60 {
  padding-left: 6rem !important;
}

.pl65 {
  padding-left: 6.5rem !important;
}

.pl70 {
  padding-left: 7rem !important;
}

.pl75 {
  padding-left: 7.5rem !important;
}

.pl80 {
  padding-left: 8rem !important;
}

.pl85 {
  padding-left: 8.5rem !important;
}

.pl90 {
  padding-left: 9rem !important;
}

.pl95 {
  padding-left: 9.5rem !important;
}

.pl100 {
  padding-left: 10rem !important;
}

.pl105 {
  padding-left: 10.5rem !important;
}

.pl110 {
  padding-left: 11rem !important;
}

.pl115 {
  padding-left: 11.5rem !important;
}

.pl120 {
  padding-left: 12rem !important;
}

.pl125 {
  padding-left: 12.5rem !important;
}

.pl130 {
  padding-left: 13rem !important;
}

.pl135 {
  padding-left: 13.5rem !important;
}

.pl140 {
  padding-left: 14rem !important;
}

.pl145 {
  padding-left: 14.5rem !important;
}

.pl150 {
  padding-left: 15rem !important;
}

.pl155 {
  padding-left: 15.5rem !important;
}

.pl160 {
  padding-left: 16rem !important;
}

.pl165 {
  padding-left: 16.5rem !important;
}

.pl170 {
  padding-left: 17rem !important;
}

.pl175 {
  padding-left: 17.5rem !important;
}

.pl180 {
  padding-left: 18rem !important;
}

.pl185 {
  padding-left: 18.5rem !important;
}

.pl190 {
  padding-left: 19rem !important;
}

.pl195 {
  padding-left: 19.5rem !important;
}

.pl200 {
  padding-left: 20rem !important;
}

@media (min-width: 768px) {
  .mt0_pc {
    margin-top: 0rem !important;
  }
  .mt5_pc {
    margin-top: 0.5rem !important;
  }
  .mt10_pc {
    margin-top: 1rem !important;
  }
  .mt15_pc {
    margin-top: 1.5rem !important;
  }
  .mt20_pc {
    margin-top: 2rem !important;
  }
  .mt25_pc {
    margin-top: 2.5rem !important;
  }
  .mt30_pc {
    margin-top: 3rem !important;
  }
  .mt35_pc {
    margin-top: 3.5rem !important;
  }
  .mt40_pc {
    margin-top: 4rem !important;
  }
  .mt45_pc {
    margin-top: 4.5rem !important;
  }
  .mt50_pc {
    margin-top: 5rem !important;
  }
  .mt55_pc {
    margin-top: 5.5rem !important;
  }
  .mt60_pc {
    margin-top: 6rem !important;
  }
  .mt65_pc {
    margin-top: 6.5rem !important;
  }
  .mt70_pc {
    margin-top: 7rem !important;
  }
  .mt75_pc {
    margin-top: 7.5rem !important;
  }
  .mt80_pc {
    margin-top: 8rem !important;
  }
  .mt85_pc {
    margin-top: 8.5rem !important;
  }
  .mt90_pc {
    margin-top: 9rem !important;
  }
  .mt95_pc {
    margin-top: 9.5rem !important;
  }
  .mt100_pc {
    margin-top: 10rem !important;
  }
  .mt105_pc {
    margin-top: 10.5rem !important;
  }
  .mt110_pc {
    margin-top: 11rem !important;
  }
  .mt115_pc {
    margin-top: 11.5rem !important;
  }
  .mt120_pc {
    margin-top: 12rem !important;
  }
  .mt125_pc {
    margin-top: 12.5rem !important;
  }
  .mt130_pc {
    margin-top: 13rem !important;
  }
  .mt135_pc {
    margin-top: 13.5rem !important;
  }
  .mt140_pc {
    margin-top: 14rem !important;
  }
  .mt145_pc {
    margin-top: 14.5rem !important;
  }
  .mt150_pc {
    margin-top: 15rem !important;
  }
  .mt155_pc {
    margin-top: 15.5rem !important;
  }
  .mt160_pc {
    margin-top: 16rem !important;
  }
  .mt165_pc {
    margin-top: 16.5rem !important;
  }
  .mt170_pc {
    margin-top: 17rem !important;
  }
  .mt175_pc {
    margin-top: 17.5rem !important;
  }
  .mt180_pc {
    margin-top: 18rem !important;
  }
  .mt185_pc {
    margin-top: 18.5rem !important;
  }
  .mt190_pc {
    margin-top: 19rem !important;
  }
  .mt195_pc {
    margin-top: 19.5rem !important;
  }
  .mt200_pc {
    margin-top: 20rem !important;
  }
  .mr0_pc {
    margin-right: 0rem !important;
  }
  .mr5_pc {
    margin-right: 0.5rem !important;
  }
  .mr10_pc {
    margin-right: 1rem !important;
  }
  .mr15_pc {
    margin-right: 1.5rem !important;
  }
  .mr20_pc {
    margin-right: 2rem !important;
  }
  .mr25_pc {
    margin-right: 2.5rem !important;
  }
  .mr30_pc {
    margin-right: 3rem !important;
  }
  .mr35_pc {
    margin-right: 3.5rem !important;
  }
  .mr40_pc {
    margin-right: 4rem !important;
  }
  .mr45_pc {
    margin-right: 4.5rem !important;
  }
  .mr50_pc {
    margin-right: 5rem !important;
  }
  .mr55_pc {
    margin-right: 5.5rem !important;
  }
  .mr60_pc {
    margin-right: 6rem !important;
  }
  .mr65_pc {
    margin-right: 6.5rem !important;
  }
  .mr70_pc {
    margin-right: 7rem !important;
  }
  .mr75_pc {
    margin-right: 7.5rem !important;
  }
  .mr80_pc {
    margin-right: 8rem !important;
  }
  .mr85_pc {
    margin-right: 8.5rem !important;
  }
  .mr90_pc {
    margin-right: 9rem !important;
  }
  .mr95_pc {
    margin-right: 9.5rem !important;
  }
  .mr100_pc {
    margin-right: 10rem !important;
  }
  .mr105_pc {
    margin-right: 10.5rem !important;
  }
  .mr110_pc {
    margin-right: 11rem !important;
  }
  .mr115_pc {
    margin-right: 11.5rem !important;
  }
  .mr120_pc {
    margin-right: 12rem !important;
  }
  .mr125_pc {
    margin-right: 12.5rem !important;
  }
  .mr130_pc {
    margin-right: 13rem !important;
  }
  .mr135_pc {
    margin-right: 13.5rem !important;
  }
  .mr140_pc {
    margin-right: 14rem !important;
  }
  .mr145_pc {
    margin-right: 14.5rem !important;
  }
  .mr150_pc {
    margin-right: 15rem !important;
  }
  .mr155_pc {
    margin-right: 15.5rem !important;
  }
  .mr160_pc {
    margin-right: 16rem !important;
  }
  .mr165_pc {
    margin-right: 16.5rem !important;
  }
  .mr170_pc {
    margin-right: 17rem !important;
  }
  .mr175_pc {
    margin-right: 17.5rem !important;
  }
  .mr180_pc {
    margin-right: 18rem !important;
  }
  .mr185_pc {
    margin-right: 18.5rem !important;
  }
  .mr190_pc {
    margin-right: 19rem !important;
  }
  .mr195_pc {
    margin-right: 19.5rem !important;
  }
  .mr200_pc {
    margin-right: 20rem !important;
  }
  .ml0_pc {
    margin-left: 0rem !important;
  }
  .ml5_pc {
    margin-left: 0.5rem !important;
  }
  .ml10_pc {
    margin-left: 1rem !important;
  }
  .ml15_pc {
    margin-left: 1.5rem !important;
  }
  .ml20_pc {
    margin-left: 2rem !important;
  }
  .ml25_pc {
    margin-left: 2.5rem !important;
  }
  .ml30_pc {
    margin-left: 3rem !important;
  }
  .ml35_pc {
    margin-left: 3.5rem !important;
  }
  .ml40_pc {
    margin-left: 4rem !important;
  }
  .ml45_pc {
    margin-left: 4.5rem !important;
  }
  .ml50_pc {
    margin-left: 5rem !important;
  }
  .ml55_pc {
    margin-left: 5.5rem !important;
  }
  .ml60_pc {
    margin-left: 6rem !important;
  }
  .ml65_pc {
    margin-left: 6.5rem !important;
  }
  .ml70_pc {
    margin-left: 7rem !important;
  }
  .ml75_pc {
    margin-left: 7.5rem !important;
  }
  .ml80_pc {
    margin-left: 8rem !important;
  }
  .ml85_pc {
    margin-left: 8.5rem !important;
  }
  .ml90_pc {
    margin-left: 9rem !important;
  }
  .ml95_pc {
    margin-left: 9.5rem !important;
  }
  .ml100_pc {
    margin-left: 10rem !important;
  }
  .ml105_pc {
    margin-left: 10.5rem !important;
  }
  .ml110_pc {
    margin-left: 11rem !important;
  }
  .ml115_pc {
    margin-left: 11.5rem !important;
  }
  .ml120_pc {
    margin-left: 12rem !important;
  }
  .ml125_pc {
    margin-left: 12.5rem !important;
  }
  .ml130_pc {
    margin-left: 13rem !important;
  }
  .ml135_pc {
    margin-left: 13.5rem !important;
  }
  .ml140_pc {
    margin-left: 14rem !important;
  }
  .ml145_pc {
    margin-left: 14.5rem !important;
  }
  .ml150_pc {
    margin-left: 15rem !important;
  }
  .ml155_pc {
    margin-left: 15.5rem !important;
  }
  .ml160_pc {
    margin-left: 16rem !important;
  }
  .ml165_pc {
    margin-left: 16.5rem !important;
  }
  .ml170_pc {
    margin-left: 17rem !important;
  }
  .ml175_pc {
    margin-left: 17.5rem !important;
  }
  .ml180_pc {
    margin-left: 18rem !important;
  }
  .ml185_pc {
    margin-left: 18.5rem !important;
  }
  .ml190_pc {
    margin-left: 19rem !important;
  }
  .ml195_pc {
    margin-left: 19.5rem !important;
  }
  .ml200_pc {
    margin-left: 20rem !important;
  }
  .mb0_pc {
    margin-bottom: 0rem !important;
  }
  .mb5_pc {
    margin-bottom: 0.5rem !important;
  }
  .mb10_pc {
    margin-bottom: 1rem !important;
  }
  .mb15_pc {
    margin-bottom: 1.5rem !important;
  }
  .mb20_pc {
    margin-bottom: 2rem !important;
  }
  .mb25_pc {
    margin-bottom: 2.5rem !important;
  }
  .mb30_pc {
    margin-bottom: 3rem !important;
  }
  .mb35_pc {
    margin-bottom: 3.5rem !important;
  }
  .mb40_pc {
    margin-bottom: 4rem !important;
  }
  .mb45_pc {
    margin-bottom: 4.5rem !important;
  }
  .mb50_pc {
    margin-bottom: 5rem !important;
  }
  .mb55_pc {
    margin-bottom: 5.5rem !important;
  }
  .mb60_pc {
    margin-bottom: 6rem !important;
  }
  .mb65_pc {
    margin-bottom: 6.5rem !important;
  }
  .mb70_pc {
    margin-bottom: 7rem !important;
  }
  .mb75_pc {
    margin-bottom: 7.5rem !important;
  }
  .mb80_pc {
    margin-bottom: 8rem !important;
  }
  .mb85_pc {
    margin-bottom: 8.5rem !important;
  }
  .mb90_pc {
    margin-bottom: 9rem !important;
  }
  .mb95_pc {
    margin-bottom: 9.5rem !important;
  }
  .mb100_pc {
    margin-bottom: 10rem !important;
  }
  .mb105_pc {
    margin-bottom: 10.5rem !important;
  }
  .mb110_pc {
    margin-bottom: 11rem !important;
  }
  .mb115_pc {
    margin-bottom: 11.5rem !important;
  }
  .mb120_pc {
    margin-bottom: 12rem !important;
  }
  .mb125_pc {
    margin-bottom: 12.5rem !important;
  }
  .mb130_pc {
    margin-bottom: 13rem !important;
  }
  .mb135_pc {
    margin-bottom: 13.5rem !important;
  }
  .mb140_pc {
    margin-bottom: 14rem !important;
  }
  .mb145_pc {
    margin-bottom: 14.5rem !important;
  }
  .mb150_pc {
    margin-bottom: 15rem !important;
  }
  .mb155_pc {
    margin-bottom: 15.5rem !important;
  }
  .mb160_pc {
    margin-bottom: 16rem !important;
  }
  .mb165_pc {
    margin-bottom: 16.5rem !important;
  }
  .mb170_pc {
    margin-bottom: 17rem !important;
  }
  .mb175_pc {
    margin-bottom: 17.5rem !important;
  }
  .mb180_pc {
    margin-bottom: 18rem !important;
  }
  .mb185_pc {
    margin-bottom: 18.5rem !important;
  }
  .mb190_pc {
    margin-bottom: 19rem !important;
  }
  .mb195_pc {
    margin-bottom: 19.5rem !important;
  }
  .mb200_pc {
    margin-bottom: 20rem !important;
  }
  .pt0_pc {
    padding-top: 0rem !important;
  }
  .pt5_pc {
    padding-top: 0.5rem !important;
  }
  .pt10_pc {
    padding-top: 1rem !important;
  }
  .pt15_pc {
    padding-top: 1.5rem !important;
  }
  .pt20_pc {
    padding-top: 2rem !important;
  }
  .pt25_pc {
    padding-top: 2.5rem !important;
  }
  .pt30_pc {
    padding-top: 3rem !important;
  }
  .pt35_pc {
    padding-top: 3.5rem !important;
  }
  .pt40_pc {
    padding-top: 4rem !important;
  }
  .pt45_pc {
    padding-top: 4.5rem !important;
  }
  .pt50_pc {
    padding-top: 5rem !important;
  }
  .pt55_pc {
    padding-top: 5.5rem !important;
  }
  .pt60_pc {
    padding-top: 6rem !important;
  }
  .pt65_pc {
    padding-top: 6.5rem !important;
  }
  .pt70_pc {
    padding-top: 7rem !important;
  }
  .pt75_pc {
    padding-top: 7.5rem !important;
  }
  .pt80_pc {
    padding-top: 8rem !important;
  }
  .pt85_pc {
    padding-top: 8.5rem !important;
  }
  .pt90_pc {
    padding-top: 9rem !important;
  }
  .pt95_pc {
    padding-top: 9.5rem !important;
  }
  .pt100_pc {
    padding-top: 10rem !important;
  }
  .pt105_pc {
    padding-top: 10.5rem !important;
  }
  .pt110_pc {
    padding-top: 11rem !important;
  }
  .pt115_pc {
    padding-top: 11.5rem !important;
  }
  .pt120_pc {
    padding-top: 12rem !important;
  }
  .pt125_pc {
    padding-top: 12.5rem !important;
  }
  .pt130_pc {
    padding-top: 13rem !important;
  }
  .pt135_pc {
    padding-top: 13.5rem !important;
  }
  .pt140_pc {
    padding-top: 14rem !important;
  }
  .pt145_pc {
    padding-top: 14.5rem !important;
  }
  .pt150_pc {
    padding-top: 15rem !important;
  }
  .pt155_pc {
    padding-top: 15.5rem !important;
  }
  .pt160_pc {
    padding-top: 16rem !important;
  }
  .pt165_pc {
    padding-top: 16.5rem !important;
  }
  .pt170_pc {
    padding-top: 17rem !important;
  }
  .pt175_pc {
    padding-top: 17.5rem !important;
  }
  .pt180_pc {
    padding-top: 18rem !important;
  }
  .pt185_pc {
    padding-top: 18.5rem !important;
  }
  .pt190_pc {
    padding-top: 19rem !important;
  }
  .pt195_pc {
    padding-top: 19.5rem !important;
  }
  .pt200_pc {
    padding-top: 20rem !important;
  }
  .pr0_pc {
    padding-right: 0rem !important;
  }
  .pr5_pc {
    padding-right: 0.5rem !important;
  }
  .pr10_pc {
    padding-right: 1rem !important;
  }
  .pr15_pc {
    padding-right: 1.5rem !important;
  }
  .pr20_pc {
    padding-right: 2rem !important;
  }
  .pr25_pc {
    padding-right: 2.5rem !important;
  }
  .pr30_pc {
    padding-right: 3rem !important;
  }
  .pr35_pc {
    padding-right: 3.5rem !important;
  }
  .pr40_pc {
    padding-right: 4rem !important;
  }
  .pr45_pc {
    padding-right: 4.5rem !important;
  }
  .pr50_pc {
    padding-right: 5rem !important;
  }
  .pr55_pc {
    padding-right: 5.5rem !important;
  }
  .pr60_pc {
    padding-right: 6rem !important;
  }
  .pr65_pc {
    padding-right: 6.5rem !important;
  }
  .pr70_pc {
    padding-right: 7rem !important;
  }
  .pr75_pc {
    padding-right: 7.5rem !important;
  }
  .pr80_pc {
    padding-right: 8rem !important;
  }
  .pr85_pc {
    padding-right: 8.5rem !important;
  }
  .pr90_pc {
    padding-right: 9rem !important;
  }
  .pr95_pc {
    padding-right: 9.5rem !important;
  }
  .pr100_pc {
    padding-right: 10rem !important;
  }
  .pr105_pc {
    padding-right: 10.5rem !important;
  }
  .pr110_pc {
    padding-right: 11rem !important;
  }
  .pr115_pc {
    padding-right: 11.5rem !important;
  }
  .pr120_pc {
    padding-right: 12rem !important;
  }
  .pr125_pc {
    padding-right: 12.5rem !important;
  }
  .pr130_pc {
    padding-right: 13rem !important;
  }
  .pr135_pc {
    padding-right: 13.5rem !important;
  }
  .pr140_pc {
    padding-right: 14rem !important;
  }
  .pr145_pc {
    padding-right: 14.5rem !important;
  }
  .pr150_pc {
    padding-right: 15rem !important;
  }
  .pr155_pc {
    padding-right: 15.5rem !important;
  }
  .pr160_pc {
    padding-right: 16rem !important;
  }
  .pr165_pc {
    padding-right: 16.5rem !important;
  }
  .pr170_pc {
    padding-right: 17rem !important;
  }
  .pr175_pc {
    padding-right: 17.5rem !important;
  }
  .pr180_pc {
    padding-right: 18rem !important;
  }
  .pr185_pc {
    padding-right: 18.5rem !important;
  }
  .pr190_pc {
    padding-right: 19rem !important;
  }
  .pr195_pc {
    padding-right: 19.5rem !important;
  }
  .pr200_pc {
    padding-right: 20rem !important;
  }
  .pl0_pc {
    padding-left: 0rem !important;
  }
  .pl5_pc {
    padding-left: 0.5rem !important;
  }
  .pl10_pc {
    padding-left: 1rem !important;
  }
  .pl15_pc {
    padding-left: 1.5rem !important;
  }
  .pl20_pc {
    padding-left: 2rem !important;
  }
  .pl25_pc {
    padding-left: 2.5rem !important;
  }
  .pl30_pc {
    padding-left: 3rem !important;
  }
  .pl35_pc {
    padding-left: 3.5rem !important;
  }
  .pl40_pc {
    padding-left: 4rem !important;
  }
  .pl45_pc {
    padding-left: 4.5rem !important;
  }
  .pl50_pc {
    padding-left: 5rem !important;
  }
  .pl55_pc {
    padding-left: 5.5rem !important;
  }
  .pl60_pc {
    padding-left: 6rem !important;
  }
  .pl65_pc {
    padding-left: 6.5rem !important;
  }
  .pl70_pc {
    padding-left: 7rem !important;
  }
  .pl75_pc {
    padding-left: 7.5rem !important;
  }
  .pl80_pc {
    padding-left: 8rem !important;
  }
  .pl85_pc {
    padding-left: 8.5rem !important;
  }
  .pl90_pc {
    padding-left: 9rem !important;
  }
  .pl95_pc {
    padding-left: 9.5rem !important;
  }
  .pl100_pc {
    padding-left: 10rem !important;
  }
  .pl105_pc {
    padding-left: 10.5rem !important;
  }
  .pl110_pc {
    padding-left: 11rem !important;
  }
  .pl115_pc {
    padding-left: 11.5rem !important;
  }
  .pl120_pc {
    padding-left: 12rem !important;
  }
  .pl125_pc {
    padding-left: 12.5rem !important;
  }
  .pl130_pc {
    padding-left: 13rem !important;
  }
  .pl135_pc {
    padding-left: 13.5rem !important;
  }
  .pl140_pc {
    padding-left: 14rem !important;
  }
  .pl145_pc {
    padding-left: 14.5rem !important;
  }
  .pl150_pc {
    padding-left: 15rem !important;
  }
  .pl155_pc {
    padding-left: 15.5rem !important;
  }
  .pl160_pc {
    padding-left: 16rem !important;
  }
  .pl165_pc {
    padding-left: 16.5rem !important;
  }
  .pl170_pc {
    padding-left: 17rem !important;
  }
  .pl175_pc {
    padding-left: 17.5rem !important;
  }
  .pl180_pc {
    padding-left: 18rem !important;
  }
  .pl185_pc {
    padding-left: 18.5rem !important;
  }
  .pl190_pc {
    padding-left: 19rem !important;
  }
  .pl195_pc {
    padding-left: 19.5rem !important;
  }
  .pl200_pc {
    padding-left: 20rem !important;
  }
  .pb0_pc {
    padding-bottom: 0rem !important;
  }
  .pb5_pc {
    padding-bottom: 0.5rem !important;
  }
  .pb10_pc {
    padding-bottom: 1rem !important;
  }
  .pb15_pc {
    padding-bottom: 1.5rem !important;
  }
  .pb20_pc {
    padding-bottom: 2rem !important;
  }
  .pb25_pc {
    padding-bottom: 2.5rem !important;
  }
  .pb30_pc {
    padding-bottom: 3rem !important;
  }
  .pb35_pc {
    padding-bottom: 3.5rem !important;
  }
  .pb40_pc {
    padding-bottom: 4rem !important;
  }
  .pb45_pc {
    padding-bottom: 4.5rem !important;
  }
  .pb50_pc {
    padding-bottom: 5rem !important;
  }
  .pb55_pc {
    padding-bottom: 5.5rem !important;
  }
  .pb60_pc {
    padding-bottom: 6rem !important;
  }
  .pb65_pc {
    padding-bottom: 6.5rem !important;
  }
  .pb70_pc {
    padding-bottom: 7rem !important;
  }
  .pb75_pc {
    padding-bottom: 7.5rem !important;
  }
  .pb80_pc {
    padding-bottom: 8rem !important;
  }
  .pb85_pc {
    padding-bottom: 8.5rem !important;
  }
  .pb90_pc {
    padding-bottom: 9rem !important;
  }
  .pb95_pc {
    padding-bottom: 9.5rem !important;
  }
  .pb100_pc {
    padding-bottom: 10rem !important;
  }
  .pb105_pc {
    padding-bottom: 10.5rem !important;
  }
  .pb110_pc {
    padding-bottom: 11rem !important;
  }
  .pb115_pc {
    padding-bottom: 11.5rem !important;
  }
  .pb120_pc {
    padding-bottom: 12rem !important;
  }
  .pb125_pc {
    padding-bottom: 12.5rem !important;
  }
  .pb130_pc {
    padding-bottom: 13rem !important;
  }
  .pb135_pc {
    padding-bottom: 13.5rem !important;
  }
  .pb140_pc {
    padding-bottom: 14rem !important;
  }
  .pb145_pc {
    padding-bottom: 14.5rem !important;
  }
  .pb150_pc {
    padding-bottom: 15rem !important;
  }
  .pb155_pc {
    padding-bottom: 15.5rem !important;
  }
  .pb160_pc {
    padding-bottom: 16rem !important;
  }
  .pb165_pc {
    padding-bottom: 16.5rem !important;
  }
  .pb170_pc {
    padding-bottom: 17rem !important;
  }
  .pb175_pc {
    padding-bottom: 17.5rem !important;
  }
  .pb180_pc {
    padding-bottom: 18rem !important;
  }
  .pb185_pc {
    padding-bottom: 18.5rem !important;
  }
  .pb190_pc {
    padding-bottom: 19rem !important;
  }
  .pb195_pc {
    padding-bottom: 19.5rem !important;
  }
  .pb200_pc {
    padding-bottom: 20rem !important;
  }
}
@media (max-width: 767px) {
  .mt0_sp {
    margin-top: 0rem !important;
  }
  .mt5_sp {
    margin-top: 0.5rem !important;
  }
  .mt10_sp {
    margin-top: 1rem !important;
  }
  .mt15_sp {
    margin-top: 1.5rem !important;
  }
  .mt20_sp {
    margin-top: 2rem !important;
  }
  .mt25_sp {
    margin-top: 2.5rem !important;
  }
  .mt30_sp {
    margin-top: 3rem !important;
  }
  .mt35_sp {
    margin-top: 3.5rem !important;
  }
  .mt40_sp {
    margin-top: 4rem !important;
  }
  .mt45_sp {
    margin-top: 4.5rem !important;
  }
  .mt50_sp {
    margin-top: 5rem !important;
  }
  .mt55_sp {
    margin-top: 5.5rem !important;
  }
  .mt60_sp {
    margin-top: 6rem !important;
  }
  .mt65_sp {
    margin-top: 6.5rem !important;
  }
  .mt70_sp {
    margin-top: 7rem !important;
  }
  .mt75_sp {
    margin-top: 7.5rem !important;
  }
  .mt80_sp {
    margin-top: 8rem !important;
  }
  .mt85_sp {
    margin-top: 8.5rem !important;
  }
  .mt90_sp {
    margin-top: 9rem !important;
  }
  .mt95_sp {
    margin-top: 9.5rem !important;
  }
  .mt100_sp {
    margin-top: 10rem !important;
  }
  .mt105_sp {
    margin-top: 10.5rem !important;
  }
  .mt110_sp {
    margin-top: 11rem !important;
  }
  .mt115_sp {
    margin-top: 11.5rem !important;
  }
  .mt120_sp {
    margin-top: 12rem !important;
  }
  .mt125_sp {
    margin-top: 12.5rem !important;
  }
  .mt130_sp {
    margin-top: 13rem !important;
  }
  .mt135_sp {
    margin-top: 13.5rem !important;
  }
  .mt140_sp {
    margin-top: 14rem !important;
  }
  .mt145_sp {
    margin-top: 14.5rem !important;
  }
  .mt150_sp {
    margin-top: 15rem !important;
  }
  .mt155_sp {
    margin-top: 15.5rem !important;
  }
  .mt160_sp {
    margin-top: 16rem !important;
  }
  .mt165_sp {
    margin-top: 16.5rem !important;
  }
  .mt170_sp {
    margin-top: 17rem !important;
  }
  .mt175_sp {
    margin-top: 17.5rem !important;
  }
  .mt180_sp {
    margin-top: 18rem !important;
  }
  .mt185_sp {
    margin-top: 18.5rem !important;
  }
  .mt190_sp {
    margin-top: 19rem !important;
  }
  .mt195_sp {
    margin-top: 19.5rem !important;
  }
  .mt200_sp {
    margin-top: 20rem !important;
  }
  .mr0_sp {
    margin-right: 0rem !important;
  }
  .mr5_sp {
    margin-right: 0.5rem !important;
  }
  .mr10_sp {
    margin-right: 1rem !important;
  }
  .mr15_sp {
    margin-right: 1.5rem !important;
  }
  .mr20_sp {
    margin-right: 2rem !important;
  }
  .mr25_sp {
    margin-right: 2.5rem !important;
  }
  .mr30_sp {
    margin-right: 3rem !important;
  }
  .mr35_sp {
    margin-right: 3.5rem !important;
  }
  .mr40_sp {
    margin-right: 4rem !important;
  }
  .mr45_sp {
    margin-right: 4.5rem !important;
  }
  .mr50_sp {
    margin-right: 5rem !important;
  }
  .mr55_sp {
    margin-right: 5.5rem !important;
  }
  .mr60_sp {
    margin-right: 6rem !important;
  }
  .mr65_sp {
    margin-right: 6.5rem !important;
  }
  .mr70_sp {
    margin-right: 7rem !important;
  }
  .mr75_sp {
    margin-right: 7.5rem !important;
  }
  .mr80_sp {
    margin-right: 8rem !important;
  }
  .mr85_sp {
    margin-right: 8.5rem !important;
  }
  .mr90_sp {
    margin-right: 9rem !important;
  }
  .mr95_sp {
    margin-right: 9.5rem !important;
  }
  .mr100_sp {
    margin-right: 10rem !important;
  }
  .mr105_sp {
    margin-right: 10.5rem !important;
  }
  .mr110_sp {
    margin-right: 11rem !important;
  }
  .mr115_sp {
    margin-right: 11.5rem !important;
  }
  .mr120_sp {
    margin-right: 12rem !important;
  }
  .mr125_sp {
    margin-right: 12.5rem !important;
  }
  .mr130_sp {
    margin-right: 13rem !important;
  }
  .mr135_sp {
    margin-right: 13.5rem !important;
  }
  .mr140_sp {
    margin-right: 14rem !important;
  }
  .mr145_sp {
    margin-right: 14.5rem !important;
  }
  .mr150_sp {
    margin-right: 15rem !important;
  }
  .mr155_sp {
    margin-right: 15.5rem !important;
  }
  .mr160_sp {
    margin-right: 16rem !important;
  }
  .mr165_sp {
    margin-right: 16.5rem !important;
  }
  .mr170_sp {
    margin-right: 17rem !important;
  }
  .mr175_sp {
    margin-right: 17.5rem !important;
  }
  .mr180_sp {
    margin-right: 18rem !important;
  }
  .mr185_sp {
    margin-right: 18.5rem !important;
  }
  .mr190_sp {
    margin-right: 19rem !important;
  }
  .mr195_sp {
    margin-right: 19.5rem !important;
  }
  .mr200_sp {
    margin-right: 20rem !important;
  }
  .ml0_sp {
    margin-left: 0rem !important;
  }
  .ml5_sp {
    margin-left: 0.5rem !important;
  }
  .ml10_sp {
    margin-left: 1rem !important;
  }
  .ml15_sp {
    margin-left: 1.5rem !important;
  }
  .ml20_sp {
    margin-left: 2rem !important;
  }
  .ml25_sp {
    margin-left: 2.5rem !important;
  }
  .ml30_sp {
    margin-left: 3rem !important;
  }
  .ml35_sp {
    margin-left: 3.5rem !important;
  }
  .ml40_sp {
    margin-left: 4rem !important;
  }
  .ml45_sp {
    margin-left: 4.5rem !important;
  }
  .ml50_sp {
    margin-left: 5rem !important;
  }
  .ml55_sp {
    margin-left: 5.5rem !important;
  }
  .ml60_sp {
    margin-left: 6rem !important;
  }
  .ml65_sp {
    margin-left: 6.5rem !important;
  }
  .ml70_sp {
    margin-left: 7rem !important;
  }
  .ml75_sp {
    margin-left: 7.5rem !important;
  }
  .ml80_sp {
    margin-left: 8rem !important;
  }
  .ml85_sp {
    margin-left: 8.5rem !important;
  }
  .ml90_sp {
    margin-left: 9rem !important;
  }
  .ml95_sp {
    margin-left: 9.5rem !important;
  }
  .ml100_sp {
    margin-left: 10rem !important;
  }
  .ml105_sp {
    margin-left: 10.5rem !important;
  }
  .ml110_sp {
    margin-left: 11rem !important;
  }
  .ml115_sp {
    margin-left: 11.5rem !important;
  }
  .ml120_sp {
    margin-left: 12rem !important;
  }
  .ml125_sp {
    margin-left: 12.5rem !important;
  }
  .ml130_sp {
    margin-left: 13rem !important;
  }
  .ml135_sp {
    margin-left: 13.5rem !important;
  }
  .ml140_sp {
    margin-left: 14rem !important;
  }
  .ml145_sp {
    margin-left: 14.5rem !important;
  }
  .ml150_sp {
    margin-left: 15rem !important;
  }
  .ml155_sp {
    margin-left: 15.5rem !important;
  }
  .ml160_sp {
    margin-left: 16rem !important;
  }
  .ml165_sp {
    margin-left: 16.5rem !important;
  }
  .ml170_sp {
    margin-left: 17rem !important;
  }
  .ml175_sp {
    margin-left: 17.5rem !important;
  }
  .ml180_sp {
    margin-left: 18rem !important;
  }
  .ml185_sp {
    margin-left: 18.5rem !important;
  }
  .ml190_sp {
    margin-left: 19rem !important;
  }
  .ml195_sp {
    margin-left: 19.5rem !important;
  }
  .ml200_sp {
    margin-left: 20rem !important;
  }
  .mb0_sp {
    margin-bottom: 0rem !important;
  }
  .mb5_sp {
    margin-bottom: 0.5rem !important;
  }
  .mb10_sp {
    margin-bottom: 1rem !important;
  }
  .mb15_sp {
    margin-bottom: 1.5rem !important;
  }
  .mb20_sp {
    margin-bottom: 2rem !important;
  }
  .mb25_sp {
    margin-bottom: 2.5rem !important;
  }
  .mb30_sp {
    margin-bottom: 3rem !important;
  }
  .mb35_sp {
    margin-bottom: 3.5rem !important;
  }
  .mb40_sp {
    margin-bottom: 4rem !important;
  }
  .mb45_sp {
    margin-bottom: 4.5rem !important;
  }
  .mb50_sp {
    margin-bottom: 5rem !important;
  }
  .mb55_sp {
    margin-bottom: 5.5rem !important;
  }
  .mb60_sp {
    margin-bottom: 6rem !important;
  }
  .mb65_sp {
    margin-bottom: 6.5rem !important;
  }
  .mb70_sp {
    margin-bottom: 7rem !important;
  }
  .mb75_sp {
    margin-bottom: 7.5rem !important;
  }
  .mb80_sp {
    margin-bottom: 8rem !important;
  }
  .mb85_sp {
    margin-bottom: 8.5rem !important;
  }
  .mb90_sp {
    margin-bottom: 9rem !important;
  }
  .mb95_sp {
    margin-bottom: 9.5rem !important;
  }
  .mb100_sp {
    margin-bottom: 10rem !important;
  }
  .mb105_sp {
    margin-bottom: 10.5rem !important;
  }
  .mb110_sp {
    margin-bottom: 11rem !important;
  }
  .mb115_sp {
    margin-bottom: 11.5rem !important;
  }
  .mb120_sp {
    margin-bottom: 12rem !important;
  }
  .mb125_sp {
    margin-bottom: 12.5rem !important;
  }
  .mb130_sp {
    margin-bottom: 13rem !important;
  }
  .mb135_sp {
    margin-bottom: 13.5rem !important;
  }
  .mb140_sp {
    margin-bottom: 14rem !important;
  }
  .mb145_sp {
    margin-bottom: 14.5rem !important;
  }
  .mb150_sp {
    margin-bottom: 15rem !important;
  }
  .mb155_sp {
    margin-bottom: 15.5rem !important;
  }
  .mb160_sp {
    margin-bottom: 16rem !important;
  }
  .mb165_sp {
    margin-bottom: 16.5rem !important;
  }
  .mb170_sp {
    margin-bottom: 17rem !important;
  }
  .mb175_sp {
    margin-bottom: 17.5rem !important;
  }
  .mb180_sp {
    margin-bottom: 18rem !important;
  }
  .mb185_sp {
    margin-bottom: 18.5rem !important;
  }
  .mb190_sp {
    margin-bottom: 19rem !important;
  }
  .mb195_sp {
    margin-bottom: 19.5rem !important;
  }
  .mb200_sp {
    margin-bottom: 20rem !important;
  }
  .pt0_sp {
    padding-top: 0rem !important;
  }
  .pt5_sp {
    padding-top: 0.5rem !important;
  }
  .pt10_sp {
    padding-top: 1rem !important;
  }
  .pt15_sp {
    padding-top: 1.5rem !important;
  }
  .pt20_sp {
    padding-top: 2rem !important;
  }
  .pt25_sp {
    padding-top: 2.5rem !important;
  }
  .pt30_sp {
    padding-top: 3rem !important;
  }
  .pt35_sp {
    padding-top: 3.5rem !important;
  }
  .pt40_sp {
    padding-top: 4rem !important;
  }
  .pt45_sp {
    padding-top: 4.5rem !important;
  }
  .pt50_sp {
    padding-top: 5rem !important;
  }
  .pt55_sp {
    padding-top: 5.5rem !important;
  }
  .pt60_sp {
    padding-top: 6rem !important;
  }
  .pt65_sp {
    padding-top: 6.5rem !important;
  }
  .pt70_sp {
    padding-top: 7rem !important;
  }
  .pt75_sp {
    padding-top: 7.5rem !important;
  }
  .pt80_sp {
    padding-top: 8rem !important;
  }
  .pt85_sp {
    padding-top: 8.5rem !important;
  }
  .pt90_sp {
    padding-top: 9rem !important;
  }
  .pt95_sp {
    padding-top: 9.5rem !important;
  }
  .pt100_sp {
    padding-top: 10rem !important;
  }
  .pt105_sp {
    padding-top: 10.5rem !important;
  }
  .pt110_sp {
    padding-top: 11rem !important;
  }
  .pt115_sp {
    padding-top: 11.5rem !important;
  }
  .pt120_sp {
    padding-top: 12rem !important;
  }
  .pt125_sp {
    padding-top: 12.5rem !important;
  }
  .pt130_sp {
    padding-top: 13rem !important;
  }
  .pt135_sp {
    padding-top: 13.5rem !important;
  }
  .pt140_sp {
    padding-top: 14rem !important;
  }
  .pt145_sp {
    padding-top: 14.5rem !important;
  }
  .pt150_sp {
    padding-top: 15rem !important;
  }
  .pt155_sp {
    padding-top: 15.5rem !important;
  }
  .pt160_sp {
    padding-top: 16rem !important;
  }
  .pt165_sp {
    padding-top: 16.5rem !important;
  }
  .pt170_sp {
    padding-top: 17rem !important;
  }
  .pt175_sp {
    padding-top: 17.5rem !important;
  }
  .pt180_sp {
    padding-top: 18rem !important;
  }
  .pt185_sp {
    padding-top: 18.5rem !important;
  }
  .pt190_sp {
    padding-top: 19rem !important;
  }
  .pt195_sp {
    padding-top: 19.5rem !important;
  }
  .pt200_sp {
    padding-top: 20rem !important;
  }
  .pr0_sp {
    padding-right: 0rem !important;
  }
  .pr5_sp {
    padding-right: 0.5rem !important;
  }
  .pr10_sp {
    padding-right: 1rem !important;
  }
  .pr15_sp {
    padding-right: 1.5rem !important;
  }
  .pr20_sp {
    padding-right: 2rem !important;
  }
  .pr25_sp {
    padding-right: 2.5rem !important;
  }
  .pr30_sp {
    padding-right: 3rem !important;
  }
  .pr35_sp {
    padding-right: 3.5rem !important;
  }
  .pr40_sp {
    padding-right: 4rem !important;
  }
  .pr45_sp {
    padding-right: 4.5rem !important;
  }
  .pr50_sp {
    padding-right: 5rem !important;
  }
  .pr55_sp {
    padding-right: 5.5rem !important;
  }
  .pr60_sp {
    padding-right: 6rem !important;
  }
  .pr65_sp {
    padding-right: 6.5rem !important;
  }
  .pr70_sp {
    padding-right: 7rem !important;
  }
  .pr75_sp {
    padding-right: 7.5rem !important;
  }
  .pr80_sp {
    padding-right: 8rem !important;
  }
  .pr85_sp {
    padding-right: 8.5rem !important;
  }
  .pr90_sp {
    padding-right: 9rem !important;
  }
  .pr95_sp {
    padding-right: 9.5rem !important;
  }
  .pr100_sp {
    padding-right: 10rem !important;
  }
  .pr105_sp {
    padding-right: 10.5rem !important;
  }
  .pr110_sp {
    padding-right: 11rem !important;
  }
  .pr115_sp {
    padding-right: 11.5rem !important;
  }
  .pr120_sp {
    padding-right: 12rem !important;
  }
  .pr125_sp {
    padding-right: 12.5rem !important;
  }
  .pr130_sp {
    padding-right: 13rem !important;
  }
  .pr135_sp {
    padding-right: 13.5rem !important;
  }
  .pr140_sp {
    padding-right: 14rem !important;
  }
  .pr145_sp {
    padding-right: 14.5rem !important;
  }
  .pr150_sp {
    padding-right: 15rem !important;
  }
  .pr155_sp {
    padding-right: 15.5rem !important;
  }
  .pr160_sp {
    padding-right: 16rem !important;
  }
  .pr165_sp {
    padding-right: 16.5rem !important;
  }
  .pr170_sp {
    padding-right: 17rem !important;
  }
  .pr175_sp {
    padding-right: 17.5rem !important;
  }
  .pr180_sp {
    padding-right: 18rem !important;
  }
  .pr185_sp {
    padding-right: 18.5rem !important;
  }
  .pr190_sp {
    padding-right: 19rem !important;
  }
  .pr195_sp {
    padding-right: 19.5rem !important;
  }
  .pr200_sp {
    padding-right: 20rem !important;
  }
  .pl0_sp {
    padding-left: 0rem !important;
  }
  .pl5_sp {
    padding-left: 0.5rem !important;
  }
  .pl10_sp {
    padding-left: 1rem !important;
  }
  .pl15_sp {
    padding-left: 1.5rem !important;
  }
  .pl20_sp {
    padding-left: 2rem !important;
  }
  .pl25_sp {
    padding-left: 2.5rem !important;
  }
  .pl30_sp {
    padding-left: 3rem !important;
  }
  .pl35_sp {
    padding-left: 3.5rem !important;
  }
  .pl40_sp {
    padding-left: 4rem !important;
  }
  .pl45_sp {
    padding-left: 4.5rem !important;
  }
  .pl50_sp {
    padding-left: 5rem !important;
  }
  .pl55_sp {
    padding-left: 5.5rem !important;
  }
  .pl60_sp {
    padding-left: 6rem !important;
  }
  .pl65_sp {
    padding-left: 6.5rem !important;
  }
  .pl70_sp {
    padding-left: 7rem !important;
  }
  .pl75_sp {
    padding-left: 7.5rem !important;
  }
  .pl80_sp {
    padding-left: 8rem !important;
  }
  .pl85_sp {
    padding-left: 8.5rem !important;
  }
  .pl90_sp {
    padding-left: 9rem !important;
  }
  .pl95_sp {
    padding-left: 9.5rem !important;
  }
  .pl100_sp {
    padding-left: 10rem !important;
  }
  .pl105_sp {
    padding-left: 10.5rem !important;
  }
  .pl110_sp {
    padding-left: 11rem !important;
  }
  .pl115_sp {
    padding-left: 11.5rem !important;
  }
  .pl120_sp {
    padding-left: 12rem !important;
  }
  .pl125_sp {
    padding-left: 12.5rem !important;
  }
  .pl130_sp {
    padding-left: 13rem !important;
  }
  .pl135_sp {
    padding-left: 13.5rem !important;
  }
  .pl140_sp {
    padding-left: 14rem !important;
  }
  .pl145_sp {
    padding-left: 14.5rem !important;
  }
  .pl150_sp {
    padding-left: 15rem !important;
  }
  .pl155_sp {
    padding-left: 15.5rem !important;
  }
  .pl160_sp {
    padding-left: 16rem !important;
  }
  .pl165_sp {
    padding-left: 16.5rem !important;
  }
  .pl170_sp {
    padding-left: 17rem !important;
  }
  .pl175_sp {
    padding-left: 17.5rem !important;
  }
  .pl180_sp {
    padding-left: 18rem !important;
  }
  .pl185_sp {
    padding-left: 18.5rem !important;
  }
  .pl190_sp {
    padding-left: 19rem !important;
  }
  .pl195_sp {
    padding-left: 19.5rem !important;
  }
  .pl200_sp {
    padding-left: 20rem !important;
  }
  .pb0_sp {
    padding-bottom: 0rem !important;
  }
  .pb5_sp {
    padding-bottom: 0.5rem !important;
  }
  .pb10_sp {
    padding-bottom: 1rem !important;
  }
  .pb15_sp {
    padding-bottom: 1.5rem !important;
  }
  .pb20_sp {
    padding-bottom: 2rem !important;
  }
  .pb25_sp {
    padding-bottom: 2.5rem !important;
  }
  .pb30_sp {
    padding-bottom: 3rem !important;
  }
  .pb35_sp {
    padding-bottom: 3.5rem !important;
  }
  .pb40_sp {
    padding-bottom: 4rem !important;
  }
  .pb45_sp {
    padding-bottom: 4.5rem !important;
  }
  .pb50_sp {
    padding-bottom: 5rem !important;
  }
  .pb55_sp {
    padding-bottom: 5.5rem !important;
  }
  .pb60_sp {
    padding-bottom: 6rem !important;
  }
  .pb65_sp {
    padding-bottom: 6.5rem !important;
  }
  .pb70_sp {
    padding-bottom: 7rem !important;
  }
  .pb75_sp {
    padding-bottom: 7.5rem !important;
  }
  .pb80_sp {
    padding-bottom: 8rem !important;
  }
  .pb85_sp {
    padding-bottom: 8.5rem !important;
  }
  .pb90_sp {
    padding-bottom: 9rem !important;
  }
  .pb95_sp {
    padding-bottom: 9.5rem !important;
  }
  .pb100_sp {
    padding-bottom: 10rem !important;
  }
  .pb105_sp {
    padding-bottom: 10.5rem !important;
  }
  .pb110_sp {
    padding-bottom: 11rem !important;
  }
  .pb115_sp {
    padding-bottom: 11.5rem !important;
  }
  .pb120_sp {
    padding-bottom: 12rem !important;
  }
  .pb125_sp {
    padding-bottom: 12.5rem !important;
  }
  .pb130_sp {
    padding-bottom: 13rem !important;
  }
  .pb135_sp {
    padding-bottom: 13.5rem !important;
  }
  .pb140_sp {
    padding-bottom: 14rem !important;
  }
  .pb145_sp {
    padding-bottom: 14.5rem !important;
  }
  .pb150_sp {
    padding-bottom: 15rem !important;
  }
  .pb155_sp {
    padding-bottom: 15.5rem !important;
  }
  .pb160_sp {
    padding-bottom: 16rem !important;
  }
  .pb165_sp {
    padding-bottom: 16.5rem !important;
  }
  .pb170_sp {
    padding-bottom: 17rem !important;
  }
  .pb175_sp {
    padding-bottom: 17.5rem !important;
  }
  .pb180_sp {
    padding-bottom: 18rem !important;
  }
  .pb185_sp {
    padding-bottom: 18.5rem !important;
  }
  .pb190_sp {
    padding-bottom: 19rem !important;
  }
  .pb195_sp {
    padding-bottom: 19.5rem !important;
  }
  .pb200_sp {
    padding-bottom: 20rem !important;
  }
}
/* clearfix */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

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

 siteCommonStyle

*************************************************/
/* sp pc */
@media (min-width: 1367px) {
  .view-tablet {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .view-sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .view-pc {
    display: none !important;
  }
}
/* font */
.font-sans {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
}

/* hovers */
@media (min-width: 768px) {
  .fade,
  .fadearea a {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  .fade:hover,
  .fadearea a:hover {
    opacity: 0.6;
  }
  .textborder:hover,
  .textborderList a:hover {
    text-decoration: underline !important;
  }
  .hoverscaleList figure {
    overflow: hidden;
    position: relative;
  }
  .hoverscaleList img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .pcmode .hoverscaleList a:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* fade anime
--------------------------------*/
.effectFU,
.effectFL,
.effectFR,
.effectFD,
.effectIn,
.ch-effectFU,
.ch-effectFL,
.ch-effectFR,
.ch-effectFD,
.ch-effectIn {
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.effectFU, .ch-effectFU {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.effectFL, .ch-effectFL {
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}

.effectFR, .ch-effectFR {
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}

.effectFD, .ch-effectFD {
  -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
}

.effectFU.is-view,
.effectFL.is-view,
.effectFR.is-view,
.effectFD.is-view,
.effectIn.is-view,
.is-view .ch-effectFU,
.is-view .ch-effectFL,
.is-view .ch-effectFR,
.is-view .ch-effectFD,
.is-view .ch-effectIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.effect-delay0 {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.effect-delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.effect-delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.effect-delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.effect-delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.effect-delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.effect-delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.effect-delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.effect-delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.effect-delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.effect-delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.effect-delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.effect-delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.effect-delay13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.effect-delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.effect-delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.effect-delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}

.effect-delay17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.effect-delay18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.effect-delay19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.effect-delay20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.effect-delay21 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.effect-delay22 {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}

.effect-delay23 {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.effect-delay24 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.effect-delay25 {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}

.effect-delay26 {
  -webkit-transition-delay: 2.6s;
          transition-delay: 2.6s;
}

.effect-delay27 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.effect-delay28 {
  -webkit-transition-delay: 2.8s;
          transition-delay: 2.8s;
}

.effect-delay29 {
  -webkit-transition-delay: 2.9s;
          transition-delay: 2.9s;
}

.effect-delay30 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.effect-delay31 {
  -webkit-transition-delay: 3.1s;
          transition-delay: 3.1s;
}

.effect-delay32 {
  -webkit-transition-delay: 3.2s;
          transition-delay: 3.2s;
}

.effect-delay33 {
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.effect-delay34 {
  -webkit-transition-delay: 3.4s;
          transition-delay: 3.4s;
}

.effect-delay35 {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}

.effect-delay36 {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.effect-delay37 {
  -webkit-transition-delay: 3.7s;
          transition-delay: 3.7s;
}

.effect-delay38 {
  -webkit-transition-delay: 3.8s;
          transition-delay: 3.8s;
}

.effect-delay39 {
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.effect-delay40 {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.effect-delay41 {
  -webkit-transition-delay: 4.1s;
          transition-delay: 4.1s;
}

.effect-delay42 {
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.effect-delay43 {
  -webkit-transition-delay: 4.3s;
          transition-delay: 4.3s;
}

.effect-delay44 {
  -webkit-transition-delay: 4.4s;
          transition-delay: 4.4s;
}

.effect-delay45 {
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.effect-delay46 {
  -webkit-transition-delay: 4.6s;
          transition-delay: 4.6s;
}

.effect-delay47 {
  -webkit-transition-delay: 4.7s;
          transition-delay: 4.7s;
}

.effect-delay48 {
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

.effect-delay49 {
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}

.effect-delay50 {
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}

.anime_effectFL {
  opacity: 0;
  -webkit-transform: translateX(3rem);
          transform: translateX(3rem);
  -webkit-animation: anime_effectFL 0.5s 1.3s ease-in-out forwards;
          animation: anime_effectFL 0.5s 1.3s ease-in-out forwards;
}

@-webkit-keyframes anime_effectFL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes anime_effectFL {
  0% {
    opacity: 0;
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.anime_effectFR {
  opacity: 0;
  -webkit-transform: translateX(-3rem);
          transform: translateX(-3rem);
  -webkit-animation: anime_effectFR 0.5s 1.3s ease-in-out forwards;
          animation: anime_effectFR 0.5s 1.3s ease-in-out forwards;
}

@-webkit-keyframes anime_effectFR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes anime_effectFR {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.effectZoom {
  opacity: 0;
}
.effectZoom.is-view {
  -webkit-animation: bzoom 0.3s 0.1s ease-in-out forwards;
          animation: bzoom 0.3s 0.1s ease-in-out forwards;
}

.ch-effectZoom {
  opacity: 0;
}
.is-view .ch-effectZoom {
  -webkit-animation: bzoom 0.3s 0.1s ease-in-out forwards;
          animation: bzoom 0.3s 0.1s ease-in-out forwards;
}

@-webkit-keyframes bzoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bzoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.effect_fuwa {
  -webkit-animation: effect_fuwa 1.6s ease-in-out infinite;
          animation: effect_fuwa 1.6s ease-in-out infinite;
}

@-webkit-keyframes effect_fuwa {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}

@keyframes effect_fuwa {
  0% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
  50% {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px);
  }
}
.effectBounceInDown {
  opacity: 0;
}
.is-view .effectBounceInDown, .effectBounceInDown.is-view {
  -webkit-animation: bounceInDown 0.6s 0.2s both;
          animation: bounceInDown 0.6s 0.2s both;
}

@-webkit-keyframes bounceInDown {
  from, 40%, 65%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  65% {
    opacity: 1;
    -webkit-transform: translate3d(0, -3%, 0);
            transform: translate3d(0, -3%, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 40%, 65%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  65% {
    opacity: 1;
    -webkit-transform: translate3d(0, -3%, 0);
            transform: translate3d(0, -3%, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/*************************************************

header

*************************************************/
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
}
@media (max-width: 767px) {
  .header {
    position: fixed;
  }
}

.header__inner {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  background-color: #780000;
}
@media (max-width: 767px) {
  .header__inner {
    height: 40px;
    padding: 0 55px 0 20px;
  }
}

.header__logo {
  line-height: 0;
}
@media (max-width: 767px) {
  .header__logo {
    width: 60px;
  }
}

.header__logo__anchor {
  display: block;
}

.header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

@media (max-width: 767px) {
  .header__sns__item {
    width: 20px;
  }
}
.header__sns__item + .header__sns__item {
  margin-left: 17px;
}
@media (max-width: 767px) {
  .header__sns__item + .header__sns__item {
    margin-left: 13px;
  }
}

.header__sns__anchor {
  display: block;
}

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

globalnavi

*************************************************/
@media (min-width: 768px) {
  .globalnavi {
    position: absolute;
    top: 0;
    right: 135px;
    display: block !important;
  }
  .globalnavi .firstview__backcolor,
  .globalnavi .firstview__backpos {
    display: none;
  }
}
@media (max-width: 767px) {
  .globalnavi {
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    height: calc(100vh - 40px);
    height: calc(100svh - 40px);
    display: none;
    background-color: #fff;
    z-index: 10;
    background-color: #c60038;
  }
}

@media (max-width: 767px) {
  .globalnavi__inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.3rem 0;
    z-index: 20;
  }
}

@media (max-width: 767px) {
  .globalnavi__contents {
    overflow: auto;
    position: relative;
    width: 100%;
    max-height: calc(100vh - 7rem);
    z-index: 20;
  }
}

.globalnavi__title {
  width: min(55.4666666667%, 208px);
  margin: 0 auto 5px;
  text-align: center;
  line-height: 0;
}

.globalnavi__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.2rem;
  margin: 0 auto 1.5rem;
  line-height: 0;
}

@media (max-width: 767px) {
  .globalnavi__btns-wrap {
    position: relative;
    width: calc(100% - 2.6rem);
    margin: 0 auto;
    padding: 5rem 0 5.1rem;
    border-top: #c60038 solid 0.4rem;
    border-bottom: #c60038 solid 0.4rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(137, 235, 223)), to(rgb(0, 209, 187)));
    background: linear-gradient(0deg, rgb(137, 235, 223) 0%, rgb(0, 209, 187) 100%);
  }
  .globalnavi__btns-wrap::before {
    position: absolute;
    top: -0.5rem;
    left: 0;
    width: 100%;
    height: calc(100% + 1rem);
    display: block;
    content: "";
    background: url(../img/globalnavi/flame_mid_sp.png) repeat-y center center/100% auto;
  }
}

@media (min-width: 768px) {
  .globalnavi__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .globalnavi__btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    z-index: 7;
  }
}

.globalnavi__btns__item {
  position: relative;
}
@media (min-width: 768px) {
  .globalnavi__btns__item + .globalnavi__btns__item {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
  .globalnavi__btns__item + .globalnavi__btns__item::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: "";
    width: 2px;
    height: 1em;
    background-color: #fff;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}
@media (max-width: 767px) {
  .globalnavi__btns__item {
    width: 25rem;
    margin: 0 auto;
  }
}

.globalnavi__btns__acnhor {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 767px) {
  .globalnavi__btns__acnhor {
    text-align: center;
  }
}

.globalnavi__btns__text {
  font-size: 1.3rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .globalnavi__btns__text {
    display: none;
  }
}

@media (min-width: 768px) {
  .globalnavi__btns__image {
    display: none;
  }
}

.globalnavi__btns-lantern {
  position: absolute;
  top: -3.5rem;
  width: 3.1rem;
  lighting-color: 0;
  z-index: 2;
}
.globalnavi__btns-lantern.is-01 {
  left: 0.8rem;
}
.globalnavi__btns-lantern.is-02 {
  right: 0.8rem;
}
.globalnavi__btns-lantern img {
  width: 100%;
}
@media (min-width: 768px) {
  .globalnavi__btns-lantern {
    display: none;
  }
}

.globalnavi__btns-flower {
  overflow: hidden;
  position: absolute;
  bottom: 2rem;
  width: 7.2rem;
  line-height: 0;
}
.globalnavi__btns-flower.is-01 {
  left: 0.1rem;
}
.globalnavi__btns-flower.is-01 img {
  right: 2rem;
}
.globalnavi__btns-flower.is-02 {
  right: 0.1rem;
}
.globalnavi__btns-flower img {
  position: relative;
  display: block;
  width: 9.2rem;
  max-width: none;
}
@media (min-width: 768px) {
  .globalnavi__btns-flower {
    display: none;
  }
}

.globalnavi__copyright {
  width: 100%;
  margin-top: 1rem;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.7;
  z-index: 30;
}

/* globalnavi-deco
--------------------------------------*/
.globalnavi-deco-lt {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  width: 3rem;
  line-height: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .globalnavi-deco-lt {
    display: none;
  }
}

.globalnavi-deco-rt {
  position: absolute;
  top: 1rem;
  right: 0.5rem;
  width: 3rem;
  line-height: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .globalnavi-deco-rt {
    display: none;
  }
}

.globalnavi-deco-lb {
  position: absolute;
  bottom: 0.9rem;
  left: 0.9rem;
  width: 2.8rem;
  line-height: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .globalnavi-deco-lb {
    display: none;
  }
}

.globalnavi-deco-rb {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 2.8rem;
  line-height: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .globalnavi-deco-rb {
    display: none;
  }
}

/* globalnavi__bgs
--------------------------------------*/
.globalnavi__bgs {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 2.6rem);
  height: calc(100% - 2.6rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #f82c5a url(../img/common/bg_deco.png) repeat center center/3.3rem auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .globalnavi__bgs {
    display: none;
  }
}

.globalnavi__bgs-item {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}
.globalnavi__bgs-item.is-top {
  top: 0;
  z-index: 2;
}
.globalnavi__bgs-item.is-bottom {
  bottom: 0;
  z-index: 3;
}
.globalnavi__bgs-item.is-mid {
  top: 5.7rem;
  height: calc(100% - 11rem);
  background: url(../img/globalnavi/flame_mid_sp.png) repeat-y center center/100% auto;
  z-index: 1;
}

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

hamburgerMenu

*************************************************/
.hamburgermenu {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  z-index: 90;
  cursor: pointer;
}
@media (min-width: 768px) {
  .hamburgermenu {
    display: none;
  }
}

.hamburgermenu__bdr {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 14px;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
}

.hamburgermenu__bdr span,
.hamburgermenu__bdr:before,
.hamburgermenu__bdr:after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #780000;
}

.hamburgermenu__bdr span {
  top: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.hamburgermenu__bdr:before {
  top: 0;
}

.hamburgermenu__bdr:after {
  top: 100%;
}

.is-open .hamburgermenu__bdr:before {
  -webkit-animation: menuAnime01 0.4s forwards;
          animation: menuAnime01 0.4s forwards;
}

.is-open .hamburgermenu__bdr:after {
  -webkit-animation: menuAnime02 0.4s forwards;
          animation: menuAnime02 0.4s forwards;
}

.is-open .hamburgermenu__bdr span {
  opacity: 0;
}

.is-close .hamburgermenu__bdr:before {
  -webkit-animation: menuAnime01_close 0.4s forwards;
          animation: menuAnime01_close 0.4s forwards;
}

.is-close .hamburgermenu__bdr:after {
  -webkit-animation: menuAnime02_close 0.4s forwards;
          animation: menuAnime02_close 0.4s forwards;
}

@-webkit-keyframes menuAnime01 {
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes menuAnime01 {
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes menuAnime01_close {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes menuAnime01_close {
  0% {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes menuAnime02 {
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes menuAnime02 {
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes menuAnime02_close {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes menuAnime02_close {
  0% {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    top: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 100%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.pagetop {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .pagetop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 4rem;
    background-color: #fff8bc;
  }
}

.pagetop__acnhor {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  display: block;
  line-height: 0;
}
@media (min-width: 768px) {
  .is-stop .pagetop__acnhor {
    position: absolute;
  }
}
@media (max-width: 767px) {
  .pagetop__acnhor {
    position: static;
    width: 10rem;
  }
  .pagetop__acnhor img {
    width: 100%;
  }
}

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

footer

*************************************************/
.footer {
  color: #fff;
  background-color: #960000;
}

.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 1.2rem 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .footer__copyright {
    padding-bottom: 20.3125%;
  }
}

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

parts-ancpoint

*************************************************/
.parts-ancpoint {
  overflow: hidden;
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  .parts-ancpoint {
    position: relative;
    top: -40px;
  }
}

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

parts-clouddeco

*************************************************/
.parts-clouddeco {
  opacity: 0;
}
.parts-clouddeco > * {
  position: relative;
  z-index: 5;
}
.parts-clouddeco::before, .parts-clouddeco::after {
  position: absolute;
  display: block;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.5s, -webkit-transform 0.6s 0.5s;
  transition: opacity 0.6s 0.5s, -webkit-transform 0.6s 0.5s;
  transition: transform 0.6s 0.5s, opacity 0.6s 0.5s;
  transition: transform 0.6s 0.5s, opacity 0.6s 0.5s, -webkit-transform 0.6s 0.5s;
  z-index: 1;
}
.parts-clouddeco::before {
  width: 29.3rem;
  height: auto;
  aspect-ratio: 586/209;
  background: url(../img/common/cloud_deco01.png) no-repeat center center/100% auto;
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
}
@media (max-width: 767px) {
  .parts-clouddeco::before {
    width: 19rem;
  }
}
.parts-clouddeco::after {
  width: 22.7rem;
  height: auto;
  aspect-ratio: 454/168;
  background: url(../img/common/cloud_deco02.png) no-repeat center center/100% auto;
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}
@media (max-width: 767px) {
  .parts-clouddeco::after {
    width: 14.9rem;
  }
}
.is-view .parts-clouddeco {
  -webkit-animation: bzoom 0.4s 0.1s ease-in-out forwards;
          animation: bzoom 0.4s 0.1s ease-in-out forwards;
}
.is-view .parts-clouddeco::before, .is-view .parts-clouddeco::after {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

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

firstview2

*************************************************/
.firstview2 {
  overflow: hidden;
  position: relative;
  padding: 3.5rem 0;
  background-color: #c60038;
}
@media (max-width: 767px) {
  .firstview2 {
    padding: 1.3rem 0;
  }
}

/* firstview2-deco01
--------------------------------------*/
.firstview2-deco01 {
  position: absolute;
  left: 50%;
  width: 2.5rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .firstview2-deco01 {
    width: 1.1rem;
  }
}
.firstview2-deco01.is-top {
  top: 0.8rem;
}
@media (max-width: 767px) {
  .firstview2-deco01.is-top {
    top: 0.2rem;
  }
}
.firstview2-deco01.is-bottom {
  bottom: 0.8rem;
}
@media (max-width: 767px) {
  .firstview2-deco01.is-bottom {
    bottom: 0.2rem;
  }
}

/* firstview2-deco02
--------------------------------------*/
.firstview2-deco02 {
  position: absolute;
  top: 50%;
  width: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .firstview2-deco02 {
    width: 1.3rem;
  }
}
.firstview2-deco02.is-left {
  left: 0rem;
}
.firstview2-deco02.is-right {
  right: 0rem;
}

/* firstview2-deco
--------------------------------------*/
.firstview2-deco-lt {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 7.5rem;
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .firstview2-deco-lt {
    top: 0.8rem;
    left: 0.8rem;
    width: 3rem;
  }
}

.firstview2-deco-rt {
  position: absolute;
  top: 2.6rem;
  right: 1.5rem;
  width: 7.9rem;
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .firstview2-deco-rt {
    top: 1rem;
    right: 0.5rem;
    width: 3rem;
  }
}

.firstview2-deco-lb {
  position: absolute;
  bottom: 2.6rem;
  left: 2.3rem;
  width: 7rem;
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .firstview2-deco-lb {
    bottom: 0.9rem;
    left: 0.9rem;
    width: 2.8rem;
  }
}

.firstview2-deco-rb {
  position: absolute;
  bottom: 2.2rem;
  right: 1.8rem;
  width: 7.6rem;
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .firstview2-deco-rb {
    bottom: 0.8rem;
    right: 0.8rem;
    width: 2.8rem;
  }
}

/* firstview2-inner
--------------------------------------*/
.firstview2-inner {
  overflow: hidden;
  position: relative;
  width: calc(100% - 6.8rem);
  margin: 0 auto;
  height: 65rem;
  background: #f82c5a url(../img/common/bg_deco.png) repeat center center/6.7rem auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .firstview2-inner {
    height: 50.5rem;
    width: calc(100% - 2.6rem);
  }
}

.firstview2-flame {
  position: absolute;
  width: 15rem;
  line-height: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .firstview2-flame {
    width: 6rem;
  }
}
.firstview2-flame.is-lt {
  left: 0;
  top: 0;
}
.firstview2-flame.is-rt {
  right: 0;
  top: 0;
}
.firstview2-flame.is-lb {
  left: 0;
  bottom: 0;
}
.firstview2-flame.is-rb {
  right: 0;
  bottom: 0;
}
.firstview2-flame.is-t {
  top: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: url(../img/firstview/flame_t.png) repeat-x center top/15rem auto;
}
@media (max-width: 767px) {
  .firstview2-flame.is-t {
    height: 6rem;
    background-size: auto 100%;
  }
}
.firstview2-flame.is-b {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15rem;
  background: url(../img/firstview/flame_b.png) repeat-x center bottom/15rem auto;
}
@media (max-width: 767px) {
  .firstview2-flame.is-b {
    height: 6rem;
    background-size: auto 100%;
  }
}
.firstview2-flame.is-l {
  top: 0;
  left: 0;
  width: 15rem;
  height: 100%;
  background: url(../img/firstview/flame_l.png) repeat-y left center/auto 15rem;
}
@media (max-width: 767px) {
  .firstview2-flame.is-l {
    width: 6rem;
    background-size: 100% auto;
  }
}
.firstview2-flame.is-r {
  bottom: 0;
  right: 0;
  width: 15rem;
  height: 100%;
  background: url(../img/firstview/flame_r.png) repeat-y right center/auto 15rem;
}
@media (max-width: 767px) {
  .firstview2-flame.is-r {
    width: 6rem;
    background-size: 100% auto;
  }
}

.firstview2-cont-logo {
  position: absolute;
  top: 7.5rem;
  right: 50%;
  width: 33.6rem;
  margin-right: 24rem;
  line-height: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .firstview2-cont-logo {
    top: 0.5rem;
    left: 0;
    width: 100%;
  }
}

.firstview2-cont-logo_img {
  display: block;
}
@media (max-width: 767px) {
  .firstview2-cont-logo_img {
    width: 15rem;
    margin: 0 auto;
  }
}

.firstview2-cont-label {
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 10.9rem;
  margin-left: 36rem;
  line-height: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .firstview2-cont-label {
    top: auto;
    bottom: 13.5rem;
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .firstview2-cont-label_img {
    width: 19rem;
    margin: 0 auto;
  }
}

.firstview2-cont-text {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 6;
}
@media (max-width: 767px) {
  .firstview2-cont-text {
    bottom: 4.5rem;
    left: 0;
  }
}

.firstview2-cont-text__img {
  width: 105.6rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .firstview2-cont-text__img {
    width: 27rem;
    margin: 0 auto;
  }
}

.firstview2-cont-characters {
  position: absolute;
  top: 3rem;
  width: 100%;
  line-height: 0;
  z-index: 4;
}
@media (max-width: 767px) {
  .firstview2-cont-characters {
    top: auto;
    bottom: 6rem;
  }
}

.firstview2-cont-characters__img {
  width: 65.9rem;
  margin: 0 auto;
  padding-left: 6.4rem;
}
@media (max-width: 767px) {
  .firstview2-cont-characters__img {
    width: 33rem;
    padding-left: 1.4rem;
  }
}

.firstview2-cont-bg {
  position: absolute;
  top: 3rem;
  width: 100%;
  line-height: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .firstview2-cont-bg {
    top: 3.2rem;
  }
}

.firstview2-cont-bg__img {
  width: 86.5rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .firstview2-cont-bg__img {
    width: 25.5rem;
  }
}

.firstview2-cont-lantern {
  position: absolute;
  top: 6rem;
  width: 7.2rem;
  line-height: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .firstview2-cont-lantern {
    top: 9.5rem;
    width: 3.2rem;
  }
}
.firstview2-cont-lantern.is-01 {
  left: 8rem;
}
@media (max-width: 767px) {
  .firstview2-cont-lantern.is-01 {
    left: 1.3rem;
  }
}
.firstview2-cont-lantern.is-02 {
  right: 8rem;
}
@media (max-width: 767px) {
  .firstview2-cont-lantern.is-02 {
    right: 1.3rem;
  }
}

/* firstview2-obi
--------------------------------------*/
.firstview2-obi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 30rem;
  border-top: #c60038 solid 0.7rem;
  border-bottom: #c60038 solid 0.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(137, 235, 223)), to(rgb(0, 209, 187)));
  background: linear-gradient(0deg, rgb(137, 235, 223) 0%, rgb(0, 209, 187) 100%);
  z-index: 1;
}
@media (max-width: 767px) {
  .firstview2-obi {
    top: 13rem;
    height: 23.5rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.firstview2-obi__img {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 17.3rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .firstview2-obi__img {
    bottom: 0.5rem;
    width: 7.2rem;
  }
  .firstview2-obi__img img {
    position: relative;
    display: block;
    width: 9.2rem;
    max-width: none;
  }
}
.firstview2-obi__img.is-01 {
  left: 5.3rem;
}
@media (max-width: 767px) {
  .firstview2-obi__img.is-01 {
    left: 0.1rem;
  }
  .firstview2-obi__img.is-01 img {
    right: 2rem;
  }
}
.firstview2-obi__img.is-02 {
  right: 5.3rem;
}
@media (max-width: 767px) {
  .firstview2-obi__img.is-02 {
    right: 0.1rem;
  }
}

.firstview2-scroll {
  position: absolute;
  bottom: 1rem;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 6;
}
.firstview2-scroll img {
  width: 2.6rem;
}
@media (min-width: 768px) {
  .firstview2-scroll {
    display: none;
  }
}

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

anime

*************************************************/
.firstview2-cont-characters__img,
.firstview2-cont-bg__img,
.firstview2-cont-text__img,
.firstview2-cont-label_img,
.firstview2-cont-logo_img,
.firstview2-cont-lantern {
  opacity: 0;
}

.firstview2-cont-lantern {
  -webkit-animation: lantern 0.6s 0.2s both;
          animation: lantern 0.6s 0.2s both;
}

.firstview2-cont-bg__img {
  -webkit-animation: fv_bg 0.6s 0.2s both;
          animation: fv_bg 0.6s 0.2s both;
}

.firstview2-cont-characters__img {
  -webkit-animation: fv_ch 0.5s 0.3s both;
          animation: fv_ch 0.5s 0.3s both;
}

@media (min-width: 768px) {
  .firstview2-cont-logo_img {
    -webkit-animation: fv_logo_pc 0.5s 0.7s both;
            animation: fv_logo_pc 0.5s 0.7s both;
  }
}
@media (max-width: 767px) {
  .firstview2-cont-logo_img {
    -webkit-animation: fv_logo_sp 0.5s 0.7s both;
            animation: fv_logo_sp 0.5s 0.7s both;
  }
}

@media (min-width: 768px) {
  .firstview2-cont-label_img {
    -webkit-animation: fv_label_pc 0.5s 0.7s both;
            animation: fv_label_pc 0.5s 0.7s both;
  }
}
@media (max-width: 767px) {
  .firstview2-cont-label_img {
    -webkit-animation: fv_label_sp 0.5s 0.7s both;
            animation: fv_label_sp 0.5s 0.7s both;
  }
}

.firstview2-cont-text__img {
  -webkit-animation: fv_text 0.5s 0.7s both;
          animation: fv_text 0.5s 0.7s both;
}

@-webkit-keyframes lantern {
  from, 40%, 65%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 1%, 0);
            transform: translate3d(0, 1%, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes lantern {
  from, 40%, 65%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2%, 0);
            transform: translate3d(0, -2%, 0);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, 1%, 0);
            transform: translate3d(0, 1%, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fv_bg {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fv_bg {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fv_ch {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fv_ch {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateY(4%);
            transform: translateY(4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fv_logo_pc {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4%);
            transform: translateX(-4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fv_logo_pc {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateX(-4%);
            transform: translateX(-4%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fv_logo_sp {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv_logo_sp {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fv_label_pc {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fv_label_pc {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fv_label_sp {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fv_label_sp {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fv_text {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fv_text {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translateY(6%);
            transform: translateY(6%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*************************************************

anchorarea

*************************************************/
.anchorarea {
  overflow: hidden;
  position: relative;
  padding: 3rem 0 2.8rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(137, 235, 223)), to(rgb(0, 209, 187)));
  background: linear-gradient(0deg, rgb(137, 235, 223) 0%, rgb(0, 209, 187) 100%);
  border-top: #fff490 solid 3px;
  border-bottom: #c60038 solid 5px;
}
@media (max-width: 767px) {
  .anchorarea {
    padding: 3rem 0;
    border-top-width: 2px;
    border-bottom-width: 3px;
  }
}

.anchorarea-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.7rem;
  line-height: 0;
  z-index: 2;
}
@media (max-width: 767px) {
  .anchorarea-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}

.anchorarea-list__item {
  width: 27.5rem;
}
@media (max-width: 767px) {
  .anchorarea-list__item {
    width: auto;
  }
}

.anchorarea-list__acnhor {
  display: block;
}
.anchorarea-list__acnhor picture {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 768px) {
  .anchorarea-list__acnhor picture:hover {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}

.anchorarea-obi {
  position: absolute;
  bottom: 0.5rem;
  width: 17.3rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .anchorarea-obi {
    bottom: 1.5rem;
    width: 17.3rem;
  }
}
.anchorarea-obi.is-01 {
  left: 5.3rem;
}
@media (max-width: 767px) {
  .anchorarea-obi.is-01 {
    left: -8rem;
  }
}
.anchorarea-obi.is-02 {
  right: 5.3rem;
}
@media (max-width: 767px) {
  .anchorarea-obi.is-02 {
    right: -8rem;
  }
}

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

tieup

*************************************************/
.tieup {
  overflow: hidden;
  margin-bottom: 8.5rem;
  padding-top: 6rem;
}

.tieup-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .tieup-title {
    margin-bottom: 1.5rem;
  }
}
.tieup-title .parts-clouddeco::before {
  top: -1.7rem;
  left: -6.3rem;
}
@media (max-width: 767px) {
  .tieup-title .parts-clouddeco::before {
    top: -0.6rem;
    left: -9rem;
  }
}
.tieup-title .parts-clouddeco::after {
  top: 1.3rem;
  right: -7.3rem;
}
@media (max-width: 767px) {
  .tieup-title .parts-clouddeco::after {
    top: auto;
    bottom: 0.2rem;
    right: -7.4rem;
  }
}

.tieup-title__el {
  position: relative;
  width: 117.9rem;
}
@media (max-width: 767px) {
  .tieup-title__el {
    width: 36rem;
  }
}
.tieup-title__el img {
  position: relative;
  z-index: 5;
}

/* tieup-box01
--------------------------------------*/
.tieup-box01 {
  position: relative;
  width: min(105rem, 100% - 2.6rem);
  margin: 0 auto;
}

.tieup-box01__inner {
  position: relative;
  padding: 5.5rem 0 7rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .tieup-box01__inner {
    padding: 4.5rem 0 6rem;
  }
}

.tieup-box01__title {
  width: 52.7rem;
  margin: 0 auto 3rem;
  line-height: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .tieup-box01__title {
    width: 28rem;
    margin-bottom: 2.5rem;
  }
}

.tieup-box01__lead {
  margin-bottom: 3rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .tieup-box01__lead {
    max-width: 28rem;
    margin: 0 auto 3rem;
    font-size: 1.4rem;
  }
}

.tieup-box01__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .tieup-box01__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
}

.tieup-box01__imgs-item {
  width: 41.8rem;
}
@media (max-width: 767px) {
  .tieup-box01__imgs-item {
    width: auto;
    max-width: 30rem;
  }
}

.tieup-box01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tieup-box01__btn-anchor {
  width: 64.4rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .tieup-box01__btn-anchor {
    width: 30rem;
  }
}
.tieup-box01__btn-anchor picture {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 768px) {
  .tieup-box01__btn-anchor picture:hover {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}

.tieup-box01__bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tieup-box01__bgs-flower {
  position: absolute;
  top: 5.5rem;
  width: 17.3rem;
  line-height: 0;
  opacity: 0.5;
  z-index: 4;
}
@media (max-width: 767px) {
  .tieup-box01__bgs-flower {
    display: none;
  }
}
.tieup-box01__bgs-flower.is-01 {
  left: 4rem;
}
.tieup-box01__bgs-flower.is-02 {
  right: 4rem;
}

.tieup-box01__bgs-item {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}
.tieup-box01__bgs-item.is-top {
  top: 0;
  z-index: 2;
}
.tieup-box01__bgs-item.is-bottom {
  bottom: 0;
  z-index: 3;
}
.tieup-box01__bgs-item.is-mid {
  top: 11rem;
  height: calc(100% - 11rem - 26rem);
  background: url(../img/tieup/flame_mid_pc.png) repeat-y center center/100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .tieup-box01__bgs-item.is-mid {
    top: 6rem;
    height: calc(100% - 34rem);
  }
}

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

search

*************************************************/
.search {
  position: relative;
  padding: 12rem 0 11rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(137, 235, 223)), to(rgb(0, 209, 187)));
  background: linear-gradient(0deg, rgb(137, 235, 223) 0%, rgb(0, 209, 187) 100%);
}
@media (max-width: 767px) {
  .search {
    padding: 6rem 0 8rem;
  }
}

.search-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
  line-height: 0;
}
.search-title .parts-clouddeco::before {
  top: 1rem;
  left: -14.3rem;
}
@media (max-width: 767px) {
  .search-title .parts-clouddeco::before {
    top: 0.5rem;
    left: -10rem;
  }
}
.search-title .parts-clouddeco::after {
  top: 3rem;
  right: -13.3rem;
}
@media (max-width: 767px) {
  .search-title .parts-clouddeco::after {
    top: 1.8rem;
    right: -7rem;
  }
}

.search-title__el {
  position: relative;
  width: 57.3rem;
}
@media (max-width: 767px) {
  .search-title__el {
    width: 34.5rem;
  }
}
.search-title__el img {
  position: relative;
  z-index: 5;
}

.search-lead01 {
  margin-bottom: 4rem;
  color: #333333;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .search-lead01 {
    margin-bottom: 3rem;
    font-size: 1.6rem;
  }
}

/* search__map-wrap
-------------------------------------*/
.search__map-wrap {
  position: relative;
  width: min(100rem, 100% - 2rem);
  margin: 0 auto;
  z-index: 10;
}

/* search__map-character
-------------------------------------*/
.search__map-character01 {
  position: absolute;
  bottom: calc(100% + 14rem);
  left: -13rem;
  width: 19.7rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .search__map-character01 {
    display: none;
  }
}

.search__map-character02 {
  position: absolute;
  bottom: calc(100% + 12rem);
  right: -12.2rem;
  width: 18.8rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .search__map-character02 {
    display: none;
  }
}

/* js-area-change__item__map
-------------------------------------*/
.js-area-change__item__map {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  max-width: 100rem;
  margin: 0 auto;
  line-height: 0;
  border-radius: 1.5rem;
  border: #ff0044 solid 3px;
}
@media (max-width: 767px) {
  .js-area-change__item__map {
    height: 610px;
  }
}
.js-area-change__item__map iframe {
  display: block;
  width: 100%;
  height: 560px;
}
@media (max-width: 767px) {
  .js-area-change__item__map iframe {
    height: 550px;
  }
}

/* parts-modal
-------------------------------------*/
body.fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

.parts-modal__material {
  display: none !important;
}

.parts-modal__area {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.parts-modal__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 50px 0;
}

.parts-modal__inner {
  width: calc(100% - 50px);
  max-width: 715px;
}

.parts-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  cursor: pointer;
  z-index: 10;
}

.parts-modal__close::before,
.parts-modal__close::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background-color: #fff;
}

.parts-modal__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.parts-modal__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.parts-modal__contents {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 45px 0;
}

.js-area-change__item {
  position: relative;
  display: none;
  z-index: 5;
}

.js-area-change__item:first-child {
  display: block;
}

.js-area-modal {
  display: block;
  max-width: 25rem;
  margin: 0 auto 3rem;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  line-height: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.parts-modal__title {
  width: 24.9rem;
  margin: 0 auto 6rem;
  text-align: center;
  line-height: 0;
}
@media (max-width: 767px) {
  .parts-modal__title {
    max-width: 20rem;
    margin-bottom: 3rem;
  }
}

.parts-modal__btns {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px 20px;
}
@media (max-width: 767px) {
  .parts-modal__btns {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.5rem 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .parts-modal__btns {
    gap: 1.5rem 1rem;
  }
}
.parts-modal__btns img {
  width: 100%;
}

.js-area-select {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.search-obi {
  position: absolute;
  bottom: 0.5rem;
  width: 17.3rem;
  line-height: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .search-obi {
    bottom: 1.5rem;
    width: 17.3rem;
  }
}
.search-obi.is-01 {
  left: 5.3rem;
}
@media (max-width: 767px) {
  .search-obi.is-01 {
    left: 1rem;
  }
}
.search-obi.is-02 {
  right: 5.3rem;
}
@media (max-width: 767px) {
  .search-obi.is-02 {
    right: 1rem;
  }
}

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

x-area

*************************************************/
.x-area {
  overflow: hidden;
  padding-top: 3rem;
  margin-bottom: 6.5rem;
}

.x-area-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  line-height: 0;
}
.x-area-title .parts-clouddeco::before {
  top: -2.3rem;
  left: -23.3rem;
}
@media (max-width: 767px) {
  .x-area-title .parts-clouddeco::before {
    top: -2rem;
    left: -13.3rem;
  }
}
.x-area-title .parts-clouddeco::after {
  top: -1.2rem;
  right: -20.3rem;
}
@media (max-width: 767px) {
  .x-area-title .parts-clouddeco::after {
    right: -11rem;
  }
}

.x-area-title__el {
  position: relative;
  width: 32.4rem;
}
@media (max-width: 767px) {
  .x-area-title__el {
    width: 20rem;
  }
}
.x-area-title__el img {
  position: relative;
  z-index: 5;
}

.x-area-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.x-area-btn__anchor {
  display: block;
  width: 35.5rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .x-area-btn__anchor {
    width: auto;
    margin: 0 2rem;
  }
}
.x-area-btn__anchor img {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 768px) {
  .x-area-btn__anchor img:hover {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}

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

campaign

*************************************************/
.campaign {
  overflow: hidden;
  padding: 6.5rem 0;
  background-color: #fff8bc;
  border-top: #c60038 solid 5px;
}

.campaign-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .campaign-title {
    margin-bottom: 2.5rem;
  }
}
.campaign-title .parts-clouddeco::before {
  width: 22.7rem;
  top: 4.5rem;
  left: -7.5rem;
  aspect-ratio: 455/167;
  background-image: url(../img/common/cloud_deco03.png);
}
@media (max-width: 767px) {
  .campaign-title .parts-clouddeco::before {
    width: 13rem;
    left: -11.5rem;
  }
}
.campaign-title .parts-clouddeco::after {
  width: 31.3rem;
  top: 0.3rem;
  right: -7.5rem;
  aspect-ratio: 626/224;
  background-image: url(../img/common/cloud_deco04.png);
}
@media (max-width: 767px) {
  .campaign-title .parts-clouddeco::after {
    width: 18rem;
    right: -11rem;
  }
}

.campaign-title__el {
  position: relative;
  width: 78rem;
}
@media (max-width: 767px) {
  .campaign-title__el {
    width: 32rem;
  }
}
.campaign-title__el img {
  position: relative;
  z-index: 5;
}

.campaign-ancpoint {
  position: relative;
  top: -14rem;
  left: 0;
  width: 0;
  height: 0;
}
@media (max-width: 767px) {
  .campaign-ancpoint {
    top: -12rem;
  }
  .campaign-ancpoint#cp01 {
    top: -22rem;
  }
  .campaign-ancpoint#cp02 {
    top: -17rem;
  }
}

/* campaign-anchors
-------------------------------------*/
.campaign-anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  max-width: 80rem;
  margin: 0 auto 18rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .campaign-anchors {
    gap: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 21.5rem;
  }
}

.campaign-anchors__item {
  width: 38.6rem;
}
@media (max-width: 767px) {
  .campaign-anchors__item {
    width: auto;
    max-width: 35rem;
  }
}

.campaign-anchors__acnhor {
  display: block;
  line-height: 0;
}
.campaign-anchors__acnhor img {
  display: block;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
@media (min-width: 768px) {
  .campaign-anchors__acnhor img:hover {
    -webkit-transform: translateY(0.3rem);
            transform: translateY(0.3rem);
  }
}

/* campaign-box
--------------------------------------*/
.campaign-box {
  position: relative;
  width: min(105rem, 100% - 2.6rem);
  margin: 0 auto;
}

.campaign-box__inner {
  position: relative;
  padding: 5.5rem 0 7rem;
  z-index: 5;
}
@media (max-width: 767px) {
  .campaign-box__inner {
    padding: 4.5rem 0 6rem;
  }
}

.campaign-box-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.campaign-box-intitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.campaign-box-intitle__title {
  width: 30rem;
  line-height: 0;
}

.campaign-box-intitle__text {
  color: #074b7a;
  font-size: 1.3rem;
  font-weight: 700;
}

.campaign-box__bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.campaign-box__bgs-item {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}
.campaign-box__bgs-item.is-top {
  top: 0;
  z-index: 2;
}
.campaign-box__bgs-item.is-bottom {
  bottom: 0;
  z-index: 3;
}
.campaign-box__bgs-item.is-mid {
  top: 9.5rem;
  height: calc(100% - 19rem);
  background: url(../img/campaign/flame_mid_pc.png) repeat-y center center/100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .campaign-box__bgs-item.is-mid {
    top: 5rem;
    height: calc(100% - 10.2rem);
  }
}

/* campaign-box01
--------------------------------------*/
.campaign-box01 {
  position: relative;
  margin-bottom: 17rem;
  z-index: 2;
}
.campaign-box01 .campaign-box__inner {
  padding: 13rem 0 9.5rem;
}
@media (max-width: 767px) {
  .campaign-box01 .campaign-box__inner {
    padding: 9rem 0 6rem;
  }
}
.campaign-box01 .campaign-box-title {
  top: -13.5rem;
}
@media (max-width: 767px) {
  .campaign-box01 .campaign-box-title {
    top: -18rem;
  }
}
.campaign-box01 .campaign-box-title img {
  width: 58.5rem;
}
@media (max-width: 767px) {
  .campaign-box01 .campaign-box-title img {
    width: 29.5rem;
  }
}

.campaign-box01-lead {
  margin-bottom: 3rem;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign-box01-lead {
    margin: 0 2rem 1.5rem;
    font-size: 1.4rem;
  }
}
.campaign-box01-lead a {
  color: #0000ee;
}

.campaign-box01-img01 {
  width: 88.7rem;
  margin: 0 auto 5rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .campaign-box01-img01 {
    width: auto;
    margin: 0 1.3rem 5rem 2rem;
  }
}

.campaign-box01-apply {
  margin-bottom: 6rem;
}

.campaign-box01-apply__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.campaign-box01-apply__img {
  width: 14.5rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .campaign-box01-apply__img {
    width: 11rem;
  }
}

.campaign-box01-apply__letters {
  max-width: 34rem;
}

.campaign-box01-apply__text {
  font-size: 1.6rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .campaign-box01-apply__text {
    font-size: 1.3rem;
  }
}
.campaign-box01-apply__text a {
  color: #0000ee;
}

.campaign-box01-terms {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 86rem;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 2rem 2rem 2rem 2.5rem;
  border: #074b7a solid 2px;
}
@media (max-width: 767px) {
  .campaign-box01-terms {
    margin: 0 2.3rem;
    border-width: 1px;
  }
}

.campaign-box01-terms__inner {
  overflow: auto;
  height: 10.5em;
}
@media (max-width: 767px) {
  .campaign-box01-terms__inner {
    height: 13.6em;
  }
}
.campaign-box01-terms__inner * {
  font-weight: 600;
}
.campaign-box01-terms__inner > * {
  margin-bottom: 1.7em;
}

.campaign-box01-character {
  position: absolute;
  bottom: calc(100% + 2rem);
  right: -14rem;
  width: 26.9rem;
  z-index: 10;
}
@media (max-width: 767px) {
  .campaign-box01-character {
    display: none;
  }
}

/* campaign-box02
--------------------------------------*/
.campaign-box02 {
  margin-bottom: 17rem;
}
@media (max-width: 767px) {
  .campaign-box02 {
    margin-bottom: 12rem;
  }
}
.campaign-box02 .campaign-box__inner {
  padding: 11rem 0 5rem;
}
@media (max-width: 767px) {
  .campaign-box02 .campaign-box__inner {
    padding: 9rem 0 3.5rem;
  }
}
.campaign-box02 .campaign-box-title {
  top: -13.5rem;
}
.campaign-box02 .campaign-box-title img {
  width: 67.2rem;
}
@media (max-width: 767px) {
  .campaign-box02 .campaign-box-title img {
    width: 31.5rem;
  }
}

.campaign-box02-img01 {
  width: 54.2rem;
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 767px) {
  .campaign-box02-img01 {
    width: 28rem;
  }
}

.campaign-box02-character01 {
  position: absolute;
  bottom: calc(100% - 7rem);
  left: -19rem;
  width: 29.1rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .campaign-box02-character01 {
    display: none;
  }
}

.campaign-box02-character02 {
  position: absolute;
  bottom: calc(100% - 14rem);
  right: -16rem;
  width: 23.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .campaign-box02-character02 {
    display: none;
  }
}

/* campaign-box03
--------------------------------------*/
.campaign-box03 {
  margin-bottom: 17rem;
}
@media (max-width: 767px) {
  .campaign-box03 {
    margin-bottom: 12rem;
  }
}
.campaign-box03 .campaign-box__inner {
  padding: 11rem 0 5rem;
}
@media (max-width: 767px) {
  .campaign-box03 .campaign-box__inner {
    padding: 7rem 0 3.5rem;
  }
}
.campaign-box03 .campaign-box-title {
  top: -9.5rem;
}
@media (max-width: 767px) {
  .campaign-box03 .campaign-box-title {
    top: -8.5rem;
  }
}
.campaign-box03 .campaign-box-title img {
  width: 48rem;
}
@media (max-width: 767px) {
  .campaign-box03 .campaign-box-title img {
    width: 20.7rem;
  }
}

.campaign-box03-img01 {
  width: 54.2rem;
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 767px) {
  .campaign-box03-img01 {
    width: 28rem;
  }
}

/* campaign-box04
--------------------------------------*/
.campaign-box04 .campaign-box__inner {
  padding: 11rem 0 5rem;
}
@media (max-width: 767px) {
  .campaign-box04 .campaign-box__inner {
    padding: 7rem 0 3.5rem;
  }
}
.campaign-box04 .campaign-box-title {
  top: -9.5rem;
}
@media (max-width: 767px) {
  .campaign-box04 .campaign-box-title {
    top: -8.5rem;
  }
}
.campaign-box04 .campaign-box-title img {
  width: 45rem;
}
@media (max-width: 767px) {
  .campaign-box04 .campaign-box-title img {
    width: 21.7rem;
  }
}

.campaign-box04-img01 {
  width: 54.2rem;
  margin: 0 auto;
  line-height: 0;
}
@media (max-width: 767px) {
  .campaign-box04-img01 {
    width: 28rem;
  }
}

.campaign-box04-character01 {
  position: absolute;
  bottom: calc(100% - 14rem);
  right: -16rem;
  width: 23.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  .campaign-box04-character01 {
    display: none;
  }
}

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

lee-kum-kee

*************************************************/
.lee-kum-kee {
  padding: 0 0 6rem;
}
@media (max-width: 767px) {
  .lee-kum-kee {
    padding: 0 0 2rem;
  }
}

/* lee-kum-kee-flow
-------------------------------------*/
.lee-kum-kee__about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 100rem;
  min-height: 51rem;
  margin: 0 auto;
  padding: 10rem 0 0;
  color: #fff;
}
@media (max-width: 767px) {
  .lee-kum-kee__about {
    min-height: 63rem;
    margin: 0 2.3rem 5rem;
    padding-top: 7rem;
  }
}

.lee-kum-kee__about-inner {
  position: relative;
  z-index: 5;
}

.lee-kum-kee__about__bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lee-kum-kee__about__bgs img {
  width: 100%;
  height: 100%;
}

.lee-kum-kee__about__bgs-item {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}
.lee-kum-kee__about__bgs-item.is-top {
  top: 0;
  z-index: 2;
}
.lee-kum-kee__about__bgs-item.is-bottom {
  bottom: 0;
  z-index: 3;
}
.lee-kum-kee__about__bgs-item.is-mid {
  top: 9.5rem;
  height: calc(100% - 19rem);
  background: url(../img/lee-kum-kee/flame_mid_pc.png) repeat-y center center/100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .lee-kum-kee__about__bgs-item.is-mid {
    background-image: url(../img/lee-kum-kee/flame_mid_sp.png);
  }
}

.lee-kum-kee__title {
  width: 42.2rem;
  margin: 0 auto 1.5rem;
  line-height: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .lee-kum-kee__title {
    width: 29rem;
    margin: 0 auto 2.5rem;
  }
}

.lee-kum-kee__lead {
  margin-bottom: 1.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.556;
  text-align: center;
}
@media (max-width: 767px) {
  .lee-kum-kee__lead {
    margin-bottom: 2.3rem;
  }
}

.lee-kum-kee__text {
  max-width: 73rem;
  margin: 0 auto 3.5rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.923;
}
@media (max-width: 767px) {
  .lee-kum-kee__text {
    padding: 0 3rem;
    font-size: 1.3rem;
  }
}

.lee-kum-kee__bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lee-kum-kee__bnr__text {
  margin-bottom: 13rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
}

.lee-kum-kee__bnr__acnhor {
  width: 29rem;
}
@media (max-width: 767px) {
  .lee-kum-kee__bnr__acnhor {
    width: 28rem;
  }
}
.lee-kum-kee__bnr__acnhor img {
  width: 100%;
}

/* lee-kum-kee-flow
-------------------------------------*/
.lee-kum-kee-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 6rem;
}

.lee-kum-kee-flow__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-animation: infinity-scroll-left 80s infinite linear both;
          animation: infinity-scroll-left 80s infinite linear both;
}

.lee-kum-kee-flow__el {
  width: 198rem;
}
@media (max-width: 767px) {
  .lee-kum-kee-flow__el {
    width: 105.6rem;
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* lee-kum-kee__img
-------------------------------------*/
.lee-kum-kee__img {
  width: min(65rem, 100% - 4rem);
  margin: 0 auto 8rem;
  line-height: 0;
}
@media (max-width: 767px) {
  .lee-kum-kee__img {
    margin-bottom: 5rem;
  }
}

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

about

*************************************************/
.about {
  position: relative;
  padding: 80px 10px 140px;
}
@media (max-width: 767px) {
  .about {
    padding: 50px 10px 140px;
  }
}

.about-cont {
  position: relative;
  max-width: 1044px;
  margin: 0 auto;
  line-height: 0;
  z-index: 5;
}

.about-cont__img {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 27%);
          transform: translate(-30%, 27%);
}
@media (max-width: 767px) {
  .about-cont__img {
    width: 140px;
    -webkit-transform: translate(-4%, 78%);
            transform: translate(-4%, 78%);
  }
}

.about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.about-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

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

contact

*************************************************/
.contact {
  padding: 10rem 0;
  background-color: #fff8bc;
}
@media (max-width: 767px) {
  .contact {
    padding: 4rem 0 3rem;
  }
}

/* contact-box
--------------------------------------*/
.contact-box {
  position: relative;
  width: min(105rem, 100% - 2.6rem);
  margin: 0 auto;
}

.contact-box__inner {
  position: relative;
  padding: 5.5rem 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .contact-box__inner {
    padding: 4.5rem 0;
  }
}

.contact-box-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.contact-box-intitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-bottom: 3.5rem;
}

.contact-box-intitle__title {
  width: 30rem;
  line-height: 0;
}

.contact-box-intitle__text {
  color: #074b7a;
  font-size: 1.3rem;
  font-weight: 700;
}

.contact-box__bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.contact-box__bgs-item {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
}
.contact-box__bgs-item.is-top {
  top: 0;
  z-index: 2;
}
.contact-box__bgs-item.is-bottom {
  bottom: 0;
  z-index: 3;
}
.contact-box__bgs-item.is-mid {
  top: 9.5rem;
  height: calc(100% - 19rem);
  background: url(../img/campaign/flame_mid_pc.png) repeat-y center center/100% auto;
  z-index: 1;
}
@media (max-width: 767px) {
  .contact-box__bgs-item.is-mid {
    top: 5rem;
    height: calc(100% - 10.2rem);
  }
}

.contact-box__title {
  position: relative;
  margin-bottom: 1.1rem;
  font-size: 2.7rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-box__title {
    font-size: 2.3rem;
  }
}
.contact-box__title::after {
  display: block;
  content: "";
  width: 4rem;
  height: 1px;
  margin: 1rem auto 0;
  background-color: #ff0044;
}

.contact-box__lead {
  margin-bottom: 0.7rem;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .contact-box__lead {
    font-size: 1.9rem;
  }
}

.contact-box__text {
  margin-bottom: 0.7rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .contact-box__text {
    font-size: 1.3rem;
  }
}
.contact-box__text a {
  color: #005cc0;
}
.contact-box__text.is-cap {
  font-size: 1.1rem;
}

.contact-box__caps {
  width: min(46.5rem, 100% - 4rem);
  margin: 2rem auto 0;
  font-size: 1.1rem;
}

.contact-box__caps-item {
  position: relative;
  padding-left: 1em;
  font-weight: 700;
}
.contact-box__caps-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※";
}

.end-on {
  display: none;
}

.end-style .end-off {
  display: none !important;
}
.end-style .end-on {
  display: block;
}

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

fixedbnr

*************************************************/
.fixedbnr {
  position: fixed;
  line-height: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .fixedbnr {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .fixedbnr {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .fixedbnr figure {
    position: relative;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .fixedbnr__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 5;
  }
}

@media (min-width: 768px) {
  .fixedbnr__btns__item + .fixedbnr__btns__item {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .fixedbnr__btns__item {
    position: relative;
    width: 16.3rem;
  }
}

.fixedbnr__btns__anchor {
  display: block;
}
@media (max-width: 767px) {
  .fixedbnr__btns__anchor {
    width: 100%;
    height: 100%;
  }
  .fixedbnr__btns__anchor img {
    width: 100%;
  }
}

.campaign__area__endlabel {
  display: table;
  margin: 0 auto 20px;
  padding: 7px 40px 9px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  background-color: #eb2800;
  border-radius: 400px;
  text-align: center;
}
@media (max-width: 767px) {
  .campaign__area__endlabel {
    display: block;
    max-width: 270px;
    margin-bottom: 15px;
    padding: 7px 0 9px;
    font-size: 14px;
  }
}