@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap");

div.GenreStyle_,
h1.genre_name_img_ {
  display: none
}

#pgFree {
  width: 760px;
  font-size: 15px;
  line-height: normal;
  margin: 0 auto 0px;
  padding-bottom: 40px
}

#pgFree .pcbr {
  display: block
}

#pgFree .spbr {
  display: none
}

#pgFree a {
  display: block
}

#pgFree a:hover img {
  opacity: 0.7
}

#pgFree h1,
#pgFree h2,
#pgFree h3,
#pgFree h4,
#pgFree p {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-weight: normal
}

#pgFree h1:has(img),
#pgFree h2:has(img),
#pgFree h3:has(img),
#pgFree h4:has(img),
#pgFree p:has(img) {
  line-height: 0
}

#pgFree h4 {
  background-image: none !important
}

#pgFree img {
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast
}

#pgFree span {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  font-weight: inherit
}

#pgFree ol,
#pgFree ul {
  margin: 0;
  padding: 0
}

#pgFree ol>li,
#pgFree ul>li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  list-style: none;
  line-height: inherit
}

#pgFree .ti_1>* {
  padding-left: 1em;
  text-indent: -1em
}

#pgFree .ti_1:not(ul):not(ol) {
  padding-left: 1em;
  text-indent: -1em
}

#pgFree>div .inner_cont {
  margin: 30px 0 0
}

#pgFree>div .inner_cont.outline>h2 {
  background-color: #ce3221;
  border-radius: 15px 15px 0 0
}

#pgFree>div .inner_cont.outline>div {
  border: solid 3px #ce3221;
  border-radius: 0 0 15px 15px;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

#pgFree>div .inner_cont.outline>div.contwrap {
  padding: 30px 40px;
  background-color: #f2dfd9
}

#pgFree>div .inner_cont>h2 {
  background-color: #F85B54;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg);
  font-size: 32px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  border-radius: 15px
}

#pgFree>div .inner_cont>h2:has(>img) {
  line-height: 0
}

#pgFree>div .inner_cont>h2:has(>img) img {
  max-width: 480px;
  margin: 0 auto;
  line-height: 0
}

#pgFree>div .inner_cont .inner_section {
  margin-top: 20px
}

#pgFree>div .inner_cont .inner_section~.inner_section {
  margin-top: 40px
}

#pgFree>div .inner_cont .inner_section>h3 {
  background-color: #ce3221;
  font-size: 20px;
  line-height: 38px;
  font-weight: 700;
  color: #FFF;
  text-align: center
}

#pgFree>div .inner_cont .inner_section>h3.border-h {
  background-color: transparent;
  color: #222;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75em
}

#pgFree>div .inner_cont .inner_section>h3.border-h::before,
#pgFree>div .inner_cont .inner_section>h3.border-h::after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #ce3221;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}

#pgFree>div .inner_cont .inner_section>h3.border-h::before {
  display: none
}

#pgFree>div .inner_cont.chuui.outline {
  border-color: #cf1d15
}

#pgFree>div .inner_cont.chuui>h2 {
  background-color: #cf1d15;
  color: #FFF
}

#pgFree>div .inner_cont .redtext {
  color: #cf1d15
}

#pgFree>div .inner_cont div.redtext * {
  color: #cf1d15 !important
}

#pgFree>div .btn {
  max-width: 350px;
  width: 82%;
  margin: 20px auto 0
}

#pgFree>div .btn>a,
#pgFree>div .btn>span {
  position: relative;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  border-radius: 25px
}

#pgFree>div .btn>a::before,
#pgFree>div .btn>span::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 8px transparent;
  border-bottom: solid 8px transparent;
  border-right: solid 10px transparent;
  border-left-style: solid;
  border-left-width: 10px;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
  z-index: 5
}

#pgFree>div .btn>a:hover,
#pgFree>div .btn>span:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"
}

#pgFree>div .btn.down_arrow>a::before,
#pgFree>div .btn.down_arrow>span::before {
  border-top-style: solid;
  border-top-width: 10px;
  border-bottom: solid 10px transparent;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  right: 18px;
  top: calc(50% - 4px)
}

#pgFree>div .btn.down_arrow.small>a::before,
#pgFree>div .btn.down_arrow.small>span::before {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-right-width: 5px;
  border-left-width: 5px;
  right: 12px;
  top: calc(50% - 4px)
}

#pgFree>div .btn.down_arrow.rev>a::before,
#pgFree>div .btn.down_arrow.rev>span::before {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  left: 15px;
  right: auto
}

#pgFree>div .btn.down_arrow.rev.small>a::before,
#pgFree>div .btn.down_arrow.rev.small>span::before {
  left: 12px
}

#pgFree>div .btn.up_arrow>a::before,
#pgFree>div .btn.up_arrow>span::before {
  border-bottom-style: solid;
  border-bottom-width: 10px;
  border-top: solid 10px transparent;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
  right: 18px;
  top: calc(50% - 4px - 10px)
}

#pgFree>div .btn.up_arrow.small>a::before,
#pgFree>div .btn.up_arrow.small>span::before {
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-right-width: 5px;
  border-left-width: 5px;
  right: 12px;
  top: calc(50% - 4px - 8px)
}

#pgFree>div .btn.up_arrow.rev>a::before,
#pgFree>div .btn.up_arrow.rev>span::before {
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  left: 15px;
  right: auto
}

#pgFree>div .btn.up_arrow.rev.small>a::before,
#pgFree>div .btn.up_arrow.rev.small>span::before {
  left: 12px
}

#pgFree>div .btn.large {
  max-width: 480px;
  margin: 40px auto 0
}

#pgFree>div .btn.large>a,
#pgFree>div .btn.large>span {
  line-height: 60px;
  font-size: 22px;
  border-radius: 30px
}

#pgFree>div .btn.small {
  max-width: 240px;
  margin: 20px auto 0
}

#pgFree>div .btn.small>a,
#pgFree>div .btn.small>span {
  line-height: 40px;
  font-size: 17px;
  border-radius: 20px
}

#pgFree>div .btn.small>a::before,
#pgFree>div .btn.small>span::before {
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-right-width: 8px;
  border-left-width: 8px;
  right: 4px;
  top: calc(50% - 5px)
}

#pgFree>div .btn.rev:not(.down_arrow):not(.up_arrow)>a::before,
#pgFree>div .btn.rev:not(.down_arrow):not(.up_arrow)>span::before {
  border-left-width: 3px
}

#pgFree>div .btn.rev>a::before,
#pgFree>div .btn.rev>span::before {
  border-left-color: transparent;
  left: 15px;
  right: auto
}

#pgFree>div .btn.rev.small>a::before,
#pgFree>div .btn.rev.small>span::before {
  left: 7px
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pgFree>div .btn {
    margin: 15px auto 0
  }

  #pgFree>div .btn>a,
  #pgFree>div .btn>span {
    line-height: 40px;
    font-size: 4vw;
    border-radius: 20px
  }

  #pgFree>div .btn>a::before,
  #pgFree>div .btn>span::before {
    border-top-width: 1.6vw;
    border-bottom-width: 1.6vw;
    border-right-width: 2vw;
    border-left-width: 2vw;
    right: calc(20px - 2vw);
    top: calc(50% - 1.6vw)
  }

  #pgFree>div .btn.down_arrow>a::before,
  #pgFree>div .btn.down_arrow>span::before {
    border-top-width: 2vw;
    border-bottom-width: 2vw;
    border-right-width: 1.6vw;
    border-left-width: 1.6vw;
    top: calc(50% - 0.8vw + 0.2vw)
  }

  #pgFree>div .btn.down_arrow.small>a::before,
  #pgFree>div .btn.down_arrow.small>span::before {
    border-top-width: 1.6vw;
    border-bottom-width: 1.6vw;
    border-right-width: 1.2vw;
    border-left-width: 1.2vw;
    right: calc(15px - 1.2vw);
    top: calc(50% - 0.8vw + 0.2vw)
  }

  #pgFree>div .btn.down_arrow.rev>a::before,
  #pgFree>div .btn.down_arrow.rev>span::before {
    left: calc(20px - 1.0vw);
    right: auto;
    top: calc(50% - 0.8vw + 0.2vw)
  }

  #pgFree>div .btn.down_arrow.rev.small>a::before,
  #pgFree>div .btn.down_arrow.rev.small>span::before {
    left: calc(15px - 1.0vw);
    right: auto;
    top: calc(50% - 0.8vw + 0.2vw)
  }

  #pgFree>div .btn.up_arrow>a::before,
  #pgFree>div .btn.up_arrow>span::before {
    border-top-width: 2vw;
    border-bottom-width: 2vw;
    border-right-width: 1.6vw;
    border-left-width: 1.6vw;
    top: calc(50% - 0.8vw - 2vw)
  }

  #pgFree>div .btn.up_arrow.small>a::before,
  #pgFree>div .btn.up_arrow.small>span::before {
    border-top-width: 1.6vw;
    border-bottom-width: 1.6vw;
    border-right-width: 1.2vw;
    border-left-width: 1.2vw;
    right: calc(15px - 1.2vw);
    top: calc(50% - 0.8vw - 1.6vw)
  }

  #pgFree>div .btn.up_arrow.rev>a::before,
  #pgFree>div .btn.up_arrow.rev>span::before {
    left: calc(20px - 1.0vw);
    right: auto;
    top: calc(50% - 0.8vw - 2vw)
  }

  #pgFree>div .btn.up_arrow.rev.small>a::before,
  #pgFree>div .btn.up_arrow.rev.small>span::before {
    left: calc(15px - 1.0vw);
    right: auto;
    top: calc(50% - 0.8vw - 1.6vw)
  }

  #pgFree>div .btn.small>a,
  #pgFree>div .btn.small>span {
    line-height: 30px;
    font-size: 3.6vw;
    border-radius: 15px
  }

  #pgFree>div .btn.small>a::before,
  #pgFree>div .btn.small>span::before {
    border-top-width: 1.2vw;
    border-bottom-width: 1.2vw;
    border-right-width: 1.6vw;
    border-left-width: 1.6vw;
    right: calc(15px - 1.6vw);
    top: calc(50% - 1.2vw + 0.2vw)
  }

  #pgFree>div .btn.large {
    margin-top: 30px
  }

  #pgFree>div .btn.large>a,
  #pgFree>div .btn.large>span {
    line-height: 50px;
    font-size: 4vw;
    border-radius: 25px
  }

  #pgFree>div .btn.rev>a::before,
  #pgFree>div .btn.rev>span::before {
    left: calc(20px - 1vw);
    right: auto;
    top: calc(50% - 1.6vw)
  }

  #pgFree>div .btn.rev.small>a::before,
  #pgFree>div .btn.rev.small>span::before {
    left: calc(10px - 0.8vw);
    right: auto;
    top: calc(50% - 1.2vw + 0.2vw)
  }
}

#pgFree>div .btn>a,
#pgFree>div .btn>span {
  background-color: #ce3221
}

#pgFree>div .btn>a::before,
#pgFree>div .btn>span::before {
  border-left-color: #fff
}

#pgFree>div .btn>a,
#pgFree>div .btn>a:visited,
#pgFree>div .btn>span,
#pgFree>div .btn>span:visited {
  color: #fff
}

#pgFree>div .btn.down_arrow>a::before,
#pgFree>div .btn.down_arrow>span::before {
  border-left-color: transparent;
  border-top-color: #fff
}

#pgFree>div .btn.up_arrow>a::before,
#pgFree>div .btn.up_arrow>span::before {
  border-left-color: transparent;
  border-bottom-color: #fff
}

#pgFree>div .btn.rev>a::before,
#pgFree>div .btn.rev>span::before {
  border-left-color: transparent;
  border-right-color: #fff
}

#pgFree>div .btn.down_arrow.outline>a::before,
#pgFree>div .btn.down_arrow.outline>span::before,
#pgFree>div .btn.up_arrow.outline>a::before,
#pgFree>div .btn.up_arrow.outline>span::before {
  border-right-color: transparent;
  border-left-color: transparent
}

#pgFree>div .btn.down_arrow.outline.double.color_rev>a::before,
#pgFree>div .btn.down_arrow.outline.double.color_rev>span::before,
#pgFree>div .btn.up_arrow.outline.double.color_rev>a::before,
#pgFree>div .btn.up_arrow.outline.double.color_rev>span::before {
  border-right-color: transparent;
  border-left-color: transparent
}

#pgFree>div .btn.large.outline>a,
#pgFree>div .btn.large.outline>span {
  line-height: 54px
}

#pgFree>div .btn.large.outline.double>a::after,
#pgFree>div .btn.large.outline.double>span::after {
  border-radius: 26px
}

#pgFree>div .btn.small.outline>a,
#pgFree>div .btn.small.outline>span {
  line-height: 34px
}

#pgFree>div .btn.small.outline.double>a::after,
#pgFree>div .btn.small.outline.double>span::after {
  border-radius: 16px
}

#pgFree>div .btn.outline>a,
#pgFree>div .btn.outline>span {
  line-height: 44px;
  border-style: solid;
  border-width: 3px
}

#pgFree>div .btn.outline.double>a::after,
#pgFree>div .btn.outline.double>span::after {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 21px;
  border-style: solid;
  border-width: 1px
}

#pgFree>div .btn.outline.double.color_rev>a::after,
#pgFree>div .btn.outline.double.color_rev>span::after {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 0px;
  left: 0px
}

#pgFree>div .btn.rev.outline>a::before,
#pgFree>div .btn.rev.outline>span::before {
  border-left-color: transparent
}

#pgFree>div .btn.rev.outline.double.color_rev>a::before,
#pgFree>div .btn.rev.outline.double.color_rev>span::before {
  border-left-color: transparent
}

@media screen and (min-width: 0px) and (max-width: 767px) {

  #pgFree>div .btn.outline>a,
  #pgFree>div .btn.outline>span {
    line-height: 34px
  }

  #pgFree>div .btn.outline.small>a,
  #pgFree>div .btn.outline.small>span {
    line-height: 24px
  }

  #pgFree>div .btn.large.outline>a,
  #pgFree>div .btn.large.outline>span {
    line-height: 44px
  }
}

#pgFree>div .btn.down_arrow.outline>a::before,
#pgFree>div .btn.down_arrow.outline>span::before {
  border-left-color: transparent;
  border-top-color: #ce3221
}

#pgFree>div .btn.down_arrow.rev.outline>a::before,
#pgFree>div .btn.down_arrow.rev.outline>span::before {
  border-left-color: transparent;
  border-top-color: #ce3221
}

#pgFree>div .btn.up_arrow.outline>a::before,
#pgFree>div .btn.up_arrow.outline>span::before {
  border-left-color: transparent;
  border-bottom-color: #ce3221
}

#pgFree>div .btn.up_arrow.rev.outline>a::before,
#pgFree>div .btn.up_arrow.rev.outline>span::before {
  border-left-color: transparent;
  border-bottom-color: #ce3221
}

#pgFree>div .btn.outline>a,
#pgFree>div .btn.outline>span {
  background-color: #fff;
  border-color: #ce3221
}

#pgFree>div .btn.outline>a,
#pgFree>div .btn.outline>a:visited,
#pgFree>div .btn.outline>span,
#pgFree>div .btn.outline>span:visited {
  color: #ce3221
}

#pgFree>div .btn.outline>a::before,
#pgFree>div .btn.outline>span::before {
  border-left-color: #ce3221
}

#pgFree>div .btn.outline.double>a::after,
#pgFree>div .btn.outline.double>span::after {
  border-color: #ce3221
}

#pgFree>div .btn.rev.outline>a::before,
#pgFree>div .btn.rev.outline>span::before {
  border-left-color: transparent;
  border-right-color: #ce3221
}

#pgFree>div .about_block {
  padding: 5px 30px 30px;
  background-color: #FFF
}

#pgFree>div .about_block>div {
  padding-top: 25px
}

#pgFree>div .about_block>div>h3 {
  font-size: 19.2px;
  line-height: 1.65em;
  font-weight: bold
}

#pgFree>div .about_block>div>ul,
#pgFree>div .about_block>div>ol {
  padding-top: 5px
}

#pgFree>div .about_block>div>ul>li,
#pgFree>div .about_block>div>ol>li {
  padding-left: 1em;
  text-indent: -1em
}

#pgFree>div .about_block>div>ul>li>span,
#pgFree>div .about_block>div>ol>li>span {
  display: block
}

#pgFree>div .about_block>div>p {
  padding-left: 1em;
  text-indent: -1em
}

#pgFree>div .about_block>div>ul>li,
#pgFree>div .about_block>div>ol>li,
#pgFree>div .about_block>div>p {
  font-size: 120%;
  line-height: 1.5em
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pgFree>div .about_block {
    padding: 5px 20px 20px;
    background-color: #FFF;
    background-image: none
  }

  #pgFree>div .about_block>div {
    padding-top: 20px
  }

  #pgFree>div .about_block>div>h3 {
    font-size: 4.8vw;
    line-height: 1.5em
  }

  #pgFree>div .about_block>div>ul>li,
  #pgFree>div .about_block>div>ul>li>span,
  #pgFree>div .about_block>div>ol>li,
  #pgFree>div .about_block>div>ol>li>span {
    font-size: 3.84vw;
    line-height: 1.5em
  }

  #pgFree>div .about_block>div>ul>li,
  #pgFree>div .about_block>div>ol>li {
    padding-left: 1em;
    text-indent: -1em
  }

  #pgFree>div .about_block>div>p {
    font-size: 3.84vw;
    line-height: 1.5em
  }
}

#pgFree>div>p {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  background-color: #f2dfd9;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700
}

#pgFree>div>p>a {
  text-decoration: none
}

#pgFree>div>p>a,
#pgFree>div>p>a:visited {
  color: #ce3221
}

#pgFree>div>p>a>span {
  text-decoration: underline
}

#pgFree>div .wrap_box_style {
  background-color: #f2dfd9;
  padding: 30px;
  margin: 30px 0 0
}

#pgFree>div .wrap_box_style>div {
  padding: 40px;
  border-radius: 40px;
  /* border: dotted 3px #651c16; */
  background-color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg)
}

#pgFree>div #yoyaku_tex_wrap>div>h2 {
  display: inline-block;
  position: relative
}

#pgFree>div #yoyaku_tex_wrap>div>h2>span {
  position: relative;
  z-index: 1;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg);
  font-size: 24px;
  color: #651c16;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), color-stop(80%, #edaca9));
  background: linear-gradient(rgba(0, 0, 0, 0) 80%, #edaca9 80%)
}

#pgFree>div #yoyaku_tex_wrap>div>p {
  color: #651c16;
  margin-top: 15px;
  font-size: 18px
}

#pgFree>div .vt_item_lists .one_item {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: solid 10px #edaca9
}

#pgFree>div .vt_item_lists .one_item .tex {
  padding: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

#pgFree>div .vt_item_lists .one_item .tex>* {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

#pgFree>div .vt_item_lists .one_item .tex>h3 {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg);
  font-size: 24px;
  color: #651c16;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: dotted 3px #651c16;
  display: block;
  width: 100%
}

#pgFree>div .vt_item_lists .one_item .tex>h3>span {
  display: block;
  width: 4em;
  border-radius: 6px;
  background-color: #ce3221;
  text-align: center;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg);
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 5px
}

#pgFree>div .vt_item_lists .one_item .tex>h3+p {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg);
  font-size: 18px;
  color: #651c16;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%
}

#pgFree>div .vt_item_lists .one_item .tex .other_bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-size: 18px;
  color: #651c16
}

#pgFree>div .vt_item_lists .one_item .photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px
}

#pgFree>div .and_more {
  margin-top: 10px;
  background-color: #edaca9;
  border: solid 10px #edaca9
}

#pgFree>div .and_more>p {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg);
  font-size: 24px;
  color: #651c16;
  text-align: center;
  padding: 15px 0 5px
}

#pgFree>div #presents_wrap>div>h2 {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg);
  font-size: 28px;
  color: #ce3221
}

#pgFree>div #presents_wrap>div>h2>span {
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-0.05deg);
  transform: rotate(-0.05deg);
  font-size: 20px;
  color: #ce3221;
  display: block
}

#pgFree>div #presents_wrap>div>div {
  margin-top: 15px
}

#pgFree>div .s_size_tex {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  display: block;
  color: #651c16
}

#pgFree>div #cond_wrap .cond_list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px
}

#pgFree>div #cond_wrap .cond_list>li img {
  width: 75px
}

#pgFree>div #cond_wrap .cond_list>li>span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-family: "M PLUS Rounded 1c", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 18px;
  color: #651c16;
  line-height: 1.5em;
  margin-top: 0.15em
}

#pgFree>div #cond_wrap .window_img {
  max-width: 600px;
  margin: 20px auto 0
}

#pgFree>div #cond_wrap .btn {
  margin-top: 30px;
  max-width: none
}

#pgFree>div #coupon_wrap .btn {
  max-width: none;
  margin-top: 0
}

#pgFree>div #coupon_wrap .btn>a::before {
  display: none
}

#pgFree>div #coupon_wrap .btn>a>span {
  margin-left: 0.25em;
  width: 0.8em;
  display: inline-block;
  -webkit-transform: translateY(-0.1em);
  transform: translateY(-0.1em)
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  #pgFree .spbr {
    display: none !important
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contents_>.event_name_ {
    margin: 0;
    padding: 0
  }

  #pgFree {
    width: 100%;
    margin: 0 auto 0px;
    padding-bottom: 30px;
    background-size: auto 5px
  }

  #pgFree .pcbr {
    display: none
  }

  #pgFree .spbr {
    display: block
  }

  #pgFree a {
    display: block;
    line-height: 1px
  }

  #pgFree img {
    width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
  }

  #pgFree h1,
  #pgFree h2,
  #pgFree h3,
  #pgFree h4,
  #pgFree p {
    margin: 0;
    padding: 0;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
  }

  #pgFree h1:has(img),
  #pgFree h2:has(img),
  #pgFree h3:has(img),
  #pgFree h4:has(img),
  #pgFree p:has(img) {
    line-height: 1
  }

  #pgFree h4 {
    background-image: none !important
  }

  #pgFree span {
    font-size: inherit;
    line-height: inherit;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: inherit;
    font-weight: inherit
  }

  #pgFree>div {
    margin: 0 3%
  }

  #pgFree>div .inner_cont {
    margin-top: 30px
  }

  #pgFree>div .inner_cont.outline>h2 {
    border-radius: min(15px, 2.66666vw) min(15px, 2.66666vw) 0 0
  }

  #pgFree>div .inner_cont.outline>div {
    border-radius: 0 0 min(15px, 2.66666vw) min(15px, 2.66666vw)
  }

  #pgFree>div .inner_cont.outline>div.contwrap {
    padding: min(30px, 4vw) min(40px, 5.3333vw)
  }

  #pgFree>div .inner_cont>h2 {
    font-size: min(32px, 4.8vw);
    line-height: 2em;
    border-radius: min(15px, 2.66666vw)
  }

  #pgFree>div .inner_cont>h2:has(>img) img {
    width: 88.5%
  }

  #pgFree>div .inner_cont .inner_section {
    margin-top: 15px
  }

  #pgFree>div .inner_cont .inner_section~.inner_section {
    margin-top: 30px
  }

  #pgFree>div .inner_cont .inner_section>h3 {
    font-size: 4.4vw;
    line-height: 180%
  }

  #pgFree>div .inner_cont .inner_section>h3.border-h::before {
    display: inline-block
  }

  #pgFree>div>p {
    margin: 15px 0
  }

  #pgFree>div>p>a {
    display: block;
    font-size: min(20px, 3.6vw)
  }

  #pgFree>div>p>a>span {
    line-height: 1.5em
  }

  #pgFree>div .wrap_box_style {
    padding: min(30px, 4vw);
    margin: 20px 0 0
  }

  #pgFree>div .wrap_box_style>div {
    padding: min(40px, 5.3333vw);
    border-radius: min(40px, 5.3333vw)
  }

  #pgFree>div #yoyaku_tex_wrap>div>p {
    margin-top: 13px;
    font-size: min(18px, 4.5333vw)
  }

  #pgFree>div .vt_item_lists .one_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  #pgFree>div .vt_item_lists .one_item .tex {
    padding: min(30px, 4vw);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  #pgFree>div .vt_item_lists .one_item .tex>h3 {
    font-size: min(24px, 4.8vw)
  }

  #pgFree>div .vt_item_lists .one_item .tex>h3>span {
    font-size: min(20px, 3.6vw);
    line-height: 1.5em
  }

  #pgFree>div .vt_item_lists .one_item .tex>h3+p {
    font-size: min(18px, 4.5333vw);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  #pgFree>div .vt_item_lists .one_item .tex .other_bottom {
    margin-top: 15px;
    font-size: min(18px, 4.5333vw)
  }

  #pgFree>div .vt_item_lists .one_item .photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    line-height: 0
  }

  #pgFree>div .and_more>p {
    font-size: min(24px, 4.8vw)
  }

  #pgFree>div #presents_wrap>div>h2 {
    font-size: min(28px, 4.8vw)
  }

  #pgFree>div #presents_wrap>div>h2>span {
    font-size: min(20px, 3.6vw)
  }

  #pgFree>div #presents_wrap>div>div {
    line-height: 0
  }

  #pgFree>div .s_size_tex {
    font-size: min(14px, 3.4vw)
  }

  #pgFree>div #cond_wrap .cond_list>li {
    gap: 8px;
    margin-bottom: 8px
  }

  #pgFree>div #cond_wrap .cond_list>li img {
    width: min(75px, 17.5vw)
  }

  #pgFree>div #cond_wrap .cond_list>li>span {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-size: min(18px, 4.2vw);
    line-height: 1.5em;
    margin-top: 0.15em
  }

  #pgFree>div #cond_wrap .window_img {
    margin: 15px auto 0
  }

  #pgFree>div #cond_wrap .btn {
    margin-top: 20px;
    width: 100%
  }

  #pgFree>div #cond_wrap .btn>a {
    font-size: min(24px, 3.6vw);
    padding-right: 1.5em
  }

  #pgFree>div #coupon_wrap .btn {
    width: 100%
  }

  #pgFree>div #coupon_wrap .btn>a {
    font-size: min(24px, 4vw);
    vertical-align: middle
  }

  #pgFree>div #coupon_wrap .btn>a>span {
    line-height: 1em;
    -webkit-transform: translateY(0.1em);
    transform: translateY(0.1em)
  }

  #pgFree>div .about_block>div>h3 {
    font-size: min(19.2px, 4.2vw)
  }

  #pgFree>div .about_block>div>p,
  #pgFree>div .about_block>div>ul {
    font-size: min(16.8px, 3.84vw)
  }

  #pgFree>div .about_block>div>p>li,
  #pgFree>div .about_block>div>ul>li {
    font-size: inherit
  }
}

/* 2512_追記 */
#pgFree .items-area {
  background: #f2dfd9;
  padding: 30px;
  margin-top: 10px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #pgFree .items-area {
    padding: 10px;
  }
}
#pgFree .items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  #pgFree .items-list {
    gap: 10px;
    padding: 10px;
  }
}
#pgFree .items-list .items-item {
  width: calc((100% - 20px) / 2);
}
#pgFree .items-list .items-item--wide {
  width: 100%;
}