@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

html,
input,
textarea,
select,
button {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif, Georgia;
  font-weight: 500;
}

/* IE10以降 游ゴシック文字ずれ対応 */
android.chrome,
html.ie10,
.ie10 input,
.ie10 textarea,
.ie10 select,
.ie10 button,
html.ie11,
.ie11 input,
.ie11 textarea,
.ie11 select,
.ie11 button {
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

html {
  color: #333;
  background: #fff;
  font-size: 18px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  text-align: justify;
}

html.ie11 p {
  padding: 0.2em 0 0;
}

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

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1260px;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1200px;
}

#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

@media screen and (min-width: 641px) {

  a,
  a:before,
  a:after,
  a img:hover,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

/*------------------------------------------------------------------------------
  common parts
------------------------------------------------------------------------------*/

.btn-area .c-btn {
  background: linear-gradient(to bottom, #a664c4, #813ca8);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #fff;
  display: block;
  font-style: italic;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  width: 592px;
  line-height: 84px;
  border-radius: 5px;
  font-size: 30px;
  position: relative;
}

.btn-area .c-btn::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 60px;
  width: 22px;
  height: 14px;
  background: url(../img/arrow-white.svg) no-repeat;
  background-size: contain;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  transform: rotate(270deg);
}

.ie11 .btn-area .c-btn {
  height: 84px;
  line-height: 92px;
}

.txt-pink {
  color: #e5008c;
}

.txt-purple {
  color: #9c55bd;
}



/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/

#header .logo {
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 10;
}


/*------------------------------------------------------------------------------
  mv
------------------------------------------------------------------------------*/

.mv-block {
  background: #fbfbfb;
  height: 742px;
  position: relative;
  background: url(../img/bg-mv.jpg) no-repeat right;
  background-size: contain;
  background-position: calc(50% + 450px);
}

.mv-block .txt-mv {
  position: absolute;
  left: 0;
  top: 185px;
}


/*------------------------------------------------------------------------------
  main
------------------------------------------------------------------------------*/

.main-block {
  background: url(../img/bg.png) center;
  padding-bottom: 70px;
}

.topic-box {
  width: 580px;
  background: linear-gradient(to bottom, #fff, #ffedf8 50%, #fff);
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  padding: 105px 50px 50px;
  position: relative;


}

@media screen and (min-width: 641px) {
  .topics {
    font-size: 0;
  }

  .topic-box {
    margin-top: -70px;
    display: inline-block;
  }

  .topics .topic-box .txt {
    text-align: center;
  }

  .topics .topic-box .off-img {
    width: 253px;
  }
}

.topic-box + .topic-box {
  margin-left: 40px;
}




.topics .topic-box .price-area {
  display: flex;
  justify-content: space-between;
}

.topics .topic-box .price {
  color: #e5008c;
  text-align: center;
  font-size: 22px;
  border-top: 1px solid #e5008c;
  border-bottom: 1px solid #e5008c;
  margin-bottom: 20px;
}

.topics .topic-box .ttl {
  background: url(../img/rbn01.svg) no-repeat;
  width: 483px;
  height: 120px;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}

.topics .topic-box .txt {
  font-size: 18px;
  padding-bottom: 15px;
}

.topics .topic-box .txt-mid {
  font-size: 20px;
}




.topics .btn-area .c-btn {
  width: 380px;
  line-height: 60px;
  border-radius: 5px;
  font-size: 22px;
  position: relative;
}

.ie11 .topics .btn-area .c-btn {
  height: 60px;
  line-height: 64px;
}

.topics .btn-area .c-btn::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 10px;
  top: 25px;
  right: 40px;
  background: url(../img/arrow-white.svg) no-repeat;
  background-size: contain;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  transform: rotate(0deg);
}



/*----detail 01----*/

.detail {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  margin: 50px 0;
  border-radius: 10px;
}

.detail .ttl {
  background: #fff8f8;
  font-size: 60px;
  font-style: italic;
  color: #e5008c;
  text-align: center;
  padding: 47px 0;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.detail .ttl .sub-ttl {
  background: url(../img/rbn02.png) no-repeat;
  color: #fff;
  font-size: 36px;
  padding: 14px 0;
  position: absolute;
  top: 50px;
  left: -20px;
  text-align: center;
  width: 366px;
  height: 84px;
  padding-right: 8px;
}

.detail .ttl .sub-ttl::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #a80068 transparent transparent;
}

.detail .info {
  background: #fff;
  padding: 50px;
}

.detail .circle {

  width: 350px;
  height: 350px;
  border-radius: 200px;
  text-align: center;
  position: relative;
}

#area01 .circle {
  background: #9c55bd;
  padding-top: 47px;
}

.detail .circle-area {
  display: flex;
  justify-content: space-between;
  width: 850px;
  margin: 0 auto;
}

.detail .circle .sub-ttl {
  background: #e5008c;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  position: absolute;
  top: 0;
  left: 0;
  padding: 34px 0;
}


.detail .circle .sub-ttl.after {
  right: 0;
  left: auto;
}

.detail .info > p {
  line-height: 2;
  padding: 50px 0;
}


@media screen and (min-width: 641px) {
  .detail .info > p {
    text-align: center;
  }

  .detail .box + .box {
    margin-left: 34px;
  }
}

.detail .box {
  width: 530px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}

.detail .box .sub-ttl {
  background: #e5008c;
  color: #fff;
  font-size: 20px;
  padding: 10px 0;
}

.ie11 .detail .box .sub-ttl {
  padding: 14px 0 6px;
}

.detail .img-area {
  border: 1px solid #e5e5e5;
  padding-top: 34px;
  height: 430px;
}

.detail .img-area img {
  width: 264px;
}

.detail .img-area .woman05 {
  padding: 30px 0;
}

.detail .img-area .woman06 {
  padding: 46px 0;
}


.detail .img-area .txt {
  line-height: 1.3;
  text-align: center;
}

.detail .box .txt-small {
  font-size: 14px;
}

.detail .box .txt-big {
  font-size: 24px;
}


.detail .price {
  background: #fff8f8;
  padding: 50px 0;
  border-radius: 0 0 10px 10px;
}

@media screen and (min-width: 641px) {
  .detail .price {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }

  .detail .price .txt-area {
    padding-right: 50px;
  }
}


.detail .price .rbn {
  background: url(../img/rbn03.png) no-repeat;
  width: 346px;
  height: 160px;
  color: #fff;
  font-size: 36px;
  padding: 50px 0 50px 45px;
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
}


.detail .price .txt-area .txt {
  color: #9c55bd;
  text-align: center;
  font-size: 24px;
  border-top: 1px solid #9c55bd;
  border-bottom: 1px solid #9c55bd;
  font-style: italic;
  margin-bottom: 13px;
}

.detail .price .txt-area .txt-big {
  font-size: 30px;
}

.detail .price .txt-area .txt-small {
  font-size: 18px;
}

.detail .price .txt-area .txt-box + .txt-box {
  margin-top: 30px;
}

.btn-area .c-btn.smaller {
  padding-right: 20px;
}


/*----detail 02----*/

.detail .img-area .woman10 {
  padding: 26px;
}

.btn-area .c-btn.younger {
  padding-right: 40px;
}

/*------------------------------------------------------------------------------
  footer
------------------------------------------------------------------------------*/

#footer {
  background: #9c55bd;
}

#footer .txt {
  color: #fff;
  font-size: 14px;
  line-height: 80px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

#pagetop {
  position: absolute;
  right: 30px;
  width: 70px;
  height: 70px;
  background: #9c55bd;
  transform: rotate(45deg);
  z-index: 99;
}

#pagetop a {
  width: 70px;
  height: 70px;
  display: block;
  text-align: center;
  padding-top: 28px;
}

#pagetop a img {
  transform: rotate(135deg);
}




/*------------------------------------------------------------------------------
  float
------------------------------------------------------------------------------*/

#float.contact.contents-block.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#float.contact.contents-block.is-active {
  opacity: 1;
  visibility: visible;
}

#float .pagetop {
  position: fixed;
  bottom: 200px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
}

#float .pagetop a {
  bottom: 120px;
  display: inline-block;
  height: 108px;
  width: 108px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  border-radius: 54px;
  background: rgba(7, 146, 198, 0.9);
  text-align: center;
  line-height: 100px;
}

#float .pagetop a img {
  vertical-align: middle;
}

/*contact*/
#float.contact {
  background: #d83c9b;
  padding: 20px 0;
}

#float.contact .sub-txt {
  text-align: center;
}

#float.contact .ul-btn {
  text-align: center;
}

#float.contact .ul-btn li {
  display: inline-block;
  vertical-align: middle;
}

#float.contact .ul-btn li + li {
  margin: 0 0 0 40px;
}

#float .btn_style01 {
  background: #0792c6;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 40px 0 0;
  position: relative;
  text-align: right;
  width: 220px;
  vertical-align: top;
}

#float.contact .ul-btn .btn_style01 {
  background: #833eaa;
  box-shadow: 0 4px 0 0 #b872d8;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  width: 260px;
}

#float.contact .ul-btn .btn_style01:before {
  content: "";
  background: url(../img/icon_mail.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 26px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
}



#float.contact .ul-btn li.tel .btn_style01 {
  padding: 0 40px 0 0;
  width: 220px;
}

#float.contact .ul-btn li.tel .btn_style01:before {
  content: "";
  background: url(../img/ico-phone.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  margin: auto;
}

#float.contact .ul-btn li.online .btn_style01 {
  padding: 0;
  text-align: center;
}

#float.contact .ul-btn li.online .btn_style01:before {
  content: "";
  background: none;
  height: 0;
  width: 0;
}


#float.contact .tel-num {
  font-size: 36px;
  display: block;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: left;
  padding-left: 47px;
}

#float.contact .tel-num:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../img/ico-phone.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 5px;
  top: -5px;
  bottom: 0;
  margin: auto;
}

#float.contact .tel-txt {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

#float.contact .tel-txt-sub {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/

.clearfix:after,
.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}
