@charset "utf-8";
/* CSS Document */

#secret_gift {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  color: #333;
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
}

#secret_gift img {
  vertical-align: bottom;
}

#secret_gift .pc {
  display: block;
}

#secret_gift .sp {
  display: none;
}

/*フォント調整用*/
#secret_gift .fontself {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

#secret_gift .fontshippori {
  font-family: "Shippori Mincho";
}

#secret_gift .bold {
  font-weight: bold;
}

#secret_gift .underline {
  text-decoration: underline;
}

/*公開前用*/
#secret_gift .comingsoon {
  opacity: .3;
}


/*mv*/
#secret_gift #mv {
  height: 100%;
  background: #fdfcfa url(../23ss/mv_bg.jpg) center top no-repeat;
  background-size: cover;
  text-align: center;
  padding: 87px 0 0;
}

#secret_gift #mv h1 {
  position: relative;
  margin: 0 auto 20px;
  width: fit-content;
}

#secret_gift #mv h1:after {
  content: '';
  display: inline-block;
  width: 50px;
  height: 55px;
  background-image: url(../23ss/icon_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: -10%;
  bottom: -78%;
}

#secret_gift #mv h1:before {
  content: '';
  display: inline-block;
  width: 50px;
  height: 55px;
  background-image: url(../23ss/icon_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: -8%;
  top: -25%;
}

#secret_gift #mv .title {
  font-family: "Shippori Mincho";
  font-size: 35px;
  letter-spacing: 17px;
  margin-bottom: 24px;
}

#secret_gift #mv .sub_title {
  display: block;
  font-family: "Shippori Mincho";
  letter-spacing: 6px;
  font-size: 15px;
  margin-bottom: 30px;
}

#secret_gift #mv .caption {
  padding: 40px 0;
  line-height: 1.75;
  font-size: 16px;
}

#secret_gift #mv .rank {
  margin: 0 auto 26px;
  padding: 6px 64px;
  width: fit-content;
  border: solid 1px #333;
  border-radius: 50px;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
}

#secret_gift #mv .date {
  font-size: 46px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

#secret_gift #mv .date span {
  font-size: 26px;
  letter-spacing: -0.5px;
}

/*mv*/


/*login*/
#secret_gift #login {
  position: relative;
  background: #e0dfdb url(../23ss/login_bg_pc.png) center no-repeat;
  background-size: 107%;
  padding: 80px 0;
}

#secret_gift #login p {
  font-size: 20px;
  margin-bottom: 11px;
}

#secret_gift #login small {
  font-size: 14px;
}

#secret_gift #login #log a {
  display: block;
  width: 400px;
  margin: 20px auto 50px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 19px;
  border: solid 1px #333;
  border-radius: 2px;
}

#secret_gift #login #log a:hover {
  text-decoration: none;
}

#secret_gift #login #connect a {
  display: block;
  width: 280px;
  margin: 20px auto 0;
  line-height: 1;
  font-size: 16px;
  padding: 13px;
  border: solid 1px #333;
  border-radius: 2px;
}

#secret_gift #login #connect a:hover {
  text-decoration: none;
}

/*login*/



/*main*/
#secret_gift #main {
  position: relative;
  padding: 75px 0 140px;
  background: #F5F5F5;
}

/*公開前のカバー用*/
#secret_gift.wait #mv .date {
  position: relative;
  width: fit-content;
  margin: auto;
  color: rgb(51, 51, 51, 0.5);
}

#secret_gift.wait #mv .date::before {
  content: "";
  display: inline-block;
  width: 148px;
  height: 70px;
  background: url(../23ss/coming_soon_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: -18%;
  top: -50%;
}

#secret_gift #main .wait_bg {
  background: rgba(255, 255, 255, 70%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 999;
  overflow: hidden;
}

#secret_gift #main .wait_bg #coming_soon {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: auto;
}

#secret_gift #main .wait_bg #coming_soon .wrap {
  width: 690px;
  height: 690px;
  padding-top: 237px;
  overflow: hidden;
  background: url(../23ss/coming_soon_bg.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -346px;
  z-index: 999;
}

#secret_gift #main .wait_bg #coming_soon .wrap .title {
  font-family: "Shippori Mincho";
  font-size: 25px;
  color: #5f1818;
  letter-spacing: 8px;
  margin-bottom: 40px;
}

#secret_gift #main .wait_bg #coming_soon .wrap .date {
  color: #5f1818;
  font-size: 46px;
  letter-spacing: 0;
}

#secret_gift #main .wait_bg #coming_soon .wrap .date span {
  font-size: 26px;
  letter-spacing: -0.5px;
}

/*公開前のカバー用*/

#secret_gift #main h3 {
  font-size: 35px;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 50px;
}

#secret_gift #main h3:before,
#secret_gift #main h3:after {
  border-top: 1px solid;
  content: "";
  width: 1em;
}

#secret_gift #main h3:before {
  margin-right: 0.5em;
}

#secret_gift #main h3:after {
  margin-left: 0.5em;
}

#secret_gift #main h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #333;
}

#secret_gift #main .wrap {
  margin-bottom: 70px;
}

#secret_gift #main a.item_btn {
  display: block;
  width: 280px;
  margin: 20px auto 0;
  line-height: 1;
  font-size: 17px;
  padding: 13px;
  background: rgba(255, 255, 255, 70%);
  border: solid 1px #333;
  border-radius: 2px;
}

#secret_gift #main a.item_btn:hover {
  text-decoration: none;
}

/*main*/


/*brand*/
#secret_gift #women {
  margin-bottom: 146px;
}

#secret_gift #women .brand .list ul {
  width: 960px;
  max-width: 100%;
}

#secret_gift #men .brand .list ul {
  width: 480px;
}

#secret_gift .brand .list ul {
  margin: 0 auto;
  display: flex;
  align-items: self-start;
  justify-content: space-around;
}

#secret_gift .brand .list ul li {
  width: 200px;
  background: #fff;
}

#secret_gift .brand .list ul li a {
  display: block;
  height: 100%;
  padding-bottom: 18px;
}

#secret_gift .brand .list ul li a span.logo {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
}

#secret_gift .brand .list ul li a p {
  background: #333;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin: 10px auto 0;
  width: 140px;
  height: 32px;
  line-height: 32px;
}

/*brand*/


/*price*/
#secret_gift .price .list ul {
  margin: 0 auto;
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

#secret_gift .price .list ul li {
  padding-right: 40px;
  border-right: 1px solid #333;
}

#secret_gift .price .list ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

/*price*/


/*item*/
#secret_gift .item .list ul {
  margin: 0 auto;
  width: 1000px;
  overflow: hidden;
  display: block;
  font-size: 0;
  text-align: left;
}

#secret_gift .item .list ul li:nth-of-type(4n+1) {
  clear: none;
}

#secret_gift .item .list ul li:nth-of-type(6n+1) {
  clear: both;
}

#secret_gift .item .list ul li {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin-bottom: 20px;
  text-align: left;
}

#secret_gift .item .list ul li:nth-child(4n) {
  width: 160px;
}

#secret_gift .item .list ul li span {
  display: inline-block;
  vertical-align: middle;
}

#secret_gift .item .list ul li span img {
  width: 40px;
  height: 40px;
}

#secret_gift .item .list ul li p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}

#secret_gift .item .list ul li p {
  padding-left: 3px;
}

/*item*/



/*shop*/
#secret_gift #shop {
  padding: 66px 0;
  background: #fff;
}

#secret_gift #shop h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

#secret_gift #shop p.date {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

#secret_gift #shop p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

#secret_gift #shop small {
  display: block;
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 30px;
}

#secret_gift #shop .shop-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}

#secret_gift #shop .shop-list li {
  width: auto;
}

/*shop*/


/*top_btn*/
#secret_gift #pagetop {
  display: block;
  width: 100%;
  background: #e8e8e8;
  margin: auto;
  padding: 30px;
}

#secret_gift #pagetop a {
  text-decoration: none;
  padding-top: 55px;
  background: url(../23ss/pagetop.png) no-repeat center top;
}

/*top_btn*/

/*2306追記*/

#secret_gift .brand .list ul li {
  margin: 8px;
}

#secret_gift .brand .list ul li a span.logo_golf {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  width: 80%;
  margin: 12px 0 0 16px;
}

div#campaign-contents {
  width: 648px;
  margin: auto;
  padding: 50px 0 80px;
}

div#campaign-contents .tit {
  text-align: center;
  padding: 10px 0;
  font-size: 17px;
  letter-spacing: 1.4px;
  border-bottom: 5px solid #27A2B3;
  margin: auto;
  margin-bottom: 20px;
  width: fit-content;
}

div#campaign-contents .tit span {
  color: #000;
}

div#campaign-contents .tit strong.bk {
  color: #000;
  font-weight: bold;
}

.contents_box {
  display: inline-flex;
  justify-content: space-between;
  align-items: top;
  padding-bottom: 60px;
}

.contents_box.col_01 {
  display: block;
  text-align: center;
}

.contents_box:last-of-type {
  padding-bottom: 20px;
}

.contents_box img {
  width: 100%;
}

.box_left,
.box_right {
  width: 48%;
  display: block;
  position: relative;
}

.box_right img:first-of-type {
  margin-bottom: 5px;
}

.contents_box .txt p {
  margin: 0;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  color: #000000;
}

.btn .campaign-btn {
  width: 300px;
  height: 50px;
  line-height: 56px;
  color: #fff;
  text-decoration: none;
  background: #231F20;
  display: block;
  text-align: center;
  font-size: 14px;
  float: left;
  border-radius: 3px;
  margin-bottom: 5px;
  font-family: 'Noto Sans JP', sans-serif;
}

.btn .campaign-btn span {
  background: url('/img/usr/freepage/campaign/common/img/logo/shape.png') right 15px top 20px no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  letter-spacing: 1.4px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

#secret_gift #pagetop a {
  display: block;
}