@charset "utf-8";
/*-------------------------
  テンプレートデザイン
-------------------------*/

/* input
-------------------------*/
input {
    font-family: inherit;
}

.input_design01 {
    border: 1px solid #ced4da;
    padding: 5px;
}

.input_size_s {
    width: 50px;
}

.cart_design01 {
    appearance: none;
    -webkit-appearance: none;
    color: #fff;
    font-size: 16px;
    text-align: center;
    min-width: 240px;
    background: #65bfd6;
    cursor: pointer;
    margin: 0;
    padding: 10px;
    border: none;
}

input[type="submit"]:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/*-------------------------
  商品一覧
-------------------------*/
.rect_list li:nth-of-type(n + 6) h2 {
    letter-spacing: -3.75px;
    padding: 18.5px 7px;
}

._sq_list h2 {
    width: 103px;
    text-align: center;
}

/*下層ページ*/
/*商品詳細*/
.items_link {
    margin-top: 25px;
    margin-bottom: 10px;
    margin-left: 0;
}

.item_ttl {
    color: #383838;
    font-size: 40px;
    font-weight: bold;
}

.item_img-top {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 75px;
}

.btn_info {
    font-size: 20px;
    color: #383838;
    text-align: center;
    margin-bottom: -10px;
}

.upper_btn {
    margin-bottom: 65px;
}

.upper_btn .rect_btn .btn,
.upper_btn .square_btn .btn {
    background: #383838;
}

.upper_btn .rect_btn .btn_white,
.upper_btn .square_btn .btn_white {
    color: #383838;
    border: 1px solid #383838;
}

.upper_btn-lineup,
.under_btn-lineup {
    margin-top: 0;
}

.under_info-box {
    margin-bottom: 130px;
}

.under_info-box .txt_inner {
    margin-bottom: 50px;
}

.under_info-box .txt_inner .title {
    font-size: 40px;
    color: #65bfd6;
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.under_info-box .txt_inner .title span {
    position: absolute;
    left: 0px;
    top: -35px;
}

.under_info-box .txt_inner .sub_title {
    font-size: 20px;
    font-weight: 400;
    color: #c6c6c6;
    text-align: center;
}

.item_wrapper {
    margin-bottom: 100px;
    display: flex;
    justify-content: space-between;
}

/* 商品イメージ */
.item-left {
    width: 440px;
}

.item_image_top {
    aspect-ratio: 22/23;
    overflow: hidden;
}

.item_image_top img {
    width: 100%;
    height: 100%;
}

.item_image_list {
    display: grid;
    gap: 25px;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    margin-top: 30px;
}

.item_image_items {
    cursor: pointer;
    width: 130px;
    height: 135px;
    overflow: hidden;
}

.item_image {
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
}

.item_image_items.is_active .item_image {
    border: 1px solid #ef858c;
}

/* カートに入れる */
.item-right {
    width: 630px;
    text-align: center;
}

.item_spec {
    background: #fff1f2;
    padding: 44px 20px 60px 20px;
    margin-bottom: 30px;
}

.item_spec table {
    width: 100%;
    border-bottom: 2px solid #f5d8da;
    margin-bottom: 40px;
    padding: 0 40px 40px 40px;
}

.item_spec table td {
    margin-top: 15px;
    display: block;
}

.time_count {
    line-height: 1.5;
    margin-bottom: 25px;
}

.time_count_order_day {
    display: block;
    letter-spacing: 0.05em;
}

.time_count_send_day {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.06em;
}

.item_spec table th {
    text-align: left;
    font-size: 20px;
    vertical-align: baseline;
}

.item_spec table td {
    text-align: left;
    padding-left: 40px;
}

.item_spec table .item_name {
    font-size: 44px;
    font-weight: bold;
}

.item_spec table .item_property {
    color: #ef858c;
    font-size: 20px;
    font-weight: bold;
}

.item_spec table .item_property span {
    color: #ef858c;
    font-size: 24px;
    margin-left: 10px;
}

.item_spec table .item_price {
    font-size: 44px;
    font-weight: bold;
}

.item_spec table .item_price span {
    font-size: 24px;
    margin-left: 5px;
}

.select_option_ink_wrap {
    display: inline-block;
    position: relative;
}

.select_option_ink_wrap::after {
    content: "";
    position: absolute;
    top: 38%;
    right: 16px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #383838;
    border-bottom: 2px solid #383838;
    transform: rotate(45deg);
}

.select_option_ink {
    padding: 12px 40px 12px 10px;
    margin: 0 auto;
}

.select_option_ink:hover {
    cursor: pointer;
}

.item-right p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    margin-top: 15px;
}

.item-right p a {
    color: #17539e;
    text-decoration: underline;
}

.item-right p a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.item-right_txt p {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

.product_details_secondary_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.product_details_secondary_item {
    width: 48%;
}

.product_details_secondary_order_title {
    margin: 0 0 30px 0;
}

.product_details_secondary_description {
    line-height: 1.7;
}

/* セレクトボックス（個数指定） */
select {
    -webkit-appearance: none;
    appearance: none; /*ブラウザ標準設定解除*/
    display: block;
    width: 100%;
    padding: 12px 30px 12px 15px;
    border-radius: 5px;
    border: 2px solid #dfdee0;
    font: inherit;
}

.selectwrap {
    /*selectの親要素をアイコン配置の基準にする*/
    position: relative;
    display: block;
    width: 130px;
    height: 50px;
}

.input_num_piece {
    font-size: 20px;
    text-align: right;
    appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 30px 12px 15px;
    border-radius: 5px;
    border: 2px solid #dfdee0;
    box-sizing: border-box;
}

/* カートに入れるボタン */
.cart_btn {
    background: #ef858c;
    width: calc(100% - 50px);
    max-width: 400px;
    border: none;
    border-radius: 10px;
    padding: 20px 0;
    margin: 0 auto;
    border: 1px solid #cd6269;
}

.cart_btn:hover {
    opacity: 0.7;
    cursor: pointer;
}

.cart_btn h1 {
    position: relative;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #fff;
}

.cart_btn h1 img {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    width: 40px;
    height: auto;
}

/* 注文完了画面 */
.order_complete_box {
    text-align: center;
}

@media screen and (max-width: 768px) {
    /*-------------------------
  共通
-------------------------*/
    /* base
-------------------------*/
    .sp_center {
        text-align: center;
    }

    /* パンくず
-------------------------*/
    .link_inner_details {
        margin-top: 10px;
    }

    /*-------------------------
  商品詳細
-------------------------*/
    /* .details_wrap {
    display: block;
    padding: 0 15px;
  }

  .details_img_box,
  .details_info_box {
    width: 100%;
  }

  .details_info_box {
    margin-top: 30px;
  } */
    /* 下層ページ　商品ページ */
    .items_link {
        margin-top: 30px;
        margin-left: 10px;
    }

    .item_ttl {
        font-size: 24px;
        padding-left: 15px;
    }

    .item_img-top {
        margin-bottom: 30px;
    }

    .item_wrapper {
        flex-direction: column;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 60px;
    }

    .item-right,
    .item-left {
        width: 100%;
    }

    .item-left {
        margin-bottom: 30px;
    }

    .item_image_list {
        gap: 15px;
    }

    .item_image_items {
        width: 100%;
        height: auto;
    }

    .item_spec {
        padding: 30px 15px;
    }

    .item_spec table {
        margin-bottom: 30px;
        padding: 0 0 30px 0;
    }

    .item_spec table th {
        font-size: 18px;
        white-space: nowrap;
    }

    .item_spec table td {
        padding-left: 15px;
    }

    .item_spec table .item_name {
        font-size: 35px;
        vertical-align: bottom;
    }

    .item_spec table .item_price {
        font-size: 35px;
    }

    select {
        cursor: pointer;
        outline: none;
        height: 50px;
        appearance: none;
        color: #383838;
        background: #fff;
        border: 2px solid #dfdee0;
        padding: 12px 10px;
    }

    select {
        line-height: inherit !important;
        color: #333;
        width: 100%;
        box-shadow: none;
        background: #fff;
        background-size: 16px 16px;
        cursor: pointer;
    }

    .select_option_ink {
        padding: 12px 40px 12px 10px;
    }

    .item_spec table .item_property,
    .item_spec table .item_property span {
        font-size: 18px;
    }

    .time_count_send_day {
        font-size: 26px;
    }

    .cart_btn h1 {
        font-size: 18px;
        left: -10px;
    }

    .cart_btn h1 img {
        right: 10px;
        width: 25px;
    }

    .item-right_txt p {
        font-size: 16px;
    }

    .under_info-box {
        padding: 0 20px;
        margin-bottom: 50px;
    }

    .under_info-box .txt_inner .title {
        font-size: min(7vw, 32px);
        text-align: center;
    }

    .under_info-box .txt_inner .sub_title {
        font-size: 14px;
    }

    .under_btn-lineup {
        margin-top: 25px;
    }

    .btn_info {
        font-size: 16px;
    }

    .product_details_secondary_box {
        flex-direction: column;
        padding: 0 15px;
    }

    .product_details_secondary_item {
        width: 100%;
    }

    .product_details_secondary_item + .product_details_secondary_item {
        margin-top: 50px;
    }

    .product_details_secondary_order_title {
        margin-bottom: 15px;
    }

    .product_details_secondary_description {
        font-size: 16px !important;
    }
}
