@charset "UTF-8";
/************************************************

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

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

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

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

.pc {
  display: none;
}
@media screen and (min-width: 961px) {
  .pc {
    display: block;
  }
}

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

html

-------------------------------*/
html,
body {
  font: 13px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}
@media screen and (min-width: 961px) {
  html,
  body {
    font: 16px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hover {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

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

@PC - style.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
#comment .comment-bg {
  background-image: url(../img/bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
@media screen and (min-width: 961px) {
  #comment .comment-bg {
    padding: 0 0 3rem;
    background-image: url(../img/bg.webp);
  }
}

.comment-ttl-box {
  text-align: center;
  padding: 40px 0 0;
  background-image: url(../img/header_bg_sp.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 961px) {
  .comment-ttl-box {
    background-image: url(../img/header_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.comment-ttl-logo {
  width: 45%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 961px) {
  .comment-ttl-logo {
    width: 15%;
  }
}

.comment-ttl-box-head {
  background-color: #fff;
  padding: 0.75rem 0;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 961px) {
  .comment-ttl-box-head {
    margin-bottom: 5rem;
  }
}

.comment-ttl {
  color: #c9006d;
  font-family: "Charmonman", cursive;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.25rem;
  font-weight: 400 !important;
  margin-bottom: 0.75rem;
}

.comment-ttl-exp {
  font-size: 0.75rem;
  color: #000;
}

.comment-wrapper {
  max-width: 1100px;
  margin: 0 auto 3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 961px) {
  .comment-wrapper {
    margin: 0 auto 5rem;
  }
}

.comment-box {
  width: 95%;
  padding: 15px 15px 0;
  margin: 10px;
}
@media screen and (min-width: 961px) {
  .comment-box {
    width: 45%;
    padding: 15px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

.comment-footer {
  margin: 1rem auto 0;
  text-align: center;
  background-color: #fff;
  padding: 30px 0;
}
.comment-footer .copy-right {
  font-size: 7px;
  color: #000;
  letter-spacing: -0.015em;
}
@media screen and (min-width: 961px) {
  .comment-footer .copy-right {
    font-size: 10px;
  }
}

.top-btn {
  margin: 0 auto 2rem;
  text-align: center;
}
.top-btn a {
  background-color: #c9006d;
  color: #fff;
  padding: 20px 35px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1.25rem;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
@media screen and (min-width: 961px) {
  .top-btn a {
    padding: 18px 50px;
    font-size: 1rem;
  }
}

.w100 {
  width: 100%;
  vertical-align: bottom;
}/*# sourceMappingURL=style.css.map */