
/*===========================================================
Common
===========================================================*/
html { -webkit-locale: "en"; }
html, main {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 1.4em;
}
#meta-main {
  padding: 18rem 5% 5% 5%;
}
#page-title {
  margin-top: 20px;
  font-size: 24px;
  color: #4D4D4D;
  font-weight: bold;
  margin: 20px 0 20px 0;
  padding-bottom: 10px;
  padding-left: 5px;
  border-bottom: solid #e9537d 3px;
}
.block-metamorphose-local-tasks a {
  color: #e9537d;
  font-weight: bold;
}
.block-metamorphose-local-tasks a.is-active {
  background-color: #f4cdd9;
  color: #fff;
}
.block-metamorphose-local-tasks ul {
  border-bottom: 1px solid #dee2e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.block-metamorphose-local-tasks li a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}
main#meta-main .alert-wrapper,
.alert-wrapper{
  max-height: 0;
  top: 50% !important;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.alert-wrapper .alert{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 90%;
  max-width: 500px;
  /*min-height: 300px;*/
  border: 3px solid;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*justify-content: center;*/
}
.alert-wrapper .alert>*{
  width: 100%;
}
.alert-wrapper .alert>a,
.alert-wrapper .alert>button{
  width: auto;
}
.alert-danger,
.alert-success {
  background-color: rgba(255,255,255,0.85);
}
.alert-danger{
  border-color:  #e9537d;
}
.alert-danger::before,
.alert-success::before{
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 2px;
}
.alert-dismissible{
  padding-right: 1.25rem;
}
/*
.alert-wrapper {
  -moz-animation: cssAnimation 0s ease-in 5s forwards;
  /* Firefox */
  /*-webkit-animation: cssAnimation 0s ease-in 5s forwards;*/
  /* Safari and Chrome */
  /*-o-animation: cssAnimation 0s ease-in 5s forwards;*/
  /* Opera */
  /*animation: cssAnimation 0s ease-in 5s forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}*/

.o_new span {
  border-radius: 3px;
}
@keyframes cssAnimation {
  to {
    width:0;
    height:0;
    overflow:hidden;
  }
}
@-webkit-keyframes cssAnimation {
  to {
    width:0;
    height:0;
    visibility:hidden;
  }
}
.alert-wrapper a {
  color: #e9537d;
  font-weight: bolder;
  text-decoration: underline;
}
/*===========================================================
User Login, Register, and Password Reset Form
===========================================================*/
.user-register-form input:not(.form-submit),
.user-login-form input:not(.form-submit),
.user-pass input:not(.form-submit),
.user-form .form-select,
.user-form input:not(.form-submit),
.deactivate-account-custom-form input:not(.form-submit) {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.user-register-form .form-item,
.user-login-form .form-item,
.user-pass .form-item,
.user-form .form-item,
.deactivate-account-custom-form .form-item {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 10px;
}
.deactivate-account-custom-form p {
  margin-left: 10px;
  margin-right: 10px;
}
.user-register-form .form-required:after,
.user-login-form .form-required:after,
.user-pass .form-required:after,
.user-form .form-required:after,
.deactivate-account-custom-form .form-required:after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "";
  vertical-align: super;
  background-image: url(/themes/metamorphose/images/icons/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}
.user-register-form .form-submit:hover,
.user-login-form .form-submit:hover,
.user-pass .form-submit:hover,
.user-form .form-submit:hover,
.deactivate-account-custom-form .form-submit:hover {
  background-color: #f4cdd9
}
.user-register-form .form-submit,
.user-login-form .form-submit,
.user-pass .form-submit,
.user-form .form-submit,
.deactivate-account-custom-form .form-submit {
  display: inline-block;
  background-color: #e9537d;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #f4cdd9;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  margin-left: 10px;
  margin-bottom: 20px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.confirm-parent, .password-parent {
  clear: left;
  overflow: hidden;
  max-width: 33em;
  margin: 0;
}
#edit-subscriptions input {
  display: unset;
  width: unset;
}
#user {
  padding: 10px 3% 30px;
  margin-bottom: 10px;
  background-color: #FFFAFC;
  border: 2px solid #F3ACC8;
  text-align: left;
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
}
.line {
  width: 98%;
  height: 10px;
  margin: 0 auto 20px;
  background: url(/themes/metamorphose/images/title_line.gif) repeat-x;
}
#user-wrapper label {
  font-weight: bold;
  margin-bottom: 0px;
  color: #ED7C96;
  line-height: 1.6em;
}
#user-wrapper h2 {
  background: url(/themes/metamorphose/images/title_crown.gif) no-repeat 0 0;
  padding: 8px 0 10px 70px;
  color: #333;
  font-size: 1.2em;
  line-height: 2em;
  margin: 0 auto;
  color: #333;
}
#user-wrapper .description {
  margin-top: 5px;
  font-size: 0.85em;
}
#user-wrapper .form-actions {
  margin-top: 20px;
}
#user-wrapper .btn-submit {
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  display: block;
  width: 180px;
  line-height: 24px;
  border: none;
  margin: 10px auto;
  padding: .375rem .75rem;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: #e9537d;
}
#user-wrapper .login,
#user-wrapper .edit {
  padding: 15px 2%;
  border: 1px solid #ddd;
  background: #fff;
}
#user-wrapper .login h3,
#user-wrapper .edit h3 {
  font-size: 1.1em;
  line-height: 1.28205em;
  border-left: 5px solid #ED7C96;
  margin-bottom: 15px;
  padding-left: 10px;
  color: #ED7C96;
}
#user-wrapper a.password {
  color: #666;
  font-size: 0.85em;
  display: block;
  margin-top: 15px;
  text-decoration: underline;
}
#user-wrapper .user-pass  .btn-submit {
  width: auto;
}

.user-pass-reset .form-submit.btn{
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  display: block;
  width: 180px;
  line-height: 24px;
  border: none;
  margin: 30px auto 10px;
  padding: .375rem .75rem;
  border-radius: 3px;
  background: #e9537d;
}
/*===========================================================
News Details
===========================================================*/
.new-details a {
  word-wrap: break-word;
}
.new-details iframe {
  height: auto;
  width: auto;
}
/*===========================================================
Breadcrumb
===========================================================*/
.breadcrumb {
  padding: 0;
}
.breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
}
.breadcrumb-item+.breadcrumb-item::before {
  content: "";
  padding-right: 0;
}
.meta_breadcrumb {
  background-color: transparent;
}
.meta_breadcrumb li {
  padding: 10px 5px;
  color: #f4cdd9;
}
.meta_breadcrumb li::after {
  content: ' >';
  padding-right: .5rem;
}
.meta_breadcrumb li:last-child:after {  content: '';}

/*===========================================================
Mypage
===========================================================*/
.mypage li { margin-bottom: 20px; }
.mypage h3 {
  color: #e9537d;
  background-color: #FFF;
  border: 1px solid #DDD;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 100%;
}
.mypage a { text-decoration: underline; }
.mypage a:hover { color: #4D4D4D;}
.mypage p { margin-left: 10px;}

/*===========================================================
Cart Page
===========================================================*/
.cart-empty-page {
  margin-bottom: 25px;
}
.cart-form {
  padding: 10px 3% 30px;
  margin-bottom: 10px;
  border: 2px solid #f4cdd9;
}
.cart-form .order-total-price {
    text-align: right;
    margin-bottom: 15px;
}
.cart-form .row {
  margin: 20px 0;
  border-bottom: 2px solid #f4cdd9;
}
.cart-form .btn {
  color: #fff;
  background-color: #e9537d;
  border-color: #f4cdd9;
}
.cart-form .btn.delete-order-item {
  background-color: #9d9a9a;
  border-color: #9d9a9a;
}
.cart-form .btn:hover {
  background-color: #f4cdd9;
}
.cart-form .btn:disabled {
  color: #fff;
  background-color: #999;
}
.cart-form .form-control {
  width: auto;
    display: inline-block;
    margin: 0;
}
.cart-form span.cart-label {
  color: #e9537d;
}
.cart-form .total-price {
  text-align: right;
}
.cart-form .price-area {
  justify-content: right;
  align-items: center;
  display: flex;
  text-align: justify;
}
.shipping-table {
    border-top: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
    background: #fff;
    margin: 0 auto;
  width: unset;
}
.shipping-table tr {
  text-align: center;
}
.shipping-table td {
  padding: 5px;
}
.about_shipping_1 {
  color: #e9537d;
  font-weight: bold;
  margin-bottom: 20px;
}
.cartshippingfee a {
  color: #e9537d;
  text-decoration: underline;
  overflow-wrap: break-word;
}
.cartshippingfee a:hover {
  color: #4D4D4D;
}
.check_free_shipping {
  padding: 10px 0;
  text-align: center;
  margin: 20px 0 5px;
  border: 2px solid #f4cdd9;
  background: rgba(244, 205, 217, 0.1);
  font-size: 1.05em;
  display: block;
  font-weight: bolder;
}
.check_free_shipping span {
  color: #e9537d;
  font-size: 1.4em;
}
/*===========================================================
Checkout Pages
===========================================================*/
.checkout-progress--step.login {
  display: none;
}
.checkout-pane-payment-information .col-6 h4{
  font-size: 16px;
}
.checkout-pane-payment-information .alert {
  display: none;
}
.checkout-progress--step {
  display: inline;
  padding-right: 1em;
}
.checkout-progress li {
  opacity: 0.4;
  text-align: center;
  width: 25%;
}
.checkout-progress .checkout-progress--step__current {
  opacity: 1;
  font-weight: bold;
}
.checkout-progress .order_information {
  padding-top: 60px;
  background: url(https://s3.ap-northeast-1.amazonaws.com/metamorphbucket/stg/s3fs-public/cart/cart_step02.png) 50% 5px no-repeat;
}
.checkout-progress .review {
  padding-top: 60px;
  background: url(https://s3.ap-northeast-1.amazonaws.com/metamorphbucket/stg/s3fs-public/cart/cart_step05.png) 50% 5px no-repeat;
}
.checkout-progress .complete {
  padding-top: 60px;
  background: url(https://s3.ap-northeast-1.amazonaws.com/metamorphbucket/stg/s3fs-public/cart/cart_step06.png) 50% 5px no-repeat;
}
.checkout-progress {
  display: flex;
  justify-content: space-between;
  color: #4D4D4D;
  text-transform: capitalize;
  padding: 0 15vw;
}
.layout-checkout-form fieldset:not(.form-composite) {
  margin-top: 30px;
  border: 2px solid #f4cdd9;
  padding: 10px;
}
.commerce-checkout-flow .fieldset-legend,
.form-item-coupon-redemption-form-code label,
.form-item-coupons-user-points-redemption label {
  font-weight: bold;
  color: #e9537d;
  font-size: 18px;
  text-transform: capitalize;
}

.commerce-checkout-flow fieldset legend,
.form-item-coupon-redemption-form-code label {
  background-color: rgba(244,205,217,0.5);
  padding: 3px 10px;
  line-height: 1.2
}
.layout-checkout-form .form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
.layout-checkout-form .js-form-type-radio.form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.js-form-item
.form-item js-form-type-checkbox
.form-item-order-fieldscheckout-field-custom-box-value
.js-form-item-order-fieldscheckout-field-custom-box-value {
  word-break: break-all;
}

.cc_form,
.layout-checkout-form input[type="text"],
.layout-checkout-form input[type="email"],
.layout-checkout-form input[type="password"],
.form-item-coupons-user-points-redemption input[type="number"],
.layout-checkout-form select,
.layout-checkout-form textarea {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.layout-checkout-form input[type="submit"] {
  color: #fff;
  background-color: #e9537d;
  margin-bottom: 1px;
}
.layout-checkout-form a.link--previous{
  color: #fff;
  background-color: #9d9a9a;
  border-color: #9d9a9a;
  margin: 0 0 0 5px;
  padding: .375rem .75rem;
  border-radius: .25rem;
  border: 1px solid transparent;
  line-height: 1.5;
  display: inline-block;
}
.layout-checkout-form .form-required:after {
  content: "*";
  margin-left: .5rem;
  color: #ff8200;
}
.layout-checkout-form .error{
  border: 2px solid #e9537d !important;
}
#paypal-buttons-container {
  text-align: center;
}
.paypal-label {
  text-align: center;
}
h3.paypal-label {
  color: red;
}
.cc_form input::-webkit-outer-spin-button,
.cc_form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.btn-meta {
  color:#fff;
  background-color:#e9537d;
  border-color:#f4cdd9;
}
#edit-login-asp-returning-customer-forgot-password {
  display: block;
}
.js-form-item-shipping-information-asp-shipping-profile-address-0-address-organization {
  display: none;
}

.commerce-checkout-flow .layout-checkout-form > label{
  margin-top: 30px;
  border: 2px solid #f4cdd9;
  padding: 30px 10px 10px;
  position: relative;
}
.commerce-checkout-flow .layout-checkout-form > label h5{
  background-color: #F9E6EC;
  padding: 3px 10px;
  line-height: 1.2;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  font-weight: bold;
  color: #e9537d;
  font-size: 18px;
  text-transform: capitalize;
}
.commerce-checkout-flow .layout-checkout-form > label h3{
  font-size: 14px;
}
/*===========================================================
Common SP
===========================================================*/
@media screen and (max-width:767px) {
  #meta-main{padding: 125px 20px 0;}
  #user-wrapper h2 {
    background: url(/themes/metamorphose/images/title_crown_sp.gif) no-repeat 0 0;
    padding: 0 0 0 45px;
    line-height: 2.0em;
    font-size: 1.05em;
    letter-spacing: -0.5px;
  }
  .header {
    position: absolute;
  }
  .checkout-pane-payment-information .col-6 img{
    max-width: 32px;
  }
  .cart-form .total-price {
    position: static;
    text-align: right;
    margin: 5px 0;
  }
}

@media screen and (max-width: 417px) {
  .checkout-progress {
    padding: unset;
  }
  #meta-main input,
  .layout-checkout-form a.link--previous{
    font-size: 16px;
  }
  #meta-main{padding: 135px 20px 0;}
  #page-title {
    font-size: 16px;
  }
  .meta_breadcrumb li, .meta_breadcrumb_prod {
    padding: 0;
    font-size: 12px;
  }
}
