﻿root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #5cb6c4;
  --second: #d75e5b;
  --text-body: #231815;
  --radius: 5px;
}
main {
  overflow: hidden;
  flex: 0 0 auto;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
body.home .products {
  background: #ffe9d3;
  padding-block: 60px;
}
@media only screen and (min-width: 768px) {
  body.home .products {
    background: url("../images/shop/bg-left.svg") no-repeat 0 0/22%, url("../images/shop/bg-right.svg") no-repeat 100% 0/22% #ffe9d3;
    padding-block: 70px 80px;
  }
}
.products__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
}
.products__item {
  width: calc(50% - 10px);
}
@media only screen and (min-width: 768px) {
  .products__item {
    width: calc(25% - 15px);
  }
}
.products__item figure {
  margin-bottom: 20px;overflow:hidden;
  border: 1px solid #ADADAD;
}
.products__item figure img {
  aspect-ratio: 0.82;
  object-fit: cover;
  width: 100%;
  height: 190px !important;
  will-change: transform;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
}
@media only screen and (min-width: 768px) {
	.products__item figure img {
	  height: 330px !important;
	}
}
.products__item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.products__item h3 {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 0.4px solid #000;
}
.products__item h3 a {
  color: var(--text-body);line-height: 1.8;
}
.products__item p {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.8;
}
.products__title {
  text-align: center;
  margin: 50px 0 20px;
}
@media only screen and (min-width: 768px) {
  .products__title {
    margin: 60px 0 30px;
  }
}
@media only screen and (min-width: 992px) {
  .products__title {
    margin: 100px 0 30px;
  }
}
.products__title img {
  max-height: 60px;
}
@media only screen and (min-width: 768px) {
  .products__title img {
    max-height: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .products__title img {
    max-height: 153px;
  }
}
.shop-menu {
  border-top: 0.4px solid #000;
  background: #ffe9d3;
  padding-block: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .shop-menu {
    padding-block: 60px;
  }
}
.shop-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 15px;
  font-size: 14px;
  justify-content: center;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .shop-menu ul {
    font-size: 16px;
  }
}
.shop-menu ul li a {
  color: #000;
}
.shop-menu figure {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .shop-menu figure {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .shop-menu figure img {
    max-width: 300px !important;
  }
}
body.home .products .single_add_to_wishlist span {
  display: none;
}
body.home .products .product_item .cart_wrap_inner {
  margin-top: 0;
}
body.home .products .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}
.pc-none, .pc-none-inline, .pc-none-table, .pc-none-flex {
  display: none;
}
small {
  font-size: 86%;
}
.mgn-btm16 {
  margin-bottom: 16px;
}
.mgn-btm32 {
  margin-bottom: 32px;
}
.mgn-btm48 {
  margin-bottom: 48px;
}
.heading-3 {
  font-size: 120%;
}
.inner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.txt-link {
  text-decoration: underline;
}
.txt-link:hover {
  opacity: .5;
}
a:hover {
  text-decoration: none;
}
.section_ttl, .ttl-h2 {
  position: relative;
  margin-bottom: 38px;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .1em;
}

.flex-j-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.footer--main {
  padding-top: 72px;
  padding-bottom: 72px;
  background-color: #ECE3CF;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #4e3823;
}
.footer--main p {
	font-weight: 700;
}	
.footer--main a {
  color: #4e3823;
  text-decoration: none;
  transition: all .4s ease-out;
  outline: none;
}

.footer--main .left_section, .footer--main .right_section {
  width: 47%;
}
.footer .section_ttl {
  padding-bottom: 14px;
  margin-bottom: 16px;
  border-bottom: 1px solid #F7D4E4;
  font-size: 150%;
}
.footer--main .table1 {
  border: 1px solid;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.table1 th, .table1 td {
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  padding: 14px 16px;
  vertical-align: middle;
  font-size: 93%;
  font-weight: 700;
}
.table1 th {
  white-space: nowrap;
  background-color: #DAC495;
  text-align: center;
  color: #fff;
  border-color: rgb(78, 56, 35);
}
.table1 td {
  background-color: #fff;
}
footer {background: #00898a; }
@media screen and (max-width: 767px) {
   .pc-none {
    display: block;
  }
   .mgn-btm16 {
    margin-bottom: 8px;
  }
   .mgn-btm32 {
    margin-bottom: 16px;
  }
  .mgn-btm48 {
    margin-bottom: 24px;
  }
  .heading-3 {
    font-size: 115%;
  }
  .footer--main {
    padding-top: 42px;
    padding-bottom: 42px;
  }
   .inner {
    width: 94%;
  }
   .flex-sp-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
   .footer--main_cta small, .footer--main_cta span {
    display: block;
  }
   .footer--main_cta {
    margin-bottom: 24px;
  }
   .footer--main_cta small {
    margin-bottom: 2px;
    border-radius: 28px;
    padding: 2px 0;
    background-color: #ECE3CF;
    color: #fff;
    text-align: center;
    font-size: 100%;
  }
   .footer--main_cta span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9.5vw;
    letter-spacing: .08em;
    text-align: center;
  }
  .footer--main_cta span i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 12px;
  }
   .footer--main .left_section {
    margin-bottom: 42px;
  }
  .footer--main .left_section, .footer--main .right_section {
    width: 100%;
  }
  .footer .section_ttl {
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: 120%;
	letter-spacing: .06em;
  }
  .table1 th, .table1 td {padding: 10px;}
}
@media (min-width: 768px), print {
    footer {padding: 80px 0 60px !important; }
}
@media (max-width: 767px) {
    footer {padding: 50px 0 30px !important; }
}

.ft_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1210px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px; }
@media (max-width: 767px) {
    .ft_inner {
        flex-direction: column; } }

.ft_lft {
    flex: 1 1 0%; }

.ft_logo a {
    display: block; }
.ft_logo a:hover {
    opacity: 0.7; }
@media (max-width: 767px) {
    .ft_logo a {
        text-align: center; }
    .ft_logo a img {
        height: 50px; } }

.ft_tel {
    padding: 20px 0 15px; }
.ft_tel a {
    display: block;
    text-decoration: none; }
@media (max-width: 767px) {
    .ft_tel a {
        text-align: center; }
    .ft_tel a img {
        height: 36px; } }

.ft_add {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400; }

.ft_menu {
    display: flex; }
@media (min-width: 768px), print {
    .ft_menu {
        gap: 22px; } }
@media (max-width: 767px) {
    .ft_menu {
        flex-wrap: wrap;
        gap: 10px; } }
@media (max-width: 767px) {
    .ft_menu li {
        width: calc((100% - 20px) / 3); } }
.ft_menu li a {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    padding: 10px 0;
    position: relative; }
.ft_menu li a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fff;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96); }
.ft_menu li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96); }

.ft_sns {
    display: flex;
    gap: 15px;
    padding: 30px 0; }
.ft_sns li a {
    align-items: center;
    background: #fff;
    color: #00898a;
    display: flex;
    justify-content: center;
    height: 92px;
    width: 92px; }

.ft_link {
    display: flex;
    justify-content: flex-end; }
.ft_link a {
    color: #fff;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 10px 0;
    position: relative; }
.ft_link a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fff;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96); }
.ft_link a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.45, 0.12, 0.04, 0.96); }



#attention{
    padding: 60px 30px;
}
#attention table{
    border-collapse: collapse;
    border-spacing: 0;
}
#attention table th {
	width: 20%;
	border: 1px solid #d7dce5;
	background: #f6f6f6;
	padding: 10px;
	border-bottom: none;
        text-align: left;
}
#attention table td {
	border: 1px solid #d7dce5;
	padding: 10px;
	border-bottom: none;
}
#attention table td.plus {
	background: url(/images/faq/plus.png) 98% 48% no-repeat;
	background: url(/images/faq/plus_ie8.png) 98% 48% no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
#attention table td.minus {
	background: url(/images/faq/minus.png) 98% 48% no-repeat;
	background: url(/images/faq/minus_ie8.png) 98% 48% no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
#attention table tr.topNote td.plus {
	background: url(/images/faq/plus.png) 14.5em 48% no-repeat;
	background: url(/images/faq/plus_ie8.png) 14.5em 48% no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
#attention table tr.topNote td.minus {
	background: url(/images/faq/minus.png) 14.5em 48% no-repeat;
	background: url(/images/faq/minus_ie8.png) 14.5em 48% no-repeat\9;
	-moz-background-size: 20px 20px;
	background-size: 20px 20px;
}
#attention table tr.topNote td {
  border: none;
  padding-left: 0;
}
#attention table tr.ansLine,
#attention table tr.ansLine td {
	padding: 0;
	border: none;
}
#attention table tr.ansLine td.grayBorder {
	background: #eaf7fe;
	border: 1px solid #d7dce5;
	border-bottom: none;
}
#attention table tr.ansLine .answer {
	display: none;
	padding: 10px;
}
#attention table {
	border-bottom: 1px solid #d7dce5;
}