<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal .modal_button button, .variation_contents li .hide {
  transition: all .2s ease-out;
}

.modal .modal_button, .variation_contents, form .birthday, form .link_btn, .t_link {
  font-size: 0;
  letter-spacing: 0;
  font-weight: normal;
}

.modal .spiner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.f1L, .f1, .variation_contents li .variation .size_text, .variation_contents li .size_select li button, .variation_contents li .size_select li .sold_out, .f1M, #user_registration_modal .item_contents a, .f1B, .item_lineup li.b .item_img:after, .item_lineup li .quick_shop {
  font-family: 'Poppins', sans-serif;
}

.f2, .f2M, .f2B {
  font-family: 'Barlow Condensed', sans-serif;
}

.f1L {
  font-weight: 300;
}

.f1, .variation_contents li .variation .size_text, .variation_contents li .size_select li button, .variation_contents li .size_select li .sold_out {
  font-weight: 400;
}

.f1M, #user_registration_modal .item_contents a {
  font-weight: 600;
}

.f1B {
  font-weight: 700;
}

.f2M {
  font-weight: 500;
}

.f2B {
  font-weight: 700;
}

.f2SB {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.f2SB {
  font-weight: bold;
}

a {
  text-decoration: none;
}

/*
color
 */
/*
modal
 */
.modal {
  display: block;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity .4s linear;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
}

.modal.show {
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal.show.out {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.modal.b_none {
  background: none;
}

.modal.b_none .item_contents {
  border: 1px solid #2F2F2F;
}

.modal .modal_button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}

.modal .modal_button button {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}

.modal .modal_button button:hover {
  opacity: .8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.modal .modal_button button.return:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #fff #fff;
  transform: rotate(45deg) translate(-43%, -30%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
}

.modal .modal_button button.next:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(45deg) translate(-100%, 20%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center center;
}

.modal .modal_button button.closed:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 25%;
  transform-origin: center center;
}

.modal .modal_button button.closed:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
  background: #fff;
  position: absolute;
  top: 50%;
  left: 25%;
  transform-origin: center center;
}

.modal .item_img {
  width: 100%;
  height: 100%;
  position: relative;
}

.modal .item_img .slick-slide,
.modal .item_img .slick-slide div {
  width: 100%;
  height: 100vh;
}

.modal .item_img .slick-slide div {
  text-align: center;
}

.modal .item_img .slick-slide div:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.modal .item_img img {
  width: auto !important;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.modal .item_contents {
  position: absolute;
  top: 50%;
  left: -100%;
  transform: translate(-50%, -50%);
  width: 520px;
  height: auto;
  background: #fff;
  font-weight: bold;
  padding: 20px 35px 30px;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity .2s linear;
}

.modal .item_contents.show {
  left: 50%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal .item_contents.cart {
  width: 400px;
  position: absolute;
  top: 55px;
  right: 60px;
  left: auto;
  transform: translate(0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.modal .item_contents.cart .item_contents_title {
  margin-bottom: 10px;
}

.modal .item_contents .closed {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal .item_contents .closed:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  transform: rotate(45deg);
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center center;
}

.modal .item_contents .closed:after {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  transform: rotate(-45deg);
  background: #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: center center;
}

.modal .item_contents .item_contents_title {
  font-size: 16px;
  letter-spacing: .05em;
  margin-bottom: 40px;
}

.modal .item_contents img {
  width: 90px;
  display: inline-block;
  vertical-align: middle;
}

.modal .item_contents .item_data {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: .1em;
  vertical-align: middle;
  margin-left: 20px;
}

.modal .item_contents .item_data span {
  font-size: 14px;
}

.modal .item_contents .item_data a {
  color: red;
  font-weight: bold;
  text-decoration: underline;
}

.modal .item_contents .view {
  font-size: 14px;
  width: 240px;
  height: 30px;
  background: #303030;
  color: #fff;
  display: block;
  border-radius: 30px;
  margin: auto;
  text-align: center;
  line-height: 28px;
  letter-spacing: .05em;
  margin-top: 35px;
  border: 1px solid #303030;
  transition: all .3s ease-out;
}

.modal .item_contents .view:hover {
  background: #fff;
  color: #303030;
}

.modal .item_contents .view.hide {
  display: none;
}

.modal .item_contents .continued {
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.modal .item_contents .continued:hover {
  text-decoration: underline;
}

.modal .item_contents .cart_ul li {
  padding: 10px 0;
  font-size: 12px;
  line-height: 1.4;
  border-bottom: 1px solid #CDCDCD;
}

.modal .item_contents .cart_ul li span {
  font-size: 14px;
}

#user_registration_modal .item_contents {
  left: 50%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-align: center;
  padding-top: 30px;
}

#user_registration_modal .item_contents p {
  font-size: 14px;
  letter-spacing: .05em;
}

#user_registration_modal .item_contents .item_contents_title {
  font-size: 22px;
  margin-bottom: 20px;
}

#user_registration_modal .item_contents .sign_up_label {
  font-size: 30px;
  margin-bottom: 10px;
}

#user_registration_modal .item_contents a {
  font-size: 20px;
}

.variation_contents {
  width: 100%;
  height: auto;
  margin: 35px 0 0;
  border-top: 1px solid #E7E7E7;
}

.variation_contents li {
  overflow: hidden;
}

.variation_contents li.open {
  border-bottom: 1px solid #E7E7E7;
}

.variation_contents li.open .variation:after {
  content: '';
  top: 38%;
  transform: rotate(-45deg);
}

.variation_contents li .variation {
  line-height: 52px;
  min-height: 52px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #E7E7E7;
}

.variation_contents li .variation:after {
  content: '';
  position: absolute;
  top: 45%;
  right: 30px;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-color: transparent transparent #9A9A9A #9A9A9A;
  transform: rotate(135deg);
  transform-origin: center center;
  transition: all .3s ease-out;
}

.variation_contents li .variation img {
  width: auto;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  margin: 8px 0;
}

.variation_contents li .variation .color {
  width: 180px;
  font-size: 12px;
  letter-spacing: .05em;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  line-height: 1.2;
}

.variation_contents li .variation .size_text {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .05em;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
}

.variation_contents li .hide {
  height: 0;
  overflow: hidden;
}

.variation_contents li .size_select {
  float: right;
}

.variation_contents li .size_select li {
  font-size: 12px;
  padding: 10px 0;
  text-align: right;
  border-bottom: 1px solid #E7E7E7;
}

.variation_contents li .size_select li:last-of-type {
  border-bottom: none;
}

.variation_contents li .size_select li p {
  display: inline-block;
  font-weight: bold;
  letter-spacing: .05em;
  margin-left: 10px;
  text-align: center;
  min-width: 30px;
}

.variation_contents li .size_select li button, .variation_contents li .size_select li .sold_out {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .05em;
  display: inline-block;
  margin-left: 30px;
}

.variation_contents li .size_select li button.blank, .variation_contents li .size_select li .sold_out.blank {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.variation_contents li .size_select li button {
  background: #303030;
  color: #fff;
  width: 158px;
  height: 28px;
  line-height: 27px;
  border-radius: 30px;
  border: 1px solid #303030;
  transition: all .3s ease-out;
}

.variation_contents li .size_select li button:hover {
  background: #fff;
  color: #303030;
}

.variation_contents li .size_select li .sold_out {
  width: 146px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#quick_shop_modal .variation_contents {
  display: none;
}

#quick_shop_modal .variation_contents.show {
  display: block;
}

@media screen and (max-width: 767px) {
  .modal.b_none {
    background: rgba(0, 0, 0, 0.6);
  }
  .modal.b_none .item_contents {
    border: 1px solid #2F2F2F;
  }
  .modal .modal_button button {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
  }
  .modal .modal_button button:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  }
  .modal .modal_button button.return:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: transparent transparent #fff #fff;
    transform: rotate(45deg) translate(-43%, -30%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
  }
  .modal .modal_button button.next:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #fff #fff transparent transparent;
    transform: rotate(45deg) translate(-100%, 20%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
  }
  .modal .modal_button button.closed:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 25%;
    transform-origin: center center;
  }
  .modal .modal_button button.closed:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    transform: rotate(-45deg);
    background: #fff;
    position: absolute;
    top: 50%;
    left: 25%;
    transform-origin: center center;
  }
  .modal .item_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    text-align: center;
  }
  .modal .item_img img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
  }
  .modal .item_contents {
    width: 100%;
    padding: 20px 15px 30px;
  }
  .modal .item_contents.cart {
    width: 400px;
    position: absolute;
    top: 55px;
    right: 60px;
    left: auto;
    transform: translate(0%, 0%);
  }
  .modal .item_contents.cart .item_contents_title {
    margin-bottom: 10px;
  }
  .modal .item_contents .item_contents_title {
    font-size: 16px;
    letter-spacing: .05em;
    margin-bottom: 27px;
  }
  .modal .item_contents img {
    width: 70px;
    vertical-align: top;
  }
  .modal .item_contents .item_data {
    font-size: 13px;
    margin-left: 10px;
    width: 200px;
    vertical-align: top;
  }
  .modal .item_contents .item_data span {
    font-size: 14px;
  }
  .modal .item_contents .view {
    font-size: 20px;
    width: 343px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
  .modal .item_contents .continued {
    font-size: 15px;
  }
  .modal .item_contents .cart_ul li {
    font-size: 13px;
  }
  .modal .item_contents .cart_ul li span {
    font-size: 14px;
  }
  #user_registration_modal.modal .item_contents {
    width: calc(100vw - 40px);
  }
  #user_registration_modal.modal .item_contents p {
    font-size: 12px;
  }
  #user_registration_modal.modal .item_contents .item_contents_title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #user_registration_modal.modal .item_contents .sign_up_label {
    font-size: 20px;
  }
  #user_registration_modal.modal .item_contents a {
    font-size: 20px;
    width: 100%;
  }
}

/*
dropdown
 */
.dropdown {
  float: right;
  text-align: right;
  position: relative;
  top: 0;
  right: 0;
  z-index: 100;
}

.dropdown button {
  font-size: 12px;
  color: #4F4F4F;
  letter-spacing: .05em;
}

.dropdown button:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border: 1px solid;
  border-color: transparent transparent #666666 #666666;
  transform: rotate(-45deg) translate(2px, -3px);
}

.dropdown .dropdown_list {
  height: 0;
  overflow: hidden;
  transition: height .6s ease-out;
  position: absolute;
  top: 20px;
  right: 0;
  width: 140px;
}

.dropdown .dropdown_list ul {
  background: #F3F3F3;
  text-align: left;
}

.dropdown .dropdown_list ul li {
  width: 100%;
  transition: all .2s ease-out;
  font-size: 12px;
  letter-spacing: .05em;
  color: #000;
}

.dropdown .dropdown_list ul li.active, .dropdown .dropdown_list ul li:hover {
  background: #D2D2D2;
}

.dropdown .dropdown_list ul li a {
  height: 24px;
  line-height: 24px;
  display: block;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .dropdown button {
    font-size: 13px;
  }
  .dropdown button:after {
    content: '';
    display: none;
  }
  .dropdown .dropdown_list {
    height: 0;
    overflow: hidden;
    transition: height .6s ease-out;
    position: absolute;
    top: 20px;
    right: 0;
    width: 140px;
  }
  .dropdown .dropdown_list ul {
    background: #F3F3F3;
    text-align: left;
  }
  .dropdown .dropdown_list ul li {
    width: 100%;
    height: 24px;
    cursor: pointer;
    line-height: 24px;
    transition: all .2s ease-out;
    font-size: 12px;
    letter-spacing: .05em;
    color: #000;
    padding: 0 10px;
  }
  .dropdown .dropdown_list ul li.active, .dropdown .dropdown_list ul li:hover {
    background: #D2D2D2;
  }
}

/*
item_lineup
 */
.item_lineup li {
  width: 236px;
  height: auto;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 65px;
  vertical-align: top;
  position: relative;
}

.item_lineup li:hover .quick_shop {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translate(-50%, -100%);
}

.item_lineup li.b .item_img:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: 20px;
  padding: 0 9px;
  background: #ECECEC;
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: .2em;
  font-weight: 600;
}

.item_lineup li.new .item_img:after, .item_lineup li.pre .item_img:after, .item_lineup li.sold_out .item_img:after {
  content: 'NEW';
  background: #ECECEC;
  color: #000;
}

.item_lineup li.sale .item_img:after {
  content: 'SALE';
  background: #EE2F57;
}

.item_lineup li.pre .item_img:after {
  content: 'PRE ORDER';
}

.item_lineup li.sold_out .item_img:after {
  content: 'SOLD OUT';
}

.item_lineup li:nth-of-type(4n) {
  margin-right: 0;
}

.item_lineup li .item_img {
  height: 282px;
  overflow: hidden;
  position: relative;
}

.item_lineup li .item_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.item_lineup li .quick_shop {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all .3s ease-out;
  width: 160px;
  height: 28px;
  background: #5C5C5C;
  color: #fff;
  border: 1px solid #5C5C5C;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  border-radius: 30px;
  letter-spacing: .2em;
  position: absolute;
  top: 282px;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, 0);
}

.item_lineup li .quick_shop:hover {
  background: #fff;
  color: #5C5C5C;
}

.item_lineup li .i_name {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.4;
}

.item_lineup li .item_price {
  font-size: 12px;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .item_lineup li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .item_lineup li:hover .quick_shop {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate(-50%, 0);
  }
  .item_lineup li.show_quickshop .quick_shop {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate(-50%, -100%);
  }
  .item_lineup li:nth-of-type(2n) {
    margin-right: 0;
  }
  .item_lineup li .item_img {
    height: 195px;
  }
  .item_lineup li .quick_shop {
    top: 195px;
    width: 120px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
  }
}

@media all and (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none;
  }
}

form label,
form .d_wrap {
  display: block;
  margin-top: 30px;
}

form label[for=mailmagazine], form label[for=agree],
form .d_wrap[for=mailmagazine],
form .d_wrap[for=agree] {
  margin-top: 0;
}

form label p,
form .d_wrap p {
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: bold;
  margin-bottom: 8px;
}

form label p span,
form .d_wrap p span {
  color: #E62546;
  margin-left: 5px;
}

form label p span.small,
form .d_wrap p span.small {
  font-size: .8em;
  margin: 5px 0 0;
  color: #333;
  display: block;
}

form label input[type=text],
form label [type=tel],
form label [type=password],
form .d_wrap input[type=text],
form .d_wrap [type=tel],
form .d_wrap [type=password] {
  width: 560px;
  height: 40px;
  padding: 10px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #000;
}

form label .f_desc,
form .d_wrap .f_desc {
  font-size: 14px;
  padding-left: 30px;
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .05em;
}

form label div.f_desc,
form .d_wrap div.f_desc {
  display: block;
  margin-top: 5px;
  padding-left: 0;
}

form label .tos,
form .d_wrap .tos {
  border: 1px solid #000;
  width: 100%;
  height: 340px;
  font-size: 14px;
  line-height: 1.8;
  padding: 50px;
  overflow: scroll;
}

form .select {
  position: relative;
  width: 560px;
}

form .select select {
  width: 100%;
  height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  outline: none;
  background: transparent;
  padding: 10px;
  font-size: 14px;
}

form .select:before {
  content: '';
  position: absolute;
  top: 39px;
  right: 10px;
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #818181;
}

form .select:after {
  content: '';
  position: absolute;
  top: 52px;
  right: 10px;
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #818181;
}

form textarea[name=en_address] {
  width: 560px;
  height: 150px;
  font-size: 15px;
}

form .birthday .area_select,
form .birthday label {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  width: 180px;
  position: relative;
}

form .birthday .area_select:before,
form .birthday label:before {
  content: '';
  position: absolute;
  top: 36%;
  right: 10px;
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #818181;
}

form .birthday .area_select:after,
form .birthday label:after {
  content: '';
  position: absolute;
  top: 68%;
  right: 10px;
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #818181;
}

form .birthday .area_select select,
form .birthday label select {
  width: 100%;
  height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  outline: none;
  background: transparent;
  padding: 0 10px;
  font-size: 14px;
}

form .area_select {
  position: relative;
  width: 560px;
}

form .area_select:before {
  content: '';
  position: absolute;
  top: 36%;
  right: 10px;
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 7px solid #818181;
}

form .area_select:after {
  content: '';
  position: absolute;
  top: 68%;
  right: 10px;
  transform: translate(0, -50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 7px solid #818181;
}

form .area_select select {
  width: 100%;
  height: 40px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #000;
  outline: none;
  background: transparent;
  padding: 0 10px;
  font-size: 14px;
}

form .gender, form .checkbox {
  font-size: 16px;
  letter-spacing: .05em;
  font-weight: bold;
}

form .gender label, form .checkbox label {
  display: inline-block;
}

form .gender label:nth-of-type(2), form .checkbox label:nth-of-type(2) {
  margin-left: 25px;
}

form .gender input[type="radio"], form .gender [type="checkbox"], form .checkbox input[type="radio"], form .checkbox [type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 30px;
  width: 26px;
  height: 26px;
  border: 1px solid #000;
  box-shadow: none;
  margin-right: 9px;
  vertical-align: middle;
  position: relative;
  display: inline-block;
}

form .gender input[type="radio"]:checked:after, form .gender [type="checkbox"]:checked:after, form .checkbox input[type="radio"]:checked:after, form .checkbox [type="checkbox"]:checked:after {
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background: #E2002A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form .gender input[type="checkbox"], form .checkbox input[type="checkbox"] {
  border-radius: 0;
  width: 24px;
  height: 24px;
}

form .gender .a, form .checkbox .a {
  display: inline-block;
}

form .gender .a span, form .checkbox .a span {
  font-weight: 400;
  color: #000;
}

form .checkbox p {
  margin-bottom: 15px;
}

form .email p {
  margin-bottom: 1px;
}

form .end {
  border-bottom: 1px solid #CDCDCD;
  padding-bottom: 70px;
}

form .link_btn {
  width: 100%;
  height: auto;
  padding: 70px 0;
  position: relative;
}

form .link_btn.b2 {
  width: 740px;
  margin: 0 auto 40px;
}

form .link_btn.b2 button {
  display: inline-block;
  margin: auto 10px;
}

form .link_btn.b2 button:nth-of-type(1) {
  position: absolute;
  right: 0;
  top: 70px;
}

form .link_btn.b2 button:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 70px;
  background: #9A9A9A;
  border: 1px solid #9A9A9A;
}

form .link_btn.b2 button:nth-of-type(2):hover {
  background: #fff;
  color: #9A9A9A;
  border: 1px solid #303030;
}

form .link_btn button {
  display: block;
  width: 350px;
  height: 40px;
  margin: auto;
  line-height: 40px;
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: bold;
  background: #303030;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #303030;
  transition: all .3s ease-out;
}

form .link_btn button:hover {
  background: #fff;
  color: #303030;
}

.t_link {
  text-align: center;
}

.t_link a {
  display: inline-block;
  width: 360px;
  height: 40px;
  margin: auto 10px;
  line-height: 40px;
  letter-spacing: .05em;
  font-size: 18px;
  font-weight: bold;
  background: #303030;
  color: #fff;
  border-radius: 30px;
  border: 1px solid #303030;
  transition: all .3s ease-out;
}

.t_link a:hover {
  background: #fff;
  color: #303030;
}

.check_contents .select:before {
  display: none;
}

.check_contents .select:after {
  display: none;
}

.check_contents .birthday label {
  font-size: 15px;
  display: inline-block;
  width: auto;
  margin: 0;
  margin-right: 6px;
}

.check_contents .birthday label:before {
  display: none;
}

.check_contents .birthday label:after {
  display: none;
}

@media screen and (max-width: 767px) {
  form label,
  form .d_wrap {
    margin-top: 20px;
  }
  form label p,
  form .d_wrap p {
    font-size: 15px;
  }
  form label input[type=text],
  form label input[type=tel],
  form label input[type=password],
  form .d_wrap input[type=text],
  form .d_wrap input[type=tel],
  form .d_wrap input[type=password] {
    width: 100%;
    display: block;
    font-size: 16px;
  }
  form label .f_desc,
  form .d_wrap .f_desc {
    padding-left: 0;
    display: block;
    margin-top: 3px;
  }
  form label .tos,
  form .d_wrap .tos {
    height: 230px;
    font-size: 13px;
    padding: 20px 10px;
  }
  form .select {
    width: 100%;
  }
  form .select:before {
    top: 36px;
  }
  form .select:after {
    top: 50px;
  }
  form textarea[name=en_address] {
    width: 100%;
    height: 100px;
  }
  form .birthday label {
    margin-right: 0;
    display: inline-block;
  }
  form .birthday label:nth-of-type(1) {
    width: 100%;
    margin-bottom: 15px;
  }
  form .birthday label:nth-of-type(2) {
    width: calc(50% - 5px);
    margin-right: 10px;
  }
  form .birthday label:nth-of-type(3) {
    width: calc(50% - 5px);
  }
  form .birthday label select {
    width: 100%;
    height: 40px;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #000;
    outline: none;
    background: transparent;
    padding: 10px;
    font-size: 14px;
  }
  form .area_select {
    width: 100%;
  }
  form .gender, form .checkbox {
    font-size: 15px;
  }
  form .gender .a, form .checkbox .a {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    line-height: 23px;
  }
  form .gender .agree_a, form .checkbox .agree_a {
    width: auto;
  }
  form .checkbox p {
    margin-bottom: 15px;
  }
  form .email p {
    margin-bottom: 8px;
  }
  form .end {
    border-bottom: 1px solid #CDCDCD;
    padding-bottom: 25px;
  }
  form .link_btn {
    width: 100%;
    height: auto;
    padding: 70px 0;
    position: relative;
  }
  form .link_btn.b2 {
    width: 100%;
    margin: 30px auto;
    height: 200px;
  }
  form .link_btn.b2 button {
    display: block;
    margin: auto;
  }
  form .link_btn.b2 button:nth-of-type(1) {
    top: 0;
    right: inherit;
    left: 0;
  }
  form .link_btn.b2 button:nth-of-type(2) {
    top: inherit;
    bottom: 0;
  }
  form .link_btn button {
    display: block;
    width: 100%;
  }
  .t_link {
    padding: 0 15px;
  }
  .t_link a {
    display: block;
    width: 100%;
    margin: auto;
    font-size: 20px;
  }
  .t_link a:nth-of-type(2) {
    margin-top: 20px;
  }
  .check_contents label,
  .check_contents .d_wrap {
    margin-top: 30px;
  }
}

.breadcrumb {
  top: -40px;
}

header .header_bottom {
  border-bottom: 1px solid #E7E7E7;
}

header .header_news {
  display: none;
}

#signup {
  text-align: center;
  margin-bottom: 100px;
}

#signup h2 {
  font-size: 34px;
  letter-spacing: .1em;
  margin-bottom: 60px;
}

#signup h2.y_g {
  font-size: 28px;
  font-weight: bold;
}

#signup .signup_contents {
  width: 960px;
  margin: auto;
  text-align: left;
  border-top: 1px solid #CDCDCD;
}

#signup .signup_contents label {
  cursor: pointer;
}

#signup .signup_contents.none {
  width: 980px;
  border-top: none;
}

#signup .signup_contents .title {
  font-size: 24px;
  letter-spacing: .05em;
  font-weight: bold;
  margin-top: 50px;
}

#signup .signup_contents .desc {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.8;
  margin: 40px 0;
}

#signup .signup_contents .desc p {
  font-weight: bold;
  color: #E62546;
  margin-bottom: 1em;
}

#signup .signup_contents .desc span {
  color: #E62546;
}

@media screen and (max-width: 767px) {
  #signup {
    margin-bottom: 0;
  }
  #signup h2 {
    font-size: 24px;
    padding: 25px 0;
    margin: 0;
  }
  #signup h2.y_g {
    font-size: 28px;
    font-weight: bold;
  }
  #signup .signup_contents {
    width: 100%;
    padding: 0 15px;
  }
  #signup .signup_contents.none {
    width: 100%;
    margin-bottom: 30px;
  }
  #signup .signup_contents .title {
    font-size: 17px;
    margin-top: 20px;
  }
  #signup .signup_contents .desc {
    font-size: 14px;
    margin: 20px 0;
  }
  #signup .signup_contents .link_btn {
    padding: 40px 0;
  }
}
</pre></body></html>