@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600&display=swap');
#page-bottom * {
	font-family: Arial, YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	
}
/***************************************
common
****************************************/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

html {
  overflow-x: hidden;
}

body, html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  overflow: hidden;
}

#header #name-and-logo {
  padding-top: 18px;
  text-align: center;
}

#header #name-and-logo a {
  display: inline-block !important;
}

#header #name-and-logo img {
  height: 48px;
  width: 201px;
}

#main-footer{
  width: 100%;
  background-color: #000;
  font-size: 12px;
  padding-bottom: 7px;
}

#main-footer p#copyright {
  float: none;
  margin: 0;
  text-align: center;
  font-size: 1.2rem;	
}

.btn_shopping {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  width: 90px;
  height: 25px;
  font-size: 10px !important;
  text-align: center;
  line-height: 25px;
}

.en {
  font-family: 'Lato', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

p {
  line-height: 1.7 !important;
}

#header #name-and-logo a span {
  background-image: url(/shop/images/pc/sprite_01.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin: 0 auto;
  height: 81px;
  width: 201px;
  display: block;
  vertical-align: middle;
}

.btn_area {
  width: 100%;
}

.btn_area .btn {
  margin: 0 auto;
}

.btn_area .btn a {
  width: auto;
}

.btn_area .btn a {
  display: block;
  margin: 0 auto;
  line-height: 15px;
  text-align: center;
  background-color: #000000;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  position: relative;
  padding: 10px 0;
}

.btn_area .btn a::after {
  content: "";
  position: absolute;
  top: 60%;
  right: 15px;
  width: 6px;
  height: 6px;
  margin: -4px 0 0 0;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.banner img {
  width: 100%;
}

.part_info a {
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 0px;
}



.footer-items{
	width: 40%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0 auto 30px;
	gap: 30px 30px;
	font-size: 12px;
}
.footer-items h2{
    text-align: left;
    font-size: 12px;
    /* padding-bottom: 5px; */
    margin-bottom: 0;
	font-weight: 600;
}
.footer-items a{
	font-size: 12px;
	padding: 3px 0;
	text-align: left;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.footer-items hr{
	width: 50%;
	margin: 2px 0;
}
.footer_category{
	width: 30%;
}
.footer_info{
	width: 30%;
}
.footer_sns{
	width: 30%;
}
.footer_col{
	display: flex;
	flex-direction: column;
}
.footer_row{
	display: flex;
	flex-direction: row;
	gap: 10px;
}
.footer_row a{
	width: 37px;
}
.footer_row a img{
	width: 100%;
}
.footer-intro {
  width: 50%;	
  background-color: #000000;
  padding: 0;
  padding-top: 16px;	
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer-intro a{
  width: 30%;
  color: #ffffff!important;
  text-decoration: none;
  text-align: left;
}
.footer_copy{
	display: flex;
	flex-direction: row;
	width: 40%;
	margin: 0 auto;
	justify-content: space-between;
	font-size: 1.2rem;
}
p.copyright{
	font-size: 12px;
}
#copyright {
  background-color: #000;
  color: #fff;
  padding-top: 10px;
  padding-right: 70px;
}
  .drawer-trigger {
    cursor: pointer;
    height: 28px;
    position: absolute;
    left: 26px;
    top: 34px;
    width: 38px;  
  }
  .drawer-trigger p {
    text-align: center;
  }
  .drawer-trigger p span, .drawer-trigger p span:before, .drawer-trigger p span:after {
    background-color: #fff;
  }
  .drawer-trigger p span {
    display: inline-block;
    height: 2px;
    position: relative;
    width: 34px;
  }
  .drawer-trigger p span:before, .drawer-trigger p span:after {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 34px;
  }
  .drawer-trigger p span:before {
    top: 8px;
  }
  .drawer-trigger p span:after {
    top: 16px;
  }
  div#drawer-menu {
    background-color: #000;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    color: #fff;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -20%;
    top: 0;
    width: 20%;
    z-index: 199;
  }

div#drawer-menu::-webkit-scrollbar {
  width: 12px;
}
div#drawer-menu::-webkit-scrollbar-track {
 background: #8d8d8d;	
}
div#drawer-menu::-webkit-scrollbar-thumb {
  background: #f9f9fc;
  width: 8px;
  margin: 0 auto;	
}
div#drawer-menu.block {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
  .text_link_inner {
    padding-top: 104px;
  }
  .text_link_inner .common_text_link.linkb01 ul li .linkb_acdn .acdn_ttl {
    padding-left: 43px;
  }
  .text_link_inner .common_text_link ul li .linkb_acdn .acdn_ttl {
    color: #FFF;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    margin-bottom: 0;
	font-size: 1.4rem; 
  }
  .text_link_inner .common_text_link ul li .linkb_acdn .acdn_ttl:before,
  .text_link_inner .common_text_link ul li .linkb_acdn .acdn_ttl:after {
    background-color: #fff;
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    top: 50%;
    width: 15px;
    -moz-transition: -moz-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    -o-transition: -o-transform .2s linear;
    -ms-transition: -ms-transform .2s linear;
    transition: transform .2s linear;
  }
  .text_link_inner .common_text_link ul li .linkb_acdn .acdn_ttl:before {
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .text_link_inner .common_text_link ul li .linkb_acdn .acdn_ttl:after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .text_link_inner .common_text_link ul li .linkb_acdn .acdn_ttl.open:after {
    height: 0;
  }
  .text_link_inner .common_text_link .acdn_contens {
    display: none;
  }
  .text_link_inner .common_text_link ul li .linkb_acdn .acdn_contens ul li:last-child {
    border-bottom: none;
  }
  .text_link_inner .common_text_link.linkb01 ul li a i, .text_link_inner .common_text_link.linkb01 .linkb_acdn .acdn_ttl i {
    background-image: url(/shop/images/sp/sprite_01.png);
    background-repeat: no-repeat;
    left: 3px;
    vertical-align: middle;
    position: absolute;
    top: 50%;
  }
  .text_link_inner .common_text_link.linkb01 ul li .linkb_acdn .acdn_ttl i.spr_category {
    margin-top: -12px;
  }
  .spr.spr_category {
    background-position: -85px -69px;
    height: 24px;
    width: 27px;
    background-size: 190px;
  }
  div#drawer-menu.block {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  div#drawer-menu .close {
    position: absolute;
    right: 28px;
    top: 37px;
  }
  div#drawer-menu .close span {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
  }
  div#drawer-menu .close span:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  div#drawer-menu .close span:before, div#drawer-menu .close span:after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    width: 40px;
  }
  div#drawer-menu .close span:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  div#drawer-menu .close span:before, div#drawer-menu .close span:after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    width: 40px;
  }
  .text_link_inner {
    box-sizing: border-box;
    padding-bottom: 48px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    position: relative;
    top: 60px;
	text-align: left
  }
  .text_link_inner .common_text_link:first-child {
    margin-top: 0;
  }
  .text_link_inner .common_text_link .catettl {
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  .text_link_inner .common_text_link .catettl span {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    margin-right: 15px;
  }
  .text_link_inner .common_text_link ul {
    margin-bottom: 0;
	list-style-type: none;  
  }
  .text_link_inner .common_text_link ul li:first-child {
    border-top: 1px solid #FFF;
  }
  .text_link_inner .common_text_link ul li {
    border-bottom: 1px solid #FFF;
    font-size: 1.4rem;
  }
 
.text_link_inner .common_text_link a {
    color: #FFF;
    display: block;
    padding-bottom: 8px;
    padding-top: 10px;
    position: relative;
    text-decoration: none;
    font-size: 1.4rem;
  }
.text_link_inner .common_text_link .tex-min li a{
	font-size: 1.4rem;
	font-weight: 200;
}

  .text_link_inner .common_text_link a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    vertical-align: middle;
  }
  .text_link_inner .common_text_link a:after {
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 2px;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
  }
  .text_link_inner .common_text_link.linkb01 ul li a {
    background-position: 3px center;
    background-repeat: no-repeat;
    background-size: 23px auto;
    padding-left: 43px;
    position: relative;
  }
/***************************************
PC
width 800px～
****************************************/
/***************************************
SP
width ～799px
****************************************/
@media screen and (min-width: 800px) {
  #main-menu {
    display: none;
  }
  .container {
    background-color: #fff;
    padding: 0;
  }
  .rocco-part .columns.twelve.fix {
    padding-left: 14px;
    padding-right: 14px;
  }
  .rocco-part .columns.twelve.fix2 {
    padding-left: 12px;
    padding-right: 12px;
  }
  .rocco-part p.bottom_text {
    margin: 0 auto;
    width: 90%;
    max-width: 660px;
  }
  .height_10em {
    height: 10em;
  }
  .height_7em {
    height: 7em;
  }
  .height_5em {
    height: 5em;
  }
  .height_3em {
    height: 3em;
  }
  .mt_1em {
    margin-top: 0;
  }
  .fluid-container .columns.twelve.small-six:nth-of-type(odd) {
    padding-right: 2.8%;
  }
  .fluid-container .row .columns.twelve.small-six:nth-of-type(even) {
    padding-left: 2.8%;
  }
/*
  .drawer-trigger {
    display: none;
  }
  div#drawer-menu {
    display: none;
  }
*/
  #header #name-and-logo a span {
    background-size: auto;
  }
/*
  .text_link_inner {
    display: none;
  }
*/
  .site-main {
    width: 1080px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
  }
  .text_area {
    margin-top: 10px;
    margin-top: 30px;
    font-size: 16px;
    text-align: center;
  }
  .text_area div {
    padding: 10px;
    margin: 0;
    word-break: break-all;
    text-align: center;
  }
  .heading img {
    width: 350px;
  }
  .site-main .block {
    overflow: hidden;
    margin-top: 60px;
  }
  .part_main_img_box img,
  .part_sub_img_box img {
    width: 100%;
  }
  .part_main_img {
    width: 60%;
    float: left;
  }
  .part_sub_block {
    padding-left: 16px;
    float: left;
    width: 40%;
  }
  .part_sub_img {
    display: block;
  }
  .part_sub_block .part_sub_img:nth-of-type(2) {
    padding-top: 11px;
  }
  .part_info {
    float: left;
    clear: left;
    width: 60%;
    margin-top: -190px;
  }
  .part_info li a {
    width: 130px;
    display: block;
    margin-bottom: 16px;
    line-height: 1;
  }
  .part_info li a span {
    float: right;
  }
  .part2_wrap .heading {
    text-align: right;
  }
  .part2_wrap .part_main_img {
    width: 60%;
    float: right;
  }
  .part2_wrap .part_sub_block {
    padding-right: 16px;
    padding-left: 0px;
    float: right;
    width: 40%;
  }
  .part2_wrap .part_sub_img {
    display: block;
  }
  .part2_wrap .part_info {
    float: right;
    clear: right;
    margin-top: 0;
    padding: 5px;
  }
  .part3_wrap .part_info {
    margin-top: 0;
  }
  .smf {
    display: none;
  }
  .product_list_wrap {
    overflow: hidden;
  }
  .product_list_wrap {
    margin-top: 50px;
  }
  .product_list_wrap .heading {
    text-align: center;
  }
  .product_list_wrap .list_wrap .item_list li {
    float: left;
    margin-right: 16px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    width: 258px;
  }
  .product_list_wrap .list_wrap .item_list li div {
    width: 100%;
    cursor: default;
  }
  .item_list li div,
  .item_list li .product_list_text {
    position: relative;
    display: inline-block;
    margin: 0;
    word-break: break-all;
  }
  .item_list li .product_list_text {
    position: relative;
    display: inline-block;
    margin: 0;
    word-break: break-all;
    height: 290px;
  }
  .item_list li .txt_item_name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
  }
  .product_list_wrap .list_wrap .item_list li a {
    text-decoration: none;
  }
  .item_list li .txt_price {
    margin-top: 5px;
    cursor: default;
  }
  .product_list_wrap .item_list li:nth-child(4n) {
    margin-right: 0;
  }
  .product_list_wrap .item_list li:nth-child(4n+1) {
    clear: both;
  }
  .product_list_wrap .list_wrap .item_list li div img {
    height: auto;
    width: 100%;
  }
  .btn_area a {
    font-size: 14px;
    line-height: 1.6;
  }
  .btn_area_block {
    margin: 50px 0 30px 0;
  }
  .btn_area_block .btn_area {
    width: 400px;
    margin: 0 auto;
  }
  .btn_area_block .btn_area a {
    font-size: 16px;
    line-height: 1.8;
  }
  .product_list_wrap .list_wrap.list_items2 li {
    margin-top: 80px;
  }
  .list_wrap,
  .item_list {
    overflow: hidden;
  }
  .border_line {
    display: block;
    position: relative;
    width: 1080px;
    margin-left: 280px;
  }
  .border_line.border_2 {
    margin-left: 0;
  }
  .border_line .border_line_thick {
    background-color: #b5b5b5;
    width: 300px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
  }
  .border_line .border_line_thin {
    background-color: #ececec;
    display: block;
    width: 500px;
    position: absolute;
    left: 300px;
    bottom: 0;
    height: 6px;
  }
	#page-bottom{
		padding-top: 50px;	
		background-color:rgba(255,255,255,0.7);
	    background-blend-mode:lighten;	
		margin-top: -18px
	}	
}
@media screen and (max-width: 799px) {
  #header {
    padding-bottom: 0;
  }
  #header #name-and-logo {
    background-color: #000;
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .spbtn {
    padding: 15px;
  }
  .height_10em, .height_7em {
    height: 3em;
  }
  .height_5em, .height_3em {
    height: 0;
  }
  .mt_1em {
    margin-top: 1em;
  }
  .read_area {
    margin-left: -2px;
  }
  #header #name-and-logo a span {
    height: 54px;
    width: 134px;
    background-size: 134px auto;
    padding: 0;
    top: 1px;
    text-indent: -9999px;
  }
  div#drawer-menu {
    background-color: #000;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    color: #fff;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 199;
  }
  .heading img {
    width: 100%;
  }
  .site-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .text_area {
    margin-top: 10px;
  }
  .text_area div {
    padding: 10px;
    margin: 0;
    word-break: break-all;
    text-align: left;
  }
  .float_l {
    float: left;
  }
  .p-r-5 {
    padding-right: 5px;
  }
  .p-l-5 {
    padding-left: 5px;
  }
  .p-r-10 {
    padding-right: 10px;
  }
  .p-l-10 {
    padding-left: 10px;
  }
  .site-main .block,
  .site-main .product_list_wrap {
    overflow: hidden;
    margin-top: 30px;
  }
  .heading {
    text-align: center;
  }
  .heading img {
    width: 250px;
  }
  .part_main_img {
    padding-bottom: 5px;
  }
  .part_main_img_box,
  .part_sub_img_box {
    display: inline-block;
  }
  .part_main_img_box img,
  .part_sub_img_box img {
    width: 100%;
  }
  .part_sub_img {
    width: 50%;
  }
  .part_info {
    width: 50%;
    overflow: hidden;
    float: left;
    margin-top: -80px;
  }
  .price {
    margin-left: 10px;
  }
  .part_price_area a {
    float: left;
    width: 7.5em;
    line-height: 1.75;
    width: auto;
    text-decoration: none;
    padding: 0;
    margin-bottom: 10px;
    line-height: 1;
  }
  .part1_wrap {
    overflow: hidden;
  }
  .part1_wrap .part_sub_img {
    padding-right: 5px;
  }
  .part1_wrap .part_sub_img:last-of-type {
    padding-left: 5px;
  }
  .part2_wrap .part_info {
    float: right;
    margin-top: 0;
  }
  .part3_wrap .part_info {
    margin-top: -50px;
  }
  .product_list_wrap .list_wrap.list_items2 {
    margin-top: 50px;
  }
  .product_list_wrap .list_wrap .item_list {
    overflow: hidden;
  }
  .product_list_wrap .list_wrap .item_list li {
    float: left;
    margin-right: 10px;
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 45.333%;
    width: -moz-calc((100% - 12px) / 2);
    width: -webkit-calc((100% - 12px) / 2);
    width: calc((100% - 12px) / 2);
    min-height: 207px;
  }
  .item_list li div {
    position: relative;
    margin: 0;
  }
  .product_list_wrap .list_wrap .item_list li div img {
    height: auto;
    width: 100%;
  }
  .product_list_wrap .item_list li:nth-child(even) {
    margin-right: 0;
  }
  .product_list_wrap .item_list li a {
    text-decoration: none;
  }
  .product_list_text {
    text-align: left;
    word-break: break-all;
  }
  .btn_area {
    width: 100%;
  }
  .btn_area .btn {
    margin: 0 auto;
  }
  .btn_area .btn a {
    width: auto;
  }
  .btn_area .btn a {
    display: block;
    margin: 0 auto;
    line-height: 15px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
  }
  .btn_area .btn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .pc {
    display: none;
  }
  .btn_area_block .btn_area a {
    font-size: 12px;
    margin: 30px 30px;
    line-height: 1.8;
  }
 
  .product_list_wrap .list_wrap .item_list li {
    cursor: default !important;
  }
.footer-items{
	width: 60%;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 0 auto 30px;
	gap: 30px 30px;
}
.footer_category{
	width: 100%;
}
.footer_info{
	width: 100%;
}
.footer_sns{
	width: 100%;
}
.footer_col{
	display: flex;
	flex-direction: column;
}
.footer_row{
	display: flex;
	flex-direction: row;
	gap: 10px;
}	
.footer-items hr{
	width: 100%;
	margin: 2px 0;
}
.footer_copy{
	flex-direction: column;
	width: 100%;
	margin: 0 auto;

}
.footer-intro {
  padding-top: 10px;	
  display: flex;
  width: 100%;
  justify-content: space-between;
	}
.footer-intro a{
  text-align: center;
}
	#page-bottom{
		padding-top: 20px;
		background-color: #ffffff;
		margin-top: -18px;
	}
#copyright {
	padding-right: 0;
}
}
