/* ========================================
 リセット
 * ======================================== */
html,
body,
div,
span,
input,
input[type="submit"i],
button,
select,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* 共通 */
.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

body {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Noto Serif JP', serif, "Lato", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
    color: #000;
    padding: 1% 10%;
    background-color: #F5F4F0;
}

ul {
    list-style: none;
    margin: 0;
}

.close {
    padding: 40px 0;
}

a {
    color: #3F6745;
    text-decoration: none;
}

h2 {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

h3 {
    font-size: 28px;
    font-weight: 500;
    margin: auto;
    text-align: center;
}

.yellow {
    color: #F19E52;
    font-size: 20px;
}

.btn {
    display: flex;
}

.button-02 {
    width: 315px;
    font-size: 16px;
    border: 1px solid #3F6745;
    background-color: #3F6745;
    text-align: center;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    border: 0;
    color: #FFF;
    cursor:pointer;
}

.button-02 a {
    color: #FFF;
    font-weight: 500;
    display: block;
    text-decoration: none;
}

.button-02:hover {
    opacity: 0.5;
    text-decoration: underline;
}

.button-03 {
    width: 315px;
    font-size: 16px;
    background-color: #ECEBE6;
    border: 1px solid #3F6745;
    text-align: center;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 8;
    color: #3F6745;
    cursor:pointer;
}

.button-03 a {
    color: #3F6745;
    font-weight: 500;
    display: block;
    text-decoration: none;
}

.button-03:hover {
    opacity: 0.5;
    text-decoration: underline;
}

.button-04 {
    width: 315px;
    font-size: 16px;
    border: 1px solid #3F6745;
    background-color: #3F6745;
    text-align: center;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 18px;
}

.button-04 a {
    color: #FFF;
    font-weight: 500;
    display: block;
    text-decoration: none;
}

.button-04:hover {
    opacity: 0.5;
    text-decoration: underline;
}

.button-no {
    font-size: 14px;
    background-color: #ECEBE6;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 8;
    color: #3F6745;
    margin: 10px 0;
}
p.text-left {
    text-align: end;
    padding: 24px 0;
}

.txt_02 {
    text-align: left;
    line-height: 26px;
    letter-spacing: 1px;
}

table {
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0;
}

table th,
table td {
    padding: 24px;
    text-align: left;
}

table tr:nth-child(odd) {
    background-color: #FFF
}

ol {
    counter-reset: number;
    /*数字をリセット*/
    list-style-type: none !important;
    /*数字を一旦消す*/
    padding: 0.5em;
}

ol li {
    position: relative;
    padding: 0 0 10px 20px
}

ol li:before {
    /* 以下数字をつける */
    position: absolute;
    counter-increment: number;
    content: counter(number);
    /*以下数字のデザイン変える*/
    color: #3F6745;
    font-weight: 600;
    font-size: 16px;
    left: 0;
    /*以下 上下中央寄せのため*/
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* パンくず */
.breadcrumbs{
    font-size: 14px;
  }
.breadcrumbs li{
    display: contents;
}
.breadcrumbs li::after{
    content: '＞';
    display: inline-block;
    padding: 0 10px; /*左右に余白*/
  }
  .breadcrumbs li:last-child::after{
    content: '';
    display: inline-block;
    padding: 0 10px; /*左右に余白*/
  }

.breadcrumbs li::before{
    display: none;
  }
.breadcrumbs a {
    text-decoration: none;
}

.breadcrumbs a:hover {
    opacity: 0.5;
}

span.b {
    font-weight: 600;
}

.area_pickup_news {
    background: #3F6745;
    border-radius: 4px;
    font-weight: bold;
    padding: 8px;
    margin-top: 20px;
}

.area_pickup_news h4 {
    font-size: 14px;
    color: #FFF;
    padding-bottom: 6px;
}

.area_pickup_news p {
    background: #fff;
    border-radius: 4px;
    text-align: left;
    font-size: 12px;
    padding: 3px 6px;
    letter-spacing: -0.5px;
}

.title {
    display: flex;
    padding: 20px 0px 20px 0px;
}

.title_img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/* youtube  */

.youtube {
    padding-top: 40px;
}

/*余白*/
.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: -10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m20 {
    margin: 20px 0;
}

.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0;
}

.notice {
    font-size: 14px;
    margin: 10px 0;
    line-height: 26px;
    letter-spacing: 1px;
}

/* ヘッダー  */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0 20px 0;
}

.header__navigation {
    display: flex;
    column-gap: 60px;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
}

/* ヘッダー アイコン  */
.header-sns {
    font-size: 14px;
    z-index: 8;
}

.header-sns:hover {
    opacity: 0.5;
}
.h-text{
    letter-spacing: 2px;
    font-weight: 500;
    font-family: 'Noto SanJP';
}
.h-text::after{
    content: url(/img/icon/ico_y.svg);
}
.header-line {
    top: calc(50% - 1.5px);
    right: 0.7px;
    box-sizing: border-box;
}

.header-line .line a {
    height: 52px;
    background-image: url(/img/icon/ico_line.svg);
    position: relative;
    display: flex;
    align-items: center;
    width: 48px;
    background-size: contain;
}

.header-cart {
    top: calc(50% - 1.5px);
    right: 0.7px;
    box-sizing: border-box;
}

.header-cart .cart a {
    height: 52px;
    background-image: url(/img/icon/ico_cart.svg);
    position: relative;
    display: flex;
    align-items: center;
    width: 42px;
    background-size: contain;
}

.count {
    top: -2px;
    right: -6px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    color: #fff;
    background: #df9b9b;
}

/* TOP用 */
.banner-layout {
    text-align: center;
    margin-top: 20px;
}
/* banner コンテンツ  */
.banner ul {
    display: inline-flex;
    row-gap: 0%;
    flex-wrap: wrap;
    column-gap: 0%;
    flex-direction: row;
    justify-content: space-evenly;
}

.banner li {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    width: 25%;
}

.banner img {
    margin: 0px;
    flex-direction: column;
}
/* MV_ cosme  */
.mv_cosme {
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #D2D8CE url(/img_bg_cosme.png) no-repeat center center;
}
.mv-cosme-layout {
    padding: 60px 0;
    flex-direction: column;
}
.pr-green {
    color: #3F6745;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 3px;
    margin: 0 0 10px 0;
}

/* MV  */
.mv {
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #D2D8CE ;
}

.mv-layout {
    padding: 110px 0;
    flex-direction: column;
}

.mv-layout__item {
    display: flex;
    text-align: center;
}

.mv-layout__description {
    width: 50%;
    display: block;
    margin: auto;
    z-index: 8;
}

.my-layout__image {
    z-index: 8;
    width: 50%;
}

.mv-layout__description h1 {
    font-size: 43px;
    font-weight: 500;
    margin: auto;
    line-height: 1.2;
    color: #3F6745;
}
.pr-brown {
    color: #866E59;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4px;
    margin-top: 15px;
}

.pr-brown a{
    color: #866E59;
    text-decoration: none;

}
.pr-brown :hover{
    opacity: 0.5;
    text-decoration: underline;
}
.pr-brown ::after{
    content:"＞" ;
}

.pr-brown2 {
    color: #866E59;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4px;
    margin-top: 45px;
}

.pr-brown2 a{
    color: #866E59;
    text-decoration: none;

}
.pr-brown2 :hover{
    opacity: 0.5;
    text-decoration: underline;
}
.pr-brown2 ::after{
    content:"＞" ;
}

.txt_01 {
    margin: auto;
    padding: 10px 0 32px 0;
    font-size: 22px;
}

.mv-btn {
    display: inline-block;
}

.mv-button {
    min-width: 420px;
    font-size: 16px;
    background-color: #3F6745;
    text-align: center;
    padding: 14px;
    box-sizing: border-box;
    border-radius: 3px;
}

.mv-button a {
    color: #FFF;
    font-weight: 500;
    display: block;
    text-decoration: none;
}

.mv-button:hover {
    opacity: 0.5;
}

.img_01{
    width: 600px;
}


/* ご注文の流れ コンテンツ  */

.order-assets {
    padding: 60px 0;
    background-color: #ECEBE6;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

.order-layout {
    text-align: center;
}

.order-assets h2 {
    display: inline-block;
    position: relative;
}

.order-assets h2:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -20px;
    /*下線の上下の位置*/
    left: 50%;
    width: 60px;
    /*下線の幅*/
    height: 3px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #3F6745;
    /*下線の色*/
}

/* EIFS-G コンテンツ  */
.eifs-g ul {
    display: inline-flex;
    row-gap: 24px;
    flex-wrap: wrap;
    column-gap: 24px;
    flex-direction: row;
    justify-content: space-evenly;
}

.eifs-g li {
    background: #fff;
    padding: 24px 0;
    border-radius: 3px;
    width: 23%;
}

.eifs-g img {
    margin: 20px;
    flex-direction: column;
}

.eifs-g_title {
    font-size: 18px;
    text-align: center;
    padding: 0 18px;
    line-height: 26px;
    letter-spacing: 1px;
}

.eifs-g_text {
    margin: 24px 18px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
}


/* STEP コンテンツ  */
.step ul {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}

.step li {
    background: #fff;
    padding: 24px 0;
    border-radius: 3px;
    width: 30%;
}

.step img {
    flex-direction: column;
}

.step_title {
    font-size: 18px;
    color: #3F6745;
    display: flex;
    padding: 0 18px;
}

.order-step {
    margin: 12px 0 0 12px;
    letter-spacing: 1px;
}

.step_text {
    margin: 24px 18px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000;
    text-align: left;
}

/*商品一覧　コンテンツ*/
.item-assets {
    padding: 60px 0%;
    flex-direction: column;
}

.item-layout {
    text-align: center;
}

.item-assets h2 {
    display: inline-block;
    position: relative;
}

.item-assets h2:before {
    display: inline-block;
    position: absolute;
    content: '';
    bottom: -20px;
    /*下線の上下の位置*/
    left: 50%;
    width: 60px;
    /*下線の幅*/
    height: 3px;
    /*下線の太さ*/
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    /*位置の調整*/
    background-color: #3F6745;
    /*下線の色*/
}

.goods-list {
    display: inline-flex;
    row-gap: 24px;
    flex-wrap: wrap;
    column-gap: 24px;
    flex-direction: row;
    justify-content: space-evenly;
}

.goods {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    column-gap: 24px;
    width: 18%;
    display: flex;
    flex-direction: column;
    text-align: left;
}


.img-goods{
    width: 100%;
}
.goods .button-no{
    width: 100%;
    margin-top: auto;
}
.goods .button-goods{
    width: 100%;
    margin-top: auto;
}

.button-goods {
    font-size: 14px;
    background-color: #ECEBE6;
    border: 1px solid #3F6745;
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 8;
    margin: 10px 0;
}
.button-goods a {
    display: block;
    text-decoration: none;
}
.button-goods:hover {
    opacity: 0.5;
    text-decoration: underline;
}

.tab-contents{
    display: none;

}
.tab-menu-group{
    margin: 40px 20px;
    flex-wrap: nowrap;
    display: flex;
}
.tab-menu-all {
    margin: 0 0 15px;
    width: 33%;
    text-align: center;
    border-right: 1px solid #808080;
    font-size: 20px;
    margin-bottom: 24px;
    cursor: pointer;
}
.tab-menu-all.is-active {
    color: #3F6745;
    font-weight: 800;
}
.tab-menu-all:hover{
    opacity: 0.5;
}
.tab-menu-all:last-child{
    border: none;
}
.tab-ttl {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 0 10px;
    text-align: left;
    border-left: 4px solid #3F6745;
    /*線の設定*/
    margin: 40px 0;
}
.tab-contents.is-show{
    display:block;
  }


.ranc {
    top: 0;
    left: 2px;
    font-size: 84px;
    line-height: 10px;
    position: absolute;
    z-index: 2;
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
}

.goods-img {
    position: relative;
    margin-bottom: 12px;
}
.item-body{
    display: flex;
    flex-direction: column;

}
.item_title {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    color: #3F6745;
}

.item_price {
    font-size: 18px;
    margin-bottom: 4px;
}

.tax {
    font-size: 14px;
    font-weight: 500;
}

.item_txt {
    color: #808080;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.item_point {
    color: #866E59;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.btn-cart{
    font-size: 16px;
    background-color: #3F6745;
    border: 1px solid #3F6745;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 18px;
    color: #FFF;
    cursor:pointer;
    display: grid;
}
.btn-cart input{
    text-decoration: none;
    display: block;
}
.btn-cart:hover {
    opacity: 0.5;
    text-decoration: underline;
}

.button-cart {
    margin: 40px 0 20px 0;
    text-align: center;
}

.button-cart:hover {
    opacity: 0.5;
}

.count-form {
    width: -webkit-fill-available;
    font-size: 16px;
    color: #000;
    background-color: #FFF;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 10px 0;
    font-weight: 500;
    text-decoration: none;
    border: 0;
}

/*カート*/
.cartlist {
    padding: 60px 0;
}

.cart-btn {
    padding-top: 60px;
    display: flex;
    justify-content: space-around;
}

.button-delete {
    font-size: 14px;
    background-color: #F5F4F0;
    border: 1px solid #3F6745;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 8;
    color: #3F6745;
    cursor: pointer;
}
.button-delete:hover{
    opacity: 0.5;
    text-decoration: underline;
}


.total {
    background-color: #D2D8CE;
}


select{
    position: relative;
}

.color_select {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    margin-top: 10px;
    outline: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btnspinner{
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.spinner_area{
    margin: 10px 0;
}

.spinner_area input{
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    width: auto;
    vertical-align: middle;
}
/* デフォルトのスピナーを消す */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.spinner_area input[type="button"]{
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 0;
}
.spinner_area input[type="number"]{
    width: 80%;

}

/* 商品詳細 */
/*==================================================
スライダーのためのcss
===================================*/
/* アクティブな画像の枠線を変更 */
.sub-img li.current img {
    border: 2px solid #3F6745;
    transition: border .5s;
  }
  /* レイアウトのためのスタイル */
  .main-img img {
    height: auto;
    width: 100%;
  }
  .sub-img {
    display: flex;
    margin-top: 10px;
  }
  .sub-img li {
    margin-right: 2%;
    width: calc(96% / 4);
  }
  .sub-img li:nth-child(4n) {
    margin-right: 0;
  }
  .sub-img li img {
    border: 2px solid transparent;
    transition: border .5s;
  }
  .sub-img img {
    cursor: pointer;
    width: 100%;
  }

.item-detail__assets {
    padding: 60px 0%;
    flex-direction: column;
}
.item-layout {
    flex-direction: column;
}

.item-detail__item {
    display: flex;
    text-align: center;
}

.item-detail__description {
    width: 50%;
    display: block;
    z-index: 8;
}

.item-detail__image {
    width: 45%;
    margin-right: 5%;
}
.img_item{
    width: 90%;
}

.detail_title {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
}

.detail{
text-align: justify;
}

.detail_price {
    font-size: 24px;
    text-align: left;
    margin-bottom: 8px;
}

.detail_tax {
    font-size: 18px;
}

.detail_txt {
    color: #808080;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
}
.detail_point {
    color: #866E59;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 8px;
}
.button-no2 {
    font-size: 16px;
    background-color: #ECEBE6;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 8;
    color: #3F6745;
    margin: 10px 0;
}

.btn-back{
    font-size: 16px;
    background-color: #ECEBE6;
    border: 1px solid #3F6745;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    z-index: 8;
    color: #3F6745;
    margin: 10px 0;
}
.btn-back a{
    display: block;
}
.btn-back:hover {
    opacity: 0.5;
    text-decoration: underline;
}

/*お試しセットモーダル*/

.event-modal{
    position: fixed;
    z-index: 11;
    transition: opacity 0.6s;
    right: 21px;
    bottom: 21px;
}
.event-modal.fadeRight{
    animation-name:fadeRightAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity:0;
    }

    @keyframes fadeRightAnime{
      from {
        opacity: 0;
      transform: translateX(100px);
      }

      to {
        opacity: 1;
      transform: translateX(0);
      }
    }
.event-modal.hidden{
    display: none;
}
.event-inner:hover{
    transform: translateY(-1px);
    box-shadow: 0px 2px 8px #808080;
}
.event-list{
    position: relative;
}
.detail-label{
    font-size: 10px;
    padding: 3px 10px;
    margin-bottom: 8px;
    background-color: #3F6745;
    color: #fff;
    border-radius: 30px;
}
.event-close {
    width: 43px;
    height: 43px;
    background-size: 15px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    background-image: url(/img/icon/ico-close.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.event-inner{
    display: flex;
    align-items: center;
    background: #fbf8f4;
    width: 280px;
}
.photo{
    width: 90px;
    padding: 10px 0 10px 10px;
}
.detail_item{
    width: calc(100% - 90px - 10px);
    margin-top: 10px;
    padding-right: 9px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.detail-title{
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    letter-spacing: 0.1em;
}
.detail-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #808080;
}
.detail-price{
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-right: -10px;
    margin-right: 0.5rem;
    font-weight: 400;
    color: #866E59;
    letter-spacing: 0.05em;
    font-size: 14px;
    line-height: 32px;
}


/*プライバシーポリシー*/
.privacy-layout {
    padding: 120px 0;
}

.privacy-layout h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
}

.privacy-layout h1::after {
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px 0 40px 0;
    width: 240px;
    height: 6px;
    background-color: #3F6745;
    content: "";
}

.privacy-layout h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0px 0 24px 0;
    margin-bottom: 20px;
}

.privacy-layout h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 0 10px;
    text-align: inherit;
    border-left: 4px solid #3F6745;
    /*線の設定*/
    margin: 40px 0;
}

.privacy-layout ul li {
    position: relative;
    padding: 0 0 10px 20px
}

.privacy-layout ul li:before {
    position: absolute;
    content: "●";
    color: #3F6745;
    font-weight: 600;
    font-size: 10px;
    left: 0;
    /*以下 上下中央寄せのため*/
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* LINE訴求  */
.sns-layout{
    padding: 60px 0;
    background-color: #ECEBE6;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    display: flex;
    justify-content: center;
    column-gap: 40px;
}


.other-sns {
    text-align: -webkit-center;
}

.sns-box {
    width: 500px;
    height: 150px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    text-decoration: none;
}

.sns-box:hover {
    opacity: 0.5;
}

.sns-box h3 {
    margin: 10px auto;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #3F6745
}

.sns-box p {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #808080;
}

.sns-box a {
    color: #3F6745;
}

/* カート  */
#cartBtn {
    position: fixed;
    cursor: pointer;
    top: calc(60% - 1.5px);
    right: 40px;
    box-sizing: border-box;
}

.cart a {
    height: 60px;
    background-image: url(/img/icon/ico_cart.svg);
    position: relative;
    display: flex;
    align-items: center;
    width: 50px;
    background-size: contain;
}
.cart:hover{
    opacity: 0.5;
}
.count {
    top: -2px;
    right: -6px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-family: futura-pt, sans-serif;
    font-weight: 600;
    color: #fff;
    background: #df9b9b;
}

#cartBtn img:hover {
    text-decoration: none;
    opacity: .5;
}

/* ページトップ  */
#topBtn {
    position: fixed;
    right: 35px;
    bottom: 140px;
    cursor: pointer;
}

#topBtn img:hover {
    text-decoration: none;
    opacity: 0.5;
}

/* フッター  */
footer {
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background: #3F6745;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 0;
}

.footer_logo {
    padding: 60px 0 0 0;
}

.footer_link {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

.footer_link a {
    color: #FFF !important;
    text-decoration: none;
}

.footer_link li:first-child {
    padding-right: 5px;
}

.footer_link li+li {
    border-left: 1px solid #FFF;
    padding: 0 5px;
}

.footer_link li:last-child {
    padding-right: 0;
}

.footer .contents_inner {
    display: flex;
    justify-content: space-between;
    padding: 60px 10%;
}

.footer_link a:hover {
    opacity: 0.5;
    text-decoration: underline;
}



/* ========================================
   only SP
  * ======================================== */
@media screen and (max-width: 768px) {

    /*共通*/
    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: inline;
    }

    body {
        padding: 1% 5%;
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
        margin-bottom: 60px;
    }


    .button-02 {
        width: 170px;
        padding: 10px;
        margin-left: 10px;
    }

    .button-03 {
        width: 170px;
        padding: 10px;
    }

    table th,
    table td {
        padding: 24px 10px;
    }

    /*ヘッダー*/
    .header {
        padding-top: 16px;
        margin: 0 0 16px 0;
    }

    .header img {
        width: 120px;
    }

    .header__navigation {
        column-gap: 24px;
    }

    .header-line .line a {
        height: 32px;
        width: 30px;
    }

    .header-cart .cart a {
        height: 32px;
        width: 24px;
    }

    .count {
        width: 16px;
        height: 16px;
        font-size: 10px;
        font-weight: 500;
    }

    /*TOP用*/
    .i-nature-layout:after {
        width: 35vw;
    }

    /*MV-コスメ*/

    .mv-cosme {
        background-image: none;
        height: auto;
    }

    .mv-cosme-layout {
        padding: 24px 5%;
    }
    .pr-green {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0px;
    }
    .txt_01 {
        padding: 10px 0px;
        font-size: 16px;
    }
    .mv-layout__description h1 {
        font-size: 34px;
    }

    /*MV*/

    .mv {
        background-image: none;
        height: auto;
    }

    .mv-layout {
        padding: 40px 5%;
    }

    .mv-layout__item {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .mv-layout__description {
        width: 100%;
    }

    .my-layout__image {
        width: 100%;
    }

    .my-layout__image img {
        width: 100%;
    }

    .pr-brown {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 2px;
    }
    .pr-brown2 {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 2px;
        margin-top: 126px !important;
    }
    .mv-button {
        margin: 10px 0;
        min-width: 300px;
    }

    /* youtube  */

    .youtube {
        margin-top: 20px;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }

    .youtube iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
    .img_01{
        width: 300px;
    }
    /* EIFS コンテンツ  */
    .eifs-g li{
        width: 100%;
    }
    .eifs-g_title{
        font-size: 18px;
    }
    .eifs-g_text{
        font-size: 16px;
    }
    /* ご注文の流れ コンテンツ  */

    .order-assets {
        padding: 60px 5%;
    }
    .order-layout{
        padding:0 5%;
    }

    /* STEP コンテンツ  */
    .step ul {
        display: grid;
        row-gap: 24px;
    }

    .step li {
        width: 100%;
    }
    .notice{
        text-align: left;
    }

    /*商品一覧*/

    .item-assets {
        padding: 60px 5%;
    }
    .goods{
        width: 46%
    }

    .goods-list {
        row-gap: 16px;
    }

    .item_txt{
        line-height: 20px;
        text-align: left;
    }
    .tab-menu-all{
        margin: 0;
        font-size: 16px;
    }
    .tab-menu-group {
        margin: 10px 0 40px 0;
    }
    .tab-ttl{
        font-size: 20px;
        margin: 20px 0;
    }

    /*カート*/
    .cartlist {
        padding: 60px 0;
    }

    .cart-table {
        font-size: 14px;
    }

    .cart-btn {
        padding: 24px 0 0 0;
    }

    .button-delete {
        font-size: 12px;
        padding: 6px;
    }

    table th,
    table td {
        padding: 24px 5px;
    }

    .cart-item{
        width: 30%;
    }

    /*商品詳細*/
    .item-detail__assets {
        padding: 20px 5%;
    }
    .item-detail__image{
        width: 100%;
        padding:20px 0;
    }
    .img_item{
        width: 100%;
    }
    .item-detail__item {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .item-detail__description {
        width: 100%;
    }

    .detail_title {
        margin-bottom: 4px;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px;
    }
    .detail_point {
        font-size: 14px;
    }
    .detail_price {
        font-size: 18px;
    }
    .detail_tax {
        font-size: 14px;
    }
    .detail_txt {
        font-size: 14px;
    }
    .spinner_area input[type="button"]{
        font-size: 13px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        padding: 0;
        font-weight: 600;
        color: #000;
    }
    .spinner_area input[type="number"]{
        width: 200px;
    }
    .btn-cart{
        padding: 8px;
    }

    /*プライバシーポリシー*/

    .privacy-layout {
        padding: 60px 5%;
    }

    .privacy-layout h1 {
        font-size: 26px;
        font-weight: 500;
        line-height: 1.2;
    }

    .privacy-layout h2 {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.2;
        padding: 0px 0 24px 0;
    }

    .privacy-layout h3 {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.2;
        padding: 0 0 0 10px;
        text-align: inherit;
        border-left: 4px solid #3F6745;
        /*線の設定*/
        margin: 20px 0;
    }

    /*フッター*/
    .footer_logo {
        padding: 24px 0 18px 0;
    }

    .footer_logo img {
        height: 18px;
    }

    .footer .contents_inner {
        display: contents;
        display: space-between;
    }

    .copyright {
        padding: 0 0 24px 0;
    }

    /*カート*/
    #cartBtn {
        top: calc(75% - 1.5px);
        right: 13px;
        box-sizing: border-box;
    }

    .cart a {
        height: 44px;
        width: 36px;
    }

    .count {
        width: 16px;
        height: 16px;
        font-size: 10px;
        font-weight: 500;
    }
    .sns-layout{
        padding: 60px 0;
        display: block;
    }
    .sns-box{
        width: 300px;
        height: 120px;
    }
    .sns-box h3{
        font-size: 22px;
    }
    .other-sns{
        padding-bottom: 20px;
    }

    /*ページTOP*/
    #topBtn img {
        width: 45px;
    }

    #topBtn {
        right: 10px;
        bottom: 60px;
    }
}

/*iPadが縦向きのみの記述*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    .mv{
    background-size: 128%;
    height: 300px;
    }
    .mv-layout{
        padding: 63px 0;
    }

    .my-layout__image img {
        width: 300px;
    }

    .mv-layout__description h1 {
        font-size: 29px;
    }

    .mv-button {
        min-width: 300px;
    }

    .pr-green {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .pr-brown {
        font-size: 14px;
    }
    .txt_01 {
        padding: 10px 0 14px 0;
        font-size: 16px;
    }
    .txt_02{
        font-size: 16px;
    }
    h2 {
        font-size: 24px;
    }

    .eifs-g li {
        width: 48%;
    }

    /*商品一覧*/
    .button-02 {
        margin-left: 24px;
    }
    .goods{
        width: 22%;
    }

    .cart-btn {
        padding: 24px 0 0 0;
    }

    #cartBtn {
        top: calc(75% - 1.5px);
    }
    /*SNS*/
    .sns-box {
        width: 350px;
    }
}