﻿@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");


/*========================
CBDエナジークリーム
========================*/
/*-------------------------
勢能先生プロフィール
--------------------------*/
.senohprofile {
  width:100%;
  margin: auto;
  padding:24px 24px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:flex-end;
  margin-top: 18px;
  background-color: #EEE;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.senohprofile li:first-child {
  max-width: 200px;
}
.senohprofile li:last-child {
  flex: 1;
  margin: 0 0 0 32px;
}
.senohprofile li:last-child p{
  font-size: 0.9em;
  padding-bottom: 24px;
}
@media screen and (max-width: 1000px) {
.senohprofile li:first-child {
  max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
.senohprofile {
  flex-direction: column;
  display:block;
  }
.senohprofile li:first-child{
  max-width: 100%;
  text-align: center;
  }
.senohprofile li:first-child img{
  width: 100%;
  max-width: 180px;
}
.senohprofile li:last-child {
  margin: 18px 0 0 0;
  }
}

/*-------------------------
１本17役
--------------------------*/
.usage17 {
  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: center;
  align-items:center;
}
.usage17 li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 24px 0 0;
}
.usage17 li:last-child{
  margin:0 0 0 0;
}
@media screen and (max-width: 1000px) {
.usage17 li{
  margin:0 18px 0 0;
  }
}

/*-------------------------
おすすめの使用例 (サムネイル画像付き横並び２列)
--------------------------*/
.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 24px;
  }
}

/* 中身 */
.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: 3px 0 0 18px;
  line-height: 1.6;
}
.example_detail h5{
  font-weight: 700;
  margin-bottom: 5px;
}
.example_detail p{
  font-size: 0.85em;
}


/*========================
導入文
========================*/
.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;
}

/*-------------------------
関連商品のご案内
--------------------------*/
.relateditem {
  width: 100%;
  position: relative;
  margin: 42px 0 0;
  padding: 1.5em 1em 1em;
  border: solid 1px #5CBCB8;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.relateditem span {
  width: auto;
  position: absolute;
  display: inline-block;
  top: -0.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  padding: 0 0.5em;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.05em;
  background: #FFF;
  color: #5CBCB8;
  font-weight: 700;
}
.relateditem ul{
  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:center;
}
.relateditem ul li:first-child{
  width:35%;
  max-width: 164px;
}
.relateditem ul li:first-child img{
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.relateditem ul li:last-child{
  flex: 1;
  margin: 0 0 0 24px;
}
.relateditem ul li:last-child h4{
  font-size: 0.95em;
  margin-bottom: 0.2em;
}
.relateditem ul li:last-child h4 a{
  color: #333;
  font-weight: 700;
}
.relateditem ul li:last-child p{
  font-size: 0.85em;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
.relateditem {
  margin: 32px 0 0;
  padding: 1.5em 0.6em 0.6em;
  }
.relateditem ul{
  align-items:flex-start;
  }
.relateditem ul li:first-child{
  width:30%;
  }
.relateditem ul li:last-child{
  margin: 0 0 0 18px;
  }
}
@media screen and (max-width: 480px) {
.relateditem {
  padding: 1.5em 1em 0.8em;
  }
.relateditem ul{
  display: block;
  flex-direction: column;
  }
.relateditem ul li:first-child{
  width:100%;
  max-width: 124px;
  margin: 0 auto;
  }
.relateditem ul li:last-child{
  margin: 12px 0 0 0;
  }
.relateditem ul li:last-child h4{
  text-align: center;
  }
}


/*========================
ダウンロード
========================*/
.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;
}


/*========================
アプロのとりせつ動画埋め込み
========================*/
.apromovie {
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 48px;
  text-align: center;
}
@media screen and (max-width: 640px) {
.apromovie {
  padding: 0 32px;
  }
}
@media screen and (max-width: 480px) {
.apromovie {
  padding: 0 24px;
  }
}


/*========================
最下部公式ショップリンク枠
========================*/
.purchasewrap {
  width: 100%;
  height: 320px;
  padding: 0;
  margin: 64px 0 0;
  position: relative;
}
@media screen and (max-width: 640px) {
.purchasewrap {
  height: 280px;
  margin: 48px 0 0;
  }
}
@media screen and (max-width: 480px) {
.purchasewrap {
  height: 240px;
  }
}

/*グラデアニメーション*/
.purchasebg { 
  width: 100%;
  height: 100%;
  left:0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(124deg, #E9EA75, #FFDF6E, #F8C08F, #F3A9C2, #B6AED5, #97B4DE, #5FC6F1, #7FCAC6, #ACD495);
  background-size: 400% 100%;

-webkit-animation: rainbow 12s ease infinite;
-z-animation: rainbow 12s ease infinite;
-o-animation: rainbow 12s ease infinite;
animation: rainbow 12s ease infinite;}

@-webkit-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}
@keyframes rainbow { 
  0%{background-position:0% 82%}
  50%{background-position:100% 19%}
  100%{background-position:0% 82%}
}

/*-------------------------
中身
--------------------------*/
.purchase {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 48px 18px;
  text-align: center;
}
@media screen and (max-width: 480px) {
.purchase {
  padding: 32px 12px;
  }
}

/*吹き出しコメント*/
.purchase .comment{
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.2em 0.8em;
  margin-bottom: 12px;
  color: #FFF;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  font-size: 1.05em;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.purchase .comment:before,
.purchase .comment:after{
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 84%;
  background: #FFF;
}
.purchase .comment:before {
  transform: rotate(-24deg);
  left: 0;
}
.purchase .comment:after {
  transform: rotate(24deg);
  right: 0;
}
.purchase .comment span{
  font-size: 1.2em;
}
@media screen and (max-width: 480px) {
.purchase .comment{
  font-size: 1em;
  }
}

/*公式ストアはこちらボタン*/
.purchasebtn_apro{
  width: auto;
	display: inline-block;
	color: #444;
  background: linear-gradient(rgba(255,255,255,1),rgba(255,255,255,0.6));
	text-decoration: none;
	padding: 1.2em 1.2em 1em 3em;
	transition: 0.3s;
  border-radius: 9999px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
	position: relative;
  line-height: 1;
  white-space: nowrap;
  font-size: 1.5em;
  font-weight: 500;
  letter-spacing: 0.08em;
  box-shadow: inset 2px 2px 4px 0px rgba(0,0,0,0.3);
  margin: 0 auto;
}
.purchasebtn_apro:before {
  position: absolute;
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content:"";
  display:inline-block;
  width:1.8em;
  height:1.8em;
  background:url(https://apro-note.com/img/common/aprologo.png) no-repeat;
  background-size:contain;
}
@media screen and (max-width: 480px) {
.purchasebtn_apro{
  font-size: 1.2em;
  }
}

/*他店リンク*/
.purchase ul {
  width:100%;
  max-width: 360px;
  margin: auto;
  padding:0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  justify-content: center;
  align-items:center;
  margin-top: 18px;
}
.purchase ul li{
  width: 50%;
  max-width:50%;
  width: calc(100% / 2);
  margin:0 10px 0 0;
}
.purchase ul li:last-child{
  margin:0 0 0 0;
}

.purchase ul li a{
  width: 100%;
	display: block;
	text-decoration: none;
	padding: 0.6em 1em;
	transition: 0.3s;
  background: linear-gradient(rgba(255,255,255,0.9),rgba(255,255,255,0.4));
	position: relative;
  text-align: center;
  box-shadow: inset 1px 1px 3px 0px rgba(0,0,0,0.3);
  margin: 0 auto;
}
.purchase ul li a img{
  width: 100%;
  max-width: 84px;
}
@media screen and (max-width: 640px) {
.purchase ul {
  max-width: 300px;
  }
.purchase ul li a img{
  max-width: 64px;
  }
}
@media screen and (max-width: 480px) {
.purchase ul {
  max-width: 264px;
  margin-top: 12px;
  }
}


