@charset "UTF-8";

/*==============================================
 共通 ここから
================================================*/
.back {
    position: relative;
    z-index: 1;
    background-color: #ffffec;
}

:root {
    --font-color-zabu: #111111;
}

/* パンくず削除 */
#pankuzu {
    display: none;
}

main,
main#wrapper {
    padding: 0;
    max-width: none !important;
}

#i-tokuichi img {
    width: 100%;
}

#i-tokuichi a {
    display: block;
}

/* フッター調整 */
footer {
    position: relative;
    z-index: 5;
}

footer,
footer .bottom {
    margin-top: 0 !important;
    max-width: 100%;
    margin: 0 auto;
    background-color: #f5f5f5;
    position: relative;
    z-index: 10;

}

article#contents {
    padding-bottom: 0 !important;
}

#i-tokuichi a:hover {
    opacity: .7;
}



#i-tokuichi span.text-border {
    position: relative;
    line-height: 1;
}

#i-tokuichi span.text-border::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #222;
}

#i-tokuichi svg {
    width: 100%;
    height: auto;
    display: block;
}

/*==============================================
共通 ここまで
================================================*/

/*==============================================
詳細はこちら ここから
================================================*/
#i-tokuichi #shosai {
    width: 100%;
    background-color: #f91c1c;
    position: relative;
}

#i-tokuichi #shosai .col_1-btn {
    padding: 4% 5% 2%;
    text-align: center;
}

#i-tokuichi #shosai .col_1-btn .main-btn {
    /* background-color: #f91c1c; */
    border-radius: 10px;
    border: 0px;
    box-shadow: 8px 8px 10px 0px rgb(185 0 0);
}

#i-tokuichi #shosai .col_1-btn .main-btn button {
    position: relative;
    width: 100%;
    padding: 3%;
    margin: 0 auto;
    font-size: 22px;
    color: #222;
    font-weight: bold;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

#i-tokuichi #shosai .col_1-btn .main-btn button.is-open {
    border-radius: 5px 5px 0 0;
}

#i-tokuichi #shosai .col_1-btn .main-btn .text-area {
    display: none;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

#i-tokuichi #shosai .col_1-btn .main-btn .text-area .main-text {
    padding: 3%;
    color: #222;
}

#i-tokuichi #shosai .col_1-btn .main-btn .text-area h4 {
    font-size: 1.3em;
    border-bottom: 1px solid;
    padding-bottom: .2em;
    margin-bottom: .2em;
    color: #352726;
    text-align: left;
}

#i-tokuichi #shosai .col_1-btn .main-btn .text-area p {
    font-size: 1em;
    text-align: left;
    margin-bottom: 1em;
    line-height: 1.7em;
}

#i-tokuichi #shosai .col_1-btn .main-btn button::before,
#i-tokuichi #shosai .col_1-btn .main-btn button::after {
    position: absolute;
    top: 50%;
    right: 5%;
    display: inline-block;
    content: "";
    width: 20px;
    height: 4px;
    background-color: #222;
}

#i-tokuichi #shosai .col_1-btn .main-btn button::after {
    transform: rotate(90deg);
    transition: transform 0.5s;
}

#i-tokuichi #shosai .col_1-btn .main-btn button.is-open::after {
    transform: rotate(0deg);
}

#i-tokuichi #shosai .col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

/*==============================================
詳細はこちら ここまで
================================================*/

/*==============================================
#i-tokuichi 共通 ここから
================================================*/
/* フォン�? */
#i-tokuichi {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 500;
    font-style: normal;
}

#i-tokuichi p {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
}

#i-tokuichi h1 {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 600;
    font-style: normal;
}

#i-tokuichi h2 {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 600;
    font-style: normal;
}

#i-tokuichi h2 span {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 900;
    font-style: normal;
}

#i-tokuichi h3 {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #00aec1;
}

#i-tokuichi h3 span {
    font-family: "Lato";
    font-weight: 700;
    font-style: normal;
    font-size: 1.1em;
    color: #00aec1;
    padding-right: 1%;
}

#i-tokuichi h5 {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
    font-style: normal;
    font-size: 1.1rem;
}

#i-tokuichi span {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    font-weight: 700;
    font-style: normal;
}

/* 背景 */
#i-tokuichi {
    width: 100%;
    margin: 0 auto;
    max-width: 650px;
    box-shadow: 0px 0px 7px 3px #e2e0cb;
    position: relative;
    z-index: -3;
    background-color: #fff;
}

#i-tokuichi #sale_item {
    background-color: #f91c1c;
}

#i-tokuichi .contents {
    position: relative;
}

/* セクション共通 */
#i-tokuichi .section {
    position: relative;
}

#i-tokuichi .section .flag-svg {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1;
}

/* 見出し　*/
#i-tokuichi .section-title {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 2em 0 1em;
    position: relative;
    z-index: 1;
}

#i-tokuichi .section-title .svg {
    width: 11%;
    margin: 0 auto;
}

#i-tokuichi .section-title__h2 {
    font-size: 28px;
    color: #222;
    display: inline-block;
}

#i-tokuichi .section-title__h2.white {
    color: #FFF;
    font-weight: 700;
}

#i-tokuichi .section-title__sub.white {
    color: #FFF;
}

#i-tokuichi .section-title__h2 {
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}


#i-tokuichi .section-title__h2.black {
    color: #222222;
    font-weight: 700;
    line-height: 1.2;
}

#i-tokuichi .section-title__sub.black {
    color: #222222;
}

/* 黒リンクボタン */
#i-tokuichi .link-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

#i-tokuichi #category section:last-child .link-btn {
    background-color: #ffffe9;
}

#i-tokuichi #category section:last-child .link-btn a {
    margin: 0 0 1.5rem;
}

#i-tokuichi .link-btn .btn,
#i-tokuichi .link-btn .btn_col_3 li,
#i-tokuichi .link-btn2 .btn_col_3 li,
#i-tokuichi .link-btn .btn_col_2 li,
#i-tokuichi .link-btn2 .btn_col_2 li {
    position: relative;
    display: inline-block;
    background-color: #222;
    color: #FFF;
    box-sizing: border-box;
    border: 2px solid #222;
    padding: .8em 1em;
    width: 85%;
    max-width: 700px;
    text-align: center;
    border-radius: 5px;
    transition: .3s;
}

#i-tokuichi .link-btn .btn::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

/* hover */
#i-tokuichi .link-btn .btn:hover {
    opacity: 1;
    color: #222 !important;
    background-color: #FFF;
    border: 2px solid #222;
}

#i-tokuichi .link-btn .btn:hover::after {
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}


#i-tokuichi .link-btn .btn_col_3,
#i-tokuichi .link-btn2 .btn_col_3,
#i-tokuichi .link-btn .btn_col_2,
#i-tokuichi .link-btn2 .btn_col_2 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto .3rem;
    justify-content: space-between;
    row-gap: .3rem;
    width: 90%;
}

#i-tokuichi .link-btn .btn_col_3 li,
#i-tokuichi .link-btn2 .btn_col_3 li {
    width: 32%;
}

#i-tokuichi .link-btn .btn_col_2 li,
#i-tokuichi .link-btn2 .btn_col_2 li {
    width: 49%;
}


/*==============================================
#i-tokuichi 共通 ここまで
================================================*/


/*==============================================
 看板 ここから
================================================*/
#i-tokuichi .kanban {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    background-color: #f22a2a;
    color: #fff;
    text-align: center;
}

/*==============================================
 看板 ここまで
================================================*/


/*==============================================
その他エリアここから
================================================*/
#i-tokuichi #item {
    width: 100%;
    background-color: #fff;
    position: relative;
}

/*==============================================
その他エリアここから
================================================*/


/*==============================================
その他エリアここから
================================================*/
#i-tokuichi #other {
    width: 100%;
    position: relative;
    padding: 0 0 1%;
}

#i-tokuichi #other .col_1 {
    padding: 1% 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
}

#i-tokuichi #other .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
}

/* #i-tokuichi #other .col_2 li {
    padding-bottom: 5%;
} */
#i-tokuichi #other .col_3 {
    padding: 1% 3% 5%;
    list-style: none;
    display: flex;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

#i-tokuichi #other .col_3 li {
    background: #fff;
    margin: 0 10px 12px 0;
    padding: 1.5% 3%;
    border-radius: 50px;
}

#i-tokuichi #other .col_1 li a img,
#i-tokuichi #other .col_2 li a img {
    border-radius: 10px;
}

/*==============================================
その他エリアここまで
================================================*/


/*==============================================
ナビゲーション ここから
================================================*/
#i-tokuichi #nav {
    position: fixed;
    z-index: 10;
    bottom: 0%;
    right: 0%;
    height: 100vh;
}

#i-tokuichi #nav.panelactive {
    width: 100%;
}

#i-tokuichi #nav .gray-back {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #5656566b;
}

#i-tokuichi #nav .gray-back.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#i-tokuichi #nav .g-nav {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: calc((100vw - 768px) / 2);
    height: calc(100vh - 141px);
    display: flex;
    align-items: center;
    transition: .55s;
    border-radius: 0 0 5px 5px;
    z-index: 5;
}

#i-tokuichi #nav .nav-title {
    position: relative;
    width: 100%;
}

#i-tokuichi #nav .g-nav-list .title {
    width: 80%;
    max-width: 240px;
    margin: 0 auto 2%;
}

#i-tokuichi #nav .g-nav-list .g-nav-link {
    color: #FFF;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

#i-tokuichi #nav .g-nav-list .g-nav-link a {
    padding: 1em 0;
    color: #111111;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dashed #b7a89c;
}

#i-tokuichi #nav .g-nav-list .g-nav-link a::after {
    transform: translateY(0.05em) rotate(-45deg);
    margin-left: 2%;
    width: 5px;
    height: 5px;
    border-bottom: 3px solid #111111;
    border-right: 3px solid #111111;
    content: '';
}

#i-tokuichi #nav .g-nav-list .nav-img {
    position: absolute;
    bottom: .1px;
    right: .1px;
    width: 32%;
    animation: hyoko 1s .4s both ease-in-out;
    display: block;
}


#i-tokuichi #nav .g-nav.panelactive {
    top: 0;
    transform: translateY(0%);
}

/*ナビゲーションの縦スクロール*/
#i-tokuichi #nav .g-nav .g-nav-list {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

/*==============================================
ナビゲーション ここまで
================================================*/






/*==============================================
上部リンク先たち ここから
================================================*/
#i-tokuichi .top_button {
    margin: 0 0 2rem;
}


#i-tokuichi .top_button .m10 {
    margin: 0 .5rem;
}

#category .top_button ul li a {
    line-height: 1.2;
    width: 100%;
}

#i-tokuichi .top_button .col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    margin: .5rem;
}

#i-tokuichi .top_button .col_2 li {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}

#i-tokuichi .top_button .col_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
}

#i-tokuichi .top_button .coupon_col_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    padding: 0 0 1rem;
}

#i-tokuichi .top_button .coupon_col_2 li {
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fffdcd;
    background-image: linear-gradient(43deg, #fffdcd 0%, #ffffff 46%, #fffdcd 100%);
    color: #ff0506;
    border-radius: 5px;
    padding: .5rem;
}

#i-tokuichi .top_button .coupon_col_2 .gentei {
    background-color: #ff0506;
    padding: 0 1rem;
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    width: 58%;
    margin: auto;
}

#i-tokuichi .top_button .coupon_col_2 .coupon {
    font-size: 1.5rem;
    font-weight: 700;
    border-bottom: 1px solid;
}

#i-tokuichi .top_button .coupon_col_2 .coupon_area {
    line-height: .4;
    margin: .7rem 0 0;
}

#i-tokuichi .c_bg {
    width: 100%;
    background-color: #ffffff;
    opacity: 1;
    background-image: linear-gradient(135deg, #fffac6 25%, transparent 25%), linear-gradient(225deg, #fffac6 25%, transparent 25%), linear-gradient(45deg, #fffac6 25%, transparent 25%), linear-gradient(315deg, #fffac6 25%, #ffffff 25%);
    background-position: 10px 0, 10px 0, 0 0, 0 0;
    background-size: 20px 20px;
    background-repeat: repeat;
    padding: 0 0 .5rem;
}

#i-tokuichi .c_bg .section-title {
    padding: 1em 0 .5em;
}

#i-tokuichi .mekkucho .section-title {
    padding: .8rem 0 .5rem;
}

#i-tokuichi .mekkucho {
    text-align: center;
    font-size: 1rem;
    margin: 0 1rem;
}

#i-tokuichi .mekkucho img {
    border-radius: 10px;
}

/*==============================================
 上部リンク先たち ここまで
================================================*/


/*==============================================
日替わり ここから
================================================*/
#category {
    margin: auto;
}

#i-tokuichi .text_box {
    height: 10rem;
    display: grid;
}

#i-tokuichi>ul {
    width: 100%;
    margin: auto;
    display: grid;
    gap: 15px;
}

#i-tokuichi img {
    width: 100%;
}

#i-tokuichi ul.col_1 {
    margin: auto;
    text-align: center;
    padding-bottom: 1rem;
    width: 95%;
    gap: 1rem;
    display: grid;
}

#i-tokuichi ul.col_2 {
    margin: auto;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 1rem;
    text-align: center;
    padding-bottom: 1rem;
    width: 95%;
}

#category ul .item_box a {
    display: grid;
    align-items: center;
    padding: 5px;
}

#category .item_box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 8px 8px 10px 0px rgb(0 0 0 / 12%);
}

#i-tokuichi>ul.col_1 .item_box a {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 10px 0 10px 10px;
}

#i-tokuichi .text_box .item_name {
    font-size: 1rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 21px;
    color: #222222;
    height: 38px;
    margin: .2rem 0 0;
}

#i-tokuichi .text_box .item_sale {
    font-size: 1rem;
    text-align: center;
    margin: 0 auto;
    text-align: center;
    padding: 3px 0;
    background-color: #feffdf;
    margin: 2% 0 0;
}

#i-tokuichi .text_box .item_nprice {
    text-align: center;
    font-size: 1rem;
    color: #7e7e7e;
}

#i-tokuichi .text_box .item_nprice span {
    padding-left: .2rem;
    text-decoration: line-through;
    font-size: 1.2rem;
}

#i-tokuichi .text_box .item_cprice {
    text-align: center;
    font-size: 1.2rem;
    color: #ea0012 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

#i-tokuichi .text_box .item_cprice .price {
    font-size: 2.3rem;
    color: #ea0012 !important;
    line-height: 1;
    font-family: Lato;
    font-weight: 700;
    padding-left: .5rem;
}

#i-tokuichi .text_box .item_price .spesicalprice,
#i-tokuichi .text_box .buy_price>ul .intax {
    display: none;
}

#i-tokuichi .text_box .item_btn {
    background-color: #222222;
    color: #ffffff;
    width: 85%;
    margin: .5rem auto 0;
    text-align: center;
    border-radius: 50px;
    padding: .3rem 0;
    position: relative;
    height: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

#i-tokuichi .text_box .item_btn::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 3px;
    right: 11%;
    transition: .3s;
}

#category .btn a::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 48%;
    width: 10px;
    height: 10px;
    border-top: solid 3px #222;
    border-right: solid 3px #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 3px;
    right: 5%;
    transition: .3s;
}

#category .text_box .item_btn:hover::after {
    right: 9%;
    transition: .3s;
}

#category>ul li {
    border-radius: 10px;
}

#category>ul li a {
    font-size: 1rem;
    color: #222222;
    ;
}

#category>ul li a span {
    font-weight: 900;
    font-size: 1.2rem;
}

#category>ul .item_box a {
    display: grid;
    align-items: center;
    padding: 14px;
}


#category .btn {
    position: relative;
    background-color: #fff;
    width: 60%;
    margin: .5rem auto;
    text-align: center;
    padding: .5rem;
    border-radius: 50px;
    color: #222;
    border: solid 1px;
}

#category .btn a {
    font-size: 1.2rem;
}

#category #countdownArea.countdown {
    text-align: center;
    font-size: 1.5rem;
}

#category .sub_text {
    text-align: center;
    font-size: 1.2rem;
    background-color: #25211e;
    padding: .3rem;
    color: #ffffff;
}

#category .sub_text2 {
    text-align: center;
    color: #ffffff;
    font-size: 1.3rem;
}

/* ボタン2カラム */
#category .btn_2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
    padding: 0;
}

#category .btn_2col li {
    background-color: #fff;
    padding: 0 .5rem;
    border-radius: 5px;
    border: 1px solid;
    position: relative;
    transition: .3s;
}

#category .btn_2col li a {
    display: grid;
    grid-template-columns: 1fr 3fr;
    align-items: center;
}

#category .btn_2col li a p {
    font-size: 1.2rem;
}

#category .btn_2col li::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: -3px 0 0 3px;
    right: 5%;
    transition: .3s;
}

/* カテゴリボタン */
#category .ct_btn {
    padding: 1.2rem 0 .8rem;
}

#category ul li .ct_btn a {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: #fff;
    position: relative;
    border-radius: 8px;
    margin: 0 1rem;
    background: #222222;
}

#category ul li .ct_btn a:hover {
    color: #fff !important;
}

#category .item_box .day_area {
    font-size: 1.3rem;
}

/*==============================================
日替わり ここまで
================================================*/
/*==============================================
カテゴリバナー ここから
================================================*/

.swiper-wrapper~.swiper-pagination-bullets {
    text-align: center;
}

.swiper-container {
    margin: 0 .5rem .5rem;
}

.swiper-container img {
    border-radius: 5px;
}

.swiper-button-prev {
    left: 9px;
    top: 44%;
    background-color: #fff;
    border-radius: 79px;
    height: 35px;
    opacity: .6;
    width: 35px;
}

.swiper-button-next {
    right: 9px;
    left: auto;
    top: 44%;
    background-color: #fff;
    border-radius: 79px;
    height: 35px;
    opacity: .7;
    width: 35px;
}

/*==============================================
カテゴリバナーここまで
================================================*/
#takara .flex_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    width: 54%;
    margin: .5rem auto;
}

#takara .modal-btn {
    width: 100%;
    text-align: center;
}

#takara .modal-btn:hover {
    opacity: .7;
}

#takara .modal-btn:hover::after {
    color: #fff;
}

/* モーダル */
#takara .modal {
    display: none;
    position: fixed;
    top: 5%;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 100;
    overscroll-behavior: contain;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    touch-action: none;
}

#takara .modal::before,
#takara .modal::after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100vh + 1px);
    display: flex;
}

#takara .modal::-webkit-scrollbar {
    display: none;
}

/* モーダル背景 */
#takara .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    z-index: 101;
}

/* モーダル本�? */
#takara .modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    margin: auto;
    padding: 0;
    max-width: 900px;
    width: 100%;
    max-height: 34%;
    background-color: #fff;
    z-index: 102;
    border-radius: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    align-items: center;
    will-change: transform;
}



#takara .modal_title {
    align-items: center;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex: 0 0 auto;
    height: 70px;
    justify-content: center;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 104;
}

#takara .modal-closebtn {
    -webkit-appearance: none;
    appearance: none;
    background: #0000;
    border: none;
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    position: fixed;
    right: 2%;
    top: 2.5%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 202;
}

#takara .modal-closebtn::after {
    font-family: "Material Icons";
    font-size: 40px;
    content: "cancel";
    position: absolute;
}

#takara .modal-closebtn2_bg {
    width: 100%;
    background-color: #f7f7f7;
    padding: 2% 0;
    text-align: center;
}

#takara .modal-closebtn2 {
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 1% 5%;
    border: 1px solid #d1d1d1;
}

#takara .modal-closebtn2::before {
    font-family: "Material Icons";
    content: "close";
    line-height: 1;
}

#takara .lineup_box p.title {
    font-size: 1.5rem;
}

#takara .lineup_box p.c_name {
    font-size: 2rem;
}

#takara .lineup_box {
    text-align: center;
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin: 0 auto;
    padding: 2% 3%;
    background-color: #f9f4e8;
    gap: 2rem;
    align-items: center;
}