@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap');

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, small, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
  font-size: 62.5%;
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
}
body {
  background-color: #F2F2F2;
  -webkit-text-size-adjust: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.75;
}
a,
button {
  text-decoration: none;
  -webkit-transition: opacity .4s ease , color .4s ease , background-image .4s ease;
  transition: opacity .4s ease , color .4s ease , background-image .4s ease;
  color: #000;
}
a img {
  border: none;
}
a:hover,
button:hover {
  opacity: .5;
}
a.no_icon:after {
  content: none;
}

ol, ul, li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 812px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 812px) {
  img {
    width: 100%;
  }
}

table {
  width: 100%;
}

input {
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
}
input:active,
input:focus{
	outline: none;
}
input[type="text"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  border: none;
  font-family: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus {
  outline: 0;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="tel"],
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
::-webkit-input-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

::-ms-input-placeholder {
  color: #cccccc; }

::placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

::-ms-input-placeholder {
  color: #cccccc; }

.pc_none {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tablet_none {
    display: none;
  }
}
@media screen and (max-width: 812px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
}

.column {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-jc-start {
  justify-content: flex-start;
}
.column-jc-end {
  justify-content: flex-end;
}
.column-jc-center {
  justify-content: center;
}
.column-jc-sa {
  justify-content: space-around;
}
.column-ai-start {
  align-items: flex-start;
}
.column-wrap {
  flex-wrap: wrap;
}
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}

.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.color-red {
  color: #BC0000 !important;
}


/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */


/* ----------------------------------------------------------------------------------------------------
  *  header
  * --------------------------------------------------------------------------------------------------*/
header {
  background-color: #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  border-top: 6px solid #000;
}
header .wrap {
  width: 94%;
  max-width: 1200px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .logo-block{
	align-items: flex-end;
}
header .logo {
  margin-right: 32px;
  transition:all .3s ease-out;
}
header .logo img {
  display: block;
}
header .header-text {
  font-size: 13px;
}
header .sp_none .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .sp_none .menu > li {
  position: relative;
  margin: 0 22px;
	padding: 10px 0;
}
header .sp_none .menu > li:last-of-type {
  margin-right: 0;
  padding-top: 9px;
	padding-right: 22px;
  text-align: center;
}
header .sp_none .menu > li a {
  font-weight: bold;
}
header .sp_none .menu > li a img{
	display: block;
	margin: auto;
}
header .sp_none .menu > li a span.volume {
  position: absolute;
  top: -3px;
  right: 12px;
  color: #fff;
  font-size: 13px;
}
header .sp_none .menu > li a span.volume:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
header .sp_none .menu li > a span.price {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 1em;
	margin-top: 6px;
}
header .sp_none .menu li > ul {
  display: none;
}
header .sp_none .menu li:hover > ul {
  display: block;
  padding: 0;
  position: absolute;
  top: 2.5em;
  left: -2.75em;
  width: auto;
  min-width: 7.5em;
  z-index: 9;
}
header .sp_none .menu li:hover > ul li {
  margin: 0;
}
header .sp_none .menu li:hover > ul li a {
  display: block;
  background-color: #000;
  padding: .5rem 1em;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
header .header-nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.5rem;
}
header .header-nav .menu a {
  padding: 0 0 .5rem;
  color: #000;
  font-weight: bold;
}
header .toggle-nav,
header .wrap-nav-main,
header .cart {
  display: none;
}

.search-block {
  background-color: #0C70C3;
  padding: 20px 0;
}
.search-block .wrap {
  flex-wrap: wrap;
  padding: 0 0 0;
}
.search-block .form-block {
  min-width: 40%;
  max-width: 625px;
}
.search-block .form-block  form {
  position: relative;
}
.search-block .form-block input[type=search] {
  width: 100%;
  min-width: 600px;
  height: 46px;
  padding: .5em;
  font-size: 14px;
  border: none;
  background: #FFF;
}
.search-block .form-block input[type=search]:active,
.search-block .form-block input[type=search]:focus{
	outline: none;
}
.search-block .form-block input[type=search]::placeholder {
  color: #575757;
}
.search-block .form-block input[type=submit] {
  background-image: url(../img/common/btn_search.svg);
	background-repeat: no-repeat;
	background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 46px;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: none;
}
.search-block .btn-block a {
  padding: .5em 2em;
}
.search-block .btn-block a + a {
  margin-left: 10px;
}


/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/
footer {
  position: relative;
  background-color: #000;
  color: #CCC;
  font-size: 1.4rem;
}
footer .wrap {
  padding: 45px 0 15px;
}
footer .footer-menu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 40px;
}
footer .footer-menu li {
  margin-right: 70px;
}
footer .footer-menu li:last-of-type {
  margin-right: 0;
}
footer .footer-menu li a {
  color: #CCC;
}
footer .copyright {
  margin-top: 35px;
  text-align: center;
}
/* ----------------------------------------------------------------------------------------------------
*  main
* --------------------------------------------------------------------------------------------------*/
main {
  position: relative;
  padding: 40px 0 110px;
}
@media all and (-ms-high-contrast:none){ /* IE11 */
  *::-ms-backdrop, main {
    display: block;
  }
}
.wrap {
  position: relative;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}

.page-top {
  position: fixed;
  width: 35px;
  height: 50px;
  right: 50px;
  bottom: 5px;
  cursor: pointer;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}
.page-top.active {
  opacity: 1;
  visibility: visible;
}
.page-top.absolute {
  position: absolute;
  top: -70px;
  bottom: auto;
}

.contents-title-block {
  text-align: center;
}
.contents-title-block .contents-title {
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  font-size: 30px;
  line-height: 1em;
  margin: 0 auto;
  text-align: center;
	letter-spacing: 0.03em;
}
.contents-title-block .contents-title span {
  display: block;
  font-size: 20px;
	letter-spacing: 0;
	font-weight: 500;
}
.contents-title-block + section {
  margin-top: 40px;
}


/* ボタン */
/* ボタン画像 */
.btn-img {
  display: inline-block;
  vertical-align: middle;
  line-height: 0;
}
/* 角丸 黒背景 */
.btn-black {
  display: inline-block;
  background-color: #000;
  width: 270px;
  padding: .75em 1em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
/* 矢印付き */
.btn-arrow {
  position: relative;
  display: inline-block;
  background-color: #000;
  min-width: 250px;
  padding: .75em 1em .75em 1.75em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
.btn-arrow::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-arrow.is-blue {
  background-color: #0C70C3;
}
.btn-arrow.is-red {
  background-color: #C30C0C;
}
.btn-arrow.is-black {
  background-color: #000;
}
.btn-arrow.is-gray {
  background-color: #999;
}
/* 角丸 白背景 黒ライン */
.btn-round-white {
  display: inline-block;
  background-color: #fff;
  min-width: 250px;
  padding: .5em 1em;
  border: 2px solid #000;
  border-radius: 50px;
  text-align: center;
}
/* 画像付き カテゴリー */
.btn-img-black {
  display: block;
  background-color: #fff;
  max-width: 360px;
	padding: 20px 45px 20px;
  padding: 0px 45px 20px;
  text-align: center;
  border: 2px solid #fff;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.btn-img-black:hover {
  border: 2px solid #0C70C3;
}
.btn-img-black  img {
 /* height: 170px;*/
  width: auto;
  object-fit: contain;
}
.btn-img-black span {
  display: block;
  background-color: #000;
  margin-top: 15px;
  padding: .5em;
  color: #fff;
  text-align: center;
  border-radius: 3px;
}
/* ブランド名入り */
.btn-img-logo {
  display: block;
  background-color: #fff;
  max-width: 360px;
  padding: 10px 10px;
  text-align: center;
  border: 2px solid #fff;
  line-height: 0;
}
.btn-img-logo:hover {
  border: 2px solid #000;
}
.btn-img-logo img {
  max-width: 200px;
}
.back-link {
  margin-top: 20px;
  text-align: center;
}
.back-link a {
  position: relative;
  padding-left: 1.5rem;
  color: #999;
}
.back-link a::before {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  content: "";
  vertical-align: middle;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* ------------------------------
クレジット決済
------------------------------ */
.itemquentity{
  margin-bottom: 50px;
}
.itemquentity .pro01{
  margin-top: 20px;
}
.itemquentity .pro01 span{
  color: #0C70C3;
}
.itemtable .pay01{
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  text-align: center;
  padding-top:5px;
  padding-bottom:5px;
}

/* ------------------------------
.breadcrumb
------------------------------ */
.breadcrumb {
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 25px;
  padding: 0;
  list-style: none;
  font-size: 1.3rem;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '/';
  padding: 0 1em 0 0.8em;
  color: #aaa;
}
.breadcrumb li:last-child:after {
  content: '';
}
.breadcrumb li a {
  display: inline;
  text-decoration: none;
  color: #aaa;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
/* ------------------------------
.pagination
------------------------------ */
.pagination {
  margin-top: 95px;
  text-align: center;
  font-size: 0;
	display: flex;
	justify-content: center;
	
}
.pagination.pc_none{
	display: none;
}
.pagination *:first-child {
  border-left: 1px solid #000;
}
.pagination span,
.pagination a {
  display: inline-block;
  background-color: #fff;
  width: 45px;
  height: 45px;
  margin: 0 .5em;
  font-size: 2rem;
  line-height: 44px;
  vertical-align: middle;
  border: 1px solid #707070;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination .current {
  background-color: #DEDEDE;
}



/* ----------------------------------------------------------------------------------------------------
*  TAB
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

  /* ----------------------------------------------------------------------------------------------------
	*  header
	* --------------------------------------------------------------------------------------------------*/
	
	header{
		position: relative;
		border: none;
	}

  header .wrap {
    align-items: flex-start;
    padding: 5px 0;
  }
	header .header-inn{
		width: 100%;
		padding: 5px 3%;
		position: fixed;
		border-top: 6px solid #000;
		left: 0;
		top: 0;
		background-color: #f2f2f2;
		z-index: 99;
	}
	.search-block{
		padding: 16px 0 16px;
	}
	
	header .wrap .logo-block {
    width: 65%;
    justify-content: flex-start;
  }
  header .logo {
    width: 100%;
    max-width: 120px;
    margin-right: 2%;
	  margin-bottom: 8px;
  }
  header .cart {
    display: block;
    position: relative;
    padding-top: .75rem;
  }
  header .cart a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  header .cart span {
    font-size: 12px;
  }
  header .cart span.volume {
    position: relative;
    margin-right: .25rem;
    padding: 0 .75em;
    color: #fff;
    font-size: 13px;
  }
  header .cart span.volume:after {
    position: absolute;
    content: "";
    width: 26px;
    height: 26px;
    background-color: #000;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    border-radius: 50%;
    z-index: -1;
  }
  header .cart span.price {
    padding-left: .5em;
  }
  header .wrap-nav-main {
    display: block;
  }
  header .toggle-nav {
    display: block;
    position: absolute;
    z-index: 200;
    right: 3%;
    top: 0;
    width: 50px;
    height: 40px;
    cursor: pointer;
  }
  header .toggle-nav span {
    display: block;
    position: absolute;
    height: 2px;
    width: 26px;
    background: #111;
    border-radius: 1px;
    opacity: 1;
    right: 0;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  header .toggle-nav span:nth-child(1) {
    top: 16px;
  }
  header .toggle-nav span:nth-child(2) {
    top: 24px;
  }
  header .toggle-nav span:nth-child(3) {
    top: 32px;
  }
  header .toggle-nav.open span:nth-child(1) {
    top: 23px;
    background: #fff;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  header .toggle-nav.open span:nth-child(2) {
    opacity: 0;
    right: 30px;
  }
  header .toggle-nav.open span:nth-child(3) {
    top: 23px;
    background: #fff;
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  header .header-nav {
    display: none;
    position: fixed;
    z-index: 99;
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    left: 0;
    top: 0;
    height: calc( 100vh );
    padding: 6px 0 0;
    overflow-y: scroll;
  }
  header .header-nav .nav_logo {
    width: 100%;
    max-width: 130px;
    padding: 5px 0;
    margin-left: 3%;
  }
  header .header-nav .btn_login {
    margin-top: 25px;
  }
  header .header-nav .btn_login a {
    display: block;
    width: 74%;
    margin: 0 auto;
    padding: 1rem 1em;
    color: #fff;
    text-align: center;
    border: 1px solid #fff;
  }
  header .header-nav .menu {
    display: block;
    width: 74%;
    margin: 0 auto;
    padding: 15px 0 30px;
  }
  header .header-nav .menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  header .header-nav .menu li a {
    display: block;
    padding: 7px 0;
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
  }
  header .header-nav .menu li:nth-child(n+2) {
    padding-left: 0;
  }
  .search-block .form-block {
    max-width: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .search-block .form-block input[type=search] {
    min-width: auto;
	  height: 42px;
  }
  .search-block .form-block input[type=submit] {
    right: -1px;
	  height: 42px;
  }

  /* ----------------------------------------------------------------------------------------------------
	*  footer
	* --------------------------------------------------------------------------------------------------*/
  footer .footer-menu {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .footer-menu li {
    margin: 10px 2em 0;
  }
  footer .logo {
    max-width: 300px;
    margin: 35px auto 0;
  }
  footer .text {
    width: 100%;
  }
  footer .copyright {
    margin-top: 15px;
	  font-size: 1.1rem;
  }

  .page-top {
    right: 3%;
  }

}


/* ----------------------------------------------------------------------------------------------------
*  SP
* --------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .column-pc {
    display: block;
  }

  .search-block .btn-block {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.25rem;
  }
  .search-block .btn-block a {
    width: 49%;
    min-width: auto;
    padding: .5em;
  }

/* ----------------------------------------------------------------------------------------------------
  * header
  * --------------------------------------------------------------------------------------------------*/
  header .wrap .logo-block {
    display: block;
    width: 45%;
  }

/* ----------------------------------------------------------------------------------------------------
  *  footer
  * --------------------------------------------------------------------------------------------------*/
  footer .wrap .logo {
    width: 50%;
    margin: 5rem auto 0;
  }
  footer .footer-menu {
    margin-top: 35px;
  }
  footer .footer-menu li {
    margin: 10px .5em 0;
  }
  footer .search-block .wrap {
    padding-top: 0;
    padding-bottom: 0;
  }


  /* ----------------------------------------------------------------------------------------------------
	*  main
	* --------------------------------------------------------------------------------------------------*/
  main {
    padding-top: 5px;
  }
  main .wrap {
    width: 100%;
  }
  .contents-title-block .contents-title {
    font-size: 21px;
  }
  .contents-title-block .contents-title span {
    font-size: 18px;
  }
  .contents-title-block + section {
    margin-top: 20px;
  }

  /* 画像付き カテゴリー */
  .btn-img-black {
    padding: 10px 3%;
  }
  .btn-img-black span {
    font-size: 1.4rem;
  }

  /* ------------------------------
  .breadcrumb
  ------------------------------ */
  .breadcrumb {
    width: 93%;
    font-size: 1.2rem;
  }

  /* ------------------------------
  .pagination
  ------------------------------ */
  .pagination {
    margin-top: 45px;
  }
	.pagination.pc_none{
		display: flex;
	}
	.pagination.sp_none{
		display: none;
	}
  .pagination span,
  .pagination a {
    width: 35px;
    height: 35px;
    margin: 0 .40rem;
    line-height: 40px;
	  font-size: 1.6rem;
  }


}

