@media screen and (max-width:800px){
  
#content .content_wrap dl dd {
	padding:0;
}
  
}



#hero #hero_slide{
	height: 600px;
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
}
#hero #hero_slide .hero_slide_item{
	width: 100%;
	height: 600px;
}
#hero #hero_slide .hero_slide_item a{
	width: 100%;
	height: 100%;
	display: block;
}

#hero #hero_slide .hero_slide_item0 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/OTOMO_TOP.jpg?cmsp_timestamp=20220729134116) no-repeat center;
	background-size: cover;
}

#hero #hero_slide .hero_slide_item1 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/mc_ec_top_img1_2022.jpg?cmsp_timestamp=20221013165311) no-repeat center;
	background-size: cover;
}
#hero #hero_slide .hero_slide_item2 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/mc_ec_top_img2_2022.jpg?cmsp_timestamp=20221013170504) no-repeat center;
	background-size: cover;
}
#hero #hero_slide .hero_slide_item3 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/mc_ec_top_img3_2022.jpg?cmsp_timestamp=20221013170514) no-repeat center;
	background-size: cover;
}
#hero #hero_slide .hero_slide_item4 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/mc_ec_top_img4.jpg?cmsp_timestamp=20190928111934) no-repeat center;
	background-size: cover;
}
#hero #hero_slide .arw_wrap{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
}
#hero #hero_slide .hero_arw{
	position: absolute;
	top: 48%;
	width: 17px;
	cursor: pointer;
	z-index: 5;
}
#hero #hero_slide .hero_arw.prev{
	left: 20px;
}
#hero #hero_slide .hero_arw.next{
	right: 20px;
}
#hero #hero_slide_nav{
	margin-top: 20px;
	display: inline-block;
}
#hero #hero_slide_nav li{
	display: inline-block;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}
#hero .slide-dots{
	text-align: center;
	margin-top:20px;
}
@media screen and (max-width:800px){
#hero #hero_slide {
    height: 300px;
}
#hero #hero_slide .hero_slide_item{
	height: 300px;
}

#hero #hero_slide .hero_slide_item0 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/OTOMO_TOP_SP1.jpg?cmsp_timestamp=20220729135950) no-repeat center;
	background-size: cover;
}  
  
#hero #hero_slide .hero_slide_item1 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/mc_ec_top_img1_sp_2022.jpg?cmsp_timestamp=20221013181333) no-repeat center;
	background-size: cover;
}
#hero #hero_slide .hero_slide_item2 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/mc_ec_top_img2_sp_2022.jpg?cmsp_timestamp=20221013181356) no-repeat center;
	background-size: cover;
}
#hero #hero_slide .hero_slide_item3 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/mc_ec_top_img3_sp_2022.jpg?cmsp_timestamp=20221013181429) no-repeat center;
	background-size: cover;
}
#hero #hero_slide .hero_slide_item4 a{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/mc_ec_top_img4_sp.jpg?cmsp_timestamp=20190928112429) no-repeat center;
	background-size: cover;
}
#hero .slide-dots{
  display:none !important;
}
}
#hero .slide-dots li{
	display: inline-block;
	margin-right: 10px;
	width: 12px;
	height: 12px;
}
#hero .slide-dots li button{
	position: relative;
	top: 0;
	left: 0;
  text-indent: -9999px;
	width: 100%;
	height: 100%;
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/t2018_slide_icon.png?cmsp_timestamp=20180909142533) no-repeat center;
	background-size: 100% 100%;
}
#hero .slide-dots li.slick-active button{
	background: url(https://img20.shop-pro.jp/PA01323/846/etc/t2018_slide_icon_cur.png?cmsp_timestamp=20180909142539) no-repeat center;
	background-size: 100% 100%;
}



.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '¢«';
}
[dir='rtl'] .slick-prev:before
{
    content: '¢ª';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '¢ª';
}
[dir='rtl'] .slick-next:before
{
    content: '¢«';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '&#8226;';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/**/
.toppage_banner {width: 73.3%; margin: 120px auto;}
@media screen and (max-width:800px){
	.toppage_banner {width: 100%; margin: 120px auto;}
}

@media screen and (max-width: 800px) {
.container.top {
width: 100%;
}
}

/* Á÷ÎÁÌµÎÁ */
.free-shipping_text {
color: #a8282d;
font-size: 30px;
font-weight: 600;
letter-spacing: 0.15em;
}
.free-shipping_text {
display: flex;
margin: 0 auto;
width: 960px;
justify-content: center;
}
.free-shipping_text .small {
font-size: 16px;
}
.free-shipping_text .price {
font-size: 36px;
}  
.free-shipping_text .middle {
font-size: 24px;
}
.free-shipping_text .icon_img img {
max-width: 72px;
margin-right: 16px;
padding: 10px 0 0px;
}  
@media screen and (max-width:800px){
.free-shipping_text {
width: 100%;
margin: 12% auto 0;
text-align: left;
font-size: 18px;
align-items: center;
line-height: 1.4;
}
.free-shipping_text .icon_img img {
max-width: 80px;
margin-right: 16px;
padding: 8px 0 0;
}
.free-shipping_text .small {
  font-size: 12px;
}
.free-shipping_text .price {
  font-size: 24px;
}
.free-shipping_text .middle {
  font-size: 16px;
}
}  
  
  