@charset "UTF-8";
body {
  position: relative;
}

.footer {
  border-top: none;
}

.pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #7e1285;
  color: #fff;
  font-size: 18px;
  height: 36px;
}

@media screen and (max-width: 767px) {
  .pagetop {
    font-size: 16px;
    height: 42px;
  }
}

.pagetop::before {
  content: "";
  display: block;
  background: url("/mens/src/img/arrow-top-2.png") no-repeat;
  background-size: cover;
  width: 16px;
  height: 10px;
  margin-right: 10px;
}

.button__store-search {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .button__store-search {
    right: 10px;
    bottom: 10px;
    width: 24vw;
    height: 24vw;
  }
  .button__store-search img {
    width: 100%;
    height: auto;
  }
}

.button02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 360px;
  height: 70px;
  border-radius: 10px;
  background: #5860c1;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .button02 {
    width: 100% !important;
    font-size: 5.6vw;
    text-align: center;
  }
}

.button02::after {
  content: "";
  display: block;
  background: url("/mens/src/img/arrow-right-2.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  margin-left: 12px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .button02::after {
    margin-left: 16px;
  }
}

.button02:hover {
  opacity: 0.7;
}

.button02-orange {
  background: #f69d44;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.button03 {
  border: solid 1px #b4b4b4;
  border-radius: 20px;
  background: url("/mens/src/img/arrow-right-3.png") no-repeat right 26px center;
  background-size: 10px 16px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  padding: 4px 0 8px;
  width: 290px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .button03 {
    background: url("/mens/src/img/arrow-right-3.png") no-repeat right 20px center;
    font-size: 16px;
    padding: 4px 0 8px;
    width: 100%;
  }
}

.button03.button03-l {
  background: url("/mens/src/img/arrow-left.png") no-repeat left 26px center;
}

@media screen and (max-width: 767px) {
  .button03.button03-l {
    background: url("/mens/src/img/arrow-left.png") no-repeat left 20px center;
  }
}

.button03:hover {
  opacity: 0.7;
}

.content-title {
  color: #1f2679;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .content-title {
    font-size: 21px;
  }
}

.content-title:before, .content-title:after {
  border-top: 2px solid #1f2679;
  content: "";
  flex-grow: 1;
}

.content-title:before {
  margin-right: 9px;
}

.content-title:after {
  margin-left: 9px;
}

.content-subtitle {
  border-left: 4px solid #1f2679;
  font-size: 25px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.1em;
  padding-left: 14px;
}

@media screen and (max-width: 767px) {
  .content-subtitle {
    font-size: 21px;
    padding-left: 11px;
  }
}

.content-subtitle .time {
  color: #5860c1;
  font-size: 18px;
  letter-spacing: 0;
  margin-left: 2px;
}

@media screen and (max-width: 767px) {
  .content-subtitle .time {
    font-size: 16px;
  }
}

.news-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.555;
  margin-top: 13px
}

@media screen and (max-width: 767px) {
  .news-list dl {
    display: block;
    font-size: 16px;
    line-height: 1.8125;
  }
}

.news-list dl:first-child {
  margin-top: 0
}

.news-list dt {
  width: 123px;
}

@media screen and (max-width: 767px) {
  .news-list dt {
    width: 100%;
  }
}

.news-list dd {
  flex: 1;
}

.news-list a {
  text-decoration: underline;
}

.news-list a:hover {
  text-decoration: none;
}

.top__news-head {
  background: #f3f3f3;
  padding: 25px 0px;
}

@media screen and (max-width: 767px) {
  .top__news-head {
    padding: 25px 0 23px;
  }
}

.top__news-head-title {
  color: #1f2679;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .top__news-head-title {
    font-size: 21px;
  }
}

.top__stores {
  padding: 63px 0 98px;
}

@media screen and (max-width: 767px) {
  .top__stores {
    padding: 40px 0 60px;
  }
}

.top__stores-text {
  color: #1f2679;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin: 56px auto 36px;
}

@media screen and (max-width: 767px) {
  .top__stores-text {
    font-size: 5.6vw;
    margin: 28px auto;
  }
}

.top__news {
  padding: 61px 0 140px;
}

@media screen and (max-width: 767px) {
  .top__news {
    padding: 40px 0 120px;
  }
}

.top__news-text {
  font-size: 18px;
  line-height: 1.555;
  text-align: center;
  margin: 55px auto 35px;
}

@media screen and (max-width: 767px) {
  .top__news-text {
    font-size: 16px;
    line-height: 1.8125;
    margin: 23px auto 17px;
    width: 85%;
  }
}

.top__news .news-list {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .top__news .news-list {
    margin-bottom: 22px;
  }
}

/* breadcrumb */

.breadcrumb {
  background: #f3f3f3;
  height: 40px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.breadcrumb li {
  color: #999;
  font-size: 18px;
}

.breadcrumb li a {
  color: #333;
}

.breadcrumb li a::after {
  content: '＞';
  margin: 0 20px;
}

.breadcrumb li a span {
  text-decoration: underline;
}

/* news */

.news__head {
  padding: 60px 0 80px;
}

@media screen and (max-width: 767px) {
  .news__head {
    padding: 30px 0 40px;
  }
}

.news__head-text {
  font-size: 18px;
  margin: 55px 0 35px;
}

@media screen and (max-width: 767px) {
  .news__head-text {
    font-size: 16px;
    line-height: 1.8125;
    margin: 33px 0 32px;
  }
}

.news__select-box {
  background: #f3f3f3;
  border-radius: 10px;
  padding: 17px 30px 40px;
}

@media screen and (max-width: 767px) {
  .news__select-box {
    padding: 13px 15px 15px;
  }
}

.news__select-box dt {
  border-bottom: solid 1px #333;
  font-size: 25px;
  font-weight: 700;
  padding-bottom: 9px;
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .news__select-box dt {
    font-size: 22px;
    padding-bottom: 5px;
  }
}

.news__select-box dd select {
  border: solid 1px #b4b4b4;
  border-radius: 5px;
  color: #b0b0b0;
  font-size: 18px;
  display: block;
  width: 350px;
  height: 50px;
  padding: 12px 14px;
  margin: 0 auto;
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/mens/src/img/arrow-select.png);
  background-repeat: no-repeat;
  background-size: 8px 18px;
  background-position: right 14px center;
}

@media screen and (max-width: 767px) {
  .news__select-box dd select {
    font-size: 16px;
    width: 100%;
    padding: 12px 9px;
    background-position: right 10px center;
  }
}

/* .news__select-box dd select option:not(:first-child) {
  color: #333; } */

.news__body {
  padding-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .news__body {
    padding-bottom: 51px;
  }
}

.news__content {
  margin-bottom: 80px;
  display: none;
}

@media screen and (max-width: 767px) {
  .news__content {
    margin-bottom: 60px;
  }
}

.news__content.show {
  display: block;
}

.news__body .content-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .news__body .content-title {
    margin-bottom: 15px;
  }
}

.news__body .content-subtitle {
  font-size: 24px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .news__body .content-subtitle {
    font-size: 21px;
    margin-bottom: 7px;
  }
}

.news__body .news-list+.content-subtitle {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .news__body .news-list+.content-subtitle {
    margin-top: 30px;
  }
}

/* store__list */

.store__list {
  padding: 60px 0 40px;
}

@media screen and (max-width: 767px) {
  .store__list {
    padding: 30px 0 40px;
  }
}

.store__list .button--gradient {
  margin-bottom: 40px;
}

.store__list .content-title {
  margin: 53px auto 15px;
}

@media screen and (max-width: 767px) {
  .store__list .content-title {
    margin: 34px auto 20px;
  }
}

.store__list .content-subtitle {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .store__list .store__links-sp+a+.content-subtitle {
    margin-top: 40px;
  }
}

.store__area {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .store__area {
    margin-bottom: 80px;
  }
}

.store__links {
  display: block;
}

@media screen and (max-width: 767px) {
  .store__links {
    display: none;
  }
}

.store__links-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .store__links-sp {
    display: block;
    border: solid 1px #b4b4b4;
    border-radius: 5px;
    color: #b0b0b0;
    font-size: 16px;
    width: 100%;
    padding: 12px 9px;
    margin: 0 auto;
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/mens/src/img/arrow-select.png);
    background-repeat: no-repeat;
    background-size: 8px 18px;
    background-position: right 10px center;
  }
}

.store__links li {
  display: inline-block;
  margin: 20px 20px 0 0;
}

.store__links a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 1px #b4b4b4;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  height: 40px;
  padding: 0 21px 0 28px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.store__links a:hover {
  background: #5860c1;
  color: #fff;
}

.store__links a::after {
  content: "";
  display: block;
  background: url("/mens/src/img/arrow-bottom.png") no-repeat;
  background-size: cover;
  width: 17px;
  height: 10px;
  margin-left: 11px;
  position: relative;
  top: 1px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.store__links a:hover::after {
  background: url("/mens/src/img/arrow-bottom-2.png") no-repeat;
}

.store__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  border: solid 1px #b4b4b4;
  border-radius: 10px;
  width: 100%;
  padding: 22px 30px 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .store__box {
    display: block;
    padding: 7px 14px 14px;
  }
}

.store__box dl {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .store__box dl {
    margin-right: 0;
  }
}

.store__box dt {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .store__box dt {
    font-size: 21px;
  }
}

.store__box dt .new,
.store__box dt .openday {
  font-size: 14px;
  vertical-align: text-bottom;
  margin-left: 9px;
  position: relative;
  top: -2px;
}

.store__box dt .new {
  color: #f69d44;
}

@media screen and (max-width: 767px) {
  .store__box dt .new,
  .store__box dt .openday{
    font-size: 13px;
    margin-left: 7px;
    top: -0
  }
}

.store__box dd {
  font-size: 18px;
  line-height: 1.555;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .store__box dd {
    font-size: 16px;
    line-height: 1.8125;
    margin: 8px 0 13px;
  }
}

.store__box .button02 {
  margin: 0;
}

/* store__detail */

.store__detail {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .store__detail {
    padding-top: 30px;
  }
}

.store__campaign {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .store__campaign {
    margin-top: 38px;
    padding: 0 !important;
  }
}

.store__campaign .button02 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .store__campaign .button02 {
    margin-top: 20px;
  }
}

.store__campaign-inner {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .store__campaign-inner {
    width: 100%;
  }
}

.store__map {
  border: solid 1px #b4b4b4;
  width: 700px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .store__map {
    width: 100%;
    margin: 40px auto 0;
  }
}

.store__map-main-ele {
  display: block;
  padding-bottom: 57.14%;
  height: 0;
  position: relative;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 767px) {
  .store__map-main-ele {
    height: 93.3vw;
  }
}

.store__map-main-ele.show {
  display: block;
}

.store__map-main-ele img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .store__map-main-ele img {
    width: 80%;
  }
}

.store__map-main-ele iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.store__map-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.store__map-nav li {
  border-top: solid 2px #b4b4b4;
  background: url("/mens/src/img/arrow-right-3.png") no-repeat right 20px center;
  background-size: 8px 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 5px 5px 7px;
  width: 50%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .store__map-nav li {
    background: url("/mens/src/img/arrow-right-3.png") no-repeat right 10px center;
    padding: 7px 5px 10px;
  }
}

.store__map-nav li:first-child {
  border-right: solid 1px #b4b4b4;
}

.store__map-nav li.active {
  border-top: solid 2px #5860c1;
  background: url("/mens/src/img/arrow-right-2.png") #5860c1 no-repeat right 20px center;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .store__map-nav li.active {
    background: url("/mens/src/img/arrow-right-2.png") #5860c1 no-repeat right 10px center;
  }
}

.store__map-nav li.active::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #5860c1;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.store__campaign-button {
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .store__campaign-button {
    margin-top: 22px;
  }
}

.store__img {
  text-align: center;
  margin-top: 60px;
}

.store__img img {
  max-width: 100%;
  display: block;
}


@media screen and (max-width: 767px) {
  .store__img {
    margin-top: 38px;
  }
}

.store__img+.store__img {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .store__img+.store__img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .store__img img {
    width: 100%;
  }
}

.store__data {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .store__data {
    margin-top: 60px;
    padding: 0 !important;
  }
}

.store__data-table {
  border-collapse: collapse;
  width: 650px;
  margin: 38px 0 20px;
}

@media screen and (max-width: 767px) {
  .store__data-table {
    width: 100%;
    margin: 15px 0 10px;
  }
}

.store__data-table th, .store__data-table td {
  border: solid 1px #b4b4b4;
  font-size: 18px;
  padding: 8px 20px;
}

@media screen and (max-width: 767px) {
  .store__data-table th, .store__data-table td {
    border: none;
    font-size: 15px;
    display: block;
    padding: 0 0 12px;
  }
}

.store__data-table th {
  background: #f6f6f6;
  text-align: left;
  width: 134px;
  padding: 8px 10px;
}

@media screen and (max-width: 767px) {
  .store__data-table th {
    border-top: solid 1px #b4b4b4;
    background: #fff;
    width: 100%;
    padding: 12px 0 5px;
  }
}

.store__data-table td.td-1 {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .store__data-table td.td-1 {
    width: auto;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .store__data-table td.td-2 {
    display: inline-block;
    margin-left: 19px
  }
}

@media screen and (max-width: 767px) {
  .store__data-table tr:last-child td {
    border-bottom: solid 1px #b4b4b4;
  }
}

.store__data-table a {
  color: #1f2679;
  text-decoration: underline;
}

.store__data-table a:hover {
  text-decoration: none;
}

.store__data-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .store__data-note {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}

.store__data-note li {
  border: solid 1px #1f2679;
  border-radius: 15px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  width: 160px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .store__data-note li {
    font-size: 15px;
    line-height: 23px;
    width: 48.6%;
    margin: 10px 0 0;
  }
}

.store__data-note li span {
  color: #1f2679;
  font-weight: 700;
  vertical-align: bottom;
}

.store__data-note li span.en {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .store__data-note li span.en {
    font-size: 17px;
  }
}

.store__status {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .store__status {
    margin-top: 60px;
    padding: 0 !important;
  }
}

.store__status-table-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .store__status-table-wrap {
    margin-top: 20px;
  }
}

.store__status-table {
  border-collapse: collapse;
  width: 293px;
}

@media screen and (max-width: 767px) {
  .store__status-table {
    width: 80.3%;
  }
}

.store__status-table th, .store__status-table td {
  border: solid 1px #b4b4b4;
  font-size: 22px;
  text-align: center;
  padding: 7px 5px 10px;
}

@media screen and (max-width: 767px) {
  .store__status-table th, .store__status-table td {
    font-size: 19px;
  }
}

.store__status-table th {
  background: #1f2679;
  color: #fff;
}

.store__status-table th:nth-child(3) {
  color: #f69d44;
}

.store__status-table td:nth-child(3) {
  background: #fbd8b4;
}

.store__status-table th:last-child,
.store__status-table td:last-child {
  background-color: transparent;
  border: none;
  text-align: left;
  padding-left: calc( 6 * 100vw / 1366 );
  padding-bottom: 0;
}

.store__status-table-wrap span {
  font-size: 22px;
  margin-left: 15px;
  position: relative;
  bottom: -3px
}

@media screen and (max-width: 767px) {
  .store__status-table-wrap span {
    font-size: 19px;
    margin-left: 10px;
  }
}

.store__bottom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 80px auto 100px;
}

@media screen and (max-width: 767px) {
  .store__bottom-links {
    display: block;
    margin: 60px auto;
  }
  .store__bottom-links li:last-child {
    display: none;
  }
}

/* free-traial */

.free-traial {
  background: url("/mens/src/img/bg-freetraial.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .free-traial {
    background: url("/mens/src/img/bg-freetraial-sp.jpg") no-repeat;
    background-size: cover;
  }
}

.free-traial .page__container {
  padding: 57px 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .free-traial .page__container {
    padding: 103px 0 120px
  }
}

.free-traial-logo {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 901px) {
  .free-traial-logo {
    left: 3%;
  }
}

@media screen and (max-width: 767px) {
  .free-traial-logo {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .free-traial-logo img {
    width: 84px;
    height: auto;
  }
}

.free-traial-title {
  border: solid 1px #fff;
  border-radius: 30px;
  color: #fff;
  font-size: 31px;
  font-weight: 700;
  line-height: 59px;
  text-align: center;
  width: 485px;
  margin: 0 auto;
}

@media screen and (max-width: 901px) {
  .free-traial-title {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .free-traial-title {
    font-size: 23px;
    line-height: 45px;
    width: 100%;
  }
}

.free-traial-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 865px;
  margin: 55px auto 0;
}

@media screen and (max-width: 901px) {
  .free-traial-btns {
    width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .free-traial-btns {
    display: block;
    width: 100%;
    margin: 21px auto 0;
  }
}

.free-traial-btns dt {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .free-traial-btns dt {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.free-traial-btns .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 400px;
  height: 80px;
  border-radius: 10px;
  background: #f69d44;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.2174;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 901px) {
  .free-traial-btns .btn a {
    width: 320px;
  }
}

@media screen and (max-width: 767px) {
  .free-traial-btns .btn a {
    font-size: 21px;
    width: 100%;
    height: 60px;
  }
}

.free-traial-btns .btn a:hover {
  opacity: 0.7;
}

.free-traial-btns .btn-tel a {
  font-size: 31px;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .free-traial-btns .btn-tel a {
    font-size: 23px;
    pointer-events: auto;
  }
}

.free-traial-btns .btn-tel img {
  margin: 0 60px 0 30px;
}

@media screen and (max-width: 901px) {
  .free-traial-btns .btn-tel img {
    margin: 0 25px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .free-traial-btns .btn-tel img {
    margin: 0 63px 0 20px;
    width: 27px;
    height: auto;
  }
}

.free-traial-btns .btn-web img {
  margin: 0 40px 0 30px;
}

@media screen and (max-width: 901px) {
  .free-traial-btns .btn-web img {
    margin: 0 25px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .free-traial-btns .btn-web img {
    margin: 0 43px 0 20px;
    width: 40px;
    height: auto;
  }
}

.free-traial-btns .btn span {
  text-align: center;
}

.free-traial-btns .txt {
  color: #fff;
  font-size: 18px;
  text-align: center;
  margin-top: 6px;
}

@media screen and (max-width: 901px) {
  .free-traial-btns .txt span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .free-traial-btns .txt {
    font-size: 16px;
    margin-bottom: 23px;
  }
  .free-traial-btns .txt span {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top__campaign {
    width: auto;
    margin: calc(90 * 100vw / 750) 0 0;
  }
}
@media screen and (min-width: 769px) {
  .top__campaign {
    width: calc(950 * 100vw / 1366);
    margin: calc(90 * 100vw / 1366) auto 0;
  }
}

@media screen and (max-width: 767px) {
  .store__detail .top__campaign {
    margin-top: calc(40 * 100vw / 750);
  }
}
@media screen and (min-width: 769px) {
  .store__detail .top__campaign {
    margin-top: calc(40 * 100vw / 1366);
  }
}

.top__campaign img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #cntdwn-sec {
    margin-top: calc(30 * 100vw / 750)
  }
}
@media screen and (min-width: 769px) {
  #cntdwn-sec {
    margin-top: calc(30 * 100vw / 1366);
  }
}

.cntdwn-out {
  position: static;
  background-color: red;
  z-index: 15;
}
@media screen and (min-width: 769px) {
  .cntdwn-out {
    width: calc(650 * 100vw / 1366);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .cntdwn-out.fixed {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
  }
}

.cntdwn-out-txt {
  text-align: center;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cntdwn-out-txt {
    padding: calc(13 * 100vw / 750);
    font-size: calc(36 * 100vw / 750);
  }
}

@media screen and (min-width: 769px) {
  .cntdwn-out-txt {
    padding: calc(12 * 100vw / 1366);
    font-size: calc(32 * 100vw / 1366);
  }
}

#countTimer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #fff;
  color: red;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  #countTimer {
    padding: calc(22 * 100vw / 750) 0 calc(28 * 100vw / 750);
    border: calc(5 * 100vw / 750) solid red;
    font-size: calc(20 * 100vw / 750);
  }
}

@media screen and (min-width: 769px) {
  #countTimer {
    padding: calc(24 * 100vw / 1366) 0 calc(28 * 100vw / 1366);
    border: calc(4 * 100vw / 1366) solid red;
    font-size: calc(18 * 100vw / 1366);
  }
}

#countTimer span {
  display: block;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #countTimer span {
    width: calc(88 * 100vw / 750);
    font-size: calc(50 * 100vw / 750);
  }
}

@media screen and (min-width: 769px) {
  #countTimer span {
    width: calc(80 * 100vw / 1366);
    font-size: calc(45 * 100vw / 1366);
  }
}


@keyframes anime1 {
  from {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
