@charset "UTF-8";
/*--------------------------------------
START ご利用規約
--------------------------------------*/
.Terms {
  font-size: 14px;
  line-height: 1.7; }

.Terms ol, ul {
  padding-left: 0; }

.Terms > section {
  margin-bottom: 40px; }

.TermsSummary {
  margin: 20px 0 30px; }

.TermsTitle1 {
  font-size: 30px;
  color: #125a66;
  margin-bottom: 30px;
  border-top: solid 1px #125a66;
  border-bottom: solid 1px #125a66;
  font-weight: bold;
  padding: 16px 0 14px 0;
  line-height: 45px;
  background-color: #fff;
  text-align: left; }

.TermsTitle1::before {
  content: "◆";
  margin-right: 15px; }

.TermsTitle2 {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 10px 0 !important; }

.TermsText {
  margin-bottom: 10px; }

.TermsListItem {
  list-style: none outside !important; }

.TermsQuantityListItem {
  list-style: none outside !important;
  margin-bottom: 8px; }

.TermsQuantityListItemText {
  padding-left: 1.2em;
  margin: 8px 0; }

/*----------------------------------
START terms-scroll.html
------------------------------------*/
#TermsCommon {
  height: 150px;
  border: 1px solid #ccc;
  overflow: auto;
  border-radius: 3px;
  text-align: left; }

#TermsCommon .Privacy,
#TermsCommon .Terms {
  font-size: 13px;
  line-height: 1.7;
  margin: 0 10px; }

#TermsCommon .Privacy > section,
#TermsCommon .Terms > section {
  margin-bottom: 40px; }

#TermsCommon .PrivacySummary,
#TermsCommon .TermsSummary {
  margin: 20px 0 30px; }

#TermsCommon .PrivacyTitle1,
#TermsCommon .TermsTitle1 {
  background-image: url(https://assets.ibeautystore.com/content/images/css/h3_bg.gif);
  border-left: 5px solid #eb4576;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.3em 0.5em;
  margin: 0 0 0 0;
  color: #2f171c;
  line-height: 30px;
  background-color: #f7f7f7;
  text-align: left;
  border-top: none;
  border-bottom: none; }

#TermsCommon .PrivacyTitle1::before,
#TermsCommon .TermsTitle1::before {
  content: none; }

/* START プライバシーポリシー・個人情報保護方*/
#TermsCommon .Privacy ol, ul {
  padding-left: 0; }

#TermsCommon .PrivacyTitle2 {
  font-size: 16px;
  margin-bottom: 5px; }

#TermsCommon .PrivacyText {
  margin-bottom: 10px; }

/*数字付きリスト1、数字付きリスト2*/
#TermsCommon .PrivacyList1, #TermsCommon .PrivacyList2 {
  list-style: none outside; }

#TermsCommon .PrivacyList1ItemNumber {
  margin-bottom: 8px;
  text-indent: -1.5em;
  padding-left: 1.5em; }

#TermsCommon .PrivacyList2ItemNumber {
  margin-bottom: 8px;
  text-indent: -2em;
  padding-left: 2em; }

/*内側黒丸リスト*/
#TermsCommon .PrivacyListItemNumberInsideList {
  list-style: disc outside;
  margin: 10px 0 20px 34px; }

#TermsCommon .PrivacyListItemNumberInsideListItem {
  margin-bottom: 8px;
  text-indent: 0;
  padding-left: 0; }

/*オプトアウト*/
#TermsCommon .PrivacyPartnerList {
  list-style: disc outside;
  margin: 10px 0 20px 36px;
  font-weight: bold; }

#TermsCommon .PrivacyPartnerListItem {
  margin-bottom: 20px; }

#TermsCommon .PrivacyPartnerListItemLink {
  color: #125a66;
  display: inline-block;
  text-decoration: underline;
  margin: 10px 0 5px 0;
  position: relative;
  font-weight: normal;
  padding-right: 22px; }
  #TermsCommon .PrivacyPartnerListItemLink:visited {
    color: #125a66; }

#TermsCommon .PrivacyPartnerListItemLink::after {
  content: "";
  background-image: url("/content/Images/icon/launch.gif");
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -3px;
  bottom: 3px;
  color: #0069cc; }

#TermsCommon .PrivacyPartnerListItemLink:hover::after {
  color: #5991f8; }

/*問い合わせ*/
#TermsCommon .PrivacyInquiry {
  border: solid 1px #ddd;
  padding: 10px; }

#TermsCommon .PrivacyDate {
  color: #555; }

/* END*/
/* STARTKIREIYA Co.通信販売・輸入代行サイトご利用規約*/
#TermsCommon .Terms ol, ul {
  padding-left: 0; }

#TermsCommon .TermsTitle2 {
  font-size: 15px;
  margin-bottom: 5px; }

#TermsCommon .TermsText {
  margin-bottom: 10px; }

#TermsCommon .TermsListItem {
  list-style: none outside !important; }

#TermsCommon .TermsQuantityListItem {
  list-style: none outside !important;
  margin-bottom: 8px; }

#TermsCommon .TermsQuantityListItemText {
  padding-left: 1.2em;
  margin: 8px 0; }

/* END*/
/*----------------------------------
START terms-modal.html（PC、スマホ共通ファイル）
------------------------------------*/
body.fixed {
  overflow: hidden; }

.TermsContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  text-align: left; }

.TermsContent.TermsShow {
  opacity: 1;
  visibility: visible; }

.TermsContentModal {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  box-sizing: border-box; }

.TermsContentOverlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); }

.TermsContentModalTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

.TermsContentModalText {
  font-size: 15px;
  margin-bottom: 10px; }

.TermsContentModalClose {
  display: block;
  text-decoration: none;
  padding: 15px 40px;
  color: #fff;
  background-color: #e64677;
  border-radius: 3px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
  border: none; }

/**end**/
.TermsContentModalDisagree {
  display: block;
  margin: 0 10px 0 0;
  text-align: center; }

.TermsContentModalDisagreeLink:after {
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
  content: "";
  width: 7px;
  height: 7px;
  right: -10px;
  position: absolute;
  top: 28%;
  transform: rotate(45deg); }

/*----------------------------------
START register
------------------------------------*/
.TermsRegister {
  margin: 30px 0 20px; }

/*同意するチェックボックス*/
.TermsAgreeCheck {
  color: #575757;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 auto 40px;
  padding: 5px;
  text-align: center; }

.TermsAgreeCheckBox {
  display: block;
  position: relative;
  padding: 8px 0 8px 35px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.TermsAgreeCheckBox input[type=checkbox] {
  position: absolute;
  opacity: 0; }

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

.TermsAgreeCheckBoxCheckmark {
  position: absolute;
  top: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee; }

.TermsAgreeCheckBox:hover input[type=checkbox] ~ .TermsAgreeCheckBoxCheckmark {
  background-color: #ccc; }

.TermsAgreeCheckBox input[type=checkbox]:checked ~ .TermsAgreeCheckBoxCheckmark {
  background-color: #e64677; }

.TermsAgreeCheckBox .TermsAgreeCheckBoxCheckmark:after {
  content: "";
  position: absolute;
  display: none; }

.TermsAgreeCheckBox input[type=checkbox]:checked ~ .TermsAgreeCheckBoxCheckmark:after {
  display: block; }

.TermsAgreeCheckBox .TermsAgreeCheckBoxCheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.TermsRegisterMoveAgreeText {
  color: #0069cc;
  margin-bottom: 10px;
  text-align: center; }

/*----------------------------------
  START mypage
------------------------------------*/
/*規約に同意しない*/
.TermsDisagreeBlock {
  margin: 30px auto;
  width: 80%; }

.TermsDisagreeBlockNotes {
  font-size: 15px;
  font-weight: bold;
  color: #b81a1b;
  border: solid 2px #b81a1b;
  margin: 0 auto 20px;
  padding: 20px;
  text-align: center; }

.TermsDisagreeBlockTextBold {
  font-weight: bold; }

.TermsDisagreeBlockAgainLink {
  position: relative;
  display: block;
  margin: 30px auto 0;
  text-decoration: underline;
  color: #125a66;
  width: 29%; }
  .TermsDisagreeBlockAgainLink:visited {
    color: #125a66; }
  .TermsDisagreeBlockAgainLink:hover {
    text-decoration: none; }

.TermsDisagreeBlockAgainLink:after {
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
  content: "";
  width: 7px;
  height: 7px;
  right: 0px;
  position: absolute;
  top: 30%;
  transform: rotate(45deg); }

.TermsDisagreeBlockAgainLink:hover,
.TermsDisagreeBlockAgainLink:hover::after {
  opacity: 0.8; }

/*----------------------------------
START terms-modal.html
------------------------------------*/
body.fixed {
  overflow: hidden; }

.TermsContent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  text-align: left; }

.TermsContent.TermsShow {
  opacity: 1;
  visibility: visible; }

.TermsContentModal {
  position: fixed;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: hidden;
  box-sizing: border-box;
  padding: 40px 80px;
  max-width: 740px;
  width: 100%; }

.TermsContentOverlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5); }

.TermsContentModalTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px; }

.TermsContentModalText {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5; }

.TermsContentModalClose {
  display: block;
  text-decoration: none;
  padding: 15px 40px;
  color: #fff;
  background-color: #e64677;
  border-radius: 3px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  width: 320px;
  font-size: 20px;
  margin: 20px auto 40px;
  cursor: pointer;
  box-sizing: border-box;
  border: none; }

.TermsContentModalClose:before {
  position: absolute;
  height: 250%;
  left: 0%;
  width: 1%;
  z-index: 1;
  content: '';
  background: #fff;
  border: 20px solid #efefef;
  opacity: 0;
  -moz-transform: translateX(-30%) translateY(-30%) rotate(-25deg);
  -ms-transform: translateX(-30%) translateY(-30%) rotate(-25deg);
  -webkit-transform: translateX(-30%) translateY(-30%) rotate(-25deg);
  transform: translateX(-30%) translateY(-30%) rotate(-25deg); }

.TermsContentModalClose:hover:before {
  animation: flashBtn .3s ease-in-out;
  -webkit-animation: flashBtn .3s ease-in-out; }

.TermsContentModalClose:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
  text-decoration: none; }

.TermsContentModalDisagree {
  display: block;
  margin: 0 10px 0 0;
  text-align: center; }

.TermsContentModalDisagreeLink {
  color: #333 !important;
  position: relative;
  text-decoration: underline; }
  .TermsContentModalDisagreeLink:hover {
    text-decoration: none; }

.TermsContentModalDisagreeLink:visited {
  color: #333 !important; }

.TermsContentModalDisagreeLink:hover,
.TermsContentModalDisagreeLink:hover::after {
  opacity: 0.8; }

.TermsContentModalDisagreeLink:after {
  border-right: 1px solid #808080;
  border-top: 1px solid #808080;
  content: "";
  width: 7px;
  height: 7px;
  right: -10px;
  position: absolute;
  top: 28%;
  transform: rotate(45deg); }

/*----------------------------------
START register
------------------------------------*/
.TermsRegister {
  margin: 30px 0 20px; }

/*同意するチェックボックス*/
.TermsAgreeCheck {
  color: #575757;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 0 auto 40px;
  padding: 5px;
  text-align: center;
  width: 45%; }

.TermsAgreeCheckBox {
  display: block;
  position: relative;
  padding: 8px 0 8px 35px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.TermsAgreeCheckBox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.TermsRegisterMove {
  text-align: center;
  margin-bottom: 30px; }

.TermsAgreeCheckBoxCheckmark {
  position: absolute;
  left: 70px;
  top: 5px;
  height: 25px;
  width: 25px;
  background-color: #eee; }

.TermsAgreeCheckBox:hover input[type=checkbox] ~ .TermsAgreeCheckBoxCheckmark {
  background-color: #ccc; }

.TermsAgreeCheckBox input[type=checkbox]:checked ~ .TermsAgreeCheckBoxCheckmark {
  background-color: #e64677; }

.TermsAgreeCheckBox .TermsAgreeCheckBoxCheckmark:after {
  content: "";
  position: absolute;
  display: none; }

.TermsAgreeCheckBox input[type=checkbox]:checked ~ .TermsAgreeCheckBoxCheckmark:after {
  display: block; }

.TermsAgreeCheckBox .TermsAgreeCheckBoxCheckmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.TermsRegisterMoveAgreeText {
  color: #0069cc;
  margin-bottom: 10px;
  text-align: center; }

.TermsRegisterMoveRegisterButton {
  background-color: #e64677;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  padding: 10px 30px 10px 30px;
  line-height: 25px;
  cursor: pointer; }

.TermsRegisterMoveBackButton {
  background-color: #fff;
  border-radius: 4px;
  color: #125a66;
  border: 1px solid #555;
  font-size: 1.4rem;
  line-height: 25px;
  padding: 12px 20px;
  cursor: pointer;
  margin-right: 10px; }

.TermsRegisterMoveRegisterButton:hover,
.TermsRegisterMoveBackButton:hover {
  opacity: 0.8; }

/*----------------------------------
START guest
------------------------------------*/
.TermsGuest {
  margin: 20px auto; }

.TermsGuestAgreeButton {
  background-color: #e64677;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  padding: 10px 30px 10px 30px;
  line-height: 25px;
  cursor: pointer;
  margin: 0 auto 30px;
  display: block; }
  .TermsGuestAgreeButton:hover {
    opacity: 0.8; }
