@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

.back {
    background-color: #faf1e0;
    background-attachment: fixed;
    z-index: 1;
}

article#contents {
    padding-bottom: 0;
}

/* パンくず削除 */
#pankuzu {
    display: none;
}

main,
main#wrapper {
    padding: 0;
    max-width: none !important;
}

#hotplate-buy-guide img {
    width: 100%;
    height: auto;
}

#hotplate-buy-guide a {
    display: block;
}

#hotplate-buy-guide h2,
#hotplate-buy-guide p,
#hotplate-buy-guide a,
#hotplate-buy-guide h3,
#hotplate-buy-guide h4 {
    font-family: "Zen Kaku Gothic New", 'Noto Sans JP', 'Yu Gothic black', sans-serif, 'メイリオ';
    color: #383b3e;
}

/* ヘッダー画像削除 */
.header-info-red a {
    display: none;
}

/* フッター調整 */
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;
}

/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/

#hotplate-buy-guide {
    max-width: 750px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0 10px 25px 0 rgb(221 204 172);
    box-sizing: border-box;
}

#hotplate-buy-guide .inner {
    background-color: #fff;
    position: relative;
    z-index: 1;
}

/*==============================================
 看板
================================================*/
#hotplate-buy-guide .kanban {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 100%;
}

/*==============================================
 見出し
================================================*/

#hotplate-buy-guide h2,#hotplate-buy-guide h3 {
    text-align: center;
}
#hotplate-buy-guide .heading_1 {
    margin: 2rem 0 0;
}
#hotplate-buy-guide .heading_1 h2 {
    font-size: 2rem;
    margin: .2rem 0 1rem;
}
#hotplate-buy-guide .heading_1 .heading_icon {
    width: 11%;
    margin: 1rem auto 0;
}
#hotplate-buy-guide .heading_2 {
    text-align: center;
    margin:0 auto 1rem;
}
#hotplate-buy-guide .heading_2 h3 {
    display: inline-block;
    margin: auto;
    text-align: center;
    background-color: #ab5139;
    color: #fff;
    padding: 0.5rem 3rem;
    border-radius: 50px
}


/*==============================================
 セクション　campaign
================================================*/
#hotplate-buy-guide div.campaign {
    background-color: #f45e5f;
    text-align: center;
    padding: 1rem 0 0;
}
#hotplate-buy-guide div.campaign h2 {
    color: #fff;
}
#hotplate-buy-guide div.campaign .bn_col_1 {
    margin: auto;
}
#hotplate-buy-guide div.campaign p.period {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 auto .5rem;
    width: 80%;
}
#hotplate-buy-guide div.campaign p.detail {
    color: #fff;
    margin: 0 0 1rem 0;
}
#hotplate-buy-guide div.campaign p .sp_bg {
    background-color: #fff;
    color: #f45e5f;
    margin: 0 .5rem 0 0;
    padding: .2rem 1rem;
    border-radius:50px;
}
#hotplate-buy-guide div.campaign h3 {
    background-color: #faf1e0;
    color: #f45e5f;
    padding: 1rem 0 0;
    font-size: 1.5rem;
}
/*==============================================
 text
================================================*/
#hotplate-buy-guide section.text {
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0 0;
}

#hotplate-buy-guide section.text .point {
    text-align: left;
    font-size: .8rem;
}
#hotplate-buy-guide section.text .point span {
    font-size: 1rem;
    font-weight: 500;
}
#hotplate-buy-guide section.text .hotplate {
    transform: rotate(6deg);
    padding: .3rem;
    background-color: #fff;
    box-shadow: 2px 2px 7px #e1e0dd;
    width: 31%;
}
/*==============================================
 セクション　product
================================================*/

#hotplate-buy-guide section.product {
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0;
    position: relative;
}
#hotplate-buy-guide section:nth-child(2) {
    padding: 0 0 2rem;
}
#hotplate-buy-guide section.product_2 {
    background-color: #fffce8;
}


#hotplate-buy-guide section.product .camp_sp {
    font-size:.8rem;
    font-weight:200;
    text-align: center;
}
#hotplate-buy-guide section.product .scroll {
    overflow-x: scroll;
    width: 100%;
    padding:0 0 1rem 1rem;
    box-sizing: border-box;
    scrollbar-color: #f0cb87 #fff;
}

.scroll::-webkit-scrollbar {
    width: 12px;
}



#hotplate-buy-guide section.product ul.image_box  {
    display: flex;
}
#hotplate-buy-guide section.product ul.image_box li  {
    width: 300px;
    flex-shrink: 0;
    padding:0 1rem 0 0;
}
#hotplate-buy-guide section.product .flex {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 1rem auto .5rem;
    align-items: center;
}
#hotplate-buy-guide section.product .flex p.item_price {
    font-family: Lato;
    font-weight: 700;
    font-size: 2rem;
    flex-flow: column;
    display: inline-flex;
    align-items: start;
}
#hotplate-buy-guide section.product .flex .item_color a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#hotplate-buy-guide section.product .flex .item_color img {
    width: 60%;
    margin-right: 0;
}
#hotplate-buy-guide section.product .flex .item_color.width img {
    width: 35%;
    margin-right: 0;
}
#hotplate-buy-guide section.product .point {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 1rem;
}
#hotplate-buy-guide section.product .btn_col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
#hotplate-buy-guide section.product .btn a,#hotplate-buy-guide section.product .btn_col_2 a {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #383b3e;
    color:#ffffff;
    border:solid 1px #383b3e ;
    padding: .5rem 0 ;
    position: relative;
}
#hotplate-buy-guide section.product .btn a:after,#hotplate-buy-guide section.product .btn_col_2 a:after {
    right: 6%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: .3s;
}
#hotplate-buy-guide section.product .btn a:hover,#hotplate-buy-guide section.product .btn_col_2 a:hover {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    background-color: #ffffff;
    color:#383b3e!important;
    border:solid 1px #383b3e ;
    padding: .5rem 0 ;
}
#hotplate-buy-guide section.product .btn a:hover::after,#hotplate-buy-guide section.product .btn_col_2 a:hover::after {
    border-top: 3px solid #383b3e;
    border-right: 3px solid #383b3e;
    right: 5%;
}

.m10 {
    margin-top: 1rem;
}

/*==============================================
item
================================================*/

#hotplate-buy-guide section.product ul.item_box  {
    display: flex;
}
#hotplate-buy-guide section.product ul.item_box li  {
    width: 262px;
    flex-shrink: 0;
    padding:0 .5rem 0 ;
    text-align: center;
    border-right: solid 2px #f1f1f1;
}
#hotplate-buy-guide section.product ul.item_box li:last-child  {
    border-right: none;
}
ul.item_box li img {
    border-radius: 0 0 10px 10px;
}
ul.item_box li .item_name {
    height: 3rem;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.item_box li .item_price {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: bold;
    font-family: Lato!important;
    font-weight: 700;
}
ul.item_box li .item_price::first-letter {
    font-size:1rem;
}
ul.item_box li .item_point {
    border-bottom: dashed 1px #ccc;
    padding: 2% 5%;
}
#hotplate-buy-guide ul.item_box li .item_type{
    background-color: #ab5139;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: .5rem 0;
    font-weight: bold;
    font-size:1.1rem;
}

/*==============================================
 セクション　category
================================================*/
#hotplate-buy-guide section.category {
    background-color: #a9503a;
    padding: 1rem 0 ;
    margin: 3rem auto 0;
}
#hotplate-buy-guide section.category h2 {
    color: #fff;
}
#hotplate-buy-guide section.category .category_box {
    display: flex;
    width: 80%;
    gap: 1rem;
    margin: 0 auto;
    justify-content: center;
    flex-wrap: wrap;
}
#hotplate-buy-guide section.category .category_box li {
    width: 20%;
}
#hotplate-buy-guide section.category .category_box li a {
    text-align: center;
    display: flex;
    flex-direction: column;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.2;
    
}
#hotplate-buy-guide section.category .category_box li a:hover {
    color: #fff!important;
}
#hotplate-buy-guide section.category .category_box li img {
    width: 70%;
    margin: 0 auto 5%;
    border-radius: 100px;
    padding: .5rem;
    background-color: #fff;
}
/*==============================================
ナビゲーション ここから
================================================*/
#hotplate-buy-guide #nav {
    position: fixed;
    z-index: 10;
    bottom: 0%;
    right: 0%;
    height: 100vh;
}

#hotplate-buy-guide #nav.panelactive {
    width: 100%;
}

#hotplate-buy-guide #nav .gray-back {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #5656566b;
}

#hotplate-buy-guide #nav .gray-back.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#hotplate-buy-guide #nav .g-nav {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;
    width: calc((70vw - 500px) / 2);
    height: calc(100vh - 141px);
    display: flex;
    align-items: center;
    transition: .55s;
    border-radius: 0 0 5px 5px;
    z-index: 5;
}

#hotplate-buy-guide #nav .nav-title {
    position: relative;
    width: 100%;
}

#hotplate-buy-guide #nav .g-nav-list .title {
    width: 80%;
    max-width: 240px;
    margin: 0 auto 2%;
}

#hotplate-buy-guide #nav .g-nav-list .g-nav-link {
    color: #FFF;
    text-align: center;
    width: 100%;
    max-width: 300px;
}

#hotplate-buy-guide #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;
}

#hotplate-buy-guide #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: '';
}

#hotplate-buy-guide #nav .g-nav-list .nav-img {
    position: absolute;
    bottom: .1px;
    right: .1px;
    width: 32%;
    animation: hyoko 1s .4s both ease-in-out;
    display: block;
}

/*アクティブクラスがついたら位置を0に*/
#hotplate-buy-guide #nav .g-nav.panelactive {
    top: 0;
    transform: translateY(0%);
}

/*ナビゲーションの縦スクロール*/
#hotplate-buy-guide #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;
}

/*==============================================
ナビゲーション ここまで
================================================*/
#hotplate-buy-guide .side_img {
    position: fixed;
    z-index: 10;
    top: 15%;
    left: 3%;
    height: 100vh;
    width: 20%;
}
/*==============================================
article_btn a
================================================*/
.article_btn a {
    color: #383b3e;
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    padding: 18px 30px;
    border: 3px solid #383b3e;
    border-radius: 6px;
    position: relative;
    z-index: 3;
    transition: .3s;
    text-align: center;
    width: 60%;
    margin: 3rem auto 1rem;
    border-radius: 50px;
}

.article_btn a:hover {
    color: #fff!important;
    border: 3px solid #a9503a;
  }

.article_btn a:hover::before {
transform-origin: 0% 50%;
transform: scaleX(1);
}
.article_btn a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #a9503a;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
    border-radius: 50px;
}
.article_btn a:after {
    right: 6%;
    width: 7px;
    height: 7px;
    border-top: 3px solid #383b3e;
    border-right: 3px solid #383b3e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    transition: .3s;
}
.article_btn a:hover:after {
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
/*==============================================
banner
================================================*/

.bn_col_1 a {
    margin: 0 auto 2rem;
    width: 90%;
    border-radius: 10px;
}

.bn_col_1 a:last-child {
    margin: 0 auto 0;
}
.bn_col_1 a img {
    border-radius: 10px;
}