@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.6.1/css/all.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+SC:600);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900&display=swap);
@import url(https://fonts.googleapis.com/css?family=Anton&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap);
@import url(https://file001.shop-pro.jp/PA01516/709/common/css/animate.css);

/* ---------------------------------------------------------------- *
		リセット
* ---------------------------------------------------------------- */

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/

html, body, div, span, 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, fsss, strike, strong, sub, sup, 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%;vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after{content:''; content:none;}
table{border-collapse:collapse;border-spacing:0}
*,*::before,*::after {box-sizing:border-box;}

/* ---------------------------------------------------------------- *
		基本設定(PC)
* ---------------------------------------------------------------- */

html {scroll-padding-top:60px; /* 固定ヘッダの高さ分 */}

body {
	background-color:#fff;
	font-family:
	'Roboto',
	'Noto Sans JP',
	'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro',
	"游ゴシック体", YuGothic, 
	'メイリオ', Meiryo,
	'ＭＳ Ｐゴシック',
	'MS PGothic',
	Helvetica,
	Osaka,
	sans-serif!important;	
	color:#111;
	font-feature-settings:"palt" 1;
	font-kerning:auto;
}

/* リンク色の設定 */
a {opacity:1;transition:all 0.2s ease-in-out;}
a:hover {opacity:0.8;transition:all 0.1s ease-in-out;}
a:link {color:#111;text-decoration:underline;}
a:visited {color:#111;text-decoration:underline;}
a:hover {color:#414141;text-decoration:none!important;}
a:active {color:#111;text-decoration:none!important;}

/* 明朝 */
.serif {
	font-family:
	'Noto Serif JP',
	"游明朝体",
	"Yu Mincho",
	YuMincho,
	Garamond,
	"Times New Roman",
	"ヒラギノ明朝 Pro W3",
	"Hiragino Mincho Pro",
	"HiraMinProN-W3",
	"HGS明朝E",
	"ＭＳ Ｐ明朝",
	"MS PMincho",
	serif;
	font-weight: 600;
	letter-spacing:0;
	font-feature-settings:"palt" 1;
	font-kerning:auto;
}
	
/* ゴシック */
.sansSerif {
	font-family:
	'Roboto',
	'Noto Sans JP',
	'ヒラギノ角ゴ Pro W3',
	'Hiragino Kaku Gothic Pro',
	'メイリオ',
	'ＭＳ Ｐゴシック',
	'MS PGothic',
	Helvetica,
	Meiryo,
	Osaka,
	sans-serif;
	font-feature-settings:"palt" 1;
	font-kerning:auto;
}

/* 両端揃え */
.justify {
	text-align:justify;
	text-justify:inter-ideograph;
}

.flex {
	display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-js-display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}

.hide {display:none;}
.pc_hide {display:none;}
.sp_hide {display:block;}
.hide {display:none;}
.clear {clear:both;}

/* フォント */
.ff1 {font-family:'Anton',sans-serif;}
.ff2 {font-family:'Oswald',sans-serif;}
.red {color:#eb3c64;}
.white {color:#ffffff;}
.black {color:#333333;}
.yellow {color:#ffe100;}
.blue {color:#1889e1;}
.green {color:#3d9c47;}
.text_size_big {font-size:18px;line-height:160%;}
.text_size_normal {font-size:16px;line-height:160%;}
.text_size_small {font-size:14px;line-height:160%;}
.small {font-size:10px;line-height:140%;letter-spacing:0;}

/* 共通-アニメ */
.fadeIn {opacity:0;}
.fadeIn_anime {opacity:1;transition:1s ease-out;}

.fadeIn_fast {opacity:0;transform:scale(0.95, 0.95);}
.fadeIn_fast_anime {opacity:1;transform:scale(1, 1);transition:0.5s ease-out;transition-delay:0.2s;}

.slideUp {opacity:0;transform:translate(0,50px);-webkit-transform:translate(0,50px);}
.slideUp_anime {opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);transition:1s ease-out;transition-delay:0s;}

.slideUp1 {opacity:0;transform:translate(0,50px);-webkit-transform:translate(0,50px);}
.slideUp_anime1 {opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);transition:1s ease-out;transition-delay:0.5s;}

.slideUp2 {opacity:0;transform:translate(0,50px);-webkit-transform:translate(0,50px);}
.slideUp_anime2 {opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);transition:1s ease-out;transition-delay:0.7s;}

.slideUp3 {opacity:0;transform:translate(0,50px);-webkit-transform:translate(0,50px);}
.slideUp_anime3 {opacity:1;transform:translate(0,0);-webkit-transform:translate(0,0);transition:1s ease-out;transition-delay:0.9s;}

.zoomIn {opacity:0;transform:scale(0.1, 0.1);-webkit-transform:scale(0.1, 0.1);}
.zoomIn_anime {opacity:1;transform:scale(1, 1);-webkit-transform:scale(1, 1);transition:0.4s ease-out;transition-delay:0s;}

.zoomIn_slow {opacity:0;transform:scale(0.5, 0.5) rotateY(180deg);-webkit-transform:scale(0.5, 0.5) rotateY(180deg);}
.zoomIn_slow_anime {opacity:1;transform:scale(1, 1) rotateY(360deg);-webkit-transform:scale(1, 1) rotateY(360deg);transition:0.8s ease-out;transition-delay:0s;}

.zoomOut {opacity:0;transform:scale(1.2, 1.2);-webkit-transform:scale(1.2, 1.2);}
.zoomOut_anime {opacity:1;transform:scale(1, 1);-webkit-transform:scale(1, 1);transition:0.5s ease-out;transition-delay:0s;}

/* ---------------------------------------------------------------- *
		TOPページ(PC)
* ---------------------------------------------------------------- */
.yc_container .header {background:#000;padding:20px;}
.yc_container .header .logo a {display:block;margin:0 auto;width:250px;height:42px;background:url(https://file001.shop-pro.jp/PA01516/709/common/image/logo_w.png) no-repeat;background-size:250px 42px;text-indent:-9999px;}
.yc_container .header a {color:#fff;text-decoration:none;}
.yc_container .header .insta_btn {position:absolute;top:22px;right:100px;}
.yc_container .header .insta_btn i {display:block;font-size:35px;color: #fff;}
.yc_container .header .cart_btn {position:absolute;top:20px;right:40px;}
.yc_container .header .cart_btn i {display:block;font-size:25px;color: #fff;}
.yc_container .header .cart_btn .text {display:block;font-size:12px;margin-top:5px;text-align:center;}

.yc_container .header .menu1 {border-bottom:#999 solid 1px;}
.yc_container .header .menu1 li {width:100%;border-top:#999 solid 1px;}
.yc_container .header .menu1 li .btn {position:relative;display:block;width:100%;font-size:18px;font-weight:bold;text-align:center;padding:30px;caret-color:rgba(255, 255, 255, 0);}
.yc_container .header .menu1 li .btn:hover {cursor:pointer;background: #f9f9f9;}
.yc_container .header .menu1 .subMenu {display:none;background:#eeeeee;}
.yc_container .header .menu1 .subMenu li a {display:block;padding:20px;width:100%;font-size:16px;line-height:120%;text-align:center;border: none;}
.yc_container .header .menu1 .subMenu li a:hover {background:#e2e2e2;}

.yc_container .header .menu2 {display:block;width:95%;margin:50px auto;}
.yc_container .header .menu2 li {width:19.5%;}
.yc_container .header .menu2 li a {display:block;width:100%;font-size:16px;text-align:center;border:#999 solid 1px;padding:20px;}

/* hamburgerMenu */
.hamburgerMenu {display:block;width:40px;height:40px;cursor:pointer;position:absolute;left:30px;top:30px;caret-color:rgba(255, 255, 255, 0);}
.hamburgerMenu .nav-toggle .text {position:absolute;top:36px;font-size:10px;font-weight:400;left:7px;color:#fff;}
.hamburgerMenu .nav-toggle {width:40px;height:40px;display:block;position:absolute;z-index:1001;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.hamburgerMenu .nav-toggle div {width:40px;position:absolute;left:-2px;top:-2px;}
.hamburgerMenu .nav-toggle span {display: block;position:absolute;height:2px;width:100%;background:#fff;left:0;zoom:1;transition:.35s ease-in-out;}
.hamburgerMenu .nav-toggle span:nth-child(1) {top:0;}
.hamburgerMenu .nav-toggle span:nth-child(2) {top:12px;}
.hamburgerMenu .nav-toggle span:nth-child(3) {top:24px;}
.open .nav-toggle {background:transparent;}
.open .nav-toggle span {background: #fff;}
.open .nav-toggle span:nth-child(1) {top:9px;transform:rotate(-135deg);zoom:1;}
.open .nav-toggle span:nth-child(2) {width:0;left:50%;}
.open .nav-toggle span:nth-child(3) {top:9px;transform:rotate(135deg);zoom:1;}

.hamburgerMenuBg {display:none;width:100%;overflow-y:auto;background:#fff;position:fixed;top:82px;left:0;height:auto;bottom:0;z-index: 100;}
.hamburgerMenuOp {display:block;opacity:1;}
.hamburgerMenuBtnOp {background:none;}
.hamburgerMenuBg a {color: #000!important;}

.yc_container .top_mainimg .bxslider {width:100%;background:#000;}

.yc_container .maintitle_bar {background:#000;color: #ffe100;font-size:27px;padding:15px 0;text-align: center;}
.yc_container .mainArea .mainWrap {margin:0 0 0 auto;width:87%;padding:60px 80px 60px 100px;z-index:1;}
.yc_container .home_center_wrap {width:90%;max-width:1400px;margin:0 auto;padding:4% 0;}
.yc_container .home_photo {margin:0 0 4% 0;}
.yc_container .home_photo img {display:block;width:19.5%;}
.yc_container .mainbtn {display:block;margin:0 auto;padding:30px;width:300px;text-align:center;text-decoration:none;font-size:16px;font-weight:bold;background:#000;color:#fff;}

.yc_container .mainArea {position:relative;}
.yc_container .mainArea .sidebar {position:absolute;width:15%;padding:55px 0 0 60px;}
.yc_container .mainArea .sidebar .subMenu li a {display:block;margin-bottom:15px;font-size:14px;line-height:140%;text-decoration:none;color:#333;}
.yc_container .mainArea .sidebar .search .icon_search {width:19px;height:19px;background:url(https://file001.shop-pro.jp/PA01516/709/common/image/icon_search.png) no-repeat;background-size:19px;cursor:pointer;}
.yc_container .mainArea .sidebar .search select {display:block;width:100%;margin:5px 0;padding:0px 3px 5px 3px;font-size:12px;}
.yc_container .mainArea .sidebar .search .searchbar {display:block;width:100%;margin:0 0 5px 0;padding:5px;font-size:12px;}

.yc_container .mainArea .mainWrap .seller_item {margin-bottom:100px;}
.yc_container .mainArea .mainWrap .seller_item .item_box {display:block;width:18%;border: solid 1px #ccc;}
.yc_container .mainArea .mainWrap .seller_item img {display:block;width:100%;aspect-ratio: 1/1;object-fit: contain;}

.yc_container .mainArea .mainWrap .recommend_item {margin-bottom:0px;}
.yc_container .mainArea .mainWrap .recommend_item:before{display:block;width:23.5%;order:1;content:"";}
.yc_container .mainArea .mainWrap .recommend_item:after{display:block;width:23.5%;order:1;content:"";}
.yc_container .mainArea .mainWrap .recommend_item .item_box {display:block;margin-bottom:30px;width:23.5%;color:#333;text-decoration:none;border:solid 1px #ccc;}
.yc_container .mainArea .mainWrap .recommend_item .item_box .title {margin-bottom:10px;font-size:16px;font-weight:600;padding:0 15px;}
.yc_container .mainArea .mainWrap .recommend_item .item_box .subtitle {margin-bottom:10px;font-size:11px;font-weight:400;line-height:140%;padding:0 15px;}
.yc_container .mainArea .mainWrap .recommend_item .item_box .price {font-size:16px;font-weight:700;padding:0 15px 15px 15px;}

.yc_container .common_title {margin-bottom:30px;font-size:18px;font-weight:700;}
.yc_container .common_title .small {margin-left:10px;font-size:10px;font-weight:400;}

.yc_container .top_news {margin-bottom:0px;}
.yc_container .top_news ul a {display:block;padding:25px 10px 15px 10px;text-decoration:none;color:#555;border-top:#333 dotted 1px;}
.yc_container .top_news ul a:hover {background-color:#eee;color:#000;}
.yc_container .top_news ul a .news_date {margin-bottom:10px;font-size:16px;margin-right:20px;font-weight:700;}
.yc_container .top_news ul a .news_message {margin-bottom:7px;font-size:16px;margin-right:20px;line-height:160%;}
.yc_container .top_news ul li:last-of-type {border-bottom:#555 dotted 1px;}

.yc_container .mainArea .mainWrap .top_instagram {position:relative;width:calc(100%-10px);margin:0 auto 40px auto;}
.yc_container .mainArea .mainWrap .iframeWrap{height:0;padding-bottom:33%;}
.yc_container .mainArea .mainWrap iframe {position:absolute;top:0;left:0;}

.yc_container .common_footer {padding:60px;background-color:#202020;border-top:#ddd solid 1px;}

.yc_container .common_footer .sns {margin:0 auto 70px auto;}
.yc_container .common_footer .sns a {width:40px;margin: 0 auto;display: block;}
.yc_container .common_footer .sns img {display:block;width:100%;}
.yc_container .common_footer .text_link {width:60%;margin: 0 auto 80px auto;}
.yc_container .common_footer .text_link .title {display:block;margin-bottom:20px;font-size:13px;font-weight:700;color:#fff;}
.yc_container .common_footer .text_link li a {display:block;margin-bottom:15px;font-size:12px;font-weight:400;color:#fff;}
.yc_container .common_footer .copyright {color:#FFF;font-size:11px;text-align:center;}

.pagetop {display:none;position:fixed;bottom:40px;right:30px;}
.pagetop li {list-style:none;font-size:10px;font-weight:700;line-height:125px;text-align:center;}
.pagetop a {z-index:1000;color:#7c7c7c;display:block;width:50px;height:50px;text-decoration:none;background:url("https://file001.shop-pro.jp/PA01516/709/common/image/pagetop.png") no-repeat;opacity:1;transition:all .2s ease-in-out;}
.pagetop a:hover {opacity:0.9;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;}

/* ---------------------------------------------------------------- *
		下層ページ共通(PC)
* ---------------------------------------------------------------- */

.yc_container .mainimg_2nd {margin:80px 0 0px 0;}
.yc_container .mainimg_2nd .title {text-align: center;}
.yc_container .mainimg_2nd .title .text {font-size:20px;border: solid 1px #333;padding:15px 40px;color: #333;}

/*パンくずリスト*/
.yc_container .footstamp {margin-bottom:40px;font-size:14px;line-height:160%;}
.yc_container .footstamp span {margin:0 15px;}

/*商品無しなどの警告文*/
.alert_text {padding:200px 0;text-align:center;}

.yc_container .mainArea .mainWrap .recommend_item_2nd {margin-bottom:0!important;}
.yc_container .mainArea .mainWrap .recommend_item_2nd .item_box {width:23%;}

.common_subtitle_2nd {margin-bottom:40px;padding:0 0 0 15px;font-size:20px;font-weight:bold;line-height:140%;}

/* ---------------------------------------------------------------- *
		商品一覧(PC)
* ---------------------------------------------------------------- */

/*商品一覧 サブカテゴリボタン*/
.sub_category_area {margin-bottom:10px;}
.sub_category_area .sub_category {width:32.9%;}
.sub_category_area .sub_category a {display:block;padding:25px 0;width:100%;background-color:#333;color:#ffe100;text-decoration:none;text-align:center;font-size:13px;line-height:140%;border-radius:6px;}

/*商品一覧 ソート*/
.sort {width:100%;margin-bottom:40px;padding:25px;background:#eee;border:#ddd solid 1px;text-align:center;border-radius:6px;}
.sort .title {margin-bottom:15px;font-size:14px;font-weight:bold;}
.sort .text {margin-bottom:16px;}
.sort .text .active {font-weight:bold;}
.sort .note {font-size:12px;}

/*商品一覧 ページ送り*/
.pager {margin-bottom:100px;}
.pager .note {margin-bottom:30px;text-align:center;font-size:14px;}
.pager .btnWrap {margin:0 auto;width:630px;}
.pager .btn {display:block;margin:auto;padding:25px 0;width:300px;background:#ffe100;color:#000;text-decoration:none;text-align:center;font-size:16px;font-weight:bold;line-height:140%;}
.pager .next {background:url("https://file001.shop-pro.jp/PA01516/709/common/image/btn_arrow1.png") no-repeat #ffe100 260px center;}
.pager .prev {background:url("https://file001.shop-pro.jp/PA01516/709/common/image/btn_arrow2.png") no-repeat #ffe100 20px center;}

/* ---------------------------------------------------------------- *
		検索結果(PC)
* ---------------------------------------------------------------- */

.search_result_wrap {margin-bottom:10px;padding:25px;background:#ffe100;text-align:center;border-radius:6px;}
.search_result_wrap .title {margin-bottom:15px;font-size:20px;}
.search_result_wrap .search_result span {padding:0 20px;font-size:14px;}

/* ---------------------------------------------------------------- *
		商品詳細(PC)
* ---------------------------------------------------------------- */

.yc_container .mainArea .mainWrap .recommend_item .item_box_img {position:relative;overflow:hidden;margin-bottom:15px;width:100%;background-color:#FFF;}
.yc_container .mainArea .mainWrap .recommend_item .item_box_img::before {display:block;padding-top:100%;content:"";}
.yc_container .mainArea .mainWrap .recommend_item .item_box_img img {position:absolute;top:0%;left:0%;height:100%;width:100%;object-fit:contain;}

/*商品詳細画像*/
.product_img {float:left;width:40%;margin:0;}
.product_img_main {position:relative;overflow:hidden;margin-bottom:15px;background-color:#FFF;border:solid 1px rgba(0,0,0,0.1);}
.product_img_main::before {display:block;padding-top:100%;content:"";}
.product_img_main img {display:block;position:absolute;top:0%;left:0%;height:100%;width:100%;object-fit:contain;}
.product_img_thumb {justify-content:flex-start;}
.product_img_thumb li {position:relative;display:block;margin:0!important;width:calc(100%/4);cursor:pointer;background-color:#FFF;border:solid 1px rgba(0,0,0,0.1);}
.product_img_thumb li::before {display:block;padding-top:100%;content:"";}
.product_img_thumb img {position:absolute;top:0%;left:0%;height:100%;width:100%;object-fit:contain;}
.thumb_active {border:solid 1px rgba(0,0,0,0.4)!important;}

/*商品詳細 タイトル*/
.product_detail_area {margin-bottom:60px;width:55%;float:right;}
.product_detail_area .product_name1 {margin-bottom:10px;font-size:30px;}
.product_detail_area .product_name2 {margin-bottom:30px;font-size:14px;line-height:140%;}

/*商品詳細 価格等*/
.product_detail_area .add_cart_table {width:100%;margin-bottom:30px;border-bottom:#999 dotted 1px;}
.product_detail_area .add_cart_table th {font-weight:normal;font-size:16px;text-align:left;border-top:#999 dotted 1px;vertical-align:middle;}
.product_detail_area .add_cart_table td {margin-bottom:40px;padding:25px 0;font-size:18px;text-align:left;border-top:#999 dotted 1px;vertical-align:middle;}

/*商品詳細 購入数*/
.product_detail_area .add_cart_table .pur_block_table {margin:-20px 0;}
.product_detail_area .add_cart_table .pur_block_table th,
.product_detail_area .add_cart_table .pur_block_table td {border:none;vertical-align:middle;} 
.product_detail_area .add_cart_table .pur_block1 input {display:block;margin-left:auto;padding:10px;width:100%;font-size:16px;} 
.product_detail_area .add_cart_table .pur_block2 img {display:block;margin:5px;}

.product_detail_area .add_cart_table  select {padding:10px;font-size:16px;width:220px;}

/*商品詳細 オプション*/
.product_detail_area .option_box {margin-bottom:30px;}
.product_detail_area .option_box .title {font-size:12px;margin-bottom:15px;}
.product_detail_area .option_box table {margin-bottom:30px;width:100%;}
.product_detail_area .option_box table th {font-size:14px;text-align:left;background:#eee;border:#ccc solid 1px;text-align:center;vertical-align:middle;}
.product_detail_area .option_box table td {padding:5px;font-size:10px;background:#fff;border:#ccc solid 1px;vertical-align:middle;text-align:center;}
.product_detail_area .option_box table td input {width:100%;margin-top:10px;}
.product_detail_area .option_box table .cell_1 { width:100px;padding:15px 0 10px 0;}
.product_detail_area .option_box table td .table_price {display:none;}
.product_detail_area .option_box table td:hover {background:#eee;}
.product_detail_area .option_box table .none {background:#eee;}
.product_detail_area .option_box .option_price {font-size:14px;}

.product_detail_area .option_price {display: none;}

/*商品詳細 カートボタン*/
.product_detail_area .disable_cartin {border-bottom:#999 dotted 1px;}
.product_detail_area .disable_cartin .btn {display:block;margin-bottom:30px;width:100%;max-width:400px;height:70px;text-align:center;line-height:70px;font-weight:bold;font-size:16px;background:url(https://file001.shop-pro.jp/PA01516/709/common/image/icon_cart2.png) no-repeat #333 18px 18px;background-size:35px;border:none;cursor:pointer;transition:all 0.1s ease-in-out;color: #fff;}
.product_detail_area .disable_cartin .btn:hover {opacity:0.7;transition:all 0.1s ease-in-out;}

/*商品詳細 リンク*/
.product_link_area .other_link {margin:30px 0;padding-bottom:20px;border-bottom:#999 dotted 1px;}
.product_link_area .other_link li {margin-bottom:10px;font-size:14px;line-height:140%;}
.product_link_area .share li {margin-bottom:10px;}
.product_link_area .share .fb-like {display:block;}
.product_link_area .share .fb-like iframe {position:static!important;width:100%!important;}

/*商品詳細 解説テキスト*/
.product_description {clear:both;margin-bottom:60px;padding:50px 0;border-bottom:#999 dotted 1px;font-size:14px;line-height:180%;}
.product_description .title {clear:both;font-size:18px;margin-bottom:0;border-left:#999 solid 4px;padding-left:15px;line-height:160%;}
.product_description .color_variation {overflow:hidden;margin-bottom:20px;}
.product_description .color_variation br {display:none;}
.product_description .color_variation a {display:block;width:18%;margin-right:2%;float:left;text-decoration:none;font-size:12px;color:#333;font-weight:bold;line-height:140%;}
.product_description .color_variation a:last-of-type {margin-right:0;}
.product_description .color_variation a .photo {position:relative;display:block;margin:0 0 8px 0!important;width:100%;cursor:pointer;background-color:#FFF;border:solid 1px rgba(0,0,0,0.1);}
.product_description .color_variation a .photo::before {display:block;padding-top:100%;content:"";}
.product_description .color_variation a .photo img {position:absolute;top:0%;left:0%;height:100%;width:100%;object-fit:contain;}
.product_description .size_table iframe {position:static!important;display:block;margin-bottom:20px;overflow:hidden;width:100%;height:240px;}
.product_description .note_size {margin-bottom:50px;}

/*iframe サイト外html*/
.csv_table table {width:100%;height:240px;border:0;border-collapse:collapse;font-size:14px;}
.csv_table table th {padding:15px;border:#CCC solid 1px;background-color:#eee;text-align:center;vertical-align:middle;}
.csv_table table td {padding:7px;border:#CCC solid 1px;background-color:#fff;text-align:center;vertical-align:middle;}

/*商品詳細 買い物情報エリア*/
.product_info .box {margin-bottom:100px;}
.product_info .box {padding:25px;width:23.5%;background:#FFF;border:#ddd solid 1px;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,0.1);}
.product_info .box .title {margin-bottom:20px;font-size:18px;}
.product_info .box .text {margin-bottom:20px;font-size:14px;line-height:160%;}
.product_info .box .text:last-of-type {margin-bottom:0;}
.product_info .box img {display:block;margin:10px 0 0 0;}

/* ---------------------------------------------------------------- *
		NEWS FREEページ(PC)
* ---------------------------------------------------------------- */

.freepage {padding:50px;}
.freepage .title {margin-bottom:40px;font-size:30px;font-weight:bold;line-height:140%;}
.freepage p {width:100%;max-width:740px;margin-bottom:30px;font-size:18px;line-height:180%;}
.freepage p:last-of-type {margin-bottom:0;}
.freepage .photo {margin-bottom:30px;}
.freepage .photo img {max-width:400px;}
.freepage .photo:last-of-type {margin-bottom:0;}

/* photo album (PC) */
.photoalbum {padding-bottom:5%;}
.photoalbum a {display:block;width:19.9%;margin-bottom:2px;}
.photoalbum a img {display:block;width:100%;}
.photoalbum .noimg {width:19.9%;}

/* ---------------------------------------------------------------- *
		特定商取引法に基づく表記(PC)
* ---------------------------------------------------------------- */

#policy .title {padding-top:60px;margin-bottom:20px;font-size:16px;}
#policy table {margin-bottom:60px;width:100%;}
#policy table th,
#policy table td {padding:15px;background:#FFF;border:#CCC solid 1px;vertical-align:middle;text-align:left;font-size:14px;line-height:160%;}
#policy table th {background:#f9f9f9; width:20%;}

/* ---------------------------------------------------------------- *
		プライバシーポリシー(PC)
* ---------------------------------------------------------------- */

#policy .policy_lead { font-size:17px;margin-bottom:40px;line-height:180%;}
#policy .policy_box {padding-top:40px;margin-bottom:40px;border-top:#999 dotted 1px;}
#policy .pe_title {font-size:16px;margin-bottom:15px;}
#policy .pe_note {font-size:13px;line-height:140%;margin-bottom:10px;}

/* ---------------------------------------------------------------- *
		お買い物ガイド(PC)
* ---------------------------------------------------------------- */

.shopping_guide .lead {font-size:17px;margin-bottom:40px;line-height:180%;}
.shopping_guide .menu li {margin-bottom:15px;font-size:13px;}
.shopping_guide .title {margin-top:60px;font-size:18px;margin-bottom:20px;}
.shopping_guide .sub_title {padding:17px 15px 15px 15px;background:#fee101;font-size:15px;border-radius:5px 5px 0 0;box-shadow:0 1px 3px rgba(0,0,0,0.15);}
.shopping_guide .text {margin-bottom:20px;padding:20px;font-size:14px;line-height:180%;background:#FFF;border-radius:0 0 5px 5px;box-shadow:0 1px 3px rgba(0,0,0,0.15);}

/* ---------------------------------------------------------------- *
		運営企業(PC)
* ---------------------------------------------------------------- */

.handling_company table {margin-bottom:60px;width:100%;}
.handling_company table th,
.handling_company table td {padding:20px;background:#FFF;border:#CCC solid 1px;vertical-align:middle;text-align:left;font-size:15px;line-height:160%;}
.handling_company table th {background:#f9f9f9; width:20%;}
.handling_company table .logo {display:block;width:250px;margin-bottom:10px;}
.handling_company .contact {margin-bottom:10px;}

/* ---------------------------------------------------------------- *
		取扱店舗(PC)
* ---------------------------------------------------------------- */

.handling_store .table1 {width:100%;}
.handling_store .table1 tr {border-bottom:#CCC dotted 1px;}
.handling_store .table1 th {padding-bottom:20px;font-size:12px;text-align:left;color:#999;}
.handling_store .table1 .th1 {width:180px;}
.handling_store .table1 td {padding:30px 0;}
.handling_store .table1 .title {font-size:14px; font-weight:bold;}
.handling_store .table1 ul li {font-size:14px;margin-bottom:25px;}
.handling_store .table1 ul li:last-of-type {margin-bottom:0;}
.handling_store .table1 ul li a {color:#333;}














/* 以下、画面の横幅が1100px以下の場合に適用されるCSS（PC/ipad） */

@media screen and (max-width:1100px) {

.yc_container .mainArea .sidebar {position:absolute;width:10%;padding:55px 0 0 30px;}
.yc_container .mainArea .mainWrap {width:90%;padding:50px;margin:0 0 0 auto;}
.yc_container .mainArea .sidebar .subMenu li a {font-size:1.3vw;line-height:120%;white-space: nowrap;}

/* ---------------------------------------------------------------- *
		商品一覧(PC/ipad)
* ---------------------------------------------------------------- */

/*商品一覧 サブカテゴリボタン*/
.sub_category_area .sub_category a {display:block;padding:20px;width:100%;background-color:#333;color:#ffe100;text-decoration:none;text-align:center;font-size:13px;line-height:140%;border-radius:6px;}

/*商品一覧 ページ送り*/
.pager {margin-bottom:60px;}
.pager .btnWrap {margin:0 auto;width:100%;}
.pager .btn {display:block;margin:auto;margin-bottom:5px;padding:25px 0;width:300px;background:#ffe100;color:#000;text-decoration:none;text-align:center;font-size:16px;font-weight:bold;line-height:140%;}

/* ---------------------------------------------------------------- *
		商品詳細(PC/ipad)
* ---------------------------------------------------------------- */

.product_detail_area .add_cart_table th {font-size:14px;width:100px;}
.product_detail_area .add_cart_table  select {padding:10px;font-size:16px;width:86%;}
.product_detail_area .product_name1 {font-size:20px;}
.product_detail_area .product_name2 {font-size:12px;}
.product_detail_area .add_cart_table td {font-size:14px;}

/*商品詳細 解説テキスト*/
.product_description .color_variation a {font-size:10px;}
.product_description .color_variation a .photo img {padding:10px;}

/*iframe サイト外html*/
.csv_table table {width:100%;height:240px;border:0;border-collapse:collapse;font-size:14px;}
.csv_table table th {padding:15px;border:#CCC solid 1px;background-color:#eee;text-align:center;vertical-align:middle;}
.csv_table table td {padding:7px;border:#CCC solid 1px;background-color:#fff;text-align:center;vertical-align:middle;}

/*商品詳細 買い物情報エリア*/
.product_info {margin-bottom:60px;}
.product_info .box {margin-bottom:14px;}
.product_info .box {width:49%;}

}








/* 以下、画面の横幅が700x以下の場合に適用されるCSS（SP） */

@media screen and (max-width:700px) {

.pc_hide {display:block;}
.sp_hide {display:none;}

.yc_container .header {padding:10px;}
.yc_container .header .logo a {display:block;margin:20px auto;width:150px;height:25px;background:url(https://file001.shop-pro.jp/PA01516/709/common/image/logo_w.png) no-repeat;background-size:150px 25px;text-indent:-9999px;}
.yc_container .header .insta_btn {position:absolute;top:30px;right:60px;}
.yc_container .header .insta_btn i {display:block;font-size:20px;color: #fff;}
.yc_container .header .cart_btn {position:absolute;top:30px;right:20px;}
.yc_container .header .cart_btn i {display:block;font-size:20px;color: #fff;}
.yc_container .header .cart_btn .text {display:none;}

.yc_container .header .menu1 li .btn {font-size:17px;padding:20px;}
.yc_container .header .menu1 .subMenu li a {padding:15px;font-size:14px;}

.yc_container .header .menu2 {margin:20px auto;}
.yc_container .header .menu2 li {width:49.5%;margin-bottom:5px;}
.yc_container .header .menu2 li a {width:100%;font-size:13px;padding:15px;}

/* hamburgerMenu */
.hamburgerMenu {display:block;width:30px;height:30px;cursor:pointer;position:absolute;left:20px;top:30px;caret-color:rgba(255, 255, 255, 0);}
.hamburgerMenu .nav-toggle .text {position:absolute;top:36px;font-size:10px;font-weight:400;left:7px;color:#fff;}
.hamburgerMenu .nav-toggle {width:30px;height:30px;display:block;position:absolute;z-index:1001;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.hamburgerMenu .nav-toggle div {width:30px;position:absolute;left:0;top:0;}
.hamburgerMenu .nav-toggle span {display: block;position:absolute;height:2px;width:100%;background:#fff;left:0;zoom:1;transition:.35s ease-in-out;}
.hamburgerMenu .nav-toggle span:nth-child(1) {top:0;}
.hamburgerMenu .nav-toggle span:nth-child(2) {top:10px;}
.hamburgerMenu .nav-toggle span:nth-child(3) {top:20px;}
.open .nav-toggle {background:transparent;}
.open .nav-toggle span {background: #fff;}
.open .nav-toggle span:nth-child(1) {top:9px;transform:rotate(-135deg);zoom:1;}
.open .nav-toggle span:nth-child(2) {width:0;left:50%;}
.open .nav-toggle span:nth-child(3) {top:9px;transform:rotate(135deg);zoom:1;}

.hamburgerMenuOp {display:block;opacity:1;}
.hamburgerMenuBtnOp {background:none;}

.yc_container .maintitle_bar {font-size:22px;}
.yc_container .mainArea .mainWrap {margin:0 auto;max-width:1400px;width:90%;padding:0px;z-index:1;}
.yc_container .home_center_wrap {width:90%;max-width:1400px;margin:0 auto;padding:20px 0;}
.yc_container .home_photo {margin:0 0 20px 0;}
.yc_container .home_photo img {display:block;width:49.9%;margin-bottom:1px;}
.yc_container .mainbtn {width:100%;font-size:16px;padding:15px;}

.yc_container .mainArea .sidebar .common_title {margin:20px 0 10px 0;font-size:14px;}
.yc_container .mainArea .sidebar {position:inherit;width:90%;padding:0px;margin: 0 auto 20px auto;}
.yc_container .mainArea .sidebar .subMenu {	display: flex;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;-js-display: flex;justify-content: space-between;-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;flex-wrap: wrap;-ms-flex-wrap: wrap;-webkit-flex-wrap: wrap;width:100%;}
.yc_container .mainArea .sidebar .subMenu::after{content:"";display: block;width:33%;}
.yc_container .mainArea .sidebar .subMenu li {width:33%;}
.yc_container .mainArea .sidebar .subMenu li a {display:block;margin:0 0 4px 0;font-size:13px;line-height:100%;text-decoration:none;color:#333;border:solid 1px #333;padding:10px;text-align:center;}
.yc_container .mainArea .sidebar .search {display:none;}

.yc_container .mainArea .mainWrap .seller_item {margin-bottom:60px;}
.yc_container .mainArea .mainWrap .seller_item .item_box {display:block;width:18%;border: solid 1px #ccc;}
.yc_container .mainArea .mainWrap .seller_item img {display:block;width:100%;aspect-ratio: 1/1;object-fit: contain;}

.yc_container .mainArea .mainWrap .recommend_item {margin-bottom:20px;}
.yc_container .mainArea .mainWrap .recommend_item .item_box {display:block;margin-bottom:10px;width:49%;color:#333;text-decoration:none;}
.yc_container .mainArea .mainWrap .recommend_item .item_box .title {margin-bottom:10px;font-size:16px;font-weight:600;}
.yc_container .mainArea .mainWrap .recommend_item .item_box .subtitle {margin-bottom:10px;font-size:11px;font-weight:400;line-height:140%;}
.yc_container .mainArea .mainWrap .recommend_item .item_box .price {font-size:14px;font-weight:700;}

.yc_container .common_footer {padding:30px;}
.yc_container .common_footer .sns {margin:20px auto 50px auto;}
.yc_container .common_footer .text_link {width:100%;margin: 0 auto 20px auto;}
.yc_container .common_footer .text_link li {width:100%;margin-bottom:30px;}
.yc_container .common_footer .text_link li li {width:100%;margin-bottom:0;}
.yc_container .common_footer .text_link li a {display:block;margin-bottom:15px;font-size:12px;font-weight:400;color:#fff;}
.yc_container .common_footer .copyright {color:#FFF;font-size:11px;text-align:center;}

.pagetop {display:block;position:inherit;background-color:#202020;padding:20px 0;border-top:solid 1px rgba(0,0,0,0.5);}
.pagetop li {list-style:none;width:110px;font-family:'Roboto',sans-serif;font-weight:400;font-size:12px;text-indent:40px;line-height:30px;margin:0 auto;}
.pagetop a {color:#000;display:block;color:#FFF;width:30px;height:30px;text-decoration:none;background-image: url("https://file001.shop-pro.jp/PA01516/709/common/image/pagetop.png");background-repeat:no-repeat;
;opacity:1;background-size:30px 30px;}

/* ---------------------------------------------------------------- *
		下層ページ共通(SP)
* ---------------------------------------------------------------- */

.yc_container .mainimg_2nd {margin:50px 0 70px 0;}
.yc_container .mainimg_2nd .title .text {font-size:18px;padding:15px 40px;}

/*パンくずリスト*/
.yc_container .footstamp {margin-bottom:15px;font-size:12px;line-height:160%;}
.yc_container .footstamp span {margin:0 5px;}

/*商品無しなどの警告文*/
.alert_text {padding:100px 0;text-align:center;}

.yc_container .mainArea .mainWrap .recommend_item_2nd {margin-bottom:0!important;}

.common_subtitle_2nd {margin-bottom:20px;padding:0 0 0 15px;border-left:#ffd800 solid 5px;font-size:18px;font-weight:bold;line-height:140%;}

/* ---------------------------------------------------------------- *
		商品一覧(SP)
* ---------------------------------------------------------------- */

/*商品一覧 サブカテゴリボタン*/
.sub_category_area {margin-bottom:10px;}
.sub_category_area .sub_category {width:100%;}
.sub_category_area .sub_category a {display:block;margin-bottom:2px;padding:20px 0;width:100%;background-color:#333;color:#ffe100;text-decoration:none;text-align:center;font-size:13px;line-height:140%;border-radius:6px;}

/*商品一覧 ソート*/
.sort {width:100%;margin-bottom:15px;padding:15px;background:#eee;border:#ddd solid 1px;text-align:center;border-radius:6px;}
.sort .title {margin-bottom:15px;font-size:13px;font-weight:bold;}
.sort .text {margin-bottom:16px;font-size:14px;}
.sort .text .active {font-weight:bold;}
.sort .note {font-size:10px;}

/*商品一覧 ページ送り*/
.pager {margin-bottom:20px;}
.pager .note {margin-bottom:30px;text-align:center;font-size:12px;}
.pager .btnWrap {margin:0 auto;width:100%;}
.pager .btn {display:block;margin:0 auto 5px auto;padding:25px 0;width:300px;background:#ffe100;color:#000;text-decoration:none;text-align:center;font-size:16px;font-weight:bold;line-height:140%;}
.pager .next {background:url("https://file001.shop-pro.jp/PA01516/709/common/image/btn_arrow1.png") no-repeat #ffe100 260px center;}
.pager .prev {background:url("https://file001.shop-pro.jp/PA01516/709/common/image/btn_arrow2.png") no-repeat #ffe100 20px center;}


/* ---------------------------------------------------------------- *
		検索結果(SP)
* ---------------------------------------------------------------- */

.search_result_wrap {margin-bottom:10px;padding:15px;background:#ffe100;text-align:center;border-radius:6px;}
.search_result_wrap .title {margin-bottom:10px;font-size:16px;}
.search_result_wrap .search_result span {display:block;margin-top:5px;padding:0;font-size:12px;}

/* ---------------------------------------------------------------- *
		商品詳細(SP)
* ---------------------------------------------------------------- */

.yc_container .mainArea .mainWrap .recommend_item .item_box_img {position:relative;overflow:hidden;margin-bottom:15px;width:100%;background-color:#FFF;border:solid 1px rgba(0,0,0,0.1);}
.yc_container .mainArea .mainWrap .recommend_item .item_box_img::before {display:block;padding-top:100%;content:"";}
.yc_container .mainArea .mainWrap .recommend_item .item_box_img img {position:absolute;top:0%;left:0%;height:100%;width:100%;object-fit:contain;}

/*商品詳細画像*/
.product_img {float:inherit;width:100%;margin:0 0 30px 0;}
.product_img_main {position:relative;overflow:hidden;margin-bottom:5px;background-color:#FFF;border:solid 1px rgba(0,0,0,0.1);}
.product_img_main::before {display:block;padding-top:100%;content:"";}
.product_img_main img {display:block;position:absolute;top:0%;left:0%;height:100%;width:100%;object-fit:contain;}
.product_img_thumb {justify-content:flex-start;}
.product_img_thumb li {position:relative;display:block;margin:0!important;width:calc(100%/4);cursor:pointer;background-color:#FFF;border:solid 1px rgba(0,0,0,0.1);}
.product_img_thumb li::before {display:block;padding-top:100%;content:"";}
.product_img_thumb img {position:absolute;top:50%;left:50%;padding:10px;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%);max-width:100%;max-height:100%;width:auto;height:auto;}
.thumb_active {border:solid 1px rgba(0,0,0,0.4)!important;}

/*商品詳細 タイトル*/
.product_detail_area {margin-bottom:30px;width:100%!important;float:inherit!important;}
.product_detail_area .product_name1 {margin-bottom:10px;font-size:30px;}
.product_detail_area .product_name2 {margin-bottom:30px;font-size:14px;line-height:140%;}

/*商品詳細 価格等*/
.product_detail_area .add_cart_table {width:100%;margin-bottom:30px;border-bottom:#999 dotted 1px;}
.product_detail_area .add_cart_table th {font-weight:normal;font-size:12px;text-align:left;border-top:#999 dotted 1px;vertical-align:middle;}
.product_detail_area .add_cart_table td {margin-bottom:40px;padding:20px 0;font-size:18px;text-align:left;border-top:#999 dotted 1px;vertical-align:middle;}

/*商品詳細 購入数*/
.product_detail_area .add_cart_table .pur_block_table {margin:-20px 0;}
.product_detail_area .add_cart_table .pur_block_table th,
.product_detail_area .add_cart_table .pur_block_table td {border:none;vertical-align:middle;} 
.product_detail_area .add_cart_table .pur_block1 input {display:block;margin-left:auto;padding:10px;width:100%;font-size:16px;} 
.product_detail_area .add_cart_table .pur_block2 img {display:block;margin:5px;} 

/*商品詳細 オプション*/
.product_detail_area .option_box {margin-bottom:30px;}
.product_detail_area .option_box .title {font-size:12px;margin-bottom:15px;}
.product_detail_area .option_box table {margin-bottom:30px;width:100%;}
.product_detail_area .option_box table th {font-size:13px;text-align:left;background:#eee;border:#ccc solid 1px;text-align:center;vertical-align:middle;}
.product_detail_area .option_box table td {padding:5px;font-size:10px;background:#fff;border:#ccc solid 1px;vertical-align:middle;text-align:center;}
.product_detail_area .option_box table td input {width:100%;margin-top:10px;}
.product_detail_area .option_box table .cell_1 { width:100px;padding:15px 0 10px 0;}
.product_detail_area .option_box table td .table_price {display:none;}
.product_detail_area .option_box table td:hover {background:#eee;}
.product_detail_area .option_box table .none {background:#eee;}
.product_detail_area .option_box .option_price {font-size:14px;}

/*在庫エラー表示*/
.stock_error {color:#F00;margin:20px 0;font-size:17px;line-height:160%;font-weight:bold;}

/*商品詳細 カートボタン*/
.product_detail_area .disable_cartin {border-bottom:#999 dotted 1px;}
.product_detail_area .disable_cartin .btn {display:block;margin-bottom:30px;width:100%;max-width:400px;height:70px;text-align:center;line-height:70px;font-weight:bold;font-size:16px;background:url(https://file001.shop-pro.jp/PA01516/709/common/image/icon_cart2.png) no-repeat #333 18px 18px;background-size:35px;border:none;cursor:pointer;transition:all 0.1s ease-in-out;color: #fff;}
.product_detail_area .disable_cartin .btn:hover {opacity:0.7;transition:all 0.1s ease-in-out;}

/*商品詳細 リンク*/
.product_link_area .other_link {margin:25px 0;padding-bottom:15px;border-bottom:#999 dotted 1px;}
.product_link_area .other_link li {margin-bottom:10px;font-size:14px;line-height:140%;}
.product_link_area .share li {margin-bottom:10px;}
.product_link_area .share .fb-like iframe {width:100%!important;}

/*商品詳細 解説テキスト*/
.product_description {clear:both;margin-bottom:30px;padding:30px 0;border-bottom:#999 dotted 1px;font-size:14px;line-height:160%;}
.product_description .title {clear:both;font-size:17px;margin-bottom:0;border-left:#ffd800 solid 4px;padding-left:15px;line-height:160%;}
.product_description .color_variation {overflow:hidden;margin-bottom:20px;}
.product_description .color_variation br {display:none;}
.product_description .color_variation a {display:block;width:18%;margin-right:2%;float:left;text-decoration:none;font-size:10px;color:#333;font-weight:bold;line-height:140%;}
.product_description .color_variation a:last-of-type {margin-right:0;}
.product_description .color_variation a .photo {position:relative;display:block;margin:0 0 8px 0!important;width:100%;cursor:pointer;background-color:#FFF;border:solid 1px rgba(0,0,0,0.1);}
.product_description .color_variation a .photo::before {display:block;padding-top:100%;content:"";}
.product_description .color_variation a .photo img {position:absolute;top:0%;left:0%;padding:5px;height:100%;width:100%;object-fit:contain;}
.product_description .size_table iframe {position:static!important;display:block;margin-bottom:20px;overflow:hidden;width:100%;height:240px;}
.product_description .size_table img {display:block;width:100%;}
.product_description img {display:block;width:100%;}

/*iframe サイト外html*/
.csv_table table {width:100%;height:240px;border:0;border-collapse:collapse;font-size:11px;}
.csv_table table th {padding:15px;border:#CCC solid 1px;background-color:#eee;text-align:center;vertical-align:middle;}
.csv_table table td {padding:7px;border:#CCC solid 1px;background-color:#fff;text-align:center;vertical-align:middle;}

/*商品詳細 買い物情報エリア*/
.product_info {margin-bottom:60px;}
.product_info .box {margin-bottom:10px;}
.product_info .box {padding:20px;width:100%;background:#FFF;border:#ddd solid 1px;border-radius:5px;box-shadow:0 0 4px rgba(0,0,0,0.1);}
.product_info .box .title {margin-bottom:15px;font-size:16px;}
.product_info .box .text {margin-bottom:15px;font-size:13px;line-height:160%;}
.product_info .box .text:last-of-type {margin-bottom:0;}
.product_info .box img {display:block;margin:10px 0 0 0;}

/* ---------------------------------------------------------------- *
		NEWS FREEページ(SP)
* ---------------------------------------------------------------- */

.freepage {padding:0;margin-bottom:5%;}
.freepage .title {margin-bottom:20px;font-size:18px;font-weight:bold;line-height:140%;}
.freepage p {width:100%;max-width:740px;margin-bottom:20px;font-size:14px;line-height:160%;}
.freepage p:last-of-type {margin-bottom:0;}
.freepage .photo {margin-bottom:30px;}
.freepage .photo img {width:100%;max-width:inherit;}
.freepage .photo:last-of-type {margin-bottom:0;}

/* photo album (SP) */
.photoalbum {padding-bottom:5%;}
.photoalbum a {display:block;width:49.9%;margin-bottom:2px;}
.photoalbum a img {display:block;width:100%;}
.photoalbum .noimg {display:none;}

/* ---------------------------------------------------------------- *
		特定商取引法に基づく表記(SP)
* ---------------------------------------------------------------- */

#policy .title {padding-top:20px;margin-bottom:10px;font-size:15px;}
#policy table {margin-bottom:20px;width:100%;}
#policy table th,
#policy table td {padding:10px;background:#FFF;border:#CCC solid 1px;vertical-align:middle;text-align:left;font-size:13px;line-height:160%;}
#policy table th {background:#f9f9f9;width:20%;}

/* ---------------------------------------------------------------- *
		プライバシーポリシー(SP)
* ---------------------------------------------------------------- */

#policy .policy_lead {font-size:15px;margin-bottom:20px;line-height:160%;}
#policy .policy_box {padding-top:20px;margin-bottom:20px;border-top:#999 dotted 1px;}
#policy .pe_title {font-size:15px;margin-bottom:15px;}
#policy .pe_note {font-size:12px;line-height:140%;margin-bottom:10px;}

/* ---------------------------------------------------------------- *
		お買い物ガイド(SP)
* ---------------------------------------------------------------- */

.shopping_guide .lead {font-size:15px;margin-bottom:20px;line-height:160%;}
.shopping_guide .menu li {margin-bottom:10px;font-size:12px;}
.shopping_guide .title {margin-top:60px;font-size:16px;margin-bottom:20px;}
.shopping_guide .sub_title {padding:17px 15px 15px 15px;background:#fee101;font-size:14px;border-radius:5px 5px 0 0;box-shadow:0 1px 3px rgba(0,0,0,0.15);}
.shopping_guide .text {margin-bottom:20px;padding:20px;font-size:14px;line-height:160%;background:#FFF;border-radius:0 0 5px 5px;box-shadow:0 1px 3px rgba(0,0,0,0.15);}

/* ---------------------------------------------------------------- *
		運営企業(SP)
* ---------------------------------------------------------------- */

.handling_company table {margin-bottom:20px;width:100%;}
.handling_company table th,
.handling_company table td {padding:20px;background:#FFF;border:#CCC solid 1px;vertical-align:middle;text-align:left;font-size:14px;line-height:160%;}
.handling_company table th {background:#f9f9f9;width:20%;}
.handling_company table .logo {display:block;width:150px;margin-bottom:10px;}
.handling_company .contact {margin-bottom:10px;font-size:14px;line-height:160%;}

/* ---------------------------------------------------------------- *
		取扱店舗(SP)
* ---------------------------------------------------------------- */

.handling_store .table1 .th1 {width:35%;}
.handling_store .table1 .title {padding-right:20px;font-size:11px;line-height:160%;}
.handling_store .table1 ul li {font-size:12px;line-height:160%;}

}