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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
main {
  display: block;
}
ol, ul {
  list-style: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* ----- ----- ----- ----- ----- ----- */

/* ----- ----- common ----- ----- */

html[lang="ja"] {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
body{
  color: #333;
  background-color: #FFF;
}
header{
  width: 100%;
}
main{
  width: 100%;
  padding: 40px 0;
  background-color: #FFF;
}
footer{
  width: 100%;
}

img{
  max-width: 100%;
}
a{
  color: #18b7cd;  
}
a:hover{
  color: #777;  
}
a:hover img {
  opacity: 0.8;
}
.clearfix::after{
  content: '';
  display: block;
  height: 0;
  clear: both;
}

.fL{  float: left;  }
.fR{  float: right; }

.taL{  text-align: left;   }
.taC{  text-align: center; }
.taR{  text-align: right;  }

.marker{
  background-image: linear-gradient(90deg, rgba(24,183,205,0.5), rgba(24,183,205,0.3));
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 30%;
  padding: 0 0.2em;
}
.undermarker::after {
  content: '';
  display: block;
  height: 2px;
  margin-top: 0.1em;
  background: -moz-linear-gradient(to right, rgba(24,183,205,0.6), transparent);
  background: -webkit-linear-gradient(to right, rgba(24,183,205,0.6), transparent);
  background: linear-gradient(to right, rgba(24,183,205,0.6), transparent);
}

.borbox{
  border: 1px solid #18B7CD;
  padding: 1em;
  margin: 2rem auto;
}


/* ----- ----- end / common ----- ----- */

/* ----- ----- header ----- ----- */

#logo img {
  max-width: 100%;
}
nav{
  width: 100%;
  position: relative;
  background: #FFF;
}
.drawer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  padding: 1em 1em 0.8em; 
  border-bottom: 1px solid #777;
}

.menu ul li a {
  display:block;
  font-weight:bold;
  padding: 2em;
  border-bottom: 1px dotted #CCC;
  color:#333;
  text-decoration:none;
  transition: all  0.3s ease;
}
.menu ul li a:hover{
  background-color:rgba(24,183,205,0.7);
  color: #FFF;
} 
#home .menu ul li.home a,
#news .menu ul li.news a,
#products .menu ul li.products a,
#concept .menu ul li.concept a,
#shop .menu ul li.shop a,
#contact .menu ul li.contact a{
  color: #18b7cd;  
}
.instalogo{
  max-width: 30px;
  background-color: #FFF;
  border-radius: 8px;
}
.menu{
  height: 0px;
  text-align:center;
  background-color:rgba(255,255,255,1);
  transition: 0.6s ease;
  -webkit-transform: translateX(100%); 
  transform: translateX(100%);
} 
.menu.open {
  position: relative;
  z-index: 100;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.menu.open ul {
  position: relative;
  background-color:rgba(255,255,255,1);
}

.Toggle {
  display: block;
  width: 2rem;
  height: 2rem;
  cursor: pointer;
  z-index: 3;
  position: absolute;
  right:15px;
  top: 30px;
} 
.Toggle span {
  display: block;
  position: absolute;
  width: 2rem;
  border-bottom: solid 3px #333;
  -webkit-transition: .35s ease-in-out;	
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;	
}
.Toggle span:nth-child(1) {
    top: 3px;
}
 .Toggle span:nth-child(2) {
    top: 15px;
}
 .Toggle span:nth-child(3) {
    top: 27px;
}
.Toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 788px) {
  header{
    height: 100px;
  }
  .menu{
    display: none;
  }
  .menu.open {
    display: block;
  }
}
@media screen and (min-width: 789px) {
  header{
    border-bottom: 1px solid #777;
  }
  .drawer{
    display: block;
    border-bottom: 1px solid #777;
  }
  #logo {
    max-width: 960px;
  }
  #logo img{
    max-width: 100%;
  }	
  .Toggle{
    display: none;
  }
  .menu{
    height: 70px;
    width: 100%;
    max-width: 960px;
    background-color: transparent;
    margin:0 auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu ul{
   height: 70px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
  }
  .menu ul li a{
   padding: 0 1em;
   border-bottom: none;
  }
  .menu ul li a:hover{
  background-color:transparent;
  color: #18b7cd;
  }
}
/* ----- ----- end / header ----- ----- */

/* ----- ----- home ----- ----- */

.slick-slider{
  z-index: 1;
}

@media screen and (max-width: 788px) {
  .slick-slide img{
    max-width: 96vw;
  }
}
@media screen and (min-width: 789px) {
  .slick-slide{
    margin: 0 25px;
  }
}

#contents{
  max-width: 960px;
}
#home #contents{
  padding-top: 40px;
}
@media screen and (max-width: 999px) {
  #contents{
    padding-right: 10px;
    padding-left: 10px;
  }
}
h2{
  font-size: 18px;
  border-left: 5px solid #18B7CD;
  padding-left: 10px;
  margin-bottom: 20px;
}
h3{
  font-size: 18px;
  margin: 1rem;
}
#newslist dl{
  margin: 0 10px 40px;
  line-height: 1.4;
}
#newslist dl a{
  color: #000;
  transition: all  0.3s ease;
}
#newslist dl a:hover{
  color: #18b7cd;
}
#newslist dl dt{
  position: relative;
  margin-bottom: 0.6em;
}
#newslist dl dt span{
  display: inline-block;
  min-width: 6.6em;
  margin: 0 1em;
  padding: 0.1em 1em 0;
  border: 1px solid #18b7cd;
  text-align: center;
  font-size: 0.9em;
  position: absolute;
   right: 0.6em;
}
#newslist dl dt span.products{
  background-color: #18b7cd;
  color: #FFF;
  font-weight: bold;
}
#newslist dl dd{
  margin-bottom: 1em;
  padding: 0.1em 0 0;
}
#newslist dl dd ul{
  display: table;
}
#newslist dl dd ul li{
  display: table-cell;
}
#newslist dl dd img{
  max-width: 60px;
  height: auto;
  vertical-align: text-top;
  margin-right: 1em;
}

@media screen and (max-width: 788px) {
  #newslist dl dd{
    border-bottom: 1px dotted #999;
    padding: 0 1em 0.6em 1em;
  }
}

@media screen and (min-width: 789px) {
  #newslist dl dt{
    float: left;
    clear: both;
    width: 15em;
    margin-bottom: 1em;
  }
  #newslist dl dd{
    margin-left: 15em;
  }
} 
  

#recommend ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}
#recommend ul li{
  margin: 10px;
}
#recommend ul li img{
  width: 360px;
}
@media screen and (min-width: 789px) {
  #recommend ul li img{
    width: 300px;
  }
}
@media screen and (min-width: 789px) and (max-width: 999px) {
  #recommend ul::after{
    display: block;
    content: '';
    width: 300px;
  }
}

/* ----- ----- end/ home ----- ----- */

/* ----- ----- filter ----- ----- */

.tabList{
  min-height: 80vh;
}
.filters{
  max-width: 960px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.filters label{
  flex: 1 1 auto;
  border: 1px solid #333;
  padding: 10px 20px;
  margin: 10px;
  font-size: 16px;
  text-align: center;
  transition: all  0.3s ease;
	flex-grow: 0;
}
.filters label:hover{
  color: #18b7cd;
  border-color: #18b7cd;
  cursor: pointer;
}
.filters input.checked_label + label{
  background-color: #18b7cd;
  color: #FFF;
  border-color: #18b7cd;
  cursor: pointer;
  font-weight: bold;
}

.catList .filters label{
  flex: 1 1 auto;
  border: 0 none;
  padding: 0;
  margin: 10px 10px 20px;
  font-size: 14px;
  text-align: center;
  max-width: 220px;
}
.catList .filters label img{
  display: inline-block;
  width: 180px;
  margin-bottom: 0.4em;
}
.catList .filters label:hover img{
  opacity: 0.8;
}

.targets {
  max-width: 740px;
  margin: 50px auto;
}
@media screen and (max-width: 788px) {
  .targets{
    margin: 50px 10px;
  }
}
.targets li {
  color: #333;
  font-size: 13px;
  line-height: 1.3;
  list-style: none;
  border-left: 5px solid #000;
  padding-left: 20px;
  margin-bottom: 20px;
  transition: all  0.3s ease;
}
.targets li:hover{
  border-color: #CCC;
}
.targets li a {
  display: block;
  position: relative;
}
.targets li a .title {
  position: relative;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
}
.targets li a:hover .title {
  color: #18b7cd;
}
.targets li a .outofstock {
  display: inline-block;
  color: #FFF;
  background-color: #999;
  font-size: 11px;
  font-weight: normal;
  padding: 4px 8px 1px;
  margin-top: 5px;
  margin-left: 10px;
  position: relative;
  vertical-align: super;
}
.targets li a:hover .outofstock {
  background-color: #CCC;
}
.targets li a .about {
  color: #333;
  margin-bottom: 10px;
}  

.checked_animation {
  animation: checked_animation 0.4s ease-in-out both;
}

@keyframes checked_animation {
  0% {
  transform: translate(0, 300px);
  opacity: 0;
  }
  100% {
  transform: translate(0, 0);
  opacity: 1;
  }
}
/* ----- ----- end/ filter ----- ----- */

/* ----- ----- footer ----- ----- */

footer{
  background-color: #18b7cd;
  color: #FFF;
  padding: 20px;
}
#page-top a{
	display: block;
	background-color: rgba(24,183,205,0.8);
	border-radius: 5px;
	width: 32px;
	height: 32px;
  line-height: 32px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	font-size: 0.6rem;
	transition: all 0.3s;
}
#page-top a:hover{
	background-color: rgba(153,153,153,0.8);
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

#footerInner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 960px;
}
#footerInner ul#footerLink li a{
	position: relative;
  color: #FFF;
  transition: all  0.3s ease;
}
#footerInner ul#footerLink li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background:#FFF;
  transition: all 0.3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
#footerInner ul#footerLink li a:hover::after {
  transform: scale(1, 1);
}
#footerInner ul#footerLink li{
  display: inline-block;
  font-size: 0.8em;
}
#footerInner ul#footerLink li:not(:last-child){
  margin-right: 0.5em;
}
#footerInner ul#footerLink li:not(:last-child)::after{
  display: inline;
  content: '|';
  margin-left: 1em;
}

@media screen and (max-width: 420px) {
  #footerInner ul#footerLink li{
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 788px) {
  #footerInner{
    text-align: center;
  }
  #footerInner #copyright{
    order: 2;
    flex-basis: 100%;
  }
  #footerInner ul#footerLink{
    order: 1;
    flex-basis: 100%;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 789px) {
  #footerInner #copyright{
    margin-left: 0;
  }
  #footerInner ul#footerLink{
    margin-right: 0;
  }
}
  
/* ----- ----- end/ footer ----- ----- */

/* ----- ----- news page ----- ----- */

#newslist h3{
  font-size: 18px;
  margin: 30px 1rem;
}
#news #newslist dl{
  margin: 0 1rem 40px;
  min-height: 40vh;
}
.archiveList{
  margin-bottom: 50px;
}
.archiveList li{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 1rem 1rem;
}
.archiveList li a{
  color: #333;
}
.archiveList li a:hover{
  color: #18b7cd;
}

@media screen and (min-width: 789px) {
  #newslist dl.archiveOld dt{
    width: 7em;
  }
  #newslist dl dd{
    margin-left: 15em;
  }
} 
/* ----- ----- end/ news page ----- ----- */

/* ----- ----- concept page ----- ----- */

#conceptImg .img{
  text-align: center;
  margin: 0 auto 40px;
}
#conceptImg .titleWrap{
  text-align: center;
  margin: 40px auto;
}
#conceptImg .title{
  display: inline;
  font-size: min(22px,4vw);
  line-height: 1.6em;
  border-bottom: 1px solid #18B7CD;
}
#conceptImg .title span{
  display: inline-block;
  margin: 10px;
}
#conceptImg .heading{
  max-width: 760px;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto 100px;
}
#conceptImg .heading p{
  margin-bottom: 1em;
}
  
/* ----- ----- end/ concept page ----- ----- */

/* ----- ----- shop page ----- ----- */

#shopInfo p{
  line-height: 1.6;
  margin-bottom: 1em;
  margin-left: 1rem;
}
#shopInfo ul{
  margin-left: 1rem;
}
#shopInfo ul li{
  line-height: 1.4;
  margin-bottom: 1em;
}
#shopInfo .link{
  margin: 2rem 1rem 3rem 2rem;
}
#shopInfo .link a{
  font-weight: bold;
  border: 1px solid #18b7cd;
  padding: 1em 1.6em;
  transform: all 0.3s ease;
}
#shopInfo .link a:hover{
  background-color: #18b7cd;
  color: #FFF;
}
/* ----- ----- end/ shop page ----- ----- */

/* ----- ----- contact page ----- ----- */

#contactus{
  max-width: 700px;
}
#contactus h3{
  border-bottom: 1px solid #CCC;
  margin-top: 50px;
}
#contactus p.infoTitle{
  font-weight: bold;
  margin-bottom: 0.6rem;
  margin-left: 3rem;
  line-height: 1.6;
}
#contactus p.info{
  margin-left: 4rem;
  line-height: 1.6;
}
#contactus p.info img{
  vertical-align: middle;
}
#contactus .att{
  font-size: 13px;
  margin: 50px 1rem;
  border: 1px solid #CCC;
  padding: 1rem;
}  
/* ----- ----- end/ contact page ----- ----- */

/* ----- ----- column page ----- ----- */

.columnWrap{
  max-width: 600px;
  line-height: 1.6;
}
.columnWrap h3{
  margin: 1rem 0 2em;
  color: #000;
}
.columnWrap h4{
  margin: 1em 0;
}
.columnWrap .fL,
.columnWrap .fR{
  max-width: 210px;
  font-size: 13px;
  margin-bottom: 1rem;
}
.columnWrap .fL{
  margin-right: 1rem;
}
.columnWrap .fR{
  margin-left: 1rem;
}
.columnWrap p{
  font-size: 14px;
  margin-bottom: 1em;
}
.columnWrap ul{
  font-size: 14px;
  margin-bottom: 2rem;
  margin-left: 2rem;
}
@media screen and (min-width: 640px) {
  .columnWrap ul{
    margin-left: 4rem;
  }
}
.columnWrap ul li{
  list-style: square;
  margin-bottom: 0.6em;
}
.columnWrap .borbox a{
  color: #333;
}
.columnWrap .borbox a:hover{
  color: #999;
}

/* ----- ----- end/ column page ----- ----- */

/* ----- ----- for print ----- ----- */

@media print{
  
  body{
    background-color: transparent;
  }
  header{
    border-bottom: 1px solid #777;
  }
  .drawer{
    display: block;
    position: relative;
    padding: 1em 1em 0.8em; 
    border-bottom: 1px solid #777;
  }
  .Toggle{
    display: none;
  }
  .menu{
    height: 70px;
    width: 100%;
    max-width: 960px;
    background-color: transparent;
    margin:0 auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu ul{
   height: 70px;
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-end;
   align-items: center;
  }
  .menu ul li a{
   padding: 0 1em;
   border-bottom: none;
  }
  .slick-slide img{
    max-width: 96vw;
  }
  #newslist dl dt{
    float: left;
    clear: both;
    width: 15em;
    margin-bottom: 1em;
  }
  #newslist dl dd{
    margin-left: 15em;
  }
  #recommend ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin-bottom: 40px;
  }
  .catList .filters{
  }
  .catList .filters label{
    width: calc(84%/4);
  }
}
/* ----- ----- end/ for print ----- ----- */




