@charset "euc-jp";

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  width: 100%;
  margin: 1em 0;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.topics_section_title{
	font-size:1.4em;
	border-bottom:1px solid #eee;
	margin-bottom:25px;
    line-height: 2;
}

.topics_section_title .en_title{
	font-size:.8em;	
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .75em;
	text-align: left;
	position:relative;
	border-bottom:1px dashed #ccc;
	padding-bottom:.5em;
	
}

.news__list .fa-chevron-right{
	position:absolute;
	right:0;
	top:.5em;
	color:#bdb0a5;
	font-size:.8em;
}

.news__list a,
.news__message{
	color:#333;
	font-size:.9em;
	font-family:sans-serif;
}

.news__date {
  margin-right: 1em;
}


.blocks{
	width:49%;
	margin-left:1%;
}

.lg-blocks {
    width: 100%;
    margin: 0 1%;
}

@media (max-width: 768px){
  .blocks,
  .lg-blocks {
      width: 100%;
      margin-left: 0%;
  }
}

@media (max-width: 480px){
  .news__list {
	padding-bottom:1.8em;
	position:relative;

  }

  .news__list .news__date{
	font-size:.9em;
  }

  .news__list a,
  .news__message{
	font-size: .9em;
	display:block;
	position:absolute;
	width:75%;
	top:2px;
	left:15%;
	line-height: 1.5em;
  }

  .blocks li a span,
  .lg-blocks li a span{
	font-size:15px;
  }
}

.blocks li,
.lg-blocks li{
	padding:0;
	position:relative;
}


.blocks li:nth-child(2n-1)
.lg-blocks li:nth-child(2n-1){
	margin-right:2%;
}

.blocks li a,
.lg-blocks li a{
	display:inline-block;
	border:1px solid #ccc;
	border-radius:3px;
	margin: 0 0 10px 0;
	width:85%;
	color:#333;
	padding:26px 5%;
	font-family:sans-serif;
	font-size:12px;
}

.blocks li .fa-chevron-right,
.lg-blocks li .fa-chevron-right{
	position:absolute;
	right:8%;
	top:40%;
}

.blocks li span,
.lg-blocks li span{
	display:block;
	font-family:serif;
	font-size:16px;
	padding-bottom:5px;
	letter-spacing:1px;

}

.blocks li a:hover,
.lg-blocks li a:hover{
	background-color:#364c65;
	opacity:1;
	color:#fff;
	transition:.5s;
}

.blocks li a:hover>span,
.lg-blocks li a:hover>span{
	color:#fff;
	transition:.5s;
}

.blocks li a:hover,
.lg-blocks li a:hover{
	background-size:100%;
	background-position:center center;
	position: relative;
	height:100%;
	z-index:0;
	transition:.5s;
}

.blocks li:first-child a:hover{
	background-image:url(https://img21.shop-pro.jp/PA01449/565/etc/instagram_btn.png);
}


.blocks li:nth-child(2) a:hover{
	background-image:url(https://img21.shop-pro.jp/PA01449/565/etc/facebook_btn.png);
}


.blocks li:nth-child(3) a:hover{
	background-image:url(https://img21.shop-pro.jp/PA01449/565/etc/twitter_btn.png);
}

.blocks li:nth-child(4) a:hover{
	background-image:url(https://img21.shop-pro.jp/PA01449/565/etc/qa_btn.png);
}

.lg-blocks li:first-child a:hover{
	background-image:url(https://img21.shop-pro.jp/PA01449/565/etc/shipping_btn.png);
}


.lg-blocks li:nth-child(2) a:hover{
	background-image:url(https://img21.shop-pro.jp/PA01449/565/etc/payment_btn.png);
}


.lg-blocks li:nth-child(3) a:hover{
	background-image:url(https://img21.shop-pro.jp/PA01449/565/etc/member_btn.png);
}

.lg-blocks li:nth-child(4) a:hover{
	background-image:url(https://img21.shop-pro.jp/PA01449/565/etc/aboutus_btn.png);
}


.blocks li a:hover::before,
.lg-blocks li a:hover::before{
	background-color: rgba(0,0,0,0.5);
	/* どの範囲に重ねるかを指定 */
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
	z-index:-1;
}


body {
  background-image: url(https://img21.shop-pro.jp/PA01449/565/etc/bg_mokume.jpg);
  background-attachment: fixed;
  font-size: 14px;
  font-family: "游明朝",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝","Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

a {
  color: #464e54;
}

a:hover {
  color:#5e5e5e;
  text-decoration:none;
}
input, button, html [type="button"], html [type="input"], [type="reset"], [type="submit"] {
    cursor: pointer;
    -webkit-appearance: none !important;
    border: none;
    background: none;
}

.bk_white {
    background-color:#fff;
}

#header{
    background: rgba(255,255,255,0.95);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    height: 110px;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

#header .header-container{
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	min-width: 855px;
}

.txt__{
	margin: 0;
}

.tagcloud a {
    float:left;
    display: block;
    text-align: center;
    margin: 0 .1em 1em;
    width: 48%;
    height: 35px;
    border: 1px solid #aaa;
    border-radius: 5px;
    line-height: 32px;
    background-color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none !important;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tagcloud a:hover {
    color:#fff;
    background-color: #E66C05;
    border-color: #fff;
}

/*特定商取引法に基づく表記*/
#delivery,#payment,#info,#contact {
  margin-top:-120px;
  padding-top:120px;
}
@media (max-width: 768px){
  #delivery,#payment,#info,#contact {
    margin-top:-80px;
    padding-top:80px;
  }
}

.bg_orange {
  background-color: #ED6D00;
  color: #fff;
  text-align: center;
  padding:0.5em;
}
.bg_antiquewhite {
  background-color: #fff6ea;
  padding:0.5em;
}

/*よくある質問のカスタマイズ*/
.cp_title {
    text-align: center;
    margin: 2em 0 1em 0;
}
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

/*やおや植木商店について*/
.access {
  margin-bottom:50px;
}
.access table {
  width: 100%;
  margin: 5em 0;
}
.access table th {
  width: 100px;
  vertical-align: top;
  text-align: inherit;
}
.access table td {
  padding-bottom: 20px;
}

/*会員登録について*/
.member a {
    border: solid 1px #aaa;
    border-radius: 25px;
    padding: 0.5em 2em;
    margin: 0 0 10px 0;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}
.member a:hover {
    color: #fff;
    background-color: #E66C05;
    border-color: #fff;
}
/*
 * Layout
 */
#wrapper{
	padding-top: 110px;
}

.header__section {
  margin-bottom: 0em;
}

.header__logo {
  margin: 0em 0;
  float: left;
	margin-bottom: -20px;
}

.header__logo-img {
  margin-top: 0;
	width: 130px;
}



.header-nav {
  width: 50%;
  float: right;
  list-style-type: none;
  text-align: right;
  margin-top:20px;
}

.header-nav__unit {
  display: inline;
  white-space: nowrap;
  margin-left: 1.4em;
  font-weight: 600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 13px;
}
.header-nav__unit i {
  margin-right: 4px;
}

.header-nav__txt {
  color: #111;
}
.header-nav__txt:hover {
  color: #333;
}

.header-nav__btn {
  padding: 6px 12px;
	background: #333;
	border-radius: 2px;
	color: #fff;
	border: none;
}

.header-nav__btn i {
  left: -4px;
}

.header__postage {
  float: right;
  clear: right;
  color: #e66a6a;
  margin: 2em 0 1em;
	opacity: 0;
}

.header__postage__list {
  list-style-type: none;
  margin: 0;
}

.header__search-switch {
  cursor: pointer;
}

.header__search-form__input {
  border: 1px solid #ccc;
}

.global-nav__pulldown-nav {
  display: none;
	padding-bottom: 0px;
	  
}

.global-nav {
  display: block;
  list-style-type: none;
  margin: 0;
	float: right;
	margin-top: 10px;
	padding-top: 0px;
}

.global-nav__unit {
  float: left;
  margin-right: 0em;
	margin-left: 2.75em;
  letter-spacing: .2em;
}
.global-nav__unit a {
  display: block;
  padding: .3em 0;
  color: #000;
}
.global-nav__unit a:hover, .global-nav__unit a:focus {
  text-decoration: none;
}

.global-nav__unit__txt {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  letter-spacing: .1em;
}

.header__pulldown-nav__list {
  list-style-type: none;
  margin: 2em 1% 0;
  padding: 0;
  font-weight: 600;
	width: 23%;
}
.header__pulldown-nav__list li {
  margin: 0;
	margin-bottom: 10px;
  padding: 0;
  white-space: nowrap;
}

.header__pulldown-nav__list a {
	padding: 0px;
    white-space: nowrap;
    width: 95%;
    border: 1px solid #314c69;
    color: #314c69;
	display: block;
}

.header__pulldown-nav__list a img {
	width: 60px;
	height: auto;
	padding: 0 20px;
}

.header__pulldown-nav__list a:hover {
  text-decoration: none;
	opacity: 0.7;
}

.header__pulldown-nav__group li:first-child{

}




.global-nav-phone {
  text-align: center;
  margin: 0;
	padding: 0 20px;
}
.global-nav-phone li {
  display: inline-block;
  margin: 0 .2em;
}
.global-nav-phone a {
  padding: .5em;
}

.global-nav__sp,
.pushbar_bottom ul{
  margin: 0;
}

/* Pushbar*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


.pushbar_main_content button{
	display:block;
	padding: 20px;
	margin-left:-10px;
	margin-top: -53px;
}


.global-nav__sp-head{
	padding:14px;
}


.header__search-form--phone{
	width: 170px;
	position:relative;
	margin:0;
	left: 90px;
}


.data-pushbar-close{
	position:absolute;
	left: 14px;
	background: #eee;
	top:14px;
	border:none;
	height:36px;
	width: 80px;
	border-radius:3px;
	color: #444;
	font-size:12px;
}


.data-pushbar-close i{
	font-size:12px !important;
	margin-right:2px;
}


.main_title{
	background:#f7f7f7;
	display:block;
	padding:5px 15px;
	font-size:12px;
}


.checkitem_list_frame{
	padding:10px;
}


.checkitem a{
	padding:0 !important;
}


.pushbar .txt--not-applicable{
	font-size: 12px;
	margin: 2.5em 0;
	font-family: sans-serif;
}


.acd-check{
    display: none;
}
.acd-label{
    background: #f7f7f7;
    display: block;
    margin-bottom: 2px;
    padding: 15px;
    position: relative;
    text-align:left;
    font-size:1.2em;
}
.acd-label:after{
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f106";
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px 0 2px;
    visibility: visible;
}

.category_sp {
   margin:0;
}

.category_sp li{
	display:inline-block;
	width:45%;
	height:5em;
	font-size:10px;
	background:#f7f7f7;
	text-align:center;
	margin-bottom:10px !important;
	border-radius:3px;

}

.category_sp li a{
	display:block;
	padding:15px;
    overflow: hidden;
    max-height:7px;
}


.category_sp li img{
	width:52px;
	margin:5px 15px 0;

}


.global-nav__sp li{
	background: #f7f7f7;
    display: block;
    margin:0 !important;
    border-bottom:2px solid #fff;
    padding: 5px;
    position: relative;
    text-align:left;
    width:280px;
	position:relative;
}

.global-nav__sp li a{
    display: block;
}

.global-nav__sp li a:after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
    position:absolute;
    right:20px;
}

.pushbar_bottom{
	padding: 15px;
	margin-bottom: 90px;
}


.pushbar_bottom a{
	display:block;
	color:#999 !important;
	font-size:12px !important;
	border-radius:3px;
	padding:0 !important;
}

.pushbar_bottom a i{
	color:#999 !important;
	font-size:12px !important;
}

.pushbar_bottom ul li{
	text-align:center;
	width:122px;
	margin:0 auto;
}

.pushbar_bottom ul li:first-child{
	border-right:1px solid #eee;
	padding-right:10px;
}






.pushbar.opened{
display: block;
}

html.pushbar_locked{
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
}


.pushbar_locked .pushbar_main_content.pushbar_blur{
	filter:blur(15px);
}
.pushbar{
	z-index: 10000;
	position: fixed;
	will-change: transform;
	overflow-y: auto;
	transition:transform 0.5s ease;
	will-change: transform;
	background:#fff;
	box-shadow:1px 0px 8px rgba(0,0,0,0.2)
}

.pushbar_overlay{
	z-index: -999;
	position: fixed;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	top: 0;
	left: 0;
    will-change: opacity;
    transition:opacity 0.5s ease;
    opacity:0;
    will-change: opacity;
	background: #3c3442;
}
html.pushbar_locked .pushbar_overlay{
	opacity:0.8;
	z-index: 9999;
    transition:opacity 0.5s ease;
}


.pushbar.from_left{
	top: 0;
	left: 0;
	width: 290px;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translateZ(0) translateX(-103%);
}

.pushbar.from_right{
	top: 0;
	right: 0;
	width: 256px;
	max-width: 100%;
	height: 100%;
	min-height: 100vh;
	transform: translateZ(0) translateX(100%);
}

.pushbar.from_top{
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	transform: translateZ(0) translateY(-100%);
}
.pushbar.from_bottom{
	bottom: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	transform: translateZ(0) translateY(100%);
}

.pushbar.opened{
   transform: translateX(0px) translateY(0px);
}

/* メガメニュー */
.menu {
    position: relative;
    width: 100%;
    height: 50px;
    max-width: 1200px;
    margin: 0 auto;
	list-style: none;
}

.menu > li {
    float: left;
    width: 100%;
    background: none;
}

.menu > li a {
    display: block;
    color: #111;
}

.menu > li a:hover {
    color: #444;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
	
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a img {
    width: 50px;
    height: auto;
	margin: 0 10px 0 20px;
}

li.menu__mega a{
	padding: 5px 0;
}

a.init-bottom.global-nav__unit__txt{
	padding-bottom: 35px;
	font-family:'Roboto Slab', serif;
}


li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 30px;
    box-sizing: border-box;
    width: 100%;
    padding: 40px 20px 30px 100px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    list-style: none;
    margin: 80px 0 0 -564px;
    z-index: -10000;
    max-width: 1072px;
    box-shadow: 0px 2px 2px rgba(10,10,10,0.1);
    min-width: 960px;
    background-color: #fff;
}

li.menu__mega:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    float: left;
    width: 22%;
    border: none;
	border-left: 1px dashed #ccc;
}

li.menu__mega ul.menu__second-level > li a{
	margin-bottom: 20px;
	font-family:'Roboto Slab', serif;
    overflow:hidden;
    margin-left:10%;
}
	

li.menu__mega ul.menu__second-level > li:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
  /* ~768px */
	
	.invisible-phone{
    display: none !important;
}

	
  .col-sm-12 {
    padding: 0;
  }
	#wrapper{
		padding-top: 65px;
	}
	
	.section__block {
  margin: 2em auto;
}
	
  .header__logo {
    float: none;
    text-align: center;
  }
	
 .header__logo-img {
    margin-top: 10px;
    width: 100%;
}
	
  .header__logo img {
    max-width: 76px;
    margin: 0 auto 0px;
  }

  .header__postage {
    float: none;
  }

  .global-nav {
    display: none;
    margin-top: 1em;
  }
	
  .global-nav a {
    padding: .7em 0;
	  font-size: 15px;
  }

  .global-nav__unit {
    float: none;
    margin-right: 0%;
    text-align: center;
	  margin-left: 0%;
	  padding: 5px 0;
	  border-top: 1px dashed #ccc;
  }
	
	.global-nav__unit:nth-child(2){
		border: 0;
	}

  .global-nav__unit__txt {
    font-size: 1.2em;
  }

  .global-nav__pulldown-nav {
    padding: 2em 0 0;
    border-bottom: 0px solid #ccc;
	  margin: 0 auto;
	  width: 100%;
    box-shadow: 0px 2px 2px rgba(10,10,10,0.1);
  }
	
	.header__section {
    margin-bottom: 0em;
    margin-top: -20px;
    padding-bottom: 25px;
    padding-top: 10px;
}
	
	#header{
	height: 50px;
    margin-bottom: 0em;
    margin-top: -20px;
    padding-bottom: 25px;
    padding-top: 10px;
}
	
	#header .header-container{
		padding: 0 0px;
		min-width: auto;
		width: 100%;
	}
	
	
#header .global-nav-phone .p_menu{
	    float: left;
}

#header .global-nav-phone .p_menu i{
	    font-size:1.3em;
	    color:#333;
}

#header .global-nav-phone .p_menu a{
	    color:#333;
	    font-size:1.2em;
}

	#header .global-nav-phone .p_cart{
	    float: right;
    margin-top: -36px;
}
	

  .header__pulldown-nav__list {
    text-align: left;
    font-weight: normal;
  }
  .header__pulldown-nav__list li {
    padding-right: 0;
    margin: 0;
    overflow: auto;
    white-space: normal;
  }
  .header__pulldown-nav__list a {
    display: block;
    padding: .7em;
  }
  .header__pulldown-nav__list a:before {
    content: '- ';
  }

  .header__search-form--phone input, .header__search-form--phone button {
    display: block;
    height: 2.25em;
    padding:0 10px;
    width: 100%;
    height:36px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  }

  .header__search-form--phone button {
  	border:none;
  	background:none;
  	color: #333;
  	position:absolute;
  	top:0px;
  	right:0px;
  	width: 50px;
  }

  .header__search-form--phone button:before {
  	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f002";

  }

  .header__search-form--phone button:hover {
    color: #999;
  }

	
	.section__title-h2 {
    font-size: 2.1em;
}
	

  .footer-nav__title {
    text-align: center;
  }

  .footer-nav__col {
    text-align: left;
	  width: 50%
  }
  .footer-nav__col li {
    margin: 0;
  }
  .footer-nav__col a {
    display: block;
    padding: 1em 0;
  }

  .guide__unit {
    padding-right: 0;
  }

  .product-list__sort {
    text-align: center;
	}	
}

/*
 * icons
 */
/* 24px black */
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-b, .icon-user.icon-w {
  background-position: -208px 0px;
}
.icon-cart.icon-b, .icon-cart.icon-w {
  background-position: -176px -64px;
}
.icon-search.icon-b, .icon-search.icon-w {
  background-position: -208px -16px;
}
.icon-chevron_thin_right.icon-b, .icon-chevron_thin_right.icon-w {
  background-position: -144px -144px;
}
.icon-chevron_thin_down.icon-b, .icon-chevron_thin_down.icon-w {
  background-position: -112px -144px;
}
.icon-chevron_thin_up.icon-b, .icon-chevron_thin_up.icon-w {
  background-position: -128px -144px;
}
.icon-list.icon-b, .icon-list.icon-w {
  background-position: -192px -96px;
}
.icon-play.icon-b, .icon-play.icon-w {
  background-position: -160px -112px;
}

.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-lg-b, .icon-user.icon-lg-w {
  background-position: -312px 0px;
}
.icon-cart.icon-lg-b, .icon-cart.icon-lg-w {
  background-position: -264px -96px;
}
.icon-search.icon-lg-b, .icon-search.icon-lg-w {
  background-position: -312px -24px;
}
.icon-chevron_thin_right.icon-lg-b, .icon-chevron_thin_right.icon-lg-w {
  background-position: -216px -216px;
}
.icon-chevron_thin_down.icon-lg-b, .icon-chevron_thin_down.icon-lg-w {
  background-position: -168px -216px;
}
.icon-chevron_thin_up.icon-lg-b, .icon-chevron_thin_up.icon-lg-w {
  background-position: -192px -216px;
}
.icon-list.icon-lg-b, .icon-list.icon-lg-w {
  background-position: -288px -144px;
}
.icon-play.icon-lg-b, .icon-play.icon-lg-w {
  background-position: -240px -168px;
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/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/78/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}
@media (max-width: 996px) {
  .icon-b {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
  }
  .icon-b.icon-user {
    background-position: -209px 0px;
  }
  .icon-b.icon-cart {
    background-position: -264px -96px;
  }
  .icon-b.icon-search {
    background-position: -312px -24px;
  }
  .icon-b.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-b.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-b.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-b.icon-list {
    background-position: -288px -144px;
  }
  .icon-b.icon-play {
    background-position: -240px -168px;
  }

  .icon-w {
    width: 24px;
    height: 24px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
  }
  .icon-w.icon-user {
    background-position: -312px 0px;
  }
  .icon-w.icon-cart {
    background-position: -264px -96px;
  }
  .icon-w.icon-search {
    background-position: -312px -24px;
  }
  .icon-w.icon-chevron_thin_right {
    background-position: -216px -216px;
  }
  .icon-w.icon-chevron_thin_down {
    background-position: -168px -216px;
  }
  .icon-w.icon-chevron_thin_up {
    background-position: -192px -216px;
  }
  .icon-w.icon-list {
    background-position: -288px -144px;
  }
  .icon-w.icon-play {
    background-position: -240px -168px;
  }
}
@media only screen and (max-width: 996px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 996px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 996px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 996px) and (min-device-pixel-ratio: 2), only screen and (max-width: 996px) and (min-resolution: 192dpi), only screen and (max-width: 996px) and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}

/* productlist */
.productlist-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.productlist-unit div {
  margin-top: auto !important;
}
.btn-fav {
    background-color: transparent !important;
    border: none;
    font-size: 1.5em;
    position: absolute;
    top: 0.1em;
    right:0.1em;
    color:#999;
    outline: none;
}
.is-added i {
  color: #ff7373 !important;
}
@media (max-width: 480px) {
  .btn-fav {
    right:-0.8em;
  }
}
/* どこでもカラーミー */
.cartjs_box {
  padding: 10px 0 !important;
}
.cartjs_box br,
.cartjs_product_img,
.cartjs_product_name,
.cartjs_product_table {
    display:none;
}
.cartjs_cart_in input[type="submit"]{
    width: 90%;
    height: 3em;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 25px;
    color: #333;
    overflow: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}
.cartjs_cart_in input[type="submit"]:hover{
    color:#fff;
    background-color: #E66C05;
    border: none;
}
/* custom_bx */
#slider div:not(:first-child){
    display: none;
}
.custom_bx4 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  padding:0;
  min-height: 352px !important;
}
@media all and (-ms-high-contrast: none) {
  .custom_bx4 li a{
    max-height: 215px;
    display: block;
  }
}
.custom_bx4 li div {
  margin-top: auto !important;
}

.bx-wrapper {
    margin-bottom:0 !important;
}

.bx-wrapper img {
    margin:0 auto !important;
}

.bx-wrapper .bx-controls .bx-controls-direction a {
    width: 40px;
    height: 52px;
    margin-top: -20px;
    border: 2px solid #fff;
    background-color: #fff;
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
    background-size: 200%;
    opacity: 0.8;
    border-radius: 5px;
}
.bx-prev {
    left: 0px !important;
}
.bx-prev:hover {
    background-position: 0 -32px !important;
}
.bx-next {
    right: 0px !important;
}
.bx-next:hover {
    background-position: -43px -32px !important;
}
/* ドロップダウンメニュー */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  position: relative;
  z-index: 1000;
}

.dropmenu li a {
  display: block;
  line-height: 1;
}

.dropmenu li:hover ul {
  display: block;
}

.dropmenu li ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  padding-top: 10px;
  width: 100%;
}

.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}

.dropmenu li ul li {
  width: 100%;
  background-color: #fff;
  padding: 0.5em 1em;
  text-align: left;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}

/* colormekit.cssの上書き */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ccc;
}

.btn {
  border-radius: 0;
}

.btn-xlg,
.btn-sm,
.btn-xs {
  border-radius: 0;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}

select {
  border-radius: 0;
}

input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}

.pager li > a {
  border: none;
}

.pager li > span {
  border: none;
  background-color:#E66C05;
  color:#fff;
}

/* bxSlider */
.bx-wrapper .bx-pager {
  bottom: 20px !important;
}

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  left: 0 !important;
  background-color: transparent !important;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 32px !important;
  height: 4px !important;
}

/*
 * layout
 */
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.pc-header {
  margin: 0 auto;
  max-width: 1200px;
}

#footer {
  background-color: #E66C05;
  color: #fff;
  opacity:0.9;
}

#footer a {
  color: #fff;
}

address {
  margin-bottom: 0;
}

/*
 * 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{
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

/* スマホ用ドロワーメニュー */
.drawer.open {
  left: 0;
}

.drawer {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.drawer__item--close {
  padding: 20px;
  text-align: right;
}

.drawer__item {
  border-bottom: 1px solid #e0e0e0;
}

.drawer__item--close a {
  color: #212121;
}

.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}

.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}

.linklist__item {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}

.drawer__item--accordion .linklist__item {
  border: none;
}

.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #212121;
}

.drawer__item--accordion .linklist__item a {
  padding: 10px 20px;
}

.linklist__item__text {
  width: 80%;
  height: auto;
}

.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}

.u-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/* スマホ */
.toolbar {
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10000;
}

.toolbar__inner {
  margin: 0;
  padding: 0;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toolbar__item--menu {
  float: left;
}

.toolbar__item--menu span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 85.71429%;
  font-weight: bold;
}

.toolbar__item--cart {
  float: right;
}

.toolbar__item a {
  color: #212121;
  padding: 0 20px;
  height: 60px;
  display: table;
}

.u-wrap {
  text-align: center;
  vertical-align: middle;
  zoom: 1;
}

.toolbar__item a .u-wrap {
  display: table-cell;
}

.toolbar__item a i {
  vertical-align: middle;
}

.toolbar__item__count--in {
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    background: orange;
    color: #FFF;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.6em;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}

.section--shopname {
  padding-top: 65px;
}

.section__inner {
  padding: 10px;
}

.section__inner form,
.drawer__item__name form {
  margin-bottom: 0;
}

.shopname {
  text-align: center;
  margin: 0;
  font-size: 114.28571%;
}

.shopname a {
  font-weight: bold;
  color: #212121;
  display: block;
}

.section {
  border-bottom: solid 1px #e0e0e0;
}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #212121;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

input[type="text"].keyword--small {
  width: 72%;
  height: 44px;
}

.button--blue {
  background: #333;
  color: #fff;
}

.button--small {
  font-size: 100%;
  padding: 15px 0;
  width: 25%;
  line-height: 1;
  border: none;
}

.section--search .button {
  float: right;
}

/*
 * 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-close {
  background-position: -80px -80px;
}

.icon-lg-b.icon-close {
  background-position: -120px -120px;
}

.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;
}

.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);
  }
}

/* 商品詳細ページのbxSliderの筋消し用 */
@media (min-width: 481px) {
  .wrapper {
    max-width: 430px;
  }
}

@media (min-width: 550px) {
  .wrapper {
    max-width: 500px;
  }
}

@media (min-width: 600px) {
  .wrapper {
    max-width: 540px;
  }
}

@media (min-width: 700px) {
  .wrapper {
    max-width: 650px;
  }
}

@media (min-width: 800px) {

  .wrapper,
  .pc-header {
    max-width: 750px;
  }
}

@media (min-width: 900px) {

  .wrapper,
  .pc-header {
    max-width: 820px;
  }
}

@media (min-width: 1000px) {

  .wrapper,
  .pc-header {
    max-width: 950px;
  }
}

@media (min-width: 1100px) {

  .wrapper,
  .pc-header {
    max-width: 1050px;
  }
}

@media (min-width: 1150px) {

  .wrapper,
  .pc-header {
    max-width: 1100px;
  }
}

@media (min-width: 1200px) {

  .wrapper,
  .pc-header {
    max-width: 1120px;
  }
}

@media (min-width: 1250px) {

  .wrapper,
  .pc-header {
    max-width: 1200px;
  }
}

/* フェードインアニメーション */
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 1s;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

#instafeed img {
  width: 33%;
  float: left;
}
