@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
footer,
header,
nav,
section,
article {
  margin: 0;
  padding: 0;
}
p {
  max-height: 100%;
}
footer,
header,
nav,
section,
article {
  display: block;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
}
caption,
th {
  text-align: left;
  font-weight: 700;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  font-size: 100%;
  font-weight: 400;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}
li {
  list-style-type: none;
}
table {
  font-size: 100%;
  border-collapse: collapse;
  vertical-align: top;
}
textarea,
input,
select {
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.cf:before,
.cf:after,
.contact_det li:before,
.contact_det li:after,
.contact_det-btn li:before,
.contact_det-btn li:after {
  content: "";
  display: table;
}
.cf:after,
.contact_det li:after,
.contact_det-btn li:after {
  clear: both;
}
.cf,
.contact_det li,
.contact_det-btn li {
  zoom: 1;
}
.clear {
  clear: both;
}
a {
  color: #0071bc;
  text-decoration: underline;
}
a:hover {
  color: #0071bc;
  text-decoration: none;
}
a {
  outline: 0;
}
html,
body {
  width: 100%;
  background-color: #fff;
  color: #333;
  line-height: 1.9;
  font-size: 93%;
  text-align: left;
  letter-spacing: 0.18em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN,
    Times New Roman, "MSP明朝", "MS PMincho", "MS 明朝", serif;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", Meiryo, sans-serif;
}
body {
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 1;
}
#ticketBox a:hover {
  opacity: 1;
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  -o-filter: brightness(1.1);
  filter: brightness(1.1);
}
@media all and (-ms-high-contrast: none) {
  #ticketBox a:hover {
    opacity: 0.9;
  }
}
.wrap {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.myModal {
  display: none;
}
a[href="#top"] {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1;
}
#modal-main {
  display: none;
  width: 500px;
  height: 300px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #666;
  position: fixed;
  z-index: 2;
}
#modal-bg {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#sp_headerBtn {
  display: none;
}
#mainNavBanbox {
  display: none;
}
#headerNav {
  width: 1100px;
  margin: 0 auto;
}
#headerNav #mainLogo {
  width: 228px;
  hieght: 54px;
  margin: 20px auto 0;
}
#headerNav .snsBox {
  margin-top: 35px;
  position: absolute;
  right: 30px;
  top: 0;
}
#headerNav .snsBox li {
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
#headerNav .snsBox li img {
  width: 100%;
  height: 100%;
}
#mainNav .current a {
  color: #004097;
}
#mainNav a:hover {
  opacity: 1;
  color: #004097;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.lh0 {
  line-height: 0;
}
.tx_bld {
  font-weight: 700;
}
.tx_rgt {
  text-align: right;
}
.tx_ctr {
  text-align: center;
}
.cRed {
  color: red;
}
.defFloat ul {
  overflow: hidden;
  zoom: 1;
}
.defFloat ul li {
  float: left;
  display: inline-block;
  letter-spacing: normal;
}
.defFloatN ul {
  overflow: hidden;
  zoom: 1;
}
.defFloatN ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.inlineBlock {
  display: inline-block;
}
.flexBet {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.flexBetW {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents img {
  margin: 10px 0 10px 0;
  max-width: 460px;
  height: auto;
}
.contents img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.contents img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
.contents img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.contents .alignright {
  float: right;
}
.contents .alignleft {
  float: left;
}
.m_5 {
  margin-top: 5px;
}
.m_10 {
  margin-top: 10px;
}
.m_15 {
  margin-top: 15px;
}
.m_20 {
  margin-top: 20px;
}
.m_25 {
  margin-top: 25px;
}
.m_30 {
  margin-top: 30px;
}
.m_35 {
  margin-top: 35px;
}
.m_40 {
  margin-top: 40px;
}
.m_45 {
  margin-top: 45px;
}
.m_50 {
  margin-top: 50px;
}
.m_55 {
  margin-top: 55px;
}
.m_60 {
  margin-top: 60px;
}
.m_65 {
  margin-top: 65px;
}
.m_70 {
  margin-top: 70px;
}
.m_75 {
  margin-top: 75px;
}
.m_80 {
  margin-top: 80px;
}
.m_85 {
  margin-top: 85px;
}
.m_90 {
  margin-top: 90px;
}
.m_95 {
  margin-top: 95px;
}
.m_100 {
  margin-top: 100px;
}
.padd_5 {
  padding-top: 5px;
}
.padd_8 {
  padding-top: 8px;
}
.padd_10 {
  padding-top: 10px;
}
.padd_12 {
  padding-top: 12px;
}
.padd_15 {
  padding-top: 15px;
}
.padd_18 {
  padding-top: 18px;
}
.padd_20 {
  padding-top: 20px;
}
.padd_25 {
  padding-top: 25px;
}
.padd_30 {
  padding-top: 30px;
}
.padd_50 {
  padding-top: 50px;
}
.padd_80 {
  padding-top: 80px;
}
.padd_bt5 {
  padding-bottom: 5px;
}
.padd_bt8 {
  padding-bottom: 8px;
}
.padd_bt10 {
  padding-bottom: 10px;
}
.padd_bt12 {
  padding-bottom: 12px;
}
.padd_bt15 {
  padding-bottom: 15px;
}
.padd_bt18 {
  padding-bottom: 18px;
}
.padd_bt20 {
  padding-bottom: 20px;
}
.padd_bt25 {
  padding-bottom: 25px;
}
.padd_bt30 {
  padding-bottom: 30px;
}
.padd_bt40 {
  padding-bottom: 40px;
}
.padd_bt45 {
  padding-bottom: 45px;
}
.padd_bt50 {
  padding-bottom: 50px;
}
.padd_bt55 {
  padding-bottom: 55px;
}
.padd_bt60 {
  padding-bottom: 60px;
}
.padd_l5 {
  padding-left: 5px;
}
.padd_l10 {
  padding-left: 10px;
}
.padd_l12 {
  padding-left: 12px;
}
.padd_l15 {
  padding-left: 15px;
}
.padd_l18 {
  padding-left: 18px;
}
.padd_l20 {
  padding-left: 20px;
}
.padd_l25 {
  padding-left: 25px;
}
.padd_l30 {
  padding-left: 30px;
}
.padd_l35 {
  padding-left: 35px;
}
.padd_l40 {
  padding-left: 40px;
}
.padd_l60 {
  padding-left: 60px;
}
.stx_80 {
  font-size: 80%;
}
.stx_85 {
  font-size: 85%;
}
.stx_90 {
  font-size: 90%;
}
.stx_92 {
  font-size: 92%;
}
.stx_95 {
  font-size: 95%;
}
.ltx_5 {
  font-size: 105%;
}
.ltx_10 {
  font-size: 110%;
}
.ltx_15 {
  font-size: 115%;
}
.ltx_20 {
  font-size: 120%;
}
.ltx_25 {
  font-size: 125%;
}
.ltx_30 {
  font-size: 130%;
}
.ltx_35 {
  font-size: 135%;
}
.ltx_40 {
  font-size: 140%;
}
.onlySPzone {
  display: none;
}
.onlyPCzone {
  display: block;
}
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
    color: #333;
    line-height: 1.8;
    letter-spacing: 0.08em;
    font-size: 94%;
    text-align: left;
    font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3",
      "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
      Hiragino Mincho ProN, Times New Roman, "MSP明朝", "MS PMincho", "MS 明朝",
      serif;
  }
  .wrap {
    width: calc(58000% / 640);
    margin-left: auto;
    margin-right: auto;
  }
  .myModal {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
  }
  .myModal_popUp,
  input[name="myModal_switch"],
  #myModal_open + label ~ label {
    display: none;
  }
  #myModal_open + label,
  #myModal_close-button + label {
    width: calc(3800% / 640);
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    padding: calc(1700% / 640) calc(4000% / 640) 0 0;
    z-index: 3000;
  }
  .myModal_popUp {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
  }
  #myModal_open:checked ~ #myModal_close-button + label {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
  }
  #myModal_open:checked + label ~ .myModal_popUp {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
  }
  #myModal_open:checked + label ~ .myModal_popUp > .myModal_popUp-content {
    width: 100%;
    height: 100%;
    padding-bottom: calc(5000% / 640);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #myModal_open:checked + label + #myModal_close-overlay + label {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    z-index: 9997;
  }
  #myModal_open:checked ~ #myModal_close-button + label {
    width: calc(3800% / 640);
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .myModal_popUp-content {
    background-color: #c30d23;
  }
  .myModal_popUp-content,
  .myModal_popUp-content a {
    color: #333;
    text-decoration: none;
  }
  .myModal_popUp-content #menuNav ul {
    border-bottom: 1px solid #d48469;
  }
  .myModal_popUp-content #menuNav ul li {
    width: 50%;
    border-top: 1px solid #d48469;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .myModal_popUp-content #menuNav ul li:nth-child(odd) {
    border-right: 1px solid #d48469;
  }
  .myModal_popUp-content #menuNav ul li:nth-child(even) {
    border-right: 1px solid #c30d23;
  }
  .myModal_popUp-content #menuNav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: calc(2500% / 320);
  }
  .myModal_popUp-content #iconNav {
    padding: calc(2500% / 640) 0;
    border-bottom: 1px solid #d48469;
  }
  .myModal_popUp-content #iconNav ul li {
    width: 25%;
    text-align: center;
    font-weight: 700;
    line-height: 1.4;
  }
  .myModal_popUp-content #iconNav ul li div {
    width: 30%;
    padding-bottom: calc(500% / 160);
    margin: auto;
  }
  .myModal_popUp-content #textNav {
    margin-top: calc(2500% / 640);
  }
  .myModal_popUp-content #textNav ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    margin-top: calc(2000% / 640);
  }
  .myModal_popUp-content #textNav li {
    font-weight: 700;
    padding-right: calc(3500% / 640);
    margin-right: calc(3500% / 640);
    line-height: 1.4;
    position: relative;
  }
  .myModal_popUp-content #textNav li::after {
    content: "/";
    color: #d48469;
    position: absolute;
    top: 0;
    right: 0;
  }
  .myModal_popUp-content #textNav li:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .myModal_popUp-content #textNav li:last-child::after {
    content: " ";
  }
  .myModal_popUp-content #sns {
    width: calc(26500% / 640);
    margin: calc(4500% / 640) auto 0;
  }
  .myModal_popUp-content #sns li {
    width: calc(6000% / 265);
  }
  .myModal_popUp-content .banFooter {
    margin-top: calc(5000% / 640);
  }
  .myModal_popUp-content #spNav .wrap {
    width: calc(58000% / 640);
    margin-left: auto;
    margin-right: auto;
  }
  .myModal_popUp-content #spNav .wrap a img {
    width: calc(3000% / 580);
  }
  #headerNav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    border-top: 3px solid #004097;
    z-index: 9999;
    padding-bottom: calc(1000% / 580);
  }
  #headerNav .wrap {
    width: calc(58000% / 640);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0.25em;
  }
  #headerNav #mainLogo {
    width: calc(22800% / 580);
    margin-left: auto;
    margin-right: auto;
    margin-top: calc(200% / 580);
    line-height: 1.3;
  }
  #headerNav #mainLogo a {
    display: block;
    margin-top: calc(2000% / 580);
  }
  #headerNav .snsBox {
    position: absolute;
    top: calc(2400% / 108);
    left: 0;
    width: calc(8400% / 580);
    margin-top: 0;
    right: unset;
  }
  #headerNav .snsBox li {
    margin-right: calc(600% / 126);
  }
  #headerNav .snsBox li img {
    height: auto;
  }
  #headerNav .snsBox li:last-of-type {
    margin-right: 0;
  }
  #headerNav #sp_headerBtn {
    width: calc(12600% / 580);
    right: 0;
    position: absolute;
    top: calc(1000% / 126);
    display: flex;
  }
  #headerNav #sp_headerBtn div:first-of-type {
    margin-right: calc(800% / 124);
  }
  #mainNav {
    width: 100%;
    height: 120%;
    background-color: #fff;
    position: fixed;
    display: none;
    overflow-y: auto;
    z-index: 19999;
    top: calc(4600% / 580);
    padding-top: calc(1300% / 580);
  }
  #mainNav .inner {
    width: 100%;
    height: 120%;
    background-color: #fff;
    padding-top: calc(1000% / 580);
  }
  #mainNav #list1 {
    display: block;
    background-color: #fff;
    border-top: 1px solid #bababa;
  }
  #mainNav #list1 li {
    border-bottom: 1px solid #bababa;
    display: block;
    background-color: #fff;
  }
  #mainNav #list1 li {
    border-bottom: 1px solid #bababa;
  }
  #mainNav #list1 li:last-of-type img {
    vertical-align: middle;
  }
  #mainNav.display_on {
    display: block;
  }
  #mainNav #list1 img {
    width: calc(4400% / 580);
    vertical-align: bottom;
    margin: 0 calc(3000% / 580);
  }
  #mainNav #list1 a {
    color: #1a1a1a;
    text-decoration: none;
    z-index: 9999;
    padding: calc(2200% / 580) 0;
    display: block;
  }
  #mainNav #mainNavBanbox {
    display: block;
    height: calc(25000% / 580);
    margin-top: calc(3500% / 580);
  }
  #mainNav #mainNavBanbox img {
    display: none;
  }
  #mainNav #mainNavBanbox li:nth-of-type(1) {
    width: calc(45000% / 580);
    height: 5vh;
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #e50012;
    margin-right: auto;
    margin-left: auto;
  }
  #mainNav #mainNavBanbox li:nth-of-type(1) a {
    height: 100%;
    background-image: url(../img/sp/p_ticket01.png);
    background-repeat: no-repeat;
    background-size: 64%;
    background-color: #e50012;
    background-position: center;
    display: block;
    padding: calc(166% / 580) 0 calc(1300% / 580);
  }
  #mainNav #mainNavBanbox li:nth-of-type(2) {
    width: calc(28000% / 580);
    height: 5vh;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #004097;
    margin-top: calc(3000% / 580);
    margin-right: auto;
    margin-left: auto;
  }
  #mainNav #mainNavBanbox li:nth-of-type(2) a {
    height: 100%;
    background-image: url(../img/sp/p_ticket02.png);
    background-repeat: no-repeat;
    background-size: 58%;
    background-color: #004097;
    background-position: center;
    display: block;
    padding: calc(166% / 580) 0 calc(1300% / 580);
  }
  #mainNav #mainNavBanbox .spMenuBtnClose {
    position: relative;
    text-align: center;
    width: calc(10000% / 580);
    height: calc(2400% / 580);
    margin: calc(6000% / 580) auto;
  }
  #mainNav #mainNavBanbox .spMenuBtnClose img {
    display: block;
  }
  #ticketBox,
  #ticketBox .fixed_out,
  #ticketBox ul {
    width: 100%;
    height: calc(5000% / 640);
    position: fixed;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    left: 0;
  }
  #ticketBox ul {
    display: flex;
  }
  #ticketBox li img {
    display: none;
  }
  #ticketBox li:nth-of-type(1) {
    width: calc(39000% / 640);
    background-repeat: no-repeat;
    background-size: 80%;
    background-color: #e50012;
    height: 100%;
  }
  #ticketBox li:nth-of-type(1) a {
    background-image: url(https://kobe-kirakukan.jp/img/sp/p_ticket01.png);
    background-repeat: no-repeat;
    background-size: 77%;
    background-color: #e50012;
    background-position: center;
    display: block;
    height: 107%;
  }
  #ticketBox li:nth-of-type(2) {
    width: calc(25000% / 640);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #004097;
    height: 100%;
    padding-bottom: 2%;
  }
  #ticketBox li:nth-of-type(2) a {
    background-image: url(https://kobe-kirakukan.jp/img/sp/p_ticket02.png);
    background-repeat: no-repeat;
    background-size: 64%;
    background-color: #004097;
    background-position: center;
    display: block;
    height: 105%;
  }
  footer {
    padding-bottom: calc(6700% / 580);
  }
  footer .copyright {
    position: relative;
    top: calc(-10500% / 580);
    background-color: #fff;
    font-size: calc(1600% / 20);
    text-align: center;
    padding: calc(1000% / 580);
    border-bottom: 3px solid #000;
    border-bottom: 3px solid #004097;
  }
  footer .snsBox2 {
    display: none;
  }
  footer .box1 {
    display: block;
    padding-top: calc(3000% / 580);
  }
  footer .box1 h2 {
    font-size: calc(2000% / 18);
    font-weight: 700;
  }
  footer .box2 {
    display: none;
  }
  footer .box1 ul {
    display: none;
  }
  footer address {
    font-size: calc(1400% / 18);
  }
  footer #bottomBox {
    color: #fff;
    background-image: url(../img/sp/bg_footer01.png);
    padding-bottom: calc(2000% / 580);
  }
  footer #bottomBox a {
    color: #fff;
    text-decoration: none;
  }
  footer .banBox {
    padding: calc(7500% / 580) 0;
  }
  footer .banBox ul {
    flex-wrap: wrap;
  }
  footer .banBox .list1 {
    display: block;
  }
  footer .banBox .list1 li {
    width: calc(45600% / 580);
    margin: 0 auto calc(1800% / 580);
  }
  footer .banBox li {
    width: calc(27800% / 580);
  }
  footer .banBox .list2 {
    margin-top: calc(2000% / 580);
  }
  footer .banBox .partnerTitle {
    text-align: center;
    font-weight: 700;
    font-size: calc(2400% / 20);
    margin-top: calc(5000% / 580);
  }
  footer .box3 {
    margin-top: calc(4000% / 580);
    padding-bottom: calc(3800% / 580);
  }
  footer .box3 a {
    font-weight: 400;
    text-align: center;
    display: block;
    border: 1px solid #fff;
    width: calc(45000% / 580);
    margin-left: auto;
    margin-right: auto;
    padding: calc(500% / 580) 0;
  }
  footer .box3 a:nth-of-type(2) {
    margin-top: calc(2000% / 580);
  }
  .wrapSp {
    width: calc(58000% / 640);
    margin-left: auto;
    margin-right: auto;
  }
  .tx_ctr {
    text-align: center;
  }
  .tx_rgt {
    text-align: right;
  }
  .tx_bld {
    font-weight: 700;
  }
  .spfl {
    float: left;
  }
  .spfr {
    float: right;
  }
  .fl2Cell li:nth-child(odd) {
    float: left;
  }
  .fl2Cell li:nth-child(even) {
    float: right;
  }
  .fl3Cell li {
    float: left;
  }
  .fl3Cell li:nth-child(3n) {
    float: right;
    margin-right: 0 !important;
  }
  img,
  .img_auto {
    width: 100%;
    height: auto;
  }
  .bg_img {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .boxSizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .round {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
  }
  .flexBet {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
  }
  .flexBetW {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-flow: column;
  }
  .lh0 {
    line-height: 0;
  }
  .spm_10 {
    margin-top: calc(1000% / 640);
  }
  .wrapSp .spm_10 {
    margin-top: calc(1000% / 580);
  }
  .spm_15 {
    margin-top: calc(1500% / 640);
  }
  .wrapSp .spm_15 {
    margin-top: calc(1500% / 580);
  }
  .spm_20 {
    margin-top: calc(200% / 640);
  }
  .wrapSp .spm_20 {
    margin-top: calc(2000% / 580);
  }
  .spm_25 {
    margin-top: calc(2500% / 640);
  }
  .wrapSp .spm_25 {
    margin-top: calc(2500% / 580);
  }
  .spm_30 {
    margin-top: calc(3000% / 640);
  }
  .wrapSp .spm_30 {
    margin-top: calc(3000% / 580);
  }
  .spm_40 {
    margin-top: calc(4000% / 640);
  }
  .wrapSp .spm_40 {
    margin-top: calc(4000% / 580);
  }
  .spm_50 {
    margin-top: calc(5000% / 640);
  }
  .wrapSp .spm_50 {
    margin-top: calc(5000% / 580);
  }
  .spm_60 {
    margin-top: calc(6000% / 640);
  }
  .wrapSp .spm_60 {
    margin-top: calc(6000% / 580);
  }
  .spm_80 {
    margin-top: calc(8000% / 640);
  }
  .wrapSp .spm_80 {
    margin-top: calc(8000% / 580);
  }
  .spm_100 {
    margin-top: calc(10000% / 640);
  }
  .wrapSp .spm_100 {
    margin-top: calc(10000% / 580);
  }
  .onlyPCzone {
    display: none;
  }
  .onlySPzone {
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------------------

cf7

-------------------------------*/
.js-cf7-confirm-wrap {
  display: none;
}
.wpcf7-response-output {
  display: none !important;
}
.wpcf7-spinner {
  position: absolute !important;
}
.js-cf7-wrap .btn {
  display: block;
  border-radius: 0;
  border: none;
  background: none;
  font-weight: normal;
}
.js-cf7-wrap .btn:hover {
  cursor: pointer;
}
.js-cf7-wrap .btn--confirm {
  margin: 0 auto;
}
.js-cf7-wrap .btn-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  width: fit-content;
}
.js-cf7-wrap .wpcf7-list-item {
  margin: 0 !important;
}
.js-cf7-wrap
  .item__txt
  :is(
    input:is(
        [type="text"],
        [type="email"],
        [type="tel"],
        [type="number"],
        [type="url"],
        [type="search"],
        [type="password"]
      ),
    textarea
  ) {
  padding: 10px;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-weight: normal;
  outline: none;
  border-radius: 0;
}

@media (max-width: 768px) {
  .js-cf7-wrap .btn-wrap {
    display: block;
  }
  .js-cf7-wrap .btn-wrap > * + * {
    margin-top: 20px;
  }
}
