@charset "UTF-8";
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd {
  padding: 0;
  margin: 0;
}

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

/*-----------------------------------------------
 root
-----------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

/*-----------------------------------------------
 font
-----------------------------------------------*/
html {
  overflow-x: hidden;
  font-size: medium;
}

body {
  font-size: 62.5%;
  /* 16px -> 10px */
}

div {
  line-height: 0;
  box-sizing: border-box;
}

dt, dd, li,
caption, th, td,
input, button, textarea, select,
h1, h2, h3, h4, h5, h6, address {
  line-height: 0;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.5;
  font-size: 140%;
  margin: 0;
  padding: 0;
}

h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
p input, p button, p select,
li h1, li h2, li h3, li h4, li h5, li h6, li p, li dt, li dd, li li, li th, li td, li input, li button, li textarea, li select,
dd h1, dd h2, dd h3, dd h4, dd h5, dd h6, dd p, dd dt, dd dd, dd li, dd th, dd td, dd input, dd button, dd textarea, dd select,
tr h1, tr h2, tr h3, tr h4, tr h5, tr h6, tr p, tr dt, tr dd, tr li, tr input, tr button, tr textarea, tr select {
  font-size: 100%;
}

input, button, select, option, textarea {
  font-size: 14px;
}

figure {
  margin: 0;
}

a,
a:link,
a:visited {
  color: #1d99c1;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

section {
  position: relative;
  box-sizing: border-box;
}

br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
}

/*-----------------------------------------------
 cf 
-----------------------------------------------*/
.clearfix {
  min-height: 1px;
}
.clearfix::after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

/*-----------------------------------------------
 hover
-----------------------------------------------*/
.hover :hover {
  opacity: 0.8;
  animation: btn 0.5s;
  -webkit-animation: btn 0.5s;
  -moz-animation: btn 0.5s;
}

@keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes btn {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.8;
  }
}
/*=============================================================
 01_base
=============================================================*/
body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#kv {
  height: 738px;
  background: url("../img/kv/bg.jpg") no-repeat top center, url("../img/bg.jpg") repeat top center;
  background-size: auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #kv {
    background: url("../img/kv/bg-sp.jpg") no-repeat top center;
    background-size: cover;
    height: 165vw;
  }
}
#kv .inner {
  position: relative;
  width: 1000px;
  height: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #kv .inner {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #kv img {
    width: 100%;
  }
}
#kv h1 {
  position: absolute;
  top: 0;
  right: 48px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv h1 {
    width: 30.15625vw;
    top: inherit;
    right: 3.125vw;
    bottom: 5.3125vw;
    z-index: 3;
  }
}
#kv h1 img {
  position: relative;
  z-index: 2;
  opacity: 0;
}
#kv h1 span {
  position: absolute;
  display: block;
  background-color: #fff;
}
#kv h1 span:nth-of-type(1) {
  width: 48px;
  top: 0;
  right: 9px;
}
@media only screen and (max-width: 768px) {
  #kv h1 span:nth-of-type(1) {
    width: 6.875vw;
    top: 0px;
    right: 1.5625vw;
  }
}
#kv h1 span:nth-of-type(2) {
  width: 95px;
  top: 21px;
  right: 80px;
}
@media only screen and (max-width: 768px) {
  #kv h1 span:nth-of-type(2) {
    width: 13.4375vw;
    top: 2.96875vw;
    right: 11.5625vw;
  }
}
#kv .catch {
  position: absolute;
  top: 48px;
  left: 48px;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .catch {
    width: 64.0625vw;
    top: 0;
    left: 0;
    z-index: 3;
  }
}
#kv .catch img {
  position: relative;
  z-index: 2;
  opacity: 0;
}
#kv .catch span {
  position: absolute;
  display: block;
  background-color: #000;
}
#kv .catch span:nth-of-type(1) {
  width: 39px;
  top: 2px;
  right: 27px;
  transform: rotate(-8deg) !important;
}
@media only screen and (max-width: 768px) {
  #kv .catch span:nth-of-type(1) {
    height: 6.25vw;
    top: 8.4375vw;
    right: inherit;
    left: -4.6875vw;
    transform-origin: left;
  }
}
#kv .catch span:nth-of-type(2) {
  width: 39px;
  top: 40px;
  right: 68px;
  transform: rotate(-8deg) !important;
}
@media only screen and (max-width: 768px) {
  #kv .catch span:nth-of-type(2) {
    height: 6.09375vw;
    top: 14.375vw;
    right: inherit;
    left: 5vw;
    transform-origin: left;
  }
}
#kv .chara1 {
  position: absolute;
  top: 15px;
  right: 235px;
  z-index: 2;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .chara1 {
    width: 100%;
    top: 11.875vw;
    left: 0;
    right: inherit;
  }
}
#kv .chara2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .chara2 {
    width: 100%;
  }
}
#kv .deco {
  position: absolute;
  top: -3px;
  left: 0;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .deco {
    width: 104.375vw;
    top: -7.8125vw;
    left: -11.875vw;
  }
}
#kv .sns {
  position: absolute;
  left: 40px;
  bottom: 40px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .sns {
    left: inherit;
    bottom: inherit;
    top: 3.125vw;
    right: 3.125vw;
  }
}
#kv .sns ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #kv .sns ul li {
    width: 9.21875vw;
    margin: 0 1.25vw;
  }
}
#kv .sns ul li:nth-child(2) {
  display: none;
}
@media only screen and (max-width: 768px) {
  #kv .sns ul li:nth-child(2) {
    display: block;
  }
}
#kv .sns ul li a img {
  width: 100%;
}
#kv .logo15th {
  position: absolute;
  right: 36px;
  bottom: 46px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #kv .logo15th {
    width: 40.3125vw;
    right: inherit;
    left: 3.125vw;
    bottom: 5.3125vw;
    z-index: 3;
  }
}

#content {
  position: relative;
  background: url("../img/bg.jpg") repeat top center;
  padding-bottom: 110px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #content {
    padding-bottom: 22.8125vw;
    margin-bottom: 0;
    background: url("../img/bg-sp.jpg") repeat-y top center;
    background-size: 100%;
  }
}
#content .inner {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #content .inner {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  #content img {
    width: 100%;
  }
}
#content #pagetop {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #content #pagetop {
    width: 13.59375vw;
    bottom: 4.375vw;
  }
}

#intro {
  background: url("../img/intro/bg.png") repeat top left;
  background-size: auto;
  padding: 42px 0;
}
@media only screen and (max-width: 768px) {
  #intro {
    padding: 6.5625vw;
  }
}
#intro p {
  width: 940px;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #intro p {
    width: 88.125vw;
    font-size: 26px;
    font-size: 4.0625vw;
  }
}
#intro p span {
  background-color: #ff7800;
}

#special .menu {
  padding: 65px 0 60px;
  background: url("../img/special/bg_menu.jpg") repeat top center;
}
@media only screen and (max-width: 768px) {
  #special .menu {
    padding: 9.375vw 0;
  }
}
#special .menu .inner {
  position: relative;
}
#special .menu p {
  position: relative;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #special .menu p {
    width: auto;
    font-size: 40px;
    font-size: 6.25vw;
    margin-bottom: 1.875vw;
  }
}
#special .menu p.contents {
  position: absolute;
  left: 0;
  top: -10px;
}
@media only screen and (max-width: 768px) {
  #special .menu p.contents {
    top: -1.25vw;
  }
}
#special .menu ul {
  position: relative;
  display: flex;
  width: 1000px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #special .menu ul {
    display: block;
    width: auto;
  }
}
#special .block {
  overflow: hidden;
  padding: 55px 0 70px;
}
@media only screen and (max-width: 768px) {
  #special .block {
    padding: 8.75vw 0 10.9375vw;
  }
}
#special .block:nth-of-type(odd) {
  background: url("../img/special/bg01.png") no-repeat top center, url("../img/special/bg01_rp.png") repeat top center;
}
@media only screen and (max-width: 768px) {
  #special .block:nth-of-type(odd) {
    background: url("../img/special/bg01-sp.png") no-repeat top center #fff6ef;
    background-size: 100%;
  }
}
#special .block:nth-of-type(odd) .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 235px;
  left: 0;
  background-color: #fff6ef;
}
@media only screen and (max-width: 768px) {
  #special .block:nth-of-type(odd) .inner::before {
    display: none;
  }
}
#special .block:nth-of-type(odd) .box .cover img {
  border: 1px solid #fc6300;
}
@media only screen and (max-width: 768px) {
  #special .block:nth-of-type(odd) .box .cover img {
    border: 0.15625vw solid #fc6300;
  }
}
#special .block:nth-of-type(odd) .box .buy-box .btn {
  background: linear-gradient(to right, #fc5600, #fd8100);
}
#special .block:nth-of-type(odd) .box .buy-box .btn::before {
  background-color: #fc5600;
}
#special .block:nth-of-type(odd) .box .buy-box .btn::after {
  color: #fff;
}
#special .block:nth-of-type(odd) .box .buy-box .btn.active::after {
  color: #fff;
}
#special .block:nth-of-type(odd) .box .buy-box .btn p {
  color: #fff;
}
#special .block:nth-of-type(odd) .box .btn-trial, #special .block:nth-of-type(odd) .box .btn-detail {
  background: linear-gradient(to right, #fc5600, #fd8100);
}
#special .block:nth-of-type(odd) .box .btn-trial::before, #special .block:nth-of-type(odd) .box .btn-detail::before {
  background-color: #fc5600;
}
#special .block:nth-of-type(odd) .box .btn-trial a, #special .block:nth-of-type(odd) .box .btn-detail a {
  color: #fff;
}
#special .block:nth-of-type(odd) .box .btn-trial a::after, #special .block:nth-of-type(odd) .box .btn-detail a::after {
  color: #fff;
}
#special .block:nth-of-type(even) {
  background: url("../img/special/bg02.png") no-repeat top center, url("../img/special/bg02_rp.png") repeat top center;
}
@media only screen and (max-width: 768px) {
  #special .block:nth-of-type(even) {
    background: url("../img/special/bg02-sp.png") no-repeat top center #ff7800;
    background-size: 100%;
  }
}
#special .block:nth-of-type(even) .inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 235px;
  left: 0;
  background-color: #ff7800;
}
@media only screen and (max-width: 768px) {
  #special .block:nth-of-type(even) .inner::before {
    display: none;
  }
}
#special .block:nth-of-type(even) .box .cover img {
  border: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  #special .block:nth-of-type(even) .box .cover img {
    border: 0.15625vw solid #fff;
  }
}
#special .block:nth-of-type(even) .box .buy-box .btn {
  background: linear-gradient(to right, #ffe8bd, #fff);
}
#special .block:nth-of-type(even) .box .buy-box .btn::before {
  background-color: #ffe8bd;
}
#special .block:nth-of-type(even) .box .buy-box .btn::after {
  color: #ff7800;
}
#special .block:nth-of-type(even) .box .buy-box .btn.active::after {
  color: #ff7800;
}
#special .block:nth-of-type(even) .box .buy-box .btn p {
  color: #ff7800;
}
#special .block:nth-of-type(even) .box .btn-trial, #special .block:nth-of-type(even) .box .btn-detail {
  background: linear-gradient(to right, #ffe8bd, #fff);
}
#special .block:nth-of-type(even) .box .btn-trial::before, #special .block:nth-of-type(even) .box .btn-detail::before {
  background-color: #ffe8bd;
}
#special .block:nth-of-type(even) .box .btn-trial a, #special .block:nth-of-type(even) .box .btn-detail a {
  color: #ff7800;
}
#special .block:nth-of-type(even) .box .btn-trial a::after, #special .block:nth-of-type(even) .box .btn-detail a::after {
  color: #ff7800;
}
#special .block .inner {
  position: relative;
  padding: 0 42px;
}
@media only screen and (max-width: 768px) {
  #special .block .inner {
    padding: 0 7.03125vw;
  }
}
#special .block h2 {
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  #special .block h2 {
    margin-bottom: 3.125vw;
  }
}
#special .block .text {
  font-size: 30px;
  font-weight: bold;
  color: #fc5800;
  line-height: 1.6;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #special .block .text {
    font-size: 30px;
    font-size: 4.6875vw;
    margin-bottom: 1.5625vw;
  }
}
#special .block .text span {
  background-color: #fff;
  padding: 5px 0;
}
@media only screen and (max-width: 768px) {
  #special .block .text span {
    padding: 0.78125vw 0;
  }
}
#special .block .con.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #special .block .con.sp {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-size: 3.75vw;
    font-weight: bold;
    margin-bottom: 5.9375vw;
  }
}
#special .block .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #special .block .box {
    display: block;
  }
}
#special .block .box .cover {
  width: 408px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .cover {
    width: 70.9375vw;
    margin: 0 auto 3.75vw;
  }
}
#special .block .box .cover img {
  width: 100%;
}
#special .block .box .cover span {
  display: inline-block;
  line-height: 1.5;
  font-size: 12px;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .cover span {
    font-size: 18px;
    font-size: 2.8125vw;
    margin-bottom: 2.34375vw;
  }
}
@media only screen and (max-width: 768px) {
  #special .block .box .cover.full {
    width: auto;
  }
}
#special .block .box .detail {
  width: 455px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail {
    width: auto;
  }
}
#special .block .box .detail.full {
  width: auto;
}
#special .block .box .detail.full .btn-trial, #special .block .box .detail.full .btn-detail {
  margin: 0 auto;
}
#special .block .box .detail .txt-box {
  margin-bottom: 34px;
}
#special .block .box .detail .txt-box p.con {
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .txt-box p.con {
    display: none;
  }
}
#special .block .box .detail .txt-box p.summary {
  margin-top: 30px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .txt-box p.summary {
    font-size: 22px;
    font-size: 3.4375vw;
    padding-top: 3.125vw;
  }
}
#special .block .box .detail .txt-box p.summary span {
  font-weight: bold;
}
#special .block .box .detail .txt-box p.info {
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .txt-box p.info {
    font-size: 22px;
    font-size: 3.4375vw;
    text-align: center;
    margin-top: 2.34375vw;
  }
}
#special .block .box .detail .txt-box p.small {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .txt-box p.small {
    font-size: 24px;
    font-size: 3.75vw;
  }
}
#special .block .box .detail .buy-box .btn {
  position: relative;
  width: 360px;
  border-radius: 38px;
  padding: 18px 0;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .btn {
    width: 100%;
    padding: 3.4375vw 0;
    border-radius: 7.8125vw;
    margin-bottom: 2.8125vw;
  }
}
#special .block .box .detail .buy-box .btn::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  border-radius: 38px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .btn::before {
    border-radius: 7.8125vw;
  }
}
#special .block .box .detail .buy-box .btn::after {
  content: "〉";
  font-size: 22px;
  letter-spacing: -1em;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .btn::after {
    right: 6.25vw;
    font-size: 34px;
    font-size: 5.3125vw;
  }
}
#special .block .box .detail .buy-box .btn:hover::before {
  opacity: 1;
}
#special .block .box .detail .buy-box .btn.active::after {
  content: "〉";
  font-size: 22px;
  letter-spacing: -1em;
  position: absolute;
  top: 46%;
  right: 28px;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: left;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .btn.active::after {
    right: 6.25vw;
    font-size: 34px;
    font-size: 5.3125vw;
  }
}
#special .block .box .detail .buy-box .btn p {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .btn p {
    font-size: 34px;
    font-size: 5.3125vw;
  }
}
#special .block .box .detail .buy-box .store {
  display: none;
  width: 360px;
  padding: 20px 20px 12px;
  margin-bottom: 20px;
  border-radius: 26px;
  background-color: #d8d6d6;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .store {
    width: 100%;
    margin-bottom: 2.8125vw;
    padding: 4.375vw 4.375vw 1.875vw;
  }
}
#special .block .box .detail .buy-box .store ul {
  width: 320px;
  font-size: 0;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .store ul {
    width: 100%;
  }
}
#special .block .box .detail .buy-box .store ul li {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #fc6300;
  margin-bottom: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .store ul li {
    width: 36.25vw;
    margin-bottom: 2.5vw;
    border: 0.15625vw solid #fc6300;
  }
}
#special .block .box .detail .buy-box .store ul li:first-child {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .store ul li:first-child {
    width: auto;
  }
}
#special .block .box .detail .buy-box .store ul li:first-child a {
  width: 100%;
}
#special .block .box .detail .buy-box .store ul li:nth-of-type(even) {
  margin-right: 18px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .store ul li:nth-of-type(even) {
    margin-right: 4.0625vw;
  }
}
#special .block .box .detail .buy-box .store ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 48px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .buy-box .store ul li a {
    height: 11.25vw;
    width: auto;
  }
}
#special .block .box .detail .buy-box .store ul li a img {
  max-width: 88%;
  height: 65%;
  max-height: 100%;
  -webkit-backface-visibility: hidden;
}
#special .block .box .detail .btn-trial, #special .block .box .detail .btn-detail {
  position: relative;
  width: 360px;
  border-radius: 38px;
  padding: 18px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .btn-trial, #special .block .box .detail .btn-detail {
    width: 100%;
    padding: 3.4375vw 0;
    border-radius: 7.8125vw;
  }
}
#special .block .box .detail .btn-trial::before, #special .block .box .detail .btn-detail::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  border-radius: 38px;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .btn-trial::before, #special .block .box .detail .btn-detail::before {
    border-radius: 7.8125vw;
  }
}
#special .block .box .detail .btn-trial:hover::before, #special .block .box .detail .btn-detail:hover::before {
  opacity: 1;
}
#special .block .box .detail .btn-trial a, #special .block .box .detail .btn-detail a {
  position: relative;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  display: block;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .btn-trial a, #special .block .box .detail .btn-detail a {
    font-size: 34px;
    font-size: 5.3125vw;
  }
}
#special .block .box .detail .btn-trial a::after, #special .block .box .detail .btn-detail a::after {
  content: "〉";
  font-size: 22px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  #special .block .box .detail .btn-trial a::after, #special .block .box .detail .btn-detail a::after {
    right: 6.25vw;
    font-size: 34px;
    font-size: 5.3125vw;
  }
}
#special .block .box .detail .btn-trial a:hover, #special .block .box .detail .btn-detail a:hover {
  text-decoration: none;
}

#footer {
  padding: 48px 0 55px;
  background-color: #000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #footer {
    padding: 8.75vw 0 14.6875vw;
  }
}
#footer .logo {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #footer .logo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #footer .logo.logo1 {
    width: 67.1875vw;
    margin: 0 auto 4.375vw;
  }
}
@media only screen and (max-width: 768px) {
  #footer .logo.logo2 {
    width: 43.90625vw;
    margin: 0 auto 2.8125vw;
  }
}
#footer p {
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer p {
    font-size: 18px;
    font-size: 2.8125vw;
  }
}