﻿@charset "UTF-8";
/* CSS Document */

html{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
  line-height: 1.2;
  -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
*{
  margin: 0;
  padding: 0;
	border: 0;
  box-sizing: border-box;
}
h1{
	margin: 0;
	padding: 0;
}
img{
	max-width: 100%;
	height: auto;
}
a{
  color: #333;
	transition: all 0.3s ease-out;
  text-underline-offset: 2px;
}
a .underline{
	text-decoration: underline;
}
a:hover,
a:active,
a:focus{
	opacity: 0.7;
}
small{ font-size: 12px; }

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

.mt10{ margin-top: 10px!important; }
.mt20{ margin-top: 20px!important; }
.mt30{ margin-top: 30px!important; }
.mt40{ margin-top: 40px!important; }

body{
	background-color: #90CCC4;
	color: #333;
}
main{
  display: block;
	width: 100%;
	background-color: #FFF;
}
section{
	padding: 0 20px;
}
header{
	background-color: #fff;
	line-height: 0;
}
footer{
	background-color: #D2EEE1;
	text-align: center;
	padding: 15px;
}
footer img{
	max-height: 54px;
}

.illustrator{
  max-width: 650px;
  background-color: #D2EEE1;
  border-radius: 20px;
	display: flex;
	justify-content: center;
  align-items: center;
	gap: 20px 20px;
	padding: 20px 30px;
  margin: 30px auto;
}
h2{
  border-bottom: 1px solid #90CCC4;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 30px;
}
h2 img{
	max-width: 76px;
}
h3{
  padding: 15px 15px 5px;
}
h3.title_02{
  background-color: #74C0D2;
  margin: 30px auto;
}
h3.title_01{
  background-color: #EDB2A4;
  margin: 50px auto 30px;
}
h3.title_02 img{
  max-width: 315px;
  width: 100%;
}
h3.title_01 img{
  max-width: 264px;
  width: 100%;
}

.indexWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.indexWrap a{
  display: flex;
  align-items: center;
  color: #131B38;
  line-height: 1.68;
}
.indexWrap a:not(:last-child){
  margin-right: 50px;
}

.indexWrap a::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.375em 0.64952em;
  border-left-color: currentColor;
  border-right: 0;
  margin-right: 0.3em;
}
.indexWrap a.index02::before{
  color: #74C0D2;
}
.indexWrap a.index01::before{
  color: #EDB2A4;
}
.indexWrap img{
  width: 125px;
}

.about{
  display: flex;
  column-gap: 30px;
  font-size: 14px;
}
#size-L_02 .about,
#size-L_01 .about{
  margin-top: 30px;
}
#size-M_02 .about,
#size-S_02 .about,
#size-M_01 .about,
#size-S_01 .about{
  margin-top: 50px;
}

.about ul{
  list-style: none;
  margin: 20px auto;
  padding-left: 10px;
}
.about ul li{
  display: flex;
  margin-bottom: 10px;
}
.about ul li::before{
  display: block;
  content: "●";
}
.about p{
  padding-left: 10px;
}
.col .img img{
  width: 100%;
}

#size-L_02 .about h4 img{
  width: 316px;
  height: 68px;
}
#size-M_02 .about h4 img{
  width: 272px;
  height: 67px;
}
#size-S_02 .about h4 img{
  width: 324px;
  height: 67px;
}
#size-L_01 .about h4 img{
  width: 272px;
  height: 68px;
}
#size-M_01 .about h4 img{
  width: 272px;
  height: 68px;
}
#size-S_01 .about h4 img{
  width: 325px;
  height: 68px;
}
#size-L_02 .about ul li::before{
  color: #6CC1D0;
}
#size-M_02 .about ul li::before{
  color: #8CCC8B;
}
#size-S_02 .about ul li::before{
  color: #9CABD7;
}
#size-L_01 .about ul li::before{
  color: #edb2a3;
}
#size-M_01 .about ul li::before{
  color: #ce9ab8;
}
#size-S_01 .about ul li::before{
  color: #fad2a2;
}
#size-L_02 .about .about_right img{
  width: 174px;
  height: 131px;
}
#size-M_02 .about .about_right img{
  width: 121px;
  height: 123px;
}
#size-S_02 .about .about_right img{
  width: 143px;
  height: 149px;
}
#size-L_01 .about .about_right img{
  width: 261px;
  height: 153px;
}
#size-M_01 .about .about_right img{
  width: 120px;
  height: 120px;
}
#size-S_01 .about .about_right img{
  width: 129px;
  height: 158px;
}
#size-L_02 .col .img img,
#size-L_01 .col .img img{
  max-width: 369px;
}
#size-M_02 .col .img img,
#size-M_01 .col .img img{
  max-width: 307px;
}
#size-S_02 .col .img img,
#size-S_01 .col .img img{
  max-width: 234px;
}

.item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin: 20px auto 0;
}
.item .col{
  margin-bottom: 30px;
}
.item .text{
  margin-left: 10px;
}
.item .text p{
	line-height: 1.6;
  text-indent: -3em;
  padding-left: 3em;
}

.display-sp{
  display: block;
}

.info{
	display: flex;
	justify-content: space-between;
	gap: 20px;
	line-height: 1.6;
	font-size: 12px;
	padding: 0 20px;
	margin-top: 50px;
}
.info ul li{
	display: block;
	margin: 0 20px;
	padding-left: 1em;
	text-indent: -1em;
}
.info .topLink{
	align-self: flex-end;
  position: relative;
}
.info .topLink a{
  position: relative;
  left: 0;
  top: 70px;
}
.info .topLink img{
	width: 212px;
	height: 162px;
}
.info .topLink a:hover{
  opacity: 0.9;
  filter: drop-shadow(0 0 0.75rem #FFF);
}

@media screen and (max-width: 599px){
  footer{
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 600px){
}

@media screen and (max-width: 767px){
	.headding{
		margin: 60px 10%;
	}
	.illustrator{
		flex-direction: column;
    margin: 60px 10% 40px;
	}
  .illustrator img{
    width: clamp( 100px, 20vw, 160px );
  } 
  .about{
    flex-direction: column;
  }
  .about .about_right{
    margin-top: 30px;
    text-align: center;
  }
	.item{
		flex-direction: column;
    align-content: center;
	}
	.item .col .img img{
		width: 100%;
	}
}
@media screen and (min-width: 768px){
	header, main, footer{
		margin: 0 auto;
		max-width: 960px;
	}
  .headding{
    margin: 30px 20px;
  }
  .illustrator{
    border-radius: 10px;
  }
  .illustrator img {
    width: 100px;
    height: 100px;
  } 
  .illustrator .img{
    flex-basis: 100px;
  }
  .illustrator .text{
    flex-basis: calc( 100% - 120px );
  }
  .item .col{
		width: calc( 50% - 20px );
	}
}
@media screen and (max-width: 900px){
	.info{
		flex-direction: column;
	}
}
@media screen and (min-width: 910px){
  .display-sp{
    display: none;
  }
}
@media screen and (min-width: 960px){
	.headding{
		margin-right: 50px;
		margin-left: 50px;
	}
  section{
		margin-right: 30px;
		margin-left: 30px;
	}
}
section > section{
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}


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

@media print{
	main{
		margin: 0 auto;
		max-width: 960px;
	}
	section{
		padding: 0 10px;
		margin-bottom: 30px;
	}
  .headding{
    margin: 30px;
  }
	.item .col{
		width: calc( 50% - 20px );
	}
	.info{
		flex-direction: column;
	}

}

/*--------------------
   　 NEWマーク
--------------------*/

.new{
	background-color: #F00;
	color: #FFF;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 12px;
	font-weight: normal;
	vertical-align: middle;
}

/*--------------------
	メーカー在庫終了
--------------------*/

.outofstock {
  border: 1px solid #F00;
  padding: 3px;
  margin-top: 6px;
  background-color: #FFF;
  color: #F00;
  font-weight: bold;
  text-align: center;
}


