@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  height: 100%;
  font-size: 62.5%;
  opacity: 0;
}
@media screen and (max-width: 700px) {
  html.is-promisevisible {
    overflow: hidden;
    -ms-touch-action: none;
        touch-action: none;
    height: 100%;
  }
}
html.is-load {
  opacity: 1;
  will-change: opcaity;
  -webkit-transition: all 0.3s linear 1s;
  transition: all 0.3s linear 1s;
}

body {
  height: 100%;
  line-height: 1.7;
  font-size: 1.6rem;
  color: #888282;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 700px) {
  body {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  outline: none;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:active {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  color: inherit;
}
a:focus {
  outline: none;
}

.num {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

strong {
  font-weight: bold;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=text]:focus:placeholder,
input[type=email]:focus:placeholder,
input[type=mail]:focus:placeholder,
input[type=tel]:focus:placeholder,
textarea:focus:placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-webkit-input-placeholder,
input[type=email]:focus:focus::-webkit-input-placeholder,
input[type=mail]:focus:focus::-webkit-input-placeholder,
input[type=tel]:focus:focus::-webkit-input-placeholder,
textarea:focus:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus:-moz-placeholder,
input[type=email]:focus:focus:-moz-placeholder,
input[type=mail]:focus:focus:-moz-placeholder,
input[type=tel]:focus:focus:-moz-placeholder,
textarea:focus:focus:-moz-placeholder {
  color: transparent !important;
}
input[type=text]:focus:focus::-moz-placeholder,
input[type=email]:focus:focus::-moz-placeholder,
input[type=mail]:focus:focus::-moz-placeholder,
input[type=tel]:focus:focus::-moz-placeholder,
textarea:focus:focus::-moz-placeholder {
  color: transparent !important;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
input[type=submit],
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 14px 15px;
  border-radius: 7px;
  border: 1px solid #E8E8E8;
  font-size: 1.6rem;
  line-height: 1.5;
}

input[type=text],
input[type=email],
input[type=mail],
input[type=tel],
textarea {
  width: 100%;
}

input[type=radio] {
  margin: 0 10px 0 0;
}

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 16px 17px 14px;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  select {
    padding: 11px 17px 9px;
  }
}
select::-ms-expand {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

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

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

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

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

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

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

.block {
  display: block;
}

.iblock {
  display: inline-block;
}

.inline {
  display: inline;
}

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

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

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

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

.pc-block {
  display: block !important;
}
@media screen and (max-width: 700px) {
  .pc-block {
    display: none !important;
  }
}

.pc-iblock {
  display: inline-block !important;
}
@media screen and (max-width: 700px) {
  .pc-iblock {
    display: none !important;
  }
}

.sp-block {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .sp-block {
    display: block !important;
  }
}

.sp-iblock {
  display: none !important;
}
@media screen and (max-width: 700px) {
  .sp-iblock {
    display: inline-block !important;
  }
}

.fs10 {
  font-size: calc(10 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs10 {
    font-size: calc(10 / 9 * 8 / 10)rem;
  }
}

.fs11 {
  font-size: calc(11 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs11 {
    font-size: calc(11 / 9 * 8 / 10)rem;
  }
}

.fs12 {
  font-size: calc(12 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs12 {
    font-size: calc(12 / 9 * 8 / 10)rem;
  }
}

.fs13 {
  font-size: calc(13 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs13 {
    font-size: calc(13 / 9 * 8 / 10)rem;
  }
}

.fs14 {
  font-size: calc(14 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs14 {
    font-size: calc(14 / 9 * 8 / 10)rem;
  }
}

.fs15 {
  font-size: calc(15 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs15 {
    font-size: calc(15 / 9 * 8 / 10)rem;
  }
}

.fs16 {
  font-size: calc(16 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs16 {
    font-size: calc(16 / 9 * 8 / 10)rem;
  }
}

.fs17 {
  font-size: calc(17 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs17 {
    font-size: calc(17 / 9 * 8 / 10)rem;
  }
}

.fs18 {
  font-size: calc(18 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs18 {
    font-size: calc(18 / 9 * 8 / 10)rem;
  }
}

.fs19 {
  font-size: calc(19 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs19 {
    font-size: calc(19 / 9 * 8 / 10)rem;
  }
}

.fs20 {
  font-size: calc(20 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs20 {
    font-size: calc(20 / 9 * 8 / 10)rem;
  }
}

.fs21 {
  font-size: calc(21 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs21 {
    font-size: calc(21 / 9 * 8 / 10)rem;
  }
}

.fs22 {
  font-size: calc(22 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs22 {
    font-size: calc(22 / 9 * 8 / 10)rem;
  }
}

.fs23 {
  font-size: calc(23 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs23 {
    font-size: calc(23 / 9 * 8 / 10)rem;
  }
}

.fs24 {
  font-size: calc(24 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs24 {
    font-size: calc(24 / 9 * 8 / 10)rem;
  }
}

.fs25 {
  font-size: calc(25 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs25 {
    font-size: calc(25 / 9 * 8 / 10)rem;
  }
}

.fs26 {
  font-size: calc(26 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs26 {
    font-size: calc(26 / 9 * 8 / 10)rem;
  }
}

.fs27 {
  font-size: calc(27 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs27 {
    font-size: calc(27 / 9 * 8 / 10)rem;
  }
}

.fs28 {
  font-size: calc(28 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs28 {
    font-size: calc(28 / 9 * 8 / 10)rem;
  }
}

.fs29 {
  font-size: calc(29 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs29 {
    font-size: calc(29 / 9 * 8 / 10)rem;
  }
}

.fs30 {
  font-size: calc(30 / 10)rem;
}
@media screen and (max-width: 700px) {
  .fs30 {
    font-size: calc(30 / 9 * 8 / 10)rem;
  }
}

.font-s10 {
  font-size: calc(10 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s10 {
    font-size: calc(10 / 9 * 8 / 10)rem !important;
  }
}

.font-s11 {
  font-size: calc(11 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s11 {
    font-size: calc(11 / 9 * 8 / 10)rem !important;
  }
}

.font-s12 {
  font-size: calc(12 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s12 {
    font-size: calc(12 / 9 * 8 / 10)rem !important;
  }
}

.font-s13 {
  font-size: calc(13 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s13 {
    font-size: calc(13 / 9 * 8 / 10)rem !important;
  }
}

.font-s14 {
  font-size: calc(14 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s14 {
    font-size: calc(14 / 9 * 8 / 10)rem !important;
  }
}

.font-s15 {
  font-size: calc(15 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s15 {
    font-size: calc(15 / 9 * 8 / 10)rem !important;
  }
}

.font-s16 {
  font-size: calc(16 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s16 {
    font-size: calc(16 / 9 * 8 / 10)rem !important;
  }
}

.font-s17 {
  font-size: calc(17 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s17 {
    font-size: calc(17 / 9 * 8 / 10)rem !important;
  }
}

.font-s18 {
  font-size: calc(18 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s18 {
    font-size: calc(18 / 9 * 8 / 10)rem !important;
  }
}

.font-s19 {
  font-size: calc(19 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s19 {
    font-size: calc(19 / 9 * 8 / 10)rem !important;
  }
}

.font-s20 {
  font-size: calc(20 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s20 {
    font-size: calc(20 / 9 * 8 / 10)rem !important;
  }
}

.font-s21 {
  font-size: calc(21 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s21 {
    font-size: calc(21 / 9 * 8 / 10)rem !important;
  }
}

.font-s22 {
  font-size: calc(22 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s22 {
    font-size: calc(22 / 9 * 8 / 10)rem !important;
  }
}

.font-s23 {
  font-size: calc(23 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s23 {
    font-size: calc(23 / 9 * 8 / 10)rem !important;
  }
}

.font-s24 {
  font-size: calc(24 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s24 {
    font-size: calc(24 / 9 * 8 / 10)rem !important;
  }
}

.font-s25 {
  font-size: calc(25 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s25 {
    font-size: calc(25 / 9 * 8 / 10)rem !important;
  }
}

.font-s26 {
  font-size: calc(26 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s26 {
    font-size: calc(26 / 9 * 8 / 10)rem !important;
  }
}

.font-s27 {
  font-size: calc(27 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s27 {
    font-size: calc(27 / 9 * 8 / 10)rem !important;
  }
}

.font-s28 {
  font-size: calc(28 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s28 {
    font-size: calc(28 / 9 * 8 / 10)rem !important;
  }
}

.font-s29 {
  font-size: calc(29 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s29 {
    font-size: calc(29 / 9 * 8 / 10)rem !important;
  }
}

.font-s30 {
  font-size: calc(30 / 10)rem !important;
}
@media screen and (max-width: 700px) {
  .font-s30 {
    font-size: calc(30 / 9 * 8 / 10)rem !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt85 {
  margin-top: 85px !important;
}
@media screen and (max-width: 700px) {
  .mt85 {
    margin-top: 57px !important;
  }
}

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

.mt95 {
  margin-top: 95px !important;
}
@media screen and (max-width: 700px) {
  .mt95 {
    margin-top: 63px !important;
  }
}

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

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

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

.mt115 {
  margin-top: 115px !important;
}
@media screen and (max-width: 700px) {
  .mt115 {
    margin-top: 77px !important;
  }
}

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

.mt125 {
  margin-top: 125px !important;
}
@media screen and (max-width: 700px) {
  .mt125 {
    margin-top: 83px !important;
  }
}

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

.mt135 {
  margin-top: 135px !important;
}
@media screen and (max-width: 700px) {
  .mt135 {
    margin-top: 90px !important;
  }
}

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

.mt145 {
  margin-top: 145px !important;
}
@media screen and (max-width: 700px) {
  .mt145 {
    margin-top: 97px !important;
  }
}

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

.mt155 {
  margin-top: 155px !important;
}
@media screen and (max-width: 700px) {
  .mt155 {
    margin-top: 103px !important;
  }
}

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

.mt165 {
  margin-top: 165px !important;
}
@media screen and (max-width: 700px) {
  .mt165 {
    margin-top: 110px !important;
  }
}

.mt170 {
  margin-top: 170px !important;
}
@media screen and (max-width: 700px) {
  .mt170 {
    margin-top: 113px !important;
  }
}

.mt175 {
  margin-top: 175px !important;
}
@media screen and (max-width: 700px) {
  .mt175 {
    margin-top: 117px !important;
  }
}

.mt180 {
  margin-top: 180px !important;
}
@media screen and (max-width: 700px) {
  .mt180 {
    margin-top: 120px !important;
  }
}

.mt185 {
  margin-top: 185px !important;
}
@media screen and (max-width: 700px) {
  .mt185 {
    margin-top: 123px !important;
  }
}

.mt190 {
  margin-top: 190px !important;
}
@media screen and (max-width: 700px) {
  .mt190 {
    margin-top: 127px !important;
  }
}

.mt195 {
  margin-top: 195px !important;
}
@media screen and (max-width: 700px) {
  .mt195 {
    margin-top: 130px !important;
  }
}

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

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 700px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 700px) {
  .mb10 {
    margin-bottom: 7px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 700px) {
  .mb15 {
    margin-bottom: 10px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 700px) {
  .mb20 {
    margin-bottom: 13px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 700px) {
  .mb25 {
    margin-bottom: 17px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 700px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media screen and (max-width: 700px) {
  .mb35 {
    margin-bottom: 23px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 700px) {
  .mb40 {
    margin-bottom: 27px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media screen and (max-width: 700px) {
  .mb45 {
    margin-bottom: 30px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 700px) {
  .mb50 {
    margin-bottom: 33px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media screen and (max-width: 700px) {
  .mb55 {
    margin-bottom: 37px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 700px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media screen and (max-width: 700px) {
  .mb65 {
    margin-bottom: 43px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 700px) {
  .mb70 {
    margin-bottom: 47px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media screen and (max-width: 700px) {
  .mb75 {
    margin-bottom: 50px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 700px) {
  .mb80 {
    margin-bottom: 53px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media screen and (max-width: 700px) {
  .mb85 {
    margin-bottom: 57px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 700px) {
  .mb90 {
    margin-bottom: 60px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media screen and (max-width: 700px) {
  .mb95 {
    margin-bottom: 63px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 700px) {
  .mb100 {
    margin-bottom: 67px !important;
  }
}

.mb105 {
  margin-bottom: 105px !important;
}
@media screen and (max-width: 700px) {
  .mb105 {
    margin-bottom: 70px !important;
  }
}

.mb110 {
  margin-bottom: 110px !important;
}
@media screen and (max-width: 700px) {
  .mb110 {
    margin-bottom: 73px !important;
  }
}

.mb115 {
  margin-bottom: 115px !important;
}
@media screen and (max-width: 700px) {
  .mb115 {
    margin-bottom: 77px !important;
  }
}

.mb120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 700px) {
  .mb120 {
    margin-bottom: 80px !important;
  }
}

.mb125 {
  margin-bottom: 125px !important;
}
@media screen and (max-width: 700px) {
  .mb125 {
    margin-bottom: 83px !important;
  }
}

.mb130 {
  margin-bottom: 130px !important;
}
@media screen and (max-width: 700px) {
  .mb130 {
    margin-bottom: 87px !important;
  }
}

.mb135 {
  margin-bottom: 135px !important;
}
@media screen and (max-width: 700px) {
  .mb135 {
    margin-bottom: 90px !important;
  }
}

.mb140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 700px) {
  .mb140 {
    margin-bottom: 93px !important;
  }
}

.mb145 {
  margin-bottom: 145px !important;
}
@media screen and (max-width: 700px) {
  .mb145 {
    margin-bottom: 97px !important;
  }
}

.mb150 {
  margin-bottom: 150px !important;
}
@media screen and (max-width: 700px) {
  .mb150 {
    margin-bottom: 100px !important;
  }
}

.mb155 {
  margin-bottom: 155px !important;
}
@media screen and (max-width: 700px) {
  .mb155 {
    margin-bottom: 103px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 700px) {
  .mb160 {
    margin-bottom: 107px !important;
  }
}

.mb165 {
  margin-bottom: 165px !important;
}
@media screen and (max-width: 700px) {
  .mb165 {
    margin-bottom: 110px !important;
  }
}

.mb170 {
  margin-bottom: 170px !important;
}
@media screen and (max-width: 700px) {
  .mb170 {
    margin-bottom: 113px !important;
  }
}

.mb175 {
  margin-bottom: 175px !important;
}
@media screen and (max-width: 700px) {
  .mb175 {
    margin-bottom: 117px !important;
  }
}

.mb180 {
  margin-bottom: 180px !important;
}
@media screen and (max-width: 700px) {
  .mb180 {
    margin-bottom: 120px !important;
  }
}

.mb185 {
  margin-bottom: 185px !important;
}
@media screen and (max-width: 700px) {
  .mb185 {
    margin-bottom: 123px !important;
  }
}

.mb190 {
  margin-bottom: 190px !important;
}
@media screen and (max-width: 700px) {
  .mb190 {
    margin-bottom: 127px !important;
  }
}

.mb195 {
  margin-bottom: 195px !important;
}
@media screen and (max-width: 700px) {
  .mb195 {
    margin-bottom: 130px !important;
  }
}

.mb200 {
  margin-bottom: 200px !important;
}
@media screen and (max-width: 700px) {
  .mb200 {
    margin-bottom: 133px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 700px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 700px) {
  .ml10 {
    margin-left: 7px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 700px) {
  .ml15 {
    margin-left: 10px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 700px) {
  .ml20 {
    margin-left: 13px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media screen and (max-width: 700px) {
  .ml25 {
    margin-left: 17px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media screen and (max-width: 700px) {
  .ml30 {
    margin-left: 20px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media screen and (max-width: 700px) {
  .ml35 {
    margin-left: 23px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media screen and (max-width: 700px) {
  .ml40 {
    margin-left: 27px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media screen and (max-width: 700px) {
  .ml45 {
    margin-left: 30px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media screen and (max-width: 700px) {
  .ml50 {
    margin-left: 33px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media screen and (max-width: 700px) {
  .ml55 {
    margin-left: 37px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media screen and (max-width: 700px) {
  .ml60 {
    margin-left: 40px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media screen and (max-width: 700px) {
  .ml65 {
    margin-left: 43px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media screen and (max-width: 700px) {
  .ml70 {
    margin-left: 47px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media screen and (max-width: 700px) {
  .ml75 {
    margin-left: 50px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media screen and (max-width: 700px) {
  .ml80 {
    margin-left: 53px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media screen and (max-width: 700px) {
  .ml85 {
    margin-left: 57px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media screen and (max-width: 700px) {
  .ml90 {
    margin-left: 60px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media screen and (max-width: 700px) {
  .ml95 {
    margin-left: 63px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media screen and (max-width: 700px) {
  .ml100 {
    margin-left: 67px !important;
  }
}

.ml105 {
  margin-left: 105px !important;
}
@media screen and (max-width: 700px) {
  .ml105 {
    margin-left: 70px !important;
  }
}

.ml110 {
  margin-left: 110px !important;
}
@media screen and (max-width: 700px) {
  .ml110 {
    margin-left: 73px !important;
  }
}

.ml115 {
  margin-left: 115px !important;
}
@media screen and (max-width: 700px) {
  .ml115 {
    margin-left: 77px !important;
  }
}

.ml120 {
  margin-left: 120px !important;
}
@media screen and (max-width: 700px) {
  .ml120 {
    margin-left: 80px !important;
  }
}

.ml125 {
  margin-left: 125px !important;
}
@media screen and (max-width: 700px) {
  .ml125 {
    margin-left: 83px !important;
  }
}

.ml130 {
  margin-left: 130px !important;
}
@media screen and (max-width: 700px) {
  .ml130 {
    margin-left: 87px !important;
  }
}

.ml135 {
  margin-left: 135px !important;
}
@media screen and (max-width: 700px) {
  .ml135 {
    margin-left: 90px !important;
  }
}

.ml140 {
  margin-left: 140px !important;
}
@media screen and (max-width: 700px) {
  .ml140 {
    margin-left: 93px !important;
  }
}

.ml145 {
  margin-left: 145px !important;
}
@media screen and (max-width: 700px) {
  .ml145 {
    margin-left: 97px !important;
  }
}

.ml150 {
  margin-left: 150px !important;
}
@media screen and (max-width: 700px) {
  .ml150 {
    margin-left: 100px !important;
  }
}

.ml155 {
  margin-left: 155px !important;
}
@media screen and (max-width: 700px) {
  .ml155 {
    margin-left: 103px !important;
  }
}

.ml160 {
  margin-left: 160px !important;
}
@media screen and (max-width: 700px) {
  .ml160 {
    margin-left: 107px !important;
  }
}

.ml165 {
  margin-left: 165px !important;
}
@media screen and (max-width: 700px) {
  .ml165 {
    margin-left: 110px !important;
  }
}

.ml170 {
  margin-left: 170px !important;
}
@media screen and (max-width: 700px) {
  .ml170 {
    margin-left: 113px !important;
  }
}

.ml175 {
  margin-left: 175px !important;
}
@media screen and (max-width: 700px) {
  .ml175 {
    margin-left: 117px !important;
  }
}

.ml180 {
  margin-left: 180px !important;
}
@media screen and (max-width: 700px) {
  .ml180 {
    margin-left: 120px !important;
  }
}

.ml185 {
  margin-left: 185px !important;
}
@media screen and (max-width: 700px) {
  .ml185 {
    margin-left: 123px !important;
  }
}

.ml190 {
  margin-left: 190px !important;
}
@media screen and (max-width: 700px) {
  .ml190 {
    margin-left: 127px !important;
  }
}

.ml195 {
  margin-left: 195px !important;
}
@media screen and (max-width: 700px) {
  .ml195 {
    margin-left: 130px !important;
  }
}

.ml200 {
  margin-left: 200px !important;
}
@media screen and (max-width: 700px) {
  .ml200 {
    margin-left: 133px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 700px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 700px) {
  .mr10 {
    margin-right: 7px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 700px) {
  .mr15 {
    margin-right: 10px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 700px) {
  .mr20 {
    margin-right: 13px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media screen and (max-width: 700px) {
  .mr25 {
    margin-right: 17px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media screen and (max-width: 700px) {
  .mr30 {
    margin-right: 20px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media screen and (max-width: 700px) {
  .mr35 {
    margin-right: 23px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media screen and (max-width: 700px) {
  .mr40 {
    margin-right: 27px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media screen and (max-width: 700px) {
  .mr45 {
    margin-right: 30px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media screen and (max-width: 700px) {
  .mr50 {
    margin-right: 33px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media screen and (max-width: 700px) {
  .mr55 {
    margin-right: 37px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media screen and (max-width: 700px) {
  .mr60 {
    margin-right: 40px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media screen and (max-width: 700px) {
  .mr65 {
    margin-right: 43px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media screen and (max-width: 700px) {
  .mr70 {
    margin-right: 47px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media screen and (max-width: 700px) {
  .mr75 {
    margin-right: 50px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media screen and (max-width: 700px) {
  .mr80 {
    margin-right: 53px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media screen and (max-width: 700px) {
  .mr85 {
    margin-right: 57px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media screen and (max-width: 700px) {
  .mr90 {
    margin-right: 60px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media screen and (max-width: 700px) {
  .mr95 {
    margin-right: 63px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media screen and (max-width: 700px) {
  .mr100 {
    margin-right: 67px !important;
  }
}

.mr105 {
  margin-right: 105px !important;
}
@media screen and (max-width: 700px) {
  .mr105 {
    margin-right: 70px !important;
  }
}

.mr110 {
  margin-right: 110px !important;
}
@media screen and (max-width: 700px) {
  .mr110 {
    margin-right: 73px !important;
  }
}

.mr115 {
  margin-right: 115px !important;
}
@media screen and (max-width: 700px) {
  .mr115 {
    margin-right: 77px !important;
  }
}

.mr120 {
  margin-right: 120px !important;
}
@media screen and (max-width: 700px) {
  .mr120 {
    margin-right: 80px !important;
  }
}

.mr125 {
  margin-right: 125px !important;
}
@media screen and (max-width: 700px) {
  .mr125 {
    margin-right: 83px !important;
  }
}

.mr130 {
  margin-right: 130px !important;
}
@media screen and (max-width: 700px) {
  .mr130 {
    margin-right: 87px !important;
  }
}

.mr135 {
  margin-right: 135px !important;
}
@media screen and (max-width: 700px) {
  .mr135 {
    margin-right: 90px !important;
  }
}

.mr140 {
  margin-right: 140px !important;
}
@media screen and (max-width: 700px) {
  .mr140 {
    margin-right: 93px !important;
  }
}

.mr145 {
  margin-right: 145px !important;
}
@media screen and (max-width: 700px) {
  .mr145 {
    margin-right: 97px !important;
  }
}

.mr150 {
  margin-right: 150px !important;
}
@media screen and (max-width: 700px) {
  .mr150 {
    margin-right: 100px !important;
  }
}

.mr155 {
  margin-right: 155px !important;
}
@media screen and (max-width: 700px) {
  .mr155 {
    margin-right: 103px !important;
  }
}

.mr160 {
  margin-right: 160px !important;
}
@media screen and (max-width: 700px) {
  .mr160 {
    margin-right: 107px !important;
  }
}

.mr165 {
  margin-right: 165px !important;
}
@media screen and (max-width: 700px) {
  .mr165 {
    margin-right: 110px !important;
  }
}

.mr170 {
  margin-right: 170px !important;
}
@media screen and (max-width: 700px) {
  .mr170 {
    margin-right: 113px !important;
  }
}

.mr175 {
  margin-right: 175px !important;
}
@media screen and (max-width: 700px) {
  .mr175 {
    margin-right: 117px !important;
  }
}

.mr180 {
  margin-right: 180px !important;
}
@media screen and (max-width: 700px) {
  .mr180 {
    margin-right: 120px !important;
  }
}

.mr185 {
  margin-right: 185px !important;
}
@media screen and (max-width: 700px) {
  .mr185 {
    margin-right: 123px !important;
  }
}

.mr190 {
  margin-right: 190px !important;
}
@media screen and (max-width: 700px) {
  .mr190 {
    margin-right: 127px !important;
  }
}

.mr195 {
  margin-right: 195px !important;
}
@media screen and (max-width: 700px) {
  .mr195 {
    margin-right: 130px !important;
  }
}

.mr200 {
  margin-right: 200px !important;
}
@media screen and (max-width: 700px) {
  .mr200 {
    margin-right: 133px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt85 {
  padding-top: 85px !important;
}
@media screen and (max-width: 700px) {
  .pt85 {
    padding-top: 57px !important;
  }
}

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

.pt95 {
  padding-top: 95px !important;
}
@media screen and (max-width: 700px) {
  .pt95 {
    padding-top: 63px !important;
  }
}

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

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

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

.pt115 {
  padding-top: 115px !important;
}
@media screen and (max-width: 700px) {
  .pt115 {
    padding-top: 77px !important;
  }
}

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

.pt125 {
  padding-top: 125px !important;
}
@media screen and (max-width: 700px) {
  .pt125 {
    padding-top: 83px !important;
  }
}

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

.pt135 {
  padding-top: 135px !important;
}
@media screen and (max-width: 700px) {
  .pt135 {
    padding-top: 90px !important;
  }
}

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

.pt145 {
  padding-top: 145px !important;
}
@media screen and (max-width: 700px) {
  .pt145 {
    padding-top: 97px !important;
  }
}

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

.pt155 {
  padding-top: 155px !important;
}
@media screen and (max-width: 700px) {
  .pt155 {
    padding-top: 103px !important;
  }
}

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

.pt165 {
  padding-top: 165px !important;
}
@media screen and (max-width: 700px) {
  .pt165 {
    padding-top: 110px !important;
  }
}

.pt170 {
  padding-top: 170px !important;
}
@media screen and (max-width: 700px) {
  .pt170 {
    padding-top: 113px !important;
  }
}

.pt175 {
  padding-top: 175px !important;
}
@media screen and (max-width: 700px) {
  .pt175 {
    padding-top: 117px !important;
  }
}

.pt180 {
  padding-top: 180px !important;
}
@media screen and (max-width: 700px) {
  .pt180 {
    padding-top: 120px !important;
  }
}

.pt185 {
  padding-top: 185px !important;
}
@media screen and (max-width: 700px) {
  .pt185 {
    padding-top: 123px !important;
  }
}

.pt190 {
  padding-top: 190px !important;
}
@media screen and (max-width: 700px) {
  .pt190 {
    padding-top: 127px !important;
  }
}

.pt195 {
  padding-top: 195px !important;
}
@media screen and (max-width: 700px) {
  .pt195 {
    padding-top: 130px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb85 {
  padding-bottom: 85px !important;
}
@media screen and (max-width: 700px) {
  .pb85 {
    padding-bottom: 57px !important;
  }
}

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

.pb95 {
  padding-bottom: 95px !important;
}
@media screen and (max-width: 700px) {
  .pb95 {
    padding-bottom: 63px !important;
  }
}

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

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

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

.pb115 {
  padding-bottom: 115px !important;
}
@media screen and (max-width: 700px) {
  .pb115 {
    padding-bottom: 77px !important;
  }
}

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

.pb125 {
  padding-bottom: 125px !important;
}
@media screen and (max-width: 700px) {
  .pb125 {
    padding-bottom: 83px !important;
  }
}

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

.pb135 {
  padding-bottom: 135px !important;
}
@media screen and (max-width: 700px) {
  .pb135 {
    padding-bottom: 90px !important;
  }
}

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

.pb145 {
  padding-bottom: 145px !important;
}
@media screen and (max-width: 700px) {
  .pb145 {
    padding-bottom: 97px !important;
  }
}

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

.pb155 {
  padding-bottom: 155px !important;
}
@media screen and (max-width: 700px) {
  .pb155 {
    padding-bottom: 103px !important;
  }
}

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

.pb165 {
  padding-bottom: 165px !important;
}
@media screen and (max-width: 700px) {
  .pb165 {
    padding-bottom: 110px !important;
  }
}

.pb170 {
  padding-bottom: 170px !important;
}
@media screen and (max-width: 700px) {
  .pb170 {
    padding-bottom: 113px !important;
  }
}

.pb175 {
  padding-bottom: 175px !important;
}
@media screen and (max-width: 700px) {
  .pb175 {
    padding-bottom: 117px !important;
  }
}

.pb180 {
  padding-bottom: 180px !important;
}
@media screen and (max-width: 700px) {
  .pb180 {
    padding-bottom: 120px !important;
  }
}

.pb185 {
  padding-bottom: 185px !important;
}
@media screen and (max-width: 700px) {
  .pb185 {
    padding-bottom: 123px !important;
  }
}

.pb190 {
  padding-bottom: 190px !important;
}
@media screen and (max-width: 700px) {
  .pb190 {
    padding-bottom: 127px !important;
  }
}

.pb195 {
  padding-bottom: 195px !important;
}
@media screen and (max-width: 700px) {
  .pb195 {
    padding-bottom: 130px !important;
  }
}

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

.pl5 {
  padding-left: 5px !important;
}
@media screen and (max-width: 700px) {
  .pl5 {
    padding-left: 3px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}
@media screen and (max-width: 700px) {
  .pl10 {
    padding-left: 7px !important;
  }
}

.pl15 {
  padding-left: 15px !important;
}
@media screen and (max-width: 700px) {
  .pl15 {
    padding-left: 10px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media screen and (max-width: 700px) {
  .pl20 {
    padding-left: 13px !important;
  }
}

.pl25 {
  padding-left: 25px !important;
}
@media screen and (max-width: 700px) {
  .pl25 {
    padding-left: 17px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media screen and (max-width: 700px) {
  .pl30 {
    padding-left: 20px !important;
  }
}

.pl35 {
  padding-left: 35px !important;
}
@media screen and (max-width: 700px) {
  .pl35 {
    padding-left: 23px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media screen and (max-width: 700px) {
  .pl40 {
    padding-left: 27px !important;
  }
}

.pl45 {
  padding-left: 45px !important;
}
@media screen and (max-width: 700px) {
  .pl45 {
    padding-left: 30px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media screen and (max-width: 700px) {
  .pl50 {
    padding-left: 33px !important;
  }
}

.pl55 {
  padding-left: 55px !important;
}
@media screen and (max-width: 700px) {
  .pl55 {
    padding-left: 37px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media screen and (max-width: 700px) {
  .pl60 {
    padding-left: 40px !important;
  }
}

.pl65 {
  padding-left: 65px !important;
}
@media screen and (max-width: 700px) {
  .pl65 {
    padding-left: 43px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media screen and (max-width: 700px) {
  .pl70 {
    padding-left: 47px !important;
  }
}

.pl75 {
  padding-left: 75px !important;
}
@media screen and (max-width: 700px) {
  .pl75 {
    padding-left: 50px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media screen and (max-width: 700px) {
  .pl80 {
    padding-left: 53px !important;
  }
}

.pl85 {
  padding-left: 85px !important;
}
@media screen and (max-width: 700px) {
  .pl85 {
    padding-left: 57px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media screen and (max-width: 700px) {
  .pl90 {
    padding-left: 60px !important;
  }
}

.pl95 {
  padding-left: 95px !important;
}
@media screen and (max-width: 700px) {
  .pl95 {
    padding-left: 63px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media screen and (max-width: 700px) {
  .pl100 {
    padding-left: 67px !important;
  }
}

.pl105 {
  padding-left: 105px !important;
}
@media screen and (max-width: 700px) {
  .pl105 {
    padding-left: 70px !important;
  }
}

.pl110 {
  padding-left: 110px !important;
}
@media screen and (max-width: 700px) {
  .pl110 {
    padding-left: 73px !important;
  }
}

.pl115 {
  padding-left: 115px !important;
}
@media screen and (max-width: 700px) {
  .pl115 {
    padding-left: 77px !important;
  }
}

.pl120 {
  padding-left: 120px !important;
}
@media screen and (max-width: 700px) {
  .pl120 {
    padding-left: 80px !important;
  }
}

.pl125 {
  padding-left: 125px !important;
}
@media screen and (max-width: 700px) {
  .pl125 {
    padding-left: 83px !important;
  }
}

.pl130 {
  padding-left: 130px !important;
}
@media screen and (max-width: 700px) {
  .pl130 {
    padding-left: 87px !important;
  }
}

.pl135 {
  padding-left: 135px !important;
}
@media screen and (max-width: 700px) {
  .pl135 {
    padding-left: 90px !important;
  }
}

.pl140 {
  padding-left: 140px !important;
}
@media screen and (max-width: 700px) {
  .pl140 {
    padding-left: 93px !important;
  }
}

.pl145 {
  padding-left: 145px !important;
}
@media screen and (max-width: 700px) {
  .pl145 {
    padding-left: 97px !important;
  }
}

.pl150 {
  padding-left: 150px !important;
}
@media screen and (max-width: 700px) {
  .pl150 {
    padding-left: 100px !important;
  }
}

.pl155 {
  padding-left: 155px !important;
}
@media screen and (max-width: 700px) {
  .pl155 {
    padding-left: 103px !important;
  }
}

.pl160 {
  padding-left: 160px !important;
}
@media screen and (max-width: 700px) {
  .pl160 {
    padding-left: 107px !important;
  }
}

.pl165 {
  padding-left: 165px !important;
}
@media screen and (max-width: 700px) {
  .pl165 {
    padding-left: 110px !important;
  }
}

.pl170 {
  padding-left: 170px !important;
}
@media screen and (max-width: 700px) {
  .pl170 {
    padding-left: 113px !important;
  }
}

.pl175 {
  padding-left: 175px !important;
}
@media screen and (max-width: 700px) {
  .pl175 {
    padding-left: 117px !important;
  }
}

.pl180 {
  padding-left: 180px !important;
}
@media screen and (max-width: 700px) {
  .pl180 {
    padding-left: 120px !important;
  }
}

.pl185 {
  padding-left: 185px !important;
}
@media screen and (max-width: 700px) {
  .pl185 {
    padding-left: 123px !important;
  }
}

.pl190 {
  padding-left: 190px !important;
}
@media screen and (max-width: 700px) {
  .pl190 {
    padding-left: 127px !important;
  }
}

.pl195 {
  padding-left: 195px !important;
}
@media screen and (max-width: 700px) {
  .pl195 {
    padding-left: 130px !important;
  }
}

.pl200 {
  padding-left: 200px !important;
}
@media screen and (max-width: 700px) {
  .pl200 {
    padding-left: 133px !important;
  }
}

.pr5 {
  padding-right: 5px !important;
}
@media screen and (max-width: 700px) {
  .pr5 {
    padding-right: 3px !important;
  }
}

.pr10 {
  padding-right: 10px !important;
}
@media screen and (max-width: 700px) {
  .pr10 {
    padding-right: 7px !important;
  }
}

.pr15 {
  padding-right: 15px !important;
}
@media screen and (max-width: 700px) {
  .pr15 {
    padding-right: 10px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media screen and (max-width: 700px) {
  .pr20 {
    padding-right: 13px !important;
  }
}

.pr25 {
  padding-right: 25px !important;
}
@media screen and (max-width: 700px) {
  .pr25 {
    padding-right: 17px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media screen and (max-width: 700px) {
  .pr30 {
    padding-right: 20px !important;
  }
}

.pr35 {
  padding-right: 35px !important;
}
@media screen and (max-width: 700px) {
  .pr35 {
    padding-right: 23px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media screen and (max-width: 700px) {
  .pr40 {
    padding-right: 27px !important;
  }
}

.pr45 {
  padding-right: 45px !important;
}
@media screen and (max-width: 700px) {
  .pr45 {
    padding-right: 30px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media screen and (max-width: 700px) {
  .pr50 {
    padding-right: 33px !important;
  }
}

.pr55 {
  padding-right: 55px !important;
}
@media screen and (max-width: 700px) {
  .pr55 {
    padding-right: 37px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media screen and (max-width: 700px) {
  .pr60 {
    padding-right: 40px !important;
  }
}

.pr65 {
  padding-right: 65px !important;
}
@media screen and (max-width: 700px) {
  .pr65 {
    padding-right: 43px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media screen and (max-width: 700px) {
  .pr70 {
    padding-right: 47px !important;
  }
}

.pr75 {
  padding-right: 75px !important;
}
@media screen and (max-width: 700px) {
  .pr75 {
    padding-right: 50px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media screen and (max-width: 700px) {
  .pr80 {
    padding-right: 53px !important;
  }
}

.pr85 {
  padding-right: 85px !important;
}
@media screen and (max-width: 700px) {
  .pr85 {
    padding-right: 57px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media screen and (max-width: 700px) {
  .pr90 {
    padding-right: 60px !important;
  }
}

.pr95 {
  padding-right: 95px !important;
}
@media screen and (max-width: 700px) {
  .pr95 {
    padding-right: 63px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media screen and (max-width: 700px) {
  .pr100 {
    padding-right: 67px !important;
  }
}

.pr105 {
  padding-right: 105px !important;
}
@media screen and (max-width: 700px) {
  .pr105 {
    padding-right: 70px !important;
  }
}

.pr110 {
  padding-right: 110px !important;
}
@media screen and (max-width: 700px) {
  .pr110 {
    padding-right: 73px !important;
  }
}

.pr115 {
  padding-right: 115px !important;
}
@media screen and (max-width: 700px) {
  .pr115 {
    padding-right: 77px !important;
  }
}

.pr120 {
  padding-right: 120px !important;
}
@media screen and (max-width: 700px) {
  .pr120 {
    padding-right: 80px !important;
  }
}

.pr125 {
  padding-right: 125px !important;
}
@media screen and (max-width: 700px) {
  .pr125 {
    padding-right: 83px !important;
  }
}

.pr130 {
  padding-right: 130px !important;
}
@media screen and (max-width: 700px) {
  .pr130 {
    padding-right: 87px !important;
  }
}

.pr135 {
  padding-right: 135px !important;
}
@media screen and (max-width: 700px) {
  .pr135 {
    padding-right: 90px !important;
  }
}

.pr140 {
  padding-right: 140px !important;
}
@media screen and (max-width: 700px) {
  .pr140 {
    padding-right: 93px !important;
  }
}

.pr145 {
  padding-right: 145px !important;
}
@media screen and (max-width: 700px) {
  .pr145 {
    padding-right: 97px !important;
  }
}

.pr150 {
  padding-right: 150px !important;
}
@media screen and (max-width: 700px) {
  .pr150 {
    padding-right: 100px !important;
  }
}

.pr155 {
  padding-right: 155px !important;
}
@media screen and (max-width: 700px) {
  .pr155 {
    padding-right: 103px !important;
  }
}

.pr160 {
  padding-right: 160px !important;
}
@media screen and (max-width: 700px) {
  .pr160 {
    padding-right: 107px !important;
  }
}

.pr165 {
  padding-right: 165px !important;
}
@media screen and (max-width: 700px) {
  .pr165 {
    padding-right: 110px !important;
  }
}

.pr170 {
  padding-right: 170px !important;
}
@media screen and (max-width: 700px) {
  .pr170 {
    padding-right: 113px !important;
  }
}

.pr175 {
  padding-right: 175px !important;
}
@media screen and (max-width: 700px) {
  .pr175 {
    padding-right: 117px !important;
  }
}

.pr180 {
  padding-right: 180px !important;
}
@media screen and (max-width: 700px) {
  .pr180 {
    padding-right: 120px !important;
  }
}

.pr185 {
  padding-right: 185px !important;
}
@media screen and (max-width: 700px) {
  .pr185 {
    padding-right: 123px !important;
  }
}

.pr190 {
  padding-right: 190px !important;
}
@media screen and (max-width: 700px) {
  .pr190 {
    padding-right: 127px !important;
  }
}

.pr195 {
  padding-right: 195px !important;
}
@media screen and (max-width: 700px) {
  .pr195 {
    padding-right: 130px !important;
  }
}

.pr200 {
  padding-right: 200px !important;
}
@media screen and (max-width: 700px) {
  .pr200 {
    padding-right: 133px !important;
  }
}

.wrap974 {
  width: 974px;
  margin-inline: auto;
}
@media screen and (min-width: 1801px) {
  .wrap974 {
    width: 1600px;
  }
}
@media screen and (max-width: 1074px) {
  .wrap974 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .wrap974 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wrap1000 {
  width: 1000px;
  margin-inline: auto;
}
@media screen and (min-width: 1801px) {
  .wrap1000 {
    width: 1600px;
  }
}
@media screen and (max-width: 1100px) {
  .wrap1000 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .wrap1000 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wrap1072, .sec-topaboutus .aboutus-inner {
  width: 1072px;
  margin-inline: auto;
}
@media screen and (min-width: 1801px) {
  .wrap1072, .sec-topaboutus .aboutus-inner {
    width: 1600px;
  }
}
@media screen and (max-width: 1172px) {
  .wrap1072, .sec-topaboutus .aboutus-inner {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .wrap1072, .sec-topaboutus .aboutus-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wrap1086, .sec-topproduct .product-inner {
  width: 1086px;
  margin-inline: auto;
}
@media screen and (min-width: 1801px) {
  .wrap1086, .sec-topproduct .product-inner {
    width: 1600px;
  }
}
@media screen and (max-width: 1186px) {
  .wrap1086, .sec-topproduct .product-inner {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .wrap1086, .sec-topproduct .product-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wrap1080, .sec-topics, .sec-underttl .ttl-wrap {
  width: 1080px;
  margin-inline: auto;
}
@media screen and (min-width: 1801px) {
  .wrap1080, .sec-topics, .sec-underttl .ttl-wrap {
    width: 1600px;
  }
}
@media screen and (max-width: 1180px) {
  .wrap1080, .sec-topics, .sec-underttl .ttl-wrap {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .wrap1080, .sec-topics, .sec-underttl .ttl-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wrap1100 {
  width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 1801px) {
  .wrap1100 {
    width: 1600px;
  }
}
@media screen and (max-width: 1200px) {
  .wrap1100 {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .wrap1100 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.wrap1200, .sec-toppromise .promise-inner, .sec-topabout .about-wrap, .sec-mainvisual .visual-wrap, #footer .footer-inner {
  width: 1200px;
  margin-inline: auto;
}
@media screen and (min-width: 1801px) {
  .wrap1200, .sec-toppromise .promise-inner, .sec-topabout .about-wrap, .sec-mainvisual .visual-wrap, #footer .footer-inner {
    width: 1600px;
  }
}
@media screen and (max-width: 1300px) {
  .wrap1200, .sec-toppromise .promise-inner, .sec-topabout .about-wrap, .sec-mainvisual .visual-wrap, #footer .footer-inner {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .wrap1200, .sec-toppromise .promise-inner, .sec-topabout .about-wrap, .sec-mainvisual .visual-wrap, #footer .footer-inner {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .breadcrumb {
    font-size: 1.1rem;
  }
}
.breadcrumb .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb .inner a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb .inner a:hover {
  text-decoration: underline;
}
.breadcrumb .inner > span {
  margin: 0 8px;
}
.breadcrumb .inner > span:first-child {
  margin-left: 0;
}
.breadcrumb .inner > span:last-of-type {
  margin-right: 0;
}

#pageTop {
  z-index: 400;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 700px) {
  #pageTop {
    bottom: 0;
    right: 0;
    width: 45px;
    height: 45px;
  }
}
#pageTop a {
  display: block;
  width: 100%;
  height: 100%;
}
#pageTop a:hover {
  opacity: 0.5;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #F5A78B;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 2px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/**
 * Swiper 9.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 1, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

#logo {
  z-index: 99;
  position: absolute;
  top: 43px;
  left: 49px;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear 4.5s;
  transition: opacity 0.5s linear 4.5s;
}
@media screen and (max-width: 1260px) {
  #logo {
    top: 3vw;
    left: 3vw;
    width: 13vw;
  }
}
@media screen and (max-width: 1023px) {
  #logo {
    width: 17vw;
    max-width: 142px;
  }
}
.other #logo {
  -webkit-transition: opacity 0.5s linear 1s;
  transition: opacity 0.5s linear 1s;
}
@media screen and (max-width: 700px) {
  #logo {
    top: 22px;
    left: 17px;
    width: 104px;
    height: 42px;
  }
}
.is-load #logo {
  opacity: 1;
}

#menuBtn {
  z-index: 300;
  position: fixed;
  top: -4px;
  right: -7px;
  width: 120px;
  height: 120px;
  background: url(../img/common/btn_menu.webp) no-repeat center center/contain transparent;
}
@media screen and (max-width: 1023px) {
  #menuBtn {
    width: 100px;
    height: 100px;
    z-index: 250;
  }
}
#menuBtn::before, #menuBtn::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  width: 20%;
  height: 2px;
  background-color: #F5A78B;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#menuBtn::before {
  top: 39%;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}
.is-open #menuBtn::before {
  top: 43%;
  -webkit-transform: translateX(-70%) rotate(45deg);
          transform: translateX(-70%) rotate(45deg);
}
#menuBtn::after {
  top: 47%;
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}
.is-open #menuBtn::after {
  top: 43%;
  -webkit-transform: translateX(-70%) rotate(-45deg);
          transform: translateX(-70%) rotate(-45deg);
}

#menuBg {
  display: block;
  z-index: 100;
  position: fixed;
  top: -4px;
  right: -7px;
  width: 120px;
  height: 120px;
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  #menuBg {
    z-index: 220;
  }
}
#menuBg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #F5A78B;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
}
.is-open #menuBg::before {
  opacity: 1;
  width: 300vw;
  height: 300vw;
}
@media screen and (max-width: 700px) {
  .is-open #menuBg::before {
    width: 300vh;
    height: 300vh;
  }
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  z-index: 223;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
@media screen and (max-width: 700px) {
  #header {
    display: block;
    height: auto;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 100%;
  }
}
.is-open #header {
  visibility: visible;
}
#header .logo {
  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;
  position: relative;
  width: 180px;
  height: 100%;
  margin-left: 200px;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.01s;
          transition-delay: 0.01s;
}
@media screen and (max-width: 1260px) {
  #header .logo {
    margin-left: 100px;
  }
}
@media screen and (max-width: 700px) {
  #header .logo {
    -webkit-transform: translate(0, -20px);
            transform: translate(0, -20px);
    margin-top: 44px;
    margin-left: 0;
    margin-inline: auto;
    background: url(../img/common/logo02.svg) no-repeat center center/contain transparent;
    height: auto;
  }
}
.is-open #header .logo {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#header .logo::before, #header .logo::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  width: 440%;
  height: 200%;
  border-radius: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1260px) {
  #header .logo::before, #header .logo::after {
    -webkit-transform: translate(-70%, -50%);
            transform: translate(-70%, -50%);
    width: 330%;
    height: 150%;
  }
}
@media screen and (max-width: 700px) {
  #header .logo::before, #header .logo::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -57%);
            transform: translate(-50%, -57%);
    width: 200vw;
    height: 220px;
  }
}
#header .logo::after {
  opacity: 0.3;
  -webkit-transform: translate(-60%, -50%) translateX(84px);
          transform: translate(-60%, -50%) translateX(84px);
}
@media screen and (max-width: 1260px) {
  #header .logo::after {
    -webkit-transform: translate(-70%, -50%) translateX(42px);
            transform: translate(-70%, -50%) translateX(42px);
  }
}
@media screen and (max-width: 700px) {
  #header .logo::after {
    -webkit-transform: translate(-50%, -57%) translateY(29px);
            transform: translate(-50%, -57%) translateY(29px);
  }
}
#header .logo img {
  z-index: 1;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 700px) {
  #header .logo img {
    width: 78px;
    height: 85px;
  }
}
#header .logo .logo01 {
  display: block;
}
@media screen and (max-width: 700px) {
  #header .logo .logo01 {
    display: none;
  }
}
#header .logo .logo02 {
  display: none;
}
@media screen and (max-width: 700px) {
  #header .logo .logo02 {
    display: block;
  }
}
#header .globalNav {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  max-width: 40%;
  width: 100%;
  margin-inline: auto 0;
  color: #fff;
}
@media screen and (max-width: 700px) {
  #header .globalNav {
    max-width: inherit;
    text-align: center;
    padding-bottom: 30px;
  }
}
#header .globalNav .nav-inner {
  padding-top: 70px;
  font-size: 1.7rem;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 700px) {
  #header .globalNav .nav-inner {
    padding-top: 124px;
    font-size: 1.5rem;
  }
}
.is-open #header .globalNav .nav-inner {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
#header .globalNav .nav-inner li + li {
  margin-top: 33px;
}
@media screen and (max-width: 700px) {
  #header .globalNav .nav-inner li + li {
    margin-top: 36px;
  }
}
#header .globalNav .l-sns-01 {
  margin-top: 70px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (max-width: 700px) {
  #header .globalNav .l-sns-01 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 55px;
  }
}
.is-open #header .globalNav .l-sns-01 {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

#footer {
  overflow: hidden;
  z-index: 3;
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 700px) {
  #footer {
    padding-top: 30px;
  }
  .other #footer {
    margin-top: -80px;
  }
}
#footer .footer-inner {
  display: block;
  text-align: center;
}
#footer .footer-inner::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 126vw;
  height: 625px;
  background-color: #fff;
}
:not(.home) #footer .footer-inner::before, .other #footer .footer-inner::before {
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner::before {
    height: 200px;
  }
}
#footer .footer-inner::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 150px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: calc(100% - 150px);
  -o-border-image: linear-gradient(#fff, #fff) 0//0 100vw;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) fill 0//0 100vw;
     border-image: linear-gradient(#fff, #fff) fill 0//0 100vw;
}
#footer .footer-inner .m-ttl-02 {
  margin-bottom: 29px;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .m-ttl-02 .ruby img {
    width: 200px;
  }
}
#footer .footer-inner .detail {
  font-size: 1.7rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .detail {
    font-size: 1.3rem;
  }
}
#footer .footer-inner .m-btn-01, #footer .footer-inner .l-blog-01 .wp-block-buttons, .l-blog-01 #footer .footer-inner .wp-block-buttons {
  margin-top: 37px;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .m-btn-01, #footer .footer-inner .l-blog-01 .wp-block-buttons, .l-blog-01 #footer .footer-inner .wp-block-buttons {
    margin-top: 47px;
  }
}
#footer .footer-inner .logo img {
  margin-inline: auto;
  max-width: 85px;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .logo img {
    max-width: 66px;
  }
}
#footer .footer-inner .name {
  display: block;
  margin-top: 37px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .name {
    margin-top: 27px;
    font-size: 1.2rem;
  }
}
#footer .footer-inner .address {
  display: block;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .address {
    font-size: 1.2rem;
  }
}
#footer .footer-inner .l-sns-01 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 22px;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .l-sns-01 {
    margin-top: 31px;
  }
}
#footer .footer-inner .copyright {
  display: block;
  margin-top: 145px;
  padding-bottom: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .copyright {
    margin-top: 65px;
    padding-bottom: 20px;
  }
}
#footer .footer-inner .bg {
  z-index: 0;
  position: absolute;
  width: 100vw;
  height: 200px;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1601px) {
  #footer .footer-inner .bg {
    height: 11vw;
  }
}
@media screen and (max-width: 700px) {
  #footer .footer-inner .bg {
    height: 117px;
  }
}
#footer .footer-inner .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  #footer .footer-inner .bg img {
    height: 120%;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: none;
  }
}
#footer .footer-inner .bg .wave {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#footer .footer-inner .bg .wave01 {
  z-index: 1;
}
#footer .footer-inner .bg .wave02 {
  z-index: 0;
  bottom: 0;
}
#footer .footer-inner > * {
  z-index: 2;
  position: relative;
}

#contents {
  position: relative;
  display: block;
}
@media screen and (max-width: 700px) {
  #contents {
    width: 100%;
  }
}
#contents .contents-wrap {
  position: relative;
  padding-bottom: 135px;
}
@media screen and (max-width: 1180px) {
  #contents .contents-wrap {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  #contents .contents-wrap {
    margin-left: 10px;
    margin-right: 10px;
  }
}
#contents .contents-wrap::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100vw;
  height: calc(100% + 150px);
  -o-border-image: linear-gradient(#F5A78B, #F5A78B) 0//0 100vw;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#F5A78B), to(#F5A78B)) fill 0//0 100vw;
     border-image: linear-gradient(#F5A78B, #F5A78B) fill 0//0 100vw;
}
#contents .contents-wrap > * {
  z-index: 1;
  position: relative;
}

.l-sns-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.l-summary-01 .summary-wrap,
.l-summary-01 a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 284px 50px 1fr;
  grid-template-columns: 284px 1fr;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px 70px;
  border-radius: 37px;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 37px rgba(0, 0, 0, 0.05);
          box-shadow: 8px 8px 37px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 1260px) {
  .l-summary-01 .summary-wrap,
  .l-summary-01 a {
    -ms-grid-columns: 23vw 30px 1fr;
    grid-template-columns: 23vw 1fr;
    gap: 30px;
    padding: 40px 80px 40px 40px;
  }
}
@media screen and (max-width: 700px) {
  .l-summary-01 .summary-wrap,
  .l-summary-01 a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 26px 30px;
  }
}
.modaal-wrapper .l-summary-01 .summary-wrap,
.modaal-wrapper .l-summary-01 a {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modaal-wrapper .l-summary-01 .summary-wrap::before,
.modaal-wrapper .l-summary-01 a::before {
  display: none;
}
.l-summary-01 .summary-wrap::before,
.l-summary-01 a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: url(../img/common/icon_arrow01.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 1260px) {
  .l-summary-01 .summary-wrap::before,
  .l-summary-01 a::before {
    right: 15px;
  }
}
@media screen and (max-width: 700px) {
  .l-summary-01 .summary-wrap::before,
  .l-summary-01 a::before {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .l-summary-01 .figure {
    max-width: 230px;
    width: calc(100% - 20px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 700px) {
  .l-summary-01 .detail-wrap {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
.l-summary-01 .m-tag-01 {
  margin-bottom: 10px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
@media screen and (max-width: 1260px) {
  .l-summary-01 .m-tag-01 {
    margin-bottom: 5px;
  }
}
.l-summary-01 .ttl {
  margin-bottom: 20px;
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #F5A78B;
}
@media screen and (max-width: 1260px) {
  .l-summary-01 .ttl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .l-summary-01 .ttl {
    font-size: 1.7rem;
  }
}
.l-summary-01 .summary {
  line-height: 2;
  letter-spacing: 0.1em;
  color: #888282;
  font-weight: 500;
}
@media screen and (max-width: 1260px) {
  .l-summary-01 .summary br {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-summary-01 .summary {
    line-height: 1.7;
    letter-spacing: 0.04em;
  }
}
.l-summary-01 .summary > * {
  margin-top: 20px;
}
.l-summary-01 .summary > *:first-child {
  margin-top: 0;
}

#clip {
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 100%;
}

.l-slider-01 {
  position: relative;
  width: 100%;
  padding-top: 100%;
  max-width: 570px;
}
@media screen and (min-width: 1601px) {
  .l-slider-01 {
    max-width: 608px;
  }
}
@media screen and (max-width: 1260px) {
  .l-slider-01 {
    max-width: 550px;
  }
}
.l-slider-01.is-active .slide .svgDec:before {
  background-image: url(../img/top/heart_wh.webp);
}
.l-slider-01.is-active .slide .svgDec .svgDecItem path {
  stroke: #fff;
}
@media screen and (max-width: 700px) {
  .l-slider-01.is-active .slide .svgDec .svgDecItem path {
    stroke: #F5A78B;
  }
}
.l-slider-01 .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-transition: all 1.4s ease-in-out;
  transition: all 1.4s ease-in-out;
  will-change: transform;
}
.l-slider-01 .slide .slidebox {
  -webkit-mask-image: url(../img/top/mask.svg);
          mask-image: url(../img/top/mask.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.l-slider-01 .slide .slidein {
  position: absolute;
  left: -4%;
  top: -8%;
  width: 108%;
  max-width: none;
  z-index: 10;
}
.l-slider-01 .slide.slide-next-next {
  /*
  top: -114%;
  left: 43%;
  */
  -webkit-transform: translate(36%, -232%) scale(0.5);
          transform: translate(36%, -232%) scale(0.5);
  opacity: 0;
}
.l-slider-01 .slide.slide-next-next .mv-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.l-slider-01 .slide.slide-next {
  /**/
  -webkit-transform: translate(26%, -101%) scale(0.45);
          transform: translate(26%, -101%) scale(0.45);
}
.l-slider-01 .slide.slide-next .mv-img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (min-width: 1601px) {
  .l-slider-01 .slide.slide-next {
    -webkit-transform: translate(18%, -116%) scale(0.5);
            transform: translate(18%, -116%) scale(0.5);
  }
}
@media screen and (max-width: 1260px) {
  .l-slider-01 .slide.slide-next {
    -webkit-transform: translate(26%, -118%) scale(0.45);
            transform: translate(26%, -118%) scale(0.45);
  }
}
@media screen and (max-width: 700px) {
  .l-slider-01 .slide.slide-next {
    -webkit-transform: translate(26%, -129%) scale(0.5);
            transform: translate(26%, -129%) scale(0.5);
  }
}
.l-slider-01 .slide.slide-active {
  /*
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  height: 100%;
  */
}
.l-slider-01 .slide.slide-active .mv-img {
  -webkit-animation: kenburn 5s linear forwards;
          animation: kenburn 5s linear forwards;
}
@-webkit-keyframes kenburn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes kenburn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.l-slider-01 .slide.slide-active .svgDec::before {
  visibility: visible;
  opacity: 1;
}
.l-slider-01 .slide.slide-active .svgDec .svgDecItem.path02 path {
  -webkit-transition-delay: 2.2s;
          transition-delay: 2.2s;
}
.l-slider-01 .slide.slide-active .svgDec .svgDecItem.path03 path {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.l-slider-01 .slide.slide-active .svgDec .svgDecItem path {
  stroke-dashoffset: 0;
  -webkit-transition-duration: 5s;
          transition-duration: 5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.l-slider-01 .slide.slide-prev {
  /*
  top: 70%;
  left: -50%;
  */
  -webkit-transform: translate(-69%, 86%) scale(0.5);
          transform: translate(-69%, 86%) scale(0.5);
}
@media screen and (min-width: 1601px) {
  .l-slider-01 .slide.slide-prev {
    -webkit-transform: translate(-75%, 86%) scale(0.5);
            transform: translate(-75%, 86%) scale(0.5);
  }
}
@media screen and (max-width: 1260px) {
  .l-slider-01 .slide.slide-prev {
    -webkit-transform: translate(-66%, 118%) scale(0.45);
            transform: translate(-66%, 118%) scale(0.45);
  }
}
@media screen and (max-width: 700px) {
  .l-slider-01 .slide.slide-prev {
    -webkit-transform: translate(-55%, 145%) scale(0.5);
            transform: translate(-55%, 145%) scale(0.5);
  }
}
.l-slider-01 .slide.slide-prev img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-slider-01 .slide.slide-prev-prev {
  /*
  top: 35%;
  left: -100%;
  */
  -webkit-transform: translate(-150%, 100%) scale(0.5);
          transform: translate(-150%, 100%) scale(0.5);
  opacity: 0;
}
.l-slider-01 .slide.slide-prev-prev img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.l-slider-01 .slide .svgDec {
  position: absolute;
  top: -15px;
  right: -16px;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  width: 87px;
  height: 68px;
}
@media screen and (max-width: 1260px) {
  .l-slider-01 .slide .svgDec {
    top: -55px;
    right: 4px;
    width: 73px;
    height: 63px;
  }
}
@media screen and (max-width: 1023px) {
  .l-slider-01 .slide .svgDec {
    right: -16px;
    width: 54px;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .l-slider-01 .slide .svgDec {
    right: 5px;
    width: 9vw;
  }
}
@media screen and (max-width: 700px) {
  .l-slider-01 .slide .svgDec {
    width: 73px;
    height: 63px;
    right: 4px;
    -webkit-transform: translate(0, 100%) scale(0.8);
            transform: translate(0, 100%) scale(0.8);
  }
}
.l-slider-01 .slide .svgDec::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: url(../img/top/heart.webp) no-repeat center center/contain transparent;
  visibility: hidden;
  -webkit-transition: all 0.5s linear 0.5s;
  transition: all 0.5s linear 0.5s;
}
.l-slider-01 .slide .svgDec .svgDecItem {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: stroke-dashoffset 2s ease-out;
  transition: stroke-dashoffset 2s ease-out;
  width: 100%;
  height: 100%;
  -webkit-mask: url(../img/common/dec_heart.svg);
          mask: url(../img/common/dec_heart.svg);
}
.l-slider-01 .slide .svgDec .svgDecItem path {
  stroke-width: 4;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-transition: stroke-dashoffset 5s ease-out 0.5s;
  transition: stroke-dashoffset 5s ease-out 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.l-slider-01 .slide img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.l-blog-01 {
  line-height: 2.8;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .l-blog-01 {
    line-height: 2.4;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 700px) {
  .l-blog-01 {
    font-size: 1.4rem;
  }
}
.l-blog-01 > * {
  margin-top: 25px;
}
@media screen and (max-width: 700px) {
  .l-blog-01 > * {
    margin-top: 10px;
  }
}
.l-blog-01 > *:first-child {
  margin-top: 0;
}
.l-blog-01 h1 + *, .l-blog-01 h2 + *, .l-blog-01 h3 + *, .l-blog-01 h4 + *, .l-blog-01 h5 + *, .l-blog-01 h6 + * {
  margin-top: 14px;
}
@media screen and (max-width: 700px) {
  .l-blog-01 h1 + *, .l-blog-01 h2 + *, .l-blog-01 h3 + *, .l-blog-01 h4 + *, .l-blog-01 h5 + *, .l-blog-01 h6 + * {
    margin-top: 10px;
  }
}
.l-blog-01 h1, .l-blog-01 h2, .l-blog-01 h3, .l-blog-01 h4, .l-blog-01 h5, .l-blog-01 h6 {
  margin-top: 73px;
  font-weight: bold;
  color: #F5A78B;
}
@media screen and (max-width: 700px) {
  .l-blog-01 h1, .l-blog-01 h2, .l-blog-01 h3, .l-blog-01 h4, .l-blog-01 h5, .l-blog-01 h6 {
    margin-top: 30px;
  }
}
.l-blog-01 h1:first-child, .l-blog-01 h2:first-child, .l-blog-01 h3:first-child, .l-blog-01 h4:first-child, .l-blog-01 h5:first-child, .l-blog-01 h6:first-child {
  margin-top: 0;
}
.l-blog-01 h1 {
  font-size: 2.6rem;
}
@media screen and (max-width: 700px) {
  .l-blog-01 h1 {
    font-size: 2.4rem;
  }
}
.l-blog-01 h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 700px) {
  .l-blog-01 h2 {
    font-size: 2.3rem;
  }
}
.l-blog-01 h3 {
  font-size: 2.2rem;
}
@media screen and (max-width: 700px) {
  .l-blog-01 h3 {
    font-size: 2rem;
  }
}
.l-blog-01 h4 {
  font-size: 2rem;
}
@media screen and (max-width: 700px) {
  .l-blog-01 h4 {
    font-size: 1.8rem;
  }
}
.l-blog-01 h5 {
  font-size: 1.8rem;
}
@media screen and (max-width: 700px) {
  .l-blog-01 h5 {
    font-size: 1.6rem;
  }
}
.l-blog-01 ul li {
  padding-left: 15px;
  position: relative;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .l-blog-01 ul li {
    font-size: 1.4rem;
  }
}
.l-blog-01 ul li > p, .l-blog-01 ul li > span {
  font: 1.4rem;
}
@media screen and (max-width: 700px) {
  .l-blog-01 ul li > p, .l-blog-01 ul li > span {
    font-size: 1.41rem;
  }
}
.l-blog-01 ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: #F5A78B;
}
.l-blog-01 table {
  width: 100%;
}
@media screen and (max-width: 700px) {
  .l-blog-01 table {
    display: block;
  }
}
.l-blog-01 table tr:first-child th, .l-blog-01 table tr:first-child td {
  border-top: 1px solid #E6E6E6;
}
@media screen and (max-width: 700px) {
  .l-blog-01 table tr:first-child td {
    border-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .l-blog-01 table tr {
    display: block;
    width: 100%;
  }
}
.l-blog-01 table th, .l-blog-01 table td {
  border: none;
  border-bottom: 1px solid #E6E6E6;
  line-height: 1.5;
  padding-bottom: 25px;
  padding-top: 25px;
}
@media screen and (max-width: 700px) {
  .l-blog-01 table th, .l-blog-01 table td {
    display: block;
    width: 100%;
  }
}
.l-blog-01 table th {
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .l-blog-01 table th {
    border-bottom: 0;
    padding: 15px 5px 3px;
  }
}
@media screen and (max-width: 700px) {
  .l-blog-01 table td {
    padding: 3px 5px 15px;
  }
}
.l-blog-01 a {
  line-height: 1.7;
}
.l-blog-01 .wp-block-buttons {
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .l-blog-01 .wp-block-buttons {
    font-size: 1.5rem;
  }
}
.l-blog-01 .wp-block-buttons .wp-block-button {
  display: inline-block;
}
.l-blog-01 .wp-block-buttons .wp-block-button:hover {
  color: #F5A78B;
}
.l-blog-01 .wp-block-buttons .wp-block-button:hover a {
  opacity: 1;
  color: #F5A78B;
}
.l-blog-01 .wp-block-buttons .wp-block-button__link,
.l-blog-01 .wp-block-buttons a {
  display: inline-block;
  z-index: 1;
  position: relative;
  min-width: 245px;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.l-blog-01 img {
  border-radius: 10px;
}

.wp-pagenavi {
  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;
  position: relative;
  gap: 5px 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 700px) {
  .wp-pagenavi {
    margin-top: 20px;
  }
}
.wp-pagenavi > * {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  border: 1px solid #F5A78B;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .wp-pagenavi > * {
    width: 35px;
    height: 35px;
  }
}
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .extend,
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .extend + .larger {
  display: none;
}
.wp-pagenavi .extend + .larger + .extend {
  display: none;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  overflow: hidden;
  position: relative;
  min-height: inherit;
  color: transparent;
}
.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 15px;
  -webkit-mask-image: url(../img/common/icon_arrow03.svg);
          mask-image: url(../img/common/icon_arrow03.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: #F5A78B;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color: transparent;
  background-color: #F5A78B;
}
.wp-pagenavi .previouspostslink:hover:before,
.wp-pagenavi .nextpostslink:hover:before {
  background-color: #fff;
}
.wp-pagenavi .previouspostslink {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.wp-pagenavi .current {
  background-color: #F5A78B;
  color: #fff;
}
.wp-pagenavi a {
  position: relative;
  border-radius: 100px;
  background-color: #fff;
  color: #F5A78B;
}
.wp-pagenavi a:hover {
  opacity: 1;
  background-color: #F5A78B;
  color: #fff;
}

.l-icon-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 818px;
  margin-inline: auto;
}
@media screen and (max-width: 700px) {
  .l-icon-01 {
    gap: 10px;
  }
}
.l-icon-01 li a {
  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: 30px 10px 10px;
  border-radius: 25px;
  background-color: #fff;
}
.l-icon-01 li .figure {
  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;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 700px) {
  .l-icon-01 li .figure {
    width: 30px;
    height: 30px;
  }
}
.l-icon-01 li .ttl {
  margin-top: 14px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  font-weight: 600;
}
@media screen and (max-width: 700px) {
  .l-icon-01 li .ttl {
    font-size: 1.5rem;
  }
}

.m-icon-01.color-gray::before {
  background-color: #F7F5F5;
}
.m-icon-01.icon-insta::before {
  background-size: 20px 20px;
  background-image: url(../img/common/icon_insta.svg);
}
.m-icon-01.icon-youtube::before {
  background-size: 21px 15px;
  background-image: url(../img/common/icon_youtube.svg);
}
.m-icon-01.icon-line::before {
  background-size: 21px 21px;
  background-image: url(../img/common/icon_line.svg);
}
.m-icon-01.icon-cross::before {
  background-size: 12px 12px;
  background-image: url(../img/common/icon_cross.svg);
}
@media screen and (max-width: 700px) {
  .m-icon-01.icon-cross::before {
    background-size: 12px 12px;
  }
}
.m-icon-01::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: no-repeat center center/contain #ccc;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.m-icon-02.color-font::before {
  background-color: #888282;
}
.m-icon-02.color-gray::before {
  background-color: #C4C4C4;
}
.m-icon-02.icon-insta::before {
  width: 20px;
  height: 20px;
  -webkit-mask-image: url(../img/common/icon_insta.svg);
          mask-image: url(../img/common/icon_insta.svg);
}
.m-icon-02.icon-youtube::before {
  width: 21px;
  height: 15px;
  -webkit-mask-image: url(../img/common/icon_youtube.svg);
          mask-image: url(../img/common/icon_youtube.svg);
}
.m-icon-02.icon-line::before {
  width: 24px;
  height: 24px;
  -webkit-mask-image: url(../img/common/icon_line.svg);
          mask-image: url(../img/common/icon_line.svg);
}
.m-icon-02.icon-cross::before {
  width: 12px;
  height: 12px;
  -webkit-mask-image: url(../img/common/icon_cross01.svg);
          mask-image: url(../img/common/icon_cross01.svg);
}
.m-icon-02.icon-external::before {
  width: 9px;
  height: 9px;
  -webkit-mask-image: url(../img/common/icon_external.svg);
          mask-image: url(../img/common/icon_external.svg);
}
.m-icon-02::before {
  content: "";
  display: block;
  background-color: #fff;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

.m-dl-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 242px 40px 1fr;
  grid-template-columns: 242px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .m-dl-01 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.m-dl-01 + .m-dl-01 {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .m-dl-01 + .m-dl-01 {
    margin-top: 30px;
  }
}
.m-dl-01 dt {
  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;
}
@media screen and (max-width: 1023px) {
  .m-dl-01 dt {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.m-dl-01 dt .date {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: 0.09em;
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .m-dl-01 dt .date {
    margin-right: 10px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 700px) {
  .m-dl-01 dd .ttl {
    font-size: 1.3rem;
  }
}
.m-dl-01.archive {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 0;
  border-bottom: 1px solid #E7E2E4;
}
.m-dl-01.archive .m-tag-02 {
  color: #F5A78B;
  border-color: #F5A78B;
}
@media screen and (max-width: 700px) {
  .m-dl-01.archive {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.m-dl-01.archive:first-of-type {
  border-top: 1px solid #E7E2E4;
}

.m-dl-02 dt {
  margin-bottom: 17px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.09em;
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .m-dl-02 dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
.m-dl-02 dd .m-tag-02 {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1023px) {
  .m-dl-02 dd .m-tag-02 {
    margin-bottom: 8px;
    font-size: 1.2rem;
  }
}
.m-dl-02 dd .ttl {
  display: block;
  margin-top: 10px;
  font-size: 2.4rem;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 1023px) {
  .m-dl-02 dd .ttl {
    margin-top: 5px;
    font-size: 2rem;
  }
}

.m-dl-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  .m-dl-03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.m-dl-03 + .m-dl-03 {
  margin-top: 40px;
}
@media screen and (max-width: 700px) {
  .m-dl-03 + .m-dl-03 {
    margin-top: 20px;
  }
}
.m-dl-03 dt {
  margin-right: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.09em;
  opacity: 0.7;
}
.m-dl-03 dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: underline;
}
.m-dl-03 dd .ttl {
  letter-spacing: 0.1em;
}
.m-dl-03 dd .ttl.nolink {
  font-size: 1.5rem;
  opacity: 0.7;
}

.m-tag-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 17px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .m-tag-01 {
    gap: 0 7px;
    font-size: 1.3rem;
  }
}
.m-tag-01 .logo {
  width: 93px;
}
@media screen and (max-width: 700px) {
  .m-tag-01 .logo {
    width: 77px;
  }
}

.m-tag-02 {
  display: inline-block;
  min-width: 117px;
  padding: 5px 10px;
  border-radius: 100px;
  border: 1px solid #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .m-tag-02 {
    min-width: 95px;
    padding: 4px 10px;
    font-size: 1.3rem;
  }
}
.m-tag-02.color-base {
  border-color: #F5A78B;
  color: #F5A78B;
}

.m-ttl-01 {
  position: relative;
}
.m-ttl-01 .ruby {
  position: absolute;
  top: 0;
  left: -80px;
  -webkit-transform: translate(0, -64%);
          transform: translate(0, -64%);
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .m-ttl-01 .ruby {
    -webkit-transform: translate(0, -69%);
            transform: translate(0, -69%);
  }
}
.js-scroll .m-ttl-01 .ruby {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.js-scroll .m-ttl-01 .ruby::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #fff;
  left: 0;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  z-index: 1;
}
.js-scroll .m-ttl-01 .ruby::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.is-scrolled .m-ttl-01 .ruby {
  opacity: 1;
}
.is-scrolled .m-ttl-01 .ruby::after, .is-scrolled .m-ttl-01 .ruby::before {
  left: 100%;
}
@media screen and (max-width: 1260px) {
  .m-ttl-01 .ruby {
    left: -30px;
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
}
@media screen and (max-width: 700px) {
  .m-ttl-01 .ruby {
    left: -18px;
  }
}
.m-ttl-01 .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1260px) {
  .m-ttl-01 .ttl {
    font-size: 2.4rem;
  }
}
.js-scroll .m-ttl-01 .ttl {
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.is-scrolled .m-ttl-01 .ttl {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 700px) {
  .m-ttl-01 .ttl {
    font-size: 2rem;
    letter-spacing: 0.09em;
  }
}
#promise .m-ttl-01 .ruby {
  width: 320px;
}
@media screen and (max-width: 1260px) {
  #promise .m-ttl-01 .ruby {
    width: 275px;
  }
}
#promise .m-ttl-01 .ruby::after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#promise .m-ttl-01 .ttl {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#product .m-ttl-01 .ruby {
  width: 218px;
  top: -10px;
  left: -91px;
}
@media screen and (max-width: 1260px) {
  #product .m-ttl-01 .ruby {
    width: 163.5px;
    top: -7.5px;
    left: -20px;
  }
}
#product .m-ttl-01 .ruby::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background-color: #F7F5F5;
  border-top-left-radius: 130px;
  top: 10px;
}
#product .m-ttl-01 .ruby::before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#product .m-ttl-01 .ttl {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#topics .m-ttl-01 {
  margin-left: -10px;
}
@media screen and (max-width: 1260px) {
  #topics .m-ttl-01 .ruby {
    width: 124px;
  }
}
#topics .m-ttl-01 .ruby::after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background-color: #F5A78B;
  border-top-left-radius: 130px;
  top: 10px;
}
#topics .m-ttl-01 .ruby::before {
  background-color: #F5A78B;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#topics .m-ttl-01 .ttl {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#aboutus .m-ttl-01 .ruby {
  width: 216px;
  margin-left: 31px;
}
@media screen and (max-width: 1260px) {
  #aboutus .m-ttl-01 .ruby {
    width: 162px;
    margin-left: 10px;
  }
}
#aboutus .m-ttl-01 .ruby::after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
#aboutus .m-ttl-01 .ttl {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.m-ttl-02 {
  text-align: center;
}
.m-ttl-02 .ruby {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 700px) {
  .m-ttl-02 .ruby {
    margin-bottom: 6px;
  }
}
.m-ttl-02 .ruby img {
  margin-inline: auto;
}
.m-ttl-02 .ttl {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .m-ttl-02 .ttl {
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
}

.m-ttl-03 {
  position: relative;
}
@media screen and (max-width: 700px) {
  .m-ttl-03 {
    padding-left: 10px;
  }
}
.m-ttl-03.style-contact .ruby {
  left: -76px;
  -webkit-transform: translate(0, -70%);
          transform: translate(0, -70%);
}
@media screen and (max-width: 1260px) {
  .m-ttl-03.style-contact .ruby {
    left: -30px;
    -webkit-transform: translate(0, -80%);
            transform: translate(0, -80%);
  }
}
@media screen and (max-width: 1023px) {
  .m-ttl-03.style-contact .ruby {
    height: 80px;
  }
}
@media screen and (max-width: 700px) {
  .m-ttl-03.style-contact .ruby {
    -webkit-transform: translate(20px, -80%);
            transform: translate(20px, -80%);
  }
}
.m-ttl-03.style-contact .ttl {
  padding-left: 52px;
}
@media screen and (max-width: 1023px) {
  .m-ttl-03.style-contact .ttl {
    padding-left: 30px;
  }
}
@media screen and (max-width: 700px) {
  .m-ttl-03.style-contact .ttl {
    padding-left: 40px;
  }
}
.m-ttl-03 .ruby {
  position: absolute;
  top: 0;
  left: -116px;
  -webkit-transform: translate(0, -49%);
          transform: translate(0, -49%);
}
@media screen and (max-width: 1260px) {
  .m-ttl-03 .ruby {
    left: -56px;
    -webkit-transform: translate(0, -79%);
            transform: translate(0, -79%);
  }
}
@media screen and (max-width: 1023px) {
  .m-ttl-03 .ruby {
    left: -20px;
    -webkit-transform: translate(0, -90%);
            transform: translate(0, -90%);
    height: 53px;
  }
  .m-ttl-03 .ruby img {
    height: 100%;
    width: auto;
  }
}
.m-ttl-03 .ttl {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 700px) {
  .m-ttl-03 .ttl {
    font-size: 1.8rem;
  }
}

.m-ttl-04 {
  text-align: center;
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.m-hr-01 {
  margin: 64px 0 36px;
  border: none;
  border-top: 1px solid #E7E2E4;
}
@media screen and (max-width: 700px) {
  .m-hr-01 {
    margin: 44px 0 36px;
  }
}

.m-btn-01 a, .l-blog-01 .wp-block-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 10px 60px 10px 40px;
  border: 1px solid #E3E3E3;
  border-radius: 100px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 700px) {
  .m-btn-01 a, .l-blog-01 .wp-block-buttons a {
    padding: 13px 40px 15px 30px;
  }
}
.m-btn-01 a::before, .l-blog-01 .wp-block-buttons a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/common/icon_arrow01.svg) no-repeat center center/contain transparent;
}
.m-btn-01 .m-icon-02, .l-blog-01 .wp-block-buttons .m-icon-02 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-btn-02 {
  font-weight: bold;
}
.m-btn-02 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  font-weight: bold;
}
.m-btn-02 a::after {
  content: "";
  width: 78px;
  height: 78px;
  margin-left: 15px;
  background: url(../img/common/icon_arrow02.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 700px) {
  .m-btn-02 a::after {
    width: 60px;
    height: 60px;
  }
}

.m-btn-03 a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 1fr;
  grid-template-columns: 290px 1fr;
  overflow: hidden;
  position: relative;
  border-radius: 22px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .m-btn-03 a {
    -ms-grid-columns: 180px 1fr;
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (max-width: 428px) {
  .m-btn-03 a {
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
}
.m-btn-03 a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  background: url(../img/common/icon_arrow02.svg) no-repeat center center/contain transparent;
}
@media screen and (max-width: 700px) {
  .m-btn-03 a::after {
    right: 10px;
    width: 36px;
    height: 36px;
  }
}
.m-btn-03 a .figure {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  padding-right: 30px;
}
@media screen and (max-width: 428px) {
  .m-btn-03 a .figure {
    padding-right: 15px;
  }
}
.m-btn-03 a .figure::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 70px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 100%;
  height: 180%;
  background: url(../img/common/wave_bg.svg) no-repeat center left/contain transparent;
}
@media screen and (max-width: 700px) {
  .m-btn-03 a .figure::before {
    right: 35px;
    height: 140%;
  }
}
.m-btn-03 a .figure img {
  max-width: 80px;
}
@media screen and (max-width: 700px) {
  .m-btn-03 a .figure img {
    max-width: 60px;
  }
}
.m-btn-03 a .summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  padding: 60px 86px 60px 26px;
  background-color: #F5A78B;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  /*
  &::before{
      content: "";
      position: absolute;
      top: 50%;
      left: -60px;
      transform: translate(0, -50%);
      width: 100%;
      height: 180%;
      background: url(../img/common/wave_bg.svg) no-repeat center left / contain transparent;
  }
  */
}
@media screen and (max-width: 700px) {
  .m-btn-03 a .summary {
    padding: 20px 50px 20px 19.5px;
  }
}
.m-btn-03 a .summary .ttl {
  position: relative;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 3.1rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 700px) {
  .m-btn-03 a .summary .ttl {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
.m-btn-03 a .summary .ruby {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .m-btn-03 a .summary .ruby {
    font-size: 1.4rem;
  }
}

.wave {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
  pointer-events: none;
}
.is-load .wave {
  opacity: 1;
  will-change: opacity;
}
.wave path {
  will-change: transform;
}

.modaal-container {
  border-radius: 28px;
}
.modaal-container .modaal-content-container {
  padding: 60px;
}
@media screen and (max-width: 700px) {
  .modaal-container .modaal-content-container {
    padding: 20px;
  }
}
.modaal-container .modaal-content-container .m-tag-01 {
  margin-bottom: 20px;
}
.modaal-container .modaal-content-container .m-btn-01, .modaal-container .modaal-content-container .l-blog-01 .wp-block-buttons, .l-blog-01 .modaal-container .modaal-content-container .wp-block-buttons {
  margin-top: 30px;
  text-align: center;
}

#promiseFix {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  cursor: none;
}
.is-promisevisible #promiseFix {
  visibility: visible;
}
@media screen and (min-width: 701px) {
  .is-promisevisible #promiseFix {
    pointer-events: none;
  }
}

.sec-mainvisual {
  position: relative;
}
@media screen and (max-width: 700px) {
  .sec-mainvisual {
    overflow: hidden;
  }
}
.sec-mainvisual .visual-wrap {
  z-index: 1;
  position: relative;
}
.sec-mainvisual .visual-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 812px 1fr;
  grid-template-columns: 812px 1fr;
  position: relative;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  padding: 0;
}
@media screen and (min-width: 1801px) {
  .sec-mainvisual .visual-inner {
    -ms-grid-columns: 62% 38%;
    grid-template-columns: 62% 38%;
  }
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .visual-inner {
    -ms-grid-columns: 60% 40%;
    grid-template-columns: 60% 40%;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .sec-mainvisual .visual-inner {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .sec-mainvisual .visual-inner {
    -ms-grid-columns: 57% 43%;
    grid-template-columns: 57% 43%;
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner {
    display: block;
    width: 100%;
    height: auto;
  }
}
.sec-mainvisual .visual-inner .figure-wrap {
  position: relative;
  padding-top: 60px;
  padding-left: 80px;
  opacity: 0;
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .visual-inner .figure-wrap {
    padding-left: 3vw;
    padding-right: 6vw;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .sec-mainvisual .visual-inner .figure-wrap {
    padding-right: 8vw;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .sec-mainvisual .visual-inner .figure-wrap {
    padding-top: 17vw;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner .figure-wrap {
    padding-top: 110px;
    padding-left: 0;
    padding-right: 0;
  }
}
.is-load .sec-mainvisual .visual-inner .figure-wrap {
  -webkit-animation: loadOpacityFigure 0.7s linear forwards 1.5s;
          animation: loadOpacityFigure 0.7s linear forwards 1.5s;
}
@-webkit-keyframes loadOpacityFigure {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadOpacityFigure {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sec-mainvisual .visual-inner .figure-wrap .l-slider-01 {
  position: sticky;
  top: calc((100vh - 570px) / 2);
}
@media screen and (min-width: 1601px) {
  .sec-mainvisual .visual-inner .figure-wrap .l-slider-01 {
    top: calc((100vh - 608px) / 2);
  }
}
@media screen and (min-height: 1201px) {
  .sec-mainvisual .visual-inner .figure-wrap .l-slider-01 {
    top: 180px;
  }
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .visual-inner .figure-wrap .l-slider-01 {
    top: calc((100vh - 44vw) / 2);
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .sec-mainvisual .visual-inner .figure-wrap .l-slider-01 {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
    width: 70vw;
    height: 70vw;
    padding-top: 0;
    margin-inline: auto;
    max-width: 95vw;
    max-height: 95vw;
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner .figure-wrap .l-slider-01 {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    width: 375px;
    height: 375px;
    padding-top: 0;
    margin-inline: auto;
    max-width: 95vw;
    max-height: 95vw;
  }
}
.sec-mainvisual .visual-inner .detail-wrap {
  position: relative;
  padding-top: calc(100vh - 190px);
  color: #fff;
  padding-bottom: 150px;
}
@media screen and (min-height: 1201px) {
  .sec-mainvisual .visual-inner .detail-wrap {
    padding-top: 800px;
  }
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .visual-inner .detail-wrap {
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .sec-mainvisual .visual-inner .detail-wrap {
    padding-top: calc(100vh - 110px);
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .sec-mainvisual .visual-inner .detail-wrap {
    max-width: 310px;
    margin-inline: auto;
    padding-top: 10vw;
    margin-top: 74px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner .detail-wrap {
    max-width: 310px;
    margin-inline: auto;
    margin-top: 74px;
    padding-top: 0;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}
.sec-mainvisual .visual-inner .detail-wrap::before {
  display: none;
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  -o-border-image: linear-gradient(#F5A78B, #F5A78B) 0//0 100vw;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#F5A78B), to(#F5A78B)) fill 0//0 100vw;
     border-image: linear-gradient(#F5A78B, #F5A78B) fill 0//0 100vw;
}
.sec-mainvisual .visual-inner .detail-wrap > * {
  z-index: 1;
  position: relative;
}
.sec-mainvisual .visual-inner .detail-wrap .ttl {
  position: relative;
  margin-bottom: 69px;
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .visual-inner .detail-wrap .ttl {
    margin-bottom: 5vw;
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner .detail-wrap .ttl {
    margin-bottom: 42px;
  }
}
.sec-mainvisual .visual-inner .detail-wrap .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0) scale(0.7);
          transform: translate(0, 0) scale(0.7);
  width: 60px;
  height: 48px;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  background: url(../img/top/mv_catch_dec.svg) no-repeat center center/contain transparent;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  .sec-mainvisual .visual-inner .detail-wrap .ttl::before {
    width: 40px;
    height: 32px;
  }
}
.sec-mainvisual .visual-inner .detail-wrap .ttl .ttlimgBox {
  position: relative;
  max-width: 20vw;
  padding-top: 2px;
  padding-left: 2px;
  overflow: visible;
}
@media screen and (min-width: 1601px) {
  .sec-mainvisual .visual-inner .detail-wrap .ttl .ttlimgBox {
    max-width: 350px;
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .visual-inner .detail-wrap .ttl .ttlimgBox {
    width: 280px;
    max-width: 28vw;
  }
}
@media screen and (max-width: 1023px) and (orientation: landscape) {
  .sec-mainvisual .visual-inner .detail-wrap .ttl .ttlimgBox {
    max-width: 25vw;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .sec-mainvisual .visual-inner .detail-wrap .ttl .ttlimgBox {
    max-width: 32vw;
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner .detail-wrap .ttl .ttlimgBox {
    width: 238px;
    max-width: 70vw;
  }
}
.sec-mainvisual .visual-inner .detail-wrap .ttl .ttlimgBox img {
  width: 100%;
  opacity: 0;
}
.sec-mainvisual .visual-inner .detail-wrap .ttl .ttlimgBox .ttlimg_suki {
  position: absolute;
  left: 2px;
  top: 1px;
  width: 25.5%;
}
.sec-mainvisual .visual-inner .detail-wrap .detail {
  line-height: 3.2;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
}
.sec-mainvisual .visual-inner .detail-wrap .detail span {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .sec-mainvisual .visual-inner .detail-wrap .detail span {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(1) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(2) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(3) {
  -webkit-transition-delay: 0.54s;
          transition-delay: 0.54s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(4) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(5) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(6) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(7) {
  -webkit-transition-delay: 1.26s;
          transition-delay: 1.26s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(8) {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(9) {
  -webkit-transition-delay: 1.62s;
          transition-delay: 1.62s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(10) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(11) {
  -webkit-transition-delay: 1.98s;
          transition-delay: 1.98s;
}
.sec-mainvisual .visual-inner .detail-wrap .detail.is-scrolled span:nth-of-type(12) {
  -webkit-transition-delay: 2.16s;
          transition-delay: 2.16s;
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .visual-inner .detail-wrap .detail {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner .detail-wrap .detail {
    line-height: 2.7;
  }
}
.sec-mainvisual .visual-inner .detail-wrap .detail .longbr {
  display: inline-block;
  margin-top: 60px;
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner .detail-wrap .detail .longbr {
    margin-top: 42px;
  }
}
.sec-mainvisual .visual-inner .detail-wrap .detail .longbr:first-child {
  margin-top: 0;
}
.is-load .sec-mainvisual .visual-inner .detail-wrap .ttlimgBox .ttlimg {
  -webkit-animation: loadOpacityDetail 0.3s linear forwards 3.2s;
          animation: loadOpacityDetail 0.3s linear forwards 3.2s;
}
.is-load .sec-mainvisual .visual-inner .detail-wrap .ttlimgBox .ttlimg_suki {
  -webkit-animation: loadOpacityDetail_suki 0.8s ease-in-out forwards 3.4s;
          animation: loadOpacityDetail_suki 0.8s ease-in-out forwards 3.4s;
}
.is-load .sec-mainvisual .visual-inner .detail-wrap .ttl::before {
  -webkit-transition: all 0.5s ease-in-out 3.2s;
  transition: all 0.5s ease-in-out 3.2s;
  opacity: 1;
  -webkit-transform: translate(-74%, -95%);
          transform: translate(-74%, -95%);
}
@-webkit-keyframes loadOpacityDetail {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes loadOpacityDetail {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes loadOpacityDetail_suki {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(2px);
            transform: scale(0.8) translateY(2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-3px);
            transform: scale(1) translateY(-3px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes loadOpacityDetail_suki {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(2px);
            transform: scale(0.8) translateY(2px);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-3px);
            transform: scale(1) translateY(-3px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.sec-mainvisual .visual-inner .sns-wrap {
  display: -ms-grid;
  display: grid;
  gap: 26px;
  position: absolute;
  top: calc(50vh - 10px);
  right: 50%;
  -webkit-transform: translateX(50vw) translateX(-50px);
          transform: translateX(50vw) translateX(-50px);
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .visual-inner .sns-wrap {
    top: calc(50vh - 10px);
    right: -20px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .visual-inner .sns-wrap {
    right: -10px;
  }
}
.sec-mainvisual .bg-wrap {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sec-mainvisual .bg-wrap .bg-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.sec-mainvisual .bg-wrap .bg-inner::before {
  display: none;
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 200%;
  background-color: #F5A78B;
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .bg-wrap .bg-inner::before {
    display: block;
  }
}
.is-load .sec-mainvisual .bg-wrap .bg-inner {
  -webkit-animation: loadBg 1.7s ease-in-out forwards;
          animation: loadBg 1.7s ease-in-out forwards;
}
@-webkit-keyframes loadBg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  60% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes loadBg {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  60% {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.sec-mainvisual .bg {
  z-index: -1;
  position: absolute;
  top: 380px;
  left: 50%;
  width: 200vw;
  height: 100%;
  -webkit-transform: translateX(-50%) rotate(-23deg);
          transform: translateX(-50%) rotate(-23deg);
  pointer-events: none;
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .bg {
    top: 20vw;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .sec-mainvisual .bg {
    top: 50vw;
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .bg {
    top: 400px;
    width: 280vw;
    -webkit-transform: translateX(-50%) rotate(-30deg);
            transform: translateX(-50%) rotate(-30deg);
  }
}
@media screen and (max-width: 500px) {
  .sec-mainvisual .bg {
    top: 87vw;
  }
}
.sec-mainvisual .bg .wave {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  .sec-mainvisual .bg .wave {
    left: 55%;
  }
}
@media screen and (max-width: 700px) {
  .sec-mainvisual .bg .wave {
    left: 65%;
    width: 280vw;
  }
}
.sec-mainvisual .bg .wave path {
  width: 100%;
}
.sec-mainvisual .bg .wave01 {
  z-index: 1;
}
.sec-mainvisual .bg .wave02 {
  z-index: 0;
}

.sec-topabout {
  overflow: hidden;
  z-index: 1;
  position: relative;
  margin-top: -1px;
}
@media screen and (max-width: 700px) {
  .sec-topabout {
    overflow: visible;
    background-color: #F5A78B;
  }
}
.sec-topabout .about-wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap {
    padding: 0;
  }
}
.sec-topabout .about-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  width: 100%;
  height: 130%;
  -o-border-image: linear-gradient(#F5A78B, #F5A78B) 0//0 50vw;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#F5A78B), to(#F5A78B)) fill 0//0 50vw;
     border-image: linear-gradient(#F5A78B, #F5A78B) fill 0//0 50vw;
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap::before {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.sec-topabout .about-wrap::after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  left: -2.5%;
  width: 113.5%;
  height: 100%;
  -webkit-mask: url(../img/top/about_bg.svg);
          mask: url(../img/top/about_bg.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap::after {
    left: 0;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap::after {
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    -webkit-mask: url(../img/top/about_bg_sp.svg);
            mask: url(../img/top/about_bg_sp.svg);
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
  }
}
.sec-topabout .about-wrap .about-inner {
  z-index: 1;
  position: relative;
  -webkit-transform: translateX(120px);
          transform: translateX(120px);
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .about-inner {
    -webkit-transform: translateX(7%);
            transform: translateX(7%);
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .sec-topabout .about-wrap .about-inner {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .about-inner {
    padding-top: 18vw;
    padding-bottom: 23vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.sec-topabout .about-wrap .about-inner::before, .sec-topabout .about-wrap .about-inner::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: -2.5%;
  width: 113.5%;
  height: 100%;
  -webkit-mask: url(../img/top/about_bg.svg);
          mask: url(../img/top/about_bg.svg);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  -webkit-mask-position: 0px 0px;
          mask-position: 0px 0px;
}
@media screen and (min-width: 1801px) {
  .sec-topabout .about-wrap .about-inner::before, .sec-topabout .about-wrap .about-inner::after {
    left: 0;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
  }
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .about-inner::before, .sec-topabout .about-wrap .about-inner::after {
    left: 0;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
@media screen and (max-width: 850px) {
  .sec-topabout .about-wrap .about-inner::before, .sec-topabout .about-wrap .about-inner::after {
    -webkit-mask-image: url(../img/top/about_bg_tb.svg);
            mask-image: url(../img/top/about_bg_tb.svg);
    -webkit-mask-size: auto 100%;
            mask-size: auto 100%;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .about-inner::before, .sec-topabout .about-wrap .about-inner::after {
    width: 100vw;
    height: 23vw;
    top: 0;
    -webkit-mask: url(../img/top/about_bg_sp.svg);
            mask: url(../img/top/about_bg_sp.svg);
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .about-inner::after {
    top: auto;
    bottom: 0;
    -webkit-mask-position: 0 bottom;
            mask-position: 0 bottom;
  }
}
.sec-topabout .about-wrap .about-inner > * {
  z-index: 1;
  position: relative;
}
.sec-topabout .about-wrap .detail-wrap {
  max-width: 544px;
  margin-inline: auto;
  padding-top: 70px;
  padding-bottom: 180px;
  -webkit-transform: translateX(160px);
          transform: translateX(160px);
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .detail-wrap {
    -webkit-transform: translateX(26%);
            transform: translateX(26%);
    max-width: 55vw;
  }
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .detail-wrap {
    padding: 85px 0 150px;
    -webkit-transform: translateX(16%);
            transform: translateX(16%);
    max-width: 423px;
    -webkit-transform: translateX(23%);
            transform: translateX(23%);
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .detail-wrap {
    padding: 100px 20px;
    max-width: 100vw;
    background-color: #fff;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    text-align: center;
  }
}
.sec-topabout .about-wrap .detail-wrap > * {
  z-index: 1;
  position: relative;
}
.sec-topabout .about-wrap .detail-wrap .logo {
  margin-bottom: 70px;
  margin-left: 43px;
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .detail-wrap .logo {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .detail-wrap .logo {
    max-width: 80px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .detail-wrap .logo {
    max-width: 71px;
    margin-inline: auto;
    margin-bottom: 27px;
  }
}
.sec-topabout .about-wrap .detail-wrap .ttl {
  margin-bottom: 24px;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .detail-wrap .ttl {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
.sec-topabout .about-wrap .detail-wrap .detail {
  line-height: 2.6;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .detail-wrap .detail {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .detail-wrap .detail {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .detail-wrap .detail {
    word-break: keep-all;
    word-wrap: break-word;
    line-height: 2.5;
  }
}
.sec-topabout .about-wrap .detail-wrap .detail > * {
  margin-top: 42px;
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .detail-wrap .detail > * {
    margin-top: 33px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .detail-wrap .detail > * {
    margin-top: 33px;
  }
}
.sec-topabout .about-wrap .detail-wrap .detail > *:first-child {
  margin-top: 0;
}
.sec-topabout .about-wrap .dec {
  position: absolute;
}
.sec-topabout .about-wrap .dec.dec01 {
  top: 50%;
  left: 0;
  -webkit-transform: translate(-33%, -60%);
          transform: translate(-33%, -60%);
  max-width: 534px;
  line-height: 0;
  -webkit-mask-image: url(../img/top/umi-clip.svg);
          mask-image: url(../img/top/umi-clip.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .dec.dec01 {
    max-width: 40vw;
    -webkit-transform: translate(-33%, -70%);
            transform: translate(-33%, -70%);
  }
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .dec.dec01 {
    top: 40%;
    max-width: 45vw;
    -webkit-transform: translate(-36%, -70%);
            transform: translate(-36%, -70%);
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .dec.dec01 {
    max-width: 82vw;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -43%);
            transform: translate(-50%, -43%);
    width: 340px;
    -webkit-mask-image: url(../img/top/umi-clip-sm.svg);
            mask-image: url(../img/top/umi-clip-sm.svg);
    pointer-events: none;
  }
}
.sec-topabout .about-wrap .dec.dec02 {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(24%, 33%);
          transform: translate(24%, 33%);
  max-width: 480px;
  line-height: 0;
  -webkit-mask-image: url(../img/top/about2-clip.svg);
          mask-image: url(../img/top/about2-clip.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .dec.dec02 {
    max-width: 35vw;
    -webkit-transform: translate(-6%, 33%);
            transform: translate(-6%, 33%);
  }
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .dec.dec02 {
    -webkit-transform: translate(11%, 50%);
            transform: translate(11%, 50%);
    max-width: 48vw;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .dec.dec02 {
    -webkit-transform: translate(11%, 40%);
            transform: translate(11%, 40%);
    max-width: 65vw;
    width: 400px;
  }
}
.sec-topabout .about-wrap .movie {
  position: relative;
  max-width: 948px;
  margin: 126px auto 0;
  line-height: 0;
}
@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .movie {
    max-width: 72%;
    margin: 166px auto 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .movie {
    margin-top: 0;
    max-width: 85%;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .movie {
    max-width: 96%;
    padding-bottom: 150px;
    height: auto;
    margin-top: 0;
  }
}
.sec-topabout .about-wrap .movie video {
  line-height: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sec-topabout .about-wrap .movie.is-scrolled video {
  opacity: 1;
}
.sec-topabout .about-wrap .about-inner::before, .sec-topabout .about-wrap .about-inner::after {
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .about-inner::before, .sec-topabout .about-wrap .about-inner::after {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 0;
            transition-duration: 0;
  }
}
.sec-topabout .about-wrap .detail-wrap .logo,
.sec-topabout .about-wrap .detail-wrap .ttl {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s ease-in-out 0.3s;
  transition: all 0.7s ease-in-out 0.3s;
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .detail-wrap .logo,
  .sec-topabout .about-wrap .detail-wrap .ttl {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}
.sec-topabout .about-wrap .detail-wrap .ttl {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .detail-wrap .ttl {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
.sec-topabout .about-wrap .detail-wrap .detail {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out 0.7s;
  transition: all 0.7s ease-in-out 0.7s;
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .detail-wrap .detail {
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
  }
}
.sec-topabout .about-wrap .dec01 {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out 1.2s;
  transition: all 0.7s ease-in-out 1.2s;
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .dec01 {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
}
.sec-topabout .about-wrap .dec02 {
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out 1.6s;
  transition: all 0.7s ease-in-out 1.6s;
}
.sec-topabout.is-scrolled .about-wrap .about-inner::before, .sec-topabout.is-scrolled .about-wrap .about-inner::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.sec-topabout.is-scrolled .about-wrap .detail-wrap .logo,
.sec-topabout.is-scrolled .about-wrap .detail-wrap .ttl,
.sec-topabout.is-scrolled .about-wrap .detail-wrap .detail {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.sec-topabout.is-scrolled .about-wrap .dec01,
.sec-topabout.is-scrolled .about-wrap .dec02 {
  opacity: 1;
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes fadein1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@keyframes fadein1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.5;
  }
}
@-webkit-keyframes fadeinActive1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinActive1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeinActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinActive {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec-toppromise {
  overflow: hidden;
  z-index: 2;
  position: relative;
  margin-top: -80px;
  padding-top: 32vw;
}
@media screen and (max-width: 1260px) {
  .sec-toppromise {
    margin-top: -80px;
  }
}
@media screen and (max-width: 1023px) {
  .sec-toppromise {
    padding-top: 37vw;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise {
    margin-top: -100px;
    padding-top: 55vw;
  }
}
.sec-toppromise::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  -o-border-image: linear-gradient(#F5A78B, #F5A78B) 0//0 100vw;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#F5A78B), to(#F5A78B)) fill 0//0 100vw;
     border-image: linear-gradient(#F5A78B, #F5A78B) fill 0//0 100vw;
  pointer-events: none;
}
.sec-toppromise .promise-inner {
  z-index: 2;
  position: relative;
  padding-bottom: 170px;
}
@media screen and (max-width: 1260px) {
  .sec-toppromise .promise-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.sec-toppromise .promise-inner::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 19vw;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
  -o-border-image: linear-gradient(#fff, #fff) 0//0 100vw;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) fill 0//0 100vw;
     border-image: linear-gradient(#fff, #fff) fill 0//0 100vw;
  pointer-events: none;
}
@media screen and (max-width: 1260px) {
  .sec-toppromise .promise-inner::before {
    top: 20%;
  }
}
@media screen and (max-width: 1023px) {
  .sec-toppromise .promise-inner::before {
    top: 20vw;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner::before {
    top: 59px;
    height: 130%;
  }
}
.sec-toppromise .promise-inner > * {
  z-index: 2;
  position: relative;
}
.sec-toppromise .promise-inner .m-ttl-01 {
  margin-bottom: 29px;
}
@media screen and (max-width: 1260px) {
  .sec-toppromise .promise-inner .m-ttl-01 {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .m-ttl-01 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .m-ttl-01 .ruby {
    max-width: 210px;
  }
}
.sec-toppromise .promise-inner .detail-wrap {
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: 0.07em;
  padding-bottom: 30px;
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .detail-wrap {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    padding-bottom: 50px;
  }
}
.sec-toppromise .promise-inner .detail-wrap > * {
  margin-top: 30px;
}
.sec-toppromise .promise-inner .detail-wrap > *:first-child {
  margin-top: 0;
}
.sec-toppromise .promise-inner .promise-detail {
  position: relative;
  width: 616px;
  height: 616px;
  margin-top: 10.5%;
  margin-inline: auto;
  will-change: transform;
}
@media screen and (max-width: 1260px) {
  .sec-toppromise .promise-inner .promise-detail {
    margin-top: 15%;
    width: 520px;
    height: 520px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail {
    margin-top: 24%;
    width: 400px;
    height: 400px;
    max-width: 77vw;
    max-height: 77vw;
  }
}
@media screen and (max-width: 350px) {
  .sec-toppromise .promise-inner .promise-detail {
    max-width: 80vw;
    max-height: 80vw;
  }
}
.sec-toppromise .promise-inner .promise-detail::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
  width: 110px;
  height: 126px;
  background: url(../img/common/logo02.svg) no-repeat center center/contain transparent;
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 30%;
    height: 20vw;
    max-width: 103px;
  }
}
@media screen and (max-width: 450px) {
  .sec-toppromise .promise-inner .promise-detail::before {
    width: 20vw;
  }
}
.sec-toppromise .promise-inner .promise-detail::after {
  display: block;
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(10deg);
          transform: translate(-50%, -50%) rotate(10deg);
  width: 100%;
  height: 100%;
  background: url(../img/top/promise_bg0.svg) no-repeat center center/contain transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 0.5s;
  transition: opacity 0.3s linear 0.5s;
}
.sec-toppromise .promise-inner .promise-detail.is-inview::before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.sec-toppromise .promise-inner .promise-detail.is-inview::after {
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out 1.6s;
  transition: all 0.7s ease-in-out 1.6s;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.sec-toppromise .promise-inner .promise-detail.is-inview .promise-wrap {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.7s ease-in-out 0.8s;
  transition: all 0.7s ease-in-out 0.8s;
}
.sec-toppromise .promise-inner .promise-detail.is-inview .promise-wrap .detail-wrap .detail-inner .detail-inner-inner {
  opacity: 1;
  -webkit-transition: opacity 0.7s ease-in-out 0.5s, -webkit-transform 0.6s ease-in-out 0.2s;
  transition: opacity 0.7s ease-in-out 0.5s, -webkit-transform 0.6s ease-in-out 0.2s;
  transition: opacity 0.7s ease-in-out 0.5s, transform 0.6s ease-in-out 0.2s;
  transition: opacity 0.7s ease-in-out 0.5s, transform 0.6s ease-in-out 0.2s, -webkit-transform 0.6s ease-in-out 0.2s;
  background-color: #F5A78B;
}
.sec-toppromise .promise-inner .promise-detail.is-inview .promise-wrap .detail-wrap .detail-inner .detail-inner-inner .num {
  opacity: 0.7;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.7s ease-in-out 1.1s;
  transition: all 0.7s ease-in-out 1.1s;
}
.sec-toppromise .promise-inner .promise-detail.is-inview .promise-wrap .detail-wrap .detail-inner .detail-inner-inner .ttl,
.sec-toppromise .promise-inner .promise-detail.is-inview .promise-wrap .detail-wrap .detail-inner .detail-inner-inner .detail {
  opacity: 1;
  -webkit-transition: all 0.7s ease-in-out 1.3s;
  transition: all 0.7s ease-in-out 1.3s;
}
.sec-toppromise .promise-inner .promise-detail.is-inview .promise-wrap .detail-wrap .detail-inner .detail-inner-inner .detail {
  -webkit-transition: all 0.7s ease-in-out 1.8s;
  transition: all 0.7s ease-in-out 1.8s;
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail.is-inview .promise-wrap .detail-wrap .detail-inner .detail-inner-inner .detail {
    opacity: 0;
    position: absolute;
    -webkit-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
  }
}
.sec-toppromise .promise-inner .promise-detail .promise-wrap {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(-39deg);
          transform: rotate(-39deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap {
  position: absolute;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 50%;
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(1) .detail-inner .detail-inner-inner,
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(1) .detail-inner .detail-inner-inner-back {
  -webkit-mask-image: url(../img/top/promise_bg01.svg);
          mask-image: url(../img/top/promise_bg01.svg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(5) {
  -webkit-transform: translateX(-50%) rotate(286deg);
          transform: translateX(-50%) rotate(286deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(5) .detail-inner {
  -webkit-transform: translate(-50%, -43%) rotate(-286deg);
          transform: translate(-50%, -43%) rotate(-286deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(5) .detail-inner .detail-inner-inner,
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(5) .detail-inner .detail-inner-inner-back {
  -webkit-mask-image: url(../img/top/promise_bg02.svg);
          mask-image: url(../img/top/promise_bg02.svg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(4) {
  -webkit-transform: translateX(-50%) rotate(216deg);
          transform: translateX(-50%) rotate(216deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(4) .detail-inner {
  -webkit-transform: translate(-50%, -43%) rotate(-216deg);
          transform: translate(-50%, -43%) rotate(-216deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(4) .detail-inner .detail-inner-inner,
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(4) .detail-inner .detail-inner-inner-back {
  -webkit-mask-image: url(../img/top/promise_bg03.svg);
          mask-image: url(../img/top/promise_bg03.svg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(146deg);
          transform: translateX(-50%) rotate(146deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(3) .detail-inner {
  -webkit-transform: translate(-50%, -43%) rotate(-146deg);
          transform: translate(-50%, -43%) rotate(-146deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(3) .detail-inner .detail-inner-inner,
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(3) .detail-inner .detail-inner-inner-back {
  -webkit-mask-image: url(../img/top/promise_bg04.svg);
          mask-image: url(../img/top/promise_bg04.svg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(75deg);
          transform: translateX(-50%) rotate(75deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(2) .detail-inner {
  -webkit-transform: translate(-50%, -43%) rotate(-75deg);
          transform: translate(-50%, -43%) rotate(-75deg);
}
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(2) .detail-inner .detail-inner-inner,
.sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(2) .detail-inner .detail-inner-inner-back {
  -webkit-mask-image: url(../img/top/promise_bg05.svg);
          mask-image: url(../img/top/promise_bg05.svg);
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(2) .detail-inner .detail-inner-inner .detail,
  .sec-toppromise .promise-inner .promise-detail .detail-wrap:nth-of-type(2) .detail-inner .detail-inner-inner-back .detail {
    margin-right: -5%;
  }
}
.sec-toppromise .promise-inner .promise-detail .detail-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -43%);
          transform: translate(-50%, -43%);
  /*
  &::before,
  &::after{
      display: none;
      content: "";
      z-index: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      width: 100%;
      height: 100%;
      background: no-repeat center center / contain #ccc;
      background-color: #ccc;
      mask-size: contain;
      mask-repeat: no-repeat;
      mask-position: center;
      transition: opacity .3s linear 1.5s;
  }
  &::before{
      opacity: 1;
  }
  &::after{
      opacity: 0;
      background-color: $c_base;
  }
  >*{
      z-index: 1;
      position: relative;
  }
  */
  /* 裏面のスタイル */
}
.is-scroll .sec-toppromise .promise-inner .promise-detail .detail-inner {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
}
.sec-toppromise .promise-inner .promise-detail .detail-inner.is-active {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}
.sec-toppromise .promise-inner .promise-detail .detail-inner.is-active .detail-inner-inner {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner.is-active .detail-inner-inner {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.sec-toppromise .promise-inner .promise-detail .detail-inner.is-active .num {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sec-toppromise .promise-inner .promise-detail .detail-inner.is-active .ttl,
.sec-toppromise .promise-inner .promise-detail .detail-inner.is-active .detail {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.sec-toppromise .promise-inner .promise-detail .detail-inner .detail-inner-inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: no-repeat center center/contain #F5A78B;
  opacity: 0;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  text-align: center;
  color: #fff;
  width: 304px;
  min-height: 304px;
}
@media screen and (max-width: 1260px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .detail-inner-inner {
    width: 260px;
    min-height: 260px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .detail-inner-inner {
    width: 190px;
    height: 190px;
    max-width: 37vw;
    max-height: 37vw;
    min-width: 130px;
    min-height: 130px;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    z-index: 2;
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
  }
}
.sec-toppromise .promise-inner .promise-detail .detail-inner .num,
.sec-toppromise .promise-inner .promise-detail .detail-inner .ttl,
.sec-toppromise .promise-inner .promise-detail .detail-inner .detail {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear 1.5s;
  transition: opacity 0.3s linear 1.5s;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.sec-toppromise .promise-inner .promise-detail .detail-inner .num {
  display: block;
  margin-top: -35px;
  margin-bottom: 5px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  font-weight: 500;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .num {
    margin-top: -15px;
    font-size: 1.5rem;
    margin-bottom: 0;
    -webkit-transform: unset;
            transform: unset;
    line-height: 1.4;
  }
}
.sec-toppromise .promise-inner .promise-detail .detail-inner .ttl {
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: 2.2rem;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .ttl {
    font-size: 3vw;
  }
}
@media screen and (max-width: 400px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .ttl {
    font-size: 1.3rem;
  }
}
.sec-toppromise .promise-inner .promise-detail .detail-inner .detail {
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
@media screen and (max-width: 1260px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .detail {
    line-height: 1.5;
  }
  .sec-toppromise .promise-inner .promise-detail .detail-inner .detail br {
    display: block !important;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .detail {
    opacity: 0;
    position: absolute;
    font-size: 1.3rem;
  }
}
.sec-toppromise .promise-inner .promise-detail .detail-inner .detail-inner-inner-back {
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F5F5;
  z-index: 1;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease 0.2s;
  transition: -webkit-transform 0.6s ease 0.2s;
  transition: transform 0.6s ease 0.2s;
  transition: transform 0.6s ease 0.2s, -webkit-transform 0.6s ease 0.2s;
  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;
}
.sec-toppromise .promise-inner .promise-detail .detail-inner .detail-inner-inner-back .detail {
  text-align: center;
  margin-top: 0;
  -webkit-transition: opacity 0.6s ease 0.6s;
  transition: opacity 0.6s ease 0.6s;
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .detail-inner-inner-back .detail {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .detail-inner-inner-back .detail {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 400px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner .detail-inner-inner-back .detail {
    font-size: 11px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toppromise .promise-inner .promise-detail .detail-inner.is-clicked .detail-inner-inner {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .sec-toppromise .promise-inner .promise-detail .detail-inner.is-clicked .detail-inner-inner-back {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .sec-toppromise .promise-inner .promise-detail .detail-inner.is-clicked .detail-inner-inner-back .detail {
    opacity: 1 !important;
  }
}
.sec-toppromise .bg,
.sec-toppromise .bg02 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 100vw;
}
.sec-toppromise .bg img,
.sec-toppromise .bg02 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sec-toppromise .bg img.wave-wh1, .sec-toppromise .bg img.wave-gr1,
.sec-toppromise .bg02 img.wave-wh1,
.sec-toppromise .bg02 img.wave-gr1 {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
  -webkit-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.sec-toppromise .bg img.wave-gr1,
.sec-toppromise .bg02 img.wave-gr1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
.sec-toppromise .bg.is-scrolled img.wave-wh1,
.sec-toppromise .bg.is-scrolled img.wave-gr1,
.sec-toppromise .bg02.is-scrolled img.wave-wh1,
.sec-toppromise .bg02.is-scrolled img.wave-gr1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec-toppromise .bg .wave01,
.sec-toppromise .bg02 .wave01 {
  z-index: 1;
}
.sec-toppromise .bg .wave02,
.sec-toppromise .bg02 .wave02 {
  z-index: 0;
}
.sec-toppromise .bg02 {
  z-index: 0;
}
.sec-toppromise .detail-wrap {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s ease-in-out 1.5s;
  transition: all 0.7s ease-in-out 1.5s;
}
.sec-toppromise.is-scrolled .detail-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec-topproduct {
  overflow: hidden;
  z-index: 2;
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .sec-topproduct {
    padding: 10px;
  }
}
.sec-topproduct .product-inner {
  padding-top: 64px;
  /*
  .m-ttl-01{
      margin-bottom: 28px;
       @include max-screen($w_pc) {
          margin-bottom: 20px;
      }
      @include max-screen($w_tablet) {
          margin-bottom: 14px;
      }
      .ruby{
          @include max-screen($w_tablet) {
              max-width: 210px;
          }
      }
  }
  */
}
@media screen and (max-width: 1260px) {
  .sec-topproduct .product-inner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .sec-topproduct .product-inner {
    padding-top: 85px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topproduct .product-inner {
    padding-top: 88px;
  }
}
.sec-topproduct .product-inner::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: calc(100% + 300px);
  border-radius: 210px 0 0 0;
  background-color: #F7F5F5;
}
@media screen and (max-width: 1260px) {
  .sec-topproduct .product-inner::before {
    border-radius: 160px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .sec-topproduct .product-inner::before {
    top: 48px;
    border-radius: 80px 0 0 0;
  }
}
.sec-topproduct .product-inner::after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #fff;
}
.sec-topproduct .product-inner > * {
  z-index: 2;
  position: relative;
}
.sec-topproduct .product-inner .m-ttl-01 {
  margin-left: 20px;
  margin-bottom: 38px;
}
@media screen and (max-width: 1260px) {
  .sec-topproduct .product-inner .m-ttl-01 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topproduct .product-inner .m-ttl-01 {
    margin-bottom: 14px;
  }
}
.sec-topproduct .product-inner .m-ttl-01 .ttl {
  font-size: 2.2rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 700px) {
  .sec-topproduct .product-inner .m-ttl-01 .ttl {
    font-size: 2rem;
  }
}
.sec-topproduct .product-inner .l-summary-01,
.sec-topproduct .product-inner .m-btn-03,
.sec-topproduct .product-inner .m-hr-01,
.sec-topproduct .product-inner .m-ttl-04,
.sec-topproduct .product-inner .l-icon-01 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s ease-in-out 1.2s;
  transition: all 0.7s ease-in-out 1.2s;
}
.sec-topproduct .product-inner .m-btn-03 {
  max-width: 930px;
  margin-inline: auto;
}
.sec-topproduct .product-inner .m-hr-01 {
  margin-top: 59px;
  margin-bottom: 28px;
}
.sec-topproduct .product-inner .m-ttl-04 {
  margin-bottom: 20px;
}
.sec-topproduct.is-scrolled .product-inner .l-summary-01,
.sec-topproduct.is-scrolled .product-inner .m-btn-03,
.sec-topproduct.is-scrolled .product-inner .m-hr-01,
.sec-topproduct.is-scrolled .product-inner .m-ttl-04,
.sec-topproduct.is-scrolled .product-inner .l-icon-01 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.sec-toptopics {
  z-index: 3;
  position: relative;
  padding-top: 12vw;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .sec-toptopics {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .sec-toptopics {
    padding-top: 90px;
    padding-left: 0;
    padding-right: 0;
  }
}
.sec-toptopics::before {
  content: "";
  position: absolute;
  top: 14vw;
  left: 0;
  width: 100%;
  height: calc(100% - 150px);
  -o-border-image: linear-gradient(#F5A78B, #F5A78B) 0//0 100vw;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#F5A78B), to(#F5A78B)) fill 0//0 100vw;
     border-image: linear-gradient(#F5A78B, #F5A78B) fill 0//0 100vw;
  pointer-events: none;
}
.sec-toptopics::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F7F5F5;
  pointer-events: none;
}
.sec-toptopics .m-ttl-01 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1260px) {
  .sec-toptopics .m-ttl-01 {
    margin-bottom: 50px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toptopics .m-ttl-01 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toptopics .m-ttl-01 .ruby {
    max-width: 110px;
  }
}
.sec-toptopics .m-dl-01 {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.sec-toptopics .m-btn-02 {
  margin-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
@media screen and (max-width: 700px) {
  .sec-toptopics .m-btn-02 {
    margin-top: 34px;
  }
}
.sec-toptopics .bg {
  z-index: 0;
  position: absolute;
  width: 100vw;
  height: 50vw;
  left: 0;
  top: 0;
}
.sec-toptopics .bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.sec-toptopics .bg img.wave-pk1 {
  opacity: 0;
  -webkit-transform: translate(30px, 50px);
          transform: translate(30px, 50px);
  -webkit-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}
.sec-toptopics .bg.is-scrolled img.wave-pk1 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.sec-toptopics .bg02 {
  z-index: 0;
  position: absolute;
  top: -50px;
  left: 50%;
  width: 100vw;
  height: 200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.sec-toptopics .bg02 .wave {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.sec-toptopics .bg02 .wave01 {
  z-index: 1;
}
.sec-toptopics .bg02 .wave02 {
  z-index: 0;
  bottom: 0;
}
.sec-toptopics .bg02 {
  z-index: 3;
  top: auto;
  bottom: -60px;
  overflow: hidden;
}
@media screen and (max-width: 1260px) {
  .sec-toptopics .bg02 {
    bottom: -11vw;
  }
}
@media screen and (max-width: 1023px) {
  .sec-toptopics .bg02 {
    bottom: -120px;
  }
}
@media screen and (max-width: 700px) {
  .sec-toptopics .bg02 {
    bottom: -143px;
  }
}
.sec-toptopics .slider01 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  margin-top: 10px;
  padding-top: 74px;
}
@media screen and (max-width: 700px) {
  .sec-toptopics .slider01 {
    margin-top: 0;
    padding-top: 44px;
  }
}
.sec-toptopics .slider01::before {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 125%;
  height: 248px;
  border-radius: 50%;
  background-color: #F5A78B;
}
@media screen and (max-width: 700px) {
  .sec-toptopics .slider01::before {
    width: 165%;
    top: -50px;
  }
}
.sec-toptopics .slider01 .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.sec-toptopics .slider01 .swiper-wrapper .swiper-slide {
  width: 50%;
}
@media screen and (max-width: 1260px) {
  .sec-toptopics .slider01 .swiper-wrapper .swiper-slide {
    width: 30%;
  }
}
.sec-toptopics .slider01 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.sec-toptopics > * {
  z-index: 1;
  position: relative;
}
.sec-toptopics.is-scrolled .m-dl-01 {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.sec-toptopics.is-scrolled .m-dl-01:nth-of-type(1) {
  -webkit-transition-delay: 0.88s;
          transition-delay: 0.88s;
}
.sec-toptopics.is-scrolled .m-dl-01:nth-of-type(2) {
  -webkit-transition-delay: 1.06s;
          transition-delay: 1.06s;
}
.sec-toptopics.is-scrolled .m-dl-01:nth-of-type(3) {
  -webkit-transition-delay: 1.24s;
          transition-delay: 1.24s;
}
.sec-toptopics.is-scrolled .m-dl-01:nth-of-type(4) {
  -webkit-transition-delay: 1.42s;
          transition-delay: 1.42s;
}
.sec-toptopics.is-scrolled .m-btn-02 {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#promise,
#topics,
#movie {
  margin-top: -70px;
  padding-top: 70px;
}

#product {
  margin-top: -30px;
  padding-top: 30px;
}

.sec-topaboutus {
  overflow: hidden;
  z-index: 2;
  position: relative;
  padding: 25px 30px 150px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .sec-topaboutus {
    padding: 10px;
  }
}
.sec-topaboutus.is-scrolled .aboutus-inner .aboutus-wrap {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.sec-topaboutus .aboutus-inner {
  padding-top: 64px;
}
@media screen and (max-width: 1260px) {
  .sec-topaboutus .aboutus-inner {
    padding-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .sec-topaboutus .aboutus-inner {
    padding-top: 85px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topaboutus .aboutus-inner {
    padding-top: 88px;
  }
}
.sec-topaboutus .aboutus-inner .m-ttl-01 {
  margin-left: -70px;
  margin-bottom: 44px;
}
@media screen and (max-width: 1260px) {
  .sec-topaboutus .aboutus-inner .m-ttl-01 {
    margin-left: -30px;
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topaboutus .aboutus-inner .m-ttl-01 {
    margin-left: 0;
    margin-bottom: 14px;
  }
}
.sec-topaboutus .aboutus-inner .m-ttl-01 .ttl {
  font-size: 2.2rem;
  letter-spacing: 0.11em;
}
@media screen and (max-width: 700px) {
  .sec-topaboutus .aboutus-inner .m-ttl-01 .ttl {
    font-size: 2rem;
  }
}
.sec-topaboutus .aboutus-inner .aboutus-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 456px 60px 1fr;
  grid-template-columns: 456px 1fr;
  gap: 60px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.7s ease-in-out 1.2s;
  transition: all 0.7s ease-in-out 1.2s;
}
@media screen and (max-width: 1260px) {
  .sec-topaboutus .aboutus-inner .aboutus-wrap {
    -ms-grid-columns: 300px 30px 1fr;
    grid-template-columns: 300px 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topaboutus .aboutus-inner .aboutus-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.sec-topaboutus .aboutus-inner .aboutus-wrap .detail-wrap {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  .sec-topaboutus .aboutus-inner .aboutus-wrap .detail-wrap p br {
    display: none;
  }
}

@media screen and (max-width: 1260px) {
  .sec-topabout .about-wrap .movie {
    max-width: 72%;
    margin: 0 auto 0;
    padding-bottom: 50px;
  }
  .sec-topabout .about-wrap .movie iframe {
    height: 40vw !important;
  }
}
@media screen and (max-width: 1023px) {
  .sec-topabout .about-wrap .movie {
    max-width: 85%;
  }
  .sec-topabout .about-wrap .movie iframe {
    height: 48vw !important;
  }
}
@media screen and (max-width: 700px) {
  .sec-topabout .about-wrap .movie {
    max-width: 96%;
    padding-bottom: 150px;
    height: auto;
  }
  .sec-topabout .about-wrap .movie iframe {
    height: 54vw !important;
  }
}
.sec-underttl {
  overflow: hidden;
}
.sec-underttl .ttl-wrap {
  position: relative;
  padding: 303px 0 24px 23px;
  color: #fff;
}
@media screen and (max-width: 1260px) {
  .sec-underttl .ttl-wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1180px) {
  .sec-underttl .ttl-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .sec-underttl .ttl-wrap {
    padding-top: 283px;
  }
}
@media screen and (max-width: 700px) {
  .sec-underttl .ttl-wrap {
    padding-top: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sec-underttl .ttl-wrap::before, .sec-underttl .ttl-wrap::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-border-image: linear-gradient(#F5A78B, #F5A78B) 0//0 100vw;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#F5A78B), to(#F5A78B)) fill 0//0 100vw;
     border-image: linear-gradient(#F5A78B, #F5A78B) fill 0//0 100vw;
  pointer-events: none;
}
.sec-underttl .ttl-wrap::before {
  top: 200px;
  left: 0;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.sec-underttl .ttl-wrap::after {
  top: 0;
  left: 0;
  height: 100vh;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.sec-underttl .ttl-wrap .m-ttl-03 {
  margin-bottom: 16px;
}
.sec-underttl .ttl-wrap .breadcrumb {
  z-index: 1;
  position: relative;
  color: #fff;
}
.sec-underttl .ttl-wrap .breadcrumb a {
  color: #fff;
}
.sec-underttl .ttl-wrap .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  width: 200vw;
  height: 250px;
  -webkit-transform: translateX(-50%) rotate(-10deg);
          transform: translateX(-50%) rotate(-10deg);
  pointer-events: none;
}
@media screen and (max-width: 700px) {
  .sec-underttl .ttl-wrap .bg {
    -webkit-transform: translateX(-50%) rotate(-14deg);
            transform: translateX(-50%) rotate(-14deg);
  }
}
.sec-underttl .ttl-wrap .bg .wave {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150vw;
  height: 100%;
}
.sec-underttl .ttl-wrap .bg .wave01 {
  z-index: 1;
}
.sec-underttl .ttl-wrap .bg .wave02 {
  z-index: 0;
  bottom: 0;
}

.sec-topics {
  padding: 69px 80px 30px;
  border-radius: 56px;
  background-color: #fff;
}
.sec-topics.all {
  padding-bottom: 80px;
}
@media screen and (max-width: 700px) {
  .sec-topics.all {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .sec-topics {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topics {
    padding: 40px 25px;
    border-radius: 40px;
  }
}
.sec-topics .m-dl-02 {
  margin-bottom: 58px;
}
@media screen and (max-width: 1260px) {
  .sec-topics .m-dl-02 {
    margin-bottom: 40px;
  }
}
.sec-topics .m-hr-01 {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 80px);
  margin-top: 180px;
  margin-bottom: 32px;
}
@media screen and (max-width: 1260px) {
  .sec-topics .m-hr-01 {
    width: calc(100% + 40px);
    margin-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .sec-topics .m-hr-01 {
    width: calc(100% + 20px);
    margin-bottom: 15px;
  }
}
.sec-topics .btn-wrap .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 700px) {
  .sec-topics .btn-wrap .btn-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec-topics .btn-wrap .btn-inner::before {
  margin-right: 20px;
  padding-right: 16px;
  border-right: 1px solid #D8D8D8;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #F5A78B;
}
@media screen and (max-width: 700px) {
  .sec-topics .btn-wrap .btn-inner::before {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 15px;
    border-right: none;
  }
}
.sec-topics .btn-wrap .btn-inner:nth-of-type(1)::before {
  content: "NEXT";
}
@media screen and (max-width: 700px) {
  .sec-topics .btn-wrap .btn-inner:nth-of-type(2) {
    border-top: 1px solid rgba(216, 216, 216, 0.6);
  }
}
.sec-topics .btn-wrap .btn-inner:nth-of-type(2)::before {
  content: "PREV";
}
.sec-topics .btn-wrap .btn-inner + .btn-inner {
  margin-top: 16px;
}

.sec-contact {
  max-width: 1080px;
  margin-inline: auto;
  padding: 70px 73px 51px;
  border-radius: 56px;
  background-color: #fff;
}
@media screen and (max-width: 700px) {
  .sec-contact {
    padding: 50px 30px 20px;
  }
}
.sec-contact > .catch {
  letter-spacing: 0.02em;
}
.sec-contact .contact-inner {
  margin-top: 50px;
  max-width: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 700px) {
  .sec-contact .contact-inner {
    margin-top: 30px;
  }
}

.l-form-01 .inner {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.l-form-01 .inner dl {
  display: -ms-grid;
  display: grid;
  gap: 17px;
}
@media screen and (max-width: 700px) {
  .l-form-01 .inner dl {
    gap: 10px;
  }
}
.l-form-01 .inner dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 5px;
  font-weight: bold;
}
.l-form-01 .inner dl dt.required::after {
  content: "必須";
  display: inline-block;
  padding: 4px 14px;
  border-radius: 100px;
  background-color: #F5A78B;
  line-height: 1;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .l-form-01 .inner dl dt.required::after {
    font-size: 1.1rem;
  }
}
.l-form-01 .agree-wrap {
  margin-top: 31px;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .l-form-01 .agree-wrap {
    margin-top: 20px;
  }
}
.l-form-01 .agree-wrap a {
  text-decoration: underline;
  color: #F5A78B;
}
.l-form-01 .submit-wrap {
  margin-top: 31px;
}
@media screen and (max-width: 700px) {
  .l-form-01 .submit-wrap {
    margin-top: 20px;
  }
}
.l-form-01 .submit-wrap .inner input[type=submit] {
  max-width: 358px;
  width: 100%;
  margin-inline: auto;
  padding: 21px 10px;
  background-color: #F5A78B;
  border-radius: 100px;
  font-weight: bold;
  font-size: 1.7rem;
  letter-spacing: 0.03em;
  color: #fff;
}
@media screen and (max-width: 700px) {
  .l-form-01 .submit-wrap .inner input[type=submit] {
    font-size: 1.6rem;
  }
}

.sec-story {
  position: relative;
  height: 530vh;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F5A78B;
}
@media (max-height: 800px) {
  .sec-story {
    padding-bottom: 200px;
  }
}
@media (max-height: 600px) {
  .sec-story {
    padding-bottom: 300px;
  }
}
@media (max-height: 400px) {
  .sec-story {
    padding-bottom: 400px;
  }
}
@media (max-height: 400px) {
  .sec-story {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .sec-story {
    padding-bottom: 100px;
  }
}
@media (max-height: 400px) {
  .sec-story {
    padding-bottom: 400px;
  }
}
@media screen and (max-width: 768px) {
  .sec-story {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
.sec-story.story2 .story01 .story-wrap, .sec-story.story3 .story01 .story-wrap, .sec-story.story4 .story01 .story-wrap, .sec-story.story5 .story01 .story-wrap {
  opacity: 0 !important;
}
.sec-story.story5 .story04 .story-wrap, .sec-story.story6 .story04 .story-wrap {
  position: relative;
  margin: 0 0 0 auto;
  opacity: 1 !important;
}
.sec-story .story01 .ttl-wrap::before,
.sec-story .story02 .ttl-wrap::before,
.sec-story .story03 .ttl-wrap::before,
.sec-story .story04 .ttl-wrap::before {
  opacity: 0;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.sec-story .story01 .logo,
.sec-story .story02 .logo,
.sec-story .story03 .logo,
.sec-story .story04 .logo {
  opacity: 0;
}
.sec-story.story1 .story01 .logo {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 1;
}
.sec-story.story2 .story02 .ttl-wrap::before, .sec-story.story3 .story02 .ttl-wrap::before, .sec-story.story4 .story02 .ttl-wrap::before, .sec-story.story5 .story02 .ttl-wrap::before, .sec-story.after-release .story02 .ttl-wrap::before {
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
  opacity: 1;
}
.sec-story.story2 .story02 .logo, .sec-story.story3 .story02 .logo, .sec-story.story4 .story02 .logo, .sec-story.story5 .story02 .logo, .sec-story.after-release .story02 .logo {
  -webkit-transition: opacity 0.9s 0.2s;
  transition: opacity 0.9s 0.2s;
  opacity: 1;
}
.sec-story.story1::before, .sec-story.story2::before, .sec-story.story3::before, .sec-story.story4::before, .sec-story.story5::before {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sec-story .story-wrap .ttl-wrap {
  width: 210px;
}
@media screen and (max-width: 900px) {
  .sec-story .story-wrap .ttl-wrap {
    width: 100%;
  }
}
.sec-story .story-wrap .ttl-wrap .num {
  opacity: 0;
}
.sec-story .story-wrap .ttl-wrap .ttl {
  opacity: 0;
}
.sec-story .story-wrap .ttl {
  opacity: 0;
}
.sec-story .story-wrap .detail-inner {
  opacity: 0;
}
.sec-story .story-wrap .carousel {
  opacity: 0;
}
.sec-story.story1 .story01 .ttl-wrap .num, .sec-story.story2 .story02 .ttl-wrap .num, .sec-story.story3 .story03 .ttl-wrap .num, .sec-story.story4 .story04 .ttl-wrap .num, .sec-story.story5 .story04 .ttl-wrap .num, .sec-story.after-release .story04 .ttl-wrap .num,
.sec-story .is-released .ttl-wrap .num {
  opacity: 0.5;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec-story.story1 .story01 .ttl-wrap .ttl, .sec-story.story2 .story02 .ttl-wrap .ttl, .sec-story.story3 .story03 .ttl-wrap .ttl, .sec-story.story4 .story04 .ttl-wrap .ttl, .sec-story.story5 .story04 .ttl-wrap .ttl, .sec-story.after-release .story04 .ttl-wrap .ttl,
.sec-story .is-released .ttl-wrap .ttl {
  opacity: 1;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.sec-story.story1 .story01 .ttl, .sec-story.story2 .story02 .ttl, .sec-story.story3 .story03 .ttl, .sec-story.story4 .story04 .ttl, .sec-story.story5 .story04 .ttl, .sec-story.after-release .story04 .ttl,
.sec-story .is-released .ttl {
  opacity: 1;
}
.sec-story.story1 .story01 .detail-inner, .sec-story.story2 .story02 .detail-inner, .sec-story.story3 .story03 .detail-inner, .sec-story.story4 .story04 .detail-inner, .sec-story.story5 .story04 .detail-inner, .sec-story.after-release .story04 .detail-inner,
.sec-story .is-released .detail-inner {
  opacity: 1;
  -webkit-transition: opacity 0.9s;
  transition: opacity 0.9s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.sec-story.story1 .story01 .carousel, .sec-story.story2 .story02 .carousel, .sec-story.story3 .story03 .carousel, .sec-story.story4 .story04 .carousel, .sec-story.story5 .story04 .carousel, .sec-story.after-release .story04 .carousel,
.sec-story .is-released .carousel {
  opacity: 1;
}
.sec-story .story-inner {
  position: sticky;
  top: 0;
  width: 100vw;
  height: 100vh;
  /*
  &:nth-child(1).is-active::after {
      content: "Story 1 Active";
  }

  &:nth-child(2).is-active::after {
      content: "Story 2 Active";
  }

  &:nth-child(3).is-active::after {
      content: "Story 3 Active";
  }

  &:nth-child(4).is-active::after {
      content: "Story 4 Active";
  }
  */
}
.sec-story .story-inner.story01 .story-wrap {
  position: absolute !important;
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner.story01 .story-wrap {
    max-width: 93%;
  }
}
@media (orientation: portrait) {
  .sec-story .story-inner.story01 .story-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sec-story .story-inner.story01 .story-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner.story01 .story-wrap .logo-wrap {
    padding: 0 0 20px;
    margin-top: -30px;
  }
}
.sec-story .story-inner.story01::before {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1093px;
  height: 981px;
  -webkit-mask: url(../img/top/about_bg.svg);
          mask: url(../img/top/about_bg.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner.story01::before {
    width: 92%;
  }
}
@media screen and (max-width: 1260px) and (orientation: landscape) {
  .sec-story .story-inner.story01::before {
    height: 110%;
  }
}
@media screen and (max-width: 1260px) and (orientation: portrait) {
  .sec-story .story-inner.story01::before {
    width: 102%;
    height: 100%;
    top: 53%;
  }
}
@media screen and (max-width: 1000px) {
  .sec-story .story-inner.story01::before {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (orientation: portrait) {
  .sec-story .story-inner.story01::before {
    -webkit-mask-size: cover;
            mask-size: cover;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (orientation: portrait) {
  .sec-story .story-inner.story01::before {
    -webkit-mask-size: cover;
            mask-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner.story01::before {
    z-index: 0;
    width: 100%;
    height: 98%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-mask-size: cover;
            mask-size: cover;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    pointer-events: none;
  }
}
.sec-story .story-inner.story01.is-scrolled::before {
  opacity: 1;
}
.sec-story .story-inner.is-active {
  /*
  &::after {
      position: fixed;
      top: 20px;
      right: 20px;
      background: rgba(0, 128, 0, 0.8);
      color: white;
      padding: 10px 15px;
      border-radius: 5px;
      font-size: 14px;
      z-index: 9999;

  }
  */
}
.sec-story .story-inner.is-active.story01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.sec-story .story-inner.is-active .story-wrap {
  opacity: 1;
  pointer-events: auto;
}
@media (max-height: 615px) {
  .sec-story .story-inner.story01 .story-wrap .ttl-wrap .num {
    display: block;
  }
}
.story2 .sec-story .story-inner.story01 .story-wrap, .story3 .sec-story .story-inner.story01 .story-wrap, .story4 .sec-story .story-inner.story01 .story-wrap, .story5 .sec-story .story-inner.story01 .story-wrap {
  opacity: 0;
}
@media screen and (max-width: 700px) {
  .sec-story .story-inner.story01 .story-wrap {
    padding-top: 35px;
  }
}
@media screen and (max-width: 700px) {
  .sec-story .story-inner.story01 .story-wrap .detail-wrap .detail-inner br {
    display: none;
  }
}
.sec-story .story-inner.story01 .logo {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
.sec-story .story-inner.story01 .ttl {
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
.sec-story .story-inner.story01 .ttl-wrap .num,
.sec-story .story-inner.story01 .ttl-wrap .ttl {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition-duration: 0.9s;
          transition-duration: 0.9s;
}
@media screen and (max-width: 700px) {
  .sec-story .story-inner.story02 .story-wrap .detail-wrap .detail-inner br {
    display: none;
  }
}
.sec-story .story-inner .story-wrap {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 1093px;
  height: 100%;
  max-height: 715px;
  padding: 0 60px 0 100px;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  pointer-events: none;
}
@media (max-height: 700px) {
  .sec-story .story-inner .story-wrap {
    max-height: 100%;
    height: 90%;
    width: 100%;
  }
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 1260px) and (orientation: landscape) {
  .sec-story .story-inner .story-wrap {
    max-height: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sec-story .story-inner .story-wrap {
    max-height: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap {
    padding: 20px 20px 48px;
    padding-top: 3%;
    height: 90%;
  }
}
@media (max-height: 400px) {
  .sec-story .story-inner .story-wrap {
    padding-top: 10px;
  }
}
.sec-story .story-inner .story-wrap > * {
  z-index: 2;
  position: relative;
}
.sec-story .story-inner .story-wrap .intro-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr)[2];
  grid-template-rows: repeat(2, 1fr);
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .sec-story .story-inner .story-wrap .intro-wrap {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap .intro-wrap {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8vh;
    margin-top: -2vh;
  }
}
.sec-story .story-inner .story-wrap .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .sec-story .story-inner .story-wrap .detail-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
    margin-top: -10px;
  }
}
.sec-story .story-inner .story-wrap .detail-wrap .ttl-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-90%, -90%);
          transform: translate(-90%, -90%);
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .detail-wrap .ttl-wrap {
    left: -3%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 900px) {
  .sec-story .story-inner .story-wrap .detail-wrap .ttl-wrap {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    margin-bottom: 20px;
    margin-top: calc(139px - 5vh);
  }
}
.sec-story .story-inner .story-wrap .detail-wrap .ttl-wrap::before {
  content: "";
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 465px;
  height: 465px;
  -webkit-mask: url(../img/top/aboutttl_bg.svg);
          mask: url(../img/top/aboutttl_bg.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center top;
          mask-position: center top;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #fff;
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .detail-wrap .ttl-wrap::before {
    width: 348.75px;
    height: 348.75px;
  }
}
@media screen and (max-width: 1000px) {
  .sec-story .story-inner .story-wrap .detail-wrap .ttl-wrap::before {
    display: none;
  }
}
.sec-story .story-inner .story-wrap .detail-wrap .ttl-wrap > * {
  z-index: 1;
  position: relative;
}
.sec-story .story-inner .story-wrap .detail-wrap .logo {
  position: absolute;
  top: 50%;
  left: 153px;
  -webkit-transform: translate(0, -78%);
          transform: translate(0, -78%);
  width: 118px;
  height: 127px;
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .detail-wrap .logo {
    left: 24%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 88.5px;
    height: 95.25px;
  }
}
@media screen and (max-width: 1000px) {
  .sec-story .story-inner .story-wrap .detail-wrap .logo {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: auto;
    bottom: 81%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap .detail-wrap .logo {
    width: 75px;
  }
}
@media screen and (max-width: 370px) {
  .sec-story .story-inner .story-wrap .detail-wrap .logo {
    width: 62px;
  }
}
.sec-story .story-inner .story-wrap .detail-wrap .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sec-story .story-inner .story-wrap .detail-wrap .detail-inner {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 36px;
  max-width: 542px;
  width: 100%;
  margin: 0 0 0 auto;
  line-height: 2.5;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
}
@media (max-height: 700px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner {
    gap: 20px;
    line-height: 2;
  }
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner {
    font-size: 1.4rem;
    max-width: 56%;
  }
}
@media screen and (max-width: 1000px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner {
    max-width: 550px;
    margin-top: 7vh;
  }
}
@media screen and (max-width: 900px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner {
    font-size: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12px;
    margin-left: 0;
    line-height: 2;
    letter-spacing: 0;
    text-align: center;
    max-width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner {
    font-size: 3.6vmin;
  }
}
@media (max-height: 400px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner {
    gap: 15px;
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
@media (max-height: 400px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner br {
    display: none;
  }
}
.sec-story .story-inner .story-wrap .detail-wrap .detail-inner p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner p {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 428px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner p {
    display: block;
  }
}
@media screen and (max-width: 428px) {
  .sec-story .story-inner .story-wrap .detail-wrap .detail-inner p .iblock {
    display: inline;
  }
}
.sec-story .story-inner .story-wrap .logo-wrap {
  width: 100%;
  text-align: center;
}
@media (max-height: 700px) {
  .sec-story .story-inner .story-wrap .logo-wrap {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .logo-wrap {
    padding-top: 50px;
  }
}
.sec-story .story-inner .story-wrap .logo-wrap .logo {
  display: block;
  width: 127px;
  margin-inline: auto;
}
@media (max-height: 700px) {
  .sec-story .story-inner .story-wrap .logo-wrap .logo {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap .logo-wrap .logo {
    width: 74px;
  }
}
.sec-story .story-inner .story-wrap .logo-wrap .logo img {
  display: block;
  width: 100%;
}
.sec-story .story-inner .story-wrap .logo-wrap .ttl {
  margin-top: 28px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap .logo-wrap .ttl {
    margin-top: 15px;
    font-size: 1.5rem;
  }
}
.sec-story .story-inner .story-wrap .ttl-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 1fr 90px 1fr 90px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 90px;
  max-width: 743px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .ttl-list {
    gap: 30px;
    max-width: 650px;
  }
}
@media screen and (max-width: 900px) {
  .sec-story .story-inner .story-wrap .ttl-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 5vh;
    max-height: 450px;
  }
}
.sec-story .story-inner .story-wrap .ttl-list .ttl-wrap {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-height: 700px) {
  .sec-story .story-inner .story-wrap .ttl-list .ttl-wrap {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-story .story-inner .story-wrap .ttl-wrap {
  text-align: center;
}
.sec-story .story-inner .story-wrap .ttl-wrap .num {
  display: block;
  margin-bottom: 7px;
  font-size: 3.5rem;
  font-weight: 600;
  color: #888282;
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .ttl-wrap .num {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .sec-story .story-inner .story-wrap .ttl-wrap .num {
    margin-bottom: 0;
    font-size: 2.3rem;
  }
}
@media (max-height: 615px) {
  .sec-story .story-inner .story-wrap .ttl-wrap .num {
    display: none;
  }
}
.sec-story .story-inner .story-wrap .ttl-wrap .ttl {
  font-size: 2.1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .ttl-wrap .ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 900px) {
  .sec-story .story-inner .story-wrap .ttl-wrap .ttl {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap .ttl-wrap .ttl {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 500px) {
  .sec-story .story-inner .story-wrap .ttl-wrap .ttl {
    font-size: 1.6rem;
  }
}
.sec-story .story-inner .story-wrap .carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-22%, 100%);
          transform: translate(-22%, 100%);
  max-width: 70px;
  width: 100%;
}
@media screen and (max-width: 1260px) {
  .sec-story .story-inner .story-wrap .carousel {
    bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap .carousel {
    bottom: 2vh;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media (max-height: 400px) {
  .sec-story .story-inner .story-wrap .carousel {
    bottom: 10px;
  }
}
@media screen and (max-height: 640px) {
  .sec-story .story-inner .story-wrap .carousel {
    display: none;
  }
}
.sec-story .story-inner .story-wrap .carousel > span {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #E7E2E4;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .sec-story .story-inner .story-wrap .carousel > span {
    width: 8px;
    height: 8px;
  }
}
.sec-story .story-inner .story-wrap .carousel > span.is-active {
  opacity: 1;
  background-color: #888282;
}

.sec-story.after-release .story02 .story-wrap,
.sec-story.after-release .story03 .story-wrap,
.sec-story.after-release .story04 .story-wrap {
  position: absolute !important;
  opacity: 1 !important;
}