@charset "UTF-8";

/*年齢認証*/
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .wrapper {
    padding: 0 10px;
  }
}

a {
  text-decoration: none;
}

.bold {
  font-weight: bold !important;
}

.age-check__wrap {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
  width: 100%;
  height: 100vh;
    z-index:99;
}
.age-check__wrap.show {
  display: flex !important;
}
@media only screen and (max-width: 999px) {
  .age-check__wrap {
    padding: 0 10px;
  }
}
.age-check__wrap .age-check {
  max-width: 840px;
  width: 100%;
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap .age-check {
    padding: 20px;
  }
}
.age-check__wrap .age-check__logo {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap .age-check__logo {
    margin-bottom: 10px;
  }
  .age-check__wrap .age-check__logo img {
    width: 150px;
  }
}
.age-check__wrap .age-check__text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap .age-check__text {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.age-check__wrap .age-check__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap .age-check__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.age-check__wrap .age-check__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 620px;
  margin: auto auto 50px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap .age-check__btn-wrap {
    margin: auto auto 30px;
  }
}
.age-check__wrap .age-check__btn-wrap > * {
  width: 50%;
}
.age-check__wrap .age-check__btn-wrap > *:first-child {
  padding-right: 10px;
}
.age-check__wrap .age-check__btn-wrap > *:last-child {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap .age-check__btn-wrap > * {
    width: 100%;
  }
  .age-check__wrap .age-check__btn-wrap > *:first-child {
    padding: 0;
    margin-bottom: 15px;
  }
  .age-check__wrap .age-check__btn-wrap > *:last-child {
    padding: 0;
  }
}
.age-check__wrap .age-check__btn {
  display: block;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap .age-check__btn {
    padding: 10px;
  }
}
.age-check__wrap .age-check__btn.yes {
  background-color: #F773AC;
  color: #FFFFFF;
}
.age-check__wrap .age-check__btn.no {
  background-color: #FFFFFF;
  color: #BBBBBB;
  border: 1px solid #CCCCCC;
}
.age-check__wrap .age-check__copy {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #888888;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap .age-check__copy {
    font-size: 10px;
    font-size: 1rem;
  }
}
.age-check__wrap .age-check__bnr {
  text-align: center;
}
.age-check__wrap.gch {
  background-color: #DCF4FF;
}
.age-check__wrap.gch .age-check {
  max-width: 800px;
  border-radius: 0;
  padding: 40px 40px 20px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap.gch .age-check {
    padding: 20px;
  }
}
.age-check__wrap.gch .age-check__logo-text {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap.gch .age-check__logo-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.age-check__wrap.gch .age-check__logo {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .age-check__wrap.gch .age-check__logo {
    margin-bottom: 20px;
  }
}
.age-check__wrap.gch .age-check__logo-18 {
  text-align: center;
  margin-bottom: 10px;
}
.age-check__wrap.gch .age-check__text {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.age-check__wrap.gch .age-check__title {
  color: #222222;
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.age-check__wrap.gch .age-check__btn-wrap {
  max-width: 100%;
  width: 100%;
}
.age-check__wrap.gch .age-check__btn {
  border-radius: 0;
}
.age-check__wrap.gch .age-check__btn.yes {
  background-color: #EE86B1;
}
.age-check__wrap.gch .age-check__btn.no {
  font-weight: normal;
  background-color: #FFFFFF;
  color: #222222;
  border: 1px solid #222222;
}
.age-check__wrap.gch .age-check__copy {
  margin-bottom: 0;
}

/*-------*/

.pubnr__wrap {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100vh;
    z-index:98;
}
.pubnr__wrap.show {
  display: flex !important;
}
@media only screen and (max-width: 999px) {
  .pubnr__wrap {
    padding: 0 10px;
  }
}
.pubnr__wrap .pubnr {
  max-width: 840px;
  width: 100%;
  padding: 50px;
  border-radius: 10px;
    text-align: center;
}
.pubnr__wrap .pubnr a {
    color: #ffffff;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap .age-check {
    padding: 20px;
  }
}
.pubnr__wrap .apubnr__logo {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap .pubnr__logo {
    margin-bottom: 10px;
  }
  .pubnr__wrap .pubnr__logo img {
    width: 150px;
  }
}
.pubnr__wrap .pubnr__text {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap .pubnr__text {
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}
.pubnr__wrap .pubnr__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap .pubnr__title {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.pubnr__wrap .pubnr__btn-wrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 620px;
  margin: auto auto 50px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap .pubnr__btn-wrap {
    margin: auto auto 30px;
  }
}
.pubnr__wrap .pubnr__btn-wrap > * {
  width: 50%;
}
.pubnr__wrap .pubnr__btn-wrap > *:first-child {
  padding-right: 10px;
}
.pubnr__wrap .pubnr__btn-wrap > *:last-child {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap .pubnr__btn-wrap > * {
    width: 100%;
  }
  .pubnr__wrap .pubnr__btn-wrap > *:first-child {
    padding: 0;
    margin-bottom: 15px;
  }
  .pubnr__wrap .pubnr__btn-wrap > *:last-child {
    padding: 0;
  }
}
.pubnr__wrap .pubnr__btn {
  display: block;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap .pubnr__btn {
    padding: 10px;
  }
}
.pubnr__wrap .pubnr__btn.yes {
  background-color: #666666;
  color: #FFFFFF;
}
.pubnr__wrap .pubnr__btn.yes a {
  color: #FFFFFF !important;
}
.pubnr__wrap .pubnr__btn.no {
  background-color: #FFFFFF;
  color: #ffffff;
  border: 1px solid #CCCCCC;
}
.pubnr__wrap .pubnr__copy {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  color: #888888;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap .pubnr__copy {
    font-size: 10px;
    font-size: 1rem;
  }
}
.pubnr__wrap .pubnr__bnr {
  text-align: center;
}
.pubnr__wrap.gch {
  background-color: rgba(0,0,0,0.8);
}
.pubnr__wrap.gch .pubnr {
  max-width: 800px;
  border-radius: 0;
  padding: 40px 40px 20px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap.gch .pubnr {
    padding: 20px;
  }
}
.pubnr__wrap.gch .pubnr__logo-text {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap.gch .pubnr__logo-text {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.pubnr__wrap.gch .pubnr__logo {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .pubnr__wrap.gch .pubnr__logo {
    margin-bottom: 20px;
  }
}
.pubnr__wrap.gch .pubnr__logo-18 {
  text-align: center;
  margin-bottom: 10px;
}
.pubnr__wrap.gch .pubnr__text {
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 20px;
}
.pubnr__wrap.gch .apubnr__title {
  color: #ffffff;
  margin-bottom: 30px;
  padding: 10px 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.pubnr__wrap.gch .pubnr__btn-wrap {
  max-width: 100%;
  width: 100%;
}
.pubnr__wrap.gch .pubnr__btn-wrap li {
    margin: 0 auto;
}
.pubnr__wrap.gch .pubnr__btn {
  border-radius: 0;
    
}
.pubnr__wrap.gch .pubnr__btn.yes {
  background-color: #666666;
}
.pubnr__wrap.gch .pubnr__btn.no {
  font-weight: normal;
  background-color: #FFFFFF;
  color: #ffffff;
  border: 1px solid #222222;
}
.pubnr__wrap.gch .pubnr__copy {
  margin-bottom: 0;
}

/*-------*/

.border-none {
  border: none !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.c-center {
  text-align: center;
}

.c-right {
  text-align: right;
}

.text-blue {
  color: #3faade;
}

@media only screen and (max-width: 1024px) {
  .c-left-sp {
    text-align: left !important;
  }
}

@media only screen and (max-width: 768px) {
  .sp-mt-0 {
    margin-top: 0px !important;
  }
  .sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .sp-mr-0 {
    margin-right: 0px !important;
  }
  .sp-ml-0 {
    margin-left: 0px !important;
  }
  .sp-pt-0 {
    padding-top: 0px !important;
  }
  .sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .sp-pl-0 {
    padding-left: 0px !important;
  }
  .sp-pr-0 {
    padding-right: 0px !important;
  }
  .sp-mt-5 {
    margin-top: 5px !important;
  }
  .sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .sp-mr-5 {
    margin-right: 5px !important;
  }
  .sp-ml-5 {
    margin-left: 5px !important;
  }
  .sp-pt-5 {
    padding-top: 5px !important;
  }
  .sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .sp-pl-5 {
    padding-left: 5px !important;
  }
  .sp-pr-5 {
    padding-right: 5px !important;
  }
  .sp-mt-10 {
    margin-top: 10px !important;
  }
  .sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .sp-mr-10 {
    margin-right: 10px !important;
  }
  .sp-ml-10 {
    margin-left: 10px !important;
  }
  .sp-pt-10 {
    padding-top: 10px !important;
  }
  .sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .sp-pl-10 {
    padding-left: 10px !important;
  }
  .sp-pr-10 {
    padding-right: 10px !important;
  }
  .sp-mt-15 {
    margin-top: 15px !important;
  }
  .sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .sp-mr-15 {
    margin-right: 15px !important;
  }
  .sp-ml-15 {
    margin-left: 15px !important;
  }
  .sp-pt-15 {
    padding-top: 15px !important;
  }
  .sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .sp-pl-15 {
    padding-left: 15px !important;
  }
  .sp-pr-15 {
    padding-right: 15px !important;
  }
  .sp-mt-20 {
    margin-top: 20px !important;
  }
  .sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .sp-mr-20 {
    margin-right: 20px !important;
  }
  .sp-ml-20 {
    margin-left: 20px !important;
  }
  .sp-pt-20 {
    padding-top: 20px !important;
  }
  .sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .sp-pl-20 {
    padding-left: 20px !important;
  }
  .sp-pr-20 {
    padding-right: 20px !important;
  }
  .sp-mt-25 {
    margin-top: 25px !important;
  }
  .sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .sp-mr-25 {
    margin-right: 25px !important;
  }
  .sp-ml-25 {
    margin-left: 25px !important;
  }
  .sp-pt-25 {
    padding-top: 25px !important;
  }
  .sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .sp-pl-25 {
    padding-left: 25px !important;
  }
  .sp-pr-25 {
    padding-right: 25px !important;
  }
  .sp-mt-30 {
    margin-top: 30px !important;
  }
  .sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .sp-mr-30 {
    margin-right: 30px !important;
  }
  .sp-ml-30 {
    margin-left: 30px !important;
  }
  .sp-pt-30 {
    padding-top: 30px !important;
  }
  .sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .sp-pl-30 {
    padding-left: 30px !important;
  }
  .sp-pr-30 {
    padding-right: 30px !important;
  }
  .sp-mt-35 {
    margin-top: 35px !important;
  }
  .sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .sp-mr-35 {
    margin-right: 35px !important;
  }
  .sp-ml-35 {
    margin-left: 35px !important;
  }
  .sp-pt-35 {
    padding-top: 35px !important;
  }
  .sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .sp-pl-35 {
    padding-left: 35px !important;
  }
  .sp-pr-35 {
    padding-right: 35px !important;
  }
  .sp-mt-40 {
    margin-top: 40px !important;
  }
  .sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .sp-mr-40 {
    margin-right: 40px !important;
  }
  .sp-ml-40 {
    margin-left: 40px !important;
  }
  .sp-pt-40 {
    padding-top: 40px !important;
  }
  .sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .sp-pl-40 {
    padding-left: 40px !important;
  }
  .sp-pr-40 {
    padding-right: 40px !important;
  }
  .sp-mt-45 {
    margin-top: 45px !important;
  }
  .sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .sp-mr-45 {
    margin-right: 45px !important;
  }
  .sp-ml-45 {
    margin-left: 45px !important;
  }
  .sp-pt-45 {
    padding-top: 45px !important;
  }
  .sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .sp-pl-45 {
    padding-left: 45px !important;
  }
  .sp-pr-45 {
    padding-right: 45px !important;
  }
  .sp-mt-50 {
    margin-top: 50px !important;
  }
  .sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .sp-mr-50 {
    margin-right: 50px !important;
  }
  .sp-ml-50 {
    margin-left: 50px !important;
  }
  .sp-pt-50 {
    padding-top: 50px !important;
  }
  .sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .sp-pl-50 {
    padding-left: 50px !important;
  }
  .sp-pr-50 {
    padding-right: 50px !important;
  }
  .sp-mt-55 {
    margin-top: 55px !important;
  }
  .sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .sp-mr-55 {
    margin-right: 55px !important;
  }
  .sp-ml-55 {
    margin-left: 55px !important;
  }
  .sp-pt-55 {
    padding-top: 55px !important;
  }
  .sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .sp-pl-55 {
    padding-left: 55px !important;
  }
  .sp-pr-55 {
    padding-right: 55px !important;
  }
  .sp-mt-60 {
    margin-top: 60px !important;
  }
  .sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .sp-mr-60 {
    margin-right: 60px !important;
  }
  .sp-ml-60 {
    margin-left: 60px !important;
  }
  .sp-pt-60 {
    padding-top: 60px !important;
  }
  .sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .sp-pl-60 {
    padding-left: 60px !important;
  }
  .sp-pr-60 {
    padding-right: 60px !important;
  }
  .sp-mt-65 {
    margin-top: 65px !important;
  }
  .sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .sp-mr-65 {
    margin-right: 65px !important;
  }
  .sp-ml-65 {
    margin-left: 65px !important;
  }
  .sp-pt-65 {
    padding-top: 65px !important;
  }
  .sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .sp-pl-65 {
    padding-left: 65px !important;
  }
  .sp-pr-65 {
    padding-right: 65px !important;
  }
  .sp-mt-70 {
    margin-top: 70px !important;
  }
  .sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .sp-mr-70 {
    margin-right: 70px !important;
  }
  .sp-ml-70 {
    margin-left: 70px !important;
  }
  .sp-pt-70 {
    padding-top: 70px !important;
  }
  .sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .sp-pl-70 {
    padding-left: 70px !important;
  }
  .sp-pr-70 {
    padding-right: 70px !important;
  }
  .sp-mt-75 {
    margin-top: 75px !important;
  }
  .sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .sp-mr-75 {
    margin-right: 75px !important;
  }
  .sp-ml-75 {
    margin-left: 75px !important;
  }
  .sp-pt-75 {
    padding-top: 75px !important;
  }
  .sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .sp-pl-75 {
    padding-left: 75px !important;
  }
  .sp-pr-75 {
    padding-right: 75px !important;
  }
  .sp-mt-80 {
    margin-top: 80px !important;
  }
  .sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .sp-mr-80 {
    margin-right: 80px !important;
  }
  .sp-ml-80 {
    margin-left: 80px !important;
  }
  .sp-pt-80 {
    padding-top: 80px !important;
  }
  .sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .sp-pl-80 {
    padding-left: 80px !important;
  }
  .sp-pr-80 {
    padding-right: 80px !important;
  }
  .sp-mt-85 {
    margin-top: 85px !important;
  }
  .sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .sp-mr-85 {
    margin-right: 85px !important;
  }
  .sp-ml-85 {
    margin-left: 85px !important;
  }
  .sp-pt-85 {
    padding-top: 85px !important;
  }
  .sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .sp-pl-85 {
    padding-left: 85px !important;
  }
  .sp-pr-85 {
    padding-right: 85px !important;
  }
  .sp-mt-90 {
    margin-top: 90px !important;
  }
  .sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .sp-mr-90 {
    margin-right: 90px !important;
  }
  .sp-ml-90 {
    margin-left: 90px !important;
  }
  .sp-pt-90 {
    padding-top: 90px !important;
  }
  .sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .sp-pl-90 {
    padding-left: 90px !important;
  }
  .sp-pr-90 {
    padding-right: 90px !important;
  }
  .sp-mt-95 {
    margin-top: 95px !important;
  }
  .sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .sp-mr-95 {
    margin-right: 95px !important;
  }
  .sp-ml-95 {
    margin-left: 95px !important;
  }
  .sp-pt-95 {
    padding-top: 95px !important;
  }
  .sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .sp-pl-95 {
    padding-left: 95px !important;
  }
  .sp-pr-95 {
    padding-right: 95px !important;
  }
  .sp-mt-100 {
    margin-top: 100px !important;
  }
  .sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .sp-mr-100 {
    margin-right: 100px !important;
  }
  .sp-ml-100 {
    margin-left: 100px !important;
  }
  .sp-pt-100 {
    padding-top: 100px !important;
  }
  .sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .sp-pl-100 {
    padding-left: 100px !important;
  }
  .sp-pr-100 {
    padding-right: 100px !important;
  }
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.txt-link {
  color: #e85c96 !important;
  text-decoration: underline !important;
}

.txt-link__blue {
  color: #3faade !important;
  text-decoration: underline !important;
}

.notes {
  font-size: 0.9em;
  padding-left: 1em;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.notes:before {
  content: "※";
  display: inline-block;
  margin-left: -1em;
}

._pc {
  display: block !important;
}

._pc__inline-block {
  display: inline-block !important;
}

._sp__inline-block {
  display: none !important;
}

._tb {
  display: none !important;
}

._sp {
  display: none !important;
}

._sm {
  display: none;
}

@media only screen and (max-width: 1024px) {
  ._pc {
    display: none !important;
  }
  ._sp {
    display: block !important;
  }
  ._sm {
    display: none;
  }
  ._sp-table {
    display: table !important;
  }
  ._sp-table > * {
    display: table-cell !important;
    width: auto !important;
  }
  ._pc__inline-block {
    display: none !important;
  }
  ._sp__inline-block {
    display: inline-block !important;
  }
}

@media only screen and (max-width: 400px) {
  ._sm {
    display: block;
  }
}

.disnon {
  display: none;
}

.drawer-menu {
  margin: 30px 0 0 0;
}

.drawer-menu li a {
  display: block;
}

.drawer-menu li.no-link {
  padding: 10px;
  text-align: center;
  color: #000 !important;
  padding: 10px;
  border-top: 1px solid #9d9d9d;
}

.drawer--right.drawer-open .drawer-nav {
  width: 80%;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  background: #fff;
}

.drawer-hamburger {
  top: 11px;
  display: none;
}

.drawer-nav {
  background: rgba(51, 51, 51, 0.75);
}

.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: inherit;
  left: 0;
  top: 10px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #3b3b3b;
}

.drawer-open #local-nav {
  width: 100%;
  right: 0 !important;
  top: 54px !important;
  background: #fff !important;
  left: 0;
}

.drawer-menu {
  background: #fff;
  margin: 0;
}

.local-nav-title {
  display: none !important;
}

.drawer-open .drawer-overlay {
  top: 50px;
}

.drawer-menu {
  padding: 0;
}

.drawer-menu .sp-menu-top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px;
  margin-bottom: 0px;
  overflow: hidden;
}

.drawer-menu .sp-menu-top > li {
  margin: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.drawer-menu .sp-menu-top > li:nth-of-type(2n) {
  border-left: 1px solid #d4d4d4;
}

.drawer-menu .sp-menu-top > li > a {
  font-size: 20.8px;
  font-size: 1.3rem;
  text-align: left;
  padding: 13px 10px !important;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
  color: #222222;
  position: relative;
}

.drawer-menu .sp-menu-top > li > a:after {
  position: absolute;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  top: 50%;
  margin-top: -0.5em;
}

.drawer-menu .sp-menu-top > li.accordion > a:after {
  -ms-transform: rotate(45deg) !important;
      transform: rotate(45deg) !important;
}

.drawer-menu .sp-menu-top > li li {
  font-size: 27.2px;
  font-size: 1.7rem;
}

.drawer-menu .sp-menu-top > li.accordion ul {
  display: none;
}

.drawer-menu .sp-menu-top > li li.no-link {
  padding: 15px 25px;
  text-align: left;
  border: none;
}

.drawer-menu .sp-menu-top > li li a {
  padding: 15px 25px;
  color: #3b3b3b !important;
}

.drawer-menu .sp-menu-top > li .accordion-in {
  border-bottom: 1px solid #eeeeee;
}

.drawer-menu .sp-menu-top li:last-child {
  padding-bottom: 0;
}

.drawer-menu .sp-menu-top {
  padding-bottom: 0;
}

.drawer-menu .sp-menu-top li a i.fa {
  font-size: 0.6em;
  margin-right: 10px;
  margin-top: 0;
}

.drawer-menu .sp-menu-bottom {
  margin-top: 35px;
}

.drawer-menu .sp-menu-bottom li {
  padding-bottom: 20px;
}

.drawer-menu .sp-menu-bottom li a {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.drawer-menu .sp-menu-bottom li:last-child {
  padding-bottom: 0;
}

.drawer-menu .sp-menu-jp-txt {
  margin: 4px 0 0;
}

.drawer-menu .sp-menu-bnr {
  margin-top: 40px;
}

.drawer-menu .sp-menu-bnr li {
  padding-bottom: 0;
  text-align: left;
}

.drawer-menu .sp-menu-bnr li a {
  text-align: left;
  padding: 0;
}

.drawer-menu .sp-menu-jp-txt a {
  font-size: 25.6px;
  font-size: 1.6rem;
}

.drawer-open #local-nav {
  background: #fff;
}

.drawer-menu .sp-menu-message {
  margin-top: 35px;
}

.drawer-menu .sp-menu-message dl {
  display: table;
  margin-bottom: 18px;
}

.drawer-menu .sp-menu-message dl:last-child {
  margin-bottom: 0;
}

.drawer-menu .sp-menu-message dl dt {
  display: table-cell;
  width: 43px;
}

.drawer-menu .sp-menu-message dl dt img {
  width: 100%;
}

.drawer-menu .sp-menu-message dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.drawer-menu .sp-menu-message dl dd a {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #969696;
}

.drawer-open .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger-icon:after {
  background: #3b3b3b;
}

#wrap {
  overflow: hidden !important;
}

#c-wrap {
  max-width: 1560px;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 1024px) {
  #c-wrap {
    display: block;
  }
}

.no-link {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.alert-color{
	color: #e81212;
}

.drawer-close #local-nav {
  top: 50px !important;
}

.top-sider img {
  width: 100%;
}

.drawer-nav {
  background: #fff !important;
}

@media only screen and (max-width: 1024px) {
  #header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 8000;
  }
  #header .header-in {
    padding: 10px 0;
    display: table;
    width: 100%;
  }
  #header .c-logo {
    text-align: center;
    margin: 0;
    line-height: 0;
  }
  #header .c-logo img {
    height: 30px;
  }
  #header .c-h-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 2.5rem;
    color: #333333;
    line-height: 1;
    width: 45px;
    height: 50px;
  }
  #header .c-h-search a {
    display: block;
    width: 45px;
    height: 50px;
    position: relative;
  }
  #header .c-h-search a i {
    top: 50%;
    left: 50%;
    margin-left: -0.5em;
    margin-top: -0.5em;
    position: absolute;
  }
  #header .c-h-search.active {
    background: #dcf4ff;
  }
  #header .c-header-search {
    padding: 20px 10px;
    background: #dcf4ff;
    display: none;
    z-index: 9999;
    position: relative;
  }
  #header .c-login-list ul {
    border-top: 1px solid #d4d4d4;
  }
  #header .c-login-list li {
    float: left;
    width: 50%;
  }
    #header .c-login-list li.nav-col01 {
    width: 100%;
  }
  #header .c-login-list li a {
    font-size: 1.3rem;
    text-align: center;
    padding: 15px 10px !important;
    border-bottom: 1px solid #d4d4d4;
    background: #dcf4ff;
  }
  #header .c-login-list li a i {
    font-size: 2rem;
    margin-right: 10px;
  }
  #header .c-login-list li:nth-of-type(2n) {
    border-left: 1px solid #d4d4d4;
  }
  #header .c-menu__bnr {
    margin: 20px 10px 0;
  }
  #header .c-menu__bnr li {
    margin-bottom: 5px;
  }
  #header .c-menu__bnr li img {
    width: 100%;
  }
  .drawer-hamburger {
    display: block;
    padding: 7px 0 10px;
    width: 30px;
  }
  .drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    height: 2px;
  }
  .drawer-hamburger-icon {
    margin-top: 5px;
  }
}

.col.col-2 > * {
  width: 50%;
  padding: 10px;
}

.col.col-3 > * {
  width: 33.333%;
  padding: 10px;
}

.col.col-4 > * {
  width: 25%;
  padding: 10px;
}

.col.col-5 > * {
  width: 20%;
  padding: 10px;
}

.col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 0px;
  overflow: hidden;
}

.col.dis20 {
  margin: 0 -10px;
}

.col.dis20 > * {
  padding-left: 10px;
  padding-right: 10px;
}

.col.dis10 {
  margin: 0 -5px;
}

.col.dis10 > * {
  padding-left: 5px;
  padding-right: 5px;
}

.col.dis30 {
  margin: 0 -15px;
}

.col.dis30 > * {
  padding-left: 15px;
  padding-right: 15px;
}

.col.dis40 {
  margin: 0 -20px;
}

.col.dis40 > * {
  padding-left: 20px;
  padding-right: 20px;
}

.col.dis50 {
  margin: 0 -25px;
}

.col.dis50 > * {
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
  .col.col-1-sp > * {
    width: 100% !important;
  }
  .col.col-2-sp > * {
    width: 50% !important;
    padding: 5px;
  }
  .col.dis30-sp {
    margin: 0 -15px;
  }
  .col.dis30-sp > * {
    padding-left: 15px;
    padding-right: 15px;
  }
  .col.dis10-sp {
    margin: 0 -5px;
  }
  .col.dis10-sp > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

main {
  width: calc(100% - 340px);
}

#c-main-cnt {
  min-height: 900px;
}

#c-main-cnt .bg-blue {
  background: #dcf4ff;
}

#c-main-cnt > section > section.bg-blue {
  background: #dcf4ff;
  position: relative;
}

#c-main-cnt > section > section.bg-blue:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #dcf4ff;
  right: 100%;
  top: 0;
  width: 40px;
}

#c-main-cnt > section > section.bg-blue:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #dcf4ff;
  left: 100%;
  top: 0;
  width: 100%;
}

.bg-white {
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  #c-main-cnt {
    min-height: inherit;
  }
  main {
    width: 100%;
  }
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

@media only screen and (max-width: 1024px) {
  ._sp-center {
    text-align: center !important;
  }
  ._sp-left {
    text-align: left !important;
  }
  ._sp-right {
    text-align: right !important;
  }
}

#c-pageTop {
  background: #333333;
  margin-top: 80px;
  position: relative;
}

#c-pageTop:after {
  content: "";
  display: block;
  width: 200%;
  top: 0;
  left: 100%;
  height: 100%;
  background: #333333;
  position: absolute;
}

#c-pageTop:before {
  content: "";
  display: block;
  width: 40px;
  top: 0;
  right: 100%;
  height: 100%;
  background: #333333;
  position: absolute;
}

#c-pageTop a {
  display: block;
  font-size: 48px;
  font-size: 3rem;
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #c-pageTop {
    margin-top: 40px;
    position: relative;
  }
  #c-pageTop:after {
    content: "";
    display: block;
    width: 200%;
    top: 0;
    left: 100%;
    height: 100%;
    background: #333333;
    position: absolute;
  }
  #c-pageTop:before {
    content: "";
    display: block;
    width: 200%;
    top: 0;
    left: -200%;
    height: 100%;
    background: #333333;
    position: absolute;
  }
  #c-pageTop a {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
    padding: 10px;
  }
}

footer {
  background: #f0f0f0;
  padding: 40px 0 0;
  position: relative;
}

footer:after {
  content: "";
  display: block;
  width: 200%;
  top: 0;
  left: 100%;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
}

footer:before {
  content: "";
  display: block;
  width: 40px;
  top: 0;
  right: 100%;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
}

footer .c-footer-sns {
  max-width: 960px;
  margin: 0 auto;
}

footer .c-footer-sns li {
  float: left;
  width: 460px;
    margin-bottom: 20px;
}

footer .c-footer-sns li.fs_plus {
    margin: 0 20px 20px;
}

footer .c-footer-sns li a {
  display: block;
  padding: 35px 10px 35px 3em;
  background: #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
}

footer .c-footer-sns li a i {
  position: absolute;
  top: 50%;
  margin-top: -1.3em;
  margin-left: -3.2em;
}


footer .c-footer-sns li:nth-of-type(2n) {
  float: right;
}


footer .footer-link {
  padding-top: 40px;
  padding-bottom: 18px;
}

footer .footer-link ul {
  text-align: center;
  font-size: 0;
}

footer .footer-link ul li {
  display: inline-block;
  padding: 0 23px;
  line-height: 1;
  border-right: 1px solid #9e9e9e;
  margin-bottom: 5px;
}

footer .footer-link ul li a {
  font-size: 22.4px;
  font-size: 1.4rem;
}

footer .footer-link ul li:last-child {
  border-right: 0;
}

footer #copyright {
  background: #fff;
  text-align: center;
  font-size: 19.2px;
  font-size: 1.2rem;
  padding: 18px;
  position: relative;
}

footer #copyright:after {
  content: "";
  display: block;
  width: 200%;
  top: 0;
  left: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 2;
}

footer #copyright:before {
  content: "";
  display: block;
  width: 40px;
  top: 0;
  right: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  footer {
    padding: 20px 0 0;
  }
  footer:after {
    content: "";
    display: block;
    width: 200%;
    top: 0;
    left: 100%;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
  }
  footer:before {
    content: "";
    display: block;
    width: 200%;
    top: 0;
    left: -200%;
    height: 100%;
    background: #f0f0f0;
    position: absolute;
  }
  footer .c-footer-sns {
    max-width: 640px;
    margin: 0 auto;
  }
  footer .c-footer-sns li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  footer .c-footer-sns li a {
    padding: 15px 10px 15px 2em;
    font-size: 1.3rem;
  }
  footer .c-footer-sns li a i {
    position: absolute;
    top: 50%;
    margin-top: -1.3em;
    margin-left: -2.0em;
  }
  footer .c-footer-sns li:nth-of-type(2n) {
    float: none;
  }
    footer .c-footer-sns li.fs_plus {
    margin: 0 0 10px;
}
  footer .footer-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .footer-link ul {
    text-align: center;
    font-size: 0;
  }
  footer .footer-link ul li {
    display: inline-block;
    padding: 0 3px;
    line-height: 1.6;
    border-right: 1px solid #9e9e9e;
  }
  footer .footer-link ul li a {
    font-size: 1.1rem;
  }
  footer .footer-link ul li:last-child {
    border-right: 0;
  }
  footer #copyright {
    font-size: 1.2rem;
    padding: 5px;
  }
  footer #copyright:after {
    content: "";
    display: block;
    width: 200%;
    top: 0;
    left: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 2;
  }
  footer #copyright:before {
    content: "";
    display: block;
    width: 200%;
    top: 0;
    left: -200%;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: 2;
  }
}

.c-follownav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #75c4ea;
  z-index: 10;
}

.c-follownav ul {
  display: table;
  width: 100%;
  background: #75c4ea;
}

.c-follownav ul li {
  display: table-cell;
  width: 25%;
  vertical-align: top;
}

.c-follownav ul li a {
  background: #75c4ea;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 0.8;
  display: block;
  padding: 8px;
  line-height: 1.4;
}

.c-follownav ul li a i {
  width: 100%;
  height: 15px;
  display: inline-block;
}

.c-follownav ul li a i.fas {
  font-size: 28.8px;
  font-size: 1.8rem;
  height: 18px;
}

.c-follownav ul li a span {
  display: block;
}

.c-follownav ul li a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background: #3faade;
}

.c-follownav ul li.active a {
  background: #3faade;
}

/*---btn---*/
.btn {
  width: 100%;
    border-radius:8px;
}

.btn.btn-text-large {
  font-size: 48px;
  font-size: 3rem;
  padding: 18px;
}

.btn.btn-text-large small {
  font-size: 0.66em;
  font-weight: normal;
}

.btn.w890 {
  width: 890px !important;
}

.btn.w735 {
  width: 735px !important;
}

.btn.btn-pink {
  background: #ee86b1;
  color: #fff;
}

.btn.btn-blue {
  background: #75c4ec;
  border: none;
  color: #fff;
}

.btn.btn-blue:hover {
  background: #3faade;
  color: #fff;
	opacity: 1;
}

.btn.btn-pink:hover {
  background: #e85c96;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn-size-large .btn {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.btn-size-middle .btn {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
}

.btn.btn-border-blue {
  background: #fff;
  border: 1px solid #75cdea;
}

.btn.btn-border-blue:hover {
  background: #75cdea;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn.btn-border-db {
  background: #75c4ea;
  border: 4px solid #fff;
  box-shadow: 0 0 0 4px #75c4ea;
  color: #fff;
  font-size: 76.8px;
  font-size: 4.8rem;
  text-align: center;
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  font-weight: normal;
  position: relative;
}

.btn.btn-border-db.btn-arrow:after {
  font-size: 0.85em;
}

.btn.btn-border-db i {
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.2em;
}

.btn.btn-arrow {
  position: relative;
}

.btn.btn-arrow:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  top: 50%;
  margin-top: -0.5em;
  right: 20px;
}

.btn.btn-prev {
  position: relative;
}

.btn.btn-prev:after {
  content: "\f053";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  top: 50%;
  margin-top: -0.5em;
  left: 20px;
}

@media only screen and (max-width: 1024px) {
  .btn-size-large .btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn.btn-text-large {
    font-size: 1.5rem;
    padding: 10px;
  }
  .btn.w890 {
    width: 100% !important;
  }
  .btn.w735 {
    width: 100% !important;
  }
  .btn-size-middle .btn {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
  }
  .btn.btn-border-db {
    background: #75c4ea;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #75c4ea;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    max-width: calc(100% - 8px);
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-weight: normal;
    position: relative;
  }
  .btn.btn-border-db.btn-arrow:after {
    font-size: 0.85em;
  }
  .btn.btn-border-db i {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -0.5em;
    font-size: 1.2em;
  }
  .btn.btn-prev:after {
    left: 10px;
  }
}

/*---icon---*/
.icon-free {
  background: url(/images/icon_free.png) center center/contain no-repeat;
}

.icon-heart {
  background: url(/images/icon_heart.png) center center/contain no-repeat;
}

.icon-book {
  background: url(/images/icon_book.png) center center/contain no-repeat;
}

.icon-notes {
  background: url(/images/icon_notes.png) center center/contain no-repeat;
}

.icon-tv {
  background: url(/images/icon_tv.png) center center/contain no-repeat;
}

.icon-free {
  background: url(/images/icon_free.png) center center/contain no-repeat;
}

.icon-faq {
  background: url(/images/icon_faq.png) center center/contain no-repeat;
}

.icon-mail {
  background: url(/images/icon_mail.png) center center/contain no-repeat;
}

.icon-bags {
  background: url(/images/icon_bags.png) center center/contain no-repeat;
}

.icon-member {
  background: url(/images/icon_member.png) center center/contain no-repeat;
}

.icon-twitter {
  background: url(/images/icon_twitter.png) center center/contain no-repeat;
}

.icon-insta {
  background: url(/images/icon_insta.png) center center/contain no-repeat;
}

.icon-tick {
  background: url(/images/icon_tick.png) center center/contain no-repeat;
}

.icon-movie {
  background: url(/images/icon_movie.png) center center/contain no-repeat;
}

.icon-message {
  background: url(/images/icon_message.png) center center/contain no-repeat;
}

.icon-shakehand {
  background: url(/images/icon_shakehand.png) center center/contain no-repeat;
}

.icon-calender {
  background: url(/images/icon_calender.png) center center/contain no-repeat;
}

.icon-dvd {
  background: url(/images/icon_dvd.png) center center/contain no-repeat;
}

.icon-megaphone {
  background: url(/images/icon_megaphone.png) center center/contain no-repeat;
}

.icon-binoculars {
  background: url(/images/icon_binoculars.png) center center/contain no-repeat;
}

.o-i-blue {
  color: #75c4ea;
}

.o-i-blue.fa {
  margin-top: -0.5em;
}

.o-i-blue.fa:before {
  font-size: 2.2em;
}

.o-i-blue.icon-movie {
  background: url(/images/icon_movie_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-new {
  background: url(/images/icon_new_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-calender {
  background: url(/images/icon_calender_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-cart:before {
  content: "\f07a";
}

.o-i-blue.icon-dvd {
  background: url(/images/icon_dvd_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-free {
  background: url(/images/icon_free_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-message {
  background: url(/images/icon_message_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-heart {
  background: url(/images/icon_heart_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-book {
  background: url(/images/icon_book_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-member {
  background: url(/images/icon_member_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-bags {
  background: url(/images/icon_bags_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-notes {
  background: url(/images/icon_notes_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-tv {
  background: url(/images/icon_tv_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-free {
  background: url(/images/icon_free_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-faq {
  background: url(/images/icon_faq_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-mail {
  background: url(/images/icon_mail_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-shakehand {
  background: url(/images/icon_shakehand_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-megaphone {
  background: url(/images/icon_megaphone_blue.png) center center/contain no-repeat;
}

.o-i-blue.icon-binoculars {
  background: url(/images/icon_binoculars_blue.png) center center/contain no-repeat;
}

.o-i-white {
  color: #ffff;
}

.o-i-white.fa {
  margin-top: -0.5em;
}

.o-i-white.fa:before {
  font-size: 2.2em;
}

.o-i-white.icon-movie {
  background: url(/images/icon_movie_white.png) center center/contain no-repeat;
}

.o-i-white.icon-calender {
  background: url(/images/icon_calender_white.png) center center/contain no-repeat;
}

.o-i-white.icon-cart:before {
  content: "\f07a";
}

.o-i-white.icon-dvd {
  background: url(/images/icon_dvd_white.png) center center/contain no-repeat;
}

.o-i-white.icon-free {
  background: url(/images/icon_free_white.png) center center/contain no-repeat;
}

.o-i-white.icon-message {
  background: url(/images/icon_message_white.png) center center/contain no-repeat;
}

.o-i-white.icon-girl {
  background: url(/images/icon_girl_white.png) center center/contain no-repeat;
}

.o-i-white.icon-heart {
  background: url(/images/icon_heart_blue.png) center center/contain no-repeat;
}

.o-i-white.icon-book {
  background: url(/images/icon_book_white.png) center center/contain no-repeat;
}

.o-i-white.icon-member {
  background: url(/images/icon_member_white.png) center center/contain no-repeat;
}

.o-i-white.icon-bags {
  background: url(/images/icon_bags_blue.png) center center/contain no-repeat;
}

.o-i-white.icon-notes {
  background: url(/images/icon_notes_blue.png) center center/contain no-repeat;
}

.o-i-white.icon-tv {
  background: url(/images/icon_tv_white.png) center center/contain no-repeat;
}

.o-i-white.icon-faq {
  background: url(/images/icon_faq_white.png) center center/contain no-repeat;
}

.o-i-white.icon-mail {
  background: url(/images/icon_mail_white.png) center center/contain no-repeat;
}

.o-i-white.icon-shakehand {
  background: url(/images/icon_shakehand_blue.png) center center/contain no-repeat;
}

.o-i-white.icon-megaphone {
  background: url(/images/icon_megaphone_white.png) center center/contain no-repeat;
}

.o-i-white.icon-binoculars {
  background: url(/images/icon_binoculars_blue.png) center center/contain no-repeat;
}

.o-i-white.icon-girl {
  background: url(/images/icon_girls_white.png) center center/contain no-repeat;
}

.o-i {
  width: 2.5em;
  height: 2.5em;
  display: inline-block;
  margin-top: -0.6em;
  float: left;
  margin-right: 10px;
}

.o-s {
  width: 2em;
  height: 1.5em;
  display: inline-block;
  margin-top: -0.1em;
  float: left;
  margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
  .o-i {
    width: 1.5em;
    display: inline-block;
    margin-top: -0.6em;
    float: left;
    margin-right: 5px;
  }
}

.c-tag {
  display: inline-block;
  margin: 0 10px;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #ffff;
  background: #000;
  padding: 3px 20px;
  line-height: 1.2;
}

.c-tag.single {
  background: #a4c039;
}

.c-tag.free {
  background: #fe9b39;
}

.c-tag.monthly {
  background: #af6aa2;
}

.c-tag.original {
  background: #75c4ea;
}

@media only screen and (max-width: 1024px) {
  .c-tag {
    display: inline-block;
    margin: 0 10px;
    font-size: 1.1rem;
    color: #ffff;
    background: #000;
    padding: 3px 10px 1px;
    line-height: 1;
  }
}

/*---title---*/
.c-ttl-lv01 {
  text-align: center;
  font-weight: normal;
  position: relative;
  padding: 10px 15px 5px;
  margin: 0 0 35px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-size: 64px;
  font-size: 4.0rem;
}

.c-ttl-lv01 span {
  position: relative;
}

.c-ttl-lv01 i {
  display: inline-block;
  float: none;
  height: 1em;
  width: 1.8em;
  position: relative;
  top: 0.1em;
}

.c-ttl-lv01 i.fa {
  font-size: 32px;
  font-size: 2rem;
  width: auto;
  height: auto;
}

.c-ttl-lv01 i.icon-free {
  height: 1.3em;
  width: 1.4em;
  top: 0.2em;
}

.c-ttl-lv01 i.icon-dvd {
  height: 1.2em;
  width: 1.4em;
  top: 0.2em;
}

.c-ttl-lv01 i.icon-calender {
  width: 1.2em;
}

.c-ttl-lv01 + * {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .c-ttl-lv01 {
    padding: 6px 10px 5px;
    margin: 0 0 15px;
    font-size: 2.0rem;
  }
  .c-ttl-lv01 i {
    display: inline-block;
    float: none;
    height: 1em;
    width: 1.8em;
    position: relative;
    top: 0.1em;
  }
  .c-ttl-lv01 i.fa {
    font-size: 1.2rem;
    width: auto;
    height: auto;
  }
  .c-ttl-lv01 i.icon-free {
    height: 1.3em;
    width: 1.4em;
    top: 0.2em;
  }
  .c-ttl-lv01 i.icon-dvd {
    height: 1.2em;
    width: 1.4em;
    top: 0.2em;
  }
  .c-ttl-lv01 i.icon-calender {
    width: 1.2em;
  }
}

.c-ttl-lv02 {
  background: #ee86b1;
  font-size: 64px;
  font-size: 4rem;
  color: #fff;
  font-weight: normal;
  padding: 50px 0;
  position: relative;
  margin: 17px 0 40px;
}

.c-ttl-lv02:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #ee86b1;
  right: 100%;
  top: 0;
  width: 40px;
}

.c-ttl-lv02 i.fas {
  line-height: 1;
  margin-right: 20px;
  height: inherit;
  margin-top: 0;
  float: none;
  width: 1em;
}

.c-ttl-lv02._blue {
  background: #75c4ea;
}

.c-ttl-lv02._blue:before {
  background: #75c4ea;
}

.c-ttl-lv02._blue:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #75c4ea;
  left: 100%;
  top: 0;
  width: 100%;
}

.c-ttl-lv02 + * {
  margin-top: 0 !important;
}

.c-ttl-lv02__02 {
  font-size: 64px;
  font-size: 4rem;
  border-bottom: 1px solid #e9e9e9;
  font-weight: normal;
  margin: 0 0 40px;
  padding-bottom: 7px;
}

.c-ttl-lv02__02 + * {
  margin-top: 0 !important;
}

.c-ttl-bold {
  font-size: 38.4px;
  font-size: 2.4rem;
  margin: 0 0 15px;
}

.c-ttl-bold + * {
  margin-top: 0 !important;
}

.c-ttl-bold.pt-border {
  padding-bottom: 5px;
  border-bottom: 1px solid #d4d4d4;
}

.c-radius-ttl {
  font-size: 38.4px;
  font-size: 2.4rem;
  color: #fff;
  background: #75c4ea;
  border-radius: 50px;
  padding: 15px 30px;
  margin: 0 0 20px;
  font-weight: normal;
}

.c-radius-ttl + * {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .c-ttl-lv02 {
    font-size: 2rem;
    padding: 30px 0;
    margin: 0 0 20px;
  }
  .c-ttl-lv02 i.fas {
    line-height: 1;
    margin-right: 10px;
    height: inherit;
    margin-top: 0;
    float: none;
    width: 1em;
  }
  .c-ttl-lv02__02 {
    font-size: 2rem;
    border-bottom: 1px solid #e9e9e9;
    font-weight: normal;
    padding: 15px 0;
    margin: 0 0 20px;
  }
  .c-ttl-lv02__02 + * {
    margin-top: 0 !important;
  }
  .c-ttl-bold {
    font-size: 1.5rem;
    margin: 0 0 7px;
  }
  .c-ttl-bold + * {
    margin-top: 0 !important;
  }
  .c-radius-ttl {
    font-size: 1.5rem;
    border-radius: 50px;
    padding: 6px 15px;
    margin: 0 0 10px;
    font-weight: normal;
  }
  .c-radius-ttl + * {
    margin-top: 0 !important;
  }
}

.c-ttl-left {
  text-align: left;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.c-ttl-left i {
  color: #7cc7eb;
  margin-right: 10px;
}

.c-ttl-center {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 20px;
}

.c-ttl-bar {
  background: #75c4ea;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 20px 15px;
  margin: 0 0 15px;
  color: #fff;
}

.c-ttl-bar + * {
  margin-top: 0 !important;
}

.c-ttl-top-line {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 22px;
  border-top: 1px solid #d4d4d4;
  padding: 20px 0 0;
  text-align: center;
  font-weight: normal;
}

.c-ttl-top-line + * {
  margin-top: 0 !important;
}

.c-ttl-triangle {
  font-size: 38.4px;
  font-size: 2.4rem;
  position: relative;
  font-weight: bold;
  padding-left: 25px;
  margin: 0 0 8px;
}

.c-ttl-triangle + * {
  margin-top: 0 !important;
}

.c-ttl-triangle:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  top: 0.3em;
  color: #75c4ea;
}

@media only screen and (max-width: 1024px) {
  .c-ttl-left {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .c-ttl-left i {
    color: #7cc7eb;
    margin-right: 7px;
  }
  .c-ttl-center {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .c-ttl-center i {
    color: #7cc7eb;
    margin-right: 7px;
  }
  .c-ttl-bar {
    background: #75c4ea;
    font-size: 1.3rem;
    font-weight: bold;
    padding: 8px 10px 8px;
    margin: 0 0 10px;
    color: #fff;
  }
  .c-ttl-bar + * {
    margin-top: 0 !important;
  }
  .c-ttl-top-line {
    font-size: 2rem;
    margin: 0 0 10px;
    border-top: 1px solid #d4d4d4;
    padding: 10px 0 0;
    text-align: center;
    font-weight: normal;
  }
  .c-ttl-top-line + * {
    margin-top: 0 !important;
  }
  .c-ttl-triangle {
    font-size: 1.5rem;
    padding-left: 15px;
    margin: 0 0 1px;
  }
  .c-ttl-triangle + * {
    margin-top: 0 !important;
  }
  .c-ttl-triangle:before {
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    font-weight: 900;
    line-height: 1;
    top: 0.3em;
    color: #75c4ea;
  }
}

.c-more-link {
  text-align: right;
  margin: -20px 0 40px;
}

.c-more-link a {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.c-more-link a i {
  margin-left: 5px;
}

.c-hgroup {
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .c-more-link {
    margin: 5px 0 20px;
  }
  .c-more-link a {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
  }
  .c-more-link a i {
    margin-left: 5px;
  }
}

/*---list---*/
.dotte-list li {
  padding-left: 1em;
  text-indent: -0.5em;
  position: relative;
}

.dotte-list li:before {
  content: "・";
  display: inline-block;
}

/*---tab---*/
.tab-list {
  display: table;
  width: 100%;
}

.tab-list li {
  background: #eeeeee;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: table-cell;
}

.tab-list li a {
  display: table;
  text-align: center;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  padding: 20px 0;
}

.tab-list li a span {
  display: table-cell;
  vertical-align: middle;
}

.tab-list.pt-blue {
  border: 1px solid #b7e6fc;
}

.tab-list.pt-blue li {
  background: #b7e6fc;
  border-right: 1px solid #fff;
  border-bottom: none;
}

.tab-list.pt-blue li:last-child {
  border-right: none;
}

.tab-list.pt-blue li.active {
  background: #fff;
}

@media only screen and (max-width: 1024px) {
  .tab-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1px;
    margin-bottom: 0px;
    overflow: hidden;
    width: 100%;
  }
  .tab-list li {
    width: 50%;
  }
  .tab-list li a {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 13px 3px;
  }
  .tab-list li a span {
    display: table-cell;
    vertical-align: middle;
  }
}

/*--hr---*/
hr.border {
  border: 1px solid #333333;
  margin: 0 0 20px;
}

hr.border__gray {
  border: 1px solid #e9e9e9;
}

@media only screen and (max-width: 1024px) {
  hr.border {
    margin: 0 0 10px;
  }
}

/*---table---*/
.table-borderd {
  border: 1px solid #d4d4d4;
  margin: 5px 0;
}

.table-borderd thead tr th {
  background: #eeeeee;
  border-bottom: none;
  font-weight: normal;
  padding: 13px 15px;
  border-right: 1px solid #d4d4d4;
}

.table-borderd thead tr td {
  border-bottom: none;
  padding: 13px 15px;
}

.table-borderd thead tr td dl dd {
  margin-left: 0;
}

.table-borderd thead tr td dl:last-child {
  margin-bottom: 0;
}

.table-borderd tbody tr th {
  background: #fee9ee;
  border-top: 1px solid #d4d4d4;
  font-weight: normal;
  padding: 13px 15px;
  border-right: 1px solid #d4d4d4;
}

.table-borderd tbody tr td {
  border-top: 1px solid #d4d4d4;
  padding: 13px 15px;
}

.table-borderd tbody tr td dl dd {
  margin-left: 0;
}

.table-borderd tbody tr td dl:last-child {
  margin-bottom: 0;
}

.table-borderd tbody.va-middle th {
  vertical-align: middle;
}

.table-borderd.pt02 {
  margin: 5px 0;
}

.table-borderd.pt02 thead tr th {
  background: #d4d4d4;
  padding: 13px 15px;
  color: #fff;
  font-weight: bold;
}

.table-borderd.pt02 thead tr td {
  border-top: 1px solid #d4d4d4;
  padding: 13px 15px;
}

.table-borderd.pt02 thead tr td dl dd {
  margin-left: 0;
}

.table-borderd.pt02 thead tr td dl:last-child {
  margin-bottom: 0;
}

.table-borderd.pt02 tbody tr th {
  background: #eeeeee;
  padding: 13px 15px;
}

.table-borderd.pt02 tbody tr td {
  border-top: 1px solid #d4d4d4;
  padding: 13px 15px;
}

.table-borderd.pt02 tbody tr td dl dd {
  margin-left: 0;
}

.table-borderd.pt02 tbody tr td dl:last-child {
  margin-bottom: 0;
}

.table-borderd.pt02 tbody.va-middle th {
  vertical-align: middle;
}

.table-borderd.cart-step3-table thead th{
	background: #eeeeee !important;
	border-right: 1px solid #d4d4d4 !important;
	text-align: center;
	color: #222222 !important;
}

.table-borderd.cart-step3-table tbody th{
	background: #eeeeee;
	border-right: 1px solid #d4d4d4;
}
.table-borderd.cart-step3-table tbody td{
	border-right: 1px solid #d4d4d4;
}

.table-borderd.cart-step3-table tbody tr.total-cell td{
	background: #dcf4ff;
}
@media only screen and (max-width: 767px) {
  .table-borderd.sp-column01 colgroup {
    width: 100%;
  }
  .table-borderd.sp-column01 thead tr {
    display: block;
    width: 100%;
  }
  .table-borderd.sp-column01 thead tr th {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .table-borderd.sp-column01 thead tr td {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .table-borderd.sp-column01 tbody tr {
    display: block;
    width: 100%;
  }
  .table-borderd.sp-column01 tbody tr th {
    display: block;
    width: 100%;
    padding: 5px 10px;
  }
  .table-borderd.sp-column01 tbody tr td {
			display: block;
			width: 100%;
			padding: 5px 10px;
		}
		.table-borderd.cart-step3-table thead th{
		background: #eeeeee !important;
		border-right: 1px solid #d4d4d4 !important;
		text-align: center;
		color: #222222 !important;
		padding: 5px 10px !important;
	}

	.table-borderd.cart-step3-table tbody th{
		background: #eeeeee;
		border-right: 1px solid #d4d4d4;
		padding: 5px 10px;
	}
	.table-borderd.cart-step3-table tbody td{
		border-right: 1px solid #d4d4d4;
		padding: 5px 10px !important;
	}
	
	.table-borderd.cart-step3-table .product{
		width: 50% !important;
	}
	.table-borderd.cart-step3-table .num,.table-borderd.cart-step3-table .price{
		width: 25% !important;
	}
}

/*---sidebar---*/
.c-sidebar {
  width: 300px;
  margin-right: 40px;
  border-right: 1px solid #d4d4d4;
}

.c-sidebar .c-logo {
  margin: 0;
  padding: 20px 0 30px 40px;
  font-size: 0;
}

.c-sidebar nav {
  border-top: 1px solid #d4d4d4;
}

.c-sidebar nav li {
  border-bottom: 1px solid #d4d4d4;
}

.c-sidebar nav li a {
  display: block;
  padding: 20px;
  position: relative;
}

.c-sidebar nav li a:after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  top: 50%;
  margin-top: -0.5em;
}

.c-sidebar nav li a:hover {
  background: #fff5f7;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-sidebar .c-sidebar__bnr {
  margin: 30px 20px 0 20px;
}

.c-sidebar .c-sidebar__bnr li {
  margin-bottom: 10px;
}

.c-sidebar.pt02 nav li a:hover {
  background: #dcf4ff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#c-page-header .c-page-sear-wrap {
  float: left;
  width: calc(100% - 310px);
  margin-top: 20px;
  margin-bottom: 22px;
  position: relative;
}

#c-page-header .c-page-sear-wrap:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 25.6px;
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 23px;
  margin-top: -0.5em;
  z-index: -1;
}

#c-page-header .c-page-sear-wrap input {
  width: calc(100% - 350px) !important;
  float: left;
}

#c-page-header .c-page-sear-wrap .search-btn {
  float: left;
  width: 100px;
  margin-left: 10px;
  margin-top: 4px;
}
.search-btn-sp {
    text-align: center;
}
.search-btn-sp button {
    padding: 5px 30px 5px;
    border: none;
    color: #fff;
    background-color: #E6B938;
    margin: 10px auto 10px;
    width: 100%;
}
#c-page-header .c-page-sear-wrap .search-btn button {
    padding: 5px 10px 5px;
    border: none;
    color: #fff;
    background-color: #E6B938;
}

#c-page-header .c-page-sear-wrap .search-btn a {
  font-size: 25.6px;
  font-size: 1.6rem;
  display: block;
  padding: 4px;
  border: 1px solid #75c5ea;
  font-weight: bold;
  text-align: center;
}

#c-page-header .c-page-sear-wrap .search-btn a:hover {
  background: #75c5ea;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#c-page-header .c-page-sear-wrap .search-btn a i {
  margin-right: 3px;
}

#c-page-header .c-page-serch {
  padding-left: 60px !important;
  background: none;
}

#c-page-header .c-login-list {
  float: right;
  width: 240px;
  padding-top: 13px;
  padding-bottom: 17px;
}

#c-page-header .c-login-list ul {
  display: -ms-flexbox;
  display: flex;
}

#c-page-header .c-login-list li {
  margin-left: 20px;
}

#c-page-header .c-login-list li a {
  font-size: 22.4px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}

#c-page-header .c-login-list i {
  display: block;
  font-size: 64px;
  font-size: 4rem;
  margin-bottom: 2px;
}

/*---movie-list---*/
.c-shop-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-shop-list:before {
  content: "";
  display: block;
  width: 22%;
  height: 0;
  -ms-flex-order: 1;
      order: 1;
}

.c-shop-list:after {
  content: "";
  display: block;
  width: 22%;
  height: 0;
}

.c-shop-list.col-5 > .item {
  -ms-flex-preferred-size: 18.5%;
  flex-basis: 18.5%;
}

.c-shop-list.col-5:before {
  content: "";
  display: block;
  width: 18.5%;
  height: 0;
}

.c-shop-list.col-5:after {
  content: "";
  display: block;
  width: 18.5%;
  height: 0;
}

.c-shop-list.ranking-box {
  counter-reset: wpp-ranking;
}

.c-shop-list.ranking-box > .item {
  position: relative;
}

.c-shop-list.ranking-box > .item:before {
  background: #75c4ea;
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.c-shop-list.ranking-box > .item:first-child:before {
  background: #f7cc02;
}

.c-shop-list.ranking-box > .item:nth-of-type(2):before {
  background: #bebebe;
}

.c-shop-list.ranking-box > .item:nth-of-type(3):before {
  background: #6c4f37;
}

@media only screen and (max-width: 1024px) {
  .c-shop-list.ranking-box > .item:before {
    font-size: 13px;
    line-height: 1;
    padding: 4px 6px;
  }
  .c-shop-list {
    display: block;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .c-shop-list.sp-col-3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .c-shop-list.sp-col-3 > .item {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
  .c-shop-list.sp-col-3 > .item .c-shop__img {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
  }
  .c-shop-list.sp-col-3 > .item figcaption {
    float: none;
    width: 100%;
  }
  .c-shop-list.sp-col-3:before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .c-shop-list.sp-col-3:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .c-shop-list.sp-col-2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .c-shop-list.sp-col-2 > .item {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .c-shop-list.sp-col-2 > .item .c-shop__img {
    width: 100%;
    padding: 0;
    margin: 0 0 5px;
  }
  .c-shop-list.sp-col-2 > .item figcaption {
    float: none;
    width: 100%;
  }
  .c-shop-list.sp-col-2:before {
    content: "";
    display: block;
    width: 48%;
    height: 0;
  }
  .c-shop-list.sp-col-2:after {
    content: "";
    display: block;
    width: 48;
    height: 0;
  }
  .c-shop-list.sp-num-3 > .item {
    display: none;
  }
  .c-shop-list.sp-num-3 > .item:nth-of-type(1), .c-shop-list.sp-num-3 > .item:nth-of-type(2), .c-shop-list.sp-num-3 > .item:nth-of-type(3) {
    display: block;
  }
}

.c-shop-list > .item {
  -ms-flex-preferred-size: 22%;
      flex-basis: 22%;
  border-bottom: 2px solid #e4dfd7;
  margin-bottom: 30px;
  position: relative;
}

.c-shop-list > .item figure {
  overflow: hidden;
  zoom: 1;
  text-align: center;
}

.c-shop-list > .item figcaption {
  padding-bottom: 55px;
  text-align: left;
}

.c-shop-list > .item .c-shop__img {
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.c-shop-list > .item .c-shop__img a {
  display: block;
  position: relative;
}

.c-shop-list > .item .c-shop__img .img-border {
  border: 1px solid #d4d4d4;
}

.c-shop-list > .item .c-shop__img time {
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px;
  line-height: 1;
}

.c-shop-list > .item .c-shop__img .new {
  position: absolute;
  left: 0;
  top: 0;
}
.c-shop-list > .item .c-shop__img .icon_movie_type {
  position: absolute;
  right: 0;
  top: 0;
}

.c-shop-list > .item .c-shop__txt {
  margin-bottom: 10px;
  font-weight: bold;
}

.c-shop-list > .item .c-shop__txt_sub {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 0 0 5px;
}

.c-shop-list > .item .c-shop__txt_border {
  padding: 8px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.c-shop-list > .item .c-shop__iconText {
  margin: 0 0 3px;
}

.c-shop-list > .item .c-shop__iconText i {
  font-style: normal;
  min-width: 100px;
  background: #75c4ea;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px 3px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.c-shop-list > .item .c-shop__iconText time {
  font-weight: bold;
}

.c-shop-list > .item .c-shop__option {
  margin: 0 0 10px;
}

.c-shop-list > .item .c-shop__option li {
  margin-bottom: 0;
  position: relative;
  padding: 0 0 0 13px;
}

.c-shop-list > .item .c-shop__option li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #75c4ea;
  position: absolute;
  left: 0;
  top: 5px;
}

.c-shop-list > .item .recommend-icon {
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding: 2px 5px;
  background: #e85c96;
  margin: 0 0 5px;
}

.c-shop-list > .item .purchased-icon-single {
  color: #333;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
  padding: 14px 5px;
  background: #dcf4ff;
  margin: 0 0 10px;
}

.c-shop-list.c-no-border > .item {
  border-bottom: none;
}

@media only screen and (max-width: 1024px) {
  .c-shop-list > .item .c-shop__txt_sub {
    font-size: 1.1rem;
  }
  .c-shop-list > .item .c-shop__txt_border {
    font-size: 1.3rem;
    padding: 4px 0;
  }
}

.c-shop-list.no-border > .item {
  border-bottom: none;
}

.c-shop-list:not(.c-movie__A) > .item figcaption {
  padding-bottom: 0;
}

.goods-keyword-box {
  background: #dcf4ff;
  padding: 20px;
}

.goods-keyword-box ul {
  text-align: left;
}

.goods-keyword-box ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}

.goods-keyword-box ul li a {
  font-weight: bold;
  padding: 8px 30px;
  background: #ffffff;
  display: block;
}

.goods-keyword-box .f-bold-ttl {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin: 0 0 15px;
}

.goods-keyword-box .f-bold-ttl i {
  margin-right: 10px;
  color: #75c4ea;
}

@media only screen and (max-width: 1024px) {
  .goods-keyword-box {
    background: #dcf4ff;
    padding: 10px;
  }
  .goods-keyword-box ul li {
    display: inline-block;
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .goods-keyword-box ul li a {
    font-weight: bold;
    padding: 5px 15px;
    background: #ffffff;
    display: block;
    font-size: 1.3rem;
  }
  .goods-keyword-box .f-bold-ttl {
    font-size: 1.3rem;
    font-weight: bold;
    text-align: left;
    margin: 0 0 7px;
  }
  .goods-keyword-box .f-bold-ttl i {
    margin-right: 6px;
    color: #75c4ea;
  }
}

.c-shop-list.dvd-list > .item figcaption {
  padding-bottom: 0;
}

.c-shop-list.dvd-list > .item .c-shop__img {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .c-shop-list > .item {
    border-bottom: 2px solid #e4dfd7;
    margin-bottom: 10px;
    position: relative;
  }
  .c-shop-list > .item figcaption {
    padding-bottom: 10px;
    float: right;
    width: 50%;
    padding-left: 10px;
  }
  .c-shop-list > .item .c-shop__img {
    margin-bottom: 20px;
    float: left;
    width: 50%;
    padding-bottom: 10px;
    position: static;
  }
  .c-shop-list > .item .c-shop__img a {
    position: relative;
    display: block;
  }
  .c-shop-list > .item .c-shop__img img {
    width: 100%;
  }
  .c-shop-list > .item .c-shop__img time {
    font-size: 1rem;
    padding: 3px;
    line-height: 1;
    bottom: 0;
  }
  .c-shop-list > .item .c-shop__iconText {
    margin: 5px 0 3px;
  }
  .c-shop-list > .item .c-shop__iconText i {
    font-size: 1.1rem;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 3;
    text-align: center;
    min-width: inherit;
    margin-right: 5px;
  }
  .c-shop-list > .item .c-shop__iconText time {
    font-weight: bold;
    font-size: 1.2rem;
  }
  .c-shop-list > .item .c-shop__txt {
    margin-bottom: 7px;
  }
  .c-shop-list > .item .c-shop__option {
    margin-bottom: 7px;
  }
  .c-shop-list > .item .c-shop__option li {
    font-size: 1.1rem;
  }
  .c-shop-list.sp-column02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .c-shop-list.sp-column02 .item {
    -ms-flex-preferred-size: 48.3%;
        flex-basis: 48.3%;
  }
  .c-shop-list.sp-column02 .item .c-shop__img {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .c-shop-list.sp-column02 .item figcaption {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .c-shop-list.dvd-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .c-shop-list.dvd-list .item {
    -ms-flex-preferred-size: 48.3%;
        flex-basis: 48.3%;
  }
  .c-shop-list.dvd-list .item .c-shop__img {
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 0;
  }
  .c-shop-list.dvd-list .item figcaption {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  .c-shop-list.c-movie__A .item {
    padding-bottom: 10px;
  }
}

.c-shop__tag {
  display: block;
  margin-bottom: 15px;
  text-align: left;
  font-size: 0;
  margin-left: -2.5px;
}

.c-shop__tag li {
  display: inline-block;
  font-size: 19.2px;
  font-size: 1.2rem;
  padding: 4px 5px;
  background: #eeeeee;
  margin: 2.5px 3px;
}

@media only screen and (max-width: 1024px) {
  .c-shop__tag {
    display: block;
    margin-bottom: 10px;
    text-align: left;
    font-size: 0;
    margin-left: -2.5px;
  }
  .c-shop__tag li {
    display: inline-block;
    font-size: 1.0rem;
    padding: 3px 5px;
    background: #eeeeee;
    margin: 2.5px 3px;
  }
}

.c-shop__category {
  display: block;
  margin-bottom: 7px;
  text-align: center;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #fff;
  padding: 4px;
  background: #a4c039;
  margin-top: 10px;
}

.c-shop__category.orange {
  background: #fe9b39;
}

.c-shop__category.purple {
  background: #b26fa4;
}
.c-shop__category.blue {
  background: #7eb9d5;
}
.c-shop__category.pink {
  background: #d50aaa;
}

@media only screen and (max-width: 1024px) {
  .c-shop__category {
    display: block;
    margin-bottom: 4px;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    padding: 2px;
    margin-top: 5px;
  }
  .c-shop__category.orange {
    background: #fe9b39;
  }
  .c-shop__category.purple {
    background: #b26fa4;
  }
}

.c-shop__star {
  display: block;
  margin-bottom: 4px;
  text-align: left;
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #e6a423;
}

.c-shop__day {
  display: block;
  margin-bottom: 4px;
  text-align: left;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.c-shop__view {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 10px 0 0;
  text-align: right;
  font-weight: bold;
  border-top: 2px solid #e4dfd7;
}

.c-shop__view span {
  font-size: 0.87em;
}

.c-shop__view i {
  margin-right: 5px;
}

.c-bottom-bnr li {
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .c-shop__view {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.1rem;
    padding: 0 0 0;
    border-top: 2px solid #e4dfd7;
  }
  .c-shop__view span {
    font-size: 0.87em;
  }
  .c-shop__view i {
    margin-right: 3px;
  }
  .c-shop__star {
    margin-bottom: 2px;
    font-size: 1.1rem;
  }
  .c-shop__day {
    margin-bottom: 2px;
    font-size: 1.1rem;
  }
}

.c-movie__bookmark {
  position: absolute;
  right: 0;
  bottom: 25px;
  color: #ee86b1;
  font-weight: bold;
}

.c-movie__bookmark a {
  color: #ee86b1;
}

.c-movie__bookmark span {
  font-size: 0.87em;
}

.c-movie__bookmark i {
  margin-right: 5px;
  font-size: 38.4px;
  font-size: 2.4rem;
  position: relative;
  top: 3px;
}

.c-movie__bookmark a.current i {
  font-weight: 900;
}

@media only screen and (max-width: 1024px) {
  .c-movie__bookmark {
    right: 0;
    bottom: 10px;
  }
  .c-movie__bookmark a {
    color: #ee86b1;
    font-size: 1.1rem;
  }
  .c-movie__bookmark span {
    font-size: 0.87em;
  }
  .c-movie__bookmark i {
    margin-right: 3px;
    font-size: 1.5rem;
    position: relative;
    top: 0;
  }
  .c-movie__bookmark a.current i {
    font-weight: 900;
  }
}

.c-movie__time {
  margin-bottom: 10px;
}

.c-movie__time time {
  font-weight: bold;
}

i.new {
  line-height: 1;
  font-size: 22.4px;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  background: #e85c96;
  font-style: normal;
  padding: 5px;
  margin-right: 10px;
  border: 1px solid #e85c96;
  font-weight: bold;
}
i.icon_movie_type {
  line-height: 1;
  font-size: 22.4px;
  font-size: 1.4rem;
  display: inline-block;
  color: #fff;
  background: #000;
  font-style: normal;
  padding: 5px;
  font-weight: bold;
}

@media only screen and (max-width: 1024px) {
  .c-movie__time {
    margin-bottom: 5px;
  }
  .c-movie__time time {
    font-weight: bold;
    font-size: 1.3rem;
  }
  .c-movie__time i {
    line-height: 1;
    font-size: 1.1rem;
    padding: 5px;
    margin-right: 5px;
  }
}

.c-faq-list > dl, .c-salon-list02 > dl, .c-salon-list03 > dl,
.c-faq-list > dl, .c-salon-list02 > dl, .c-salon-list03_entry > dl{
  border: 1px solid #d4d4d4;
  margin-bottom: 40px;
}

.c-faq-list > dl:last-child, .c-salon-list02 > dl:last-child, .c-salon-list03 > dl:last-child,
.c-faq-list > dl:last-child, .c-salon-list02 > dl:last-child, .c-salon-list03_entry > dl:last-child {
  margin-bottom: 0;
}

.c-faq-list > dl > dt, .c-salon-list02 > dl > dt, .c-salon-list03 > dl > dt,
.c-faq-list > dl > dt, .c-salon-list02 > dl > dt, .c-salon-list03_entry > dl > dt{
  font-size: 38.4px;
  font-size: 2.4rem;
  padding: 23px 15px;
  background: #dcf4ff;
  font-weight: bold;
}

.c-faq-list > dl > dd, .c-salon-list02 > dl > dd, .c-salon-list03 > dl > dd,
.c-faq-list > dl > dd, .c-salon-list02 > dl > dd, .c-salon-list03_entry > dl > dd{
  padding: 15px 15px;
  margin: 0;
}

.c-salon-list03 > dl,
.c-salon-list03_entry > dl{
  position: relative;
}



.c-salon-list03 > dl > dt {
  font-size: 25.6px;
  font-size: 1.6rem;
  background: #d4d4d4;
  padding: 15px 20px;
}

@media only screen and (max-width: 1024px) {
  .c-faq-list > dl, .c-salon-list02 > dl, .c-salon-list03 > dl {
    border: 1px solid #d4d4d4;
    margin-bottom: 20px;
  }
  .c-faq-list > dl:last-child, .c-salon-list02 > dl:last-child, .c-salon-list03 > dl:last-child {
    margin-bottom: 0;
  }
  .c-faq-list > dl > dt, .c-salon-list02 > dl > dt, .c-salon-list03 > dl > dt {
    font-size: 1.5rem;
    padding: 15px 10px;
  }
  .c-faq-list > dl > dd, .c-salon-list02 > dl > dd, .c-salon-list03 > dl > dd {
    padding: 15px 10px;
    margin: 0;
  }
  .c-salon-list03 > dl {
    position: relative;
  }
  .c-salon-list03 > dl:after {
    border-width: 15px 50px 0 50px;
    margin-left: -50px;
  }
  .c-salon-list03 > dl > dt {
    font-size: 1.6rem;
    background: #d4d4d4;
    padding: 3px 10px;
  }
}

.step-list > dl {
  position: relative;
  border: 1px solid #d4d4d4;
  margin: 0 0 40px;
  padding: 15px;
}

.step-list > dl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 100px 0 100px;
  border-color: #d4d4d4 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 100%;
}

.step-list > dl:last-child {
  margin: 0;
}

.step-list > dl:last-child:after {
  display: none;
}

.step-list > dl > dt {
  font-weight: bold;
}

.step-list > dl > dd {
  margin: 0;
}

.step-list > dl > dd .btn {
  max-width: 890px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .step-list > dl {
    margin: 0 0 20px;
    padding: 15px;
  }
  .step-list > dl:after {
    border-width: 15px 50px 0 50px;
    margin-left: -50px;
  }
  .step-list > dl > dt {
    font-weight: bold;
  }
  .step-list > dl > dd {
    margin: 0;
  }
}

.c-anker-list ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-anker-list ul li {
  width: calc( 50% - 5px);
  margin-bottom: 10px;
}

.c-anker-list ul li a {
  padding: 15px;
  display: block;
  font-weight: bold;
  border: 1px solid #fdbcd7;
  position: relative;
}

.c-anker-list ul li a:after {
  position: absolute;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  top: 50%;
  margin-top: -0.5em;
}

.c-anker-list ul li:nth-of-type(2n) {
  float: right;
}

.c-anker-list._blue ul li a {
  border: 1px solid #b7e6fc;
}

.c-anker-list._blue ul li a:hover {
  background: #b7e6fc;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 1024px) {
  .c-anker-list ul {
    display: block;
  }
  .c-anker-list ul li {
    width: calc( 100%);
    margin-bottom: 10px;
    float: none;
  }
  .c-anker-list ul li a {
    padding: 10px 30px 10px 10px;
  }
  .c-anker-list ul li a:after {
    right: 10px;
  }
  .c-anker-list ul li:nth-of-type(2n) {
    float: none;
  }
}

.memberPolicy-list > section, .useage-list > section, .commercePolicy-list > section {
  margin-top: 35px;
}

.memberPolicy-list > section > section, .useage-list > section > section, .commercePolicy-list > section > section {
  margin-top: 30px;
}

.memberPolicy-list .mb1em, .useage-list .mb1em, .commercePolicy-list .mb1em {
  margin-bottom: 1.5em;
}

.memberPolicy-list h3, .useage-list h3, .commercePolicy-list h3 {
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 20px;
}

.memberPolicy-list h3 + *, .useage-list h3 + *, .commercePolicy-list h3 + * {
  margin-top: 0 !important;
}

.memberPolicy-list h4, .memberPolicy-list .c-ttl-03, .useage-list h4, .useage-list .c-ttl-03, .commercePolicy-list h4, .commercePolicy-list .c-ttl-03 {
  font-size: 38.4px;
  font-size: 2.4rem;
  margin: 0 0 2px;
  font-weight: normal;
}

.memberPolicy-list h4 + *, .memberPolicy-list .c-ttl-03 + *, .useage-list h4 + *, .useage-list .c-ttl-03 + *, .commercePolicy-list h4 + *, .commercePolicy-list .c-ttl-03 + * {
  margin-top: 0 !important;
}

.memberPolicy-list h5, .useage-list h5, .commercePolicy-list h5 {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
}

.memberPolicy-list ol, .useage-list ol, .commercePolicy-list ol {
  padding: 0;
  margin: 0;
}

.memberPolicy-list ol li, .useage-list ol li, .commercePolicy-list ol li {
  padding-left: 2em;
  text-indent: -2em;
}

.memberPolicy-list .indent-3, .useage-list .indent-3, .commercePolicy-list .indent-3 {
  padding-left: 3em;
  text-indent: -3em;
}

.memberPolicy-list .txt-right, .useage-list .txt-right, .commercePolicy-list .txt-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .memberPolicy-list > section, .useage-list > section, .commercePolicy-list > section {
    margin-top: 20px;
  }
  .memberPolicy-list > section > section, .useage-list > section > section, .commercePolicy-list > section > section {
    margin-top: 15px;
  }
  .memberPolicy-list .mb1em, .useage-list .mb1em, .commercePolicy-list .mb1em {
    margin-bottom: 1.5em;
  }
  .memberPolicy-list h3, .useage-list h3, .commercePolicy-list h3 {
    font-size: 1.5rem;
    margin: 0 0 15px;
  }
  .memberPolicy-list h3 + *, .useage-list h3 + *, .commercePolicy-list h3 + * {
    margin-top: 0 !important;
  }
  .memberPolicy-list h4, .memberPolicy-list .c-ttl-03, .useage-list h4, .useage-list .c-ttl-03, .commercePolicy-list h4, .commercePolicy-list .c-ttl-03 {
    font-size: 1.5rem;
    margin: 0 0 2px;
    font-weight: normal;
  }
  .memberPolicy-list h4 + *, .memberPolicy-list .c-ttl-03 + *, .useage-list h4 + *, .useage-list .c-ttl-03 + *, .commercePolicy-list h4 + *, .commercePolicy-list .c-ttl-03 + * {
    margin-top: 0 !important;
  }
  .memberPolicy-list h5, .useage-list h5, .commercePolicy-list h5 {
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
  }
  .memberPolicy-list ol, .useage-list ol, .commercePolicy-list ol {
    padding: 0;
    margin: 0;
  }
  .memberPolicy-list ol li, .useage-list ol li, .commercePolicy-list ol li {
    padding-left: 2em;
    text-indent: -2em;
  }
  .memberPolicy-list .indent-3, .useage-list .indent-3, .commercePolicy-list .indent-3 {
    padding-left: 3em;
    text-indent: -3em;
  }
  .memberPolicy-list .txt-right, .useage-list .txt-right, .commercePolicy-list .txt-right {
    text-align: right;
  }
}

.mv-slick-slider {
  max-width: 1200px;
}

.mv-slick-slider {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .3s linear;
}
.mv-slick-slider img {
    margin: 0 auto;
}

.mv-slick-slider.slick-initialized {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slider-arrow-pt02 .slick-next:after, .slider-arrow-pt02 .slick-next:after {
  background: #4c4c4c;
  content: "";
  display: block;
  height: 70px;
  top: 50%;
  position: absolute;
  width: 70px;
  right: -20px;
  z-index: -1;
  margin-top: -30px;
}

.slider-arrow-pt02 .slick-prev:after, .slider-arrow-pt02 .slick-prev:after {
  background: #4c4c4c;
  content: "";
  display: block;
  height: 70px;
  top: 50%;
  position: absolute;
  width: 70px;
  left: -20px;
  z-index: -1;
  margin-top: -30px;
}

@media only screen and (max-width: 1024px) {
  .mv-visual {
    margin-left: -10px;
    margin-right: -10px;
  }
  .mv-visual .slick-arrow {
    display: none !important;
  }
}

.top-news-cnt {
  background: #dcf4ff;
  position: relative;
}

.top-news-cnt:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #dcf4ff;
  right: 100%;
  top: 0;
  width: 40px;
}

.top-news-cnt:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #dcf4ff;
  left: 100%;
  top: 0;
  width: 100%;
}

.top-news-cnt .news-box {
  display: table;
  padding: 40px 0 15px;
  width: 100%;
}

.top-news-cnt .news-box h2 {
  display: table-cell;
  vertical-align: middle;
  font-size: 64px;
  font-size: 4rem;
  font-weight: normal;
  width: 310px;
  text-align: left;
}

.top-news-cnt .news-box .news-ttl i {
  width: 1.2em;
}

.top-news-cnt .news-box .news-list {
  display: table-cell;
  width: calc(100% - 310px);
}

.top-news-cnt .news-box .news-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.top-news-cnt .news-box .news-list li time {
  font-weight: bold;
}

.top-news-cnt .news-box .news-list li i {
  display: inline-block;
  color: #fff;
  background: #75c4ea;
  min-width: 100px;
  padding: 5px 10px;
  line-height: 1;
  font-style: normal;
  margin: 0 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
}

.top-news-cnt .news-box .news-list li:last-child {
  margin-bottom: 0;
}

.top-news-cnt .news-list-link {
  text-align: right;
  font-size: 25.6px;
  font-size: 1.6rem;
  padding-bottom: 30px;
  font-weight: bold;
}

.top-news-cnt .news-list-link i {
  margin-left: 5px;
}

@media only screen and (max-width: 1024px) {
  .top-news-cnt .news-box {
    display: block;
    padding: 20px 0 10px;
    width: 100%;
  }
  .top-news-cnt .news-box h2 {
    display: block;
    vertical-align: middle;
    text-align: center;
    font-size: 2rem;
    font-weight: normal;
    width: 100%;
    margin: 0 0 20px;
  }
  .top-news-cnt .news-box .news-ttl i {
    width: 1.6em;
    float: none;
    height: auto;
    height: 1.2em;
    top: 0.2em;
    position: relative;
  }
  .top-news-cnt .news-box .news-list {
    display: block;
    width: 100%;
  }
  .top-news-cnt .news-box .news-list li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
    font-size: 1.3rem;
    display: none;
  }
  .top-news-cnt .news-box .news-list li:first-child {
    display: block;
  }
  .top-news-cnt .news-box .news-list li:nth-of-type(2) {
    display: block;
  }
  .top-news-cnt .news-box .news-list li:nth-of-type(3) {
    display: block;
  }
  .top-news-cnt .news-box .news-list li time {
    font-weight: bold;
  }
  .top-news-cnt .news-box .news-list li i {
    padding: 5px 5px;
    margin: 0 5px;
    font-size: 1.1rem;
    text-align: center;
    min-width: auto;
  }
  .top-news-cnt .news-box .news-list li span {
    display: block;
    margin: 5px 0 0;
  }
  .top-news-cnt .news-box .news-list li:last-child {
    margin-bottom: 0;
  }
  .top-news-cnt .news-list-link {
    text-align: right;
    font-size: 1.3rem;
    padding-bottom: 15px;
  }
  .top-news-cnt .news-list-link i {
    margin-left: 5px;
  }
}

.top-manthly-cnt .lead-txt {
  text-align: center;
  font-size: 48px;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 0 0 25px;
}

.top-manthly-cnt .lead-txt strong {
  color: #e85c96;
}

.top-manthly-cnt .monthly-panel-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

.top-manthly-cnt .monthly-panel-list li {
  width: 16.6666%;
}

@media only screen and (max-width: 1024px) {
  .top-manthly-cnt .lead-txt {
    text-align: left;
    font-size: 1.5rem;
    margin: 0 0 13px;
  }
  .top-manthly-cnt .monthly-panel-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .top-manthly-cnt .monthly-panel-list li {
    width: 33.333%;
    display: none;
  }
  .top-manthly-cnt .monthly-panel-list li img {
    width: 100%;
  }
  .top-manthly-cnt .monthly-panel-list li:nth-of-type(1), .top-manthly-cnt .monthly-panel-list li:nth-of-type(2), .top-manthly-cnt .monthly-panel-list li:nth-of-type(3), .top-manthly-cnt .monthly-panel-list li:nth-of-type(4), .top-manthly-cnt .monthly-panel-list li:nth-of-type(5), .top-manthly-cnt .monthly-panel-list li:nth-of-type(6), .top-manthly-cnt .monthly-panel-list li:nth-of-type(7), .top-manthly-cnt .monthly-panel-list li:nth-of-type(8), .top-manthly-cnt .monthly-panel-list li:nth-of-type(9), .top-manthly-cnt .monthly-panel-list li:nth-of-type(10), .top-manthly-cnt .monthly-panel-list li:nth-of-type(11), .top-manthly-cnt .monthly-panel-list li:nth-of-type(12) {
    display: block;
  }
}

.c-ikemen-cnt {
  background: #dcf4ff;
  padding-bottom: 30px;
}

.c-ikemen-cnt h2 {
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
}

.c-ikemen-cnt h2 i {
  display: inline-block;
  float: none;
  position: relative;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 1024px) {
  .c-ikemen-cnt {
    padding-bottom: 15px;
    border: 1px solid #d4d4d4;
  }
  .c-ikemen-cnt h2 {
    font-size: 1.5rem;
    padding: 15px 0;
  }
  .c-ikemen-cnt h2 i {
    display: inline-block;
    float: none;
    position: relative;
    width: auto;
    height: auto;
  }
  .c-ikemen-cnt .btn-size-large {
    margin-left: 10px;
    margin-right: 10px;
  }
}

.c-ikemen-list {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-bottom: 15px;
  background: #fff;
}

.c-ikemen-list > figure {
  float: left;
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.c-ikemen-list > figure .fig-img {
  margin-bottom: 6px;
}

.c-ikemen-list > figure img {
  width: 100%;
}

.c-ikemen-list > figure figcaption p {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .c-ikemen-list {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 8px;
    background: #fff;
  }
  .c-ikemen-list > figure {
    float: left;
    width: 50%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 8px;
  }
  .c-ikemen-list > figure .fig-img {
    margin-bottom: 6px;
  }
  .c-ikemen-list > figure img {
    width: 100%;
  }
  .c-ikemen-list > figure figcaption p {
    text-align: center;
  }
}

/*---movie-list---*/
.c-shop-list__02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .c-shop-list__02 {
    display: block;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.c-shop-list__02 > .item {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  border: 1px solid #e4dfd7;
  padding: 20px;
  margin-bottom: 20px;
  position: relative;
}

.c-shop-list__02 > .item figure {
  display: table;
  width: 100%;
}

.c-shop-list__02 > .item figcaption {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
}

.c-shop-list__02 > .item .c-shop__img {
  display: table-cell;
  width: 160px;
  text-align: center;
}

.c-shop-list__02 > .item .c-shop__img .img-border {
  border: 1px solid #d4d4d4;
}

.c-shop-list__02 > .item .c-shop__txt {
  margin-bottom: 10px;
  font-weight: bold;
}

.c-shop-list__02 > .item .c-shop__time {
  margin-bottom: 15px;
}

.c-shop-list__02 > .item .c-shop__time i {
  border: 1px #222;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1;
  background: #222;
  color: #fff;
  font-style: normal;
  padding: 1px 20px;
  margin-right: 10px;
  font-weight: bold;
}

.c-shop-list__02 > .item .c-shop__time i.blue {
  color: #fff;
  background: #75c4ea;
}

.c-shop-list__02 > .item .c-shop__time time {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
}

.c-shop-list__02 > .item .c-shop__txt_sub {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 0 0 5px;
}

.c-shop-list__02 > .item .c-shop__txt_border {
  padding: 8px 0;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

.c-shop-list__02 > .item .c-shop__option {
  margin: 0 0 10px;
}

.c-shop-list__02 > .item .c-shop__option li {
  margin-bottom: 0;
  position: relative;
  padding: 0 0 0 13px;
}

.c-shop-list__02 > .item .c-shop__option li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #75c4ea;
  position: absolute;
  left: 0;
  top: 5px;
}

@media only screen and (max-width: 1024px) {
  .c-shop-list__02 > .item {
    padding: 10px;
    margin-bottom: 10px;
  }
  .c-shop-list__02 > .item figure {
    display: table;
    width: 100%;
  }
  .c-shop-list__02 > .item figcaption {
    padding-left: 10px;
  }
  .c-shop-list__02 > .item .c-shop__img {
    display: table-cell;
    width: 80px;
  }
  .c-shop-list__02 > .item .c-shop__img .img-border {
    border: 1px solid #d4d4d4;
  }
  .c-shop-list__02 > .item .c-shop__txt {
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .c-shop-list__02 > .item .c-shop__time {
    margin-bottom: 0;
  }
  .c-shop-list__02 > .item .c-shop__time i {
    border: 1px #222;
    font-size: 1.1rem;
    line-height: 1;
    font-style: normal;
    padding: 1px 5px;
    margin-right: 5px;
  }
  .c-shop-list__02 > .item .c-shop__time time {
    font-size: 1.1rem;
  }
  .c-shop-list__02 > .item .c-shop__txt_sub {
    font-size: 1.4rem;
    margin: 0 0 5px;
  }
  .c-shop-list__02 > .item .c-shop__txt_border {
    padding: 8px 0;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
  }
  .c-shop-list__02 > .item .c-shop__option {
    margin: 0 0 10px;
  }
  .c-shop-list__02 > .item .c-shop__option li {
    margin-bottom: 0;
    position: relative;
    padding: 0 0 0 13px;
  }
  .c-shop-list__02 > .item .c-shop__option li:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #75c4ea;
    position: absolute;
    left: 0;
    top: 5px;
  }
}

.c-shop-list.no-border > .item {
  border-bottom: none;
}

.c-shop-list:not(.c-movie__A) > .item figcaption {
  padding-bottom: 0;
}

.c-shop-list.dvd-list > .item figcaption {
  padding-bottom: 0;
}

.c-shop-list.dvd-list > .item .c-shop__img {
  display: inline-block;
  position: relative;
}

/*about*/
.about-txt-area {
  text-align: center;
  font-weight: bold;
}

.about-txt-area p {
  margin-bottom: 1.5em;
}

.about-txt-area p:last-child {
  margin-bottom: 0;
}

.about-promise-list .fig-ttl {
  color: #3faade;
  font-size: 38.4px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
}

.about-promise-list .fig-ttl span {
  display: inline-block;
  border-bottom: 2px solid #3faade;
  line-height: 1.2;
}

.about-promise-list .fig-txt {
  font-size: 38.4px;
  font-size: 2.4rem;
}

.about-promise-list .fig-img {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .about-promise-list .fig-ttl {
    color: #3faade;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
  }
  .about-promise-list .fig-ttl span {
    display: inline-block;
    border-bottom: 2px solid #3faade;
    line-height: 1.2;
  }
  .about-promise-list .fig-txt {
    font-size: 1.5rem;
  }
}

.about-ttl-03 {
  font-weight: bold;
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 25px;
  text-align: center;
}

.about-ttl-03 > * {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .about-ttl-03 {
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 0;
    text-align: center;
  }
  .about-ttl-03 > * {
    margin-top: 0 !important;
  }
}

.about-howto-list, .salon-howto-list {
  padding: 0;
}

.about-howto-list li > div, .salon-howto-list li > div {
  background: #fff;
  padding: 25px 20px;
  height: 100%;
  position: relative;
}

.about-howto-list li > div i, .salon-howto-list li > div i {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 38.4px;
  font-size: 2.4rem;
  display: table-cell;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background: #75c4ea;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}

.about-howto-list li > div h4, .salon-howto-list li > div h4 {
  margin: 0 0 30px 70px;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.about-howto-list li .fig-img, .salon-howto-list li .fig-img {
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 1024px) {
  .about-howto-list li:last-child > div:after, .salon-howto-list li:last-child > div:after {
    display: none;
  }
  .about-howto-list li > div, .salon-howto-list li > div {
    background: #fff;
    padding: 10px 10px;
    height: 100%;
    position: relative;
  }
  .about-howto-list li > div:after, .salon-howto-list li > div:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 0 20px;
    border-color: #75c5ea transparent transparent transparent;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    position: absolute;
  }
  .about-howto-list li > div i, .salon-howto-list li > div i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.5rem;
    display: table-cell;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #75c4ea;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
  }
  .about-howto-list li > div h4, .salon-howto-list li > div h4 {
    margin: 0 0 8px 45px;
    font-size: 1.3rem;
    font-weight: bold;
  }
  .about-howto-list li .fig-img, .salon-howto-list li .fig-img {
    text-align: center;
    margin: 0 0 15px;
  }
  .about-howto-list li .fig-img img, .salon-howto-list li .fig-img img {
    max-width: 70%;
  }
}

.about-free-cnt {
  padding: 30px 150px;
}

.about-free-cnt .bnr {
  text-align: center;
}

.about-free-cnt .lead-txt {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  margin: 20px 0 10px;
  font-weight: bold;
}

.about-free-cnt .btn {
  font-size: 48px;
  font-size: 3rem;
  padding: 15px;
}

@media only screen and (max-width: 1024px) {
  .about-free-cnt {
    padding: 0 0 15px;
  }
  .about-free-cnt .bnr {
    text-align: center;
  }
  .about-free-cnt p {
    padding: 0 10px;
  }
  .about-free-cnt .lead-txt {
    text-align: left;
    font-size: 1.5rem;
    margin: 15px 0 10px;
    font-weight: bold;
  }
  .about-free-cnt .btn {
    font-size: 1.5rem;
    padding: 12px;
  }
}

.about-other-cnt h3 {
  text-align: center;
  font-weight: bold;
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 10px;
}

.about-other-cnt figure {
  height: 100%;
}

.about-other-cnt .fig-img {
  margin: 0 0 15px;
}

.about-other-cnt figcaption {
  padding: 0 20px 20px;
}

.about-other-cnt .fig-ttl {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 5px;
}

.about-other-cnt .fig-txt {
  text-align: center;
  margin: 0 0 15px;
}

@media only screen and (max-width: 1024px) {
  .about-other-cnt h3 {
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
  .about-other-cnt figure {
    height: 100%;
  }
  .about-other-cnt .fig-img {
    margin: 0 0 10px;
    text-align: center;
  }
  .about-other-cnt figcaption {
    padding: 0 10px 10px;
  }
  .about-other-cnt .fig-ttl {
    text-align: left;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .about-other-cnt .fig-txt {
    text-align: left;
    margin: 0 0 15px;
  }
}

.about-safety-movie .ckeck-list {
  border: 1px solid #d4d4d4;
  margin: 0 0 40px;
}

.about-safety-movie .ckeck-list .check-ttl {
  background: #dcf4ff;
  text-align: center;
  font-weight: bold;
  font-size: 38.4px;
  font-size: 2.4rem;
  padding: 25px 10px;
  margin: 0;
}

.about-safety-movie .ckeck-list .check-ttl i {
  color: #75c4ea;
  margin-right: 10px;
}

.about-safety-movie .ckeck-list p {
  margin-bottom: 1.5em;
}

.about-safety-movie .ckeck-list p:last-child {
  margin-bottom: 0;
}

.about-safety-movie .ckeck-list .txt-box {
  padding: 20px;
  display: table;
}

.about-safety-movie .ckeck-list .txt-box .img-area {
  display: table-cell;
}

.about-safety-movie .ckeck-list .txt-box .txt-area {
  display: table-cell;
  padding-left: 25px;
  vertical-align: top;
}

.about-safety-movie .ckeck-list section {
  border: 1px solid #d4d4d4;
  padding: 20px;
  margin: 0 0 20px;
}

.about-safety-movie .ckeck-list section .f-bold {
  font-weight: bold;
  margin: 0 0;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.about-safety-movie .ckeck-list section ul {
  padding: 0;
}

.about-safety-movie .ckeck-list section ul li {
  padding: 0;
  font-size: 25.6px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .about-safety-movie .ckeck-list {
    border: 1px solid #d4d4d4;
    margin: 0 0 20px;
  }
  .about-safety-movie .ckeck-list .check-ttl {
    background: #dcf4ff;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 10px;
    margin: 0;
  }
  .about-safety-movie .ckeck-list .check-ttl i {
    color: #75c4ea;
    margin-right: 5px;
  }
  .about-safety-movie .ckeck-list p {
    margin-bottom: 1.5em;
  }
  .about-safety-movie .ckeck-list p:last-child {
    margin-bottom: 0;
  }
  .about-safety-movie .ckeck-list .txt-box {
    padding: 10px;
    display: table;
  }
  .about-safety-movie .ckeck-list .txt-box .img-area {
    display: table-cell;
    display: block;
    text-align: center;
  }
  .about-safety-movie .ckeck-list .txt-box .img-area img {
    width: 110px;
  }
  .about-safety-movie .ckeck-list .txt-box .txt-area {
    display: block;
    padding: 10px 0 0;
    vertical-align: top;
  }
  .about-safety-movie .ckeck-list section {
    border: 1px solid #d4d4d4;
    padding: 10px;
    margin: 0 0 15px;
  }
  .about-safety-movie .ckeck-list section .f-bold {
    font-weight: bold;
    margin: 0 0;
    font-size: 1.3rem;
  }
  .about-safety-movie .ckeck-list section ul {
    padding: 0;
  }
  .about-safety-movie .ckeck-list section ul li {
    padding: 0;
    font-size: 1.3rem;
  }
}

.good-packege-cnt .btn-border-db {
  font-size: 2vw;
  font-weight: bold;
  margin: 15px 0 0;
}

.good-packege-cnt .img-box {
  border: 1px solid #d4d4d4;
  padding: 10px 20px;
  display: table;
}

.good-packege-cnt .img-box .img-area {
  display: table-cell;
  width: 170px;
  vertical-align: top;
}

.good-packege-cnt .img-box .txt-area {
  display: table-cell;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.good-packege-cnt .img-box .txt-area .ttl {
  font-weight: bold;
  margin: 10px 0 0;
  font-size: 38.4px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .good-packege-cnt .btn-border-db {
    font-size: 2.1rem;
    font-weight: bold;
    margin: 15px 0 0;
  }
  .good-packege-cnt .img-box {
    border: 1px solid #d4d4d4;
    padding: 10px;
    display: table;
  }
  .good-packege-cnt .img-box .img-area {
    display: table-cell;
    width: 80px;
    vertical-align: top;
  }
  .good-packege-cnt .img-box .txt-area {
    display: table-cell;
    padding: 0 0 0 10px;
    vertical-align: top;
  }
  .good-packege-cnt .img-box .txt-area .ttl {
    font-weight: bold;
    margin: 0 0;
    font-size: 1.5rem;
  }
}

.goods-detail-ex {
  max-width: 890px;
  margin: 0 auto;
}

.goods-detail-ex .godds-detail-info {
  background: #eeeeee;
  padding: 20px;
}

.goods-detail-ex .godds-detail-info .img-box {
  display: table;
  padding: 30px 20px;
  width: 100%;
  background: #fff;
}

.goods-detail-ex .godds-detail-info .img-box .img-area {
  display: table-cell;
  width: 385px;
}

.goods-detail-ex .godds-detail-info .img-box .txt-area {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
}

.goods-detail-ex .godds-detail-info .img-box .txt-area .ttl {
  font-size: 38.4px;
  font-size: 2.4rem;
  margin: 0 0 5px;
}

.goods-detail-ex .godds-detail-info .img-box .txt-area .ex {
  margin: 0 0 5px;
}

.goods-detail-ex .godds-detail-info .img-box .txt-area .price {
  font-size: 38.4px;
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.goods-detail-ex .godds-detail-info .img-box .txt-area .price span {
  font-size: 25.6px;
  font-size: 1.6rem;
}

.goods-detail-ex .godds-detail-info .btn-goods-detail {
  background: #75c4ea;
  color: #fff;
  width: 100%;
  display: block;
  font-size: 38.4px;
  font-size: 2.4rem;
  padding: 20px 10px;
}

.goods-detail-ex .godds-detail-info .btn-goods-detail:hover {
  background: #3faade;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 1024px) {
  .goods-detail-ex {
    max-width: 890px;
    margin: 0 auto;
  }
  .goods-detail-ex .godds-detail-info {
    background: #eeeeee;
    padding: 10px;
  }
  .goods-detail-ex .godds-detail-info .img-box {
    display: table;
    padding: 15px 10px;
    width: 100%;
    background: #fff;
  }
  .goods-detail-ex .godds-detail-info .img-box .img-area {
    display: block;
    width: 100%;
  }
  .goods-detail-ex .godds-detail-info .img-box .txt-area {
    display: block;
    vertical-align: top;
    padding-left: 0;
  }
  .goods-detail-ex .godds-detail-info .img-box .txt-area .ttl {
    font-size: 1.5rem;
    margin: 15px 0 2px;
  }
  .goods-detail-ex .godds-detail-info .img-box .txt-area .ex {
    margin: 0 0 5px;
    font-size: 1.3rem;
  }
  .goods-detail-ex .godds-detail-info .img-box .txt-area .price {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .goods-detail-ex .godds-detail-info .img-box .txt-area .price span {
    font-size: 1.3rem;
  }
  .goods-detail-ex .godds-detail-info .btn-goods-detail {
    background: #75c4ea;
    color: #fff;
    width: 100%;
    display: block;
    font-size: 1.5rem;
    padding: 10px 10px;
  }
  .goods-detail-ex .godds-detail-info .btn-goods-detail:hover {
    background: #3faade;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.review-list .item {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #e4dfd7;
}

.review-list .item:last-child {
  border-bottom: 1px solid #e4dfd7;
}

.review-list .item .item-in {
  display: table;
}

.review-list .item .img-area {
  display: table-cell;
  width: 270px;
}

.review-list .item .img-area a {
  display: block;
  position: relative;
}

.review-list .item .img-area time {
  position: absolute;
  display: block;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 22.4px;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px;
}

.review-list .item .txt-area {
  display: table-cell;
  width: calc(100% - 270px);
  padding-left: 40px;
  vertical-align: top;
}

.review-list .item .txt-area .ttl {
  font-weight: bold;
  margin: 0 0 15px;
}

.review-list .item .txt-area .md-txt {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #222;
  margin: 0 0 0;
}

.review-list .item .txt-area .e-txt .star {
  font-size: 38.4px;
  font-size: 2.4rem;
  color: #e6a423;
  font-weight: bold;
  margin: 0 0 15px;
}

.review-list .item .txt-area .u-txt {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.review-list .item .sp-txt-area .ttl {
  font-weight: bold;
  margin: 0 0 15px;
}

.review-list .item .sp-txt-area .md-txt {
  font-size: 22.4px;
  font-size: 1.4rem;
  color: #222;
  margin: 0 0 0;
}

.review-list .item .sp-txt-area .e-txt .star {
  font-size: 38.4px;
  font-size: 2.4rem;
  color: #e6a423;
  font-weight: bold;
  margin: 0 0 15px;
}

.review-list .item .sp-txt-area .u-txt {
  font-size: 22.4px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1024px) {
  .review-list .item {
    width: 100%;
    padding: 15px 0;
    border-top: 1px solid #e4dfd7;
  }
  .review-list .item:last-child {
    border-bottom: 1px solid #e4dfd7;
  }
  .review-list .item .item-in {
    display: table;
    margin: 0 0 10px;
  }
  .review-list .item .img-area {
    display: table-cell;
    width: 50%;
  }
  .review-list .item .img-area img {
    width: 100%;
  }
  .review-list .item .img-area a {
    display: block;
    position: relative;
  }
  .review-list .item .img-area time {
    font-size: 1rem;
    padding: 3px;
    line-height: 1;
    bottom: 0;
  }
  .review-list .item .txt-area {
    display: table-cell;
    width: 50%;
    padding-left: 10px;
    vertical-align: top;
  }
  .review-list .item .txt-area .ttl {
    font-weight: bold;
    margin: 0 0 15px;
  }
  .review-list .item .txt-area .md-txt {
    font-size: 1.1rem;
    color: #222;
    margin: 0 0 0;
  }
  .review-list .item .txt-area .e-txt .star {
    font-size: 2.4rem;
    color: #e6a423;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .review-list .item .txt-area .u-txt {
    font-size: 1.4rem;
  }
  .review-list .item .sp-txt-area .ttl {
    font-weight: bold;
    margin: 0 0 0;
  }
  .review-list .item .sp-txt-area .md-txt {
    font-size: 1.1rem;
    color: #222;
    margin: 0 0 0;
  }
  .review-list .item .sp-txt-area .e-txt .star {
    font-size: 1.5rem;
    color: #e6a423;
    font-weight: bold;
    margin: 0 0 10px;
  }
  .review-list .item .sp-txt-area .u-txt {
    font-size: 1.1rem;
  }
}

.pagination {
  margin: 15px 0 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin: 0 2px 5px;
}

.pagination li a {
  display: block;
  padding: 7px 13px;
  border: 1px solid #b7e6fc;
}

.pagination li.active span {
  background: #b7e6fc;
  display: block;
　padding: 7px 13px;
  border: 1px solid #b7e6fc;
}

.dvd-detail-info-top {
  display: table;
  width: 100%;
}

.dvd-detail-info-top .img-area {
  display: table-cell;
  width: 425px;
}

.dvd-detail-info-top .img-area figure {
  margin: 0 0 0;
}

.dvd-detail-info-top .img-area figure img {
  width: 100%;
}

.dvd-detail-info-top .img-area .sub-img li {
  margin-bottom: 10px;
}

.dvd-detail-info-top .txt-area {
  display: table-cell;
  padding: 0 0 0 40px;
  vertical-align: top;
}

.dvd-detail-info-top .txt-area .price-txt {
  font-size: 38.4px;
  font-size: 2.4rem;
  color: #3faade;
  margin: 15px 0 20px;
}

.dvd-detail-info-top .txt-area p {
  font-size: 24px;
  font-size: 1.5rem;
}

.dvd-detail-info-top .txt-area .btn-pink {
  font-size: 48px;
  font-size: 3rem;
}

@media only screen and (max-width: 1024px) {
  .dvd-detail-info-top {
    display: block;
    width: 100%;
  }
  .dvd-detail-info-top .img-area {
    display: block;
    width: 66vw;
    margin: 0 auto;
  }
  .dvd-detail-info-top .img-area img {
    width: 100%;
  }
  .dvd-detail-info-top .img-area figure {
    margin: 0 0 0;
  }
  .dvd-detail-info-top .img-area .sub-img li {
    margin-bottom: 0;
  }
  .dvd-detail-info-top .txt-area {
    display: block;
    padding: 0 0 0 0;
    vertical-align: top;
  }
  .dvd-detail-info-top .txt-area .price-txt {
    font-size: 1.5rem;
    color: #3faade;
    margin: 12px 0 12px;
  }
  .dvd-detail-info-top .txt-area p {
    font-size: 1.3rem;
  }
  .dvd-detail-info-top .txt-area .btn-pink {
    font-size: 1.5rem;
  }
}

.dvd-detail-info-top .btn {
  padding: 20px;
}
.sampe-img li {
    height: 110px !important;
    overflow: hidden !important;
}
.dvd-detail-info .sampe-img img {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .dvd-detail-info-top .btn {
    padding: 10px;
  }
}

.detail-review-cnt {
  background: #dcf4ff;
  max-width: 890px;
  margin: 0 auto;
  padding: 20px;
}

.detail-review-cnt .review-average {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
  background: #fff;
  padding: 10px;
}

.detail-review-cnt .review-average span {
  color: #e6a423;
  font-weight: bold;
}

.detail-review-cnt .item {
  padding: 20px;
  background: #fff;
  margin: 0 0 15px;
  position: relative;
}

.detail-review-cnt .item .review-ttl {
  font-weight: bold;
  padding: 0 0 12px;
  margin: 0 0 15px;
  border-bottom: 1px solid #d4d4d4;
}

.detail-review-cnt .item .review-ttl span {
  color: #e6a423;
}

.detail-review-cnt .item .review-con {
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #ccedfd;
  border-radius: 100px;
  margin: 20px auto 0;
}

.detail-review-cnt .item .review-con-wrap {
  text-align: right;
}

.detail-review-cnt .item .review-time {
  font-size: 22.4px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 30px;
  left: 20px;
}

.detail-review-cnt .btn-revew-more {
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  display: block;
}

.detail-review-cnt .btn-revew-more:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .detail-review-cnt {
    padding: 10px;
  }
  .detail-review-cnt .review-average {
    text-align: center;
    font-size: 1.5rem;
    background: #fff;
    padding: 5px;
  }
  .detail-review-cnt .item {
    padding: 10px;
    background: #fff;
    margin: 0 0 10px;
    position: relative;
  }
  .detail-review-cnt .item .review-ttl {
    font-weight: bold;
    padding: 0 0 6px;
    margin: 0 0 10px;
    border-bottom: 1px solid #d4d4d4;
  }
  .detail-review-cnt .item .review-ttl span {
    color: #e6a423;
  }
  .detail-review-cnt .item .review-con {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #ccedfd;
    border-radius: 100px;
    margin: 20px auto 0;
  }
  .detail-review-cnt .item .review-con-wrap {
    text-align: right;
  }
  .detail-review-cnt .item .review-time {
    font-size: 1.2rem;
    position: static;
    margin-top: 7px;
  }
  .detail-review-cnt .btn-revew-more {
    max-width: 500px;
    margin: 0 auto;
    padding: 6px;
    text-align: center;
    font-weight: bold;
    background: #fff;
    display: block;
  }
  .detail-review-cnt .btn-revew-more:hover {
    text-decoration: underline;
  }
  .review-writting-btn {
    max-width: 500px;
    border: 2px solid #dcf4ff;
    background: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    padding: 6px;
    margin: 0 0 30px;
  }
}

.detail-writting-area {
  border: 1px solid #dcf4ff;
  max-width: 890px;
  margin: 0 auto;
}

.detail-writting-area .detail-l-ttl {
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-align: center;
  border: 1px solid #dcf4ff;
  cursor: pointer;
}

.detail-writting-area .detail-l-ttl:hover {
  background: #dcf4ff;
}

.detail-writting-area .detail-l-ttl.active {
  font-weight: bold;
  margin: 0;
  padding: 20px;
  text-align: center;
  background: #dcf4ff;
}

.detail-writting-area .detail-writting-area-in {
  padding: 20px;
}

.detail-writting-area .detail-writting-area-in textarea {
  min-height: 150px;
}

.detail-writting-area .detail-writting-area-in input {
  width: 400px;
}

.detail-writting-area .detail-writting-area-in select {
  width: 400px;
}

.detail-writting-area .detail-writting-area-in .btn {
  padding: 20px;
  max-width: 320px;
}

.detail-writting-area .detail-writting-area-in .alert-text {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  color: #e81212;
}

@media only screen and (max-width: 1024px) {
  .detail-writting-area {
    border: 1px solid #dcf4ff;
    max-width: 890px;
    margin: 0 auto;
  }
  .detail-writting-area .detail-l-ttl {
    font-weight: bold;
    margin: 0;
    padding: 6px;
    text-align: center;
    border: 1px solid #dcf4ff;
    cursor: pointer;
  }
  .detail-writting-area .detail-l-ttl:hover {
    background: #dcf4ff;
  }
  .detail-writting-area .detail-l-ttl.active {
    font-weight: bold;
    margin: 0;
    padding: 6px;
    text-align: center;
    background: #dcf4ff;
  }
  .detail-writting-area .detail-writting-area-in {
    padding: 10px;
  }
  .detail-writting-area .detail-writting-area-in th, .detail-writting-area .detail-writting-area-in td {
    padding: 5px 10px !important;
  }
  .detail-writting-area .detail-writting-area-in textarea {
    min-height: 150px;
  }
  .detail-writting-area .detail-writting-area-in input {
    width: 100%;
  }
  .detail-writting-area .detail-writting-area-in select {
    width: 100%;
  }
  .detail-writting-area .detail-writting-area-in .btn {
    padding: 20px;
    max-width: 320px;
  }
  .detail-writting-area .detail-writting-area-in .alert-text {
    font-size: 1.2rem;
    margin: 5px 0 0 0;
    color: #e81212;
  }
}

.talk-cnt .tab-list.pt-blue li {
  width: 16%;
}

.talk-cnt .talk-input-area {
  background: #eeeeee;
  padding: 25px 20px 25px 40px;
  border-left: 1px solid #b7e6fc;
  border-right: 1px solid #b7e6fc;
}

.talk-cnt .talk-input-area .form-group {
  float: left;
  text-align: left;
}

.talk-cnt .talk-input-area .form-group .input-search {
  width: 400px;
  position: relative;
  padding-left: 60px !important;
}

.talk-cnt .talk-input-area .form-group label {
  font-weight: normal;
  margin-right: 10px;
}

.talk-cnt .talk-input-area .input-search-wrap {
  position: relative;
  display: inline-block;
}

.talk-cnt .talk-input-area .input-search-wrap:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-size: 25.6px;
  font-size: 25.6px;
  font-size: 1.6rem;
  display: block;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 20px;
  top: 23px;
  margin-top: -0.5em;
  z-index: 1;
}

.talk-cnt .talk-input-area .form-group p, .talk-cnt .talk-input-area .form-group input {
  display: inline-block;
}

.talk-cnt .talk-input-area .f-right {
  float: right !important;
}

.talk-cnt .talk-list-table {
  border: 1px solid #b7e6fc;
  border-top: none;
}

.talk-cnt .talk-list-table thead {
  border-bottom: 5px solid #b7e6fc;
}

.talk-cnt .talk-list-table thead th {
  text-align: center;
  font-weight: normal;
  position: relative;
  padding: 20px;
}

.talk-cnt .talk-list-table thead th:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  top: 50%;
  left: 100%;
  margin-top: -20px;
  background: #b7e6fc;
}

.talk-cnt .talk-list-table thead th:last-child:after {
  display: none;
}

.talk-cnt .talk-list-table tbody td {
  padding: 20px;
  text-align: center;
  border-top: 1px solid #b7e6fc !important;
}

.talk-cnt .talk-list-table tbody td .blue-icon {
  font-style: normal;
  min-width: 150px;
  background: #75c4ea;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px 3px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.talk-cnt .talk-list-table tbody td .blue-txt {
  color: #75c4ea;
}

.talk-cnt .talk-list-table tbody tr td:first-child {
  text-align: left;
  font-weight: bold;
}

.talk-cnt #talk-writting-area {
  border: 1px solid #d4d4d4;
  margin: 60px 0 0;
}

.talk-cnt #talk-writting-area h3 {
  text-align: center;
  margin: 0 0 15px;
  background: #dcf4ff;
  font-weight: bold;
  padding: 25px 10px;
}

.talk-cnt #talk-writting-area .talk-writting-area-in {
  padding: 0 20px;
}

.talk-cnt #talk-writting-area .talk-writting-area-in .border-txt {
  border: 1px solid #dcf4ff;
  padding: 5px;
  margin: 10px 0 20px;
}

.talk-cnt #talk-writting-area .talk-writting-area-in .table th {
  vertical-align: middle !important;
  font-weight: bold;
}

.talk-cnt #talk-writting-area .talk-writting-area-in select, .talk-cnt #talk-writting-area .talk-writting-area-in input {
  max-width: 400px;
}

.talk-cnt #talk-writting-area .talk-writting-area-in .w100 {
  width: 100% !important;
  max-width: inherit;
}

.talk-cnt #talk-writting-area .talk-writting-area-in textarea {
  min-height: 150px;
}

.talk-cnt #talk-writting-area .talk-writting-area-in .alert-text {
  font-size: 22.4px;
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  color: #e81212;
}

@media only screen and (max-width: 1024px) {
  .talk-cnt .tab-list.pt-blue {
    display: table;
    width: 100%;
    margin: 0;
  }
  .talk-cnt .tab-list.pt-blue li {
    width: auto;
    min-width: 100px;
    display: table-cell;
  }
  .talk-cnt .tab-scroll {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .talk-cnt .tab-scroll-in {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
  .talk-cnt .talk-input-area {
    background: #eeeeee;
    padding: 10px;
  }
  .talk-cnt .talk-input-area .form-group {
    float: none;
    text-align: left;
    display: block;
    margin-bottom: 10px;
  }
  .talk-cnt .talk-input-area .form-group .input-search {
    width: calc(100%);
    position: relative;
    padding-left: 30px !important;
  }
  .talk-cnt .talk-input-area .form-group label {
    font-weight: normal;
    margin: 10px 0 0 0;
    float: left;
  }
  .talk-cnt .talk-input-area .input-search-wrap {
    position: relative;
    display: inline-block;
    width: calc(100% - 90px);
    float: right;
  }
  .talk-cnt .talk-input-area .input-search-wrap:before {
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-size: 25.6px;
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    left: 10px;
    top: 23px;
    margin-top: -0.5em;
    z-index: 1;
  }
  .talk-cnt .talk-input-area .form-group p, .talk-cnt .talk-input-area .form-group input {
    display: inline-block;
  }
  .talk-cnt .talk-input-area .f-right {
    float: right !important;
    width: 100%;
    float: none;
    margin-bottom: 0 !important;
  }
  .talk-cnt .talk-list-table {
    border: 1px solid #b7e6fc;
    border-top: none;
  }
  .talk-cnt .talk-list-table thead {
    display: none;
  }
  .talk-cnt .talk-list-table tbody td {
    padding: 0 10px;
    text-align: left;
    border-top: none !important;
    display: block;
  }
  .talk-cnt .talk-list-table tbody td .blue-icon {
    font-size: 1.1rem;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    min-width: inherit;
  }
  .talk-cnt .talk-list-table tbody td .ttl {
    display: block;
    margin: 5px 0 0 0;
  }
  .talk-cnt .talk-list-table tbody td .blue-txt {
    color: #75c4ea;
  }
  .talk-cnt .talk-list-table tbody tr {
    border-top: 1px solid #b7e6fc !important;
    padding: 10px 0;
    display: block;
    position: relative;
  }
  .talk-cnt .talk-list-table tbody tr td:first-child {
    text-align: left;
    font-weight: bold;
  }
  .talk-cnt .talk-list-table tbody tr td:last-child {
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
  .talk-cnt #talk-writting-area {
    border: 1px solid #d4d4d4;
    margin: 60px 0 0;
  }
  .talk-cnt #talk-writting-area h3 {
    text-align: center;
    margin: 0 0 10px;
    background: #dcf4ff;
    font-weight: bold;
    padding: 10px 10px;
  }
  .talk-cnt #talk-writting-area .talk-writting-area-in {
    padding: 0 10px;
  }
  .talk-cnt #talk-writting-area .talk-writting-area-in .border-txt {
    border: 1px solid #dcf4ff;
    padding: 5px;
    margin: 10px 0 10px;
  }
  .talk-cnt #talk-writting-area .talk-writting-area-in .table th {
    vertical-align: middle !important;
    font-weight: bold;
    padding: 5px 7px;
    text-align: left;
  }
  .talk-cnt #talk-writting-area .talk-writting-area-in .table td {
    padding: 5px 7px;
    text-align: left;
  }
  .talk-cnt #talk-writting-area .talk-writting-area-in select, .talk-cnt #talk-writting-area .talk-writting-area-in input {
    max-width: 400px;
  }
  .talk-cnt #talk-writting-area .talk-writting-area-in .w100 {
    width: 100% !important;
    max-width: inherit;
  }
  .talk-cnt #talk-writting-area .talk-writting-area-in textarea {
    min-height: 150px;
  }
  .talk-cnt #talk-writting-area .talk-writting-area-in .alert-text {
    font-size: 22.4px;
    font-size: 1.4rem;
    margin: 5px 0 0 0;
    color: #e81212;
  }
}

.talk-detail-cnt .main-talk-area {
  background: #dcf4ff;
  padding: 20px;
}

.talk-detail-cnt .main-talk-area .main-talk-area-in {
  background: #fff;
  padding: 30px 40px;
}

.talk-detail-cnt .main-talk-area .main-talk-area-in .icon-area i {
  font-style: normal;
  min-width: 150px;
  background: #75c4ea;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px 3px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.talk-detail-cnt .main-talk-area .main-talk-area-in h3 {
  margin: 5px 0 0;
  font-size: 48px;
  font-size: 3rem;
}

.talk-detail-cnt .main-talk-area .main-talk-area-in .name-txt {
  padding: 5px 0;
  margin: 0 0 15px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  font-weight: bold;
}

.talk-detail-cnt .main-talk-area .main-talk-area-in .name-txt i {
  color: #75c4ea;
  margin-right: 5px;
}

.talk-detail-cnt .main-talk-area .main-talk-area-in .text-box p {
  margin-bottom: 1.5em;
  word-break: break-all;
}

.talk-detail-cnt .main-talk-area .main-talk-area-in .text-box p:last-child {
  margin-bottom: 0;
}

.talk-detail-cnt .other-talk-area {
  margin-top: 20px;
  padding: 0 40px;
  counter-reset: wpp-ranking;
}

.talk-detail-cnt .other-talk-area .message-num {
  font-size: 38.4px;
  font-size: 2.4rem;
  border-bottom: 4px solid #b7e6fc;
  padding: 0 0 7px;
}

.talk-detail-cnt .other-talk-area .message-num i {
  color: #75c4ea;
  margin-right: 5px;
}

.talk-detail-cnt .other-talk-area .item {
  padding: 20px;
  border-left: 1px solid #b7e6fc;
  border-right: 1px solid #b7e6fc;
  border-bottom: 1px solid #b7e6fc;
  position: relative;
}

.talk-detail-cnt .other-talk-area .item .itme-ttl {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 5px;
}

.talk-detail-cnt .other-talk-area .item .itme-ttl .num {
  display: inline-block;
  margin-right: 3px;
}

.talk-detail-cnt .other-talk-area .item .itme-ttl .num:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #03aade;
  font-size: 14px;
  line-height: 1.68;
  padding: 0;
  display: inline-block;
  z-index: 2;
}

.talk-detail-cnt .other-talk-area .item .itme-ttl .num:after {
  content: ".";
  color: #03aade;
  font-size: 14px;
  line-height: 1.68;
  padding: 0;
  display: inline-block;
}

.talk-detail-cnt .other-talk-area .item .itme-ttl time {
  margin-left: 17px;
  display: inline-block;
  font-weight: normal;
}

.talk-detail-cnt .other-talk-area .item .text-box p {
  margin-bottom: 1.5em;
  word-break: break-all;
}

.talk-detail-cnt .other-talk-area .item .text-box p:last-child {
  margin-bottom: 0;
}

.talk-detail-cnt .tali-detail-writting {
  margin: 30px 0 0;
  border: 1px solid #d4d4d4;
  padding: 20px;
}

.talk-detail-cnt .tali-detail-writting .table th {
  vertical-align: middle !important;
  font-weight: bold;
  text-align: center;
}

.talk-detail-cnt .tali-detail-writting .table td input {
  width: 400px;
}

.talk-detail-cnt .tali-detail-writting .table td textarea {
  height: 150px;
}

.talk-detail-cnt .tali-detail-writting .table td .alert-text {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  color: #e81212;
}

.talk-detail-cnt .tali-detail-writting .border-txt {
  border: 1px solid #dcf4ff;
  padding: 5px;
  margin: 10px 0 20px;
}

.writting-scroll {
  max-width: 1200px;
  text-align: right;
  position: fixed;
  z-index: 9;
  bottom: 50px;
  width: 100%;
}

.writting-scroll a {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #75c4ea;
  color: #fff;
  display: inline-block;
  font-size: 38.4px;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 10px;
}

@media only screen and (max-width: 1024px) {
  .talk-detail-cnt .main-talk-area {
    background: #dcf4ff;
    padding: 10px;
  }
  .talk-detail-cnt .main-talk-area .main-talk-area-in {
    background: #fff;
    padding: 10px 10px;
  }
  .talk-detail-cnt .main-talk-area .main-talk-area-in .icon-area i {
    font-size: 1.1rem;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    min-width: inherit;
  }
  .talk-detail-cnt .main-talk-area .main-talk-area-in h3 {
    margin: 5px 0 0;
    font-size: 1.5rem;
  }
  .talk-detail-cnt .main-talk-area .main-talk-area-in .name-txt {
    padding: 5px 0;
    margin: 0 0 10px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    font-weight: bold;
  }
  .talk-detail-cnt .main-talk-area .main-talk-area-in .name-txt i {
    color: #75c4ea;
    margin-right: 5px;
  }
  .talk-detail-cnt .main-talk-area .main-talk-area-in .text-box p {
    margin-bottom: 1.5em;
    word-break: break-all;
  }
  .talk-detail-cnt .main-talk-area .main-talk-area-in .text-box p:last-child {
    margin-bottom: 0;
  }
  .talk-detail-cnt .other-talk-area {
    margin-top: 20px;
    padding: 0 0;
    counter-reset: wpp-ranking;
  }
  .talk-detail-cnt .other-talk-area .message-num {
    font-size: 1.5rem;
    border-bottom: 2px solid #b7e6fc;
    padding: 0 0 5px;
  }
  .talk-detail-cnt .other-talk-area .message-num i {
    color: #75c4ea;
    margin-right: 5px;
  }
  .talk-detail-cnt .other-talk-area .item {
    padding: 10px 10px;
  }
  .talk-detail-cnt .other-talk-area .item .itme-ttl {
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .talk-detail-cnt .other-talk-area .item .itme-ttl .num:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    color: #03aade;
    font-size: 11px;
    line-height: 1.68;
    padding: 0;
  }
  .talk-detail-cnt .other-talk-area .item .itme-ttl .num:after {
    content: ".";
    color: #03aade;
    font-size: 11px;
    line-height: 1.68;
  }
  .talk-detail-cnt .other-talk-area .item .itme-ttl time {
    margin-left: 17px;
    display: inline-block;
    font-weight: normal;
  }
  .talk-detail-cnt .other-talk-area .item .text-box p {
    margin-bottom: 1.5em;
    word-break: break-all;
  }
  .talk-detail-cnt .other-talk-area .item .text-box p:last-child {
    margin-bottom: 0;
  }
  .talk-detail-cnt .tali-detail-writting {
    margin: 20px 0 0;
    border: 1px solid #d4d4d4;
    padding: 10px;
  }
  .talk-detail-cnt .tali-detail-writting .table th {
    vertical-align: middle !important;
    font-weight: bold;
    padding: 5px 7px;
    text-align: left;
  }
  .talk-detail-cnt .tali-detail-writting .table td {
    padding: 5px 7px;
    text-align: left;
  }
  .talk-detail-cnt .tali-detail-writting .table td input {
    width: 100%;
  }
  .talk-detail-cnt .tali-detail-writting .table td textarea {
    height: 150px;
  }
  .talk-detail-cnt .tali-detail-writting .table td .alert-text {
    font-size: 1.4rem;
    margin: 5px 0 0 0;
    color: #e81212;
  }
  .talk-detail-cnt .tali-detail-writting .border-txt {
    border: 1px solid #dcf4ff;
    padding: 5px;
    margin: 0 0 10px;
  }
  .writting-scroll {
    max-width: 1200px;
    text-align: right;
    position: fixed;
    z-index: 9;
    bottom: 15px;
    width: 100%;
  }
  .writting-scroll a {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #75c4ea;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    text-align: center;
    padding-top: 5px;
    margin-right: 20px;
  }
}

.movie-detail-cnt .detail-time {
  margin: 0;
}

.movie-detail-cnt .detail-ttl {
  font-size: 64px;
  font-size: 4rem;
  font-weight: normal;
  margin: 0 0 10px;
}

.movie-detail-cnt .movie__view {
  font-size: 38.4px;
  font-size: 2.4rem;
  padding: 10px 0 0 0;
  border-top: 1px solid #d4d4d4;
}

.movieSampleImg {
    width: 100%;
    max-width: 740px;
    margin: 0 auto 30px;
}

.movie-detail-cnt .detail-video {
  margin: 20px auto 15px;
  position: relative;
  background-color: #000;
    max-width:740px;
}

.movie-detail-cnt .detail-video video {
  width: 100%;
}

.movie-detail-cnt .detail-video .movie-bnr-close {
  border-radius: 100%;
  background: #fff;
  color: #000;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #000;
    padding: 0px 0px 0px 2px;
}

.movie-detail-cnt .detail-video .movie-bnr {
  display: none;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 4;
}

.movie-detail-cnt .detail-video .movie-bnr .movie-btn-in {
  display: inline-block;
  position: relative;
}


.movie-detail-cnt .detail-video .movie-bnr .movie-btn-in .movie-bnr-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
}

.movie-detail-cnt .detail-video .movie-end-bnr {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 2;
}

.movie-detail-cnt .detail-video .movie-end-bnr img {
  width: 100%;
  height: 100%;
}

.movie-detail-cnt .detail-video .movie-end-bnr .movie-end-in {
  display: inline-block;
  position: relative;
  width: 100%;
}

.movie-detail-cnt .detail-video .movie-end-bnr .movie-end-in .movie-bnr-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
}
.movie-bnr {
    z-index: 1 !important;
}

.movie-detail-cnt .movie-detail-info {
  max-width: 890px;
  margin: 0 auto;
  position: relative;
}

.movie-detail-cnt .movie-detail-info .icon-list {
  display: table;
  margin: 0 0 35px;
}

.movie-detail-cnt .movie-detail-info .icon-list a.active {
  color: #87afc3;
}

.movie-detail-cnt .movie-detail-info .icon-list a:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.movie-detail-cnt .movie-detail-info .icon {
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
}

.movie-detail-cnt .movie-detail-info .icon i {
  font-size: 64px;
  font-size: 4rem;
  position: absolute;
  left: 5px;
}

.movie-detail-cnt .movie-detail-info .icon span {
  font-size: 19.2px;
  font-size: 1.2rem;
  display: block;
  position: absolute;
  top: 45px;
}

.movie-detail-cnt .movie-detail-info .num {
  display: table-cell;
  font-size: 38.4px;
  font-size: 2.4rem;
  padding-right: 20px;
  vertical-align: top;
  border-right: 1px solid #d4d4d4;
}

.movie-detail-cnt .movie-detail-info .num:last-child {
  border: none;
}

.movie-detail-cnt .movie-detail-info .num.active {
  color: #87afc3;
}

.movie-detail-cnt .movie-detail-info .icon-list .num:last-child {
  border: none;
}

.movie-detail-cnt .movie-detail-info .text-box {
  margin: 0 0 35px;
}

.movie-detail-cnt .movie-detail-info .text-box p {
  margin-bottom: 1.5em;
  word-break: break-all;
}

.movie-detail-cnt .movie-detail-info .text-box p:last-child {
  margin-bottom: 0;
}

.movie-detail-cnt .movie__bookmark {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  width: 300px;
  border: 1px solid #b7e6fc;
  border-radius: 100px;
  text-align: center;
  font-size: 25.6px;
  font-size: 1.6rem;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.movie-detail-cnt .movie__bookmark:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.movie-detail-cnt .movie__bookmark.active {
  background: #b7e6fc;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.movie-detail-cnt .movie__bookmark i {
  color: #ee86b1;
  font-size: 38.4px;
  font-size: 2.4rem;
  margin-right: 5px;
}

.c-relation-area {
  border-top: 1px solid #d4d4d4;
}

.c-relation-area .c-relation-ttl {
  font-weight: normal;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  margin: 0 0 25px;
  padding: 25px 0 0;
}

@media only screen and (max-width: 1024px) {
  .movie-detail-cnt .detail-time {
    margin: 0;
  }
  .movie-detail-cnt .detail-ttl {
    font-size: 2rem;
    font-weight: normal;
    margin: 0 0 6px;
  }
  .movie-detail-cnt .movie__view {
    font-size: 1.5rem;
    padding: 6px 0 0 0;
    border-top: 1px solid #d4d4d4;
  }
  .movie-detail-cnt .detail-video {
    margin: 10px -10px 15px;
  }
  .movie-detail-cnt .detail-video video {
    width: 100%;
  }
  .movie-detail-cnt .detail-video .movie-bnr-close {
    border-radius: 100%;
    background: #fff;
    color: #000;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #000;
  }
  .movie-detail-cnt .detail-video .movie-bnr {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 4;
  }
  .movie-detail-cnt .detail-video .movie-bnr .movie-btn-in {
    display: inline-block;
    position: relative;
  }
  .movie-detail-cnt .detail-video .movie-bnr .movie-btn-in .movie-bnr-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
  }
    .movie-bnr {
        z-index: 1 !important;
    }
  .movie-detail-cnt .detail-video .movie-end-bnr {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
  }
  .movie-detail-cnt .detail-video .movie-end-bnr img {
    width: 100%;
    height: 100%;
  }
  .movie-detail-cnt .detail-video .movie-end-bnr .movie-end-in {
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .movie-detail-cnt .detail-video .movie-end-bnr .movie-end-in .movie-bnr-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3;
  }
  .movie-detail-cnt .movie-detail-info {
    max-width: 890px;
    margin: 0 auto;
  }
  .movie-detail-cnt .movie-detail-info .icon-list {
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  .movie-detail-cnt .movie-detail-info .icon {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 55px;
    height: 43px;
    display: inline-block;
  }
  .movie-detail-cnt .movie-detail-info .icon i {
    font-size: 2rem;
    position: absolute;
    left: 13px;
  }
  .movie-detail-cnt .movie-detail-info .icon span {
    font-size: 1rem;
    display: block;
    position: absolute;
    top: 25px;
  }
  .movie-detail-cnt .movie-detail-info .num {
    display: inline-block;
    font-size: 1.5rem;
    padding-right: 10px;
    vertical-align: top;
    border-right: 1px solid #d4d4d4;
    padding-top: 7px;
  }
  .movie-detail-cnt .movie-detail-info .num:last-child {
    border: none;
  }
  .movie-detail-cnt .movie-detail-info .icon-list .num:last-child {
    border: none;
  }
  .movie-detail-cnt .movie-detail-info .text-box {
    margin: 0 0 20px;
  }
  .movie-detail-cnt .movie-detail-info .text-box p {
    margin-bottom: 1.5em;
    word-break: break-all;
  }
  .movie-detail-cnt .movie-detail-info .text-box p:last-child {
    margin-bottom: 0;
  }
  .movie-detail-cnt .movie__bookmark {
    font-weight: bold;
    display: block;
    width: 100%;
    border: 1px solid #b7e6fc;
    border-radius: 100px;
    text-align: center;
    font-size: 1.3rem;
    padding: 7px;
    position: static;
    right: 0;
    top: 0;
    margin: 0 0 15px;
  }
  .movie-detail-cnt .movie__bookmark.active {
    background: #b7e6fc;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #000;
  }
  .movie-detail-cnt .movie__bookmark i {
    color: #ee86b1;
    font-size: 1.3rem;
    margin-right: 5px;
  }
  .sp-ml-10 {
    margin-left: 10px !important;
  }
  .c-relation-area {
    border-top: 1px solid #d4d4d4;
  }
  .c-relation-area .c-relation-ttl {
    font-weight: normal;
    text-align: center;
    font-size: 2rem;
    margin: 0 0 12px;
    padding: 10px 0 0;
  }
}

.news-list-cnt {
  max-width: 890px;
  margin: 0 auto;
}

.news-list-cnt .tab-list li {
  width: 20%;
}

.news-list-cnt .news-list {
  border-top: 1px solid #d4d4d4;
}

.news-list-cnt .news-list li {
  padding: 25px 0;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}

.news-list-cnt .news-list li:after {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  line-height: 1;
  font-size: 25.6px;
  font-size: 1.6rem;
  top: 50%;
  margin-top: -0.5em;
  right: 10px;
}

.news-list-cnt .news-list li a {
  display: table;
}

.news-list-cnt .news-list li a time {
  display: table-cell;
  width: 100px;
}

.news-list-cnt .news-list li a p {
  display: table-cell;
  font-weight: bold;
  padding-right: 30px;
}

.news-list-cnt .news-list li a .icon-blue {
  width: 130px;
  padding-right: 0;
}

.news-list-cnt .news-list li a .icon-blue i {
  font-style: normal;
  min-width: 100px;
  background: #75c4ea;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 22.4px;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px 3px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .news-list-cnt {
    max-width: 890px;
    margin: 0 auto;
  }
  .news-list-cnt .tab-list li {
    width: 20%;
  }
  .news-list-cnt .news-list {
    border-top: 1px solid #d4d4d4;
  }
  .news-list-cnt .news-list li {
    padding: 10px 0;
  }
  .news-list-cnt .news-list li:after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-weight: 900;
    line-height: 1;
    font-size: 1.3rem;
    top: 50%;
    margin-top: -0.5em;
    right: 5px;
  }
  .news-list-cnt .news-list li a {
    display: block;
    text-align: left;
  }
  .news-list-cnt .news-list li a time {
    display: inline-block;
    width: 63px;
  }
  .news-list-cnt .news-list li a p {
    display: block;
    font-weight: bold;
    padding-right: 30px;
    margin: 5px 0 0;
  }
  .news-list-cnt .news-list li a .icon-blue {
    display: inline-block;
    width: 130px;
    padding-right: 0;
    margin: 0;
  }
  .news-list-cnt .news-list li a .icon-blue i {
    font-size: 1.1rem;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    min-width: inherit;
  }
}

.news-detai-cnt {
  padding: 40px 0 0;
  min-height: 1600px;
}

.news-detai-cnt .news-detail-in {
  background: #fff;
  padding: 40px 40px 80px;
  max-width: 890px;
  margin: 0 auto;
}

.news-detai-cnt .news-detail-in .news-detail-ttl {
  font-size: 48px;
  font-size: 3rem;
  margin: 15px 0 18px;
}

.news-detai-cnt .news-detail-in .news-time time {
  margin-right: 15px;
}

.news-detai-cnt .news-detail-in .news-time i {
  font-style: normal;
  min-width: 100px;
  background: #75c4ea;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 22.4px;
  font-size: 22.4px;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px 20px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
}

.news-detai-cnt .news-detail-in .text-box p {
  margin-bottom: 1.5em;
}

.news-detai-cnt .news-detail-in .text-box p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .news-detai-cnt {
    padding: 20px 0 30px;
    min-height: auto;
  }
  .news-detai-cnt .news-detail-in {
    background: #fff;
    padding: 15px 10px 25px;
    max-width: 890px;
    margin: 0 auto;
  }
  .news-detai-cnt .news-detail-in .news-detail-ttl {
    font-size: 1.5rem;
    margin: 10px 0 12px;
  }
  .news-detai-cnt .news-detail-in .news-time time {
    margin-right: 10px;
  }
  .news-detai-cnt .news-detail-in .news-time i {
    font-size: 1.1rem;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 0;
    text-align: center;
    min-width: inherit;
  }
  .news-detai-cnt .news-detail-in .text-box p {
    margin-bottom: 1.5em;
  }
  .news-detai-cnt .news-detail-in .text-box p:last-child {
    margin-bottom: 0;
  }
}

.salon-detail-cnt .price {
  font-size: 38.4px;
  font-size: 2.4rem;
  text-align: center;
}

.salon-detail-cnt .price span {
  font-size: 0.66em;
}

.salon-detail-cnt .salon-detail-list .text-box {
  padding: 0 20px 30px;
}

.salon-detail-cnt .salon-detail-list .text-box p {
  margin-bottom: 1.5em;
}

.salon-detail-cnt .salon-detail-list .text-box p:last-child {
  margin-bottom: 0;
}

.salon-detail-cnt .salon-detail-cvn {
  background: #dcf4ff;
  padding: 30px;
  margin: 0 0 50px;
}

.salon-detail-cnt .salon-profarea {
  border: 1px solid #d4d4d4;
  padding: 20px 40px;
}

.salon-detail-cnt .salon-profarea .img-area {
  display: table;
  width: 100%;
}

.salon-detail-cnt .salon-profarea .img-area .img-box {
  display: table-cell;
  width: 200px;
  vertical-align: top;
}

.salon-detail-cnt .salon-profarea .img-area .text-box {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
}

.salon-detail-cnt .salon-profarea .img-area .text-box .sub-prof {
  font-weight: bold;
  margin: 0 0 10px;
}

.salon-detail-cnt .salon-profarea .img-area .text-box .sub-prof i {
  color: #3faade;
  margin-right: 5px;
}

.salon-detail-cnt .salon-profarea .img-area .text-box .prof-name {
  font-size: 38.4px;
  font-size: 2.4rem;
  color: #3faade;
  font-weight: bold;
  margin: 0 0 0;
}

.salon-detail-cnt .salon-profarea .img-area .text-box .prof-info {
  font-size: 22.4px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1024px) {
  .salon-detail-cnt .price {
    font-size: 1.5rem;
    text-align: center;
  }
  .salon-detail-cnt .price span {
    font-size: 0.66em;
  }
  .salon-detail-cnt .salon-detail-list .text-box {
    padding: 0 10px 15px;
  }
  .salon-detail-cnt .salon-detail-list .text-box p {
    margin-bottom: 1.5em;
  }
  .salon-detail-cnt .salon-detail-list .text-box p:last-child {
    margin-bottom: 0;
  }
  .salon-detail-cnt .salon-detail-cvn {
    padding: 10px;
    margin: 0 -10px 40px;
  }
  .salon-detail-cnt .salon-profarea {
    border: 1px solid #d4d4d4;
    padding: 10px;
  }
  .salon-detail-cnt .salon-profarea .img-area {
    display: block;
    width: 100%;
  }
  .salon-detail-cnt .salon-profarea .img-area .img-box {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: top;
    margin-bottom: 10px;
  }
  .salon-detail-cnt .salon-profarea .img-area .img-box img {
    width: 100px;
  }
  .salon-detail-cnt .salon-profarea .img-area .text-box {
    display: block;
    padding-left: 0;
  }
  .salon-detail-cnt .salon-profarea .img-area .text-box .sub-prof {
    font-weight: bold;
    margin: 0 0 2px;
  }
  .salon-detail-cnt .salon-profarea .img-area .text-box .sub-prof i {
    color: #3faade;
    margin-right: 5px;
  }
  .salon-detail-cnt .salon-profarea .img-area .text-box .prof-name {
    font-size: 1.5rem;
    color: #3faade;
    font-weight: bold;
    margin: 0 0 5px;
  }
  .salon-detail-cnt .salon-profarea .img-area .text-box .prof-info {
    font-size: 1.1rem;
  }
}

.c-original-ranking {
  counter-reset: wpp-ranking;
  padding: 0;
  margin: 0;
  border-top: 1px solid #d4d4d4;
}

.c-original-ranking li {
  padding: 10px 0;
  border-bottom: 1px solid #d4d4d4;
}

.c-original-ranking li .text-area {
  display: table;
  width: 100%;
}

.c-original-ranking li .text-area .rank {
  display: table-cell;
  width: 40px;
  background: #75c4ea;
  position: relative;
}

.c-original-ranking li .text-area .rank:before {
  content: counter(wpp-ranking, decimal);
  counter-increment: wpp-ranking;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  padding: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
  text-align: center;
  left: 0;
  z-index: 2;
}

.c-original-ranking li .text-area .img-box {
  display: table-cell;
  width: 180px;
  padding-left: 20px;
}

.c-original-ranking li .text-area .text-box {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}

.c-original-ranking li .text-area .text-box .c-shop__iconText {
  margin: 0 0 3px;
}

.c-original-ranking li .text-area .text-box .c-shop__iconText i {
  font-style: normal;
  min-width: 100px;
  background: #75c4ea;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-size: 22.4px;
  font-size: 1.4rem;
  padding: 5px 3px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
}

.c-original-ranking li .text-area .text-box .c-shop__iconText time {
  font-weight: bold;
}

.c-original-ranking li .text-area .text-box .c-shop__txt {
  margin-bottom: 10px;
  font-weight: bold;
}

.c-original-ranking li:first-child .rank {
  background: #f7cc02;
}

.c-original-ranking li:nth-of-type(2) .rank {
  background: #bebebe;
}

.c-original-ranking li:nth-of-type(3) .rank {
  background: #6c4f37;
}

@media only screen and (max-width: 1024px) {
  .c-original-ranking {
    counter-reset: wpp-ranking;
    padding: 0;
    margin: 0;
    border-top: 1px solid #d4d4d4;
  }
  .c-original-ranking li {
    padding: 10px 0;
    border-bottom: 1px solid #d4d4d4;
  }
  .c-original-ranking li .text-area {
    display: table;
    width: 100%;
  }
  .c-original-ranking li .text-area .rank {
    display: table-cell;
    width: 20px;
  }
  .c-original-ranking li .text-area .rank:before {
    content: counter(wpp-ranking, decimal);
    counter-increment: wpp-ranking;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 2;
  }
  .c-original-ranking li .text-area .img-box {
    display: table-cell;
    width: 90px;
    padding-left: 10px;
  }
  .c-original-ranking li .text-area .text-box {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
  }
  .c-original-ranking li .text-area .text-box .c-shop__iconText {
    margin: 0 0 1px;
  }
  .c-original-ranking li .text-area .text-box .c-shop__iconText i {
    font-size: 1.1rem;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 3;
    text-align: center;
    min-width: inherit;
    margin-right: 5px;
  }
  .c-original-ranking li .text-area .text-box .c-shop__iconText time {
    font-weight: bold;
    font-size: 1.2rem;
  }
  .c-original-ranking li .text-area .text-box .c-shop__txt {
    margin-bottom: 0;
    font-weight: bold;
    line-height: 1.5;
  }
  .c-original-ranking li:first-child .rank {
    background: #f7cc02;
  }
  .c-original-ranking li:nth-of-type(2) .rank {
    background: #bebebe;
  }
  .c-original-ranking li:nth-of-type(3) .rank {
    background: #6c4f37;
  }
}

.c-bottom-bnr .item img {
  border: 1px solid #d4d4d4;
  text-align: center;
  vertical-align: middle;
}

.faq-cnt .c-ttl-bold {
  font-size: 48px;
  font-size: 3rem;
}

.accordion-list {
  border: 1px solid #d4d4d4;
}

.accordion-list dt {
  font-size: 38.4px;
  font-size: 2.4rem;
  padding: 25px 20px;
  position: relative;
  cursor: pointer;
}

.accordion-list dt.active:after {
  display: none;
}

.accordion-list dt:before {
  position: absolute;
  width: 20px;
  height: 4px;
  content: "";
  display: block;
  background: #222222;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}

.accordion-list dt:after {
  position: absolute;
  width: 4px;
  height: 20px;
  content: "";
  display: block;
  background: #222222;
  right: 28px;
  top: 50%;
  margin-top: -10px;
}

.accordion-list dd {
  border-top: 1px solid #d4d4d4;
  padding: 20px 20px;
  background: #eeeeee;
  margin: 0;
  display: none;
}

.accordion-list dd p {
  margin-bottom: 1.5em;
}

.accordion-list dd p:last-child {
  margin-bottom: 0;
}

.accordion-list dd ul {
  margin-bottom: 1.5em;
}

.accordion-list dd p.f-bold {
  margin-bottom: 0;
}

.accordion-list dd .text-box {
  background: #fff;
  padding: 18px 20px;
  margin: 0 0 10px;
}

.accordion-list dd .text-box ul:last-child {
  margin-bottom: 0;
}

.accordion-list dd .text-box:last-child {
  margin-bottom: 0;
}

.accordion-list dd .text-box p {
  margin-bottom: 1.5em;
}

.accordion-list dd .text-box p:last-child {
  margin-bottom: 0;
}

.accordion-list dd .text-box p.f-bold {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .faq-cnt .c-ttl-bold {
    font-size: 1.5rem;
  }
  .accordion-list {
    border: 1px solid #d4d4d4;
  }
  .accordion-list dt {
    font-size: 1.5rem;
    padding: 10px 10px;
    position: relative;
    cursor: pointer;
  }
  .accordion-list dt.active:after {
    display: none;
  }
  .accordion-list dt:before {
    position: absolute;
    width: 10px;
    height: 2px;
    content: "";
    display: block;
    background: #222222;
    right: 10px;
    top: 50%;
    margin-top: -1px;
  }
  .accordion-list dt:after {
    position: absolute;
    width: 2px;
    height: 10px;
    content: "";
    display: block;
    background: #222222;
    right: 14px;
    top: 50%;
    margin-top: -5px;
  }
  .accordion-list dd {
    border-top: 1px solid #d4d4d4;
    padding: 10px;
    background: #eeeeee;
    margin: 0;
    display: none;
  }
  .accordion-list dd p {
    margin-bottom: 1.5em;
  }
  .accordion-list dd p:last-child {
    margin-bottom: 0;
  }
  .accordion-list dd ul {
    margin-bottom: 1.5em;
  }
  .accordion-list dd p.f-bold {
    margin-bottom: 0;
  }
  .accordion-list dd .text-box {
    background: #fff;
    padding: 10px;
    margin: 0 0 5px;
  }
  .accordion-list dd .text-box ul:last-child {
    margin-bottom: 0;
  }
  .accordion-list dd .text-box:last-child {
    margin-bottom: 0;
  }
  .accordion-list dd .text-box p {
    margin-bottom: 1.5em;
  }
  .accordion-list dd .text-box p:last-child {
    margin-bottom: 0;
  }
  .accordion-list dd .text-box p.f-bold {
    margin-bottom: 0;
  }
}

.contact-flow-list {
  display: table;
  width: 100%;
  overflow: hidden;
}

.contact-flow-list li {
  display: table-cell;
  width: 33.333%;
  background: #b7e6fc;
  font-size: 41.6px;
  font-size: 2.6rem;
  text-align: center;
  vertical-align: middle;
  height: 60px;
  position: relative;
}

.contact-flow-list.cartstep li{
	width: 20%;
	font-size: 2.2rem;
	padding-left: 15px;
}

.contact-flow-list.cartstep li i{
	color: #75c4ea;
	font-style: normal;
	display: inline-block;
	background: #fff center center;
	width: 27px;
	height: 27px;
	background-size: 27px;
	border-radius: 100%;
	line-height: 1;
	padding-top: 2px;
	margin-right: 2px;
}


.contact-flow-list.cartstep02 li{
	width: 25%;
	font-size: 2.2rem;
	padding-left: 15px;
}
.contact-flow-list.cartstep03 li{
	width: 20%;
	font-size: 1.8rem;
	padding-left: 15px;
}

.contact-flow-list.cartstep02 li i,
.contact-flow-list.cartstep03 li i{
	color: #75c4ea;
	font-style: normal;
	display: inline-block;
	background: #fff center center;
	width: 27px;
	height: 27px;
	background-size: 27px;
	border-radius: 100%;
	line-height: 1;
	padding-top: 2px;
	margin-right: 2px;
}

.contact-flow-list li:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #b7e6fc;
  left: 100%;
  top: 50%;
  margin-top: -40px;
  z-index: 3;
}

.contact-flow-list li:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 20px;
  border-color: transparent transparent transparent #fff;
  left: 100%;
  top: 50%;
  margin-left: 5px;
  margin-top: -40px;
  z-index: 2;
}

.contact-flow-list li.active {
  background: #75c4ea;
  color: #fff;
}

.contact-flow-list li.active:after {
  border-color: transparent transparent transparent #75c4ea;
}

.contact-flow-list li.active:before {
  border-color: transparent transparent transparent #fff;
}

.contact-flow-list li:last-child:before {
  display: none;
}

.contact-flow-list li:last-child:after {
  display: none;
}

.contact-cnt .tab-content {
  border: 1px solid #b7e6fc;
  padding: 30px 40px;
  border-top: none;
}

.contact-cnt .table {
  margin-top: 0;
}

.contact-cnt .table th {
  vertical-align: middle !important;
  font-weight: bold;
}

.contact-cnt .table th span {
  color: #e81212;
}

.contact-cnt select, .contact-cnt input {
  max-width: 400px;
}

.contact-cnt .w100 {
  width: 100% !important;
  max-width: inherit;
}

.contact-cnt textarea {
  min-height: 150px;
}
.contact-cnt .table .c-notes{
	color: #222222;
	font-size: 1.4rem;
	margin-top: 5px;
}
.contact-cnt label.form-inline{
	font-weight: normal;
}


.contact-cnt .name-box input{
	width: 330px;
	margin: 0 15px 0 5px
}

.contact-cnt .name-box label{
	font-weight: normal;
}



.contact-cnt .post-num-box input{
	width: 100px !important;
}
.contact-cnt .post-num-box input.w300{
	width: 300px !important;
}

.contact-cnt .post-num-box .btn-map01{
	display: inline-block;
	width: 115px;
	height: 100%;
	text-align: center;
	margin-left: 5px;
}

.contact-cnt .point-text{
	background: #dcf4ff;
	text-align: right;
	font-weight: bold;
	padding: 10px 20px 10px;
	margin: 0 0 15px;
}

.contact-cnt .point-input-box input{
	width: 100px !important;
}

.contact-cnt .post-num-box .btn-map01 a{
	display: block;
	background: #75c4ec;
	color: #fff;
	height: 45px;
	line-height: 45px;
}

.contact-cnt .post-num-box .btn-map01 a:hover{
	background: #3faade;
	opacity: 1;
}

.contact-cnt .post-num-box .btn-map02{
	display: inline-block;
	width: 140px;
	height: 100%;
	text-align: center;
	margin-left: 5px;
}

.contact-cnt .post-num-box .btn-map02 a{
	display: block;
	border: 1px solid #b7e6fc;
	color: #333333;
	height: 45px;
	line-height: 45px;
}

.contact-cnt .post-num-box .btn-map02 a:hover{
	opacity: 1;
	background: #b7e6fc;
}

.contact-cnt .post-num-box .btn-map02 a i{
	margin-right: 3px;
}

.contact-cnt .small-text {
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}

.contact-cnt .alert-text {
  font-size: 22.4px;
  font-size: 22.4px;
  font-size: 1.4rem;
  margin: 10px 0 0 0;
  color: #e81212;
}

.contact-cnt .attention-text {
  color: #e81212;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-cnt .blue-border-text {
  text-align: center;
  font-weight: bold;
  padding: 20px;
  border: 1px solid #b7e6fc;
  color: #000;
  margin: 0 0 20px;
}

.contact-cnt .w660 {
  max-width: 660px;
  margin: 0 auto;
}

.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 28px;
  position:relative;
  margin-right: 20px;
	line-height: 1;
	font-weight: normal;
	font-size: 1.6rem;
	padding-top: 2px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
	background: #fff;
}
.active .radio02-input + label{
  
}
.active  .radio02-input + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.active .radio02-input + label::before{
  background: #75c4ea;
	 border: 1px solid #75c4ea;
}

#credit-box{
	margin-bottom: 15px;
}

#credit-box .radio-item02{
	background: #eeeeee;
	border: 1px solid #d4d4d4;
	padding: 15px 20px;
}


.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}

.check-box-cus label{
	font-weight: normal;
	line-height: 1;
	text-indent: -20px;
	padding-left: 20px;
}

.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #75c4ea;
	background: #fff;
  border-radius: 0;
}

.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
display: block;
position: absolute;
top: -1px;
left: 5px;
width: 8px;
height: 16px;
transform: rotate(40deg);
border-bottom: 3px solid #75c4ea;
border-right: 3px solid #75c4ea;

}

.cart-product-table thead th{
	color: #222222 !important;
	text-align: center !important;
	padding: 10px 10px !important;
}

.cart-product-table tbody td{
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #d4d4d4 !important;
}

.cart-product-table tbody td.img{
	text-align: center;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.cart-product-table tbody td.stock{
	text-align: center;
	vertical-align: middle;
}

.cart-product-table tbody td.product-name{
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}

.cart-product-table tbody td.point{
	text-align: center;
	vertical-align: middle;
}

.cart-product-table tbody td.price{
	text-align: right;
	vertical-align: middle;
}

.cart-product-table tbody td.select,.cart-product-table tbody td.delete{
	text-align: center;
	vertical-align: middle;
}

.cart-product-table tbody td.delete .del-btn a{
	background: #75c4ec;
	padding: 10px;
	color: #fff;
	font-size: 1.6rem;
	width: 100%;
	display: block;
}

.cart-product-table tbody td.detail a{
	text-decoration: underline;
	color: #3faade;
}

.cart-product-table tbody td.delete .del-btn a:hover{
	opacity: 1;
	background: #3faade;
}

.no-cart-product{
	text-align: center;
	border: 1px solid #d4d4d4;
}

.no-cart-product p{
	text-align: center;
	padding: 15px;
}

.btn-24{
	font-size: 2.4rem !important; 
}

.cart-product-table tbody td.delete .del-btn a i{
	margin-right: 3px;
}


.cart-product-table tbody td.img img{
	width: 92px;
}

@media only screen and (max-width: 1024px) {
	.contact-flow-list.cartstep{
		display: block;
	}
	.contact-flow-list.cartstep li{
		width: 33.3%;
		float: left;
		height: 45px;
		display: block;
		font-size: 1.1rem;
		line-height: 1;
		padding-top: 7px;
	}
	
	#credit-box{
		margin-bottom: 7px;
	}

	#credit-box .radio-item02{
		background: #eeeeee;
		border: 1px solid #d4d4d4;
		padding: 5px 5px;
}

	
	.contact-flow-list.cartstep.pt02 li{
			width: 50%;
		line-height: 1;
		padding-top: 14px;
	}
	
	.contact-flow-list.cartstep.pt02:first-child  li{
		padding-top: 6px;
	}

	.contact-flow-list.cartstep li i{
		color: #75c4ea;
		font-style: normal;
		display: inline-block;
		background: #fff center center;
		width: 18px;
		height: 18px;
		background-size: 27px;
		border-radius: 100%;
		line-height: 1.3;
		padding-top: 2px;
		margin-right: 2px;
		position: relative;
		top: 6px;
	}
	.contact-flow-list.cartstep.pt02 li i{
		top: 0;
	}
	.contact-cnt .table .c-notes{
		color: #222222;
		font-size: 1.1rem;
	}
	.contact-cnt .name-box label{
		width: 100%;
	}
	.contact-cnt .name-box input{
		width: 85%;
		margin: 0 0  2px 0;
		max-width: 100%;
	}
	
	.contact-cnt .post-num-box .btn-map01{
		display: inline-block;
		width: inherit;
		height: inherit;
		text-align: center;
		margin-left: 0;
		margin-top: 10px;
	}
	.contact-cnt .post-num-box input{
		width: 75px !important;
	}
	.contact-cnt .post-num-box .btn-map01 a{
		display: block;
		background: #75c4ec;
		color: #fff;
		height: inherit;
		line-height: 1;
		font-size: 1.3rem;
		padding: 5px 10px;
	}

	.contact-cnt .post-num-box .btn-map01 a:hover{
		background: #3faade;
		opacity: 1;
	}

	.contact-cnt .post-num-box .btn-map02{
		display: inline-block;
		width: inherit;
		height: inherit;
		text-align: center;
		margin-left: 5px;
		margin-top: 10px;
	}

	.contact-cnt .post-num-box .btn-map02 a{
		line-height: 1;
		font-size: 1.3rem;
		padding: 5px 10px;
		line-height: 1;
		height: inherit;
	}

  .contact-flow-list li {
    font-size: 1.3rem;
    height: 30px;
    padding-left: 20px;
  }
  .contact-flow-list li:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent #b7e6fc;
    left: 100%;
    top: 50%;
    margin-top: -40px;
    z-index: 3;
  }
  .contact-flow-list li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 0 40px 20px;
    border-color: transparent transparent transparent #fff;
    left: 100%;
    top: 50%;
    margin-left: 5px;
    margin-top: -40px;
    z-index: 2;
  }
  .contact-cnt .tab-content {
    border: 1px solid #b7e6fc;
    padding: 15px 10px;
    border-top: none;
  }
  .contact-cnt .table th {
    vertical-align: middle !important;
    font-weight: bold;
    padding: 5px 7px;
    text-align: left;
  }
  .contact-cnt .table td {
    padding: 5px 7px;
    text-align: left;
  }
  .contact-cnt select, .contact-cnt input {
    max-width: 400px;
  }
  .contact-cnt .w100 {
    width: 100% !important;
    max-width: inherit;
  }
  .contact-cnt textarea {
    min-height: 150px;
  }
  .contact-cnt .alert-text {
    font-size: 1.2rem;
    margin: 5px 0 0 0;
    color: #e81212;
  }
  .contact-cnt .blue-border-text {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin: 0 0 10px;
  }
  .w660 {
    max-width: 660px;
  }
	
	.radio02-input + label{
		padding-left: 20px;
		position:relative;
		margin-right: 20px;
		line-height: 1;
		font-weight: normal;
		font-size: 1.3rem;
		padding-top: 0;
	}
	.radio02-input + label::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 14px;
		height: 14px;
		border: 1px solid #d4d4d4;
		border-radius: 50%;
		background: #fff;
	}
	.active .radio02-input + label{

	}
	.active  .radio02-input + label::after{
		content: "";
		display: block;
		position: absolute;
		top: 4px;
		left: 4px;
		width: 6px;
		height: 6px;
		background: #fff;
		border-radius: 50%;
	}

	.active .radio02-input + label::before{
		background: #75c4ea;
		 border: 1px solid #75c4ea;
	}
	
	.cart-product-table tbody td,.cart-product-table thead th{
		padding: 5px 10px !important;
		vertical-align: middle !important;
	}
	.cart-product-table colgroup{
		display: none !important;
	}
	.cart-product-table thead{
		display: none !important;
	}
	.cart-product-table tr {
    width: 100%;
		background: #eeeeee;
		padding-bottom: 20px;
  }
  .cart-product-table td {
    display: block;
    text-align: right;
    width: 100%;
		float: right;
		width: 60%;
		background: #fff;
		border: none !important;
		text-align: left !important;
  }

	

  .cart-product-table td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
		background: #eeeeee;
		width: 40%;
		position: absolute;
		left: 1px;
		clear: both;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		border-top: 1px solid #d4d4d4 !important;
		text-align: left !important;
  }
	  .cart-product-table td:first-child {
    background: #ffffff;
    font-weight: bold;
    text-align: center;
			float: none;
			width: calc(100% - 1px);
			text-align: center !important;
			padding-top: 20px !important;
  }
 	.cart-product-table td:first-child:before{
		display: none;
	}
	.cart-product-table tbody td.delete .del-btn a{
		margin: 5px 0 0;
		display: inline-block;
		padding: 5px;
		font-size: 1.2rem;
		/*width: 100px;*/
		text-align: center;
	}
	.no-cart-product{
		text-align: center;
		border: 1px solid #d4d4d4;
	}

	.no-cart-product p{
		text-align: center;
		padding: 7px;
	}

}

.monthly-text .lead-text span {
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 4px solid #75c4ea;
}

@media only screen and (max-width: 1024px) {
  .monthly-text .lead-text span {
    font-size: 1.5rem;
    font-weight: bold;
    border-bottom: 2px solid #75c4ea;
  }
}

.attention-ex-list {
  border: 1px solid #d4d4d4;
}

.attention-ex-list dt {
  font-weight: bold;
  background: #d4d4d4;
  padding: 3px 10px;
}

.attention-ex-list dd {
  padding: 5px 10px;
  margin: 0;
}

.search-target {
  margin: 0 0 25px;
}

.search-target p {
  font-size: 38.4px;
  font-size: 2.4rem;
}

.search-sort {
  background: #eeeeee;
  padding-right: 20px;
  margin-bottom: 30px;
}

.search-sort p {
  font-weight: bold;
  float: left;
  padding: 15px 20px;
}

.search-sort .form-control {
  display: inline-block;
  width: auto;
}

@media only screen and (max-width: 1024px) {
  .search-target {
    margin: 0 0 15px;
  }
  .search-target p {
    font-size: 1.3rem;
  }
  .search-sort {
    background: #eeeeee;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .search-sort p {
    font-weight: bold;
    float: none;
    padding: 10px 10px 2px;
  }
  .search-sort .form-control {
    display: inline-block;
    width: auto;
  }
}

.c-single-cnt {
  max-width: 890px;
  margin: 0 auto;
  background: #fff;
  padding: 0 0 50px;
}

.c-single-cnt .c-single-heading {
  padding: 40px 0 0;
}

.c-single-cnt .c-single-heading h3 {
  margin: 0;
  padding: 0 45px 10px;
  font-size: 48px;
  font-size: 3rem;
}

.c-single-cnt .c-single-heading .c-single-info {
  padding: 12px 40px;
  border-top: 1px solid #dcf4ff;
  border-bottom: 1px solid #dcf4ff;
}

.c-single-cnt .c-single-heading .c-single-info .single-time {
  float: left;
}

.c-single-cnt .c-single-heading .c-single-info .single-logo {
  float: right;
}

.c-single-cnt .c-single-body {
  padding: 20px 40px 0;
}

.c-single-cnt .c-single-body figure {
  text-align: center;
  margin: 0 0 20px;
}

.c-single-cnt .c-single-body figure img {
  max-width: 100%;
}

.c-single-cnt .c-single-body .single-ttl-bar {
  background: #75c4ea;
  color: #fff;
  font-weight: bold;
  margin: 0 0 10px;
  padding: 12px 20px;
}

.c-single-cnt .c-single-body .single-ttl-border {
  border: 1px solid #d4d4d4;
  color: #75c4ea;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 12px 20px;
}

.c-single-cnt .c-single-body .text-area {
  margin-bottom: 15px;
}

.c-single-cnt .c-single-body .text-area p {
  margin-bottom: 1.5em;
}

.c-single-cnt .c-single-body .text-area p:last-child {
  margin-bottom: 0;
}

.c-single-cnt .c-single-footer {
  padding: 20px 40px 0;
}

.c-single-cnt .c-single-footer .c-single-copy {
  text-align: right;
  margin: 25px 0 0;
}

.c-single-cnt .c-single-footer .c-single-copy a {
  color: #3faade;
  text-decoration: underline;
}

.c-single-relative {
  max-width: 890px;
  background: #fff;
  margin: 20px auto 0;
  background: #fff;
}

.c-single-relative .c-single-relativ-header {
  padding: 0 40px;
  border-bottom: 1px solid #dcf4ff;
}

.c-single-relative .c-single-relativ-header h3 {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0;
  padding: 25px 0 15px;
  text-align: center;
}

.c-single-relative .c-single-relativ-body {
  padding: 20px 40px 0;
}

.c-single-relative .c-single-relativ-body .c-shop-list .item {
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.c-single-relative .c-single-relativ-body .c-shop-list .item .c-shop__img {
  width: 120px;
  float: left;
}

.c-single-relative .c-single-relativ-body .c-shop-list .item figcaption {
  float: left;
  width: calc(100% - 120px);
  padding-left: 10px;
}

.c-single-relative .c-single-relativ-body .c-shop-list .item figcaption .c-shop__iconText {
  margin-top: 0 !important;
}

@media only screen and (max-width: 1024px) {
  .c-single-cnt {
    max-width: 890px;
    margin: 0 auto;
    background: #fff;
    padding: 0 0 20px;
  }
  .c-single-cnt .c-single-heading {
    padding: 10px 0 0;
  }
  .c-single-cnt .c-single-heading h3 {
    margin: 0;
    padding: 0 10px 7px;
    font-size: 1.5rem;
  }
  .c-single-cnt .c-single-heading .c-single-info {
    padding: 6px 10px;
    border-top: 1px solid #dcf4ff;
    border-bottom: 1px solid #dcf4ff;
  }
  .c-single-cnt .c-single-heading .c-single-info .single-time {
    float: left;
  }
  .c-single-cnt .c-single-heading .c-single-info .single-logo {
    float: right;
  }
  .c-single-cnt .c-single-heading .c-single-info .single-logo img {
    height: 14px;
  }
  .c-single-cnt .c-single-body {
    padding: 10px 10px 0;
  }
  .c-single-cnt .c-single-body figure {
    text-align: center;
    margin: 0 0 10px;
  }
  .c-single-cnt .c-single-body figure img {
    max-width: 100%;
  }
  .c-single-cnt .c-single-body .single-ttl-bar {
    background: #75c4ea;
    color: #fff;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 7px 10px;
  }
  .c-single-cnt .c-single-body .single-ttl-border {
    border: 1px solid #d4d4d4;
    color: #75c4ea;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 7px 10px;
  }
  .c-single-cnt .c-single-body .text-area {
    margin-bottom: 15px;
  }
  .c-single-cnt .c-single-body .text-area p {
    margin-bottom: 1.5em;
  }
  .c-single-cnt .c-single-body .text-area p:last-child {
    margin-bottom: 0;
  }
  .c-single-cnt .c-single-footer {
    padding: 10px 10px 0;
  }
  .c-single-cnt .c-single-footer .c-single-copy {
    text-align: right;
    margin: 0;
  }
  .c-single-cnt .c-single-footer .c-single-copy a {
    color: #3faade;
    text-decoration: underline;
  }
  .c-single-relative {
    max-width: 890px;
    background: #fff;
    margin: 10px auto 0;
    background: #fff;
  }
  .c-single-relative .c-single-relativ-header {
    padding: 0 10px;
    border-bottom: 1px solid #dcf4ff;
  }
  .c-single-relative .c-single-relativ-header h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0;
    padding: 10px 0 7px;
    text-align: left;
  }
  .c-single-relative .c-single-relativ-body {
    padding: 10px 10px 0;
  }
  .c-single-relative .c-single-relativ-body .c-shop-list {
    display: block !important;
  }
  .c-single-relative .c-single-relativ-body .c-shop-list .item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .c-single-relative .c-single-relativ-body .c-shop-list .item .c-shop__img {
    width: 25vw;
    float: left;
  }
  .c-single-relative .c-single-relativ-body .c-shop-list .item figcaption {
    float: left;
    width: calc(100% - 25vw);
    padding-left: 10px;
  }
}

.login-form {
  padding: 30px 40px;
}

.login-form input[type="checkbox"] {
  display: inline-block;
}

.login-form .form-check label {
  font-weight: normal;
}

.login-form .alert-text {
  margin: 10px 0 0 0;
  color: #e81212;
}

.login-ex figure {
  border: 2px solid #75c4ea;
  padding: 25px;
}

.login-ex figure .img {
  text-align: center;
  margin: 0 0 15px;
}

.login-ex figure figcaption {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
}
.login_entry .impTxt {
    font-weight: 700;
    color: #ff0000;
}
.login_entry .terms {
    height: 400px;
    overflow-y: scroll;
    padding: 14px;
    border: solid 1px #ccc;
    margin-bottom: 30px;
}
.login_entry .terms dt {
    font-weight: 700;
}
.login_entry .terms .art-ttl {
    display: block;
    margin: 1em 0;
    text-indent: -0.8em;
}
.login_entry .terms li {
    text-indent: -0.8em;
}
.login_entry .terms .termsEnd {
    line-height: 2em;
    text-align: right;
}

@media only screen and (max-width: 1024px) {
  .login-form {
    padding: 15px 10px;
  }
  .login-form input[type="checkbox"] {
    display: inline-block;
  }
  .login-form .form-check label {
    font-weight: normal;
  }
  .login-form .alert-text {
    margin: 5px 0 0 0;
    color: #e81212;
  }
  .login-ex figure {
    border: 2px solid #75c4ea;
    padding: 10px 15px;
  }
  .login-ex figure .img {
    text-align: center;
    margin: 0 0 10px;
  }
  .login-ex figure .img img {
    height: 52px;
  }
  .login-ex figure figcaption {
    text-align: center;
    font-size: 1.5rem;
  }
}

.search-form {
  padding: 20px 0;
}

.search-form input[type="checkbox"] {
  display: inline-block;
}

.search-form  label {
  font-weight: normal;
    margin-right: 2em;
}
.search-form .cat-ttl {
    margin-top: 20px;
    font-weight: bold;
}
.search-form .check-group {
    display: inline-block;
}
.search-form .alert-text {
  margin: 10px 0 0 0;
  color: #e81212;
}

.search-ex figure {
  border: 2px solid #75c4ea;
  padding: 25px;
}

.search-ex figure .img {
  text-align: center;
  margin: 0 0 15px;
}

.search-ex figure figcaption {
  text-align: center;
  font-size: 38.4px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1024px) {
  .search-form {
    padding: 15px 10px;
  }
  .search-form input[type="checkbox"] {
    display: inline-block;
  }
  .search-form .form-check label {
    font-weight: normal;
  }
  .search-form .alert-text {
    margin: 5px 0 0 0;
    color: #e81212;
  }
  .search-ex figure {
    border: 2px solid #75c4ea;
    padding: 10px 15px;
  }
  .search-ex figure .img {
    text-align: center;
    margin: 0 0 10px;
  }
  .search-ex figure .img img {
    height: 52px;
  }
  .search-ex figure figcaption {
    text-align: center;
    font-size: 1.5rem;
  }
}

.prArea {
    margin: 10px -10px 15px;
    text-align: center;
}

.subBnr {
    margin: 0 auto 30px;
}
.subBnr ul {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}
.subBnr li {
	flex-basis: 30%;
	margin-bottom: 30px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
    .subBnr li {
        flex-basis: 48%;
        margin-bottom: 15px;
    }
}

.recruit_w_h {
    text-align:center;
    margin-bottom: 20px;
}
.recruit_w_bnr {
    text-align: center;
    margin-bottom: 20px;
}

.s_btn {
    padding: 7px 30px 7px !important;
    border: solid 1px #e85c96;
    color: #fff !important;
    background-color: #e85c96;
    margin: 10px auto 0 !important;
}
.s_btn:hover {
    color: #e85c96 !important;
}
