@charset "UTF-8";

@media (min-width: 640px) {
  .sp {
    display: none;
  }
}

@media (max-width: 640px) {
  .pc {
    display: none;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	width: 100%;
	overflow: hidden;
	position: relative;
	font-family: 'Lato',"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align: left;
	-webkit-text-size-adjust: none;
    margin:0px;
}



article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	color:#0c419a;
	text-decoration:none;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



input, select {
	vertical-align: middle;
}




/* micro clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after {
    clear:both;
}












img {
	line-height: 0;
}

a:focus {
	outline: none;
}

a {
	text-decoration:underline;
}

strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

html {
	max-width: 900px;
  margin: 0 auto;
/*  background: #fff;*/ /* Fills the page */
  position: relative; /* Fix for absolute positioning */
overflow-y:scroll;

}






/* --------------------------------------------------------------------------------------------------------------------

common

-------------------------------------------------------------------------------------------------------------------- */

body > header {
	line-height: 0;
}

body > footer {
	color: #fff;
	font-size: 12px;
	padding: 5px 4px;
}
#index{
	text-align:center;
	height:100%;
	padding:0px 0px;
	max-width:650px;
	margin: 0 auto;
}

p{margin:0px 0px;}

#index > header h1 {
	line-height: 0;
	background: none;
	padding: 0;
}
#index img{
	height: auto;
	display:block;
    margin:0px 0px;
    line-height:0em;
    vertical-align:bottom;
}



/*** テキスト化
******************************************/
.mat5{
margin: 5% auto;
}

 h2.title {
  /*下線の太さを下記数値で指定*/
  padding-bottom: 2px;
  margin: 5% 2%;
  /*文字サイズ*/
  font-size: 27px;
  line-height: 130%;
  /*文字の色*/
  color: #000;
  /*文字の太さ。太字はbold、標準の太さはnormal*/
  font-weight: bold;
  /*水平方向の字間のスペース*/
  letter-spacing: .05em;
  background: transparent;
  /*下線グラデーションの色を変更する場合は、以下２行のrgba( )内数値を変更
   r=Red、g=Green、b=Blue、a=Alpha透明度。rgbは0から255まで。aは0から1まで*/
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(219, 83, 90, 1) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(219, 83, 90, 1) 50%, rgba(255, 255, 255, 0) 100%);
  text-align: center;
}

 h2.title span {
  /*Versionに背景色を設定している場合は同じ色にご変更ください*/
  background: #fff;
  display: inline-block;
  width: 100%;
      padding: 3% 0;
}


 .scroll-hint {
  position: relative;
  width: 750px;
  max-width: 100%;
  font-size: 12px;
  line-height: 1;
  color: #999999;
  padding: 10px 26px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  animation: scrollSwing 2s ease-in-out infinite alternate;
  box-sizing: border-box;
}

 .scroll-hint::before,
 .scroll-hint::after {
  content: "";
  width: 1em;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 16px;
  right: 10px;
}

 .scroll-hint::before {
  width: 0.5em;
  transform: rotate(45deg);
  transform-origin: 100% 100%;
}

@media screen and (min-width: 750px) {
   .scroll-hint {
    display: none;
  }
}

 .tbl-scroll-wrap {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  overflow: auto;
}

 .tbl-scroll-wrap table {
  font-size: 16px;
  width: 100%;
  min-width: 750px;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
}

 .tbl-scroll-wrap table thead tr:first-child th,
 .tbl-scroll-wrap table thead tr:first-child td {
  border-top: 1px solid #dcdcdc;
}

 .tbl-scroll-wrap table th,
 .tbl-scroll-wrap table td {
  position: relative;
  width: 200px;
  padding: 0.5em 0.75em;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  z-index: 2;
}

 .tbl-scroll-wrap table th:first-child,
 .tbl-scroll-wrap table td:first-child {
  width: 150px;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 3;
  border-left: 1px solid #dcdcdc;
}

 .tbl-scroll-wrap table th.no-border-bottom,
 .tbl-scroll-wrap table td.no-border-bottom {
  border-bottom: 1px solid transparent;
}

 .tbl-scroll-wrap table th {
  background-color: #fef4f4;
}

 .tbl-scroll-wrap table a {
  color: #f09199;
  text-decoration: underline;
}

 .tbl-scroll-wrap table a.link-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 80px;
  background-color: #f09199;
  box-shadow: 0 4px 0 #a25768;
  transition: transform 0.25s, box-shadow 0.25s;
  box-sizing: border-box;
}

 .tbl-scroll-wrap table a.link-btn:hover {
  box-shadow: 0 0 0 transparent;
  transform: translate3d(0, 4px, 0);
}

 .tbl-scroll-wrap table figure {
  margin: 0 auto;
}

 .tbl-scroll-wrap table figure figcaption {
  margin-top: 6px;
}

 .tbl-scroll-wrap table img {
  max-width: 100%;
  margin: 0 !important;
  vertical-align: bottom;
}

 .symbol {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  display: inline-block;
  vertical-align: middle;
}

 .symbol.circle {
  top: calc(50% - 17px);
  width: 34px;
  height: 34px;
}

 .symbol.circle::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 4px solid #000;
  border-radius: 50%;
  box-sizing: border-box;
}

 .symbol.circle::before,
 .symbol.circle::after {
  border-color: #ffbec4;
}

 .notes {
  list-style: none;
  margin: 0;
  padding: 10px;
  font-size: 80%;
  color: #999999;
  box-sizing: border-box;
}

 .notes.sticky {
  position: sticky;
  left: 0;
}

 .notes>li {
  display: inline-flex;
  gap: 6px;
  margin-top: 2px;
}

 .notes>li::before {
  content: attr(data-type);
}

@keyframes scrollSwing {
  0% {
    transform: translate3d(4px, 0, 0);
  }

  50% {
    transform: translate3d(-4px, 0, 0);
  }

  to {
    transform: translate3d(4px, 0, 0);
  }
}


 .blueline {
  /*文字色*/
  color: #364e96;
  /* 上線。線の種類｜線の太さ｜線の色*/
  border-top: solid 3px #DD5C63;
  /* 下線。線の種類｜線の太さ｜線の色*/
  border-bottom: solid 3px #DD5C63;
  /*文字から線までの余白。上下｜左右*/
  padding: 10px 0;
  /*線の外側余白。上下｜左右*/
  margin: 5%;
  text-align: left;
  line-height: 180%;
}

 h2 {
  /*文字サイズ*/
  font-size: 20px;
}




/*FV_チェックボックス*/
.my-checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  user-select: none;
  /* テキストの選択を防ぐ */
  margin-bottom: 15px;
  /* チェックボックスの項目間のスペース */
}



/* inputは非表示にする */
.my-checkbox input {
  display: none;
}



/* □ */
.checkmark {
  position: absolute;
  top: 10px;
  /* 上からの位置 */
  left: 0;
  height: 22px;
  /* 大きさ */
  width: 22px;
  /* 大きさ */
  border: solid 3px #620001;
  /* 線 */
  border-radius: 4px;
  box-sizing: border-box;
}



/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  /* チェックの位置 */
  top: 1px;
  /* チェックの位置 */
  width: 6px;
  /* チェックの大きさ */
  height: 10px;
  /* チェックの大きさ */
  border: solid #FFF;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  opacity: 0;
  /* 透明にしておく */
}



/* チェックが入ったときの□ */
.my-checkbox input:checked+.checkmark {
  background: #620001;
  /* チェック時の色 */
  border-color: #620001;
  /* チェック時の色 */
}



/* チェックが入ったときの✓ */
.my-checkbox input:checked+.checkmark:after {
  opacity: 1;
  /* 透明を解除 */
}



/* デフォルトチェックボックス非表示 */
.checknox-wrap input {
  display: none;
}



/* チェックボックスのスタイル */
.checknox-wrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background: #EEE;
  border: 2px solid #000;
  box-sizing: border-box;
}



/* チェックマーク作成 */
.checknox-wrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 0px;
  width: 4px;
  height: 10px;
  border: 2px solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}



/* チェック時のスタイル */
.checknox-wrap input:checked+.checkmark {
  background-color: #0070bd;
}



/* チェック時 チェックマーク表示 */
.checknox-wrap input:checked+.checkmark:after {
  display: block;
}



/*枠*/
.box {
  background: #F2F2F2;
  padding: 2em 1em;
  border: 4px inset #620001;
  border-radius: 0px;
  word-break: break-all;
  line-height: 1.8 !important;
  /* 文章全体の行間 */
  margin: 0 5%;
  font-size: 18pt;
  font-weight: 600;
  text-align: left;
}

@media screen and (max-width:768px) {
   .box {
    padding: 1.5em .5em;
    margin: 0 3%;
    font-size: 14pt;
  }
}

.txt01 {
	height:auto;
	padding: 3% 5% 2% 5%;
	font-size: 16px;
	line-height:220%;
	text-align: left;
	color: #000;
}



.txt02 {
	height:auto;
	padding: 3% 5% 2% 5%;
	font-size: 17px;
	line-height:220%;
	text-align: center;
	color: #000;
}

#footer {
    margin-top: 5%;
    padding: 15px 0;
    width: 100%;
    font-size: 12px;
    line-height: 250%;
}

#footer ul {
    text-align: center;
}

#footer li {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin: 3% 1em;
}

#footer li a {
    line-height: 1;
    text-decoration: none;
}    


a:hover img{
	opacity:0.7;
	}


/*フォントサイズ*/
.note{
    color: #666666;
    font-size: 0.5em;
    text-align: right;
    margin: 2% 2%;
    line-height: 150%;
}

.note_pr{
    color: #000000;
    text-align: right;
    margin: 2%;
    font-size: 20px;
}


.Mincho_font{
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}


.bold{
font-weight: bold;
}

.red_bg{
    color: #ff0505;
    font-weight: bold;
    background-color:#fffbdb;
}


.blue_bg{
    font-weight: bold;
    background-color: rgb(204, 224, 245);
}

.pink_bg{
    color: #000000;
    font-weight: bold;
    background-color:#f7dbdf;
}

.y_bg{
    font-weight: bold;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 80%,#ffff00 0%) repeat scroll 0 0;
}

.y_bg_02{
    font-weight: bold;
    color: rgb(255, 0, 0);
    background-color: rgb(255, 255, 204);
}
.y_bg_03{
    font-weight: bold;
    background-color: rgb(255, 255, 0);
}
.y_bg_04{
 background-color: rgb(255, 255, 204); color: rgb(233, 34, 101);
}

.bg{
background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
}

    

.red{
    color: #d10000;
    font-weight: bold;
}

.red_02{
    color: #d35400;
    font-weight: bold;
}

.green{
    color: #009250;
    font-weight: bold;
}


.purple{
    color:#932574;
    font-weight: bold;
}

.purple02{
    color: #5d639e;
    font-weight: bold;
}

.blue{
    color:#0066cc;
    font-weight: bold;
}
 
.orange{
    color: #edad0b;
    font-weight: bold;
} 
    
.pink{
    color:rgb(233, 34, 101);
    font-weight: bold;
} 


.f12{
font-size: 12px;
font-weight: normal;
}

.f14{
font-size: 14px;
font-weight: normal;
}

.f21{
font-size: 21px;
}

.f10_note{
font-size: 10px; text-align:right; margin:0% 5% 0; color: #5c5959;font-weight: normal;
}


.f120{
font-weight: bold;
font-size: 120%;
}

.f130{
font-weight: bold;
font-size: 130%;
}
.f150{
font-weight: bold;
font-size: 150%;
}

.f180{
font-weight: bold;
font-size: 180%;
}

.f200{
font-weight: bold;
font-size: 200%;
}

.f250{
font-weight: bold;
font-size: 250%;
}




.purple_border{
border-bottom: #d36ac8 solid 0.3px;
margin: 0 5% 5%;
}




.blockquote {
    margin: 5% 5% 0;
    padding: 2%;
    background: rgb(238, 238, 238);
    border: 1px solid rgb(204, 204, 204);
    text-align: left;
    line-height: 200% !important;
}


/*バルーン*/
 .balloon {
  /*周りの余白。上下｜左右*/
  margin: 1.5em 3%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}

 .chatting {
  /*吹き出しの幅を変更する場合、下記autoを削除して20%から100%の値を指定してください*/
  width: auto;
}

 .faceicon {
  display: inline-block;
  width: 55px;
  min-width: 55px;
  height: auto;
  position: relative;
  overflow: hidden;
}

 .faceicon img {
  /*画像周りの線。線の種類｜線の太さ｜線の色*/
  border: solid 3px #cde8e3;
  width: 55px;
  max-width: 55px;
  height: 55px !important;
  object-fit: cover;
  box-sizing: border-box;
  border-radius: 50%;
}

 .name {
  /*アイコン名の文字サイズ*/
  font-size: 10px;
  /*アイコン名の文字の色*/
  color: #808080;
  text-align: center;
}

 .says {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px;
  border-radius: 10pt;
  /*吹き出しの背景色指定。※三角部分の色は下の.says:beforeから変更*/
  background-color: #cde8e3;
  margin-right: 20px;
  text-align: left;
  line-height: 160%;
}

 .says:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -11px;
  /*三角部分の色変更は下記カラーコードを変更ください*/
  border-left: 11px solid #cde8e3;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
}

 .says p {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}
/*バルーンEND*/

/*見出し*/
 .widget-container {
  font-size: 20px;
  width: min(750px, 100%);
  margin-inline: auto;
  line-height: 1.5;
}

@media (max-width: 500px) {
   .widget-container {
    font-size: 3.3vw;
  }
}

 .widget-container>* {
  box-sizing: border-box;
}

 .widget-container .search-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #016837;
  color: #fff;
  padding: 1em;
}

 .widget-container .search-header-icon {
  width: 3.5em;
}

 .widget-container .search-header-title {
  display: grid;
  place-items: center;
}

 .widget-container .search-header-title .text {
  font-size: 1em;
  font-weight: 600;
}
/*見出しEND*/

 hr.hr01 {
  /*横幅*/
  width: 100%;
  /*上下の余白も含めた全体の高さ*/
  height: 50px;
  /*色の変更は下記カラーコードを2箇所変更ください。線の太さは%を変更*/
  background: linear-gradient(-65deg, transparent 40%, #87daba, 40%, #87daba 65%, transparent 65%);
  /*斜線の間隔は１番目の数値を変更*/
  background-size: 10px 10px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  border: none;
  overflow: hidden;
}

 hr.hr01:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translatex(-50%);
}


 hr.hr02 {
  /*上下の余白も含めた全体の高さ*/
  height: 50px;
  position: relative;
  border: none;
}

 hr.hr02:before {
  /*横幅*/
  width: 100%;
  /*線の高さ*/
  height: 2px;
  /*線の種類*/
  border-style: solid;
  /*上線の色*/
  border-top-color: #009da5;
  /*下線の色*/
  border-bottom-color: #ccc;
  /*上線の太さ*/
  border-top-width: 1px;
  /*下線の太さ*/
  border-bottom-width: 1px;
  border-left: none;
  border-right: none;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translatex(-50%);
}

 hr.hr03 {
  /*上下の余白も含めた全体の高さ*/
  height: 50px;
  position: relative;
  border: none;
}

 hr.hr03:before {
  /*横幅*/
  width: 100%;
  /*線の高さ*/
  height: 1px;
  /*線の色は下記カラーコードを変更ください*/
  background-image: linear-gradient(to right, transparent, #333333, transparent);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translatex(-50%);
}

/*CTA*/
 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

 .gap {
  display: grid;
  row-gap: 1.5em;
}

 .gap-lg {
  display: grid;
  row-gap: 2.75em;
}

 .gap-sm {
  display: grid;
  row-gap: 0.5em;
}

 .cta-btn {
  display: block;
  background-color: #ff4776;
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  border-radius: 2em;
  padding: 1em 1.5em;
  text-align: center;
  position: relative;
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  text-decoration: none;
}

 .cta-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 0.5s;
  -webkit-animation: shinyshiny 2.5s ease-in-out infinite;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

 [data-color=blue] .product-tab__list {
  border-color: #89c8dd;
}

 [data-color=blue] .product__point-list .mark::before {
  background-color: #007ba3;
}

 [data-color=blue] .product__table__item dt,
 [data-color=blue] .product__info__title {
  background-color: #d1eef8;
}

 [data-color=pink] .product-tab__list {
  border-color: #ff8fac;
}

 [data-color=pink] .product__point-list .mark::before {
  background-color: #ff4776;
}

 [data-color=pink] .product__table__item dt,
 [data-color=pink] .product__info__title {
  background-color: #ffeef2;
}

 [data-color=green] .product-tab__list {
  border-color: #9ddd8f;
}

 [data-color=green] .product__point-list .mark::before {
  background-color: #5ec282;
}

 [data-color=green] .product__table__item dt,
 [data-color=green] .product__info__title {
  background-color: #e6f8e8;
}

 .text-area {
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  font-feature-settings: "Palt";
}

 .banner-image img {
  -o-object-fit: cover;
  object-fit: cover;
}

 .banner-image.contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

 .banner-image.multi-image {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 2px;
}

 .product img {
  max-width: 100%;
  height: auto;
  display: block;
}

 .product-tab__list {
  display: flex;
  border-bottom: solid 5px #999;
  list-style: none;
  margin: 0;
  padding: 0;
}

 .product-tab__list__item {
  text-align: center;
  flex: 1 100%;
}

 .product-tab__list__item label {
  display: block;
  cursor: pointer;
  padding: 1em 0;
  background-color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  box-shadow: 0px 1px 5px 2px rgba(0, 0, 0, 0.15);
  transition: color 0.5s, background-color 0.25s;
}

 .product-tab__list__item:hover label {
  color: #000;
  background-color: #EEE;
}

 .product-tab__content {
  background-color: #fff;
  padding: 1.5em 1.5em 2em;
}

 .product-tab__content[class*=tab-0] {
  display: none;
}

 .product__header {
  display: grid;
  row-gap: 1.5em;
}

 .product__head {
  display: grid;
  grid-template-areas: "label title" "label ratings";
  justify-content: start;
  gap: 0.25em 0.5em;
  align-items: start;
}

 .product__head__label {
  width: 90px;
  aspect-ratio: 1/1;
  grid-area: label;
}

 .product__head__label img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

 .product__head__title {
  font-size: clamp(22px, 1.5384615385vw, 26px);
  font-weight: bold;
  width: 100%;
  line-height: 1.25;
  text-align: justify;
  grid-area: title;
  margin-top: 5px;
}

 .product__head__ratings {
  grid-area: ratings;
}

 .product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

 .product__point-list {
  display: grid;
  gap: 0.75em;
  font-weight: bold;
  color: #000;
  list-style: none;
  margin: 0;
  padding: 0;
}

 .product__point-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

 .product__point-list .mark {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

 .product__point-list .mark::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  background-color: #000;
  margin: 0;
}

 .product__point-list .mark::after {
  content: "";
  width: 50%;
  height: 50%;
  background-color: #fff;
  -webkit-clip-path: polygon(35% 0, 75% 50%, 35% 100%, 25% 100%, 65% 50%, 25% 0);
  clip-path: polygon(35% 0, 75% 50%, 35% 100%, 25% 100%, 65% 50%, 25% 0);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}

 .product__table {
  display: grid;
  grid-template-columns: repeat(auto-fit, calc(33.3333333333% - 2px));
  gap: 2px;
  text-align: center;
  font-size: 15px;
}

 .product__table__item {
  display: grid;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  background-color: #fbfbfb;
  margin: 0;
}

 .product__table__item dt,
 .product__table__item dd {
  padding: 0.5em;
  margin: 0;
}

 .product__table__item dt {
  background-color: #eee;
  font-weight: 600;
}

 .product__table__item dd {
  align-self: center;
  color: #333;
  font-size: 14px;
}

 .product__cta {
  text-align: center;
}

 .product__cta__text {
  display: block;
  font-size: 20px;
    padding-bottom: 3%;
    line-height: 130%;
}
@media screen and (max-width:768px) {
 .product__cta__text {
  display: block;
  font-size: 3.4vw;
        line-height: 150%;  
    padding-bottom: 3%;
}
}

 .product__info {
  display: grid;
  row-gap: 1em;
}

 .product__info__row {
  display: grid;
  row-gap: 0.5em;
}

 .product__info__title {
  font-size: 24px;
  font-weight: bold;
  background-color: #eee;
  padding: 0.5em 0.75em;
  border-radius: 0.25em;
  line-height: 2;
}

 .product__info__sub-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px;
  margin-bottom: 0.25em;
  text-align: left;
    line-height: 180%;
}

 .product__reaction {
  display: grid;
  row-gap: 1.5em;
  padding: 0;
}

 .product__reaction__item {
  display: grid;
  row-gap: 0.5em;
  padding: 1.5em 1em;
  border-radius: 10px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.25);
}

 .product__reaction__row {
  display: flex;
  gap: 0.5em;
}

 .product__reaction__thumb {
  width: min(50px, 100%);
}

 .product__reaction__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

 .product__reaction__info {
  flex-grow: 1;
}

 .product__reaction__info span {
  display: block;
}

 .product__reaction__info .title {
  font-weight: bold;
}

 .product__reaction__info .age {
  color: #666;
  font-size: 12px;
  margin-top: 3px;
}

 .product__reaction .text-area {
  font-size: 14px;
  line-height: 1.5;
}

 .product__ratings {
  position: relative;
  font-family: system-ui;
  font-size: 18px;
  min-height: 18px;
  position: relative;
  line-height: 1;
  display: grid;
  grid-template-columns: 90px 18px;
  justify-items: end;
  gap: 1em;
}

 .product__ratings::before,
 .product__ratings__bg::before {
  content: "★★★★★";
  color: #e1e1e1;
  overflow: hidden;
  white-space: nowrap;
}

 .product__ratings__bg {
  width: 90px;
  position: relative;
}

 .product__ratings::before {
  color: #ffb448;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

 .product__ratings[data-ratings="0"]::before {
  width: 0px;
}

 .product__ratings[data-ratings="0.1"]::before {
  width: 1.8px;
}

 .product__ratings[data-ratings="0.2"]::before {
  width: 3.6px;
}

 .product__ratings[data-ratings="0.3"]::before {
  width: 5.4px;
}

 .product__ratings[data-ratings="0.4"]::before {
  width: 7.2px;
}

 .product__ratings[data-ratings="0.5"]::before {
  width: 9px;
}

 .product__ratings[data-ratings="0.6"]::before {
  width: 10.8px;
}

 .product__ratings[data-ratings="0.7"]::before {
  width: 12.6px;
}

 .product__ratings[data-ratings="0.8"]::before {
  width: 14.4px;
}

 .product__ratings[data-ratings="0.9"]::before {
  width: 16.2px;
}

 .product__ratings[data-ratings="1"]::before {
  width: 18px;
}

 .product__ratings[data-ratings="1.1"]::before {
  width: 19.8px;
}

 .product__ratings[data-ratings="1.2"]::before {
  width: 21.6px;
}

 .product__ratings[data-ratings="1.3"]::before {
  width: 23.4px;
}

 .product__ratings[data-ratings="1.4"]::before {
  width: 25.2px;
}

 .product__ratings[data-ratings="1.5"]::before {
  width: 27px;
}

 .product__ratings[data-ratings="1.6"]::before {
  width: 28.8px;
}

 .product__ratings[data-ratings="1.7"]::before {
  width: 30.6px;
}

 .product__ratings[data-ratings="1.8"]::before {
  width: 32.4px;
}

 .product__ratings[data-ratings="1.9"]::before {
  width: 34.2px;
}

 .product__ratings[data-ratings="2"]::before {
  width: 36px;
}

 .product__ratings[data-ratings="2.1"]::before {
  width: 37.8px;
}

 .product__ratings[data-ratings="2.2"]::before {
  width: 39.6px;
}

 .product__ratings[data-ratings="2.3"]::before {
  width: 41.4px;
}

 .product__ratings[data-ratings="2.4"]::before {
  width: 43.2px;
}

 .product__ratings[data-ratings="2.5"]::before {
  width: 45px;
}

 .product__ratings[data-ratings="2.6"]::before {
  width: 46.8px;
}

 .product__ratings[data-ratings="2.7"]::before {
  width: 48.6px;
}

 .product__ratings[data-ratings="2.8"]::before {
  width: 50.4px;
}

 .product__ratings[data-ratings="2.9"]::before {
  width: 52.2px;
}

 .product__ratings[data-ratings="3"]::before {
  width: 54px;
}

 .product__ratings[data-ratings="3.1"]::before {
  width: 55.8px;
}

 .product__ratings[data-ratings="3.2"]::before {
  width: 57.6px;
}

 .product__ratings[data-ratings="3.3"]::before {
  width: 59.4px;
}

 .product__ratings[data-ratings="3.4"]::before {
  width: 61.2px;
}

 .product__ratings[data-ratings="3.5"]::before {
  width: 63px;
}

 .product__ratings[data-ratings="3.6"]::before {
  width: 64.8px;
}

 .product__ratings[data-ratings="3.7"]::before {
  width: 66.6px;
}

 .product__ratings[data-ratings="3.8"]::before {
  width: 68.4px;
}

 .product__ratings[data-ratings="3.9"]::before {
  width: 70.2px;
}

 .product__ratings[data-ratings="4"]::before {
  width: 72px;
}

 .product__ratings[data-ratings="4.1"]::before {
  width: 73.8px;
}

 .product__ratings[data-ratings="4.2"]::before {
  width: 75.6px;
}

 .product__ratings[data-ratings="4.3"]::before {
  width: 77.4px;
}

 .product__ratings[data-ratings="4.4"]::before {
  width: 79.2px;
}

 .product__ratings[data-ratings="4.5"]::before {
  width: 81px;
}

 .product__ratings[data-ratings="4.6"]::before {
  width: 82.8px;
}

 .product__ratings[data-ratings="4.7"]::before {
  width: 84.6px;
}

 .product__ratings[data-ratings="4.8"]::before {
  width: 86.4px;
}

 .product__ratings[data-ratings="4.9"]::before {
  width: 88.2px;
}

 .product__ratings[data-ratings="5"]::before {
  width: 90px;
}

 .product__ratings::after {
  content: attr(data-ratings) "";
  font-size: 22px;
  font-weight: bold;
  line-height: 18px;
  letter-spacing: -1px;
  color: red;
}

@media screen and (max-width: 550px) {
   .product__table {
    grid-template-columns: repeat(auto-fit, calc(50% - 2px));
  }

   .product__table dt {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

@-webkit-keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*CTA END*/

@media screen and (max-width: 600px) {

  /* 画像・動画をスマホで必ず横幅100%にする */
  .product-tab__content img,
  .product-tab__content video {
    width: 100% !important;
    height: auto !important;
    max-width: 100% !important;
    object-fit: contain !important;
  }

  /* バナー画像（.banner-image）のはみ出し防止 */
  .banner-image img,
  .banner-image video {
    width: 100% !important;
    height: auto !important;
  }

  /* 動画の横スクロール防止 */
  .product-tab__content video {
    display: block;
  }

  /* コンテンツ全体も100%に */
  .product-tab__content,
  .product__wrap {
    width: 95% !important;
    margin: 0 auto;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* 商品ヘッダーの画像枠も調整 */
  .product__head__label {
    width: 70px !important;
    aspect-ratio: 1 / 1;
  }
}

    /* 特定のクラス内の画像を幅100%で表示し、縦横比を維持するスタイル */
    .product__head__label img,
    .banner-image img {
        width: 100%;
        height: auto;
        display: block;
        /* 画像下の余白を削除 */
    }
    
/*緑の線*/
.sb-custom-part-mfbtzllel5tdwlt4n hr {
  /*横幅*/
  width: 100%;
  /*上下の余白も含めた全体の高さ*/
  height: 50px;
  /*色の変更は下記カラーコードを2箇所変更ください。線の太さは%を変更*/
  background: linear-gradient(-65deg, transparent 40%, #87daba, 40%, #87daba 65%, transparent 65%);
  /*斜線の間隔は１番目の数値を変更*/
  background-size: 10px 10px;
  background-repeat: repeat-x;
  background-position: center;
  position: relative;
  border: none;
  overflow: hidden;
}

.sb-custom-part-mfbtzllel5tdwlt4n hr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translatex(-50%);
}

/*エビデンスページ*/
.title_evidence{
text-align: left;
font-weight: bold;
font-size: 22px;
padding: 5% 0 2% ;
margin: 5% 5% 0;
border-bottom: #000000 solid 1px;
line-height: 150%;
}

/*フォントサイズ*/
.note_evidence{
    color: #666666;
    font-size: 0.5em;
    line-height: 150%;
    font-weight: 500;
}

.row-box{
  display: flex;
  align-items: flex-start;   /* 上揃え（中央にしたいなら center） */
  gap: 16px;                 /* テキストと画像の間隔 */
}

.txt01_evidence{
  width: 40%;                /* 左テキストの幅 */
  height:auto;
	padding: 3% 5% 2% 5%;
    margin: 0 3%;
	font-size: 16px;
	line-height:220%;
	text-align: left;
	color: #000;
}

.img01_evidence{
  width: 60%;                /* 右画像の幅 */
  max-width: 100%;
  height: auto;
  padding-top: 3%;
}

/*リダイレクトページ*/
.redirect_bg{
background-color: #EDEDED;
}
.redirect_main{
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
text-align: center;
font-size: 2.0em;
margin: 5% auto 2%;
font-weight: bold;
line-height: 150%;
}

.redirect_sub{
text-align: center;
font-size: 1.2em;
margin: 2% auto;
font-weight: bold;
line-height: 150%;
color: #8B8B8B;
}


/*読み込み中*/
.ouro {
    position: relative;
    display:inline-block;
    height: 46px;
    width: 46px;
    margin: 1em;
    border-radius: 50%;  
    background: none repeat scroll 0 0 #DDDDDD; /* ベースの色 - 可変 */
    overflow:hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.1) inset, 0 0 25px rgba(0,0,255,0.075);
}
.ouro:after {
    content: "";
    position: absolute;
    top: 9px; left: 9px;
    display: block;
    height: 28px; width: 28px;
    background: none repeat scroll 0 0 #F2F2F2;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.ouro > span {
    position: absolute;
    height: 100%; width: 50%;
    overflow: hidden;
}
.left  { left:0   }
.right { left:50% }
.anim {
    position: absolute;
    left: 100%; top: 0;
    height: 100%; width: 100%;
    border-radius: 999px;
    background: none repeat scroll 0 0 BlueViolet; /* Ouroborosの色 - 可変 */
    opacity: 0.8;
    -webkit-animation: ui-spinner-rotate-left 3s infinite;
    animation: ui-spinner-rotate-left 3s infinite;
    -webkit-transform-origin: 0 50% 0;
    transform-origin: 0 50% 0;
}
.left .anim {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.right .anim {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    left: -100%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}
/* v2 */
.ouro2 .anim {
   -webkit-animation-delay:0;
   animation-delay:0;
}
.ouro2 .right .anim{
   -webkit-animation-delay: 1.5s;
   animation-delay: 1.5s;
}
/* v3 */
.ouro3 .anim {
   -webkit-animation-delay: 0s;
   -webkit-animation-duration:3s;
   -webkit-animation-timing-function: linear;
   animation-delay: 0s;
   animation-duration:3s;
   animation-timing-function: linear;
}
.ouro3 .right .anim{
   -webkit-animation-name: ui-spinner-rotate-right;
   -webkit-animation-delay:0;
   -webkit-animation-delay: 1.5s;
   animation-name: ui-spinner-rotate-right;
   animation-delay:0;
   animation-delay: 1.5s;
}
/* round variation */
.round .ouro:after {display:none }
/* double variation */
.double .ouro:after {
  height: 13px; width: 13px;
  left: 7px; top: 7px;
  border: 10px solid #ddd;
  background: transparent;
  box-shadow: none;
}
@keyframes ui-spinner-rotate-right{
  0%{transform:rotate(0deg)}
  25%{transform:rotate(180deg)}
  50%{transform:rotate(180deg)}
  75%{transform:rotate(360deg)}
  100%{transform:rotate(360deg)}
}
@keyframes ui-spinner-rotate-left{
  0%{transform:rotate(0deg)}
  25%{transform:rotate(0deg)}
  50%{transform:rotate(180deg)}
  75%{transform:rotate(180deg)}
  100%{transform:rotate(360deg)}
}
@-webkit-keyframes ui-spinner-rotate-right{
  0%{-webkit-transform:rotate(0deg)}
  25%{-webkit-transform:rotate(180deg)}
  50%{-webkit-transform:rotate(180deg)}
  75%{-webkit-transform:rotate(360deg)}
  100%{-webkit-transform:rotate(360deg)}
}
@-webkit-keyframes ui-spinner-rotate-left{
  0%{-webkit-transform:rotate(0deg)}
  25%{-webkit-transform:rotate(0deg)}
  50%{-webkit-transform:rotate(180deg)}
  75%{-webkit-transform:rotate(180deg)}
  100%{-webkit-transform:rotate(360deg)}
}