  body {
  font-family: source-han-sans-japanese, sans-serif;
}

a {
  transition: all .2s ease;
}

main img {
  max-width: 100%;
}

.btn {
  position: relative;
  margin: 0 auto;
  font-size: 1.37rem;
  width: 700px;
  z-index: 1;
}

@media screen and (max-width: 896px) {
  .btn {
    width: 92%;
  }
}

@media screen and (max-width: 736px) {
  .btn {
    font-size: 1.12rem;
  }
}

.btn a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 2px;
  line-height: 1.2;
  color: #fff;
  height: 115px;
  background: url("/lp/iju-discount-tokushima/images/icon.png") no-repeat left 60px center #004397;
  /* background: no-repeat left 60px center #7c7c7c; ÊÜ¸¶½KÁË¤Î¤È¤­¤Ë¤Ä¤±¤ë*/
  border-radius: 100px;
  /* pointer-events: none; */
}

@media screen and (max-width: 736px) {
  .btn a {
    height: 80px;
    background-size: calc(100%/10);
    background-position: left 15px center;
  }
}

.btn a:hover {
  background-color: #006bf2!important;
}

.btn a::before {
  position: absolute;
  content: "";
  top: 5px;
  right: -5px;
  width: 100%;
  height: 115px;
  background: #464646;
  border-radius: 100px;
  z-index: -1;
}

@media screen and (max-width: 736px) {
  .btn a::before {
    height: 80px;
  }
}

.btn a strong,
.btn a span {
  display: block;
  margin: 0;
  width: 100%;
}

.btn a span {
  line-height: 1.5;
  font-size: 0.87rem;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .btn a span {
    font-size: 0.75rem;
  }
}

main {
  padding-bottom: 0;
  line-height: 1.15;
  /* ------------------------------------------------------------------------
  	header
  ------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------
  	section
  ------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------
  	footer
  ------------------------------------------------------------------------ */
}

main header {
  padding-top: 255px;
  padding: 255px 0 100px;
  text-align: center;
  background: url("/lp/iju-discount-tokushima/images/bg_h.png") no-repeat center top;
}

@media screen and (max-width: 1516px) {
  main header {
    background-size: 100%;
  }
}

@media screen and (max-width: 896px) {
  main header {
    overflow: hidden;
    padding-top: calc(100%/6);
    background: url("/lp/iju-discount-tokushima/images/bg_h_sp.png") top center/100% no-repeat;
  }
}

main header h1 {
  position: relative;
  margin: 0 auto 30px;
  width: 1000px;
  z-index: 2;
  /* top: -100px; ÊÜ¸¶½KÁË¤Î•r¤Ë¤Ä¤±¤ë*/
}

@media screen and (max-width: 1024px) {
  main header h1 {
    width: 74%;
  }
}

@media screen and (max-width: 896px) {
  main header h1 {
    margin: 0 auto calc(100%/4);
    top: unset;
  }
}

main header h1 span {
  position: absolute;
  display: inline-block;
  top: -45px;
  right: -45px;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  main header h1 span {
    top: -40px;
    right: -80px;
  }

  main header h1 span img {
    width: 80%;
  }
}

@media screen and (max-width: 896px) {
  main header h1 span {
    top: auto;
    top: calc(100%*0.95);
    right: -45px;
  }

  main header h1 span img {
    width: auto;
  }
}

@media screen and (max-width: 736px) {
  main header h1 span {
    right: -22vw;
  }

  main header h1 span img {
    width: 50%;
  }
}

@media screen and (max-width: 320px) {
  main header h1 span {
    right: -28vw;
  }

  main header h1 span img {
    width: 40%;
  }
}

main header dl {
  margin: 0 auto 250px;
  width: 980px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

@media screen and (max-width: 1024px) {
  main header dl {
    display: block;
    margin-bottom: 100px;
    width: 92%;
  }
}

@media screen and (max-width: 896px) {
  main header dl {
    margin-bottom: calc(100%/5);
  }
}

main header dl dt {
  margin-right: 20px;
  padding: 0 30px;
  color: #f39800;
  line-height: 1.8;
  font-size: 1.5rem;
  font-weight: 700;
  background: #fff;
  border: 4px solid #f39800;
}

@media screen and (max-width: 1024px) {
  main header dl dt {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 896px) {
  main header dl dt {
    margin-bottom: 20px;
    font-size: 1.37rem;
  }
}

main header dl dd {
  vertical-align: inherit;
  font-size: 2.14rem;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  main header dl dd {
    font-size: 1.37rem;
  }
}

main header dl dd strong {

  color: #f39800;
  font-size: 2.37rem;
}

@media screen and (max-width: 1024px) {
  main header dl dd strong {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  main header dl dd strong {
    font-size: 1.37rem;
  }
}

main header dl dd strong span {
  vertical-align: inherit;
  font-size: 4.87rem;
}

@media screen and (max-width: 896px) {
  main header dl dd strong span {

    font-size: 3.12rem;
  }
}

main header dl dd strong small {
  vertical-align: inherit;
  font-size: 1.37rem;
}

@media screen and (max-width: 896px) {
  main header dl dd strong small {
    font-size: 1rem;
  }
}

main header h2 {
  position: relative;
  margin: 80px auto 60px;
  font-size: 2.5rem;
  font-weight: 700;
  width: 800px;
}

@media screen and (max-width: 896px) {
  main header h2 {
    width: 92%;
  }
}

@media screen and (max-width: 736px) {
  main header h2 {
    margin-bottom: 30px;
    line-height: 1.2;
    font-size: 1.37rem;
  }
}

main header h2 br {
  display: none;
}

@media screen and (max-width: 896px) {
  main header h2 br {
    display: inline;
  }
}

main header h2::before,
main header h2::after {
  position: absolute;
  content: "";
  top: -20px;
  width: 45px;
  height: 100px;
}

@media screen and (max-width: 896px) {

  main header h2::before,
  main header h2::after {
    top: -10px;
  }
}

@media screen and (max-width: 736px) {

  main header h2::before,
  main header h2::after {
    top: 0;
    height: 50px;
    background-size: 100%;
  }
}

main header h2::before {
  left: 0;
  background: url("/lp/iju-discount-tokushima/images/line_l.png") no-repeat 0 0;
}

main header h2::after {
  right: 0;
  background: url("/lp/iju-discount-tokushima/images/line_r.png") no-repeat 0 0;
}

main header p {
  margin-bottom: 35px;
  line-height: 2;
  font-size: 1.37rem;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  main header p {
    margin: 0 auto 30px;
    width: 92%;
  }
}

@media screen and (max-width: 736px) {
  main header p {
    font-size: 1.12rem;
  }
}

main header .img {
  margin-bottom: 40px;
}

@media screen and (max-width: 896px) {
  main header .img {
    margin: 0 auto 40px;
    width: 92%;
  }
}

@media screen and (max-width: 736px) {
  main header .img {
    width: 80%;
  }
}

main section {
  padding: 95px 0 110px;
  text-align: center;
  background: url("/lp/iju-discount-tokushima/images/bg_sec.png") no-repeat center top 20px #ffee00;
}

@media screen and (max-width: 1024px) {
  main section {
    background-size: 100%;
  }
}

@media screen and (max-width: 736px) {
  main section {
    padding: 60px 0 80px;
    background: url("/lp/iju-discount-tokushima/images/bg_sec_sp.png") left 20px top 25%/40% no-repeat #ffee00;
  }
}

main section h3 {
  position: relative;
  margin: 0 auto 45px;
  color: #004397;
  font-size: 1.87rem;
  font-weight: 700;
  top: 0;
  width: 330px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 736px) {
  main section h3 {
    margin-bottom: 30px;
    font-size: 1.37rem;
    width: 70%;
    height: 50px;
  }
}

main section h3::before {
  left: 0;
  background: url("/lp/iju-discount-tokushima/images/deco_l.png") no-repeat 0 0;
}

main section h3::after {
  right: 0;
  background: url("/lp/iju-discount-tokushima/images/deco_r.png") no-repeat 0 0;
}

main section h3::before,
main section h3::after {
  position: absolute;
  content: "";
  top: 0;
  width: 27px;
  height: 70px;
}

@media screen and (max-width: 736px) {

  main section h3::before,
  main section h3::after {
    width: 18px;
    height: 100%;
    background-size: 100%;
  }
}

main section p {
  line-height: 1.8;
  font-size: 1.25rem;
}

@media screen and (max-width: 736px) {
  main section p {
    margin: 0 auto;
    text-align: left;
    font-size: 1rem;
    width: 90%;
  }

  main section p br {
    display: none;
  }
}

main section p.note {
  margin: 15px 0 200px;
  font-size: 0.87rem;
}

@media screen and (max-width: 896px) {
  main section p.note {
    margin: 15px auto 80px;
  }
}

@media screen and (max-width: 736px) {
  main section p.note {
    margin: 15px auto 60px;
  }
}

main section p.txt {
  font-size: 1.12rem;
}

@media screen and (max-width: 736px) {
  main section p.txt {
    font-size: 0.87rem;
  }
}

main section ul {
  margin: 40px auto 0;
  width: 1000px;
}

@media screen and (max-width: 896px) {
  main section ul {
    width: 92%;
  }
}

@media screen and (max-width: 736px) {
  main section ul {
    margin-top: 30px;
  }
}

main section ul li {
  margin-left: 18px;
  margin-bottom: 20px;
  list-style: disc;
  line-height: 1.8;
  text-align: left;
}

main section ul li:last-child {
  margin-bottom: 0;
}

main section ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 0.87rem;
}

main footer {
  padding: 100px 0 20px;
  text-align: center;
  background: url("/lp/iju-discount-tokushima/images/bg_f.png") no-repeat center bottom 20px;
}

@media screen and (max-width: 1024px) {
  main footer {
    background-size: 100%;
  }
}

@media screen and (max-width: 736px) {
  main footer {
    padding-top: 60px;
    background: url("/lp/iju-discount-tokushima/images/bg_f_sp.png") center bottom 40px/100% no-repeat;
  }
}

main footer p.btn {
  margin-bottom: 40px;
}

main footer p.bnr {
  display: block;
  padding: 20px 0;
  text-align: center;
}

main footer p.bnr a:hover {
  opacity: 0.8;
}

main footer p.copyright {
  font-size: 0.68rem;
}

main footer ul {
  margin: 0 auto 20px;
  width: 650px;
}

@media screen and (max-width: 896px) {
  main footer ul {
    width: 92%;
  }
}

@media screen and (max-width: 736px) {
  main footer ul {
    width: 92%;
  }
}

main footer ul li {
  margin-left: 14px;
  line-height: 2.2;
  text-align: left;
  font-size: 0.75rem;
  text-indent: -14px;
}

main footer ul li::before {
  display: inline-block;
  margin-right: 2px;
  content: "";
  width: 11px;
  height: 11px;
  background: url("/lp/iju-discount-tokushima/images/arrow.png") no-repeat;
}

main header .attention {
  max-width: 1000px;
  margin: 70px auto;
  text-align: left;
  line-height: 1.75;
  border: solid 3px red;
  padding: 10px 15px;
  width: 90%;
  background: #fff;
}

main header .attention a {
  text-decoration: underline;
  color: #0764cc;
  transition: all 0.3s;
}

main header .attention a:hover {
  text-decoration: none;
  opacity: 0.8;
}

main header .attention span {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

@media screen and (max-width: 736px) {
  main header .attention {
    margin: 40px auto;
  }
  }

main .btn-limit {
  color: #ff0000 !important; 
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 35px; 
  text-align: center;
  font-size: 1.5rem;
  display: block; 
}


@media screen and (max-width: 896px) {
  main .btn-limit {
    font-size: 1rem;
    margin-top: 10px;
  }
}




@media screen and (max-width: 736px) {

  main section p br.allow-br {
    display: block !important;
    content: ""; 
  }
}