@charset "utf-8";
:root {
    --color-blue:#130A8F;
    --maxwidth:1220px;
}
@media screen and (max-width: 767px) {
#header{
        
    }
}
/*メインビジュアル*/
.mv{
    position: relative;
}
.mv h1{
    position: absolute;
    z-index: -1;
}
.mv .store a{
    display: none;
}
.mv .inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 83.59cqw;
    height: 100%;
}
.mv .copy{
    margin-top: 27.5cqw;
}
.mv .copy img{
    width: 33.9cqw;
}
.mv .copy h2{
    font-weight: 500;
    letter-spacing: 0.1em;
}
.mv .copy h2 .ja{
    text-indent: -0.5em;
    font-size: 3.437cqw;
}
.mv .copy h2 .en{
    font-size: 1.718cqw;
}
@media screen and (max-width: 768px) {
    .mv .store a{
        transform: rotate(-90deg) translateX(100%);
        transform-origin:100% 100%;
        position: absolute;
        right: 0;
        bottom: 6.13cqw;
        display: block;
        padding: 0.7em 1em;
        background: var(--color-blue);
        color: #fff;
    }
}
@media screen and (max-width: 767px) {
    .mv .copy{
        margin-top: 22.4cqw;
        text-align: center;
    }
    .mv .copy img{
        width: 53.33cqw;
    }
    .mv .copy h2{
        font-weight: 500;
        letter-spacing: 0.1em;
    }
    .mv .copy h2 .ja{
        text-indent: -0.5em;
        font-size: 5.86cqw;
    }
    .mv .copy h2 .en{
        font-size: 3.2cqw;
    }
}
/*END　メインビジュアル*/

/*news*/
#news{
    max-width: 1400px;
    width: 96%;
    margin: 0 auto;
    position: relative;
}
#news .news_block{
    position: absolute;
    bottom:-64px;
    right: 0;
}
#news .ti{
    display: inline-block;
    padding: 0.5em 1em 0.5em 0.5em;
    background: var(--color-blue);
    border-radius: 0 30px 0 0;
    line-height: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
#news .ti .check{
    margin-left: 3em;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    color: #fff;
}
#news .news_li{
    width: 450px;
    box-sizing: border-box;
    padding: 0 1.3em;
    background: #fff;
    border-radius: 0 10px 0 0;
}
#news .news_li li a{
    display: block;
    padding: 1.2em 0;
}
#news .news_li li:first-child a{
    border-bottom:solid 1px #000;
}
#news .news_li .detail{
    display: flex;
	justify-content:flex-start;
	align-items: center;
    font-weight: 500;
}
#news .news_li .date{
    margin-right: 1em;
    font-size: 12px;
    color: #000;
}
#news .news_li .cate{
    padding: 0.2em 1em;
    background: #A0A0A0;
    border-radius: 100vmax;
    font-size: 10px;
    color: #fff;
}
#news .news_li .txt{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}
:lang( ja ) .news_block .langen,
:lang( auto ) .news_block .langen,
:lang( ja ) .news_block .langfr,
:lang( auto ) .news_block .langfr{
    display: none;
}
:lang( en ) .news_block .langja,
:lang( en ) .news_block .langfr{
    display: none;
}
:lang( fr ) .news_block .langja,
:lang( fr ) .news_block .langen{
    display: none;
}
@media screen and (max-width: 768px) {
    }
@media screen and (max-width: 767px) {
    #news .news_block{
        width: 100%;
        left: 0;
        right: auto;
        bottom: -36cqw;
    }
    #news .news_li{
        max-width: 100%;
    }
    #news .ti{
        font-size: 6.4cqw;
    }
    #news .ti .check{
        font-size:3.2cqw;
    }
    #news .news_li .date,
    #news .news_li .cate{
        font-size:2.66cqw;
    }
    #news .news_li .txt{
        font-size:3.2cqw;
    }
}
/*END news*/

/*BiBiOとは*/
#about{
    padding-bottom: 50px;
    background: var(--color-blue);
    color: #fff;
}
#about .inner{
    padding: 120px 0 50px;
    background:center center/100% auto no-repeat url("../img/top/about_bg.webp") ;
}
#about .about_2col{
    display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
    margin-bottom: 65px;
}
#about .about_2col > li:nth-child(2){
    width: 532px;
}
#about .about_2col h2.ti{
    font-size: 42px;
    font-weight: 600;
}
#about .about_2col h2.ti .en{
    font-size: 20px;
    font-weight: 400;
}
#about .about_2col h3.subti{
    margin-bottom: 0.5em;
    font-size: 29px;
}
#about .about_2col .txt{
    margin-bottom: 2em;
    font-size:15px;
}
#about .copy{
    max-width: 100%;
    width: 945px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
    #about .inner{
        padding: 61cqw 0 32cqw;
        background:center top 40cqw/100% auto no-repeat url("../img/top/about_bg_sp.webp") ;
        text-align: center;
    }
    #about .about_2col{
        display: block;
        margin-bottom: 28cqw;
    }
    #about .about_2col > li:nth-child(2){
        width: auto;
    }
    #about .about_2col h2.ti{
        margin-bottom: 1em;
        font-size: 7.46cqw;
    }
    #about .about_2col h2.ti .en{
        font-size: 3.2cqw;
    }
    #about .about_2col h3.subti{
        font-size: 5.86cqw;
    }
    #about .about_2col .txt{
        font-size: 3.2cqw;
    }
}
/*END BiBiOとは*/

/*コンテンツ*/
#top_content{
    margin-top: -1px;
    background: var(--color-blue);
}
#top_content .content_2col{
    display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#top_content .content_2col.slide_box{
    align-items: end;
}
#top_content .content_2col > li{
    max-width: 466px;
    width: 47%;
}
#top_content .content_2col.about_link li{
  position: relative;
}
#top_content .content_2col.about_link .ti{
    position: absolute;
    bottom: 1em;
    left: 1em;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
}
#top_content .content_2col.about_link .ti .en{
    font-size: 31px;
}
#top_content .content_2col.about_link .ti .ja{
    font-size: 20px;
}
#top_content .content_2col.about_link .verticaltxt{
    position: absolute;
    top: 0;
    right: 1em;
    transform: rotate(90deg) translateX(100%);
    transform-origin: right top;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
#top_content .content_2col.about_link > li img{
    width: 90.6%;
}
#top_content .content_2col.about_link > li a{
    display: inline-block;
    position: relative;
}
#top_content .content_2col.about_link > li a .readmore_noa{
    position: absolute;
    bottom:-1.5em;
    right: 0;
    padding: 1em 11% 1em 2em;
    background-position: right 5px top 1.6em;
    background-color: #fff;
}
#top_content .content_2col.about_link > li a:hover .readmore_noa{
    background-position: right top 1.6em;
}
#top_content .bg_nv{
    position: relative;
    padding: 170px 0 240px;
}
#top_content .bg_nv::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    clip-path: polygon(0 50%, 100% 0%, 100% 100%, 0% 100%);
}
#top_content .bg_nv .inner{
    position: relative;
}
#top_content .content_2col.slide_box .ti{
    margin-bottom: 40px;
    line-height: 1.3;
    font-size: 38px;
    font-weight: 600;
}
#top_content .content_2col.slide_box .ti .mini{
    font-size: 20px;
    font-weight: 400;
}
#top_content .content_2col.slide_box .copy{
    margin-bottom: 30px;
    font-size:26px;
}
#top_content .content_2col.slide_box .txt{
    margin-bottom: 27px;
    font-size: 14px;
}
#top_content .top_slider {
  display: none;
}
#top_content .top_slider.slick-initialized {
  display: block;
}
#top_content .content_2col.slide_box .slick-dots{
    width: auto;
}
#top_content .content_2col.slide_box .slick-dots li{
    width: 10px;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
    #top_content .content_2col > li{
        max-width: 100%;
        width: 100%;
    }
    #top_content .content_2col.about_link{
        margin-bottom: 38.66cqw;
    }
    #top_content .content_2col.about_link li:first-child{
        margin-bottom: 24cqw;
    }
    #top_content .content_2col.about_link .verticaltxt{
        right: 0.5em;
        font-size: 4cqw;
    }
    #top_content .content_2col.about_link .ti{
        bottom: 2.4em;
        left: 1.7em;
    }
    #top_content .content_2col.about_link .ti .en{
        font-size: 6.4cqw;
    }
    #top_content .content_2col.about_link .ti .ja{
        font-size: 3.73cqw;
    }
    #top_content .bg_nv{
        padding: 0 0 76.8cqw;
    }
    #top_content .bg_nv::before{
        clip-path: polygon(0 111cqw, 100% 16cqw, 100% 100%, 0% 100%);
    }
    #top_content .content_2col.slide_box li:first-child{
        margin-bottom: 9.33cqw;
    }
    #top_content .content_2col.slide_box .txt{
        text-align: center;
    }
    #top_content .content_2col.slide_box .ti{
        font-size: 7.46cqw;
    }
    #top_content .content_2col.slide_box .ti .mini{
        font-size: 3.2cqw;
    }
    #top_content .content_2col.slide_box .copy{
        font-size: 5.86cqw;
    }
    #top_content .content_2col.slide_box .txt{
        font-size: 3.73cqw;
    }
}
/*END コンテンツ*/

/*ギフト*/
#gift{
    padding-bottom: 366px;
    background: var(--color-blue);
    padding-top: 1px;/*visualのマイナスマージン用*/
    color: #fff;
}
#gift .visual{
    position: relative;
    max-width: 675px;
    width: 100%;
    margin: -112px auto 35px;
}
#gift .visual > .ti{
    position: absolute;
    left: 0;
    right: 0;
    top:-0.5em;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    color: var(--color-blue);
    font-size: 62px;
}
#gift .txt_box {
    text-align: center;
}
#gift .txt_box .copy{
    margin-bottom: 1em;
    font-size: 27px;
}
#gift .txt_box .txt{
    margin-bottom: 1em;
    font-size: 14px;
}
#gift .txt_box .txt:last-of-type{
    margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
    #gift{
        padding-bottom: 42.93cqw;
    }
    #gift .visual{
        width: 80%;
        margin: -35.46cqw auto 10.66cqw;
    }
    #gift .visual > .ti{
        font-size: 14.66cqw;
    }
    #gift .txt_box .copy{
        font-size: 5.86cqw;
    }
    #gift .txt_box .txt{
        font-size: 3.73cqw;
    }
}
/*END　ギフト*/

/*BiBiOコラム*/
#column{
    position: relative;
}
#column .overlap{
    position: absolute;
    top:-213px;
    left: 0;
    right: 0;
    max-width: 1204px;
    width: 96%;
    border-radius: 40px 40px 0 0;
    padding: 0 115px;
    margin: 0 auto;
    background: #fff;
    display: flex;
	justify-content:space-between;
	align-items: center;
}
#column .txtbox > .ti{
    margin-bottom: 1em;
    font-size: 42px;
    font-weight: 500;
}
#column .txtbox > .ti .en{
    font-size: 20px;
}
#column .slider{
    margin-top: -53px;
    margin-bottom: 90px;
    max-width: 556px;
    width: 66%;
    position: relative;
}
#column .column_slider {
    display: none;
    width: 100%;
}
#column .column_slider.slick-initialized {
    display: block;
}
#column .column_slider .slick-list {
    margin: 0 -15px;/*スライドのマージン*/
    overflow-x: hidden;
}
#column .column_slider .slick-slide {
    position: relative;
    height: auto;
    margin: 0 15px;/*スライドのマージン*/
    padding-bottom: 2em;
    background: #fff;
}
#column .column_slider .thumb{
    width: 100%;
    aspect-ratio: 259 / 293;
    overflow: hidden;
}
#column .column_slider .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    object-position: center;
}
#column .column_slider .detail{
    position: absolute;
    top:1px;
    left: 5%;
    width: 90%;
    color: #fff;
}
#column .column_slider .readmore_noa{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1em 3em 1em 2em;
    background-color: var(--color-blue);
    background-position: right 10px top 1.6em;
}
#column .column_slider a:hover .readmore_noa{
    background-position: right 5px top 1.6em;
}
#column .column_slider .day{
    font-size: 14px;
}
#column .column_slider .ti{
    font-size: 18px;
}
#column .column_slider .slick-slide.no-posts{
    margin-top: 200px;
    text-align: right;
    font-size: 20px;
}
#column .slider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
#column .slider .controls-container{
    position: absolute;
    right: 0;
    bottom: -54px;
    display: flex;
    align-items: center;
}
#column .slider .slick-dots{
    width: auto;
    display: flex;
    margin: 0 30px;
    position: relative;
    bottom: 0;
    order: 2;
}
#column .slider .slick-dots li{
    display: block;
}
#column .slider .slick-dots li button::before{
    display: none;
}
#column .slider .slide-arrow {
    position: relative;
    bottom: 0;
    width: 11px;
    height: 21px;
    margin: auto;
}
#column .slider .prev-arrow {
    background-image:url("../img/common/column_slider_arrow_L.svg") ;
}
#column .slider .next-arrow {
    order: 3;
    background-image:url("../img/common/column_slider_arrow_R.svg") ;
}
#column .slider .slick-dots li{
    width: 10px;
    height: 5px;
}
#column .slider .slick-dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    border: solid 1px var(--color-blue);
}
#column .slider .slick-dots .slick-active button {
    background: var(--color-blue);
}
@media screen and (max-width: 1300px) {
    #column .overlap{
        padding: 0 10.7%;
    }
}
@media screen and (max-width: 1100px) {
    #column .txtbox > .ti{
        font-size: 3.818cqw;
    }
}
@media screen and (max-width: 900px) {
    #column .overlap{
        padding: 0 5%;
    }
}
@media screen and (max-width: 800px) {
    #column .overlap{
        padding: 0 3%;
    }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 767px) {
    #column{
        
    }
    #column .overlap{
        position: relative;
        top:0;
        width: 100%;
        flex-wrap: wrap;
        justify-content:center;
        margin-top: -11cqw;
        border-radius: 10.66cqw 10.66cqw 0 0;
    }
    #column .txtbox{
        padding-top: 20.8cqw;
        margin-bottom: 14.39cqw;
        text-align: center;
    }
    #column .txtbox > .ti{
        font-size: 7.46cqw;
    }
    #column .txtbox > .ti .en{
        font-size: 3.2cqw;
    }
    #column .slider{
        width: 100%;
        margin-top: 0;
    }
    #column .column_slider .slick-list {
        margin: 0 -2.66cqw;/*スライドのマージン*/
    }
    #column .slider .controls-container{
        left: 0;
    }
    #column .slider .slick-dots button{
        width: 1.76cqw;
        height: 1.76cqw;
    }
    #column .column_slider .slick-slide{
        margin: 0 2.66cqw;
    }
    #column .column_slider .thumb{
        height: 82.66cqw;
    }
    #column .column_slider .day{
        font-size: 3.2cqw;
    }
    #column .column_slider .ti{
        font-size: 4.26cqw;
    }
    #column .column_slider .slick-slide.no-posts{
        margin-top: 0;
        text-align: center;
    }
    
}
/*END BiBiOコラム*/