@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans&display=swap');
@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, em, img, 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, section, summary, div, input, select {    
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; 
    font-size: 15px;
    list-style: none;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}

html {
  font-family: 'Noto Sans','Noto Sans JP',YuGothic,'Yu Gothic',sans-serif;
  font-size: 62.5%;
  touch-action: manipulation;
  box-sizing: border-box; 
  height:100%;
}

body {
  font-size: 1.4rem;
  line-height: 2.8rem;
  letter-spacing: 0.1rem;
  font-weight: 300;
  color: #323232;
  font-feature-settings: "palt";
  overflow-x: hidden;
  height:100%;
}

.wrap {
    min-height: 100vh;
    position: relative;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none; 
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none; 
}

img {
    max-width: 100%;
    max-height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0; 
}

a {
    text-decoration: none;
    color: #323232;
    transition: .3s ease-in-out;
}

a:link{
color:#323232;
}

a:visited{
color:#323232;
}

a:hover{
color:#323232;
}

a:active{
color:#323232;
}

input,select,option {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: #F7F8F8;
    border: none;
    padding: 1rem;
}

::-webkit-scrollbar{
  width: 4px;
}

::-webkit-scrollbar-track{
  background: #fff;
  border-left: solid 1px #ececec;
}

::-webkit-scrollbar-thumb{
  background: #ccc;
  border-radius: 4px;
  box-shadow: inset 0 0 0 2px #fff;
}

@media screen and (max-width: 768px) {
    body {
        line-height: 2.4rem;
        letter-spacing: 0.05;    
    }
}





/* -----------------------------------------------------------------
   Loading animation
----------------------------------------------------------------- */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #5d737e;
  position: fixed;
  z-index: 30;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px;
}

@media screen and (max-width: 768px) {
    .pace .pace-progress {
    }
}

/* -----------------------------------------------------------------
   top main
----------------------------------------------------------------- */
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    margin-bottom: 2.5vh;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #5d737e;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #adb8be;
}

.main-wrap {
    padding: 5vh 5vw;
}

.logo-image {
    margin: 2.5vh 0;
    text-align: center;
}

.top-image{
min-height: 200px;
}

.top-image img {
    width: 100%;
    object-fit: cover;
    min-height: 200px;
    height: 50vw;
    max-height: 500px;
}

@media screen and (max-width: 768px) {
    .main-wrap {
        padding: 2.5vh 5vw;
    }
    
    .logo-image img {
        max-width: 60vw;
        overflow: hidden;
    }
}

/* -----------------------------------------------------------------
   top ranking ランキング
----------------------------------------------------------------- */
.ranking-list-wrap {
  counter-reset: ranking;
}

.ranking-list-wrap li {
  margin-top: 5vh;
}

.ranking-list-wrap li:before {
    counter-increment: ranking;
    content: counter(ranking);
    font-size: 2.2rem;
    position: absolute;
        top: -5vh;
        left: 47%;
}

/* -----------------------------------------------------------------
   contents
----------------------------------------------------------------- */
.page-wrap {
    width: 100%;
    min-height: 100%;
    padding: 60px 0 25vh;
    margin: 0 auto;
}

.content-wrap {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    padding: 0 5vw;
}

.content-title {
    font-size: 2rem;
    text-align: center;
    margin: 5vh 0;
}

.content-item {
    max-width: 650px;
    margin: 0 auto 5vh;
}

.content-item pre {
    white-space: pre-wrap;
}

.content-subtitle {
    font-size: 1.6rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2.5vh;
    border-bottom: solid 1px;
}

.item-list-wrap {
    max-width: calc(910px - 5vw);
    width: 100%;
    padding: 0 auto;
    margin-bottom: 5vh;
    display: block;
}

.top-content-wrap {
    margin: 0 auto;
    position: relative;
}

.item-list-item {
    width: calc(100% / 4 - 15px);
    height: auto;
    padding-bottom: 5vh;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    position: relative;
}

.item-list-item img {
    width: 170px;
    height: 170px;
    object-fit: scale-down;
}

.item-list-item:nth-child(4n) {
    margin-right: 0;
}

.item-list-item span {
    display: inline-block;
    width: 100%;
}

.btn-area {
    text-align: center;
}

.btn-area a{
    color: #ffffff;
    width: 100%;
}

    .btn {
    width: 100%;
    max-width: 460px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: solid 1px #5d737e;
    display: inline-block;
    text-align: center;
    }

@media screen and (max-width: 768px) {
    .page-wrap {
        padding: 40px 0 15vh;
        margin: 0;
    }
    
    .content-title {
        margin: 2.5vh 0 5vh;
    }
    
    .item-list-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .item-list-item {
        width: calc(100% / 2 - 2vw);
        margin-right: 0;
    }
    
    .item-list-item img {
        width: 100%;
        min-width: calc(100% / 2 - 5vw);
        min-height: calc(100vw / 2 - 5vw);
    }

    .item-list-item:nth-child(2n) {
        margin-right: 0;
    }

    .btn {
    width: 100%;
    max-width: 460px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: solid 1px #5d737e;
    display: inline-block;
    text-align: center;
    }
}

/* -----------------------------------------------------------------
   パンくずリスト
----------------------------------------------------------------- */
.breadcrumbs-wrap {
    font-size: 1.2rem;
    opacity: 0.5;
}

/* -----------------------------------------------------------------
   商品一覧　カテゴリーリスト
----------------------------------------------------------------- */
.category-list-wrap {
    width: 100%;
    padding-bottom: 5vh;
    margin: 0 auto;
}

.category-list {
    width: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 5vh 0;
}

.category-list li, .category-list img {
    width: 25%;
    display: inline-block;
}

.category-list a {
    width: 100%;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.item-none-text {
    text-align: center;
    padding: 5vh 0 7.5vh;
}

/*---------- セール商品 ----------*/
.item-price-down {
    color: #b23a48;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 2.5rem;
    white-space: nowrap;
}

/*---------- ソールドアウト商品 ----------*/
.item-sold-out {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    margin-top: 0.5rem;
}

@media screen and (max-width: 768px) {
    .category-list {
    }
}

/* -----------------------------------------------------------------
   商品一覧　ページャー
----------------------------------------------------------------- */
.pager-wrap {
    width: 100%;
    max-width: 910px;
    letter-spacing: 0.5rem;
    margin: 0 auto;
    display: flex;
    text-align: center;
}

.pager-inner {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pager-inner li {
    padding: 1rem;
}

.pager-inner li.active {
    font-weight: bold;
    font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
    .pager-inner {
        width: 100%;
    }
}

/* -----------------------------------------------------------------
   商品詳細　item-
----------------------------------------------------------------- */
.item-name {
    font-size: 14px;
    margin: 5vh 0 2.5vh;
    letter-spacing: 0.05em;
}

.item-price {
    font-size: 1.6rem;
    text-align: center;
    opacity: 0.75;
}

.item-wrap {
    width: 100%;
    margin-top: 7.5vh;
    display: flex;
    justify-content: space-between;
}

.item-image-wrap {
    width: calc(100% - 2.5vw);
    max-width: 400px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.item-image-list, .item-image-wrap li {
    width: 100%;
}

.item-image-main {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 2.5vh;
}

.item-details-wrap {
    max-width: calc(100% / 2 - 2.5vw);
    width: 100%;
}

.details-text-area {
    margin: 20px auto 100px;
    text-align: center;
}

.makeshop-option-wrap, .details-option-item {
    width: 100%;
    margin-bottom: 2.5vh;
}

.makeshop-option-label, .details-option-name {
    width: 100%;
    margin-bottom: 1rem;
}

.makeshop-option-wrap select, .makeshop-option-input {
    width: 100%;
}

.makeshop-option-select-item {
    font-weight: normal;
}

.btn-cart {
    max-width: 100%;
    height: 150px;
    line-height: 145px;
    border: solid 1px #323232;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    margin: 5vh 0;
    background-color: #323232;
    color: #fff;
}

.item-detail-soldout {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .item-wrap {
    margin: 50px auto 100px;
    flex-direction: column;
    }
    
    .item-name {
        font-size: 1.6rem;
        margin: 5vh 0 2.5vh;
    }
    
    .item-image-wrap{
        max-width: none;
        width: 100%;
        justify-content: space-around;
    }
    
    .item-details-wrap {
        max-width: 100%;
            margin: 0 auto 100px;
    }
    
    .item-image-main {
        text-align: center;
    }
    
    .makeshop-option-wrap, .details-option-item {
        width: 100%;
    }
    
    .details-option-item input, .makeshop-option-wrap select {
        width: 100%;
    }
}

/* -----------------------------------------------------------------
   会社概要
----------------------------------------------------------------- */

.company-image {
    text-align: center;
    margin-bottom: 2.5vh;
}

/* -----------------------------------------------------------------
   モジュール用
----------------------------------------------------------------- */
/*------------------------------
   ヘッダー（$module.header）
------------------------------*/
.header {
    width: 100%;
    height: 60px;
    padding: 0 1rem;
    line-height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    position: fixed;
        top: 0;
    z-index: 20;
}

.header .header-logo-wrap {
	position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
}

.header .header-logo-wrap a {
    height: 60px;
    line-height: 60px;
}

.header .header-logo-wrap img {
    max-height: 25px;
    max-width: 70vw;
    vertical-align: middle;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .header {
        height: 40px;
        line-height: 40px;
    }
    
    .header .header-logo-wrap a {
        height: 40px;
        line-height: 40px;
    }
    
    .header .header-logo-wrap img {
        max-height: 20px;
    }
    
    label span {
        display: none;
    }
}

/*----- メニュー（左ナビ）-----*/
.cp_cont_leftnav {
    height: 60px;
}

.cp_offcm04 {
    display: inline-block;
}

.cp_offcm04 i {
    font-size: 1.8rem;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
}

.cp_offcm04 .cp_menu_leftnav {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 500px;
    height: 100%;
    padding: 5vh 0;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
            transition: 0.5s transform;
    background-color: rgba(255,255,255 ,1);
    opacity: 0.95;
    overflow-y: auto;
    z-index: 25;
}

.cp_offcm04 #cp_toggle04 {
    position: absolute;
    display: none;
    opacity: 0;
}

.cp_offcm04 #cp_toggle04:checked ~ .cp_menu_leftnav {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
}

.cp_offcm04 #cp_toggle04 ~ label {
    display: block;
    padding: 0 1rem;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
            transition: 0.5s transform;
    text-align: center;
    z-index: 10;
}

.cp_offcm04 #cp_toggle04 ~ label:hover, .cp_offcm04 #cp_toggle04 ~ label:active {
    opacity: 0.5;
}

.cp_offcm04 #cp_toggle04:checked ~ label {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
}

.drawer-menu-top {
    padding: 0 2.5vw 2.5vh;
}

.menu-search-wrap {
    height: 4rem;
    line-height: 4rem;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #5d737e;
    margin-bottom: 5vh;
    position: relative;
}

.menu-search-wrap input {
    width: 100%;
    height: 4rem;
    background: none;
    position: absolute;
    z-index: 5;
}

.menu-search-btn {
    font-weight: 2rem;
    z-index: 10;
}

.menu-inner .menu-list-wrap li a {
    display: block;
    line-height: 60px;
    text-decoration: none;
    color: #5d737e;
}

.menu-category-wrap {
    margin-bottom: 2.5vh;
}

.menu-category-wrap a {
    width: 100%;
    padding: 0 2.5vw;
    display: inline-block;
}

.menu-category-wrap a:hover, .menu-category-wrap a:active {
    background-color: #e7eaec;
}

.menu-sub-wrap {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #666;
    padding-bottom: 50px;
}

.menu-sub-wrap li {
    height: 4rem;
    line-height: 4rem;
    padding: 0 2.5vw;
    opacity: 0.75;
}

.menu-sns {
    padding: 0 5vw 0 2.5vw;
    margin-top: 5vh;
    display: flex;
    justify-content: flex-start;
}

.menu-sns-item a {
    padding: 1rem 2.5vw;
}

.account-sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .cp_cont_leftnav {
        height: 40px;
        line-height: 40px;
    }
    
    .cp_offcm04 .cp_menu_leftnav {
        right: -70vw;
        width: 70vw;
    }
    
    .cp_offcm04 #cp_toggle04:checked ~ label {
        -webkit-transform: translateX(70vw);
                transform: translateX(70vw);
    }
    
    .account-sp {
        display: block;
    }
}

/*-----カート-----*/
.cp_cont_cart {
    height: auto;
}

.cp_offcm01 {
    position: fixed;
    top: 0;
    right: 0;
    display: inline-block;
        background: #fad238;
}

.cp_offcm01 i {
    font-size: 1.8rem;
    margin-right: 0.5rem;
    vertical-align: text-bottom;
}

.cart-badge {
    margin-left: 0.5rem;
    font-weight: bold;
    display: inline-block;
}

.cp_offcm01 .cp_menu_cart {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100%;
    max-width: 500px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
            transition: 0.5s transform;
    background-color: rgba(255,255,255 ,1);
    opacity: 0.95;
    overflow: hidden;
    z-index: 25;
}

.cp_offcm01 .cp_menu_cart ul {
    margin: 0;
    padding: 0;
}

.cp_offcm01 .cp_menu_cart li {
    list-style: none;
}

.cp_offcm01 .cp_menu_cart li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.cp_offcm01 #cp_toggle01 {
    display: none;
    opacity: 0;
}

.cp_offcm01 #cp_toggle01:checked ~ .cp_menu_cart {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
}

.cp_offcm01 #cp_toggle01 ~ label {
    display: block;
    padding: 0 1rem;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
            transition: 0.5s transform;
}

.cp_offcm01 #cp_toggle01 ~ label:hover {
    opacity: 0.5;
    transition: .3s ease-in-out;
}

.cp_offcm01 #cp_toggle01:checked ~ label {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
}

.cart-object {
    width: 500px;
}

.cart-wrap {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    padding: 2.5vh 5vw;
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-list-wrap {
    border-top: solid 1px #eef1f2;
}

.cart-list-wrap li {
    display: flex;
    border-bottom: solid 1px #eef1f2;
    padding: 2.5vh 0;
}

.cart-list-img {
    width: 20%;
    height: auto;
    padding-right: 1rem;
}

.cart-list-img img {
    max-width: 100px;
}

.cart-list-details {
    width: 70%;
    padding-right: 1rem;
}

.cart-list-quantity {
    min-width: 190px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.cart-list-quantity input {
    max-width: 6rem;
    min-width: 1.5rem;
    margin: 0 1rem;
}

.item-quantity-change-btn {
    border: solid 1px #5d737e;
    padding: 0.5rem 1rem;
    display: inline-block;
}

.cart-list-delete {
    width: 10%;
    text-decoration: underline;
    text-align: right;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    padding-top: 2.5vh;
}

.cart-list-price,.cart-subtotal-price {
    font-weight: bold;
}

.incart-total-item {
    text-align: center;
}

@media screen and (max-width: 768px) {
    .cp_offcm01 .cp_menu_cart {
        right: -100vw;
        width: 70vw;
    }
    
    .cp_offcm01 #cp_toggle01:checked ~ label {
        -webkit-transform: translateX(-70vw);
                transform: translateX(-70vw);
    }
    
    .cart-object {
        width: 70vw;
    }
    
    .cart-list-img img {
        max-width: 15vw;
    }
}

/*----- フッター ($module.footer) -----*/
.footer {
    width: 100%;
    padding: 2.5vh 0;
    background-color: #FAFBFB;
    font-size: 1.2rem;
        bottom: 0;
    background-color: #fad238;
}

.footer a {
    padding: 1rem;
    vertical-align: middle;
    display: inline-block;
}

.footer-inner {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footer-nav {
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
}

.footer-sns-area {
    min-width: 20%;
    display: flex;
    justify-content: space-around;
}

.footer-copyrights {
    width: 100%;
    text-align: center;
    margin-top: 2.5vh;
    font-size: 0.8rem;
}

@media screen and (max-width: 768px) {
    .footer {
        padding: 0 5vw;
    }
    
    .footer-nav {
        display: none;
    }
    
    .footer-sns-area {
        display: none;
    }
    
    .footer-copyrights {
        margin: 1rem 0 0.5rem;
    }
}

.gender_c {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    background-color: #fad238;
}
.gender_c li {
    width: 25%;
    text-align: center;
    border: 1px solid #fff;
}
.gender_c a {
display: block;
    font-size: 10px;
    padding: 15px 0;
    letter-spacing: 0.1em;
    line-height: 1.0em;
}
.L_title h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1.3em;
    margin: 20px auto;
}
.morelink {
    width: 100%;
    text-align: right;
    height: 100%;
    margin-top: 10px;
}
.morelink a {
    width: 100%;
    text-align: right;
    font-size: 11px;
    padding-right: 20px;
}
.bottom_B {
width: 100%;
    height: 100%;
    margin-bottom: 100px;
    max-width: 500px;
    margin: 150px auto;
}
.bottom_B a {
    width: 100%;
    display: block;
    line-height: 0;
}
.bottom_B a img {
    width: 100%;
}
.pageTop {
    position: relative;
    height: 20vw;
    margin: 11vw auto 0;
}
.pageTop a {
    display: block;
    margin: 3px;
    background: #e8e8e8;
    color: #333;
    text-align: center;
    position: absolute;
    font-size: 11px;
    width: 140px;
    padding: 8px 0;
    right: 5px;
    top: 10px;
}
.navBar {
    background-color: #fad238;
    width: 100%;
    margin: 0;
    padding-bottom: 66px;
}
.navBar ul {
    position: relative;
    border-right: 0px solid #fff;
    width: 100%;
}
.navBar ul li {
    float: left;
    width: 33%;
}
.navBar ul li a, .myAccount {
    text-align: center;
    display: block;
    color: #323232;
    font-size: 12px;
    line-height: 39px;
    border-left: 1px solid #fff;
    box-sizing: border-box;
}
.navBar ul li a img {
    height: 20px;
    vertical-align: middle;
    padding-right: 8px;
}
.footerMenu {
    background: #fad238;
    font-size: 14px;
    margin-top: 15px;
}
.f_menu {
    width: 90vw;
    margin: 0 auto;
}
.footerMenu ul.f_menu li {
    border-bottom: 1px solid #323232;
}
.footerMenu ul.f_menu li a {
    display: block;
    padding: 15px;
    background: #fad238;
}
.sns_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 70%;
    margin: 50px auto;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.sns_menu li img {
    height: 30px;
}
.underlogo {
    width: 150px;
    margin: 150px auto 0;
}
#copyright {
    font-size: 10px;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 20px;
}


.navBar ul li.btnHome a, .myAccount {

    border-left: none !important;
}

.footerMenu ul.f_menu li a span {
    display: block;
    padding-right: 10px;
    background-size: 14px 14px;
}
.foot_cate{
    margin: 50px auto 50px;
    width: 100%;
    max-width: 500px;
    
}
.foot_ins{
       margin: 50px auto 50px;
    width: 100%;
    max-width: 500px; 
}

.item-review {
    text-align: center;
    display: flex;
    align-items: center;
    margin: 50px auto;
    justify-content: center;
    flex-wrap: wrap;
}
.reviewRateStar {
    display: inline-block;
    font-size: 0;
    color: #F8D803;
}
.reviewRateStar::before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-size: 1.5rem;
    font-weight: 900;
}
.starHalf::before {
    font-family: "Font Awesome 5 Free";
    content: "\f5c0";
}
.starOff::before {
    font-family: "Font Awesome 5 Free";
    content: "\f005";
    font-weight: 400;
}

.L_title h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.07em;
    line-height: 1.3em;
    margin: 20px auto;
}

.L_title h3>span {
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0;
    color: #323232;
}

.cal_12{
    text-align: center;
    margin: 50px auto;
}
.makeshop-option-select{
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background-color: #fff;
    border: none;
    padding: 1rem;
    font-size: 12px;
    color: #666666;
}
.makeshop-option-input{
    padding: 0 4px;
    margin: 0 4px;
    width: 6%;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.item-list-item span.item-title{
font-size: 12px;
    line-height: 1.5em;
    color: #888;
    letter-spacing: 0.5px;
}
.item-list-item span.list-item-price{
    font-size: 11px;
    color: #fad238;
    text-align: left;
}


/* -----------------------------------------------------------------
   LP　トップページ
----------------------------------------------------------------- */


.logo-image img{width:120px;}

.main_top{
        text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.heartware {
    margin: 50px auto;
    width: 100%;
    max-width: 500px;
}
section {
    height: 100%;
}
.tabstopmargen {
    padding-top: 16vw;
}
.marginbottom {
    margin-bottom: 30vw;
}

section.brand2019 {
    height: 100%;
    margin: 0 auto 100px;
}
.reco_item_global {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}


.reco_item_global ul {
    padding: 0;
    margin: 0;
    list-style: disc inside;
}
.reco_item_global li {
    display: block;
    width: 49%;
    height: 100%;
    margin: 20px auto;
    background-color: #fff;
}
.reco_item_global li a {
    display: block;
    width: 100%;
}
.reco_item_global li a img {
    width: 100%;
}
.morelink2019 {
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 50px auto 50px;
}
.morelink2019 a {
    width: 100%;
    text-align: right;
    font-size: 11px;
    background-color: #fad238;
    padding: 15px 30px 15px 30px;
}

.reco_item_global li a div.reco_txt {
    overflow: hidden;
    padding: 7px;
}

.reco_item_global li a div.reco_txt p {
    font-size: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 16px;
    letter-spacing: 0;
    overflow: hidden;
}

.globalbo {
    font-weight: bold;
    font-size: 10px;
}
.cartBox ul li a span{
    background:url(/smartphone/images/icon_arrow_gray.png) no-repeat right center;
    display:block;
    padding-right:10px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
}

div.sp_my_cart{
	width: 100%;
    text-align:justify;
    line-height: 1.5em;
}

div.caution{
    font-size: 13px;
    text-align: center;
    background: #fad238;
    color: #000;
    padding: 20px 0;
    line-height: 1.8em;
}
div.expl{
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    color: #777;
    letter-spacing: normal;
}
div.explexpl{
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
}
div.cart_title{
    background-image: url(https://gigaplus.makeshop.jp/lauss/shop/parts/slider_r.png) ;
    background-size: 20px 20px ;
    background-repeat: no-repeat ;
    background-position: left ;
    margin: 30px 0 20px 0 ;
    padding: 0 0 0 0px ;
    vertical-align: middle ;
    text-align: left ;
    }

div.cart_title h2{
    display: inline ;
    font-size: 14px ;
    margin: 0 ;
    padding: 0 0 0 18px ;
    text-align: left ;
    color: #333;
}

.contents_txt {
    text-align: center;
    font-size: 11px;
    color: #333;
    padding-top: 20px;
}
.logo-image img{width:120px;}

.main_top{
        text-align: center;
    max-width: 300px;
    margin: 0 auto;
}

.heartware {
    margin: 50px auto;
    width: 100%;
    max-width: 500px;
}
section {
    height: 100%;
}
.tabstopmargen {
    padding-top: 16vw;
}
.marginbottom {
    margin-bottom: 30vw;
}

section.brand2019 {
    height: 100%;
    margin: 0 auto 100px;
}
.reco_item_global {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
}


.reco_item_global ul {
    padding: 0;
    margin: 0;
    list-style: disc inside;
}
.reco_item_global li {
    display: block;
    width: 49%;
    height: 100%;
    margin: 20px auto;
    background-color: #fff;
}
.reco_item_global li a {
    display: block;
    width: 100%;
}
.reco_item_global li a img {
    width: 100%;
}


.reco_item_global li a div.reco_txt {
    overflow: hidden;
    padding: 7px;
}

.reco_item_global li a div.reco_txt p {
    font-size: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 16px;
    letter-spacing: 0;
    overflow: hidden;
}

.globalbo {
    font-weight: bold;
    font-size: 10px;
}
.contents_txt{
        text-align: center;
    font-size: 11px;
    color: #333;
    padding-top: 20px;
}