@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

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

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

video {
  vertical-align: bottom;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]:-webkit-search-decoration,
input[type=button]:-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
}

select,
input,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input {
  outline: none;
  border: none;
}

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

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

@media screen and (min-width: 961px) {
  .txt-center-pc {
    text-align: center !important;
  }
}

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

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

@media screen and (min-width: 961px) {
  .txt-left-pc {
    text-align: left !important;
  }
}

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

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

@media screen and (min-width: 961px) {
  .txt-right-pc {
    text-align: right !important;
  }
}

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

.mb0 {
  margin-bottom: 0px;
}
@media screen and (min-width: 961px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
}

.mr0 {
  margin-right: 0px;
}
@media screen and (min-width: 961px) {
  .mr0 {
    margin-top: 0px !important;
  }
}

.ml0 {
  margin-left: 0px;
}
@media screen and (min-width: 961px) {
  .ml0 {
    margin-bottom: 0px !important;
  }
}

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

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

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

.mb5 {
  margin-bottom: 2.5px;
}
@media screen and (min-width: 961px) {
  .mb5 {
    margin-bottom: 5px !important;
  }
}

.mr5 {
  margin-right: 2.5px;
}
@media screen and (min-width: 961px) {
  .mr5 {
    margin-top: 5px !important;
  }
}

.ml5 {
  margin-left: 2.5px;
}
@media screen and (min-width: 961px) {
  .ml5 {
    margin-bottom: 5px !important;
  }
}

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

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

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

.mb10 {
  margin-bottom: 5px;
}
@media screen and (min-width: 961px) {
  .mb10 {
    margin-bottom: 10px !important;
  }
}

.mr10 {
  margin-right: 5px;
}
@media screen and (min-width: 961px) {
  .mr10 {
    margin-top: 10px !important;
  }
}

.ml10 {
  margin-left: 5px;
}
@media screen and (min-width: 961px) {
  .ml10 {
    margin-bottom: 10px !important;
  }
}

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

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

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

.mb15 {
  margin-bottom: 7.5px;
}
@media screen and (min-width: 961px) {
  .mb15 {
    margin-bottom: 15px !important;
  }
}

.mr15 {
  margin-right: 7.5px;
}
@media screen and (min-width: 961px) {
  .mr15 {
    margin-top: 15px !important;
  }
}

.ml15 {
  margin-left: 7.5px;
}
@media screen and (min-width: 961px) {
  .ml15 {
    margin-bottom: 15px !important;
  }
}

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

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

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

.mb20 {
  margin-bottom: 10px;
}
@media screen and (min-width: 961px) {
  .mb20 {
    margin-bottom: 20px !important;
  }
}

.mr20 {
  margin-right: 10px;
}
@media screen and (min-width: 961px) {
  .mr20 {
    margin-top: 20px !important;
  }
}

.ml20 {
  margin-left: 10px;
}
@media screen and (min-width: 961px) {
  .ml20 {
    margin-bottom: 20px !important;
  }
}

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

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

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

.mb25 {
  margin-bottom: 12.5px;
}
@media screen and (min-width: 961px) {
  .mb25 {
    margin-bottom: 25px !important;
  }
}

.mr25 {
  margin-right: 12.5px;
}
@media screen and (min-width: 961px) {
  .mr25 {
    margin-top: 25px !important;
  }
}

.ml25 {
  margin-left: 12.5px;
}
@media screen and (min-width: 961px) {
  .ml25 {
    margin-bottom: 25px !important;
  }
}

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

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

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

.mb30 {
  margin-bottom: 15px;
}
@media screen and (min-width: 961px) {
  .mb30 {
    margin-bottom: 30px !important;
  }
}

.mr30 {
  margin-right: 15px;
}
@media screen and (min-width: 961px) {
  .mr30 {
    margin-top: 30px !important;
  }
}

.ml30 {
  margin-left: 15px;
}
@media screen and (min-width: 961px) {
  .ml30 {
    margin-bottom: 30px !important;
  }
}

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

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

.mt35 {
  margin-top: 17.5px;
}
@media screen and (min-width: 961px) {
  .mt35 {
    margin-top: 35px !important;
  }
}

.mb35 {
  margin-bottom: 17.5px;
}
@media screen and (min-width: 961px) {
  .mb35 {
    margin-bottom: 35px !important;
  }
}

.mr35 {
  margin-right: 17.5px;
}
@media screen and (min-width: 961px) {
  .mr35 {
    margin-top: 35px !important;
  }
}

.ml35 {
  margin-left: 17.5px;
}
@media screen and (min-width: 961px) {
  .ml35 {
    margin-bottom: 35px !important;
  }
}

.pt35 {
  padding-top: 17.5px;
}
@media screen and (min-width: 961px) {
  .pt35 {
    padding-top: 35px !important;
  }
}

.pb35 {
  padding-bottom: 17.5px;
}
@media screen and (min-width: 961px) {
  .pb35 {
    padding-bottom: 35px !important;
  }
}

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

.mb40 {
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .mb40 {
    margin-bottom: 40px !important;
  }
}

.mr40 {
  margin-right: 20px;
}
@media screen and (min-width: 961px) {
  .mr40 {
    margin-top: 40px !important;
  }
}

.ml40 {
  margin-left: 20px;
}
@media screen and (min-width: 961px) {
  .ml40 {
    margin-bottom: 40px !important;
  }
}

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

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

.mt45 {
  margin-top: 22.5px;
}
@media screen and (min-width: 961px) {
  .mt45 {
    margin-top: 45px !important;
  }
}

.mb45 {
  margin-bottom: 22.5px;
}
@media screen and (min-width: 961px) {
  .mb45 {
    margin-bottom: 45px !important;
  }
}

.mr45 {
  margin-right: 22.5px;
}
@media screen and (min-width: 961px) {
  .mr45 {
    margin-top: 45px !important;
  }
}

.ml45 {
  margin-left: 22.5px;
}
@media screen and (min-width: 961px) {
  .ml45 {
    margin-bottom: 45px !important;
  }
}

.pt45 {
  padding-top: 22.5px;
}
@media screen and (min-width: 961px) {
  .pt45 {
    padding-top: 45px !important;
  }
}

.pb45 {
  padding-bottom: 22.5px;
}
@media screen and (min-width: 961px) {
  .pb45 {
    padding-bottom: 45px !important;
  }
}

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

.mb50 {
  margin-bottom: 25px;
}
@media screen and (min-width: 961px) {
  .mb50 {
    margin-bottom: 50px !important;
  }
}

.mr50 {
  margin-right: 25px;
}
@media screen and (min-width: 961px) {
  .mr50 {
    margin-top: 50px !important;
  }
}

.ml50 {
  margin-left: 25px;
}
@media screen and (min-width: 961px) {
  .ml50 {
    margin-bottom: 50px !important;
  }
}

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

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

.mt55 {
  margin-top: 27.5px;
}
@media screen and (min-width: 961px) {
  .mt55 {
    margin-top: 55px !important;
  }
}

.mb55 {
  margin-bottom: 27.5px;
}
@media screen and (min-width: 961px) {
  .mb55 {
    margin-bottom: 55px !important;
  }
}

.mr55 {
  margin-right: 27.5px;
}
@media screen and (min-width: 961px) {
  .mr55 {
    margin-top: 55px !important;
  }
}

.ml55 {
  margin-left: 27.5px;
}
@media screen and (min-width: 961px) {
  .ml55 {
    margin-bottom: 55px !important;
  }
}

.pt55 {
  padding-top: 27.5px;
}
@media screen and (min-width: 961px) {
  .pt55 {
    padding-top: 55px !important;
  }
}

.pb55 {
  padding-bottom: 27.5px;
}
@media screen and (min-width: 961px) {
  .pb55 {
    padding-bottom: 55px !important;
  }
}

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

.mb60 {
  margin-bottom: 30px;
}
@media screen and (min-width: 961px) {
  .mb60 {
    margin-bottom: 60px !important;
  }
}

.mr60 {
  margin-right: 30px;
}
@media screen and (min-width: 961px) {
  .mr60 {
    margin-top: 60px !important;
  }
}

.ml60 {
  margin-left: 30px;
}
@media screen and (min-width: 961px) {
  .ml60 {
    margin-bottom: 60px !important;
  }
}

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

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

.mt65 {
  margin-top: 32.5px;
}
@media screen and (min-width: 961px) {
  .mt65 {
    margin-top: 65px !important;
  }
}

.mb65 {
  margin-bottom: 32.5px;
}
@media screen and (min-width: 961px) {
  .mb65 {
    margin-bottom: 65px !important;
  }
}

.mr65 {
  margin-right: 32.5px;
}
@media screen and (min-width: 961px) {
  .mr65 {
    margin-top: 65px !important;
  }
}

.ml65 {
  margin-left: 32.5px;
}
@media screen and (min-width: 961px) {
  .ml65 {
    margin-bottom: 65px !important;
  }
}

.pt65 {
  padding-top: 32.5px;
}
@media screen and (min-width: 961px) {
  .pt65 {
    padding-top: 65px !important;
  }
}

.pb65 {
  padding-bottom: 32.5px;
}
@media screen and (min-width: 961px) {
  .pb65 {
    padding-bottom: 65px !important;
  }
}

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

.mb70 {
  margin-bottom: 35px;
}
@media screen and (min-width: 961px) {
  .mb70 {
    margin-bottom: 70px !important;
  }
}

.mr70 {
  margin-right: 35px;
}
@media screen and (min-width: 961px) {
  .mr70 {
    margin-top: 70px !important;
  }
}

.ml70 {
  margin-left: 35px;
}
@media screen and (min-width: 961px) {
  .ml70 {
    margin-bottom: 70px !important;
  }
}

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

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

.mt75 {
  margin-top: 37.5px;
}
@media screen and (min-width: 961px) {
  .mt75 {
    margin-top: 75px !important;
  }
}

.mb75 {
  margin-bottom: 37.5px;
}
@media screen and (min-width: 961px) {
  .mb75 {
    margin-bottom: 75px !important;
  }
}

.mr75 {
  margin-right: 37.5px;
}
@media screen and (min-width: 961px) {
  .mr75 {
    margin-top: 75px !important;
  }
}

.ml75 {
  margin-left: 37.5px;
}
@media screen and (min-width: 961px) {
  .ml75 {
    margin-bottom: 75px !important;
  }
}

.pt75 {
  padding-top: 37.5px;
}
@media screen and (min-width: 961px) {
  .pt75 {
    padding-top: 75px !important;
  }
}

.pb75 {
  padding-bottom: 37.5px;
}
@media screen and (min-width: 961px) {
  .pb75 {
    padding-bottom: 75px !important;
  }
}

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

.mb80 {
  margin-bottom: 40px;
}
@media screen and (min-width: 961px) {
  .mb80 {
    margin-bottom: 80px !important;
  }
}

.mr80 {
  margin-right: 40px;
}
@media screen and (min-width: 961px) {
  .mr80 {
    margin-top: 80px !important;
  }
}

.ml80 {
  margin-left: 40px;
}
@media screen and (min-width: 961px) {
  .ml80 {
    margin-bottom: 80px !important;
  }
}

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

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

.mt85 {
  margin-top: 42.5px;
}
@media screen and (min-width: 961px) {
  .mt85 {
    margin-top: 85px !important;
  }
}

.mb85 {
  margin-bottom: 42.5px;
}
@media screen and (min-width: 961px) {
  .mb85 {
    margin-bottom: 85px !important;
  }
}

.mr85 {
  margin-right: 42.5px;
}
@media screen and (min-width: 961px) {
  .mr85 {
    margin-top: 85px !important;
  }
}

.ml85 {
  margin-left: 42.5px;
}
@media screen and (min-width: 961px) {
  .ml85 {
    margin-bottom: 85px !important;
  }
}

.pt85 {
  padding-top: 42.5px;
}
@media screen and (min-width: 961px) {
  .pt85 {
    padding-top: 85px !important;
  }
}

.pb85 {
  padding-bottom: 42.5px;
}
@media screen and (min-width: 961px) {
  .pb85 {
    padding-bottom: 85px !important;
  }
}

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

.mb90 {
  margin-bottom: 45px;
}
@media screen and (min-width: 961px) {
  .mb90 {
    margin-bottom: 90px !important;
  }
}

.mr90 {
  margin-right: 45px;
}
@media screen and (min-width: 961px) {
  .mr90 {
    margin-top: 90px !important;
  }
}

.ml90 {
  margin-left: 45px;
}
@media screen and (min-width: 961px) {
  .ml90 {
    margin-bottom: 90px !important;
  }
}

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

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

.mt95 {
  margin-top: 47.5px;
}
@media screen and (min-width: 961px) {
  .mt95 {
    margin-top: 95px !important;
  }
}

.mb95 {
  margin-bottom: 47.5px;
}
@media screen and (min-width: 961px) {
  .mb95 {
    margin-bottom: 95px !important;
  }
}

.mr95 {
  margin-right: 47.5px;
}
@media screen and (min-width: 961px) {
  .mr95 {
    margin-top: 95px !important;
  }
}

.ml95 {
  margin-left: 47.5px;
}
@media screen and (min-width: 961px) {
  .ml95 {
    margin-bottom: 95px !important;
  }
}

.pt95 {
  padding-top: 47.5px;
}
@media screen and (min-width: 961px) {
  .pt95 {
    padding-top: 95px !important;
  }
}

.pb95 {
  padding-bottom: 47.5px;
}
@media screen and (min-width: 961px) {
  .pb95 {
    padding-bottom: 95px !important;
  }
}

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

.mb100 {
  margin-bottom: 50px;
}
@media screen and (min-width: 961px) {
  .mb100 {
    margin-bottom: 100px !important;
  }
}

.mr100 {
  margin-right: 50px;
}
@media screen and (min-width: 961px) {
  .mr100 {
    margin-top: 100px !important;
  }
}

.ml100 {
  margin-left: 50px;
}
@media screen and (min-width: 961px) {
  .ml100 {
    margin-bottom: 100px !important;
  }
}

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

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

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

.mb110 {
  margin-bottom: 55px;
}
@media screen and (min-width: 961px) {
  .mb110 {
    margin-bottom: 110px !important;
  }
}

.mr110 {
  margin-right: 55px;
}
@media screen and (min-width: 961px) {
  .mr110 {
    margin-top: 110px !important;
  }
}

.ml110 {
  margin-left: 55px;
}
@media screen and (min-width: 961px) {
  .ml110 {
    margin-bottom: 110px !important;
  }
}

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

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

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

.mb120 {
  margin-bottom: 60px;
}
@media screen and (min-width: 961px) {
  .mb120 {
    margin-bottom: 120px !important;
  }
}

.mr120 {
  margin-right: 60px;
}
@media screen and (min-width: 961px) {
  .mr120 {
    margin-top: 120px !important;
  }
}

.ml120 {
  margin-left: 60px;
}
@media screen and (min-width: 961px) {
  .ml120 {
    margin-bottom: 120px !important;
  }
}

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

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

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

.mb130 {
  margin-bottom: 65px;
}
@media screen and (min-width: 961px) {
  .mb130 {
    margin-bottom: 130px !important;
  }
}

.mr130 {
  margin-right: 65px;
}
@media screen and (min-width: 961px) {
  .mr130 {
    margin-top: 130px !important;
  }
}

.ml130 {
  margin-left: 65px;
}
@media screen and (min-width: 961px) {
  .ml130 {
    margin-bottom: 130px !important;
  }
}

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

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

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

.mb140 {
  margin-bottom: 70px;
}
@media screen and (min-width: 961px) {
  .mb140 {
    margin-bottom: 140px !important;
  }
}

.mr140 {
  margin-right: 70px;
}
@media screen and (min-width: 961px) {
  .mr140 {
    margin-top: 140px !important;
  }
}

.ml140 {
  margin-left: 70px;
}
@media screen and (min-width: 961px) {
  .ml140 {
    margin-bottom: 140px !important;
  }
}

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

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

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

.mb150 {
  margin-bottom: 75px;
}
@media screen and (min-width: 961px) {
  .mb150 {
    margin-bottom: 150px !important;
  }
}

.mr150 {
  margin-right: 75px;
}
@media screen and (min-width: 961px) {
  .mr150 {
    margin-top: 150px !important;
  }
}

.ml150 {
  margin-left: 75px;
}
@media screen and (min-width: 961px) {
  .ml150 {
    margin-bottom: 150px !important;
  }
}

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

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

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

.mb160 {
  margin-bottom: 80px;
}
@media screen and (min-width: 961px) {
  .mb160 {
    margin-bottom: 160px !important;
  }
}

.mr160 {
  margin-right: 80px;
}
@media screen and (min-width: 961px) {
  .mr160 {
    margin-top: 160px !important;
  }
}

.ml160 {
  margin-left: 80px;
}
@media screen and (min-width: 961px) {
  .ml160 {
    margin-bottom: 160px !important;
  }
}

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

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

.mt170 {
  margin-top: 85px;
}
@media screen and (min-width: 961px) {
  .mt170 {
    margin-top: 170px !important;
  }
}

.mb170 {
  margin-bottom: 85px;
}
@media screen and (min-width: 961px) {
  .mb170 {
    margin-bottom: 170px !important;
  }
}

.mr170 {
  margin-right: 85px;
}
@media screen and (min-width: 961px) {
  .mr170 {
    margin-top: 170px !important;
  }
}

.ml170 {
  margin-left: 85px;
}
@media screen and (min-width: 961px) {
  .ml170 {
    margin-bottom: 170px !important;
  }
}

.pt170 {
  padding-top: 85px;
}
@media screen and (min-width: 961px) {
  .pt170 {
    padding-top: 170px !important;
  }
}

.pb170 {
  padding-bottom: 85px;
}
@media screen and (min-width: 961px) {
  .pb170 {
    padding-bottom: 170px !important;
  }
}

.mt180 {
  margin-top: 90px;
}
@media screen and (min-width: 961px) {
  .mt180 {
    margin-top: 180px !important;
  }
}

.mb180 {
  margin-bottom: 90px;
}
@media screen and (min-width: 961px) {
  .mb180 {
    margin-bottom: 180px !important;
  }
}

.mr180 {
  margin-right: 90px;
}
@media screen and (min-width: 961px) {
  .mr180 {
    margin-top: 180px !important;
  }
}

.ml180 {
  margin-left: 90px;
}
@media screen and (min-width: 961px) {
  .ml180 {
    margin-bottom: 180px !important;
  }
}

.pt180 {
  padding-top: 90px;
}
@media screen and (min-width: 961px) {
  .pt180 {
    padding-top: 180px !important;
  }
}

.pb180 {
  padding-bottom: 90px;
}
@media screen and (min-width: 961px) {
  .pb180 {
    padding-bottom: 180px !important;
  }
}

.mt190 {
  margin-top: 95px;
}
@media screen and (min-width: 961px) {
  .mt190 {
    margin-top: 190px !important;
  }
}

.mb190 {
  margin-bottom: 95px;
}
@media screen and (min-width: 961px) {
  .mb190 {
    margin-bottom: 190px !important;
  }
}

.mr190 {
  margin-right: 95px;
}
@media screen and (min-width: 961px) {
  .mr190 {
    margin-top: 190px !important;
  }
}

.ml190 {
  margin-left: 95px;
}
@media screen and (min-width: 961px) {
  .ml190 {
    margin-bottom: 190px !important;
  }
}

.pt190 {
  padding-top: 95px;
}
@media screen and (min-width: 961px) {
  .pt190 {
    padding-top: 190px !important;
  }
}

.pb190 {
  padding-bottom: 95px;
}
@media screen and (min-width: 961px) {
  .pb190 {
    padding-bottom: 190px !important;
  }
}

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

.mb200 {
  margin-bottom: 100px;
}
@media screen and (min-width: 961px) {
  .mb200 {
    margin-bottom: 200px !important;
  }
}

.mr200 {
  margin-right: 100px;
}
@media screen and (min-width: 961px) {
  .mr200 {
    margin-top: 200px !important;
  }
}

.ml200 {
  margin-left: 100px;
}
@media screen and (min-width: 961px) {
  .ml200 {
    margin-bottom: 200px !important;
  }
}

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  height: 100%;
  letter-spacing: 0.07em;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  background: #faf5e2;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

img {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media screen and (min-width: 961px) {
  .sp-visible {
    display: none !important;
  }
}

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

@media screen and (min-width: 451px) {
  .mb-visible {
    display: none !important;
  }
}

@media screen and (max-width: 450px) {
  .tb-visible {
    display: none !important;
  }
}

.wrapper {
  margin-inline: auto;
  max-width: 1100px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .wrapper {
    padding-inline: 20px;
  }
}

.wrapper_1000 {
  margin-inline: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .wrapper_1000 {
    padding-inline: 20px;
  }
}

#contents {
  overflow: hidden;
}

.f-bold {
  font-weight: bold !important;
}

.font-anton {
  font-weight: 400;
  font-family: "Anton", sans-serif;
}

.bg_gray {
  background: #f1ebd8 !important;
}

.c_orange {
  color: #da572b !important;
}

.header {
  position: relative;
}

.header-logo {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #faf5e2;
  border-radius: 0 0 15px 0;
  width: 95px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .header-logo {
    width: 150px;
    height: 130px;
  }
}
.header-logo .logo {
  background-image: url(../img/common/logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  width: auto;
  height: 60px;
}
@media screen and (min-width: 961px) {
  .header-logo .logo {
    height: 100px;
  }
}

.header-nav {
  display: none;
  background: #f1ebd8;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 120px 30px;
  z-index: 99;
}
.header-nav.is-open {
  display: block;
}
.header-nav .nav-list {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .header-nav .nav-list {
    gap: 40px;
  }
}
.header-nav .nav-list .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  line-height: 1.1;
  text-align: center;
  padding-top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .header-nav .nav-list .nav {
    font-size: 4rem;
  }
}
.header-nav .nav-list .nav:hover {
  color: #e9c12b;
}

.navBtn {
  cursor: pointer;
  background: #4b3c34;
  border-radius: 15px;
  width: 50px;
  height: 50px;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 100;
}
@media screen and (min-width: 961px) {
  .navBtn {
    width: 80px;
    height: 80px;
    top: 30px;
    right: 30px;
  }
}
.navBtn .mark {
  background: #fff;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .navBtn .mark {
    width: 35px;
  }
}
.navBtn .mark::before, .navBtn .mark::after {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navBtn .mark::before {
  top: -7px;
}
@media screen and (min-width: 961px) {
  .navBtn .mark::before {
    top: -10px;
  }
}
.navBtn .mark::after {
  bottom: -7px;
}
@media screen and (min-width: 961px) {
  .navBtn .mark::after {
    bottom: -10px;
  }
}
.navBtn.is-open {
  background: #4b3c34;
}
.navBtn.is-open .mark {
  background: none;
}
.navBtn.is-open .mark::before {
  top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.navBtn.is-open .mark::after {
  bottom: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.footer {
  background: #4a3b33;
  padding: 40px 0 25px;
}
@media screen and (min-width: 961px) {
  .footer {
    padding: 70px 0 40px;
  }
}
.footer-logo {
  text-align: center;
}
.footer-nav {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 961px) {
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 50px;
    margin-top: 40px;
  }
}
.footer-nav-link {
  color: #fff;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .footer-nav-link {
    font-size: 1.8rem;
  }
}
.footer-nav-link:hover {
  color: #e9c12b;
}
.footer-cta {
  border-top: 1px solid #b9aba0;
  margin-top: 20px;
  padding: 30px 20px 0;
}
@media screen and (min-width: 961px) {
  .footer-cta {
    margin-top: 30px;
    padding-top: 40px;
  }
}
.footer-cta-title {
  color: #fff;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.1;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .footer-cta-title {
    font-size: 3.5rem;
  }
}
.footer-cta-el {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  margin: 15px auto 0;
  max-width: 900px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .footer-cta-el {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 20px auto 0;
  }
}
.footer-cta-link {
  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;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  min-height: 50px;
  padding: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .footer-cta-link {
    font-size: 1.5rem;
  }
}
.footer-cta-link:hover {
  background: #fff;
  color: #333;
}
.footer-copyright {
  border-top: 1px solid #b9aba0;
  color: #fff;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.07em;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 961px) {
  .footer-copyright {
    font-size: 1.3rem;
    margin-top: 40px;
    padding-top: 40px;
  }
}

@media screen and (max-width: 960px) {
  .top-mv {
    padding-top: 80px;
  }
}

.top-concept {
  width: 100%;
  max-width: 1280px;
  margin: 65px auto 0;
  padding-inline: 20px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .top-concept {
    min-height: 650px;
    margin: 130px auto 0;
    padding-inline: 280px;
  }
}
.top-concept::before {
  content: "";
  background-image: url(../img/top/bg_concept.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  aspect-ratio: 1231/654;
  width: 400%;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 961px) {
  .top-concept::before {
    width: 160%;
    top: -50px;
  }
}
@media screen and (min-width: 1601px) {
  .top-concept::before {
    width: 200%;
  }
}
@media screen and (max-width: 960px) {
  .top-concept-el {
    padding: 35px 0;
  }
}
.top-concept-title {
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .top-concept-title {
    font-size: 5.5rem;
  }
}
.top-concept-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .top-concept-text {
    font-size: 1.8rem;
  }
}
.top-concept-text .en {
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 1.8rem;
}
@media screen and (min-width: 961px) {
  .top-concept-text .en {
    font-size: 2rem;
  }
}
.top-concept-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 961px) {
  .top-concept-img {
    display: -ms-grid;
    display: grid;
    gap: 50px;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 961px) {
  .top-concept-img__left {
    left: 0;
  }
}
@media screen and (min-width: 961px) {
  .top-concept-img__right {
    right: 0;
  }
}

.top-news {
  padding-top: 75px;
}
@media screen and (min-width: 961px) {
  .top-news {
    padding-top: 150px;
  }
}

.top-instagram {
  margin-top: 40px;
}
@media screen and (min-width: 961px) {
  .top-instagram {
    margin-top: 60px;
  }
}
.top-instagram-el {
  border-top: 1px solid #b9aba0;
  padding: 40px 0 75px;
}
@media screen and (min-width: 961px) {
  .top-instagram-el {
    padding: 50px 0 150px;
  }
}
.top-instagram-feed {
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .top-instagram-feed {
    margin-top: 30px;
  }
}

.top-artists {
  padding: 65px 0 75px;
}
@media screen and (min-width: 961px) {
  .top-artists {
    padding: 130px 0 150px;
  }
}

.top-event {
  background-image: url(../img/top/bg_event.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 65px 0 75px;
}
@media screen and (min-width: 961px) {
  .top-event {
    padding: 130px 0 150px;
  }
}
.top-event-list {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}
@media screen and (min-width: 961px) {
  .top-event-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.top-food {
  padding: 65px 0 75px;
}
@media screen and (min-width: 961px) {
  .top-food {
    padding: 130px 0 150px;
  }
}
.top-food-el {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
@media screen and (min-width: 961px) {
  .top-food-el {
    -ms-grid-columns: 500px 50px 1fr;
    grid-template-columns: 500px 1fr;
    gap: 50px;
  }
}
.top-food-text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .top-food-text {
    font-size: 1.8rem;
  }
}

.top-faq {
  background-image: url(../img/top/bg_faq.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 50px 0 60px;
}
@media screen and (min-width: 961px) {
  .top-faq {
    padding: 100px 0 120px;
  }
}

.top-access {
  padding: 65px 0 75px;
}
@media screen and (min-width: 961px) {
  .top-access {
    padding: 130px 0 150px;
  }
}
.top-access-gmap {
  width: 100%;
  height: 350px;
}
@media screen and (min-width: 961px) {
  .top-access-gmap {
    height: 450px;
  }
}
.top-access-gmap iframe {
  width: 100%;
  height: 100%;
}

.top-sponsors {
  background: #fff;
  padding: 45px 0;
}
@media screen and (min-width: 961px) {
  .top-sponsors {
    padding: 90px 0;
  }
}

.top-bnr {
  padding: 35px 0;
}
@media screen and (min-width: 961px) {
  .top-bnr {
    padding: 70px 0;
  }
}
.top-bnr-link {
  display: -ms-grid;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 961px) {
  .top-bnr-link {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

.box-news-01 {
  display: -ms-grid;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 451px) {
  .box-news-01 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 961px) {
  .box-news-01 {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
  }
}
.box-news-01 .list:hover .list-date {
  color: #e9c12b;
}
.box-news-01 .list:hover .list-title {
  color: #e9c12b;
}
.box-news-01 .list:hover .list-btn .btn {
  color: #e9c12b;
}
.box-news-01 .list:hover .list-btn .btn::after {
  background: #e9c12b;
}
.box-news-01 .list-date {
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 1.4rem;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .box-news-01 .list-date {
    font-size: 1.5rem;
    margin-top: 20px;
  }
}
.box-news-01 .list-title {
  color: #575757;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .box-news-01 .list-title {
    font-size: 1.8rem;
  }
}
.box-news-01 .list-btn {
  text-align: right;
  margin-top: 10px;
}
.box-news-01 .list-btn .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e9c12b;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.1;
  padding: 0 20px 8px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .box-news-01 .list-btn .btn {
    font-size: 1.5rem;
  }
}
.box-news-01 .list-btn .btn::after {
  content: "";
  background: #333;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 6px;
  height: 10px;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.box-news-01 .list-btn .btn.en {
  font-weight: 400;
  font-family: "Anton", sans-serif;
}

.unit-title-01 {
  text-align: center;
}
.unit-title-01 .en {
  margin-bottom: -10px;
}
@media screen and (max-width: 960px) {
  .unit-title-01 .en-img {
    width: auto;
    max-height: 90px;
  }
}
.unit-title-01 .ja {
  display: inline-block;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-inline: 45px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .unit-title-01 .ja {
    font-size: 2.2rem;
  }
}
.unit-title-01 .ja::before, .unit-title-01 .ja::after {
  content: "";
  background: #333;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.unit-title-01 .ja::before {
  left: 0;
}
.unit-title-01 .ja::after {
  right: 0;
}

.unit-title-02 {
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 961px) {
  .unit-title-02 {
    font-size: 4rem;
  }
}
.unit-title-02 .f-max, .unit-title-02.f-max {
  font-size: 3.6rem;
}
@media screen and (min-width: 961px) {
  .unit-title-02 .f-max, .unit-title-02.f-max {
    font-size: 5.5rem;
  }
}

.unit-title-03 {
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1.15;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .unit-title-03 {
    font-size: 4rem;
  }
}
.unit-title-03::before {
  content: "";
  background: #e9c12b;
  width: 2px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.unit-title-04 {
  border-bottom: 1px dotted #333;
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (min-width: 961px) {
  .unit-title-04 {
    font-size: 2.2rem;
  }
}

.unit-text-01 {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 961px) {
  .unit-text-01 {
    font-size: 1.6rem;
  }
}

.unit-btn-01 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.unit-btn-01 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #633c1f;
  border-radius: 30px;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  line-height: 1.1;
  min-width: 300px;
  min-height: 50px;
  padding: 5px 30px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .unit-btn-01 .btn {
    font-size: 1.8rem;
  }
}
.unit-btn-01 .btn::before {
  content: "";
  background: #b9aba0;
  border: 1px solid #633c1f;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  z-index: -1;
}
.unit-btn-01 .btn::after {
  content: "";
  background: #333;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.unit-btn-01 .btn.icon_pdf::after {
  background-color: transparent;
  background-image: url(../img/common/icon_pdf.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  clip-path: none;
  width: 16px;
  height: 13px;
}
.unit-btn-01 .btn:hover {
  background: #e9c12b;
}

.unit-btn-02 .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 2px solid #e9c12b;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
  line-height: 1.1;
  padding: 0 20px 8px 0;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .unit-btn-02 .btn {
    font-size: 1.5rem;
  }
}
.unit-btn-02 .btn::after {
  content: "";
  background: #333;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 6px;
  height: 10px;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.unit-btn-02 .btn.en {
  font-weight: 400;
  font-family: "Anton", sans-serif;
}
.unit-btn-02 .btn:hover {
  color: #e9c12b;
}
.unit-btn-02 .btn:hover::after {
  background: #e9c12b;
}

.unit-list-01 .list-el {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  border-bottom: 1px dotted #333;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2;
  padding: 20px 0;
}
@media screen and (min-width: 961px) {
  .unit-list-01 .list-el {
    -ms-grid-columns: 180px 1fr;
    grid-template-columns: 180px 1fr;
    font-size: 1.6rem;
  }
}
.unit-list-01 .list-title {
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}
.unit-list-01 .list-title::before {
  content: "";
  aspect-ratio: 1/1;
  border: 2px solid #633c1f;
  border-radius: 50%;
  width: 12px;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (min-width: 961px) {
  .unit-list-01 .list-title::before {
    top: 11px;
  }
}

.unit-logoList-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media screen and (min-width: 961px) {
  .unit-logoList-01 {
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
  }
}

.unit-faq-01 {
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 961px) {
  .unit-faq-01 {
    gap: 15px;
  }
}
.unit-faq-01 .faq-wrap {
  background: #fff;
}
.unit-faq-01 .faq-q {
  cursor: pointer;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
  padding: 15px 50px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .unit-faq-01 .faq-q {
    font-size: 1.6rem;
    padding: 20px 75px;
  }
}
.unit-faq-01 .faq-q::before {
  content: "Q.";
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 19px;
  left: 20px;
}
@media screen and (min-width: 961px) {
  .unit-faq-01 .faq-q::before {
    font-size: 2.2rem;
    top: 23px;
    left: 30px;
  }
}
.unit-faq-01 .faq-q::after {
  content: "";
  background: #333;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 12px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .unit-faq-01 .faq-q::after {
    right: 30px;
  }
}
.unit-faq-01 .faq-q.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.unit-faq-01 .faq-a {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
  height: 0;
  overflow: hidden;
  padding: 0 40px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 961px) {
  .unit-faq-01 .faq-a {
    font-size: 1.6rem;
    padding: 0 75px;
  }
}
.unit-faq-01 .faq-a::before {
  content: "A.";
  color: #da572b;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 961px) {
  .unit-faq-01 .faq-a::before {
    font-size: 2.2rem;
    top: 23px;
    left: 30px;
  }
}
.unit-faq-01 .faq-a::after {
  content: "";
  border-top: 1px dotted #b9aba0;
  width: calc(100% - 40px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 961px) {
  .unit-faq-01 .faq-a::after {
    width: calc(100% - 60px);
  }
}
.unit-faq-01 .faq-a.is-open {
  height: auto;
  padding: 15px 20px 15px 50px;
}
@media screen and (min-width: 961px) {
  .unit-faq-01 .faq-a.is-open {
    padding: 20px 75px;
  }
}

.unit-card-01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 15px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 20px;
  }
}
.unit-card-01 .item {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.unit-card-01 .item-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .item-cat {
    margin-top: 15px;
  }
}
.unit-card-01 .item-cat .cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  color: #fff;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  padding: 2px 10px;
  min-height: 25px;
}
.unit-card-01 .item-cat .day-01 {
  border-color: #ca1856;
  color: #ca1856;
}
.unit-card-01 .item-cat .day-02 {
  border-color: #da8f29;
  color: #da8f29;
}
.unit-card-01 .item-cat .stage-matsuri {
  border-color: #4a888e;
  background: #4a888e;
}
.unit-card-01 .item-cat .stage-chura {
  border-color: #da8f29;
  background: #da8f29;
}
.unit-card-01 .item-title {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .item-title {
    font-size: 1.8rem;
  }
}
.unit-card-01 .modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.unit-card-01 .modal::-webkit-scrollbar {
  display: none;
}
.unit-card-01 .modal-box {
  display: -ms-grid;
  display: grid;
  background: #faf5e2;
  margin: 10% auto;
  max-width: 900px;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .modal-box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.unit-card-01 .modal-el {
  padding: 20px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .modal-el {
    padding: 40px;
  }
}
.unit-card-01 .modal-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.unit-card-01 .modal-cat .cat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
  color: #fff;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
  padding: 2px 10px;
  min-height: 25px;
}
.unit-card-01 .modal-cat .day-01 {
  border-color: #ca1856;
  color: #ca1856;
}
.unit-card-01 .modal-cat .day-02 {
  border-color: #da8f29;
  color: #da8f29;
}
.unit-card-01 .modal-cat .stage-matsuri {
  border-color: #4a888e;
  background: #4a888e;
}
.unit-card-01 .modal-cat .stage-chura {
  border-color: #da8f29;
  background: #da8f29;
}
.unit-card-01 .modal-title {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 15px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .modal-title {
    font-size: 2rem;
  }
}
.unit-card-01 .modal-text {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .modal-text {
    font-size: 1.6rem;
  }
}
.unit-card-01 .modal-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #b9aba0;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .modal-sns {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.unit-card-01 .modal-sns .icon {
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .modal-sns .icon {
    width: 35px;
  }
}
.unit-card-01 .modal-sns .icon_i {
  background-image: url(../img/common/icon_instagram.png);
}
.unit-card-01 .modal-sns .icon_x {
  background-image: url(../img/common/icon_x.png);
}
.unit-card-01 .modal .modalClose {
  background: #333;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 961px) {
  .unit-card-01 .modal .modalClose {
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
  }
}
.unit-card-01 .modal .modalClose::before {
  content: "×";
  color: #fff;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .unit-card-01 .modal .modalClose::before {
    font-size: 8rem;
    top: calc(50% - 8px);
  }
}

.unit-card-02 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 15px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 15px;
}
@media screen and (min-width: 961px) {
  .unit-card-02 {
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 40px 20px;
  }
}
.unit-card-02 .item {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
}
.unit-card-02 .item-title {
  font-weight: 700;
  font-size: 1.4rem;
  text-align: left;
  margin-top: 10px;
}
@media screen and (min-width: 961px) {
  .unit-card-02 .item-title {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.unit-card-02 .modal {
  display: none;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.unit-card-02 .modal::-webkit-scrollbar {
  display: none;
}
.unit-card-02 .modal-box {
  display: -ms-grid;
  display: grid;
  background: #faf5e2;
  margin: 10% auto;
  max-width: 900px;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .unit-card-02 .modal-box {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.unit-card-02 .modal-el {
  padding: 20px;
}
@media screen and (min-width: 961px) {
  .unit-card-02 .modal-el {
    padding: 40px;
  }
}
.unit-card-02 .modal-title {
  font-weight: 700;
  font-size: 1.6rem;
  text-align: left;
  margin-top: 15px;
}
@media screen and (min-width: 961px) {
  .unit-card-02 .modal-title {
    font-size: 2rem;
  }
}
.unit-card-02 .modal-text {
  font-size: 1.4rem;
  text-align: left;
  margin-top: 20px;
}
@media screen and (min-width: 961px) {
  .unit-card-02 .modal-text {
    font-size: 1.6rem;
  }
}
.unit-card-02 .modal-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #b9aba0;
  margin-top: 30px;
  padding-top: 30px;
}
@media screen and (min-width: 961px) {
  .unit-card-02 .modal-sns {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.unit-card-02 .modal-sns .icon {
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 30px;
}
@media screen and (min-width: 961px) {
  .unit-card-02 .modal-sns .icon {
    width: 35px;
  }
}
.unit-card-02 .modal-sns .icon_i {
  background-image: url(../img/common/icon_instagram.png);
}
.unit-card-02 .modal-sns .icon_x {
  background-image: url(../img/common/icon_x.png);
}
.unit-card-02 .modal .modalClose {
  background: #333;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  right: -10px;
}
@media screen and (min-width: 961px) {
  .unit-card-02 .modal .modalClose {
    width: 80px;
    height: 80px;
    top: -40px;
    right: -40px;
  }
}
.unit-card-02 .modal .modalClose::before {
  content: "×";
  color: #fff;
  font-weight: 400;
  font-family: "Anton", sans-serif;
  font-size: 5rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 961px) {
  .unit-card-02 .modal .modalClose::before {
    font-size: 8rem;
    top: calc(50% - 8px);
  }
}