@charset "UTF-8";

/* fade image in after load */
.lazyload {
  opacity: 0;
}
.lazyloading {
  opacity: 1;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}
/* 静的ページ共通 */
.block-freepage-content {
	width: 1200px;
	margin: 0 auto;
}
.block-freepage {
	width: 100%;
	margin: 70px 0 100px;
}
.block-freepage h1 {
  margin-bottom: 65px;
}
.block-freepage-bg {
	width: 100%;
	padding: 100px 0 60px;
	background-image: url("../../img/usr/common/bg.png");
	background-position: center top;
	background-repeat: repeat;
}
.block-freepage-section {
	margin: 0 0 68px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 25px 50px;
}

.block-freepage-section h2 {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.285;
	letter-spacing: 0.05em;
	margin: 0 0 25px;
}
.block-freepage-section h3 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin: 30px 0 15px;
	padding: 0;
}
.block-freepage-section .at-text-right {
	text-align: right;
}
.block-freepage-section a {
	text-decoration: underline;
}
.block-freepage-section a:hover {
	text-decoration: none;
}
.block-freepage-section p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
}
.block-freepage-section p:not(:last-child) {
  margin: 0 0 22px;
}

.block-freepage-section ul.at-disc,
.block-freepage-section ul.at-alpha,
.block-freepage-section ol.at-number {
	margin: 0 0 22px 20px;
}
.block-freepage-section ul.at-asterisk {
	margin: 0 0 22px;
}
.block-freepage-section ul.at-disc:last-child,
.block-freepage-section ul.at-alpha:last-child,
.block-freepage-section ul.at-asterisk:last-child,
.block-freepage-section ol.at-number:last-child,
.block-freepage-section ul.at-katakana:last-child {
	margin-bottom: 0;
}
.block-freepage-section ul.at-katakana {
	margin: 0 0 22px 40px;
}
.block-freepage-section ul.at-disc li,
.block-freepage-section ul.at-katakana li,
.block-freepage-section ul.at-alpha li,
.block-freepage-section ul.at-asterisk li,
.block-freepage-section ol.at-number li,
.block-freepage-section ol.at-brackets-number li {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
}
.block-freepage-section ul.at-asterisk li {
	text-indent: -1em;
	padding-left: 1em;
}
.block-freepage-section ul.at-disc li {
	list-style: disc;
}
.block-freepage-section ul.at-katakana li {
	list-style-type: katakana;
}
.block-freepage-section ul.at-alpha li {
	list-style-type: lower-alpha;
}
.block-freepage-section ol.at-number li {
	list-style-type: decimal;
}
.block-freepage-section ol.at-brackets-number li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	list-style-type: none;
}
.block-freepage-section .table {
	width: 100%;
}
.block-freepage-section .table th,
.block-freepage-section .table td {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
	word-break: break-all;
	word-wrap: break-word;
}
.block-freepage-section .table th {
	width: 200px;
	font-weight: bold;
}
.block-freepage-section .table.block-low-table th {
	vertical-align: top;
}
.block-freepage-section .table td small {
	font-size: 12px;
	line-height: 1.8;
	display: inline-block;
}
/* よくあるご質問 */
.block-faq {
	width: 100%;
	margin: 70px 0 100px;
}
.block-faq h1 {
  margin-bottom: 65px;
}
.block-faq-intro {
	width: 1200px;
	margin: 0 auto 70px;
}
.block-faq-intro--text {
  margin: 0 0 30px;
}
.block-faq-intro--nav {
	display: flex;
	flex-wrap: wrap;
	width: 1165px;
	margin: 0 auto;
}
.block-faq-intro--nav li {
  width: 280px;
  margin: 0 15px 20px 0;
}
.block-faq-intro--nav li:nth-child(4n) {
  margin-right: 0;
}
.block-faq-intro--nav li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block-faq-intro--nav li a {
	border: 1px solid #CCCCCC;
	border-radius: 100px;
	padding: 0 60px 0 30px;
	height: 70px;
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.block-faq-intro--nav li a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-faq-intro--nav li a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 35px;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	transform: rotate(45deg);
}
.block-faq-intro--nav li span {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
}
.block-faq-section dl {
	background-color: #FFFFFF;
	border-radius: 10px;
}
.block-faq-section:not(:last-child) {
  margin: 0 0 68px;
}
.block-faq-section dl:not(:last-child) {
  margin: 0 0 15px;
}
.block-faq-section h2 {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.285;
	text-align: center;
	letter-spacing: 0.05em;
	background-color: #999999;
	border-radius: 10px;
	padding: 13px 10px 11px;
	margin: 0 0 15px;
}
.block-faq-section dt {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
	position: relative;
	padding: 25px 80px 25px 95px;
	cursor: pointer;
}
.block-faq-section dt span.block-faq-intro--icon {
	color: #5D4F42;
	font-size: 16px;
	line-height: 1.3125;
	letter-spacing: 0.02em;
	display: inline-block;
	text-align: center;
	border: 1px solid #5D4F42;
	border-radius: 3px;
	padding: 4px 10px 3px;
	margin-left: 10px;
	vertical-align: middle;
	width: 90px;
}
.block-faq-section dt::before {
	content: "Q.";
	position: absolute;
	top: 25px;
	left: 40px;
	color: #054E3C;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.block-faq-section dt span.at-opener {
	width: 29px;
	height: 29px;
	display: block;
	background-color: #5D4F42;
	border-radius: 50%;
	position: absolute;
	right: 40px;
	top: 50%;
	margin-top: -15px;
	transition: all .3s;
}
.block-faq-section dt span.at-opener::before,
.block-faq-section dt span.at-opener::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 16px;
	height: 2px;
	margin-left: -7px;
	margin-top: -1px;
	background-color: #FFFFFF;
	transition: all .3s;
}
.block-faq-section dt span.at-opener::after {
	transform: rotate(-90deg);
}
.block-faq-section dt.open span.at-opener {
	background-color: #DEDEDE;
}
.block-faq-section dt.open span.at-opener::after {
	transform: rotate(0);
	background-color: #000000;
}
.block-faq-section dd {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
	display: none;
	position: relative;
	padding: 30px 50px 45px 65px;
	margin: 0 30px;
	border-top: 1px dashed #888888;
}
.block-faq-section dd:before {
	content: "A.";
	position: absolute;
	top: 27px;
	left: 10px;
	color: #840209;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.block-faq-section dd p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
}
.block-faq-section dd p:not(:last-child) {
  margin: 0 0 22px;
}

.block-faq-section dd a {
  text-decoration: underline;
}
.block-faq-section dd a:hover {
  text-decoration: none;
}
.block-faq-section dd a.icon-link {
	line-height: 1.0625;
	display: block;
	position: relative;
	padding-left: 22px;
}
.block-faq-section dd a.icon-link::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 17px;
	height: 17px;
	background-color: #054E3C;
	border-radius: 50%;
}
.block-faq-section dd a.icon-link::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	transform: rotate(-45deg);
}
.block-faq-section dd strong {
	font-weight: bold;
}
.block-faq-section dd ul.at-disc,
.block-faq-section dd ol.at-number {
	margin: 0 0 22px 20px;
}
.block-faq-section dd ul.at-disc li,
.block-faq-section dd ol.at-number li {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
}
.block-faq-section dd ul.at-disc li {
	list-style: disc;
}
.block-faq-section dd ol.at-number li {
	list-style-type: decimal;
}
/* ご利用ガイド */
.block-guide {
  width: 1200px;
  margin: 24px auto 80px;
}
.block-guide h1 {
  margin-bottom: 9px;
}
.block-guide-intro {
  margin: 0 0 68px;
}
.block-guide-intro--text {
  margin: 0 0 30px;
}
.block-guide-intro--nav {
  display: flex;
  flex-wrap: wrap;
}
.block-guide-intro--nav li {
  width: 285px;
  margin: 0 20px 12px 0;
}
.block-guide-intro--nav li:nth-child(4n) {
  margin-right: 0;
}
.block-guide-intro--nav li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.block-guide-intro--nav li a {
  display: block;
  border: 1px solid #dedede;
  border-radius: 5px;
  text-align: center;
  padding: 27px 0;
}
.block-guide-intro--nav li a:hover {
  text-decoration: none;
  opacity: .8;
}
.block-guide-intro--nav li span {
  position: relative;
  font-size: 16px;
  padding: 0 17px 0 0;
}
.block-guide-intro--nav li span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
  transform: rotate(45deg);
}
.block-guide-section:not(:last-child) {
  margin: 0 0 68px;
}
.block-guide-section--box:not(:last-child) {
  margin: 0 0 28px;
}
.block-guide-section h3 {
  margin: 0 0 16px;
}
.block-guide-section--text p:not(:last-child) {
  margin: 0 0 22px;
}
#payment .block-guide-section--box:nth-of-type(2) .block-guide-section--text p:nth-child(3) {
  margin: 0;
}
#payment .block-guide-section--box:nth-of-type(2) .block-guide-section--text ul {
  margin: 0 0 22px;
}
.block-guide-section--text a {
  text-decoration: underline;
}
.block-guide-section--text a:hover {
  text-decoration: none;
}

/* プライバシーポリシー */
.block-privacy {
  width: 1200px;
  margin: 24px auto 80px;
}
.block-privacy h1 {
  margin-bottom: 9px;
}
.block-privacy h2 {
  font-size: 18px;
  padding: 0 0 12px;
  margin: 0 0 16px;
  border-bottom: 1px solid #dedede;
}
.block-privacy-section:not(:last-child) {
  margin: 0 0 68px;
}
.block-privacy-section--text p:not(:last-child) {
  margin: 0 0 22px;
}

/* ---------------------------------------
	ランディングページ
---------------------------------------- */
/* common */
.pane-landingpage-contents {
  background: #fff;
}
.block-landingpage h2[class^="block-landingpage"],
.block-landingpage .block-order-method--dest-title {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.28;
	letter-spacing: 0.05em;
	text-align: center;
	margin: 0 0 35px;
	padding: 13px 15px 11px;
	border: none;
	background-color: #999999;
	border-radius: 10px;
}
.block-landingpage h2.block-landingpage-form--sales-append-title {
	margin-top: 50px;
}
.block-landingpage h2.block-landingpage-form--goods-title,
.block-landingpage h2.block-landingpage-form--guest-title,
.block-landingpage h2.block-landingpage-form--search-call-customer-title {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	background: none;
	padding: 0;
	margin: 0 0 20px;
}
.block-landingpage .block-landingpage-login--member h2.block-landingpage-login--member-header,
.block-landingpage h2.block-landingpage-form--goods-title,
.block-landingpage h2.block-landingpage-form--guest-title {
  margin-top: 0;
}
.block-landingpage #method_spec h3,
.block-landingpage #method_pay h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.307;
	padding: 0;
	margin: 0 0 20px 0;
	border: none;
}
.block-landingpage .block-landingpage-login--member-message {
  font-size: 18px;
  text-align: center;
}
.block-landingpage .block-landingpage-login--ask-password {
  font-size: 17px;
  text-align: center;
}
.block-landingpage .block-landingpage-login--ask-password a {
  text-decoration: underline;
}
.block-landingpage .block-landingpage-form--sales-append-content,
.block-landingpage .fieldset.block-landingpage-login--guest-info,
.block-landingpage .block-landingpage-other--dest-input {
  padding: 0;
  margin: 0;
  border: none;
}
.block-landingpage .block-landingpage-other--dest {
  margin: 30px 0 0;
  padding: 15px;
  border: none;
	text-align: center;
}
.block-landingpage .block-landingpage-form {
  border: #dcdcdc 2px solid;
}
.block-landingpage-form--spec-content dl dt {
  float: left;
}
.block-landingpage-form--spec-content dl dd {
  margin-left: 8em;
}
.block-landingpage input {
  max-width: 600px;
}
.pane-landingpage-contents #frmLP .action-buttons {
  /*margin: 60px 0 80px;*/
}
.pane-landingpage-contents .action-buttons .btn.btn-primary {
	width: 460px;
	padding: 13px 0 12px;
	margin: 0;
	border-radius: 500px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

/* details */
.pane-landingpage-contents #lp_details {
  margin-top: 80px;
}
.pane-landingpage-contents .detail-box {
  margin: 0 0 70px 0;
}
.pane-landingpage-contents .detail-box#detail_bottom {
  margin: 0 0 10px 0;
}
.pane-landingpage-contents .detail-box .detail-ttl {
  padding: 10px 0;
  margin: 0;
  border: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #707070;
  color: #fff;
}
.pane-landingpage-contents .detail-box .detail-inbox {
  padding: 20px;
  border-left: #dedede 2px solid;
  border-right: #dedede 2px solid;
  border-bottom: #dedede 2px solid;
}
.pane-landingpage-contents .detail-box .detail-inbox.table {
  padding: 0;
}
.pane-landingpage-contents .detail-box p + p {
  margin-top: 10px;
}
.pane-landingpage-contents .detail-box .notice-list {
  margin: 0 1em 10px;
}
.pane-landingpage-contents .detail-box .notice-list li {
  list-style: disc inside;
  padding-left: 1em;
  text-indent: -1em;
}
.pane-landingpage-contents .detail-box .dl-table {
  display: flex;
  align-items: stretch;
}
.pane-landingpage-contents .detail-box .dl-table + .dl-table {
  border-top: #dedede 2px solid;
}
.pane-landingpage-contents .detail-box .dl-table dt {
  width: 25%;
  padding: 20px;
  border-right: #dedede 2px solid;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pane-landingpage-contents .detail-box .dl-table dd {
  width: 75%;
  padding: 20px;
  box-sizing: border-box;
}
.landingpage-change-order-form-table-check,
.landingpage-change-order-form-table-check th,
.landingpage-change-order-form-table-check td{
  border-collapse: collapse;
  border: 1px solid #c8c8c8;
}
.landingpage-change-order-form-table-check th,
.landingpage-change-order-form-table-check td{
  padding: 10px;
}
.landingpage-change-order-form-table-check{
  width: 100%;
  margin:0 0 10px 0;
}
.landingpage-change-order-form-table-check th{
  font-weight: bold;
  background-color: #f8f8f8;
}
.landingpage-change-order-form-table-radio td{
  padding:10px;
}
.landingpage-change-order-form-table-radio .landingpage-change-order-form-table-radio-goods{
  padding-right: 100px;
}
/* LP:CLEAR SKIN */
#lp_clear_skin {
  min-width: 1000px;
  margin: 0 calc((-100vw + 1218px) / 2);
  overflow: hidden;
}
#lp_clear_skin .for-sp {
  display: none;
}
#lp_clear_skin * {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
#lp_clear_skin section {
  position: relative;
}
#lp_clear_skin section .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#lp_clear_skin h1,
#lp_clear_skin h2,
#lp_clear_skin h3 {
  padding: 0;
  margin: 0;
  border: none;
}
#lp_clear_skin .position-wrap {
  width: 100%;
  height: 2850px;
  position: relative;
}
#lp_clear_skin #sec_main {
  padding: 50px 0 0 0;
}
#lp_clear_skin #sec_main::after {
  content: "";
  width: 946px;
  height: 290px;
  position: absolute;
  left: -125px;
  bottom: -100px;
  display: block;
  background: url("../../img/usr/lp/clear-skin/design.png") center top no-repeat;
}
#lp_clear_skin #sec_main .top-pop {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#lp_clear_skin #sec_main .visual img {
  width: 100%;
}
#lp_clear_skin #sec_main .desc-box {
  width: 100%;
  height: 100%;
  padding: 9.5% 0 0 65%;
  position: absolute;
  top: 0;
  left: 0;
}
#lp_clear_skin #sec_main .desc-box h1 {
  max-width: 324px;
  margin: 0 auto 10px;
}
#lp_clear_skin #sec_main .desc-box .text {
  margin: 0 0 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.6;
}
#lp_clear_skin #sec_main .button.days10 a {
  width: 240px;
  height: 40px;
  margin: 0 auto;
  border: #000 1px solid;
  border-radius: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.3s;
  background: transparent;
}
#lp_clear_skin #sec_main .button.days10 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 25px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
#lp_clear_skin #sec_main .button.days10 a:hover {
  border: #000 1px solid;
  background: #000;
  color: #fff;
}
#lp_clear_skin #sec_main .button.days10 a:hover::after {
  border-color: #fff;
}
#lp_clear_skin #sec_story {
  height: 1200px;
  position: relative;
  box-sizing: border-box;
}
#lp_clear_skin #sec_story::after {
  content: "";
  width: 100%;
  height: 780px;
  background: url("../../img/usr/lp/clear-skin/story_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#lp_clear_skin #sec_story .side {
  position: absolute;
  left: 20px;
  top: 320px;
}
#lp_clear_skin #sec_story .inner {
  width: 1040px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#lp_clear_skin #sec_story .pop {
  margin: 0 0 20px 0;
  font-size: 26px;
  font-weight: bold;
}
#lp_clear_skin #sec_story .text {
  margin: 0 0 20px 0;
  font-size: 15px;
  line-height: 1.8;
}
#lp_clear_skin #sec_story .kome-list {
  margin: 0 0 30px 0;
  display: flex;
}
#lp_clear_skin #sec_story .kome-list li {
  margin: 0 10px 0 0;
  font-size: 12px;
}
#lp_clear_skin #sec_story .button.days10 a {
  width: 320px;
  height: 50px;
  border: #000 1px solid;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  display: block;
  position: relative;
  transition: 0.3s;
  background: #fff;
}
#lp_clear_skin #sec_story .button.days10 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 25px;
  top: calc(50% - 4px);
  transform: rotate(45deg);
}
#lp_clear_skin #sec_story .button.days10 a:hover {
  border: #000 1px solid;
  background: #000;
  color: #fff;
}
#lp_clear_skin #sec_story .button.days10 a:hover::after {
  border-color: #fff;
}
#lp_clear_skin #sec_body {
  width: 100%;
  height: 920px;
  padding: 110px 0 0;
  background: url("../../img/usr/lp/clear-skin/body_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 4;
  position: absolute;
  top: 910px;
}
#lp_clear_skin #sec_eye {
  width: 100%;
  height: 920px;
  padding: 200px 0 0;
  background: url("../../img/usr/lp/clear-skin/eye_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 3;
  position: absolute;
  top: 1580px;
}
#lp_clear_skin #sec_face {
  width: 100%;
  height: 960px;
  padding: 80px 0 0;
  background: url("../../img/usr/lp/clear-skin/face_bg.png") center bottom no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 2;
  position: absolute;
  top: 2250px;
}
#lp_clear_skin #sec_body h2 {
  position: absolute;
  top: 270px;
  left: -30px;
}
#lp_clear_skin #sec_eye  h2 {
  position: absolute;
  top: 10px;
  right: 0;
}
#lp_clear_skin #sec_face h2 {
  position: absolute;
  top: 250px;
  left: 0;
}
#lp_clear_skin .item-frame .inner {
  width: 1100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  box-sizing: border-box;
}
#lp_clear_skin #sec_body .inner {
  padding-left: 150px;
} 
#lp_clear_skin #sec_eye  .inner {
  padding-right: 150px;

  flex-direction: row;
}
#lp_clear_skin #sec_face .inner {
  padding-left: 150px;
}
#lp_clear_skin #sec_body .image {
  width: 500px;
} 
#lp_clear_skin #sec_eye  .image {
  width: 500px;
  margin-top: 100px;
}
#lp_clear_skin #sec_face .image {
  width: 500px;
}
#lp_clear_skin #sec_body .desc-box {
  width: 360px;
  margin-top: 200px;
}
#lp_clear_skin #sec_eye  .desc-box {
  width: 360px;
}
#lp_clear_skin #sec_face .desc-box {
  width: 360px;
  margin-top: 200px;
}
#lp_clear_skin .item-frame .desc-box .pop {
  margin: 0 0 20px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
#lp_clear_skin .item-frame .desc-box .text {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 2.0;
  color: #fff;
}
#lp_clear_skin .item-frame .desc-box .item-desc {
  padding: 10px 0;
  border-bottom: #4d4d4d 1px solid;
  border-top: #4d4d4d 1px solid;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
#lp_clear_skin .item-frame .desc-box .item-desc p {
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}
#lp_clear_skin #sec_nayami {
  padding: 363px 0 160px;
  background: url("../../img/usr/lp/clear-skin/nayami_bg.jpg") center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
#lp_clear_skin #sec_nayami::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255,255,255,0.25);
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#lp_clear_skin #sec_nayami .inner {
  position: relative;
  z-index: 2;
}
#lp_clear_skin #sec_nayami h2 {
  margin: 0 0 50px 0;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
}
#lp_clear_skin #sec_nayami .nayami-list {
  margin: 0 0 50px 0;
  display: flex;
  justify-content: center;
}
#lp_clear_skin #sec_nayami .nayami-list li {
  width: 280px;
  height: 280px;
  margin: 0 20px;
  border-radius: 280px;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", sans-serif;
}
#lp_clear_skin #sec_nayami .line01 {
  margin: 0 0 50px 0;
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
}
#lp_clear_skin #sec_nayami .line02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 2.0;
}
#lp_clear_skin #sec_offer {
  padding: 100px;
  background: #d3cdcd;
  overflow: hidden;
}
#lp_clear_skin #sec_offer::before {
  content: "";
  width: 0;
  height: 0;
  border-top: #c9c3c3 700px solid;
  border-right: transparent 700px solid;
  border-bottom: transparent 700px solid;
  border-left: transparent 700px solid;
  position: absolute;
  top: 0;
  left: calc(50vw - 709px);
  display: block;
}
#lp_clear_skin #sec_offer::after {
  content: "";
  width: 0;
  height: 0;
  border-top: transparent 700px solid;
  border-right: transparent 700px solid;
  border-bottom: #c9c3c3 700px solid;
  border-left: transparent 700px solid;
  position: absolute;
  bottom: 0;
  left: calc(50vw - 709px);
  display: block;
}
#lp_clear_skin #sec_offer .inner {
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
  position: relative;
  z-index: 2;
}
#lp_clear_skin #sec_offer .head {
  padding: 90px 0 60px;
  text-align: center;
  position: relative;
}
#lp_clear_skin #sec_offer .head .pop {
  width: 100%;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 0;
}
#lp_clear_skin #sec_offer .details {
  padding: 80px 100px;
}
#lp_clear_skin #sec_offer .ttl-point {
  margin: 0 0 45px 0;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  color: #e37a7a;
}
#lp_clear_skin #sec_offer .ttl-point strong {
  font-size: 36px;
  font-weight: bold;
}
#lp_clear_skin #sec_offer .point-list {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lp_clear_skin #sec_offer .point-list li {
  width: 18.5%;
  padding: 5px 0;
  border: #000 1px solid;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
}
#lp_clear_skin #sec_offer .middle-text {
  margin: 0 0 30px 0;
  font-size: 19px;
  text-align: center;
  line-height: 2.0;
}
#lp_clear_skin #sec_offer .middle-text .days10 {
  padding: 5px 8px;
  margin: 0 10px;
  border: #e37a7a 1px solid;
  color: #e37a7a;
  display: inline-block;
  line-height: 1.0;
}
#lp_clear_skin #sec_offer .middle-text .line {
  border-bottom: #e37a7a 2px solid;
  display: inline-block;
  line-height: 1.0;
}
#lp_clear_skin #sec_offer .price-box {
  margin: 0 0 60px 0;
}
#lp_clear_skin #sec_offer .price-box .price-line {
  margin: 0 0 20px 0;
  text-align: center;
}
#lp_clear_skin #sec_offer .price-box .regular-line {
  padding: 5px 0;
  font-size: 18px;
  text-align: center;
  background: #f0f0f0;
  color: #808080;
}
#lp_clear_skin #sec_offer .trial-button {
  margin: 60px 0;
}
#lp_clear_skin #sec_offer .trial-button a {
  width: 780px;
  height: 120px;
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 120px;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  background: linear-gradient(90deg, rgba(213,8,8,1) 0%, rgba(237,9,141,1) 100%);
  transition: 0.3s;
}
#lp_clear_skin #sec_offer .trial-button a:hover {
  opacity: 0.7;
}
#lp_clear_skin #sec_offer .trial-button a::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 0 0 20px;
  border-top: 12px solid transparent;
  border-right: 12px solid transparent;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
  display: inline-block;
}
#lp_clear_skin #sec_offer .notice-list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 14px;
  color: #444;
}
/* ---------------------------------------
	ページ機能
---------------------------------------- */
.block-page-block--frame {
	margin: 0;
}
.block-page-block--frame .block-page-block--title01 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.727;
	letter-spacing: 0.06em;
	margin: 35px 0 30px;
}
.block-page-block--contents-body-text-1column,
.block-page-block--contents-body-text-2column,
.block-page-block--contents-body-imgtext-1column-text,
.block-page-block--frame p {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
	letter-spacing: 0.06em;	
}
.block-page-block--contents-body-text-1column {
	width: 750px;
	margin: 0 auto 75px;
}

.block-page-block--contents-body-text-2column {
	width: 365px;
	margin-bottom: 80px;
}


.block-page-block--freespace-bottom {
}
.block-page-block--contents-body-img-1column {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.block-page-block--contents.block-page-block--contents-img {
	display: flex;
	justify-content: space-between;
}
.block-page-block--contents.block-page-block--contents-img img {
	width: 100%;
	max-width: none;
}
.block-page-block--contents-body-img-2column {
	width: 440px;
	margin-bottom: 40px;
}
.block-page-block--contents.block-page-block--contents-title,
.block-page-block--contents.block-page-block--contents-text {
	width: 750px;
	margin: 0 auto 0;
	display: flex;
	justify-content: space-between;
}
.block-page-block--contents.block-page-block--contents-text {
	/*margin-bottom: 80px;*/
}
.block-page-block--contents-body-title {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.46;
	letter-spacing: 0.05em;
	margin: 40px 0;
}
.block-page-block--contents-body-imgtext-1column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}
.block-page-block--contents-body-imgtext-1column img {
	width: 440px;
}
.block-page-block--contents-body-imgtext-1column-text {
	width: 380px;
}
.at-left-img .block-page-block--contents-body-imgtext-1column-text {
	margin-right: 36px;
}
.at-right-img .block-page-block--contents-body-imgtext-1column-text {
	margin-left: 36px;
}
/* 商品リスト */
.block-page-block--contents-goodslist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
.block-page-block--contents-goodslist dl {
	width: 290px;
	margin: 0 15px 70px 0;
}
.block-page-block--contents-goodslist dl:nth-child(3n) {
	margin-right: 0;
}
.block-page-block--goods-image a {
	display: block;
}
.block-page-block--goods-image figure {
	width: 290px;
	height: 348px;
}
.block-page-block--goods-info {
	margin-top: 10px;
}
.block-page-block--goods-info .variation-name {
	display: none;
}
.block-page-block--goods-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;
	text-decoration: none;
}
.block-page-block--goods-name a {
    display: -webkit-box;
    -webkit-line-clamp: 2; /*行数*/
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.block-page-block--goods-info .block-page-block--price-infos {
	margin: 10px 0 0;
	font-size: 20px;
	line-height: 1.3;
}
.block-page-block--goods-info .price,
.block-page-block--goods-info .net-price,
.block-page-block--goods-info .default-price,
.block-page-block--goods-info .exchange-price,
.block-page-block--goods-info .block-exchange-price--rate-dt {
	text-align: left;
	font-weight: 500;
}

.block-page-block--goods-info .price {
  color: #000000;
}
.block-page-block--goods-info .price span,
.block-page-block--goods-info .price::after {
	font-size: 16px;
}
.block-page-block--goods-info .block-page-block--net-price {
	color: #081f2c;
	font-size: 16px;
	padding-top: 5px;
}
.block-page-block--goods-info .block-page-block--net-price::after {
	font-size: 14px;
}

.block-page-block--goods-info .block-page-block--price-infos .block-page-block--scomment {
  font-size: 11px;
  font-weight: bold;
  color: #C7000B;
}
.block-page-block--goods-info .block-page-block--price-infos .block-page-block--scomment + .block-page-block--price-items {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
	align-items: flex-end;
}
.block-page-block--goods-info .block-page-block--price-infos .block-page-block--scomment + .block-page-block--price-items .price {
	color: #C7000B;
	font-size: 24px;
	font-weight: bold;
	margin-left: 5px;
}
.block-page-block--goods-info .block-page-block--price-infos .block-page-block--scomment + .block-page-block--price-items .price span,
.block-page-block--goods-info .block-page-block--price-infos .block-page-block--scomment + .block-page-block--price-items .price::after {
	font-size: 18px;
}
.block-page-block--goods-info .block-page-block--price-infos .block-page-block--scomment + .block-page-block--price-items .price + .default-price {
  font-size: 20px;
  font-weight: normal;
}
.block-page-block--goods-info .block-page-block--price-infos .block-page-block--scomment + .block-page-block--price-items .price + .default-price span,
.block-page-block--goods-info .block-page-block--price-infos .block-page-block--scomment + .block-page-block--price-items .price + .default-price::after {
	font-size: 16px;
	vertical-align: middle;
	display: inline-block;
	text-decoration: line-through solid 1px;
}
.block-page-block--goods-info .block-page-block--items-more {
	width: 180px;
	margin: 10px auto 20px;
}
.block-page-block--goods-info .block-page-block--items-more a {
	color: #054E3C;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0.02em;
	border: 1px solid #054E3C;
	background-color: #FFFFFF;
	border-radius: 36px;
	height: 36px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.block-page-block--goods-info .block-page-block--items-more a::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-right: 1px solid #054E3C;
	border-bottom: 1px solid #054E3C;
	transform: rotate(-45deg);
}
.block-page-block--goods-info .block-page-block--items-more a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #054E3C;
}
.block-page-block--goods-info .block-page-block--items-more a:hover::after {
	border-color: #FFFFFF;
}

.block-page-block--freespace-bottom .block-page-block--contents.block-page-block--contents-text {
	width: 868px;
}
.block-page-block--freespace-bottom .block-page-block--contents.block-page-block--contents-text .block-page-block--contents-body-text-2column {
	width: 408px;
}
.block-page-block--table thead th {
	text-align: center;
}
.block-page-block--table tbody th {
	width: 140px;
	text-align: center;
}

/* スライダー */
.block-page-block--contents-imgtextslider {
	position: relative;
	margin-bottom: 75px;
}
.block-page-block--contents-imgtextslider .bx-wrapper {
	box-shadow: none;
	border: 0;
	margin: 0;
}
.block-page-block--contents-imgtextslider .bx-wrapper .img-center {
	height: 675px;
}
.block-page-block--contents-imgtextslider ul.bxslider_thumbnail {
	display: flex;
	justify-content: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 688px;
}
.block-page-block--contents-imgtextslider ul.bxslider_thumbnail li {
	width: 215px;
	margin: 0 6px;
}
.block-page-block--contents-imgtextslider ul.bxslider_thumbnail li:first-child {
	margin-left: 0;
}
.block-page-block--contents-imgtextslider ul.bxslider_thumbnail li:nth-child(4) {
	margin-right: 0;
}
.block-page-block--contents-imgtextslider ul.bxslider_thumbnail li a {
	display: block;
	text-align: center;
}
.block-page-block--contents-imgtextslider ul.bxslider_thumbnail li a.active {
	position: relative;
}
.block-page-block--contents-imgtextslider ul.bxslider_thumbnail li a.active::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #5D4F42;
}
.block-page-block--contents-imgtextslider ul.bxslider_thumbnail li figure {
	width: 215px;
	height: 162px;
}
.block-page-block--contents-imgtextslider .block-page-block--contents-body-imgtext-slider-1column-text {
	font-size: 16px;
	line-height: 2.125;
	letter-spacing: 0.06em;
	width: 750px;
	margin: 205px auto 0;
}
.block-page-block--contents-imgtextslider .bx-wrapper .bx-controls-direction a {
	width: 40px;
	height: 80px;
	top: 300px;
	margin: 0;
	background: none;
	background-color: rgba(255,255,255,0.80);
}
.block-page-block--contents-imgtextslider .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	border-radius: 0 50px 50px 0;
}
.block-page-block--contents-imgtextslider .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	border-radius: 50px 0 0 50px;
}
.block-page-block--contents-imgtextslider .bx-wrapper .bx-controls-direction a::after {
	content: "";
	position: absolute;
	top: 58px;
	width: 15px;
	height: 15px;
	margin-top: -25px;
	border-top: 2px solid #000000;
	border-right: 2px solid #000000;
	z-index: 101;
}
.block-page-block--contents-imgtextslider .bx-wrapper .bx-controls-direction a.bx-prev::after {
	left: 12px;
	transform: rotate(-135deg);
}
.block-page-block--contents-imgtextslider .bx-wrapper .bx-controls-direction a.bx-next::after {
	right: 12px;
	transform: rotate(45deg);
}

/* ---------------------------------------
	ランディングページ　テンプレート
---------------------------------------- */
.page-sales_landingpage .pane-landingpage-contents .container {
	width: 100%;
}
div.block-lp-template {
	padding: 0 0 150px;
	background-color: #EDEDED;
}
div.block-lp-template .at-sp {
	display: none;
}
div.block-lp-template--inner {
	width: 1200px;
	margin: 0 auto;
}
div.block-lp-template--body {
	border-radius: 10px;
	padding: 60px 110px 100px;
	background-color: #FFFFFF;
}
/* 画像 */
div.block-lp-template .block-lp-template--img {
	text-align: center;
	margin: 0;
}
/* テキスト1カラム */
div.block-lp-template .block-lp-template--text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
	letter-spacing: 0.06em;
	width: 920px;
	margin: 0 auto 60px;
}
/* テキスト2カラム */
div.block-lp-template .block-lp-template--text.at-column2 {
	margin: 0 auto 30px;
	width: 100%;
}
div.block-lp-template .block-lp-template--text.at-column2 ul {
	display: flex;
	justify-content: space-between;
}
div.block-lp-template .block-lp-template--text.at-column2 ul li {
	width: calc((100% - 20px) / 2);
	margin: 0;
}
/* MV */
div.block-lp-template .block-lp-template--mv {
	width: 100%;
	text-align: center;
	margin: 0 0 25px;
}
/* 商品 */
div.block-lp-template .block-lp-template--item {
	margin: 0 0 90px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-title {
	text-align: center;
	margin: 0 0 30px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-title span {
	font-size: 34px;
	font-weight: bold;
	line-height: 1.47;
	letter-spacing: 0.05em;
	padding: 0 40px;
	display: inline-block;
	background-image: url("../../img/usr/lp/template/item_title_line.png");
	background-position: center bottom;
	background-repeat: repeat-x;
	background-size: 470px 20px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame {
	width: 920px;
	margin: 0 auto;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-img{
	width: 400px;
	margin: 0 auto;
} 
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-line {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box {
	text-align: center;
	width: calc((100% - 50px) / 3);
	margin: 0 12px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box:first-child {
	margin-left: 0;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box:nth-child(3) {
	margin-right: 0;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-img {
	width: 100%;
	margin-bottom: 15px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-name {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.625;
	letter-spacing: 0.06em;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-price {
	font-size: 20px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-price span,
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-price::after {
	font-size: 16px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-note a {
	font-size: 14px;
	text-decoration: underline;
	display: inline-block;
}
/**/
.block-lp-template--item-note-modal-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.70);
	z-index: 999999;
	display: none;
}
.block-lp-template--item-note-modal-body {
	width: 900px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 45px 75px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -180px 0 0 -450px;
	display: none;
	z-index: 9999999;
}

.block-lp-template--item-note-modal-body.js-active {
	/*display: block;*/
}

.block-lp-template--item-note-modal-body h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.36;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}
.block-lp-template--item-note-modal-table {
	width: 100%;
}
.block-lp-template--item-note-modal-table th,
.block-lp-template--item-note-modal-table td {
	font-size: 16px;
	line-height: 2.125;
	vertical-align: middle;
}
.block-lp-template--item-note-modal-table th {
	width: 140px;
	text-align: center;
	font-weight: bold;
}
.block-lp-template--item-note-modal-table td {
	text-align: left;
	padding: 18px 25px;
}
.block-lp-template--item-note-modal-close {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -40px;
}
.block-lp-template--item-note-modal-close span {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	display: inline-block;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}
.block-lp-template--item-note-modal-close span::before,
.block-lp-template--item-note-modal-close span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 2px;
	background-color: #FFFFFF;
}
.block-lp-template--item-note-modal-close span::before {
	transform: rotate(-30deg);
}
.block-lp-template--item-note-modal-close span::after {
	transform: rotate(30deg);
}
/**/
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-btn {
	margin-top: 5px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-btn input[type="checkbox"] + label {
	font-size: 18px;
	line-height: 1.0;
	letter-spacing: 0.03em;
	width: 290px;
	height: 50px;
	border-radius: 100px;
	background-color: #F4F4F4;
	border: 1px solid #F4F4F4;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 100px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-btn input[type="checkbox"]:checked + label {
	border: 1px solid #5D4F42;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-btn input[type="checkbox"] + label::before {
	left: 60px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-btn input[type="checkbox"]:checked + label::after {
	left: 69px;
	top: 16px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-qty-cell {
	text-align: center;
	margin-top: 10px;
	display: none;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-qty-cell span {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-qty-cell img {
	width: 35px;
	cursor: pointer;
	vertical-align: middle;
	margin: 0 7px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-flame .block-lp-template--item-box .block-lp-template--item-qty-cell input {
	font-size: 14px;
	font-weight: bold;
	width: 70px;
	height: 35px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-buy-button {
	width: 460px;
	margin: 35px auto 0;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-buy-button a {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
	letter-spacing: 0.03em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 500px;
	border: 1px solid #FF4500;
	background-color: #FF4500;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-buy-button a:hover {
	color: #FF4500;
	text-decoration: none;
	background-color: #FFFFFF;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-bulk-buy-button {
	margin: 35px auto 0;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-bulk-buy-button a {
	display: block;
	text-align: center;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-bulk-buy-button.at-bulk-buy-button--deco {
	width: 460px;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-bulk-buy-button.at-bulk-buy-button--deco a {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.03em;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	border-radius: 500px;
	border: 1px solid #FF4500;
	background-color: #FF4500;
}
div.block-lp-template .block-lp-template--item .block-lp-template--item-bulk-buy-button.at-bulk-buy-button--deco a:hover {
	color: #FF4500;
	text-decoration: none;
	background-color: #FFFFFF;
}
/* タイトル */
div.block-lp-template .block-lp-template--title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	line-height: 1.46;
	margin: 0 0 45px;
}
/* 画像+テキスト */
div.block-lp-template .block-lp-template--imgtxt {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 40px;
}
div.block-lp-template .block-lp-template--imgtxt .block-lp-template--img {
	margin: 0;
	width: 480px;
}
div.block-lp-template .block-lp-template--imgtxt .block-lp-template--text {
	margin: 0;
	width: 435px;
}
/* 画像左 */
div.block-lp-template .block-lp-template--imgtxt.at-img-left .block-lp-template--text {
	margin-right: 20px;
}
/* 画像右 */
div.block-lp-template .block-lp-template--imgtxt.at-img-right {
	flex-direction: row-reverse;
}
div.block-lp-template .block-lp-template--imgtxt.at-img-right .block-lp-template--text {
	margin-left: 20px;
}
/* 画像1カラム */
div.block-lp-template .block-lp-template--img.at-column1 {
	text-align: center;
	margin: 0 0 30px;
}
/* 画像2カラム */
div.block-lp-template .block-lp-template--img.at-column2 {
	text-align: center;
	margin-bottom: 30px;
}
div.block-lp-template .block-lp-template--img.at-column2 ul {
	display: flex;
	justify-content: space-between;
}
div.block-lp-template .block-lp-template--img.at-column2 ul li {
	width: calc((100% - 20px) / 2);
}
/* 画像3カラム */
div.block-lp-template .block-lp-template--img.at-column3 {
	text-align: center;
	margin-bottom: 30px;
}
div.block-lp-template .block-lp-template--img.at-column3 ul {
	display: flex;
	justify-content: space-between;
}
div.block-lp-template .block-lp-template--img.at-column3 ul li {
	width: calc((100% - 38px) / 3);
}
/* 画像1カラム+画像2カラム */
div.block-lp-template .block-lp-template--img-box {
	text-align: center;
	margin: 0 0 30px;
}
div.block-lp-template .block-lp-template--img-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.block-lp-template .block-lp-template--img-box ul li.at-column1 {
	margin: 0 0 15px;
	width: 100%;
}
div.block-lp-template .block-lp-template--img-box ul li.at-column2 {
	width: calc((100% - 20px) / 2);
	margin: 0;
}

div.block-lp-template .block-lp-template--voice {
	margin: 0 0 80px;
}
/* レシピ */
div.block-lp-template .block-lp-template--recipe {
	margin: 0 0 30px;
}
div.block-lp-template .block-lp-template--recipe h2 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	line-height: 1.289;
	letter-spacing: 0.05em;
	margin: 0 0 18px;
}
div.block-lp-template .block-lp-template--recipe .block-lp-template--recipe--list {
	display: flex;
}
div.block-lp-template .block-lp-template--recipe .block-lp-template--recipe--list li {
	text-align: center;
	width: calc((100% - 32px) / 3);
	margin: 0 16px 0 0;
}
div.block-lp-template .block-lp-template--recipe .block-lp-template--recipe--list li:nth-child(3n) {
	margin-right: 0;
}

div.block-lp-template .block-lp-template--recipe .block-lp-template--recipe--list li a {
	display: block;
}
div.block-lp-template .block-lp-template--recipe .block-lp-template--recipe--list li a:hover {
	text-decoration: none;
}
div.block-lp-template .block-lp-template--recipe .block-lp-template--recipe--list li p {
	font-size: 16px;
	line-height: 1.0;
	letter-spacing: 0.06em;
	margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1; /*行数*/
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
/* 説明テキスト */
div.block-lp-template .block-lp-template--ex-text {
	font-size: 16px;
	font-weight: 500;
	line-height: 2.125;
	letter-spacing: 0.06em;
	width: 750px;
	margin: 0 auto 50px;
}
/* バナー */
div.block-lp-template .block-lp-template--banner {
	text-align: center;
	margin: 0 0 80px;
}
/* タブ */
div.block-lp-template .block-lp-template--tab-box {
	margin: 0;
}
div.block-lp-template .block-lp-template--tab {
	display: flex;
	border-bottom: 1px solid #5D4F42;
}
div.block-lp-template .block-lp-template--tab li {
	width: 50%;
}
div.block-lp-template .block-lp-template--tab li a {
	color: rgba(93,79,66,0.80);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.01em;
	border: 1px solid #5D4F42;
	background-color: #FFFFFF;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px 10px 0 0;
}
div.block-lp-template .block-lp-template--tab li a:hover {
	text-decoration: none;
}
div.block-lp-template .block-lp-template--tab li a.js-select {
	color: #FFFFFF;
	background-color: #5D4F42;
}
div.block-lp-template .block-lp-template--tab-body {
	padding: 30px 50px 25px;
	background-color: #F4F4F4;
	display: none;
}
div.block-lp-template .block-lp-template--tab-body ul li {
	font-size: 18px;
	line-height: 1.88;
	letter-spacing: 0.06em;
	text-indent: -1em;
	padding-left: 1em;
}
div.block-lp-template .block-lp-template--tab-body.js-active {
	display: block;
}
/* モーダル */
.block-lp-template--modal-bg {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.70);
	z-index: 999999;
	display: none;
}
.block-lp-template--modal-box {
	
}
.block-lp-template--modal-menu {
	display: flex;
	justify-content: center;
}
.block-lp-template--modal-menu li {
	margin: 0 10px;
}
.block-lp-template--modal-menu li a {
	font-size: 15px;
	line-height: 1.33;
	letter-spacing: 0.04em;
	padding-left: 25px;
	position: relative;
	display: block;
}
.block-lp-template--modal-menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	background-color: #054E3C;
	border-radius: 50%;
}
.block-lp-template--modal-menu li a::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 8px;
	width: 5px;
	height: 5px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	transform: rotate(-45deg);
}
.block-lp-template--modal-body {
	width: 900px;
	background-color: #FFFFFF;
	border-radius: 10px;
	padding: 45px 90px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin: -180px 0 0 -450px;
	display: none;
	z-index: 9999999;
}

.block-lp-template--modal-body.js-active {
	/*display: block;*/
}

.block-lp-template--modal-body h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.36;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}
.block-lp-template--modal-body ul li {
	font-size: 18px;
	line-height: 1.88;
	letter-spacing: 0.06em;
	text-indent: -1em;
	padding-left: 1em;
}
.block-lp-template--modal-close {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -40px;
}
.block-lp-template--modal-close span {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25;
	display: inline-block;
	padding-left: 40px;
	position: relative;
	cursor: pointer;
}
.block-lp-template--modal-close span::before,
.block-lp-template--modal-close span::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 30px;
	height: 2px;
	background-color: #FFFFFF;
}
.block-lp-template--modal-close span::before {
	transform: rotate(-30deg);
}
.block-lp-template--modal-close span::after {
	transform: rotate(30deg);
}
/**/
div.block-lp-template--order-information {
	background-color: #ccc;
	background-image: url("../../img/usr/common/bg.png");
	background-position: center top;
	background-repeat: repeat;
	padding: 145px 0 150px;
	margin: 0 0 100px;
}
div.block-lp-template--order-information-inner {
	width: 1200px;
	margin: 0 auto;
}
.block-landingpage .block-landingpage-form,
.block-landingpage .block-order-method--dest {
	border: 0;
	padding: 0;
	margin: 0;
	background: none;
}
.block-order-method--wrap {
	display: none;
}
.block-lp-template--order-information-box,
.block-landingpage .block-order-method--dest,
.block-landingpage .block-landingpage-form--spec,
.block-landingpage .block-landingpage-form--payment,
.block-landingpage .block-landingpage-login--guest,
.block-landingpage .block-landingpage-login--member,
.block-landingpage .block-order-method--regular {
	background-color: #FFFFFF;
	border-radius: 10px;
	margin: 0 0 50px;
	padding: 40px 50px 45px;
}
.block-landingpage-form--goods,
.block-landingpage-form--spec-content,
.block-landingpage-form--payment-content,
.block-landingpage-login--guest-body,
.block-landingpage-login--member-body {
	padding: 0;
	border: 0;
}

.block-lp-template--order-information-title {
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.29;
	text-align: center;
	margin: 0 0 44px;
}

.block-landingpage-form--goods-table {
	width: 100%;
}
.block-landingpage-form--goods-table th {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-check {
	width: 80px;
	text-align: center;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-check input[type="checkbox"] + label,
.block-landingpage-form--goods-table td.block-landingpage-form--goods-check input[type="radio"] + label {
	display: block;
	height: 26px;
	margin-left: 16px;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-check:has(> input[type="radio"])  {
	height: 120px;
	text-align: center;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-img {
	text-align: center;
	width: 140px;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-img img {
	width: 100px;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-name {
	font-size: 20px;
	line-height: 1.7;
	padding: 10px 20px;
}

.block-landingpage-form--goods-table td.block-landingpage-form--goods-stock {
	font-size: 16px;
	width: 120px;
	text-align: center;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-qu {
	width: 220px;
	height: 120px;
	text-align: center;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-qu img {
	width: 35px;
	cursor: pointer;
}
.block-landingpage-form--goods-table td.block-landingpage-form--goods-qu input {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 70px;
	height: 35px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
}

.block-landingpage .fieldset.block-landingpage-login--guest-info .form-label {
	font-size: 16px;
	border-left: 1px solid #cccccc;
	width: 20%;
}
.block-landingpage .fieldset.block-landingpage-login--guest-info .constraint,
.block-landingpage .fieldset.block-landingpage-login--guest-info .form-control {
	border-right: 1px solid #cccccc;
}
.block-landingpage .fieldset.block-landingpage-login--guest-info .form-control {
	padding: 30px;
}
.block-landingpage .fieldset.block-landingpage-login--guest-info input[type="text"] {
	border: 1px solid #CCCCCC;
	background-color: #F9F9F9;
	border-radius: 5px;
	height: 50px;
}
.block-landingpage .fieldset.block-landingpage-login--guest-info select {
	height: 50px;
}

.block-landingpage #method_date {
	display: flex;
	flex-wrap: wrap;
}
.block-landingpage #method_date h3 {
	width: 100%;
}
.block-landingpage #method_date dl {
	flex-wrap: wrap;
	width: 50%;
}
.block-landingpage #method_date dl dt {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.block-landingpage #method_date dl dd:nth-of-type(2) {
	width: 100%;
}

.block-landingpage .block-landingpage-form--payment-content-method-select {
	/*display: flex;*/
	flex-wrap: wrap;
}
.block-landingpage .block-landingpage-form--payment-content-method-select li {
	margin-right: 60px;
}
/*.block-landingpage .block-landingpage-form--payment-content-method-select li .help-block {
	display: none;
}*/
.block-landingpage-form--sales-append-content .form-group:not(:last-child) {
	border-bottom: 0;
}

/* ---------------------------------------
	会社概要
---------------------------------------- */
#block_summary .block-history-table {
	width: 100%;
}
#block_summary .block-history-table th,
#block_summary .block-history-table td {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
	word-break: break-all;
	word-wrap: break-word;
	padding: 10px;
	border-bottom: 1px dashed #cccccc;
}
#block_summary .block-history-table th {
	width: 150px;
}
#block_summary .block-summary--syaze-img {
	text-align: center;
}
#block_summary #block_summary_origin .block-summary--origin-img,
#block_summary #block_summary_origin p {
	text-align: center;
}
#block_summary #block_summary_origin p span {
	color: #78952E;
}
#block_summary #block_summary_origin p small {
	font-size: 12px;
	display: block;
}
#block_summary #block_summary_origin p strong {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.0;
	display: block;
}






