/*
Theme Name: Welcart Basic Child
Description: Welcart Basic Child Theme
Author: kuni
Template: welcart_basic
Version: 1.0.0
*/
h1.site-title a, div.site-title a {
  font-weight: bold;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
	color:#fff;
}
/* TOPページのMV写真 */
.main-image img {
    width: 100%;
}

/* TOP横幅 */
#main {
    max-width: 1200px;
    width: 100%;
    margin: 2.857143em auto;
    padding: 0;
}

/* TOPページのタイトル */
.front-page-ttl {
	text-align: center;
	font-size: clamp(20px, 3vw, 3rem);
    line-height: 1.3;
    margin: 2em 0;
}
/* TOPページのサブタイトル */
.front-page-sub-ttl {
    font-size: clamp(20px, 3vw, 3rem);
    color: red;
    text-align: center;
    margin: 1em 0;
}

@keyframes rumble {
    0%   { transform:translate(0, 0); }
    25%  { transform:translate(0, 2px); }
    50%  { transform:translate(0, 0); }
    75%  { transform:translate(0, -2px); }
    100% { transform:translate(0, 0); }
}
 
.front-page-sub-ttl {
    animation:rumble 0.1s linear infinite;
}

/* TOP商品一覧背景 */
.front-il {
    background: #fbf1f1;
		padding:2em 0 4em 0;
}

/* TOPページの写真 */
.front-il .itemimg img {
    height: 250px;
    object-fit: cover;
}


/* レビュー部分 */
.comment.even.thread-even{
    margin: 2em 0;
}
.comment .children {
    margin-left: 1em;
}

/* 売り切れの際にお問い合わせボタン装飾 */
a.inquery_button {
    padding: .5em 2em;
    background: #ff8c00;
    border-radius: 15px;
    margin: 1em 0;
    display: inline-block;
}
/* お気に入り */

.favorite_button {
    display: block;
    text-align: center;
    position: relative;
}
button.favorite_button_in {
    display: inline-block;
    padding: 12px 28px 12px 20px;
    border: 1px solid transparent;
    box-shadow: 0 2px 4px -2px rgb(33 37 56 / 25%);
    cursor: pointer;
    border-radius: 0.45rem;
    border-color: rgb(80,80,80,0.1);
    font-size: 0.95rem;
    transition: 0.2s ease-in-out;
    background: #fcfcfc;
    font-weight: 200;
}
button.favorite_button_in p {
    display: inline-block;
    margin: 0;
}
button.favorite_button_in:hover {
    opacity: 0.8;
}
button.favorite_button_in i {
    color: #6bb6ff;
    font-size: 1.3rem;
    vertical-align: -1px;
    margin-right: 8px;
    opacity: 0.3;
}
.is-choosen .favorite_button_in {
    background: #6bb6ff;
}
.is-choosen .favorite_button_in i {
    opacity: 1;
    color: #FFFF00;
}
.is-choosen .favorite_button_in p {
    font-size: 0;
    color: #FFFF00;
    font-weight: 600;
}
.is-choosen .favorite_button_in p:before {font-size:0.95rem; content: "お気に入り登録済";}
/* 一覧ページ */
.p-list_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.p-list__item {
    width: 48%;
    background: #FFF;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 12%), 0 2px 3px 0 rgb(0 0 0 / 22%);
    cursor: pointer;
    transition: 0.2s ease-in-out;
    margin-bottom: 25px;
}
.p-list__item:hover {
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
    transform: translateY(-4px);
}
.p-list__item a {
    display: block;
    text-decoration: none;
    color: #313131;
}
.p-list__img {
    height: 160px;
    overflow: hidden;
    border-radius: 2px 2px 0 0;
}
.p-list__txt {
    padding: 8px 13px 8px;
}
p.p-list__date {
    display: block;
    margin: 0;
    color: #b5b5b5;
    font-size: 13px;
    font-weight: bold;
    position:relative;
}
p.p-list__date:before {
    content: "\f017";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 4px;
    vertical-align: middle;
}
.p-list__title {
    margin: 0 0 8px;
    font-weight:bold;
}
.p-not_fav_items {
margin:1em 0;
}
@media screen and (max-width: 767px) {
/* （ここにモバイル用スタイルを記述） */
.p-list_wrapper {
    flex-flow: column;
}

.p-list__item {
    width: 100%;
}
.p-list__img {
    height: 210px;
}
.p-list__txt {
    padding-top: 12px;
}
}

/* recaptcha位置調整 */
/* .grecaptcha-badge { bottom: 120px!important; } */