@charset "UTF-8";

/* ====================
		page 共通
===================== */
.sp {
    display: none !important;
}

main#page {
    width: 1080px;
    margin: 40px auto 0;
    overflow: hidden;
}

#page h2 {
    font-size: 1.25rem;
    text-align: center;
    margin: auto;
}

.gradation .mv {
    background: #e7e0d4;
    background: -moz-linear-gradient(45deg, #e7e0d4 0%, #fff 21%, #fff 27%, #f6f0e8 100%);
    background: -webkit-linear-gradient(45deg, #e7e0d4 0%, #fff 21%, #fff 27%, #f6f0e8 100%);
    background: linear-gradient(45deg, #e7e0d4 0%, #fff 21%, #fff 27%, #f6f0e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e0d4', endColorstr='#f6f0e8', GradientType=1);
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 40px;
}

.gradation .mv h1 {
    line-height: 60px;
}

.summary {
    margin-bottom: 30px;
}

.summaryBtn {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.summaryBtn a {
    width: 360px;
    height: 100px;
    display: block;
    position: relative;
    border: 1px solid #000;
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 1rem;
    line-height: 90px;
    margin-bottom: 30px;
}

.summaryBtn.btn3 a {
    width: 250px;
    height: 60px;
    line-height: 50px;
}

.summaryBtn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
}

.summaryBtn.btn3 a:before {
    bottom: -20px;
}

.moreBtnPk a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 80%;
    height: 70px;
    /*line-height: 70px;*/
    font-size: 1rem;
    background: #b1034e;
    margin: 0 auto 48px;
    border-radius: 3px;
    padding-top: 12px;
}

.moreBtnPk a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #fff;
    transform: none;
}

.alL {
    text-align: left;
}

/* ====================
		about
===================== */
.about .mv {
    background: url("../img/about/mv_bg.jpg") no-repeat center top;
    width: 100%;
    height: 308px;
    text-align: center;
    margin-bottom: 60px;
}

.about .mv h1 {
    font-size: 1.25rem;
    padding-top: 90px;
    margin-bottom: 10px;
}

.about .mv p {
    font-size: 1.09rem;
    line-height: 1.7;
}

#kodawari h2 {
    width: 360px;
    margin-bottom: 20px;
}

#kodawari>div {
    position: relative;
    margin-bottom: 80px;
}

#kodawari h3 {
    font-size: 1.25rem;
    margin-bottom: 10px;
}

#kodawari p {
    line-height: 2.25;
}

#kodawari .kodawari01 {
    position: absolute;
    top: 110px;
    left: 490px;
}

#kodawari .kodawari02 {
    position: absolute;
    top: 90px;
    left: 60px;
}

#kodawari .kodawari03 {
    position: absolute;
    top: 100px;
    left: 490px;
}

.flex3>p {
    margin: 30px 0;
}

.flex3 .flexBox3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.flex3 .flexBox3>div {
    width: 260px;
}

.flex3 .flexBox3 h3 {
    border-bottom: 1px solid #aaa;
    margin: 15px 0 8px;
    padding-bottom: 8px;
    font-weight: bold;
}

#qa {
    background: #f5f5f5;
    padding: 40px;
    margin-bottom: 100px;
}

#qa h2 {
    border-bottom: 2px dotted #a7a7a7;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

#qa h3 {
    border-bottom: 2px solid #a3a3a3;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 1.25rem;
}

#qa dt {
    background: url("../img/about/qa_q.png") no-repeat 5px center;
    padding-left: 35px;
    margin-bottom: 18px;
    background-size: 20px;
    font-weight: bold;
}

#qa dd {
    font-size: .875rem;
    background: url("../img/about/qa_a.png") no-repeat left top;
    padding-left: 35px;
    padding-bottom: 18px;
    margin-bottom: 30px;
    border-bottom: 2px dotted #a7a7a7;
    background-size: 28px;
}

/* ====================
		brand
===================== */
.brand .brandBox {
    display: flex;
    position: relative;
    margin-bottom: 50px;
    border: 1px solid #ebebeb;
    box-shadow: 3px 3px 6px #ebebeb;
}

.brand .brandBox:last-child .brandText {
    padding-top: 15px;
}

.brand .brandText {
    padding: 20px;
    line-height: 1.5;
}

.brand .brandText img {
    margin-bottom: 10px;
}

.brand .brandBox:last-child .brandText img {
    margin-bottom: 0;
}

.brand .linkBtn {
    position: absolute;
    bottom: 20px;
    right: 24px;
    background: #333;
    border-radius: 3px;
    width: 168px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    font-size: .75rem;
}

.brand .linkBtn a {
    color: #fff;
    display: block;
    position: relative;
}

.brand .linkBtn a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    vertical-align: middle;
    transform: rotate(45deg);
    -webkit-tranform: rotate(45deg);
}

/* ====================
	contact,catalog
===================== */
.contact .telNum {
    font-size: 2.25rem;
    color: #b1034e;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
    justify-content: center;
    width: 430px;
    margin: 0 auto 20px;
    padding-bottom: 10px;
}

.contact .telNum span {
    color: #111;
    border: 1px solid #000;
    font-size: .875rem;
    padding: 3px 1em;
    margin-right: 35px;
}

.contact .telNum img {
    margin-right: 20px;
}

.contact .telTime {
    text-align: center;
}

.teldemand>div {
    padding: 50px;
    width: 580px;
    border: 1px solid #ccc;
    margin: 48px auto 87px;
}

#mailContact {
    width: 700px;
    margin: auto;
}

#mailContact>div:first-child input,
#mailContact>div:nth-child(2) input,
#mailContact>div:nth-child(3) input,
#mailContact>div:nth-child(4) input {
    width: 270px;
}

#mailContact>div .zip {
    margin-left: 25px;
}

#mailContact>div .zip a {
    background: #aaa;
    color: #fff;
    font-size: .78rem;
    padding: 5px;
    text-align: right;
}

#mailContact .require {
    background: url("../img/catalog/require.jpg") no-repeat left center;
}

#mailContact label {
    margin-left: 60px;
    width: 160px;
    display: inline-block;
    font-size: .875rem;
}

#mailContact input,
textarea {
    border: 1px solid #ccc;
    width: 450px;
    padding: 10px;
    -webkit-appearance: none;
    font-size: .875rem;
}

#mailContact>div {
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

#mailContact>div.radioBtn {
    flex-wrap: wrap;
}

#mailContact>div.textarea {
    align-items: start;
}

#mailContact>div:last-child {
    display: block;
}

#mailContact .submitButtonArea {
    text-align: center;
}

#mailContact .submitButtonArea p {
    margin: 60px 0;
    font-size: .85rem;
}

#mailContact .submitButton {
    width: 280px;
}

#mailContact input[type="radio"] {
    display: none;
}

#mailContact .radioInput+label {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    margin-left: 0;
}

#mailContact .radioInput+label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}

#mailContact .radioInput:checked+label {
    color: #009a9a;
}

#mailContact .radioInput:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #009a9a;
    border-radius: 50%;
}

#mailContact .radioBtn p.pnote {
    font-size: .75rem;
    margin-left: 220px;
    color: #b1034e;
}

/* ====================
		privacy
===================== */
.pInfo {
    background: #f5f5f5;
    padding: 60px;
    margin-bottom: 80px;
}

.pInfo h2 {
    width: 336px;
}

.pInfo ul {
    margin-top: 40px;
}

.pInfo li {
    margin: 1em 0;
    padding-left: 36px;
    list-style-type: decimal;
}

.inquiry {
    margin-bottom: 300px;
}

.inquiry h2 {
    width: 182px;
    margin: 0 auto 1rem;
}

.privacy .inquiry h2 {
    width: 454px;
    margin-bottom: 20px !important;
}

.inquiry p {
    text-align: center;
}

.inquiry ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .875rem;
    margin-top: 20px;
}

.inquiry li {
    padding: 0 1em;
    line-height: 1;
}

.inquiry li:first-child {
    border-right: 1px solid #ccc;
}

.inquiry li span {
    font-size: 1.375rem;
    color: #b1034e;
    padding-left: 1em;
}

.inquiry>div {
    border: 1px solid #000;
    width: 680px;
    margin: 50px auto;
    padding: 40px 0;
}


/* ====================
		company
===================== */
.company .message,
.company .overview {
    margin-bottom: 40px;
}

.company .message>div {
    background: #f5f5f5;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 45px 40px;
}

.company .message p {
    font-size: .875rem;
    line-height: 1.78;
}

.company .message>div>div {
    margin-right: 30px;
    text-align: center;
}

.company .message>div span {
    font-size: 1.125rem;
}

.company dl {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    border-top: none;
}

.company dt {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.company dd {
    padding: 16px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 80%;
    box-sizing: border-box;
}

.company dd hr {
    border-style: dotted;
}

.company dd iframe {
    margin-top: 10px;
}

.company .adress {
    margin-bottom: 160px;
}


/* ====================
		recurit
===================== */
.recurit .recruitType {
    font-size: 1.25rem;
    font-weight: bold;
}

.recurit h3 {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 5px;
    font-weight: bold;
}

.recurit dl {
    display: flex;
    flex-wrap: wrap;
    border-top: none;
    border-bottom: 1px solid #ccc;
}

.recurit dt {
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
}

.recurit dd {
    padding: 16px;
    margin: 0;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    width: 80%;
    box-sizing: border-box;
}

.recurit #flow {
    margin-bottom: 60px;
}

.recurit dl.flow {
    background: #f5f5f5;
    border: none;
}

.recruit dl.flow,
.recurit dl.flow dt,
.recurit dl.flow dd {
    border: none;
}

.recurit dl.flow dt p {
    background: #b1034e;
    color: #fff;
    padding: 10px 0;
    width: 120px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.recurit dl.flow dt p:after {
    content: "";
    background: url(../img/recurit/arrow.png);
    width: 22px;
    height: 13px;
    position: absolute;
    bottom: -36px;
    right: 0;
    left: 0;
    margin: auto;
}

.recurit dl.flow dt:first-child {
    align-items: flex-start;
}

.recurit dl.flow dt:first-child p:after {
    content: "";
    background: url(../img/recurit/arrow2.png);
    width: 22px;
    height: 193px;
    position: absolute;
    bottom: -238px;
    right: 0;
    left: 0;
    margin: auto;
}

.recurit dl.flow dt p.lastdt:after {
    background: none;
    width: 0;
    height: 0;
}

.recurit dl.flow dd:first-child {
    align-items: flex-start;
}

.recurit dl.flow dt,
.recurit dl.flow dd {
    margin: 20px 0;
}

.recurit dl.flow dd p span {
    color: #b1034e;
    font-size: 1.25rem;
}

.recurit dl.flow dd p.recruitTel {
    font-size: 2rem;
}

.recurit #cont03 dl {
    margin-top: 24px;
}

.recurit dl.lowerDl {
    border: none;
}

.recurit dl.lowerDl dt {
    border-top: 1px dotted #ccc;
    justify-content: center;
}

.recurit dl.lowerDl dd {
    border-top: 1px dotted #ccc;
    border-left: 1px dotted #ccc;
}

.recurit dl.lowerDl dt:first-child {
    border-top: none;
}

.recurit dl.lowerDl dd:nth-child(2) {
    border-top: none;
}

.recurit dl.qaList {
    border-bottom: none;
}

.recurit dl.qaList dt,
.recurit dl.qaList dd {
    width: 100%;
    border: none;
}

.recurit dl.qaList dd {
    padding-top: 0;
}

.recurit #welfare {
    margin-bottom: 60px;
}

.recurit #welfare p {
    margin-bottom: 24px;
}

/* ====================
		aftercare
===================== */
.aftercare .mv {
    background: url("../img/aftercare/mv_bg.jpg") no-repeat center top;
    width: 100%;
    height: 308px;
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.aftercare .mv h1 {
    font-size: 1.25rem;
    padding-top: 90px;
    margin-bottom: 10px;
}

.aftercare .mv p {
    font-size: 1.09rem;
    line-height: 1.7;
}

.aftercare .prepareItem {
    margin-bottom: 55px;
}

.aftercare .prepareItem ul {
    background: #f8f8f8;
    display: flex;
    padding: 30px 40px 20px 40px;
    border: 1px solid #eee;
}

.aftercare .prepareItem li {
    text-align: center;
    margin: 0 26px;
    width: 100px;
}

.aftercare .prepareItem li.winet {
    margin: 0;
    width: 150px;
}

.aftercare .prepareItem li.wigstand {
    margin: 0;
    width: 150px;
}

.aftercare .prepareItem li.rinse {
    margin: 0;
    width: 200px;
}

.aftercare .prepareItem li img {
    display: block;
    margin: auto;
    width: 92px;
}

.aftercare .movieArea {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 55% 0 0;
    margin-bottom: 35px;
}

.aftercare .movieArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.stepBox {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.stepBox .imgArea {
    margin-right: 18px;
}

.stepBox .textArea {
    width: 612px;
}

.stepBox p {
    padding: 10px;
}

.stepBox .stepNum {
    font-size: 1.25rem;
    border-bottom: 1px solid #000;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: bold;
}

.stepBox .noteArea {
    display: flex;
    background: #f4f4f4;
    padding: 20px;
    margin-top: 20px;
    font-size: .9rem;
}

.stepBox .noteArea p {
    margin-right: 10px;
}

/* ====================
		service
===================== */
.service .mv {
    background: url("../img/service/mv_bg.jpg") no-repeat center top;
    width: 100%;
    height: 308px;
    text-align: center;
    margin-bottom: 50px;
}

.service .mv h1 {
    font-size: 1.25rem;
    padding-top: 90px;
    margin-bottom: 10px;
}

.service .mv p {
    font-size: 1.09rem;
    line-height: 1.7;
}

.freeService>div {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 50px;
}

.freeService>div>div {
    width: calc(50% - 24px);
    box-sizing: border-box;
    margin: 0 48px 36px 0;
}

.freeService>div>div:nth-of-type(2n) {
    margin-right: 0;
}

.freeService>div>div:nth-last-of-type(2),
.freeService>div>div:last-of-type {
    margin-bottom: 0;
}

.numBox div {
    width: 100%;
}

.imgarea {
    text-align: center;
}

.freeService h3 {
    border-bottom: 1px solid #000;
    line-height: 2.5;
    margin-bottom: 10px;
    font-weight: bold;
}

.service04-note {
    border: 1px solid #000;
    font-size: 80%;
    padding: 2%;
    margin: 8px 0;
}

.afterservice h3 {
    border-bottom: 1px solid #000;
    line-height: 2.5;
    margin-bottom: 10px;
    font-weight: bold;
}

.afterservice>div {
    margin-bottom: 30px;
}

.afterservice table.setshampoo {
    width: 535px;
    margin-bottom: 30px;
}

.afterservice tr {
    border-bottom: 1px solid #ccc;
}

.afterservice th {
    background: #f2f2f2;
    text-align: center;
    padding: 10px 0;
}

.afterservice td {
    width: 165px;
    text-align: center;
    padding: 20px 0;
}

.afterservice .borR {
    border-right: 1px solid #ccc;
}

.afterservice .tdL {
    border-right: 1px solid #ccc;
    text-align: left;
    width: 166px;
    padding-left: 10px;
}

.afterservice table.priseList {
    margin-bottom: 15px;
}

.afterservice table.priseList tr {
    border-bottom: 1px dotted #ccc;
}

.afterservice table.priseList tr.solid {
    border-top: 1px solid #ccc;
}

.afterservice table.priseList td.itemName {
    text-align: left;
    padding-left: 15px;
}

.afterservice span {
    color: #fff;
    background: #666;
    font-size: .875rem;
    padding: 3px 5px;
}

.afterservice span.pink {
    background: #b1034e;
}

.afterservice sup {
    font-size: .5em;
}

.afterservice p.note {
    font-size: .875rem;
}

/* ====================
		medical
===================== */
.medical .mv {
    background: url("../img/medical/mv_bg2020.jpg") no-repeat center top;
    width: 100%;
    height: 308px;
    text-align: center;
    margin-bottom: 50px;
    color: #1f9b44;
}

.medical .mv h1 {
    font-size: 1.25rem;
    padding-top: 130px;
    margin-bottom: 10px;
}

.medical .mv p {
    font-size: 1.09rem;
    line-height: 1.7;
}

.medicalLogo {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.medicalLogo>div {
    width: 50%;
    text-align: center;
}

.medicalLogo .logoleft {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    border-right: 1px solid #ccc;
}

.medicalLogo .logoleft p.note {
    font-size: .75rem;
}

.medicalLogo .logoleft>p {
    margin-top: 20px;
}

.medicalFeature {
    margin-bottom: 100px;
}

.medicalFeature .featureBox {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 50px;
}

.medicalFeature .featureBox>div {
    width: 260px;
}

.medicalFeature h3 {
    border-bottom: 1px solid #000;
    line-height: 1.375;
    margin: 10px 0;
    padding-bottom: 10px;
    font-weight: bold;
}

.medicalFeature .featureBox>div:last-child h3 {
    line-height: 2.8;
}

.medicalFeature .moreBtn {
    padding: 20px 0;
    border-radius: 5px;
    margin-top: 15px;
}

.medicalFeature .moreBtn:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 7px;
    border-color: transparent transparent transparent #333;
    transform: none;
}

.medicalFeature .moreBtn a {
    padding: 20px 0;
}

.medical .itemList {
    margin-bottom: 150px;
}

.medical .itemList h2 {
    width: 150px;
}

.medical .itemList>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0 60px;
}

.medical .itemList>div>div {
    margin-bottom: 40px;
}

.medical p.itemType span {
    font-size: .75rem;
    border-color: #ccc;
    padding: 3px 5px;
}

.medical p.itemCode {
    font-size: .75rem;
}

.medical p.itemName {
    line-height: 1.2;
    min-height: 40px;
}

.medical p.itemPrice {
    font-size: .6875rem;
}

/* ====================
		product
===================== */
.product .itemTop {
    display: flex;
    justify-content: space-between;
}

.product .itemImg {
    width: 384px;
}

.product .itemThumbnail ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.product .itemThumbnail ul li {
    width: 22.9%;
    margin-right: 2%;
    border: 1px solid #878787;
    margin-bottom: 2%;
}

.product .itemThumbnail ul li a {
    display: block;
    padding-top: 100%;
    position: relative;
}

.product .itemThumbnail ul li img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product .itemThumbnail ul li:nth-child(4n) {
    margin-right: 0;
}

.product .itemDetail {
    width: 360px;
}

.product .itemDetail h1 {
    font-size: 1.25rem;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product p.itemCode span {
    font-size: .875rem;
    border: 1px solid #777;
    padding: 8px 10px;
}

.product p.itemPrice {
    font-size: 1.25rem;
    margin: 15px 0 10px;
}

.product .itemColor {
    margin: 20px 0;
}

.product .itemColor>div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product .itemColor>div p {
    text-align: left;
    width: 180px;
    padding-left: 20px;
}

.product .itemColor>div span {
    width: 50px;
    height: 50px;
}

.product .itemColor>div span.gray {
    background: #9d9c9c;
}

.product .addtoCart input {
    background: #444;
    color: #fff;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.product .itemBottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.product .itemBottom dl {
    width: 400px;
    display: flex;
    flex-wrap: wrap;
    font-size: .75rem;
    border-top: 1px solid #9d9c9c;
}

.product .itemBottom dt {
    width: 100px;
    border-bottom: 1px solid #9d9c9c;
    font-weight: bold;
    padding: 5px 0;
    text-indent: .5em;
}

.product .itemBottom dd {
    width: 300px;
    border-bottom: 1px solid #9d9c9c;
    padding: 5px 0;
}

.product dd.sizeIn {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.product dl.size {
    display: flex;
    flex-wrap: wrap;
    border: none;
    border-left: 1px dotted #9d9c9c;
}

.product dl.size:first-child {
    border-left: none;
}

.product dl.size dt {
    width: 60px;
    border-bottom: 1px dotted #9d9c9c;
}

.product dl.size dd {
    width: 89px;
    border-bottom: 1px dotted #9d9c9c;
}

.product dl.size dt:nth-child(5),
.product dl.size dd:last-child {
    border: none;
}

.product .series {
    position: relative;
    margin-bottom: 100px;
}

.product .series .detailArea {
    display: flex;
    justify-content: left;
    margin-bottom: 54px;
}

.product .series .imgArea img {
    width: 100%;
    box-shadow: 3px 3px 6px #ebebeb;
    position: relative;
    z-index: 100;
}

.product .series .imgArea:before {
    content: "";
    border: 5px solid #eee;
    display: block;
    width: 410px;
    height: 380px;
    position: absolute;
    top: 70px;
    left: 130px;
    z-index: 10;
}

.product .series .imgArea:after {
    content: "";
    border: 5px solid #eee;
    display: block;
    width: 200px;
    height: 250px;
    position: absolute;
    top: 395px;
    left: 490px;
    z-index: 10;
}

.product .series .textArea {
    position: relative;
    z-index: 100;
}

.product .series .textArea>p {
    margin-left: 76px;
}

.product .series .textArea hr {
    width: 53%;
    border-color: #000;
    margin: 0;
}

.product .series p.designer {
    margin-top: 40px;
}

.product .series p.designerName {
    margin: 8px 0 22px 76px;
}

.product .series p.designerName span {
    background: #000;
    color: #fff;
    padding: 5px 10px;
}

.product .series p.seriesName {
    margin: 14px 0 26px 76px;
    line-height: 1;
}

.product .series p.seriesName span {
    font-size: 2.7rem;
    line-height: 1;
    margin-right: 10px;
}

.product .series .register {
    font-size: 1rem;
    vertical-align: bottom;
}

.product .series p.seriesDetail {
    font-size: .85rem;
}

.product .series p.seriesDetail span {
    font-size: .95rem;
    font-weight: bold;
    display: block;
    margin-bottom: 6px;
}

.product .series h2.noBorder:before,
.product .series h2.noBorder:after {
    border: none;
    margin: 0;
    content: none;
}

.product .series h2 {
    margin: 0 0 10px 26px !important;
}

.product .series .featureBox {
    width: 780px;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
    z-index: 100;
}

.product .series .featureBox>div {
    width: 187px;
}

.product .series .featureBox>div img {
    width: 100%;
}

.product .series .featureBox>div p {
    font-size: .87rem;
}

.product .arrive {
    margin-bottom: 10px;
}

.product .arrive p.subTitle {
    color: #b1034e;
    font-size: 1.125rem;
    text-align: center;
    margin: 20px 0 30px;
}

.product .arrive h2 {
    width: 200px;
}

.product .arrive p.note {
    color: #b1034e;
    text-align: center;
}

.product .arrive>div>div {
    width: 376px;
    border: 1px solid #ebebeb;
    box-shadow: 3px 3px 6px #ebebeb;
    text-align: center;
    padding-bottom: 40px;
    float: left;
    margin: 0 10px;
}

.product .arrive>div>div>div {
    width: 90%;
    margin: auto;
}

.product .arrive div.itemIcon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin: 20px 0;
}

.product .arrive div.itemIcon p {
    font-size: .875rem;
}

.product .arrive div.itemIcon p.set {
    line-height: 3;
}

.product .arrive div.itemIcon>div {
    width: 140px;
    margin-bottom: 15px;
}

.product .arrive h3 {
    margin-bottom: 20px;
}

.product .arrive p {
    /*	margin: 0 20px;
*/
}

.product .arrive ul {
    margin: 20px 40px;
}

.product .arrive ul li {
    list-style-type: decimal;
    color: #b1034e;
    font-size: .875rem;
    text-align: left;
    margin-bottom: 10px;
}

.product .arrive .moreBnr {
    font-size: .875rem;
    border: 1px solid #000;
    padding: 5px 0;
    width: 100%;
    margin: 20px 0 0 0;
}

.product .arrive .moreBnr a {
    display: block;
}

/* ====================
	lp01
===================== */
.lp01 .moreBtnPk a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-align: center;
    width: 660px;
    height: 65px;
    line-height: 65px;
    font-size: 1rem;
    background: #b1034e;
    margin: 0 auto 60px;
    border-radius: 3px;
    padding: 0;
}

.lp01 .moreBtnPk a:before {
    right: 230px;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
    border-style: unset;
}

.lp01 h1 {
    margin-bottom: 45px;
}

.lp01 h2 {
    margin-bottom: 40px !important;
}

.lp01 h2:before,
.lp01 h2:after {
    display: none;
}

.lp01 .flexArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.lp01 .sec01 .imgArea {
    position: relative;
    margin-right: 40px;
}

.lp01 .sec01 .textArea.right {
    margin-left: 40px;
}

.lp01 .sec01 .imgArea.right {
    margin-right: 0;
}

.lp01 .sec01 .imgArea:before {
    content: "";
    border: 5px solid #eee;
    display: block;
    width: 450px;
    height: 360px;
    position: absolute;
    top: 30px;
    left: 130px;
    z-index: 10;
}

.lp01 .sec01 .imgArea.right:before {
    left: -270px;
}

.lp01 .sec01 .imgArea img {
    position: relative;
    z-index: 11;
    margin-bottom: 40px;
}

.lp01 .sec01 .textArea {
    position: relative;
    z-index: 11;
    width: 340px;
}

.lp01 .sec01 h3 {
    font-size: 1.25rem;
    margin: -40px 0 10px 0;
}

.lp01 .sec01 p {
    font-size: 1rem;
    line-height: 2;
}

.sec01 .moreBtnPk {
    margin-bottom: 80px;
}

.lp01 .sec02 .flexArea {
    align-items: flex-start;
}

.lp01 .sec02 .textArea {
    width: 395px;
}

.lp01 .sec02 h3 {
    margin-bottom: 20px;
}

.lp01 .sec02 h3 span {
    font-size: 1.25rem;
    border-bottom: 1px solid #ccc;
    padding-right: 4rem;
    padding-bottom: 10px;
}

.lp01 .sec03 {
    text-align: center;
    margin-bottom: 180px;
}

.sec03 .present {
    border: 1px solid #e7e7e7;
    padding: 30px 40px 0;
    margin-bottom: 20px;
}

.lp01 .sec03 h3 {
    font-size: 1.25rem;
}

.lp01 .sec03 p.titleSub {
    margin-bottom: 60px;
}

.lp01 .shipping.flexArea {
    justify-content: center;
    margin-bottom: 60px;
}

.lp01 .shipping.flexArea img {
    margin-bottom: 10px;
}

.lp01 .shipping.flexArea>div {
    margin: 0 28px;
    position: relative;
    text-align: center;
}

.lp01 p.itemType {
    position: absolute;
    top: -9px;
    left: -18px;
    margin: 0;
}

.lp01 .shipping.flexArea>div:nth-child(2) p.itemType {
    left: -12px;
}

.lp01 p.itemType span {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    line-height: 58px;
    border: none;
    font-size: .7rem;
    color: #fff;
    background: #ec7a00;
    display: block;
    padding: 0;
}

.lp01 p.itemCode {
    margin-bottom: 5px;
}

.lp01 p.itemColor {
    display: flex;
    justify-content: center;
}

.lp01 p.itemColor span {
    width: 15px;
    height: 15px;
    display: block;
    margin: 0 2.5px;
}

.lp01 p.itemColor span.color01 {
    background: #180906;
}

.lp01 p.itemColor span.color02 {
    background: #2d2220;
}

.lp01 p.itemColor span.color03 {
    background: #361b20;
}

.lp01 p.itemColor span.color04 {
    background: #492610;
}

.lp01 p.itemColor span.color05 {
    background: #74522f;
}

.lp01 p.itemColor span.color06 {
    background: #a97c21;
}

.lp01 .sec03 p.titleSub2 {
    margin-bottom: 40px;
}

.lp01 .presentDetail.flexArea {
    align-items: flex-start;
}

.lp01 .presentDetail p {
    text-align: left;
    padding: 10px 0;
}

.lp01 .presentDetail p span {
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
    margin-bottom: 10px;
}

.lp01 p.note {
    text-align: left;
    font-size: .9rem;
}

/* ====================
	lp02
===================== */
.lp02 .sec02 .flexArea {
    align-items: center;
}

.fz80 {
    font-size: 80%;
}


/* ====================
		order
===================== */
.order .mv {
    background: url("../img/order/mv.jpg") no-repeat center top;
    height: 307px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order .mvText {
    text-align: center;
}

.order .mvText h1 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

.order .mvText p {
    line-height: 2.25;
}

.order .mvBottom {
    background: #f5f5f5;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.order .mvBottom p {
    margin: 0 20px;
}

.order .mvBottom .telNumber {
    color: #b1034e;
    font-size: 34px;
}

.order #beforeTel {
    margin-bottom: 40px;
    font-size: .875rem;
}

.order #beforeTel h2 {
    margin-bottom: 20px;
}

.order #beforeTel ol {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 20px 50px;
}

.order #beforeTel ol li {
    list-style: decimal inside;
    width: 230px;
    margin-bottom: 10px;
}

.order #beforeTel ol li:nth-child(1),
.order #beforeTel ol li:nth-child(5) {
    width: 200px;
}

.order #beforeTel ol li:nth-child(4) {
    width: 100px;
}

.order #beforeTel ol li span {
    margin-left: 1rem;
}

.order #beforeTel p.pink {
    color: #b1034e;
    margin-left: 50px;
}

.order #attention {
    box-shadow: 0 30px 20px -20px #f3f3f3 inset;
    padding-top: 50px;
}

.order #attention h2 {
    width: 10rem;
    margin-bottom: 24px;
}

.order #attention ul {
    margin-left: calc(50px + 1em);
}

.order #attention ul li {
    list-style: square outside;
    margin-bottom: 20px;
    padding-left: 1em;
}

.order #attention .postage {
    border: 1px solid #cdcdcd;
    padding: 20px 10px;
    width: 25rem;
    margin: 20px 0;
}

.order #attention .postage span {
    font-weight: bold;
    display: block;
    font-size: 1.2rem;
}

.order #attention p.red {
    color: #f00;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 20px;
}