@charset "UTF-8";
/* 変数 */
/* 基礎のスタイル */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Noto+Serif+JP:400,500,600,700|Roboto:400,400i,500,500i,700,700i&display=swap&subset=japanese");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
margin-top: unset !important;
}

body {
position: relative;
/* font-family: 'Noto Sans JP', 'a-otf-gothic-bbb-pr6n', "a-otf-gothic-bbb-pr6n", sans-serif; */
font-family: 'Roboto Condensed', 'a-otf-gothic-bbb-pr6n', "a-otf-gothic-bbb-pr7n", sans-serif !important;
font-style: normal;
font-weight: 400;
font-size: 15px;
color: #2F201B;
}

input, button, select, textarea {
  font-family: 'Roboto Condensed', 'Roboto','a-otf-gothic-bbb-pr6n', "a-otf-gothic-bbb-pr7n", sans-serif !important;
}

form {
margin-bottom: 0;
}

a {
text-decoration: none !important;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

* a {
text-decoration: none !important;
color: unset;
}

a:hover, a:focus {
    color: unset;
    opacity: 0.6;
}

ul, ol {
margin: 0;
}

li {
list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
line-height: 1;
margin: unset;
padding: unset;
}

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

.container {
max-width: 1170px;
margin: 0 auto;
width: 100%;
}

.pc,
.tb,
.sp {
display: none;
}

@media screen and (min-width: 1025px) {
.pc {
    display: block;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.tb {
    display: block;
}
}
@media screen and (max-width: 768px) {
.sp {
    display: block;
}
}
.caption {
font-size: 13px;
line-height: 26px;
}

.en {
    font-family: 'Roboto Condensed', 'Roboto', sans-serif !important;
}

.caption .en {
font-size: 80%;
line-height: 1;
display: block;
margin-top: 5px;
  letter-spacing: 0.05em;
}

.title {
font-size: 18px;
line-height: 38px;
}

.main {
margin-top: 270px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
width: 100%;
line-height: 1;
margin-bottom: 320px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.header.top-news-collapsed + .container .main {
    margin-top: 280px;
}
.main .sidebar {
flex: 0 0 295px;
padding-right: 20px;
}
.main .sidebar a {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
color: #2F201B;
margin-bottom: 0px;
/* letter-spacing: 2px; */
line-height: 20px;
}
.main .sidebar a:hover {
color: #848383;
}
.main .sidebar .caption {
color: #727171;
margin-bottom: 16px;
font-size: 13px;
line-height: 1;
}
.main .sidebar ul li + li {
margin-top: 10px;
}
.main .sidebar .top {
min-height: 150px;
}
.main .sidebar .top ul li.frm {
margin-top: 8px;
}
.main .sidebar .top ul li a {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
align-items: center;
line-height: 18px;
}
.main .sidebar .top ul li a img {
width: 18px;
height: 18px;
margin-right: 9px;
}

.sidebar .header-search {
position: relative;
float: left;
}
.sidebar .header-search img {
position: absolute;
width: 18px;
top: 8px;
left: 2px;
}

.sidebar .header-search__box {
width: 200px;
padding: 18.5px 11px 18.5px 33px;
background: none;
border: none;
border-radius: 3px;
color: #333;
font-size: 15px;
margin-left: -5px;
}

.sidebar .header-search__box:focus-visible  {
padding: 18.5px 11px 18.5px 33px;
background: #ECECEC;
width: 200px;
border: unset;
outline: unset;
/* outline: 2px solid #848383; */
}

.search-menu .search-item {
display: flex;
}

.search-menu .header-search {
position: relative;
float: left;
width: 300px;
margin: 0 auto;
background-color: #fff;
}

.search-menu .header-search__box {
margin: 0 auto;
padding: 22.5px 11px 22.5px 20px;
background: none;
border: none;
border-radius: 3px;
color: #333;
font-size: 15px;
width: 100%;
}

.search-menu .header-search__box:focus-visible  {
padding: 22.5px 11px 22.5px 20px;
background: #fff;
border: 0px solid;
}

.main .sidebar .categories {
margin-bottom: 40px;
}
.main .sidebar .feature {
margin-bottom: 40px;
}
.main .sidebar .feature .multi-line-li {
line-height: 18px;
padding: 10px 0;
}

.main .sidebar .feature .feature-list {
max-height: 95px;
overflow: hidden;
transition: max-height 0.2s ease-out;
padding-right: 20px;
}

.main .sidebar .feature .feature-list li{
text-overflow: ellipsis;
overflow: hidden;
}

.main .sidebar .feature .feature-list li:hover {
height: auto;
}

.main .sidebar .brand {
/* margin-bottom: 40px; */
}

.main .content {
    flex: 1 1 auto;
    max-width: 875px;
}
.main .content .item-single .item-detail,
.main .content .item-single .item-recipe
 {
    line-height: 33px;
}
.main .content .special-feature .spec-item {
margin-top: 30px;
}
.main .content .special-feature .spec-item img {
width: 100%;
}
.main .content .special-feature .spec-item .caption {
width: fit-content;
display: block;
margin-top: 20px;
}
.main .content .special-feature .spec-item .caption span {
font-size: 18px;
line-height: 1;
}
.main .content .special-feature .spec-item:nth-of-type(1) {
margin-top: 0;
}
.main .content .new-work-info {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.main .content .new-work-info .info-title {
width: 225px;
font-size: 18px;
}
.main .content .new-work-info .info-detail {
width: calc(100% - 225px);
}
.main .content .new-work-info .info-detail .info-detail-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.main .content .new-work-info .info-detail .info-detail-item + .info-detail-item {
    margin-top: 18px;
}
.main .content .new-work-info .info-detail .info-detail-item .date {
flex: 0 0 7em;
}
.main .content .new-work-info .info-detail .info-detail-item .note {
flex: 1 1 auto;
}
.main .content .new-work-info .info-detail .info-detail-item .note a {
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main .content .new-work-info .info-detail .info-detail-item .note a:hover {
opacity: 0.5;
}
.main .content .new-products {
    margin-bottom: 30px;
}
.main .content .new-products.new-products--related {
    margin-top: 260px;
    margin-bottom: unset;
}
@media (max-width: 768px) {
    .main .content .new-products.new-products--related {
        margin-top: 55px;
    }
}
.main .content .new-products .products-title {
margin-bottom: 0px;
font-size: 18px;
line-height: 1;
margin-bottom: 15px;
}
.main .content .new-products .search-title {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
.main .content .new-products .products-list {
    margin-right: -12.5px !important;
    margin-left: -12.5px !important;
    font-size: 0;
}
.main .content .new-products .products-list .product-item {
    position: relative;
    padding-left: 12.5px !important;
    padding-right: 12.5px !important;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 80px;
    width: 25%;
    height: 250px;
    line-height: 1;
}
.main .content .new-products.new-products--related .products-list .product-item {
    margin-bottom: unset;
    width: 33.33333%;
}
@media (max-width: 768px) {
    .main .content .new-products.new-products--related .products-list .product-item {
        width: 50%;
        height: 205px;
    }

    .main .content .new-products.new-products--related .products-list .product-item:last-of-type {
        margin-top: 50px;
    }

    .main .content .new-products.new-products--related .products-list .product-item .product-name {
        margin-top: 18px;
    }
}
.main .content .new-products .products-list .product-item a {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: transparent;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.main .content .new-products .products-list .product-item a:hover {
opacity: 0.5;
background-color: white;
}
.main .content .new-products .products-list .product-item img {
width: 100%;
}
.main .content .new-products .products-list .product-item .product-name {
/*margin-top: 21px;*/
margin-top: 30px;
height: 70px;
overflow: hidden;
}

.main .content .new-products .products-list .product-item .product-name p{
line-height: 33px;
min-height: 50px;
max-height: 60px;
}

.main .content .new-products .products-list .product-item .product-cost {
position: absolute;
bottom: 0;
}

@media screen and (max-width: 1024px) {
    .main .content .new-products .products-list .product-item .product-cost {
        position: static;
        }
    }
    

.c-not-found {
text-align: center;
margin-top: 282px;
line-height: 1;
}

@media screen and (max-width: 768px) {
.c-not-found {
    margin-top: 80px;
    font-size: 15px;
}
}

.main .content .pagenation ul {
width: fit-content;
margin: auto;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.main .content .pagenation ul li {
width: 25px;
text-align: center;
}
.main .content .pagenation ul li + li {
    margin-left: 5px;
}
.main .content .pagenation ul li.current {
    background-color: #848383;
    color: white;
}
.main .content .pagenation ul li:hover {
background: #848383;
color: white;
}
.main .content .pagenation ul li.active {
background: #848383;
color: white;
}
.main .content .pagenation ul li a {
    display: block;
    line-height: 25px;
    width: 100%;
    height: 100%;
    text-align: center;
}
.main .content .spec-single .spec-main-img,
.main .content .spec-single .spec-sub-img {
width: 100%;
}
.main .content .spec-single .spec-sub-img.spec-sub-img--video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 68%;
}
.main .content .spec-single .spec-sub-img.spec-sub-img--video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.main .content .spec-single .spec-title {
    margin-top: 40px;
    margin-bottom: 21px;
}
.main .content .spec-single .spec-title span {
    font-size: 18px;
}
.main .content .spec-single .spec-detail,
.main .content .spec-single .spec-detail p,
.main .content .spec-single .spec-recipe {
    line-height: 33px;
}
.main .content .spec-single .spec-detail {
    margin-bottom: 31px;
}
.main .content .spec-single .spec-recipe {
    margin-top: 31px;
    margin-bottom: 91px;
}
.main .content .spec-single .buy-button {
width: fit-content;
margin: auto;
}
.main .content .spec-single .buy-button .btn-buy {
display: block;
padding: 10px 50px;
border-radius: 0;
border: none;
font-weight: 900;
}
.main .content .item-single .item-main-img,
.main .content .item-single .item-sub-img {
width: 100%;
}
.main .content .item-single .item-title span {
font-size: 18px;
}
.main .content .information {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
padding-top: 120px;
}
.main .content .information .left {
width: 325px;
margin-top: -9px;
}
.main .content .information .left .recap {
height: 200px;
}
.main .content .information .left .recap .recap-title {
font-size: 18px;
max-width: 230px;
height: 90px;
line-height: 30px;
}
.main .content .information .left .recap .recap-cost .price {
  font-weight: normal;
}
.main .content .information .left .purchase {
padding-right: 20px;
max-width: 200px;
}
.main .content .information .left .purchase button {
width: 100%;
padding: 10px 30px;
height: 50px;
border: none;
margin-bottom: 15px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
-moz-box-pack: center;
justify-content: center;
align-items: center;
}
.main .content .information .left .purchase button img {
margin-right: 5px;
height: 18px;
/* margin-top: 6px; */
}
.main .content .information .left .purchase button span{
/* margin-top: 4.5px;  */
}
.purchase button {
color: #2F201B;
}
.main .content .information .left .purchase button:hover {
background-color: #797979;
color: white;
}
.main .content .information .left .purchase .purchase-amount {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
-moz-box-pack: center;
justify-content: center;
background-color: #efefef;
padding: 10px 30px;
}
.main .content .information .left .purchase .purchase-amount label {
    margin-bottom: unset;
}
.main .content .information .left .purchase .purchase-amount input {
width: 50px;
text-align: center;
border: none;
margin-left: 10px;
}
.main .content .information .left .purchase .purchase-options {
    margin-top: 45px;
}
.main .content .information .left .purchase .purchase-options select {
    padding-left: 30px;
    height: 50px;
    border: none;
    background: right 25px center url(https://img07.shop-pro.jp/PA01417/774/etc/arrow.png?cmsp_timestamp=20210721140550) no-repeat, #efefef;
    background-size: 15px 7.5px;
    border-radius: unset;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}
.main .content .information .left .purchase .purchase-options select + select {
    margin-top: 15px;
}
.main .content .information .right {
width: 550px;
line-height: 33px;
margin-top: -9px;
}
.main .content .information .right p {
    line-height: 33px;
}
.main .content .information .right .product-description {
    padding-top: 31px;
    padding-bottom: 31px;
    margin-top: 41px;
    margin-bottom: 41px;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
}
.main .content .information .right .product-description dl {
    display: flex;
    margin-bottom: unset;
}
.main .content .information .right .product-description dl dt {
    flex: 0 0 130px;
    font-weight: normal;
}
.main .content .information .right .product-description dl dd {
    flex: 1 1 auto;
    margin-left: unset;
}
.main .content .information .right .product-description dl dt,
.main .content .information .right .product-description dl dd {
    line-height: 33px;
}
.main .content .information .right .detail {
margin-bottom: 50px;
}
.main .content .information .right .standard {
padding: 40px 0;
border-top: 1px solid #797979;
border-bottom: 1px solid #797979;
}
.main .content .information .right .standard .standard-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.main .content .information .right .standard .standard-item .standard-name {
width: 25%;
}
.main .content .information .right .standard .standard-item .standard-value {
width: 75%;
}
.main .content .information .right .about {
margin-top: 50px;
}
.main .content .hero-carousel .slick-prev {
display: none !important;
}
.main .content .hero-carousel .slick-next {
display: none !important;
}
.main .content .hero-carousel .slick-dots {
bottom: -50px;
}
.main .content .covid .covid-title {
height: 70px;
}
.main .content .covid .covid-title span {
font-size: 18px;
}
.main .content .covid .covid-date {
margin-bottom: 90px;
}
.main .content .covid .covid-content .covid-content1 {
margin-bottom: 50px;
}
.main .content .covid .covid-content .covid-content2 {
margin-bottom: 20px;
}
.main .content .covid .covid-content .covid-content3 {
margin-bottom: 50px;
}
.main .content .covid .covid-content .covid-content4 {
margin-bottom: 20px;
}
.main .content .covid .covid-content .covid-content5 {
margin-bottom: 20px;
}
.main .content .covid .covid-content .covid-content6 {
margin-bottom: 50px;
}
.main .content .covid .covid-content .covid-content7 {
margin-bottom: 0px;
}
.main .content .divider {
margin-top: 70px;
}
.main .content .divider-110 {
margin-top: 110px;
}
.main .content .divider-260 {
margin-top: 260px;
}
.main .content .divider-200 {
margin-top: 200px;
}
.main .content .divider-160 {
margin-top: 160px;
}
.main .content .new-and-old {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
-moz-box-pack: space-between;
justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
margin-top: 200px;
}
.main .content .new-and-old a {
color: #2F201B;
font-size: 15px;
cursor: pointer;
}
.main .content .divider-40 {
margin-top: 40px;
height: 0px;
}
.main .content .divider-30 {
margin-top: 30px;
height: 0px;
}
.main .content .divider-53-free3 {
margin-top: 53px;
height: 0px;
}
@media only screen and (max-width: 768px) {
.main .content .divider-53-free3 {
    margin-top: 30px;
    height: 0px;
}
}
.main .content .divider-53 {
padding-top: 13px;
font-size: 13px;
height: 53px;
color: #797979;
}
.main .content .divider-100 {
margin-top: 100px;
}

.footer {
background: #e4e4e4;
padding-top: 60px;
padding-bottom: 100px;
line-height: 2;
}
.footer .container {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
}
.footer .container a:hover {
    text-decoration: underline !important;
    opacity: initial !important;
}
.footer .container .footer-logo {
width: 33.33%;
margin-bottom: 20px;
  line-height: 25px;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.footer .container .footer-logo .fs10px{
  font-size: 10px;
}
.footer .container .footer-copyright {
width: 26.67%;
text-align: right;
  line-height: 25px;
  font-size: 12px;
  letter-spacing: 0.1rem;
}
.footer .container .footer-social span.infomail {
    padding:15px 0;
    letter-spacing: 1px;
    display: block;
}
.footer .container .footer-info {
width: 40%;
/*margin-bottom: 40px; */
  font-size: 13px;
  line-height: 25px;
}
.footer .container .footer-info p.footer-text1 {
/*margin-bottom: 31px; */
margin-bottom: 20px;
display: block;
  line-height: 25px;
  letter-spacing: 1px;
}
.footer .container .footer-info p.footer-text2 {
margin-bottom: 25px;
display: none;
}
.footer .container .footer-info p i {
position: relative;
padding-right: 20px;
font-size: 22px;
width: 22px;
height: 22px;
color: #7d7a7a;
/* -webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; */
}
.footer .container .footer-info p i.fa-instagram {
    padding-left: 6px;
}
/* .footer .container .footer-info p i::before {
position: absolute;
top: 0;
left: 0;
}
.footer .container .footer-info p i.fa-facebook:hover {
background-color: #4267b2;
}
.footer .container .footer-info p i.fa-twitter:hover {
background-color: #1da1f2;
}
.footer .container .footer-info p i.fa-instagram:hover {
background-color: #8a3ab9;
}
.footer .container .footer-info p i:hover {
border-radius: 50%;
color: white;
}
.footer .container .footer-info p i:hover::before {
font-size: 14px;
padding: 3px;
left: 0.5px;
} */
.footer .container .footer-social a:hover {
    opacity: 1;
}
.footer .container .footer-link {
    margin-top: 55px;
    line-height: 0.6em;
}
.footer .container .footer-link a {
    display: block;
    width: fit-content;
}
.footer .container .footer-link a + a {
    margin-top: 18px;
}

@media only screen and (max-width: 768px) {
.main {
    margin-top: 145px;
/*    margin-top: 225px; */
    padding: 0 25px;
    margin-bottom: 200px;
}
.header.top-news-collapsed + .container .main {
    margin-top: 145px;
}
.main .sidebar {
    display: none;
}
.main .content {
    width: 100%;
}
.main .content .special-feature .spec-item {
    margin-top: 16px;
}
.main .content .special-feature .spec-item img {
    width: 100%;
    margin: 0;
}
.main .content .special-feature .spec-item .caption {
    margin-top: 12.5px;
    margin-bottom: 22.5px;
}
.main .content .special-feature .spec-item .caption span {
    font-size: 15px;
    line-height: calc(15px + 15px);
}
.main .content .new-work-info {
    display: block !important;
    margin-top: 55px;
}
.main .content .new-work-info .info-title {
    margin-bottom: 25px;
    font-size: 18px;
}
.main .content .new-work-info .info-detail {
    width: 100%;
    line-height: 2;
}
.main .content .new-work-info .info-detail .info-detail-item + .info-detail-item {
    margin-top: 3px;
}
.main .content .new-work-info .info-detail .date {
    font-size: 15px;
}
.main .content .new-work-info .info-detail .note {
    font-size: 15px;
}
.main .content .new-products {
    margin-bottom: -50px;
}
.main .content .new-products .products-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.main .content .new-products .search-title {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 20px;
}
.main .content .new-products .products-list {
    margin-right: -12px !important;
    margin-left: -12px !important;
    font-size: 0;
}
.main .content .new-products .products-list .product-item {
    padding-left: 12px !important;
    padding-right: 12px !important;
    display: inline-block;
    width: 50%;
    margin-bottom: 50px;
    height: 210px;
}
.main .content .new-products .products-list .product-item img {
    width: 100%;
}
.main .content .new-products .products-list .product-item .product-name {
    font-size: 15px;
    height: 80px;
    /*margin-top: 7.5px;*/
    margin-top: 15px;
    min-height: 45px;
}
.main .content .new-products .products-list .product-item .product-cost {
    font-size: 15px;
}
.main .content .pagenation ul {
    margin-top: 0;
}
.main .content .pagenation ul li {
    /* padding: 0 10px; */
    font-size: 15px;
}
.main .content .spec-single .spec-title span {
    font-size: 18px;
    line-height: 30px;
}
.main .content .spec-single .spec-detail {
    font-size: 15px;
}
.main .content .spec-single .spec-detail p {
    margin-bottom: 15px;
}
.main .content .spec-single .spec-recipe {
    font-size: 15px;
}
.main .content .item-single .item-title span {
    font-size: 18px;
}
.main .content .item-single .item-detail {
    line-height: calc(15px + 15px);
    font-size: 15px;
}
.main .content .item-single .item-recipe {
    font-size: 15px;
    line-height: calc(15px + 15px);
}
.main .content .information {
    display: block;
    font-size: 15px;
    padding-top: unset;
}
.main .content .information .left {
    width: 100%;
    line-height: 1;
}
.main .content .information .left .recap {
    padding-bottom: 30px;
    height: fit-content;
}
.main .content .information .left .recap .recap-title {
    max-width: 100%;
    height: 70px;
}
.main .content .information .left .purchase {
    padding-right: 0px;
    max-width: 100%;
    margin-bottom: 30px;
}
.main .content .information .left .purchase button {
    width: 100%;
    padding: 10px 75px;
    border: none;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.main .content .information .left .purchase button i {
    margin-right: 5px;
}
.main .content .information .left .purchase button:hover {
    background-color: #797979;
    color: white;
}
.main .content .information .left .purchase .purchase-amount {
    background-color: #efefef;
    padding: 10px 0;
}
.main .content .information .left .purchase .purchase-amount input {
    width: 50px;
    text-align: center;
    border: none;
}
.main .content .information .left .purchase .purchase-options {
    margin-top: 30px;
}
.main .content .information .left .purchase .purchase-options select {
    background: right calc(50% - 15px - 1.5em) center url(https://img07.shop-pro.jp/PA01417/774/etc/arrow.png?cmsp_timestamp=20210721140550) no-repeat, #efefef;
    padding-left: calc(50% - 15px - 1.5em);
}
.main .content .information .right {
    width: 100%;
}
.main .content .information .right .detail {
    margin-bottom: 50px;
}
.main .content .information .right .standard {
    padding: 30px 0;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
}
.main .content .information .right .standard .standard-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.main .content .information .right .standard .standard-item .standard-name {
    width: 25%;
}
.main .content .information .right .standard .standard-item .standard-value {
    width: 75%;
}
.main .content .information .right .about {
    margin-top: 50px;
}
.main .content .hero-carousel .slick-dots {
    display: none !important;
}
.main .content .covid .covid-title {
    height: 70px;
}
.main .content .covid .covid-title span {
    font-size: 18px;
}
.main .content .covid .covid-date {
    margin-bottom: 46px;
    font-size: 15px;
}
.main .content .covid .covid-content {
    font-size: 15px;
    line-height: 33px;
}
.main .content .covid .covid-content .covid-content1 {
margin-bottom: 41px;
line-height: 33px;
}
.main .content .covid .covid-content .covid-content2 {
margin-bottom: 11px;
line-height: 33px;
}
.main .content .covid .covid-content .covid-content3 {
margin-bottom: 41px;
line-height: 33px;
}
.main .content .covid .covid-content .covid-content4 {
margin-bottom: 11px;
line-height: 33px;
}
.main .content .covid .covid-content .covid-content5 {
margin-bottom: 11px;
line-height: 33px;
}
.main .content .covid .covid-content .covid-content6 {
margin-bottom: 41px;
line-height: 33px;
}
.main .content .covid .covid-content .covid-content7 {
margin-bottom: 0px;
}
.main .content .divider {
    margin-top: 55px;
}
.main .content .divider-110 {
    margin-top: 200px;
    /*margin-top: 55px;*/
}
.main .content .divider-260 {
    margin-top: 55px;
}
.main .content .divider-200 {
    margin-top: 100px;
}
.main .content .divider-160 {
    margin-top: 30px;
}
.main .content .new-and-old a {
    font-size: 15px;
}
.main .content .divider-53 {
    padding-top: 10px;
    /* padding-bottom: 15px; */
    height: 44px;
    color: #797979;
    font-size: 13px;
    /* line-height: 19px; */
}
.main .content .divider-100 {
    margin-top: 40px;
}

.main .content .spec-single .buy-button {
    width: 100%;
}

.main .content .spec-single .buy-button .btn-buy {
  display: block;
    width: 100%;
    padding: 15px 0px;
}

.footer {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 100px;
}
.footer .container {
    display: block;
}
.footer .container .footer-logo {
    margin-bottom: 40px;
    font-size: 13px;
    width: 100%;
}
.footer .container .footer-logo .fs10px{
    font-size: 10px;
}
.footer .container .footer-copyright {
    width: 100%;
    margin-top: 0;
    text-align: left;
    font-size: 12px;
}
.footer .container .footer-info {
    width: 100%;
  /*  margin-bottom: 78.5px; */
  margin-bottom: 70px;
}
.footer .container .footer-info p {
    font-size: 13px;
}
.footer .container .footer-info p.footer-text1 {
    margin-bottom: 20px;
/*    display: none;*/
}
.footer .container .footer-link {
    margin-top: 45px;
}
.footer .container .footer-info p.footer-text2 {
    margin-bottom: 25px;
    line-height: 1.92;
    display: block;
}
.footer .container .footer-info p.footer-text2 a:hover {
    opacity: 1;
    text-decoration: underline !important;
}
.footer .container .footer-info p span i {
    position: relative;
    width: 22px;
    height: 22px;
}
.footer .container .footer-info p span i::before {
    font-size: 22px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.footer .container .footer-info p span i:hover::before {
    font-size: 13px;
    top: 2.65px;
    left: 3.35px;
    padding: 0.8px;
}
.footer .container .footer-info p i.fa-instagram {
    margin-left: 8px;
}
}
@media screen and (max-width: 1212px) and (min-width: 769px) {
.container {
/*    padding-left: 12.5px !important;
    padding-right: 12.5px !important;*/
}
}

@media (max-width: 768px){
.container {
    padding: 0 !important; 
}
}

.header {
position: fixed;
width: 100%;
top: 0;
left: 0;
z-index: 9999;
}
.header.header-sticky {
/*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
background-color: rgba(255,255,255,0.8);
}
.header .top-news {
z-index: -1;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
background: #231815;
color: white;
height: 50px;
max-height: 50px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
-moz-box-pack: center;
justify-content: center;
}
.header .top-news .news-content {
text-align: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.header .top-news .news-content a:hover {
/*opacity: 0.5;*/
color: #848383;
}
.header .top-news .close-top-news {
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 22px;
}
.header.top-news-collapsed .top-news {
max-height: 0;
}.header.top-news-collapsed .close-top-news {
display: none;
}
.header .navbar {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: space-between;
-webkit-justify-content: space-between;
-ms-flex-pack: space-between;
-moz-box-pack: space-between;
justify-content: space-between;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
padding: 20px 0;
background: rgba(255,255,255,0.7);
z-index: 999;
}
.header .navbar .hamburger {
display: none;
}
.header .navbar .hamburger .bar {
display: block;
width: 35px;
height: 2px;
margin: 6px auto;
-webkit-transition: all 0.35s ease;
-o-transition: all 0.35s ease;
transition: all 0.35s ease;
background-color: #101010;
}
.header .navbar .nav-logo {
font-size: 15px;
font-weight: 500;
display: flex;
}
.header .navbar .nav-logo img {
height: 58px;
}
.header .navbar .nav-logo span {
padding: 12px;
font-size: 18px;
margin-left: 10px;
}
.header .navbar .nav-menu {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 875px;
}
.header .navbar .nav-menu .nav-item {
margin-left: 35px;
}
@media (max-width: 1300px) {
  .header .navbar .nav-menu .nav-item {
  	margin-left: 20px;
  }
}
.header .navbar .nav-menu .nav-item .nav-link {
/*font-size: 15px;*/
line-height: 33px;
font-weight: 400;
color: black;
/*border-bottom: 1px solid transparent;*/
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}
.header .navbar .nav-menu .nav-item .nav-link:hover {
    opacity: 1;
}
.header .navbar .nav-menu .nav-item .nav-link img {
/*height: 34px;*/
/*padding: 5px;*/
}

li.nav-underline:after {
    content: "";
    display: block;
    left: 50%;
    position: relative;
    bottom: 0.2em;
    height: 2px;
    width: 100%;
    background-color: transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    /* -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; */
}

li.nav-underline:hover:after {
    width: 100%;
    background-color: black;
}

/*.header .navbar .nav-menu .nav-item .nav-link:hover {
opacity: 0.5;
border-bottom: 1px solid #797979;
}*/
.header .navbar .sp-show {
display: none;
}

.header .navbar .search-menu {
display: none;
}

@media only screen and (max-width: 768px) {
.header {
    font-size: 15px;
}
.header.top-news-collapsed .navbar .nav-menu {
    top: 80px;
    max-height: calc(100vh - 80px);
}
.header.top-news-collapsed .navbar .search-menu {
    top: 80px;
    max-height: calc(100vh - 80px);
}
.header .top-news {
    height: 80px;
    max-height: 80px;
}
.header .top-news .news-content {
    padding: 12.5px;
    height: 100%;
    text-align: center;
}
.header .top-news .news-content .fix-width {
    margin: auto;
    max-width: 80vw;
}
.header .top-news .news-content a:hover {
    color: #848383;
}
.header .top-news .news-content .fix-width a span {
    font-size: 15px;
    line-height: 2em;
}
.header .navbar {
    padding-right: 25px;
    padding-left: 25px;
    /*height: 140px;*/
    height: 80px;
}
.header .navbar .nav-logo span {
    font-size: 18px;
    padding: 12px 0;
}
.header .navbar .nav-logo img {
    height: 49px;
}

.header .navbar .nav-menu, .search-menu {
    background: #F3F4F4;
    position: fixed;
    left: -100vw;
    width: 100vw;
    top: 145px;
    align-items: flex-start !important;
    padding: 3vw 0 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* -webkit-transition: all 0.05s ease;
    -o-transition: all 0.05s ease;
    transition: all 0.05s ease; */
    box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
    max-height: calc(100vh - 145px);
    overflow: auto;
}

.header .navbar .search-menu {
    padding: 37.5px 0;
}

@media only screen and (max-width: 768px) {
    .header .navbar .search-menu {
    display: block;
    }    
}

.header .navbar .nav-menu .nav-item {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    /* margin: 4px 0; */
    margin-left: 14px;
    min-height: 43px;
    display: flex;
    align-items: center;
}
.header .navbar .nav-menu .nav-item .nav-link {
    font-size: 15px;
    line-height: 2;
}
.header .navbar .nav-menu .nav-item .nav-link img {
    height: 35px;
    padding: 0;
    max-width: unset;
}
.header .navbar .nav-menu .nav-item .plus {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 17px;
}
.header .navbar .nav-menu .nav-item .rotate {
    transform: rotate(45deg);
}
.header .navbar .nav-menu .sub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-box-pack: space-between;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    margin-left: 9vw;
    width: 85vw;
}
.header .navbar .nav-menu li div ul li {
    /* margin-top: 5px;
    margin-bottom: 5px; */
    min-height: 43px;
    display: flex;
    align-items: center;
}
.header .navbar .nav-menu li div ul li a {
    /* line-height: 2; */
}
.header .navbar .nav-menu .nav-categories,
.header .navbar .nav-menu .nav-brand,
.header .navbar .nav-menu .nav-spec {
    margin-left: 15vw;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header .navbar .nav-menu .nav-categories.sub-menu-show,
.header .navbar .nav-menu .nav-brand.sub-menu-show,
.header .navbar .nav-menu .nav-spec.sub-menu-show {
    max-height: 200vh;
}
.header .navbar .nav-menu.active {
    left: 0;
}
.header .navbar .search-menu.active {
    left: 0;
}
.header .navbar .hamburger {
    display: block !important;
    cursor: pointer;
}
.header .navbar .hamburger.active .bar:nth-child(2) {
    transform: rotate(45deg);
    /* opacity: 0;
    transform: translateX(45px);
    -webkit-transform: translateX(45px);
    -moz-transform: translateX(45px);
    -ms-transform: translateX(45px); */
}
.header .navbar .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(-45deg);
    /* transform: translateY(8px) rotate(135deg);
    -webkit-transform: translateY(8px) rotate(135deg);
    -moz-transform: translateY(8px) rotate(135deg);
    -ms-transform: translateY(8px) rotate(135deg); */
}
.header .navbar .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(45deg);
    /* transform: translateY(-8px) rotate(-135deg);
    -webkit-transform: translateY(-8px) rotate(-135deg);
    -moz-transform: translateY(-8px) rotate(-135deg);
    -ms-transform: translateY(-8px) rotate(-135deg); */
}
.header .navbar .sp-show {
    display: flex !important;
}
.header .navbar .sp-show .search,
.header .navbar .sp-show .cart {
    margin-right: 15px;
    margin-top: 1px;
}
.header .navbar .sp-show .search img,
.header .navbar .sp-show .cart img {
    height: 26px;
}
.header .navbar .sp-show .hamburger {
    margin-top: 0px;
}
}
@media screen and (max-width: 1040px) and (min-width: 905px) {
.header .navbar .nav-menu .nav-item.nav-item--cart-icon .nav-link span {
    display: none;
}
}
@media screen and (max-width: 904px) and (min-width: 769px) {
.header .navbar .nav-menu .nav-item {
    margin-left: 8px;
}
.header .navbar .nav-menu .nav-item.nav-item--cart-icon .nav-link span {
    display: none;
}
}
.pagenation {
    line-height: 25px;
    margin-top: -40px;
}
@media (max-width: 768px) {
    .pagenation {
        margin-top: 50px;
    }
    .hero-carousel.slick-slider {
        /*margin-bottom: 21px !important;*/
        margin-bottom: 30px !important;
    }
    .main .content .information .right .product-description {
        margin-top: 31px;
        margin-bottom: 31px;
        padding-top: 21px;
        padding-bottom: 21px;
    }
    .main .content .spec-single .spec-recipe {
        margin-bottom: 31px;
    }
    .main .content .information .right .product-description dl dt {
        flex: 1 1 auto;
    }
    .main .content .information .right .product-description dl dd {
        flex: 0 0 220px;
    }
    .main .content .new-products .products-list .product-item .product-name p {
        line-height: 27px;
    }
    .main .content .new-and-old {
        margin-top: 92.5px;
    }
}
.hero-carousel .slick-dots li {
    margin: 0 2.5px;
}
.hero-carousel .slick-dots li button:before {
    content: '';
    border-radius: 50%;
    background-color: #000;
    height: 8px;
    width: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.main .content .u-contents .c-ttl-main {
    margin-bottom: 50px;
    font-size: 1em;
    font-weight: normal;
}
.main .content .u-contents p {
    line-height: 33px;
}
.main .content .u-contents .p-privacy-box {
    margin-top: 50px;
    margin-bottom: 50px;
}
.main .content .u-contents .p-privacy-box .c-ttl-second {
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: normal;
}
.main .content .guide_section img {
    margin-top: unset;
}

.header .top-news .news-content a:hover {
    color: #848383;
    opacity: 1;
}

.guide_section dt {
    font-weight: normal;
}

.guide_section:last-of-type {
    margin-bottom: unset;
}

.guide_section:last-of-type > p {
    display: none;
}

.guide_section:last-of-type dl {
    margin-bottom: unset;
}

.guide_section:last-of-type dl dd p {
    margin-bottom: 16.2px;
}

.guide_section:not(last-of-type) dl dd {
    line-height: 33px;
}

@media (max-width: 768px) {
    .guide_section:last-of-type > p {
        display: block;
    }

    .guide_section:last-of-type dl dt {
        opacity: 0;
    }

    .guide_section:last-of-type dl dd p {
        margin-top: 26.5px;
        line-height: 33px;
    }
}

.guide_section:last-of-type dl dd .card-icons {
    display: flex;
    align-items: center;
}

.guide_section:last-of-type dl dd .card-icons img {
    height: 30px;
    width: 30px;
}

.guide_section:last-of-type dl dd .card-icons img + img {
    margin-left: 10px;
}



.content > .free-page > .title {
    height: 70px;
    font-size: 18px;
}
.content > .free-page > .date {
    margin-bottom: 90px;
}
.content .free-page p {
    line-height: 3;
    padding-bottom: 30px;
}
.content .free-page a {
    color: #08c;
    text-decoration: underline !important;
}

@media screen and (max-width: 1024px) {

    .content > .free-page {
        font-size: 15px;
    }
    .content > .free-page > .date {
        margin-bottom: 46px;
    }
    .content > .free-page p {
        line-height: 2.5;
        padding-bottom: 20px;
    }
}