@charset "utf-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
    html {
        font-size: 75%;
    }
}
@media screen and (max-width: 768px) {
    html {
        font-size: 62.5%;
    }
}

body {
	background-color: fff;
	color: #5A5A5A;
	/*  font-family: "Ryumin Regular KL", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
	font-family: "Sawarabi Gothic", "Shin Go Regular", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

/* 追加font */
.wf-sawarabigothic {
	font-family: "Sawarabi Gothic";
}
.wf-sawarabimincho {
	font-family: "Sawarabi Mincho";
}
.slidefont {
	font-family: "Ryumin Regular KL"; /* Webフォント */
}

a {
  color: #00cccc;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #008C8C;
	text-decoration: none;
}

p, ul, ol {
	color: #5A5A5A;
	font-size: 1.6rem;
	padding: 0;
	margin: 0 0 1.6rem 0;
}

p.note {
	font-size: 1.3rem;
}

ul {
	list-style-type: none;
}
ul.list-inside {
	list-style-position: inside;
}
ul.list-outside {
	list-style-position: outside;
}
ul.list-disc {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}
ol.list-outside {
	list-style-position: outside;
}
ol.list-outside li {
	margin-left: 3.2rem;
}

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: ?galpha( opacity=60 )?h;
}

em {
	font-style: normal;
	color: #FF0000;
	font-weight: normal;
}

/* font icon margine */
i.mgn_s {
	margin-left: 0.8rem;
}
i.mgn_e {
	margin-right: 0.8rem;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 60px 0;
}

.section {
  padding: 0 0 30px 0;
}

.subsection {
  padding: 0 0 16px 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
	background-color: #00cccc;
	width: 100%;
	height: 60px;
	margin: 0px;
	z-index: -1;
}

/*--------------------------------------------------------------
# main
--------------------------------------------------------------*/
/* main container */ 
main .container-md {
	max-width: 768px;
}

/* JSカート購入数非表示 */
.cartjs_product_table {
	display: none; 
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
	background-color: #00cccc;
	padding: 0 0 30px 0;
	text-align: center;
}

.footer-info {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-company {
	vertical-align: middle;
}
.footer-company p {
	text-align: left;
	font-size: 1.4rem;
	color: #848484;
	margin: 30px;
}

.footer-link {
	padding-top: 20px;
}
.footer-link a {
	font-size: 1.0rem;
	color: #CFF5F5;
	margin-right: 1.5rem;
}
.footer-link a:hover,
.footer-link a:active,
.footer-link a:focus {
  color: #fff;
}

.copyright {
	font-size: 1.2rem;
	color: #CFF5F5;
	text-align: center;
	padding-top: 20px;
}

/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/
/* common */
.description {
	margin-top: 30px;
}

/* Cart */
#cart .row:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: ?galpha( opacity=60 )?h;
}

/* Firstview */
#firstview {
	position: relative;
	top: -30px;
	padding-top: 0;
}

/* Quality&Safety */
#quality h3.bar_quality,
#safety h3.bar_safety {
	font-family: "Sawarabi Gothic"!important;
	font-size: 2.0rem;
	color: #FFFFFF;
	display: block;
	margin-bottom: 30px;
	padding: 7px 15px;
}
#quality h3.bar_quality {
	background-color: #66CCFF;
}
#safety h3.bar_safety {
	background-color: #66CC33;
}

/* Quality */
#quality .box_quality {
	width: 175px;
	border: 1px solid #E4E4E4;
    border-radius: 5px;
	margin: 0 7px 15px 7px;
	padding: 5px;
}

#quality .box_quality h4 {
	display: block;
	background-color: #001871;
	padding: 3px;
	text-align: center;
	color: #FFFFFF;
}

#quality h3 {
	font-size: 1.8rem;
	color: #003399;
	border-bottom: 1px solid #A5A5A5;
	margin-bottom: 1.2rem;
}

#quality .readmore {
	position: relative;
	font-size: 1.4rem;
	margin: 2.0rem auto 3.0rem auto;
	display: block;
	color: #666;
	border: none;
	outline: 0;
	cursor: pointer;
	background: none;
}
#quality .readmore:before {
  content: "";
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto .5rem;
  background: url(/img/arrow.png) no-repeat center / 20px #f0f0f0;
  transition: .3s;
}
#quality .readmore.on-click:before {
  transform: rotate(180deg);
}
#quality .readmore .open {
  display: block;
}
#quality .readmore.on-click .open {
  display: none;
}
#quality .readmore .close {
  display: none;
}
#quality .readmore.on-click .close {
  display: block;
}

/* Safety */
#safety .accordion-body {
}

#safety button.accordion-button {
	font-size: 1.8rem!important;
	color: #5A5A5A;
}

#safety h3 {
	font-size: 1.8rem;
	color: #003399;
	border-bottom: 1px solid #A5A5A5;
	margin-bottom: 1.2rem;
}

#safety ol {
	font-size: 1.4rem;
}

#safety .readmore {
	position: relative;
	font-size: 1.4rem;
	margin: 0 auto 3.0rem auto;
	display: block;
	color: #666;
	border: none;
	outline: 0;
	cursor: pointer;
	background: none;
}
#safety .readmore:before {
  content: "";
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto .5rem;
  background: url(/img/arrow.png) no-repeat center / 20px #f0f0f0;
  transition: .3s;
}
#safety .readmore.on-click:before {
  transform: rotate(180deg);
}
#safety .readmore .open {
  display: block;
}
#safety .readmore.on-click .open {
  display: none;
}
#safety .readmore .close {
  display: none;
}
#safety .readmore.on-click .close {
  display: block;
}

/* User */
#user h2 {
	font-family: "Sawarabi Mincho";
	font-size: 3.0rem;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	background-color: #FFCC00;
	padding: 15px;
	margin-bottom: 20px;
}

#user .card {
	margin-bottom: 1.6rem;
}

#user h3.card-title {
	color: #0066FF;
	font-size: 1.8rem;
}

#user h4.card-subtitle {
	color: #003399;
	font-size: 1.6rem;
	margin-bottom: 1.0rem;
}

#user h4.card-subtitle span::after {
  content: "\A" ;
  white-space: pre;
}

#user .readmore {
	position: relative;
	font-size: 1.4rem;
	margin: 2.0rem auto 3.0rem auto;
	display: block;
	color: #666;
	border: none;
	outline: 0;
	cursor: pointer;
	background: none;
}
#user .readmore:before {
  content: "";
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin: 0 auto .5rem;
  background: url(/img/arrow.png) no-repeat center / 20px #f0f0f0;
  transition: .3s;
}
#user .readmore.on-click:before {
  transform: rotate(180deg);
}
#user .readmore .open {
  display: block;
}
#user .readmore.on-click .open {
  display: none;
}
#user .readmore .close {
  display: none;
}
#user .readmore.on-click .close {
  display: block;
}