@charset "UTF-8";
/* CSS Document */

/*---------------------------------
* メインコンテンツ追加 2411
---------------------------------*/

.main_bl.base{
    background-color: #fff;
    margin-bottom: clamp(50px, 12vw, 100px);
}

.wrapper{
    width: 90.4%;
    margin: 0 auto; 
}

.main_logo{
    max-width: 385px;
    width: 51.4%;
    margin: 4.3vw auto 4.8vw;
    margin-top: clamp(18px, 4.3vw, 36px);
    margin-bottom: clamp(20px, 4.8vw, 40px);
}

.mv{
    padding-left: 2.156%;
    padding-right: 2.156%;
    width: 100%;
}

.main_bl h2{
    font-size: clamp(1.188rem, 0.806rem + 1.63vw, 1.75rem);
    font-weight: 600;
    letter-spacing: 0.025em;
    margin-bottom: clamp(7px, 1.7vw, 14px);
    margin-top: clamp(30px, 8vw, 70px);
}

.main_bl h3{
    font-size: clamp(11px, 2vw, 16px);
    letter-spacing: 0.025em;
    font-weight: 600;
    color: #999999
}

.pageLink_sec ul{
    display: flex;
    justify-content: space-between;
    margin-top: clamp(25px, 6vw, 50px);
}

.pageLink_sec ul li{
    width: 47%;
    height: 42.42vw;
    max-height: 417px;
    background-color: #000;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageLink_sec ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageLink_sec .buy_btn{
    max-width: unset;
    height: 100%;
}

.campaign_banner_sec ul.campaign_banner_bl{
    margin-top: clamp(25px, 6vw, 50px);
}

.campaign_banner_sec ul.campaign_banner_bl li{
    width: 100%;
    height: 18.18vw;
    max-height: 150px;
}

.campaign_banner_sec ul.campaign_banner_bl li:first-of-type{
    margin-bottom: clamp(15px, 3.6vw, 30px);
}

.campaign_banner_sec ul.campaign_banner_bl li a{
    display: flex;
    border-radius: 10px;
    height: 100%;
    align-items: center;
    padding: 0 4vw;
}

.campaign_banner_sec ul.campaign_banner_bl li:first-of-type a{
    background-color: #ee031e;
}

.campaign_banner_sec ul.campaign_banner_bl li:nth-of-type(2) a{
    background-image: url(../images/8_the_thalasso_contents/8_the_thalasso_bannerBg01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.campaign_banner_img{
    width: 11.7%;
    margin-right: clamp(10px, 2vw, 50px);
}

.campaign_banner_txt{
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.campaign_banner_txtCont01{
    position: relative;
    top: 0.7vw;
}

.campaign_banner_txtCont01 span{
    font-weight: 600;
    font-size: clamp(11px, 2vw, 22px);
    letter-spacing: 0.025em;
}

.campaign_banner_txtCont02 span:nth-of-type(1){
    font-weight: 800;
    font-size: clamp(25px, 5vw, 30px);
    font-family: "Jost", sans-serif;
}

.campaign_banner_txtCont02 span:nth-of-type(2){
    font-size: clamp(15px, 2.5vw, 20px);
    font-weight: 600;
    font-family: "Jost", sans-serif;
}

.campaign_banner_txtCont02 span:nth-of-type(3){
    font-size: clamp(21px, 4vw, 25px);
    font-weight: 500;
}

.info_bl{
    margin-top: clamp(30px, 7vw, 60px);
}

.info_bl li{
    padding: 0 3.3%;
    margin-bottom: clamp(9px, 2vw, 17px);
}

.info_bl li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_bl li a div:first-of-type{
    width: 14.63%;
    height: clamp(54.4px, 13.21vw, 109px);
    border-radius: 10px;
    font-size: clamp(10px, 2.5vw, 22px);
    color: #fff;
    letter-spacing: 0.025em;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.info_bl li a div:nth-of-type(2){
    width: 82%;
    font-size: clamp(11px, 2.5vw, 22px);
    letter-spacing: 0.025em;
    line-height: 1.59;
    
}

.info_or_bg, .info_amazon{
    background-color: #ee8526;
}

.info_red_bg, .info_rakuten{
    background-color: #ee031e;
}

.info_bl_bg, .info_qoo10{
    background-color: #1262ae;
}

.recommend_sec ul{
    margin-top: clamp(20px, 5vw, 40px);
}

.recommend_sec ul li{
    position: relative;
}

.recommend_sec ul li:nth-of-type(n+2){
    margin-top: clamp(15px, 4vw, 30px);
}

.recommend_bl{
    display: flex;
    position: absolute;
    bottom: 9%;
    padding: 0 5%;
    justify-content: space-between;
    width: 100%;
    align-items: center;;
    z-index: 1;
}

.recommend_cont01{
    color: #333333;
    font-weight: 600;
    font-size: clamp(11px, 2vw, 22px);
    letter-spacing: 0.025em;
    line-height: 1.4;
}

.recommend_cont02{
    color: #000;
    font-weight: 300;
    font-size: clamp(11px, 2vw, 22px);
    background-color: #fff;
    width: 26%;
    padding: 3%;
    border-radius: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommend_cont02::after{
    content: "";
    display: inline-block;
    background-image: url(../images/8_the_thalasso_contents/8_the_thalasso_detailIcon.png);
    width: 7px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;;
    margin-left: clamp(6px, 1.5vw, 12px);
}

.recommend_bl_whLine{
    position: relative;
}

.recommend_bl_whLine img{
    border-radius: 15px;
}

.recommend_bl_whLine a::after{
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35%;
    border-radius: 0 0 15px 15px;
}

.video_sec{
    margin-top: clamp(40px, 10vw, 80px);
}

.video_sec video{
    width: 100%;
}

.video_sec.video_mv video{
    border-radius: 10px;
}

.txt_ctr{
    text-align: center;
}

.new_icon{
    position: relative;
}

.new_icon::after{
    content: "NEW";
    position: absolute;
    background-color: #ee031e;
    color: #fff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 2px;
    left: 2px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 11px;
}

@media screen and (min-width: 769px){
    
    .wrapper{
        max-width: 928px;
        width: 100%;
        margin: auto;
    }
    
    .sec_in{
        padding: 0 2.156%;;
    }
    
    .recommend_cont02::after{
        width: 14px;
        height: 12px;
    }
    
    .campaign_banner_txtCont01{
        top: 0.1vw;
    }
    
    .new_icon::after{
        top: 5px;
        left: 5px;
        width: 40px;
        height: 40px;
        border-radius: 40px;
        font-size: 14px;
    }
    
}

/*---------------------------------
* おすすめアイテム （NEWS セクション）
---------------------------------*/

.news_bl{
  display: flex;
  gap: 3vw;
  flex-wrap: wrap;
}

.news_bl li{
  flex: 1 1 calc(50% - 3vw);
  margin-top: 0!important;
}

.news_bl li:nth-of-type(n+3){
  margin-top: 3vw!important;
}

.news_text{
  font-size: clamp(13px, 1.7vw, 16px);
  line-height: 1.5;
  margin-top: 20px;
  font-weight: 400;
}

.news_date{
  font-size: clamp(12px, 1.5vw, 14px);
  color: #a1a6ac;
  margin-top: 10px;
}

.news_img{
  overflow: hidden;
}

.news_img img{
  aspect-ratio: 595.5/ 320;
  object-fit: cover; 
}

.news_bl a:hover{
  opacity: 1;
}

.news_bl a:hover img{
  transform: scale(1.08);
  transition: transform 4s;
}

@media screen and (max-width: 768px){
  .news_bl{
    flex-direction: column;
  }
  
  .news_bl li:nth-of-type(n+2){
    margin-top: 30px!important;
  }
}

/*---------------------------------
* SNSリンク
---------------------------------*/

.sns_link_unit.x_mark{
    width: 50px;
    margin-left: 5.5%;
    aspect-ratio: 197 / 204;
}

@media screen and (max-width: 768px){
    
    .sns_link_unit.x_mark{
        width: 33px;
        margin-left: 10.5%;
    }
        
}
