/*
Theme Name: lp.tojoudon Child
Template: tojoudon_lp
Description:
Author: 
Tags:
Version: 15.29.4.1739420406
*/

/**********基本構成**********/
/*はみ出し禁止*/
* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

p {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5 {
  border: none;
  margin: 0 0 16px 0;
  padding: 0 0 0 0;
}

h1::after,
h2::after,
h3::after,
h4::after,
h5::after {
  border-bottom: none;
  display: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  margin-bottom: 16px;
}

dl {
  margin: 0;
  padding: 0;
}
dt {
  font-size: 18px;
  margin: 0;
  padding: 0;
  border: none;
}
dd {
  font-size: 18px;
  margin: 0;
  padding: 0;
  border: none;
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

/*プライバシーポリシー*/
.privacypolicy .section-title {
}

.pp-content {
  margin-top: 50px;
}

.pp-content h3 {
  font-size: 34px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .pp-content h3 {
    font-size: 26px;
  }
}

/*リンク先の幅の調整*/
section:before {
  content: "";
  display: block;
  height: 100px;
  /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -100px;
  /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}

section:nth-of-type(1)::before {
  content: "";
  display: block;
  height: 0;
  margin-top: 0;
  visibility: hidden;
}

/* .box {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .box {
    padding-bottom: 25px;
  }
} */

/*画面幅いっぱい*/
.full_screen {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

/*背景色のはみ出し*/
.over_wide {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

/**********メインcss**********/

body {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}
body div.siteContent {
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_lightgray.jpg);
}

.siteHeader {
  /* display: none; */
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_lightgray.jpg);
}

.wrap {
  /* max-width: 1000px; */
}

/*スライド↓*/
.img-frame {
  position: relative;
  height: 900px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .img-frame {
    height: 300px;
  }
}

.img-01,
.img-02,
.img-03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.img-01 {
  background-image: url("https://lp.tojoudon.com/wp-content/uploads/udonslide1.jpg");
  animation: slide-animation-01 24s infinite;
}
.img-02 {
  background-image: url("https://lp.tojoudon.com/wp-content/uploads/udonslide2.jpg");
  animation: slide-animation-02 24s infinite;
}
.img-03 {
  background-image: url("https://lp.tojoudon.com/wp-content/uploads/udonslide3.jpg");
  animation: slide-animation-03 24s infinite;
  background-position: top;
}
@keyframes slide-animation-01 {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
    transform: scale(1.15);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-animation-02 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: scale(1.1);
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide-animation-03 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.1);
  }
}
/*スライド↑*/

#sec1 {
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_higaki.jpg);
  /* padding: 80px 0 130px; */
}

#sec1 .wrap {
  position: relative;
  z-index: 3;
  height: 250px;
}
@media screen and (max-width: 767px) {
  #sec1 .wrap {
    height: 200px;
  }
}

#onlyone {
  position: relative;
  margin-top: -50px;
}

#onlyone::before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_beige.jpg);
  -webkit-transform: skewY(-18.5deg);
  transform: skewY(-10deg);
  left: calc(50% - 250px);
  height: auto;
  bottom: 1200px;
  top: 300px;
  /* min-width: 1200px; */
  right: -50%;
  top: -10%;
  bottom: -10%;
}

@media screen and (max-width: 767px) {
  #onlyone::before {
    transform: skewY(-18deg);
    left: 50%;
    bottom: 44%;
  }
}

#onlyone::after {
  content: "";
  position: absolute;
  width: 2vw;
  top: 10vw;
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_beige.jpg);
  left: 40%;
  -webkit-transform: skewY(-18.5deg);
  transform: skewY(-18.5deg);
  width: 10px;
  bottom: 0;
  height: auto;
  top: 380px;
  right: calc(50% + 270px);
  left: auto;
}

@media screen and (max-width: 767px) {
  #onlyone::after {
    transform: skewY(-18deg);
    top: 0;
    left: auto;
    right: 53%;
    bottom: 37%;
  }
}

#onlyone .wrap {
  position: relative;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #onlyone .wrap {
    margin-bottom: 50px;
  }
}

#onlyone .wrap p.topimg {
  text-align: center;
}

#onlyone .wrap p.topimg img {
  width: 90%;
}

@media screen and (max-width: 767px) {
  #onlyone .wrap p.topimg img {
    width: 100%;
    margin-top: -70px;
  }
}

#onlyone div h2::before {
  /*赤い×印*/
  content: "";
  position: absolute;
  background: url(https://lp.tojoudon.com/wp-content/uploads/deco_check.png);
  width: 100px;
  height: 100px;
  top: 390px;
  left: -150px;
  z-index: 3;
}

@media screen and (max-width: 767px) {
  #onlyone div h2::before {
    width: 85px;
    height: 85px;
    top: 260px;
    left: -130px;
  }
}

#onlyone div h2 span:nth-of-type(1)::after {
  /*赤い×印*/
  content: "";
  position: absolute;
  background: url(https://lp.tojoudon.com/wp-content/uploads/deco_check.png);
  width: 100px;
  height: 100px;
  top: 440px;
  left: -215px;
  z-index: 4;
}

@media screen and (max-width: 767px) {
  #onlyone div h2 span:nth-of-type(1)::after {
    width: 85px;
    height: 85px;
    top: 225px;
    left: -130px;
  }
}

#onlyone div h2 {
  z-index: 2;
  font-weight: 700;
  font-size: 15.7vw;
  letter-spacing: 0.02em;
  line-height: 1.34;
  position: absolute;
  top: 0px;
  right: -23px;
  font-size: 70px;
  margin-top: 75px;
  width: auto;
}

#onlyone div h2 span {
  padding: 0 0;
  display: block;
  background: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  #onlyone div h2 span {
    font-size: 40px;
  }
}

#onlyone div h2 span:nth-of-type(1) {
  color: #000;
  position: absolute;
  top: 36px;
  right: -24px;
  height: 385px;
  padding: 0.2em 0;
}

@media screen and (max-width: 767px) {
  #onlyone div h2 span:nth-of-type(1) {
    top: 75px;
    right: 20px;
    height: 225px;
  }
}

#onlyone div h2 span:nth-of-type(2) {
  color: #000;
  position: absolute;
  top: 200px;
  right: 115px;
  height: 315px;
  padding: 0.2em 0;
}

@media screen and (max-width: 767px) {
  #onlyone div h2 span:nth-of-type(2) {
    top: 150px;
    right: 90px;
    height: 185px;
  }
}

#onlyone div h2 span:nth-of-type(3) {
  color: #000;
  position: absolute;
  top: 300px;
  right: 250px;
  height: 460px;
  padding: 0.2em 0;
}

@media screen and (max-width: 767px) {
  #onlyone div h2 span:nth-of-type(3) {
    top: 225px;
    right: 160px;
    height: 265px;
  }
}

#onlyone div h3 {
  z-index: 2;
  font-weight: 700;
  font-size: 15.7vw;
  letter-spacing: 0.02em;
  line-height: 1.34;
  position: absolute;
  top: 75px;
  left: 0;
  font-size: 90px;
  margin-top: 1em;
  width: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  #onlyone div h3 {
    top: 180px;
    font-size: 40px;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #onlyone .wrap div.dtl {
    position: relative;
  }
}

#onlyone div p.txt {
  margin: 0;
  width: 709px;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 100px;
  font-weight: bold;

  position: relative;
  z-index: 2;
  line-height: 2.2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #onlyone div p.txt {
    margin-top: 350px;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #onlyone > p.txt {
    /* margin-top: 315px;
    width: 100%;
    padding: 0;
    margin-top: 50px; */
  }
}

#popular {
  position: relative;
  z-index: 3;
}

#popular::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: url(https://lp.tojoudon.com/wp-content/uploads/tri_black.png)
    no-repeat bottom center;
  /* padding: 0px 0 114px; */
  height: 100%;
  width: 200%;
  top: 100px;
  left: -50%;
}

@media screen and (max-width: 767px) {
  #popular::after {
    width: 300%;
    top: 50px;
  }
}

#popular .bg {
  /* position: absolute;
  top: 0;
  left: 0;
  width: 100%; */
  height: 700px;
  background: url(https://lp.tojoudon.com/wp-content/uploads/udon2.png)
      no-repeat center / cover,
    url(https://lp.tojoudon.com/wp-content/uploads/bg_lightgray.jpg);
}

@media screen and (max-width: 767px) {
  #popular .bg {
    height: 40vh;
  }
}

#popular .box {
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_beige.jpg);
  position: relative;
  z-index: 2;
  padding-bottom: 50px;
  margin-right: 0;
  margin-top: -100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #popular .box {
    margin-bottom: 50px;
  }
}

#popular .box::after {
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_deco.png),
    url(https://lp.tojoudon.com/wp-content/uploads/bg_beige.jpg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  width: 100vw;
}

@media screen and (max-width: 767px) {
  #popular .box::after {
    left: 70%;
  }
}

#popular .wrap .box h3 {
  position: absolute;
  background: url(https://lp.tojoudon.com/wp-content/uploads/deco_flame.jpg)
    no-repeat center / 100% auto;
  color: #d33333;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  letter-spacing: 0.02em;
  font-size: 50px;
  padding: 20px 30px 20px 30px;
  left: -50px;
  top: -50px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  #popular .wrap .box h3 {
    font-size: 30px;
    left: 0;
    padding: 20px 15px 20px 15px;
  }
}

#popular .wrap .box h2 {
  font-weight: 700;
  border-bottom: 2px solid;
  line-height: 1.25;
  position: relative;
  z-index: 2;
  font-size: 55px;
  letter-spacing: 0.02em;
  margin-left: -31px;
  margin-bottom: 0;
  padding: 68px 0 26px 94px;
}

@media screen and (max-width: 767px) {
  #popular .wrap .box h2 {
    font-size: 25px;
    padding: 40px 0px 20px 40px;
    width: 115%;
  }
}

#popular .wrap .box p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
  padding: 33px 0 0 65px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #popular .wrap .box p {
    padding: 30px 0 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .uber_box div.uber_box_sp {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#newsandinfo {
  position: relative;
  background: #000;
  color: #fff;
  text-align: center;

  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  #newsandinfo {
    padding-top: 50px;
  }
}

#newsandinfo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_deco.png);
}

#newsandinfo .bg_para {
  height: 525px;
  background: url(https://lp.tojoudon.com/wp-content/uploads/udon2.png)
    no-repeat center / cover;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  min-height: auto;
  left: 0;
  width: 100%;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  #newsandinfo .bg_para {
    height: 200px;
  }
}

#newsandinfo .img_para {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#newsandinfo .img_para img {
  width: 100%;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
  opacity: 1;
  transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

#newsandinfo .wrap h3 {
  margin: 0;
  display: inline-block;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.025em;
  padding: 0 9px;
  font-size: 30px;
  border-top: 3px solid;
  border-bottom: 3px solid;
  color: #000;
}

#newsandinfo .wrap h2 {
  margin: 0;
  font-weight: 700;
  position: relative;
  z-index: 2;
  letter-spacing: 0.03em;
  font-size: 70px;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 125px;
  color: #000;
}

@media screen and (max-width: 767px) {
  #newsandinfo .wrap h2 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 40px;
  }
}

#newsandinfo .wrap .box {
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_black.jpg);
  position: relative;
  margin-right: 300px;
  padding: 50px 0 100px;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #newsandinfo .wrap .box {
    background: none;
    display: block;
    margin-right: 0;
    padding: 0px 0 50px;
  }
}

#newsandinfo .wrap .box::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_black.jpg);
}

@media screen and (max-width: 767px) {
  #newsandinfo .wrap .box::before {
    background: none;
  }
}

#newsandinfo .wrap .box .txt {
  /* text-align: left;
  width: 595px;
  padding: 0; */
}

#newsandinfo .wrap .box .ttl {
  font-size: 60px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #newsandinfo .wrap .box .ttl {
    margin-bottom: 50px;
  }
}

/*news*/
#newsandinfo div.posts {
  text-align: left;
  margin: 0 auto 0 50px;
  width: 65%;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  #newsandinfo div.posts {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
  }
}

div.posts .post-date {
  color: #ccc;
}

div.posts .new-label {
  color: #f00;
}

#newsandinfo div.post a,
#newsandinfo div.post a:link,
#newsandinfo div.post a:visited {
  color: #fff;
}

#newsandinfo div.post ul li div.post-info a.lnkhover:hover {
  color: #00b050 !important;
}

#nebiki {
  background: url(https://lp.tojoudon.com/wp-content/uploads/tri_beige.jpg)
    no-repeat top left / 150% auto;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 767px) {
  #nebiki {
    padding: 50px 0;
  }
}

#nebiki .wrap {
  position: relative;

  position: initial;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  #nebiki .wrap {
    display: block;
  }
}

#nebiki .wrap .right {
  margin-left: auto;
  width: 50%;
  position: relative;
  z-index: 3;

  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #nebiki .wrap .right {
    width: 87%;
    margin-bottom: 50px;
  }
}

#nebiki .wrap .right h2 {
  height: 490px;
  width: 363px;
  font-weight: 700;
  margin: 0;
  margin: 0 0 48px 0;
  writing-mode: vertical-rl;

  width: 100%;
  margin: 0;
  /* writing-mode: initial; */
}
@media screen and (max-width: 767px) {
  #nebiki .wrap .right h2 {
    height: auto;
  }
}

#nebiki .wrap .right h2 > span {
  font-size: 60px;
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.48;
  border-right: 2px solid;

  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #nebiki .wrap .right h2 > span {
    font-size: 40px;
  }
}

#nebiki .wrap .right h2 > span:last-of-type {
  /* border-left: 2px solid; */
}

#nebiki .wrap .right h2 span.wrt_mode {
  writing-mode: initial;
  color: red;
}

#nebiki .wrap .left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #nebiki .wrap .left {
    width: 100%;
  }
}

#nebiki .wrap .left p {
  margin: 0;
  /* margin-bottom: -149px;
  position: relative;
  z-index: 2; */
}

#access {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #access {
    margin-top: 50px;
  }
}

#access .wrap h2 {
  position: relative;
  letter-spacing: 0.02em;
  line-height: 1.5;
  font-size: 40px;
  margin: 0;
  margin-bottom: 6px;
  text-align: center;
}

#access .wrap h2::before {
  height: 3px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: #000;
  width: 100%;
}

#access .wrap h2 span {
  padding: 0 14px;
  display: inline-block;
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_lightgray.jpg);
  position: relative;
  z-index: 2;
}

#access .wrap h4 {
  text-align: center;
  margin-bottom: 0;
}

#access .wrap .box {
  display: flex;
  background: #fff;
  margin: 0 auto;
  margin-top: 50px;
  padding: 50px 100px;
  width: 80%;
}

@media screen and (max-width: 767px) {
  #access .wrap .box {
    display: block;
    width: 100%;
    padding: 50px 20px;
  }
}

#access .wrap .box .left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  #access .wrap .box .left {
    width: 100%;
  }
}

#access .wrap .box .left p.tel {
  font-size: 36px;
  margin-bottom: 26px;
  letter-spacing: 0.025em;
  line-height: 1.5;
  font-weight: bold;
}

#access .wrap .box .left dl {
  margin-bottom: 28px;
}
#access .wrap .box .left dt {
  margin-bottom: 6px;
}

#access .wrap .box .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #access .wrap .box .right {
    width: 100%;
    height: 350px;
  }
}

#access .wrap .box .right iframe {
  width: 100%;
  height: 100%;
}

/*footer*/
.siteFooter {
  border: none;
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_lightgray.jpg);
  /* background-color: #000; */
  padding: 1em;
  color: #fff;
}

.siteFooter {
  /* position: absolute;
  width: 100%;
  bottom: 0; */
}

.page-id-24 .siteFooter {
  /* position: relative; */
}

.siteFooter .nav li a {
  color: #fff;
}
#menu-footer_menu {
  display: flex;
  justify-content: space-evenly;
}

#menu-footer_menu li {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.fmenu {
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_lightgray.jpg);
}

.fmenu p.blank {
  height: 100px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .fmenu p.blank {
    height: 25px;
  }
}

.fmenu ul {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 1em 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 50px;

  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  /* padding-right: calc(50vw - 50%); */
  /* padding-left: calc(50vw - 50%); */
}

@media screen and (max-width: 767px) {
  .fmenu ul {
    margin-bottom: 50px;
  }
}

.fmenu ul li {
  width: 30%;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .fmenu ul li {
    width: 50%;
  }
}
/*NEWS一覧*/
.page-id-93 .widget_postlist,
.page-id-93 .widget_archive {
  display: none;
}

#top .widget_postlist,
#top .widget_archive {
  display: none;
}

.postNextPrev {
  display: none;
}

.subSection-title:after {
  border-bottom-color: #000;
}

.blog .page-header {
  background-color: #000;
}

.breadSection {
  background: url(https://lp.tojoudon.com/wp-content/uploads/bg_lightgray.jpg);
}

body.category-3 .page-header {
  background-color: #000;
}

/** coupon_page.html **/
#coupon_page .wrap .top {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #coupon_page .wrap .top {
    width: 100%;
  }
}

#coupon_page .wrap .top p {
  margin-bottom: 0;
}

#coupon_page .wrap .bottom {
  padding-bottom: 20px;
}

#coupon_page .wrap .bottom p {
  color: #f00;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 20px 0;
  border: 5px solid;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  #coupon_page .wrap .bottom p {
    font-size: 22px;
  }
}

/** footer_banner.php **/
.footer_banner {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  padding: 0;
  z-index: 100 !important;
  width: 100%;
}

/**********メインcss_ここまで**********/

/**********汎用css**********/

/*tableのスクロール↓*/
.table-wrap {
  overflow-x: scroll;
}

.table-wrap table {
  white-space: nowrap;
}

/*画面サイズの100％にする↓*/
.wide_box {
  padding: 0 0 0 0 !important;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding: 0 calc((100vw - 100%) / 2);
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -o-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 767px) {
  .wide_box {
    margin: auto 0em;
  }
}

/*スマホのみで改行↓*/
.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

/*pcのみで改行↓*/
.pc-br {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

/*スマホで表示*/
@media (min-width: 767px) {
  .only-sp {
    display: none !important;
  }
}

/*pcで表示*/
@media (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

.ta-c {
  text-align: center;
}

.fw-b {
  font-weight: bold;
}

.fc-red {
  color: red;
}

.fc-00b050 {
  color: #00b050;
}

.fc-0070c0 {
  color: #0070c0;
}

.fc-eabb00 {
  color: #eabb00;
}
