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

.sec-adj {
	width: 760px;
	margin: 0 auto 8rem auto;
}
.sec-adj h1 {
	text-align: center;
}

@media only screen and (max-width: 767px) {
.sec-adj {
	width: 90%;
	margin: 0 auto 8rem auto;
}
}

.product-card-wrapper .card,
.contains-card--product {
	
}

/*Amazon payボタン非表示---------*/
.shopify-cleanslate {
  display: none;
}

html { scroll-behavior: smooth;}

/*btm fix link---------*/
.btm_fix {
	z-index: 9999;
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 300px;
	border: 3px rgba(255,255,255,1.00) solid;
	border-radius: 11px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.head-cont-pagetop {
	display: none;
}

.head-cont-sbar {
}
.head-cont-sbar a {
	color: #FFF;
	/*background: rgba(0,143,59,1.00);*/
	background: rgba(248,139,0,1.00);
	display: block;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 8px 0px 8px 0px;
    border-radius: 8px;
}

.head-cont-sbar a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0aa";
    font-weight: 800;
    padding: 3px 0px 0px 12px;
}

.head-cont-sbar:hover > a,
.head-cont-sbar a:hover {
	/*background: rgba(140,198,63,1.0);*/
	background: rgba(255,169,82,1.00);
}

@media only screen and (max-width: 767px) {
	
.footer {
    margin-bottom: 50px;
}
	
.btm_fix {
	z-index: 9999;
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 100%;
	border: 0px rgba(0,143,59,1.00) solid;
	border-top: 2px rgba(0,143,59,1.00) solid;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.head-cont-pagetop {
	display: block;
	float: left;
	width: 50%;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.03em;
	color: rgba(0,143,59,1.00);
	background: rgba(255,255,255,1.0);
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
	border-radius: 0 0 0 0 / 0 0 0 0;
}
.head-cont-pagetop a {
	color: rgba(0,143,59,1.00); 
    text-decoration: none;
}
.head-cont-pagetop a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0aa";
    font-weight: 800;
    padding: 3px 0px 0px 8px;
}

.head-cont-sbar a {
	display: block;
	float: right;
	width: 50%;
	color: #FFF;
	background: rgba(0,143,59,1.00);
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
    border-radius: 0 0 0 0 / 0 0 0 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
	
.head-cont-sbar a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0ab";
    font-weight: 800;
    padding: 3px 0px 0px 8px;
}

.head-cont-sbar:hover > a,
.head-cont-sbar a:hover {
	background: rgba(0,143,59,1.0);
}
	
}
/*---------btm fix link*/

.cf_wrap {
	width: 100%;
	max-width: 100%;
}

.cf_wrap img {
   max-width: 100%; 
}

.cf_wrap p {
	margin: 0;
	line-height: 200%;
}

.cf_tl {
	position: relative;
	font-size: 21px;
	font-weight: bold;
	line-height: 140%;
	color: rgba(0,146,69,1.0);
	border-bottom: 3px solid rgba(0,146,69,1.0);
	padding: 0.8rem 0 0.8rem 0;
	margin: 0px 0px 3rem 0px;
}

.cf_tl:before {
    position: absolute;
    bottom: -14px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: rgba(0,146,69,1.0) transparent transparent transparent;
}
.cf_tl:after {
    position: absolute;
    bottom: -10px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 12px 0 12px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.cf_img01 {
	margin: 30px 0px 50px 0px;
}

.cf_caut {
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: -0.2em;
    text-decoration-thickness: 0.5em;
    text-decoration-color: rgba(255, 228, 0, 0.7);
    text-decoration-skip-ink: none;
}

.cf_ico_comp img {
	width: 120px;
	vertical-align: middle;
	padding-bottom: 2px;
	margin-left: 5px;
}

.cf-cont-wrap01 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-start;
	clear: both;
}

.cf-cont-wrap02 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
	clear: both;
}

.cf-cont-wrap03 {
    display: flex;
	justify-content: flex-start;
    flex-wrap: wrap;
	align-items: flex-start;
	clear: both;
}

.cf-cont-wrap04 {
    display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: flex-end;
	clear: both;
}

.item02 {
    width: 48%;
	margin-bottom: 30px;
}

.item02spclear {
    width: 48%;
	margin-bottom: 30px;
}

.item02off {
    width: 70%;
	margin: 0px auto 40px auto;
}

.item02_line {
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding: 1.5rem 0;
}

.item03 {
    width: 32%;
	margin-bottom: 30px;
}

.item50 {
    width: 49%;
	margin-bottom: 30px;
}

.item80 {
    width: 100%;
	margin-bottom: 30px;
}

.item100 {
    width: 100%;
	margin-bottom: 30px;
}

.item1-3 {
    width: 32%;
	margin-bottom: 10px;
}

.item2-3 {
    width: 66%;
	margin-bottom: 10px;
}

.item1-3spclear {
    width: 32%;
	margin-bottom: 10px;
}

.item2-3spclear {
    width: 66%;
	margin-bottom: 10px;
}

.item1-4{
    width: 24%;
	margin-bottom: 10px;
}
.item2-4{
    width: 50%;
	margin-bottom: 10px;
}

.item6{
    width: 16%;
	margin: 0px 0.7% 10px 0px;	
}
.item6:nth-child(6n) {
  margin: 0px 0px 10px 0px;
}

.cf_tl02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	margin: 0px 0px 2.5rem 0px;
}

.cf_img02 {
	margin: 0px 0px 10px 0px;
}

.cf_wide80 {
	width: 80%;
	margin: 0 auto 0 auto;
}

.cf_subtex {
	font-size: 14px;
}
.cf_subtex02 {
	font-size: 14px;
}

.cf_img03 {
	width: 70%;
	margin: 0px auto 10px auto;
}

.cf_tl03 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin: 0px 0px 1rem 0px;
	text-align: left;
}

.cf_img04 {
	float: right;
	text-align: right;
	width: 20%;
	margin: 0px 0px 20px 20px;
}

.cf_img60 {
	width: 60%;
	margin: 0px auto 10px auto;
}

.cf_balloon1_top {
    position: relative;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    padding: 10px 16px;
    min-width: 150px;
    max-width: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
	background: rgba(140,198,63,1.0);
    /*background: rgba(0,146,69,1.0);*/
}

.cf_balloon1_top:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 8px solid rgba(140,198,63,1.0);
}

.cf_balloon1_top p {
    margin: 0;
    padding: 0;
    line-height: 160%;
}

.cf_sp70 {
	width: 100%;
}

.cf_read_btn {
	width: 100%;
	box-sizing:border-box;
}

.cf_read_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0px auto;
    padding: 0.2em 1em 0.2em 1em;
    width: 100%;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    font-weight: 600;
	letter-spacing: 0.05em;
    background-color: rgba(0,146,69,1.0);
    border-radius: 10px;
	box-sizing:border-box;
	text-decoration: none;
}
.cf_read_btn a:hover {
	color: rgba(255,255,255,1.00);
}

.cf_read_btn a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f15b";
    padding: 1px 0px 0px 10px;
}

.cf_read_btn a:hover {
    text-decoration: none;
     background-color: rgba(0,146,69,0.5);
}

.cf_img_mg {
	margin: 0px 0px 0px 0px;
}
.cf_img_mg a:hover {
	opacity: 0.6;
}

.cf_subtex03 {
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}
.cf_subtex03 a {
	color: rgba(33,33,33,1.0);
	text-decoration: underline;
}
.cf_subtex03 a:hover {
	color: rgba(33,33,33,0.6);
	text-decoration: underline;
}

/*
.cf_subtex03 a.mline::after{
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: normal;
    content: "\f15b";
    padding-left: 3px;   
	text-decoration: none;
}
*/

/*動画*/

.cf_mov01 { 
	width: 100%;
	margin: 0px auto 40px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

.cf_mov01 video { 
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 20px;
}

.cf_mov_tex {
	font-size: 16px;
	letter-spacing: 0.03em;
	line-height: 1.4;
	text-align: center;
	margin: 10px auto 10px auto;
}


/******　メインコンテンツ以外　*********/

.product__title h1 {
	font-size: 26px;
	margin-top: 1rem;
}

.cf_s_box {
	margin: 0 0 30px 0;
	border-radius: 10px;
	box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.08);
}

.cf_s_box p {
	margin: 0;
}

.cf_s_tl{
	padding: 1rem 1.5rem;
	border: 1px solid rgba(0,146,69,1.0);
	border-radius: 10px 10px 0 0;
	background: rgba(0,146,69,1.0);
	overflow:hidden;
}

.cf_s_tl .menutl{
	float: left;
	color: #FFF;
	font-weight: bold;
}

/*　詳細　表示・非表示　*******/
.cf_menu {
}
.cf_menu_parent,
.cf_menu_parent2,
.cf_menu_parent3,
.cf_menu_parent4,
.cf_menu_parent5 {
	float: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 180%;
	color: rgba(0,146,69,1.0);
	border-radius: 10px;
    background-color: white;
    cursor: pointer;
	padding: 0.0rem 0.8rem;
	width: 63px;
}
.cf_menu_parent::after,
.cf_menu_parent2::after,
.cf_menu_parent3::after,
.cf_menu_parent4::after,
.cf_menu_parent5::after {
	font-size: 12px;
	padding-left: 3px;
    content: '▼';
    display: inline-block;
    transform: rotate(0deg);
    transition: .4s;
}
.cf_menu_parent.active::after,
.cf_menu_parent2.active::after,
.cf_menu_parent3.active::after,
.cf_menu_parent4.active::after,
.cf_menu_parent5.active::after {
    transform: rotateX(180deg);
}
.cf_menu_child,
.cf_menu_child2,
.cf_menu_child3,
.cf_menu_child4,
.cf_menu_child4_2,
.cf_menu_child5,
.cf_menu_child5_2,
.cf_menu_child5_3,
.cf_menu_child5_4,
.cf_menu_child5_5 {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
.cf_menu_child.active,
.cf_menu_child2.active,
.cf_menu_child3.active,
.cf_menu_child4.active,
.cf_menu_child4_2.active,
.cf_menu_child5.active,
.cf_menu_child5_2.active,
.cf_menu_child5_3.active,
.cf_menu_child5_4.active,
.cf_menu_child5_5.active {
    height: auto;
    opacity: 1;
    visibility: visible;
}
/**********　詳細　表示・非表示　*/

.cf_s_cont {
	padding: 1.5rem 1.5rem;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0 0 10px 10px;
}

.cf_s_cont p {
	font-size: 14px;
}

table.cf_s_tb {
	border: none;
	padding: 0;
	margin: 0;
}

table.cf_s_tb th {
	border: none;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
	width: 24%;
	padding: 0.5rem 0 0.5rem 0;
}

table.cf_s_tb td {
	border: none;
	vertical-align: top;
	padding: 0.5rem 0 0.5rem 0;
}

table.cf_s_tb_sup {
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,0.08);
	/*border-bottom: 1px solid rgba(0,0,0,0.08);*/
}

table.cf_s_tb_sup th {
	border: none;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
	width: 40%;
	padding: 0.0rem 0 0.5rem 0.5rem;
}

table.cf_s_tb_sup td {
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	vertical-align: bottom;
	padding: 0.0rem 0 0.5rem 0;
}

table.cf_s_tb_price {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
}

table.cf_s_tb_price th {
	border: none;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	width: 25%;
	padding: 0.5rem 0 0.5rem 0rem;
}

table.cf_s_tb_price td {
	border: none;
	font-size: 16px;
	font-weight: bold;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	vertical-align: middle;
	padding: 0.5rem 0 0.5rem 0;
}

ul.cf_s_list {
	list-style: none;
	margin: 0px 0px 0px -20px;
}
ul.cf_s_list li {
	list-style: none;
	background: url("https://cdn.shopify.com/s/files/1/0628/0799/8621/files/cf_starno.png?v=1699492591") no-repeat 0px 3px / 15px 15px;
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
}
ul.cf_s_list li.star {
	list-style: none;
	background: url("https://cdn.shopify.com/s/files/1/0628/0799/8621/files/cf_star.png?v=1699492097") no-repeat 0px 3px / 15px 15px;
	padding: 0px 0px 0px 20px;
}



.cf_s_btn {
	width: 100%;
	box-sizing:border-box;
}

.cf_s_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0px auto;
    padding: 0.5em 2em 0.5em 2em;
    width: 100%;
    color: rgba(255,255,255,1.00);
    font-size: 14px;
    font-weight: 600;
	letter-spacing: 0.05em;
    background-color: rgba(231,54,80,0.8);
    border-radius: 10px;
	box-sizing:border-box;
	text-decoration: none;
}
.cf_s_btn a:hover {
	color: rgba(255,255,255,1.00);
}

.cf_s_btn a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f0ab";
    font-weight: 800;
    padding: 3px 0px 0px 15px;
}

.cf_s_btn a:hover {
    text-decoration: none;
     background-color: rgba(231,54,80,0.5);
}

.cf_s_btn02 {
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.cf_s_btn02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 25px auto;
    padding: 0.5em 2em 0.5em 2em;
    width: 100%;
    color: rgba(0,146,69,1.0);
    font-size: 14px;
    font-weight: 600;
	letter-spacing: 0.05em;
    background-color: rgba(255,255,255,1.0);
	border: 2px solid rgba(0,146,69,1.0);
    border-radius: 10px;
	box-sizing:border-box;
	text-decoration: none;
}

.cf_s_btn02 a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
    /*content: "\f0a9";*/
    font-weight: 800;
    padding: 0px 0px 0px 15px;
}

.cf_s_btn02 a:hover {
    text-decoration: none;
    color: rgba(255,255,255,1.00);
	background-color: rgba(0,146,69,1.0);
}

.cf_new {
	position: absolute;
	top: -15px;
	left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d0253e;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
	margin: 0px 0px 0px 0px;
}

p.product__text.inline-richtext.caption-with-letter-spacing {
	color: rgba(140,140,140,1.00);
	font-size: 13px;
}
p.inline-richtext {
	color: rgba(211,1,4,1.00);
	font-size: 14px;
}

.cf_crp {
	margin: 0px 0px 0px 8px;
}

.cf_crp a {
    padding: 0.5em 0.5em 0.5em 0.7em;
    color: rgba(255,255,255,1.00);
    font-size: 12px;
    font-weight: 600;
	letter-spacing: 0.05em;
    background-color: rgba(0,0,0,0.4);
    border-radius: 5px;
	box-sizing:border-box;
	text-decoration: none;
}
.cf_crp a:hover {
	color: rgba(255,255,255,1.00);
}

.cf_crp a::after {
	font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-weight: 600;
    padding: 3px 0px 0px 5px;
}

.cf_crp a:hover {
    text-decoration: none;
    background-color: rgba(0,0,0,0.2);
}

@media only screen and (max-width: 767px) {
	
/*.scroll-trigger.animate--slide-in {
    transform: none;
}*/

.cf_s_btn02 {
	width: 95%;
	text-align: center;
	margin: 0px auto 0px auto;
	box-sizing: border-box;
	position: fixed;
	bottom: 55px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999;
}

.cf_s_btn02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0px auto;
    padding: 0.5em 2em 0.5em 2em;
    width: 100%;
    color: rgba(0,146,69,1.0);
    font-size: 14px;
    font-weight: 600;
	letter-spacing: 0.05em;
    background-color: rgba(255,255,255,1.0);
	border: 2px solid rgba(0,146,69,1.0);
    border-radius: 10px;
	box-sizing:border-box;
	text-decoration: none;
}
	
}


.cf_s_star {
	color: rgba(226,203,34,1.00);
}

.form__label {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
}

.cf_accounting {
	margin: 0;
}
.cf_accounting p{
	margin: 0;
	font-size: 12px;
}

.cf-box-note {
	width: 100%;
	margin: 10px 0px 20px 0px;
	font-size: 11px;
}

h2.h4.accordion__title {
	font-size: 14px;
}

.accordion__content p {
	font-size: 14px;
}

.accordion__title {
    display: inline-block;
    max-width: calc(100% - 20rem);
    min-height: 1.6rem;
    margin: 0;
    word-break: break-word;
}

/* アコーディオン */
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	border-top: 1px solid rgba(0,0,0,0.1);
	margin: 10px 0px 0px 0px;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 1px;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 0.5em 1em 0.5em 0em;
	cursor: pointer;
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
}
.cp_qa .cp_actab label:hover {
	opacity: 0.6;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	background: rgba(0,0,0,0.05);
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 1em;
}

.cp_qa .cp_actab .cp_actab-content01 {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.5s ease;
	        transition: max-height 0.5s ease;
	background: rgba(0,0,0,0.05);
}
.cp_qa .cp_actab .cp_actab-content01box {
	padding: 1rem;
}
.cp_qa .cp_actab .cp_actab-content01 p {
	margin: 0;
}
.cp_qa .cp_actab .cp_actab-content01 p.tl {
	font-weight: bold;
	margin: 0 0 0.5rem 0;
	color: rgba(0,146,69,1.0);
}
.hline {
	border-top: 1px dotted rgba(0,0,0,0.2);
	height: 5px;
	margin: 1rem 0 1rem 0;
}
/* 質問を開いた時の仕様 */
/* --アイコン */
.cp_qa .cp_actab input:checked ~ label {
	color: #333;
}
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
.cp_qa .cp_actab input:checked ~ .cp_actab-content01 {
	max-height: 80em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab label::after {
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 3em;
	margin-top: -12.5px;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
	text-align: center;
}
.cp_qa .cp_actab input[type=checkbox] + label::after {
    content: "▼";
	font-size: 12px;
	padding-top: 2px;
}
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

/*
.price__badge-sold-out {
	display: none; *売り切れ非表示　price.liquidに直接記入
}
*/

/*
.product-form__quantity {
	display: none; 数量非表示　main-product-cf01.liquidに直接記入
}
*/

/******　支援者数など表示　*********/

.cf_sup {
	padding: 0px 0px 25px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin: 0 0 25px 0px;
	line-height: 160%;
}

.cf_sup_total_tl01 {
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	margin: 0 0 0.8rem 0;
}
.cf_sup_total_amount {
	font-size: 30px;
	font-weight: bold;
}
.cf_sup_bar {
	
}
.cf_sup_total_goal {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}
.cf_sup_total_goal02 {
	font-size: 13px;
	margin: -5px 0px 15px 8px;
	display: flex;
	align-items: center;
}
.cf_sup_total_goal02 span img {
	border: none;
	width: 35px;
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.cf_sup_total_goal03 {
	font-size: 13px;
	margin: -20px 0px 15px 30px;
	display: flex;
	align-items: center;
}
.cf_sup_total_goal03 span img {
	border: none;
	width: 35px;
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.cf_sup_total_tl02 {
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	margin: 0 0 0.8rem 0;
}
.cf_sup_total_number {
	font-size: 30px;
	font-weight: bold;
}

/* 棒グラフ */
.cf_sup_bar_chart {
    font-size: 12px;
}

.cf_sup_bar_chart > div {
    display: flex;
    align-items: center;
    margin-bottom: 7px;
}

.cf_sup_bar_chart dt {
    width: 55px;
    min-width: 55px;
}

.cf_sup_bar_chart dd {
    width: 100%;
    margin: 0;
    border-radius: 3px;
    background-color: rgba(0,0,0,0.1);
	padding: 0;
}

.cf_sup_bar_chart span {
    display: inline-block;
    padding-right: 15px;
    border-radius: inherit;
    background-color: #d0253e;
    color: #fff;
    font-weight: 600;
    line-height: 25px;
    text-align: right;
    white-space: nowrap;
	animation: anima-bar-chart-002 1.2s ease;
}

@keyframes anima-bar-chart-002 {
    from {
        width: 0;
    }
}

.cf_sup_day {
	font-size: 14px;
	margin: 15px 0px 0px 0px;
}

/*　追加240320　*******/

.shead {
	margin: 0 0 20px 0;
	font-size: 14px;
}

.shead-tl {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: rgba(0, 146, 69, 1.0);
	padding: 1rem 1.5rem;
    border-top: 2px solid rgba(0, 146, 69, 1.0);
	border-bottom: 2px solid rgba(0, 146, 69, 1.0);
    overflow: hidden;
}

.hline02 {
	border-top: 1px dotted rgba(0,0,0,0.2);
	height: 5px;
	margin: 0 0 0.5rem 0;
}

.product-form__input label.form__label {
	color: rgba(231, 54, 80, 0.9);
}

.product-form__input label.form__label::after {
	content: 'を選択する';
    display: inline-block;
	padding-left: 0px;
}
.product-form__input label.form__label::before {
	font-family: "Font Awesome 5 Free";
    content: "\f071";
    font-weight: 800;
    display: inline-block;
	padding-right: 0px;
}

.product-form__input .select {
	width: 100%;
	max-width: 100%;
	border: 2px solid rgba(0,0,0,0.7);
}

.product-form__input select {
	width: 100%;
	max-width: 100%;
}

.product-form__input select.select__select {
	width: 100%;
	max-width: 100%;
	font-size: 14px;
}

#ProductSubmitButton-template--16309773107357__main {
	padding: 2rem 0;
}

#sbar02 {
    margin-top: -140px;
    padding-top: 140px;
}
@media only screen and (max-width: 767px) {
#sbar02 {
    margin-top: -80px;
    padding-top: 80px;
}
}


/******　メインコンテンツ ギャラリー非表示　*********/

.slider-mobile-gutter {
	display: none;
}

/******　プライバシーポリシーなど　*********/

.shopify-policy__container {
	max-width: 800px;;
}
.shopify-policy__container h1 {
	font-size: 26px;
	margin: 50px auto 40px auto;
}
.shopify-policy__container p {
	margin: 0;
}

h1.main-page-title {
	font-size: 26px;
	margin-bottom: 20px;
}

/******　レスポンシブ　*********/

@media only screen and (max-width: 767px) {
	
.item02 {
    width: 48%;
	margin-bottom: 30px;
}
	
.item02spclear {
    width: 100%;
	margin-bottom: 10px;
}

.item02off {
    width: 100%;
	margin: 0px auto 40px auto;
}

.item02_line {
	border-top: 1px solid rgba(0,0,0,0.08);
	border-bottom: 1px solid rgba(0,0,0,0.08);
	padding: 1.5rem 0;
}

.item03 {
    width: 32%;
	margin-bottom: 30px;
}
	
.item50 {
    width: 100%;
	margin-bottom: 30px;
}

.item80 {
    width: 100%;
	margin-bottom: 30px;
}

.item100 {
    width: 100%;
	margin-bottom: 30px;
}

.item1-3 {
    width: 32%;
	margin-bottom: 10px;
}

.item2-3 {
    width: 66%;
	margin-bottom: 10px;
}
	
.item1-3spclear {
    width: 100%;
	margin-bottom: 10px;
}

.item2-3spclear {
    width: 100%;
	margin-bottom: 10px;
}

.item1-4{
    width: 24%;
	margin-bottom: 10px;
}
.item2-4{
    width: 50%;
	margin-bottom: 10px;
}
.item6{
    width: 24%;
	margin: 0px 1% 10px 0px;	
}
.item6:nth-child(6n) {
  margin: 0px 1% 10px 0px;
}
.item6:nth-child(4n) {
  margin: 0px 0% 10px 0px;
}

.cf_tl02 {
	font-size: 18px;
	font-weight: bold;
	line-height: 140%;
	margin: 0px 0px 2.5rem 0px;
}

.cf_img02 {
	margin: 0px 0px 10px 0px;
}

.cf_wide80 {
	width: 100%;
	margin: 0 auto 0 auto;
}

.cf_subtex {
	font-size: 14px;
}
.cf_subtex02 {
	font-size: 12px;
}

.cf_img03 {
	width: 100%;
	margin: 0px auto 10px auto;
}

.cf_tl03 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	margin: 0px 0px 1rem 0px;
	text-align: left;
}

.cf_img04 {
	float: right;
	text-align: right;
	width: 20%;
	margin: 0px 0px 20px 20px;
}
	
.cf_img60 {
	width: 70%;
	margin: 0px auto 10px auto;
}

.cf_balloon1_top {
    position: relative;
    display: inline-block;
    margin: 0px 0px 20px 0px;
    padding: 10px 16px;
    min-width: 150px;
    max-width: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
	background: rgba(140,198,63,1.0);
    /*background: rgba(0,146,69,1.0);*/
}

.cf_balloon1_top:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-top: 8px solid rgba(140,198,63,1.0);
}

.cf_balloon1_top p {
    margin: 0;
    padding: 0;
    line-height: 160%;
}
	
.cf_sp70 {
	width: 70%;
	margin: 0px auto 20px auto;
}
	
}


/* ==========================================================================
   remodal.css
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
  overflow: hidden;

  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  display: none;
  overflow: auto;

  text-align: center;

  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;

  height: 100%;
  margin-left: -0.05em;

  content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
  position: relative;

  outline: none;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}


/* ==========================================================================
   remodal-default-theme.css
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  color: rgba(33,33,33,1.0);
  background: rgba(255,255,255,1.0); /*背景色*/
}

.remodal .rem-cont-wrap {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	align-items: center;
	clear: both;
}

.remodal .remimg {
	width: 48%;
	margin: 0px 0px 20px 0px;
}
.remodal .remimg img {
	max-width: 100%;
}

.remodal .remtl {
	width: 48%;
}

.remodal .reimg_c {
	text-align: right;
	font-size: 12px;
}

.remodal .h1tl {
	font-size: 21px;
	fonte-weight: normal;
	letter-spacing: 0.05em;
	margin: 20px 0 0.5rem 0;
	text-align: left;
}
.remodal .h1tl span {
	font-size: 14px;
	margin-left: 5px;;
}
.remodal .h1min {
	font-size: 13px;
	margin-left: 0px;
	text-align: left;
}

.remodal p {
	font-size: 13px;
	line-height: 200%;
	text-align: left;
	margin: 0;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */

.remodal-close {
  position: absolute;
  top: 0;
  right: 0;

  display: block;
  overflow: visible;

  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;

  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;

  color: #000;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #CCC;
}

.remodal-close:before {
  font-family: Helvetica,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif !important;
  font-size: 30px;
  line-height: 35px;

  position: absolute;
  top: 0;
  left: 0;

  display: block;

  width: 35px;

  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
  font: inherit;

  display: inline-block;
  overflow: visible;

  min-width: 110px;
  margin: 0;
  padding: 12px 0;

  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #000;
	font-size: 13px;
	letter-spacing: 0.03em;
	border: 1px solid #000;
	background: none;
	margin-bottom: 0px;
  /*background: #e57373;*/
}

.remodal-cancel:hover,
.remodal-cancel:focus {
	color: #fff;
	background: #000;
  /*background: #ef5350;*/
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;

  border: 0;
}


/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 640px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 640px;
}
