/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/
:root {
    --color-pink: #E56B6F;
    --color-pink1: #DE8586;
    --color-red: #E33739;
    --color-main: #E56B6F;
    --color-main-hover: #DE8586;
    --font-color: black;
    --bg-pink: rgb(222, 133, 134, 0.1);
    --font-family: 'Lato', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', '游ゴシック体', 'YuGothic', '游ゴシック', '游ゴシック Medium', sans-serif;
    /*--font-family: 'Noto Sans JP','Yu Gothic', '游ゴシック体', 'YuGothic', '游ゴシック', '游ゴシック Medium','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Sans', sans-serif; */
	--font-kiwi: 'Kiwi Maru', serif;
	--font-lato: 'Lato', serif;
	--font-zenk: 'Zen Kaku Gothic New', serif;
}
html { font-size: 62.5%; }
body {
	font-family: var(--font-family);
	font-weight: normal;
	font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.8em;
	color: var(--font-color);
}
#content,#secondary section {
    padding: 0 1.5em;
}
h1.site-title, div.site-title {
    display: block;
    width: 50%;
    font-size: 1em;
    line-height: 1em;
    padding: 0;
    margin: 0;
    float: none;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: var(--font-color);
}
header {
    position: static;
    margin-bottom: 0;
    border: none;
}
header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1em;
}
header .snav {
    float: none;
}
footer {
    margin-top: 30px;
}
.main-image {
    display: block;
    overflow: hidden;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.incart-btn .total-quant {
    background-color: var(--color-pink);
    line-height: 20px;
}
.incart-btn a {
    background-color: transparent
}
.swiper-container.hero {
    overflow: hidden;
    position: relative;
    display: block;
}
.swiper-button-prev, .swiper-button-next {
    top: 50% !important;
    transform: translateY(-50%) !important;
    height: 1.5em !important;
    width: 1.5em !important;
    margin: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5em !important;
    color: #666 !important;
}
@media screen and (max-width: 62.5em) {
    .swiper-container.hero {
        width: 100vw;
        transform: translateX(-.714286em);
    }
    .swiper-button-prev, .swiper-button-next {
        height: 1em !important;
        width: 1em !important;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 1em !important;
    }
    #secondary {
        border: none;
        padding: 0 0 3em 0;
    }
}
@media screen and (min-width: 62.5em) {
    .incart-btn a {
        background-color: #333;
        color: white;
    }
    .incart-btn a:hover {
        background-color: #666;
    }
    .incart-btn .total-quant {
        background-color: white;
        color: #333;
        line-height: 18px;
    }
    .one-column #secondary .columnleft {
        width: 300px;
    }
    .one-column #secondary .columnright {
        width: 650px;
    }
}
footer nav ul {
    gap: 1em;
    font-size: 1.4rem;
}
footer nav li {
    margin: 0;
}
.copyright {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
}
.one-column #secondary .columncenter {
    display: none;
}
.front-il {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
    margin: 2.5em 0 5em 0;
}
.front-il article {
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}
.front-il article:nth-of-type(4n),
.front-il article:nth-of-type(even) {
    margin: 0 !important;
}
.front-il.cf::before, .front-il.cf::after {
    display: none;
}
.front-il .itemimg {
    margin-bottom: 1.5em;
}
.front-il .itemname {
    margin-top: 1em;
    max-height: auto;
}
.front-il .itemimg img {
    opacity: 1 !important;
    transition: .3s;
}
.front-il .itemimg a {
    display: block;
    overflow: hidden;
}
.front-il .itemimg a:hover img {
    transform: scale(1.1);
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
    background-color: var(--color-main);
}
.widget_welcart_login input#member_loginw:hover,
.widget_welcart_login input#member_login:hover {
    background-color: var(--color-main-hover);
}
/** reset **/
input[type="text"],input[type="email"],input[type="tel"],input[type="date"],input[type="password"],textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"],input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
    &::-webkit-search-decoration {
      display: none;
    }
    &::focus {
      outline-offset: -2px;
    }
}
input {
    vertical-align:middle;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    vertical-align:middle;
}
select::-ms-expand {
    display: none;
}
input,textarea,select {
	font-family: var(--font-family);
	font-weight: 400;
} 
input[type="text"],input[type="tel"],input[type="email"],input[type="password"],input[type="date"],textarea,select {
    font-size: 1.4rem;
    display: inline-block;
	font-size: 1em;
	line-height: 1em;
    outline: none;
	padding: .5em 1em;
	margin: 0;
	border-radius: 0;
	border: none;
	color: var(--font-color);
    border: 1px solid #CCC;
	background-color: white;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-sizing: border-box;
}
select {
    padding-right: 2em;
}
.main_content p {
    line-height: 1.6em;
}
#content .page-title,#content .entry-title {
    margin: 0 0 .5em 0;
    font-size: 1.5em;
    line-height: 1.6em;
    font-weight: normal;
}
.entry-content h3 {
    font-size: 1.25em;
    margin-bottom: 1.5em;
    padding-left: .357143em;
    line-height: 1.6em;
    border: none;
}
.entry-content h4 {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    background-color: #efefef;
    padding: .5em;
}
.item-description h2,
.item-description h3,
.item-description h4 {
    border: none;
    padding: 0
}
.item-description p {
    line-height: 1.8em;
}
.description_block,.terms_main_content_inner {
    display: block;
    padding: 2em 0;
    border-top: 1px solid #CCC;
}
.description_block dt {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 1.5em;
}
.entry-content ul li,.item-description ul li {
    line-height: 1.8em;
    list-style:none;
}
.entry-content ul, .item-description ul {
    margin: 0;
}
.list li {
	padding-left: 1.25em;
	position: relative;
}
.list li:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.list.list_maru li:before {
	content: "●";
}
.list.list_nom li:before {
	content: "・";
}
.list.list_note li:before {
	content: "※";
}
footer nav ul {
    display: flex;
    justify-content: center;
}
footer nav li {
    width: auto;
    display: inline-block;
}
/* -- .two-column -- */
#main.two-column:not(:has(#secondary)) #content {
    margin: 0 auto;
    float: none;
    width: 100%;
}
#welcart_login-2 {
    padding: 1.5em !important;
    background-color: #f4f4f4;
    display: block;
    overflow: hidden;
}
#welcart_login-2 .submit {
    margin: .75em 0;
}
#secondary h3 {
    border: none;
    font-size: 1.2em;
    font-weight: normal;
}
.entry-meta .date::before {
    display: none;
}
.new-entry h2 {
    text-align: center;
    margin-bottom: 1em;
}
#toTop {
    bottom: 1.5em;
    right: 1em;
}
#wc_login .error_message,
#wc_member .error_message,
#wc_changepassword .loginbox,
#wc_changepassword .error_message,
#wc_lostmemberpassword .loginbox,
#wc_lostmemberpassword .error_message {
    text-align: center;
    margin: 0 auto;
}
.currency_code {
    display: none;
}
@media screen and (max-width: 767px) {
    footer nav ul {
        flex-direction: column;
    }
    table.customer_form td {
       padding: 0;
    }
}
@media screen and (min-width: 768px) {
    h1.site-title, div.site-title {
        width: 280px;
    }
    header .inner {
        padding: 1.5em 0;
    }
    .front-il {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 3em;
        row-gap: 4em;
        margin: 5em 0 8em 0;
    }
    table.customer_form td {
       padding: 1em;
    }
    #content .page-title,#content .entry-title {
        font-size: 1.5em;
    }
}
.usces_recent_entries ul, .widget_welcart_page ul, .widget_welcart_post ul {
    padding: 0;
}
.widget_welcart_post li p {
    display: none;
}
#secondary section#welcart_login-3 {
    background-color: #f4f4f4;
    padding: 1em;
}
.top-news {
    margin: 2.5em 0;
}
.top-news .top-news__ttl {
    font-size: 2em;
    text-align: center;
    letter-spacing: .1em;
}
.top-news__list a {
    display: block;
    text-decoration: none;
    padding: 0;
    margin: 1.5em 0;
}
.top-news__list span {
    display: block;
}
.button {
    text-align: center;
}
.button a {
    width: 28rem;
    display: inline-block;
    border: 1px solid black;
    margin: 0 auto;
    padding: 1em;
}
.button a:hover {
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    #secondary section {
        padding: 0;
        font-size: 1.4rem;
    }
    .top-news {
        margin: 5em 0;
        text-align: center;
    }
    .top-news__list {
        margin: 3em auto;
        border-bottom: 1px solid #f4f4f4;
        width: auto;
        display: inline-block;
        text-align: left;
    }
    .top-news__list a {
        display: flex;
        align-items: center;
        gap: 1em;
        padding: 1.5em 0;
        margin: 0;
        border-top: 1px solid #f4f4f4;
    }
}
@media screen and (min-width: 62.5em) {
    #main.two-column #content {
        width: 680px;
    }
    .two-column #secondary {
        width: 260px;
    }
}