﻿@charset "UTF-8";

#register_counter {
  overflow-x: hidden;
}
#register_counter .mv {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
}
#register_counter .mv .slider {
  display: flex;
}
#register_counter .mv .slider img {
  width: 346px;
}
#register_counter .mv h1 {
  padding: 0;
  margin: -125px 0 0;
  border: 0;
}
#register_counter .function {
  margin: 0 0 80px;
}
#register_counter .title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
#register_counter .title .num img {
  height: 42px;
}
#register_counter .title h2 {
  font-size: 45px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  border: 0;
}
#register_counter .function .caution {
  text-align: center;
  padding: 16px 0;
}
#register_counter .function .img {
  position: relative;
  text-align: center;
  z-index: 1;
}
#register_counter .function .img:after {
  content: '';
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 495px;
  background-image: repeating-linear-gradient(to bottom, #F0F0F0, #F0F0F0 1px, transparent 0, transparent 28.98px), repeating-linear-gradient(to right,#F0F0F0, #F0F0F0 1px, transparent 0, transparent 28.2px);
  z-index: -1;
}
#register_counter .function .img img {
  transform: translate(60px);
}
#register_counter .color {
  margin: 0 0 90px;
}
#register_counter .color-lists {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 40px 0 0;
}
#register_counter .color-lists li {
  width: 304px;
}
#register_counter .color-lists li h3 {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  line-height: 1;
  margin: 0 0 20px;
}
#register_counter .color-lists li h3 p {
  font-size: 22px;
  font-weight: bold;
}
#register_counter .color-lists li h3 img {
  height: 28px;
}
#register_counter .color-lists li .img {
  margin: 0 0 24px;
}
#register_counter .btn {
  position: relative;
  display: block;
  color: #FFF;
  font-size: 15px;
  text-align: center;
  background: #000;
  padding: 13px 0 10px;
}
#register_counter .btn:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 15px;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #FFF;
}
#register_counter .btn-w {
  background: #FFF;
  border: 1px solid #333;
  color: #333;
}
#register_counter .btn-w:before {
  border-color: transparent transparent transparent #333;
}
#register_counter .size {
  margin: 0 0 90px;
}
#register_counter .size .comment {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 16px 0 30px;
}
#register_counter .size ul {
  display: flex;
  gap: 24px;
  margin: 30px 0 0;
}
#register_counter .size li {
  width: 222px;
}
#register_counter .planogram {
  margin: 0 0 90px;
}
#register_counter .planogram > .caution {
  margin: 16px 0 30px;
}
#register_counter .planogram-lists {
  display: flex;
  gap: 24px;
  margin: 0 0 32px;
}
#register_counter .planogram-lists li {
  width: 222px;
}
#register_counter .planogram-lists li h3,
#register_counter .type-lists li h3 {
  font-size: 18px;
  font-weight: bold;
  background: #E0E0E0;
  padding: 4px 16px 1px;
  margin: 0 0 16px;
}
#register_counter .planogram .info,
#register_counter .variation .info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}
#register_counter .planogram .info .btn,
#register_counter .variation .info .btn {
  width: 304px;
}
#register_counter .type {
  margin: 0 0 90px;
}
#register_counter .type-lists {
  display: flex;
  gap: 24px;
  margin: 30px 0 0;
}
#register_counter .type-lists li {
  width: 222px;
}
#register_counter .type-lists li .img {
  margin: 0 0 15px;
}
#register_counter .type-lists li p {
  margin: 0 0 8px;
}
#register_counter .type-lists li .price {
  color: #212121;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  margin: 0 0 8px;
}
#register_counter .variation {
  margin: 0 0 60px;
}
#register_counter .variation-table {
  width: 100%;
  margin: 30px 0 16px;
  font-size: 16px;
  font-weight: bold;
}
#register_counter .variation-table th,
#register_counter .variation-table td {
  border: 1px solid #707070;
  padding: 12px 0 11px;
  text-align: center;
  width: 244px;
}
#register_counter .variation-table th {
  background: #E0E0E0;
}
#register_counter .option {
  margin: 0 0 40px;
}
#register_counter .option a {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 40px 32px;
  background: #F4F4F4;
}
#register_counter .option a:hover {
  text-decoration: none;
}
#register_counter .option .detail {
  flex: 1;
}
#register_counter .option .title {
  margin: 0 0 20px;
}
#register_counter .option h2 {
  font-size: 26px;
  padding: 0 0 8px;
}
#register_counter .option .title img {
  width: 117px;
}
#register_counter .option .comment {
  font-size: 16px;
  margin: 0 0 30px;
}
#register_counter .option .color {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin: 0 0 40px;
}
#register_counter .option .color li {
  width: 121px;
  text-align: center;
}
#register_counter .option .color li p {
  font-size: 16px;
  margin: 8px 0 0;
}
#register_counter .option .img {
  width: 488px;
}
#register_counter .insta {
  position: relative;
  margin: 0 0 40px;
}
#register_counter .insta iframe {
  margin: 0 auto !important;
}
#register_counter .insta .icon-start {
  position: absolute;
  top: calc(50% - 77px);
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  pointer-events: none;
}
#register_counter .link-area {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  width: 632px;
  margin: 0 auto 60px;
}
#register_counter .link-area .btn {
  width: 304px;
}
#register_counter .link-area .btn-l {
  width: 100%;
  font-size: 18px;
  padding: 20px 0 17px;
}
#register_counter .link-area .btn-l:before {
  top: 28px;
}
#register_counter .recommend {
  width: 1040px;
  text-align: center;
  margin: 0 auto 60px;
}
#register_counter .recommend h2 {
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0;
  border: 0;
}
#register_counter .recommend .category {
  display: flex;
  gap: 16px;
  width: 1040px;
  margin: 0 auto;
}
#register_counter .recommend .category li {
  width: 248px;
}
#register_counter .recommend .category li a {
  display: block;
  border: 1px solid #707070;
}
#register_counter .recommend .category li a:hover {
  text-decoration: none;
}
#register_counter .recommend .category li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: 5px auto;
}
#register_counter .recommend .category li figure img {
  max-width: 100%;
  max-height: 100%;
}
#register_counter .recommend .category li h3 {
  position: relative;
  font-size: 14px;
  margin: 0;
  padding: 10px 0 9px;
  background: #F4F4F4;
}
#register_counter .recommend .category li h3:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 16px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #000;
}
#register_counter .others-info {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #F4F4F4;
  padding: 45px 0;
  width: 960px;
  margin: 0 auto;
  z-index: 1;
}
#register_counter .others-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F4F4F4;
  z-index: -1;
}
@media only screen and (min-width: 961px) {
  #register_counter .others-info:before {
    left: calc((100vw - 100%) / 2 * -1);
  }
}
#register_counter .others-info .catalog {
  position: relative;
  width: 465px;
  padding: 0 0 0 220px;
}
#register_counter .others-info .catalog .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
#register_counter .others-info h2 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
}
#register_counter .others-info .catalog p {
  font-size: 16px;
  line-height: 1.75;
}
#register_counter .others-info .catalog .btn {
  padding: 18px 0 15px;
  margin: 23px 0 0;
}
#register_counter .others-info .catalog .btn:last-child {
  margin: 10px 0 0;
}
#register_counter .others-info .catalog .btn:before {
  top: 24px;
  left: auto;
  right: 18px;
  border-width: 4px 0 4px 7px;
}
#register_counter .others-info .service {
  width: 440px;
}
#register_counter .others-info .service h2 {
  margin: 0 0 8px;
}
#register_counter .others-info .bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#register_counter .others-info .bnr li {
  width: 215px;
}

/* PC */
html[data-browse-mode="P"] #register_counter .sp {
  display: none;
}
html[data-browse-mode="P"] #register_counter .inner {
  width: 960px;
  margin: 0 auto;
}
html[data-browse-mode="P"] #register_counter .option .btn {
  position: absolute;
  left: 32px;
  bottom: 53px;
  width: 240px;
}

/* SP */
html[data-browse-mode="S"] #register_counter .pc {
  display: none;
}
html[data-browse-mode="S"] #register_counter .mv {
  width: 100%;
}
html[data-browse-mode="S"] #register_counter .mv h1 {
  position: relative;
  width: 92%;
  margin: -32vw auto 0 !important;
}
html[data-browse-mode="S"] #register_counter .mv .slick-arrow {
  top: 50vw;
  width: 30px;
  height: 30px;
  border-radius: 0;
}
html[data-browse-mode="S"] #register_counter .mv .slick-prev {
  background: url(../../img/usr/register_counter/prev.png) no-repeat center / 100%;
}
html[data-browse-mode="S"] #register_counter .mv .slick-next {
  right: 0;
  background: url(../../img/usr/register_counter/next.png) no-repeat center / 100%;
}
html[data-browse-mode="S"] #register_counter .mv .slick-arrow:before {
  display: none;
}
html[data-browse-mode="S"] #register_counter .mv .slider img {
  width: 100%;
}
html[data-browse-mode="S"] #register_counter .inner {
  padding: 0 15px;
}
html[data-browse-mode="S"] #register_counter .function {
  margin: 0 0 60px;
}
html[data-browse-mode="S"] #register_counter .title {
  display: block;
  text-align: center;
}
html[data-browse-mode="S"] #register_counter .title .num {
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #register_counter .title .num img {
  height: 31px;
}
html[data-browse-mode="S"] #register_counter .title h2 {
  font-size: 32px;
}
html[data-browse-mode="S"] #register_counter .function .caution {
  font-size: 16px;
  padding: 10px 0 16px;
}
html[data-browse-mode="S"] #register_counter .function .img {
  padding: 5px 3px;
  background-image: repeating-linear-gradient(to bottom, #F0F0F0, #F0F0F0 1px, transparent 0, transparent 13px), repeating-linear-gradient(to right, #F0F0F0, #F0F0F0 1px, transparent 0, transparent 13px);
}
html[data-browse-mode="S"] #register_counter .function .img:after {
  display: none;
}
html[data-browse-mode="S"] #register_counter .function .img img {
  transform: translateX(0);
}
html[data-browse-mode="S"] #register_counter .color {
  margin: 0 0 70px;
}
html[data-browse-mode="S"] #register_counter .color-lists {
  display: block;
  padding: 0 13px;
  margin: 20px 0 0;
}
html[data-browse-mode="S"] #register_counter .color-lists li {
  width: 100%;
  margin: 0 0 40px;
}
html[data-browse-mode="S"] #register_counter .color-lists li:last-child {
  margin: 0;
}
html[data-browse-mode="S"] #register_counter .color-lists li h3 {
  gap: 12px;
  margin: 0 0 12px;
}
html[data-browse-mode="S"] #register_counter .color-lists li h3 p {
  font-size: 18px;
}
html[data-browse-mode="S"] #register_counter .color-lists li h3 img {
  height: 23px;
}
html[data-browse-mode="S"] #register_counter .color-lists li .img {
  text-align: center;
}
html[data-browse-mode="S"] #register_counter .color-lists li .img img {
  width: 95%;
}
html[data-browse-mode="S"] #register_counter .color .btn {
  font-size: 18px;
  padding: 16px 0 13px;
}
html[data-browse-mode="S"] #register_counter .color .btn:before {
  top: 24px;
  border-width: 4px 0 4px 7px;
}
html[data-browse-mode="S"] #register_counter .size {
  margin: 0 0 70px;
}
html[data-browse-mode="S"] #register_counter .size .comment {
  font-weight: normal;
  margin: 8px 0 15px;
}
html[data-browse-mode="S"] #register_counter .size ul {
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 24px 0 0;
}
html[data-browse-mode="S"] #register_counter .size li {
  width: calc((100% - 14px) / 2);
}
html[data-browse-mode="S"] #register_counter .size .btn {
  font-size: 14px;
}
html[data-browse-mode="S"] #register_counter .planogram {
  margin: 0 0 70px;
}
html[data-browse-mode="S"] #register_counter .planogram > .caution {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 15px;
}
html[data-browse-mode="S"] #register_counter .planogram-lists {
  flex-wrap: wrap;
  gap: 24px 15px;
  margin: 0 0 25px;
}
html[data-browse-mode="S"] #register_counter .planogram-lists li {
  width: calc((100% - 15px) / 2);
}
html[data-browse-mode="S"] #register_counter .planogram-lists li h3,
html[data-browse-mode="S"] #register_counter .type-lists li h3 {
  font-size: 16px;
  padding: 8px 16px 4px;
}
html[data-browse-mode="S"] #register_counter .planogram .info,
html[data-browse-mode="S"] #register_counter .variation .info {
  display: block;
}
html[data-browse-mode="S"] #register_counter .planogram .info .caution,
html[data-browse-mode="S"] #register_counter .variation .info .caution {
  font-size: 14px;
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #register_counter .planogram .info .btn,
html[data-browse-mode="S"] #register_counter .variation .info .btn {
  width: 100%;
  font-size: 18px;
  padding: 15px 0 12px;
}
html[data-browse-mode="S"] #register_counter .planogram .info .btn:before,
html[data-browse-mode="S"] #register_counter .variation .info .btn:before {
  top: 23px;
  border-width: 4px 0 4px 7px;
}
html[data-browse-mode="S"] #register_counter .type {
  margin: 0 0 70px;
}
html[data-browse-mode="S"] #register_counter .type-lists {
  flex-wrap: wrap;
  gap: 24px 15px;
  margin: 20px 0 0;
}
html[data-browse-mode="S"] #register_counter .type-lists li {
  display: flex;
  flex-direction: column;
  width: calc((100% - 15px) / 2);
}
html[data-browse-mode="S"] #register_counter .type-lists li p {
  font-size: 14px;
  width: 100%;
}
html[data-browse-mode="S"] #register_counter .type-lists li .price {
  font-size: 16px;
  margin-top: auto;
}
html[data-browse-mode="S"] #register_counter .type-lists li .btn {
  font-size: 14px;
}
html[data-browse-mode="S"] #register_counter .type-lists li .btn:before {
  display: none;
}
html[data-browse-mode="S"] #register_counter .variation {
  margin: 0 0 40px;
}
html[data-browse-mode="S"] #register_counter .variation-table {
  margin: 20px 0 15px;
  table-layout: fixed;
}
html[data-browse-mode="S"] #register_counter .variation-table th,
html[data-browse-mode="S"] #register_counter .variation-table td {
  padding: 8px 0 7px;
  width: auto;
}
html[data-browse-mode="S"] #register_counter .variation-table th {
  font-size: 12px;
}
html[data-browse-mode="S"] #register_counter .variation-table th:first-child {
  width: 109px;
}
html[data-browse-mode="S"] #register_counter .option a {
  display: block;
  padding: 30px 24px 24px;
}
html[data-browse-mode="S"] #register_counter .option .title {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 0 0 10px;
}
html[data-browse-mode="S"] #register_counter .option .title h2 {
  font-size: 22px;
  margin: 0 !important;
}
html[data-browse-mode="S"] #register_counter .option .title img {
  width: 84px;
}
html[data-browse-mode="S"] #register_counter .option .comment {
  font-size: 14px;
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #register_counter .option .color {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] #register_counter .option .color li {
  width: calc((100% - 32px) / 3);
}
html[data-browse-mode="S"] #register_counter .option .color li p {
  font-size: 14px;
}
html[data-browse-mode="S"] #register_counter .option .img {
  width: 100%;
  margin: 0 0 16px;
}
html[data-browse-mode="S"] #register_counter .option .btn {
  position: relative;
  font-size: 18px;
  width: 100%;
  padding: 16px 0 13px;
}
html[data-browse-mode="S"] #register_counter .option .btn:before {
  top: 24px;
  border-width: 4px 0 4px 7px;
}
html[data-browse-mode="S"] #register_counter .insta .icon-start {
  display: none;
}
html[data-browse-mode="S"] #register_counter .link-area {
  display: block;
  width: 100%;
  margin: 0 0 40px;
}
html[data-browse-mode="S"] #register_counter .btn {
  width: 100%;
  font-size: 18px;
  margin: 0 0 12px;
  padding: 16px 0 13px;
}
html[data-browse-mode="S"] #register_counter .btn.btn-l {
  margin: 0;
}
html[data-browse-mode="S"] #register_counter .btn:before {
  top: 24px;
  border-width: 4px 0 4px 7px;
}
html[data-browse-mode="S"] #register_counter .recommend {
  width: 100%;
  margin: 0 0 40px;
  padding: 0 15px;
}
html[data-browse-mode="S"] #register_counter .recommend h2 {
  font-size: 24px;
  margin: 0 0 24px;
}
html[data-browse-mode="S"] #register_counter .recommend .category {
  width: 100%;
  flex-wrap: wrap;
  gap: 15px;
}
html[data-browse-mode="S"] #register_counter .recommend .category li {
  width: calc((100% - 15px) / 2);
}
html[data-browse-mode="S"] #register_counter .recommend .category li figure {
  width: 19vw;
  height: 19vw;
}
html[data-browse-mode="S"] #register_counter .recommend .category h3 {
  font-size: 12px;
  padding: 8px 0 4px;
}
html[data-browse-mode="S"] #register_counter .recommend .category h3:before {
  top: 11px;
  left: 12px;
  border-width: 3px 0 3px 5px;
}
html[data-browse-mode="S"] #register_counter .others-info {
  display: block;
  width: 100%;
  padding: 40px 30px 50px;
}
html[data-browse-mode="S"] #register_counter .others-info:before {
  display: none;
}
html[data-browse-mode="S"] #register_counter .others-info .catalog {
  width: 100%;
  margin: 0 0 40px;
  padding: 0;
}
html[data-browse-mode="S"] #register_counter .others-info h2 {
  text-align: center;
  margin: 0 0 15px;
}
html[data-browse-mode="S"] #register_counter .others-info .catalog p {
  font-size: 14px;
  padding: 0 15px;
  margin: 0 0 20px;
}
html[data-browse-mode="S"] #register_counter .others-info .catalog .img {
  position: static;
  width: 100%;
  text-align: center;
  margin: 0 0 25px;
}
html[data-browse-mode="S"] #register_counter .others-info .catalog .img img {
  width: 60%;
}
html[data-browse-mode="S"] #register_counter .others-info .service {
  width: 100%;
}
html[data-browse-mode="S"] #register_counter .others-info .service .bnr {
  flex-wrap: wrap;
}
html[data-browse-mode="S"] #register_counter .others-info .service .bnr li {
  width: calc((100% - 10px) / 2);
}
