@import url("https://image.raku-uru.jp/cms/fontcss/font.css");
/***********
 * common
 ***********/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
    text-decoration: none;
}

:root {
    --main-color: #00493A;
    --second-color:#3EA18D;
    --gray-color:#919191;
    --back-color:#D9E4E1;
}


html,
body {
	height: 100%;
}

body,
body * {
    font-family: "Noto Sans JP", sans-serif;
}

body {
	font-size: 14px;
    overflow-x: hidden;
}

h2 {
	font-size: 30px;
	letter-spacing: 3px;
}

h3 {
	font-size: 24px;
	letter-spacing: 3px;
}

ul,
ul li {
	list-style: none;
}

input[type='text'],
input[type='password'] {
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	height: 30px;
	border: #d1d1d1 solid 1px;
}

input[type='checkbox'] {
	margin-right: 4px;
}

textarea {
	width: 100%;
	border: #d1d1d1 solid 1px;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th,
table td {
	border-spacing: 0;
	border-collapse: collapse;
	vertical-align: middle;
	border: none;
}

table.tbl {
	width: 100%;
	margin-bottom: 20px;
}

img {
	max-width: 100%;
	word-break: normal;
	border: none;
}

b {
	font-weight: bold;
	color: #3c9faf;
}

pre {
	white-space: pre-wrap;
}


/***********
 * layout
 ***********/

.top {
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.container_995 {
	position: relative;
	max-width: 995px;
	margin: 0 auto;
}

.container_980 {
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.container_1200 {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

.container_1400 {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

@media only screen and (max-width: 600px) {
	.container_1200 {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}


#contents{
    margin-top: 82px;
}

.tab{
    display: none;
}

@media screen and (max-width:1010px){
    #contents{
        margin-top: 59px;
    }
    .tab{
        display: block;
    }
    .tab_non{
        display: none;
    }
    .container_980,.main-contents .container_995,.main-contents .container_1200,.main-contents .container_1400,.bread.container_1200{
        padding-left: 20px;
        padding-right: 20px;
    }
}


/***********
 * header
 ***********/

#header {
	width: 100%;
    padding: 16px 40px 14px 40px;
    background-color: var(--main-color);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
	z-index: 3;
	top: 0;
	left: 0;
	display: block;
	text-align: center;
}

.logo_sub_title{
    max-width: 184px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.logo h1 a{
    display: flex;
}

.logo_sub_title img{
    width: 100%;
}

.logo_title{
    margin-right: 20px;
    position: relative;
}

.logo_title picture{
    display: flex;
    align-items: center;
}

.logo_title:after{
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    background-color: #fff;
    height: 100%;
    width: 1px;
    content: '';
}


.header-top-cart .logo {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	margin-left: -79px;
}

.logo img {
	width: auto;
	height: auto;
	max-width: 158px;
	max-height: 100px;
	vertical-align: middle;
}


/*header_right*/

.header_right{
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 0 122px;
}

.header-menu{
    display: flex;
    justify-content: end;
    align-items: end;
    gap: 0 40px;
}

.header-menu li{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.header-menu_logo{
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
}

.header_menu_titile{
    text-align: center;
}

.header_menu_titile span{
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    display: block;
}

.category-nav-category{
    position: relative;
}

.category-nav-inner{
    overflow-y: hidden;
    transition: .5s;
    position: absolute;
    width: 200px;
    margin-left: -28px;
    /*スライド要素*/
    transform: scaleY(0);
    transform-origin: center top; 
    transition: transform .3s;
    padding-top: 10px;
}

.category-nav-inner li:first-child{
    position: relative;
}

.category-nav-inner li:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-style: solid;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #b7d1cc;
    translate: -50% -100%;
  }

  .category-nav-inner li:first-child:hover::after{
    border-color: #00493A;
  }

.category-nav-inner.is-active{
    transform: scaleY(1);
}

.category-nav-inner li:not(:last-child){
    border-bottom: 1px solid var(--main-color);
}

.category-nav-inner li a{
    display: block;
    padding: 6px 0;
    background-color: #B7D1CC;
}

.category-nav-inner li a:hover{
    background-color: var(--main-color);
}

.category-nav-inner li a:hover p{
    color: #fff;
}

.category-nav-inner li a p{
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: var(--main-color);
}

.category-nav-inner li a img{
    display: none;
}

#humberger {
    position: relative;
    height: 20px;
    width: 28px;
    display: inline-block;
    box-sizing: border-box;
    display: none;
  }
  #humberger div {
    position: absolute;
    left: 0;
    height: 1px;
    width: 28px;
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    box-sizing: border-box;
    transition: all .5s;
  }
  #humberger div:nth-of-type(1) {
    bottom: 20px;
  }
  #humberger div:nth-of-type(2) {
    bottom: 10px;
  }
  #humberger div:nth-of-type(3) {
    bottom: 0;
  }
  #humberger.active div:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #humberger.active div:nth-of-type(2) {
    opacity: 0;
  }
  #humberger.active div:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }

@media screen and (max-width:1010px){
    #header{
        padding: 0;
    }
    #humberger{
        display: block;
    }
    .logo{
        width: 100%;
        padding: 18px 16px;
        border-bottom: 1px solid var(--second-color);
        display: flex;
        justify-content: space-between;
    }
    .logo img{
        width: 107px;
    }
    .logo_sub_title{
        max-width: 110px;
    }
    header .header_inner{
        flex-direction: column;
    }
    .header_right {
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
        padding-top: 28px;
        padding-bottom: 80px;
    }
    .header_menu_titile span{
        font-size: 16px;
    }
    .category-nav-category .header_menu_titile{
        margin-bottom: 30px;
    }
    .category-nav-inner{
        transform: scaleY(1);
        display: flex;
        flex-wrap: wrap;
        gap: 30px 5px;
        position: relative;
        margin-left: 0;
        padding: 0 15px 29px 15px;
        border-bottom: solid 1px var(--second-color);
        width: 100%;
    }
    .category-nav-inner li{
        width: calc(100% / 4 - 3.9px);
    }
    .category-nav-inner li a{
        background: none;
    }
    .category-nav-inner li a:hover{
        background: none;
    }
    .category-nav-inner li a img{
        background-color: #fff;
        border-radius: 10px;
        display: block;
    }
    .category-nav-inner li:first-child::after {
        display: none;
    }
    .header-nav{
        width: 100%;
        padding: 25px 0;
        border-bottom: 1px solid var(--second-color);
    }
    .category-nav{
        width: 100%;
    }
    .header-menu{
        width: 100%;
        justify-content: space-around;
        align-items: center;
        gap:unset;
    }
    .category-nav-inner li a p{
        color: #fff;
        margin-top: 6px;
        line-height: 170%;
        font-size: 13px;
    }
}


/*ヘッダーここまで*/

/*フッター*/

#footer{
    background-color: var(--main-color);
    padding: 42px 0 52px 0;
}

.footer-top_inner{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.footer-top_inner .footer-top-l{
    width: 437px;
    text-align: center;
}

#footer small{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 7%;
}

.footer-logo{
    margin-bottom: 16px;
}

.footer-top-r{
    width: calc(100% - 480px);
}

.footer-top-r h3{
    font-weight: 500;
    font-size: 19px;
    line-height: 269%;
    letter-spacing: 0%;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    color: #fff;
}

.footer-shoppingguide ul{
    display: flex;
    flex-wrap: wrap;
}

.footer-shoppingguide ul li{
    width: 50%;
}

.footer-shoppingguide ul li a{
    font-weight: 300;
    font-size: 16px;
    line-height: 229.99999999999997%;
    letter-spacing: 0%;
    color: #fff;
}


@media screen and (max-width:1010px){
    #footer{
        padding-top: 0;
        padding-bottom: 34px;
    }
    .footer-top_inner{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .footer-top-r{
        width: 100%;
    }
    .footer-top-r h3{
        text-align: center;
    }
    .footer-shoppingguide ul {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px;
    }
    .footer-shoppingguide ul li {
        width: 100%;
        text-align: center;
    }
    .footer-logo{
        margin-bottom: 0;
    }
    #footer small{
        text-align: center;
        font-size: 12px;
    }
    .footer-top-r h3{
        padding-bottom: 12px;
        margin-bottom: 15px;
    }
    .footer-shoppingguide ul li a{
        font-size: 18px;
        line-height: 250%;
        letter-spacing: 0%;
        text-align: center;
    }
    .footer-top_inner .footer-top-l{
        width: 100%;
    }
}


/*タイトル*/

.ttl{
    text-align: center;
    position: relative;
}

.ttl:after{
    position: absolute;
    content: '';
    background-color: var(--main-color);
    width: 175px;
    height: 1px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.ttl h2{
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 10%;
    text-align: center;
    color: var(--main-color);
    padding-bottom: 12px;
}

.ttl h3{
    font-family: "Inconsolata", monospace;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;    
    color: var(--gray-color);
    padding-bottom: 20px;
}


@media screen and (max-width:1010px){
    .ttl:after{
        width: 105px;
    }
    .ttl h2{
        font-size: 26px;
        margin-bottom: 6px;
    }
    .ttl h3{
        font-size: 14px;
    }
}


/*ニュース一覧*/

.top-news{
    background-image: url(https://image.raku-uru.jp/01/27685/64/lfec_img_02_1743499166539.png);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center;
    padding: 98px 0 100px 0;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.top-news .ttl{
    margin-bottom: 62px;
}

.news-list dl{
    gap: 0 40px;
    display: flex;
    border-bottom: 1px solid #BABABA;
    padding: 23px 0 22px 0;
}

.news-list dl:first-child{
    border-top: 1px solid #BABABA;
}

.news-list dl dt{
    color: var(--main-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

.news-list dl dd a{
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}

@media screen and (max-width:1010px){
    .top-news{
        padding:71px 0 79px 0;
        background-image: url(https://image.raku-uru.jp/01/27685/79/sp-lfec_img_02_1743499295506.png);
    }
    .news-list dl{
        flex-direction: column;
        padding: 20px 0;
    }
    .top-news .ttl{
        margin-bottom: 50px;
    }
    .news-list dl dt{
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news-list dl dd{
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
    }
}


/*新着*/

#top-newarrival{
    background-color: var(--back-color);
    margin: 0 calc(50% - 50vw);
	width: 100vw;
    padding: 90px 0 100px 0;
}

.gategory_cover{
    background-color: var(--back-color);
    padding: 100px 0 100px 0;
}

#top-newarrival .ttl{
    margin-bottom: 80px;
}

.product-list{
    display: flex;
    gap: 69px 23px;
    flex-wrap: wrap;
}

.product-list-item{
    width: calc(50% - 12px);
}

.product-list-photo{
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}

.product-list-photo img{
    width: 100%;
    transition: .5s;
    height: 31.4vw;
    object-fit: cover;
    max-height: 402px;
}

.product-list-item:hover .product-list-photo img{
    transform: scale(1.1);
}

.product-list-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0 40px;
}

.product-list-name{
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #000;
    width: 75%;
}

.product-list-price{
    font-weight: 500;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--main-color);
    width: calc(25% - 40px);
}

.product-list-tax{
    font-weight: 400;
    font-size: 14px;
    text-align: right;
}

.product-list-nonstock{
    color: red;
    width: 100%;
    text-align: right;
}

@media screen and (max-width:1010px){
    #top-newarrival{
        padding: 60px 0 80px 0;
    }
    #top-newarrival .ttl{
        margin-bottom: 50px;
    }
    .product-list{
        flex-direction: column;
        gap: 50px 0;
    }
    .product-list-item{
        width: 100%;
    }
    .product-list-info{
        gap: unset;
    }
    .product-list-name{
        font-size: 16px;
        width: 69.5%;
    }
    .product-list-price{
        font-size: 20px;
        width: 30%;
    }
    .product-list-photo img{
        height: 65.4vw;
        max-height:none;
    }
}

/* テーブル */

table{
    border-collapse: collapse;
}

table tr{
    border-bottom: solid 1px #BABABA;
}

table tr:first-child{
    border-top: solid 1px #BABABA;
}

table tr th,table tr td{
    vertical-align: top;
    padding: 30px 0;
}

table tr th{
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    width: 18.5%;
    padding-left: 20px;
    color: var(--main-color);
    text-align: left;
}

table tr td{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
}

@media screen and (max-width:1010px){
    table{
        width: calc(100% - 30px);
    }
    table tr th,table tr td{
        display: block;
        font-size: 14px;
    }
    table tr th{
        margin-bottom: 10px;
        padding: 20px 0 0 0;
        width: 100%;
    }
    table tr td{
        padding: 0 0 20px 0;
    }
}


.company{
    padding: 100px 0;
}

.company .ttl{
    margin-bottom: 80px;
}

@media screen and (max-width:1010px){
    .company{
        padding: 80px 0 100px 0;
    }
    
    .company .ttl{
        margin-bottom: 50px;
    }
}


/* カテゴリ一覧 */
.main_category_list{
    background-image: url(https://image.raku-uru.jp/01/27685/64/lfec_img_02_1743499166539.png);
    background-repeat: repeat-y;
    background-size: cover;
    background-position: center;
    padding: 100px 0 64px 0;
    margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.main_category_list .ttl{
    margin-bottom: 80px;
}

.main_category_list_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.main_category_list_inner_content{
    width: calc(20% - 15px);
}

.main_category_list_inner_content a{
    display: block;
}

.main_category_list_inner_content img{
    background-color: var(--category-color);
    border-radius: 10px;
    margin-bottom: 15px;
}

.main_category_list_inner_content p{
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
    color: #2C2C2C;
}

@media screen and (max-width:1010px){
    .main_category_list{
        background-image: url(https://image.raku-uru.jp/01/27685/79/sp-lfec_img_02_1743499295506.png);
    }
    .main_category_list_inner{
        gap: 50px 15px;
        justify-content: start;
        flex-wrap: wrap;
    }
    .main_category_list_inner_content {
        width: calc(50% - 15px);
    }
    .main_category_list_inner_content img{
        margin-bottom: 10px;
    }
    .main_category_list_inner_content p{
        font-size: 16px;
    }
}

.bread{
    padding: 50px 0;
}

.bread ul{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.bread ul li{
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
}

.bread ul li:not(:last-child)::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background-image: url(https://image.raku-uru.jp/01/27685/49/lfec_icon_06_1743499162235.png);
    width: 7px;
    height: 10px;
    background-size: 7px 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.bread ul li:first-child{
    width: 28px;
}

.bread ul li:first-child a{
    font-size: 0;
    position: relative;
}

.bread ul li:first-child a::before{
    display: block;
    position: absolute;
    content: '';
    background-image: url(https://image.raku-uru.jp/01/27685/50/lfec_icon_05_1743499162411.png);
    width: 12px;
    height: 13px;
    background-size: 12px 13px;
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width:1010px){
    .bread{
        padding: 30px 0;
    }
    .bread ul li{
        font-weight: 400;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
    }
}

.payment-title,.carriage-title{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: var(--main-color);
    margin-bottom: 10px;
}

.payment-title:nth-child(3){
    margin-bottom: 30px;
}

.payment-content,.carriage-content{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: #000;
    margin-bottom: 33px;
}

.carriage-content a,.payment-content a{
    color: #3EA18D;
    text-decoration:underline;
    text-decoration-color: #3EA18D;
}

table.payment-content tr td,table.payment-content tr th{
    text-align: center;
}

table.payment-content{
    margin-bottom: 0;
    width: 100%;
}

table.payment-content tr:last-child{
    border-bottom: none;
}   

@media screen and (max-width:1010px){
    table.payment-content tr{
        display: flex;
    }
    table.payment-content tr th,table.payment-content td{
        width: 50%;
    }
}



.badge_name{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    background-color: #3EA18D;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 15px 25px;
    border: solid 2px #00493A;
    border-radius: 40px;
}

.category_image_comment{
    position: relative;
}

.category_image_comment:after{
    content: '地域特産品';
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 170%;
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 2;
    color: #00493A;
}

/* .category_image_comment2{
    position: relative;
}

.category_image_comment2:after{
    content: '訳アリ品';
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 170%;
    font-weight: 400;
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 2;
    color: #00493A;
} */


@media screen and (max-width:1010px){
    .badge_name{
        top: 5px;
        left: 5px;
        padding: 10px 15px;
    }

    .category_image_comment_sp{
        position: relative;
    }

    .category_image_comment_sp:after{
        content: '地域特産品';
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3.5vw;
        line-height: 170%;
        font-weight: 400;
        position: absolute;
        top: 5px;
        left: 8px;
        z-index: 2;
        color: #00493A;
    }
    .category_image_comment:after{  
        font-size: 4.5vw;
        top: 5px;
    }

    /* .category_image_comment2_sp{
        position: relative;
    }

    .category_image_comment2_sp:after{
        content: '訳アリ品';
        font-family: "Noto Sans JP", sans-serif;
        font-size: 3.5vw;
        line-height: 170%;
        font-weight: 400;
        position: absolute;
        top: 5px;
        left: 8px;
        z-index: 2;
        color: #00493A;
    }
    .category_image_comment2:after{  
        font-size: 4.5vw;
        top: 5px;
    } */
}

/* 仮 */
.login_cover{
    background-color: var(--main-color);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000000;
}

.login_cover .login_cover_inner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 550px;
    height: 50px;
    text-align: center;
}

.login_cover_inner p{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-bottom: 15px;
}

/* 仮ここまで */
:root {
    --main-color: #00493A;
    --second-color:#3EA18D;
    --category-color:#F4F7F7;
}

.item-detail_contain{
    display: flex;
    gap: 0 30px;
    margin-bottom: 80px;
}

.item-detail-left{
    width: calc(50% - 15px);
}

.item-detail-photo-main{
    margin-bottom: 30px;
}

.item-detail-photo-main ul li{
    height: 400px;
}

.item-detail-photo-main ul li img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1010px){
    .item-detail-photo-main ul li{
        height: 65.68527918781726vw;
    }
}

.item-detail-photo{
    position: relative;
}

.item-detail-thumb .slick-track{
    margin-left: 0;
    margin-right: 0;
}

.item-detail-thumb .slick-slide{
    padding: 0 5px;
}

/* .item-detail-thumb-photo{
    height: 80px!important;
} */

.item-detail-thumb img{
    cursor: pointer;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* @media screen and (max-width:1010px){
    .item-detail-thumb-photo{
        height: 17.51336898395722vw!important;
    }
} */

.item-detail-thumb img:hover{
    opacity: 0.6;
}

.item-detail-category{
    font-weight: 400;
    font-size: 16px;
    line-height: 170%;
    letter-spacing: 0%;
    margin-bottom: 13px;
}

.item-detail-name{
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    line-height: 170%;
    letter-spacing: 0%;
}



.item-detail-right{
    width: calc(50% - 15px);
}

.item-detail-share ul{
    display: flex;
    gap: 12px;
    justify-content: end;
}

.item-detail-share ul li{
    width: 30px;
}

.item-detail-share ul li img{
    width: 100%;
}

.item-detail-vari-price{
    margin-bottom: 20px;
}

.item-detail-vari-price dl{

}

.item-detail-vari-price dl dt{
    display: none;
}

.item-detail-vari-price-num{
    font-weight: 500;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--main-color);
    margin-right: 10px;
}

.item-detail-vari-price-tax{
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--main-color);
}

.item-detail-vari-stock{
    margin-bottom: 20px;
}

.item-detail-vari-stock dl{
    display: flex;
    gap: 20px;
}

.item-detail-vari-stock dl dt,.item-detail-vari-stock dl dd{
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #2C2C2C;
}

.item-detail-vari-detile_text{
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #2C2C2C;
    margin-bottom: 30px;
}

.item-detail-input-select-r > p{
    font-weight: 400;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: 0%;
    color: #2C2C2C;
    margin-bottom: 20px;
}

.item-detail-num-count{
    display: flex;
    gap: 12px;
}

.item-detail-num-minus a,.item-detail-num-plus a{
    height: 55px;
    width: 55px;
    background-color: var(--main-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

.item-detail-num-count .jq-num-count{
    height: 55px;
    width: 55px;
    text-align: center;
}

.item_cart_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.item-detail-num-count .jq-num-count::-webkit-inner-spin-button,
.item-detail-num-count .jq-num-count::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
    -moz-appearance:textfield !important;
}

.item-detail-cart-action{
    width: 100%;
}

.item-detail-cart-action .raku-add-cart{
    background-color: var(--main-color);
    font-weight: 400;
    font-size: 22px;
    line-height: 170%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 0;
    margin-top: 30px;
}

.item-detail-cart-action .raku-add-cart span{
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-detail-cart-action .raku-add-cart img{
    width: 40px;
    margin-right: 10px;
}

.item-comment{
    background-color: #D9E4E1;
    padding: 50px 0;
}

.item-detail-txt1_inner{
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
}

.item-detail-txt1_inner img{
    width: 100%;
}

.item-comment h4{
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 24px;
}

@media screen and (max-width:1010px){
    .item-detail-photo-main{
        margin-bottom: 20px;
    }
    .item-detail_contain{
        flex-direction: column;
        margin-bottom: 50px;
    }
    .item-detail-left{
        width: 100%;
        margin-bottom: 40px;
    }
    .item-detail-right{
        width: 100%;
    }
    .item-detail-category{
        font-weight: 400;
        font-size: 14px;
        line-height: 170%;
        letter-spacing: 0%;
        margin-bottom: 10px;
    }
    .item-detail-name{
        font-weight: 700;
        font-size: 20px;
        line-height: 170%;
        letter-spacing: 0%;
        margin-bottom: 10px;
    }
    .item-detail-vari-price-num{
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0%;
        margin-right: 10px;
    }
    .item-detail-vari-price-tax{
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: right;
    }
    .item-detail-vari-stock dl dt, .item-detail-vari-stock dl dd{
        font-weight: 400;
        font-size: 16px;
        line-height: 170%;
        letter-spacing: 0%;
    }
    .item-detail-vari-detile_text{
        font-weight: 400;
        font-size: 16px;
        line-height: 170%;
        letter-spacing: 0%;
        margin-bottom: 20px;
    }
    .item-detail-input-select-r > p{
        font-weight: 400;
        font-size: 16px;
        line-height: 170%;
        letter-spacing: 0%;
        margin-bottom: 0;
    }
    .item_cart_box{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .item-detail-input{
        margin-bottom: 20px;
        width: 100%;
    }
    .item-detail-num-count{
        justify-content: center;
    }
    .item-detail-share ul{
        gap: 10px;
    }
    .item-detail-share ul li{
        width: 25px;
    }
    .item-detail-cart-action .raku-add-cart{
        font-weight: 400;
        font-size: 20px;
        line-height: 170%;
        letter-spacing: 0%;
        padding: 15px 0;
        margin-top: 10px;
    }
    .item-detail-cart-action .raku-add-cart img{
        width: 26px;
    }
}

    .copy-link{
        position: relative;
        cursor: pointer;
    }

    .copy-link input {
    padding: 10px;
    font-size: 18px;
    color: #555;
    border: none;
    outline: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -10;
    opacity: 0;
    }

    .copy-link::before {
    content: "コピーしました";
    position: absolute;
    top: -50px;
    right: -125%;
    background-color: var(--main-color);
    border-radius: 20px;
    padding: 9px 10px;
    font-size: 12px;
    display: none;
    width: 100%;
    color: #fff;
    width: 85px;
    }

    .copy-link::after {
      content: "";
      position: absolute;
      top: -20px;
        right: calc(50% - 5px);
      width: 10px;
      height: 10px;
      background-color: var(--main-color);
      transform: rotate(45deg);
      display: none;
    }

    .copy-link.active::after,
    .copy-link.active::before {
        display: block;
    }

    .swiper-wrapper{
        width: 100%!important;
    }


    @media screen and (max-width:1010px){
         .copy-link::before{
            right: -145%;
         }
    }

    .item-detail-cart-vari-radio{
        margin-bottom: 30px;
    }

    .item-detail-cart-vari-radio > div{
        margin-bottom: 5px;
    }

    .item-detail-cart-vari-radio > div *{
        cursor: pointer;
    }

    @media screen and (max-width: 1010px) {
     .item-detail-cart-vari-radio{
        margin-bottom: 20px;
    }
}
