@charset "utf-8";

/* CSS Document */

/*-----------------------------------

div#contents.kitte_firstanniv
-----------------------------------*/



:root {
    --color-firstanniv-main: #f2eddf; /*1周年記念メインカラー*/
    --color-firstanniv-sub1: #aa7d28; /*1周年記念サブカラー1*/
    --color-firstanniv-sub2: #dc4f23; /*1周年記念サブカラー2*/

    --color-firstanniv-text: #3d3f52; /*1周年記念テキストカラー*/
}


/*-----------------------------------
フェード
-----------------------------------*/
.fade {
    opacity: 0;
    transform: translateY(20px);
    transition: transform 3s, opacity 3s;
}

/*-----------------------------------
全体
-----------------------------------*/

div#contents.kitte_firstanniv {
    width: 100%;
    /* max-width: 1560px; */
    margin: auto;
    background: var(--color-base-firstanniv);
    padding-bottom: 0;
    
    text-align: center;
    font-weight: bold;
    color: var(--color-firstanniv-text);
}
div#contents.kitte_firstanniv .wrap-all {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}

div#contents.kitte_firstanniv .inner1 {
    padding: 0 50px;
}
div#contents.kitte_firstanniv .inner2 {
    padding: 0 80px;
}


/*-----------------------------------
左右装飾
-----------------------------------*/
div#contents.kitte_firstanniv .con-l, div#contents.kitte_firstanniv .con-r {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #f2eddf;
    
    position: sticky;
    top: 0;
    height: 100vh;
    /* height: 100dvh;
    height: 100svh; */
    /* max-height: 1000px; */
    z-index: -1;
    width: calc(100% - 600px);
    max-width: 400px;
    flex-shrink: 2;
}

/*左*/
div#contents.kitte_firstanniv .con-l {
    left: 0;
}
/*右*/
div#contents.kitte_firstanniv .con-r {
    right: 0;
}
/*メイン*/
div#contents.kitte_firstanniv section.con-main {
    width: 50vw;
    min-width: 600px;
    max-width: 960px;
    margin: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
    z-index: 0;
    background-color: #f2eddf;
    flex-shrink: 0;
    padding-top: 25px;
}

@media (max-width: 1040px) {

    /* 仮設定 */
    /* div#contents.kitte_firstanniv .con-l, div#contents.kitte_firstanniv .con-r {
        display: none;
    }
    div#contents.kitte_firstanniv section.con-main {
        width: 100%;
        max-width: none;
    } */

    div#contents.kitte_firstanniv .con-l, div#contents.kitte_firstanniv .con-r {
        /* position: absolute; */
        z-index: -1;
        top: 0;
        width: 210px;
    }
    div#contents.kitte_firstanniv .con-l {
        left: auto;
    }
    div#contents.kitte_firstanniv .con-r {
        right: auto;
    }
}


/*-----------------------------------
見出し
-----------------------------------*/

/* 枠付き見出し

ＫＩＴＴＥ大阪1周年祭公式アンバサダー就任！
1周年記念商品
1周年祭「にっぽん横断グルメ」
記念イベント＆キャンペーン
---------------*/
div#contents.kitte_firstanniv .outline-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.2;
    padding: 0;
    color: var(--color-firstanniv-sub2);
    text-shadow: 
        0.5px 0.5px 0 #3d3f52, -0.5px -0.5px 0 #3d3f52,
        -0.5px 0.5px 0 #3d3f52, 0.5px -0.5px 0 #3d3f52,
        0px 0.5px 0 #3d3f52,  0 -0.5px 0 #3d3f52,
        -0.5px 0 0 #3d3f52, 0.5px 0 0 #3d3f52;
}
div#contents.kitte_firstanniv .outline-title__small {
    font-size: 26px;
    display: block;
}

/* 左右に装飾線付き見出し

1周年記念商品
1周年祭「にっぽん横断グルメ」
---------------*/
div#contents.kitte_firstanniv .lined-title {
    position: relative;
}
div#contents.kitte_firstanniv .lined-title::before, div#contents.kitte_firstanniv .lined-title::after {
    content: "";
    position: absolute;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: calc((100% - 300px) / 2);
    height: 10px;
    background: linear-gradient(
        to bottom,
        #3d3f52 0px,
        #3d3f52 1px,
        #aa7d28 1px,
        #aa7d28 4px,
        #3d3f52 4px,
        #3d3f52 5px,
        #f2eddf 5px,
        #f2eddf 8px,
        #3d3f52 8px,
        #3d3f52 10px
    ),
    linear-gradient(
        to bottom,
        #3d3f52 0px,
        #3d3f52 5px,
        #f2eddf 5px,
        #f2eddf 8px,
        #3d3f52 8px,
        #3d3f52 10px
    );
    background-repeat: no-repeat;
    background-size: 98% 100%, 100% 100%;
    background-position: center center, left top;

}
div#contents.kitte_firstanniv .lined-title::before {
    left: 0;
}
div#contents.kitte_firstanniv .lined-title::after {
    right: 0;
}


/*-----------------------------------
メインタイトル
-----------------------------------*/
div#contents.kitte_firstanniv .header__title {
    padding: 0 20px;
}
div#contents.kitte_firstanniv .header__title img{
    width: 100%;
}

div#contents.kitte_firstanniv .header__description {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    line-height: 2;
    text-align: justify;
    position: relative;
    top: -20px;
}
@media (max-width: 1360px) {
    div#contents.kitte_firstanniv .header__description {
        top: 0;
        max-width: 430px;
    }
}


/*-----------------------------------
ナビゲーションリンク
-----------------------------------*/
div#contents.kitte_firstanniv .nav-link {
    margin-top: 0;
}
@media (max-width: 1360px) {
    div#contents.kitte_firstanniv .nav-link {
        margin-top: 20px;
    }
}

div#contents.kitte_firstanniv .nav-link__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 30px;
}

div#contents.kitte_firstanniv .nav-link__item {
    width: calc((100% - 30px) / 4);
    background-color: var(--color-firstanniv-sub1);
    border: 1.5px solid #3d3f52;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 5px 0;
    font-size: clamp(12px, 1vw, 14px);
}
div#contents.kitte_firstanniv .nav-link__item a {
    color: var(--color-firstanniv-main);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    box-sizing: border-box;
    padding: 6px 0 16px;
    position: relative;
    line-height: 1.2;
}
div#contents.kitte_firstanniv .nav-link__item a:after {
    font-family: var(--fontfamily-icon);
    content: "\e5cc";
    font-size: 25px;
    color: var(--color-firstanniv-main);
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
}

div#contents.kitte_firstanniv .nav-link__item--isactive {
    font-size: clamp(14px, 1vw, 16px);
    background-color: var(--color-firstanniv-sub2);
    padding: 8px 0;
}

/*-----------------------------------
公式アンバサダー
-----------------------------------*/
div#contents.kitte_firstanniv .ambassador {
    position: relative;
    border: 2px solid #3d3f52;
    /* background-image: url(bg_ambassador_pc.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%; */
    margin: 40px 50px 0;

    position: relative;
}

/* 装飾 */
.ambassador-decoration-top, .ambassador-decoration-bottom {
    position: relative;
}
.ambassador-decoration-top::before, .ambassador-decoration-top::after, .ambassador-decoration-bottom::before, .ambassador-decoration-bottom::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #f2eddf;
    border: 2px solid #3d3f52;
}

/* 装飾　左上 */
.ambassador-decoration-top::before {
    top: -3.5px;
    left: -3.5px;
    border-bottom-right-radius: 100px;
    border-top: 2px solid #f2eddf;
    border-left: 2px solid #f2eddf;
}
/* 装飾　右上 */
.ambassador-decoration-top::after {
    top: -3.5px;
    right: -3.5px;
    border-bottom-left-radius: 100px;
    border-top: 2px solid #f2eddf;
    border-right: 2px solid #f2eddf;
}
/* 装飾　左下 */
.ambassador-decoration-bottom::before {
    bottom: -3.5px;
    left: -3.5px;
    border-top-right-radius: 100px;
    border-bottom: 2px solid #f2eddf;
    border-left: 2px solid #f2eddf;
}
/* 装飾　右上 */
.ambassador-decoration-bottom::after {
    bottom: -3.5px;
    right: -3.5px;
    border-top-left-radius: 100px;
    border-bottom: 2px solid #f2eddf;
    border-right: 2px solid #f2eddf;
}

div#contents.kitte_firstanniv .ambassador-inner {
    padding: 30px 20px;
}

/* 逆角丸の装飾 */
/* .ambassador::before, .ambassador::after {
    position: absolute;
    content: "";
    background-color: var(--color-firstanniv-main);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    z-index: 100;
    border: 1.5px solid #3d3f52;
}
.ambassador::before {
    top:-12px;
    left:-12px;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 100%, 
        50px 100%, 
        0% calc(100% - 50px)
    );
}
.ambassador::after {
    left:auto;
    right:-12px;
} */

/* タイトル */
/* div#contents.kitte_firstanniv .ambassador__title {
    font-size: 36px;
    line-height: 1.2;
    padding: 0;
    color: var(--color-firstanniv-sub2);
    text-shadow: 
        0.5px 0.5px 0 #3d3f52, -0.5px -0.5px 0 #3d3f52,
        -0.5px 0.5px 0 #3d3f52, 0.5px -0.5px 0 #3d3f52,
        0px 0.5px 0 #3d3f52,  0 -0.5px 0 #3d3f52,
        -0.5px 0 0 #3d3f52, 0.5px 0 0 #3d3f52;
}
div#contents.kitte_firstanniv .ambassador__title--small {
    font-size: 26px;
    display: block;
} */

/* 説明文 */
div#contents.kitte_firstanniv .ambassador__text {
    margin-top: 20px;
}

/* アンバサダーリスト */
div#contents.kitte_firstanniv .ambassador-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

div#contents.kitte_firstanniv .ambassador-list__item {
    width: calc((100% - 40px) / 5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 100%;
}
div#contents.kitte_firstanniv .ambassador-list__item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    gap: 3px;
    width: 100%;
    height: 100%;
}

div#contents.kitte_firstanniv .ambassador-list__item-img {
    position: relative;
    width: 100%;
    order: 1;
}
div#contents.kitte_firstanniv .ambassador-list__item-img::before {
    content: "";
    position: absolute;
    /* top: 50%; */
    bottom: 0;
    left: 0;
    /* transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); */
    width: 2vw;
    height: 2vw;
    max-width: 40px;
    max-height: 40px;
    min-width: 25px;
    min-height: 25px;
    background-image: url(ico_insta.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
div#contents.kitte_firstanniv .ambassador-list__item-img img {
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    box-sizing: border-box;
}
/* div#contents.kitte_firstanniv .ambassador-list__item-img img[src*="spacer.gif"] {
    width: 100%;
    height: 100%;
} */

div#contents.kitte_firstanniv .ambassador-list__item-name {
    word-break: break-all;
    text-align: left;
    order: 3;
    text-align: center;
}

div#contents.kitte_firstanniv .ambassador-list__item-username {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    background-color: #fff;
    padding: 5px 2px;
    border-radius: 15px;
    word-break: break-all;
    line-height: 1.2;
    order: 2;
    height: 1.2rem;
}

/*-----------------------------------
1周年記念商品
-----------------------------------*/

div#contents.kitte_firstanniv .firstanniv-special {
    margin: 60px 50px 0;
}

/* タイトル　装飾の幅設定 */
div#contents.kitte_firstanniv .firstanniv-special__title.lined-title::before, div#contents.kitte_firstanniv .firstanniv-special__title.lined-title::after {
    width: calc((100% - 7.5em) / 2);
}

/* 画像 */
div#contents.kitte_firstanniv .firstanniv-special__img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 50px;
}
div#contents.kitte_firstanniv .firstanniv-special__img img {
    width: calc((100% - 20px) / 3);
}

/* 説明文 */
div#contents.kitte_firstanniv .firstanniv-special__text {
    margin-top: 20px;
}

/* ボタンリンク */
div#contents.kitte_firstanniv .firstanniv-special__button {
    display: inline-block;
    color: var(--color-firstanniv-main);
    background-color: var(--color-firstanniv-sub2);
    border: 1px solid var(--color-firstanniv-text);
    border-radius: 15px;
    padding: 18px 55px;
    margin-top: 20px;
    position: relative;
}
div#contents.kitte_firstanniv .firstanniv-special__button::before {
    font-family: var(--fontfamily-icon);
    content: "\e5c5";
    font-size: 30px;
    color: var(--color-firstanniv-main);
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
}

/* 7/18までの暫定テキスト */
div#contents.kitte_firstanniv .firstanniv-special__temporary {
    background-color: var(--color-firstanniv-sub2);
    font-size: 28px;
    margin-top: 40px;
    color: var(--color-firstanniv-main);
    line-height: normal;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 40px;
}


/*-----------------------------------
にっぽん横断グルメ
-----------------------------------*/
div#contents.kitte_firstanniv .firstanniv-gourmet {
    background-image: url(bg_gourmet.png);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
    padding: 0 50px 210px 50px;
    margin-top: 60px;

    margin-bottom: -140px;
}


/* タイトル　装飾の幅設定 */
/* div#contents.kitte_firstanniv .firstanniv-gourmet-title.lined-title::before, div#contents.kitte_firstanniv .firstanniv-gourmet-title.lined-title::after {
    width: calc((100% - 11em) / 2);
} */

/* タイトル */
div#contents.kitte_firstanniv .firstanniv-gourmet-title {
    padding: 0;
    margin-bottom: -19%;
    position: relative;
    color: #fff;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-title__description {
    display: block;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 100%;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-title__description-text {
    display: block;
    font-size:clamp(10px, 1vw, 14px);
    line-height: 2;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-title__description-period {
    display: block;
    font-size:clamp(16px, 1.5vw, 20px);
    margin-top: 1.6%;
}

/* 説明文 */
div#contents.kitte_firstanniv .firstanniv-gourmet__text {
    margin-top: 20px;
}

/* 商品リスト */
div#contents.kitte_firstanniv .firstanniv-gourmet__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
    margin-top: 50px;
    position: relative;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item  {
    width: calc((100% - 10px) / 2);
    background-color: #fff;
    border: 1px solid var(--color-firstanniv-text);
    border-radius: 10px;
    box-sizing: border-box;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item a {
    display: block;
    padding: 10px;
}

div#contents.kitte_firstanniv .firstanniv-gourmet-item__links a:first-of-type {
    padding-bottom: 0;
}

/* 商品リスト　ロゴ */
/* div#contents.kitte_firstanniv .firstanniv-gourmet-item__logo {
    display: flex;
    gap: 50px;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item__logo-img {
    flex: 1;
    position: relative;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item__logo-img img {
    min-width: 0;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item__logo-img::before {
    content: "";
    position: absolute;
    background-color: var(--color-firstanniv-sub2);
    width: 20px;
    height: 3px;
    top: 50%;
    right: -35px;
    transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item__logo-img::after {
    content: "";
    position: absolute;
    background-color: var(--color-firstanniv-sub2);
    width: 20px;
    height: 3px;
    top: 50%;
    right: -35px;
    transform: translateY(-50%) rotate(-45deg);
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item__logo-img:last-of-type:before, div#contents.kitte_firstanniv .firstanniv-gourmet-item__logo-img:last-of-type::after {
    display: none;
} */

/* 商品リスト　商品画像 */
div#contents.kitte_firstanniv .firstanniv-gourmet-item__img {
    margin-top: 5px;
    width: 100%;
    min-height: 196px;
}

/* 商品リスト　商品名 */
div#contents.kitte_firstanniv .firstanniv-gourmet-item__text {
    text-align: left;
    /* margin-top: 5px; */
    padding: 3px 0;
    padding-right: 30px;
    position: relative;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item__text::before {
    content: "";
    position: absolute;
    top: 0.1em;
    right: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 25px;
    height: 25px;
    background-image: url(icon-lessbtn.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

div#contents.kitte_firstanniv .firstanniv-gourmet-item__text:not(.expand) {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item__text:not(.expand)::before {
    background-image: url(icon-morebtn.png);
}
div#contents.kitte_firstanniv .firstanniv-gourmet-item__text.noicon::before {
    display: none;
}

/* div#contents.kitte_firstanniv .firstanniv-gourmet-item__text .remark {
    padding-top: 10px;
} */

/* 商品リスト　値段 */
div#contents.kitte_firstanniv .firstanniv-gourmet-shopinfo {
    text-align: right;
    font-weight: normal;
    border-top: 1px dotted #b3b3b3;
    padding: 10px 0;
    line-height: 1;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-shopinfo a {
    display: inline-block;
    text-decoration: underline;
}
div#contents.kitte_firstanniv .firstanniv-gourmet-shopinfo a:hover {
    text-decoration: none;
}


/*-----------------------------------
うちわでおトクキャンペーン
-----------------------------------*/
div#contents.kitte_firstanniv .barchica03 {
    background-image: url(bg-barchica03.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 130%;
    position: relative;
    z-index: -1;
    padding-bottom: 90px;
}

/* 提灯装飾 */
div#contents.kitte_firstanniv .barchica03::before, div#contents.kitte_firstanniv .barchica03::after {
    content: "";
    position: absolute;
    top: 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    max-width: 180px;
    max-height: 180px;
    width: 25%;
    height: 25%;
}
div#contents.kitte_firstanniv .barchica03::before {
    background-image: url(bg-barchica03-left.png);
    left: 0;
}
div#contents.kitte_firstanniv .barchica03::after {
    background-image: url(bg-barchica03-right.png);
    right: 0;
}


div#contents.kitte_firstanniv .uchiwa-campaign {
    
    padding-top: 50px;
}

div#contents.kitte_firstanniv .uchiwa-campaign__logo {
    width: 60%;
    margin: 0 auto;
}

div#contents.kitte_firstanniv .outline-title.uchiwa-campaign__title {
    color: #002d4d;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    margin-top: 25px;
}

div#contents.kitte_firstanniv .uchiwa-campaign__period {
    display: flex;
    justify-content: center;
    align-items: center;

    color: #fff;
    font-size: 36px;
    line-height: 1.2;
    padding-top: 20px;
}

div#contents.kitte_firstanniv .uchiwa-campaign__period--day {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
}
div#contents.kitte_firstanniv .uchiwa-campaign__period--day:nth-of-type(2) {
    padding-left: 30px;
}
div#contents.kitte_firstanniv .uchiwa-campaign__period--day:nth-of-type(2)::before {
    font-family: var(--fontfamily-icon);
    content: "\e5c5";
    font-size: 30px;
    color: var(--color-firstanniv-main);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
}

div#contents.kitte_firstanniv .uchiwa-campaign__period--day .youbi {
    font-size: 14px;
    color: #002d4d;
    background-color: #fff;
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    margin-bottom: 5px;
    padding: 1px;
}

div#contents.kitte_firstanniv .uchiwa-campaign__text {
    color: #fff;
    margin-top: 30px;
}

div#contents.kitte_firstanniv .uchiwa-campaign__uchiwa {
    /* width: 60%; */
    max-height: 300px;
    margin: 40px auto 0;
}


div#contents.kitte_firstanniv .uchiwa-campaign__remark {
    display: block;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}

div#contents.kitte_firstanniv .uchiwa-campaign__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-firstanniv-sub2);
    color: var(--color-firstanniv-main);
    font-weight: bold;
    border-radius: 30px;
    border: 1.5px solid var(--color-firstanniv-text);
    width: 50%;
    max-width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
    font-size: 20px;
    padding: 15px;
    margin-top: 10px;
}

div#contents.kitte_firstanniv .uchiwa-campaign__temporary {
    background-color: var(--color-firstanniv-sub2);
    font-size: 28px;
    margin: 40px 40px 0;
    color: var(--color-firstanniv-main);
    line-height: normal;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 40px;
}

/*-----------------------------------
記念イベント＆キャンペーン
-----------------------------------*/
div#contents.kitte_firstanniv .annive-event {
    opacity: 1;
    transform: translateY(0px);
}

div#contents.kitte_firstanniv .annive-event__title {
    /* padding: 100px 50px 0; */
    background-image: url(bg-white-circle.png);
    background-position: top;
    background-size: 100% 101%;
    background-repeat: no-repeat;
    padding: 38px 40px 0;
    margin-bottom: -1px;
}

div#contents.kitte_firstanniv .annive-event__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 45px 60px;
    background-color: #fff;
}

div#contents.kitte_firstanniv .annive-event-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div#contents.kitte_firstanniv .annive-event-item__period {
    background-color: var(--color-firstanniv-sub1);
    color: #fff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    border-radius: 30px;
    padding: 15px;
    box-sizing: border-box;
    font-weight: bold;
}

div#contents.kitte_firstanniv .annive-event-item__period--day {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 5px;
}
div#contents.kitte_firstanniv .annive-event-item__period--day:nth-of-type(2) {
    padding-left: 30px;
}
div#contents.kitte_firstanniv .annive-event-item__period--day:nth-of-type(2)::before {
    font-family: var(--fontfamily-icon);
    content: "\e5c5";
    font-size: 30px;
    color: var(--color-firstanniv-main);
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) rotate(-90deg);
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
}


div#contents.kitte_firstanniv .annive-event-item__period--day .youbi {
    font-size: 12px;
    color: var(--color-firstanniv-sub1);
    background-color: #fff;
    border-radius: 50%;
    line-height: 20px;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1;
    padding: 1px;
}

div#contents.kitte_firstanniv .annive-event-item__title {
    font-size: 24px;
    font-weight: bold;
    color: var(--color-firstanniv-sub1);
    margin-top: 20px;
    line-height: 1.2;
}

div#contents.kitte_firstanniv .annive-event-description {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

div#contents.kitte_firstanniv .annive-event-description__img {
    width: 50%;
    margin: 0;
}
div#contents.kitte_firstanniv .annive-event-description__text {
    width: 50%;
    margin: 0;
    text-align: left;
}
div#contents.kitte_firstanniv .annive-event-description__text .small-t {
    border-top: 1px dashed #b3b3b3;
    /* font-size: 12px; */
    padding-top: 10px;
    margin-top: 10px;
}

div#contents.kitte_firstanniv .annive-event-item .annive-event-description__img {
    font-size: 12px;
}


/* 7.31 ノベルティプレゼント */
div#contents.kitte_firstanniv .annive-event-item.annive-event-item01 .annive-event-description__img {
    color: var(--color-firstanniv-sub2);
}

/* 1周年記念「にっぽんにぎわい祭～全国の舞が大集合～」 */
div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description {
    flex-direction: column;
    border-top: 1px dashed #b3b3b3;
    padding-top: 10px;
    margin-top: 10px;
    gap: 10px;
}
div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-item__text {
    margin-top: 20px;
}
div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__image-container {
    display: block;
}
div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__image-container img {
    width: 60%;
    max-width: 300px;
}
div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__schedule {
    /* font-size: 12px; */
}
/* div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__img {
    width: calc((100% - 10px) / 2);
    min-height: 250px;
}
div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__img img {
    width: 100%;
} */

/* 日本の“懐”（なつ）を感じる「きって縁日」 */
div#contents.kitte_firstanniv .annive-event-item.annive-event-item03 .annive-event-description__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
div#contents.kitte_firstanniv .annive-event-item.annive-event-item03 .annive-event-description__img img {
    width: calc((100% - 10px) / 2);
}

/* @JP Cafe */
div#contents.kitte_firstanniv .annive-event-item.annive-event-item04 .annive-event-description__img {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#contents.kitte_firstanniv .annive-event-item.annive-event-item04 .annive-event-description__img img {
    width: 80%;
}



/*-----------------------------------
注意書き
-----------------------------------*/
div#contents.kitte_firstanniv .annive-caution {
    background-color: #fff;
    padding: 20px 30px;
    font-size: 12px;
    text-align: left;
}




/*----------------------------------------------------------------------
SP表示

----------------------------------------------------------------------*/


/*-----------------------------------
全体
-----------------------------------*/




/*-----------------------------------
左右装飾
-----------------------------------*/


/*左右装飾　非表示*/
#kitte-osaka.sp div#contents.kitte_firstanniv .con-l, #kitte-osaka.sp div#contents.kitte_firstanniv .con-r {
    display: none;
}

/*メイン*/
#kitte-osaka.sp div#contents.kitte_firstanniv section.con-main {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 10px;
}

/*-----------------------------------
見出し
-----------------------------------*/

/* 枠付き見出し

ＫＩＴＴＥ大阪1周年祭公式アンバサダー就任！
1周年記念商品
1周年祭「にっぽん横断グルメ」
記念イベント＆キャンペーン
---------------*/
#kitte-osaka.sp div#contents.kitte_firstanniv .outline-title {
    font-size: 24px;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .outline-title__small {
    font-size: 20px;
}


/*-----------------------------------
メインタイトル
-----------------------------------*/
#kitte-osaka.sp div#contents.kitte_firstanniv .header__title {
    padding: 0;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .header__description {
    margin-top: 20px;
    width: 80%;
    position: static;
}


/*-----------------------------------
ナビゲーションリンク
-----------------------------------*/
#kitte-osaka.sp div#contents.kitte_firstanniv .nav-link__list {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    flex-wrap: wrap;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .nav-link__item {
    width: calc((100% - 10px) / 2);
    font-size: 14px;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .nav-link__item--isactive {
    padding: 5px 0;
    font-size: 14px;
}


/*-----------------------------------
公式アンバサダー
-----------------------------------*/
#kitte-osaka.sp div#contents.kitte_firstanniv .ambassador {
    margin: 40px 20px 0;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .ambassador-list__item {
    width: calc((100% - 20px) / 3);
}


/*-----------------------------------
1周年記念商品
-----------------------------------*/

#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-special {
    margin: 50px 20px 0;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .lined-title {
    width: calc(100% + 40px);
    margin: 0 -20px;
}

/* 7/18までの暫定テキスト */
#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-special__temporary {
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 20px;
}


/*-----------------------------------
にっぽん横断グルメ
-----------------------------------*/
#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-gourmet {
    padding: 0 0 120px;
}

/* タイトル */
#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-gourmet-title {
    margin-bottom: -70px;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-gourmet-title__description {

}
#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-gourmet-title__description-text {
    display: block;
    font-size:clamp(10px, 1vw, 12px);
    line-height: 1.6em;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-gourmet-title__description-period {
    display: block;
    font-size:clamp(14px, 1.5vw, 18px);
    margin-top: 1%;
}


/* 商品リスト */
#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-gourmet__list {
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .firstanniv-gourmet-item  {
    width: 100%;
}


/*-----------------------------------
うちわでおトクキャンペーン
-----------------------------------*/
#kitte-osaka.sp div#contents.kitte_firstanniv .barchica03 {
    /* background-size: 100% 120%; */
}
#kitte-osaka.sp div#contents.kitte_firstanniv .barchica03::before, #kitte-osaka.sp div#contents.kitte_firstanniv .barchica03::after {
    max-width: 100px;
    max-height: 100px;
    width: 25%;
    height: 25%;
}

#kitte-osaka.sp div#contents.kitte_firstanniv .uchiwa-campaign__title {
    margin-top: 10px;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .uchiwa-campaign__period {
    padding-top: 5px;
    font-size: 24px;
}

#kitte-osaka.sp div#contents.kitte_firstanniv .uchiwa-campaign__uchiwa {
    width: 90%;
    max-width: 450px;
}

#kitte-osaka.sp div#contents.kitte_firstanniv .uchiwa-campaign__btn {
    width: 100%;
}

#kitte-osaka.sp div#contents.kitte_firstanniv .uchiwa-campaign__temporary {
    font-size: 20px;
    margin-top: 20px;
    padding: 10px 20px;
    max-width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
    margin-top: 10px;
    margin: 10px 0 0;
}



/*-----------------------------------
記念イベント＆キャンペーン
-----------------------------------*/
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event {
    padding-top: 62px;
    margin-top: -56px;
}

#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event__title {
    background-size: 120% 101%;
}

#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event__list {
    padding: 20px 20px 30px;
}


#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-description {
    flex-direction: column;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-description__img {
    width: 100%;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-description__text {
    width: 100%;
}


/* 1周年記念「にっぽんにぎわい祭～全国の舞が大集合～」 */
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-item__period {
    order: 1;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-item__title {
    order: 2;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-item__text {
    order: 3;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description {
    order: 4;
}


#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description {
    flex-direction: column;
    gap: 10px;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__image-container {
    flex-direction: column;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__image-container img {
    width: 90%;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__img{
    width: 100%;
}
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-event-item.annive-event-item02 .annive-event-description__img img {
    width: 100%;
}

/*-----------------------------------
注意書き
-----------------------------------*/
#kitte-osaka.sp div#contents.kitte_firstanniv .annive-caution {
    padding: 10px 15px;
    font-size: 10px;
}