﻿/**************************************
formLPSection
**************************************/
#formLPSection{
	padding-bottom: 100px;
}


#formLPSection .registInputSection{margin-top: -50px;}

/**************************************
formLPCartTable
**************************************/
.formLPCartTable{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.formLPCartTable > ul{
	display: block;
	border-top: 1px solid #CCCCCC;
}

.formLPCartTable > ul > li{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	border-bottom: 1px solid #CCCCCC;
}

.formLPCartTable > ul > li > dl{
	display: block;
	border-right: 1px solid #CCCCCC;
}
.formLPCartTable > ul > li > dl:nth-last-of-type(1){border-right: none;}

.formLPCartTable > ul > li > dl > dt{
	display: none;
	text-align: center;
	font-size: 1.4rem;
	padding: 15px 0;
	height: 45px;
	background: #eeeeee;
}
.formLPCartTable > ul > li:nth-of-type(1) > dl > dt{display: block;}


.formLPCartTable > ul > li > dl.orderSelect{width: 80px;}
.formLPCartTable > ul > li > dl.itemInfo{width: calc(100% - 480px);}
.formLPCartTable > ul > li > dl.orderSelect + dl.itemInfo{width: calc(100% - 560px);}
.formLPCartTable > ul > li > dl.price{width: 160px;}
.formLPCartTable > ul > li > dl.quantity{width: 160px;}
.formLPCartTable > ul > li > dl.subTotal{width: 320px;}


/** orderSelect **********/
.orderSelect > dd{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	height: 100%;
}
.formLPCartTable > ul > li:nth-of-type(1) > dl.orderSelect > dd{
	height: calc(100% - 45px);
}

.formLPCartTable > ul > li > dl > dd,
.formLPCartTable > ul > li > .priceQuantity > dl > dd{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	height: 100%;
	font-size: 1.4rem;
}

.formLPCartTable > ul > li > dl > dd.current {
    background: #f7f7f7;
}
.formLPCartTable > ul > li > dl.upsellallow {
	padding: 10px;
	width: 100%;
}
.formLPCartTable > ul > li > dl.upsellallow > dd {
	width: 100%;
	height:10px;
}
.formLPCartTable > ul > li > dl.upsellallow > dd > div {
	position: relative;
    top: -5px;
    width: 100%;
	height:40px;
	background-position: center;
 	background-image: url("../img/common/underallow.svg");
/*  	background-size: cover; */

/* 	background:linear-gradient(to top right, transparent 50%,#f8676a 50%, #f8676a calc(50% + 2px)) top left/ 50% 100% no-repeat, */
/* 	linear-gradient(to top left, transparent 50%,#f8676a 50%, #f8676a calc(50% + 2px)) top right / 50% 100% no-repeat; */
}

.formLPCartTable > ul > li > dl.orderSelect > dd > label{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
	background: #f7f7f7;
}
.formLPCartTable > ul > li > dl.orderSelect > dd > label > input{display: none;}

.formLPCartTable > ul > li > dl.orderSelect > dd > label > span{}
.formLPCartTable > ul > li > dl.orderSelect > dd > label > span > span{display: none;}
.formLPCartTable > ul > li > dl.orderSelect > dd > label > span::before{
	content: '';
    display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
    vertical-align: middle;
    text-align: center;
    position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	z-index: 2;
}
.formLPCartTable > ul > li > dl.orderSelect > dd > label > span::after{
    content: ' ';
    display: block;
    width: 8px;
    height: 8px;
	border-radius: 50%;
	background: #e35555;
    position: absolute;
	left: calc(50% - 4px);
	top: calc(50% - 4px);
    z-index: 2;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.formLPCartTable > ul > li > dl.orderSelect > dd > label > input:checked + span::after{
    opacity: 1;
    transform: scale(1);
}

/** itemInfo **********/
.itemInfo > dd{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	height: 100%;
	padding: 20px;
}
.formLPCartTable > ul > li:nth-of-type(1) > dl.itemInfo > dd{ height: calc(100% - 45px);}

.itemInfo > dd > figure{
	display: block;
	width: 100px;
	margin-right: 20px;
}
.itemInfo > dd > figure img{display: block; width: 100%; height: auto;}

.itemInfo > dd > .text{
	display: block;
	width: calc(100% - 120px);
}

.itemInfo > dd > .text > .name{
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}
.itemInfo > dd > .text > ul.label{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.itemInfo > dd > .text > ul.label > li{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 22px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
    font-size: 1.2rem;
    background: #eeeeee;
}


/** price **********/
.price > dd{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
	height: 100%;
	padding: 20px;
	text-align: right;
	font-size: 1.6rem;
}
.formLPCartTable > ul > li:nth-of-type(1) > dl.price > dd{ height: calc(100% - 45px);}

/** price **********/
.formLPCartTable > ul > li > dl.price > dd{
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 1.4rem;
}
.formLPCartTable > ul > li > dl.price > dd > span{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.formLPCartTable > ul > li > dl.price > dd > span.price-unadjusted + span.price-adjusted-total > span::before{
	content: '→';
	margin-right: 5px;
	color: #e35555;
}
.formLPCartTable > ul > li:nth-of-type(1) > dl.quantity > dd{ height: calc(100% - 45px);}
/** price **********/
.formLPCartTable > ul > li > dl.quantity > dd{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 1.4rem;
}

/** subtotal **********/
.formLPCartTable > ul > li > dl.subTotal > dd{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    flex-direction: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    justify-content: center;
	height: 100%;
	padding: 20px;
	text-align: right;
	font-size: 1.6rem;
}
.formLPCartTable > ul > li:nth-of-type(1) > dl.subTotal > dd{ height: calc(100% - 45px);}

/**  **********/

.subTotal .campMsg{
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 1em;
	text-indent: -1em;
	color: #e35555;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.5;
}
.subTotal .campMsg::before{content: '・';}

.subTotal .campMsg > span{
	display: block;
	padding-left: 1em;
}

.subTotal .subtotalPrice{
	text-align: right;
	font-size: 1.6rem;
	font-weight: 700;
}
.subTotal .campMsg + .subtotalPrice{padding-top: 10px;}

.subTotal .subtotalPrice > span{display: block; text-align: right;}

.subTotal .subtotalPrice > span.slashPrice{
	display: block;
	margin-bottom: 5px;
	text-align: right;
	font-weight: 500;
	font-size: 1.4rem;
	text-decoration: line-through;
}

.subTotal .subtotalPrice > span.slashPrice + span{ color: #e35555;}
.subTotal .subtotalPrice > span.slashPrice + span::before{
	content: '→';
	margin-right: 5px;
}
.formLPCartTable > ul > li > dl.subTotal > dd > span.price-unadjusted + span.price-adjusted-total > span::before{
	content: '→';
	margin-right: 5px;
	color: #e35555;
}

/**************************************
totalArea
**************************************/
.formLPCartTable .totalArea{
	display: block;
	width: 480px;
	margin: 10px 0 0 auto;
}

.formLPCartTable .totalArea .promotionText{
	display: block;
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #e35555;
	color: #e35555;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
}

.formLPCartTable .totalArea .totalBox{
	display: block;
	padding: 30px;
	background: #eeeeee;
}

.formLPCartTable .totalArea .totalBox > dl{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	font-size: 1.6rem;
	margin-bottom: 15px;
}

.formLPCartTable .totalArea .totalBox > dl.totalPrice > dt{
	font-size: 1.8rem;
	font-weight: 700;
}
.formLPCartTable .totalArea .totalBox > dl.totalPrice > dd{
	font-size: 2.8rem;
	font-weight: 700;
	margin-right: -0.5em;
}
.formLPCartTable .totalArea .totalBox > dl.totalPrice > dd > span{font-size: 2.0rem;}


.formLPCartTable .totalArea .totalBox .taxtList{
	border-top: 1px solid #CCCCCC;
	padding-top: 20px;
}

.formLPCartTable .totalArea .totalBox .taxtList > li{
	text-align: right;
	font-size: 1.2rem;
	line-height: 1.5;
}

/**************************************
confirmChangePamentBox
**************************************/
.confirmChangePamentBox{
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.confirmChangePamentBox .selectedPayment{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	font-size: 1.6rem;
	line-height: 1.7;
	font-weight: 700;
	background: #eeeeee;
	padding: 30px;
}

.confirmChangePamentBox .selectedPayment > .changeOpenBtn{
	display: block;
	width: 200px;
}

.confirmChangePamentBox .selectedPayment > .changeOpenBtn > span{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
	line-height: 1;
    font-weight: 700;
	border: 1px solid #333333;
	border-radius: 4px;
	padding-left: 22px;
    color: #333333;
    background: #FFFFFF;
    text-align: center;
    text-decoration: none;
	position: relative;
    cursor: pointer;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: background 0.2s ease, color 0.2s ease;
    -o-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
}

.confirmChangePamentBox .selectedPayment > .changeOpenBtn > span:hover{
	background: #f7f7f7;
}

.confirmChangePamentBox .selectedPayment > .changeOpenBtn > span > em{
	display: inline-block;
	width: 12px;
	height: 38px;
	margin-left: 10px;
	background: url("../img/common/icon_arrow_bottom_black.svg") center center no-repeat;
	background-size: 12px auto;
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
.confirmChangePamentBox .selectedPayment > .changeOpenBtn.open > span > em{
	transform: rotate(180deg);
}

.confirmChangePamentBox .changePamentSelect{display: none;}


@charset "UTF-8";
/**
* Optimize Style
*/
/**
 * Const Style
 */
/**
 * Reset Style
 */
body #FormTailorContainer {
  font: 14px/1.231 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro',
    'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  *font-size: small;
  -webkit-text-size-adjust: 100%;
}

html #FormTailorContainer,
body #FormTailorContainer,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#FormTailorContainer *{
	line-height: 1.5;
}

#FormTailorContainer select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  font: 99% 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro',
    'ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid #aaa;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

#FormTailorContainer :focus {
  outline: none;
}

/**
 * Tamago Style Mixin
 */
/**
 * Form Tailor Style Theme
 */
/**
 * Tamago Style Mixin
 */
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 *
 * HACK: テーマファイルの BEM と区別するために osb-(One Star Bootstrap) プレフィックスで運用
 *       必要に応じて https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.css
 *       から追記してください
 */
:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

[role='osb-button'] {
  cursor: pointer;
}

.osb-alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}

.osb-alert-danger {
  color: #cc4c4c;
  background-color: #fff0f0;
  border-color: #cc4c4c;
}

.osb-align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.osb-align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.osb-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.osb-align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.osb-align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.osb-bg-dark {
  background-color: #212529 !important;
}

.osb-bg-secondary {
  background-color: #f0f1f2 !important;
}

.osb-bg-white {
  background-color: #fff !important;
}

.osb-border {
  border: 1px solid #888 !important;
}

.osb-border-light {
  border: 1px solid #d1d1d1 !important;
}

.osb-border-0 {
  border: 0 !important;
}

.osb-rounded {
  border-radius: 0.25rem !important;
}

.osb-sm-rounded {
  border-radius: 0.125rem !important;
}

.osb-btn {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.osb-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.osb-btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}

.osb-d-inline {
  display: inline !important;
}

.osb-d-inline-block {
  display: inline-block !important;
}

.osb-d-block {
  display: block !important;
}

.osb-d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.osb-d-table {
  display: table !important;
}

.osb-d-table-row {
  display: table-row !important;
}

.osb-d-table-cell {
  display: table-cell !important;
}

.osb-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.osb-d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.osb-d-none {
  display: none !important;
}

.osb-fw-light {
  font-weight: 300 !important;
}

.osb-fw-lighter {
  font-weight: lighter !important;
}

.osb-fw-normal {
  font-weight: 400 !important;
}

.osb-fw-bold {
  font-weight: 700 !important;
}

.osb-fw-bolder {
  font-weight: bolder !important;
}

.osb-fs-11 {
  font-size: 11px !important;
  line-height: 17px !important;
}

.osb-fs-12 {
  font-size: 12px !important;
  line-height: 18px !important;
}

.osb-fs-13 {
  font-size: 13px !important;
  line-height: 19px !important;
}

.osb-fs-14 {
  font-size: 14px !important;
  line-height: 20px !important;
}

.osb-fs-16 {
  font-size: 16px !important;
  line-height: 24px !important;
}

.osb-fs-18 {
  font-size: 18px !important;
  line-height: 27px !important;
}

.osb-fs-20 {
  font-size: 20px !important;
  line-height: 29px !important;
}

.osb-fs-22 {
  font-size: 22px !important;
  line-height: 32px !important;
}

.osb-fs-24 {
  font-size: 24px !important;
  line-height: 36px !important;
}

.osb-form-label {
  margin-bottom: 0.5rem;
}

.osb-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}

.osb-input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.osb-input-group > .osb-form-control,
.osb-input-group > .osb-form-select {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.osb-input-group > .osb-form-control:focus,
.osb-input-group > .osb-form-select:focus {
  z-index: 3;
}

.osb-input-group .osb-btn {
  position: relative;
  z-index: 2;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.osb-input-group .osb-btn:focus {
  z-index: 3;
}

.osb-input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.osb-input-group > :not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.osb-input-group > :not(:first-child) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.osb-container,
.osb-container-fluid,
.osb-container-xxl,
.osb-container-xl,
.osb-container-lg,
.osb-container-md,
.osb-container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.osb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.osb-row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.osb-col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.osb-row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.osb-row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.osb-row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.osb-row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.osb-row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.osb-row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}

.osb-row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.osb-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.osb-col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.osb-col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.osb-col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.osb-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.osb-col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.osb-col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.osb-col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.osb-col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.osb-col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.osb-col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.osb-col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.osb-col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}

.osb-offset-1 {
  margin-left: 8.3333333333%;
}

.osb-offset-2 {
  margin-left: 16.6666666667%;
}

.osb-offset-3 {
  margin-left: 25%;
}

.osb-offset-4 {
  margin-left: 33.3333333333%;
}

.osb-offset-5 {
  margin-left: 41.6666666667%;
}

.osb-offset-6 {
  margin-left: 50%;
}

.osb-offset-7 {
  margin-left: 58.3333333333%;
}

.osb-offset-8 {
  margin-left: 66.6666666667%;
}

.osb-offset-9 {
  margin-left: 75%;
}

.osb-offset-10 {
  margin-left: 83.3333333333%;
}

.osb-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .osb-col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .osb-row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .osb-row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .osb-row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .osb-row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .osb-row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .osb-row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .osb-row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .osb-col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .osb-col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .osb-col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .osb-col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .osb-col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .osb-col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .osb-col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .osb-col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .osb-col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .osb-col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .osb-col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .osb-col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .osb-col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .osb-offset-sm-0 {
    margin-left: 0;
  }
  .osb-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .osb-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .osb-offset-sm-3 {
    margin-left: 25%;
  }
  .osb-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .osb-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .osb-offset-sm-6 {
    margin-left: 50%;
  }
  .osb-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .osb-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .osb-offset-sm-9 {
    margin-left: 75%;
  }
  .osb-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .osb-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}

.osb-h-25 {
  height: 25% !important;
}

.osb-h-40 {
  height: 40% !important;
}

.osb-h-50 {
  height: 50% !important;
}

.osb-h-75 {
  height: 75% !important;
}

.osb-h-100 {
  height: 100% !important;
}

.osb-h-auto {
  height: auto !important;
}

.osb-lh-1 {
  line-height: 1 !important;
}

.osb-lh-sm {
  line-height: 1.25 !important;
}

.osb-lh-base {
  line-height: 1.5 !important;
}

.osb-lh-lg {
  line-height: 2 !important;
}

.osb-justify--content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.osb-justify--content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.osb-justify--content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.osb-justify--content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.osb-justify--content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.osb-justify--content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}

.osb-m-0 {
  margin: 0 !important;
}

.osb-m-1 {
  margin: 0.25rem !important;
}

.osb-m-2 {
  margin: 0.5rem !important;
}

.osb-m-3 {
  margin: 1rem !important;
}

.osb-m-4 {
  margin: 1.5rem !important;
}

.osb-m-5 {
  margin: 3rem !important;
}

.osb-m-auto {
  margin: auto !important;
}

.osb-mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.osb-mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.osb-mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.osb-mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.osb-mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.osb-mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.osb-mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.osb-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.osb-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.osb-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.osb-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.osb-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.osb-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.osb-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.osb-mt-1 {
  margin-top: 0.25rem !important;
}

.osb-mt-2 {
  margin-top: 0.5rem !important;
}

.osb-mt-3 {
  margin-top: 1rem !important;
}

.osb-mt-4 {
  margin-top: 1.5rem !important;
}

.osb-mt-5 {
  margin-top: 3rem !important;
}

.osb-mt-auto {
  margin-top: auto !important;
}

.osb-me-0 {
  margin-right: 0 !important;
}

.osb-me-1 {
  margin-right: 0.25rem !important;
}

.osb-me-2 {
  margin-right: 0.5rem !important;
}

.osb-me-3 {
  margin-right: 1rem !important;
}

.osb-me-4 {
  margin-right: 1.5rem !important;
}

.osb-me-5 {
  margin-right: 3rem !important;
}

.osb-me-auto {
  margin-right: auto !important;
}

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

.osb-mb-1 {
  margin-bottom: 0.25rem !important;
}

.osb-mb-2 {
  margin-bottom: 0.5rem !important;
}

.osb-mb-3 {
  margin-bottom: 1rem !important;
}

.osb-mb-4 {
  margin-bottom: 1.5rem !important;
}

.osb-mb-5 {
  margin-bottom: 3rem !important;
}

.osb-mb-auto {
  margin-bottom: auto !important;
}

.osb-ms-0 {
  margin-left: 0 !important;
}

.osb-ms-1 {
  margin-left: 0.25rem !important;
}

.osb-ms-2 {
  margin-left: 0.5rem !important;
}

.osb-ms-3 {
  margin-left: 1rem !important;
}

.osb-ms-4 {
  margin-left: 1.5rem !important;
}

.osb-ms-5 {
  margin-left: 3rem !important;
}

.osb-ms-auto {
  margin-left: auto !important;
}

.osb-p-0 {
  padding: 0 !important;
}

.osb-p-1 {
  padding: 0.25rem !important;
}

.osb-p-2 {
  padding: 0.5rem !important;
}

.osb-p-3 {
  padding: 1rem !important;
}

.osb-p-4 {
  padding: 1.5rem !important;
}

.osb-p-5 {
  padding: 3rem !important;
}

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

.osb-px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.osb-px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.osb-px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.osb-px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.osb-px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.osb-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.osb-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.osb-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.osb-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.osb-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.osb-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.osb-pt-1 {
  padding-top: 0.25rem !important;
}

.osb-pt-2 {
  padding-top: 0.5rem !important;
}

.osb-pt-3 {
  padding-top: 1rem !important;
}

.osb-pt-4 {
  padding-top: 1.5rem !important;
}

.osb-pt-5 {
  padding-top: 3rem !important;
}

.osb-pe-0 {
  padding-right: 0 !important;
}

.osb-pe-1 {
  padding-right: 0.25rem !important;
}

.osb-pe-2 {
  padding-right: 0.5rem !important;
}

.osb-pe-3 {
  padding-right: 1rem !important;
}

.osb-pe-4 {
  padding-right: 1.5rem !important;
}

.osb-pe-5 {
  padding-right: 3rem !important;
}

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

.osb-pb-1 {
  padding-bottom: 0.25rem !important;
}

.osb-pb-2 {
  padding-bottom: 0.5rem !important;
}

.osb-pb-3 {
  padding-bottom: 1rem !important;
}

.osb-pb-4 {
  padding-bottom: 1.5rem !important;
}

.osb-pb-5 {
  padding-bottom: 3rem !important;
}

.osb-ps-0 {
  padding-left: 0 !important;
}

.osb-ps-1 {
  padding-left: 0.25rem !important;
}

.osb-ps-2 {
  padding-left: 0.5rem !important;
}

.osb-ps-3 {
  padding-left: 1rem !important;
}

.osb-ps-4 {
  padding-left: 1.5rem !important;
}

.osb-ps-5 {
  padding-left: 3rem !important;
}

.osb-position-static {
  position: static !important;
}

.osb-position-relative {
  position: relative !important;
}

.osb-position-absolute {
  position: absolute !important;
}

.osb-position-fixed {
  position: fixed !important;
}

.osb-position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.osb-shadow {
  -webkit-box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2) inset !important;
  box-shadow: 2px 2px 1px 0 rgba(0, 0, 0, 0.2) inset !important;
}

.osb-text-muted {
  color: #4a5660 !important;
}

.osb-text-light {
  color: #62707b !important;
}

.osb-text-dark {
  color: #333 !important;
}

.osb-text-white {
  color: #fff !important;
}

.osb-text-danger {
  color: #cb0000 !important;
}

.osb-text-decoration-none {
  text-decoration: none !important;
}

.osb-text-decoration-underline {
  text-decoration: underline !important;
}

.osb-text-decoration-line-through {
  text-decoration: line-through !important;
}

.osb-text-start {
  text-align: left !important;
}

.osb-text-end {
  text-align: right !important;
}

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

.osb-align-baseline {
  vertical-align: baseline !important;
}

.osb-align-top {
  vertical-align: top !important;
}

.osb-align-middle {
  vertical-align: middle !important;
}

.osb-align-bottom {
  vertical-align: bottom !important;
}

.osb-align-text-bottom {
  vertical-align: text-bottom !important;
}

.osb-align-text-top {
  vertical-align: text-top !important;
}

.osb-w-25 {
  width: 25% !important;
}

.osb-w-30 {
  width: 30% !important;
}

.osb-w-40 {
  width: 40% !important;
}

.osb-w-50 {
  width: 50% !important;
}

.osb-w-75 {
  width: 75% !important;
}

.osb-w-100 {
  width: 100% !important;
}

.osb-w-auto {
  width: auto !important;
}

/*!
 * バリデーション関連
 */
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_customer_lastname'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_customer_firstname'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_custom_txLastNameKana'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_custom_txFirstNameKana'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_address_postal'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_address_states_state'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_address_city'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_address_address1'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_customer_phone'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_customer_email'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_login_password_d0ddvxdvzeco'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_formlp_profile_login_passwordconfirm_d0xcpyjlcogg'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_billing_paymentMethods_creditCard_number'],
#FormTailorContainer
  main
  .ft-content
  select[name='dwfrm_billing_paymentMethods_creditCard_month'],
#FormTailorContainer
  main
  .ft-content
  select[name='dwfrm_billing_paymentMethods_creditCard_year'],
#FormTailorContainer
  main
  .ft-content
  [name='dwfrm_billing_paymentMethods_creditCard_cvn'] {
  background-color: var(--input-background);
}

#FormTailorContainer main .ft-content .osValidField {
  background-color: #fff !important;
  border: 1px solid #00b538 !important;
}

#FormTailorContainer main .ft-content .osValidField__label {
  border: 1px solid #00b538 !important;
}

#FormTailorContainer main .ft-content .osInvalidField {
  background-color: var(--input-background) !important;
  border: 1px solid #cc4c4c !important;
}

#FormTailorContainer main .ft-content .osInvalidField__label {
  border: 1px solid #cc4c4c !important;
}

#FormTailorContainer main p[class^='invalid'] {
  display: none;
}

#FormTailorContainer main p[class^='valid-'] {
  position: relative;
  display: none;
  height: 20px;
  font: 14px/20px Noto Sans JP, sans-serif;
}

#FormTailorContainer main p[class^='valid-'] span.validCheck {
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  padding: 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-align: center;
  background-color: #00b538;
  border: none;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#FormTailorContainer main p[class^='valid-'] span.validCheck::after {
  position: absolute;
  top: 2px;
  left: 6px;
  display: block;
  width: 4px;
  height: 9px;
  content: '';
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

#FormTailorContainer main p.invalid-dwfrm_formlp_profile_customer_lastname,
#FormTailorContainer main p.invalid-dwfrm_formlp_profile_customer_firstname,
#FormTailorContainer main p.invalid-dwfrm_formlp_profile_custom_txLastNameKana,
#FormTailorContainer
  main
  p.invalid-dwfrm_formlp_profile_custom_txFirstNameKana {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding-right: 18px;
  font: 14px/20px Noto Sans JP, sans-serif;
  color: #cb0000;
}

#FormTailorContainer
  main
  p.invalid-dwfrm_formlp_profile_customer_lastname::after,
#FormTailorContainer
  main
  p.invalid-dwfrm_formlp_profile_customer_firstname::after,
#FormTailorContainer
  main
  p.invalid-dwfrm_formlp_profile_custom_txLastNameKana::after,
#FormTailorContainer
  main
  p.invalid-dwfrm_formlp_profile_custom_txFirstNameKana::after {
  position: absolute;
  top: 3px;
  right: 0;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-align: center;
  content: '!';
  background-color: #cc4c4c;
  border-radius: 50%;
}

#FormTailorContainer main .notfound-address,
#FormTailorContainer
  main
  p[class^='invalid-']:not(.invalid-dwfrm_formlp_profile_customer_lastname):not(.invalid-dwfrm_formlp_profile_customer_firstname):not(.invalid-dwfrm_formlp_profile_custom_txLastNameKana):not(.invalid-dwfrm_formlp_profile_custom_txFirstNameKana) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding-right: 18px;
  font: 14px/20px Noto Sans JP, sans-serif;
  color: #cb0000;
}

#FormTailorContainer main .notfound-address::after,
#FormTailorContainer
  main
  p[class^='invalid-']:not(.invalid-dwfrm_formlp_profile_customer_lastname):not(.invalid-dwfrm_formlp_profile_customer_firstname):not(.invalid-dwfrm_formlp_profile_custom_txLastNameKana):not(.invalid-dwfrm_formlp_profile_custom_txFirstNameKana)::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-align: center;
  vertical-align: text-bottom;
  content: '!';
  background-color: #cc4c4c;
  border-radius: 50%;
}

#FormTailorContainer main {
  background-color: var(--main-background);
}

#FormTailorContainer main [data-component$='Field'] input,
#FormTailorContainer main [data-component$='Field'] select,
#FormTailorContainer main .ft-content input,
#FormTailorContainer main .ft-content select {
  height: 44px !important;
  background-color: initial;
}

#FormTailorContainer main [data-component$='Field'] textarea,
#FormTailorContainer main .ft-content textarea {
  height: 100px !important;
}

#FormTailorContainer
  main
  [data-component$='Field']
  textarea::-webkit-input-placeholder,
#FormTailorContainer main .ft-content textarea::-webkit-input-placeholder {
  color: #bebebe;
}

#FormTailorContainer
  main
  [data-component$='Field']
  textarea:-ms-input-placeholder,
#FormTailorContainer main .ft-content textarea:-ms-input-placeholder {
  color: #bebebe;
}

#FormTailorContainer
  main
  [data-component$='Field']
  textarea::-ms-input-placeholder,
#FormTailorContainer main .ft-content textarea::-ms-input-placeholder {
  color: #bebebe;
}

#FormTailorContainer main [data-component$='Field'] textarea::placeholder,
#FormTailorContainer main .ft-content textarea::placeholder {
  color: #bebebe;
}

#FormTailorContainer main [data-component$='Field'] input[type='radio'],
#FormTailorContainer main [data-component$='Field'] input[type='checkbox'],
#FormTailorContainer main .ft-content input[type='radio'],
#FormTailorContainer main .ft-content input[type='checkbox'] {
  display: none;
}

#FormTailorContainer
  main
  [data-component$='Field']
  input[type='radio']
  + label::before,
#FormTailorContainer
  main
  [data-component$='Field']
  input[type='checkbox']
  + label::before,
#FormTailorContainer main .ft-content input[type='radio'] + label::before,
#FormTailorContainer main .ft-content input[type='checkbox'] + label::before {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: top;
  cursor: pointer;
  content: '';
  background-color: #fff;
  border: 1px solid #888;
}

#FormTailorContainer
  main
  [data-component$='Field']
  input[type='radio']
  + label::before,
#FormTailorContainer main .ft-content input[type='radio'] + label::before {
  border-radius: 100%;
}

#FormTailorContainer
  main
  [data-component$='Field']
  input[type='radio']:checked
  + label::before,
#FormTailorContainer
  main
  .ft-content
  input[type='radio']:checked
  + label::before {
  background-color: var(--radio-background) !important;
  border: 1px solid var(--radio-background);
  -webkit-box-shadow: inset 0 0 0 4px #fff;
  box-shadow: inset 0 0 0 4px #fff;
}

#FormTailorContainer
  main
  [data-component$='Field']
  input[type='checkbox']
  + label::before,
#FormTailorContainer main .ft-content input[type='checkbox'] + label::before {
  border-radius: 4px;
}

#FormTailorContainer
  main
  [data-component$='Field']
  input[type='checkbox']:checked
  + label,
#FormTailorContainer main .ft-content input[type='checkbox']:checked + label {
  position: relative;
}

#FormTailorContainer
  main
  [data-component$='Field']
  input[type='checkbox']:checked
  + label::before,
#FormTailorContainer
  main
  .ft-content
  input[type='checkbox']:checked
  + label::before {
  background-color: var(--checkbox-background) !important;
  border: 1px solid var(--checkbox-background);
}

#FormTailorContainer
  main
  [data-component$='Field']
  input[type='checkbox']:checked
  + label::after,
#FormTailorContainer
  main
  .ft-content
  input[type='checkbox']:checked
  + label::after {
  position: absolute;
  top: -1px;
  right: calc(100% - 17px);
  width: 8px;
  height: 15px;
  content: '';
  border-top: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#FormTailorContainer
  main
  [data-component$='Field']
  input[name='dwfrm_billing_paymentMethods_creditCard_cvn'],
#FormTailorContainer
  main
  .ft-content
  input[name='dwfrm_billing_paymentMethods_creditCard_cvn'] {
  padding-left: calc( 44px + 14% );
  background-image: url(../img/card/inputFieldImg@2x.png);
  background-repeat: no-repeat;
  background-position: 7%;
  background-size: 44px;
}

#FormTailorContainer main .ft-content {
  background: var(--content-background) 0% 0% no-repeat padding-box;
}

#FormTailorContainer main .ft-content .appear-arrow {
  background-image: url(../img/common/icon_arrow_bottom_black.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#FormTailorContainer main span.require {
  word-break: keep-all;
  background-color: var(--require-label-background);
}

#FormTailorContainer main div.iframe {
  height: 128px;
  overflow: auto;
}

#FormTailorContainer main .osb-input-group-text {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
}

#FormTailorContainer main .ui-widget-content {
  width: auto !important;
  text-align: left !important;
  border: 1px solid #97bccc !important;
  border-radius: 0 0 10px 10px !important;
  -webkit-box-shadow: 0 0 6px #ccc !important;
  box-shadow: 0 0 6px #ccc !important;
}

#FormTailorContainer main .ui-state-active {
  color: #333 !important;
  background: #f0f7fb !important;
  border: none !important;
  border-right: 1px solid #97bccc !important;
  border-left: 1px solid #97bccc !important;
}

#FormTailorContainer main div.NextButton p a :link,
#FormTailorContainer main div.NextButton p a :hover,
#FormTailorContainer main div.NextButton p a :visited {
  color: #fff;
}

#FormTailorContainer main div.NextButton p span.balloon {
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-image: url(../_assets/images/balloon/easy3min.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#FormTailorContainer main div.NextButton p.withArrow a {
  margin-right: 10px;
}

#FormTailorContainer main div.NextButton p.withArrow::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 10px;
  height: 11px;
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

#FormTailorContainer main div.NextButton div p button[type="submit"][disabled] {
  background-color: #ccc;
}

#FormTailorContainer main div.NextButton p.withCheck a {
  margin-right: 10px;
}

#FormTailorContainer main div.NextButton p.withCheck::after {
  position: absolute;
  top: 25%;
  right: 22%;
  display: block;
  width: 10px;
  height: 16px;
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

#FormTailorContainer main div.PrevButton p.withArrow a {
  margin-left: 10px;
}

#FormTailorContainer main div.PrevButton p.withArrow::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 10px;
  height: 11px;
  content: '';
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

#FormTailorContainer main dl.LoginField .title {
  position: relative;
  padding: 14px 17px;
}

#FormTailorContainer main dl.LoginField .title::after {
  position: absolute;
  top: 14px;
  right: 14px;
  content: '＋';
}

#FormTailorContainer main dl.LoginField .title.open::after {
  content: '－';
}

#FormTailorContainer main dl.LoginField .content {
  display: none;
}

#FormTailorContainer main dl.LoginField .content button {
  position: relative;
  line-height: 48px !important;
  background: var(--button-background);
}

#FormTailorContainer main dl.LoginField .content button::after {
  position: absolute;
  top: 18px;
  right: 10px;
  width: 7px;
  height: 7px;
  content: '';
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#FormTailorContainer main dl.ZipCodeField .osAddressAutofill {
  background: #4a5660 0% 0% no-repeat padding-box;
}

#FormTailorContainer main dl.ZipCodeField .osAddressAutofill p {
  line-height: 32px !important;
}

#FormTailorContainer main div.FindZipDialog .dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11000;
  width: 100vw;
  height: 100vh;
}

#FormTailorContainer main div.FindZipDialog .dialog__background {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

#FormTailorContainer main div.FindZipDialog .dialog__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91vw;
  padding: 16px;
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#FormTailorContainer main div.FindZipDialog .dialog__content .apply {
  width: 74vw;
  height: 51px;
  font: bold 4.8vw/27px Noto Sans JP, sans-serif;
  cursor: pointer;
  background-color: var(--button-background);
}

#FormTailorContainer main div.FindZipDialog .dialog__content--close {
  position: absolute;
  top: -23px;
  right: 1%;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  background: url(../_assets/images/close2.svg) no-repeat;
}

#FormTailorContainer main dl.TelephoneField > .FieldLabel,
#FormTailorContainer main dl.GenderField > .FieldLabel,
#FormTailorContainer main dl.BirthdayField > .FieldLabel,
#FormTailorContainer main dl.EmailField > .FieldLabel,
#FormTailorContainer main dl.PasswordField > .FieldLabel {
  margin-bottom: 0 !important;
}

#FormTailorContainer main .PasswordField .osb-input-group button {
  width: 44px;
}

#FormTailorContainer
  main
  .PasswordField
  .osb-input-group
  button
  .eyeIcon__icon--hidden {
  content: url(../img/common/hidden_blue.svg);
}

#FormTailorContainer
  main
  .PasswordField
  .osb-input-group
  button
  .eyeIcon__icon--visible {
  content: url(../img/common/visible_blue.svg);
}

#FormTailorContainer main .PasswordField .passwordStrengthMeter__background {
  position: relative;
  width: 50%;
  height: 5px;
  background: #e8e9ea 0% 0% no-repeat padding-box;
}

#FormTailorContainer
  main
  .PasswordField
  .passwordStrengthMeter__background
  .indicator {
  position: absolute;
  height: 5px;
}

#FormTailorContainer
  main
  .PasswordField
  .passwordStrengthMeter__background
  .indicator.weak {
  width: 20%;
  background: #e30026 0% 0% no-repeat padding-box;
}

#FormTailorContainer
  main
  .PasswordField
  .passwordStrengthMeter__background
  .indicator.moderate {
  width: 60%;
  background: #e39400 0% 0% no-repeat padding-box;
}

#FormTailorContainer
  main
  .PasswordField
  .passwordStrengthMeter__background
  .indicator.strong {
  width: 100%;
  background: #69ad0f 0% 0% no-repeat padding-box;
}

#FormTailorContainer main .OrderGrid hr {
  height: 1px;
  background-color: #d1d1d1;
  border: 0;
}

#FormTailorContainer main .CreditCardField .cvcHelp,
#FormTailorContainer main .creditCardField .cvcHelp,
#FormTailorContainer main .creditHelp {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index:3;
}

#FormTailorContainer main .CreditCardField .cvcHelp > div,
#FormTailorContainer main .creditCardField .cvcHelp > div, 
#FormTailorContainer main  .creditHelp > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 91vw;
  background: #fff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0 3px 6px #00000029;
  box-shadow: 0 3px 6px #00000029;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#FormTailorContainer
  main
  .PaymentMethodRadioField__guideArea--paymentCard
  .creditCardField {
  padding: 16px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

#FormTailorContainer
  main
  .PaymentMethodRadioField__guideArea--paymentCard
  .PaymentGuideLayer__card .caution {
  padding-left: 16px;
}

#FormTailorContainer
  main
  .PaymentMethodRadioField__guideArea--paymentCard
  .question {
  max-width: 20px;
}

#FormTailorContainer
  main
  .PaymentMethodRadioField__guideArea--paymentNp
  .PaymentGuideLayer {
  padding: 16px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

#FormTailorContainer
  main
  .PaymentMethodRadioField__guideArea--paymentNp
  .PaymentGuideLayer
  li {
  font: 14px/20px Noto Sans JP, sans-serif;
  color: #4a5660;
}

#FormTailorContainer
  main
  .PaymentMethodRadioField__guideArea--paymentNp
  .PaymentGuideLayer
  p:not(.modalTTL):not(.infoText):not(.refText):not(.subText):not(.contactTTL):not(.contactText) {
  font: 12px/18px Noto Sans JP, sans-serif;
  color: #4a5660;
}

#FormTailorContainer
  main
  .PaymentMethodRadioField__guideArea--paymentCOD
  .PaymentGuideLayer {
  padding: 16px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}
#FormTailorContainer
  main
  .PaymentMethodRadioField__guideArea--paymentCOD
  .PaymentGuideLayer
  li {
  font: 14px/20px Noto Sans JP, sans-serif;
  color: #4a5660;
}

#FormTailorContainer main .PaymentGuideLayer__card .usableCards {
  width: 92%;
  margin: 0 auto;
}

#FormTailorContainer main .PaymentGuideLayer__card .supportSsl {
  margin-top: 16px;
  text-align: center;
}

#FormTailorContainer main .PaymentGuideLayer__card img {
  max-width: 100%;
}

#FormTailorContainer main .PaymentGuideLayer__cash .detail,
#FormTailorContainer main .PaymentGuideLayer__convenience .detail,
#FormTailorContainer main .PaymentGuideLayer__conveniDeferred .detail,
#FormTailorContainer main .PaymentGuideLayer__rakuten .detail {
  font-size: 12px;
  color: #333;
}

#FormTailorContainer
  main
  .PaymentGuideLayer__cash
  .detail
  img[alt='@(あと)払い'],
#FormTailorContainer
  main
  .PaymentGuideLayer__convenience
  .detail
  img[alt='@(あと)払い'],
#FormTailorContainer
  main
  .PaymentGuideLayer__conveniDeferred
  .detail
  img[alt='@(あと)払い'],
#FormTailorContainer
  main
  .PaymentGuideLayer__rakuten
  .detail
  img[alt='@(あと)払い'] {
  width: 100%;
}

#FormTailorContainer main .PaymentGuideLayer__rakuten span {
  font-size: 10px;
  color: #908787;
}

#FormTailorContainer main .PaymentGuideLayer__np img[alt='NPお支払いwiz'] {
  width: 100%;
}

#FormTailorContainer main .PaymentGuideLayer__np .detail {
  font-size: 12px;
  color: #333;
}

#FormTailorContainer main .PaymentGuideLayer__np .detail span.commission {
  font-weight: bold;
}

#FormTailorContainer main .PaymentGuideLayer span.commission,
#FormTailorContainer main .PaymentGuideLayer span.limit {
  display: inline;
  float: none;
  width: auto;
  padding: 0;
  font-size: 12px;
  color: red;
}

#FormTailorContainer footer .copyright::before {
  content: var(--footer-copyright-content);
}

:root {
  --main-background: #f5f5f5;
  --content-background: #fff;
  --require-label-background: #cc4c4c;
  --input-background: #fff0f0;
  --invalid-field-color: #fff0f0;
  --gender: 2;
  --birth-year: 1980;
  --birth-month: 1;
  --birth-day: 1;
  --footer-background: #eee;
}

/**
* Optimize Style
*/
html #FormTailorContainer{
  font-size: 16px;
}

html #FormTailorContainer #footNav a {
  font-size: 62.5%;
}

html #FormTailorContainer #footNav a.arrowLink {
  font-size: 15px;
}

html #FormTailorContainer .copyRight {
  font-size: 10px !important;
}

body #FormTailorContainer.fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

#FormTailorContainer#formLPSection {
  padding-bottom: 0px;
  margin-top: 10px;
}

.osOptimize .ft-title {
  height: 48px;
}

.osOptimize .invalid {
  padding: 16px;
  margin: 16px;
  font: 14px/20px Noto Sans JP, sans-serif;
  color: #e35555;
  text-align: center;
  background-color: #fbe6e6;
  opacity: 1;
  width: calc(100% - 32px);
}

.osOptimize .invalid ul li p,
.requiredCautionBox .msg ul li p{
  color: #e35555;
}

.osOptimize main .orderInformation > .osb-container > .osb-fs-18 > div {
  color: var(--corporate-color);
}

.osOptimize main .loginLink {
  color: var(--corporate-color);
  text-decoration: underline;
}

.osOptimize main #prodcutsDetail > #inCartMsg > p{
	color:#FFFFFF;
	font-size:1.250rem;
	font-weight:700
}

.osOptimize main h3 {
  border-left: 4px solid #333538;
}

.osOptimize main .AddressField label {
  display: inline;
}

.osOptimize main .EmailField:first-child .annotationText {
  display: block;
  margin-top: 15px;
}

.osOptimize
  main
  .PaymentMethodRadioField
  .valid-dwfrm_billing_paymentMethods_selectedPaymentMethodID {
  display: none !important;
}

.osOptimize main .PaymentMethodRadioField .openModal,
.osOptimize main .PaymentMethodRadioField .closeText span {
  font-size: 14px;
}

.osOptimize main .PaymentMethodRadioField .modalTTL {
  font-size: 18px;
}

.osOptimize main .PaymentMethodRadioField .refText,
.osOptimize main .PaymentMethodRadioField .subText {
  font-size: 12px;
}

.osOptimize main .PaymentMethodRadioField .contactTTL {
  font-size: 22px;
}

.osOptimize main .PaymentMethodRadioField .modalInner {
  top: 100px;
  margin-bottom: 100px;
}

.osOptimize main .PaymentMethodRadioField .modalBg {
  height: 1300px;
}

.osOptimize main .PaymentMethodRadioField__guideArea--paymentCard {
  background-color: var(--main-background);
}

.osOptimize main .AgreementField .termsBox {
  width: 100%;
  height: 76px;
  padding: 8px;
  margin: 10px 0 16px;
}

.osOptimize main .AgreementField .termsBox .inner section {
  font: 12px/16px Noto Sans JP, sans-serif;
  color: #333538;
}

.osOptimize main .AgreementField .termsBox .inner section h2 {
  font: bold 14px/16px Noto Sans JP, sans-serif;
  color: #333538;
}

.osOptimize main .AgreementField input[type='checkbox']:checked + label::after,
.osOptimize main .EmailMagagineField input[type='checkbox']:checked + label::after {
  top: 2px !important;
}

.osOptimize main .NextButton p {
  width: 280px;
  height: 48px;
  /*background-color: var(--button-background);*/
}

.osOptimize main .NextButton p button{
  background-color: var(--button-background);
}

.osOptimize footer {
  background-color: var(--footer-background);
}

.osOptimize footer .footLogo {
  width: 230px;
  margin: 0 auto 15px;
}

.osOptimize footer .footLogo a img:nth-of-type(1) {
  width: 97px;
  margin-right: 10px;
}

.osOptimize footer .footLogo a img:nth-of-type(2) {
  width: calc(100% - 107px);
}

.osOptimize footer .copyRight {
  padding: 0 20px;
  font-size: 0.7rem;
  line-height: 1.4;
  color: #999;
  text-align: center;
  letter-spacing: -0.026em;
}

#additionalHtml {
  display: none;
}

:root {
  --button-background: #eb0b44;
  --radio-background: #d7063b;
  --checkbox-background: #d7063b;
  --corporate-color: #d7063b;
}

.osOptimize .ft-title {
  background-color: #ffd3d5;
}

.osOptimize .ft-title h2 {
  color: #000 !important;
}

button[disabled], button.disabled,
  .button[disabled],
  .button.disabled,
  .buttonstyle[disabled],
  .buttonstyle.disabled,
  input[type="button"][disabled],
  input[type="button"].disabled {
    background-color: #ccc;
    border-color: #ccc;
    color: #666;
    opacity: 0.5;
    }

/*
.btnWhite.small > button,
button.clickOnAddToCartContentAsset{
  font-size:1.0rem;
}
*/

#FormTailorContainer .formLPCartTable{
  width:100%;
}


#FormTailorContainer main .formLPCartTable > [data-component$='OrderGrid'] select{
  padding-left: 9px;
  height: 36px !important;
}

/**************************************
.subsclist(2回目定期情報)
***************************************/
#secondSubscInfo .itemInfo > dd > .text{
	width:100%
}
#secondSubscInfo > ul > li > dl > dd > .text p.name,
#secondSubscInfo .itemInfo > dd > .text > ul.label > li,
#secondSubscInfo > ul > li > dl.subscriptionTotal > dt,
#secondSubscInfo > ul > li > dl.subscriptionTotal > dd{
	font-size: 1.4rem;
	font-weight: 700;
}
#secondSubscInfo .itemInfo > dd > .text > ul.label > li{
	margin:0 0 0 1rem;
	padding: 0 !important;
}

/*# sourceMappingURL=optimize.css.map */










