/* ==============================
 *   Base
 * ============================== */
* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  /* font-family: "Lato", "Lucida Grande", "Meiryo", sans-serif; */
  font-family: "游ゴシック", "游ゴシック体", 'YuGothic', "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'Meiryo', "メイリオ", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}

.header {
    width: 100%;
}

.contents-list img {
  padding-top: 20px;
}

.pinktext p{
  text-align: center;
}

.twitter {
  color: #44a8eb;
}

.twitter:hover {
  color: #3498db;
}

.youtube {
  color: #E81123;
}

.youtube:hover {
  color: #c80113;
}

.line {
  color: #00CC6A;
}

.line:hover {
  color: #00bC5A;
}

i.fab {
  font-size: 100px;
  padding-right: 48px;
}

a:last-of-type i.fab {
  padding-right: 0;
}

@media screen and (max-width: 580px) {
  i.fab {
    font-size: 50px;
    padding-right: 24px;
  }
}

.footer {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #bdc3c7;
  color: #111;
  font-size: 25px;
}

.footer img {
  width: 30%;
max-width: 130px;
}

.wrapsm a {
  color: #333;
}









h2, h3 {
  font-weight: normal;
}

p {
  font-size: 16px;
  line-height: 32px;
}

a {
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

.wrap {
  max-width: 996px;
  margin: 0 auto;
  padding: 40px 16px 64px 16px;
  overflow: hidden;
  zoom: 1;
}

.wrapsm {
  max-width: 740px;
}

.h_center {
  text-align: center;
}

.wrap h1 {
  font-size: 28px;
  padding-top: 24px;
  margin-bottom: 24px;
}

h1.sph {
  font-size: 40px;
  padding-top: 0px;
  margin-bottom: 72px;
}

.wrap h2 {
  font-size: 38px;
  margin-bottom: 16px;
}

.wrap h3 {
  font-size: 24px;
  margin-bottom: 8px;
}

.wrap p {
  margin-bottom: 16px;
}

.wrap p:last-of-type {
  margin-bottom: 0;
}

.littleh {
  font-size: 32px;
}

.left-content {
  float: left;
  width: 40%;
  margin-right: 4%;
  overflow: hidden;
  zoom: 1;
}

.right-content {
  float: left;
  width: 56%;
  overflow: hidden;
  zoom: 1;
}

.right-content h2 {
  margin-top: 64px;
}

.right-content h2:first-of-type {
  margin-top: 0;
}

.left-content h2 {
  margin-top: 64px;
}

.left-content h2:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 680px) {
  .left-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .right-content {
    width: 100%;
  }

  .wrap h1 {
    font-size: 24px;
  }

  .wrap h2 {
    font-size: 22px;
  }

  .littleh {
    font-size: 18px;
  }
}

.contents-list {
  width: 100%;
  font-size: 0;
}

.contents-list li {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  margin-bottom: 40px;
  margin-left: 12%;
  text-align: center;
}

.contents-list li:nth-of-type(3n+1) {
  margin-left: 0;
}

.contents-list li h2 i {
  margin-left: 8px;
  color: #9197a3;
}

@media screen and (max-width: 600px) {
  .contents-list li {
    width: 100%;
    margin-left: 0;
  }

  .contents-list li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 760px) {
  .one-content li {
    width: 80%;    
  }
}

@media screen and (max-width: 600px) {
  .one-content li {
    width: 100%;    
  }
}

.contents-list li div {
  text-align: center;
}

.contents-list li img {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.contents-list li h1 {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 24px;
  color: #333;
  padding-bottom: 4px;
  border-bottom: dotted 3px #F08B92;
}

.contents-list li h2 {
  margin-top: 0px;
  margin-bottom: 48px;
  font-size: 21px;
  color: #F08B92;
}

.contents-list li h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #555;
}

.contents-list li p {
  font-size: 14px;
  line-height: 24px;
  color: #9197a3;
}

.center_img {
  margin-top: 24px;
  text-align: center;
}

.center_img img {
  width: 100%;
  max-width: 240px;
  margin-bottom: 0px;
}

.center_img img.libig {
  width: 100%;
  max-width: 520px;
  margin-bottom: 16px;
}

.center_img img.lism_img {
  width: 100%;
  max-width: 160px;
  margin-bottom: 16px;
}

.center_img img.sbig {
  width: 100%;
  max-width: 720px;
  margin-bottom: 16px;
}

.center_img img.icon {
  width: 100px;
}

@media screen and (max-width: 560px) {
  .center_img img {
    max-width: 160px;
  }

  .center_img img.icon {
    width: 70px;
  }
}

p.text_center {
  display: block;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  margin-bottom: 32px;
}

/* ==============================
 *   Header
 * ============================== */
#global_nav {
  width: 100%;
  padding: 8px 16px;
  background-color: rgba(33, 33, 33, 0.7);
  position: fixed;
  z-index: 1;
  overflow: hidden;
  height: 40px;
}

#global_nav img {
  height: 40px;
}

/* ==============================
 *   Content
 * ============================== */
#head_img {
  background-image: url(../img/headerimg.jpg);
  color: #fff;
  position: relative;
  height: 640px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 5%;
  transition: background-image 0.8s ease-in-out;
  -webkit-transition: background-image 0.8s ease-in-out;
  -moz-transition: background-image 0.8s ease-in-out;
  -o-transition: background-image 0.8s ease-in-out;
  -ms-transition: background-image 0.8s ease-in-out;
  display: table;
}

@media screen and (max-width: 768px) {
  #head_img {
    height: 380px;
    background-position: 50% 0%;
  }
}

#head_img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#full_img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#head_img div img {
  width: 80%;
  max-width: 440px;
  margin-top: 32px;
  margin-bottom: 48px;
  margin-left: 40%;
}

@media screen and (max-width: 768px) {
  #head_img div img {
    width: 45%;
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 40%;
  }
}

#head_img div a {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.70);
  padding: 8px 16px;
  width: 180px;
  margin: 0 auto;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}

#head_img div a:hover {
  color: #fff;
  background-color: rgba(235, 235, 235, 0.4);
}

#howwork {
  background: #fff;
  color: #222;
}

#standardp {
  background: #f6f7f8;
  color: #000;
}

#premiump {
  background: #67676f;
  color: #fff;
}

#whysw {
  background: #f6f7f8;
  color: #000;
}

.whylist {
  margin-left: 42px;
}

.whylist li {
  list-style-type: disc;
  margin-bottom: 16px;
}

#faq {
  background: #fff;
  color: #222;
}

#faq p {
  color: #555;
  margin-bottom: 32px;
}

#faq p.question {
  color: #222;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
}

#debit {
  background: #f6f7f8;
  ;
  color: #000
}

#aboutus {
  background: #79abc2;
}

.aboutme_sns {
  margin-top: 40px;
}

.aboutme_sns li {
  float: left;
  font-size: 40px;
  margin-right: 24px;
}

.bg_white {
  background: #fff;
  color: #000;
}

.bg_gray {
  background: #f6f7f8;
  color: #000;
}

.bg_dgray {
  background: #333333;
  color: #fff;
}

.bg_beige {
  background: #fbfbf1;
  color: #000;
}

#form {
  padding-top: 48px;
  background-image: url(../img/background.png);
  color: #fff;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  transition: background-image 0.8s ease-in-out;
  -webkit-transition: background-image 0.8s ease-in-out;
  -moz-transition: background-image 0.8s ease-in-out;
  -o-transition: background-image 0.8s ease-in-out;
  -ms-transition: background-image 0.8s ease-in-out;
  display: table;
}

#full_img {
  background-image: url(../img/women.png);
  color: #fff;
  position: relative;
  height: 460px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 10%;
  transition: background-image 0.8s ease-in-out;
  -webkit-transition: background-image 0.8s ease-in-out;
  -moz-transition: background-image 0.8s ease-in-out;
  -o-transition: background-image 0.8s ease-in-out;
  -ms-transition: background-image 0.8s ease-in-out;
  display: table;
}

@media screen and (max-width: 768px) {
  #full_img {
    height: 360px;
    background-position: 50% 0%;
  }
}

#contact {
  background: #4A5459;
}

/* ==============================
 *   Footer
 * ============================== */
footer {
  background-color: #95a5a6;
  color: #111;
  text-align: center;
  padding-bottom: 48px;
}

footer ul {
  margin-bottom: 32px;
}

footer ul li {
  display: inline;
  font-size: 32px;
  margin-right: 24px;
}

footer ul li:last-of-type {
  margin-right: 0;
}

footer ul li i, .aboutme_sns li i {
  color: #fff;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}




footer p {
  text-align: center;
}

.clear {
  clear: left;
}


.imgmax {
  width: 100%;
}

table {
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  border-collapse: collapse;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}

table th,
table td {
  border-left: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px;
}

table th {
  background-color: #eee;
}

#premiump table th {
  background-color: #222;
}

@media screen and (max-width: 480px) {
  table {
    display: block;
    position: relative;
  }

  table thead {
    display: block;
    float: left;
  }

  table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  table th,
  table td {
    display: block;
  }

  table tr {
    display: inline-block;
  }

  table tbody tr {
    margin-right: -5px;
  }
}

#form .wrap form p {
  margin-bottom: 0;
}

#form input {
  width: 100%;
  max-width: 480px;
  margin-bottom: 24px;
  font-size: 24px;
}

.input_button {
  margin-top: 40px;
  background-color: orange;
  max-width: initial;
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 16px 0px;
}

.luxbar-brand img {
  padding-top: 8px;
  max-height: 32px;
}

div.line_button_area {
  width: 80%;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 80px;
}

.line_button {
  background-color: #2ecc71;
  text-align: center;
  padding: 32px 8px;
  border-radius: 12px;
}

.line_button:hover {
  background-color: #27ae60;
}

.mincho {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.bigmargin {
  margin-top: 84px;
  padding-bottom: 120px;
}

p.checkmark {
  font-size: 20px;
  padding-bottom: 8px;
  margin-bottom: 32px;
  border-bottom: solid 1px #e67e22;
  padding-left: 40px;
  text-indent: -40px;
  font-weight: bold;
  color: #202020;
}

.checkmark:before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/check.png);
  background-size: contain;
  vertical-align: middle;
}

p.jeticon {
  font-size: 22px;
  padding-top: 48px;
  padding-bottom: 8px;
  margin-bottom: 24px;
  border-bottom: dotted 2px #F08B92;
  text-align: center;
  font-weight: bold;
  color: #202020;
}

.jeticon:before {
  margin: 0 10px 0 0;
  content: " ";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/jet.png);
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 480px) {
  p.checkmark {
    font-size: 16px;
  }

  p.jeticon {
    font-size: 18px;
  }
}

.boldtext {
  font-weight: bold;
}

footer a:hover {
  color: #ccc;
}

.redtext {
  color: #a20025;
}

.pinktext {
  color: green;
}


.righttext {
  font-size: 20px;
  text-align: right;
}

.photogrid {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
}

.photogrid img {
  width: 25%;
  float: left;
}

@media screen and (max-width: 680px) {
  .photogrid img {
    width: 50%;
    float: left;
  }
}

.clearfix:after {
  clear: both;
  content: '';
  display: block;
}

.triangle {
  margin: 0 auto;
  margin-bottom: 56px;
  width: 0;
  height: 0;
  border-left: 180px solid transparent;
  border-right: 180px solid transparent;
  border-top: 90px solid #eb5757;
}

@media screen and (max-width: 680px) {
  .triangle {
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 50px solid #eb5757;
  }
}

.footer_area {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
}

.footer_area .footer_area_inner {
  position: relative;
  width: 100%;
  margin: 0px auto;
  padding: 10px 0;
  margin-right: 0px;
  text-align: center;
}

.footer_area .footer_area_inner .footer_area_inner_btn {
  width: 85%;
  padding: 11px 0;
  font-size: 20px;
  font-weight: bold;
  margin-left: 15px;
  line-height: 1.3;
}

.inquiry_btn {
  margin: 0 auto;
  background-color: #F08B92;
  -webkit-border-radius: 3px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 80%;
  max-width: 460px;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
}

.inquiry_btn:link, .inquiry_btn:visited {
  color: #FFFFFF !important;
}

.footer_area_inner span {
  color: #fff;
}

@media screen and (max-width: 680px) {
  .inquiry_btn {
    font-size: 14px;
  }
}

.libigtext {
  padding-left: 16px;
padding-right: 16px;
padding-top: 24px;
padding-bottom: 24px;
background-color: #CCFFCC;
color: #fff;
font-size: 28px;
}
  font-size: 20px;
}

.borderarea {
  margin-top: 24px;
  padding: 24px;
  padding-bottom: 40px;
  border: 1px solid #F08B92;
  margin-bottom: 48px;
}

p.bordertext {
  border-bottom: 1px solid #F08B92;
  padding-bottom: 2px;
  margin-bottom: 32px;
}

.date {
  font-size: 21px;
  font-weight: bold;
  color: #F08B92;
}

p.margintext {
  margin-bottom: 24px;
}

h1.shadowtext {
  text-shadow: 0px 0px 4px #000;
  font-size: 40px;
}

p.shadowtext {
  text-shadow: 0px 0px 4px #000;
  font-size: 21px;
}

@media screen and (max-width: 680px) {
  h1.shadowtext {
    font-size: 28px;
  }
}

.image_round {
  border-radius: 50%;
}

.center_img .image_round {
  width: 140px;
  margin-bottom: -40px;
}

@media screen and (max-width: 680px) {
  .center_img .image_round {
    width: 120px;
    margin-bottom: -40px;
  }
}

.makoto {
  max-width: 210px;
  margin: 0 auto;
}

.tbline {
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #1abc9c;
  color: #fff;
  font-size: 28px;
}

.pinkline {
  padding-left: 16px;
      padding-right: 16px;
      padding-top: 24px;
      padding-bottom: 24px;
      background-color: #1abc9c;
      color: #fff;
      font-size: 28px;
}

.pinkline p {
  text-align: center;
}


.btbline {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-color: #03A9F4;
    color: #fff;
    font-size: 28px;
}

div.line_button_area {
  width: 80%;
  max-width: 460px;
  margin: 0 auto;
  margin-bottom: 16px;
  margin-top: 16px;
}

.line_button {
  background-color: #Af958a;
  text-align: center;
  padding: 16px 8px;
  border-radius: 8px;
}

.line_button:hover {
  background-color: #A1887F;
}

.lineth {
  text-decoration-color: #F08B92;
  text-decoration: line-through #F08B92;
}

.contents-list a {
  color: white;
}

.square_btn{
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    background: #e4006f;/*ボタン色*/
    border-radius: 6px;
}

.square_btn:hover {
  background: #f4107f;
}

li p.setumei {
  text-align:left;
  color: #000;
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 32px;
}

li p.kyoku {
  line-height: 32px;
}

li h3.pinkf {
  color: #F08B92;
  margin-bottom: 32px;
}

.contents-list li p.ponylink {
  color: #00bfff;
  font-size: 16px;
  margin-bottom: 16px;
}

.one-content {
  text-align: center;
}

.swiper-slide .center_img {
  margin-top: 0;
}

.swiper-slide .center_img img {
    display: block;
} 