@charset "Shift_JIS";
/* CSS Document */
/*==============================================
共通 ここから
================================================*/

/* デフォルトの余白リセット */
footer .footer-inner, header .header, header .information, main, main#wrapper, nav .category_nav {
    margin: 0;
    padding: 0;
    max-width: none;
    overflow: hidden;
}
article#contents {
    padding-bottom: 0;
}
footer {
    position: relative;
    z-index: 1000;
    border-top: 2px solid #222;
}
footer .footer-inner {
    padding: 30px 0 !important;
}

/* br用クラス */
.smp-none {
    display: block;
}
.pc-none {
    display: none;
}

/* 変数上書き */
:root {
    /* 共通フォントサイズ(ディスプレイが900px以上の場合に14pxとなる) ※.baby-20kCelebration-innerの中の要素のみ */
    --font-size-text: 2cqw;

    /* 横の余白 上書き */
    --margin-space-beside: 3.5em;

    /* 縦の余白 上書き */
    --margin-space-vertical: 2em;
}

.baby-20kCelebration .pc_none {
    display: none;
}
/*==============================================
共通 ここまで
================================================*/
/*==============================================
baby-20kCelebration 共通 STR
================================================*/

.baby-20kCelebration {
    margin: 0 auto;
    text-align: center;
    background: url(../../IMAGE/baby-20kCelebration/389570.png);
    position: relative;
}
.baby-20kCelebration .contents{
    background: #ff9cc8;
    background-image: url(../../IMAGE/baby-20kCelebration/dotto.png);
    background-size: 80%;
    background-position: center;
    max-width: 750px;
    margin: auto;
    border-radius: 0 0 10px 10px;
    padding-bottom:20px;
}


.baby-20kCelebration .contents .col_1 {
    margin-bottom: 1em;
}

.baby-20kCelebration .contents .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1em;
    padding: 2% 2% 2%;

}

.baby-20kCelebration .contents img {
    width: 100%;
    height: auto;
    display: block;
}

.baby-20kCelebration .contents h2 {
    font-size: 1.7em;
    color: #005da3;
}


/*==============================================
contents 共通 END
================================================*/
/*==============================================
ナビゲーション ここから
================================================*/
.baby-20kCelebration  #nav {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    max-width: none;
}
.baby-20kCelebration  #nav .nav_list_top{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:0;
    margin-bottom: 10px;
}
.baby-20kCelebration  #nav .nav_list_bottom{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
/*==============================================
ナビゲーション ここまで
================================================*/

/* =========================
   豪華賞品エリア
========================= */
.baby-20kCelebration .treasure_area > .treasure_item:first-child{
    background:#f53792;
    margin:0;
    padding:0;
}

.baby-20kCelebration .treasure_area > .treasure_item:first-child img{
    display:block;
    width:100%;
}
.baby-20kCelebration .contents .treasure_item_title{
    text-align: center;
    margin:0;
    background:#f53792;
    border-radius: 15px 15px 0 0;
    padding: 10px 0;
}

.baby-20kCelebration .treasure_item_title img{
    display:block;
    width: 85%;
    max-width: 550px;
    margin: 0 auto;

}
.baby-20kCelebration .treasure_area,
.baby-20kCelebration .treasure_area ul,
.baby-20kCelebration .treasure_area li{
    margin:0;
    padding:0;
    list-style:none;
}
.baby-20kCelebration .treasure_list{
    padding:20px;
}
.baby-20kCelebration .treasure_area{
    width: 95%;
    margin: 40px auto;
    background: #ffffff;
    border-radius: 20px;
    box-sizing: border-box;
}

/* ピンクタイトル */
.baby-20kCelebration .treasure_head{
    background:#f53792;
    color:#fff;
    font-weight:bold;
    font-size:28px;
    border-radius:15px 15px 0 0;
    margin:-20px -20px 25px;
}

/* 上段4商品 */
.baby-20kCelebration .treasure_list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:30px 20px;
    margin-bottom: 10px;
}

.baby-20kCelebration .treasure_item{
    position:relative;
}

/* 賞名 */
.baby-20kCelebration .prize_title{
    background:#fff;
    border-radius:999px;
    display:inline-block;
    padding:4px 18px;
    font-size:18px;
    font-weight:bold;
    margin-bottom:15px;
    box-shadow:0 2px 4px rgba(0,0,0,.1);
}

/* 人数札 */
.baby-20kCelebration .prize_num{
    position:absolute;
    top:40px;
    right:0;
    background:#f53792;
    color:#fff;
    font-weight:bold;
    font-size:20px;
    padding:4px 12px;
}

/* 商品画像 */
.baby-20kCelebration .treasure_item img{
    width:100%;
    display:block;
}

/* 商品名 */
.baby-20kCelebration .treasure_item p{
    font-size:20px;
    font-weight:bold;
    line-height:1.5;
    color:#333;
    margin-top:10px;
}
.baby-20kCelebration .contents .about-pet-member h3{
    font-size: 1.2em;
    padding: 1% 0;
    color: #ef5d77;
}
.baby-20kCelebration .contents .about-pet-member .howto-txt,
.baby-20kCelebration .contents .application-terms .howto-inner-accordion__comment{
    padding: 1% 1% 2%;
    background-color: #fff7de;
    text-align: left;
}

/* 応募規約エリア */
.baby-20kCelebration .application-terms{
    width:95%;
    margin:20px auto;
    padding:15px;
    border-radius:10px;
    box-sizing:border-box;
}

/* アコーディオン本体 */
.baby-20kCelebration .application-terms .accordion{
    background:#f7efd7;
    border:none;
    margin:0;
}

/* 本文 */
.baby-20kCelebration .application-terms .howto-inner-accordion__comment{
    background:#f7efd7;
    padding:20px 25px;
    line-height:1.8;
    font-size:20px;
}

/* 見出し */
.baby-20kCelebration .application-terms dt{
    font-weight:700;
    margin-top:15px;
    margin-bottom:5px;
}

/* 本文 */
.baby-20kCelebration .application-terms dd{
    margin-left:0;
    margin-bottom:5px;
}

/* ＋−アイコン */
.baby-20kCelebration .application-terms .summary::before,
.baby-20kCelebration .application-terms .summary::after{
    right:20px;
}

/*==============================================
プレゼント ここから
================================================*/

.baby-20kCelebration .contents .present h2 {
    color: #fff;
    margin-bottom: 30px;
}
.baby-20kCelebration .contents .present p.note{
    color: #fff;
    margin-bottom: 80px;
    font-size: 16px;
}
.baby-20kCelebration .contents .present-box {
    width: 95%;
    max-width: 750px;
    margin: auto;
    text-align: left;
    background: #f12c83;
    padding: 80px 20px 40px;
    position: relative;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.baby-20kCelebration .contents .present-box:after{
    content: "";
    position: absolute;
    bottom: -50px;   /* ▼の高さ分だけ外に出す */
    left: 0;
    width: 0;
    height: 0;
    border-left: 356.25px solid transparent;
    border-right: 356.25px solid transparent;
    border-top: 50px solid #f12c83; /* 背景と同じ色 */
}
.baby-20kCelebration .contents .present .entry_button{
    position: relative;
    z-index: 1;
    margin-bottom: 120px;
}
.baby-20kCelebration .contents .present .entry_button p{
    background: rgba(255, 255, 255, .5);
    padding: 20px;
    font-size: 20px;
    width: 80%;
    margin: auto;
    box-sizing: border-box;
    margin-top: 80px;
}
.baby-20kCelebration .contents .present .entry_button p a{
    position: relative;
    margin: 10px auto 0;
    padding: 5px 40px;
    border: none;
    text-align: center;
    background-color: #f02b49;
    border-radius: 2px;
    color: #fff;
    box-shadow: 0 4px 0 #bc132d;
    top: -3px;
    width: 50%;
    cursor: pointer;
}
.baby-20kCelebration .contents .present .entry_button p a:hover{
    color: #fff !important;
}
.baby-20kCelebration .contents .present .entry_button:last-of-type{
    margin-bottom: 80px;
}
.baby-20kCelebration .contents .present-box h3 img{
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
}
.baby-20kCelebration .contents .present-box p.text {
    font-size: .8em;
    margin: .7em 0 0;
}
.baby-20kCelebration .contents .present h3.item_name {
    color: #6b373b;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.0em;
    background: #fffcde;
}
.baby-20kCelebration .contents .present h3 span {
    font-size: 1.3em;
    font-family: "Lato","Noto Sans JP";
}
/*==============================================
プレゼント　ここまで
================================================*/

/*==============================================
フォトコンテスト ここから
================================================*/
.baby-20kCelebration .contents .photo p{
    color: #fff;
    font-size: 22px;
}
.baby-20kCelebration .contents .photo-box{
    margin-bottom: 60px;
    margin-top: -30px;
}
.baby-20kCelebration .contents .photo p.time{
    font-size: 30px;
    margin-bottom: 2vw;
}
.baby-20kCelebration .contents .photo p.time time{
    font-size: 30px;
}
.baby-20kCelebration .contents .photo .slider-wrapper {
  display: flex;
  overflow: hidden;
}
.baby-20kCelebration .contents .photo .slider {
  animation: scroll-left 40s infinite linear .5s both;
  display: flex;
}
.baby-20kCelebration .contents .photo .slide {
  width: calc(40vw / 1); /* 3はスライドの枚数 */
}
.baby-20kCelebration .contents .photo .slide img {
  display: block;
  width: 100%;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*==============================================
フォトコンテスト　ここまで
================================================*/

/*==============================================
グランプリ　ここから
================================================*/
.baby-20kCelebration .contents .grand_prix .grand_prix_box{
    width: 95%;
    margin: auto;
}
.baby-20kCelebration .contents .grand_prix h2{
    margin-bottom: 3vw;
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .grand_prix_box_list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 60px;
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info{
    background: #fff;
    padding: 40px 20px 70px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 80px;
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info:has(.not_form){
    margin-bottom: 80px;
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info span{
    background: #ff5f10;
    display: inline-block;
    border-radius: 40px;
    color: #fff;
    padding: 2px 20px;
    position: absolute;
    left: 50%;
    font-size: 24px;
    transform: translate(-50%,calc(-50% - 40px));
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info p{
    font-size: 14px;
    margin-bottom: 10px;
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info table{
  border-collapse: separate;
  border-spacing: 0 5px;
  width: 100%;
}

.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info th{
    background: #ff5f10;
    width: 20%;
    height: 100%;
    color: #fff;
    font-size: 18px;
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info td{
    background: #ffe1ee;
    color: #222;
    text-align: left;
    padding: 5px 20px;
    font-size: 14px;
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info .form_btn{
    position: absolute;
    bottom: -20%;
}
.baby-20kCelebration .contents .grand_prix .grand_prix_box .form_info .not_form{
    padding: 10px;
    font-size: 14px;
    margin: auto;
    box-sizing: border-box;
}
.baby-20kCelebration .contents .detail{
    margin-bottom: 80px;
}
.baby-20kCelebration .contents .detail .fukidashi p {
  position: relative;
  padding: 0.6em;
  background: #ffffff;
  border-radius: 50px;
  width: 90%;
  margin: 0 auto;
}

.baby-20kCelebration .contents .detail .fukidashi p:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 45%;
    border: 10px solid transparent;
    border-top: 10px solid #ffffff;
    width: 0;
    height: 0;
}
.baby-20kCelebration .contents .detail .method{
    text-align: center;
    border-bottom: 1px solid;
    margin-bottom: .5em;
}
.baby-20kCelebration .contents .detail .step p{
    text-align: start;
}
.baby-20kCelebration .contents .detail .step{
    padding: .5em 1em;
    background-color: #fff7de;
    margin: 1em 0;

}

/*===== アコーディオン STR =====*/
.baby-20kCelebration .contents .accordion {
    background: #fff;
    margin: 0 auto 1em auto;
    border: 1px solid var(--color-main);
    border-radius: 5px;
}
.baby-20kCelebration .contents .accordion summary.summary {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: .2em 1.2em;
    color: var(--color-main);
    cursor: pointer;
    transition: .3s all;
}

.baby-20kCelebration .contents .accordion summary.summary::-webkit-details-marker {
    display: none;
}

/* タイトル横のプラスマーク縦線 */
.baby-20kCelebration .contents .accordion summary.summary::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:#222;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}
/* タイトル横のプラスマーク横線 */
.baby-20kCelebration .contents .accordion summary.summary::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 1.5em;
    width: 1em;
    height: .1em;
    background-color:#222;
    transition: all .3s ease-in-out;
}
/* アコーディオンが開いたとき縦線の変化 */
.baby-20kCelebration .contents .accordion[open] summary.summary::before {
    transform: rotate(180deg);
}
/* アコーディオンが開いたとき横線の変化 */
.baby-20kCelebration .contents .accordion[open]::after {
    opacity:0;
}
/*付与日*/
.baby-20kCelebration .contents .accordion .accordion__txt {
    font-size: .8em;
}
/*===== アコーディオン END =====*/

.baby-20kCelebration .contents .about-pet-member h3{
    font-size: 1.2em;
    padding: 1% 0;
    color: #ef5d77;
}
.baby-20kCelebration .contents .about-pet-member .howto-txt,
.baby-20kCelebration .contents .application-terms .howto-inner-accordion__comment{
    padding: 1% 1% 2%;
    background-color: #fff7de;
    text-align: left;
    border-radius: 5px;
}
.baby-20kCelebration .contents .about-pet-member .howto-txt{
    text-align: center;
}
.baby-20kCelebration .contents .about-pet-member .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    margin-bottom: 2%;
}
.baby-20kCelebration .contents .about-pet-member .flex li{
    width: calc(90% / 3);
}
.baby-20kCelebration .contents .about-pet-member .flex li p{
    font-size: .9em;
}
.baby-20kCelebration .contents .btn-pet{
    background: linear-gradient(to top, #16b9a1, #53cbd5);
    color: #fff;
    box-shadow: 0 3px 2px #c2c2c2;
    position: relative;
    width: 90%;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
}
.baby-20kCelebration .contents .btn-pet a{
    padding: 1em;
}
.baby-20kCelebration .contents .btn-pet::after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
.baby-20kCelebration .event2{
    position: relative;
    margin-bottom: 100px;
}

.baby-20kCelebration .event2 .event-btn{
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    width: 80%;
    z-index: 10;
    transition: .2s ease;
}
/* ホバー時 */
.baby-20kCelebration .event2 .event-btn:hover{
    transform: translateX(-50%) translateY(4px);
}

/* クリック時 */
.baby-20kCelebration .event2 .event-btn:active{
    transform: translateX(-50%) translateY(8px);
}
#baby-support-member_item{
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.baby-20kCelebration .event-title3{
    width: 80%;
    margin: 0 auto -40px;
    position: relative;
    z-index: 10;
}
#baby-support-member .baby-support-member_item .baby-support-member-item-inner {
    padding-left: 0 !important;
}
.baby-20kCelebration .event-title3{
    width: 80%;
    margin: 0 auto -100px;
    position: relative;
    z-index: 10;
    margin: 0 auto -80px;
}
.baby-20kCelebration #nav .nav_list_top li{
    overflow: visible;
    display:flex;
    justify-content:center;
    
}

.baby-20kCelebration #nav .nav_list_top img{
    transform-origin: center;
    transition: .3s ease;
}
.baby-20kCelebration #nav .nav_list_top a:hover img{
    transform: translateY(-8px);
}
.baby-20kCelebration #nav .nav_list_top{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
}
.baby-20kCelebration #baby-support-member nav ul{
    width: 94%;
}
.baby-20kCelebration .treasure_item p {
    font-size: 17px;
}
.baby-20kCelebration #baby-support-member .baby-support-member_item .baby-support-member-item__name__h3 {
    font-size: 14px;
}
.baby-20kCelebration #baby-support-member .flex {
    }


/*==============================================
おすすめ限定セール　ここから
================================================*/

.baby-20kCelebration .contents .recommend .recommend_box{
    width: 95%;
    margin: auto;
    margin-bottom: 80px;
}
.baby-20kCelebration .contents .recommend .recommend_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.baby-20kCelebration .contents .recommend h2{
    margin-bottom: 10px;
}
/*==============================================
おすすめ限定セール　ここまで
================================================*/

/*==============================================
その他　ここから
================================================*/

.baby-20kCelebration .contents .other .other_box{
    width: 95%;
    margin: auto;
    padding-bottom: 40px;
}
.baby-20kCelebration .contents .other .other_box ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.baby-20kCelebration .contents .other .other_box ul li{
    background: #fff;
    border: 2px solid #f12c83;
    color: #f12c83;
    border-radius: 15px;
}
.baby-20kCelebration .contents .other .other_box ul li a{
    padding: 20px 10px;
    font-weight: bold;
    font-size: 20px;
}
.baby-20kCelebration .contents .other h2{
    margin-bottom: 10px;
}
.baby-20kCelebration #baby-support-member_item{
    padding-bottom:0;
}
/*==============================================
その他　ここまで
================================================*/

/*==============================================
ページトップ　ここから
================================================*/
.baby-20kCelebration .contents .top-back {
    right: 2em;
    z-index: 10;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    width: 6rem;
    height: 6rem;
    bottom: 54px;
    font-size: 1.2em;
    line-height: 1.4em;
}
.baby-20kCelebration .contents .top-back a:hover {
    color: #fff !important;
}
.baby-20kCelebration .contents .top-back i {
    font-size: 1rem;
    line-height: 0;
}
.baby-20kCelebration .contents .pagetop a:hover {
    color: #fff !important;
}
.baby-20kCelebration .event2 .event-btn a,
.baby-20kCelebration .event2 .event-btn a:hover,
.baby-20kCelebration .event2 .event-btn img,
.baby-20kCelebration .event2 .event-btn a:hover img{
    opacity: 1 !important;
    filter: none !important;
}
#baby-support-member nav ul {
    width: 95%;
}
#baby-support-member .flex {
    width: 70%;
}
#baby-support-member .baby-support-member_item .baby-support-member-item__name__h3 {
    font-size: 13px;
}
#baby-support-member .baby-support-member_item::before {
    width: 95%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
footer {
    border-top: none !important;
}
#baby-support-member #nav_area {
    padding: 5em 0 5em;
}
/*==============================================
ページトップ　ここまで
================================================*/