﻿@charset "UTF-8";

@import url('//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700');
/* Google font Icon */
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");


/*========================
ソマチッドパウダー
========================*/
/*-------------------------
おすすめの使用例 (サムネイル画像付き横並び２列)
--------------------------*/
.examplecol {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
  flex-wrap: wrap;
  margin-top: 8px;
}
.examplecol li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  padding: 0 12px 24px;
}
@media screen and (max-width: 767px) {
.examplecol {
  display: block;
  flex-direction: column;
  }
.examplecol li{
  width: 100%;
  max-width:100%;
  padding: 0 0 12px;
  }
}

/* 中身 */
.example {
  width:100%;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:flex-start;
}
.example_img {
  width: 36%;
  max-width: 124px;
}
.example_img img{
  border: 1px solid #BBB;
}
.example_detail{
  flex: 1;
  margin: 0 0 0 18px;
  line-height: 1.6;
}
.example_detail h5{
  font-weight: 700;
  padding: 0.3em 0 0;
  margin-bottom: 5px;
}
.example_detail p{
  font-size: 0.9em;
}


/*========================
導入文
========================*/
.introduction {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 48px;
}
.introduction h2{
  text-align: center;
  font-size: 1.3em;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 18px;
}
.introduction h1{
  text-align: center;
  font-size: 2.2em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 24px;
}
.introduction p{
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
.introduction {
  padding: 0 32px;
  }
.introduction h2{
  font-size: 1.15em;
  }
.introduction h1{
  font-size: 1.8em;
  }
}
@media screen and (max-width: 480px) {
.introduction {
  padding: 0 24px;
  }
}


/*========================
動画埋め込み枠
========================*/
/*スラッシュ吹き出し*/
.moviecomment span{
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 1.2em 0.5em;
  margin-bottom: 8px;
  color: #5CBCB8;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.5;
  white-space: nowrap;
}
.moviecomment span:before,
.moviecomment span:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 3px;
  height: 86%;
  background: #5CBCB8;
}
.moviecomment span:before {
  transform: rotate(-24deg);
  left: 0;
}
.moviecomment span:after {
  transform: rotate(24deg);
  right: 0;
}
@media screen and (max-width: 640px) {
.moviecomment span{
  font-size: 1.3em;
  }
}


/*========================
商品ラインナップ
========================*/
.lineuplist {
  width:100%;
  height: auto;
  margin: 0 auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: flex-start;
  align-items:stretch;
  flex-wrap: wrap;
}
.lineuplist li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  height: auto;
  padding: 0 8px 24px;
  font-size: 0.85em;
  line-height: 1.5;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.lineuplist li .photo{
  border: 1px solid #CCC;
  margin-bottom: 12px;
}
.lineuplist h3{
  margin-bottom: 6px;
}
.lineuplist p span{
  font-size: 0.8em;
  margin: 0 0 0 0.3em;
}
.lineuplist li .jump{
margin: auto auto 0;
}
@media screen and (max-width: 1240px) {
.lineuplist li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  }
}
@media screen and (max-width: 960px) {
.lineuplist li{
  width: 25%;
  max-width:25%;
  width: calc(100% / 4);
  }
}
@media screen and (max-width: 840px) {
.lineuplist li{
  width: 33.33%;
  max-width:33.33%;
  width: calc(100% / 3);
  }
}
@media screen and (max-width: 540px) {
.lineuplist li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  }
}

/*-------------------------
画像ラベル
--------------------------*/
.lineuplist li .photo{
  position: relative;
  width: 100%;
  height: auto;
}
.lineuplist li .photo .label {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 60px;
  z-index: 2;
  border: none;
}
@media screen and (max-width: 767px) {
.lineuplist li .photo .label {
  max-width: 50px;
  }
}
@media screen and (max-width: 480px) {
.lineuplist li .photo .label {
  max-width: 42px;
  }
}

/*-------------------------
ご購入はこちらボタン
--------------------------*/
.buybtn {
	display:inline-block;
  border: 1px solid #5CBCB8;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	color: #FFF;
	background-color: #5CBCB8;
	text-decoration: none;
	padding: 0.5em 0.7em 0.4em 2.2em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin: 0.6em 0 0;
}
.buybtn:before{
	position: absolute;
  top: 52%;
  left: 0.4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 1.3em;
  font-family:"Material Symbols Rounded";
	content: "\ea12"; /*お店*/
  font-variation-settings:
  'FILL' 0,
  'wght' 300
}
.buybtn:hover{
	background-color: #FFF;
  color: #5CBCB8;
	transition: 0.3s;
}

/*楽天ボタン*/
.buybtn_rakuten {
	display:inline-block;
  border: 1px solid #BF0000;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	color: #BF0000;
	background-color: #FFF;
	text-decoration: none;
	padding: 0.5em 0.6em 0.4em 1.8em;
	transition: 0.3s;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0.6em 0 0;
}
.buybtn_rakuten:before {
	position: absolute;
  top: 52%;
  left: 0.4em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1.25em;
  height:1.25em;
  background: url("https://apro-note.com/img/common/icon_rakuten2.png") no-repeat center / contain;
}
.buybtn_rakuten:hover:before{
  background: url("https://apro-note.com/img/common/icon_rakuten3.png") no-repeat center / contain;
	transition: 0.3s;
}
.buybtn_rakuten:hover{
	background-color: #BF0000;
  color: #FFF;
	transition: 0.3s;
}


/*========================
ダウンロード
========================*/
.download_pdf{
	display:inline-block;
	color: #444;
	text-decoration: none;
	padding: 0.8em 0 0.8em 2.6em;
	transition: 0.3s;
	position: relative;
  line-height: 1.5;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0.6em 0 0;
}
.download_pdf:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:2em;
  height:2em;
  background:url(https://apro-note.com/img/common/icon_pdf.png) no-repeat;
  background-size:contain;
}
.download_pdf:hover{
	color: #5CBCB8;
	text-decoration: underline;
}





