@charset "utf-8";
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Helvetica Neue", "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
    background: #d9d9d9;
    font-size: 13px;
}

p {
    font-size: 13px;
    line-height: 1.5em;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

select{
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 1px solid #000;
    height: 30px;
    line-height: 30px;
    margin: 5px 0 0;
    font-size: 14px;
    padding: 0 10px;
}

.accordion-area p.title.bold2{
    padding-top: 0;
}

.container {
    margin: 0 auto;
}

.shadow_inner {
    box-shadow: inset 0 7px 2px -6px rgba(0, 0, 0, 0.3);
    background: #f2f2f2;
}

.header {
    margin: 0 auto;
}

.main {
    margin: 0 auto;
}

.main_content {
    background: #fff;
    margin: 0 auto;
}

.footer {
    background: #f2f2f2;
}


.footer_content {
    box-shadow: inset 0 6px 4px -5px rgba(0, 0, 0, 0.3);
    color: #ABABAB;
    letter-spacing: 0.6px;
}

.bg-white {
    background: #fff;
}

.border {
    height: 1px;
    background: #dadada;
    width: 100%;
    display: block;
}

.float_right {
    float: right;
}

.hide {
    display: none;
}

.bold {
    font-weight: bold;
}

.relative {
    position: relative;
}

.inline {
    display: inline;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.required {
    color:#ff0000;
}

.text_link {
    display: block;
    font-weight: bold;
    color: #1B1B1B;
    text-decoration: underline;
}

.text_link_right {
    right: 0;
    top: 0;
    position: absolute;
    font-weight: bold;
    color: #1B1B1B;
    text-decoration: underline;
}

.mod_form {
    width: 100%;
}

.mod_form_select {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 3px 0 3px 0;
    margin: 0;
    border-bottom: solid 1px #ababab;
    vertical-align: middle;
    background: #fff url(../img/icn_dropdown.svg) no-repeat 100% 50%;
    border-radius: 0;
}

.mod_form_select_error {
    border-bottom: solid 2px #FF0000;
}

.mod_form_select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
    width: 100%;
    height: 35px;
}

textarea {
    width: 100%;
    height: 100px;
    background: #fff;
    border: 1px solid #ababab;
    font-size: 16px;
    padding: 5px;
    border-radius: 0;
    box-shadow: none;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

textarea:focus {
    border: 2px solid #378694;
}

.input_text_form {
    position: relative;
}

.input_text_form .input_text_label {
    position: absolute;
    top: 0;
    left: 0;
}

.input_text_auxiliary {
    font-size: 11px;
    color: #FF0000;
}

.error_wrap {
    display: none;
}

.error_wrap p {
    color: #FF0000;
}

input[type="text"] {
    margin: 16px 0 0;
    padding: 9px 0 9px 0;
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #ababab;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="text"]:focus {
    border-bottom: 2px solid #378694;
    color: #378694;
}

input[type="text"]:focus~.input_text_auxiliary {
    color: #378694;
}

.radio {
    display: none;
}

.radio_image {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.radio+.radio_image {
    background-image: url(../img/icn_radio_deselected.svg);
}

.radio:checked+.radio_image {
    background-image: url(../img/icn_radio_selected.svg);
}

.bg_checkbox li {
    position: relative;
    display: inline-block;
    margin: 0 32px 18px 0;
    padding: 0;
}

.bg_checkbox input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}

.bg_checkbox input[type="checkbox"]+label {
    display: block;
    background-image: url(../img/icn_checkbox_deselected.svg);
    background-size: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
}

.bg_checkbox input[type="checkbox"]:checked+label {
    background-image: url(../img/icn_checkbox_selected.svg);
}

p.input_text_label {
    /* font-size: 11px; */
}

p.input_text_label_error {
    color: #FF0000;
}

input.input_text_error {
    border-bottom: 2px solid #ff0000;
}

input[type="text"]:focus+p.input_text_label {
    color: #378694;
}

.btn_block {
    display: flex;
    justify-content: space-between;
}

.btn {
    margin-bottom: 18px;
}

.btn_block a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding: 18px 4%;
    font-weight: bold;
}

.btn_border {
    border: solid 1px #1B1B1B;
}

.modal {
    display: none;
    position: fixed;
    min-height: 100%;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
}

.modal_content {
    position: fixed;
    background: #fff;
}

.modal_btn a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding: 18px 4%;
    font-weight: bold;
}

.confirm_title {
    vertical-align: top;
}

.color_radio {
    width: 100%;
}

.color_radio li input {
    background-size: 35px 35px;
    cursor: pointer;
}

.color1 {
    background: url(../img/color4.png);
}

.color2 {
    background: url(../img/color2.png);
}

.color3 {
    background: url(../img/color3.png);
}

.color4 {
    background: url(../img/color4.png);
}

.color5 {
    background: url(../img/color5.png);
}

.color6 {
    background: url(../img/color6.png);
}

.color7 {
    background: url(../img/color7.png);
}

.color8 {
    background: url(../img/color8.png);
}

.color_radio input[type="radio"] {
    /*-webkit-appearance: none;
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;*/
}

.color_radio input[type="radio"]:checked:before {
    /* content: "";
    position: absolute;
    display: inline-block;
    width: 39px;
    height: 39px;
    box-shadow: 0px 0px 0px 2px #1B1B1B;
    top: -2px;
    left: -2px; */
}

.color_radio li,
.size_radio li,
.length_radio li {
    width: 44px;
    height: 44px;
    float: left;
    position: relative;
    margin: 0;
}

.size_chart {
    margin-right: 9px;
    position: relative;
    bottom: 2px;
    width: 24px;
    height: 21px;
    vertical-align: top;
}

.item_change_link a {
    font-weight: bold;
}

.item_change_link a:nth-child(n+2) {
    margin-left: 10px;
    font-weight: bold;
}

.ex_label {
    background: #378694;
    color: #fff;
    margin-bottom: 18px;
    background-size: 18px 18px;
    padding: 4px 9px 4px 32px;
    background-image: url(../img/icn_check_large_white.svg);
    background-repeat: no-repeat;
    background-position: 6px 4px;
    display: inline-block;
}

.ex_change_text {
    color: #378694;
    font-weight: bold;
}

.footer_btn {}

.footer_btn a {
    display: block;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    padding: 18px 4%;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.23);
    background-image: url(../img/icn_chevron_right.svg);
    background-repeat: no-repeat;
    background-position: 96% center;
}

a.btn_disabled {
    color: #fff !important;
    background: #dadada !important;
    pointer-events: none !important;
    height: 64px;
}

.color_radio label,.size_radio,.length_radio label{
    position: relative;
}

.color_radio label img{
    cursor: pointer;
    width: 36px;
    height: 36px;
    position: relative;
}

.label_img{
    /*border: solid 2px #000;*/
    border: solid 2px #fff;
    padding: 2px;
    width: 100%;
}

.size_radio .label_img {
    width: 44px;
    height: 44px;
    position: relative;
}

.size_radio .label_size{
    border:solid 2px #dadada;
    text-align: center;
    font-family: uniqlo_probold;
    font-size: 12px;
    width: 36px;
    height: 36px;
    line-height: 34px;
}

.label_img.label_active{
    border: solid 2px #1B1B1B;
}

.size_radio .label_size{
    cursor: pointer;
}

.size_radio .size_disabled .label_size{
    background-image: url(../img/radio_disabled.svg);
    background-size: 100% 100%;
    color: #dadada;
    cursor: not-allowed;
    /*pointer-events: none;*/
}

.size_radio .label_img.label_img2.label_img_size.label_active.size_disabled .label_size,.size_radio .label_img.label_img2.label_img_size.size_disabled .label_size{
    background-image: url(../img/radio_disabled2.svg) !important;
}

.size_radio .label_active .label_size {
    border: solid 2px #1B1B1B;
    color: #fff;
    background: #1B1B1B;
}

.length_radio .label_img {
    width: 44px;
    height: 44px;
    position: relative;
}

.length_radio .label_length{
    border:solid 2px #dadada;
    text-align: center;
    font-family: uniqlo_probold;
    font-size: 12px;
    width: 36px;
    height: 36px;
    line-height: 34px;
}

.length_radio .length_disabled .label_length{
    background-image: url(../img/radio_disabled.svg);
    background-size: 100% 100%;
    color: #dadada;
    cursor: not-allowed;
    /*pointer-events: none;*/
}

.length_radio .label_active .label_length {
    border: solid 2px #1B1B1B;
    color: #fff;
    background: #1B1B1B;
}

img.color_disabled{
    position: absolute;
    top: 4px;
    left: 4px;
    width: 36px;
    height: 36px;
    z-index: 2;
}

.label_img.label_img_size.size_disabled.label_active .label_size{
    background: #fff;
    background-image: url(../img/radio_disabled.svg);
    background-size: 100% 100%;
    color: #dadada;
    cursor: not-allowed;
    border: solid 2px #dadada;
    text-align: center;
    font-family: uniqlo_probold;
    font-size: 12px;
}

.label_img.label_img_length.length_disabled.label_active .label_length{
    background: #fff;
    background-image: url(../img/radio_disabled.svg);
    background-size: 100% 100%;
    color: #dadada;
    cursor: not-allowed;
    border: solid 2px #dadada;
    text-align: center;
    font-family: uniqlo_probold;
    font-size: 12px;
}

.color_chip_img {
    border-radius: 100%;
    width: 30px;
    height: 30px;
    left: 1px;
    top: 1px;
    position: relative;
    z-index: 1;
}

.label_img.label_active.color_chip {
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

img.color_disabled {
    top: 10px;
    left: 10px;
    width: 20px;
    height: 20px;
}

.color_disabled + .color_chip_img{
    /*opacity: 0.4;*/
}

/*IE用*/
select::-ms-expand {
    display: none;
}

/*Firefox用*/
.color_radio input[type="radio"],.size_radio input[type="radio"],.length_radio input[type="radio"]{
    display: none;
}

#enter_delivery_info {
    display: none;
}

#confirm__delivery_info {
    display: none;
}

#payment_info {
    display: none;
}

/* 文字数が多いサイズの場合 */
.size_radio li{
    width: auto;
    min-width: 50px;
}

.size_radio .label_img {
    width: auto;
    min-width: 44px;
}

.size_radio .label_img.label_img2,.size_radio .label_img.label_img2.label_active {
    width: 153px;
    max-width: 153px;
}

.size_radio .label_img.label_active {
    width: auto;
}

.size_radio .label_size {
    width: auto;
    white-space: nowrap;
    padding: 0 10px;
}

#gu_logo {
    width: 50px;
    height: 50px;
}

.fr-h-rule {
    display: block;
    height: 1px;
    line-height: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.fr-h-rule hr {
    background-color: #dadada;
    border: 0;
    display: block;
    width: 100%;
    height: 1px;
    margin: 0 auto;
}

#msg_header {
    display:none;
}

#msg_no_credit {
    display: none;
}

#msg_expired_credit {
    display: none;
}

#search_item_form .title {
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 7px;
}

#search_item_form .description {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 20px;
}

#search_item_form table {
  display: block;
  width: 100%;
}

#search_item_form th {
  font-size: 13px;
  font-weight: 600;
  vertical-align: top;
  text-align: left;
  padding: 15px 0 22px 5px;
  white-space: nowrap;
}

#search_item_form td {
  font-size: 13px;
  font-weight: 600;
  vertical-align: top;
  padding: 0 30px 22px 15px;
}

#search_item_form td p.small {
  display: block;
  margin: 4px 0 0;
  /* font-weight: 100; */
  color: #999;
  font-size: 12px;
}

#search_item_form input[type="text"] {
  border: solid 2px #ccc;
  display: block;
  border-radius: 0;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  max-width: 300px;
}

.item_image_aspect {
    aspect-ratio: 3 / 4;
    object-fit: contain;
    background-color: #f4f4f4;
}

#refundform_image {
    width: 100%;
    /* height: 26px; */
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}