/*
Theme Name: welcart_basic-child
Description:ウリウリトレカ遊戯王販売
Template: welcart_basic
Version:1.0.0
*/

img {
    max-width: 100%;
    height: auto;
}

.site-description {
	color: #fff;
}

header #site-navigation input#panel.on-off:checked + div.nav-menu-open {
	z-index: 999;
}

.search-box.On form {
	z-index: 99;
}

.btn_box {
	text-align: right;
}

a.btn--orange {
	width: 100%;
	font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #fff;
  background-color: #FF9800;
  border-bottom: 5px solid #995c00;
}

a.btn--orange:hover {
  margin-top: 3px;
	color: #fff !important;
  border-bottom: 2px solid #995c00;
}

/*  top画像*/
.mv {
	margin-bottom: 1.4286em;
	background: url(images/mv-bg.webp) center no-repeat;
	background-size: cover;
	position: relative; 
	overflow: hidden;
}
  @media all and (max-width: 639px) {
    .mv {
      background-image: url(images/mv-bg_sp.webp); } }
  .mv-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 16px 0;
    position: relative; }
    @media all and (max-width: 639px) {
      .mv-inner {
        padding: 16px 8px 16px 0; } }
  .mv-card {
    position: absolute;
    right: -8%;
    height: 100%;
    top: 0; }
    @media all and (max-width: 639px) {
      .mv-card {
        height: auto;
        right: 0;
        bottom: 0;
        top: auto; } }
  .mv-img {
    margin: 0 0 -40px -7%;
    max-width: 1350px;
    position: relative; 
    width: 113%;
    z-index: 1; }
    @media all and (max-width: 639px) {
      .mv-img {
        margin: 0 0 -10%;
        width: 100%; } }

#toTop {
    right: 20px;
    bottom: 5%;
}

#toTop i {
    color: #FF9800;
}

.site-description {
    background-color: #235180;
}

.main-image {
    margin-bottom: 2rem;
}

.blog #content .front-il article {
	overflow: hidden;
}

.item-link {
	padding: 3px;
}

.list-title {
    position: relative;
    padding: 0.3em 0.5em;
    font-size: 1.4rem;
    background: -webkit-linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
    background: linear-gradient(to top, rgb(137, 184, 255), #c5ceff);
    color: #235180;
}

.list-tag {
	display: flex;
   gap: 5px;
}

.pickup_list {
	margin-bottom: 2rem;
}

.pickup_list ul li {
	margin-bottom: 1rem;
}

#content .entry-title,
.member_page_title,
.cart_page_title,
.page-title {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

#content .entry-title:after,
.member_page_title:after,
.cart_page_title:after,
.page-title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}


.home a:hover {
    color: unset;
    text-decoration: none;
}

.cf::before, .cf::after {
	display: none;
}

.front-il {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 1rem;
}

.front-il article {
	width: 100%;
	margin-right: 0;
}

.front-il .itemimg img {
	width: 120px;
   	height: 160px;
	object-fit: contain;
}

.front-il .itemname {
    font-weight: bold;
    color: #FF9800;
}

footer {
    background-color: #235180;
	overflow: hidden;
}

#block-9 {	
width: 40%;	
margin: 0 auto;	
}	
#block-9 .wp-block-column {	
border-radius: 15%;	
background-color: #fff;	
padding: 0.3rem;	
}

#secondary {
    padding: 2.14289em .714286em;
}

.uriuri-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 1rem;
}

.uriuri-link .link-img {
    width: 48%;
    margin-bottom: 0.3rem;
}

.post-19 .toku-table table td {
	border: 1px solid #d6d6d6;
}

/*ーーーーーーーーーーーーーーーー*/
/*　　カテゴリリスト　*/
/*ーーーーーーーーーーーーーーーー*/
ul.accordionCat {
    list-style: none;
    padding: 0;
    border: none;
    margin: 0;
}
ul.accordionCat li {
    margin: 0;
    padding: 0;
}
ul.accordionCat li div.accordion {
    padding-left: 10px;
}
ul.accordionCat li a {
    display: block;
    color: #626262;
	padding: 0.5rem 0;
}
a.accordion {
    display: block;
    border: none;
    cursor: pointer;
    transition: 0.1s ease-in;
    position: relative;
    margin: 0;
    background: #FFF;
}
a.accordion {
    font-weight: 600;
    color: #626262;
}
.accordion.active {
    margin-bottom: 0;
}
ul.children > li> ul.children {
	display: none;
	opacity: 0;
    animation: show 0.6s linear 0s;
    padding: 0;
}
@keyframes show{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
ul.accordionCat li a:hover{
  background-color: #efefef;
  text-decoration: none;
}
a.accordion:after,
a.accordion:after{
    color: #6bb6ff;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-53%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1em;
    content: "\f055";
}
a.accordion.active:after,
a.accordion.active:after{
    content: "\f056";
}

ul.children ul.children li a:before {
    color: silver;
    content: "\f105";
    padding-left: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 0.95em;
    padding-right: 5px;
}
ul.accordionCat li ul.children li a {
    font-size: 0.85rem;
}

ul.accordionCat li.cat-item-2 > a,
li.cat-item-3,
li.cat-item-1{
	display: none;
}

#secondary section:last-child {
	padding: 0 30px 0 0;
}

ul.accordionCat li div.accordion {
	padding: 0;
}

.two-column.right-set #secondary {
	flex: 0 0 210px;
}

@media screen and (min-width: 62.5em) {
	.two-column.right-set #secondary {
		float: unset;
	}
}

/*ーーーーーーーーーーーーーーーー*/
/*　　タイプページ　*/
/*ーーーーーーーーーーーーーーーー*/
.cat-il.type-grid .itemname {
	height: auto;
}

.itemflex {
	display: block;
}

@media screen and (min-width: 38.75em) {
	.itemflex {
	display: flex;
	gap: 1%;
}
}

/*ーーーーーーーーーーーーーーーー*/
/*　　商品ページ　*/
/*ーーーーーーーーーーーーーーーー*/
.tagbox {
	display: none;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 1rem;
	background-size: contain;
}

.tag-s .tagbox {
	display: block;
	background-image: url('images/lankS.jpg');
}

.tag-a .tagbox {
	display: block;
	background-image: url('images/lankA.jpg');
}

.tag-b .tagbox {
	display: block;
	background-image: url('images/lankB.jpg');
}

.tag-c .tagbox {
	display: block;
	background-image: url('images/lankC.jpg');
}

.tag-d .tagbox {
	display: block;
	background-image: url('images/lankD.jpg');
}

.single-post .widget_block {	
margin-bottom: .5rem;	
padding: 0 0.714286em .142856em;	
}	
.single-post .widget_block h5 {	
color: #235180;	
border-bottom: 1px solid #235180;	
}	
.single-post .widget_media_image {	
margin-bottom: 1.5rem;	
padding: 0 0.714286em 2.142856em;	
}


/*ーーーーーーーーーーーーーーーー*/
/*　　商品ページ　*/
/*ーーーーーーーーーーーーーーーー*/
.page page-id-138 .list-tag {
	align-items: end;
}

#itempage {	
margin-bottom: 2rem;	
}	
.assistance_item {	
width: 100%;	
}	
#itempage .assistance_item h3 {	
padding-bottom: 0.142856em;	
color: #235180;	
border-bottom: 1px solid #235180;	
}	
.widget_welcart_featured h3 {	
margin: 0 0.714286em 0.5rem;	
padding-bottom: 0.142856em;	
color: #235180;	
border-bottom: 1px solid #235180;	
}	
.vk_slider.koukoku a img {	
width: 100% !important;	
}


/*ーーーーーーーーーーーーーーーー*/
/*　　MW WP Formカスタマイズ　　*/
/*ーーーーーーーーーーーーーーーー*/
.wp-block-table > table > tbody > tr > td,
.entry-content table{
	border: none;
}

.mw_wp_form input[type="email"],
.mw_wp_form input[type="tel"],
.mw_wp_form input[type="text"],
.mw_wp_form textarea {
    padding: 1em;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 15px;
    border: 1px solid #ccc;
}

.mw_wp_form select {
    display: block;
    position: relative;
    width: 80%;
    height: 38px;
    font-size: 14px;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 10px;
}

.mw_wp_form selectt:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;
}


/*――――「表」デザイン――――*/

.cform th {
	font-size: 15px;
	width: 28%; 
	vertical-align: middle;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 0px 10px 15px;
	font-weight: bolder;
	background-color: #f6f6f6;
}


.cform td {
	font-size: 15px;
	line-height: 200%;
	border-bottom: solid 1px #d6d6d6;
	padding: 10px 10px;
}


/*―――――表示―――――*/

.cform {
	width: 94%;
	margin: auto;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
	width: 100%;
}

.cform em {
	color: #f36;
    font-weight: bold;
}

@media only screen and (max-width:767px) {
	.cform th,
	.cform td {
		width: 97%;
  border: 1px solid #999;
  padding: .5em 1em;
		display: block;
		border-top: none;
	}
}

/*――「送信ボタン」デザイン――*/

.submit-btn input {
background-color:#ebbbbb;
border:0;
color:#ffffff;
margin:0 auto;
padding: 10px 35px;
border-radius: 3px;
cursor: pointer;
text-align:center;
}

.submit-btn {
text-align:center;
margin-top:20px;
margin-bottom:20px;
cursor: pointer;
}

.submit-btn input:hover {
background: #EF5B9C;
color: #FFFFFF;
cursor: pointer;
}

.entry-content input[name="submitBack"] {
	background-color: #3385ff;
    font-weight: bold;
}

.contact-complete-lead {
	margin-bottom: 50px;
}

#contact-complete .link a {
	background-color: #ff8c00;
   color: #fff;
	padding: 10px 15px;
   border-radius: 3px;
   cursor: pointer;
}

/*ーーーーーーーーーーーーーーーー*/

/*ーーーーーーーーーーーーーーーー*/
/*　　メディア掲載ページ　*/
/*ーーーーーーーーーーーーーーーー*/
.media-list article {
	display: flex;
	align-items: center;
}

.mediaList-img {
	margin-right: 24px;
	width: 160px;
}

.media-txt h3.post-title {
	color: #565656;
	font-size: 18px;
	font-weight: 600;
}　


/*ーーーーーーーーーーーーーーーー*/
/*　　メディア記事ページ　*/
/*ーーーーーーーーーーーーーーーー*/
.media-img {
	width: 80%;
	margin: 0 auto 2rem;
}

.media-img {
	width: 80%;
	margin: 0 auto 2rem;
}

.single-medialist time {
	display: block;
	text-align: end;
	color: #7f7f7f;
	margin-bottom: 1rem;
}

.media-back a {
	background-color: #FF9800;
	font-weight: bold;
	border:0;
	color:#ffffff;
	margin:0 auto;
	padding: 10px 35px;
	border-radius: 3px;
	cursor: pointer;
	text-align:center;
}

.media-back {
text-align:center;
margin-top:20px;
margin-bottom:20px;
cursor: pointer;
}

.media-back a:hover {
background: #ffa500;
cursor: pointer;
}



/*ーーーーーーーーーーーーーーーー*/

@media screen and (min-width: 38.75em) {
			a.btn--orange {
		width: auto;	
	}
	
		.pickup_list ul {
		display: flex;
    	gap: 15px;
	}
	
	.front-il {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 1% 2%;
	}
	
	.front-il article {
    	width: 100%;
    	margin-right: 0;
	}
	
	.front-il .itemimg img {
    	width: 160px;
	    height: 200px;
	}
	
	#block-9 {	
width: 160px;	
}
	
	/*ーーーーーーーーーーーーーーーー*/	
/*　　商品ページ　*/	
/*ーーーーーーーーーーーーーーーー*/	
#itempage {	
flex-wrap: wrap;	
}	
.vk_slider.koukoku {	
width: 50%;	
margin: 0 auto;	
}
}

@media screen and (min-width: 62.5em) {
		.site-description {
		padding: 1.25em 0 0 1.25em;
	}
	
    .incart-btn a {
        background-color: #FF9800;
    }

    header #site-navigation input#panel.on-off + div.nav-menu-open, header #site-navigation input#panel.on-off:checked + div.nav-menu-open, header #site-navigation input#panel.on-off + div.header-nav-container {
        background-color: #235180;
    }
	
	header #site-navigation input#panel.on-off + div.nav-menu-open {
		display: flex;
	}

    #site-navigation li {
        border-right: 1px solid #DFEBF6;
    }

    #site-navigation ul li:first-child {
        border-left: 1px solid #DFEBF6;
    }

    #site-navigation li a:hover,
    #site-navigation li.current-menu-item > a, #site-navigation li.current-menu-ancestor > a {
        background-color: #AFCDE9;
        color: #235180;
    }
	
	#main.two-column #content {
		width: 100%;
	}

    .main-image {
        margin-bottom: 3rem;
    }
	
	#main.one-column #content {
		padding: 0 0.714286em 2.142856em;
	}

    .front-il {
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		gap: 0 2%;
    }
	
	.front-il article {
		width: 100%;
	}
	
	.front-il .itemimg img {
		width: 150px;
   		height: 200px;
	}
	
	#secondary {
		padding: 2.142856em 0.714286em;
	}
	
	#block-11 {	
margin-bottom: 2rem;	
}

    footer nav ul {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
        height: 180px;
    }

    footer nav li {
        float: none;
		width: 25%;
	}

    .one-column #secondary {
        border: none;
    }

    .uriuri-link {
		gap: 0.5%;
		justify-content: flex-start;
	}

    .uriuri-link .link-img {
        width: 33%;
    }
	
	/*ーーーーーーーーーーーーーーーー*/
/*　　タイプ一覧　*/
/*ーーーーーーーーーーーーーーーー*/
.cate_list li {
	width: 32%;
}
	
	.cat-il.type-grid article {
		width: 15%;
	}
	
	/*ーーーーーーーーーーーーーーーー*/	
/*　　商品ページ　*/	
/*ーーーーーーーーーーーーーーーー*/	
.ucart_featured_body {	
display: flex;	
}
}