@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

/* ============================================================================


 reset


========================================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /*10px*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow: auto;
}
html * {
	box-sizing: border-box;
}
html #gmo-sms-auth-input-modal * {
	/* GMO後払いモーダル */
	box-sizing: content-box;
	letter-spacing: 0;
}
body {
	font-family: Lato, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
	line-height: 1.5;
	word-wrap: break-word;
}
article, aside, footer, header, nav, section {
	display: block;
}
img {
	border-style: none;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style: none;
}
input, button, textarea, select {
	font-family: Lato, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

}
iframe { width: 100%; }
i { font-style: normal; }
a {
	background-color: transparent; /*IE10アクティブなリンクの灰色背景を削除*/
	-webkit-text-decoration-skip: objects;/*iOS 8+とSafari 8+のアンダーラインリンクの隙間を削除*/
}

/* フォーカスされたリンク上のアウトラインを削除 */
a:active, a:hover {
	outline-width: 0;
}

/* Safari6 */
b, strong {
	font-weight: inherit;
}

/* Chrome, Edge, and Safari. */
b, strong {
	font-weight: bolder;
}
a {
	color: #000;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80%);
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table tr th,
table tr td {
  word-break: break-all;
  word-wrap: break-word;
}

/* ======================================

 Utility

==================================== */

img {
	vertical-align: bottom;
}
.cfx {
	*zoom: 1;
}
.cfx:before, .cfx:after {
	content: "";
	display: table;
}
.cfx:after {
	clear: both;
}

/* pc */
@media screen and (min-width:800px) {
  /* header */
  #header #name-and-logo {
		display: block;
		height: auto;
		width: 201px;
		margin: 0 auto;
		}
	#header #name-and-logo a,
	#header #name-and-logo a:hover {
		display: inline-block;
    	width: 100%;
	}
	#header #name-and-logo img {
		height: 48px;
		width: 201px;
	}
  #header {
		background-color: #000;
    padding: 16px 0;
  }
	#contents {
		padding-bottom: 115px;
	}
  div#drawer-menu {
    display: none;
  }
  .block-title {
    display: none;
  }
  #main-menu .menu {
    text-align: center;
  }
  #main-menu .menu li {
    display: inline-block;
  }
  #main-menu .menu li a {
    padding: 0 9px;
    line-height: 3.5em;
    text-decoration: none;
  }
  #main-menu .menu li a:hover {
    text-decoration: underline;
  }
  .drawer-trigger {
    display: none;
  }
  #main-menu {
    display: none;
  }

	.pagetop {
		right: 30px;
		/* bottom: 30px; */
		text-decoration: none;
		position: absolute;
		/* top: -80px; */
	}
	.pagetop a {
		display: inline-block;
		width: 50px;
		height: 50px;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all .2s;
		transition: all .2s;
		opacity: 1;
		color: #000 !important;
		font-family: "Montserrat","Roboto Regular","Helvetica Neue",Helvetica,Arial,"游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","ＭＳ ゴシック",sans-serif;
		line-height: 1;
		letter-spacing: 0;
		font-size: 13px;
	}
	.pagetop span {
		position: relative;
		display: block;
		padding: 15px 0 0 0;
	}
	.pagetop span:before {
		display: block;
		margin: auto;
		content: "";
		width: 12px;
		height: 12px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
		transform: rotate(-45deg);
	}

  /* footer */
	footer {
		background-color: #000;
		font-size: 14px;
		font-size: 1.4rem;
		min-width: 1080px;
		position: relative;
		z-index: 1;
	  	letter-spacing: 0.12em;
	  	min-height: 600px;
	}

	footer a {
		color: #FFF;
		text-decoration: none;
	}

	footer .text_link_inner {
		box-sizing: border-box;
		min-height: 543px;
		margin: auto;
		padding-bottom: 40px;
		padding-top: 79px;
		position: relative;
		width: 1080px;
	}
	footer .text_link_inner .common_text_link {
		float: left;
	}
	footer .text_link_inner .common_text_link a {
		color: #FFF;
		text-decoration: none;
	}

	footer .text_link_inner .common_text_link.linkb01 {
		width: 344px;
	}
	footer .text_link_inner .common_text_link.linkb02 {
		margin-left: 40px;
		width: 280px;
	}
	footer .text_link_inner .common_text_link.linkb03 {
		margin-left: 40px;
		width: 120px;
	}
	/* SNS link */
	footer .text_link_inner  .common_text_link.sns_link {
		width: auto;
		margin-left: 190px;
		float: left;
	}

	footer .text_link_inner .common_text_link .catettl {
		border-bottom: 1px solid #FFF;
		color: #FFF;
		margin-bottom: 24px;
		padding-bottom: 3px;
	}
	footer .text_link_inner .common_text_link .catettl span {
		font-family: 'Lato', sans-serif;
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: bold;
		margin-right: 15px;
	  letter-spacing: 0.2em;
	}

	footer .text_link_inner .common_text_link ul li {
		margin-top: 10px;
	}
	footer .text_link_inner .common_text_link ul li:first-child {
		margin-top: 0;
	}



	/* footer_lowor */
	footer .footer_lowor {
		background-color: #000;
		color: #FFF;
		font-family: 'Lato', sans-serif;
		padding-bottom: 18px;
		padding-top: 18px;
	}


	/* footer_lowor_link */
	footer .footer_lowor .footer_lowor_inner {
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		width: 1080px;
	}
	footer .footer_lowor .footer_lowor_inner .footer_lowor_link {
		float: left;
		overflow: hidden;
	}
	footer .footer_lowor .footer_lowor_inner .footer_lowor_link li {
		float: left;
		margin-right: 50px;
	}


	/* copyright */
	footer .footer_lowor .footer_lowor_inner .copyright {
		float: right;
	}
  .sp_mode {
    display: none;
  }

  /* contetns */
  #contents .main_tit {
    padding: 35px 0 5px 0;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .contents_inner {
    width: 1080px;
    margin: 0 auto;
  }
  .bread_crumb {
    display: none;
    overflow: hidden;
    font-size: 85%;
  }
  .bread_crumb li {
    display: table-cell;
    padding: 2px;
    font-size: 11px;
  }
  .bread_crumb li:after {
    content: ">";
    margin: 0 .5em;
  }
  .bread_crumb li.current:after {
    display: none;
  }
  .bread_crumb li a {
    text-decoration: none;
  }

  .item_list {
    overflow: hidden;
    padding-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 1080px;
    margin: 0 auto;
  }
  .item_list li {
    width: 255px;
    margin-right: 20px;
    margin-top: 40px;
  }
  .item_list li:hover {
    opacity: 0.8;
  }
  .item_list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .item_list li figure {
    position: relative;
  }
  .item_list li img {
    width: 100%;
  }
  .marker_new {
    color: #FFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0,0,0,0.8);
  }
  .marker_sale {
    color: #FFF;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: rgba(245,26,0,0.8);
  }
  .txt_item_name {
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .txt_item_name a {
    text-decoration: none;
  }
  .txt_price {
    text-align: center;
    margin-top: 5px;
  }
  .txt_line_through {
    text-decoration: line-through;
  }
  .txt_sale_price {
    margin-left: 10px;
    color: #ff0000;
  }
  .btn_area_block {
    margin-top: 30px;
  }
  .btn_area_block .btn_area {
    width: 400px;
    margin: 0 auto;
  }
  .btn_area .btn a {
    display: block;
    margin: 0 auto;
    text-align: center;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .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);
  }
  .spr_instagram img {
    width: 37px;
  }
}

/* sp */
@media screen and (max-width:799px) {
  #header {
		background-color: #000;
    padding: 16px 0;
  }
	#header #name-and-logo,
	#footer_sp .footer_logo {
		display: block;
		height: auto;
		width: 150px;
		margin: 0 auto;
	}
	#header #name-and-logo a,
	#footer_sp .footer_logo a {
		display: inline-block;
		width: 100%;
	}
	#header #name-and-logo img {
		height: 48px;
		width: 150px;
	}
  .drawer-trigger {
    cursor: pointer;
    height: 28px;
    position: absolute;
    left: 26px;
    top: 76px;
    width: 38px;
    display: none;
  }
  .drawer-trigger p {
    text-align: center;
  }
  .drawer-trigger p span, .drawer-trigger p span:before, .drawer-trigger p span:after {
    background-color: #12335F;
  }
  .drawer-trigger p span {
    display: inline-block;
    height: 2px;
    position: relative;
    width: 34px;
  }
  .drawer-trigger p span:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 34px;
    top: 8px;
  }
  .drawer-trigger p span:after {
    content: "";
    height: 2px;
    top: 16px;
    left: 0;
    position: absolute;
    width: 34px;
  }
  #drawer-menu {
    background-color: #12335F;
    transition: transform 0.3s ease-out;
    color: #fff;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    z-index: 199;
    font-family: Lato, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 1.8px;
  }
  #drawer-menu .close {
    position: absolute;
    right: 28px;
    top: 37px;
  }
  #drawer-menu .close span {
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
  }
  #drawer-menu .close span:before, #drawer-menu .close span:after {
    background-color: #FFF;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-left: -5px;
    position: absolute;
    top: 50%;
    width: 40px;
    transform: rotate(-45deg);
  }
  #drawer-menu .close span:after {
    transform: rotate(-135deg);
  }

	/* header footer Share link
	-------------------------------------- */
	.text_link_inner {
		box-sizing: border-box;
		padding-bottom: 48px;
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 104px;
		position: relative;
	}
	.text_link_inner .common_text_link a {
		color: #FFF;
		display: block;
		padding-bottom: 7px;
		padding-top: 7px;
		position: relative;
		text-decoration: none;
	}
	.text_link_inner .common_text_link a:before,
	.text_link_inner .common_text_link a:after {
		bottom: 0;
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		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.sns_link a:after {
		display: none;
	}
	.text_link_inner .common_text_link {
		margin-top: 35px;
	}
	.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 li {
		border-bottom: 1px solid #FFF;
		font-size: 1.4rem;
	}
	.text_link_inner .common_text_link ul li:first-child {
		border-top: 1px solid #FFF;
	}
	.text_link_inner .common_text_link ul li .linkb_acdn .acdn_ttl {
    color: #FFF;
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
	}
	.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);
	}


	/* common_text_link linkb01 */
	.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;
	}
	#header_inner .text_link_inner .common_text_link.linkb01 ul li a {
		padding-left: 0;
	}
	.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 a i.spr_new {
		margin-top: -10px;
		width: 26px;
	}
	.text_link_inner .common_text_link.linkb01 ul li a i.spr_line,
	.text_link_inner .common_text_link.linkb01 ul li .linkb_acdn .acdn_ttl i.spr_line {
		margin-top: -10px;
		width: 26px;
	}
	.text_link_inner .common_text_link.linkb01 ul li a i.spr_category,
	.text_link_inner .common_text_link.linkb01 ul li .linkb_acdn .acdn_ttl i.spr_category {
		margin-top: -12px;
	}
	.text_link_inner .common_text_link.linkb01 ul li a i.spr_ranking {
		margin-top: -9px;
		width: 26px;
	}
	.paragraph01 {
		padding-left: 24px!important;
	}
	.paragraph02 {
		padding-left: 48px!important;
	}


  .bread_crumb {
    display: none;
  }
  #contents .main_tit {
    padding: 15px 0;
    border-bottom: 1px solid #000000;
    font-size: 24px;
    text-align: center;
  }
  .item_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 10px 10px 10px;
  }
  .item_list li {
    width: calc(50% - 5px);
    margin-top: 20px;
    letter-spacing: 0;
  }
  .item_list li figure {
    position: relative;
  }
  .item_list li img {
    width: 100%;
  }
  .marker_new {
    bottom: 0;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
  }
  .marker_sale {
    bottom: 0;
    color: #FFF;
    font-size: 1rem;
    font-style: normal;
    left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    text-align: center;
    width: 100%;
    background-color: rgba(245,26,0,0.8);
  }
  .txt_item_name {
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  .txt_item_name a {
    text-decoration: none;
  }
  .txt_price {
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
  }
  .txt_line_through {
    text-decoration: line-through;
  }
  .txt_sale_price {
    margin-left: 10px;
    color: #ff0000;
  }
  .pc_mode {
    display: none;
  }

	.pagetop {
    display: block;
    text-align: center;
    background-color: #000000;
  }
  .pagetop a {
    display: block;
    width: 50%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    border: none;
    color: #FFFFFF;
    line-height: 1;
    background-color: #000000;
    text-decoration: none;
    font-size: 13px;
  }
  .pagetop span {
    padding: 5px 0 0;
    display: block;
    text-decoration: none;
  }
  .pagetop span:before {
    display: block;
    margin: auto;
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
  }

  /* footer */
	footer {
		background-color: #000;
	}
	footer .footer_logo img {
		height: auto;
		width: 124px;
	}
	footer .footer_lowor {
		background-color: #000;
		padding-bottom: 35px;
		padding-top: 35px;
		text-align: center;
	}
	footer .footer_lowor .footer_lowor_inner {
		border-top: 1px solid #808080;
		color: #FFF;
		margin-top: 35px;
		padding-top: 25px;
	}

	/* text link */
	footer .footer_lowor .footer_lowor_link li {
		display: inline-block;
	}
	footer .footer_lowor .footer_lowor_link li:nth-child(2) {
		margin-left: 25px;
		margin-right: 25px;
	}
	footer .footer_lowor .footer_lowor_link li a {
		color: #FFF;
		font-size: 11px;
		font-size: 1.1rem;
	}
	footer .common_text_link,
	footer .common_text_link a {
		color: #fff;
	}
	.spr_instagram img {
		width: 45px;
	}
	.spr_facebook img {
		width: 45px;
	}
	.spr_twitter img {
		width: 45px;
	}
	.spr_line img {
		width: 45px;
	}
	footer a {
		text-decoration: none;
	}

	/* copyright */
	footer .footer_lowor .copyright {
		font-size: 1.0rem;
		letter-spacing: 0;
		margin-top: 15px;
		/* margin-top: 20px; */
	}
	footer .view-change {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
		width: 160px;
		border: 1px solid #ffffff;
		border-radius: 15px;
	}
	footer .view-change a {
		display: block;
		color: #ffffff;
		height: 30px;
		line-height: 30px;
		text-align: center;
	}

	/* contents */
  .btn_area .btn a {
    display: block;
    text-align: center;
    background-color: #000000;
    color: #fff;
    text-decoration: none;
    position: relative;
    font-size: 12px;
    margin: 40px 30px;
    line-height: 1.8;
    padding: 20px 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;
    transform: rotate(45deg);
  }
}
