@charset "euc-jp";
@import url('https://fonts.googleapis.com/css?family=Lato');

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #717979;
  font-family:'Lato', 'Noto Sans Japanese', sans-serif;
  line-height: 1.6 !important;
}
a {
  color: #717979;
}
a:hover {
  color: #5e5e5e;
}
address{
  font-size: .7rem;
  margin:0;
}
/*
 * layout
 */
.wrapper {
  max-width: 1400px;
  margin:0 auto;
}

h2 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }

/*
 * side
 */
#side{
  background: #f9f8f8;
  color: #72cdcf;
  border-radius: 6px;
}
#side a{
  color:  #889094;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
#side h3 {
    margin: 10px 0;
}

#side .sideApp ul{
	margin: 0 0 30px !important;
}

#side .sideApp ul li{
	list-style: none;
	width: 48%;
    display: inline-block;
    margin-left: 1%;
}

.souryou{
  color:#ec8181
}
/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
      filter: brightness(3.5);
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}

/*追加CSS*/
body{
  border-top:3px solid #73cdce;
  border-bottom:3px solid #73cdce;
}
#pagetop{
  position:fixed;
  bottom: 8px;
  right: 5px;
  text-align:center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #73cdce;
}
#pagetop a{
	font-size: 0.8rem;
	color: #73cdce;
	/* text-shadow: 0 1px 2px rgba(0,0,0,0.2); */
	margin-top: 11px;
	display:  block;
}
#header{
  position:relative;
}
.headarea{
  width: 100%;
  display:  flex;
}
.toplogo{
  width: calc(100% - 198px);
  width: -webkit-calc(100% - 245px);
}
.toplogo img {
    margin-top: 10px;
}
.topmenuarea {
    position: absolute;
    top: 10px;
    left: 150px;
}
.loginarea{
  width: 245px;
  margin: 0;
  text-align: right;
  font-size: 0;
}
@media (max-width: 768px) {
.toplogo{
	width: 20%;
}
.loginarea{
    position: absolute;
    right: 15%;
    top:0;
    /*margin: 0 58px 0 0;*/
}
  .topmenuarea{
    display:none;
  }
}

.loginarea ul{
}
.loginarea li{
	list-style: none;
	background: #73cdce;
	margin-left: 1px;
	width: 60px;
	height: 62px;
	text-align:  center;
	display: inline-table;
	vertical-align: top;
	transition:.2s;
}
.loginarea li:hover{
  background:#aaa;
}
.loginarea li a{
  text-decoration:none;
  font-size: 0.7rem;
  display:  table-cell;
  vertical-align:  middle;
  color:  #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.loginarea i{
  display: block;
  margin: 0 auto 3px;
  filter: brightness(10);
 }

.sidecopy{
  font-size:0.8rem;
  position:fixed;
  transform:rotate(90deg);
  top:50vh;
  left: -30px;
}
@media (max-width: 1300px) {
  .sidecopy{display:none;}
}
@media (max-width: 768px) {
  .hidden-phone {
    display: block !important;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
  }
  .container {
    width: auto;
    padding: 0 10px;
  }
  .silideside{display:none}
}
@media (max-width: 480px) {
  .container {
    width: auto;
    padding: 0 10px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 4px 12px;
  border: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #72cdcf;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  *display: inline;
  *margin-left: .3em;
  *background-color: #e6e6e6;
  *border: 0;
}
.btn i{
  filter:brightness(5);
}
.input-prepend.input-append input{
  
}

/*フリーページCSS*/
.rsspost{
  padding-bottom:50px;
  margin-bottom:50px;
  border-bottom:1px solid #eee;
  position:relative;
}
.boxtitle{
  font-weight:bold;
}
.imagebox{
  width:100%;
  text-align:center;
  margin-bottom: 15px;
}
.imagebox img{
  width:100%;
  max-width:500px;
}
.boxcontent p img {
    display: none;
}
.backbtn{
  position:absolute;
  right:0;
  bottom:20px;
}
.backbtn a{
  color:#73cdce;
  font-size:.8rem
}

.recommend-unit a, .seller-unit a{
    font-weight:bold;
    display:block;
    font-size:14px;
}
.recommend-unit, .seller-unit {
  font-size:12px;
}
.history-unit a{
    font-weight:bold;
    display:block
}

#footer{
	text-align:right;
}
@media (max-width: 768px) {
 	#footer{
		text-align:left;
	}
}

/*サイドバー固定用*/
.pc-side-nav-fixed {
	top: 2%;
	position: fixed;
	max-width: 350px;
	width: 24%;
}

/*ふわっと*/
.fuwatAnime {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fuwatAnime;
 -ms-animation-name: fuwatAnime;
 animation-name: fuwatAnime;
 visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fuwatAnime {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/*モーダル*/

@media (min-width: 767px) {
	.popupModal1{
		display: none;
	}
}

.popupModal1 > input { /* ラジオボックス非表示 */
    display: none;
}
.popupModal1 > input:nth-child(1) + label {
    cursor: pointer;
    position: fixed;
    top: 8px;
    right: 5px;
    color:#fff;
    font-size:  12px;
    line-height: 56px;
    text-align:  center;
    background: #f9babc;
    border-radius: 50%;
    height: 56px;
    width: 56px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.modalPopup2 { /* 初期設定 ポップアップ非表示 */
    display: none;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 {/* ラジオ１ チェックでポップアップ表示 */
    display: block;
    z-index: 998;
    position: fixed;
    width: 100%;
    height: 100%;
    /* border-radius: 20px; */
    left: 0;
    top: 0;
    background: #f2f2f2;
}
@media (min-width: 768px) {/* PCのときはページの真ん中の600x600領域 */
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2{
         width: 600px;
         height: 600px;
         padding: 30px;

    }
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
     left: 50% !important;
     top: 50% !important;
     margin-left: 270px !important;
     margin-top: -310px !important;
}
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div {/* */
    overflow:auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 0px;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > iframe {
    width: 100%;
      height:100%;
      border:none;
      display:block;
}

.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label + .modalPopup2 > div > img {/* ポップアップの中の要素 */
max-width: 100%;
}
.popupModal1 > input:nth-child(1) + label ~ label {
    display: none;/* ラジオ１ 以外のラベルを初期は非表示 */

}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 997;
    text-indent: -999999px;
    overflow: hidden;
}
.popupModal1 > input:nth-child(1):checked + label + input:nth-child(3) + label + input:nth-child(5) + label {
    background: #f9babc;
    display: inline-block;
    position: fixed;
    z-index: 999;
    width: 55px;
    height: 55px;
    font-size: 40px;
    border-radius: 50%;
    line-height: 44px;
    text-align: center;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.2);
    right: 5px;
    top: 7px;
    color: #fff;
}

.popupModal1 > input:nth-child(1) + label + input:nth-child(3):checked + label + input:nth-child(5) + label + .modalPopup2,
.popupModal1 > input:nth-child(1) + label + input:nth-child(3) + label + input:nth-child(5):checked + label + .modalPopup2 { /* ラジオ２と３ どっちかチェックでポップアップ非表示 */
    display: none;
}


.modalPopup2 {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.popupModal1 .modalTitle {
     padding-bottom: .5em;
     margin: .5em 0;
     border-bottom:
     1px solid #ccc;
     font-weight: bold;
}
.popupModal1 .modalMain {
     color:#222;
     text-align: left;
     font-size: 14px;
     line-height: 1.8em;
}


.check_squarecut{
  position: relative;
}
.check_squarecut::before{
  content: "";
  display: block;
  padding-top: 100%;
  
}
.check_squarecut a{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.check_squarecut img{
  width: 100%;
  height: auto;
  line-height: 0;
  position: absolute;

}



/*キット編集*/
@media (max-width: 480px) {
  .col-xs-12 {
      width: 50% !important;
  }
}