@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: none;
}
#secret_gift .sp {
  display: block;
}
/*フォント調整用*/
#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 {
  background: #fdfcfa url(../23ss/mv_bg.jpg) center top no-repeat;
  background-size: cover;
  text-align: center;
  padding: 60px 0;
}
#secret_gift #mv h1 {
  position: relative;
  margin: 40px auto 20px;
  width: 80%;
}
#secret_gift #mv h1:after {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../23ss/icon_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: -1%;
  bottom: -14%;
}
#secret_gift #mv h1:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../23ss/icon_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  right: -7%;
  top: -14%;
}
#secret_gift #mv .title {
  font-family: "Shippori Mincho";
  font-size: 22px;
  letter-spacing: 0.3em;
  margin-bottom: 10px;
}
#secret_gift #mv .sub_title{
  font-family: "Shippori Mincho";
  letter-spacing: 6px;
  font-size: 15px;
}
#secret_gift #mv .caption{
  padding-top: 30px;
  line-height: 1.75;
  font-size: 14px;
}
#secret_gift #mv .rank {
  margin: 0 auto 26px;
  padding: 6px 30px;
  width: fit-content;
  border: solid 1px #333;
  border-radius: 50px;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}
#secret_gift #mv p{
  line-height: 1.75;
  font-size: 12px;
}
#secret_gift #mv .date {
  font-size: 30px;
  letter-spacing: 0;
  margin: 10px 0;
}
#secret_gift.wait #mv .date {
  position: relative;
  width: fit-content;
  margin: 20px auto 0;
  color: rgb(51,51,51,0.5);
}
#secret_gift.wait #mv .date::before {
  content: "";
  display: inline-block;
  width: 44%;
  height: 47px;
  background: url(../23ss/coming_soon_icon.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 33%;
  top: -18px;
  transform: rotate(17deg);
}
#secret_gift #mv .date span {
  font-size: 18px;
  letter-spacing: -0.5px;
}
/*mv*/


/*login*/
#secret_gift #login {
  position: relative;
  background: #e0dfdb url(../23ss/login_bg_sp.jpg) no-repeat;
  background-size: 100% 100%;
  padding: 45px 20px;
}
#secret_gift #login p {
  font-size: 17px;
  margin-bottom: 11px;
}
#secret_gift #login small{
  font-size: 16px;
}
#secret_gift #login #connect small{
  font-size: 12px;
}
#secret_gift #login #log a {
  display: block;
  width: 90%;
  margin: 20px auto 50px;
  background: #333;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px;
  border: solid 1px #333;
  border-radius: 4px;
}
#secret_gift #login #log a:hover {
  text-decoration: none;
}
#secret_gift #login #connect a {
  display: block;
  width: 90%;
  margin: 20px auto 0;
  line-height: 1;
  font-size: 16px;
  padding: 16px;
  border: solid 1px #333;
  border-radius: 3px;
}
#secret_gift #login #connect a:hover {
  text-decoration: none;
}
/*login*/



/*main*/
#secret_gift #main {
  position: relative;
  padding: 80px 0;
  background: #F5F5F5;
}

/*公開前のカバー用*/
#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: 90vw;
  height: 90vw;
  padding-top: 30%;
  overflow: hidden;
  background: url(../23ss/coming_soon_bg.png) center top no-repeat;
  background-size: cover;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -45%;
  z-index: 999;
}
#secret_gift #main .wait_bg #coming_soon .wrap .title {
  font-family: "Shippori Mincho";
  font-size: 15px;
  color: #5f1818;
  letter-spacing: 3px;
  margin-bottom: 12px;
}
#secret_gift #main .wait_bg #coming_soon .wrap img{
  width: 64%;
  margin-bottom: 10px;
}
#secret_gift #main .wait_bg #coming_soon .wrap .date {
  color: #5f1818;
  font-size: 20px;
  letter-spacing: 0;
}
#secret_gift #main .wait_bg #coming_soon .wrap .date span {
  font-size: 16px;
  letter-spacing: -0.5px;
}
/*公開前のカバー用*/

#secret_gift #main h3 {
  font-size: 28px;
  letter-spacing: 0.15em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 40px;
}
#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: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
}
#secret_gift #main .wrap {
  margin-bottom: 50px;
}
#secret_gift #main a.item_btn{
  display: block;
  width: 280px;
  margin: 0 auto;
  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: 120px;
}
#secret_gift .brand .list ul {
  margin: 0 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: self-start;
  justify-content: center;
  gap: 4%;
}
#secret_gift .brand .list ul li {
  width: 48%;
  background: #fff;
  margin-bottom: 15px;
}
#secret_gift .brand .list ul li a {
  display: block;
  height: 100%;
  padding-bottom: 18px;
}
#secret_gift .brand .list ul li a span.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  height: 50px;
}
#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 {
  width: auto;
  margin: 0 30px;
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  align-items: center;
  justify-content: space-around;
  text-align: left;
}
#secret_gift .price .list ul li {
  width: 60%;
  color: #333;
  margin-bottom: 20px;
}
#secret_gift .price .list ul li:nth-of-type(even) {
  width: 40%;
}
#secret_gift .price .list ul li a {
}
/*price*/


/*item*/
#secret_gift .item .list ul {
  margin: 0 20px;
  width: auto;
  overflow: hidden;
  display: block;
  font-size: 0;
  text-align: left;
}
#secret_gift .item .list ul li:nth-of-type(odd) {width: 53%;}
#secret_gift .item .list ul li {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  margin-bottom: 8px;
  text-align: left;
}
#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: 13px;
  font-weight: bold;
}
#secret_gift .item .list ul li p {
  padding-left: 15px;
}

/*item*/



/*shop*/
#secret_gift #shop {
  padding: 40px 15px;
  background: #fff;
}
#secret_gift #shop h4{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#secret_gift #shop p.date{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}
#secret_gift #shop p{
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}
#secret_gift #shop small{
  display: block;
  font-size: 74%;
  line-height: 1.8;
  margin-bottom: 30px;
}
#secret_gift #shop .shop-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#secret_gift #shop .shop-list li .btn {
  width: 100%;
  padding: 0;
}
/*shop*/


/*top_btn*/
#secret_gift #pagetop {
  display: block;
  width: 100%;
  background: #e8e8e8;
  margin: auto;
  padding: 0 0 40px;
}
#secret_gift #pagetop a {
  display: block;
  text-decoration: none;
  padding-top: 55px;
  background: url(../23ss/pagetop.png) no-repeat center top;
}
/*top_btn*/

/*2305追記*/
#secret_gift .brand .list ul li a span.logo_golf {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  height: 50px;
  width: 80%;
  margin: 12px 0 0 16px;
}

div#campaign-contents {
  margin: 0 15px;
  padding: 30px 0 40px;
}
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: block;
  padding-bottom: 40px;
}
.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 {
  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;
}
div#campaign-contents .btn {
  padding: 0;
  width: 100%;
}
.btn .campaign-btn {
  width: 100%;
  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;
}
div#campaign-contents .contents_box .txt {
  margin: 10px auto 30px;
  text-align: left;
}
#secret_gift #pagetop {
  padding: 20px 0;
}
