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

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

img {
  font-size: 0;
  line-height: 0;
  width: 100%;
}

a {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

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

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

fieldset,
img {
  line-height: 0;
  vertical-align: top;
}

hr {
  display: none;
}

input,
select {
  vertical-align: middle;
}

* {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: bottom;
}

html,
body {
  width: 100%;
  height: 100%;
}

ul,
li {
  list-style: none;
}

b {
  font-weight: bold;
}

iframe {
  border: none;
  outline: none;
}

/* ==========================================================================
common
========================================================================== */
.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

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

/* ==========================================================================
main
========================================================================== */
.cinema_20th {
  background: #0d1b38;
  color: #fff;
  font-family: Noto Serif JP, sans-serif;
  padding: 70px 0 80px;
  font-weight: 800;
  /* ==========================================================================
  mv
  ========================================================================== */
  /* ==========================================================================
  special_01
  ========================================================================== */
}
@media screen and (max-width: 768px) {
  .cinema_20th {
    padding: 80px 0 50px;
  }
}
.cinema_20th .l-section {
  position: relative;
}
.cinema_20th .l-section .l-inner {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-section .l-inner {
    width: 90%;
  }
}
.cinema_20th .l-ttl {
  height: 65px;
  line-height: 65px;
  background: linear-gradient(to right, #c39647, #fde58e, #f6e8b5, #fde58e, #c39647);
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-ttl {
    height: auto;
    line-height: 55px;
  }
}
.cinema_20th .l-ttl h3 {
  font-size: 24px;
  text-align: center;
  color: #000;
  font-weight: 900;
  position: relative;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-ttl h3 {
    font-size: 18px;
  }
}
.cinema_20th .l-ttl h3::after {
  position: absolute;
  content: "";
  background: url(../img/deco_02.png) no-repeat;
  background-size: contain;
  right: 120%;
  top: 20px;
  width: 80px;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-ttl h3::after {
    right: 110%;
    width: 60px;
  }
}
.cinema_20th .l-ttl h3::before {
  position: absolute;
  content: "";
  background: url(../img/deco_02.png) no-repeat;
  background-size: contain;
  left: 120%;
  top: 20px;
  width: 80px;
  height: 100%;
  z-index: -1;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-ttl h3::before {
    left: 110%;
    width: 60px;
  }
}
.cinema_20th .l-mv {
  text-align: center;
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv {
    padding: 50px 0 0;
  }
}
.cinema_20th .l-mv::after {
  position: absolute;
  content: "";
  background: url(../img/deco_04.png) no-repeat;
  background-size: contain;
  left: 30px;
  top: 30px;
  width: 60px;
  height: 100%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv::after {
    left: 10px;
    top: 5px;
    width: 40px;
  }
}
.cinema_20th .l-mv::before {
  position: absolute;
  content: "";
  background: url(../img/deco_04.png) no-repeat;
  background-size: contain;
  right: 30px;
  top: 30px;
  width: 60px;
  height: 100%;
  z-index: 0;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv::before {
    right: 10px;
    top: 5px;
    width: 40px;
  }
}
.cinema_20th .l-mv .l-inner {
  width: 95%;
  max-width: 1000px;
}
.cinema_20th .l-mv .mv_ttl {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .mv_ttl {
    width: 95%;
  }
}
.cinema_20th .l-mv .mv_logo {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .mv_logo {
    width: 65%;
    margin: 10px auto 0;
  }
}
.cinema_20th .l-mv .mv_subttl {
  font-size: 28px;
  color: #f1c971;
  font-weight: 700;
  padding: 50px 0 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .mv_subttl {
    font-size: 20px;
    width: 100%;
    line-height: 35px;
    padding: 30px 0 20px;
  }
}
.cinema_20th .l-mv .mv_subttl::after {
  position: absolute;
  content: "";
  background: url(../img/deco_01.png) no-repeat;
  background-size: contain;
  top: 0px;
  left: -30px;
  width: 150px;
  height: 150px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .mv_subttl::after {
    left: 0px;
    top: 10px;
    width: 70px;
  }
}
.cinema_20th .l-mv .mv_subttl::before {
  position: absolute;
  content: "";
  background: url(../img/deco_01.png) no-repeat;
  background-size: contain;
  top: 0px;
  right: -20px;
  width: 150px;
  height: 150px;
  z-index: -1;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .mv_subttl::before {
    right: 0px;
    top: 10px;
    width: 70px;
  }
}
.cinema_20th .l-mv p {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv p {
    font-size: 16px;
  }
}
.cinema_20th .l-mv .bg_01 {
  margin: 100px 0 -10px;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .bg_01 {
    margin: 60px 0 -2px;
  }
}
.cinema_20th .l-mv .border-top {
  border-top: 1px solid #f1c971;
  margin: -40px 110px 0 110px;
  width: auto;
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .border-top {
    margin: -40px 70px 0 70px;
  }
}
.cinema_20th .l-mv .border-right,
.cinema_20th .l-mv .border-left {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .border-right,
.cinema_20th .l-mv .border-left {
    margin-top: 50px;
  }
}
.cinema_20th .l-mv .border-right {
  border-right: 1px solid #f1c971;
  width: auto;
  padding-top: 50px;
  margin-right: -70px;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .border-right {
    margin-right: -60px;
  }
}
.cinema_20th .l-mv .border-left {
  border-left: 1px solid #f1c971;
  margin-left: -70px;
  width: auto;
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-mv .border-left {
    margin-left: -60px;
  }
}
.cinema_20th .l-special_01 {
  background: #27334c;
  padding: 0px 0 100px;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 {
    padding: 50px 0 60px;
  }
}
.cinema_20th .l-special_01 .l-inner {
  background: #0d1b38;
  border-radius: 10px;
  overflow: hidden;
}
.cinema_20th .l-special_01 .l-inner h3 {
  font-size: 30px;
  position: unset;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 .l-inner h3 {
    font-size: 22px;
  }
}
.cinema_20th .l-special_01 .l-inner ul {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 .l-inner ul {
    padding: 0px 10px;
  }
}
.cinema_20th .l-special_01 .l-inner ul li {
  padding: 40px 50px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #f1c971;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 .l-inner ul li {
    padding: 20px 10px 30px;
  }
}
.cinema_20th .l-special_01 .l-inner ul li:last-child {
  border-bottom: none;
}
.cinema_20th .l-special_01 .l-inner ul li .sub_ttl {
  width: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 .l-inner ul li .sub_ttl {
    width: 40%;
  }
}
.cinema_20th .l-special_01 .l-inner ul li p {
  font-size: 18px;
  font-weight: 800;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 .l-inner ul li p {
    font-size: 14px;
    padding: 20px 0;
  }
}
.cinema_20th .l-special_01 .l-inner ul li .btn {
  width: 290px;
  height: 50px;
  line-height: 50px;
  color: #000;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(to right, #c39647, #fde58e, #f6e8b5, #fde58e, #c39647);
  border-radius: 10px 0 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 .l-inner ul li .btn {
    width: 70%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.cinema_20th .l-special_01 .l-inner ul li .btn::after {
  background-image: none;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 50px;
  width: 9px;
  height: 9px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 .l-inner ul li .btn::after {
    right: 40px;
  }
}
.cinema_20th .l-special_01 .l-inner ul li .btn_close {
  width: 290px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
  background: #27334c;
  border-radius: 10px 0 10px 0;
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .cinema_20th .l-special_01 .l-inner ul li .btn_close {
    width: 70%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}

/* ==========================================================================
    special_02
    ========================================================================== */
.l-special_02 {
  padding: 0px 0 100px;
}
@media screen and (max-width: 768px) {
  .l-special_02 {
    padding: 0px 0 60px;
  }
}
.l-special_02 .l-inner {
  border-radius: 10px;
  overflow: hidden;
}
.l-special_02 .l-inner .box_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .box_list {
    display: block;
  }
}
.l-special_02 .l-inner .box_list li {
  width: 48%;
  text-align: center;
  background: #343f56;
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  padding: 0px 0 30px;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .box_list li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0px 0 25px;
  }
}
.l-special_02 .l-inner .box_list li .data {
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  background: #dfe1e4;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .box_list li .data {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.l-special_02 .l-inner .box_list li .box p {
  padding: 20px 0 20px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .box_list li .box p {
    font-size: 14px;
  }
}
.l-special_02 .l-inner .box_list li .box a {
  font-size: 12px;
  display: block;
  width: 140px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  font-weight: 800;
  background: #fbe38b;
  border-radius: 10px 0 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .box_list li .box a {
    width: 160px;
  }
}
.l-special_02 .l-inner .box_list li .box a::after {
  background-image: none;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 14px;
  width: 6px;
  height: 6px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .box_list li .box a::after {
    right: 20px;
  }
}
.l-special_02 .l-inner .box_list li .box_coming {
  align-items: center;
  height: 100%;
  margin: 0 auto;
  display: grid;
}
.l-special_02 .l-inner .box_list li .box_coming p {
  padding: 10px 0 40px;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .box_list li .box_coming p {
    padding: 20px 0 0px;
  }
}
.l-special_02 .l-inner .float .channel_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.l-special_02 .l-inner .float .channel_ttl p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding: 0 0 40px;
  font-weight: 800;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .float .channel_ttl p {
    font-size: 16px;
    padding: 0 0 20px;
  }
}
.l-special_02 .l-inner .float .channel_ttl p::after {
  position: absolute;
  content: "";
  background: url(../img/deco_03.png) no-repeat;
  background-size: contain;
  top: 5px;
  left: -120px;
  width: 90px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .float .channel_ttl p::after {
    left: -65px;
    width: 50px;
  }
}
.l-special_02 .l-inner .float .channel_ttl p::before {
  position: absolute;
  content: "";
  background: url(../img/deco_03.png) no-repeat;
  background-size: contain;
  top: 5px;
  right: -120px;
  width: 90px;
  height: 100%;
  z-index: 1;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .float .channel_ttl p::before {
    right: -65px;
    width: 50px;
  }
}
.l-special_02 .l-inner .float ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .float ul {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.l-special_02 .l-inner .float ul li {
  border: 1px solid #000;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .l-special_02 .l-inner .float ul li {
    width: 30%;
    margin: 0 5px 8px;
  }
}

/* ==========================================================================
    special_03
    ========================================================================== */
.l-special_03 {
  padding: 0px 0 0px;
  background: #27334c;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-ttl {
    line-height: 1.4;
    padding: 15px 0;
  }
}
.l-special_03 .l-ttl h3::before {
  left: 102%;
  top: 20px;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-ttl h3::before {
    left: 105%;
    width: 50px;
  }
}
.l-special_03 .l-ttl h3::after {
  right: 105%;
  top: 20px;
  width: 50px;
}
.l-special_03 .l-inner {
  border-radius: 10px;
  overflow: hidden;
  padding: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner {
    padding: 30px 0 40px;
  }
}
.l-special_03 .l-inner h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner h4 {
    font-size: 18px;
    margin: 0 auto 30px;
  }
}
.l-special_03 .l-inner h4::after {
  position: absolute;
  content: "/";
  color: #fff;
  font-size: 28px;
  top: -5px;
  left: -25%;
  width: 90px;
  height: 100%;
  z-index: 1;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner h4::after {
    top: -10px;
    left: -50px;
  }
}
.l-special_03 .l-inner h4::before {
  position: absolute;
  content: "/";
  color: #fff;
  font-size: 28px;
  top: -5px;
  right: -22%;
  width: 90px;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner h4::before {
    top: -10px;
    right: -50px;
  }
}
.l-special_03 .l-inner .box {
  width: 700px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner .box {
    width: 100%;
  }
}
.l-special_03 .l-inner .box dl {
  display: flex;
  justify-content: space-between;
  padding: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner .box dl {
    display: block;
  }
}
.l-special_03 .l-inner .box dl:last-child {
  padding: 0 0 0px;
}
.l-special_03 .l-inner .box dl dt {
  width: 10%;
  background: linear-gradient(to right, #c39647, #fde58e, #f6e8b5, #fde58e, #c39647);
  color: #000;
  width: 12%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner .box dl dt {
    margin: 0 auto 10px;
    display: block;
    width: 70px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
}
.l-special_03 .l-inner .box dl dd {
  width: 83%;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner .box dl dd {
    width: 100%;
    font-size: 15px;
  }
}
.l-special_03 .l-inner .btn {
  width: 290px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(to right, #ab762b, #fde58e, #f6e8b5, #fde58e, #ab762b);
  border-radius: 10px 0 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner .btn {
    width: 70%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.l-special_03 .l-inner .btn::after {
  background-image: none;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 50px;
  width: 9px;
  height: 9px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-special_03 .l-inner .btn::after {
    right: 40px;
  }
}

/* ==========================================================================
    special_04
    ========================================================================== */
.l-special_04 {
  padding: 0px 0 0px;
  position: relative;
}
.l-special_04::after {
  position: absolute;
  content: "";
  background: url(../img/deco_04.png) no-repeat;
  background-size: contain;
  left: 30px;
  bottom: -30px;
  width: 60px;
  height: 100%;
  z-index: 1;
  transform: scaleY(-1);
}
@media screen and (max-width: 768px) {
  .l-special_04::after {
    left: 10px;
    bottom: -15px;
    width: 40px;
  }
}
.l-special_04::before {
  position: absolute;
  content: "";
  background: url(../img/deco_04.png) no-repeat;
  background-size: contain;
  right: 30px;
  bottom: -30px;
  width: 60px;
  height: 100%;
  z-index: 1;
  transform: scale(-1);
}
@media screen and (max-width: 768px) {
  .l-special_04::before {
    right: 10px;
    bottom: -15px;
    width: 40px;
  }
}
.l-special_04 .border-top {
  border-bottom: 1px solid #f1c971;
  margin: -40px 110px 0 110px;
  width: auto;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-special_04 .border-top {
    margin: -50px 80px 0 80px;
  }
}
.l-special_04 .border-right,
.l-special_04 .border-left {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-special_04 .border-right,
.l-special_04 .border-left {
    margin-bottom: 40px;
  }
}
.l-special_04 .border-right {
  border-right: 1px solid #f1c971;
  width: auto;
  padding-bottom: 50px;
  margin-right: -70px;
}
.l-special_04 .border-left {
  border-left: 1px solid #f1c971;
  margin-left: -70px;
  width: auto;
  padding-bottom: 10px;
}
.l-special_04 .l-inner {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-special_04 .l-inner {
    padding-bottom: 0px;
  }
}
.l-special_04 .l-inner .l-ttl {
  height: auto;
  line-height: 1.5;
  background: none;
}
.l-special_04 .l-inner .l-ttl h3 {
  color: #f1c971;
  font-size: 28px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-special_04 .l-inner .l-ttl h3 {
    font-size: 18px;
  }
}
.l-special_04 .l-inner .l-ttl h3::before {
  position: absolute;
  content: "";
  background: url(../img/deco_05.png) no-repeat;
  background-size: contain;
  left: 110%;
  top: 10px;
  width: 80px;
  height: 100%;
  z-index: -1;
  transform: scaleX(-1);
}
.l-special_04 .l-inner .l-ttl h3::after {
  position: absolute;
  content: "";
  background: url(../img/deco_05.png) no-repeat;
  background-size: contain;
  right: 120%;
  top: 10px;
  width: 80px;
  height: 100%;
  z-index: -1;
}
.l-special_04 .l-inner p {
  text-align: center;
  padding: 40px 0 40px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  .l-special_04 .l-inner p {
    font-size: 14px;
    padding: 30px 0 30px;
  }
}
.l-special_04 .l-inner .btn {
  width: 290px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(to right, #ab762b, #fde58e, #f6e8b5, #fde58e, #ab762b);
  border-radius: 10px 0 10px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-special_04 .l-inner .btn {
    width: 70%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.l-special_04 .l-inner .btn::after {
  background-image: none;
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 50px;
  width: 9px;
  height: 9px;
  margin: auto 0;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .l-special_04 .l-inner .btn::after {
    right: 40px;
  }
}
.l-special_04 .bg_01 {
  transform: scaleY(-1);
  margin: -10px 0 100px;
}
/*# sourceMappingURL=style.css.map */