.BodyMain {
    background: #fff;
    background: url("../images/back.jpg") 50% 0 no-repeat #fff;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"メイリオ",Meiryo,verdana,sans-serif;
}
@media print, screen and (min-width: 960px) {
    .BodyMain {
        margin: 0 auto 100px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .BodyMain {
        margin: 0 auto 95px;
    }
}
@media screen and (max-width: 519px) {
    .BodyMain {
        margin: 0 auto 55px;
    }
}
/* body */
body {
    font-size: 1.1rem;
    line-height: 2.3;
}
@media screen and (max-width: 519px) {
    body {
        /* for Android Chrome 40 upper */
        font-size: 1rem;
        line-height: 1.8;
    }
}

.title {
    max-height: 90px;
    margin: 15px 0 10px;
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    .title {
        max-height: 70px;
    }
}

@media screen and (max-width: 519px) {
    .title {
        max-height: 55px;
        margin: 10px 0 5px;
    }
}

.container {
    max-width: 1280px;
    margin: 0 auto;
}
header {
    background: rgba(245, 240, 250, 0.7);
    border-top: 3px solid #5d2083;
}
@media print, screen and (min-width: 960px) {
    header .container {
        max-width: 1200px;
    }
}

@media print, screen and (min-width: 520px) {
    header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 1rem;
    }
    .container {
        width: 95%;
    }
}

.progress-bar {
    padding: 15px 0;
    text-align: center;
    border-radius: 0 0 12px 12px;
    margin-bottom: 20px;
}
.progress-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
.progress-bar li {
    margin: 0 20px;
    color: #888;
    position: relative;
}
.progress-bar li.active {
    color: #d7667d; 
    border-bottom: 3px solid #d7667d;
}

h1 {
    font-size: 2rem;
    font-weight: normal;
    color: #5d2083;
    margin: 0 10px;
}
h2 {
    color: #d7667d;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: 2px solid #ffc0cb;
    padding-bottom: 15px;
    font-size: 1.8em;
}
h2.sub {
    clear: both;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 140%;
    font-weight: normal;
    letter-spacing: 0.08em;
    line-height: 2;
    border-bottom: none;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    h1 {
        font-size: 1.3rem;
        margin: 0;
    }
}

@media screen and (max-width: 519px) {
    h1 {
        font-size: 1.3rem;
    }
    h2.sub {
        font-size: 120%;
        line-height: 1.8;
        text-align: left;
    }
}

ul {
    list-style: none;
}
.left {
    text-align: left;
}

.center {
    text-align: center;
}
.right {
    text-align: right;
}
.mini90 {
    font-size: 90%;
}
.mini {
    font-size: 80%;
}
.red {
    color: #d56271;
    font-weight: bold;
    font-size: 110%;
}
.chui-red {
    color: #ff0a1d;
    font-size: 110%;
}
.errorComment {
    color: #ff0a1d;
}
.green {
    color: #2eaa16;
    font-size: 110%;
}
.waku {
    border: 1px solid #dcdcdc;
}
.ya {
    margin: 0 5px 4px 0;
    vertical-align: middle;
}
.ya2 {
  position: relative;
  display: inline-block;
  padding-left: 1rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.95rem;
  margin: 0 8px 3px 0;
}
.ya2::before {
  width: 18px;
  height: 18px;
  bottom: 2px;
}
.ya2::before, .ya2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.ya2::after {
  left: 3px;
  bottom: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a {
    text-decoration: none;
    color: #000;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.step-right {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #aaa; 
}

@media screen and (min-width: 520px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media print, screen and (min-width: 960px) {
    .pc-space {
        margin-left: 1.2rem;
    }
    .errorComment {
        margin-top: -1rem;
    }
    .step-right {
      margin: 15px 10px !important;
    }
}

@media screen and (max-width: 959px) {
    .pc-br,
    .pc-hr {
        display: none !important;
    }
    .step-right {
      margin: 10px 10px !important;
    }
}

@media screen and (max-width: 519px) {
    .step-right {
      margin: 5px 10px !important;
    }
}


@media print, screen and (min-width: 960px) {
    .tablet-br,
    .sp-br,
    .tablet-sp-br,
    .tablet-space,
    .tablet-sp-hr {
        display: none !important;
    }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    .sp-br,
    .pc-space {
        display: none !important;
    }
}

@media screen and (max-width: 519px) {
    .pc-tablet-br,
    .tablet-br,
    .pc-space,
    .tablet-space,
    .pc-tablet-space {
        display: none !important;
    }
    .sp-left {
        text-align: left;
    }
}

.txtFlowerarrange {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    margin: 0.5rem 3rem;
}

@media print, screen and (min-width: 960px) {
    .txtFlowerarrange .imgW {
        margin: 0 0 0 4rem;
    }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    .txtFlowerarrange {
        display: block;
        margin: 1rem 1.25rem;
    }
}

@media screen and (max-width: 519px) {
    .txtFlowerarrange {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 1rem;
    }
}

.backcopy {
    background: url("../images/back_copy.png") 0 100% repeat-x;
    margin: 25px 0;
}
.backcopy h2 {
    float: left;
    text-align: left;
    font-size: 140%;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
    margin: -20px 0 0;
    border-bottom: none;
    padding-bottom: 0;
}
.backcopy h2:first-letter {
    font-size: 150%;
    color: #5d2083;
    padding: 0 0.1rem 0 0.5rem;
}
.backcopy h2 span {
    font-size: 90%;
    padding-left: 2rem;
}
.backcopyRight {
    float: right;
    text-align: right;
    font-size: 80%;
    margin: -20px 0 0;
}
.backcopy::after {
    content: "";
    display: block;
    clear: both;
}
.contact-info-bottom {
    margin: 5rem auto 0;
}

@media screen and (max-width: 519px) {
    .backcopy {
        height: 60px;
        margin: 30px 0 40px;
    }
    .backcopy h2 {
        margin: -40px 0 0;
        line-height: 1.5;
    }
    .backcopy h2:first-letter {
        font-size: 130%;
    }
    .backcopy h2 span {
        font-size: 70%;
        padding-left: 0;
    }
    .backcopyRight {
        float: unset;
        margin: 5px 0;
    }
    .contact-info-bottom {
        margin: 2rem auto 0;
    }
}

.hallImg {
    max-width: 435px;
    height: auto;
    border: 3px double #e6d7f0;
    margin-top: 15px;
}
.flowerarrange {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2rem 0;
}
.flowerarrange img {
    max-width: 250px;
    height: auto;
    margin: 0 auto;
}
.creditcard {
    width: fit-content;
    margin: 1.2rem auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.creditcard img {
    vertical-align: middle;
}
.creditcard > div {
    margin: 0;
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    .flowerarrange img {
        max-width: 220px;
        padding: 0.5rem;
    }
}

@media screen and (max-width: 519px) {
    .hallImg {
        max-width: 98%;
        margin-top: 5px;
    }
    .creditcard {
        align-items: center;
        justify-content: center;
    }
    .flowerarrange img {
        max-width: 200px;
        padding: 0.3rem;
    }
}

.notes {
    padding: 2rem 0 0;
}

.order-summary-confirm, .delivery-details-confirm, .orderer-info-confirm,
.order-summary-complete, .delivery-details-complete, .orderer-info-complete {
    background-color: #fff;
    border: 1px solid #ffc0cb;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.order-summary-confirm h3, .delivery-details-confirm h3, .orderer-info-confirm h3,
.order-summary-complete h3, .delivery-details-complete h3, .orderer-info-complete h3 {
    color: #d7667d;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5em;
    border-bottom: 1px solid #ffc0cb;
    padding-bottom: 10px;
}

.completion-message {
    background-color: #f0fff0; 
    border: 1px solid #c1ffc1;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.completion-message h2 {
    color: #3CB371; 
    font-size: 2em;
    margin-bottom: 15px;
    border-bottom: none;
    padding-bottom: 0;
}
.completion-message .instruction {
    font-size: 1.1em;
    margin-bottom: 10px;
}
.completion-message .reception-number {
    font-size: 1.3em;
    font-weight: bold;
    color: #ff1493; 
    margin-top: 15px;
}
.product-selection-complete {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.productItem-complete {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff5f5;
    border: 1px solid #ffdab9;
    border-radius: 8px;
    padding: 15px;
    width: fit-content;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}
.productItem-complete img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #eee;
}
.productItem-complete .item-details-complete p {
    margin: 5px 0;
    font-size: 1.1em;
}
.productItem-complete .item-details-complete .price {
    font-weight: bold;
    color: #ff1493;
}
.productItem-complete .item-details-complete .total-price {
    font-weight: bold;
    color: #d7667d;
    margin-top: 10px;
    border-top: 1px dashed #ffdab9;
    padding-top: 8px;
}
.delivery-details-complete p {
    text-align: center;
    font-size: 1.1em;
    margin-bottom: 10px;
}
.delivery-details-complete .note {
    font-size: 0.9em;
    color: #666;
    text-align: center;
    line-height: 1.5;
}
.orderer-info-complete .info-grid-complete {
    display: grid;
    grid-template-columns: 1fr 2fr; 
    gap: 15px 20px; 
    align-items: center;
}
.orderer-info-complete .info-item-complete {
    display: contents; 
}
.orderer-info-complete .info-item-complete .label {
    font-weight: bold;
    color: #555;
    background-color: #f8f4fb;
    padding: 10px 15px;
    border-radius: 5px;
    white-space: nowrap; 
    text-align: right; 
}
.orderer-info-complete .info-item-complete .value {
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #ffdab9;
    border-radius: 5px;
    word-break: break-word; 
}
.orderer-info-complete .info-item-complete.full-width {
    grid-column: 1 / -1; 
    display: grid;
    grid-template-columns: subgrid; 
    gap: inherit;
}
.orderer-info-complete .info-item-complete.full-width .label {
    grid-column: 1;
}
.orderer-info-complete .info-item-complete.full-width .value {
    grid-column: 2;
}
.contact-info {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
    padding: 20px;
    background-color: #f8f4fb;
    border: 1px solid #ffc0cb;
    border-radius: 10px;
}
.contact-info .location {
    font-size: 1.1em;
    font-weight: bold;
    color: #d7667d;
    margin-bottom: 5px;
}
.contact-info .contact-tel {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
}
.important-notes {
    background-color: #fff5f5;
    border: 1px solid #ffdab9;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.important-notes h3 {
    color: #d7667d;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.4em;
    border-bottom: 1px dashed #ffc0cb;
    padding-bottom: 10px;
}
.important-notes p {
    font-size: 0.95em;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}
.action-links {
    text-align: center;
    margin-top: 40px;
}
.action-links p {
    margin-bottom: 15px;
}
.action-links a {
    color: #d7667d;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: bold;
    transition: color 0.3s ease;
}
.action-links a:hover {
    color: #ff1493;
    text-decoration: underline;
}

@media (min-width: 960px) {
    .progress-bar li {
        font-size: 1.2em;
    }
}

@media (max-width: 959px) {
    .orderFlow .step {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
}

@media (max-width: 519px) {
    .container {
        padding: 15px;
        margin: 15px auto;
    }
    header p {
        font-size: 0.8em;
    }
    .progress-bar li {
        margin: 0 10px;
        font-size: 1em;
    }
    h2 {
        font-size: 1.5em;
        margin-bottom: 20px;
    }
    .intro-description p {
        font-size: 1em;
    }
    .intro-description .payment-icons img {
        height: 30px;
    }
    .intro-description .address,
    .intro-description .tel {
        font-size: 1em;
    }
    .orderFlow .step {
        flex-direction: column;
        align-items: center;
        padding: 15px;
    }
    .orderFlow .stepNumber {
        font-size: 1.5em;
        margin-right: 0;
        margin-bottom: 0;
        width: auto;
    }
    .orderFlow .stepText {
        font-size: 1rem;
    }
    .start-order-button {
        padding: 12px 30px;
        font-size: 1.3em;
    }
    .completion-message {
        padding: 15px;
    }
    .completion-message h2 {
        font-size: 1.6em;
    }
    .completion-message .instruction,
    .completion-message .reception-number {
        font-size: 1em;
    }
    .order-summary-complete h3, .delivery-details-complete h3, .orderer-info-complete h3,
    .important-notes h3 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    .productItem-complete {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
        padding: 10px;
    }
    .productItem-complete img {
        width: 80px;
        height: 60px;
    }
    .productItem-complete .item-details-complete p {
        font-size: 1em;
    }
    .delivery-details-complete p {
        font-size: 1em;
    }
    .orderer-info-complete .info-grid-complete {
        grid-template-columns: 1fr; 
    }
    .orderer-info-complete .info-item-complete {
        display: block; 
    }
    .orderer-info-complete .info-item-complete .label {
        text-align: left; 
        margin-bottom: 5px;
        padding: 8px 12px;
    }
    .orderer-info-complete .info-item-complete .value {
        width: calc(100% - 24px); 
        display: block;
        padding: 8px 12px;
        margin-bottom: 15px;
    }
    .orderer-info-complete .info-item-complete.full-width {
        grid-column: auto;
    }
    .orderer-info-complete .info-item-complete.full-width .label,
    .orderer-info-complete .info-item-complete.full-width .value {
        grid-column: auto;
    }
    .important-notes p {
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .progress-bar li {
        font-size: 0.7em;
        margin: 0 5px;
    }
    .completion-message h2 {
        font-size: 1.4em;
    }
    .completion-message .reception-number {
        font-size: 1.1em;
    }
    .order-summary-complete h3, .delivery-details-complete h3, .orderer-info-complete h3,
    .important-notes h3 {
        font-size: 1.2em;
    }
    .productItem-complete .item-details-complete p {
        font-size: 0.9em;
    }
    .delivery-details-complete p {
        font-size: 0.9em;
    }
    .contact-info .location,
    .contact-info .contact-tel {
        font-size: 1em;
    }
    .important-notes p {
        font-size: 0.85em;
    }
    .action-links a {
        font-size: 1em;
    }
}

.introduction {
    padding: 10px;
}
.privacy-section {
    padding: 1.5rem 1.5rem 2rem;
    margin: 1.25rem auto 2rem;
    border-radius: 0.3rem;
    background: #ffffea;
    border: 1px solid #dcdcdc;
    text-align: center;
}
.wareAgreementBtn {
    width: 100%;
    max-width: 380px;
    margin: 20px auto;
    border-radius: 0.3rem;
    background: #f5f5f5;
    border: 1px solid #dcdcdc;
    padding: 5px;
    text-align: center;
}    
.wareAgreementBtn a {
  display: block;
  font-size: 1.1rem;
}
.intro-description {
    text-align: center;
    margin-bottom: 40px;
}
.intro-description p {
    font-size: 1.1em;
    line-height: 1.6;
    margin-bottom: 10px;
}
.intro-description .payment-icons {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.intro-description .payment-icons img {
    height: 40px; 
    vertical-align: middle;
}
.intro-description .address,
.intro-description .tel {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 15px;
}
.intro-description .address a {
    color: #d7667d;
    text-decoration: none;
    transition: color 0.3s ease;
}
.intro-description .address a:hover {
    text-decoration: underline;
    color: #ff1493;
}
.orderFlow {
    margin-bottom: 40px;
}
.orderFlow .step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    background-color: #f8f4fb; 
    border: 1px solid #ffc0cb;
    border-radius: 8px;
    padding: 5px 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.orderFlow .stepNumber {
    font-size: 1.3em;
    font-weight: bold;
    color: #d7667d;
    margin-right: 20px;
    flex-shrink: 0; 
    width: 90px; 
    text-align: center;
}
.orderFlow .stepText {
    font-size: 1.1em;
    flex-grow: 1; 
    padding-top: 7px;
}
.stepNext {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid #d7667d; /* 色を変えたいときはここを調整 */
  margin: 10px auto 20px; /* 中央寄せしたい場合 */
}
.start-button-container {
    text-align: center;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px dashed #ffc0cb;
}
.start-order-button {
    background-color: #d7667d;
    color: white;
    padding: 15px 40px;
    border: none;
    border-radius: 10px;
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.start-order-button:hover {
    background-color: #ea9098;
    transform: translateY(-3px);
}
@media print, screen and (min-width: 960px) {
    .privacy-section {
        max-width: 800px;
        width: 90%;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .orderFlow .stepNumber {
        width: auto; 
        margin-bottom: 0;
    }
    .orderFlow .stepText {
        margin-top: 0;
    }
    .privacy-section {
        max-width: 90%;
    }
}
@media (max-width: 519px) {
    header h1 {
        font-size: 1.3em;
    }
    h2 {
        font-size: 1.3em;
    }
    .intro-description .payment-icons {
        gap: 10px;
    }
    .intro-description .payment-icons img {
        height: 25px;
    }
    .orderFlow .stepNumber {
        font-size: 1.3em;
    }
    .orderFlow .stepText {
        font-size: 1rem;
    }
    .start-order-button {
        font-size: 1.1em;
        padding: 10px 25px;
    }
    .orderFlow .stepText {
        padding-top: 0;
    }
    .privacy-section {
        max-width: 98%;
        font-size: 80%;
        margin: 0 auto;
        text-align: left;
    }
    .wareAgreementBtn a {
        font-size: 100%;
    }    
}

.checkbox {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    vertical-align: middle;
}
.date {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem auto;
}
.deliveryDate {
    letter-spacing: 0.07em;
    padding-top: 8px;
}
.deliveryDate .dateTxt,
.deliveryDate .dateTxt1 {
    float: left;
    font-size: 130%;
    line-height: 1.8;
    background-color: #fff;
    border-bottom: 3px double #d7667d;
    padding: 0 10px;
    margin-top: 0;
}
.deliveryDate .dateTxt2 {
    float: left;
    margin: 0 10px;
}
.selectDate {
    margin-left: 20px;
    padding: 12px 40px;
    background-color: #f8f4fb;
    border-radius: 50px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    font-size: 15px;
    color: #555;
}
.selectDate:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
@media (max-width: 519px) {
    .selectDate {
        padding: 12px 15px;
    }
}
.category-nav {
    padding: 15px 0;
}

.category-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; 
    gap: 15px;
    padding: 0;
}
.category-btn {
  display: block;
  max-width: 220px;
  position: relative;
  width: 90%;
  max-width: 230px;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 110%;
    background-color: rgb(215, 102, 125);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
  border-radius: 40px;
  text-align: center;
}
.category-btn a {
    color: #fff;
    font-weight: bold;
    padding: 8px 15px 8px 10px;
    border-radius: 20px;
    transition: all 0.3s ease;
}
.category-btn:hover {
    background-color: #ea9098;
    text-decoration: none;
    border-color: #d7667d;
}
.category-btn::after {
  display: block;
  content: "";
  position: absolute;
  top: 42%;
  margin-top: -2px;
  border: 6px solid transparent;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: transparent;
  right: 15px;
  border-top: 10px solid #fff;
  transition-duration: 200ms;
}
.product-category-section {
    padding: 3rem 0 0;
}
.productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.productBox {
    width: 35%;
    background-color: #f8f4fb;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    padding: 20px 10px;
    margin: 30px auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.productBox:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}
.productBox img {
    max-width: 98%; 
    object-fit: cover;
}
.productName {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin: 10px auto -5px;
    padding: 0 15px;
}
.productSize {
    font-size: 16px;
    color: #333333;
    margin: 0 auto 15px;
}
.productButton {
    display: inline-block;
    background-color: rgb(215, 102, 125);
    color: #fff;
    padding: 0 20px;
    border-radius: 20px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.productButton:hover {
    background-color: #ea9098;
    text-decoration: none;
}
.product-note {
    text-align: center;
    font-size: 18px;
    color: #555;
    padding: 30px;
    background-color: #F8F8F8;
    border-radius: 8px;
    margin-bottom: 40px;
}

@media screen and (min-width: 960px) {
    .productList {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    .productList {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 25px;
    }

    .productName {
        font-size: 18px;
    }

    .productButton {
        padding: 2px 20px;
        font-size: 15px;
    }
}

@media screen and (min-width: 680px) and (max-width: 959px) {
    .productBox {
        width: 35%;
    }
}

@media screen and (min-width: 520px) and (max-width: 679px) {
    .productBox {
        width: 55%;
    }
}

@media screen and (max-width: 519px) {
    .product-category-section {
        padding: 40px 0;
    }
    .productList {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 0 15px;
    }
    .productBox {
        width: 75%;
        padding-bottom: 15px;
    }
    .productName {
        font-size: 16px;
    }
    .productButton {
        padding: 8px 18px;
        font-size: 14px;
    }
    .category-nav {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .productList {
        padding: 0;
    }
}

.order-form {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px;
    background-color: #f8f4fb;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}
.formGroup {
    margin-bottom: 40px;
    border-bottom: 1px dashed #e6b0c6;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    border-bottom: none;
}
.formGroup:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.form-section-title {
    font-size: 24px;
    font-weight: 700;
    color: #5d2083;
    margin-bottom: 25px;
    padding-left: 10px;
    border-left: 5px solid #d7667d;
}
.instruction-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
}
.productSummary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 15px 25px;
    border-radius: 8px;
    background: #fff;
}
.productSummary img,
.confirmSummary img {
    width: 300px;
    margin: 0 20px;
}
.productItem {
    font-size: 20px;
    font-weight: bold;
    color: #333;
}
.productPrice {
    font-size: 20px;
    color: #d7667d;
    font-weight: bold;
    margin: -15px auto 15px;
}
.quantity-select {
    display: flex;
    align-items: center;
    gap: 10px;
}
.quantity-select label {
    font-size: 16px;
    color: #555;
}
.quantity-select select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .productSummary {
        padding: 15px 0;
    }
}
@media screen and (max-width: 519px) {
    .productSummary img,
    .confirmSummary img {
        max-width: 300px;
        width: 98%;
        margin: 0;
    }
    .productPrice {
        margin: 5px auto 10px;
    }
    .formGroup {
        padding: 30px 15px;
    }
}

.form-row {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.form-label {
    flex: 0 0 160px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
}
.need {
    color: #E74C3C;
    font-weight: bold;
}
.form-row input[type="text"],
.form-row input[type="tel"],
.form-row textarea {
    flex: 1;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    min-width: 250px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 2px solid #d7667d;
    outline: none;
}
.form-row textarea {
    resize: vertical;
    min-height: 100px;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
    color: #aaa;
}
.form-note-attention {
    background-color: #ffffea;
    border: 1px solid #fffcb3;
    padding: 0 20px 10px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.attention-title {
    font-size: 18px;
    font-weight: bold;
    color: #d35400;
    margin-bottom: 10px;
}
.attention-text {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin: 0 auto 10px;
}

.submit-button-wrapper {
    text-align: center;
    margin-top: 40px;
}
.next-button,
.order-button {
    background-color: rgb(215, 102, 125);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    transition: all 0.3s ease;
}
.next-button:hover,
.order-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    opacity: 0.9;
}

@media (max-width: 519px) {
    .order-form {
        padding: 5px;
    }
    .form-section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .productSummary {
        align-items: flex-start;
        gap: 10px;
        padding: 15px;
    }
    .quantity-select {
        width: 100%;
        justify-content: space-between;
    }
    .quantity-select select {
        width: auto;
    }
    .reception-info {
        font-size: 14px;
        padding: 10px;
    }
    .sp-br {
        display: block;
    }
    .form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
        margin-bottom: 15px;
    }
    .form-label {
        flex: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 5px;
        font-size: 15px;
    }
    .form-row input[type="text"],
    .form-row input[type="tel"],
    .form-row textarea {
        width: 90%;
        min-width: unset;
        padding: 10px 12px;
        font-size: 15px;
    }
    .attention-title {
        font-size: 16px;
    }
    .attention-text {
        font-size: 14px;
    }
    .next-button {
        font-size: 15px;
        padding: 12px 40px;
    }
}

.alert-message {
    text-align: center;
    padding: 15px;
    margin: 20px auto;
}
.alert-icon {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
}
.alert-message p {
    margin: 0;
}

@media (max-width: 519px) {
    .alert-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.confirmSummary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 15px 25px;
    border-radius: 8px;
    background: #fff;
}
.confirm-value-full {
    flex: none;
    width: 100%;
}

.correction-and-back-buttons {
    max-width: 280px;
    margin: 40px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    gap: 30px;
}
.correction-text {
    font-size: 16px;
    color: #333;
    margin: 0;
}
.correction-text a {
    color: #d7667d;
    font-weight: bold;
    text-decoration: none;
    border-bottom: 1px solid #d7667d;
    transition: all 0.3s ease;
}
.correction-text a:hover {
    color: #9A5A7A;
    border-bottom-color: #9A5A7A;
}
.back-button {
    background-color: #F8F8F8;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 50px;
    border: 1px solid #ddd;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}
.back-button:hover {
    background-color: #EAEAEA;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.order-button-wrapper {
    text-align: center;
    margin-top: 40px;
}
@media (min-width: 960px) {
    .correction-and-back-buttons {
        padding-right: 10rem;
    }
}
@media (max-width: 959px) {
    .confirm-group {
        padding: 25px 30px;
    }
    .confirm-label, .confirm-labelS, .confirm-value, .confirm-value-full {
        font-size: 15px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .correction-and-back-buttons {
        padding-right: 9rem;
        gap: 20px;
    }
}
@media (max-width: 519px) {
    .section-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .alert-message {
        text-align: center;
        padding: 15px;
        margin: 20px auto;
    }
    .correction-and-back-buttons {
        flex-direction: column;
        gap: 15px;
        margin: 30px auto;
    }
    .back-button, .order-button {
        padding: 12px 40px;
        font-size: 15px;
    }
}

.process-steps li.active {
    color: #9A5A7A;
}

@media (min-width: 520px) {
    .completion-section {
        padding: 20px 0;
    }
}

.completion-message-box {
    max-width: 600px;
    margin: 0 auto 1rem;
    background: #f5fff2;
    border: 2px solid #a1e18e;
    border-radius: 12px;
    padding: 0 20px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    line-height: 2;
}
.completion-date {
    font-size: 18px;
    color: #666;
    margin-bottom: -10px;
}
.completion-text {
    font-size: 120%;
    font-weight: bold;
    color: #489132;
    margin-bottom: 15px;
}
.instruction {
    color: #555;
    margin-bottom: 0;
}
.receipt-number {
    color: #555;
    margin-top: 0;
}
.receipt-number .highlight {
    color: #E74C3C;
    font-size: 130%;
    vertical-align: middle;
}

.confirm-group,
.confirm-group2 {
    max-width: 1000px;
    margin: 40px auto;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    padding: 30px 40px;
}
.confirm-group2 {
    background-color: #ffffea;
}
.confirm-item-row {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed #EEDDDA;
}
.confirm-item-row:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.confirm-label,
.confirm-labelS {
    color: #555;
    font-weight: bold;
    margin-right: 20px;
    line-height: 1.5;
}
.confirm-label {
    width: 28%;
}
.confirm-value,
.confirm-value-full {
    flex: 1;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    word-break: break-word;
}
.confirm-value-full {
    flex: none;
    width: 100%;
}
.confirm-item-row.total-row .confirm-label,
.confirm-item-row.total-row .confirm-labelS,
.confirm-item-row.total-row .total-price {
    font-size: 20px;
    font-weight: bold;
    color: #d7667d;
}

.contact-info-section .confirm-item-row,
.caution-section .caution-text,
.cancellation-section .cancellation-text {
    border-bottom: none;
}

.caution-text,
.cancellation-text {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
}

.final-actions {
    max-width: 300px;
    margin: 40px auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    align-items: center;
    gap: 30px;
}
.action-link {
    background-color: rgb(215, 102, 125);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 40px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 8px;
    transition: all 0.3s ease;
}
.action-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    opacity: 0.9;
}
@media (max-width: 959px) {
    .completion-message-box,
    .confirm-group {
        padding: 25px 30px;
    }
    .completion-text {
        font-size: 24px;
    }
    .receipt-number {
        font-size: 20px;
    }
    .receipt-number .highlight {
        font-size: 26px;
    }
    .confirm-label, .confirm-labelS, .confirm-value, .confirm-value-full {
        font-size: 15px;
    }
    .confirm-item-row.total-row .confirm-label,
    .confirm-item-row.total-row .confirm-labelS,
    .confirm-item-row.total-row .total-price {
        font-size: 18px;
    }
    .caution-text,
    .cancellation-text {
        font-size: 14px;
    }
    .action-link {
        font-size: 18px;
        padding: 8px 15px;
    }
}

@media (max-width: 519px) {
    .completion-message-box {
        padding: 20px;
        margin: 20px auto 40px;
    }
    .completion-text {
        font-size: 20px;
    }
    .instruction, .completion-date {
        font-size: 14px;
    }
    .receipt-number {
        font-size: 16px;
    }
    .receipt-number .highlight {
        font-size: 22px;
    }
    .confirm-group,
    .confirm-group2 {
        padding: 20px;
        margin: 30px auto;
    }
    .confirm-item-row {
        align-items: flex-start;
        gap: 5px;
    }
    .confirm-label,
    .confirm-labelS {
        flex: none;
        margin-right: 10px;
        font-size: 15px;
    }
    .confirm-value,
    .confirm-value-full {
        font-size: 15px;
    }
    .confirm-item-row.total-row .confirm-label,
    .confirm-item-row.total-row .confirm-labelS,
    .confirm-item-row.total-row .total-price {
        font-size: 16px;
    }
    .final-actions {
        flex-direction: column;
        gap: 15px;
        margin: 30px auto;
    }
    .action-link {
        width: 80%;
        padding: 10px 20px;
        font-size: 16px;
    }
}


footer {
    border-top: 1px solid #dcdcdc;
    margin-top: 3rem;
}
.copyright {
    font-weight: normal;
}
@media screen and (min-width: 520px) {
    .copyright {
        font-size: 0.75rem;
        text-align: center;
    }
}
@media screen and (max-width: 519px) {
    .copyright {
        font-size: 0.7rem;
        text-align: center;
    }
}

#fix {
    border-top: 1px solid #5d2083;
    background: rgba(255, 255, 255, 0.7);
}
#fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1002;
}
@media print, screen and (min-width: 520px) {
    #fix .title {
        float: left;
        height: 60px;
    }
    #fix .tel {
        float: right;
        height: 40px;
        margin: 23px 0 0;
    }
    .sp-fix-freedial {
        display: none !important;
    }
}
@media screen and (max-width: 519px) {
    #fix .title,
    #fix .tel {
        display: none !important;
    }
    #fix .container {
        padding: 0;
        margin: 0 auto;
  }
    .sp-fix-freedial {
        width: 90%;
        text-align: center;
        margin: 10px auto;
    }
    .sp-fix-freedial img {
        width: 30px;
        margin: 0 8px 2px;
        vertical-align: middle;
    }
}
#page-top {
    position: fixed;
    z-index: 100;
    bottom: 105px;
    right: 8px;
}
#page-top a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    display: block;
    width: 40px;
    height: 40px;
    background: #5d2083;
    border-radius: 50%;
}
#page-top a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    margin-top: -4px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    #page-top {
        bottom: 96px;
        right: 8px;
    }
    #page-top a {
        width: 44px;
        height: 44px;
    }
    #page-top a::after {
        width: 10px;
        height: 10px;
        margin-left: -6px;
        margin-top: -4px;
    }
}
@media screen and (max-width: 519px) {
    #page-top {
        bottom: 60px;
        right: 5px;
    }
    #page-top a {
        width: 40px;
        height: 40px;
    }
    #page-top a::after {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: -3px;
    }
}

/* --- 特定商取引法に基づく表示  --- */

.tokuteiBodyMain {
    margin: 0 auto 20px;
    border-top: 3px solid #5d2083;
    letter-spacing: 0.08rem;
}

.tokuteiBodyMain header {
    width: 99%;
    text-align: center;
    background: #fff;
    border-top: none;
    margin: auto;
    padding: 20px 0 0;
}
.tokuteiBodyMain header::after {
    content: "";
    display: block;
    clear: both;
}

@media print, screen and (min-width: 960px) {
    .tokuteiBodyMain header {
        max-width: 1280px;
    }
    .tokuteiBodyMain section {
        width: 99%;
        max-width: 1280px;
        margin: auto;
    }
}
@media screen and (max-width: 519px) {
    .tokuteiBodyMain header {
        padding: 15px 0 0;
    }
}
@media screen and (max-width: 959px) {
    .tokuteiBodyMain section {
        width: 95%;
        margin: auto;
    }
}

.sellerList {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1.5rem auto 0;
}
.sellerList dt,dd {
    margin: 1px;
}
.sellerList dt {
    flex-basis: 22%;
    background: #f5f5f5;
    padding: 10px 0;
    align-items: center;
    display: grid;
    text-align: center;
}
.sellerList dd {
    flex-basis: 68%;
    border: 1px solid #dcdcdc;
    text-align: left;
    padding: 10px 2rem;
}
.sellerList dd ol {
    padding: 1rem 1rem 1rem 2rem;
}
.sellerList dd ul {
    padding-left: 1.25rem;
}
.sellerList dd li {
    list-style-type: unset;
}
.sellerList dd li.square {
    list-style-type: square;
}
.tokuteiBodyMain footer {
    font-size: 0.9rem;
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width: 959px) {
    .sellerList {
        width: unset;
        display: inline-block;
    }
    .sellerList dd {
        padding: 10px 1rem;
    }
}
@media screen and (max-width: 519px) {
    .sellerList dd ol {
        padding: 1rem 0.4rem 1rem 1.7rem;
    }
    .sellerList dd ul {
        padding-left: 1.1rem;
    }
}

.checkDefectBox {
    width: 70%;
    text-align: left;
    line-height: 25px;
    font-size: 90%;
    letter-spacing: 0.07em;
    color: #ff0000;
    margin: 10px auto 30px;
}
.checkDefectBox::after {
    content: "";
    display: block;
    clear: both;
}
.checkDefectBox img {
    float: left;
    margin: 0.6em 1.5em 0.7em 3.5em;
}

.warnText {
    color: #ff0000;
}
form .form-row .warnWaku {
    border: 2px solid #ff9999;
}

.maintenance {
    width: 80%;
    margin: 3rem auto;
}