@charset "UTF-8";

.footer-container {
  display: none;
}

#clearance_sale {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 14px;
}

@media screen and (min-width: 860px) {
  #clearance_sale {
    padding: 5px 0 0;
  }
}

@media screen and (max-width: 859px) {
  #clearance_sale .pc {
    display: none;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale .pc {
    display: block;
  }
}

@media screen and (max-width: 859px) {
  #clearance_sale .sp {
    display: block;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale .sp {
    display: none;
  }
}

#clearance_sale img {
  max-width: 100%;
}

#clearance_sale h2 {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width: 859px) {
  #clearance_sale h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale h2 {
    font-size: 24px;
  }
}

#clearance_sale a {
  text-decoration: none;
}

@media screen and (max-width: 859px) {
  #clearance_sale .inner {
    margin: 20px;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale .inner {
    max-width: 1000px;
    margin: 60px auto;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale .inner p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
  }
}

#clearance_sale h1 {
  margin: 0;
  letter-spacing: 1px;
}

@media screen and (max-width: 859px) {
  #clearance_sale h1 {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale h1 {
    font-size: 30px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 859px) {
  #clearance_sale .nav {
    margin: 0 10px 5px;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1080px;
    margin: auto;
  }
}

#clearance_sale .nav ul.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}

@media screen and (max-width: 859px) {
  #clearance_sale .nav ul.breadcrumb {
    width: 100%;
  }
}

@media screen and (max-width: 859px) {
  #clearance_sale .nav ul.breadcrumb li {
    width: auto;
  }
}

#clearance_sale .nav ul.sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 859px) {
  #clearance_sale .nav ul.sns {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: 100%;
    line-height: 1;
  }
}

@media screen and (max-width: 859px) {
  #clearance_sale .nav ul.sns li {
    margin: 0 2px;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale .nav ul.sns li {
    margin: 0 5px;
    line-height: 1;
    border-radius: 59px;
  }
}

#clearance_sale #mv {
  width: 100%;
  overflow: hidden;
}

#clearance_sale #mv .logo {
  width: 100%;
}

#clearance_sale #mv .logo picture,
#clearance_sale #mv .logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 859px) {

  #clearance_sale #mv .logo picture,
  #clearance_sale #mv .logo img {
    width: 100%;
    height: auto;
  }
}

#mv.final .logo picture {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

#mv.final .logo picture::before {
  content: "";
  display: block;
  position: absolute;
  background: url("mv/icon_70off.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 859px) {
  #mv.final .logo picture::before {
    top: -16px;
    left: -26px;
    width: 110px;
    height: 113px;
  }
}

@media screen and (min-width: 860px) {
  #mv.final .logo picture::before {
    top: -23px;
    left: -52px;
    width: 162px;
    height: 180px;
  }
}

#mv.final .mv_txt {
  width: 100%;
  margin: auto;
  text-align: center;
  position: absolute;
}

@media screen and (max-width: 859px) {
  #mv.final .mv_txt {
    bottom: 12vw;
  }
}

@media screen and (min-width: 860px) {
  #mv.final .mv_txt {
    bottom: 67px;
  }
}

#mv.final .mv_txt span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: block;
  background: #000;
  color: #fff;
}

@media screen and (max-width: 859px) {
  #mv.final .mv_txt span {
    padding: 5px 14px;
    font-size: 16px;
  }
}

@media screen and (min-width: 860px) {
  #mv.final .mv_txt span {
    padding: 5px 48px;
    font-size: 20px;
  }
}

#clearance_sale #lead {
  text-align: center;
}

@media screen and (max-width: 859px) {
  #clearance_sale #lead {
    padding-inline: 10px;
    margin: 40px auto 0;
  }
}

@media screen and (min-width: 860px) {
  #clearance_sale #lead {
    line-height: 1.3;
    margin: 50px auto 0;
  }
}

#lead strong {
  font-size: 30px;
  padding: 5px;
}

#lead strong,
#lead span {
  font-weight: bold;
}

@media screen and (max-width: 859px) {

  #lead strong,
  #lead span {
    font-size: 28px;
  }
}

@media screen and (min-width: 860px) {

  #lead strong,
  #lead span {
    font-size: 36px;
    letter-spacing: 3px;
  }
}

#lead p {
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 859px) {
  #lead p {
    font-size: 18px;
    line-height: 1.75;
  }
}

@media screen and (min-width: 860px) {
  #lead p {
    font-size: 22px;
    line-height: 1.5;
  }
}

#clearance_sale .color_red {
  color: #b70505;
}

#clearance_sale .color_green {
  color: #00772f;
}

.category {
  max-width: 100%;
  margin: 0 auto;
}

.category .tit {
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 859px) {
  .category .tit {
    font-size: 18px;
    margin: 40px auto 20px;
  }
}

@media screen and (min-width: 860px) {
  .category .tit {
    font-size: 24px;
    margin: 60px auto 20px;
  }
}

#gender_btn {
  text-align: center;
}

@media screen and (max-width: 859px) {
  #gender_btn {
    margin: 30px auto 40px;
  }
}

@media screen and (min-width: 860px) {
  #gender_btn {
    margin: 60px auto 20px;
  }
}

@media screen and (max-width: 859px) {
  #gender_btn .inner {
    margin: 0;
  }
}

@media screen and (max-width: 859px) {
  #gender_btn .inner p {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin: 40px auto 20px;
    line-height: 1;
  }
}

#gender_btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (min-width: 860px) {
  #gender_btn .btn:nth-child(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

#gender_btn a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  min-width: auto;
}

@media screen and (max-width: 859px) {
  #gender_btn a {
    padding: 1%;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.05rem;
    width: 49%;
  }
}

@media screen and (min-width: 860px) {
  #gender_btn a {
    padding: 1% 1%;
    font-size: 22px;
    line-height: 1.7rem;
    width: 469px;
  }
}

#gender_btn a:first-child {
  color: #b70505;
}

@media screen and (max-width: 859px) {
  #gender_btn a:first-child {
    border: 2px solid #b70505;
  }
}

@media screen and (min-width: 860px) {
  #gender_btn a:first-child {
    border: 3px solid #b70505;
  }
}

#gender_btn a:last-child {
  color: #00418f;
}

@media screen and (max-width: 859px) {
  #gender_btn a:last-child {
    border: 2px solid #00418f;
  }
}

@media screen and (min-width: 860px) {
  #gender_btn a:last-child {
    border: 3px solid #00418f;
  }
}

@media screen and (max-width: 859px) {
  #gender_btn a:first-child:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 860px) {
  #gender_btn a:first-child:hover {
    background: #b70505;
    color: #fff;
  }
}

@media screen and (max-width: 859px) {
  #gender_btn a:last-child:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 860px) {
  #gender_btn a:last-child:hover {
    background: #00418f;
    color: #fff;
  }
}

#gender_btn a.bk_btn {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #231F20;
  border: none;
  text-align: center;
  font-size: 14px;
  padding: 0;
  border-radius: 3px;
  position: relative;
}

@media screen and (max-width: 859px) {
  #gender_btn a.bk_btn {
    width: 49%;
    height: 46px;
    line-height: 46px;
    margin: 0;
  }
}

@media screen and (min-width: 860px) {
  #gender_btn a.bk_btn {
    width: 315px;
    height: 56px;
    line-height: 56px;
    margin: auto 25px;
  }
}

@media screen and (min-width: 860px) {
  #gender_btn a.bk_btn:hover {
    background: #231f20;
    opacity: 0.7;
  }
}

.category p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}

.category p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.category p._a .link:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.tabBox .tabArea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabBox .tabArea .tab_box {
  width: 50%;
}

.tabBox .tabArea .tab_box a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #eee;
  color: #666;
}

.tabBox .tabArea .tab_box .tab_inner {
  font-weight: bold;
  display: block;
  letter-spacing: 2px;
  margin-left: auto;
  max-width: 500px;
}

@media screen and (max-width: 859px) {
  .tabBox .tabArea .tab_box .tab_inner {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 860px) {
  .tabBox .tabArea .tab_box .tab_inner {
    font-size: 20px;
    line-height: 54px;
    height: 50px;
  }
}

.tabBox .tabArea .tab_box:nth-child(1) a.select {
  background-color: #b70505;
  color: #fff;
}

.tabBox .tabArea .tab_box:nth-child(2) a.select {
  background-color: #00418f;
  color: #fff;
}

.tabBox .tabArea .tab_box:nth-child(2) .tab_inner {
  margin-left: 0;
}

.contents .tab_main .innerArea a.all_btn {
  text-align: center;
  position: relative;
  overflow: hidden;
  display: block;
  color: #333;
  width: 270px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto 20px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.innerArea ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 859px) {
  .innerArea ul.itemlist {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 860px) {
  .innerArea ul.itemlist {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1080px;
  }
}

.innerArea ul.itemlist li {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 859px) {
  .innerArea ul.itemlist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
}

@media screen and (min-width: 860px) {
  .innerArea ul.itemlist li {
    width: 170px;
    margin-right: 10px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 859px) {

  .innerArea ul.itemlist li:nth-of-type(even),
  .innerArea ul.itemlist li:last-child {
    margin-right: 0;
  }
}

.innerArea ul.itemlist li img {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  display: block;
  vertical-align: bottom;
}

.innerArea ul.itemlist li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.innerArea ul.itemlist li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}

.innerArea ul.itemlist li span {
  display: block;
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
  letter-spacing: -0.04rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 859px) {
  .innerArea ul.itemlist li span {
    top: 43%;
    line-height: 1;
  }
}

@media screen and (min-width: 860px) {
  .innerArea ul.itemlist li span {
    top: 34%;
  }
}

.innerArea ul.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 859px) {
  .innerArea ul.price {
    margin: 0 10px;
  }
}

@media screen and (min-width: 860px) {
  .innerArea ul.price {
    margin: 0 auto;
    max-width: 1080px;
  }
}

@media screen and (max-width: 859px) {
  .innerArea ul.price li {
    width: 48%;
    margin-bottom: 7px;
    font-size: 14px;
  }
}

@media screen and (min-width: 860px) {
  .innerArea ul.price li {
    width: 22%;
  }
}

.innerArea ul.price li a {
  position: relative;
  overflow: hidden;
  line-height: 1;
  display: block;
  color: #333;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 13px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  font-weight: bold;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.tab_main:nth-child(1) .innerArea a.all_btn:hover,
.tab_main:nth-child(1) ul.price li a:hover {
  cursor: pointer;
}

@media screen and (max-width: 859px) {

  .tab_main:nth-child(1) .innerArea a.all_btn:hover,
  .tab_main:nth-child(1) ul.price li a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 860px) {

  .tab_main:nth-child(1) .innerArea a.all_btn:hover,
  .tab_main:nth-child(1) ul.price li a:hover {
    background: rgba(255, 233, 233, 0.4901960784);
  }
}

.tab_main:nth-child(2) .innerArea a.all_btn:hover,
.tab_main:nth-child(2) ul.price li a:hover {
  cursor: pointer;
}

@media screen and (max-width: 859px) {

  .tab_main:nth-child(2) .innerArea a.all_btn:hover,
  .tab_main:nth-child(2) ul.price li a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 860px) {

  .tab_main:nth-child(2) .innerArea a.all_btn:hover,
  .tab_main:nth-child(2) ul.price li a:hover {
    background: #e3ebf4;
  }
}

.contents .tab_main {
  display: none;
  text-align: center;
  min-height: 280px;
}

.contents .tab_main .innerArea {
  margin: auto;
  max-width: 1080px;
}

@media screen and (max-width: 859px) {
  .contents .tab_main .innerArea {
    padding: 30px 0;
  }
}

@media screen and (min-width: 860px) {
  .contents .tab_main .innerArea {
    padding: 55px 0;
  }
}

.contents .tab_main .innerArea .list_box {
  margin-bottom: 30px;
}

.tab_main.is_show {
  display: block;
}

.tab_main:nth-child(1).is_show {
  border-top: 3px solid #b70505;
  background: #f9e8e8;
}

.tab_main:nth-child(2).is_show {
  border-top: 3px solid #00418f;
  background: #e8eef9;
}

#brand {
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 859px) {
  #brand {
    margin: 60px auto 40px;
  }
}

@media screen and (min-width: 860px) {
  #brand {
    margin: 60px auto 100px;
  }
}

#brand .list_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

@media screen and (max-width: 859px) {
  #brand .list_box ul {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (min-width: 860px) {
  #brand .list_box ul {
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 14px;
  }
}

@media screen and (max-width: 859px) {
  #brand .list_box ul li {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 7%;
  }
}

@media screen and (min-width: 860px) {
  #brand .list_box ul li {
    width: 128px;
    background: #fff;
  }
}

@media screen and (max-width: 859px) {

  #brand .list_box ul li:nth-of-type(even),
  #brand .list_box ul li:last-child {
    margin-right: 0;
  }
}

#brand .list_box ul li a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 859px) {
  #brand .list_box ul li a:hover {
    text-decoration: none;
  }
}

@media screen and (min-width: 860px) {
  #brand .list_box ul li a:hover {
    opacity: 0.7;
  }
}

#brand .list_box ul li a span.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
}

@media screen and (max-width: 859px) {
  #brand .list_box ul li a span.logo {
    height: 38px;
  }

  #brand .list_box ul li a span.logo img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 860px) {
  #brand .list_box ul li a span.logo {
    height: 3vw;
  }
}

@media screen and (max-width: 859px) {
  #brand .list_box ul .brand-list-item.-park a span.logo {
    height: 38px;
  }

  #brand .list_box ul .brand-list-item.-park a span.logo img {
    width: auto;
    height: 28px;
  }
}

#brand .list_box ul li a p {
  background: #E61F36;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 10px auto 0;
  width: 100%;
  height: 32px;
  line-height: 32px;
}

@media screen and (min-width: 860px) {
  #brand .list_box ul li a p {
    border-radius: 2px;
  }
}

#brand .list_box ul li a span.logo_golf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  width: 80%;
}

@media screen and (max-width: 859px) {
  #brand .list_box ul li a span.logo_golf {
    height: 38px;
    margin-left: 14px;
  }
}

@media screen and (min-width: 860px) {
  #brand .list_box ul li a span.logo_golf {
    height: 3vw;
    margin-left: 8px;
  }
}

div#special-contents {
  margin-top: 104px;
}

@media screen and (max-width: 859px) {
  div#special-contents {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 64px;
  }
}

@media screen and (min-width: 860px) {
  div#special-contents {
    width: 860px;
    margin-right: auto;
    margin-left: auto;
  }
}

div#special-contents .tit {
  text-align: left;
  border-bottom: none;
  border-left: 5px solid #B70705;
  background: #F5E9E8;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 859px) {
  div#special-contents .tit {
    padding: 5px 21px;
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 860px) {
  div#special-contents .tit {
    padding: 13px 17px;
    font-size: 21px;
    letter-spacing: 1.4px;
    margin-bottom: 30px;
  }
}

div#special-contents .tit span {
  color: #000;
  font-weight: bold;
}

div#special-contents .tit strong.bk {
  color: #000;
  font-weight: bold;
}

div#special-contents .contents_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 859px) {
  div#special-contents .contents_box {
    display: block;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 860px) {
  div#special-contents .contents_box {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-bottom: 67px;
  }
}

div#special-contents .contents_box img {
  width: 100%;
}

div#special-contents .box_left,
div#special-contents .box_right {
  display: block;
  position: relative;
}

@media screen and (max-width: 859px) {

  div#special-contents .box_left,
  div#special-contents .box_right {
    width: 100%;
  }
}

@media screen and (min-width: 860px) {

  div#special-contents .box_left,
  div#special-contents .box_right {
    width: 48%;
  }
}

@media screen and (max-width: 859px) {
  div#special-contents .txt {
    margin: 10px auto;
    line-height: 1.4;
  }
}

div#special-contents .box_right img:first-of-type {
  margin-bottom: 5px;
}

div#special-contents .contents_box .txt p {
  margin: 0;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 500;
}

@media screen and (max-width: 859px) {
  div#special-contents .contents_box .txt p {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media screen and (min-width: 860px) {
  div#special-contents .contents_box .txt p {
    font-size: 16px;
  }
}

@media screen and (max-width: 859px) {
  div#special-contents .btn {
    padding: 0;
    display: block;
    margin: 0;
    line-height: 1;
  }
}

@media screen and (min-width: 860px) {
  div#special-contents .btn {
    width: 100%;
  }
}

div#special-contents .btn a {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  text-decoration: none;
  background: #231F20;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 0;
}

@media screen and (max-width: 859px) {
  div#special-contents .btn a {
    padding: 0;
    font-size: 14px;
  }
}

@media screen and (min-width: 860px) {
  div#special-contents .btn a {
    line-height: 56px;
    font-size: 16px;
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
  }
}

@media screen and (max-width: 859px) {
  div#special-contents .btn a:first-child {
    margin-bottom: 10px;
  }
}

div#special-contents .btn a span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 859px) {
  div#special-contents .btn a span {
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (min-width: 860px) {
  div#special-contents .btn a span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

div#special-contents a:hover {
  opacity: 0.5;
}

#pagetop {
  text-align: center;
  margin-bottom: 50px;
}

#pagetop a {
  display: inline-block;
  text-align: center;
  color: #939393;
  text-decoration: none;
  padding-top: 55px;
  background: url("../campaign/common/img/logo/pagetop.png") no-repeat center top;
}

.login-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 1680px) {
  .login-inner {
    display: block;
  }
}

#presale25ss #login .block-login--first-time {
  margin: 0;
}

@media screen and (max-width: 1680px) {
  #presale25ss #login .block-login--first-time {
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 859px) {
  #presale25ss #login .block-login--first-time {
    margin-bottom: 20px;
  }
}

#connect {
  width: 100%;
  margin-top: 60px;
}

@media screen and (max-width: 859px) {
  #connect {
    margin-top: 30px;
  }
}

.blockConnect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 30px;
}

@media screen and (max-width: 1680px) {
  .blockConnect {
    margin: 0 0 40px;
  }
}

@media screen and (max-width: 859px) {
  .blockConnect {
    width: 40px;
    margin: 0 auto 20px;
  }
}

.block-lineConnect {
  margin: 0;
  padding: 40px 10px;
  width: 740px;
  background: #F5F5F5;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 1680px) {
  .block-lineConnect {
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 859px) {
  .block-lineConnect {
    margin-bottom: 30px;
    padding-top: 10px;
    max-width: 100%;
  }
}

.block-lineConnect--header {
  max-width: 570px;
  margin: 0 auto;
}

.block-lineConnect--btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  height: 100px;
  margin: 0 auto 30px;
  padding: 6px 0 0;
  background: #00B050;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 859px) {
  .block-lineConnect--btn {
    height: 15.5vw;
    width: 72vw;
    margin-bottom: 4px;
    font-size: 20px;
  }
}

.block-lineConnect--btn a {
  color: #fff;
  text-decoration: none;
}

.block-lineConnect--btn a:hover {
  text-decoration: underline;
}

.block-lineConnect .btnSp {
  display: none;
}

@media screen and (max-width: 859px) {
  .btnSp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media screen and (max-width: 859px) {
  .btnPc {
    display: none;
  }
}

.block-lineConnect--link-text {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  font-size: 14px;
}

.block-lineConnect--link-text:hover {
  text-decoration: none;
  opacity: 0.6;
}
