@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,700&display=swap');

/* reset */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul,ol{list-style:none}
button,input,select,textarea{margin:0}
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
img,embed,iframe,object,audio,video{height:auto;max-width:100%}
iframe{border:0}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0;text-align:left}
i,em{font-style: normal;}
label,button{cursor: pointer;}

/* common */
html{font-size: 10px; line-height: 1.75;}
body{font-family: "Noto Sans JP", sans-serif; font-size: 1.4rem; font-weight: 400; color: #333333;}
a{color: #333333; text-decoration: none; -webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
a:hover{color: #999999; text-decoration: underline;}
a img, button{-webkit-transition: all .2s ease-out; transition: all .2s ease-out;}
a i{-webkit-transition: all .2s ease-out; transition: all .2s ease-out;}
a i{margin-right: 5px;}
img{vertical-align: bottom;}
small,sub,sup{font-size: .8em;}
button:not([id^="slick-"]), input, select, textarea{font-family: inherit;}

.clearfix{ content: ""; display: table; clear: both;}
.forpc{display: inline-block !important;}
.forsp{display: none !important;}
.nobr{display: inline-block;}
.flex-btwn{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-cntr{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-left{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-right{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-align-center{
  -webkit-box-align: center;
  align-items: center;
}
.flex-align-end{
  -webkit-box-align: end;
  align-items: flex-end;
}
.flex-align-base{
  -webkit-box-align: baseline;
  align-items: baseline;
}
.flex-rvs{
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.container{display: flex; width: 100%; height: 100%; padding: 120px 1em 0;}
.cntbox{margin: 0 auto;}
.content{margin: 0 auto 70px;}
.container .cntbox{width: calc(100% - 200px); padding: 0 0 0 1em;}
.btnbox{
  margin: 1em auto;
  letter-spacing: .1em;
  text-align: center;
}
.btnbox a{
  display: inline-block;
  padding: .5em 2em;
  font-size: 2rem;
  color: #ffffff;
  border: 1px solid #775391;
  background: #775391;
}
.btnbox a:hover{
  color: #775391;
  background: #ffffff;
}
.txtlnk{
  margin: 1em auto;
  letter-spacing: .1em;
  text-align: center;
}
.txtlnk a{
  text-decoration: underline;
}
.pnkz{
  margin: -10px 0 0 1em;
}
.pnkz li{
  position: relative;
  margin: 0 5px;
  padding-right: 1.5em;
}
.pnkz li::after{
  content: "";
  position: absolute;
  right: 5%;
  width: 7px;
  height: 24px;
  background: url("/assets_zeimu/img/linkarw.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.pnkz li:last-child::after{
  display: none;
}
.content .ttlbox{
  padding: 60px 0;
  text-align: center;
  background: url("/assets_zeimu/img/box_bg.png") 50% 100%;
}
.content .ttlbox h1{
  font-size: 3.4rem;
  letter-spacing: .1em;
}
.content .ttlbox h1 + p{
  font-size: 1.2rem;
}
.content .ttlbox.type2{
  padding: 10px 0 !important;
}
.w100{
  width: 100% !important;
}
input[type="radio"]{
  margin: 0 .5em;
}
label{
  margin-right: auto;
}
.hidedt .alert-danger{
  display: none !important;
}
.requirehidden{
  display: none !important;
}
.changetxt{
  font-weight: bold;
  text-align: center;
  color: #e53939;
}
@media print, screen and (max-width: 768px) {
  html{font-size: 10px; line-height: 1.85;}
  body{font-family: sans-serif; font-size: 1.4rem; color: #333333;}
	.container{margin-top: 0; padding: 75px 1% 0;}
	.cntbox{}
  .content{margin: 0 auto;}
  .container .cntbox{width: 100%; padding: 0;}
	.forpc{display: none !important;}
	.forsp{display: inline-block !important;}
  .btnbox a{
    font-size: 1.8rem;
  }
  .pnkz{
    margin: 5px 0 0 0;
  }
  .pnkz li{
    margin: 0 5px 5px;
    font-size: 1.2rem;
  }
  .content .ttlbox{
    padding: 15px 0;
  }
  .content .ttlbox h1{
    font-size: 2.2rem;
    letter-spacing: 0;
  }
}

/* header */
header{
	position: fixed;
	z-index: 100;
	width: 100%;
	padding: 0;
	background: #ffffff;
}
header .cntbox{
	position: relative;
  width: auto;
	height: 100px;
	margin: 0 0 0 1em;
  padding: 0;
  border-bottom: 2px solid #775391;
  /* background: url("/assets_zeimu/img/hdr_indctr.svg") 410px 100% no-repeat; */
}
header .hdrlogo{
  position: absolute;
  z-index: 110;
	width: 200px;
  height: 115px;
  padding: 15px 0 0;
  background: #ffffff;
  box-shadow: 10px 0px 10px -5px rgba(0,0,0,0.1);
}
header .hdrlogo img{
  width: 88%;
  height: auto;
}
header .menubox{
  position: absolute;
  top: 15px;
  right: 10px;
  z-index: 150;
	display: none;
	margin: 5px;
	padding-top: 5px;
	cursor: pointer;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0 0 0;
  letter-spacing: .1em;
  text-align: center;
  color: #008ccb;
}
.menu-trigger:hover{
  color: #008ccb;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #008ccb;
  border-radius: 2px;
}
.menu-trigger span:nth-of-type(1) {
  top: 10px;
}
.menu-trigger span:nth-of-type(2) {
  top: 27px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 10px;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}
.menu-trigger:hover span{
  background: #007bb3;
}
nav{
	position: absolute;
	top: 30px;
	right: 0;
	display: block;
	width: calc(100% - 200px - 2em);
	padding: 0;
  text-align: center;
}
nav .ecnav li{
  display: flex;
  align-items: center;
  margin: 0 5px;
  width: 120px;
  height: 50px;
  border: 1px solid #cccccc;
  background: #ffffff;
  transition: all .3s ease-out;
}
nav .ecnav li a{
  display: block;
  width: 100%;
  line-height: 1.2em;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
}
nav .ecnav li:nth-of-type(1){
  border: 1px solid #008ccb;
}
nav .ecnav li:nth-of-type(1) a{
  color: #008ccb;
}
nav .ecnav li:nth-of-type(1):hover{
  background: #008ccb;
}
nav .ecnav li:nth-of-type(1):hover a{
  color: #ffffff;
}
nav .ecnav li:nth-of-type(2){
  border: 1px solid #775391;
}
nav .ecnav li:nth-of-type(2) a{
  color: #775391;
}
nav .ecnav li:nth-of-type(2):hover{
  background: #775391;
}
nav .ecnav li:nth-of-type(2):hover a{
  color: #ffffff;
}
nav .ecnav li:nth-of-type(3){
  border: 1px solid #39946a;
}
nav .ecnav li:nth-of-type(3) a{
  color: #39946a;
}
nav .ecnav li:nth-of-type(3):hover{
  background: #39946a;
}
nav .ecnav li:nth-of-type(3):hover a{
  color: #ffffff;
}
nav .ecnav li:nth-of-type(4){
  border: 1px solid #aa4316;
}
nav .ecnav li:nth-of-type(4) a{
  color: #aa4316;
}
nav .ecnav li:nth-of-type(4):hover{
  background: #aa4316;
}
nav .ecnav li:nth-of-type(4):hover a{
  color: #ffffff;
}
nav .ecnav li.actv{
  border: 1px solid #775391;
  background: #775391;
}
nav .ecnav li.actv a{
  color: #ffffff;
}
nav .cmnnav li{
  display: flex;
  align-items: center;
  height: 30px;
  border-right: 1px solid #cccccc;
}
nav .cmnnav li:last-child{
  border: 0;
}
nav .cmnnav li a{
  display: block;
  width: 100%;
  margin: 0 10px;
  padding: .5em 0;
  font-size: 1.4rem;
  letter-spacing: .1em;
  text-align: center;
  color: #333333;
}
nav .cmnnav li a:hover{
  color: #775391;
}
nav .cmnnav li .cartbtn{
}
nav .cmnnav li .cartbtn::after{
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  vertical-align: bottom;
  background: url("/assets_zeimu/img/hdr_cart_btn.png") 50% 50% no-repeat;
  background-size: 100% auto;
}
nav .cmnnav li button{
  appearance: none;
  margin: 0 10px;
  padding: .5em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: #333333;
  border: 0;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
nav .srchbox, nav .lnkbox, nav .ctgbox, nav .cmpbox, nav .hbnrlst{
  display: none;
}

@media screen and (max-width: 1150px) {
  nav .ecnav li{
    margin: 0 2px;
    width: 100px;
  }
  nav .ecnav li a{
    font-size: 1.2rem;
  }
  nav .cmnnav li a{
    margin: 0 5px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 978px) {
  header .cntbox{
    background: 0;
  }
  header .menubox{
    display: block;
  }
  nav{
    top: 100px;
    right: calc(0% - 100%);
    z-index: 200;
    overflow: auto;
    display: block !important;
    width: 100%;
    height: 80vh;
    padding: 0;
    background: rgba(255,255,255,.9);
    box-shadow: 0px 4px 10px -4px rgba(0,0,0,0.6);
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out;
  }
  nav.navon{
    right: 0;
  }
  nav .ecnav{
  	justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    background: #cbe7f4;
  }
  nav .ecnav li{
    width: 20%;
  }
  nav .ecnav li a{
    font-size: 1.4rem;
  }
  nav .cmnnav{
  	justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 1em 0;
    background: #008ccb;
  }
  nav .cmnnav li{
    height: auto;
    border-right: 1px solid #eeeeee;
  }
  nav .cmnnav li a{
    margin: 0 2em;
    padding: .5em 0;
    font-size: 1.4rem;
    color: #ffffff;
  }
  nav .cmnnav li .cartbtn::after{
    display: none;
  }
  nav .srchbox{
    display: block;
  }
  nav .srchbox{
    padding: 1em 0;
    text-align: center;
    background: #f8fafa;
  }
  nav .srchbox h2{
    padding: .7em 0;
    font-size: 1.8rem;
  }
  nav .srchbox form{
    display: flex;
    justify-content: center;
  }
  nav .srchbox .input{
    width: 50%;
  }
  nav .srchbox input{
    width: 100%;
    margin: 0;
    padding: 1em;
    border: 1px solid #cccccc;
    background: #ffffff;
  }
  nav .srchbox button{
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 1em;
    border: 1px solid #cccccc;
    background: #008ccb;
    cursor: pointer;
  }
  nav .srchbox button img{
    width: auto;
  }
  nav .srchbox button:hover{
    background: #005e88;
  }
  nav .lnkbox{
    display: block;
    padding: 2em 0 1em;
    border-top: 3px solid #008ccb;
  }
  nav .lrglst{
    width: 80%;
    margin: 0 auto;
  }
  nav .lrglst li{
    display: flex;
    align-items: center;
    width: 46%;
    height: auto;
    margin: 0 2% 2%;
    font-size: 1.4rem;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-weight: 100;
    border: 1px solid #cacaca;
  }
  nav .lrglst li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em 0;
    text-align: center;
  }
  nav .lrglst li a:hover{
    text-decoration: none;
    color: #ffffff;
    background: #008ccb;
  }
  nav .ctgbox{
    display: block;
    border-top: 3px solid #008ccb;
    border-bottom: 3px solid #008ccb;
  }
  nav .ctgbox h2{
    padding: 1em 0;
    font-size: 1.8rem;
    text-align: center;
  }
  nav .ctglst{
    width: 80%;
    margin: 0 auto;
  }
  nav .ctglst li{
    display: flex;
    align-items: center;
    width: 46%;
    height: auto;
    margin: 0 2% 2%;
    font-size: 1.4rem;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-weight: 100;
    border: 1px solid #cacaca;
  }
  nav .ctglst li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 1em;
    text-align: center;
  }
  nav .ctglst li a:hover{
    text-decoration: none;
    color: #ffffff;
    background: #008ccb;
  }
  nav .cmpbox{
    display: block;
    padding-bottom: 20px;
    border-bottom: 3px solid #008ccb;
  }
  nav .cmpbox h2{
    padding: 1em 0;
    font-size: 1.8rem;
    text-align: center;
  }
  nav .cmplst{
    width: 80%;
    margin: 0 auto;
  }
  nav .cmplst li{
    display: flex;
    align-items: center;
    width: 46%;
    height: auto;
    margin: 0 2% 2%;
    font-size: 1.4rem;
    line-height: 1.2em;
    letter-spacing: .1em;
    font-weight: 100;
    border: 1px solid #008ccb;
  }
  nav .cmplst li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: .7em;
    text-align: center;
    color: #ffffff;
    background: #008ccb;
  }
  nav .cmplst li a:hover{
    text-decoration: none;
    color: #008ccb;
    background: #ffffff;
  }
}
@media print, screen and (max-width: 768px) {
  header .cntbox{
    width: 100%;
    height: 75px;
    margin: 0;
    padding: 0;
  }
  header .hdrlogo{
    position: relative;
    width: 150px;
    height: 73px;
    margin: 0 auto;
    padding: 7px 0 0;
    box-shadow: none;
  }
  header .menubox{
    top: 0px;
    left: 0px;
  }
  nav{
    top: 75px;
    left: calc(0% - 100%);
  }
  nav.navon{
    left: 0;
  }
  nav .ecnav li{
    width: 24%;
    margin: 0 .5%;
  }
  nav .ecnav li a{
    font-size: 1.2rem;
  }
  nav .cmnnav li a{
    margin: 0 1em;
    padding: .2em 0;
    font-size: 1.2rem;
  }
  nav .srchbox{
    padding: .7em 0;
  }
  nav .srchbox h2{
    padding: .5em 0;
    font-size: 1.6rem;
  }
  nav .srchbox .input{
    width: 70%;
  }
  nav .srchbox button{
    width: 44px;
    height: 44px;
  }
  nav .ctglst{
    width: 90%;
  }
  nav .hbnrlst{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 1em);
    margin: 2em auto 1em;
  }
  nav .hbnrlst li{
    width: 45%;
    margin: 0 2% 4%;
    text-align: center;
  }
}

/* footer */
footer{
  margin: 0 auto 0;
  padding: 50px 0 10px;
  background: #abb3bf;
}
footer .cntbox{
  width: auto;
  margin: 0 auto;
  padding: 0 1em;
  text-align: center;
}
footer .ftrlogo{
  margin: 0 auto 30px;
}
footer .ftrlogo img{
  width: 15%;
}
footer .ftrnav li{
  border-right: 1px solid #ffffff;
}
footer .ftrnav li:last-child{
  border-right: 0;
}
footer .ftrnav a{
  display: inline-block;
  padding: .5em 1em;
  color: #ffffff;
  background: rgba(0,0,0,.0);
}
footer .ftrnav a:hover{
  color: #ffffff;
  background: rgba(0,0,0,.5);
}
footer .ftrsns img{
  width: 80%;
}
footer .ftrcopy{
  font-size: 1.2rem;
  letter-spacing: .1em;
  color: #ffffff;
}
@media print, screen and (max-width: 768px) {
	footer{margin: 0 auto; padding: 30px 0 10px;}
	footer .cntbox{width: 100%;}
  footer .ftrlogo{
    width: 40%;
    margin: 0 auto 30px;
  }
  footer .ftrlogo img{
    width: 80%;
  }
  footer .ftrnav{
    padding: .5em 0;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
  }
  footer .ftrnav li{
    width: 50%;
    margin-bottom: .5em;
    border: 0;
  }
  footer .ftrnav a{
    display: block;
    padding: .5em 1em;
  }
  footer .ftrsns img{
    width: 24%;
    max-width: 40px;
  }
}

/* leftnav */
.lnavbox{width: 200px; box-shadow: 10px 0px 10px -5px rgba(0,0,0,0.1);}
.lnavbox .lrglst li{
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 100;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
.lnavbox .lrglst li a{
  display: block;
  padding: 1.5em 0;
}
.lnavbox .lrglst li a:hover{
  color: #ffffff;
  background: #775391;
}
.lnavbox .lnavttl{
  margin: 1em auto 0;
  padding: .2em 0;
  text-align: center;
  background: #efe5f6;
}
.lnavbox .ctgdl dt{
  font-size: 1.6rem;
  border-top: 1px solid #eeeeee;
}
.lnavbox .ctgdl dd{
  font-weight: 100;
}
.lnavbox .ctgdl dt a{
  padding: .5em 2em .5em .5em;
}
.lnavbox .ctgdl dd a{
  padding: .2em 2em .2em 1.5em;
}
.lnavbox .ctgdl a{
  position: relative;
  display: block;
}
.lnavbox .ctgdl a:hover{
  color: #ffffff;
  background: #775391;
}
.lnavbox .ctgdl a::after{
  content: "";
  position: absolute;
  right: 5%;
  width: 7px;
  height: 24px;
  background: url("/assets_book/img/linkarw.svg") 50% 50% no-repeat;
  background-size: 100% auto;
}
.lnavbox .lbnrlst{
  width: calc(100% - 1em);
  margin: 3em 0 0;
}
.lnavbox .lbnrlst li{
  margin-bottom: 1em;
  text-align: center;
}
.lnavbox .lbnrlst + table{
  margin: 1em auto 0;
}
@media print, screen and (max-width: 768px) {
  .lnavbox{
    display: none;
  }
}
/* 登録ページ用デフォルトスタイル */
.pagebox p{
  margin: 0 0 10px;
}
.pagebox strong{
  font-weight: bold;
}
.pagebox em{
  font-style: italic;
}
.pagebox sup{
  vertical-align: super;
}
.pagebox sub{
  vertical-align: sub;
}
.pagebox code{
  padding: 2px 4px;
  font-family: monospace;
  font-size: 90%;
  color: #c7254e;
  border-radius: 4px;
  background: #f9f2f4;
}
.pagebox blockquote{
  margin: 0 0 20px;
  padding: 10px 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.pagebox pre{
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-family: monospace;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.pagebox ul{
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
}
.pagebox ul li{
  list-style: disc;
}
.pagebox ol{
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 0 40px;
}
.pagebox ol li{
  list-style: decimal;
}
.pagebox h1{
  font-size: 38px;
}
.pagebox h2{
  font-size: 32px;
}
.pagebox h3{
  font-size: 26px;
}
.pagebox h4{
  font-size: 20px;
}
.pagebox h5{
  font-size: 18px;
}
.pagebox h6{
  font-size: 14px;
}
.pagebox a{
  color: #ff8b03;
}
.pagebox a:hover{
  text-decoration: underline;
  color: #2a6496;
}
