@charset "UTF-8";
* {
    box-sizing: border-box;
    position: relative;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

a {
    text-decoration: none;
}

img {
    vertical-align: bottom;
}

input, textarea, select {
    outline: none;
}

#wrapper {
    font-family: 'ipaexg';
    width: 100%;
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    background: #FFF;
}

#wrapper:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    padding-top: 34%;
}

#globFooter {
    margin: 30px 10px 0;
    border-top: 1px solid #000;
    padding: 10px 10px 26%;
}

#globFooter nav h1 {
    margin-bottom: 10px;
}

#globFooter nav ul {
    padding-left: 15px;
}

#globFooter nav ul li {
    list-style: disc;
}

#globFooter nav ul li + li {
    margin-top: 4px;
}

.commonHeader {
    margin: 0 10px;
}

.commonHeader h1 {
    text-align: center;
    padding: 16px 0 10px;
    text-align: center;
    border-bottom: 1px solid #000;
    font-size: 18px;
    letter-spacing: 0.2em;
}

.content {
    margin: 0 10px;
}

.content.order .orderDescription {
    padding: 20px 10px;
}

.content.order .orderDescription a {
    text-decoration: underline;
}

.selectParts {
    margin: 0 10px;
}

.selectParts h2 {
    font-size: 14px;
    margin-bottom: 8px;
}

.selectParts h2 span {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    transform: translateY(-1px);
}

.selectParts .help {
    font-size: 12px;
    margin-bottom: 12px;
}

.selectParts .help span {
    cursor: pointer;
    display: inline-block;
    line-height: 16px;
    color: #FFF;
    background: #c7cbc6;
    border-radius: 8px;
    padding: 0 5px;
}

.selectParts .parts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2px;
}

.selectParts .parts li {
    margin: 0 2px 8px;
    border: 4px solid transparent;
}

.selectParts .parts li.selected {
    background: #f9c8d8;
    border: 4px solid #f9c8d8;
}

.selectParts .parts li.hide:before {
    content: "";
    display: block;
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 2;
}
.selectParts .parts li.hide:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 11px;
    font-weight: bold;
    z-index: 2;
}

.selectParts .parts li.soldOut .image:before {
    content: "SOLD OUT";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: red;
    color: #FFF;
    white-space: nowrap;
    font-size: 10px;
    line-height: 14px;
    border-radius: 7px;
    padding: 0 6px;
    z-index: 2;
    font-weight: bold;
}

.selectParts .parts li .image {
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin-bottom: 4px;
}

/*
.selectParts.temoto .parts li .image {
    padding-top: 40%;
}
*/

.selectParts .parts li .image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.selectParts .parts li h3 {
    font-size: 10px;
    text-align: center;
}

.selectParts .parts li h3 span {
    display: block;
}

.selectParts .parts li h3 .itemTitle {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.selectParts .parts li select {
    margin-top: 6px;
    margin-bottom: 8px;
    width: 100%;
    height: 19px;
    font-size: 10px;
}

.selectParts .fourColumns li {
    cursor: pointer;
    width: calc(100% / 3 - 4px);
}

.orderContent {
    border: 1px solid #000;
    font-size: 12px;
}

.orderContent .cancel {
    position: absolute;
    top: 9px;
    right: 10px;
    border: 1px solid #000;
    font-size: 10px;
    padding: 0 5px 0 24px;
    background: url(../img/close.png) no-repeat 4px center;
    background-size: 9px;
    letter-spacing: 0.2em;
    z-index: 3;
    cursor: pointer;
}

.orderContent td .cancel {
    height: 21px;
    line-height: 19px;
    position: relative;
    top: auto;
    right: auto;
}

@media screen and (max-width:1139px) {
    .orderContent td .cancel {
        height: auto;
        line-height: 12px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

.orderContent h2 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.orderContent table {
    margin: 0 10px;
    width: calc(100% - 20px);
    overflow-x: scroll;
}

.orderContent table tr {
    border-bottom: 1px solid #000;
}

.orderContent table tr td {
    padding: 6px;
    vertical-align: middle;
}

.orderContent table tr td + td + td + td {
    text-align: center;
}

.orderContent table tr td img,
.orderContent table tr td .dummyImg {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.orderContent table tr td.count {
    white-space: nowrap;
}

#cart .orderContent table tr td:first-child {
    white-space: normal;
}

.orderContent table tr td.count {
    text-align: right;
}

.orderContent .subtotal {
    display: block;
    border: 2px solid #000;
    padding: 12px 120px 12px 0;
    margin: 12px 10px 20px;
    text-indent: 15px;
    min-height: 44px;
}


.orderContent .subtotal span {
    position: absolute;
    width: 180px;
    right: 0;
    text-align: center;
    text-decoration: underline;
}

.orderContent .deliveryTerm {
    font-size: 10px;
    padding: 0 10px 10px;
    margin-top: -10px;
}

.orderSubmit {
    text-align: center;
    display: none;
}

.orderSubmit .submit {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #000;
    padding: 8px 16px;
    height: 42px;
    line-height: 24px;
    vertical-align: bottom;
    margin: 20px auto;
}

.billBreadCrumb {
    height: 22px;
    line-height: 22px;
    border-bottom: 1px solid #000;
    margin: 0 10px;
}

.billBreadCrumb ul {
    display: flex;
    font-size: 10px;
    justify-content: center;
}

.billBreadCrumb ul li {
    padding: 0 10px;
}

.billBreadCrumb ul li + li:before {
    content: "＞";
    position: absolute;
    left: -0.5em;
    top: 50%;
    transform: translateY(-50%);
}

.billBreadCrumb ul li.current {
    text-decoration: underline;
}

.orderModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.orderModal > .close {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(230, 230, 230, 0.7);
}

.orderModal .contentWrap {
    max-width: calc(100vh - 230px);
    margin: 0 auto;
    height: 100vh;
}

.orderModal .contentWrap .content {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 48px);
    margin: 0 24px;
    max-height: calc(100vh - 48px);
    background: #FFF;
    overflow: scroll;
}

.orderModal .contentWrap .close {
    z-index: 2;
}

#orderPartsModal .contentWrap .content .sliderCon {
    width: 100%;
    height: 0;
    padding-top: 100%;
    overflow: hidden;
}

#orderPartsModal .contentWrap .content .sliderCon .sliderDisplay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#orderPartsModal .contentWrap .content .sliderCon .sliderDisplay .slide {
    height: 100%;
    width: 5000%;
}

#orderPartsModal .contentWrap .content .sliderCon .sliderDisplay .slide li {
    height: 100%;
    float: left;
    position: relative;
}

#orderPartsModal .contentWrap .content .sliderCon .sliderDisplay .slide li .imageWrap{
    display: block;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

#orderPartsModal .contentWrap .content .sliderCon .sliderDisplay .slide li .caption {
    position: absolute;
    bottom: 35px;
    right: 10px;
    background: #FFF;
    font-size: 12px;
    padding: 5px;
    margin-left: 10px;
}

#orderPartsModal .contentWrap .content .sliderCon .sliderDisplay .slide li img {
    position: absolute;
    top: 0; left: 0; top: 0; right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#orderPartsModal .contentWrap .content .sliderCon .controler {
    position: static;
}

#orderPartsModal .contentWrap .content .sliderCon .controler li {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background: no-repeat center center rgba(255, 255, 255, 0.7);
    background-size: 8px 15px;
    overflow: hidden;
    text-indent: -9999px;
}

#orderPartsModal.slideNum_1 .contentWrap .content .sliderCon .controler li {
    display: none;
}

#orderPartsModal .contentWrap .content .sliderCon .controler li.prev {
    left: 5px;
    background-image: url(../img/orderSlideArrL.png);
}

#orderPartsModal .contentWrap .content .sliderCon .controler li.next {
    right: 5px;
    background-image: url(../img/orderSlideArrR.png);
}

#orderPartsModal .contentWrap .content .sliderCon .disc {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    height: 18px;
    text-align: center;
}

#orderPartsModal .contentWrap .content .sliderCon .disc .swiper-pagination-bullet {
    vertical-align: top;
    display: inline-block;
    margin: 0 4px;
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-top: 0px solid transparent;
    border-bottom: 16px solid #FFF;
    opacity: 0.7;
}

#orderPartsModal .contentWrap .content .sliderCon .disc .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

#orderPartsModal .contentWrap .content .detail {
    padding: 20px;
}

#orderPartsModal .contentWrap .content .detail .title {
    font-size: 16px;
    text-align: center;
}

#orderPartsModal .contentWrap .content .detail .descirption {
    margin-bottom: 20px;
}

#orderPartsModal .contentWrap .content .detail .descirption p + p {
    margin-top: 1em;
}

#orderPartsModal .contentWrap .content .detail .select {
    display: block;
    font-size: 16px;
    width: 180px;
    height: 35px;
    line-height: 33px;
    border: 1px solid #000;
    margin: 0 auto 10px;
    text-align: center;
    cursor: pointer;
}

#orderPartsModal .contentWrap .content .detail .notAvailable {
    font-size: 12px;
    color: red;
    padding: 10px 0;
    text-align: center;
}

#orderPartsModal .contentWrap .content .detail .close {
    display: block;
    width: 100px;
    height: 20px;
    line-height: 18px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
}

#orderSubmitModal .contentWrap .content {
    padding-bottom: 12px;
}

#orderSubmitModal .contentWrap .content .close {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
}

#orderSubmitModal .contentWrap .content .upper {
    padding: 80px 0;
    text-align: center;
}

#orderSubmitModal .contentWrap .content .upper .title {
    font-size: 16px;
    margin-bottom: 8px;
}

#orderSubmitModal .contentWrap .content .upper .toCart {
    display: block;
    width: 230px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    border: 1px solid #000;
    margin: 0 auto;
}

#orderSubmitModal .contentWrap .content .upper .toCart + .title {
    margin-top: 30px;
}

#orderSubmitModal .contentWrap .content .upper .toCart + .toCart {
    margin-top: 10px;
}

#orderSubmitModal .contentWrap .content .selectItem {
    margin: 0 20px;
}

#orderSubmitModal .contentWrap .content .selectItem .subTitle {
    font-size: 14px;
    margin-bottom: 10px;
}

#orderSubmitModal .contentWrap .content .selectItem ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

#orderSubmitModal .contentWrap .content .selectItem ul li {
    font-size: 10px;
    width: calc(100% / 4 - 8px);
    margin: 0 4px 8px;
    border-radius: 0 10px 0 0 / 0 10px 0 0;
    overflow: hidden;
}

#orderSubmitModal .contentWrap .content .selectItem ul li a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 88%;
    background: center center no-repeat;
    background-size: cover;
}

#orderSubmitModal .contentWrap .content .selectItem ul li a span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF;
}

#orderHelpModal .contentWrap .content {
    padding-bottom: 12px;
}

#orderHelpModal .contentWrap .content .close {
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
}

#orderHelpModal .contentWrap .content .upper {
    margin: 0 20px;
    padding: 80px 0 10px;
    text-align: center;
}

#orderHelpModal .contentWrap .content .upper .title {
    font-size: 16px;
    margin-bottom: 8px;
}

#orderHelpModal .contentWrap .content .upper .image img {
    width: 100%;
}

#orderHelpModal .contentWrap .content .description {
    margin: 0 20px;
    padding-bottom: 68px;
}

#orderHelpModal .contentWrap .content .description img {
    max-width: 100%;
    margin: 10px 0;
}

#globNav {
    width: 100%;
    max-width: 565px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 2;
}

#globNav nav {
    width: 100%;
    height: 0;
    padding-top: 25%;
}

#globNav ul {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 7px;
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

#globNav ul li {
    text-align: center;
}

#globNav ul li a {
    display: block;
    background: no-repeat center center;
    background-size: cover;
    height: 100%;
}

#globNav ul li a img {
    width: 66px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-25%);
}

#globNav ul li._1, #globNav ul li._5 {
    width: 21.1%;
}

#globNav ul li._1 a {
    background-image: url(../img/menu01.png);
}

#globNav ul li._1 a img {
    width: 50%;
    margin-left: 8%;
}

#globNav ul li._2 {
    width: 18.8%;
}

#globNav ul li._2 a {
    background-image: url(../img/menu02.png);
}

#globNav ul li._3, #globNav ul li._4 {
    width: 19%;
}

#globNav ul li._3 a {
    background-image: url(../img/menu03.png);
}
#globNav ul li._4 a {
    background-image: url(../img/menu04.png);
}
#globNav ul li._5 a {
    background-image: url(../img/menu05.png);
}

#globNav ul li._5 a img {
    margin-left: -8%;
}

#globNav ul li._3 a span {
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 10px;
    z-index: 2;
    color: red;
}

#globNav ul li._3 a span.c_0 {
    color: #c7cbc6;
}

#top .mainVisual {
    overflow: hidden;
    border-radius: 0 80px 0 0 / 0 80px 0 0;
    padding: 60px 0 0;
    margin-bottom: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#top .mainVisual h1 {
    text-align: center;
    margin-bottom: 60px;
}

#top .mainVisual .description {
    max-width: 540px;
    margin: 0 auto;
    padding: 10px;
    background: rgba(255,255,255,0.8);
}

#top .mainVisual .anchor {
    text-align: center;
    margin: 30px 0;
    font-size: 10px;
}

#top .mainVisual .anchor a {
    background: #FFF;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #000;
}

#top .toOrder {
    margin: 0 14px 40px;
}

#top .toOrder ul {
    display: flex;
}

#top .toOrder ul li {
    height: 240px;
    width: calc(50% - 7px);
    background: red;
    text-align: center;
    border-radius: 0 18px 0 0 / 0 18px 0 0;
    background: repeat center center;
    background-size: cover;
    color: #FFF;
    overflow: hidden;
}

#top .toOrder ul li + li {
    margin-left: 14px;
}

#top .toOrder ul li a {
    display: block;
    height: 100%;
    padding-top: 70px;
    position: relative;
}

#top .toOrder ul li a:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.2);
}

#top .toOrder ul li.ordermade {
    background-image: url(../img/0925s-011.jpg);
}

#top .toOrder ul li.readymade {
    background-image: url(../img/0925s-091.jpg);
}

#top .toOrder ul li h2 {
    font-size: 16px;
    margin-bottom: 16px;
}

#top .toOrder ul li .description {
    padding: 0 10px;
}

#top .toOrder ul li .message {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px 50px 0 0 / 50px 50px 0 0;
    background: url(../img/messageBg.png) repeat center center rgba(255,255,255,0.5);
    background-size: 70px;
    color: #4d4d4d;
    padding: 8px 0 5px;
    font-size: 10px;
}

#top .toOrder ul li .message h3 {
    font-size: 14px;
    margin-bottom: 4px;
}

#top .orderFlow h2 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

#top .orderFlow ul {
    display: flex;
    margin: 0 10px;
    border-top: 1px solid #000;
    padding-bottom: 35px;
}

#top .orderFlow ul:before {
    top: 0;
}

#top .orderFlow ul:after {
    bottom: 0;
}

#top .orderFlow ul li {
    flex: 1;
    width: 25%;
    text-align: center;
    padding: 14px 5px;
}

#top .orderFlow ul li .icon {
    line-height: 50px;
    height: 56px;
}

#top .orderFlow ul li h3 {
    font-size: 14px;
    height: 80px;
    margin-bottom: 4px;
    line-height: 16px;
}

#top .orderFlow ul li h3.complete {
    padding-top: 16px;
}

#top .orderFlow ul li .description {
    text-align: left;
    font-size: 12px;
}

#top .orderFlow ul li + li:before {
    content: "";
    display: block;
    width: 10px;
    height: 50px;
    background: url(../img/orderFlowArr.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -5px;
    top: 17px;
}

#top .orderFlow .more {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
}

#top .orderFlow .more a {
    display: block;
    border: 1px solid #000;
    padding: 0 10px;
    font-size: 10px;
}

#orderFlow .content {
    margin: 0 10px;
    padding: 20px 10px;
}

#orderFlow .content a {
    text-decoration: underline;
}

#orderFlow .content + .commonHeader {
    border-top: 1px solid #000;
}

#orderFlow .content h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

#orderFlow .content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

#orderFlow .content h2 + h2,
#orderFlow .content ul + h2,
#orderFlow .content p + h2 {
    margin-top: 30px;
}

#orderFlow .content ul {
    padding-left: 20px;
}

#orderFlow .content ul li {
    list-style: disc;
}
#orderFlow .content p + p,
#orderFlow .content ul li + li {
    margin-top: 10px;
}

#selectCategory .content .categoryList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#selectCategory .content .categoryList li {
    width: calc(100% / 2 - 20px);
    margin: 0 10px 20px;
}

#selectCategory .content .categoryList li a {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 87%;
    border-radius: 0 10px 0 0 / 0 10px 0 0;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

#selectCategory .content .categoryList li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.2);
}

#selectCategory .content .categoryList li a h2 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    color: #FFF;
    font-size: 12px;
    letter-spacing: 0.15em;
}

#selectCategory .content .categoryList.ordermade li a:after {
    content: "オーダーメイド";
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    background: #FFF;
    font-size: 10px;
    line-height: 14px;
    border-radius: 0 7px 7px 0 / 0 7px 7px 0;
    padding: 0 4px;
    letter-spacing: 0;
}

#ordermade .kiji {
    margin-bottom: 10px;
}

#ordermade .kasahone {
    margin-bottom: 10px;
}

#ordermade .kasahone .parts li {
    width: calc(100% / 2 - 12px);
}

#ordermade .kasahone .parts li .image {
    padding-top: 24%;
}

#ordermade .temoto {
    margin-bottom: 10px;
}

#ordermade .naire {
    margin-bottom: 30px;
}

#ordermade .goods {
    margin-bottom: 30px;
}

#ordermade .naire input[type=text] {
    -webkit-appearance: none;
    width: 100%;
    padding: 8px 5px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #000;
    margin-bottom: 5px;
}

#ordermade .naire .namingPrintCheck {
    transform: translateY(2px);
    margin-right: 10px;
}

#ordermade .naire .checkNote {
    font-size: 12px;
}

#ordermade .orderContent {
    margin: 0 10px;
}

#cart .toNext,
#bill01 .toNext,
#bill02 .toNext,
#bill03 .toNext {
    text-align: center;
}

#cart .toTop a,
#cart .toNext a,
#bill01 .toNext button,
#bill02 .toNext button,
#bill03 .toNext button,
#bill01 .toNext a,
#bill02 .toNext a,
#bill03 .toNext a {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    border: 1px solid #000;
    padding: 8px 16px;
    height: 42px;
    line-height: 24px;
    vertical-align: bottom;
}

#bill01 .toNext a,
#bill02 .toNext a,
#bill03 .toNext a {
    margin-right: 10px;
}

#bill01 .errors {
    border: 1px solid red;
    margin: 10px;
    padding: 10px;
    color: red;
}

#cart .empty {
    text-align: center;
}

#cart .content {
    padding-top: 34px;
}

#cart .content .orderContent + .orderContent {
    margin-top: 10px;
}

#cart .content .orderContent .submit {
    padding-right: 0;
}

#cart .content .orderContent .submit span {
    position: relative;
}

#cart .cartResult {
    margin-top: 18px;
    border-top: 1px solid #000;
}

#cart .cartResult table {
    width: 100%;
    margin-bottom: 20px;
}

#cart .cartResult table tr {
    border-bottom: 1px solid #000;
}

#cart .cartResult table tr td {
    vertical-align: middle;
}

#cart .cartResult table tr td:first-child {
    white-space: nowrap;
    padding-left: 10px;
}

#cart .cartResult table tr td + td {
    text-align: right;
    padding: 12px 0;
    padding-right: 10px;
}

#cart .cartResult table tr td + td.postage {
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0;
}

#cart .cartResult table tr td + td.postage a {
    text-decoration: underline;
}

#cart .cartResult .total {
    font-size: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
    margin-bottom: 14px;
}

#cart .cartResult .total p {
    display: block;
    padding: 0 150px 10px 12px;
    border-bottom: 1px solid #000;
}

#cart .cartResult .total span {
    display: block;
    position: absolute;
    right: 12px;
    top: 0;
}

#cart .termConfirm p {
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    padding: 15px 0 30px;
}

#cart .termConfirm p a {
    text-decoration: underline;
}

#cart .termConfirm p input {
    vertical-align: middle;
    transform: translateY(-2px);
    margin: 0 8px 0 0;
}

#cart .buttons {
    display: flex;
    justify-content: center;
}

#cart .toNext + .toNext {
    margin-left: 10px;
}

#cart .toTop {
    margin-top: 30px;
    text-align: center;
}

#bill01 .content h2 {
    font-size: 14px;
    margin-bottom: 20px;
}

#bill01 .content h2 span {
    font-size: 9px;
    padding-left: 10px;
}

#bill01 .content .form {
    padding: 18px 10px;
}

#bill01 .content .form li {
    padding: 0 0 0 140px;
}

#bill01 .content .form li .label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    line-height: 12px;
}

#bill01 .content .form li .label .note {
    margin: 0;
}

#bill01 .content .form li .label span {
    font-size: 10px;
}

#bill01 .content .form li .label span.error {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: 7px;
    display: block;
    white-space: nowrap;
    font-size: 8px;
    letter-spacing: 0;
}

#bill01 .content .form li input {
    -webkit-appearance: none;
    padding: 9px 5px;
    border-radius: 0;
    width: calc(100%);
    border: 1px solid #000;
    box-shadow: none;
    margin: 0;
}

#bill01 .content .form li + li {
    margin-top: 3px;
}

#bill01 .content .form li.postCode {
    display: flex;
}

#bill01 .content .form li.postCode input {
    width: calc(100% - 80px);
}

#bill01 .content .form li.postCode a {
    display: block;
    height: 34px;
    font-size: 11px;
    width: 76px;
    border: 1px solid #000;
    text-align: center;
    line-height: 32px;
    background: #b2b2b2;
    margin-left: 5px;
}

#bill01 .content .form li.checkbox input[type=checkbox] {
    -webkit-appearance: checkbox;
    padding: 0;
    height: 20px;
    width: 20px;
    margin: 7px 0;
    box-shadow: none;
}

#bill01 .content .form.bottom h2 {
    margin-bottom: 13px;
}

#bill01 .content .note h2,
#bill01 .content .form.bottom h2 {
    height: 22px;
    line-height: 22px;
}

#bill01 .content .note h2 span,
#bill01 .content .form.bottom h2 span {
    display: block;
    position: absolute;
    left: 86px;
    align-items: center;
    top: 50%;
    right: 0;
    line-height: 13px;
    transform: translateY(-50%);
}

#bill01 .content .note {
    margin: 10px 10px 20px;
}

#bill01 .content .note h2 {
    margin-bottom: 10px;
}

#bill01 .content .note h2 span {
    left: 30px;
}

#bill01 .content .note textarea {
    width: 100%;
    height: 120px;
    padding: 5px;
    border-radius: 0;
}

#bill01 .content .toNext button {
    width: 120px;
}

#bill02 .content {
    margin-bottom: 40px;
}

#bill02 .content .form {
    padding: 40px;
}

#bill02 .content .form li {
    padding-left: 20px;
}

#bill02 .content .form li .title {
    margin-bottom: 6px;
}

#bill02 .content .form li .description {
    font-size: 10px;
}

#bill02 .content .form li input {
    position: absolute;
    left: 0;
    top: 1px;
    margin: 0;
    border-radius: 0;
    width: 14px;
    height: 14px;
}

#bill02 .content .form li + li {
    margin-top: 20px;
}

#bill02 .content .toNext {
    margin-bottom: 10px;
}

#bill02 .content .toNext button {
    width: 120px;
}

#bill02 .content .note {
    font-size: 10px;
    text-align: center;
}

#bill03 .content > h2 {
    font-size: 16px;
    padding: 20px 10px;
}

#bill03 .content .tableWrap {
    width: 100%;
    overflow-x: scroll;
}

#bill03 .content .orderContent {
    margin: 0 10px 30px;
}

#bill03 .content .orderContent h2 {
    border-bottom: none;
}

#bill03 .content .orderContent table {
    overflow-x: scroll;
}

#bill03 .content .orderContent table tr:first-child {
    font-size: 10px;
}

#bill03 .content .orderContent table tr:first-child + tr td {
    padding-top: 12px;
}

#bill03 .content .orderContent table tr + tr {
    border-bottom: none;
}

#bill03 .content .orderContent table tr td {
    text-align: center;
}

#bill03 .content .orderContent table tr td:nth-child {
    white-space: nowrap;
}

#bill03 .content .orderContent table tr td.item {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#bill03 .content .orderContent table tr td .itemName {
    font-size: 8px;
    line-height: 10px;
    text-align: left;
    max-height: 33px;
    overflow: hidden;
    padding-right: 5px;

    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

#bill03 .content .orderContent table tr td .images {
    display: flex;
    justify-content: flex-end;
}

#bill03 .content .orderContent table tr td .images img {
    display: inline-block;
}

#bill03 .content .orderContent table tr td .images img + img {
    margin-left: 3px;
}

#bill03 .content .orderContent .other {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin: 0 10px;
    padding: 8px 0;
}

#bill03 .content .orderContent .other li {
    padding: 0 10px;
}

#bill03 .content .orderContent .other li span {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#bill03 .content .orderContent .total {
    margin: 0 20px;
    padding: 8px 0;
}

#bill03 .content .orderContent .total span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#bill03 .content .orderContent .note {
    position: absolute;
    right: 0;
    font-size: 10px;
    bottom: -18px;
}

#bill03 .content .orderContent .note a {
    text-decoration: underline;
}

#bill03 .content .clientInfo {
    border: 1px solid #000;
    margin: 0 10px 30px;
    font-size: 10px;
}

#bill03 .content .clientInfo h2 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
}

#bill03 .content .clientInfo ul {
    padding: 0 15px 10px;
}

#bill03 .content .clientInfo ul li {
    padding-left: 110px;
    margin-top: 10px;
    min-height: 19px;
}

#bill03 .content .clientInfo ul li .label {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#bill03 .content .payType {
    margin: 0 10px 30px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #000;
}

#bill03 .content .payType span {
    font-size: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}

#bill03 .content .toNext {
    margin-bottom: 10px;
}

#bill03 .content .toNext button {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    padding: 8px 0;
    width: 120px;
}

#bill03 .content .toNext button span {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    display: inline-block;
    font-family: 'ipaexg';
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-shadow: none;
    width: 100%;
}

#bill03 .content .note {
    font-size: 8px;
    text-align: center;
}

#bill-complete .content {
    padding: 60px 10px;
    text-align: center;
}

#bill-complete .content h2 {
    font-size: 16px;
    margin-bottom: 18px;
}

#bill-complete .content .number {
    margin-bottom: 10px;
}

#bill-complete .content .number span {
    display: inline-block;
    font-size: 14px;
    padding: 6px 20px;
    border: 1px solid #000;
}

#bill-complete .content .toTop {
    display: block;
    width: 180px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #000;
    margin: 40px auto 0;
    font-size: 16px;
}

#bill-complete.cancel .emptyItem {
    padding: 10px;
    border: 1px solid red;
    max-width: 400px;
    margin: 20px auto;
    color: red;
}

#bill-complete.cancel .emptyItem p {
    white-space: pre;
}

#bill-complete.cancel .emptyItem .title{
    font-size: 12px;
}

#bill-complete.cancel .emptyItem p + p {
    margin-top: 10px;
}

@media screen and (max-width:1139px) {
    body {
        background: none !important;
    }
}

@media screen and (min-width:1140px) {
    body {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
        background-size: cover;
    }
    #wrapper:after {
        height: 80px;
        padding-top: 0;
    }
    #pcWrapper {
        width: 1140px;
        padding: 30px 120px;
        background: #FFF;
        margin: 0 auto;
        min-height: 100vh;
    }

#globNav {
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    transform: none;
    top: 0;
    bottom: auto;
    height: 0;
}

#globNav nav {
    width: 100%;
    height: auto;
    padding-top: 0;
}

#globNav ul {
    width: 102px;
    height: 314px;
    max-width: 100%;
    margin: 0;
    display: block;
    right: auto;
    padding: 0;
    position: fixed;
    left: 50%;
    top: 30px;
    margin-left: 505px;
    transform: none;
    background: url(../img/pc_menu_bg.png) no-repeat center center;
    background-size: cover;
}

#globNav ul li {
    display: block;
    position: absolute;
    width: 100% !important;
}

#globNav ul li a {
    display: block;
    background: none !important;

}

#globNav ul li a img {
    width: 64px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#globNav ul li._1{
    margin-left: -1175px;
    width: 80px;
    height: 80px;
    margin-bottom: -80px;
}

#globNav ul li._1 a img {
    width: 80px !important;
    margin: 0;
}

#globNav ul li._2 {
    top: 85px;
    height: 60px;
}

#globNav ul li._3 {
    position: absolute;
    top: 0;
}

#globNav ul li._3 img {
    margin-top: 14px;
}

#globNav ul li._3 a {
    padding-top: 40px;
    height: 83px;
}

#globNav ul li._3 a span {
    top: 28%;
}

#globNav ul li._4 {
    top: 146px;
    height: 60px;
}
#globNav ul li._5 {
    top: 206px;
    height: 60px;
}
#globNav ul li._5 a img {
    margin: 0;
}

#selectCategory .content .categoryList li a h2 {
    font-size: 18px;
}


}

