
/* =====================
base
===================== */
html *,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #0a3066;
  font-size: 14px;
  margin-top: 161px;
}

body.fixed {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: #0a3066;
}

a:hover {
  text-decoration: underline;
}

.trans {
  display: block;
  transition: 0.3s;
}

.trans:hover {
  opacity: 0.7;
  transition: 0.3s;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
  -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wrap {
  max-width: 960px;
  /* width: 90%; */
  margin: auto;
}

#colum2 {
  padding-top: 30px;
  max-width: 960px;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#colum2.product {
  width: 100%;
  padding-top: 0;
}

#colum2.nomargin {
  width: 100%;
  padding-top: 0;
}

#cover {
  flex: 0 0 200px;
  margin-right: 30px;
}

main {
}

#side {
  flex: 0 0 200px;
}

.spmenu {
  display: none;
}
input[type="checkbox"]#sample {
  visibility: hidden;
}

#colum_content {
  width: 100%;
}

/* ステップメール */
#stepmail {
  margin-top: 0;
}
#stepmail #page {
  max-width: 750px;
  width: 100%;
  margin: auto;
}
#stepmail .footer_center_area_nav {
  display: none;
}
#stepmail .footer_botom_area {
  display: none;
}

#stepmail .footer_copyright {
  display: none;
}

.pcv {}
.spv {display: none;}


@media (min-width: 1px) and (max-width: 1050px){
  .trans:hover {
    opacity: 1;
  }
}


@media (min-width: 1px) and (max-width: 1000px){
  body {
    font-size: 12px;
    margin-top: 117px;
  }
  .spmenu {
    display: block;
  }

  #colum2 {
    display: block;
  }

  #side {
    background-color: #fff;
    margin-right: 0;
    margin-left: 65px;
  }

  main {
  }

  #cover {
    margin-right: unset;
  }

  .menubar {
    max-width: 21px;
  }
  /*ハンバーガーメニュー*/
label[for="sample"]{
  position: fixed;
  top: 25px;
  right: 15px;
  z-index: 999;
  font-size: 30px;
  color: #000;
}

/*inputは隠す*/
input[type="checkbox"]#sample {
  visibility: hidden;
}

input[type="checkbox"]#sample:checked body {
  overflow: hidden;
}

/*疑似要素で背景*/
input[type="checkbox"]#sample:checked:before{
  width: 100%;
  height: 100%;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  visibility: visible;
  z-index: 214748364;
  background: rgba(0, 0, 0, 0.5);
}

/*疑似要素で閉じるボタン*/
input[type="checkbox"]#sample:checked:after{
content: "";
width: 65px;
height: 65px;
background-image:url(/template/morinaga/img/n_img/header/menubar02.png);
background-repeat: no-repeat;
background-size: 65px;
visibility: visible;
display: block;
z-index: 2147483647;
position: fixed;
top: 0px;
left: 0px;
}

/*メニューを隠す*/
input[type="checkbox"]#sample + #cover {
width: 100%;
height: 100%;
transition: 0.2s ease-in-out;
position:fixed;
top:0;
right: -100%;
}

/*メニューをオープン時*/
input[type="checkbox"]#sample:checked + #cover {
  overflow:scroll;
-webkit-overflow-scrolling:touch;
  z-index: 2147483646;
  transition: 0.2s ease;
  right: 0;
  opacity: 1;
}

/*メニューの中身装飾*/
input[type="checkbox"]#sample + #cover > #side {
}
  .pcv {display: none;}
  .spv {display: block;}
}

/*商品詳細　定期コースラジオボタン*/
.productdetail__inner .productdetail__descarea.product__desc .ChangesByVariation .m-priceSelect input{
  -webkit-appearance: auto;
	-moz-appearance: auto;
	appearance: auto;
}