@charset "utf-8";
/* スマホ用CSS Document */
/* @import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap); */

/* settings */
body {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* hr */
/* hr {
  height: 0;
  margin: 0 0 10px 0;
  padding: 0;
  border: 0;
}

hr {
  border-top: 1px solid #3C4859;
} */

.for_pc {
  display: none;
}

/* header */
#hd_sp {
  width: 100%;
  margin: 0;
  padding: 0;
}

.rwrap {
  margin: 0;
  padding: 0;
}

.topimg img {
  width: 100%;
}

.topimg .timg {
  width: 100%;
}

#hd_pc {
  display: none;
}

.menuwrap {
  width: 100%;
  height: 60px;
  padding: 5px;
  margin: 0;
  background-color:#fff;
}

h1 {
  position: relative;
}

.logo img {
  position: absolute;
  top: 40%;
  left: -10px;
  -webkit-transform: translateY(-47%);
  transform: translateY(-47%);
}

.mwrap1 {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-wrap {
  margin: 5px 0 5px 5px;
}

.submenu ul {
  width: calc(100% - 1px);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}

.submenu li {
  width: 50%;
}

.submenu li img {
  width: 100%;
}

.submenu li:first-child {
  border-right: 1px solid #FFFFFF;
}

.hd-margin {
  margin: 0;
}

/*-----------------------
 Margin / Padding SP版
-------------------------*/

.sp_mt10{margin-top: 10px !important;}
.sp_mt20{margin-top: 20px !important;}
.sp_mt30{margin-top: 30px !important;}
.sp_mt40{margin-top: 40px !important;}
.sp_mt50{margin-top: 50px !important;}

.sp_mb0 {margin-bottom: 0px !important;}
.sp_mb10{margin-bottom: 10px !important;}
.sp_mb20{margin-bottom: 20px !important;}
.sp_mb30{margin-bottom: 30px !important;}
.sp_mb40{margin-bottom: 40px !important;}
.sp_mb50{margin-bottom: 50px !important;}

.sp_mr1 {margin-right: 1px !important;}
.sp_mr2 {margin-right: 2px !important;}
.sp_mr3 {margin-right: 3px !important;}
.sp_mr4 {margin-right: 4px !important;}
.sp_mr5 {margin-right: 5px !important;}
.sp_mr6 {margin-right: 6px !important;}
.sp_mr7 {margin-right: 7px !important;}
.sp_mr8 {margin-right: 8px !important;}
.sp_mr9 {margin-right: 9px !important;}
.sp_mr10 {margin-right: 10px !important;}
.sp_mr15 {margin-right: 15px !important;}
.sp_mr20 {margin-right: 20px !important;}
.sp_mr30 {margin-right: 30px !important;}

.sp_mrb40 {
	margin-right: 40px !important;
	margin-bottom: 40px !important;
}

.sp_ml1 {margin-left: 1px !important;}
.sp_ml2 {margin-left: 2px !important;}
.sp_ml3 {margin-left: 3px !important;}
.sp_ml4 {margin-left: 4px !important;}
.sp_ml5 {margin-left: 5px !important;}
.sp_ml6 {margin-left: 6px !important;}
.sp_ml7 {margin-left: 7px !important;}
.sp_ml8 {margin-left: 8px !important;}
.sp_ml9 {margin-left: 9px !important;}
.sp_ml10 {margin-left: 10px !important;}
.sp_ml15 {margin-left: 15px !important;}
.sp_ml20 {margin-left: 20px !important;}

.sp_pdtb0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

.sp_pdtb5 {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.sp_pdtb10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.sp_pdtb20 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.sp_pdtb30 {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.sp_pdtb40 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.sp_pdrl0 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.sp_pdrl5 {
	padding-right: 5px !important;
	padding-left: 5px !important;
}

.sp_pdrl10 {
	padding-right: 10px !important;
	padding-left: 10px !important;
}

.sp_pdrl20 {
	padding-right: 20px !important;
	padding-left: 20px !important;
}

.sp_pdrl30 {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.sp_pdrl40 {
	padding-right: 40px !important;
	padding-left: 40px !important;
}
.sp_pdrl80 {
	padding-right: 80px !important;
	padding-left: 80px !important;
}

/* ------------- END ------------*/


/* 背景画像 */

.bl_top_navy{
  width: 100%;
  background-color: var(--sub-navy-color);
  box-sizing: border-box;
  padding: 50px 0;
  margin: -50px 0;
}
.bl_paintimg {
  width: 100%;
  background-color:  var(--main-bgcolor);
  box-sizing: border-box;
  padding: 30px 0;
}

/* パンくずリスト */
.breadcrumbs {
  width: 100%;
  margin: 20px auto 0;
}

.breadcrumbs ol li {
  display: inline-block;
  list-style: none;
}

.breadcrumbs li {
  /* color: #231F20; */
  font-size: 12px;
}

.breadcrumbs li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding: 0 5px;
  /*左右に余白*/
}

.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs_fst {
  width: 100%;
  margin: 20px auto 0;
  padding: 0 10px
}

.breadcrumbs_fst ol li {
  display: inline-block;
  list-style: none;
}

.breadcrumbs_fst li {
  color:var(--main-font-color);
  font-size: 12px;
}

.breadcrumbs_fst li a {
  color: var(--main-font-color);
}

.breadcrumbs_fst li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding: 0 5px;
  color: var(--main-font-color);
}

.breadcrumbs_fst li:last-child::after {
  display: none;
}

/* Slider */
.slide-container {
  width: 100%;
  margin: 20px 0;
}

.swiper-container {
  width: 100%;
  background-color: #fff;
}

.swiper-slide img {
  width: 100%;
  vertical-align: bottom;
}

.slider-caption {
  padding: 10px;
  margin: 0;
  font-family: 'Rounded Mplus 1c';
  background: #231F20;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
}

/* article */

/*------------------------------
テキスト左揃えで中央寄せ
--------------------------------*/
.text-left-center {
  display: table;
  margin: 0 auto;
  padding: 0 20px;
}

#concept {
  width: 100%;
  padding: 10px 0;
}

.wrap{
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 20px 13px;
  border-radius: 10px;
  background-color: #fff;
}

.topwrap {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 20px 13px;
  border: 3px solid var(--main-green-color);
  border-radius: 10px;
  background-color: #fff;
}

.topwrap_pcborder {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 20px 13px;
  /* border: 2px solid rgba(219, 169, 0, 1);
  border-radius: 10px;
  background-color: #fff; */
}

.profile span a i{
  color: var(--main-green-color);
  text-decoration: none;
}

.topwrap2 {
  width: 88vw;
  margin: 0 auto;
  padding: 20px 0 60px;
}

/*------------------------------
画面幅指定
--------------------------------*/

.wrap-1240-bgcwh {
  width: 90%;
  margin: 0 15px 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}

/* list_goodsで使用 topwrapと使い分ける */
.wrap-1240-2 {
  width: calc(100% - 30px);
  margin: 0 15px 20px;
  padding: 20px 13px;
  border-radius: 10px;
  background-color: #fff;
  border: 3px solid var(--ac-yellow-color);
}

.wrap2 {
  width: calc(100% - 30px);
  margin: 0 15px 20px;
  padding: 10px 0;
}

.wrap3 {
  width: 100%;
  margin: 0 0 10px;
  padding: 10px 0;
}

.wrap940 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrap1090 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.whitewrap {
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}

.cimg {
  margin: 0 0 10px;
  padding: 0;
}

.cimg img {
  width: 100%;
}

h2.h2main,
h2.h2main2,
h2.h2sub,
h2.h2btn {
  text-align: center;
  font-size: 1.5rem;
  margin: 50px 0 40px;
}

h2.h2btn2 {
  text-align: center;
}

h2.h2main,
h2.h2main2 {
  font-size: 2rem;
  margin: 0 0 5px;
  padding: 0 0 5px;
  letter-spacing: 0.3rem;
}

h2.h2main_tit{
  font-size: 2rem;
  margin: 0 0 5px;
  padding: 0 0 5px;
  letter-spacing: 0.3rem;
  text-align: center;
}

h2.h2main.white {
  border-bottom: 1px solid #FFFFFF !important;
}

h2.h2sub {
  font-size: 1rem;
  margin: 0 0 10px;
  letter-spacing: 0.2rem;
  padding: 0;
}

h2.h2main img,
h2.h2main2 img {
  width: 70%;
}

h2.h2btn img {
  width: 65%;
  height: auto;
  padding: 10px 0 5px;
}

h2.h2btn2 img {
  width: 85%;
  padding: 0;
  margin-bottom: 5px;
}

h3 {
  font-size: 2rem;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.5em;
}

h4 {
  font-size: 1.8rem;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.5em;
}

.whitewrap .fs20 {
  font-size: 1.4rem !important;
}

.btn1,
.btn2 {
  margin: 0;
  padding: 0;
}

.btn1 a,
.btn2 a {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  padding: 20px;
  margin: 10px 0 10px;
  border-radius: 10px;
  background-color: rgba(60, 72, 89, 0.80);
  color: #FFFFFF;
}

.btn1 a i,
.btn2 a i {
  position: absolute;
  right: 30px;
  margin-top: 1px;
}

ul.info {
  list-style: none;
  margin: 0;
  padding: 0;
}

.info li a {
  width: 95%;
  margin: 0 10px;
  padding: 5px 0;
}

.info_inner {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.idate {
  width: 6em;
  margin-right: 10px;
}

.info_text {
  width: 8em;
  padding: 2px 10px;
  margin: 0 0 5px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
}

.ittl {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.btn_yellow,
.btn_green,
.btn_pgreen,
.btn_blue,
.btn_pblue,
.btn_navy{
  font-size: 1.6rem;
  margin: 30px auto 40px;
	text-align: center;
}

.btn--blue,
a.btn--blue {
  color: #fff;
  background-color: #0f7db4;
  padding: 20px 50px;
}

.btn--green,
a.btn--green {
  color: #fff;
  background-color: #00B760;
  padding: 20px 50px;
}

.btn--pgreen,
a.btn--pgreen {
  color: #fff;
  background: var(--main-green-color);
  padding: 20px 50px;
}

.btn--yellow,
a.btn--yellow {
  color: var(--main-navy-color);
  background-image: linear-gradient(-130deg, rgba(219, 169, 0, 1) 23%, rgba(245, 217, 116, 1) 47%, rgba(219, 169, 0, 1) 74%);
  padding: 20px 26vw;
  margin: 20px auto;
}

a.btn--radius {
  border-radius: 100vh;
}

/* カテゴリーボタンに使用 */
.row{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 20px 0;
  padding: 0;
  flex-wrap: wrap;
}

.btn-menu{
  width: 48%;
  margin: 0 2% 20px 0;
  list-style: none;
}

a.btn-menu_link{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 8vh;
  border: 1px solid var(--main-green-color);
  color: var(--main-green-color);
  padding: 10px;
  border-radius: 10px;
}

.btn-menu i{
  margin-left: 10px;
  font-weight: 700;
}

#newitem {
  padding: 5px 0;
}

.newitem {
  width: 100%;
  margin: 0;
  padding: 0;
}

.newitem ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.newitem li {
  width: 40%;
  margin: 0 5%;
  padding: 0;
  text-align: center;;
}

/* .newitem li a {
  color: #3d3c45;
  text-decoration: none;
}

.newitem li a:hover {
  color: #fbaa1b;
  text-decoration: none;
} */

.niimg img {
  max-width: 100%;
  max-height: 100%;
  border: 1px solid #3d3c454a;
}

.niimg {
  width: 100%;
  margin: 0 0 5px;
  padding: 0;
}

.nidate {
  margin: 0 0 5px;
  padding: 0;
}

.nittl {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1em;
}

.about-shaun {
  background-color: #ADA599;
}

.about-shaun-btn img {
  width: 80%;
}

.flame-back-white {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  padding: 15px;
  margin: 15px auto;
  text-align: center;
}

.flame-back-white2 {
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  padding: 15px;
  margin: 15px auto;
}

.nidtl {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 0 20px;
  padding: 10px 40px;
  border: 1px solid #3d3c45;
  line-height: 1;
}

.nidtl i {
  margin-left: 10px;
}

ul.carousel {
  width: 100%;
  list-style: none;
  margin: 0 -10px 0 0;
  padding: 0;
}

.carousel li {
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
}

.carousel li a {
  color: #3C4859;
  text-decoration: none;
}

.puimg img {
  width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.puimg {
  width: 100%;
  height: auto;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  margin: 0 0 10px;
  padding: 0;
}

.puttl {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.2em;
}

.pucmt {
  font-size: 1rem;
  text-align: left;
  margin: 0 0 10px;
  padding: 0;
  line-height: 1.2em;
}

.pudtl {
  display: block;
  margin: 0;
  padding: 10px;
  border: 1px solid var(--ac-yellow-color);
  line-height: 1;
}

.pudtl i {
  margin-left: 10px;
}

/* Slick slider */
.slick_container {
  width: calc(100% + 10px);
  /* 任意の値 */
  margin: 0 -10px 0 0;
  /* 任意の値 */
  position: relative;
}

.slick-prev,
.slick-next {
  width: 30px;
  /* 画像幅 */
  height: 30px
    /* 画像高さ */
  ;
  margin-top: -40px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

button.slick-prev,
button.slick-next {
  z-index: 2;
}

.slick-prev img,
.slick-next img {
  width: 30px;
  /* 画像幅 */
  height: 30px
    /* 画像高さ */
  ;
}

.slick-prev {
  left: -10px;
  /* 任意の値 */
}

.slick-next {
  right: 0;
  /* 任意の値 */
}

.slick-arrow {
  z-index: 10;
  /* 値は適当に */
}

/* 一覧 */
h2.list {
  font-optical-sizing: auto;
  font-size: 3rem;
  font-weight: 600;
  padding: 10px 0 0;
  letter-spacing: 0.2rem;
}

/* お知らせ一覧 */
ul.info2 {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.info2 li {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid var(--main-green-color);
}

.info2 li a {
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info2 .datecat {
  width: 100%;
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.info2 .idate2 {
  width: 6em;
  margin-right: 10px;
}

.info2 .icat2 {
  width: 8em;
  padding: 2px 10px;
  margin: 0;
  text-align: center;
  color: #FFFFFF;
  border-radius: 3px;
}

.info2 .ittl2 {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5em;
}

.info2 .ittl2 img {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}

/* コンセプト */
.concept {
  background-image: url(../img/concept_blur.jpg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 15px 0;
  margin: 0 0 15px;
}

.cpwrap {
  width: calc(100% - 30px);
  margin: 0 15px;
  padding: 15px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.50);
}

.cpwrap2 {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0 0 20px;
}

.ctxt {
  text-align: center;
  overflow: hidden;
}

.ctxt h3 {
  font-size: 1.8rem;
  /*	float: left;*/
  transition: 1s;
}

.ctxt h4 {
  font-size: 1.8rem;
  margin: 0 0 15px;
  /*	float: left;*/
  transition: 1s;
}

.ctxt p {
  font-size: 1.2rem;
  line-height: 1.5em;
  /*	float: left;*/
  transition: 1s;
}

.ctxt .btn1 {
  /*	float: left;*/
  transition: 1s;
}

.list-iv {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
}

.iv {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.cpwrap2 dl {
  margin: 0;
  padding: 0;
}

dl.ac {
  padding: 0px;
  margin: 0 0 10px;
  /*	float: left;*/
  transition: 1s;
}

.ac dt,
div.ac {
  padding: 15px;
  background-color: #736357;
  margin: 0 0 10px;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 1.4rem;
  position: relative;
}

.ac dt a {
  text-decoration: none;
}

.ac dt::after {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f13a" !important;
  color: #FFFFFF;
  position: absolute;
  right: 15px;
  top: 5px;
  font-size: 2rem;
  line-height: 1.8em;
}

.ac dd {
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 15px 10px;
  background-color: #FDE8D2;
  margin: 0 0 20px;
  border-radius: 10px;
}

/*ひつじのショーンとは？*/
.introductions {
  position: relative;
}

.name {
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 7px 0;
  background-color: rgba(76, 62, 44, 0.8);
  width: 100%;
  bottom: 0;
  left: 0;
}

/* 商品詳細 */
.subheader {
  position: relative;
  height: 50px;
  margin: 0;
  padding: 0;
  background-color: #736357;
  z-index: -101;
}

.headerimg img {
  width: 100%;
  height: 50px !important;
  object-fit: cover !important;
  font-family: 'object-fit: cover;' !important;
}

.headerimg .himg {
  position: absolute;
  object-fit: cover !important;
  font-family: 'object-fit: cover;' !important;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -100;
}

.headerttl {
  position: absolute;
  top: 15px;
  left: 15px;
  /*	width: 100%;*/
}

.headerttl span {
  font-size: 2.0rem;
  letter-spacing: 0.6rem;
  font-weight: normal;
  color: #FFFFFF;
}

h2.mainttl {
  padding: 10px;
  margin: 0 0 10px;
  line-height: 1.2em;
  background: var(--main-green-color);
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
}

h2.mainttl span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

h2.mainttl span.tx-right {
  text-align: right;
  font-size: 1.0rem;
}

.mainimg img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.cmt {
  font-size: 1.4rem;
  line-height: 2em;
  margin: 0 0 10px;
  padding: 0px;
}

h3.cmt {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin: 0 0 10px;
  padding: 0;
  font-weight: 700 !important;
}

.point ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

.point li {
  font-size: 1.4rem;
  line-height: 2em;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  align-items: baseline;
  margin-bottom: 5px;
  padding: 0;
}

.point li::before {
  font-family: "Font Awesome 5 Free" !important;
  content: "\f111" !important;
  color: #70819A;
  margin-right: 5px;
}

.btn3,
.btn4 {
  width: 100%;
  margin: 0;
  padding: 0;
}

.btn3 a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  padding: 15px 0;
  margin: 0 0 40px;
  border-radius: 10px;
  background-color: var(--sub-green-color);
  color: #FFFFFF;
}

.btn4 a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  padding: 15px 0;
  margin: 0 0 40px;
  border-radius: 10px;
  background-color: var(--ac-yellow-color);
  color: var(--main-font-color);
}

.btn3 a i.fa-angle-right,
.btn4 a i.fa-angle-right {
  position: absolute;
  right: 15px;
  margin-top: 1px;
}

i.fa-shopping-cart,
i.fa-file-pdf{
  margin-right: 10px;
}

/*------------------------
タブ 
-------------------------*/
/*タブの中身を初期非表示に*/
.ChangeElem_Panel {
  display: none;
}

/*タブを横並びに*/
.ChangeElem_Btn_Content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 20px;
  padding: 0;
}

/*通常時のタブ装飾*/
.ChangeElem_Btn {
  width: 31%;
  border: 1px solid var(--main-green-color);
  background-color: #FFFFFF;
  border-radius: 5px;
  color: var(--main-green-color);
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  padding: 10px;
}

/*カレントとホバー時のタブ装飾*/
.ChangeElem_Btn:hover,
.ChangeElem_Btn.is-active {
  box-sizing: border-box;
  color: var(--main-green-color);
  background-color: var(--ac-yellow-color);
}

ul.ChangeElem {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*タブの中身 - 特徴 */
dl.detail {
  margin: 0;
  padding: 0;
  line-height: 2em;
}

.detail dt {
  font-size: 1.6rem;
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid var(--main-green-color);
}

.detail dd {
  margin: 0 0 20px;
  padding: 0;
}

.detail dd p {
  margin: 0 0 10px;
  line-height: 2em;
}

/*タブの中身 - イメージ */
ul.detailimg {
  width: calc(100% + 10px);
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px 0;
  padding: 0;
}

.detailimg li {
  width: calc(50% - 10px);
  margin: 0 10px 10px 0;
  padding: 0;
  line-height: 2.0rem;
  font-size: 1.2rem;
}

.detailimg li a,
.detailimg li a:hover {
  text-decoration: none;
}

.detailimg li img {
  width: 100%;
  height: 150px;
  object-fit: cover !important;
  font-family: 'object-fit: cover;' !important;
}

.detailimg .dimg {
  object-fit: cover !important;
  font-family: 'object-fit: cover;' !important;
}

/* =========== 関連商品・list_goods.html =========== */
.relation,
.relation2 {
  width: calc(100% + 10px);
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px 0;
  padding: 0;
}

.rel-cont{
	width: calc(50% - 10px);
	margin: 0 10px 20px 0;
	padding: 0;
	text-align: center;
	display: flex;
}

.rel-cont2{
	width: calc(100% - 30px);
	margin: 0 15px;
	padding: 10px 0;
	text-align: center;
	display: flex;
}

.rel-cont a,
.rel-cont2 a{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	/* height: 60vh; */
	box-sizing: border-box;
}

.list-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	margin: 0 0 14px;
	flex-grow: 1;
}

.list-img img {
	width: 100%;
	height: auto;
	object-fit: cover;
	vertical-align: bottom;
}

.list-ttl {
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 10px;
	line-height: 1.2em;
	flex-grow: 1;
}

.list-cmt {
	font-size: 1.2rem;
	text-align: left;
	margin: 0 0 10px;
	line-height: 1.4em;
	flex-grow:1;
}

.list-dtl {
	display: block;
	padding: 2px 2vw;
	border: 1px solid var(--main-green-color);
	line-height: 2;
}

.list-dtl2{
	display: block;
	padding: 2px 2vw;
  border: 1px solid var(--ac-yellow-color);
	line-height: 2;
}

.list-dtl i,
.list-dtl2 i {
	margin-left: 10px;
}

/* 関連商品 END*/


.ChangeElem_Panel table {
  border-bottom: 0 solid var(--ac-yellow-color) !important;
  border-left: 0 solid var(--ac-yellow-color) !important;
}

.ChangeElem_Panel table th,
.ChangeElem_Panel table td {
  display: block;
  width: 100%;
}

/* 会社概要 */
table.profile {
  width: 100%;
  background-color: #FFFFFF;
}

.profile th,
.profile td {
  display: block;
  width: 100%;
  border-top: 1px solid var(--main-green-color);
  border-right: 1px solid var(--main-green-color);
}

/* .profile th {
  color: #fff;
} */

.profile td ul.reglist {
  margin-bottom: 0 !important;
}

/* 940の2分割 */
.flex_half ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flex_half li {
  width: 88vw;
  margin: 0 auto 8px;
  padding: 0;
}

.flex_half li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* 4分割 */
.flex_quarter {
  width: 100%;
  margin: 0;
  padding: 0;
}

.flex_quarter ul {
  width: 100%;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.flex_quarter ul li {
  width: 45vw;
  margin: 0;
  padding: 0;
}

/* footer */
#footer {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background-color: var(--sub-bgcolor);
  /* background:linear-gradient(135deg, #00953b, #6cb33f); */
}

#footer ul {
  list-style: none;
  margin: 0 auto;
}

#footer ul li {
  margin: 0;
  font-size: 13px;
}

.ft_shop img {
  width: 100%;
  height: auto;
  margin: 0 0 20px;
  padding: 0;
}

h5.ft {
  font-size: 1.6rem;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
  border-bottom: 1px solid #3C4859;
}

.flex_footer ul {
  width: 100%;
  padding: 0;
  margin: 0;
}

.flex_footer ul li a {
  color: var(--main-font-color);
}

.flex_footer ul li img {
  width: 100%;
  padding: 0;
  margin: 0;
}

.flex_footer2 {
  display: flex;
  flex-wrap: nowrap;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 15px;
}

.flex_footer2 ul li a {
  color: #fff;
}

.container50 {
  width: 50%;
}

.container50 img {
  width: 70%;
  float: right;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.container1 {
  flex-grow: 4;
}

.container2 {
  flex-grow: 1;
}

.ft_copy {
  margin: 0 30px;
  padding-bottom: 20px;
  font-size: 9px;
  text-align: center;
  display: block;
}

.ft_copy p {
  text-align: left;
  display: inline-block;
}

.ft_copy img {
  width: 100%;
}

#footer a .fa-angle-double-right{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f101';
  color: var(--main-green-color);
}

/* .flex_quarter a{
  color: var(--main-font-color);
} */

/* ページトップボタン */
#page-top {
  position: fixed;
  bottom: 10px;
  right:10px;
  z-index: 10000;
}

#page-top img {
  width: 20vw;
}

/* ------------------------
PC/SPの切り替え
------------------------ */
.spnone {
  display: none;
}

.pc-img {
  display: none !important;
}

.sp-img {
  display: block !important;
  margin: auto;
}

.title-img {
  width: 100%;
}

/* ------------------------
PC/SPの文字サイズ
------------------------ */
.font-ss {
  font-size: 10px;
}

.font-s {
  font-size: 12px;
}

.font-m {
  font-size: 14px;
}

.font-l {
  font-size: 16px;
}

.font-ll {
  font-size: 22px;
}

/* ------------------------
flexbox
------------------------ */
.flex-row-2 {
  display: flex;
  flex-direction: column;
}

.flex-row-2-box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.flex-row-2-box img {
  display: block;
  margin: auto;
  width: 100%;
}

.flex-row-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-row-3-box {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 0;
  margin-bottom: 30px;
}

.flex-row-3-box img {
  display: block;
  margin: auto;
  width: 100%;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-track {
  cursor: pointer;
  transform:unset!important;
}

.zoom-1 img {
  width: 100%;
  height: auto;
  animation: animationZoom1 4s ease-in-out forwards;
}

.zoom {
  width: 100%;
  height: auto;
  overflow: hidden;
}

@keyframes animationZoom1 {
  100% {
    transform: scale(1.1)
  }
}

.bl_row {
  display: inline-block;
  width: 100%;
  height: 42px;
  margin: 0;
  background-color:var(--sub-bgcolor);
}

.bl_row p {
  padding: 10px 0px;
  color: var(--main-green-color);
  font-weight: 500;
  text-align: center;
  font-size: 1.4rem;
}

#icon {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#icon img {
  width: 100%;
  text-align: center;
}

/* 2026.4.22追加 販売終了表記 */
.attention {
   line-height: 1.5em;
   margin: 10px 0 40px;
   padding: 10px;
   border: 1px solid #999999;
   border-radius: 5px;
}

a.btn-push-endofsale {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #ece8e8;
  font-size: 1em;
  color: #333;
  text-decoration: none;
  padding: 10px;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.20);
}

