@charset "UTF-8";
/* ---------------------------------------------------------
  toppage css
--------------------------------------------------------- */
h2{
    font-weight: 300;
    color: #f6d0d8;
    text-align: center;
    font-size: 30px;
    margin-top: 0;
}
.h2_img{
    width: 100%;
    margin: 80px auto;
}
.topics_area_ttl{
    width: 100%;
    padding-bottom: 2px;
    border-bottom: 1px solid;
}
.insta_box{
    width: 100%;
}
.insta_inner_box{
    width: 100%;
}
.insta_list{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
    width: 100%;
    padding: 0;
}

.insta_list li{
    position: relative;
    width: calc((100% - 20px)/2);
    list-style: none;
}

.insta_list li::before{
	content: "";
	display: block;
	padding-top: 100%;
}

.insta_list a{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.insta_list img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta_btn{
    background-color: #666666;
    padding: 0.2em 0.6em 0.3em;
    width: fit-content;
    cursor: pointer;
    transition: .3s;
    display: flex;
    align-items: center;
}

.insta_btn a{
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.insta_btn:hover{
    background-color: #999;
}
.insta_sub_en{
    margin-bottom: 2em;
}
h3{
    text-align: center;
    font-size: 22px;
    font-weight: 200;
    margin: 0;
}
.h3_en{
    margin: 0;
}
.item_kids{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
h4{
    margin: 5em auto;
    writing-mode: vertical-rl;
    font-size: 22px;
    font-weight: 200;
}
    .item_price{
        border-bottom: solid 2px #cccccc;
        width: 100%;
    }

.message img,
.item_price img,
.coock_img img{
    width: 100%;
}
@media screen and (min-width: 768px) {
h2{
    font-size: 50px;
    }
    .h2_img{
    width: 90%;
    margin: 100px auto;
}
    .topics_area_ttl{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: baseline;
    }
    .insta_box{
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
    }
    .insta_inner_box{
        width: 40%;
        max-width: 300px;
    }
    .insta_sub_area{
        width: 48%;
    }
.insta_sub_en{
    margin-bottom: 3em;
}
h4{
    writing-mode: horizontal-tb;
    text-align: center;
    font-size: 26px;
    letter-spacing: normal;
}
}
@media screen and (min-width: 1024px) {
    .item_kids,
    .item_price{
        width: 90%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}
.c-newsList__thumb {
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: hidden;
}
.c-newsList__thumb img {
  width: 100%;
  height: auto;
  display: block;
}
